Skip to content

Commit

Permalink
Correct l10n support
Browse files Browse the repository at this point in the history
support French and German, see #311
  • Loading branch information
hypery2k committed Apr 7, 2015
1 parent 11353a2 commit 77878a1
Show file tree
Hide file tree
Showing 7 changed files with 827 additions and 22 deletions.
42 changes: 20 additions & 22 deletions roundcube/src/main/php/l10n/de.php
Original file line number Diff line number Diff line change
@@ -1,45 +1,43 @@
<?php $TRANSLATIONS = array(
"Refresh interval '%s' is not a number." => "Session-Refresh '%s' ist keine Zahl",
"Not submitted for us." => "Nicht ans uns übermittelt.",
"Application settings successfully stored." => "Anwendungseinstellungen wurden erfolgreich gespeichert",
"Unable to store email credentials in the data-base." => "Emailzugangsdaten konnten nicht gespeichert werden",
"Application settings successfully stored." => "Anwendungseinstellungen wurden erfolgreich gespeichert.",
"Unable to store email credentials in the data-base." => "Emailzugangsdaten konnten nicht gespeichert werden.",
"Email-user credentials successfully stored. Please login again to OwnCloud for applying the new settings." => "Emailzugangsdaten wurden erfolgreich gespeichert. Bitte melden Sie sich erneut in OwnCloud an, damit die Änderungen wirksam werden.",
"Webmail" => "Webmail",
"Auto-Login is not working. Please contact you're administrator" => "Der automatische Login funktioniert nicht. Kontaktieren Sie bitte Ihren Systemadministrator.",
"Database error" => "Datenbankfehler",
"Please follow the wiki page to setup the database manually:" => "Bitte folgen sie den Hinweisen im Wiki zur manuellen Datenbankkonfiguration.",
"You have errors in your settings" => "Es bestehen Konfigurationsfehler",
"You can manage your admin settings here:" => "Bitte korrigieren sie die Administrationseinstellungen",
"Settings" => "Einstellungen",
"You don't have any email account configured yet." => "Bitte richten Sie zunächst ein Emailkonto ein.",
"You can manage your email accounts here:" => "Hier können sie ihren Emailkonten verwalten:",
"You don't have any email account configured correctly yet. Please check you username and password." => "Bitte richten Sie zunächst ihr Emailkonto korrekt ein. überprüfen sie Nutzer und Passwort.",
"RoundCube Settings" => "RoundCube Einstellungen",
"Basic settings" => "Grundeinstellungen",
"Advanced settings" => "Erweiterte Einstellungen",
"Absolute path to roundcube installation, e.g. If you have http://example.com/roundcube enter /roundcube/ here. Note that subdomains or URLs do not work, just absolute paths to the same domain owncloud is running." => "Absoluter Pfad zu der bestehenden Roundcube Installation, z.B. bei https://owncloud.com/roundcube wäre das /roundcube/. Es funktionieren nur absolute Pfadangaben, die sich auf diesselbe Domain beziehen wie die, auf der Owncloud läuft.",
"Remove RoundCube control navigation menu items with currently logged in user information" => "RoundCube Navigationselemente mit aktuellen Nutzerinformationen ausblenden ( \"Angemeldet als \")",
"Remove information bar on top of page" => "Entfernen der Informationsleiste im oberen Seitenbereich",
"Removes the buttons for different sections (mail, adressbook, settings) within the RoundCube mail application" => "Entferne Buttons für die verschiedenen Bereiche (Mail,Adressbuch,Einstellungen) innerhalb der RoundCube Anwendung",
"Removes the buttons for different sections (mail, adressbook, settings) within the RoundCube mail application" => "Entfernt die Buttons für die verschiedenen Bereiche (Mail,Adressbuch,Einstellungen) innerhalb der RoundCube Anwendung",
"Remove RoundCube header navigation menu items" => "Navigationsleiste ausblenden",
"Enable autologin for users, which reuse the login data from OC for RoundCube." => "Autologin für Nutzer aktivieren, um die Nutzerdaten von OC für Roundcube wieder zu nutzen.",
"Enable autologin for users" => "Autologin für Nutzer aktivieren",
"Disable SSL verification, e.g. for self-signed certificates" => "SSL-Verifizierung deaktivieren, z.B. für selbst-signierte SSL-Zertificate",
"Enable debug messages. RC tends to bloat the log-files." => "Aktiviert Debugging. Das führt zu großen Logdateien!",
"Enable debug logging" => "Aktiviert Debugging für das Logging",
"Disable SSL verification, e.g. for self-signed certificates" => "SSL-Verifizierung deaktivieren, z.B. für selbst-signierte SSL-Zertificate",
"Overwrite roundcube server hostname if not the same as owncloud, e.g. for (sub)domains which resides on the same server, e.g rc.domain.tld But keep in mind that due to iFrame security constraints it will be only working on the same server, see HTML/JS same-origin policies" => "Überschreibe roundcube server Hostnamen, wenn es nicht derselber wie Owncloud ist, z.B. (Sub)domänen wie rc.domain.tld. Das funktioniert aber nur innerhalb desselben Servers aufgrund von iFrame-Beschränkungen, siehe HTML/JS same-origin Policy.",
"Overwrite roundcube server port (If not specified, ports 80/443 are used for HTTP/S)" => "Explizite Angabe des RoundCube Server-Port. Die Voreinstellung ist 80/443 für HTTP resp. HTTPS. Fall Sie unsicher sind, lassen Sie das Feld leer",
"This should be set to somewhat (e.g. 60 seconds, YMMV) less than half the session life-time of your RoundCube install (refer to the Roundcube documentation, please)." => "RoundCube Session-Refresh-Intervall. Der Wert sollte ``geringfügig'' unterhalb der Hälfte der eingestellten Session-Life-Time der RoundCube-Instanz sein (z.B. 60 Sekunden weniger als die Hälfte). Bitte lesen Sie die diesbezügliche Dokumentation der RoundCube Web-Applikation.",
"Refresh interval for the Roundcube-session in seconds" => "Session-Refresh Intervall für RoundCube",
"Checking this box will disable the cron-job which should periodically refresh the Roundcube session. If you do not have a real cron-daemon running (see Cron-section on this page) then the cron-job is probably quite useless and unreliable and so it might be safe to disable it (YMMV)." => "Wenn Sie diesen Schalter aktivieren deaktivieren Sie den Cron-Job, der\n``periodisch'' die RoundCube PHP-Session erneuert. Falls Sie\nallerdings keinen ``echten'' Cron-Daemon benutzen (siehe\nCron-Abschnitt auf dieser Seiter), ist der Refresh-Cronjob vermutlich\nziemlich nutzlos und unzuverlässig. Insofern mag es sinnvoll sein, das\n``Häkchen'' zu setzen (bitte einfach selbst ausprobieren).",
"Disable Cron session-refresh" => "Cron-Job Session-Refresh deaktivieren",
"Logged in as " => "Angemeldet als ",
"Auto-Login is not working. Please contact you're administrator" => "Das automatisch Login funktioniert nicht. Kontaktieren Sie bitte Ihren Systemadministrator.",
"Database error" => "Datenbankfehler",
"Please follow the wiki page to setup the database manually:" => "Bitte folgen sie den Hinweisen im Wiki zur manuellen Datenbankkonfiguration.",
"You have errors in your settings" => "Es bestehen Konfigurationsfehler",
"You can manage your admin settings here:" => "Bitte korrigieren sie die Administrationseinstellungen",
"Settings" => "Einstellungen",
"You don't have any email account configured yet." => "Bitte richten Sie zunächst ein Emailkonto ein.",
"You can manage your email accounts here:" => "Hier können sie ihren Emailkonten verwalten.",
"You don't have any email account configured correctly yet. Please check you username and password." => "Bitte richten Sie zunächst ihr Emailkonto korrekt ein. überprüfen sie Nutzer und Passwort.",
"Refresh interval for the Roundcube-session in seconds" => "Session-Refresh Intervall für RoundCube in Sekunden",
"Saving..." => "Speichere...",
"Logged in as " => "Angemeldet als",
"RoundCube Mailaccount" => "RoundCube Emailkonto",
"Email Login Name" => "Email Nutzername",
"Email Password" => "Email Passwort",
"Please fill username and password fields" => "Bitte füllen Sie sowohl Nutzername, als auch Passwort aus",
"General saving error occurred." => "Allgemeiner Speicherfehler bei den Einstellungen",
"show" => "zeigen",
"Update Email Identity" => "Zugangsdaten aktualisieren",
"Autologin for users activated. OwnCloud user data will be used for login in roundcube" => "Das automatische Anmeldung ist aktiviert. Ihre OwnCloud\nBenutzer-Identität wird für die RoundCube Authentifizierung\nverwendet.",
"Saving..." => "Speichere..."
"General saving error occurred." => "Allgemeiner Speicherfehler bei den Einstellungen",
"Please fill username and password fields" => "Bitte füllen Sie sowohl Nutzername, als auch Passwort aus",
"Autologin for users activated. OwnCloud user data will be used for login in roundcube" => "Das automatische Anmeldung ist aktiviert. Ihre OwnCloud Benutzer-Identität wird für die RoundCube Authentifizierung verwendet."
);
Binary file added roundcube/src/main/php/l10n/de/roundcube.mo
Binary file not shown.
263 changes: 263 additions & 0 deletions roundcube/src/main/php/l10n/de/roundcube.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,263 @@
# RoundCube OwnCloud App
# Copyright (C) 2015 Martin Reinhardt
# This file is distributed under the same license as the PACKAGE package.
#
msgid ""
msgstr ""
"Project-Id-Version: ownCloud roundcube 5.0.0\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2015-04-06 21:08+0200\n"
"PO-Revision-Date: 2015-04-07 03:56+0100\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Last-Translator: \n"
"Language-Team: \n"
"X-Generator: Poedit 1.7.5\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: de\n"

