3.4.0 translations and fixes

This commit is contained in:
gienkov 2015-11-27 21:50:57 +01:00
parent 7eecff4296
commit 3250245587
8 changed files with 2134 additions and 2061 deletions

View File

@ -98,18 +98,22 @@
<Key ID="STR_ACE_Cargo_LoadingItem"> <Key ID="STR_ACE_Cargo_LoadingItem">
<English>Loading Cargo</English> <English>Loading Cargo</English>
<Portuguese>Carregando carga</Portuguese> <Portuguese>Carregando carga</Portuguese>
<Polish>Ładowanie cargo</Polish>
</Key> </Key>
<Key ID="STR_ACE_Cargo_UnloadingItem"> <Key ID="STR_ACE_Cargo_UnloadingItem">
<English>Unloading Cargo</English> <English>Unloading Cargo</English>
<Portuguese>Descarregando carga</Portuguese> <Portuguese>Descarregando carga</Portuguese>
<Polish>Rozładowywanie cargo</Polish>
</Key> </Key>
<Key ID="STR_ACE_Cargo_LoadingFailed"> <Key ID="STR_ACE_Cargo_LoadingFailed">
<English>%1&lt;br/&gt;could not be loaded</English> <English>%1&lt;br/&gt;could not be loaded</English>
<Portuguese>%1&lt;br/&gt;não pode ser carregado</Portuguese> <Portuguese>%1&lt;br/&gt;não pode ser carregado</Portuguese>
<Polish>%1&lt;br/&gt;nie mógł zostać załadowany</Polish>
</Key> </Key>
<Key ID="STR_ACE_Cargo_UnloadingFailed"> <Key ID="STR_ACE_Cargo_UnloadingFailed">
<English>%1&lt;br/&gt;could not be unloaded</English> <English>%1&lt;br/&gt;could not be unloaded</English>
<Portuguese>%1&lt;br/&gt;não pode ser descarregado</Portuguese> <Portuguese>%1&lt;br/&gt;não pode ser descarregado</Portuguese>
<Polish>%1&lt;br/&gt;nie mógł zostać rozładowany</Polish>
</Key> </Key>
</Package> </Package>
</Project> </Project>

View File

@ -167,9 +167,11 @@
</Key> </Key>
<Key ID="STR_ACE_Hearing_autoAddEarplugsToUnits_DisplayName"> <Key ID="STR_ACE_Hearing_autoAddEarplugsToUnits_DisplayName">
<English>Add earplugs to units</English> <English>Add earplugs to units</English>
<Polish>Dodaj stopery dla jednostek</Polish>
</Key> </Key>
<Key ID="STR_ACE_Hearing_autoAddEarplugsToUnits_Description"> <Key ID="STR_ACE_Hearing_autoAddEarplugsToUnits_Description">
<English>Add the `ACE_EarPlugs` item to all units that have loud weapons. Can disable if using custom loadouts.</English> <English>Add the `ACE_EarPlugs` item to all units that have loud weapons. Can disable if using custom loadouts.</English>
<Polish>Dodaje `ACE_EarPlugs` - stopery - do wszystkich jednostek, które posiadają głośną broń. Można wyłaczyć w przypadku korzystania z niestandardowych loadoutów.</Polish>
</Key> </Key>
</Package> </Package>
</Project> </Project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project name="ACE"> <Project name="ACE">
<Package name="Interact_Menu"> <Package name="Interact_Menu">
<Key ID="STR_ACE_Interact_Menu_AlwaysUseCursorSelfInteraction"> <Key ID="STR_ACE_Interact_Menu_AlwaysUseCursorSelfInteraction">
@ -301,9 +301,11 @@
</Key> </Key>
<Key ID="STR_ACE_Interact_Menu_menuAnimationSpeed"> <Key ID="STR_ACE_Interact_Menu_menuAnimationSpeed">
<English>Interaction Animation Speed</English> <English>Interaction Animation Speed</English>
<Polish>Szybkość animacji interakcji</Polish>
</Key> </Key>
<Key ID="STR_ACE_Interact_Menu_menuAnimationSpeed_Description"> <Key ID="STR_ACE_Interact_Menu_menuAnimationSpeed_Description">
<English>Makes menu animations faster and decreases the time needed to hover to show sub actions</English> <English>Makes menu animations faster and decreases the time needed to hover to show sub actions</English>
<Polish>Przyśpiesza animacje menu interakcji oraz czas wymagany do pokazania podmenu</Polish>
</Key> </Key>
</Package> </Package>
</Project> </Project>

