1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*90c8c64dSAndroid Build Coastguard Worker<!-- Copyright (C) 2009 The Android Open Source Project 3*90c8c64dSAndroid Build Coastguard Worker 4*90c8c64dSAndroid Build Coastguard Worker Licensed under the Apache License, Version 2.0 (the "License"); 5*90c8c64dSAndroid Build Coastguard Worker you may not use this file except in compliance with the License. 6*90c8c64dSAndroid Build Coastguard Worker You may obtain a copy of the License at 7*90c8c64dSAndroid Build Coastguard Worker 8*90c8c64dSAndroid Build Coastguard Worker http://www.apache.org/licenses/LICENSE-2.0 9*90c8c64dSAndroid Build Coastguard Worker 10*90c8c64dSAndroid Build Coastguard Worker Unless required by applicable law or agreed to in writing, software 11*90c8c64dSAndroid Build Coastguard Worker distributed under the License is distributed on an "AS IS" BASIS, 12*90c8c64dSAndroid Build Coastguard Worker WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*90c8c64dSAndroid Build Coastguard Worker See the License for the specific language governing permissions and 14*90c8c64dSAndroid Build Coastguard Worker limitations under the License. 15*90c8c64dSAndroid Build Coastguard Worker--> 16*90c8c64dSAndroid Build Coastguard Worker 17*90c8c64dSAndroid Build Coastguard Worker<resources> 18*90c8c64dSAndroid Build Coastguard Worker <string name="app_name">Wiktionary example</string> 19*90c8c64dSAndroid Build Coastguard Worker <string name="app_descrip">Example of a fast Wiktionary browser and Word-of-day widget</string> 20*90c8c64dSAndroid Build Coastguard Worker <string name="app_credits">"All dictionary content provided by Wiktionary under a GFDL license. http://en.wiktionary.org\n\nIcon derived from Tango Desktop Project under a public domain license. http://tango.freedesktop.org"</string> 21*90c8c64dSAndroid Build Coastguard Worker 22*90c8c64dSAndroid Build Coastguard Worker <string name="template_user_agent" translatable="false">"%1$s/%2$s (Linux; Android)"</string> 23*90c8c64dSAndroid Build Coastguard Worker <string name="template_wotd_title">"Wiktionary:Word of the day/%1$s %2$s"</string> 24*90c8c64dSAndroid Build Coastguard Worker <string name="template_define_url" translatable="false">"http://en.wiktionary.org/wiki/%s"</string> 25*90c8c64dSAndroid Build Coastguard Worker 26*90c8c64dSAndroid Build Coastguard Worker <string name="widget_name">Wiktionary</string> 27*90c8c64dSAndroid Build Coastguard Worker 28*90c8c64dSAndroid Build Coastguard Worker <string name="widget_loading">"Loading word\nof day\u2026"</string> 29*90c8c64dSAndroid Build Coastguard Worker <string name="widget_error">No word of day found</string> 30*90c8c64dSAndroid Build Coastguard Worker 31*90c8c64dSAndroid Build Coastguard Worker <string-array name="month_names"> 32*90c8c64dSAndroid Build Coastguard Worker <item>January</item> 33*90c8c64dSAndroid Build Coastguard Worker <item>February</item> 34*90c8c64dSAndroid Build Coastguard Worker <item>March</item> 35*90c8c64dSAndroid Build Coastguard Worker <item>April</item> 36*90c8c64dSAndroid Build Coastguard Worker <item>May</item> 37*90c8c64dSAndroid Build Coastguard Worker <item>June</item> 38*90c8c64dSAndroid Build Coastguard Worker <item>July</item> 39*90c8c64dSAndroid Build Coastguard Worker <item>August</item> 40*90c8c64dSAndroid Build Coastguard Worker <item>September</item> 41*90c8c64dSAndroid Build Coastguard Worker <item>October</item> 42*90c8c64dSAndroid Build Coastguard Worker <item>November</item> 43*90c8c64dSAndroid Build Coastguard Worker <item>December</item> 44*90c8c64dSAndroid Build Coastguard Worker </string-array> 45*90c8c64dSAndroid Build Coastguard Worker 46*90c8c64dSAndroid Build Coastguard Worker 47*90c8c64dSAndroid Build Coastguard Worker <string name="search_label">Wiktionary search</string> 48*90c8c64dSAndroid Build Coastguard Worker <string name="search_hint">Define word</string> 49*90c8c64dSAndroid Build Coastguard Worker 50*90c8c64dSAndroid Build Coastguard Worker <string name="lookup_search">Search</string> 51*90c8c64dSAndroid Build Coastguard Worker <string name="lookup_random">Random</string> 52*90c8c64dSAndroid Build Coastguard Worker <string name="lookup_about">About</string> 53*90c8c64dSAndroid Build Coastguard Worker 54*90c8c64dSAndroid Build Coastguard Worker <string name="empty_result">No entry found for this word, or problem reading data.</string> 55*90c8c64dSAndroid Build Coastguard Worker 56*90c8c64dSAndroid Build Coastguard Worker</resources> 57