#: ajax/adminSettings.php:51
#, php-format
msgid "Refresh interval '%s' is not a number."
msgstr "Session-Refresh '%s' ist keine Zahl"

#: ajax/adminSettings.php:81 ajax/userSettings.php:39
msgid "Not submitted for us."
msgstr "Nicht ans uns übermittelt."

#: ajax/adminSettings.php:85
msgid "Application settings successfully stored."
msgstr "Anwendungseinstellungen wurden erfolgreich gespeichert."

#: ajax/userSettings.php:35
msgid "Unable to store email credentials in the data-base."
msgstr "Emailzugangsdaten konnten nicht gespeichert werden."

#: ajax/userSettings.php:43
msgid ""
"Email-user credentials successfully stored. Please login again to OwnCloud "
"for applying the new settings."
msgstr ""
"Emailzugangsdaten wurden erfolgreich gespeichert. Bitte melden Sie sich "
"erneut in OwnCloud an, damit die Änderungen wirksam werden."

#: appinfo/app.php:51
msgid "Webmail"
msgstr "Webmail"

#: templates/part.error.autologin.php:2
msgid "Auto-Login is not working. Please contact you're administrator"
msgstr ""
"Der automatische Login funktioniert nicht. Kontaktieren Sie bitte Ihren "
"Systemadministrator."

