summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/mk.php
blob: 965518dbc86e043c42cb8c7ac0246a9eb9365f54 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Error" => "Грешка",
"Name" => "Име",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"Delete" => "Избриши"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";