]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values/strings.xml
Add Slovak, increment version, show what's new.
[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         <string name="about_text">QuickDic\nby Thad Hughes</string>
6  
7   <!-- DictionaryListActivity -->
8   <string name="dictionaryList">Dictionary list</string>
9   <string name="selectADictionary"><![CDATA[Select a dictionary.
10 \nLong-press to edit the dictionary config. Press "menu" to add a new dictionary.]]></string>
11   <string name="addDictionary">Add dictionary</string>
12   <string name="addDefaultDictionaries">Add default dictionaries</string>
13   <string name="removeAllDictionaries">Remove all dictionaries</string>
14   <string name="editDictionary">Edit dictionary config</string>
15   <string name="deleteDictionary">Delete dictionary</string>
16   <string name="moveToTop">Move to top</string>
17   <string name="newDictionary">New dictionary</string>
18   <string name="notOnDevice">%s (not on device)</string>
19
20   <string name="thanksForUpdating"><![CDATA[
21 <html>
22 <body>
23   Thanks for updating to QuickDic 3.0.1.
24   <p> New features:
25   <ul>
26     <li> QuickDic is open-source!
27     <li> Adjustable font size.
28     <li> Changeable click behavior.
29     <li> Several new dictionaries: Polish, Esperanto, Latin, Indonesian, many others... (based on enwiktionary.com data).
30     <li> All dictionaries updated (mostly with better formatting), and can be redownloaded at your leisure.
31   </ul>
32 </body>
33 </html>
34 ]]>
35   </string>
36  
37   <!-- DictionaryEditActivity -->
38   <string name="dictionaryEdit">Edit dictionary config</string>
39   <string name="dictionaryName">Dictionary name</string>
40   <string name="downloadUrl">Dictionary download URL</string>
41   <string name="downloadButton">Download</string>
42   <string name="openButton">Open</string>
43   <string name="dictionaryInfo">Dictionary info:</string>
44   <string name="localFile">Dictionary file</string>
45   <string name="wordListFile">Word list file</string>
46   <string name="fileNotFound">File not found: \'%s\'</string>
47   <string name="invalidDictionary">Invalid dictionary: file=%1$s, error=%2$s</string>
48   <string name="numPairEntries">Entries: %,d</string>
49   <string name="numTokens">Tokens: %,d</string>
50   <string name="numRows">Rows: %,d</string>
51
52  
53         <!-- Main -->
54         <string name="searchText">Search Text</string>
55         <string name="downloadDictionary">Download dictionary…</string>
56         <string name="switchToLanguage">Switch to %s</string>
57         <string name="preferences">Preferences…</string>
58         <string name="about">About QuickDic…</string>
59         <string name="addToWordList">Add to word list: %s</string>
60   <string name="failedAddingToWordList">Failure adding to word list: %s</string>
61   <string name="unzippingDictionary">Unzipping dictionary…</string>
62   <string name="failedToUnzipDictionary">Failed to unzip dictionary…</string>
63
64         <!-- About. -->
65         <string name="titleWithVersion">QuickDic 3.0.1</string>
66         <string name="thadHughes">Thad Hughes</string>
67         <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>
68         <string name="myEmail" formatted="false">thad.hughes@gmail.com</string>
69   <string name="webPage">For more information, see:</string>
70   <string name="webPageUrl">http://code.google.com/p/quickdic-dictionary/</string>
71   
72   <string name="license">QuickDic contains code copyrighted by Google and released under the Apache 2.0 license.</string>
73   <string name="licenseUrl">http://www.apache.org/licenses/LICENSE-2.0</string>
74  
75         <!-- Download. -->
76   <string name="openingConnection">Opening connection…</string>
77         <string name="downloading">Downloading: %1$,d of %2$,d bytes.</string>
78   <string name="unzipping">Unzipping: %1$,d of %2$,d bytes.</string>
79         <string name="downloadFinished">Finished: %,d bytes.</string>
80         <string name="errorDownloadingFile">"Error downloading file: \n%s"</string>
81
82   <!-- NoDictionary. -->
83   <string name="unableToReadDictionaryFile">Unable to read dictionary file (or version is old, try downloading again): %s</string>
84   <string name="dictionaryFileExists">Dictionary file exists: %s</string>
85   <string name="launchDict">Launch dictionary.</string>
86
87         <!-- Preferences -->
88         <string name="wordListFileKey">wordListFile</string>
89         <string name="wordListFileTitle">Word list file</string>
90         <string name="wordListFileSummary">The local file where the word list will be appended.</string>
91         <string name="wordListFileDefault">/sdcard/quickDic/wordList.txt</string>
92
93   <string name="fontSizeKey">fontSize</string>
94   <string name="fontSizeTitle">Font size</string>
95   <string name="fontSizeSummary">The size of the font for dictionary rows (restart required).</string>
96
97   <string name="saveOnlyFirstSubentryKey">saveOnlyFirstSubentry</string>
98   <string name="saveOnlyFirstSubentryTitle">Save only first sub-entry</string>
99   <string name="saveOnlyFirstSubentrySummary">For entries with multiple sub-entries, only write the first to the word list.</string>
100
101   <string name="clickOpensContextMenuKey">clickOpensContextMenu</string>
102   <string name="clickOpensContextMenuTitle">Click opens context menu</string>
103   <string name="clickOpensContextMenuSummary">Open context menu for clicks on entries (long-click will always open-context menu).</string>
104
105   <string name="showClearSearchTextButtonKey">showClearSearchTextButton</string>
106   <string name="showClearSearchTextButtonTitle">Show \'clear search text\' button</string>
107   <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>
108
109   <string name="themeKey">theme</string>
110   <string name="themeTitle">UI theme</string>
111   <string name="themeSummary">User-interface color theme (restart required).</string>
112   
113 </resources>