nextcloud/settings/l10n/ro.php

59 lines
3.5 KiB
PHP
Raw Normal View History

2011-09-03 17:08:49 +04:00
<?php $TRANSLATIONS = array(
2012-08-31 04:07:19 +04:00
"Unable to load list from App Store" => "Imposibil de încărcat lista din App Store",
2013-02-07 03:11:04 +04:00
"Authentication error" => "Eroare de autentificare",
2012-09-18 04:04:26 +04:00
"Group already exists" => "Grupul există deja",
"Unable to add group" => "Nu s-a putut adăuga grupul",
"Could not enable app. " => "Nu s-a putut activa aplicația.",
2012-08-31 04:07:19 +04:00
"Email saved" => "E-mail salvat",
"Invalid email" => "E-mail nevalid",
2012-09-18 04:04:26 +04:00
"Unable to delete group" => "Nu s-a putut șterge grupul",
"Unable to delete user" => "Nu s-a putut șterge utilizatorul",
2011-09-03 17:08:49 +04:00
"Language changed" => "Limba a fost schimbată",
2013-01-12 03:10:58 +04:00
"Invalid request" => "Cerere eronată",
2013-01-26 03:10:07 +04:00
"Admins can't remove themself from the admin group" => "Administratorii nu se pot șterge singuri din grupul admin",
2012-09-18 04:04:26 +04:00
"Unable to add user to group %s" => "Nu s-a putut adăuga utilizatorul la grupul %s",
"Unable to remove user from group %s" => "Nu s-a putut elimina utilizatorul din grupul %s",
2012-08-31 04:07:19 +04:00
"Disable" => "Dezactivați",
"Enable" => "Activați",
2013-02-02 03:08:15 +04:00
"Error" => "Eroare",
2012-08-31 04:07:19 +04:00
"Saving..." => "Salvez...",
2012-05-09 14:41:01 +04:00
"__language_name__" => "_language_name_",
2012-06-06 02:29:28 +04:00
"Add your App" => "Adaugă aplicația ta",
2013-01-12 03:10:58 +04:00
"More Apps" => "Mai multe aplicații",
2011-09-03 17:08:49 +04:00
"Select an App" => "Selectează o aplicație",
2012-08-31 04:07:19 +04:00
"See application page at apps.owncloud.com" => "Vizualizează pagina applicației pe apps.owncloud.com",
2012-09-18 04:04:26 +04:00
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licențiat <span class=\"author\"></span>",
2013-02-02 03:08:15 +04:00
"Update" => "Actualizare",
2013-01-12 03:10:58 +04:00
"User Documentation" => "Documentație utilizator",
"Administrator Documentation" => "Documentație administrator",
"Online Documentation" => "Documentație online",
"Forum" => "Forum",
"Bugtracker" => "Urmărire bug-uri",
"Commercial Support" => "Suport comercial",
2013-01-26 03:10:07 +04:00
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Ați utilizat <strong>%s</strong> din <strong>%s</strong> disponibile",
2012-12-20 03:13:09 +04:00
"Password" => "Parolă",
2012-09-22 03:18:31 +04:00
"Your password was changed" => "Parola a fost modificată",
2012-05-09 14:41:01 +04:00
"Unable to change your password" => "Imposibil de-ați schimbat parola",
2011-09-03 17:08:49 +04:00
"Current password" => "Parola curentă",
"New password" => "Noua parolă",
"Change password" => "Schimbă parola",
2012-01-15 18:12:58 +04:00
"Email" => "Email",
"Your email address" => "Adresa ta de email",
2012-05-09 14:41:01 +04:00
"Fill in an email address to enable password recovery" => "Completează o adresă de mail pentru a-ți putea recupera parola",
2011-09-03 17:08:49 +04:00
"Language" => "Limba",
2012-05-09 14:41:01 +04:00
"Help translate" => "Ajută la traducere",
2013-01-12 03:10:58 +04:00
"WebDAV" => "WebDAV",
2013-01-26 03:10:07 +04:00
"Use this address to connect to your ownCloud in your file manager" => "Folosește această adresă pentru a conecta ownCloud cu managerul de fișiere",
2013-01-12 03:10:58 +04:00
"Version" => "Versiunea",
2012-11-10 03:02:29 +04:00
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Dezvoltat de the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunitatea ownCloud</a>, <a href=\"https://github.com/owncloud\" target=\"_blank\">codul sursă</a> este licențiat sub <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
2011-09-03 17:08:49 +04:00
"Groups" => "Grupuri",
"Create" => "Crează",
2013-01-12 03:10:58 +04:00
"Default Storage" => "Stocare implicită",
"Unlimited" => "Nelimitată",
2012-06-06 02:29:28 +04:00
"Other" => "Altele",
2012-08-31 04:07:19 +04:00
"Group Admin" => "Grupul Admin ",
2013-01-12 03:10:58 +04:00
"Storage" => "Stocare",
"Default" => "Implicită",
2011-09-03 17:08:49 +04:00
"Delete" => "Șterge"
);