diff options
Diffstat (limited to 'language/ca_ES/admin.lang.php')
-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 56560481b..4f25cb588 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%'; @@ -937,4 +937,4 @@ $lang['Duplicate selected tags'] = 'Duplicar etiquetes seleccionades'; $lang['Name of the duplicate'] = 'Nom del duplicat'; $lang['Source tag'] = 'Font d\'etiqueta'; $lang['Tag "%s" is now a duplicate of "%s"'] = 'L\'etiqueta "%s" és ara un duplicat de "%s"'; -?>
\ No newline at end of file +?> |