diff options
Diffstat (limited to 'apps/files_sharing/l10n/mk.php')
-rw-r--r-- | apps/files_sharing/l10n/mk.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php index 6afa5fc6846..b7281825a83 100644 --- a/apps/files_sharing/l10n/mk.php +++ b/apps/files_sharing/l10n/mk.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "Shared by {owner}" => "Споделени од {owner}", -"Password" => "Лозинка" +"Password" => "Лозинка", +"Download" => "Преземи" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |