diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-04 09:33:58 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-07-04 09:33:58 +0200 |
commit | 51cfacd78903e9b24df3cb6de178ec19805fd444 (patch) | |
tree | a917e36444d75446d30d3d540f9c13fc661a3429 /apps/files/l10n/sv.php | |
parent | 20be58bfdc7239d146fc8d99cd9d77b4d50deff8 (diff) | |
download | nextcloud-server-51cfacd78903e9b24df3cb6de178ec19805fd444.tar.gz nextcloud-server-51cfacd78903e9b24df3cb6de178ec19805fd444.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/sv.php')
-rw-r--r-- | apps/files/l10n/sv.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/l10n/sv.php b/apps/files/l10n/sv.php index e21f4af07ce..7868d1cca2b 100644 --- a/apps/files/l10n/sv.php +++ b/apps/files/l10n/sv.php @@ -1,6 +1,8 @@ <?php $TRANSLATIONS = array( "Could not move %s - File with this name already exists" => "Kunde inte flytta %s - Det finns redan en fil med detta namn", "Could not move %s" => "Kan inte flytta %s", +"Unable to set upload directory." => "Kan inte sätta mapp för uppladdning.", +"Invalid Token" => "Ogiltig token", "No file was uploaded. Unknown error" => "Ingen fil uppladdad. Okänt fel", "There is no error, the file uploaded with success" => "Inga fel uppstod. Filen laddades upp utan problem.", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "Den uppladdade filen överskrider upload_max_filesize direktivet php.ini:", @@ -47,6 +49,7 @@ "{count} folders" => "{count} mappar", "1 file" => "1 fil", "{count} files" => "{count} filer", +"%s could not be renamed" => "%s kunde inte namnändras", "Upload" => "Ladda upp", "File handling" => "Filhantering", "Maximum upload size" => "Maximal storlek att ladda upp", |