]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/strings.xml
Switching to WebView!
[Dictionary.git] / res / values / strings.xml
index ba26101cedafc377eb96c15cfee945ac7608ec55..4688787a3f6c6a1b684eb02a8b77254f14261260 100644 (file)
@@ -2,21 +2,18 @@
 <resources>
 
        <string name="app_name">QuickDic</string>
-       <string name="about_text">QuickDic\nby Thad Hughes</string>
  
-  <!-- DictionaryListActivity -->
-  <string name="dictionaryList">Dictionary list</string>
+  <!-- DictionaryManagerActivity -->
+  <string name="dictionaryManager">Dictionary manager</string>
   <string name="selectADictionary"><![CDATA[Select a dictionary.
 \nLong-press to edit the dictionary config. Press "menu" to add a new dictionary.]]></string>
-  <string name="addDictionary">Add dictionary</string>
-  <string name="addDefaultDictionaries">Add default dictionaries</string>
-  <string name="removeAllDictionaries">Remove all dictionaries</string>
-  <string name="editDictionary">Edit dictionary config</string>
-  <string name="deleteDictionary">Delete dictionary</string>
+  <string name="dictionaryConfig">Dictionary config</string>
   <string name="moveToTop">Move to top</string>
-  <string name="newDictionary">New dictionary</string>
+  <string name="deleteDictionary">Delete dictionary</string>
   <string name="notOnDevice">%s (not on device)</string>
 
+  <string name="thanksForUpdatingVersion">3.0.1h</string>
+  <!-- Don't use links in the text below, it crashes the app. -->
   <string name="thanksForUpdating"><![CDATA[
 <html>
 <body>
   <p> New features:
   <ul>
     <li> QuickDic is open-source!
-    <li> Adjustable font size.
-    <li> Changeable click behavior.
-    <li> Several new dictionaries: Polish, Esperanto, Latin, Indonesian, many others... (based on enwiktionary.com data).
-    <li> All dictionaries updated (mostly with better formatting), and can be redownloaded at your leisure.
+    <li> New preferences:
+    <ul>
+      <li> Dictionary font size is adjustable.
+      <li> Short clicks on dictionary entries no longer open context menu by default.
+    </ul>
+    <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).
+    <li> All dictionaries updated (mostly with better formatting), and can be re-downloaded at your leisure (previously downloaded dictionaries will still work).
   </ul>
 </body>
-</html>
+</html> 
 ]]>
   </string>
  
   <!-- DictionaryEditActivity -->
-  <string name="dictionaryEdit">Edit dictionary config</string>
   <string name="dictionaryName">Dictionary name</string>
   <string name="downloadUrl">Dictionary download URL</string>
   <string name="downloadButton">Download</string>
        <string name="downloadFinished">Finished: %,d bytes.</string>
        <string name="errorDownloadingFile">"Error downloading file: \n%s"</string>
 
-  <!-- NoDictionary. -->
-  <string name="unableToReadDictionaryFile">Unable to read dictionary file (or version is old, try downloading again): %s</string>
-  <string name="dictionaryFileExists">Dictionary file exists: %s</string>
-  <string name="launchDict">Launch dictionary.</string>
-
        <!-- Preferences -->
        <string name="wordListFileKey">wordListFile</string>
        <string name="wordListFileTitle">Word list file</string>