# HG changeset patch # User Philip Nienhuis # Date 1383167455 -3600 # Node ID a9ba926bc06d176a573a6a7f3d93b0cebcc71935 # Parent 2a15970da7f0b0ea4b19e0aeb047544656e9b42c nl_NL.ts: updated Dutch GUI translation diff --git a/libgui/languages/nl_NL.ts b/libgui/languages/nl_NL.ts --- a/libgui/languages/nl_NL.ts +++ b/libgui/languages/nl_NL.ts @@ -93,72 +93,72 @@ Default - Standaardtekst + Standaardtekst Error - Fout + Fout Comment - Commentaar + Commentaar Number - Getal + Getal Keyword - Trefwoord + Trefwoord Double-quoted string - + Tekst tussen dubbele aanhalingstekens Single-quoted string - + Tekst tussen aanhalingstekens Operator - Operator + Operator Identifier - Identifier + Identifier Scalar - Skalair getal + Skalair getal Parameter expansion - + Geƫxpandeerde parameter Backticks - Backticks + Backticks Here document delimiter - Here document scheidingsteken + Here document scheidingsteken Single-quoted here document - Here document tussen aanhalingstekens + Here document tussen aanhalingstekens @@ -1677,12 +1677,12 @@ The release notes file '%1' is empty. - + Bestand met Release Notes '%1' is leeg. The release notes file '%1' cannot be read. - + Bestand met Rlease Notes '%1' kan nit worden gelezen. diff --git a/src/mkoctfile.in.sh b/src/mkoctfile.in.sh --- a/src/mkoctfile.in.sh +++ b/src/mkoctfile.in.sh @@ -455,7 +455,7 @@ $dbg $cmd eval $cmd else - echo "mkoctfile: no way to compile Fortran file $f" 1>&2 + echo "mkoctfile.sh: no way to compile Fortran file $f" 1>&2 fi done fi @@ -478,7 +478,7 @@ $dbg $cmd eval $cmd else - echo "mkoctfile: no way to compile C++ file $f" 1>&2 + echo "mkoctfile.sh: no way to compile C++ file $f" 1>&2 fi done fi @@ -511,7 +511,7 @@ $dbg $cmd eval $cmd else - echo "mkoctfile: no way to compile C++ file $f" 1>&2 + echo "mkoctfile.sh: no way to compile C++ file $f" 1>&2 fi done fi @@ -540,7 +540,7 @@ $dbg $cmd eval $cmd else - echo "mkoctfile: no way to link stand-alone executable file" 1>&2 + echo "mkoctfile.sh: no way to link stand-alone executable file" 1>&2 exit 1 fi else