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