Skip to content

Commit 9cf3a58

Browse files
committed
Workaround for monospace issues accross differnt alphabets.
1 parent e912a10 commit 9cf3a58

9 files changed

Lines changed: 1 addition & 19 deletions

File tree

Mifare Classic Tool/app/src/main/java/de/syss/MifareClassicTool/Activities/DiffTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private void runDiff() {
241241
// Set diff line for identical blocks.
242242
diffIndex.setTextColor(Color.GREEN);
243243
diffString = new StringBuilder(
244-
getString(R.string.text_identical_data));
244+
"--------------------------------");
245245
} else {
246246
diffString = new StringBuilder(
247247
" ");

Mifare Classic Tool/app/src/main/res/values-es/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@
152152
<string name="text_incr_decr_value_block">Incr./Decr. Value Block</string>
153153
<string name="text_increment">Incremento</string>
154154
<string name="text_decrement">Decremento</string>
155-
<!-- Has to be 32 chars long. The text should be centered. -->
156-
<string name="text_identical_data">-----------Idéntico------------</string>
157155
<!-- Has to be 16 chars long. The text should be centered. -->
158156
<string name="text_invalid_data">--Datos Inválidos--</string>
159157
<string name="text_only_in_dump1">Sector occurs only in dump 1 (A)</string>

Mifare Classic Tool/app/src/main/res/values-fr/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@
150150
<string name="text_incr_decr_value_block">Incr./Decr. un Value Block</string>
151151
<string name="text_increment">Incrémenter</string>
152152
<string name="text_decrement">Décrémenter</string>
153-
<!-- Has to be 32 chars long. The text should be centered. -->
154-
<string name="text_identical_data">-----------Identique------------</string>
155153
<!-- Has to be 16 chars long. The text should be centered. -->
156154
<string name="text_invalid_data">Donnée Invalide</string>
157155
<string name="text_only_in_dump1">Le secteur apparaît seulement dans le dump 1 (A)</string>

Mifare Classic Tool/app/src/main/res/values-it/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@
150150
<string name="text_incr_decr_value_block">Incr./Decr. Valore di un Blocco</string>
151151
<string name="text_increment">Incrementa</string>
152152
<string name="text_decrement">Decrement</string>
153-
<!-- Has to be 32 chars long. The text should be centered. -->
154-
<string name="text_identical_data">-----------Identico------------</string>
155153
<!-- Has to be 16 chars long. The text should be centered. -->
156154
<string name="text_invalid_data">-Dati NON Validi</string>
157155
<string name="text_only_in_dump1">Il settore è presente solo nel dump 1 (A)</string>

Mifare Classic Tool/app/src/main/res/values-pt/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@
154154
<string name="text_incr_decr_value_block">Incr./Decr. Bloco de Valor</string>
155155
<string name="text_increment">Incremento</string>
156156
<string name="text_decrement">Decremento</string>
157-
<!-- Has to be 32 chars long. The text should be centered. -->
158-
<string name="text_identical_data">------------Idêntico------------</string>
159157
<!-- Has to be 16 chars long. The text should be centered. -->
160158
<string name="text_invalid_data">--D. Inválidos--</string>
161159
<string name="text_only_in_dump1">Sector só aparece no dump 1 (A)</string>

Mifare Classic Tool/app/src/main/res/values-ru/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@
144144
<string name="text_incr_decr_value_block">Вкл./выкл. Блок значений</string>
145145
<string name="text_increment">Увеличить</string>
146146
<string name="text_decrement">Уменьшить</string>
147-
<!-- Has to be 32 chars long. The text should be centered. -->
148-
<string name="text_identical_data">-----------Идентичный------------</string>
149147
<!-- Has to be 16 chars long. The text should be centered. -->
150148
<string name="text_invalid_data">--Недопустимые данные--</string>
151149
<string name="text_only_in_dump1">Сектор встречается только в дампе 1 (A)</string>

Mifare Classic Tool/app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@
158158
<string name="text_incr_decr_value_block">遞增/遞減數值區塊</string>
159159
<string name="text_increment">遞增</string>
160160
<string name="text_decrement">遞減</string>
161-
<!-- Has to be 32 chars long. The text should be centered. -->
162-
<string name="text_identical_data">-----------完全相同------------</string>
163161
<!-- Has to be 16 chars long. The text should be centered. -->
164162
<string name="text_invalid_data">---資料無效---</string>
165163
<string name="text_only_in_dump1">此磁區僅存在於傾印 1 (A)</string>

Mifare Classic Tool/app/src/main/res/values-zh/strings.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@
144144
<string name="text_incr_decr_value_block">增/减 值块</string>
145145
<string name="text_increment">增值</string>
146146
<string name="text_decrement">减值</string>
147-
148-
<!-- Has to be 32 chars long. The text should be centered. -->
149-
<string name="text_identical_data">-------------相同-------------</string>
150-
151147
<!-- Has to be 16 chars long. The text should be centered. -->
152148
<string name="text_invalid_data">------无效数据------</string>
153149
<string name="text_only_in_dump1">扇区只存在于转储1(A)</string>

Mifare Classic Tool/app/src/main/res/values/strings.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@
159159
<string name="text_incr_decr_value_block">Incr./Decr. Value Block</string>
160160
<string name="text_increment">Increment</string>
161161
<string name="text_decrement">Decrement</string>
162-
<!-- Has to be 32 chars long. The text should be centered. -->
163-
<string name="text_identical_data">-----------Identical------------</string>
164162
<!-- Has to be 16 chars long. The text should be centered. -->
165163
<string name="text_invalid_data">--Invalid Data--</string>
166164
<string name="text_only_in_dump1">Sector occurs only in dump 1 (A)</string>

0 commit comments

Comments
 (0)