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/ca_ES | |
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/ca_ES')
-rw-r--r-- | language/ca_ES/admin.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php index 98695d151..449214137 100644 --- a/language/ca_ES/admin.lang.php +++ b/language/ca_ES/admin.lang.php @@ -643,7 +643,7 @@ $lang['This theme was not designed to be directly activated'] = 'Este tema no es $lang['Who can see this photo?'] = 'Compartir'; $lang['Pending Comments'] = 'Comentaris pendents de validar'; $lang['Menu Management'] = 'Gestionar menús'; -$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'A l\'arxiu php.ini, la variable upload_max_filesize (% SB) es major que post_max_size (SB%). Hauries de canviar aquesta configuració.'; +$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'A l\'arxiu php.ini, la variable upload_max_filesize (%s) es major que post_max_size (SB%). Hauries de canviar aquesta configuració.'; $lang['Exif extension not available, admin should disable exif use'] = 'L\'extensió Exif no està disponible. Un administrador hauria de desabilitar l\'ús de metadades Exif.'; $lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'La mida de l\'arxiu pujat excedeix el valor upload_max_filesize de l\'arxiu php.ini: sB%'; $lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'La mida total dels arxius que estàs pujant excedeix el valor post_max_size de l\'arxiu php.ini: sB%'; @@ -950,4 +950,4 @@ $lang['Number of albums per page'] = 'Nombre d\'àlbums per pàgina'; $lang['Maximum'] = 'Màxim'; $lang['Minimum'] = 'Mínim'; $lang['Ratio'] = 'Ràtio'; -?>
\ No newline at end of file +?> |