android:id="@+id/main_open"\r
android:layout_width="wrap_content"\r
android:layout_height="wrap_content"\r
- android:text="View ork file" />\r
+ android:text="@string/openfilelabel" />\r
\r
<Button\r
android:id="@+id/main_browse"\r
android:layout_width="wrap_content"\r
android:layout_height="wrap_content"\r
- android:text="View motors" />\r
+ android:text="@string/viewmotorslabel" />\r
</LinearLayout>\r
</LinearLayout>\r
\r
android:layout_height="wrap_content"\r
android:layout_weight="1"\r
android:gravity="center_horizontal" >\r
-\r
+\r\r\r
<Button\r
android:id="@+id/main_open"\r
android:layout_width="wrap_content"\r
android:layout_height="wrap_content"\r
- android:text="View ork file" />\r
-\r
+ android:text="@string/openfilelabel" />\r
+\r\r
<Button\r
android:id="@+id/main_browse"\r
android:layout_width="wrap_content"\r
android:layout_height="wrap_content"\r
- android:text="View motors" />\r
+ android:text="@string/viewmotorslabel" />\r
+\r
</LinearLayout>\r
\r
</LinearLayout>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" >
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
<TableLayout
android:id="@+id/motorDetailForm"
<TextView
android:paddingRight="10dp"
- android:text="Manufacturer" />
+ android:text="@string/motor_manufacturer" />
<EditText
android:id="@+id/motorDetailsManufacturer"
<TextView
android:paddingRight="10dp"
- android:text="Name" />
+ android:text="@string/motor_commonname" />
<EditText
android:id="@+id/motorDetailsName"
<TextView
android:paddingRight="10dp"
- android:text="Delays" />
+ android:text="@string/motor_delays" />
<EditText
android:id="@+id/motorDetailsDelays"
<TextView
android:paddingRight="10dp"
- android:text="Case Info" />
+ android:text="@string/motor_caseinfo" />
<EditText
android:id="@+id/motorDetailsCaseInfo"
<TextView
android:paddingRight="10dp"
- android:text="Impulse Class" />
+ android:text="@string/motor_impulseclass" />
<EditText
android:id="@+id/motorDetailsImpuseClass"
<TextView
android:paddingRight="10dp"
- android:text="Diameter" />
+ android:text="@string/motor_diameter" />
<EditText
android:id="@+id/motorDetailsDiameter"
<TextView
android:paddingRight="10dp"
- android:text="Length" />
+ android:text="@string/motor_length" />
<EditText
android:id="@+id/motorDetailsLength"
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:orientation="vertical" >\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="Designer" />\r
+ android:text="@string/rocket_designer" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:text="" />\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="Length" />\r
+ android:text="@string/rocket_length" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:text="" />\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="Empty Mass" />\r
+ android:text="@string/rocket_emptymass" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:text="" />\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="Stage Count" />\r
+ android:text="@string/rocket_stagecount" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:prompt="@string/overviewConfigurationSpinnerPrompt" />\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="Lift off weight" />\r
+ android:text="@string/rocket_liftoffweight" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:text="" />\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="CG" />\r
+ android:text="@string/rocket_cg" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:text="" />\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="CP" />\r
+ android:text="@string/rocket_cp" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
android:text="" />\r
-\r
+\r\r
<TextView\r
style="@style/labelTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="wrap_content"\r
- android:text="Stability margin" />\r
+ android:text="@string/rocket_stabilitymargin" />\r
\r
<TextView\r
style="@style/valueTextStyle"\r
android:layout_width="match_parent"\r
android:layout_height="match_parent"\r
android:orientation="vertical" >\r
- \r
- <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"/>\r
+\r
+ <TextView\r
+ android:layout_width="wrap_content"\r
+ android:layout_height="wrap_content" />\r
+\r
<LinearLayout\r
- android:layout_width="match_parent"\r
- android:id="@+id/sidepane"\r
- android:layout_height="match_parent"\r
- android:orientation="vertical" />\r
+ android:id="@+id/sidepane"\r
+ android:layout_width="match_parent"\r
+ android:layout_height="match_parent"\r
+ android:orientation="vertical" />\r
+\r
</LinearLayout>
\ No newline at end of file
<TextView
android:id="@+id/textView1"
- android:text="@string/TCMotorSearchFormManufacturer" />
+ android:text="@string/motor_manufacturer" />
<Spinner
android:id="@+id/TCMotorSearchFormManufacturerField"
<TableRow>
<TextView
- android:id="@+id/textView1"
- android:text="@string/TCMotorSearchFormImpulse" />
+ android:text="@string/motor_impulseclass" />
<Spinner
android:id="@+id/TCMotorSearchFormImpulseField"
<TableRow>
<TextView
- android:id="@+id/textView1"
- android:text="@string/TCMotorSearchFormCommonName" />
+ android:text="@string/motor_commonname" />
<EditText
android:id="@+id/TCMotorSearchFormCommonNameField"
<TableRow>
<TextView
- android:id="@+id/textView1"
- android:text="@string/TCMotorSearchFormDiameter" />
+ android:text="@string/motor_diameter" />
<Spinner
android:id="@+id/TCMotorSearchFormDiameterField"
<item
android:id="@+id/download_from_thrustcurve_menu_option"
- android:title="Download from ThrustCurve"/>
+ android:title="@string/Download"/>
<item
android:id="@+id/preference_menu_option"
android:icon="@drawable/ic_menu_preferences"
\r
<item\r
android:id="@+id/motor_list_menu_option"\r
- android:title="Motor List"\r
+ android:title="@string/viewmotorslabel"\r
android:icon="@drawable/ic_motorbrowser"\r
android:showAsAction="always"/>\r
<item\r
<item
android:id="@+id/simulation_select_series_menu_option"
- android:title="Select Series"/>
+ android:title="@string/select_series"/>
<item
android:id="@+id/simulation_select_events_menu_option"
- android:title="View Event"/>
+ android:title="@string/view_events"/>
</menu>
\ No newline at end of file
<resources>\r
\r
<string name="PreferenceMotorBrowserGroupingOption">PreferenceMotorBrowserGroupingOption</string>\r
-\r
<string name="PreferenceUseInternalFileBrowserOption">PreferenceUseInternalFileBrowserOpion</string>\r
<string name="PreferenceFileBrowserBaseDirectory">PreferenceFileBrowserBaseDirectory</string>\r
<string name="PreferenceShowOnlyOrkFiles">PreferenceShowOnlyOrkFiles</string>\r
- \r
+\r
<string-array name="PreferenceMotorBrowserGroupingValues">\r
<item>0</item>\r
<item>1</item>\r
<item>mi</item>\r
<item>nmi</item>\r
</string-array>\r
+ <string-array name="TCMotorSearchManufacturerList">\r
+ <item></item>\r
+ <item>AeroTech</item>\r
+ <item>Alpha Hybrids</item>\r
+ <item>Animal Motor Works</item>\r
+ <item>Apogee Components</item>\r
+ <item>Cesaroni Technology</item>\r
+ <item>Contrail Rockets</item>\r
+ <item>Ellis Mountain</item>\r
+ <item>Estes Industries</item>\r
+ <item>Gorilla Rocket Motors</item>\r
+ <item>Hypertek</item>\r
+ <item>Kosdon by AeroTech</item>\r
+ <item>Kosdon TRM</item>\r
+ <item>Loki Research</item>\r
+ <item>Propulsion Polymers</item>\r
+ <item>Public Missiles, Ltd.</item>\r
+ <item>Quest Aerospace</item>\r
+ <item>R.A.T.T. Works</item>\r
+ <item>Roadrunner Rocketry</item>\r
+ <item>Rocketvision Flight-Star</item>\r
+ <item>Sky Ripper Systems</item>\r
+ <item>West Coast Hybrids</item>\r
+ </string-array>\r
+ <string-array name="TCMotorSearchImpulseList">\r
+ <item></item>\r
+ <item>A</item>\r
+ <item>B</item>\r
+ <item>C</item>\r
+ <item>D</item>\r
+ <item>E</item>\r
+ <item>F</item>\r
+ <item>G</item>\r
+ <item>H</item>\r
+ <item>I</item>\r
+ <item>J</item>\r
+ <item>K</item>\r
+ <item>L</item>\r
+ <item>M</item>\r
+ <item>N</item>\r
+ <item>O</item>\r
+ </string-array>\r
+ <string-array name="TCMotorSearchDiameterList">\r
+ <item></item>\r
+ <item>6</item>\r
+ <item>10.5</item>\r
+ <item>13</item>\r
+ <item>18</item>\r
+ <item>20</item>\r
+ <item>24</item>\r
+ <item>29</item>\r
+ <item>32</item>\r
+ <item>38</item>\r
+ <item>54</item>\r
+ <item>64</item>\r
+ <item>69</item>\r
+ <item>75</item>\r
+ <item>76</item>\r
+ <item>81</item>\r
+ <item>98</item>\r
+ <item>152</item>\r
+ <item>161</item>\r
+ </string-array>\r
\r
</resources>
\ No newline at end of file
<string name="app_name">OpenRocket</string>\r
<string name="save">Save</string>\r
<string name="MotorListTitle">Motor List</string>\r
+ <string name="Download">Download</string>\r
<string name="Preferences">Preferences</string>\r
+ <string name="select_series">Select Series</string>\r
+ <string name="view_events">View Events</string>\r
\r
<string-array name="PreferenceMotorBrowserGroupingEntries">\r
<item>Case</item>\r
<item>Manufacturer</item>\r
</string-array>\r
\r
- <string name="TCMotorSearchFormImpulse">Impulse</string>\r
-\r
- <string-array name="TCMotorSearchImpulseList">\r
- <item>All</item>\r
- <item>A</item>\r
- <item>B</item>\r
- <item>C</item>\r
- <item>D</item>\r
- <item>E</item>\r
- <item>F</item>\r
- <item>G</item>\r
- <item>H</item>\r
- <item>I</item>\r
- <item>J</item>\r
- <item>K</item>\r
- <item>L</item>\r
- <item>M</item>\r
- <item>N</item>\r
- <item>O</item>\r
- </string-array>\r
-\r
- <string name="TCMotorSearchFormManufacturer">Manufacturer</string>\r
-\r
- <string-array name="TCMotorSearchManufacturerList">\r
- <item>All</item>\r
- <item>AeroTech</item>\r
- <item>Alpha Hybrids</item>\r
- <item>Animal Motor Works</item>\r
- <item>Apogee Components</item>\r
- <item>Cesaroni Technology</item>\r
- <item>Contrail Rockets</item>\r
- <item>Ellis Mountain</item>\r
- <item>Estes Industries</item>\r
- <item>Gorilla Rocket Motors</item>\r
- <item>Hypertek</item>\r
- <item>Kosdon by AeroTech</item>\r
- <item>Kosdon TRM</item>\r
- <item>Loki Research</item>\r
- <item>Propulsion Polymers</item>\r
- <item>Public Missiles, Ltd.</item>\r
- <item>Quest Aerospace</item>\r
- <item>R.A.T.T. Works</item>\r
- <item>Roadrunner Rocketry</item>\r
- <item>Rocketvision Flight-Star</item>\r
- <item>Sky Ripper Systems</item>\r
- <item>West Coast Hybrids</item>\r
- </string-array>\r
-\r
- <string name="TCMotorSearchFormCommonName">Common Name</string>\r
- <string name="TCMotorSearchFormDiameter">Diameter</string>\r
-\r
- <string-array name="TCMotorSearchDiameterList">\r
- <item>All</item>\r
- <item>6</item>\r
- <item>10.5</item>\r
- <item>13</item>\r
- <item>18</item>\r
- <item>20</item>\r
- <item>24</item>\r
- <item>29</item>\r
- <item>32</item>\r
- <item>38</item>\r
- <item>54</item>\r
- <item>64</item>\r
- <item>69</item>\r
- <item>75</item>\r
- <item>76</item>\r
- <item>81</item>\r
- <item>98</item>\r
- <item>152</item>\r
- <item>161</item>\r
- </string-array>\r
-\r
<string name="TCMotorSearchFormSubmit">Submit</string>\r
- <string name="tcdownload">Download from ThrustCurve</string>\r
<string name="overviewConfigurationSpinnerPrompt">Select Configuration</string>\r
<string name="simulationSeries1Label">Series 1</string>\r
<string name="simulationSeries2Label">Series 2</string>\r
<item>Miles</item>\r
<item>Nautical Miles</item>\r
</string-array>\r
+ <string name="rocket_cg">CG</string>\r
+ <string name="rocket_designer">Designer</string>\r
+ <string name="rocket_length">Length</string>\r
+ <string name="rocket_emptymass">Empty Mass</string>\r
+ <string name="rocket_stagecount">Stage Count</string>\r
+ <string name="rocket_liftoffweight">Lift off weight</string>\r
+ <string name="rocket_cp">CP</string>\r
+ <string name="rocket_stabilitymargin">Stability margin</string>\r
+ <string name="openfilelabel">Open ork file</string>\r
+ <string name="viewmotorslabel">View motors</string>\r
+ <string name="motor_manufacturer">Manufacturer</string>\r
+ <string name="motor_commonname">Common Name</string>\r
+ <string name="motor_delays">Delays</string>\r
+ <string name="motor_caseinfo">Case Info</string>\r
+ <string name="motor_impulseclass">Impulse Class</string>\r
+ <string name="motor_diameter">Diameter</string>\r
+ <string name="motor_length">Length</string>\r
\r
</resources>
\ No newline at end of file