diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-08-13 00:13:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-08-13 00:13:29 +0000 |
commit | 4da01eeef642ebd48c9c8974e17e08db3de70687 (patch) | |
tree | f1211a30779518ae1ab56d0f770bbe7671e300ce /apps/comments | |
parent | 11e089f112380b2c81bf1faa533ea6f626b40832 (diff) | |
download | nextcloud-server-4da01eeef642ebd48c9c8974e17e08db3de70687.tar.gz nextcloud-server-4da01eeef642ebd48c9c8974e17e08db3de70687.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/de.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/de.json | 3 | ||||
-rw-r--r-- | apps/comments/l10n/de_DE.js | 3 | ||||
-rw-r--r-- | apps/comments/l10n/de_DE.json | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/apps/comments/l10n/de.js b/apps/comments/l10n/de.js index 34a839ab484..c6c98114bde 100644 --- a/apps/comments/l10n/de.js +++ b/apps/comments/l10n/de.js @@ -21,6 +21,7 @@ OC.L10N.register( "You commented" : "Von Dir kommentiert", "%1$s commented" : "%1$s kommentiert", "You commented on %2$s" : "Du hast %2$s kommentiert", - "%1$s commented on %2$s" : "%1$s kommentierte %2$s" + "%1$s commented on %2$s" : "%1$s kommentierte %2$s", + "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/de.json b/apps/comments/l10n/de.json index d9c5309196c..8a37f001b19 100644 --- a/apps/comments/l10n/de.json +++ b/apps/comments/l10n/de.json @@ -19,6 +19,7 @@ "You commented" : "Von Dir kommentiert", "%1$s commented" : "%1$s kommentiert", "You commented on %2$s" : "Du hast %2$s kommentiert", - "%1$s commented on %2$s" : "%1$s kommentierte %2$s" + "%1$s commented on %2$s" : "%1$s kommentierte %2$s", + "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/comments/l10n/de_DE.js b/apps/comments/l10n/de_DE.js index bbddac44a10..93ed87318b6 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -21,6 +21,7 @@ OC.L10N.register( "You commented" : "Sie haben kommentiert", "%1$s commented" : "%1$s kommentierte", "You commented on %2$s" : "Sie haben %2$s kommentiert", - "%1$s commented on %2$s" : "%1$s kommentierte %2$s" + "%1$s commented on %2$s" : "%1$s kommentierte %2$s", + "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index a8ff860a17f..b75e849a34b 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -19,6 +19,7 @@ "You commented" : "Sie haben kommentiert", "%1$s commented" : "%1$s kommentierte", "You commented on %2$s" : "Sie haben %2$s kommentiert", - "%1$s commented on %2$s" : "%1$s kommentierte %2$s" + "%1$s commented on %2$s" : "%1$s kommentierte %2$s", + "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |