mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 07:05:40 -04:00
Update Polish translation: 'zoom' translate
This commit is contained in:
parent
ed6efd7f9f
commit
ee333d89c0
@ -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 {
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user