View File

@ -694,22 +694,27 @@
<Key ID="STR_ACE_Interaction_PassMagazine"> <Key ID="STR_ACE_Interaction_PassMagazine">
<English>Pass magazine</English> <English>Pass magazine</English>
<German>Magazin geben</German> <German>Magazin geben</German>
<Polish>Podaj magazynek</Polish>
</Key> </Key>
<Key ID="STR_ACE_Interaction_PassMagazinePrimary"> <Key ID="STR_ACE_Interaction_PassMagazinePrimary">
<English>Primary magazine</English> <English>Primary magazine</English>
<German>Gewehrmagazin</German> <German>Gewehrmagazin</German>
<Polish>Magazynek karabinowy</Polish>
</Key> </Key>
<Key ID="STR_ACE_Interaction_PassMagazineHandgun"> <Key ID="STR_ACE_Interaction_PassMagazineHandgun">
<English>Pistol magazine</English> <English>Pistol magazine</English>
<German>Pistolenmagazin</German> <German>Pistolenmagazin</German>
<Polish>Magazynek pistoletowy</Polish>
</Key> </Key>
<Key ID="STR_ACE_Interaction_PassMagazineHint"> <Key ID="STR_ACE_Interaction_PassMagazineHint">
<English>%1 passed you a %2 magazine.</English> <English>%1 passed you a %2 magazine.</English>
<German>%1 hat dir ein %2 Magazin gegeben.</German> <German>%1 hat dir ein %2 Magazin gegeben.</German>
<Polish>%1 podał Ci magazynek %2.</Polish>
</Key> </Key>
<Key ID="STR_ACE_Interaction_PassMagazineSetting"> <Key ID="STR_ACE_Interaction_PassMagazineSetting">
<English>Show "pass magazine" interaction</English> <English>Show "pass magazine" interaction</English>
<German>Zeige "Magazine geben" Interaktion</German> <German>Zeige "Magazine geben" Interaktion</German>
<Polish>Pokaż interakcję "podaj magazynek"</Polish>
</Key> </Key>
</Package> </Package>
</Project> </Project>

View File

