diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-12 01:55:24 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-12 01:55:24 -0500 |
commit | 68932b30fd3347761ca75dd8b7289848b2d6b42e (patch) | |
tree | 2d30b535bd02b08591f5f542b2cf40446b927ba7 /lib/l10n/de.js | |
parent | c56fa648018c05eed1651f84ad7718e7720b0568 (diff) | |
download | nextcloud-server-68932b30fd3347761ca75dd8b7289848b2d6b42e.tar.gz nextcloud-server-68932b30fd3347761ca75dd8b7289848b2d6b42e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/de.js')
-rw-r--r-- | lib/l10n/de.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 69961bbead9..bc39890a23d 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -6,7 +6,7 @@ OC.L10N.register( "See %s" : "Siehe %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Dies kann normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das config-Verzeichnis %s gegeben wird.", "Sample configuration detected" : "Beispielkonfiguration gefunden", - "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde, Dies wird nicht unterstĆ¼tzt kann zum Abruch Ihrer Installation fĆ¼hren. Bitte lese die Dokumentation vor der Ćnderung an der config.php.", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Es wurde festgestellt, dass die Beispielkonfiguration kopiert wurde. Dies wird nicht unterstĆ¼tzt und kann zum Abruch Ihrer Installation fĆ¼hren. Bitte lies die Dokumentation vor der Ćnderung an der config.php.", "PHP %s or higher is required." : "PHP %s oder hƶher wird benƶtigt.", "PHP with a version less then %s is required." : "PHP wird in einer frĆ¼heren Version als %s benƶtigt.", "Following databases are supported: %s" : "Die folgenden Datenbanken werden unterstĆ¼tzt: %s", @@ -22,11 +22,11 @@ OC.L10N.register( "Invalid image" : "UngĆ¼ltiges Bild", "today" : "Heute", "yesterday" : "Gestern", - "_%n day ago_::_%n days ago_" : ["",""], + "_%n day ago_::_%n days ago_" : ["Vor %n Tag","Vor %n Tagen"], "last month" : "Letzten Monat", "_%n month ago_::_%n months ago_" : ["Vor %n Monat","Vor %n Monaten"], "last year" : "Letztes Jahr", - "_%n year go_::_%n years ago_" : ["",""], + "_%n year ago_::_%n years ago_" : ["",""], "_%n hour ago_::_%n hours ago_" : ["Vor %n Stunde","Vor %n Stunden"], "_%n minute ago_::_%n minutes ago_" : ["Vor %n Minute","Vor %n Minuten"], "seconds ago" : "Gerade eben", |