diff options
Diffstat (limited to 'apps/files/l10n/da.js')
-rw-r--r-- | apps/files/l10n/da.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index 1fb7c7adc95..a05451f2840 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -108,8 +108,6 @@ OC.L10N.register( "Create new folder" : "Opret ny mappe", "Upload file" : "Upload fil", "Recent" : "Seneste", - "This file has the tag {tag}" : "Denne fil har tagget {tag}", - "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Not favorited" : "Ingen foretrukne", "Remove from favorites" : "Fjern fra favoritter", "Add to favorites" : "Tilføj til favoritter", @@ -245,6 +243,8 @@ OC.L10N.register( "Shared with you" : "Delt med dig", "Deleted shares" : "Slettede delinger", "Pending shares" : "Afventende delinger", + "This file has the tag {tag}" : "Denne fil har tagget {tag}", + "This file has the tags {firstTags} and {lastTag}" : "Denne fil har taggene {firstTags} og {lastTag}", "Choose" : "Vælg" }, "nplurals=2; plural=(n != 1);"); |