#: templates/part.error.db.php:3
msgid "Database error"
msgstr "Datenbankfehler"

#: templates/part.error.db.php:6
msgid "Please follow the wiki page to setup the database manually:"
msgstr ""
"Bitte folgen sie den Hinweisen im Wiki zur manuellen Datenbankkonfiguration."

#: templates/part.error.error-settings.php:3
msgid "You have errors in your settings"
msgstr "Es bestehen Konfigurationsfehler"

#: templates/part.error.error-settings.php:6
msgid "You can manage your admin settings here:"
msgstr "Bitte korrigieren sie die Administrationseinstellungen"

#: templates/part.error.error-settings.php:9
#: templates/part.error.no-settings.php:9
#: templates/part.error.wrong-auth.php:5
msgid "Settings"
msgstr "Einstellungen"

#: templates/part.error.no-settings.php:3
msgid "You don't have any email account configured yet."
msgstr "Bitte richten Sie zunächst ein Emailkonto ein."

#: templates/part.error.no-settings.php:6
#: templates/part.error.wrong-auth.php:4
msgid "You can manage your email accounts here:"
msgstr "Hier können sie ihren Emailkonten verwalten:"

#: templates/part.error.wrong-auth.php:2
msgid ""
"You don't have any email account configured correctly yet. Please check you "
"username and password."
msgstr ""
"Bitte richten Sie zunächst ihr Emailkonto korrekt ein. überprüfen sie Nutzer "
"und Passwort."

