summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/is.php
blob: 1cf794db9763107334992af99da8c32e1e66ec2b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Error" => "Villa",
"Name" => "Nafn",
"1 folder" => "1 mappa",
"{count} folders" => "{count} möppur",
"1 file" => "1 skrá",
"{count} files" => "{count} skrár",
"Delete" => "Eyða"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";