summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/mk.php
blob: 64621521e01f448a7605ad251b80eff66de92e8b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Споделени од {owner}",
"Shared by" => "Споделено од",
"Password" => "Лозинка",
"Name" => "Име",
"Download" => "Преземи",
"Save" => "Сними"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";