Update Polish translation: 'zoom' translate

This commit is contained in:
khanhduytran0 2020-07-30 15:24:40 +07:00
parent ed6efd7f9f
commit ee333d89c0
2 changed files with 5 additions and 6 deletions

View File

@ -1023,9 +1023,13 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
set.getKey().remove("Cipher.RSA"); set.getKey().remove("Cipher.RSA");
for (Provider.Service s : rsaPkcs1Map.values()) { for (Provider.Service s : rsaPkcs1Map.values()) {
set.getKey().put(s.getType(), s.getClassName());
/*
set.getKey().put("Cipher.RSA algorithm", s.getAlgorithm()); set.getKey().put("Cipher.RSA algorithm", s.getAlgorithm());
set.getKey().put("Cipher.RSA className", s.getClassName()); set.getKey().put("Cipher.RSA className", s.getClassName());
set.getKey().put("Cipher.RSA type", s.getType()); set.getKey().put("Cipher.RSA type", s.getType());
*/
} }
} }
} else { } else {

View File

@ -155,16 +155,11 @@
<string name="control_keyboard">Klawiatura</string> <string name="control_keyboard">Klawiatura</string>
<string name="control_chat">Czat</string> <string name="control_chat">Czat</string>
<string name="control_debug">Debug</string> <string name="control_debug">Debug</string>
<string name="control_zoom">Zoom (C)</string> <string name="control_zoom">Powiększenie (C)</string>
<string name="control_primary">Pri</string> <string name="control_primary">Pri</string>
<string name="control_secondary">Sec</string> <string name="control_secondary">Sec</string>
<string name="control_shift"></string> <string name="control_shift"></string>
<string name="control_inventory">Inv</string> <string name="control_inventory">Inv</string>
<string name="control_up"></string>
<string name="control_left"></string>
<string name="control_right"></string>
<string name="control_down"></string>
<string name="control_jump"></string>
<string name="control_thirdperson">3rd</string> <string name="control_thirdperson">3rd</string>
<string name="control_listplayers">Tab</string> <string name="control_listplayers">Tab</string>
<string name="control_mouse">Mysz</string> <string name="control_mouse">Mysz</string>