nextcloud/l10n/ro/user_ldap.po

187 lines
6.3 KiB
Plaintext
Raw Normal View History

2012-08-14 01:19:31 +04:00
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
2012-08-15 04:07:20 +04:00
# Dumitru Ursu <>, 2012.
2012-08-31 04:07:19 +04:00
# <iuranemo@gmail.com>, 2012.
2012-12-27 03:05:17 +04:00
# <laur.cristescu@gmail.com>, 2012.
2012-08-14 01:19:31 +04:00
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://bugs.owncloud.org/\n"
2012-12-27 03:05:17 +04:00
"POT-Creation-Date: 2012-12-27 00:04+0100\n"
"PO-Revision-Date: 2012-12-26 05:09+0000\n"
"Last-Translator: laurentiucristescu <laur.cristescu@gmail.com>\n"
2012-08-14 01:19:31 +04:00
"Language-Team: Romanian (http://www.transifex.com/projects/p/owncloud/language/ro/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ro\n"
2012-12-15 03:12:10 +04:00
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
2012-08-14 01:19:31 +04:00
#: templates/settings.php:8
2012-12-15 03:12:10 +04:00
msgid ""
"<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may"
" experience unexpected behaviour. Please ask your system administrator to "
"disable one of them."
2012-12-27 03:05:17 +04:00
msgstr "<b>Atentie:</b> Apps user_ldap si user_webdavauth sunt incompatibile. Este posibil sa experimentati un comportament neasteptat. Vă rugăm să întrebați administratorul de sistem pentru a dezactiva una dintre ele."
2012-12-15 03:12:10 +04:00
#: templates/settings.php:11
msgid ""
"<b>Warning:</b> The PHP LDAP module needs is not installed, the backend will"
" not work. Please ask your system administrator to install it."
2012-12-27 03:05:17 +04:00
msgstr "<b>Atentie:</b Modulul PHP LDAP care este necesar nu este instalat. Va rugam intrebati administratorul de sistem instalarea acestuia"
2012-12-15 03:12:10 +04:00
#: templates/settings.php:15
2012-08-14 01:19:31 +04:00
msgid "Host"
2012-08-15 04:07:20 +04:00
msgstr "Gazdă"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:15
2012-08-14 01:19:31 +04:00
msgid ""
"You can omit the protocol, except you require SSL. Then start with ldaps://"
2012-08-15 04:07:20 +04:00
msgstr "Puteți omite protocolul, decât dacă folosiți SSL. Atunci se începe cu ldaps://"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:16
2012-08-14 01:19:31 +04:00
msgid "Base DN"
2012-08-15 04:07:20 +04:00
msgstr "DN de bază"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:16
2012-08-14 01:19:31 +04:00
msgid "You can specify Base DN for users and groups in the Advanced tab"
2012-08-15 04:07:20 +04:00
msgstr "Puteți să specificați DN de bază pentru utilizatori și grupuri în fila Avansat"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:17
2012-08-14 01:19:31 +04:00
msgid "User DN"
2012-08-15 04:07:20 +04:00
msgstr "DN al utilizatorului"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:17
2012-08-14 01:19:31 +04:00
msgid ""
"The DN of the client user with which the bind shall be done, e.g. "
"uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password "
"empty."
2012-08-15 04:07:20 +04:00
msgstr "DN-ul clientului utilizator cu care se va efectua conectarea, d.e. uid=agent,dc=example,dc=com. Pentru acces anonim, lăsăți DN și Parolă libere."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:18
2012-08-14 01:19:31 +04:00
msgid "Password"
2012-08-15 04:07:20 +04:00
msgstr "Parolă"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:18
2012-08-14 01:19:31 +04:00
msgid "For anonymous access, leave DN and Password empty."
2012-08-15 04:07:20 +04:00
msgstr "Pentru acces anonim, lăsați DN și Parolă libere."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:19
2012-08-14 01:19:31 +04:00
msgid "User Login Filter"
2012-08-15 04:07:20 +04:00
msgstr "Filtrare după Nume Utilizator"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:19
2012-08-14 01:19:31 +04:00
#, php-format
msgid ""
"Defines the filter to apply, when login is attempted. %%uid replaces the "
"username in the login action."
2012-08-15 04:07:20 +04:00
msgstr "Definește fitrele care trebuie aplicate, când se încearcă conectarea. %%uid înlocuiește numele utilizatorului în procesul de conectare."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:19
2012-08-14 01:19:31 +04:00
#, php-format
msgid "use %%uid placeholder, e.g. \"uid=%%uid\""
2012-08-15 04:07:20 +04:00
msgstr "folosiți substituentul %%uid , d.e. \"uid=%%uid\""
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:20
2012-08-14 01:19:31 +04:00
msgid "User List Filter"
2012-08-15 04:07:20 +04:00
msgstr "Filtrarea după lista utilizatorilor"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:20
2012-08-14 01:19:31 +04:00
msgid "Defines the filter to apply, when retrieving users."
2012-08-15 04:07:20 +04:00
msgstr "Definește filtrele care trebui aplicate, când se peiau utilzatorii."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:20
2012-08-14 01:19:31 +04:00
msgid "without any placeholder, e.g. \"objectClass=person\"."
2012-08-15 04:07:20 +04:00
msgstr "fără substituenți, d.e. \"objectClass=person\"."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:21
2012-08-14 01:19:31 +04:00
msgid "Group Filter"
2012-08-15 04:07:20 +04:00
msgstr "Fitrare Grup"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:21
2012-08-14 01:19:31 +04:00
msgid "Defines the filter to apply, when retrieving groups."
2012-08-15 04:07:20 +04:00
msgstr "Definește filtrele care se aplică, când se preiau grupurile."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:21
2012-08-14 01:19:31 +04:00
msgid "without any placeholder, e.g. \"objectClass=posixGroup\"."
2012-08-15 04:07:20 +04:00
msgstr "fără substituenți, d.e. \"objectClass=posixGroup\""
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:24
2012-08-14 01:19:31 +04:00
msgid "Port"
2012-08-15 04:07:20 +04:00
msgstr "Portul"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:25
2012-08-14 01:19:31 +04:00
msgid "Base User Tree"
2012-08-15 04:07:20 +04:00
msgstr "Arborele de bază al Utilizatorilor"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:26
2012-08-14 01:19:31 +04:00
msgid "Base Group Tree"
2012-08-15 04:07:20 +04:00
msgstr "Arborele de bază al Grupurilor"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:27
2012-08-14 01:19:31 +04:00
msgid "Group-Member association"
2012-08-15 04:07:20 +04:00
msgstr "Asocierea Grup-Membru"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:28
2012-08-14 01:19:31 +04:00
msgid "Use TLS"
2012-08-15 04:07:20 +04:00
msgstr "Utilizează TLS"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:28
2012-08-14 01:19:31 +04:00
msgid "Do not use it for SSL connections, it will fail."
2012-08-15 04:07:20 +04:00
msgstr "A nu se utiliza pentru conexiuni SSL, va eșua."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:29
2012-08-14 01:19:31 +04:00
msgid "Case insensitve LDAP server (Windows)"
2012-08-15 04:07:20 +04:00
msgstr "Server LDAP insensibil la majuscule (Windows)"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:30
2012-08-14 01:19:31 +04:00
msgid "Turn off SSL certificate validation."
2012-08-15 04:07:20 +04:00
msgstr "Oprește validarea certificatelor SSL "
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:30
2012-08-14 01:19:31 +04:00
msgid ""
"If connection only works with this option, import the LDAP server's SSL "
"certificate in your ownCloud server."
2012-08-15 04:07:20 +04:00
msgstr "Dacă conexiunea lucrează doar cu această opțiune, importează certificatul SSL al serverului LDAP în serverul ownCloud."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:30
2012-08-14 01:19:31 +04:00
msgid "Not recommended, use for testing only."
2012-08-15 04:07:20 +04:00
msgstr "Nu este recomandat, a se utiliza doar pentru testare."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:31
2012-08-14 01:19:31 +04:00
msgid "User Display Name Field"
2012-08-15 04:07:20 +04:00
msgstr "Câmpul cu numele vizibil al utilizatorului"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:31
2012-08-14 01:19:31 +04:00
msgid "The LDAP attribute to use to generate the user`s ownCloud name."
2012-08-15 04:07:20 +04:00
msgstr "Atributul LDAP folosit pentru a genera numele de utilizator din ownCloud."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:32
2012-08-14 01:19:31 +04:00
msgid "Group Display Name Field"
2012-08-15 04:07:20 +04:00
msgstr "Câmpul cu numele grupului"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:32
2012-08-14 01:19:31 +04:00
msgid "The LDAP attribute to use to generate the groups`s ownCloud name."
2012-08-15 04:07:20 +04:00
msgstr "Atributul LDAP folosit pentru a genera numele grupurilor din ownCloud"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:34
2012-08-14 01:19:31 +04:00
msgid "in bytes"
2012-08-15 04:07:20 +04:00
msgstr "în octeți"
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:36
2012-08-14 01:19:31 +04:00
msgid "in seconds. A change empties the cache."
2012-08-15 04:07:20 +04:00
msgstr "în secunde. O schimbare curăță memoria tampon."
2012-08-14 01:19:31 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:37
2012-08-29 04:06:48 +04:00
msgid ""
"Leave empty for user name (default). Otherwise, specify an LDAP/AD "
"attribute."
2012-08-31 04:07:19 +04:00
msgstr "Lăsați gol pentru numele de utilizator (implicit). În caz contrar, specificați un atribut LDAP / AD."
2012-08-29 04:06:48 +04:00
2012-12-15 03:12:10 +04:00
#: templates/settings.php:39
2012-08-14 01:19:31 +04:00
msgid "Help"
2012-08-15 04:07:20 +04:00
msgstr "Ajutor"