Skip to content

Commit

Permalink
Add and modify text for data restaurant view
Browse files Browse the repository at this point in the history
  • Loading branch information
amcereijo committed Dec 8, 2012
1 parent 58bfd1d commit 637ecec
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,12 @@
<string name="restaurant_data_text_type">Comida</string>
<string name="restaurant_data_no_restaurants">No se han encontrado restaurantes</string>
<string name="restaurant_data_info">i</string>
<string name="restaurant_data_waze_text">¿Quieres que te lleve con <b>Waze</b>?</string>
<string name="restaurant_data_maps_text">Quieres llegar con <b>Google Maps</b>?</string>
<string name="restaurant_data_waze_description">¿Quieres llagar con <b>Waze</b>?</string>
<string name="restaurant_data_maps_description">¿Quieres llegar con <b>Google Maps</b>?</string>
<string name="restaurant_data_navigation_description">¿Quieres llegar con <b>Google Navigation</b>?</string>
<string name="restaurant_data_view_more_info">Ver más información</string>
<string name="restaurant_data_maps_text">Abrir con</string>
<string name="restaurant_data_nav_text">Llegar con</string>


<!-- more restaurant layout -->
Expand All @@ -162,5 +165,11 @@

<!-- restaurant maps view -->
<string name="restaurants_maps_layout_clik_list_view">Toca para ver en modo lista</string>

<!-- google navigation app open dialog -->
<string name="gnavigation_dialog_open_title">Abrir Google Navigation</string>
<string name="gnavigation_dialog_open_message">¿Cómo vas a ir a %s?</string>
<string name="gnavigation_dialog_open_walking">Andando</string>
<string name="gnavigation_dialog_open_driving">En coche</string>

</resources>
13 changes: 11 additions & 2 deletions res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,12 @@
<string name="restaurant_data_text_type">Food</string>
<string name="restaurant_data_no_restaurants">No restaurants found</string>
<string name="restaurant_data_info">i</string>
<string name="restaurant_data_waze_text">Do you want go with <b>Waze</b>?</string>
<string name="restaurant_data_maps_text">Do you want go with <b>Google Maps</b>?</string>
<string name="restaurant_data_waze_description">Do you want go with <b>Waze</b>?</string>
<string name="restaurant_data_maps_description">Do you want go with <b>Google Maps</b>?</string>
<string name="restaurant_data_navigation_description">Do you want go with <b>Google Navigation</b>?</string>
<string name="restaurant_data_view_more_info">View More Info</string>
<string name="restaurant_data_maps_text">Open with</string>
<string name="restaurant_data_nav_text">Go with</string>

<!-- more restaurant layout -->
<string name="more_restaurant_text">Show more restaurants</string>
Expand All @@ -157,5 +160,11 @@

<!-- maps view -->
<string name="restaurants_maps_layout_clik_list_view">Touch to view in list mode</string>

<!-- google navigation app open dialog -->
<string name="gnavigation_dialog_open_title">Open Google Navigation</string>
<string name="gnavigation_dialog_open_message">How do you want to go to %s?</string>
<string name="gnavigation_dialog_open_walking">Walking</string>
<string name="gnavigation_dialog_open_driving">Driving</string>

</resources>

0 comments on commit 637ecec

Please sign in to comment.