diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-30 02:06:45 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-30 02:06:45 +0200 |
commit | 898ca364a2d59406b8a7f8c30b1aec899f80f531 (patch) | |
tree | 25e17a38975f6dd99622b27cd723f73e45b3e5e6 /apps/files_sharing/l10n/sv.php | |
parent | 598815b21e94219eb66684c64802e165a35180ad (diff) | |
download | nextcloud-server-898ca364a2d59406b8a7f8c30b1aec899f80f531.tar.gz nextcloud-server-898ca364a2d59406b8a7f8c30b1aec899f80f531.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/sv.php')
-rw-r--r-- | apps/files_sharing/l10n/sv.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/sv.php b/apps/files_sharing/l10n/sv.php index 5a2cda43686..f8cd6b3a361 100644 --- a/apps/files_sharing/l10n/sv.php +++ b/apps/files_sharing/l10n/sv.php @@ -1,6 +1,4 @@ <?php $TRANSLATIONS = array( -"Size" => "Storlek", -"Modified" => "Ändrad", -"Delete all" => "Radera alla", -"Delete" => "Radera" +"Password" => "Lösenord", +"Submit" => "Skicka" ); |