nextcloud-server/apps/user_ldap/l10n/mk.php

23 lines
1.2 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(
"Deletion failed" => "Бришењето е неуспешно",
"Keep settings?" => "Да ги сочувам нагодувањата?",
"Cannot add server configuration" => "Не можам да ја додадам конфигурацијата на серверот",
"Error" => "Грешка",
"Connection test succeeded" => "Тестот за поврзување е успешен",
"Connection test failed" => "Тестот за поврзување не е успешен",
"Confirm Deletion" => "Потврдете го бришењето",
"_%s group found_::_%s groups found_" => array("",""),
"_%s user found_::_%s users found_" => array("",""),
"Save" => "Сними",
"Help" => "Помош",
"Host" => "Домаќин",
"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://",
"Port" => "Порта",
"Password" => "Лозинка",
"Back" => "Назад",
"Continue" => "Продолжи",
"Advanced" => "Напредно"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";