summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-11 02:07:32 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-10-11 02:07:32 +0200
commit673e3dae3f8db23b71690c6726a985bba4aea5fb (patch)
tree017b3a6d79c87136c06c67c001387d4b9fdee32a /apps/user_ldap/l10n
parent39e1c22e0a85bc934932d458fd7e08b85d33cee4 (diff)
downloadnextcloud-server-673e3dae3f8db23b71690c6726a985bba4aea5fb.tar.gz
nextcloud-server-673e3dae3f8db23b71690c6726a985bba4aea5fb.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r--apps/user_ldap/l10n/pt_PT.php1
-rw-r--r--apps/user_ldap/l10n/ru_RU.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/pt_PT.php b/apps/user_ldap/l10n/pt_PT.php
index fe276f9fabd..bf32a295371 100644
--- a/apps/user_ldap/l10n/pt_PT.php
+++ b/apps/user_ldap/l10n/pt_PT.php
@@ -1,5 +1,6 @@
<?php $TRANSLATIONS = array(
"Host" => "Anfitrião",
+"You can specify Base DN for users and groups in the Advanced tab" => "Pode especificar o ND Base para utilizadores e grupos no separador Avançado",
"Password" => "Palavra-passe",
"Group Filter" => "Filtrar por grupo",
"Port" => "Porto",
diff --git a/apps/user_ldap/l10n/ru_RU.php b/apps/user_ldap/l10n/ru_RU.php
index 62c0cfaec3b..4b8aa36f181 100644
--- a/apps/user_ldap/l10n/ru_RU.php
+++ b/apps/user_ldap/l10n/ru_RU.php
@@ -18,6 +18,7 @@
"The LDAP attribute to use to generate the user`s ownCloud name." => "Атрибут LDAP, используемый для создания имени пользователя в ownCloud.",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "Атрибут LDAP, используемый для создания группового имени в ownCloud.",
"in bytes" => "в байтах",
+"in seconds. A change empties the cache." => "в секундах. Изменение очищает кэш.",
"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "Оставьте пустым под имя пользователя (по умолчанию). В противном случае задайте LDAP/AD атрибут.",
"Help" => "Помощь"
);