summaryrefslogtreecommitdiff
path: root/tests/results/extract-qtdesigner.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/results/extract-qtdesigner.ui.h')
-rw-r--r--tests/results/extract-qtdesigner.ui.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/results/extract-qtdesigner.ui.h b/tests/results/extract-qtdesigner.ui.h
new file mode 100644
index 0000000..dd85ea1
--- /dev/null
+++ b/tests/results/extract-qtdesigner.ui.h
@@ -0,0 +1,13 @@
+char *s = N_("Form");
+/* TRANSLATORS: this is the main title of the authentication dialog */
+char *s = N_("This is a translatable title");
+char *s = N_("<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">\n"
+ "<html><head><meta name="qrichtext" content="1" /><title>HTML document extraction test</title><style type="text/css">\n"
+ "p, li { white-space: pre-wrap; }\n"
+ "</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">\n"
+ "<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Once upon a time, in a galaxy far, far away... </p></body></html>");
+/* TRANSLATORS: refers to the action of accepting something */
+char *s = C_("Button", "Ok");
+char *s = C_("WelcomeDialog", "Don't show me this message in the future");
+/* TRANSLATORS: authentication is required to perform this action */
+char *s = N_("Require authentication");