Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/mk.php')
-rw-r--r--apps/files_sharing/l10n/mk.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/files_sharing/l10n/mk.php b/apps/files_sharing/l10n/mk.php
index c132f7aa265..6afa5fc6846 100644
--- a/apps/files_sharing/l10n/mk.php
+++ b/apps/files_sharing/l10n/mk.php
@@ -1,11 +1,6 @@
<?php
$TRANSLATIONS = array(
-"Password" => "Лозинка",
-"%s shared the folder %s with you" => "%s ја сподели папката %s со Вас",
-"%s shared the file %s with you" => "%s ја сподели датотеката %s со Вас",
-"Download" => "Преземи",
-"Upload" => "Подигни",
-"Cancel upload" => "Откажи прикачување",
-"No preview available for" => "Нема достапно преглед за"
+"Shared by {owner}" => "Споделени од {owner}",
+"Password" => "Лозинка"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";