summaryrefslogtreecommitdiffstats
path: root/config-db
diff options
context:
space:
mode:
authorOliver Tappe2006-10-04 15:41:41 +0200
committerOliver Tappe2006-10-04 15:41:41 +0200
commit1ce615a6ba28ed8c6980682fdc78b6ca0f435498 (patch)
tree190948fa3c22d77d28189687a053216d395f3f21 /config-db
parent* we now log the loaded translation module (diff)
downloadcore-1ce615a6ba28ed8c6980682fdc78b6ca0f435498.tar.gz
core-1ce615a6ba28ed8c6980682fdc78b6ca0f435498.tar.xz
core-1ce615a6ba28ed8c6980682fdc78b6ca0f435498.zip
* changed ODLX to OpenSLX such that things work again
* updated translatable strings with extractTranslations.pl, many translations are still missing, though. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@441 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db')
-rw-r--r--config-db/OpenSLX/Translations/de_de_utf_8.pm155
-rw-r--r--config-db/OpenSLX/Translations/posix.pm165
2 files changed, 298 insertions, 22 deletions
diff --git a/config-db/OpenSLX/Translations/de_de_utf_8.pm b/config-db/OpenSLX/Translations/de_de_utf_8.pm
index 0bafe44e..38f609e6 100644
--- a/config-db/OpenSLX/Translations/de_de_utf_8.pm
+++ b/config-db/OpenSLX/Translations/de_de_utf_8.pm
@@ -4,7 +4,7 @@
#
# Oliver Tappe <ot@openslx.com>
#
-package ODLX::Translations::de_de_utf_8;
+package OpenSLX::Translations::de_de_utf_8;
use strict;
use vars qw(@ISA @EXPORT $VERSION);
@@ -22,12 +22,151 @@ use vars qw(%translations);
################################################################################
%translations = (
- 'Could not determine schema version of database'
- => 'Die Version des Datenbank-Schemas konnte nicht bestimmt werden',
- 'Unable to load DB-module <%s> (%s)'
- => 'Kann DB-Modul <%s> nicht laden (%s)',
- 'UnknownDbSchemaCommand'
- => 'Unbekannter DbSchema-Befehl <%s> wird übergangen',
+ qq{NEW:config-file <%s> has incorrect syntax here:\n\t%s\n}
+ =>
+ qq{},
+
+ qq{NEW:copying kernel %s to %s/kernel}
+ =>
+ qq{},
+
+ qq{Could not determine schema version of database}
+ =>
+ qq{Die Version des Datenbank-Schemas konnte nicht bestimmt werden},
+
+ qq{NEW:Could not load module <%s> (Version <%s> required, but <%s> found)}
+ =>
+ qq{},
+
+ qq{NEW:creating tar %s}
+ =>
+ qq{},
+
+ qq{NEW:DB matches current schema version %s}
+ =>
+ qq{},
+
+ qq{NEW:executing %s}
+ =>
+ qq{},
+
+ qq{NEW:exporting client %d:%s}
+ =>
+ qq{},
+
+ qq{NEW:exporting system %d:%s}
+ =>
+ qq{},
+
+ qq{NEW:generating initialramfs %s/initramfs}
+ =>
+ qq{},
+
+ qq{NEW:ignoring unknown key <%s>}
+ =>
+ qq{},
+
+ qq{NEW:merging %s (val=%s)}
+ =>
+ qq{},
+
+ qq{NEW:merging from default client...}
+ =>
+ qq{},
+
+ qq{NEW:merging from group %d:%s...}
+ =>
+ qq{},
+
+ qq{NEW:no}
+ =>
+ qq{},
+
+ qq{NEW:Our schema-version is %s, DB is %s, upgrading DB...}
+ =>
+ qq{},
+
+ qq{NEW:PXE-system %s already exists!}
+ =>
+ qq{},
+
+ qq{NEW:removing %s}
+ =>
+ qq{},
+
+ qq{NEW:setting %s to <%s>}
+ =>
+ qq{},
+
+ qq{NEW:system-error: illegal target-path <%s>!}
+ =>
+ qq{},
+
+ qq{NEW:translations module %s loaded successfully}
+ =>
+ qq{},
+
+ qq{NEW:Unable to access client-config-path '%s'!}
+ =>
+ qq{},
+
+ qq{NEW:Unable to create or access temp-path '%s'!}
+ =>
+ qq{},
+
+ qq{NEW:Unable to create or access tftpboot-path '%s'!}
+ =>
+ qq{},
+
+ qq{unable to execute shell-command:\n\t%s \n\t(%s)}
+ =>
+ qq{Konnte Shell-Kommando nicht ausführen:\n\t%s\n\t(%s)},
+
+ qq{Unable to load DB-module <%s> (%s)}
+ =>
+ qq{Kann DB-Modul <%s> nicht laden (%s)},
+
+ qq{NEW:Unable to load module <%s> (Version <%s> required)}
+ =>
+ qq{},
+
+ qq{NEW:Unable to load module <%s> (Version <%s> required, but <%s> found)}
+ =>
+ qq{},
+
+ qq{NEW:Unable to write local settings file <%s> (%s)}
+ =>
+ qq{},
+
+ qq{NEW:UnknownDbSchemaColumnDescr}
+ =>
+ qq{},
+
+ qq{UnknownDbSchemaCommand}
+ =>
+ qq{Unbekannter DbSchema-Befehl <%s> wird übergangen},
+
+ qq{NEW:UnknownDbSchemaTypeDescr}
+ =>
+ qq{},
+
+ qq{NEW:upgrade done}
+ =>
+ qq{},
+
+ qq{NEW:writing PXE-file %s}
+ =>
+ qq{},
+
+ qq{NEW:yes}
+ =>
+ qq{},
+
);
-1; \ No newline at end of file
+1;
+
+
+
+
+
diff --git a/config-db/OpenSLX/Translations/posix.pm b/config-db/OpenSLX/Translations/posix.pm
index f0a0d9f4..e65489c8 100644
--- a/config-db/OpenSLX/Translations/posix.pm
+++ b/config-db/OpenSLX/Translations/posix.pm
@@ -4,7 +4,7 @@
#
# Oliver Tappe <ot@openslx.com>
#
-package ODLX::Translations::posix;
+package OpenSLX::Translations::posix;
use strict;
use vars qw(@ISA @EXPORT $VERSION);
@@ -22,18 +22,155 @@ use vars qw(%translations);
################################################################################
%translations = (
- 'Could not determine schema version of database'
- => 'Could not determine schema version of database',
- 'Unable to load DB-module <%s> (%s)'
- => 'Unable to load DB-module <%s> (%s)',
- 'Unable to load module <%s> (Version <%s> required, but <%s> found)'
- => 'Unable to load module <%s> (Version <%s> required, but <%s> found)',
- 'UnknownDbSchemaCommand'
- => 'Unknown DbSchema command <%s> found',
- 'UnknownDbSchemaColumnDescr'
- => 'Unknown DbSchema column description <%s> found',
- 'UnknownDbSchemaTypeDescr'
- => 'Unknown DbSchema type description <%s> found',
+ qq{config-file <%s> has incorrect syntax here:\n\t%s\n}
+ =>
+ qq{config-file <%s> has incorrect syntax here:\n\t%s\n},
+
+ qq{copying kernel %s to %s/kernel}
+ =>
+ qq{copying kernel %s to %s/kernel},
+
+ qq{Could not determine schema version of database}
+ =>
+ qq{Could not determine schema version of database},
+
+ qq{Could not load module <%s> (Version <%s> required, but <%s> found)}
+ =>
+ qq{Could not load module <%s> (Version <%s> required, but <%s> found)},
+
+ qq{creating tar %s}
+ =>
+ qq{creating tar %s},
+
+ qq{DB matches current schema version %s}
+ =>
+ qq{DB matches current schema version %s},
+
+ qq{executing %s}
+ =>
+ qq{executing %s},
+
+ qq{exporting client %d:%s}
+ =>
+ qq{exporting client %d:%s},
+
+ qq{exporting system %d:%s}
+ =>
+ qq{exporting system %d:%s},
+
+ qq{generating initialramfs %s/initramfs}
+ =>
+ qq{generating initialramfs %s/initramfs},
+
+ qq{ignoring unknown key <%s>}
+ =>
+ qq{ignoring unknown key <%s>},
+
+ qq{merging %s (val=%s)}
+ =>
+ qq{merging %s (val=%s)},
+
+ qq{merging from default client...}
+ =>
+ qq{merging from default client...},
+
+ qq{merging from group %d:%s...}
+ =>
+ qq{merging from group %d:%s...},
+
+ qq{no}
+ =>
+ qq{no},
+
+ qq{Our schema-version is %s, DB is %s, upgrading DB...}
+ =>
+ qq{Our schema-version is %s, DB is %s, upgrading DB...},
+
+ qq{PXE-system %s already exists!}
+ =>
+ qq{PXE-system %s already exists!},
+
+ qq{removing %s}
+ =>
+ qq{removing %s},
+
+ qq{setting %s to <%s>}
+ =>
+ qq{setting %s to <%s>},
+
+ qq{system-error: illegal target-path <%s>!}
+ =>
+ qq{system-error: illegal target-path <%s>!},
+
+ qq{translations module %s loaded successfully}
+ =>
+ qq{translations module %s loaded successfully},
+
+ qq{Unable to access client-config-path '%s'!}
+ =>
+ qq{Unable to access client-config-path '%s'!},
+
+ qq{Unable to create or access temp-path '%s'!}
+ =>
+ qq{Unable to create or access temp-path '%s'!},
+
+ qq{Unable to create or access tftpboot-path '%s'!}
+ =>
+ qq{Unable to create or access tftpboot-path '%s'!},
+
+ qq{unable to execute shell-command:\n\t%s \n\t(%s)}
+ =>
+ qq{unable to execute shell-command:\n\t%s \n\t(%s)},
+
+ qq{Unable to load DB-module <%s> (%s)}
+ =>
+ qq{Unable to load DB-module <%s> (%s)},
+
+ qq{Unable to load module <%s> (Version <%s> required)}
+ =>
+ qq{Unable to load module <%s> (Version <%s> required)},
+
+ qq{Unable to load module <%s> (Version <%s> required, but <%s> found)}
+ =>
+ qq{Unable to load module <%s> (Version <%s> required, but <%s> found)},
+
+ qq{Unable to write local settings file <%s> (%s)}
+ =>
+ qq{Unable to write local settings file <%s> (%s)},
+
+ qq{UnknownDbSchemaColumnDescr}
+ =>
+ qq{Unknown DbSchema column description <%s> found},
+
+ qq{UnknownDbSchemaCommand}
+ =>
+ qq{Unknown DbSchema command <%s> found},
+
+ qq{UnknownDbSchemaTypeDescr}
+ =>
+ qq{Unknown DbSchema type description <%s> found},
+
+ qq{upgrade done}
+ =>
+ qq{upgrade done},
+
+ qq{writing PXE-file %s}
+ =>
+ qq{writing PXE-file %s},
+
+ qq{yes}
+ =>
+ qq{yes},
+
);
-1; \ No newline at end of file
+
+
+
+
+1;
+
+
+
+
+