#: templates/tpl.adminSettings.oc6.php:7 templates/tpl.adminSettings.oc7.php:7
#: templates/tpl.adminSettings.php:6
msgid "RoundCube Settings"
msgstr "RoundCube Einstellungen"

#: templates/tpl.adminSettings.oc6.php:10
#: templates/tpl.adminSettings.oc7.php:10 templates/tpl.adminSettings.php:7
msgid "Basic settings"
msgstr "Grundeinstellungen"

#: templates/tpl.adminSettings.oc6.php:11
#: templates/tpl.adminSettings.oc7.php:11 templates/tpl.adminSettings.php:24
msgid "Advanced settings"
msgstr "Erweiterte Einstellungen"

#: templates/tpl.adminSettings.oc6.php:17
#: templates/tpl.adminSettings.oc7.php:17 templates/tpl.adminSettings.php:9
msgid ""
"Absolute path to roundcube installation, e.g. If you have http://example.com/"
"roundcube enter /roundcube/ here. Note that subdomains or URLs do not work, "
"just absolute paths to the same domain owncloud is running."
msgstr ""
"Absoluter Pfad zu der bestehenden Roundcube Installation, z.B. bei https://"
"owncloud.com/roundcube wäre das /roundcube/. Es funktionieren nur absolute "
"Pfadangaben, die sich auf diesselbe Domain beziehen wie die, auf der "
"Owncloud läuft."

#: templates/tpl.adminSettings.oc6.php:29
#: templates/tpl.adminSettings.oc7.php:29 templates/tpl.adminSettings.php:29
#: templates/tpl.adminSettings.php:50
msgid ""
"Remove RoundCube control navigation menu items with currently logged in user "
"information"
msgstr ""
"RoundCube Navigationselemente mit aktuellen Nutzerinformationen ausblenden "
"( \"Angemeldet als \")"

#: templates/tpl.adminSettings.oc6.php:29
#: templates/tpl.adminSettings.oc7.php:29 templates/tpl.adminSettings.php:30
#: templates/tpl.adminSettings.php:51
msgid "Remove information bar on top of page"
msgstr "Entfernen der Informationsleiste im oberen Seitenbereich"

#: templates/tpl.adminSettings.oc6.php:33
#: templates/tpl.adminSettings.oc7.php:33
msgid ""
"Removes the buttons for different sections (mail, adressbook, settings) "
"within the RoundCube mail application"
msgstr ""
"Entfernt die Buttons für die verschiedenen Bereiche (Mail,Adressbuch,"
"Einstellungen) innerhalb der RoundCube Anwendung"

#: templates/tpl.adminSettings.oc6.php:33
#: templates/tpl.adminSettings.oc7.php:33
msgid "Remove RoundCube header navigation menu items"
msgstr "Navigationsleiste ausblenden"

#: templates/tpl.adminSettings.oc6.php:39
#: templates/tpl.adminSettings.oc7.php:39 templates/tpl.adminSettings.php:43
msgid ""
"Enable autologin for users, which reuse the login data from OC for RoundCube."
msgstr ""
"Autologin für Nutzer aktivieren, um die Nutzerdaten von OC für Roundcube "
"wieder zu nutzen."

#: templates/tpl.adminSettings.oc6.php:39
#: templates/tpl.adminSettings.oc7.php:39 templates/tpl.adminSettings.php:44
msgid "Enable autologin for users"
msgstr "Autologin für Nutzer aktivieren"

#: templates/tpl.adminSettings.oc6.php:43
#: templates/tpl.adminSettings.oc7.php:43 templates/tpl.adminSettings.php:57
msgid "Enable debug messages. RC tends to bloat the log-files."
msgstr "Aktiviert Debugging. Das führt zu großen Logdateien!"

#: templates/tpl.adminSettings.oc6.php:43
#: templates/tpl.adminSettings.oc7.php:43 templates/tpl.adminSettings.php:58
msgid "Enable debug logging"
msgstr "Aktiviert Debugging für das Logging"

