en_GB.js 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. OC.L10N.register(
  2. "weather_status",
  3. {
  4. "Unknown address" : "Unknown address",
  5. "No result." : "No result.",
  6. "Malformed JSON data." : "Malformed JSON data.",
  7. "Error" : "Error",
  8. "Weather status" : "Weather status",
  9. "Weather status in your dashboard" : "Weather status in your dashboard",
  10. "Weather status integrated in the Dashboard app.\n The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weather status integrated in the Dashboard app.\n The geographic location can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app.",
  11. "Detect location" : "Detect location",
  12. "Set custom address" : "Set custom address",
  13. "Favorites" : "Favourites",
  14. "{temperature} {unit} clear sky later today" : "{temperature} {unit} clear sky later today",
  15. "{temperature} {unit} clear sky" : "{temperature} {unit} clear sky",
  16. "{temperature} {unit} cloudy later today" : "{temperature} {unit} cloudy later today",
  17. "{temperature} {unit} cloudy" : "{temperature} {unit} cloudy",
  18. "{temperature} {unit} snow and thunder later today" : "{temperature} {unit} snow and thunder later today",
  19. "{temperature} {unit} snow and thunder" : "{temperature} {unit} snow and thunder",
  20. "{temperature} {unit} snow showers and thunder later today" : "{temperature} {unit} snow showers and thunder later today",
  21. "{temperature} {unit} snow showers and thunder" : "{temperature} {unit} snow showers and thunder",
  22. "{temperature} {unit} snow showers, thunder and polar twilight later today" : "{temperature} {unit} snow showers, thunder and polar twilight later today",
  23. "{temperature} {unit} snow showers, thunder and polar twilight" : "{temperature} {unit} snow showers, thunder and polar twilight",
  24. "{temperature} {unit} snow showers later today" : "{temperature} {unit} snow showers later today",
  25. "{temperature} {unit} snow showers" : "{temperature} {unit} snow showers",
  26. "{temperature} {unit} snow showers and polar twilight later today" : "{temperature} {unit} snow showers and polar twilight later today",
  27. "{temperature} {unit} snow showers and polar twilight" : "{temperature} {unit} snow showers and polar twilight",
  28. "{temperature} {unit} snow later today" : "{temperature} {unit} snow later today",
  29. "{temperature} {unit} snow" : "{temperature} {unit} snow",
  30. "{temperature} {unit} fair weather later today" : "{temperature} {unit} fair weather later today",
  31. "{temperature} {unit} fair weather" : "{temperature} {unit} fair weather",
  32. "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} partly cloudy later today",
  33. "{temperature} {unit} partly cloudy" : "{temperature} {unit} partly cloudy",
  34. "{temperature} {unit} foggy later today" : "{temperature} {unit} foggy later today",
  35. "{temperature} {unit} foggy" : "{temperature} {unit} foggy",
  36. "{temperature} {unit} light rainfall later today" : "{temperature} {unit} light rainfall later today",
  37. "{temperature} {unit} light rainfall" : "{temperature} {unit} light rainfall",
  38. "{temperature} {unit} rainfall later today" : "{temperature} {unit} rainfall later today",
  39. "{temperature} {unit} rainfall" : "{temperature} {unit} rainfall",
  40. "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} heavy rainfall later today",
  41. "{temperature} {unit} heavy rainfall" : "{temperature} {unit} heavy rainfall",
  42. "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} rainfall showers later today",
  43. "{temperature} {unit} rainfall showers" : "{temperature} {unit} rainfall showers",
  44. "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} light rainfall showers later today",
  45. "{temperature} {unit} light rainfall showers" : "{temperature} {unit} light rainfall showers",
  46. "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} heavy rainfall showers later today",
  47. "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} heavy rainfall showers",
  48. "More weather for {adr}" : "More weather for {adr}",
  49. "Loading weather" : "Loading weather",
  50. "Set location for weather" : "Set location for weather",
  51. "Remove from favorites" : "Remove from favourites",
  52. "Add as favorite" : "Add as favourite",
  53. "You are not logged in." : "You are not logged in.",
  54. "There was an error getting the weather status information." : "There was an error getting the weather status information.",
  55. "No weather information found" : "No weather information found",
  56. "Location not found" : "Location not found",
  57. "There was an error setting the location address." : "There was an error setting the location address.",
  58. "There was an error setting the location." : "There was an error setting the location.",
  59. "There was an error saving the mode." : "There was an error saving the mode.",
  60. "There was an error using personal address." : "There was an error using personal address.",
  61. "Unknown weather code" : "Unknown weather code",
  62. "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weather status integrated in the Dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app."
  63. },
  64. "nplurals=2; plural=(n != 1);");