nextcloud/apps/files_trashbin/l10n/sv.php

11 lines
311 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
"Name" => "Namn",
2013-02-02 03:08:15 +04:00
"Deleted" => "Raderad",
2013-02-01 03:19:28 +04:00
"1 folder" => "1 mapp",
"{count} folders" => "{count} mappar",
"1 file" => "1 fil",
"{count} files" => "{count} filer",
2013-02-02 03:08:15 +04:00
"Nothing in here. Your trash bin is empty!" => "Ingenting här. Din papperskorg är tom!",
2013-02-01 03:19:28 +04:00
"Restore" => "Återskapa"
);