summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/sv.php
blob: ca4dba0496787fad610dd5002cb39c2f6f380ba3 (plain)
1
2
3
4
5
6
7
8
9
10
<?php $TRANSLATIONS = array(
"Name" => "Namn",
"Deleted" => "Raderad",
"1 folder" => "1 mapp",
"{count} folders" => "{count} mappar",
"1 file" => "1 fil",
"{count} files" => "{count} filer",
"Nothing in here. Your trash bin is empty!" => "Ingenting här. Din papperskorg är tom!",
"Restore" => "Återskapa"
);