Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

strings.xml 1.6KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">Recurve Bow Sight </string>
  4. <string name="title_rbs_main_activity">Recurve Bow Sight</string>
  5. <string name="title_activity_riser_sight_configuration">Riser-Sight Configuration</string>
  6. <string name="menu_settings">Menu</string>
  7. <string name="action_settings">Settings</string>
  8. <string name="viewParams">Parameters</string>
  9. <string name="viewResults">Results</string>
  10. <string name="viewSight">Sight</string>
  11. <string name="titleBowAndArrowParams">Bow and Arrow Parameters</string>
  12. <string name="arrowDiameterLbl">Arrow Diameter [mm]</string>
  13. <string name="arrowCwLbl">Cw-Value of Arrow</string>
  14. <string name="arrowV0Lbl">Arrow initial velocity V0 [m/s]</string>
  15. <string name="bowPulloutLbl">Bow Pullout [cm]</string>
  16. <string name="arrowWeightLbl">Arrow Weight [g]</string>
  17. <string name="titleAtmosphericalParams">Atmospherical Parameters</string>
  18. <string name="airTemperatureLbl">Air Temperatur [°Celsius]</string>
  19. <string name="airRelativeHumidityLbl">Rel. Air Humidity [%]</string>
  20. <string name="titleShootingParams">Shooting Parameters</string>
  21. <string name="shootingDistanzLbl">Shooting Distanz [m]</string>
  22. <string name="arrowNockHeightLbl">Height Arrow Nock [m]</string>
  23. <string name="targetCenterHeightLbl">Height Target Center [m]</string>
  24. <string name="titleCalculationParams">Calculation Parameters</string>
  25. <string name="deltaTimeLbl">Time Intervall Calculation [sec]</string>
  26. <string name="calcPrecisionLbl">Calculation Accuracy [%]</string>
  27. </resources>