diff options
Diffstat (limited to 'apps/files/l10n/is.js')
-rw-r--r-- | apps/files/l10n/is.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index 6560efafd9f..e378daa7c64 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -69,7 +69,6 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n bæti","%n bæti"], "Favorited" : "Sett í eftirlæti", "Favorite" : "Eftirlæti", - "Copy local link" : "Afrita staðværan tengil", "Folder" : "Mappa", "New folder" : "Ný mappa", "Upload" : "Senda inn", @@ -138,6 +137,7 @@ OC.L10N.register( "{seconds}s" : "{seconds}sek", "Any moment now..." : "Á hverri stundu...", "Soon..." : "Bráðum...", - "File upload is in progress. Leaving the page now will cancel the upload." : "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending hætta." + "File upload is in progress. Leaving the page now will cancel the upload." : "Innsending í gangi. Ef þú ferð af þessari síðu mun innsending hætta.", + "Copy local link" : "Afrita staðværan tengil" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |