diff options
Diffstat (limited to 'apps/user_ldap/l10n/mk.php')
-rw-r--r-- | apps/user_ldap/l10n/mk.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/mk.php b/apps/user_ldap/l10n/mk.php new file mode 100644 index 00000000000..70a62e71765 --- /dev/null +++ b/apps/user_ldap/l10n/mk.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Host" => "Домаќин", +"You can omit the protocol, except you require SSL. Then start with ldaps://" => "Може да го скокнете протколот освен ако не ви треба SSL. Тогаш ставете ldaps://", +"Password" => "Лозинка" +); |