diff options
author | plegall <plg@piwigo.org> | 2012-10-31 09:46:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-10-31 09:46:36 +0000 |
commit | ead2024b92941231d81db372b0c1f8bed0abb23a (patch) | |
tree | e82a3823c72b42de60b7790e5d37c252cbe0f21d /language/ro_RO | |
parent | 4f493e723afa921a3b419230c2a13da834b4ae5a (diff) |
merge r18820 from branch 2.4 to trunk
bug 2782 fixed: make sure %d or %s are correctly translated
he_IL needs to be fixed, too complicated for me.
git-svn-id: http://piwigo.org/svn/trunk@18821 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ro_RO')
-rw-r--r-- | language/ro_RO/admin.lang.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/language/ro_RO/admin.lang.php b/language/ro_RO/admin.lang.php index c8a716a90..134434e4f 100644 --- a/language/ro_RO/admin.lang.php +++ b/language/ro_RO/admin.lang.php @@ -274,9 +274,9 @@ $lang['Anomaly'] = 'Anomalie'; $lang['Rate'] = 'Evaluare'; $lang['Add to caddie'] = 'adaugă în cărucior'; -$lang['%s has been successfully updated.'] = '% a fost actualizat cu succes.'; -$lang['%s photos can not be regenerated'] = '% fotografii nu pot fi regenerate'; -$lang['%s photos have been regenerated'] = '% fotografii au fost regenerate'; +$lang['%s has been successfully updated.'] = '%s a fost actualizat cu succes.'; +$lang['%s photos can not be regenerated'] = '%s fotografii nu pot fi regenerate'; +$lang['%s photos have been regenerated'] = '%s fotografii au fost regenerate'; $lang['(this tag will be deleted)'] = '(această etichetă va fi ștearsă)'; $lang['... or '] = '...sau'; $lang['Activate comments'] = 'Activează comentarii'; @@ -572,4 +572,4 @@ $lang['user_status_normal'] = 'Utilizator'; $lang['user_status_webmaster'] = 'Webmaster'; $lang['width must be a number superior to'] = 'lățimea trebuie să fie mai mare de'; $lang['wrong filename'] = 'nume de fișier greșit'; -?>
\ No newline at end of file +?> |