diff options
Diffstat (limited to 'language/ro_RO/common.lang.php')
-rw-r--r-- | language/ro_RO/common.lang.php | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/language/ro_RO/common.lang.php b/language/ro_RO/common.lang.php index 3d7fd7aa4..1e714766f 100644 --- a/language/ro_RO/common.lang.php +++ b/language/ro_RO/common.lang.php @@ -2,7 +2,7 @@ // +-----------------------------------------------------------------------+ // | Piwigo - a PHP based photo gallery | // +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | +// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ @@ -22,7 +22,7 @@ // +-----------------------------------------------------------------------+ /* Language Name: Română [RO] -Version: 2.5.0 +Version: 2.6.0 Language URI: http://piwigo.org/ext/extension_view.php?eid=433 Author: Piwigo team Author URI: http://piwigo.org @@ -231,7 +231,6 @@ $lang['login mustn\'t end with a space character'] = 'numele de utilizator nu tr $lang['login mustn\'t start with a space character'] = 'numele de utilizator nu trebuie sa înceapă cu un spaţiu'; $lang['this login is already used'] = 'acest nume este deja folosit'; $lang['mail address must be like xxx@yyy.eee (example : jack@altern.org)'] = 'adresa de e-mail trebuie să fie de genul xxx@yyy.eee (de exemplu: jack@altern.org)'; -$lang['please enter your password again'] = 'vă rugăm să introduceţi parola din nou'; $lang['Auto login'] = 'Conectare automatică'; $lang['remove this tag from the list'] = 'eliminaţi această etichetă de pe lista'; $lang['representative'] = 'reprezentant'; @@ -260,7 +259,6 @@ $lang['SQL queries in'] = 'interogări SQL în'; $lang['display only recently posted photos'] = 'Arată numai elementele publicate recent'; $lang['return to the display of all photos'] = 'reveniţi la afişarea tuturor imaginilor'; $lang['the beginning'] = 'începutul'; -$lang['Interface theme'] = 'Tema Interfeţei'; $lang['Thumbnails'] = 'Miniaturi'; $lang['Menu'] = 'Meniu'; $lang['A comment on your site'] = 'Un comentariu pe site-ul dvs.'; @@ -414,4 +412,12 @@ $lang['Username is mandatory'] = 'Numele de utilizator este obligatoriu'; $lang['mandatory'] = 'obligatoriu'; $lang['Website'] = 'Site'; $lang['Your website URL is invalid'] = 'URL-ul sitului tău este invalid'; +$lang['Email'] = 'Email'; +$lang['First Page'] = 'Prima pagină'; +$lang['Go back to the album'] = 'Înapoi la album'; +$lang['Last Page'] = 'Ultima pagină'; +$lang['Password is missing. Please enter the password.'] = 'Parola lipseşte. Te rog sa introduci parola-'; +$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Lipseşte confirmarea parolei. Te rog să confirmi parola aleasă.'; +$lang['%d photos per page'] = '%d fotografii per pagină'; +$lang['Theme'] = 'Temă'; ?>
\ No newline at end of file |