diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-02 10:11:18 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-10-02 10:11:18 +0200 |
commit | 8b08b1b455b474de3fa376dfafa3de63727364ea (patch) | |
tree | 536b2d4ba4f979d69f4f6e73755e06635345f78a /lib/private/l10n/mk.php | |
parent | 084f76fd14125023d5b7277c558eb86a20ea07d3 (diff) | |
parent | 535ed8369f701a184340a428e82cc8d7cc7588bb (diff) | |
download | nextcloud-server-8b08b1b455b474de3fa376dfafa3de63727364ea.tar.gz nextcloud-server-8b08b1b455b474de3fa376dfafa3de63727364ea.zip |
Merge branch 'master' into sharing_mail_notification_master
Conflicts:
lib/private/util.php
Diffstat (limited to 'lib/private/l10n/mk.php')
-rw-r--r-- | lib/private/l10n/mk.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/private/l10n/mk.php b/lib/private/l10n/mk.php new file mode 100644 index 00000000000..69d4a1cb694 --- /dev/null +++ b/lib/private/l10n/mk.php @@ -0,0 +1,31 @@ +<?php +$TRANSLATIONS = array( +"Help" => "Помош", +"Personal" => "Лично", +"Settings" => "Подесувања", +"Users" => "Корисници", +"Admin" => "Админ", +"web services under your control" => "веб сервиси под Ваша контрола", +"ZIP download is turned off." => "Преземање во ZIP е исклучено", +"Files need to be downloaded one by one." => "Датотеките треба да се симнат една по една.", +"Back to Files" => "Назад кон датотеки", +"Selected files too large to generate zip file." => "Избраните датотеки се преголеми за да се генерира zip.", +"Application is not enabled" => "Апликацијата не е овозможена", +"Authentication error" => "Грешка во автентикација", +"Token expired. Please reload page." => "Жетонот е истечен. Ве молам превчитајте ја страницата.", +"Files" => "Датотеки", +"Text" => "Текст", +"Images" => "Слики", +"seconds ago" => "пред секунди", +"_%n minute ago_::_%n minutes ago_" => array("",""), +"_%n hour ago_::_%n hours ago_" => array("",""), +"today" => "денеска", +"yesterday" => "вчера", +"_%n day go_::_%n days ago_" => array("",""), +"last month" => "минатиот месец", +"_%n month ago_::_%n months ago_" => array("",""), +"last year" => "минатата година", +"years ago" => "пред години", +"Could not find category \"%s\"" => "Не можам да најдам категорија „%s“" +); +$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |