Fix German Translation

Fix issues related to the merge of the translation into master

Change-Id: If23bfb96f811467ee609ea92aa9ef53f518f4b92
parent e11af9db
......@@ -686,7 +686,7 @@ public interface OdeMessages extends Messages, AutogeneratedOdeMessages {
@Description("Name of Guide link")
String guideTabName();
@DefaultMessage("Testing Feedback")
@DefaultMessage("Report an Issue")
@Description("Link for Report an Issue form")
String feedbackTabName();
......@@ -4706,8 +4706,7 @@ public interface OdeMessages extends Messages, AutogeneratedOdeMessages {
@DefaultMessage("<p><b>We detected errors while reading in your project</b></p>" +
"<p>To protect your project from damage, we have ended this session. You may close this " +
"window.</p>" +
"<p>For more information see <a href=\"http://appinventor.mit.edu/explore/ai2/support/troubleshooting.html#Corrupt\" target=\"_blank\">the Trouble Shooting Page</a></p>")
"window.</p>")
@Description("")
String corruptionDialogMessage();
......@@ -5010,15 +5009,12 @@ public interface OdeMessages extends Messages, AutogeneratedOdeMessages {
String NoticeTitle();
@DefaultMessage("Use this option to build apps that that will work back to Android version 2.1 (Eclair)," +
"<br/>but will not be publishable in the Google Play Store. " +
"<a href=\"http://appinv.us/xnot1\" target=\"_blank\">More Information</a>")
"<br/>but will not be publishable in the Google Play Store.")
@Description("Text for the Package non-SDK 26 Warning Dialog Box (HTML)")
String PackageNotice();
@DefaultMessage("Use this option to create applications that can be submitted to the Google Play Store." +
"<br/>These applications will not run on Android versions older than 4.0. " +
"<a href=\"http://appinv.us/xnot1\" target=\"_blank\">More Information</a>")
"<br/>These applications will not run on Android versions older than 4.0.")
@Description("Text for the Package SDK 26 Warning Dialog Box (HTML)")
String Package26Notice();
}
......@@ -166,7 +166,7 @@ public class TopPanel extends Composite {
TextButton feedbackLink = new TextButton(MESSAGES.feedbackTabName());
feedbackLink.addClickHandler(
new WindowOpenClickHandler(feedbackUrl));
feedbackLink.setStyleName("ode-TopPanelFeedbackButton");
feedbackLink.setStyleName("ode-TopPanelButton");
links.add(feedbackLink);
}
......
Subproject commit 918349eaf385713023300f17b3941830f9b45f32
Subproject commit c5ead64c2b930e0794031ea999df9dca62bcf0e1
Subproject commit effb4062e34576a011e788a0d33c1433a677f940
Subproject commit 1611532c898d33f2a30178c17c42f955751400da
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment