summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/mk.php
blob: 078140039b4069b0aaaadf4fcc05c329f4d9b0ee (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Error" => "Грешка",
"Name" => "Име",
"1 folder" => "1 папка",
"{count} folders" => "{count} папки",
"1 file" => "1 датотека",
"{count} files" => "{count} датотеки",
"Delete" => "Избриши"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";