#: templates/tpl.adminSettings.oc6.php:50
#: templates/tpl.adminSettings.oc6.php:51
#: templates/tpl.adminSettings.oc7.php:50
#: templates/tpl.adminSettings.oc7.php:51 templates/tpl.adminSettings.php:37
#: templates/tpl.adminSettings.php:38
msgid "Disable SSL verification, e.g. for self-signed certificates"
msgstr ""
"SSL-Verifizierung deaktivieren, z.B. für selbst-signierte SSL-Zertificate"

#: templates/tpl.adminSettings.oc6.php:55
#: templates/tpl.adminSettings.oc7.php:55 templates/tpl.adminSettings.php:62
msgid ""
"Overwrite roundcube server hostname if not the same as owncloud, e.g. for "
"(sub)domains which resides on the same server, e.g rc.domain.tld But keep in "
"mind that due to iFrame security constraints it will be only working on the "
"same server, see HTML/JS same-origin policies"
msgstr ""
"Überschreibe roundcube server Hostnamen, wenn es nicht derselber wie "
"Owncloud ist, z.B. (Sub)domänen wie rc.domain.tld. Das funktioniert aber nur "
"innerhalb desselben Servers aufgrund von iFrame-Beschränkungen, siehe HTML/"
"JS same-origin Policy."

#: templates/tpl.adminSettings.oc6.php:60
#: templates/tpl.adminSettings.oc7.php:60 templates/tpl.adminSettings.php:67
msgid ""
"Overwrite roundcube server port (If not specified, ports 80/443 are used for "
"HTTP/S)"
msgstr ""
"Explizite Angabe des RoundCube Server-Port. Die Voreinstellung ist 80/443 "
"für HTTP resp. HTTPS. Fall Sie unsicher sind, lassen Sie das Feld leer"

#: templates/tpl.adminSettings.oc6.php:64
#: templates/tpl.adminSettings.oc7.php:64 templates/tpl.adminSettings.php:17
msgid ""
"This should be set to somewhat (e.g. 60 seconds, YMMV) less than half the "
"session life-time of your RoundCube install (refer to the Roundcube "
"documentation, please)."
msgstr ""
"RoundCube Session-Refresh-Intervall. Der Wert sollte ``geringfügig'' "
"unterhalb der Hälfte der eingestellten Session-Life-Time der RoundCube-"
"Instanz sein (z.B. 60 Sekunden weniger als die Hälfte). Bitte lesen Sie die "
"diesbezügliche Dokumentation der RoundCube Web-Applikation."

#: templates/tpl.adminSettings.oc6.php:65
#: templates/tpl.adminSettings.oc7.php:65 templates/tpl.adminSettings.php:18
msgid "Refresh interval for the Roundcube-session in seconds"
msgstr "Session-Refresh Intervall für RoundCube in Sekunden"

#: templates/tpl.adminSettings.oc6.php:71
#: templates/tpl.adminSettings.oc7.php:71 templates/tpl.adminSettings.php:75
#: templates/tpl.userSettings.php:62
msgid "Saving..."
msgstr "Speichere..."

#: templates/tpl.mail.php:96
msgid "Logged in as "
msgstr "Angemeldet als"

#: templates/tpl.userSettings.php:42
msgid "RoundCube Mailaccount"
msgstr "RoundCube Emailkonto"

#: templates/tpl.userSettings.php:55
msgid "Email Login Name"
msgstr "Email Nutzername"

#: templates/tpl.userSettings.php:57
msgid "Email Password"
msgstr "Email Passwort"

#: templates/tpl.userSettings.php:60
msgid "Update Email Identity"
msgstr "Zugangsdaten aktualisieren"

#: templates/tpl.userSettings.php:66
msgid "General saving error occurred."
msgstr "Allgemeiner Speicherfehler bei den Einstellungen"

#: templates/tpl.userSettings.php:69
msgid "Please fill username and password fields"
msgstr "Bitte füllen Sie sowohl Nutzername, als auch Passwort aus"

#: templates/tpl.userSettings.php:74
msgid ""
"Autologin for users activated. OwnCloud user data will be used for login in "
"roundcube"
msgstr ""
"Das automatische Anmeldung ist aktiviert. Ihre OwnCloud Benutzer-Identität "
"wird für die RoundCube Authentifizierung verwendet."
Loading

0 comments on commit 77878a1

Please sign in to comment.