Version für alte Androidversionen der Visiereinstellung für Recurvebogen.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

strings.xml 8.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">RBS (Recurve Bow Sight)</string>
  4. <string name="title_rbs_main_activity">RBS Sight Setting Calculation</string>
  5. <string name="title_activity_main_configuration">RBS Riser/Sight/Equipment Configuration</string>
  6. <string name="title_activity_riser_configuration">RBS Riser Configuration</string>
  7. <string name="title_activity_sight_configuration">RBS Sight Configuration</string>
  8. <string name="title_activity_archery_setup_configuration">RBS Archery Setup Configuration</string>
  9. <!-- -->
  10. <string name="viewParams">Parameters</string>
  11. <string name="viewResults">Ballistic Trajectory</string>
  12. <string name="viewSight">Sight Setting</string>
  13. <!-- -->
  14. <string name="titleBowAndArrowParams">Bow and Arrow Parameters</string>
  15. <string name="arrowDiameterLbl">Arrow Diameter [mm]</string>
  16. <string name="arrowCwLbl">Cd-Value of Arrow</string>
  17. <string name="arrowV0Lbl">Arrow initial velocity V0 [m/s]</string>
  18. <string name="bowPulloutLbl">Bow Pullout [cm]</string>
  19. <string name="arrowWeightLbl">Arrow Weight [g]</string>
  20. <string name="bowParamsLbl">hNA / Nock Raising /\nBrace Height [mm]</string>
  21. <!-- -->
  22. <string name="titleAtmosphericalParams">Atmospherical Parameters</string>
  23. <string name="airTemperatureLbl">Air Temperatur [°Celsius]</string>
  24. <string name="airRelativeHumidityLbl">Rel. Air Humidity [%]</string>
  25. <!-- -->
  26. <string name="titleShootingParams">Shooting Parameters</string>
  27. <string name="shootingDistanzLbl">Shooting Distanz [m]</string>
  28. <string name="arrowNockHeightLbl">Height Arrow Nock [m]</string>
  29. <string name="targetCenterHeightLbl">Height Target Center [m]</string>
  30. <!-- -->
  31. <string name="titleCalculationParams">Calculation Parameters</string>
  32. <string name="deltaTimeLbl">Time Intervall Calculation [sec]</string>
  33. <string name="calcPrecisionLbl">Calculation Accuracy [%]</string>
  34. <!-- -->
  35. <string name="titleSightConfig">Sight Setting</string>
  36. <string name="scRiserLbl">Riser</string>
  37. <string name="scVvisHLbl">VvisH [mm]</string>
  38. <string name="scVvisVLbl">VvisV [mm]</string>
  39. <string name="scSightLbl">Sight</string>
  40. <string name="scHeVSLbl">Horz. Sight Sliding Carriage [mm]</string>
  41. <string name="scaVLbl">aV [mm] / aH [mm]</string>
  42. <string name="scVertScaleRngLbl">Vert. Scale Range [mm]</string>
  43. <string name="scVertScaleRngMinLbl">Vert. Scale Range Min. [mm]</string>
  44. <string name="scVertScaleRngMaxLbl">Vert. Scale Range Max. [mm]</string>
  45. <string name="scVertSkalaMiddleLbl">Vert. Scale Middle Setting M [mm]</string>
  46. <string name="scEvSLbl">EvS [mm]</string>
  47. <!-- -->
  48. <string name="menuAbout">About RBS&#8230;</string>
  49. <string name="menuUserGuide">User Guide</string>
  50. <!-- -->
  51. <string name="menuChooseEquipment">Choose Equipment</string>
  52. <string name="menuAddEquipment">Add Equipment</string>
  53. <string name="menuDoCalculation">Calculate</string>
  54. <string name="menuMoreItems">More&#8230;</string>
  55. <!-- -->
  56. <string name="caption_Ok">OK</string>
  57. <string name="caption_Cancel">Cancel</string>
  58. <string name="caption_NoSelection">No selection&#8230;</string>
  59. <string name="caption_FillAllMandatoryFields">To start the calculation all parameter fields must be filled.</string>
  60. <string name="caption_Cfg_FillAllMandatoryFields">Please fill in all parameter fields.</string>
  61. <string name="caption_Calculating">Calculating&#8230;</string>
  62. <string name="caption_New">New</string>
  63. <string name="caption_Save">Save</string>
  64. <string name="caption_Delete">Delete</string>
  65. <string name="caption_Close">Close</string>
  66. <string name="caption_Cfg_DeleteNotPossible">Unable to delete. Most probably the item is referenced by an other entity.</string>
  67. <string name="caption_Cfg_ArcherySetup_SaveNotPossible">Unable to save. This combination of sight und riser is already stored.</string>
  68. <string name="caption_MainCfg_Riser_MainText">Riser</string>
  69. <string name="caption_MainCfg_Riser_SubText">Tab to edit, delete or insert a riser</string>
  70. <string name="caption_MainCfg_Sight_MainText">Sight</string>
  71. <string name="caption_MainCfg_Sight_SubText">Tab to edit, delete or insert a sight</string>
  72. <string name="caption_MainCfg_ArcerySetup_MainText">Equipment</string>
  73. <string name="caption_MainCfg_ArcerySetup_SubText">Tab to edit, delete or insert a equipment setup</string>
  74. <string name="caption_ConfirmDelete">Confirm Deletion</string>
  75. <string name="caption_DeleteMsg">Are you sure you want delete \'%s\'?</string>
  76. <string name="caption_Userguide_New">Creates a empty, new configuration</string>
  77. <string name="caption_Userguide_Save">Saves a new or edited configuration</string>
  78. <string name="caption_Userguide_Delete">Deletes a configuration after confirmation</string>
  79. <!-- -->
  80. <string name="fcChart_StartAngle">Elevation Angle:\n</string>
  81. <string name="fcChart_MaxHeight">Max. Height of Trajectory:\n</string>
  82. <string name="fcChart_FlightDuration">Flight Duration:\n</string>
  83. <string name="fcChart_Title">Ballistic Trajectory</string>
  84. <string name="fcChart_TitleLable">Trajectory</string>
  85. <string name="fcChart_TitleXAxis">Distance [m]</string>
  86. <string name="fcChart_TitleYAxis">Height [m]</string>
  87. <!-- -->
  88. <string name="rcTitleRiserConfig">Riser Configuration</string>
  89. <string name="rcRiserLbl">Riser</string>
  90. <string name="rcManufacturerLbl">Manufacturer</string>
  91. <string name="rcModel">Model</string>
  92. <string name="rcSizeLbl">Size</string>
  93. <string name="rcVvisHLbl">VvisH [mm]</string>
  94. <string name="rcVvisVLbl">VvisV [mm]</string>
  95. <string name="scTitleSightConfig">Sight Configuration</string>
  96. <string name="scManufacturerLbl">Manufacturer</string>
  97. <string name="scModel">Model</string>
  98. <string name="asLabel">Label</string>
  99. <string name="ashNA">hNA [mm]</string>
  100. <string name="asNockRaising">Nock Raising [mm]</string>
  101. <string name="asBraceHeight">Brace Height [mm]</string>
  102. <string name="asTitleArcherySetupConfig">Archery Setup Configuration</string>
  103. <string name="asArcherySetupLbl">Archery Setup</string>
  104. <!-- -->
  105. <string name="about_Description">RBS RecurveBowSight allows you to calculate the sights vertical setting of a recurve bow according to several parameters</string>
  106. <string name="AppVersionLabel">Version:</string>
  107. <string name="about_DevelopedBy">Developed by spherIC (F. Smilari)\nMail to:
  108. merlin868@hotmail.com\n\nTranslated by spherIC (F. Smilari)</string>
  109. <!-- -->
  110. <string name="ug_UserguideParams_Add1">
  111. The single points of the ballistic trajectory are calculated with this time interval to eachn other. A lower value will result in a more accurate ballistic trajectory but also slows down the calculation time.
  112. </string>
  113. <string name="ug_UserguideParams_Add2">
  114. This value determines the calculation precision of the difference between bow and target. A lower value will result in a more accurate ballistic trajectory but also slows down the calculation time.
  115. </string>
  116. <!-- -->
  117. <string name="ug_UserguideRiserParams_Add1">
  118. This value is negative if the sight mount screw holes are closer to the bow string than the button screw holes, otherwise positive.
  119. </string>
  120. <string name="ug_UserguideRiserParams_Add2">
  121. Button screw holes
  122. </string>
  123. <string name="ug_UserguideRiserParams_Add3">
  124. Sight mount screw holes
  125. </string>
  126. <!-- -->
  127. <string name="ug_UserguideSightParams_Add1">
  128. This value is negative if the fixing screw is closer to the bow string than the sight mount screw holes, otherwise positive.
  129. </string>
  130. <string name="ug_UserguideSightParams_Add2">
  131. Settable distances from the fixing screw to the pin, comma separated.
  132. </string>
  133. <!-- -->
  134. <string name="ug_UserguideASParams_Add1">%1$s:\nChoose an equipment to edit</string>
  135. <string name="ug_UserguideASParams_Add2">%1$s:\nThe label of the eqipment. Type a name if you are configuring a new one</string>
  136. <string name="ug_UserguideASParams_Add3">%1$s:\nSelect a riser from the list of available risers</string>
  137. <string name="ug_UserguideASParams_Add4">%1$s:\nSelect a sight from the list of available sights</string>
  138. <string name="ug_UserguideASParams_Add5">%1$s, %2$s:\nDefault values for calculation</string>
  139. <string name="ug_UserguideASParams_Add6">%1$s:\nValue of the vertical sight scale where it is fixed according to the middle axis of the horizontal sliding carriage (see also sight user guide)</string>
  140. <string name="ug_UserguideASParams_Add7">%1$s:\nDefault value of the horizontal setting of the sight</string>
  141. </resources>