64 lines
3 KiB
XML
64 lines
3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2016 The CyanogenMod Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources>
|
|
<string name="app_name">Weather Provider</string>
|
|
<string name="weather_0">Tornado</string>
|
|
<string name="weather_1">Tropical Storm</string>
|
|
<string name="weather_2">Hurricane</string>
|
|
<string name="weather_3">Severe Thunderstorms</string>
|
|
<string name="weather_4">Thunderstorms</string>
|
|
<string name="weather_5">Mixed Rain and Snow</string>
|
|
<string name="weather_6">Mixed Rain and Sleet</string>
|
|
<string name="weather_7">Mixed Snow and Sleet</string>
|
|
<string name="weather_8">Freezing Drizzle</string>
|
|
<string name="weather_9">Drizzle</string>
|
|
<string name="weather_10">Freezing Rain</string>
|
|
<string name="weather_11">Showers</string>
|
|
<string name="weather_12">Snow Flurries</string>
|
|
<string name="weather_13">Light Snow Showers</string>
|
|
<string name="weather_14">Blowing Snow</string>
|
|
<string name="weather_15">Snow</string>
|
|
<string name="weather_16">Hail</string>
|
|
<string name="weather_17">Sleet</string>
|
|
<string name="weather_18">Dust</string>
|
|
<string name="weather_19">Foggy</string>
|
|
<string name="weather_20">Haze</string>
|
|
<string name="weather_21">Smoky</string>
|
|
<string name="weather_22">Blustery</string>
|
|
<string name="weather_23">Windy</string>
|
|
<string name="weather_24">Cold</string>
|
|
<string name="weather_25">Cloudy</string>
|
|
<string name="weather_26">Mostly Cloudy</string>
|
|
<string name="weather_27">Mostly Cloudy</string>
|
|
<string name="weather_28">Partly Cloudy</string>
|
|
<string name="weather_29">Partly Cloudy</string>
|
|
<string name="weather_30">Clear</string>
|
|
<string name="weather_31">Sunny</string>
|
|
<string name="weather_32">Fair</string>
|
|
<string name="weather_33">Fair</string>
|
|
<string name="weather_34">Mixed Rain and Hail</string>
|
|
<string name="weather_35">Hot</string>
|
|
<string name="weather_36">Isolated Thunderstorms</string>
|
|
<string name="weather_37">Scattered Thunderstorms</string>
|
|
<string name="weather_38">Scattered Showers</string>
|
|
<string name="weather_39">Heavy Snow</string>
|
|
<string name="weather_40">Scattered Snow Showers</string>
|
|
<string name="weather_41">Partly Cloudy</string>
|
|
<string name="weather_42">Thundershowers</string>
|
|
<string name="weather_43">Snow Showers</string>
|
|
<string name="weather_44">Isolated Thundershowers</string>
|
|
</resources>
|