]> gitweb.fperrin.net Git - Dictionary.git/commitdiff
Updated strings, version numbers.
authorThad Hughes <thad.hughes@gmail.com>
Thu, 8 Mar 2012 20:05:11 +0000 (12:05 -0800)
committerThad Hughes <thad.hughes@gmail.com>
Thu, 8 Mar 2012 20:05:11 +0000 (12:05 -0800)
AndroidManifest.xml
res/layout/thadolina_dialog.xml
res/values-de/arrays.xml
res/values-de/languages.xml
res/values-de/strings.xml
res/values/strings.xml

index 76e41c49a184352a392c5b42f1d05b28247b7d3f..52796a051731b0baac7e382a7c4ed13e4e31308b 100644 (file)
@@ -4,9 +4,9 @@
  
  package="com.hughes.android.dictionary"
  
- android:versionCode="17"
- android:versionName="3.1.1"
- android:installLocation="preferExternal">
+ android:versionCode="18"
+ android:versionName="3.2"
+ android:installLocation="auto">
 
  <uses-sdk android:minSdkVersion="4" />
  
index e81ccd9c73cf70b39133f883a122b9db88ba032b..d9ea0fb44b13c6247baa9f16a29cb4f441d559c5 100644 (file)
@@ -19,8 +19,6 @@
          android:layout_marginBottom="20dip"
           />
         
-        
-
         <ImageView
             android:id="@+id/thadolina_image"
             android:layout_width="wrap_content"
@@ -28,6 +26,7 @@
             android:layout_gravity="center_horizontal"
             android:background="@drawable/thadolina"
             android:layout_marginBottom="20dip"
+            android:contentDescription="Ti amo tanto!"
              />
 
         <TextView
index 38132113e271759c8e53679359aa3306b66e4d00..346897f2b8c5e44590a5484d32c974e7634ede61 100644 (file)
@@ -1,6 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 
+  <string-array name="fontKeys">
+    <item>FreeSerif.ttf.jpg</item>
+    <item>FreeSans.ttf</item>
+    <item>SYSTEM</item>
+  </string-array>
+
+  <string-array name="fonts">
+    <item>FreeSerif</item>
+    <item>FreeSans</item>
+    <item>System Default</item>
+  </string-array>
+    
   <string-array name="themeKeys">
     <item>themeLight</item>
     <item>themeDefault</item>
index 274120d642a5e29510865707999fa8fd7e3223b0..9608b4bace042f5cfb0ba0b071ef8af13f58a0e5 100644 (file)
@@ -20,6 +20,7 @@
   <string name="ET">Estnisch</string>
   <string name="FI">Finnisch</string>
   <string name="FR">Französisch</string>
+  <string name="GD">Schottisch-Gälisch</string>
   <string name="DE">Deutsch</string>
   <string name="EL">Griechisch</string>
   <string name="haw">Hawaiian</string>
index 51643b77d51469845ed39ab54f04a63b1a3129a5..91a72d22f682a681607b4c6b6ba67c52046c4966 100644 (file)
@@ -3,7 +3,7 @@
 
        <string name="app_name">QuickDic</string>
 
-       <string name="titleWithVersion">QuickDic 3.1.1</string>
+       <string name="titleWithVersion">QuickDic 3.2</string>
        
   <!-- Global. -->
   <string name="about">Über QuickDic…</string>
@@ -21,7 +21,7 @@
   <string name="deleteDictionary">Wörterbuch entfernen</string>
   <string name="indexInfo">%1$s: %2$,d Wörter</string>
 
-  <string name="thanksForUpdatingVersion">3.1_de_b</string>
+  <string name="thanksForUpdatingVersion">3.2_de_a</string>
 
   <!-- DictionaryActivity -->
   <string name="searchText">Suchtext</string>
   <string name="quickdicDirectorySummary">Das Verzeichnis, in dem QuickDic speichert Wörterbücher.</string>
   <string name="quickdicDirectoryDefault">/sdcard/quickDic/</string>
   
-       <string name="wordListFileKey">wordListFile</string>
-       <string name="wordListFileTitle">Wortlist Datei</string>
-       <string name="wordListFileSummary">Die lokale Datei, wo das Wortliste hinzugefügt wird.</string>
-       <string name="wordListFileDefault">/sdcard/quickDic/wordList.txt</string>
+  <string name="wordListFileKey">wordListFile</string>
+  <string name="wordListFileTitle">Wortlist Datei</string>
+  <string name="wordListFileSummary">Die lokale Datei, wo das Wortliste hinzugefügt wird.</string>
+  <string name="wordListFileDefault">/sdcard/quickDic/wordList.txt</string>
+
+  <string name="fontKey">font</string>
+  <string name="fontTitle">Wörterbuch Schriftart</string>
+  <string name="fontSummary">Schriftart für Wörterbucher.</string>
 
   <string name="fontSizeKey">fontSize</string>
   <string name="fontSizeTitle">Schriftgröße</string>
index bc7ecbeb6965ea735a43592662e48e8f3c296733..7bc0f6201360c8f835e66f1432e96657fc893366 100644 (file)
@@ -3,7 +3,7 @@
 
   <string name="app_name">QuickDic</string>
 
-  <string name="titleWithVersion">QuickDic 3.1.1</string>
+  <string name="titleWithVersion">QuickDic 3.2</string>
   
   <!-- Global. -->
   <string name="about">About QuickDic…</string> 
@@ -21,7 +21,7 @@
   <string name="deleteDictionary">Delete dictionary</string>
   <string name="indexInfo">%1$s: %2$,d words</string>
 
-  <string name="thanksForUpdatingVersion">3.1_en_b</string>
+  <string name="thanksForUpdatingVersion">3.2_en_a</string>
 
   <!-- DictionaryActivity -->
   <string name="searchText">Search Text</string>
   <string name="quickdicDirectorySummary">The directory where QuickDic stores dictionaries.</string>
   <string name="quickdicDirectoryDefault">/sdcard/quickDic/</string>
   
-       <string name="wordListFileKey">wordListFile</string>
-       <string name="wordListFileTitle">Word list file</string>
-       <string name="wordListFileSummary">The local file where the word list will be appended.</string>
-       <string name="wordListFileDefault">/sdcard/quickDic/wordList.txt</string>
+  <string name="wordListFileKey">wordListFile</string>
+  <string name="wordListFileTitle">Word list file</string>
+  <string name="wordListFileSummary">The local file where the word list will be appended.</string>
+  <string name="wordListFileDefault">/sdcard/quickDic/wordList.txt</string>
 
   <string name="fontKey">font</string>
   <string name="fontTitle">Dictionary font</string>