Skip to content

Commit

Permalink
German Translation (in the right place), catch up with some revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnKey committed Nov 27, 2021
1 parent ba6a791 commit 7730fc8
Show file tree
Hide file tree
Showing 9 changed files with 661 additions and 283 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,7 @@ Maintenance Mode) it will start after a reboot. This applies to all three Kiosk
Improvements in handling default application setting for Simple Kiosk, and improvements in
restarting when pressing the Home Button. Return to a saved root screen (Home application)
explicitly in some cases so that the system Home Screen can be Aesop. Simple Kiosk is allowed
on Android Q, but it really doesn't work well with the changes on Q. Use Pinning or Full instead.
on Android Q, but it really doesn't work well with the changes on Q. Use Pinning or Full instead.

## Version 1.2.2
Add German translations, thanks to @renarena.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ android {
multiDexEnabled true
minSdkVersion 17
targetSdkVersion 29
versionCode 12
versionCode 13
versionName getVersionName()
}
buildTypes {
Expand Down
366 changes: 366 additions & 0 deletions app/src/main/res/values-de/strings.xml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@
<!-- This must be a newline-separated list; be careful as the tools don't preserve newlines -->
<string name="release_new_features">\n
Zdalne sterowanie książkami przez e-mail/udostępniony plik.\n
Bugfixes"</string>
Niemieckie tłumaczenie\n
Bugfixes"
</string>

</resources>
558 changes: 280 additions & 278 deletions app/src/main/res/values/strings.xml

Large diffs are not rendered by default.

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Tue Dec 08 15:44:39 PST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
2 changes: 2 additions & 0 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ esac

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


# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
Expand Down Expand Up @@ -129,6 +130,7 @@ fi
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`

JAVACMD=`cygpath --unix "$JAVACMD"`

# We build the pattern for arguments to be converted via cygpath
Expand Down
4 changes: 4 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
set APP_BASE_NAME=%~n0
set APP_HOME=%DIRNAME%

@rem Resolve any "." and ".." in APP_HOME to make it shorter.
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi

@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"

Expand Down Expand Up @@ -81,6 +84,7 @@ set CMD_LINE_ARGS=%*

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


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

Expand Down

0 comments on commit 7730fc8

Please sign in to comment.