summaryrefslogtreecommitdiffstats
path: root/apps/comments/l10n/da.js
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-29 01:55:16 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-03-29 01:55:16 -0400
commitdd5bbc31f235b729983e60809841879d0ecaa133 (patch)
tree97e79dbc2a49f5729a2380647eb6a1d452742ff8 /apps/comments/l10n/da.js
parenta092fe3bf87739de2adc7905a0e6e2670bc71018 (diff)
downloadnextcloud-server-dd5bbc31f235b729983e60809841879d0ecaa133.tar.gz
nextcloud-server-dd5bbc31f235b729983e60809841879d0ecaa133.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/da.js')
-rw-r--r--apps/comments/l10n/da.js8
1 files changed, 8 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);");