Paul Miller | 2ed4f50 | 2015-03-16 17:22:30 -0700 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <!-- The name of the application. --> |
| 19 | <string name="application_name">Bookmark Provider</string> |
| 20 | |
| 21 | <!-- Bookmarks --> |
| 22 | <string-array name="bookmarks" translatable="false"> |
| 23 | <item>Google</item> |
| 24 | <item>http://www.google.com/</item> |
| 25 | <item>Picasa</item> |
| 26 | <item>http://picasaweb.google.com/</item> |
| 27 | <item>Yahoo!</item> |
| 28 | <item>http://www.yahoo.com/</item> |
| 29 | <item>MSN</item> |
| 30 | <item>http://www.msn.com/</item> |
| 31 | <item>Twitter</item> |
| 32 | <item>http://twitter.com/</item> |
| 33 | <item>Facebook</item> |
| 34 | <item>http://www.facebook.com/</item> |
| 35 | <item>Wikipedia</item> |
| 36 | <item>http://www.wikipedia.org/</item> |
| 37 | <item>eBay</item> |
| 38 | <item>http://www.ebay.com/</item> |
| 39 | <item>CNN</item> |
| 40 | <item>http://www.cnn.com/</item> |
| 41 | <item>NY Times</item> |
| 42 | <item>http://www.nytimes.com/</item> |
| 43 | <item>ESPN</item> |
| 44 | <item>http://espn.com/</item> |
| 45 | <item>Amazon</item> |
| 46 | <item>http://www.amazon.com/</item> |
| 47 | <item>Weather Channel</item> |
| 48 | <item>http://www.weather.com/</item> |
| 49 | <item>BBC</item> |
| 50 | <item>http://www.bbc.co.uk/</item> |
| 51 | </string-array> |
| 52 | |
| 53 | <!-- Bookmark name for Picasa website --> |
| 54 | <string name="picasa" translatable="false">Picasa</string> |
| 55 | |
| 56 | <!-- The description of the suggestion that lets the user search the web for the query currently |
| 57 | in the text field. --> |
| 58 | <string name="search_the_web">Search the web</string> |
| 59 | |
| 60 | </resources> |