summaryrefslogtreecommitdiff
path: root/tests/results/extract-qtdesigner.ui.h
blob: 6ef4e868f5d6d7d0d79d49ad104cfb3d68fbeb78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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", "O  K");
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");