summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOliver Tappe2007-02-03 17:45:10 +0100
committerOliver Tappe2007-02-03 17:45:10 +0100
commit3d346842d1242e5ad6db5ba78d1f2df5d6bfc923 (patch)
tree9ce8e773b563713cfd1ba31597972c5fa9bcf256 /lib
parent* fixed problems with regards to extractTranslations.pl (diff)
downloadcore-3d346842d1242e5ad6db5ba78d1f2df5d6bfc923.tar.gz
core-3d346842d1242e5ad6db5ba78d1f2df5d6bfc923.tar.xz
core-3d346842d1242e5ad6db5ba78d1f2df5d6bfc923.zip
* updated
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@676 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'lib')
-rw-r--r--lib/OpenSLX/Translations/de.pm79
-rw-r--r--lib/OpenSLX/Translations/posix.pm81
2 files changed, 153 insertions, 7 deletions
diff --git a/lib/OpenSLX/Translations/de.pm b/lib/OpenSLX/Translations/de.pm
index 716e3f34..0e6d01ff 100644
--- a/lib/OpenSLX/Translations/de.pm
+++ b/lib/OpenSLX/Translations/de.pm
@@ -22,10 +22,38 @@ use vars qw(%translations);
################################################################################
%translations = (
+ q{NEW:$rootPath/etc/ld.so.conf not found, maybe wrong root-path?\n}
+ =>
+ qq{},
+
q{NEW:%s doesn't seem to be installed,\nso there is no support for %s available, sorry!\n}
=>
qq{},
+ q{NEW:%s has wrong bitwidth (%s instead of %s)}
+ =>
+ qq{},
+
+ q{NEW:%s: ignored, as it isn't an executable or a shared library\n}
+ =>
+ qq{},
+
+ q{NEW:\trpath='%s'\n}
+ =>
+ qq{},
+
+ q{NEW:\ttrying objdump...\n}
+ =>
+ qq{},
+
+ q{NEW:\ttrying readelf...\n}
+ =>
+ qq{},
+
+ q{NEW:analyzing '%s'...\n}
+ =>
+ qq{},
+
q{NEW:Can't add column to table <%s> (%s)}
=>
qq{},
@@ -142,7 +170,7 @@ use vars qw(%translations);
=>
qq{},
- q{NEW:Lock-file <%s> exists, script is already running.\nPlease remove the logfile and try again if you are sure that no one else is executing this script.}
+ q{NEW:Lock-file <%s> exists, script is already running.\nPlease remove the logfile and try again if you are sure that no one else\nis executing this script.\n}
=>
qq{},
@@ -158,6 +186,10 @@ use vars qw(%translations);
=>
qq{},
+ q{NEW:neither objdump nor readelf seems to be installed, giving up!\n}
+ =>
+ qq{},
+
q{no}
=>
qq{nein},
@@ -178,6 +210,10 @@ use vars qw(%translations);
=>
qq{},
+ q{NEW:slxldd: unable to find file '%s', skipping it\n}
+ =>
+ qq{},
+
q{NEW:system-error: illegal target-path <%s>!}
=>
qq{},
@@ -194,6 +230,14 @@ use vars qw(%translations);
=>
qq{},
+ q{NEW:unable to create db-datadir %s! (%s)\n}
+ =>
+ qq{},
+
+ q{NEW:Unable to create lock-file <%s>, exiting!\n}
+ =>
+ qq{},
+
q{NEW:Unable to create or access temp-path '%s'!}
=>
qq{},
@@ -206,9 +250,21 @@ use vars qw(%translations);
=>
qq{},
- q{Unable to load DB-module <%s> (%s)}
+ q{NEW:unable to fetch file info for $folder/$lib, giving up!\n}
+ =>
+ qq{},
+
+ q{NEW:Unable to load DB-module <%s> (%s)\n}
+ =>
+ qq{},
+
+ q{NEW:Unable to load DB-module <%s>\nthat database type is not supported (yet?)\n}
+ =>
+ qq{},
+
+ q{NEW:unable to load DHCP-Export backend '%s'! (%s)\n}
=>
- qq{Kann DB-Modul <%s> nicht laden (%s)},
+ qq{},
q{NEW:Unable to load module <%s> (Version <%s> required)}
=>
@@ -222,6 +278,10 @@ use vars qw(%translations);
=>
qq{},
+ q{NEW:unknown settings key <%s>!\n}
+ =>
+ qq{},
+
q{NEW:UnknownDbSchemaColumnDescr}
=>
qq{},
@@ -238,6 +298,10 @@ use vars qw(%translations);
=>
qq{},
+ q{NEW:writing dhcp-config for %s clients}
+ =>
+ qq{},
+
q{NEW:writing PXE-file %s}
=>
qq{},
@@ -246,6 +310,14 @@ use vars qw(%translations);
=>
qq{ja},
+ q{NEW:You need to specify at least one file!\n}
+ =>
+ qq{},
+
+ q{NEW:You need to specify the root-path!\n}
+ =>
+ qq{},
+
);
1;
@@ -256,3 +328,4 @@ use vars qw(%translations);
+
diff --git a/lib/OpenSLX/Translations/posix.pm b/lib/OpenSLX/Translations/posix.pm
index 9140442c..7cd6cb94 100644
--- a/lib/OpenSLX/Translations/posix.pm
+++ b/lib/OpenSLX/Translations/posix.pm
@@ -22,10 +22,38 @@ use vars qw(%translations);
################################################################################
%translations = (
+ q{$rootPath/etc/ld.so.conf not found, maybe wrong root-path?\n}
+ =>
+ qq{$rootPath/etc/ld.so.conf not found, maybe wrong root-path?\n},
+
q{%s doesn't seem to be installed,\nso there is no support for %s available, sorry!\n}
=>
qq{%s doesn't seem to be installed,\nso there is no support for %s available, sorry!\n},
+ q{%s has wrong bitwidth (%s instead of %s)}
+ =>
+ qq{%s has wrong bitwidth (%s instead of %s)},
+
+ q{%s: ignored, as it isn't an executable or a shared library\n}
+ =>
+ qq{%s: ignored, as it isn't an executable or a shared library\n},
+
+ q{\trpath='%s'\n}
+ =>
+ qq{\trpath='%s'\n},
+
+ q{\ttrying objdump...\n}
+ =>
+ qq{\ttrying objdump...\n},
+
+ q{\ttrying readelf...\n}
+ =>
+ qq{\ttrying readelf...\n},
+
+ q{analyzing '%s'...\n}
+ =>
+ qq{analyzing '%s'...\n},
+
q{Can't add column to table <%s> (%s)}
=>
qq{Can't add column to table <%s> (%s)},
@@ -142,9 +170,9 @@ use vars qw(%translations);
=>
qq{ignoring unknown key <%s>},
- q{Lock-file <%s> exists, script is already running.\nPlease remove the logfile and try again if you are sure that no one else is executing this script.}
+ q{Lock-file <%s> exists, script is already running.\nPlease remove the logfile and try again if you are sure that no one else\nis executing this script.\n}
=>
- qq{Lock-file <%s> exists, script is already running.\nPlease remove the logfile and try again if you are sure that no one else is executing this script.},
+ qq{Lock-file <%s> exists, script is already running.\nPlease remove the logfile and try again if you are sure that no one else\nis executing this script.\n},
q{merging %s (val=%s)}
=>
@@ -158,6 +186,10 @@ use vars qw(%translations);
=>
qq{merging from group %d:%s...},
+ q{neither objdump nor readelf seems to be installed, giving up!\n}
+ =>
+ qq{neither objdump nor readelf seems to be installed, giving up!\n},
+
q{no}
=>
qq{no},
@@ -178,6 +210,10 @@ use vars qw(%translations);
=>
qq{setting %s to <%s>},
+ q{slxldd: unable to find file '%s', skipping it\n}
+ =>
+ qq{slxldd: unable to find file '%s', skipping it\n},
+
q{system-error: illegal target-path <%s>!}
=>
qq{system-error: illegal target-path <%s>!},
@@ -194,6 +230,14 @@ use vars qw(%translations);
=>
qq{Unable to access client-config-path '%s'!},
+ q{unable to create db-datadir %s! (%s)\n}
+ =>
+ qq{unable to create db-datadir %s! (%s)\n},
+
+ q{Unable to create lock-file <%s>, exiting!\n}
+ =>
+ qq{Unable to create lock-file <%s>, exiting!\n},
+
q{Unable to create or access temp-path '%s'!}
=>
qq{Unable to create or access temp-path '%s'!},
@@ -206,9 +250,21 @@ use vars qw(%translations);
=>
qq{unable to execute shell-command:\n\t%s \n\t(%s)},
- q{Unable to load DB-module <%s> (%s)}
+ q{unable to fetch file info for $folder/$lib, giving up!\n}
+ =>
+ qq{unable to fetch file info for $folder/$lib, giving up!\n},
+
+ q{Unable to load DB-module <%s> (%s)\n}
+ =>
+ qq{Unable to load DB-module <%s> (%s)\n},
+
+ q{Unable to load DB-module <%s>\nthat database type is not supported (yet?)\n}
+ =>
+ qq{Unable to load DB-module <%s>\nthat database type is not supported (yet?)\n},
+
+ q{unable to load DHCP-Export backend '%s'! (%s)\n}
=>
- qq{Unable to load DB-module <%s> (%s)},
+ qq{unable to load DHCP-Export backend '%s'! (%s)\n},
q{Unable to load module <%s> (Version <%s> required)}
=>
@@ -222,6 +278,10 @@ use vars qw(%translations);
=>
qq{Unable to write local settings file <%s> (%s)},
+ q{unknown settings key <%s>!\n}
+ =>
+ qq{unknown settings key <%s>!\n},
+
q{UnknownDbSchemaColumnDescr}
=>
qq{Unknown DbSchema column description <%s> found},
@@ -238,6 +298,10 @@ use vars qw(%translations);
=>
qq{upgrade done},
+ q{writing dhcp-config for %s clients}
+ =>
+ qq{writing dhcp-config for %s clients},
+
q{writing PXE-file %s}
=>
qq{writing PXE-file %s},
@@ -246,6 +310,14 @@ use vars qw(%translations);
=>
qq{yes},
+ q{You need to specify at least one file!\n}
+ =>
+ qq{You need to specify at least one file!\n},
+
+ q{You need to specify the root-path!\n}
+ =>
+ qq{You need to specify the root-path!\n},
+
);
@@ -261,3 +333,4 @@ use vars qw(%translations);
+