server/apps/files_sharing/l10n/sv.php

7 lines
130 B
PHP
Raw Normal View History

2012-08-13 21:19:31 +00:00
<?php $TRANSLATIONS = array(
2012-08-22 00:08:16 +00:00
"Size" => "Storlek",
"Modified" => "Ändrad",
"Delete all" => "Radera alla",
2012-08-23 00:07:35 +00:00
"Delete" => "Radera"
2012-08-13 21:19:31 +00:00
);