X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FLdapAuthentication%2Flocale%2Fuk%2FLC_MESSAGES%2FLdapAuthentication.po;h=76cefe3c0c9b1c7957e8d2f9bfb379877ff1c2c6;hb=6120af3901cfe51ae648cea1e365238cea298d39;hp=9a17300f912cefdd3f0c70feb348f0ab6e466365;hpb=055630516c5d47be62078e4798095e5dac5c71e9;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 9a17300f91..76cefe3c0c 100644 --- a/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po +++ b/plugins/LdapAuthentication/locale/uk/LC_MESSAGES/LdapAuthentication.po @@ -1,5 +1,5 @@ # Translation of StatusNet - LdapAuthentication to Ukrainian (Українська) -# Expored from translatewiki.net +# Exported from translatewiki.net # # Author: Boogie # -- @@ -9,20 +9,38 @@ msgid "" msgstr "" "Project-Id-Version: StatusNet - LdapAuthentication\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-12-16 15:08+0000\n" -"PO-Revision-Date: 2010-12-16 15:12:10+0000\n" -"Language-Team: Ukrainian \n" +"POT-Creation-Date: 2011-10-10 13:38+0000\n" +"PO-Revision-Date: 2011-10-10 13:39:38+0000\n" +"Language-Team: Ukrainian \n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-POT-Import-Date: 2010-10-29 16:12:50+0000\n" -"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\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 (r99397); Translate extension (2011-10-07)\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" -#: LdapAuthenticationPlugin.php:146 +#. 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."