Skip to content

Commit 90eb0ef

Browse files
author
florian030
committed
add "locked" to clients list
1 parent 81aa939 commit 90eb0ef

27 files changed

+87
-0
lines changed

interface/web/client/lib/lang/ar_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'Country';
88
$wb['add_new_record_txt'] = 'Add new client';
99
$wb['username_txt'] = 'Username';
1010
$wb['customer_no_txt'] = 'Customer No.';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/bg_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'Държава';
88
$wb['add_new_record_txt'] = 'Добави нов клиент';
99
$wb['username_txt'] = 'Потребителско име';
1010
$wb['customer_no_txt'] = 'Customer No.';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/br_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'País';
88
$wb['add_new_record_txt'] = 'Adicionar novo cliente';
99
$wb['username_txt'] = 'Usuário';
1010
$wb['customer_no_txt'] = 'Código do Cliente';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/ca_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'Pays';
88
$wb['add_new_record_txt'] = 'Ajouter un nouveau client';
99
$wb['username_txt'] = 'Nom d\'utilisateur';
1010
$wb['customer_no_txt'] = 'Numéro client';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/cz_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'Stát';
88
$wb['add_new_record_txt'] = 'Vytvořit klienta';
99
$wb['username_txt'] = 'Uživatelské jméno';
1010
$wb['customer_no_txt'] = 'Zákaznické číslo';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/de_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'Land';
88
$wb['add_new_record_txt'] = 'Kunden hinzufügen';
99
$wb['username_txt'] = 'Benutzername';
1010
$wb['customer_no_txt'] = 'Kundennummer';
11+
$wb['locked_txt'] = 'Gesperrt';
12+
$wb['yes_txt'] = 'Ja';
13+
$wb['no_txt'] = 'Nein';
1114
?>

interface/web/client/lib/lang/dk_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['city_txt'] = 'By';
88
$wb['country_txt'] = 'Land';
99
$wb['add_new_record_txt'] = 'Tilføj ny kunde';
1010
$wb['customer_no_txt'] = 'Kunde Nr.';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/el_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'Χώρα';
88
$wb['add_new_record_txt'] = 'Νέος Πελάτης';
99
$wb['username_txt'] = 'Username';
1010
$wb['customer_no_txt'] = 'Customer No.';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/en_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb["city_txt"] = 'City';
88
$wb["country_txt"] = 'Country';
99
$wb["add_new_record_txt"] = 'Add new client';
1010
$wb["customer_no_txt"] = 'Customer No.';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

interface/web/client/lib/lang/es_clients_list.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ $wb['country_txt'] = 'País';
88
$wb['customer_no_txt'] = 'Cliente Nº.';
99
$wb['list_head_txt'] = 'Clientes';
1010
$wb['username_txt'] = 'Nombre de usuario';
11+
$wb['locked_txt'] = 'Locked';
12+
$wb['yes_txt'] = 'Yes';
13+
$wb['no_txt'] = 'No';
1114
?>

0 commit comments

Comments
 (0)