diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-30 00:08:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-30 00:08:13 +0000 |
commit | 99076a8c0d1ab4b8666ab6adb859c47caaa9c7a2 (patch) | |
tree | 3c5436bb31f393f55786c3574b21589c41df8999 /apps/files/l10n/sv.js | |
parent | 341cd0ef61fcd554eec3df65ee79d1dd745c7a16 (diff) | |
download | nextcloud-server-99076a8c0d1ab4b8666ab6adb859c47caaa9c7a2.tar.gz nextcloud-server-99076a8c0d1ab4b8666ab6adb859c47caaa9c7a2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/sv.js')
-rw-r--r-- | apps/files/l10n/sv.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index b07bdf8b59b..6ecdba35acb 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -21,6 +21,7 @@ OC.L10N.register( "Invalid directory." : "Felaktig mapp.", "Files" : "Filer", "All files" : "Alla filer", + "Recent" : "Nyligen", "File could not be found" : "Fil kunde inte hittas", "Home" : "Hem", "Close" : "Stäng", @@ -73,6 +74,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n mapp","%n mappar"], "_%n file_::_%n files_" : ["%n fil","%n filer"], "{dirs} and {files}" : "{dirs} och {files}", + "_including %n hidden_::_including %n hidden_" : ["inkluderar %n gömd","inkluderar %n gömda"], "You don’t have permission to upload or create files here" : "Du har ej tillåtelse att ladda upp eller skapa filer här", "_Uploading %n file_::_Uploading %n files_" : ["Laddar upp %n fil","Laddar upp %n filer"], "New" : "Ny", @@ -83,6 +85,7 @@ OC.L10N.register( "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Lagring av {owner} är nästan full ({usedSpacePercent}%)", "Your storage is almost full ({usedSpacePercent}%)" : "Ditt lagringsutrymme är nästan fullt ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["matchar '{filter}'","matcha '{filter}'"], + "View in folder" : "Utforska i mapp", "Path" : "sökväg", "_%n byte_::_%n bytes_" : ["%n bytes","%n bytes"], "Favorited" : "Favoriserad", @@ -130,6 +133,8 @@ OC.L10N.register( "No favorites" : "Inga favoriter", "Files and folders you mark as favorite will show up here" : "Filer och mappar du markerat som favoriter kommer att visas här", "Text file" : "Textfil", - "New text file.txt" : "nytextfil.txt" + "New text file.txt" : "nytextfil.txt", + "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Använd denna adress för att <a href=\"%s\" target=\"_blank\">få tillgång till filer via WebDAV</a>", + "Cancel upload" : "Avbryt uppladdning" }, "nplurals=2; plural=(n != 1);"); |