]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values/strings.xml
Switching to WebView!
[Dictionary.git] / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3
4         <string name="app_name">QuickDic</string>
5  
6   <!-- DictionaryManagerActivity -->
7   <string name="dictionaryManager">Dictionary manager</string>
8   <string name="selectADictionary"><![CDATA[Select a dictionary.
9 \nLong-press to edit the dictionary config. Press "menu" to add a new dictionary.]]></string>
10   <string name="dictionaryConfig">Dictionary config</string>
11   <string name="moveToTop">Move to top</string>
12   <string name="deleteDictionary">Delete dictionary</string>
13   <string name="notOnDevice">%s (not on device)</string>
14
15   <string name="thanksForUpdatingVersion">3.0.1h</string>
16   <!-- Don't use links in the text below, it crashes the app. -->
17   <string name="thanksForUpdating"><![CDATA[
18 <html>
19 <body>
20   Thanks for updating to QuickDic 3.0.1.
21   <p> New features:
22   <ul>
23     <li> QuickDic is open-source!
24     <li> New preferences:
25     <ul>
26       <li> Dictionary font size is adjustable.
27       <li> Short clicks on dictionary entries no longer open context menu by default.
28     </ul>
29     <li> 17 new English dictionaries: Albanian, Armenian, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Esperanto, Estonian, Hungarian, Indonesian, Latin, Latvian, Polish, Punjabi, Slovak, Swahili. (based on enwiktionary.com data).
30     <li> All dictionaries updated (mostly with better formatting), and can be re-downloaded at your leisure (previously downloaded dictionaries will still work).
31   </ul>
32 </body>
33 </html> 
34 ]]>
35   </string>
36  
37   <!-- DictionaryEditActivity -->
38   <string name="dictionaryName">Dictionary name</string>
39   <string name="downloadUrl">Dictionary download URL</string>
40   <string name="downloadButton">Download</string>
41   <string name="openButton">Open</string>
42   <string name="dictionaryInfo">Dictionary info:</string>
43   <string name="localFile">Dictionary file</string>
44   <string name="wordListFile">Word list file</string>
45   <string name="fileNotFound">File not found: \'%s\'</string>
46   <string name="invalidDictionary">Invalid dictionary: file=%1$s, error=%2$s</string>
47   <string name="numPairEntries">Entries: %,d</string>
48   <string name="numTokens">Tokens: %,d</string>
49   <string name="numRows">Rows: %,d</string>
50
51  
52         <!-- Main -->
53         <string name="searchText">Search Text</string>
54         <string name="downloadDictionary">Download dictionary…</string>
55         <string name="switchToLanguage">Switch to %s</string>
56         <string name="preferences">Preferences…</string>
57         <string name="about">About QuickDic…</string>
58         <string name="addToWordList">Add to word list: %s</string>
59   <string name="failedAddingToWordList">Failure adding to word list: %s</string>
60   <string name="unzippingDictionary">Unzipping dictionary…</string>
61   <string name="failedToUnzipDictionary">Failed to unzip dictionary…</string>
62
63         <!-- About. -->
64         <string name="titleWithVersion">QuickDic 3.0.1</string>
65         <string name="thadHughes">Thad Hughes</string>
66         <string name="contactMe">If you\'re using QuickDic, I\'d love to hear from you.  Unfortunately, I cannot take responsibility for dictionary content (other than formatting), as it is generated from other sources. Please send comments, suggestions, bug reports, or just a quick hello to:</string>
67         <string name="myEmail" formatted="false">thad.hughes@gmail.com</string>
68   <string name="webPage">For more information, see:</string>
69   <string name="webPageUrl">http://code.google.com/p/quickdic-dictionary/</string>
70   
71   <string name="license">QuickDic contains code copyrighted by Google and released under the Apache 2.0 license.</string>
72   <string name="licenseUrl">http://www.apache.org/licenses/LICENSE-2.0</string>
73  
74         <!-- Download. -->
75   <string name="openingConnection">Opening connection…</string>
76         <string name="downloading">Downloading: %1$,d of %2$,d bytes.</string>
77   <string name="unzipping">Unzipping: %1$,d of %2$,d bytes.</string>
78         <string name="downloadFinished">Finished: %,d bytes.</string>
79         <string name="errorDownloadingFile">"Error downloading file: \n%s"</string>
80
81         <!-- Preferences -->
82         <string name="wordListFileKey">wordListFile</string>
83         <string name="wordListFileTitle">Word list file</string>
84         <string name="wordListFileSummary">The local file where the word list will be appended.</string>
85         <string name="wordListFileDefault">/sdcard/quickDic/wordList.txt</string>
86
87   <string name="fontSizeKey">fontSize</string>
88   <string name="fontSizeTitle">Font size</string>
89   <string name="fontSizeSummary">The size of the font for dictionary rows (restart required).</string>
90
91   <string name="saveOnlyFirstSubentryKey">saveOnlyFirstSubentry</string>
92   <string name="saveOnlyFirstSubentryTitle">Save only first sub-entry</string>
93   <string name="saveOnlyFirstSubentrySummary">For entries with multiple sub-entries, only write the first to the word list.</string>
94
95   <string name="clickOpensContextMenuKey">clickOpensContextMenu</string>
96   <string name="clickOpensContextMenuTitle">Click opens context menu</string>
97   <string name="clickOpensContextMenuSummary">Open context menu for clicks on entries (long-click will always open-context menu).</string>
98
99   <string name="showClearSearchTextButtonKey">showClearSearchTextButton</string>
100   <string name="showClearSearchTextButtonTitle">Show \'clear search text\' button</string>
101   <string name="showClearSearchTextButtonSummary">Show the button to clear the search text. You can also just move focus away from search text and start typing.</string>
102
103   <string name="themeKey">theme</string>
104   <string name="themeTitle">UI theme</string>
105   <string name="themeSummary">User-interface color theme (restart required).</string>
106   
107 </resources>