diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-12-26 01:09:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-12-26 01:09:23 +0000 |
commit | 3fc4e1b5b9402fa00da94762ef2463fb6dfb9acd (patch) | |
tree | dedbae4d6e8ee374b357d5caa2f09b03477ccacb /apps/files/l10n/is.js | |
parent | 56c016946d0695a62e418839cf19786a223b4ae7 (diff) | |
download | nextcloud-server-3fc4e1b5b9402fa00da94762ef2463fb6dfb9acd.tar.gz nextcloud-server-3fc4e1b5b9402fa00da94762ef2463fb6dfb9acd.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/is.js')
-rw-r--r-- | apps/files/l10n/is.js | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js index 745976258f7..b310e19535d 100644 --- a/apps/files/l10n/is.js +++ b/apps/files/l10n/is.js @@ -16,16 +16,7 @@ OC.L10N.register( "Not enough free space, you are uploading {size1} but only {size2} is left" : "Ekki nægilegt laust pláss, þú ert að senda inn {size1} en einungis {size2} eru eftir", "Uploading..." : "Sendi inn ...", "..." : "...", - "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} klukkustundir eftir", - "{hours}:{minutes}h" : "{hours}:{minutes}klst", - "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} mínútur eftir", - "{minutes}:{seconds}m" : "{minutes}:{seconds}mín", - "{seconds} second{plural_s} left" : "{seconds} sekúndur eftir", - "{seconds}s" : "{seconds}sek", - "Any moment now..." : "Á hverri stundu...", - "Soon..." : "Bráðum...", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} af {totalSize} ({bitrate})", - "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.", "Actions" : "Aðgerðir", "Download" : "Niðurhal", "Rename" : "Endurnefna", @@ -116,6 +107,15 @@ OC.L10N.register( "Total file size {size1} exceeds upload limit {size2}" : "Heildarskráastærð {size1} er meiri en leyfilegt innsendingahámark {size2}", "Error uploading file \"{fileName}\": {message}" : "Villa við að senda inn skrána \"{fileName}\": {message}", "Could not get result from server." : "Fékk ekki niðurstöður frá þjóni.", + "{hours}:{minutes}:{seconds} hour{plural_s} left" : "{hours}:{minutes}:{seconds} klukkustundir eftir", + "{hours}:{minutes}h" : "{hours}:{minutes}klst", + "{minutes}:{seconds} minute{plural_s} left" : "{minutes}:{seconds} mínútur eftir", + "{minutes}:{seconds}m" : "{minutes}:{seconds}mín", + "{seconds} second{plural_s} left" : "{seconds} sekúndur eftir", + "{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.", "No entries in this folder match '{filter}'" : "Engar færslur í þessari möppu samsvara '{filter}'", "Local link" : "Staðvær tengill", "{newname} already exists" : "{newname} er þegar til", @@ -133,8 +133,6 @@ OC.L10N.register( "%2$s restored %1$s" : "%2$s endurheimti %1$s", "Changed by %2$s" : "Breytt af %2$s", "Deleted by %2$s" : "Eytt af %2$s", - "Restored by %2$s" : "Endurheimt af %2$s", - "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Notaðu þetta vistfang til að <a href=\"%s\" target=\"_blank\">nálgast skrárnar þínar með WebDAV</a>", - "Cancel upload" : "Hætta við innsendingu" + "Restored by %2$s" : "Endurheimt af %2$s" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |