externalize settings

git-svn-id: https://osmand.googlecode.com/svn/trunk@736 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
Victor Shcherb 2010-11-30 23:05:07 +00:00
parent d980d7c5b4
commit 250bcd4544
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="rendering_exception">Во время отображения карты произошла непредвиденная ошибка</string>
<string name="continuous_rendering">Быстрый рендеринг</string>
<string name="continuous_rendering_descr">Выберите способ как отрисовывать карту</string>
<string name="rendering_exception">Во время отображения карты произошла непредвиденная ошибка</string>
<string name="rendering_out_of_memory">Ошибка : недостаточно памяти, чтобы отобразить карту</string>
<string name="show_point_options">Контекстное меню</string>
<string name="renderer_load_sucess">Стиль успешно загружен</string>

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>
<string name="continuous_rendering">Continuous rendering</string>
<string name="continuous_rendering_descr">Choose show continuous rendering or whole image</string>
<string name="rendering_exception">Error occurred while rendering selected area</string>
<string name="rendering_out_of_memory">No enough memory to display selected area</string>
<string name="show_point_options">Point options</string>

View file

@ -25,8 +25,9 @@
<Preference android:title="@string/download_indexes" android:key="download_indexes" android:summary="@string/download_indexes_descr"></Preference>
<ListPreference android:title="@string/voice_provider" android:key="voice_provider" android:summary="@string/voice_provider_descr"></ListPreference>
<ListPreference android:key="renderer" android:title="@string/renderers" android:summary="@string/renderers_descr"></ListPreference>
<CheckBoxPreference android:summary="@string/continuous_rendering_descr" android:title="@string/continuous_rendering" android:key="use_step_by_step_rendering"/>
<CheckBoxPreference android:summary="Use this flag to check rendering performance" android:title="Trace rendering" android:key="debug_rendering"></CheckBoxPreference>
<CheckBoxPreference android:summary="Choose show continuous rendering or whole image" android:title="Continuous rendering" android:key="use_step_by_step_rendering"/>
</PreferenceScreen>
<PreferenceScreen android:title="@string/routing_settings" android:summary="@string/routing_settings_descr">