Skip to content

Commit 7730fc8

Browse files
committed
German Translation (in the right place), catch up with some revisions.
1 parent ba6a791 commit 7730fc8

File tree

9 files changed

+661
-283
lines changed

9 files changed

+661
-283
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,7 @@ Maintenance Mode) it will start after a reboot. This applies to all three Kiosk
174174
Improvements in handling default application setting for Simple Kiosk, and improvements in
175175
restarting when pressing the Home Button. Return to a saved root screen (Home application)
176176
explicitly in some cases so that the system Home Screen can be Aesop. Simple Kiosk is allowed
177-
on Android Q, but it really doesn't work well with the changes on Q. Use Pinning or Full instead.
177+
on Android Q, but it really doesn't work well with the changes on Q. Use Pinning or Full instead.
178+
179+
## Version 1.2.2
180+
Add German translations, thanks to @renarena.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
multiDexEnabled true
7171
minSdkVersion 17
7272
targetSdkVersion 29
73-
versionCode 12
73+
versionCode 13
7474
versionName getVersionName()
7575
}
7676
buildTypes {

app/src/main/res/values-de/strings.xml

Lines changed: 366 additions & 0 deletions
Large diffs are not rendered by default.

app/src/main/res/values-pl/strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@
339339
<!-- This must be a newline-separated list; be careful as the tools don't preserve newlines -->
340340
<string name="release_new_features">\n
341341
Zdalne sterowanie książkami przez e-mail/udostępniony plik.\n
342-
Bugfixes"</string>
342+
Niemieckie tłumaczenie\n
343+
Bugfixes"
344+
</string>
343345

344346
</resources>

app/src/main/res/values/strings.xml

Lines changed: 280 additions & 278 deletions
Large diffs are not rendered by default.

gradle/wrapper/gradle-wrapper.jar

215 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Dec 08 15:44:39 PST 2020
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

gradlew

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ esac
8282

8383
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
8484

85+
8586
# Determine the Java command to use to start the JVM.
8687
if [ -n "$JAVA_HOME" ] ; then
8788
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
@@ -129,6 +130,7 @@ fi
129130
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
130131
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
131132
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133+
132134
JAVACMD=`cygpath --unix "$JAVACMD"`
133135

134136
# We build the pattern for arguments to be converted via cygpath

gradlew.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
2929
set APP_BASE_NAME=%~n0
3030
set APP_HOME=%DIRNAME%
3131

32+
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
33+
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
34+
3235
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3336
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
3437

@@ -81,6 +84,7 @@ set CMD_LINE_ARGS=%*
8184

8285
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
8386

87+
8488
@rem Execute Gradle
8589
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
8690

0 commit comments

Comments
 (0)