From e787e194a44ef7be831c19301138c5e58dc537c1 Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 22 Mar 2018 21:13:12 +0100 Subject: Add German translation * l10n: add German translation * installer: add German language --- app/l10n/de.lang | 219 +++++++++++++++++++++++++++++++++++++++++++ custom/views/install.tpl.php | 1 + 2 files changed, 220 insertions(+) create mode 100644 app/l10n/de.lang diff --git a/app/l10n/de.lang b/app/l10n/de.lang new file mode 100644 index 0000000..628a12c --- /dev/null +++ b/app/l10n/de.lang @@ -0,0 +1,219 @@ +;Are you sure you want to purge the cache? +Sind Sie sicher, dass sie den Cache säubern wollen? + + +;Clear cache +Cache Löschen + + +;Clear cache: +Cache löschen: + + +;Clear +Löschen + + +;Clearing the cache will make moonmoon reload all feeds. +Wenn der Cache gelöscht wird, werden alle Feeds von moonmoon neu geladen. + + +;Change administrator password +Administratorpasswort ändern + + +;New password: +Neues Passwort: + + +;Change password +Passwort ändern + + +;Add Feed +Feed hinzufügen + + +;Link: +Link: + + +;Accepted formats are RSS and ATOM. If the link is not a feed, moonmoon will try to autodiscover the feed. +Akzeptierte Formate sind RSS und ATOM. Wenn der link kein Feed ist, wird moonmoon versuchen, den Feed selbst zu finden. + + +;Manage existing feeds +Verwalte bestehende Feeds + + +;Number of feeds: %s +Anzahl der feeds: %s + + +;Save changes +Änderungen Speichern + + +;Delete selected Feeds +Ausgewählte Feeds löschen + + +;Select : +Auswählen + + +;All +Alle + + +;None +Nichts + + +;Selection +Auswahl + + +;Name +Name + + +;Last entry +Letzter Eintrag + + +;Website link +Link der Webseite + + +;Feed link +Link des Feeds + + +;Unavailable +Nicht verfügbar + +;Not in cache +Nicht im cache + + +;Password: +Passwort: + + +;OK +OK + + +;moonmoon administration +moonmoon Administration + + +;Back to main page +Zurück zur Hauptseite + + +;Logout +Abmelden + + +;Feeds +Feeds + + +;Administration +Administration + + +;Powered by moonmoon +Powered by moonmoon + + +;No article +Kein Artikel + + +;No news, good news. +Keine Neuigkeiten, gute Neuigkeiten. + + +;Today +Heute + + +;Go to original place +Gehe zur Originalseite + + +;This week +Diese Woche + + +;This month +Diesen Monat + + +;Older items +Ältere Einträge + + +;People +Personen + + +;Feed +Feed + + +;Website +Webseite + + +;All feeds in OPML format +Alle Feeds im OPML-Format + + +;Syndicate +Zusammenfassung + + +;Feed (ATOM) +Feed (ATOM) + + +;Archives +Archive + + +;See all headlines +Alle Schlagzeilen ansehen + + +;Source: +Quelle: + + +;You might want to install moonmoon. +Sie könnten moonmoon installieren wollen. + + +;moonmoon installation +moonmoon Installation + + +;Congratulations! Your moonmoon is ready. +Gratulation! Ihr moonmoon ist bereit. + + +;What's next? +Was nun? + + +;Delete install.php with your FTP software. +Entfernen Sie install.php mit Ihrer FTP-Software. + + +;Use your password to go to the administration panel +Verwenden Sie Ihr Passwort, um zum Administrationsbereich zu gehen. + + diff --git a/custom/views/install.tpl.php b/custom/views/install.tpl.php index 038ecdb..9eaff65 100644 --- a/custom/views/install.tpl.php +++ b/custom/views/install.tpl.php @@ -92,6 +92,7 @@ +

-- cgit v1.2.1