PageRenderTime 29ms CodeModel.GetById 23ms RepoModel.GetById 0ms app.codeStats 0ms

/Sky/Sky/res/values/strings.xml

http://android-sky.googlecode.com/
XML | 65 lines | 39 code | 12 blank | 14 comment | 0 complexity | 4da4c9509a0f299def3511a42849eaa1 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2009 Jeff Sharkey, http://jsharkey.org/
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  14. <string name="temperature_f" translatable="false">"<xliff:g id="temperature" example="74">%s</xliff:g>\u00b0"</string>
  15. <string name="temperature_c" translatable="false">"<xliff:g id="temperature" example="74">%s</xliff:g>C"</string>
  16. <string name="detail_title">"<xliff:g id="location" example="Mountain View">%s</xliff:g> forecast"</string>
  17. <string name="detail_empty">No forecast details found</string>
  18. <string name="conf_location">"<xliff:g id="locality" example="Mountain View">%1$s</xliff:g>, <xliff:g id="admin" example="California">%2$s</xliff:g>"</string>
  19. <string name="widget_loading">Loading data\u2026</string>
  20. <string name="widget_error">Forecast error</string>
  21. <string name="conf_descrip">Pick the location to use for the forecast widget you\'re inserting:</string>
  22. <string name="conf_current">My current location</string>
  23. <string name="conf_manual">Manual search</string>
  24. <string name="conf_near">Enter a title for this widget:</string>
  25. <string name="conf_determ">Searching\u2026</string>
  26. <string name="conf_nofix">No current location fix</string>
  27. <string name="conf_error">Error geocoding location</string>
  28. <string name="conf_units">Select the temperature units to display:</string>
  29. <string name="conf_units_f">Fahrenheit</string>
  30. <string name="conf_units_c">Celsius</string>
  31. <string name="conf_map">Verify on map</string>
  32. <string name="conf_save">Save</string>
  33. <string name="search_label">Forecast location</string>
  34. <string name="search_hint">Location name or zip</string>
  35. <string name="menu_config">Configure</string>
  36. <string name="menu_rename">Rename</string>
  37. <string name="menu_refresh">Refresh</string>
  38. <string name="title_details">Forecast details</string>
  39. <string name="title_configure">Configure forecast widget</string>
  40. <string name="title_info">Forecast info</string>
  41. <string name="label_med">Forecast</string>
  42. <string name="label_tiny">Forecast tiny</string>
  43. <string name="app_name">Forecast widgets</string>
  44. <string name="app_descrip">Provides forecast desktop widgets that refresh four times daily</string>
  45. <string name="info_inserting_title">Inserting widgets</string>
  46. <string name="info_inserting">Instead of \"running\" widgets, you add them to your home screen. To insert a widget, long-press in an empty area on the default home screen and select \"Widgets\", then \"Forecast\".\n\nTap on a widget to see detailed forecast for the next few days. Any inserted widgets will update automatically about four times each day, and no battery is used between updates.\n\nYou can also insert multiple widgets to keep track of weather in multiple locations.</string>
  47. <string name="info_credits_title">Data and icon credits</string>
  48. <string name="info_credits">These widgets were written as Android developer examples by Jeff Sharkey and released under the Apache 2.0 license. http://jsharkey.org\n\nForecast data is provided under a public domain license from the National Weather Service, a division NOAA. http://weather.gov\n\nForecast icons provided under a public domain license through the Tango Desktop Project. http://tango.freedesktop.org</string>
  49. <string name="info_done">Done</string>
  50. </resources>