This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
258270else
259271 MSG_ERROR_LAUNCHING=" ERROR launching '${CFBundleName} '."
You can’t perform that action at this time.
0 commit comments