diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-08 12:13:24 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-08 12:13:24 +0200 |
commit | 053b55721d69a54b8d9460868d9e6f3edc606271 (patch) | |
tree | 873135b3a47e0ef03abcfdbbcf251b66f37863fc /lib/private/l10n/mk.php | |
parent | c3286402a846bf874ae78a61880442f8ebfd7ba9 (diff) | |
parent | 2123ef57d830abe24684b54f9819b75ab780834e (diff) | |
download | nextcloud-server-053b55721d69a54b8d9460868d9e6f3edc606271.tar.gz nextcloud-server-053b55721d69a54b8d9460868d9e6f3edc606271.zip |
Merge branch 'master' into fixing-appframework-master
Diffstat (limited to 'lib/private/l10n/mk.php')
-rw-r--r-- | lib/private/l10n/mk.php | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lib/private/l10n/mk.php b/lib/private/l10n/mk.php deleted file mode 100644 index 69d4a1cb694..00000000000 --- a/lib/private/l10n/mk.php +++ /dev/null @@ -1,31 +0,0 @@ -<?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;"; |