Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 096b2a5

Browse files
committed
add German localization / refs #27 #30
1 parent 8c0f1db commit 096b2a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/universalJavaApplicationStub

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,18 @@ if [[ $LANG == fr* ]] ; then
254254
MSG_LATER="Plus tard"
255255
MSG_VISIT_JAVA_DOT_COM="Visiter java.com"
256256

257+
# German localization
258+
elif [[ $LANG == de* ]] ; then
259+
MSG_ERROR_LAUNCHING="FEHLER beim starten von '${CFBundleName}'."
260+
MSG_MISSING_MAINCLASS="Die 'MainClass' ist nicht spezifiziert!\nDie Java-Anwendung kann nicht gestartet werden!"
261+
MSG_NO_SUITABLE_JAVA="Es wurde keine passende Java-Version auf Ihrem System gefunden!\nDieses Programm benötigt Java"
262+
MSG_JAVA_VERSION_OR_LATER="oder neuer"
263+
MSG_JAVA_VERSION_LATEST="(neuste Unterversion)"
264+
MSG_NO_SUITABLE_JAVA_CHECK="Stellen Sie sicher, dass die angeforderte Java-Version installiert ist."
265+
MSG_INSTALL_JAVA="Auf Ihrem System muss die 'Java'-Software installiert sein.\nBesuchen Sie java.com für weitere Installationshinweise."
266+
MSG_LATER="Später"
267+
MSG_VISIT_JAVA_DOT_COM="java.com öffnen"
268+
257269
# English default localization
258270
else
259271
MSG_ERROR_LAUNCHING="ERROR launching '${CFBundleName}'."

0 commit comments

Comments
 (0)