Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate JAM module name into Polish #987

Merged
merged 1 commit into from
Sep 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion addons/jam/stringtable.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project name="CBA_A3">
<Package name="JAM">
<Key ID="STR_CBA_JR_Component">
<English>Community Base Addons - Joint Ammo Magazines</English>
<German>Community Base Addons - Gemeinsame Munition und Magazine</German>
<Polish>Community Base Addons - Wspólna Amunicja oraz Magazynki</Polish>
</Key>
</Package>
</Project>
4 changes: 2 additions & 2 deletions addons/jr/stringtable.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project name="CBA_A3">
<Package name="JR">
<Key ID="STR_CBA_JR_Component">
Expand All @@ -8,7 +8,7 @@
<Chinese>社群基礎模組 - 共用導軌</Chinese>
<Chinesesimp>社群基础模组 - 共用导轨</Chinesesimp>
<Russian>Community Base Addons - Система Joint Rails</Russian>
<Polish>Community Base Addons - System Joint Rails</Polish>
<Polish>Community Base Addons - Wspólne Szyny Montażowe</Polish>
<French>Community Base Addons - Rails d'accessoires</French>
</Key>
<Key ID="STR_CBA_JR_cfgweapons_muzzle_snds_h_mg">
Expand Down