Raimond Spekking has uploaded a new change for review. https://gerrit.wikimedia.org/r/67824
Change subject: Some consistency tweaks in preparation for adding extension to translatewiki.net ...................................................................... Some consistency tweaks in preparation for adding extension to translatewiki.net * Shorten description message * Remove . at end of the description message * Spaces2Tabs * Add standard headers Change-Id: I4988140d569022685c70ad9eedf6f9f1aeb4d6a8 --- M QuickResponse.i18n.php 1 file changed, 24 insertions(+), 16 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/QuickResponse refs/changes/24/67824/1 diff --git a/QuickResponse.i18n.php b/QuickResponse.i18n.php index effcd27..d98a45e 100644 --- a/QuickResponse.i18n.php +++ b/QuickResponse.i18n.php @@ -1,24 +1,32 @@ <?php -// Internationalisation for QuickResponse extension - +/** + * Internationalisation file for the extension QuickResponse + * + * @file + * @ingroup Extensions + * @author konarak + * @licence MIT License + */ + $messages = array(); -// English -// @author konarak - +/** English + * @author konarak + */ $messages['en'] = array( - 'quickresponse-desc' => 'This extension generates a QR code for the URL for the current page.', - 'quickresponse-text' => 'QR code', - 'quickresponse-tooltip' => 'Generate a QR code for the current URL', - 'quickresponse-title' => 'Here\'s your QR code!' + 'quickresponse-desc' => 'Generates a QR code for the URL for the current page', + 'quickresponse-text' => 'QR code', + 'quickresponse-tooltip' => 'Generate a QR code for the current URL', + 'quickresponse-title' => 'Here\'s your QR code!' ); -// Message Documentation -// @author konarak - +/** Message documentation (Message documentation) + * @author konarak + */ $messages['qqq'] = array( - 'quickresponse-desc' => 'Description of the extension', - 'quickresponse-text' => 'Text for the link in the toolbox', - 'quickresponse-tooltip' => 'Text for the link tooltip', - 'quickresponse-title' => 'The title of the dialog box' + 'quickresponse-desc' => 'Description of the extension', + 'quickresponse-text' => 'Text for the link in the toolbox', + 'quickresponse-tooltip' => 'Text for the link tooltip', + 'quickresponse-title' => 'The title of the dialog box' ); + -- To view, visit https://gerrit.wikimedia.org/r/67824 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4988140d569022685c70ad9eedf6f9f1aeb4d6a8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/QuickResponse Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
