diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-29 01:55:16 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-03-29 01:55:16 -0400 |
commit | dd5bbc31f235b729983e60809841879d0ecaa133 (patch) | |
tree | 97e79dbc2a49f5729a2380647eb6a1d452742ff8 /apps/comments | |
parent | a092fe3bf87739de2adc7905a0e6e2670bc71018 (diff) | |
download | nextcloud-server-dd5bbc31f235b729983e60809841879d0ecaa133.tar.gz nextcloud-server-dd5bbc31f235b729983e60809841879d0ecaa133.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/da.js | 8 | ||||
-rw-r--r-- | apps/comments/l10n/da.json | 8 | ||||
-rw-r--r-- | apps/comments/l10n/de_DE.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/de_DE.json | 1 |
4 files changed, 18 insertions, 0 deletions
diff --git a/apps/comments/l10n/da.js b/apps/comments/l10n/da.js index bb962d35765..5725a7b57c6 100644 --- a/apps/comments/l10n/da.js +++ b/apps/comments/l10n/da.js @@ -1,6 +1,7 @@ OC.L10N.register( "comments", { + "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> til filer", "You commented" : "Du kommenterede", "%1$s commented" : "%1$s kommenterede", "You commented on %2$s" : "Du kommenterede %2$s", @@ -8,8 +9,15 @@ OC.L10N.register( "Comments" : "Kommentarer", "Type in a new comment..." : "Indtast en ny kommentar...", "Delete comment" : "Slet kommentar", + "Post" : "Indlæg", "Cancel" : "Annullér", + "Edit comment" : "Rediger kommentar", + "[Deleted user]" : "[Deleted user]", + "No other comments available" : "Ingen andre kommentarer tilgængelige", + "More comments..." : "Flere kommentarer...", "Save" : "Gem", + "Allowed characters {count} of {max}" : "Tilladte tegn {count} af {max}", + "{count} unread comments" : "{count} ulæste kommentarer", "Comment" : "Kommentér" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/da.json b/apps/comments/l10n/da.json index 8cf3baa082e..a7b12851157 100644 --- a/apps/comments/l10n/da.json +++ b/apps/comments/l10n/da.json @@ -1,4 +1,5 @@ { "translations": { + "<strong>Comments</strong> for files" : "<strong>Kommentarer</strong> til filer", "You commented" : "Du kommenterede", "%1$s commented" : "%1$s kommenterede", "You commented on %2$s" : "Du kommenterede %2$s", @@ -6,8 +7,15 @@ "Comments" : "Kommentarer", "Type in a new comment..." : "Indtast en ny kommentar...", "Delete comment" : "Slet kommentar", + "Post" : "Indlæg", "Cancel" : "Annullér", + "Edit comment" : "Rediger kommentar", + "[Deleted user]" : "[Deleted user]", + "No other comments available" : "Ingen andre kommentarer tilgængelige", + "More comments..." : "Flere kommentarer...", "Save" : "Gem", + "Allowed characters {count} of {max}" : "Tilladte tegn {count} af {max}", + "{count} unread comments" : "{count} ulæste kommentarer", "Comment" : "Kommentér" },"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 8d02960fd60..424ae79e10e 100644 --- a/apps/comments/l10n/de_DE.js +++ b/apps/comments/l10n/de_DE.js @@ -4,6 +4,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", "You commented" : "Durch dich kommentiert", "%1$s commented" : "%1$s kommentiert", + "You commented on %2$s" : "Sie haben %2$s kommentiert", "%1$s commented on %2$s" : "%1$s kommentierte %2$s", "Comments" : "Kommentare", "Type in a new comment..." : "Neuer Kommentar...", diff --git a/apps/comments/l10n/de_DE.json b/apps/comments/l10n/de_DE.json index 28b45f670b3..4fd810c7006 100644 --- a/apps/comments/l10n/de_DE.json +++ b/apps/comments/l10n/de_DE.json @@ -2,6 +2,7 @@ "<strong>Comments</strong> for files" : "<strong>Kommentare</strong> für Dateien", "You commented" : "Durch dich kommentiert", "%1$s commented" : "%1$s kommentiert", + "You commented on %2$s" : "Sie haben %2$s kommentiert", "%1$s commented on %2$s" : "%1$s kommentierte %2$s", "Comments" : "Kommentare", "Type in a new comment..." : "Neuer Kommentar...", |