ACE3/addons/winddeflection/stringtable.xml
Grzegorz Sikora 44466e8be8 Remove tabs and repair errors @Glowbal found
Conflicts:
	addons/map/CfgVehicles.hpp
	addons/medical/CfgVehicles.hpp

Conflicts:
	addons/map/CfgVehicles.hpp
	addons/medical/CfgVehicles.hpp
	addons/optionsmenu/stringtable.xml
2015-05-12 18:27:27 +02:00

108 lines
5.4 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="WindDeflection">
<Container ID="Weather_Meter">
<Key ID="STR_ACE_WEATHER_METER_WIND_CATEGORY">
<English>Wind Information</English>
<Polish>Informacje o wietrze</Polish>
<Spanish>Información del viento</Spanish>
<Russian>Информация о ветре</Russian>
<Czech>Informace o větru</Czech>
<French>Vent</French>
<German>Windinformationen</German>
<Hungarian>Szélinformáció</Hungarian>
<Italian>Informazioni sul vento</Italian>
<Portuguese>Informação do vento</Portuguese>
</Key>
<Key ID="STR_ACE_WEATHER_METER_WIND_DIRECTION">
<English>Direction: %1</English>
<Polish>Kierunek: %1</Polish>
<Spanish>Dirección: %1</Spanish>
<Russian>Направление: %1°</Russian>
<Czech>Směr: %1</Czech>
<French>Direction %1</French>
<German>Windrichtung: %1</German>
<Hungarian>Irány: %1</Hungarian>
<Italian>Direzione: %1°</Italian>
<Portuguese>Direção: %1</Portuguese>
</Key>
<Key ID="STR_ACE_WEATHER_METER_WIND_SPEED">
<English>Speed: %1 m/s</English>
<Polish>Prędkość: %1</Polish>
<Spanish>Velocidad: %1 m/s</Spanish>
<Russian>Скорость: %1 м/с</Russian>
<Czech>Rychlost: %1 m/s</Czech>
<French>Vitesse %1 m/s</French>
<German>Geschwindigkeit: %1 m/s</German>
<Hungarian>Sebesség: %1 m/s</Hungarian>
<Italian>Velocità: %1 m/s</Italian>
<Portuguese>Velocidade: %1 m/s</Portuguese>
</Key>
<Key ID="STR_ACE_WEATHER_METER_WEATHER_CATEGORY">
<English>Weather Information</English>
<Polish>Informacje o pogodzie</Polish>
<Spanish>Información Meteorológica</Spanish>
<Russian>Информация о погоде</Russian>
<Czech>Informace o počasí</Czech>
<French>Météo</French>
<German>Wetterinformationen</German>
<Hungarian>Időjárás-Információ</Hungarian>
<Italian>Meteo</Italian>
<Portuguese>Informação Meteorológica</Portuguese>
</Key>
<Key ID="STR_ACE_WEATHER_METER_WEATHER_HUMIDITY">
<English>Humidity: %1%</English>
<Polish>Wilgotność: %1</Polish>
<Spanish>Humedad: %1%</Spanish>
<Russian>Влажность: %1%</Russian>
<Czech>Vlhkost: %1%</Czech>
<French>Humidité: %1%</French>
<German>Luftfeuchtigkeit: %1</German>
<Hungarian>Páratartalom: %1%</Hungarian>
<Italian>Umidità: %1%</Italian>
<Portuguese>Humidade: %1%</Portuguese>
</Key>
<Key ID="STR_ACE_Weather_windDeflection_DisplayName">
<English>Wind Deflection</English>
<Polish>Wpływ wiatru</Polish>
</Key>
<Key ID="STR_ACE_Weather_deflectionModule_DisplayName">
<English>Wind Deflection</English>
<Polish>Wpływ wiatru</Polish>
</Key>
<Key ID="STR_ACE_Weather_deflectionModule_Description">
<English>Enables wind deflection</English>
<Polish>Aktywuje wpływ wiatru na trajektorię lotu pocisków</Polish>
</Key>
<Key ID="STR_ACE_Weather_vehicleEnabled_DisplayName">
<English>Vehicle Enabled</English>
<Polish>Włączone dla pojazdów</Polish>
</Key>
<Key ID="STR_ACE_Weather_vehicleEnabled_Description">
<English>Enables wind deflection for static/vehicle gunners</English>
<Polish>Aktywuje wpływ wiatru na trajektorię lotu pocisków dla broni statycznej i na pojazdach</Polish>
</Key>
<Key ID="STR_ACE_Weather_simulationInterval_DisplayName">
<English>Simulation Interval</English>
<Polish>Interwał symulacji</Polish>
</Key>
<Key ID="STR_ACE_Weather_simulationInterval_Description">
<English>Defines the interval between every calculation step</English>
<Polish>Określa interwał pomiędzy każdym krokiem kalkulacji</Polish>
</Key>
<Key ID="STR_ACE_Weather_simulationRadius_DisplayName">
<English>Simulation Radius</English>
<Polish>Zasięg symulacji</Polish>
</Key>
<Key ID="STR_ACE_Weather_simulationRadius_Description">
<English>Defines the radius around the player (in meters) at which projectiles are wind deflected</English>
<Polish>Określa obszar naokoło gracza (w metrach), na którym pociski są znoszone przez wiatr</Polish>
</Key>
<Key ID="STR_ACE_Weather_windDeflection_Description">
<English>Wind influence on projectiles trajectory</English>
<Polish>Wpływ wiatru na trajektorię lotu pocisków</Polish>
</Key>
</Container>
</Package>
</Project>