Removed error references strings from all language_files, these language files should now be suitable for translation using transifex (refs #1171)
This commit is contained in:
@@ -194,15 +194,7 @@ $lng['error']['mustbeurl'] = 'No has escrit una URL correcte';
|
||||
$lng['error']['invalidpath'] = 'No has escrit una URL vàlida (potser hi ha algun problema en el llistat de directoris)';
|
||||
$lng['error']['stringisempty'] = 'Camp de text buit';
|
||||
$lng['error']['stringiswrong'] = 'Contingut erroni en el camp de text';
|
||||
$lng['error']['myloginname'] = '\'' . $lng['login']['username'] . '\'';
|
||||
$lng['error']['mypassword'] = '\'' . $lng['login']['password'] . '\'';
|
||||
$lng['error']['oldpassword'] = '\'' . $lng['changepassword']['old_password'] . '\'';
|
||||
$lng['error']['newpassword'] = '\'' . $lng['changepassword']['new_password'] . '\'';
|
||||
$lng['error']['newpasswordconfirm'] = '\'' . $lng['changepassword']['new_password_confirm'] . '\'';
|
||||
$lng['error']['newpasswordconfirmerror'] = 'La nova clau no coincideix amb la confirmació';
|
||||
$lng['error']['myname'] = '\'' . $lng['customer']['name'] . '\'';
|
||||
$lng['error']['myfirstname'] = '\'' . $lng['customer']['firstname'] . '\'';
|
||||
$lng['error']['emailadd'] = '\'' . $lng['customer']['email'] . '\'';
|
||||
$lng['error']['mydomain'] = '\'Domini\'';
|
||||
$lng['error']['mydocumentroot'] = '\'Arrel dels documents\'';
|
||||
$lng['error']['loginnameexists'] = 'Ja existeix l\'usuari %s';
|
||||
@@ -229,7 +221,6 @@ $lng['error']['destinationnonexist'] = 'Si us plau crea la redirecció a \
|
||||
$lng['error']['destinationalreadyexistasmail'] = 'La redirecció a %s ja existeix com un compte de correu.';
|
||||
$lng['error']['destinationalreadyexist'] = 'Ja hi ha una redirecció a %s .';
|
||||
$lng['error']['destinationiswrong'] = 'La redirecció %s conté caràcters invàlids o és incompleta.';
|
||||
$lng['error']['domainname'] = $lng['domains']['domainname'];
|
||||
|
||||
/**
|
||||
* Questions
|
||||
@@ -255,9 +246,9 @@ $lng['question']['admin_configs_reallyrebuild'] = 'Segur que vols regenerar les
|
||||
* Mails
|
||||
*/
|
||||
|
||||
$lng['mails']['pop_success']['mailbody'] = 'Hola,\n\nel teu compte d\'email $destination\ns\'ha creat satisfactoriament.\n\nAix<69> és un missatge creat automàticament, si us plau uno responguis. Gràcies.';
|
||||
$lng['mails']['pop_success']['mailbody'] = 'Hola,\n\nel teu compte d\'email {EMAIL}\ns\'ha creat satisfactoriament.\n\nAix<69> és un missatge creat automàticament, si us plau uno responguis. Gràcies.';
|
||||
$lng['mails']['pop_success']['subject'] = 'Compte de correu creat satisfactoriament';
|
||||
$lng['mails']['createcustomer']['mailbody'] = 'Hola {FIRSTNAME} {NAME},\n\n aquí te la seva informació:\n\nNom d\'usuari: $loginname\nClau: $password\n\n Gràcies per tot, disfruta del teu compte';
|
||||
$lng['mails']['createcustomer']['mailbody'] = 'Hola {FIRSTNAME} {NAME},\n\n aquí te la seva informació:\n\nNom d\'usuari: {USERNAME}\nClau: {PASSWORD}\n\n Gràcies per tot, disfruta del teu compte';
|
||||
$lng['mails']['createcustomer']['subject'] = 'Informació del compte';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user