Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrah committed Aug 28, 2015
1 parent 404cab2 commit c22784d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions radio/src/translations/en.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@
#define LEN_VFORMULAS "\010"
#define TR_VFORMULAS "Add\0 ""Average\0""Min\0 ""Max\0 ""Multiply""Totalize""Cell\0 ""Consumpt""Distance"

#define LEN_VPREC "\005"
#define TR_VPREC "PREC0""PREC1""PREC2"
#define LEN_VPREC "\004"
#define TR_VPREC "0.--""0.0 ""0.00"

#define LEN_VCELLINDEX "\007"
#define TR_VCELLINDEX "Lowest\0""1\0 ""2\0 ""3\0 ""4\0 ""5\0 ""6\0 ""Highest""Delta\0"
Expand Down
4 changes: 2 additions & 2 deletions radio/src/translations/es.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@
#define LEN_VFORMULAS "\010"
#define TR_VFORMULAS "Add\0 ""Average\0""Min\0 ""Max\0 ""Multiply""Totalize""Cell\0 ""Consumpt""Distance"

#define LEN_VPREC "\005"
#define TR_VPREC "PREC0""PREC1""PREC2"
#define LEN_VPREC "\004"
#define TR_VPREC "0.--""0.0 ""0.00"

#define LEN_VCELLINDEX "\007"
#define TR_VCELLINDEX "Lowest\0""1\0 ""2\0 ""3\0 ""4\0 ""5\0 ""6\0 ""Highest""Delta\0"
Expand Down
4 changes: 2 additions & 2 deletions radio/src/translations/fi.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@
#define LEN_VFORMULAS "\010"
#define TR_VFORMULAS "Add\0 ""Average\0""Min\0 ""Max\0 ""Multiply""Totalize""Cell\0 ""Consumpt""Distance"

#define LEN_VPREC "\005"
#define TR_VPREC "PREC0""PREC1""PREC2"
#define LEN_VPREC "\004"
#define TR_VPREC "0.--""0.0 ""0.00"

#define LEN_VCELLINDEX "\007"
#define TR_VCELLINDEX "Lowest\0""1\0 ""2\0 ""3\0 ""4\0 ""5\0 ""6\0 ""Highest""Delta\0"
Expand Down
4 changes: 2 additions & 2 deletions radio/src/translations/fr.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -544,8 +544,8 @@
#define LEN_VFORMULAS "\010"
#define TR_VFORMULAS "Addition""Moyenne\0""Min\0 ""Max\0 ""Multipl.""Totalise""Elément\0""Consomm.""Distance"

#define LEN_VPREC "\005"
#define TR_VPREC "PREC0""PREC1""PREC2"
#define LEN_VPREC "\004"
#define TR_VPREC "0.--""0.0 ""0.00"

#define LEN_VCELLINDEX "\007"
#define TR_VCELLINDEX "Mini.\0 ""1\0 ""2\0 ""3\0 ""4\0 ""5\0 ""6\0 ""Maxi.\0 ""Diff.\0 "
Expand Down
4 changes: 2 additions & 2 deletions radio/src/translations/it.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,8 @@
#define LEN_VFORMULAS "\011"
#define TR_VFORMULAS "Somma\0 ""Media\0 ""Min\0 ""Max\0 ""Moltipl\0 ""Totalizza""Cella\0 ""Consumo\0 ""Distanza\0"

#define LEN_VPREC "\005"
#define TR_VPREC "PREC0""PREC1""PREC2"
#define LEN_VPREC "\004"
#define TR_VPREC "0.--""0.0 ""0.00"

#define LEN_VCELLINDEX "\010"
#define TR_VCELLINDEX "Minore\0 ""1\0 ""2\0 ""3\0 ""4\0 ""5\0 ""6\0 ""Maggiore""Delta\0"
Expand Down
4 changes: 2 additions & 2 deletions radio/src/translations/pl.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@
#define LEN_VFORMULAS "\010" /*8 decimal*/
#define TR_VFORMULAS "Dodaj\0 ""Średnie\0""Min\0 ""Max\0 ""Mnóż\0 ""Zliczani""Komórka\0""Zużycie\0""Zasięg\0 "

#define LEN_VPREC "\005"
#define TR_VPREC "PREC0""PREC1""PREC2"
#define LEN_VPREC "\004"
#define TR_VPREC "0.--""0.0 ""0.00"

#define LEN_VCELLINDEX "\007"
#define TR_VCELLINDEX "Niskie\0""1\0 ""2\0 ""3\0 ""4\0 ""5\0 ""6\0 ""Wysokie""Delta\0"
Expand Down
4 changes: 2 additions & 2 deletions radio/src/translations/se.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@
#define LEN_VFORMULAS "\010"
#define TR_VFORMULAS "Add\0 ""Average\0""Min\0 ""Max\0 ""Multiply""Totalize""Cell\0 ""Consumpt""Distance"

#define LEN_VPREC "\005"
#define TR_VPREC "PREC0""PREC1""PREC2"
#define LEN_VPREC "\004"
#define TR_VPREC "0.--""0.0 ""0.00"

#define LEN_VCELLINDEX "\007"
#define TR_VCELLINDEX "Lowest\0""1\0 ""2\0 ""3\0 ""4\0 ""5\0 ""6\0 ""Highest""Delta\0"
Expand Down

0 comments on commit c22784d

Please sign in to comment.