diff options
Diffstat (limited to 'apps/comments/l10n/da.js')
-rw-r--r-- | apps/comments/l10n/da.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/comments/l10n/da.js b/apps/comments/l10n/da.js index 9bcbed4e087..c12b8cb1c85 100644 --- a/apps/comments/l10n/da.js +++ b/apps/comments/l10n/da.js @@ -1,15 +1,12 @@ OC.L10N.register( "comments", { - "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]", "Comments" : "Kommentarer", - "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}", "Error occurred while retrieving comment with id {id}" : "Der opstod fejl under hentning af kommentar med id {id}", @@ -20,6 +17,9 @@ OC.L10N.register( "You commented" : "Du kommenterede", "%1$s commented" : "%1$s kommenterede", "You commented on %2$s" : "Du kommenterede %2$s", - "%1$s commented on %2$s" : "%1$s kommenterede %2$s" + "%1$s commented on %2$s" : "%1$s kommenterede %2$s", + "Type in a new comment..." : "Indtast en ny kommentar...", + "No other comments available" : "Ingen andre kommentarer tilgængelige", + "More comments..." : "Flere kommentarer..." }, "nplurals=2; plural=(n != 1);"); |