diff options
-rw-r--r-- | language/ca_ES/common.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php index 4a8b12ee1..f1c818322 100644 --- a/language/ca_ES/common.lang.php +++ b/language/ca_ES/common.lang.php @@ -415,4 +415,7 @@ $lang['Permalink for album not found'] = 'No es troba l\'enllaç permanent per a $lang['Piwigo encountered a non recoverable error'] = 'Piwigo ha detectat un error no recuperable'; $lang['Requested album does not exist'] = 'No existeix l\'àlbum sol·licitat'; $lang['Requested tag does not exist'] = 'No existeix l\'etiqueta sol·licitada'; +$lang['Email address is mandatory'] = 'L\'adreça de correu és obligatòria'; +$lang['Username is mandatory'] = 'El nom d\'usuari és obligatori'; +$lang['mandatory'] = 'obligatori'; ?>
\ No newline at end of file |