mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
38 lines
2.0 KiB
PHP
38 lines
2.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
"email" => "Il campo e-mail è obbligatorio!",
|
|
"username" => "Il campo nome utente è obbligatorio!",
|
|
"success_update" => "Aggiornamento profilo riuscito!",
|
|
"adress_success_update" => "Indirizzo aggiornamento riuscito!",
|
|
"adress_success_create" => "Indirizzo Crea con successo!",
|
|
"login_error" => "User e password non corretti.",
|
|
"login_noMail_old_user" => "L\\'indirizzo email inserito non è stato trovato.",
|
|
"login_noMail_old_user2" => "Controlla l\\'indirizzo e-mail e riprova.",
|
|
"login_noMail_old_user3" => "Se il problema persiste,
|
|
contattare \\'info@openclassify.com\\'.",
|
|
"login_info_old_user" => "Una nuova password è stata inviata al tuo indirizzo e-mail.",
|
|
"success" => "Successo",
|
|
"notified_new_updates" => "Voglio essere informato dei nuovi aggiornamenti",
|
|
"notified_about_ads" => "Consenti notifiche sui miei annunci",
|
|
"receive_messages_email" => "Voglio ricevere messaggi come e-mail",
|
|
"no_packages_module" => "Nessun modulo pacchetti!",
|
|
"required_add"=> "Si prega di compilare tutte le righe richieste.",
|
|
"no_extend_package" => "Nessun pacchetto di annunci estesi",
|
|
"saved" => "Salvato!",
|
|
'please_confirm_transaction' => 'Please Confirm Transaction',
|
|
'password_do_not_match' => 'Passwords do not match',
|
|
'your_password_changed' => 'Your password was successfully updated',
|
|
'error_valid_email_or_phone' => 'Phone number or E-mail address format is not correct.',
|
|
'error_valid_phone' => 'Phone number format is not correct.',
|
|
'registered_phone' => 'This phone number has already been registered.',
|
|
'ajax_address_error' => 'No address or not authorized to view.',
|
|
'empty_password_sms_message' => 'Due to security issues, we changed your password! Your new password is:',
|
|
'required_all' => "All Field is Required!",
|
|
|
|
// Forgot Password
|
|
'email_phone_not_found' => 'The E-mail, Phone Number is not correct!',
|
|
|
|
'disable_account' => 'Do you want to close your account? This operation cannot be undone.',
|
|
];
|