ACE3/addons/killtracker/stringtable.xml
jonpas 6ca9d59443
Merge ACEX (#8415)
* Merge ACEX - first attempt
Backwards compatibility with XGVAR set of macros used on all settings and config entries
Public API functions not taken into account yet, many other things probably still missed

* Resolve issues

* Switch to addSetting, backward compatible CfgPatches, missed XGVAR.

* Remove unnecessary backwards compat

* Convert ACEX Categorised settings to initSettings / Fix Intel items magazine

* Apply suggestions from code review

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* Remove maintainers from merged ACEX components

* Cleanup unused module and faction classes

* Sitting - Add more object configs by @Dystopian
https://github.com/acemod/ACEX/pull/255

* Translations - Add Japanese by @classicarma
https://github.com/acemod/ACEX/pull/259

* Kill Tracker - Add killtracker.inc public include file by @Freddo3000"
https://github.com/acemod/ACEX/pull/251

* Add ACEX authors and sort authors file

* acex - final tweaks (#8513)

* acex - handle old funcs

* replace thirst/hunger setvars to acex naming

fix macro

Revert "fix macro"

This reverts commit d807e5e804c43916eaa42d34a89af94c6d9a48ad.

Revert "replace thirst/hunger setvars to acex naming"

This reverts commit bafc607884932d6e339daedc7c22e25dddbdd868.

x

Co-authored-by: TyroneMF <TyroneMF@hotmail.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2021-10-14 10:46:43 -05:00

53 lines
2.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Project name="ACE">
<Package name="KillTracker">
<Key ID="STR_ACE_KillTracker_Title">
<English>ACE Killed Events</English>
</Key>
<Key ID="STR_ACE_KillTracker_TotalKills">
<English>Total Kills:</English>
<Russian>Всего убийств:</Russian>
<Polish>Liczba zabójstw:</Polish>
<Turkish>Toplam Öldürme:</Turkish>
<Japanese>総キル:</Japanese>
</Key>
<Key ID="STR_ACE_KillTracker_Kill">
<English>Kill: %1 %2</English>
<Russian>Убил: %1 %2</Russian>
<Polish>Zabójstwo: %1 %2</Polish>
<Turkish>Öldürülen: %1 %2</Turkish>
<Japanese>キル: %1 %2</Japanese>
</Key>
<Key ID="STR_ACE_KillTracker_Killer">
<English>Killer: %1 %2</English>
<Russian>Убийца: %1 %2</Russian>
<Polish>Zabójca: %1 %2</Polish>
<Turkish>Öldüren: %1 %2</Turkish>
<Japanese>キラー: %1 %2</Japanese>
</Key>
<Key ID="STR_ACE_KillTracker_Vehicle">
<English>Vehicle: %1</English>
<Russian>Техника: %1</Russian>
<Polish>Pojazd: %1</Polish>
<Turkish>Araç :%1</Turkish>
<Japanese>車両: %1</Japanese>
</Key>
<Key ID="STR_ACE_KillTracker_FriendlyFire">
<English>Friendly Fire</English>
<Chinese>誤擊友方</Chinese>
<French>Tir fratricide</French>
<Spanish>Fuego aliado</Spanish>
<Italian>Fuoco amico</Italian>
<Polish>Ostrzał sojuszniczy</Polish>
<Russian>Дружественный огонь</Russian>
<German>Teambeschuss</German>
<Czech>Střelba do vlastních!</Czech>
<Portuguese>Fogo amigo</Portuguese>
<Korean>아군 오인사격</Korean>
<Chinesesimp>友军误射</Chinesesimp>
<Japanese>同士討ち</Japanese>
<Turkish>Dost Atışı</Turkish>
</Key>
</Package>
</Project>