Revision 1654
Added by Dietmar over 12 years ago
CA.php | ||
---|---|---|
541 | 541 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'No es pot tenir ../ a la carpeta de destí'; |
542 | 542 |
$MESSAGE['MEDIA_UPLOADED'] = ' fitxers han estat penjats amb èxit'; |
543 | 543 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Ho sentim, aquest formulari ha estat enviat massa vegades durant l\'última hora. Per favor torneu-ho a intentar d\'ací una hora.'; |
544 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href="mailto:{SERVER_EMAIL}">{SERVER_EMAIL}</a>';
|
|
544 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'The verification number (also known as Captcha) that you entered is incorrect. If you are having problems reading the Captcha, please email: <a href="mailto:{{SERVER_EMAIL}}">{{SERVER_EMAIL}}</a>';
|
|
545 | 545 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'Heu d\'introduir les dades per als següents camps'; |
546 | 546 |
$MESSAGE['PAGES_ADDED'] = 'Pàgina afegida amb èxit'; |
547 | 547 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Capçalera de pàgina afegida amb èxit'; |
Also available in: Unified diff
Fixed SERVER_EMAIL in languages, needs double brackets
Installer redesign Step 2