summaryrefslogtreecommitdiffstats
path: root/strings.c
diff options
context:
space:
mode:
authorAttila Veghelyi <works@veghelyiattila.hu>2024-01-30 19:24:17 +0100
committerAttila Veghelyi <works@veghelyiattila.hu>2024-01-30 20:20:09 +0100
commit5df9421eb28836e72d112da635fdabbc59ad7185 (patch)
tree2620ae1d9f380a50ecede399b3387a93b0c09763 /strings.c
parent816b38e07651bfd64acdc53523b92791848ce5f0 (diff)
downloadOpenProgrammer-5df9421eb28836e72d112da635fdabbc59ad7185.tar.gz
OpenProgrammer-5df9421eb28836e72d112da635fdabbc59ad7185.zip
Follow version 0.12.2
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/strings.c b/strings.c
index 5899abe..254e837 100644
--- a/strings.c
+++ b/strings.c
@@ -1,4 +1,4 @@
-// Strings.c v0.12.0
+// Strings.c v0.12.2
#include "common.h"
#define NL "\n"
@@ -260,6 +260,8 @@ void strinit()
STR_ID[I_Opt]="I_Opt";
STR_ID[I_Dev]="I_Dev";
STR_ID[I_Type]="I_Type";
+ STR_ID[I_TypeFilt]="I_TypeFilt";
+ STR_ID[I_Filt]="I_Filt";
STR_ID[I_Speed]="I_Speed";
STR_ID[I_ReadRes]="I_ReadRes";
STR_ID[I_ID_BKo_W]="I_ID_BKo_W";
@@ -537,7 +539,9 @@ void strinit()
strings_it[I_Data]="Dati";
strings_it[I_Opt]="Opzioni";
strings_it[I_Dev]="Dispositivo";
- strings_it[I_Type]="Filtra per tipo";
+ strings_it[I_Type]="Tipo";
+ strings_it[I_TypeFilt]="Filtra per tipo";
+ strings_it[I_Filt]="Filtro";
strings_it[I_Speed]="Velocità";
strings_it[I_ReadRes]="Leggi area riservata";
strings_it[I_ID_BKo_W]="Programma ID e BKosccal";
@@ -904,7 +908,9 @@ void strinit()
strings_en[I_Data]="Data";
strings_en[I_Opt]="Options";
strings_en[I_Dev]="Device";
- strings_en[I_Type]="Filter by type";
+ strings_en[I_Type]="Type";
+ strings_en[I_TypeFilt]="Filter by type";
+ strings_en[I_Filt]="Filter";
strings_en[I_Speed]="Speed";
strings_en[I_ReadRes]="Read reserved area";
strings_en[I_ID_BKo_W]="Write ID and BKosccal";