Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Updated german translations, fixed translation keys and made more plu…
Browse files Browse the repository at this point in the history
…gins translatable
  • Loading branch information
bLoginow committed Mar 24, 2015
1 parent c209510 commit 18fcee9
Show file tree
Hide file tree
Showing 305 changed files with 4,902 additions and 915 deletions.
37 changes: 19 additions & 18 deletions core/src/plugins/access.ajxp_conf/class.ajxp_confAccessDriver.php
Expand Up @@ -94,7 +94,8 @@ public function listAllActions($action, $httpVars, $fileVars)
$repoOut[$repoObject->getId()] = $repoObject->getDisplay();
}
HTMLWriter::charsetHeader("application/json");
echo json_encode(array("LEGEND" => "Select a workspace", "LIST" => $repoOut));
$mess = ConfService::getMessages();
echo json_encode(array("LEGEND" => $mess["ajxp_conf.150"], "LIST" => $repoOut));

break;

Expand Down Expand Up @@ -307,25 +308,25 @@ public function switchAction($action, $httpVars, $fileVars)
"data" => array(
"LABEL" => $mess["ajxp_conf.110"],
"ICON" => "user.png",
"DESCRIPTION" => "Day-to-day administration of the application : who accesses to what, create roles, etc.",
"DESCRIPTION" => $mess["ajxp_conf.137"],
"CHILDREN" => array(
"repositories" => array(
"AJXP_MIME" => "workspaces_zone",
"LABEL" => $mess["ajxp_conf.3"],
"DESCRIPTION" => "Create and delete workspaces, add features to them using meta sources.",
"DESCRIPTION" => $mess["ajxp_conf.138"],
"ICON" => "hdd_external_unmount.png",
"LIST" => "listRepositories"),
"users" => array(
"AJXP_MIME" => "users_zone",
"LABEL" => $mess["ajxp_conf.2"],
"DESCRIPTION" => "Manage users and groups",
"DESCRIPTION" => $mess["ajxp_conf.139"],
"ICON" => "users-folder.png",
"LIST" => "listUsers"
),
"roles" => array(
"AJXP_MIME" => "roles_zone",
"LABEL" => $mess["ajxp_conf.69"],
"DESCRIPTION" => "Define profiles that can be applied at once to whole bunch of users.",
"DESCRIPTION" => $mess["ajxp_conf.140"],
"ICON" => "user-acl.png",
"LIST" => "listRoles"),
)
Expand All @@ -334,57 +335,57 @@ public function switchAction($action, $httpVars, $fileVars)
"AJXP_MIME" => "plugins_zone",
"LABEL" => $mess["ajxp_conf.109"],
"ICON" => "preferences_desktop.png",
"DESCRIPTION" => "Global configurations of the application core and of each plugin. Enable/disable plugins",
"DESCRIPTION" => $mess["ajxp_conf.136"],
"CHILDREN" => array(
"core" => array(
"AJXP_MIME" => "plugins_zone",
"LABEL" => $mess["ajxp_conf.98"],
"DESCRIPTION" => "Core application parameters",
"DESCRIPTION" => $mess["ajxp_conf.133"],
"ICON" => "preferences_desktop.png",
"LIST" => "listPlugins"),
"plugins" => array(
"AJXP_MIME" => "plugins_zone",
"LABEL" => $mess["ajxp_conf.99"],
"DESCRIPTION" => "Enable/disable additional feature-oriented plugins, check if they are correctly working, set up global parameters of the plugins.",
"DESCRIPTION" => $mess["ajxp_conf.134"],
"ICON" => "folder_development.png",
"LIST" => "listPlugins"),
"core_plugins" => array(
"AJXP_MIME" => "plugins_zone",
"LABEL" => $mess["ajxp_conf.123"],
"DESCRIPTION" => "Enable/disable core plugins (auth, conf, mail, etc), check if they are correctly working. Configuration of these plugins are generally done through the Main Options",
"DESCRIPTION" => $mess["ajxp_conf.135"],
"ICON" => "folder_development.png",
"LIST" => "listPlugins"),
)
),
"admin" => array(
"LABEL" => $mess["ajxp_conf.111"],
"ICON" => "toggle_log.png",
"DESCRIPTION" => "Administrator tasks to monitor the application state.",
"DESCRIPTION" => $mess["ajxp_conf.141"],
"CHILDREN" => array(
"logs" => array(
"LABEL" => $mess["ajxp_conf.4"],
"DESCRIPTION" => "Monitor all activities happening on the server",
"DESCRIPTION" => $mess["ajxp_conf.142"],
"ICON" => "toggle_log.png",
"LIST" => "listLogFiles"),
"diagnostic" => array(
"LABEL" => $mess["ajxp_conf.5"],
"DESCRIPTION" => "Read the start-up diagnostic",
"DESCRIPTION" => $mess["ajxp_conf.143"],
"ICON" => "susehelpcenter.png", "LIST" => "printDiagnostic")
)
),
"developer" => array(
"LABEL" => "Developer Resources",
"LABEL" => $mess["ajxp_conf.144"],
"ICON" => "applications_engineering.png",
"DESCRIPTION" => "Generated documentations for developers",
"DESCRIPTION" => $mess["ajxp_conf.145"],
"CHILDREN" => array(
"actions" => array(
"LABEL" => "Actions API",
"DESCRIPTION" => "List all actions contributed by all plugins and visualize their input parameters",
"LABEL" => $mess["ajxp_conf.146"],
"DESCRIPTION" => $mess["ajxp_conf.147"],
"ICON" => "book.png",
"LIST" => "listActions"),
"hooks" => array(
"LABEL" => "Hooks Definitions",
"DESCRIPTION" => "List all hooks triggered in the application, their documentation, where there are triggered and which plugin listen to them.",
"LABEL" => $mess["ajxp_conf.148"],
"DESCRIPTION" => $mess["ajxp_conf.149"],
"ICON" => "book.png",
"LIST" => "listHooks")
)
Expand Down
26 changes: 26 additions & 0 deletions core/src/plugins/access.ajxp_conf/i18n/conf/de.php
@@ -0,0 +1,26 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/
// german translation: Axel Otterstätter <axel.otterstaetter@googlemail.com>

$mess=array(
"Admin Driver" => "Administration",
"Access Pydio configuration data." => "Die Pydio-Konfiguration administrieren",
);
24 changes: 24 additions & 0 deletions core/src/plugins/access.ajxp_conf/i18n/conf/en.php
@@ -0,0 +1,24 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"Admin Driver" => "Admin Driver",
"Access Pydio configuration data." => "Access Pydio configuration data.",
);
62 changes: 40 additions & 22 deletions core/src/plugins/access.ajxp_conf/i18n/de.php
Expand Up @@ -24,34 +24,34 @@
"1" => "Konfigurationsdaten",
"2" => "Benutzer & Gruppen",
"3" => "Arbeitsumgebungen",
"4" => "Logs",
"4" => "Protokolle",
"5" => "Diagnose",
"6" => "Benutzername",
"6" => "Name",
"7" => "Ist Admin",
"8" => "Arbeitsumgebung Bezeichnung",
"8" => "Bezeichnung",
"9" => "Zugriffstyp",
"10" => "Meta Quelle",
"11" => "Quelle hinzufügen",
"12" => "Meta Plugin",
"13" => "Wollen Sie die Quelle wirklich löschen?",
"14" => "Wahr",
"15" => "Falsch",
"16" => "Datei Datum",
"16" => "Datum",
"17" => "Datum",
"18" => "IP",
"19" => "Ebene",
"20" => "Benutzer",
"21" => "Aktion",
"22" => "Param.",
"23" => "Test Name",
"24" => "Test Daten",
"23" => "Test",
"24" => "Ergebnis",
"25" => "Arbeitsumgebung-Zugriffe",
"26" => "Passwort ändern",
"27" => "Adminrechte",
"28" => "Benutzer hat Adminrechte?",
"29" => "Lesen",
"30" => "Schreiben",
"32" => "Arbeitsumgebung-Treiber",
"32" => "Treiber",
"33" => "Lade...",
"34" => "Soll der Benutzer wirklich gelöscht werden? Dies kann nicht rückgängig gemacht werden!",
"35" => "Soll diese Arbeitsumgebung wirklich gelöscht werden? Dies kann nicht rückgängig gemacht werden!",
Expand Down Expand Up @@ -81,7 +81,7 @@
"59" => "Arbeitsumgebung erfolgreich gelöscht",
"60" => "Benutzer erfolgreich entfernt",
"61" => "Fehlerhafte Parameter!",
"62" => "Rechte Zusammenfassung",
"62" => "Rechte",
"63" => "Alle",
"64" => "Rechte der Rolle ändern ",
"65" => "Die Rolle existiert, bitte einen anderen Namen wählen!",
Expand All @@ -100,7 +100,7 @@
"77" => "Zugriffssteuerung",
"78" => "Persönliche Daten",
"79" => "Arbeitsumgebung",
"80" => "Detaillierter Zugriff für diesen Benutzer (Click on a Arbeitsumgebung label if you wish to make it the default Arbeitsumgebung when user logs in)",
"80" => "Detaillierter Zugriff für diesen Benutzer (Auf eine Arbeitsumgebung klicken, um diese bei der Benutzeranmeldung standardmäßig öffnen zu lassen)",
"81" => "Typische Arbeitsumgebung-Inhalte",
"82" => "Benutzer Batch-editieren",
"83" => "Drag'n'Drop der Rollen um diese allen ausgewählten Benutzern zuzuweisen (Freigegebene Benutzer werden übersprungen)",
Expand All @@ -118,19 +118,19 @@
"95" => "Eine Bezeichnung und einen Treiber für den Datenzugriff wählen (Alle Bereich auf vorgeschriebene Felder prüfen, wenn sich die Maus auf einer Bezeichnung befindet, dann werden weitere Infos angezeigt).",
"96" => "Wenn eine Bezeichnung vergeben und der Treiber ausgewählt wurde, dann aktivieren Sie die Felder die in der Vorlage ausgefüllt sein sollen mit Hilfe der Chexckboxen. Die übrigen Felder kann der Benutzer ändern. Wenn ein Feld aktiviert und leer gelassen wird, dann wird das Feld vor dem Benutzer versteckt.",
"repository_access_key" => "N",
"97" => "Optionen des Plugins erfolgreich aktualisiert",
"98" => "Grundkonfiguration",
"99" => "Plugins",
"97" => "Einstellungen der Erweiterung erfolgreich aktualisiert",
"98" => "Grundeinstellungen",
"99" => "Erweiterungen",
"100" => "Allgemeine '%s' Plugin-Optionen",
"101" => "Name",
"102" => "Bezeichnung",
"103" => "Beschreibung",
"104" => "Aktiv",
"105" => "Automatik Checks",
"105" => "Testergebnis",
"106" => "Einmalige ID",
"107" => "Plugin Konfigurationen",
"108" => "Dokumentation",
"109" => "Globale Konfigurationen",
"109" => "Einstellungen",
"110" => "Arbeitsumgebungen & Benutzer",
"111" => "Logs & Andere Daten",
"112" => "<b>Diese Rolle als Standard</b> für alle Benutzer festlegen",
Expand All @@ -145,14 +145,32 @@
"120" => "Go Pro",
"121" => "Holen Sie sich professionelle Unterstützung für Ihr System",
"122" => "Alle Einstellungen",
"123" => "Andere Plugins",
"124" => "Source",
"123" => "Kernfunktionalitäten",
"124" => "Quelle",
"125" => "Alias",
"126" => "Sind Sie sicher, dass Sie die ausgewählten Elemente löschen möchten?",
"127" => "Achtung, bitte verwenden Sie keine Sonderzeichen. Benutzer würde mit Login-ID '%s' erstellt werden.",
"128" => "Successfully deleted group",
"129" => "Refresh plugins cache",
"130" => "Clear plugins cache, can be necessary to see new plugins appear in the list.",
"131" => "Plugins cache files were deleted succesfully!",
"132" => "Cache cleared, but you are currently running in SKIP_CACHE mode (see bootstrap_context.php).",
);
"128" => "Gruppe erfolgreich gelöscht",
"129" => "Zwischenspeicher für Erweiterungen leeren",
"130" => "Dies kann notwendig sein, damit neue Erweiterungen in der Liste erscheinen.",
"131" => "Zwischenspeicher für Erweiterungen erfolgreich geleert!",
"132" => "Zwischenspeicher wurde geleert, aber Pydio läuft im SKIP_CACHE Modus (siehe bootstrap_context.php).",
"133" => "Grundeinstellungen der Anwendung",
"134" => "Zusätzliche Funktionen aktivieren und prüfen, ob diese korrekt funktionieren.",
"135" => "Erweiterungen für Kernfunktionalitäten aktivieren und prüfen, ob diese korrekt funktionieren. Die Erweiterungen werden in den Grundeinstellungen konfiguriert.",
"136" => "Einstellungen der Anwendung, sowie aller Erweiterungen ändern",
"137" => "Zugriffsrechte und Benutzer verwalten",
"138" => "Arbeitsumgebungen anlegen und Funktionen und Metadaten festlegen.",
"139" => "Benutzer und Gruppen verwalten",
"140" => "Legt Profile fest, die auf eine Vielzahl von Benutzern anwendbar sind.",
"141" => "Überwachung des Anwendungs-Status für administrative Aufgaben.",
"142" => "Protokoll mit allen Anwendungs-Ereignissen auf dem Server",
"143" => "Informationen aus der Start-Diagnose",
"144" => "Informationen für Entwickler",
"145" => "Dokumentation für Entwickler",
"146" => "Aktions-API",
"147" => "Liste aller Aktionen der Erweiterungen und die zugehörigen Eingabeparameter",
"148" => "Hook-Definition",
"149" => "Liste aller Hooks mit Informationen, wo und von welchen Erweiterungen diese aufgerufen werden.",
"150" => "Eine Arbeitsumgebung auswählen",
);
18 changes: 18 additions & 0 deletions core/src/plugins/access.ajxp_conf/i18n/en.php
Expand Up @@ -153,4 +153,22 @@
"130" => "Clear plugins cache, can be necessary to see new plugins appear in the list.",
"131" => "Plugins cache files were deleted succesfully!",
"132" => "Cache cleared, but you are currently running in SKIP_CACHE mode (see bootstrap_context.php).",
"133" => "Core application parameters",
"134" => "Enable/disable additional feature-oriented plugins, check if they are correctly working, set up global parameters of the plugins.",
"135" => "Enable/disable core plugins (auth, conf, mail, etc), check if they are correctly working. Configuration of these plugins are generally done through the Main Options",
"136" => "Global configurations of the application core and of each plugin. Enable/disable plugins",
"137" => "Day-to-day administration of the application : who accesses to what, create roles, etc.",
"138" => "Create and delete workspaces, add features to them using meta sources.",
"139" => "Manage users and groups",
"140" => "Define profiles that can be applied at once to whole bunch of users.",
"141" => "Administrator tasks to monitor the application state.",
"142" => "Monitor all activities happening on the server",
"143" => "Read the start-up diagnostic",
"144" => "Developer Resources",
"145" => "Generated documentations for developers",
"146" => "Actions API",
"147" => "List all actions contributed by all plugins and visualize their input parameters",
"148" => "Hooks Definitions",
"149" => "List all hooks triggered in the application, their documentation, where there are triggered and which plugin listen to them.",
"150" => "Select a repository",
);
36 changes: 36 additions & 0 deletions core/src/plugins/access.ajxp_home/i18n/conf/de.php
@@ -0,0 +1,36 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* This file is part of Pydio.
*
* Pydio is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Pydio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/
$mess=array(
"Welcome Page"=> "Willkommen-Seite",
"Welcome Page displaying a list of workspaces" => "Willkommen-Seite auf der eine Liste mit Arbeitsumgebungen angezeigt wird",
"Open workspace by simple click" => "Arbeitsumgebung mit einfachem Klick öffnen",
"Open workspace by simple click instead of double click." => "Arbeitsumgebung mit einfachem Klick öffnen statt mit Doppelklick.",
"Enable Getting Started" => "'Erste Schritte' anzeigen",
"Enable addition tabulation to access getting started videos" => "Link auf Videos, welche die ersten Schritte mit Pydio zeigen",
"iOS App URL" => "URL zur iOS-App",
"URL of the iOS application" => "URL zur iOS-App",
"Android App URL" => "URL zur Android-App",
"URL of the Android application" => "URL zur Android-App",
"Windows PydioSync URL" => "URL zum Windows-Sync-Client",
"URL of the windows sync application" => "URL zum Windows-Sync-Client",
"Mac PydioSync URL" => "URL zum Mac-Sync-Client",
"URL of the mac sync application" => "URL zum Mac-Sync-Client",
);

0 comments on commit 18fcee9

Please sign in to comment.