nextcloud-server/lib/l10n/mk.php

34 lines
1.8 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$TRANSLATIONS = array(
"Help" => "Помош",
"Personal" => "Лично",
"Settings" => "Подесувања",
"Users" => "Корисници",
"Admin" => "Админ",
"Unknown filetype" => "Непознат тип на датотека",
"Invalid image" => "Невалидна фотографија",
"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" => "Слики",
"Could not find category \"%s\"" => "Не можам да најдам категорија „%s“",
"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" => "пред години"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";