]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values/strings.xml
More flags, fixed height of dictionary names so that they don't clip.
[Dictionary.git] / res / values / strings.xml
index 467cbf6e798996b6cd773921ca4cd2f9ab54a475..0f4c7b9301be59994ffb323f9c90571730beaaac 100644 (file)
@@ -3,29 +3,32 @@
 
   <string name="app_name">QuickDic</string>
 
-  <string name="titleWithVersion">QuickDic 4.0</string>
+  <string name="titleWithVersion">QuickDic 4.0.1</string>
   
   <!-- Global. -->
   <string name="about">About QuickDic…</string> 
-  <string name="preferences">Preferences…</string>
+  <string name="settings">Settings…</string>
   <string name="help">Help</string>
   <string name="reportIssue">Report issue…</string>
   <string name="fontWorkaround">Detected font problem (common on Sony Ericsson devices), switching back to default font.</string>
   
+  <string name="no_dict_file">Please specify a default directory in the settings.</string>
+  
   
    <!-- DictionaryManagerActivity -->
   <string name="dictionaryManager">Dictionary manager</string>
-  <string name="helpText">Long-press a dictionary for more options.</string>
-  <string name="downloadButton">Download (%.1fMB)</string>
-  <string name="updateButton">Update (%.1fMB)</string>
+  <string name="dictionariesOnDevice">Dictionaries on device</string>
+  <string name="noDictionariesOnDevice">No dictionaries on device</string>
+  <string name="downloadableDictionaries">Downloadable dictionaries</string>
+  <string name="downloadButton">%.1fMB</string>
   <string name="moveToTop">Move to top</string>
   <string name="deleteDictionary">Delete dictionary</string>
   <string name="indexInfo">%1$s: %2$,d words</string>
   <string name="managerFilterText">List filter</string>
-  <string name="managerFilterCheckbox">Local only</string>
-  
+  <string name="managerShow">Show</string>
+  <string name="managerHide">Hide</string>
 
-  <string name="thanksForUpdatingVersion">4.0_en_a</string>
+  <string name="thanksForUpdatingVersion">4.0.1_en_a</string>
 
   <!-- DictionaryActivity -->
   <string name="searchText">Search Text</string>
@@ -43,6 +46,8 @@
   <string name="fontFailure">Font failure: %s</string> 
   <string name="seeAlso">See also: %1$s (%2$s)</string> 
   <string name="speak">Speak</string> 
+  <string name="nextWord">Next word</string> 
+  <string name="previousWord">Previous word</string> 
   
 
   <!-- About dictionary. -->
  
  
        <!-- Download. -->
-  <string name="openingConnection">Opening connection…</string>
-  <string name="downloading">Downloading: %1$,d of %2$,d bytes.</string>
-  <string name="unzipping">Unzipping: %1$,d of %2$,d bytes.</string>
-  <string name="downloadFinished">Finished: %,d bytes.</string>
-  <string name="errorDownloadingFile">Error downloading file: \n%s</string>  
-
+  <string name="downloadFinished">Download finished: \n%s.</string>
+  <string name="downloadFailed">Download failed: \n%s.</string>  
+  
 
        <!-- Preferences -->
 
+  <string name="defaultDicKey">defaultddic</string>
+  <string name="defaultDicTitle">Default Dic</string>
+  <string name="defaultDicSummary">The directory to fired up when nothing else mentioned.</string>
+
+
   <string name="quickdicDirectoryKey">quickdicDirectory</string>
   <string name="quickdicDirectoryTitle">QuickDic directory</string>
   <string name="quickdicDirectorySummary">The directory where QuickDic stores dictionaries.</string>
   <string name="showClearSearchTextButtonTitle">Show \'clear search text\' button</string>
   <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>
 
+  <string name="showPrevNextButtonsKey">showPrevNextButtons</string>
+  <string name="showPrevNextButtonsTitle">Show up/down buttons</string>
+  <string name="showPrevNextButtonsSummary">Show or hide the previous and next word buttons in the dictionary view.</string>
+  
   <string name="themeKey">theme</string>
   <string name="themeTitle">UI theme</string>
   <string name="themeSummary">User-interface color theme.</string>
   
+  <string name="emptyString"></string>
+  
 </resources>