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 @@ |
21 | 21 | 'webfonts-menu-tooltip' => 'Select a font for the page', |
22 | 22 | 'webfonts-help' => 'Help', |
23 | 23 | '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]', |
24 | 30 | ); |
25 | 31 | |
26 | 32 | /** Message documentation (Message documentation) |
— | — | @@ -35,6 +41,12 @@ |
36 | 42 | 'webfonts-menu-tooltip' => 'Tooltip text displayed in the webfont link', |
37 | 43 | 'webfonts-help' => 'Text for the help link. |
38 | 44 | {{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.', |
39 | 51 | ); |
40 | 52 | |
41 | 53 | /** Afrikaans (Afrikaans) |
— | — | @@ -548,6 +560,12 @@ |
549 | 561 | 'webfonts-enable-preference' => 'ഫോണ്ട് എംബെഡ് ചെയ്യുക.(വെബ്ഫോണ്ട്സ്)', |
550 | 562 | 'webfonts-menu-tooltip' => 'ഈ താളിനുവേണ്ടി ഒരു ഫോണ്ട് തിരഞ്ഞെടുക്കുക', |
551 | 563 | '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 ഈ താള് സഹായിച്ചേക്കും.]', |
552 | 570 | ); |
553 | 571 | |
554 | 572 | /** Marathi (मराठी) |
Index: trunk/extensions/WebFonts/WebFonts.php |
— | — | @@ -30,7 +30,6 @@ |
31 | 31 | |
32 | 32 | // Internationalization |
33 | 33 | $wgExtensionMessagesFiles['WebFonts'] = "$dir/WebFonts.i18n.php"; |
34 | | -$wgExtensionMessagesFiles['SpecialWebFonts'] = "$dir/SpecialWebFonts.i18n.php"; |
35 | 34 | $wgExtensionMessagesFiles['WebFontsAlias'] = "$dir/WebFonts.alias.php"; |
36 | 35 | |
37 | 36 | // Register auto load for the page class |