mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added German translation for a couple of things,
This commit is contained in:
parent
ccc326b81f
commit
16b2311376
File diff suppressed because it is too large
Load Diff
@ -1,24 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2015-03-24 -->
|
||||
<!-- Edited with tabler - 2015-04-10 -->
|
||||
<Project name="ACE">
|
||||
<Package name="microdagr">
|
||||
<Key ID="STR_ACE_microdagr_itemName">
|
||||
<English>MicroDAGR GPS</English>
|
||||
<German>MicroDAGR GPS</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_itemDescription">
|
||||
<English>MicroDAGR advanced GPS receiver</English>
|
||||
<German>MicroDAGR Verbesserter GPS Empfänger</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_settingUseMils">
|
||||
<English>Angular Unit:</English>
|
||||
<German>Winkeleinheit:</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_settingMils">
|
||||
<English>Mils</English>
|
||||
<German>Mils</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_settingShowWP">
|
||||
<English>Show Waypoints On Map:</English>
|
||||
<German>Zeige Wegpunkte auf Karte</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_settingDegrees">
|
||||
<English>Degrees</English>
|
||||
<German>Grad</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_settingOn">
|
||||
<English>On</English>
|
||||
@ -44,6 +50,7 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_wpEnterCords">
|
||||
<English>Enter Grid Cords:</English>
|
||||
<German>Gitter Koordinaten eingeben:</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_wpEnterName">
|
||||
<English>Name of [%1]</English>
|
||||
@ -60,9 +67,11 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_compasDirection">
|
||||
<English>Compass Direction</English>
|
||||
<German>Kompass Richtung</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_menuMark">
|
||||
<English>Mark</English>
|
||||
<German>Markieren</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_menuWaypoints">
|
||||
<English>Waypoints</English>
|
||||
@ -70,6 +79,7 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_menuConnectTo">
|
||||
<English>Connect To</English>
|
||||
<German>Verbinde zu</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_menuSettings">
|
||||
<English>Settings</English>
|
||||
@ -78,9 +88,11 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_waypointsSet">
|
||||
<English>SetWP</English>
|
||||
<German>WP setzen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_waypointsAdd">
|
||||
<English>Add</English>
|
||||
<German>Hinzufügen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_waypointsDelete">
|
||||
<English>Delete</English>
|
||||
@ -95,15 +107,19 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_toggleUnit">
|
||||
<English>Toggle MicroDAGR Display Mode</English>
|
||||
<German>MicoDAGR Anzeigemodus wählen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_show">
|
||||
<English>Show MicoDAGR</English>
|
||||
<German>Zeige MicroDAGR</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_configure">
|
||||
<English>Configure MicroDAGR</English>
|
||||
<German>Konfiguriere MicroDAGR</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_microdagr_closeUnit">
|
||||
<English>Close MicroDAGR</English>
|
||||
<German>Schließe MicroDAGR</German>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2015-02-13 -->
|
||||
<!-- Edited with tabler - 2015-04-10 -->
|
||||
<Project name="ACE">
|
||||
<Package name="NameTags">
|
||||
<Key ID="STR_ACE_NameTags_ShowNames">
|
||||
@ -68,6 +68,7 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_NameTags_ShowNamesForAI">
|
||||
<English>Show name tags for AI units</English>
|
||||
<German>Zeige Namen für KI Einheiten</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_NameTags_ShowSoundWaves">
|
||||
<English>Show SoundWaves (requires player names)</English>
|
||||
@ -76,6 +77,7 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_NameTags_DefaultNametagColor">
|
||||
<English>Default Nametag Color (Non Group Members)</English>
|
||||
<German>Standard Namenfarbe (Nicht Gruppenmitglieder)</German>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2015-01-23 -->
|
||||
<!-- Edited with tabler - 2015-04-10 -->
|
||||
<Project name="ACE">
|
||||
<Package name="OptionsMenu">
|
||||
<Key ID="STR_ACE_OptionsMenu_OpenConfigMenu">
|
||||
@ -41,6 +41,7 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_OptionsMenu_TabValues">
|
||||
<English>Values</English>
|
||||
<German>Werte</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_OptionsMenu_Enabled">
|
||||
<English>Yes</English>
|
||||
@ -75,9 +76,11 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_OptionsMenu_Export">
|
||||
<English>Export</English>
|
||||
<German>Exportieren</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_OptionsMenu_OpenExport">
|
||||
<English>Open Export Menu</English>
|
||||
<German>Öffne Exportier Menü</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_OptionsMenu_stringType">
|
||||
<English>String input.</English>
|
||||
@ -93,6 +96,7 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_OptionsMenu_SaveInput">
|
||||
<English>Save input</English>
|
||||
<German>Speichere Eingabe</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_OptionsMenu_inClientSettings">
|
||||
<English>Include Client Settings</English>
|
||||
|
@ -1,12 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2014-09-09 -->
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2015-04-10 -->
|
||||
<Project name="ACE">
|
||||
<Package name="Reload">
|
||||
<Key ID="STR_ACE_reload_SettingDisplayTextName">
|
||||
<English>Check ammo on weapon reload</English>
|
||||
<German>Munition beim Nachladen prüfen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_reload_SettingDisplayTextDesc">
|
||||
<English>Check the ammo in your new magazine on magazine reload.</English>
|
||||
<German>Munition im neuen Magazin beim Magazinfüllen prüfen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Reload_checkAmmo">
|
||||
<English>Check Ammo</English>
|
||||
@ -34,9 +36,11 @@
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Reload_LinkBelt">
|
||||
<English>Link belt</English>
|
||||
<German>Gurt anhängen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Reload_LinkingBelt">
|
||||
<English>Linking belt...</English>
|
||||
<German>Gurt anhängen...</German>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
||||
</Project>
|
@ -1,32 +1,38 @@
|
||||
<?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>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_WEATHER_METER_WIND_DIRECTION">
|
||||
<English>Direction: %1</English>
|
||||
<Polish>Kierunek: %1</Polish>
|
||||
<Spanish>Dirección: %1</Spanish>
|
||||
</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>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_WEATHER_METER_WEATHER_CATEGORY">
|
||||
<English>Weather Information</English>
|
||||
<Polish>Informacje o pogodzie</Polish>
|
||||
<Spanish>Información Meteorológica</Spanish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_WEATHER_METER_WEATHER_HUMIDITY">
|
||||
<English>Humidity: %1%</English>
|
||||
<Polish>Wilgotność: %1</Polish>
|
||||
<Spanish>Humedad: %1%</Spanish>
|
||||
</Key>
|
||||
</Container>
|
||||
</Package>
|
||||
</Project>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2015-04-10 -->
|
||||
<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>
|
||||
<German>Windinformationen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_WEATHER_METER_WIND_DIRECTION">
|
||||
<English>Direction: %1</English>
|
||||
<Polish>Kierunek: %1</Polish>
|
||||
<Spanish>Dirección: %1</Spanish>
|
||||
<German>Richtung: %1</German>
|
||||
</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>
|
||||
<German>Geschwindigkeit: %1m/s</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_WEATHER_METER_WEATHER_CATEGORY">
|
||||
<English>Weather Information</English>
|
||||
<Polish>Informacje o pogodzie</Polish>
|
||||
<Spanish>Información Meteorológica</Spanish>
|
||||
<German>Wetterinformationen</German>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_WEATHER_METER_WEATHER_HUMIDITY">
|
||||
<English>Humidity: %1%</English>
|
||||
<Polish>Wilgotność: %1</Polish>
|
||||
<Spanish>Humedad: %1%</Spanish>
|
||||
<German>Feuchtigkeit: %1%</German>
|
||||
</Key>
|
||||
</Container>
|
||||
</Package>
|
||||
</Project>
|
Loading…
Reference in New Issue
Block a user