summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSimon Rettberg2015-02-09 19:03:57 +0100
committerSimon Rettberg2015-02-09 19:03:57 +0100
commit7166e1d01757acb625776d0284b3c4a07a8aef89 (patch)
tree9e38b7c12688186500c572cc92ac7bd89eca3de5 /lang
parentMinor fixes/formatting (diff)
downloadslx-admin-7166e1d01757acb625776d0284b3c4a07a8aef89.tar.gz
slx-admin-7166e1d01757acb625776d0284b3c4a07a8aef89.tar.xz
slx-admin-7166e1d01757acb625776d0284b3c4a07a8aef89.zip
Update translations
Diffstat (limited to 'lang')
-rw-r--r--lang/de/config-module.json4
-rw-r--r--lang/de/messages-hardcoded.json1
-rw-r--r--lang/de/messages.json1
-rw-r--r--lang/de/templates/sysconfig/_page.json2
-rw-r--r--lang/en/config-module.json9
-rw-r--r--lang/en/messages-hardcoded.json3
-rw-r--r--lang/en/messages.json1
-rw-r--r--lang/en/templates/sysconfig/_page.json2
-rw-r--r--lang/pt/messages-hardcoded.json2
9 files changed, 21 insertions, 4 deletions
diff --git a/lang/de/config-module.json b/lang/de/config-module.json
index 6a6037ff..c9756c3b 100644
--- a/lang/de/config-module.json
+++ b/lang/de/config-module.json
@@ -3,8 +3,8 @@
"adAuth_title": "Active Directory Authentifizierung",
"branding_description": "Das Logo wird am Anmeldebildschirm und beim Starten des Systems angezeigt.",
"branding_title": "Einrichtungsspezifisches Logo",
- "custom_description": "Mit einem Erweiterten Modul ist es m\u00f6glich, beliebige Dateien zum Grundsystem hinzuzuf\u00fcgen Nutzen Sie dieses Modul, um z.B. spezielle Konfigurationsdateien auf den Client PCs zu verwenden, die sich nicht mit einem der anderen Wizards erstellen l\u00e4sst. Das Hinzuf\u00fcgen eines Erweiterten Moduls erfordert in der Regel zumindest grundlegende Systemkenntnisse im Linuxbereich.",
- "custom_title": "Generisches Modul hinzuf\u00fcgen",
+ "custom_description": "Mit einem generischen Modul ist es m\u00f6glich, beliebige Dateien zum Grundsystem hinzuzuf\u00fcgen.\r\nNutzen Sie dieses Modul, um z.B. spezielle Konfigurationsdateien auf den Client PCs zu verwenden, die sich nicht mit einem der anderen Wizards erstellen l\u00e4sst. Das Hinzuf\u00fcgen eines Erweiterten Moduls erfordert in der Regel zumindest grundlegende Systemkenntnisse im Linuxbereich.",
+ "custom_title": "Generisches Modul",
"group_authentication": "Authentifizierung",
"group_branding": "Einrichtungsspezifisches Logo",
"group_generic": "Generisch",
diff --git a/lang/de/messages-hardcoded.json b/lang/de/messages-hardcoded.json
index e9714d37..1a332e03 100644
--- a/lang/de/messages-hardcoded.json
+++ b/lang/de/messages-hardcoded.json
@@ -1,4 +1,5 @@
{
+ "lang_clientSshConfig": "SSH-Konfiguration",
"lang_configurationCompilation": "Konfiguration zusammenstellen",
"lang_contentOf": "Inhalt von",
"lang_createUser": "Benutzer anlegen",
diff --git a/lang/de/messages.json b/lang/de/messages.json
index c9b25b31..ef3d4603 100644
--- a/lang/de/messages.json
+++ b/lang/de/messages.json
@@ -41,6 +41,7 @@
"reboot-unconfirmed": "Sicherheitsabfrage zum Reboot nicht best\u00e4tigt",
"remote-parse-failed": "Parsen der empfangenen Daten fehlgeschlagen ({{0}})",
"remote-timeout": "Konnte Ressource {{0}} nicht herunterladen ({{1}})",
+ "replacing-config": "Ersetzen von Konfiguration {{0}}",
"replacing-module": "Ersetzen von Modul {{0}}",
"restore-done": "Wiederherstellung abgeschlossen",
"settings-updated": "Einstellungen wurden aktualisiert",
diff --git a/lang/de/templates/sysconfig/_page.json b/lang/de/templates/sysconfig/_page.json
index 0e42c6a3..6bdce6dd 100644
--- a/lang/de/templates/sysconfig/_page.json
+++ b/lang/de/templates/sysconfig/_page.json
@@ -8,6 +8,7 @@
"lang_delete": "L\u00f6schen",
"lang_deleteLong": "Modul oder Konfiguration l\u00f6schen.",
"lang_download": "Herunterladen",
+ "lang_downloadLong": "Dieses Modul \"so wie es ist\" herunterladen.",
"lang_edit": "Bearbeiten",
"lang_editLong": "Modul oder Konfiguration bearbeiten.",
"lang_helpModuleConfiguration": "Konfigurationsmodule sind die Bausteine, aus denen eine Systemkonfiguration erstellt wird. Hier lassen sich sowohl generische Module durch einen Wizard anlegen, als auch komplett eigene Module erstellen (fortgeschritten, Linuxkenntnisse erforderlich).",
@@ -20,6 +21,7 @@
"lang_rebuildLong": "Modul oder Konfiguration neu generieren. Das entsprechende Modul bzw. Konfiguration ist aktuell und sollte nicht neu generiert werden m\u00fcssen.",
"lang_rebuildOutdatedLong": "Modul oder Konfiguration neu generieren. Das entsprechende Modul bzw. Konfiguration ist veraltet oder nicht vorhanden.",
"lang_show": "Ansehen",
+ "lang_showLong": "Inhalt des Moduls anzeigen.",
"lang_systemConfiguration": "Systemkonfiguration",
"lang_systemConfigurationAlert": "Bevor Sie eine Systemkonfiguration erstellen k\u00f6nnen, m\u00fcssen Sie zun\u00e4chst ein Konfigurationsmodul erzeugen.",
"lang_systemConfigurationNotFound": "Keine Systemkonfigurationen gefunden.Erstellen Sie eine neue Konfiguration aus den unten aufgef\u00fchrten Konfigurationsmodulen."
diff --git a/lang/en/config-module.json b/lang/en/config-module.json
index 14ea9e93..b0caae82 100644
--- a/lang/en/config-module.json
+++ b/lang/en/config-module.json
@@ -1,4 +1,13 @@
{
+ "adAuth_description": "With this module you can enable logging in on the clients with Active Directory accounts. It's optionally possible to specify a network share used as the user's personal directory.",
+ "adAuth_title": "Active Directory authentication",
+ "branding_description": "The logo will be displayed on the login screen and during system startup.",
+ "branding_title": "Institution's logo",
+ "custom_description": "Using a custom module it is possible to add or override any system file on the client.\r\nYou can use this to make special customizations that aren't possible using one of the configuration wizards. Some basic knowledge about Linux is probably required for this.",
+ "custom_title": "Custom module",
+ "group_authentication": "Authentication",
+ "group_branding": "Branding",
+ "group_generic": "Generic",
"group_sshconfig": "SSH",
"sshconfig_description": "Here you can set whether the sshd on the clients will start, and what options it will use.",
"sshconfig_title": "SSH daemon"
diff --git a/lang/en/messages-hardcoded.json b/lang/en/messages-hardcoded.json
index 3288d807..62725274 100644
--- a/lang/en/messages-hardcoded.json
+++ b/lang/en/messages-hardcoded.json
@@ -1,6 +1,7 @@
{
+ "lang_clientSshConfig": "SSH configuration",
"lang_configurationCompilation": "Compile configuration",
- "lang_contentOf": "Content of \u0022",
+ "lang_contentOf": "Content of \"",
"lang_createUser": "Create User",
"lang_days": "Day(s)",
"lang_hours": "Hour(s)",
diff --git a/lang/en/messages.json b/lang/en/messages.json
index 2e9263ac..91dda3af 100644
--- a/lang/en/messages.json
+++ b/lang/en/messages.json
@@ -41,6 +41,7 @@
"reboot-unconfirmed": "Confirmation prompt to reboot not confirmed",
"remote-parse-failed": "Parsing the received data failed ({{0}})",
"remote-timeout": "Could not download resource {{0}} ({{1}})",
+ "replacing-config": "Replace config {{0}}",
"replacing-module": "Replace module {{0}}",
"restore-done": "Restore done",
"settings-updated": "Settings have been updated",
diff --git a/lang/en/templates/sysconfig/_page.json b/lang/en/templates/sysconfig/_page.json
index b86e369a..3bdaa40d 100644
--- a/lang/en/templates/sysconfig/_page.json
+++ b/lang/en/templates/sysconfig/_page.json
@@ -8,6 +8,7 @@
"lang_delete": "Delete",
"lang_deleteLong": "Delete module or configuration.",
"lang_download": "Download",
+ "lang_downloadLong": "Download module \"as is\".",
"lang_edit": "Edit",
"lang_editLong": "Edit module or configuration.",
"lang_helpModuleConfiguration": "Configuration modules are the building blocks from which a system configuration is created. Here you can create both generic modules by a wizard, as well as create completely custom modules (advanced Linux knowledge required).",
@@ -20,6 +21,7 @@
"lang_rebuildLong": "Rebuild module or configuration.",
"lang_rebuildOutdatedLong": "Rebuild module or configuration. The module\/configuration is outdated or missing and should be regenerated.",
"lang_show": "Show",
+ "lang_showLong": "Show content of module.",
"lang_systemConfiguration": "System Configuration",
"lang_systemConfigurationAlert": "Before you can create a system configuration, you must first create a configuration module.",
"lang_systemConfigurationNotFound": "No system configurations found. Create a new configuration from the configuration modules listed below."
diff --git a/lang/pt/messages-hardcoded.json b/lang/pt/messages-hardcoded.json
index 59624dfe..3e90bd80 100644
--- a/lang/pt/messages-hardcoded.json
+++ b/lang/pt/messages-hardcoded.json
@@ -1,6 +1,6 @@
{
"lang_configurationCompilation": "Compilar configura\u00e7\u00e3o",
- "lang_contentOf": "Conte\u00fado de \u0022",
+ "lang_contentOf": "Conte\u00fado de \"",
"lang_createUser": "Criar Usu\u00e1rio",
"lang_days": "Dia(s)",
"lang_hours": "Hora(s)",