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 aaeca27feab..64621521e01 100644 --- a/apps/files_sharing/l10n/mk.php +++ b/apps/files_sharing/l10n/mk.php @@ -4,6 +4,7 @@ $TRANSLATIONS = array( "Shared by" => "Споделено од", "Password" => "Лозинка", "Name" => "Име", -"Download" => "Преземи" +"Download" => "Преземи", +"Save" => "Сними" ); $PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |