X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FLdapAuthentication%2Flocale%2Fuk%2FLC_MESSAGES%2FLdapAuthentication.po;h=a8e6ef3cbda71cac49b3a1dcab0643bfbddba81e;hb=b4ecb249070803b0600b2c1c100e80ca53e942ca;hp=5fe52046a87411509daa8467041e2eae95f0534d;hpb=ab6a168d68d9866b5a14b90134bbfba57a36b142;p=quix0rs-gnu-social.git diff --git a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po index 5fe52046a8..a8e6ef3cbd 100644 --- a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po @@ -9,19 +9,39 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-18 19:45+0000\n" -"PO-Revision-Date: 2011-03-18 19:48:55+0000\n" -"Language-Team: Ukrainian \n" +"POT-Creation-Date: 2011-11-11 15:03+0000\n" +"PO-Revision-Date: 2011-11-11 15:05:13+0000\n" +"Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2011-03-06 02:17:33+0000\n" -"X-Generator: MediaWiki 1.18alpha (r84232); Translate extension (2011-03-11)\n" -"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-POT-Import-Date: 2011-06-05 21:50:24+0000\n" +"X-Generator: MediaWiki 1.19alpha (r102787); Translate extension (2011-10-" +"30)\n" +"X-Translation-Project: translatewiki.net at https://translatewiki.net\n" "X-Language-Code: uk\n" "X-Message-Group: #out-statusnet-plugin-ldapauthentication\n" "Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " "2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" +#. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. +msgid "You must specify a nickname attribute." +msgstr "Необхідно вказати атрибут псевдоніму." + +#. TRANS: Exception thrown when initialising the LDAP Auth plugin fails because of an incorrect configuration. +msgid "" +"If password_changeable is set, the password attribute and password_encoding " +"must also be specified." +msgstr "" +"Якщо password_changeable встановлено, то атрибути password і " +"password_encoding повинні також бути вказані." + +#. TRANS: Instructions for LDAP authentication. +msgid "Do you have an LDAP account? Use your standard username and password." +msgstr "" +"У вас є обліковий запис LDAP? Використовуйте свої звичні ім’я користувача і " +"пароль." + +#. TRANS: Plugin description. msgid "" "The LDAP Authentication plugin allows for StatusNet to handle authentication " "through LDAP."