Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
bfcdef 1 <?php
407003 2 $wb['database_user_txt'] = 'Utente Database';
10b4c8 3 $wb['database_password_txt'] = 'Database password';
407003 4 $wb['password_strength_txt'] = 'Livello sicurezza Password';
TB 5 $wb['client_txt'] = 'Cliente';
6 $wb['active_txt'] = 'Attivo';
7 $wb['database_user_error_empty'] = 'Utente Database   vuoto.';
8 $wb['database_user_error_unique'] = 'Nome utente database già presente su questo server. Per ottener un nome univoco ad esempio preponi il tuo dominio al nome utente.';
9 $wb['database_user_error_regex'] = 'Nome utente database non valido.IL nome utente può contenere i seguenti caratteri: a-z, A-Z, 0-9 and the underscore. lunghezza: 2 - 64 characters.';
10 $wb['database_user_error_len'] = 'Nome Utente Database - {user} - troppo lungo. Lunghezza massima per nome utente di database incluso prefissso: 16 caratteri.';
11 $wb['btn_save_txt'] = 'Salva';
12 $wb['btn_cancel_txt'] = 'Annulla';
13 $wb['generate_password_txt'] = 'Genera Password';
14 $wb['repeat_password_txt'] = 'Ripeti Password';
15 $wb['password_mismatch_txt'] = 'Le password non coincidono.';
16 $wb['password_match_txt'] = 'Le password coincidono.';
10b4c8 17 $wb['globalsearch_resultslimit_of_txt'] = 'of';
T 18 $wb['globalsearch_resultslimit_results_txt'] = 'results';
407003 19 $wb['globalsearch_noresults_text_txt'] = 'Nessun results.';
10b4c8 20 $wb['globalsearch_noresults_limit_txt'] = '0 results';
407003 21 $wb['globalsearch_searchfield_watermark_txt'] = 'Cerca';
TB 22 $wb['globalsearch_suggestions_text_txt'] = 'Suggerimenti';
7e2a3f 23 $wb['limit_database_user_txt'] = 'The max. number of database users is reached.';
bfcdef 24 ?>