Robert Vogel has submitted this change and it was merged. Change subject: Initial I18N (QQQ, EN, DE) ......................................................................
Initial I18N (QQQ, EN, DE) Based on texts found on the original 'Teahouse' surface. http://en.wikipedia.org/wiki/Wikipedia:Teahouse/Questions Change-Id: I48439b9fa3f68d91ff4f619c81b1dccf79718c8e --- A i18n/de.json A i18n/en.json A i18n/qqq.json 3 files changed, 45 insertions(+), 0 deletions(-) Approvals: Robert Vogel: Verified; Looks good to me, approved Swidmann: Checked; Looks good to me, but someone else must approve diff --git a/i18n/de.json b/i18n/de.json new file mode 100644 index 0000000..a728b69 --- /dev/null +++ b/i18n/de.json @@ -0,0 +1,15 @@ +{ + "@metadata": { + "authors": [ + "Robert Vogel <[email protected]>" + ] + }, + "th-desc": "Entwicklungserweiterung für das 'Teahouse' Gadget", + "th-button-text": "Stelle deine Frage", + "th-dialog-title": "Stelle deine Frage", + "th-dialog-description-top": "Bitte schreibe eine kurze Frage in das Textfeld. Wenn du weitere Informationen angeben willst, verwende bitte die große Textbox.", + "th-dialog-label-summary": "Deine Frage", + "th-dialog-label-text": "Genauere Beschreibung der Frage (Du kannst WikiText verwenden)", + "th-dialog-btn-ok": "Frage abschicken", + "th-dialog-btn-cancel": "Abbrechen" +} diff --git a/i18n/en.json b/i18n/en.json new file mode 100644 index 0000000..bc5e111 --- /dev/null +++ b/i18n/en.json @@ -0,0 +1,15 @@ +{ + "@metadata": { + "authors": [ + "Robert Vogel <[email protected]>" + ] + }, + "th-desc": "Development extension for \"Teahouse\" gadget", + "th-button-text": "Ask your question", + "th-dialog-title": "Ask your question", + "th-dialog-description-top": "Please provide a short question within the textfield. If you have additional information you want to submit, please use the large textbox.", + "th-dialog-label-summary": "Your question", + "th-dialog-label-text": "Full text of your question (You may use wikitext)", + "th-dialog-btn-ok": "Send question", + "th-dialog-btn-cancel": "Cancel" +} diff --git a/i18n/qqq.json b/i18n/qqq.json new file mode 100644 index 0000000..54b2d98 --- /dev/null +++ b/i18n/qqq.json @@ -0,0 +1,15 @@ +{ + "@metadata": { + "authors": [ + "Robert Vogel <[email protected]>" + ] + }, + "th-desc": "Used in [[Special:Version]], description teahouse extension", + "th-button-text": "Text of a button/link on a page and within the user menu", + "th-dialog-title": "Title of the dialog box", + "th-dialog-description-top": "A short description of how to use teh dialog at the beginning", + "th-dialog-label-summary": "Label of a text field that contains the question itself", + "th-dialog-label-text": "Label of a textarea that allows an additional information for the question", + "th-dialog-btn-ok": "Text of the button that sends the question", + "th-dialog-btn-cancel": "Text of the button that resets the form and closes the dialog" +} -- To view, visit https://gerrit.wikimedia.org/r/155532 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I48439b9fa3f68d91ff4f619c81b1dccf79718c8e Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/extensions/Teahouse Gerrit-Branch: master Gerrit-Owner: Robert Vogel <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Robert Vogel <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: Swidmann <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
