Move no_translate strings

This commit is contained in:
Alexey Kulish 2016-08-17 19:44:58 +03:00
parent 21ee119204
commit edb265cc06
4 changed files with 18 additions and 52 deletions

View file

@ -11,21 +11,6 @@
-->
<!-- Not translatable -->
<string name="skip_map_downloading">Skip map downloading</string>
<string name="skip_map_downloading_desc">You do not have any offline map installed. You may choose map from the list or download it later via Menu - %1$s.</string>
<string name="search_another_country">Search for another country</string>
<string name="search_map">Searching map…</string>
<string name="first_usage_wizard_desc">We would like to determine your location and suggest to download map of this region.</string>
<string name="location_not_found">Location not found</string>
<string name="no_inet_connection">No internet connection</string>
<string name="no_inet_connection_desc_map">Required to download the map</string>
<string name="search_location">Searching location…</string>
<string name="storage_free_space">Free space</string>
<string name="storage_place_description">OsmAnd holds the data (maps, tracks, etc.) in the %1$s.</string>
<string name="give_permission">Give permission</string>
<string name="allow_access_location">Allow access to location</string>
<string name="maps_and_navigation">Maps &amp; Navigation</string>
<string name="first_usage_greeting">Get directions, discover new places, without internet connection</string>
<string name="osm_live">OSM Live (Beta)</string>
<string name="ga_api_key">UA-28342846-2</string>
<string name="ga_dispatchPeriod">10</string>

View file

@ -12,7 +12,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:background="@color/osmand_orange"/>
android:background="@color/bg_color_dark"/>
<LinearLayout
android:layout_width="wrap_content"
@ -26,44 +26,11 @@
android:paddingRight="40dp"
android:paddingTop="@dimen/first_usage_title_margin">
<LinearLayout
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="80dp"
android:layout_height="80dp"
android:src="@drawable/icon"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginLeft="2dp">
<net.osmand.plus.widgets.TextViewEx
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="smAnd"
android:textColor="@color/color_white"
android:textSize="@dimen/first_usage_title_text_size"
android:textStyle="bold"
osmand:typeface="@string/font_roboto_regular"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-thin"
android:layout_marginLeft="2dp"
android:text="@string/maps_and_navigation"
android:textColor="@color/color_white"
android:textSize="@dimen/first_usage_subtitle_text_size"/>
</LinearLayout>
</LinearLayout>
android:src="@drawable/osmand_logo"/>
<View
android:layout_width="match_parent"

View file

@ -9,6 +9,20 @@
3. All your modified/created strings are in the top of the file (to make easier find what\'s translated).
PLEASE: Have a look at http://code.google.com/p/osmand/wiki/UIConsistency, it may really improve your and our work :-) Thx - Hardy
-->
<string name="skip_map_downloading">Skip map downloading</string>
<string name="skip_map_downloading_desc">You do not have any offline map installed. You may choose map from the list or download it later via Menu - %1$s.</string>
<string name="search_another_country">Search for another country</string>
<string name="search_map">Searching map…</string>
<string name="first_usage_wizard_desc">We would like to determine your location and suggest to download map of this region.</string>
<string name="location_not_found">Location not found</string>
<string name="no_inet_connection">No internet connection</string>
<string name="no_inet_connection_desc_map">Required to download the map</string>
<string name="search_location">Searching location…</string>
<string name="storage_free_space">Free space</string>
<string name="storage_place_description">OsmAnd holds the data (maps, tracks, etc.) in the %1$s.</string>
<string name="give_permission">Give permission</string>
<string name="allow_access_location">Allow access to location</string>
<string name="first_usage_greeting">Get directions, discover new places, without internet connection</string>
<string name="search_my_location">Search my location</string>
<string name="no_update_info_desc">Don\'t check any updates about new versions, discounts related to OsmAnd</string>
<string name="no_update_info">Don\'t show updates</string>

View file

@ -93,7 +93,7 @@ public class DataStoragePlaceDialogFragment extends BottomSheetDialogFragment {
final View view = inflater.inflate(R.layout.fragment_data_storage_place_dialog, container,
false);
((ImageView) view.findViewById(R.id.folderIconImageView))
.setImageDrawable(getIcon(R.drawable.ic_action_folder, R.color.map_widget_blue));
.setImageDrawable(getIcon(R.drawable.ic_action_folder, R.color.osmand_orange));
if (storageReadOnly) {
((TextView) view.findViewById(R.id.description))