mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
General - Fix missing strings (#8506)
* fix missing strings * Add API String Co-Authored-By: GhostIsSpooky <69561145+Salluci@users.noreply.github.com> * fix copy Co-authored-by: GhostIsSpooky <69561145+Salluci@users.noreply.github.com>
This commit is contained in:
parent
82f705b5a1
commit
fa99cfaa09
@ -3276,6 +3276,23 @@
|
||||
<Chinesesimp>12.7 mm AMAX 比赛专用弹</Chinesesimp>
|
||||
<Turkish>12.7 mm</Turkish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Ballistics_127x99_API_Mag_NameShort">
|
||||
<English>12.7mm API</English>
|
||||
<French>12,7mm API</French>
|
||||
<Spanish>12.7mm API</Spanish>
|
||||
<Polish>12,7mm API</Polish>
|
||||
<Italian>12.7mm API</Italian>
|
||||
<Russian>12.7 мм бронебойно-зажигательные</Russian>
|
||||
<German>12,7mm API</German>
|
||||
<Czech>12.7mm API</Czech>
|
||||
<Portuguese>12.7mm API</Portuguese>
|
||||
<Hungarian>12,7mm páncéltörő-gyújtó</Hungarian>
|
||||
<Japanese>12.7mm 焼夷徹甲弾</Japanese>
|
||||
<Korean>12.7mm 철갑소이탄</Korean>
|
||||
<Chinese>12.7毫米 穿甲燃燒彈</Chinese>
|
||||
<Chinesesimp>12.7mm 穿甲燃烧弹</Chinesesimp>
|
||||
<Turkish>12.7mm API</Turkish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Ballistics_AmmoSupplyCrate_DisplayName">
|
||||
<English>[ACE] Ammo Supply Crate</English>
|
||||
<Polish>[ACE] Skrzynka z amunicją</Polish>
|
||||
|
@ -74,7 +74,7 @@ private _category = format ["ACE %1", localize LSTRING(DisplayName)];
|
||||
|
||||
[
|
||||
QGVAR(simplifedZeroing), "CHECKBOX",
|
||||
[LSTRING(simplifedZeroing_displayName), LSTRING(simplifedZeroing_description)],
|
||||
[LSTRING(simplifiedZeroing_displayName), LSTRING(simplifiedZeroing_description)],
|
||||
_category,
|
||||
false,
|
||||
1
|
||||
|
Loading…
Reference in New Issue
Block a user