nextcloud/apps/files_sharing/l10n/mk.php

7 lines
199 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Споделени од {owner}",
"Password" => "Лозинка"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";