Skip to content

Commit f9c9b81

Browse files
author
peer
committed
added version info and some translation
1 parent df18a45 commit f9c9b81

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

sudoq-app/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<!-- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -->
66
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
77
package="de.sudoq"
8-
android:versionCode="10"
9-
android:versionName="1.0.6"
8+
android:versionCode="11"
9+
android:versionName="1.0.7"
1010
android:installLocation="auto" >
1111

1212
<uses-sdk android:minSdkVersion="8" />

sudoq-app/res/values-de/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<string name="profile_preference_title">Benutzereinstellungen</string>
6363
<string name="profile_preference_title_name">Name</string>
6464
<string name="profile_preference_title_gesture">Gesteneingabe</string>
65+
<string name="profile_preference_title_left_hand_mode">Linkshänder-Modus</string>
6566
<string name="profile_preference_title_cat_profile">Profileinstellungen</string>
6667
<string name="profile_preference_title_cat_assistances">Hilfestellungen</string>
6768
<string name="profile_preference_title_assistance_markRowColumn">Zeile/Spalte markieren</string>

sudoq-app/res/values-fr/strings.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
<string name="profile_preference_title">Paramètres</string>
6363
<string name="profile_preference_title_name">Nom</string>
6464
<string name="profile_preference_title_gesture">Entrée de gestes</string>
65-
<string name="profile_preference_title_cat_profile">Paramètres du profil</string>
65+
<string name="profile_preference_title_left_hand_mode">mode gaucher</string>
66+
<string name="profile_preference_title_cat_profile">Paramètres du profil</string>
6667
<string name="profile_preference_title_cat_assistances">Aide</string>
6768
<string name="profile_preference_title_assistance_markRowColumn">Séléctionner la ligne/ la colonne</string>
6869
<string name="profile_preference_title_assistance_markWrongSymbol">Séléctionner les symboles faux</string>

sudoq-app/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<string name="profile_preference_title_name">Name</string>
7070
<string name="profile_preference_title_gesture">Gesture Input</string>
7171
<string name="profile_preference_title_intelligent_assistant">Intelligent Assistant</string>
72-
<string name="profile_preference_title_left_hand_mode">Lefthand mode</string>
72+
<string name="profile_preference_title_left_hand_mode">Left-handed mode</string>
7373
<string name="profile_preference_title_cat_profile">Profile-Settings</string>
7474
<string name="profile_preference_title_cat_assistances">Assistances</string>
7575
<string name="profile_preference_title_assistance_markRowColumn">Mark Row/Column</string>

0 commit comments

Comments
 (0)