nextcloud/apps/files_trashbin/l10n/mk.php

10 lines
272 B
PHP

<?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;";