r108135 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108134‎ | r108135 | r108136 >
Date:10:58, 5 January 2012
Author:santhosh
Status:ok
Tags:
Comment:
Remove SpecialWebFonts.i18n.php, merge the content to WebFonts.i18n.php
Followup r108120
Modified paths:
  • /trunk/extensions/WebFonts/SpecialWebFonts.i18n.php (deleted) (history)
  • /trunk/extensions/WebFonts/WebFonts.i18n.php (modified) (history)
  • /trunk/extensions/WebFonts/WebFonts.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WebFonts/SpecialWebFonts.i18n.php
@@ -1,46 +0,0 @@
2 -<?php
3 -/**
4 - * Internationalisation file for extension webfonts.
5 - *
6 - * @file
7 - * @ingroup Extensions
8 - */
9 -
10 -$messages = array();
11 -
12 -/** English
13 - * @author santhosh
14 -*/
15 -$messages['en'] = array(
16 - 'webfonts-preview-intro' => 'This page helps you to preview the fonts available in the WebFonts extension and optionally download and install in your computer.',
17 - 'webfonts-preview-title' => 'Preview the fonts',
18 - 'webfonts-preview-download' => 'Download',
19 - 'webfonts-preview-sampletext' => 'The quick brown fox jumps over the lazy dog',
20 - 'webfonts-preview-installing-fonts-title' => 'Installing Fonts',
21 - 'webfonts-preview-installing-fonts-text' => 'You can download a font using the {{int:webfonts-preview-download}} link given above. To install the downloaded font in your computer, please refer [//mediawiki.org/wiki/Special:MyLanguage/Help:How_to_install_fonts this documentation]',
22 -);
23 -
24 -/** Message documentation (Message documentation)
25 - * @author santhosh
26 - */
27 -$messages['qqq'] = array(
28 - 'webfonts-preview-intro' => 'Introduction to the page.',
29 - 'webfonts-preview-title' => 'Title for the preview area.',
30 - 'webfonts-preview-download' => 'Download link text.',
31 - 'webfonts-preview-sampletext' => 'Do not translate literally, but give a text in your language for using as default preview text.',
32 - 'webfonts-preview-installing-fonts-title' => 'Title of Installing Fonts section',
33 - 'webfonts-preview-installing-fonts-text' => 'Text pointing to the installation document link.',
34 -);
35 -
36 -/** Malayalam
37 - * @author santhosh
38 - */
39 -$messages['ml'] = array(
40 - 'webfonts-preview-intro' => 'വെബ്ഫോണ്ട് എക്സ്റ്റന്‍ഷനിലുള്ള ഫോണ്ടുകള്‍ പരീക്ഷിച്ചുനോക്കി അവ നിങ്ങളുടെ കമ്പ്യൂട്ടറില്‍ ഇന്‍സ്റ്റാള്‍ ചെയ്യുന്നതിനു് ഈ താള്‍ സഹായിക്കുന്നു.',
41 - 'webfonts-preview-title' => 'ഫോണ്ടുകള്‍ പരീക്ഷിച്ചുനോക്കുക',
42 - 'webfonts-preview-download' => 'ഡൌണ്‍ലോഡ്',
43 - 'webfonts-preview-sampletext' => 'തിരഞ്ഞെടുത്ത ഫോണ്ട് പരീക്ഷിച്ചു നോക്കാനായി ഇവിടെ നിങ്ങള്‍ക്കിഷ്ടമുള്ളതെഴുതാം.',
44 - 'webfonts-preview-installing-fonts-title' => 'ഫോണ്ടുകള്‍ ഇന്‍സ്റ്റാള്‍ ചെയ്യുന്ന വിധം',
45 - 'webfonts-preview-installing-fonts-text' => 'മുകളില്‍ കൊടുത്തിരിക്കുന്ന {{int:webfonts-preview-download}} കണ്ണി ഉപയോഗിച്ചു് നിങ്ങള്‍ക്കു് ഫോണ്ട് ഡൌണ്‍ലോഡ് ചെയ്യാം. അതിനു ശേഷം ഇന്‍സ്റ്റാള്‍ ചെയ്യുന്നതിനായി [//mediawiki.org/wiki/Special:MyLanguage/Help:How_to_install_fonts ഈ താള്‍ സഹായിച്ചേക്കും.]',
46 -);
47 -
Index: trunk/extensions/WebFonts/WebFonts.i18n.php
@@ -20,6 +20,12 @@
2121 'webfonts-menu-tooltip' => 'Select a font for the page',
2222 'webfonts-help' => 'Help',
2323 'webfonts-help-page' => '//www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:WebFonts',
 24+ 'webfonts-preview-intro' => 'This page helps you to preview the fonts available in the WebFonts extension and optionally download and install in your computer.',
 25+ 'webfonts-preview-title' => 'Preview the fonts',
 26+ 'webfonts-preview-download' => 'Download',
 27+ 'webfonts-preview-sampletext' => 'The quick brown fox jumps over the lazy dog',
 28+ 'webfonts-preview-installing-fonts-title' => 'Installing Fonts',
 29+ 'webfonts-preview-installing-fonts-text' => 'You can download a font using the {{int:webfonts-preview-download}} link given above. To install the downloaded font in your computer, please refer [//mediawiki.org/wiki/Special:MyLanguage/Help:How_to_install_fonts this documentation]',