@ -1,72 +1,89 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project name="ACE"> <Project name="ACE">
<Package name="Rearm"> <Package name="Rearm">
<Key ID="STR_ACE_Rearm_RearmSettings_Module_DisplayName"> <Key ID="STR_ACE_Rearm_RearmSettings_Module_DisplayName">
<English>Rearm Settings</English> <English>Rearm Settings</English>
<German>Aufmunitioniereinstellungen</German> <German>Aufmunitioniereinstellungen</German>
<Polish>Ustawienia przezbrajania</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_RearmSettings_Module_Description"> <Key ID="STR_ACE_Rearm_RearmSettings_Module_Description">
<English>This module allows you to tweak repair system settings.</English> <English>This module allows you to tweak rearm system settings.</English>
<Polish>Ten moduł pozwala dostosować ustawienia przezbrajania.</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_RearmSettings_level_DisplayName"> <Key ID="STR_ACE_Rearm_RearmSettings_level_DisplayName">
<English>Rearm Amount</English> <English>Rearm Amount</English>
<German>Aufmunitioniermenge</German> <German>Aufmunitioniermenge</German>
<Polish>Szybkość przezbrajania</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_RearmSettings_level_Description"> <Key ID="STR_ACE_Rearm_RearmSettings_level_Description">
<English>How fast should a vehicle be rearmed?</English> <English>How fast should a vehicle be rearmed?</English>
<German>Wie schnell soll ein Fahrzeug aufmunitioniert werden?</German> <German>Wie schnell soll ein Fahrzeug aufmunitioniert werden?</German>
<Polish>Jak szybko pojazd zostanie przezbrojony?</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_RearmSettings_vehicle"> <Key ID="STR_ACE_Rearm_RearmSettings_vehicle">
<English>Entire Vehicle</English> <English>Entire Vehicle</English>
<German>Gesamtes Fahrzeug</German> <German>Gesamtes Fahrzeug</German>
<Polish>Cały pojazd</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_RearmSettings_magazine"> <Key ID="STR_ACE_Rearm_RearmSettings_magazine">
<English>Entire Magazine</English> <English>Entire Magazine</English>
<German>Gesamtes Magazin</German> <German>Gesamtes Magazin</German>
<Polish>Cały magazynek</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_RearmSettings_caliber"> <Key ID="STR_ACE_Rearm_RearmSettings_caliber">
<English>Amount based on caliber</English> <English>Amount based on caliber</English>
<German>Kaliberbasierte Anzahl</German> <German>Kaliberbasierte Anzahl</German>
<Polish>Ilość zależna od kalibru</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Rearm"> <Key ID="STR_ACE_Rearm_Rearm">
<English>Rearm</English> <English>Rearm</English>
<German>Aufmunitionieren</German> <German>Aufmunitionieren</German>
<Polish>Przezbrój</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_RearmAction"> <Key ID="STR_ACE_Rearm_RearmAction">
<English>Rearming %1 with %2 ...</English> <English>Rearming %1 with %2 ...</English>
<German>Munitioniere %1 auf mit %2 ...</German> <German>Munitioniere %1 auf mit %2 ...</German>
<Polish>Przezbrajanie %1 przy pomocy %2 ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_BasicRearmAction"> <Key ID="STR_ACE_Rearm_BasicRearmAction">
<English>Rearming %1 ...</English> <English>Rearming %1 ...</English>
<German>Munitioniere %1 auf ...</German> <German>Munitioniere %1 auf ...</German>
<Polish>Przezbrajanie %1 ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_TakeAction"> <Key ID="STR_ACE_Rearm_TakeAction">
<English>Taking %1 for %2 ...</English> <English>Taking %1 for %2 ...</English>
<German>Nehme %1 für %2 ...</German> <German>Nehme %1 für %2 ...</German>
<Polish>Pobieranie %1 dla %2 ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_TakeAmmo"> <Key ID="STR_ACE_Rearm_TakeAmmo">
<English>Take ammo</English> <English>Take ammo</English>
<German>Munition nehmen</German> <German>Munition nehmen</German>
<Polish>Pobierz amunicję</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_PickUpAmmo"> <Key ID="STR_ACE_Rearm_PickUpAmmo">
<English>Pick up ammo</English> <English>Pick up ammo</English>
<German>Munition aufnehmen</German> <German>Munition aufnehmen</German>
<Polish>Podnieś amunicję</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_StoreAmmo"> <Key ID="STR_ACE_Rearm_StoreAmmo">
<English>Store ammo</English> <English>Store ammo</English>
<German>Munition verstauen</German> <German>Munition verstauen</German>
<Polish>Przechowaj amunicję</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_StoreAmmoAction"> <Key ID="STR_ACE_Rearm_StoreAmmoAction">
<English>Storing %1 in %2 ...</English> <English>Storing %1 in %2 ...</English>
<German>Verstaue %1 in %2 ...</German> <German>Verstaue %1 in %2 ...</German>
<Polish>Przechowywanie %1 w %2 ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_GrabAction"> <Key ID="STR_ACE_Rearm_GrabAction">
<English>Picking up ammo ...</English> <English>Picking up ammo ...</English>
<German>Nehme Munition ...</German> <German>Nehme Munition ...</German>
<Polish>Podnoszenie amunicji ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Hint_RearmedTriple"> <Key ID="STR_ACE_Rearm_Hint_RearmedTriple">
<English>Rearmed %1 rounds of %2 on %3</English> <English>Rearmed %1 rounds of %2 on %3</English>
<German>%1 Schuss %2 an %3 aufmunitioniert</German> <German>%1 Schuss %2 an %3 aufmunitioniert</German>
<Polish>Przezbrojono %1 pocisków %2 na %3</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_SmokeLauncherMag"> <Key ID="STR_ACE_Rearm_Mag_SmokeLauncherMag">
<Original>Smoke Screen</Original> <Original>Smoke Screen</Original>
@ -95,50 +112,62 @@
<Key ID="STR_ACE_Rearm_Mag_1000Rnd_Gatling_30mm_Plane_CAS_01_F"> <Key ID="STR_ACE_Rearm_Mag_1000Rnd_Gatling_30mm_Plane_CAS_01_F">
<English>30mm HEI</English> <English>30mm HEI</English>
<German>30mm HEI</German> <German>30mm HEI</German>
<Polish>30mm HEI</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_500Rnd_Cannon_30mm_Plane_CAS_02_F"> <Key ID="STR_ACE_Rearm_Mag_500Rnd_Cannon_30mm_Plane_CAS_02_F">
<English>30mm HEI-T</English> <English>30mm HEI-T</English>
<German>30mm HEI-T</German> <German>30mm HEI-T</German>
<Polish>30mm HEI-T</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_2Rnd_Missile_AA_04_F"> <Key ID="STR_ACE_Rearm_Mag_2Rnd_Missile_AA_04_F">
<English>AIM-9 Sidewinder</English> <English>AIM-9 Sidewinder</English>
<German>AIM-9 Sidewinder</German> <German>AIM-9 Sidewinder</German>
<Polish>AIM-9 Sidewinder</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_2Rnd_Missile_AA_03_F"> <Key ID="STR_ACE_Rearm_Mag_2Rnd_Missile_AA_03_F">
<English>Wympel R-73</English> <English>Wympel R-73</English>
<German>Wympel R-73</German> <German>Wympel R-73</German>
<Polish>Wympel R-73</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_6Rnd_Missile_AGM_02_F"> <Key ID="STR_ACE_Rearm_Mag_6Rnd_Missile_AGM_02_F">
<English>AGM-65 Maverick</English> <English>AGM-65 Maverick</English>
<German>AGM-65 Maverick</German> <German>AGM-65 Maverick</German>
<Polish>AGM-65 Maverick</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_4Rnd_Missile_AGM_01_F"> <Key ID="STR_ACE_Rearm_Mag_4Rnd_Missile_AGM_01_F">
<English>Kh-25MTP</English> <English>Kh-25MTP</English>
<German>Kh-25MTP</German> <German>Kh-25MTP</German>
<Polish>Ch-25MTP</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_7Rnd_Rocket_04_HE_F"> <Key ID="STR_ACE_Rearm_Mag_7Rnd_Rocket_04_HE_F">
<English>Hydra 70 HE</English> <English>Hydra 70 HE</English>
<German>Hydra 70 HE</German> <German>Hydra 70 HE</German>
<Polish>Hydra 70 HE</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_20Rnd_Rocket_03_HE_F"> <Key ID="STR_ACE_Rearm_Mag_20Rnd_Rocket_03_HE_F">
<English>S-8 HE</English> <English>S-8 HE</English>
<German>S-8 HE</German> <German>S-8 HE</German>
<Polish>S-8 HE</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_7Rnd_Rocket_04_AP_F"> <Key ID="STR_ACE_Rearm_Mag_7Rnd_Rocket_04_AP_F">
<English>Hydra 70 AP</English> <English>Hydra 70 AP</English>
<German>Hydra 70 AP</German> <German>Hydra 70 AP</German>
<Polish>Hydra 70 AP</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_20Rnd_Rocket_03_AP_F"> <Key ID="STR_ACE_Rearm_Mag_20Rnd_Rocket_03_AP_F">
<English>S-8 AP</English> <English>S-8 AP</English>
<German>S-8 AP</German> <German>S-8 AP</German>
<Polish>S-8 AP</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_4Rnd_Bomb_04_F"> <Key ID="STR_ACE_Rearm_Mag_4Rnd_Bomb_04_F">
<English>GBU-12</English> <English>GBU-12</English>
<German>GBU-12</German> <German>GBU-12</German>
<Polish>GBU-12</Polish>
</Key> </Key>
<Key ID="STR_ACE_Rearm_Mag_2Rnd_Bomb_03_F"> <Key ID="STR_ACE_Rearm_Mag_2Rnd_Bomb_03_F">
<English>FAB-250M-54</English> <English>FAB-250M-54</English>
<German>FAB-250M-54</German> <German>FAB-250M-54</German>
<Polish>FAB-250M-54</Polish>
</Key> </Key>
</Package> </Package>
</Project> </Project>

