diff options
| author | koem <koem@petoria.de> | 2013-06-21 18:57:50 -0600 |
|---|---|---|
| committer | rsudev <rasch@munin-soft.de> | 2013-07-09 21:49:26 +0200 |
| commit | ece37925442507a71f12a2a2f531ea213c48cad5 (patch) | |
| tree | d901c0f18e9e8c1af65c15f0de25ad3abc04a14f /main/res/layout/settings_activity.xml | |
| parent | 3abe2f0eb20b351bb8d7b8d5283dcbd102241d27 (diff) | |
| download | cgeo-ece37925442507a71f12a2a2f531ea213c48cad5.zip cgeo-ece37925442507a71f12a2a2f531ea213c48cad5.tar.gz cgeo-ece37925442507a71f12a2a2f531ea213c48cad5.tar.bz2 | |
Implements #750, use preference activity
Diffstat (limited to 'main/res/layout/settings_activity.xml')
| -rw-r--r-- | main/res/layout/settings_activity.xml | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/main/res/layout/settings_activity.xml b/main/res/layout/settings_activity.xml index ae70fa7..9d80e13 100644 --- a/main/res/layout/settings_activity.xml +++ b/main/res/layout/settings_activity.xml @@ -65,7 +65,7 @@ android:layout_marginRight="10dip" android:linksClickable="true" android:padding="3dip" - android:text="@string/legal_note" + android:text="@string/settings_gc_legal_note" android:textColor="?text_color" android:textColorLink="?text_color_link" android:textSize="14sp" /> @@ -102,7 +102,7 @@ <CheckBox android:id="@+id/oc_option" style="@style/checkbox_full" - android:text="@string/init_oc_activate" /> + android:text="@string/settings_activate_oc" /> <TextView android:layout_width="wrap_content" @@ -169,7 +169,7 @@ <CheckBox android:id="@+id/twitter_option" style="@style/checkbox_full" - android:text="@string/init_twitter_publish" /> + android:text="@string/settings_activate_twitter" /> <RelativeLayout style="@style/separator_horizontal_layout" > @@ -235,42 +235,42 @@ <CheckBox android:id="@+id/autoload" style="@style/checkbox_full" - android:text="@string/init_autoload" /> + android:text="@string/init_summary_autoload" /> <CheckBox android:id="@+id/ratingwanted" style="@style/checkbox_full" - android:text="@string/init_ratingwanted" /> + android:text="@string/init_summary_ratingwanted" /> <CheckBox android:id="@+id/elevationwanted" style="@style/checkbox_full" - android:text="@string/init_elevationwanted" /> + android:text="@string/init_summary_elevationwanted" /> <CheckBox android:id="@+id/friendlogswanted" style="@style/checkbox_full" - android:text="@string/init_friendlogswanted" /> + android:text="@string/init_summary_friendlogswanted" /> <CheckBox android:id="@+id/openlastdetailspage" style="@style/checkbox_full" - android:text="@string/init_openlastdetailspage" /> + android:text="@string/init_summary_openlastdetailspage" /> <CheckBox android:id="@+id/offline" style="@style/checkbox_full" - android:text="@string/init_offline" /> + android:text="@string/init_summary_offline" /> <CheckBox android:id="@+id/offline_wp" style="@style/checkbox_full" - android:text="@string/init_offline_wp" /> + android:text="@string/init_summary_offline_wp" /> <CheckBox android:id="@+id/save_log_img" style="@style/checkbox_full" - android:text="@string/init_save_log_img" /> + android:text="@string/init_summary_save_log_img" /> </LinearLayout> <!-- ** --> @@ -293,77 +293,77 @@ <CheckBox android:id="@+id/skin" style="@style/checkbox_full" - android:text="@string/init_skin" /> + android:text="@string/init_summary_skin" /> <CheckBox android:id="@+id/address" style="@style/checkbox_full" - android:text="@string/init_address" /> + android:text="@string/init_summary_address" /> <CheckBox android:id="@+id/captcha" style="@style/checkbox_full" - android:text="@string/init_captcha" /> + android:text="@string/init_summary_captcha" /> <CheckBox android:id="@+id/livelist" style="@style/checkbox_full" - android:text="@string/init_livelist" /> + android:text="@string/init_summary_livelist" /> <CheckBox android:id="@+id/loaddirectionimg" style="@style/checkbox_full" - android:text="@string/init_loaddirectionimg" /> + android:text="@string/init_summary_loaddirectionimg" /> <CheckBox android:id="@+id/useenglish" style="@style/checkbox_full" - android:text="@string/init_useenglish" /> + android:text="@string/init_summary_useenglish" /> <CheckBox android:id="@+id/units" style="@style/checkbox_full" - android:text="@string/init_units" /> + android:text="@string/init_summary_units" /> <CheckBox android:id="@+id/exclude" style="@style/checkbox_full" - android:text="@string/init_exclude" /> + android:text="@string/init_summary_exclude" /> <CheckBox android:id="@+id/disabled" style="@style/checkbox_full" - android:text="@string/init_disabled" /> + android:text="@string/init_summary_disabled" /> <CheckBox android:id="@+id/trackautovisit" style="@style/checkbox_full" - android:text="@string/init_trackautovisit" /> + android:text="@string/init_summary_trackautovisit" /> <CheckBox android:id="@+id/log_offline" style="@style/checkbox_full" - android:text="@string/init_log_offline" /> + android:text="@string/init_summary_log_offline" /> <CheckBox android:id="@+id/choose_list" style="@style/checkbox_full" - android:text="@string/init_choose_list" /> + android:text="@string/init_summary_choose_list" /> <CheckBox android:id="@+id/trail" style="@style/checkbox_full" - android:text="@string/init_maptrail" /> + android:text="@string/init_summary_maptrail" /> <CheckBox android:id="@+id/plain_logs" style="@style/checkbox_full" - android:text="@string/init_plain_logs" /> + android:text="@string/init_summary_plain_logs" /> <CheckBox android:id="@+id/use_native_ua" style="@style/checkbox_full" - android:text="@string/init_use_native_ua" /> + android:text="@string/init_summary_use_native_ua" /> </LinearLayout> <!-- ** --> @@ -418,7 +418,7 @@ android:autoLink="web" android:linksClickable="true" android:padding="3dip" - android:text="@string/init_mapsources_description" + android:text="@string/settings_info_offline_maps" android:textColor="?text_color" android:textColorLink="?text_color_link" android:textSize="14sp" /> |