2430 );
2531
2632 /** Message documentation (Message documentation)
@@ -35,6 +41,12 @@
3642 'webfonts-menu-tooltip' => 'Tooltip text displayed in the webfont link',
3743 'webfonts-help' => 'Text for the help link.
3844 {{Identical|Help}}',
 45+ 'webfonts-preview-intro' => 'Introduction to the page.',
 46+ 'webfonts-preview-title' => 'Title for the preview area.',
 47+ 'webfonts-preview-download' => 'Download link text.',
 48+ 'webfonts-preview-sampletext' => 'Do not translate literally, but give a text in your language for using as default preview text.',
 49+ 'webfonts-preview-installing-fonts-title' => 'Title of Installing Fonts section',
 50+ 'webfonts-preview-installing-fonts-text' => 'Text pointing to the installation document link.',
3951 );
4052
4153 /** Afrikaans (Afrikaans)
@@ -548,6 +560,12 @@
549561 'webfonts-enable-preference' => 'ഫോണ്ട് എംബെഡ് ചെയ്യുക.(വെബ്ഫോണ്ട്സ്)',
550562 'webfonts-menu-tooltip' => 'ഈ താളിനുവേണ്ടി ഒരു ഫോണ്ട് തിരഞ്ഞെടുക്കുക',
551563 'webfonts-help' => 'സഹായം',
 564+ 'webfonts-preview-intro' => 'വെബ്ഫോണ്ട് എക്സ്റ്റന്‍ഷനിലുള്ള ഫോണ്ടുകള്‍ പരീക്ഷിച്ചുനോക്കി അവ നിങ്ങളുടെ കമ്പ്യൂട്ടറില്‍ ഇന്‍സ്റ്റാള്‍ ചെയ്യുന്നതിനു് ഈ താള്‍ സഹായിക്കുന്നു.',
 565+ 'webfonts-preview-title' => 'ഫോണ്ടുകള്‍ പരീക്ഷിച്ചുനോക്കുക',
 566+ 'webfonts-preview-download' => 'ഡൌണ്‍ലോഡ്',
 567+ 'webfonts-preview-sampletext' => 'തിരഞ്ഞെടുത്ത ഫോണ്ട് പരീക്ഷിച്ചു നോക്കാനായി ഇവിടെ നിങ്ങള്‍ക്കിഷ്ടമുള്ളതെഴുതാം.',
 568+ 'webfonts-preview-installing-fonts-title' => 'ഫോണ്ടുകള്‍ ഇന്‍സ്റ്റാള്‍ ചെയ്യുന്ന വിധം',
 569+ 'webfonts-preview-installing-fonts-text' => 'മുകളില്‍ കൊടുത്തിരിക്കുന്ന {{int:webfonts-preview-download}} കണ്ണി ഉപയോഗിച്ചു് നിങ്ങള്‍ക്കു് ഫോണ്ട് ഡൌണ്‍ലോഡ് ചെയ്യാം. അതിനു ശേഷം ഇന്‍സ്റ്റാള്‍ ചെയ്യുന്നതിനായി [//mediawiki.org/wiki/Special:MyLanguage/Help:How_to_install_fonts ഈ താള്‍ സഹായിച്ചേക്കും.]',
552570 );
553571
554572 /** Marathi (मराठी)
Index: trunk/extensions/WebFonts/WebFonts.php
@@ -30,7 +30,6 @@
3131
3232 // Internationalization
3333 $wgExtensionMessagesFiles['WebFonts'] = "$dir/WebFonts.i18n.php";
34 -$wgExtensionMessagesFiles['SpecialWebFonts'] = "$dir/SpecialWebFonts.i18n.php";
3534 $wgExtensionMessagesFiles['WebFontsAlias'] = "$dir/WebFonts.alias.php";
3635
3736 // Register auto load for the page class

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108120Add Special:WebFonts for previewing the fonts and download....santhosh09:01, 5 January 2012

Status & tagging log