View File

@ -1,129 +1,160 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project name="ACE"> <Project name="ACE">
<Package name="Refuel"> <Package name="Refuel">
<Key ID="STR_ACE_Refuel_RefuelSettings_Module_DisplayName"> <Key ID="STR_ACE_Refuel_RefuelSettings_Module_DisplayName">
<English>Refuel Settings</English> <English>Refuel Settings</English>
<German>Betankungseinst.</German> <German>Betankungseinst.</German>
<Polish>Ustawienia tankowania</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_RefuelSettings_speed_DisplayName"> <Key ID="STR_ACE_Refuel_RefuelSettings_speed_DisplayName">
<English>Flow Rate</English> <English>Flow Rate</English>
<German>Fließrate</German> <German>Fließrate</German>
<Polish>Szybkość przepływu</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_RefuelSettings_speed_Description"> <Key ID="STR_ACE_Refuel_RefuelSettings_speed_Description">
<English>How fast should a vehicle be refueled?</English> <English>How fast should a vehicle be refueled?</English>
<German>Wie schnell soll ein Fahrzeug aufgetankt sein?</German> <German>Wie schnell soll ein Fahrzeug aufgetankt sein?</German>
<Polish>Jak szybko pojazd powinien zostać zatankowany?</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Refuel"> <Key ID="STR_ACE_Refuel_Refuel">
<English>Refuel</English> <English>Refuel</English>
<German>Betankung</German> <German>Betankung</German>
<Polish>Zatankuj</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_TakeNozzle"> <Key ID="STR_ACE_Refuel_TakeNozzle">
<English>Take fuel nozzle</English> <English>Take fuel nozzle</English>
<German>Zapfpistole nehmen</German> <German>Zapfpistole nehmen</German>
<Polish>Weź dyszę paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_TakeNozzleAction"> <Key ID="STR_ACE_Refuel_TakeNozzleAction">
<English>Taking fuel nozzle ...</English> <English>Taking fuel nozzle ...</English>
<German>Nehme Zapfpistole ...</German> <German>Nehme Zapfpistole ...</German>
<Polish>Pobieranie dyszy paliwa ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Connect"> <Key ID="STR_ACE_Refuel_Connect">
<English>Connect fuel nozzle</English> <English>Connect fuel nozzle</English>
<German>Zapfpistole anschließen</German> <German>Zapfpistole anschließen</German>
<Polish>Podepnij dyszę paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_ConnectAction"> <Key ID="STR_ACE_Refuel_ConnectAction">
<English>Connecting fuel nozzle ...</English> <English>Connecting fuel nozzle ...</English>
<German>Zapfpistole anschließen ...</German> <German>Zapfpistole anschließen ...</German>
<Polish>Podpinanie dyszy paliwa ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Disconnect"> <Key ID="STR_ACE_Refuel_Disconnect">
<English>Disconnect fuel nozzle</English> <English>Disconnect fuel nozzle</English>
<German>Zapfpistole entfernen</German> <German>Zapfpistole entfernen</German>
<Polish>Odepnij dyszę paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Connect_Action"> <Key ID="STR_ACE_Refuel_Connect_Action">
<English>Connect</English> <English>Connect</English>
<German>Anschließen</German> <German>Anschließen</German>
<Polish>Podłącz</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_CheckFuel"> <Key ID="STR_ACE_Refuel_CheckFuel">
<English>Check remaining fuel</English> <English>Check remaining fuel</English>
<German>Verbleibenden Kraftstoff überprüfen</German> <German>Verbleibenden Kraftstoff überprüfen</German>
<Polish>Sprawdź ilość paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_CheckFuelAction"> <Key ID="STR_ACE_Refuel_CheckFuelAction">
<English>Checking remaining fuel ...</English> <English>Checking remaining fuel ...</English>
<German>Überprüfe verbleibenden Kraftstoff ...</German> <German>Überprüfe verbleibenden Kraftstoff ...</German>
<Polish>Sprawdzanie ilości paliwa ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_RemainingFuel"> <Key ID="STR_ACE_Refuel_Hint_RemainingFuel">
<English>There are %1 liters left.</English> <English>There are %1 liters left.</English>
<German>Es sind noch %1 Liter übrig.</German> <German>Es sind noch %1 Liter übrig.</German>
<Polish>Zostało %1 litrów.</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_Empty"> <Key ID="STR_ACE_Refuel_Hint_Empty">
<English>There is no fuel left.</English> <English>There is no fuel left.</English>
<German>Es ist kein Kraftstoff übrig.</German> <German>Es ist kein Kraftstoff übrig.</German>
<Polish>Nie ma paliwa.</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Cancel"> <Key ID="STR_ACE_Refuel_Cancel">
<English>Cancel</English> <English>Cancel</English>
<German>Abbrechen</German> <German>Abbrechen</German>
<Polish>Anuluj</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Failed"> <Key ID="STR_ACE_Refuel_Failed">
<English>Failed</English> <English>Failed</English>
<German>Gescheitert</German> <German>Gescheitert</German>
<Polish>Porażka</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_TurnOff"> <Key ID="STR_ACE_Refuel_TurnOff">
<English>Stop fueling</English> <English>Stop fueling</English>
<German>Betankung stoppen</German> <German>Betankung stoppen</German>
<Polish>Zatrzymaj tankowanie</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_TurnOffAction"> <Key ID="STR_ACE_Refuel_TurnOffAction">
<English>Stopping fueling ...</English> <English>Stopping fueling ...</English>
<German>Stoppe Betankung ...</German> <German>Stoppe Betankung ...</German>
<Polish>Zatrzymywanie tankowania ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_TurnOn"> <Key ID="STR_ACE_Refuel_TurnOn">
<English>Start fueling</English> <English>Start fueling</English>
<German>Betankung beginnen</German> <German>Betankung beginnen</German>
<Polish>Rozpocznij tankowanie</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_TurnOnAction"> <Key ID="STR_ACE_Refuel_TurnOnAction">
<English>Starting fueling ...</English> <English>Starting fueling ...</English>
<German>Beginne Betankung ...</German> <German>Beginne Betankung ...</German>
<Polish>Rozpoczynanie tankowania ...</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_FuelProgress"> <Key ID="STR_ACE_Refuel_Hint_FuelProgress">
<English>%1 Liters fueled</English> <English>%1 Liters fueled</English>
<German>%1 Liters getankt</German> <German>%1 Liters getankt</German>
<Polish>Zatankowano %1 litrów</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_SourceEmpty"> <Key ID="STR_ACE_Refuel_Hint_SourceEmpty">
<English>The fuel source is empty.</English> <English>The fuel source is empty.</English>
<German>Die Treibstoffquelle ist leer.</German> <German>Die Treibstoffquelle ist leer.</German>
<Polish>Źródło paliwa jest puste.</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_TooFar"> <Key ID="STR_ACE_Refuel_Hint_TooFar">
<English>Maximum fuel hose length reached.</English> <English>Maximum fuel hose length reached.</English>
<German>Maximale Schlauchlänge erreicht.</German> <German>Maximale Schlauchlänge erreicht.</German>
<Polish>Osiągnięto maksymalną długość przewodu paliwowego.</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_Completed"> <Key ID="STR_ACE_Refuel_Hint_Completed">
<English>Fueling completed</English> <English>Fueling completed</English>
<German>Betankung abgeschlossen</German> <German>Betankung abgeschlossen</German>
<Polish>Tankowanie ukończone</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_Stopped"> <Key ID="STR_ACE_Refuel_Hint_Stopped">
<English>Fueling stopped</English> <English>Fueling stopped</English>
<German>Betankung angehalten</German> <German>Betankung angehalten</German>
<Polish>Tankowanie zatrzymane</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_Started"> <Key ID="STR_ACE_Refuel_Hint_Started">
<English>Fueling started</English> <English>Fueling started</English>
<German>Betankung begonnen</German> <German>Betankung begonnen</German>
<Polish>Tankowanie rozpoczęte</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Return"> <Key ID="STR_ACE_Refuel_Return">
<English>Return fuel nozzle</English> <English>Return fuel nozzle</English>
<German>Zapfpistole zurückstecken</German> <German>Zapfpistole zurückstecken</German>
<Polish>Zwróć dyszę paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_ReturnAction"> <Key ID="STR_ACE_Refuel_ReturnAction">
<English>Returning fuel nozzle ...</English> <English>Returning fuel nozzle ...</English>
<German>Stecke Zapfpistole zurück ...</German> <German>Stecke Zapfpistole zurück ...</German>
<Polish>Zwracanie dyszy paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_CheckFuelCounter"> <Key ID="STR_ACE_Refuel_CheckFuelCounter">
<English>Check fuel counter</English> <English>Check fuel counter</English>
<German>Tankuhr ansehen</German> <German>Tankuhr ansehen</German>
<Polish>Sprawdź miernik paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_CheckFuelCounterAction"> <Key ID="STR_ACE_Refuel_CheckFuelCounterAction">
<English>>Checking fuel counter ...</English> <English>Checking fuel counter ...</English>
<German>Betrachte Tankuhr ...</German> <German>Betrachte Tankuhr ...</German>
<Polish>Sprawdzanie miernika paliwa</Polish>
</Key> </Key>
<Key ID="STR_ACE_Refuel_Hint_FuelCounter"> <Key ID="STR_ACE_Refuel_Hint_FuelCounter">
<English>%1 liters have been fueled.</English> <English>%1 liters have been fueled.</English>
<German>%1 Liter wurden getankt.</German> <German>%1 Liter wurden getankt.</German>
<Polish>%1 litrów zostało zatankowane.</Polish>
</Key> </Key>
</Package> </Package>
</Project> </Project>