r77744 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77743‎ | r77744 | r77745 >
Date:22:22, 4 December 2010
Author:holek
Status:deferred
Tags:
Comment:
adding Citation Templates Generator tool's i18n file to MediaWiki's SVN for translatewiki
Modified paths:
  • /trunk/extensions/ToolserverTools/HolekCiteGen (added) (history)
  • /trunk/extensions/ToolserverTools/HolekCiteGen/allMessages.php (added) (history)

Diff [purge]

Index: trunk/extensions/ToolserverTools/HolekCiteGen/allMessages.php
@@ -0,0 +1,195 @@
 2+<?php
 3+/**
 4+ * Internationalisation file for Cite book template generator.
 5+ *
 6+ * @addtogroup Languages
 7+ * @copyright © 2009 Michał Połtyn
 8+ * @source http://translatewiki.net/w/i.php?title=Special%3ATranslate&task=export-to-file&group=ext-citebook-gen
 9+ * @license GNU General Public Licence 2.0 or later
 10+ */
 11+
 12+$rtlLanguages = array('ar','arc','dv','fa','he','kk','ks','mzn','ps','sd','ug','ur','ydd','yi');
 13+
 14+$messages = array();
 15+
 16+
 17+
 18+/** English (English)
 19+ * @author Holek
 20+
 21+ * @author Wpedzich
 22+ */
 23+$messages['en'] = array(
 24+ 'ts-citegen-Title' => 'Citation templates generator',
 25+
 26+ // Button
 27+ 'ts-citegen-Send' => 'Send',
 28+
 29+ // Input
 30+ 'ts-citegen-Input-title' => 'Input',
 31+ 'ts-citegen-Input-text' => 'This is a citation template generator. Using it, you can quickly fill in the quotation templates in various language editions of Wikipedia. Please fill in the data (%s) in the fields below, and the script will try to complete the templates. Remember, it does not matter in which fields you will put the input data. Script will automatically match the correct template to given input.',
 32+ 'ts-citegen-Option-append-author-link' => 'Append the author wikilinks into the template',
 33+ 'ts-citegen-Option-append-newlines' => 'Append new lines after each parameter',
 34+ 'ts-citegen-Option-add-references' => 'Add <ref> tags around citing templates',
 35+ 'ts-citegen-Option-add-list' => 'Create a wikilist of citing templates',
 36+
 37+ // Output
 38+ 'ts-citegen-Output-title' => 'Result',
 39+ 'ts-citegen-Output-select-disclaimer' => 'Remember that choosing a template language does not guarantee that specific template is available in your language. This field lists available languages of every supported template. Ie. it may display French, because only {{Cite book}} is supported.',
 40+ 'ts-citegen-Wrong-input' => '%s: not identified as a correct input.',
 41+
 42+ // Settings
 43+ 'ts-citegen-Parsers' => 'Parsers',
 44+ 'ts-citegen-Skins' => 'Output',
 45+ 'ts-citegen-Skin-skins' => 'Skins',
 46+ 'ts-citegen-Skin-outputformat' => 'Output format',
 47+
 48+ 'ts-citegen-Template-lang' => 'Template language',
 49+
 50+ // Sources
 51+ 'ts-citegen-Sources-title' => 'Sources',
 52+ 'ts-citegen-Sourcer-text' => 'Below the list of used sources is available.',
 53+
 54+ // Sidebar-related messages
 55+ 'ts-citegen-Sidebar-title' => 'Citations generator',
 56+ 'ts-citegen-Sidebar-text' => 'This version of the generator uses the setup found on the full version of this generator. Ie. if you want to change the language version of the template, make the change using the generator itself. The settings are saved with the use of cookies.',
 57+
 58+ 'ts-citegen-Sidebar-add-Firefox' => 'Add to the sidebar',
 59+ 'ts-citegen-Sidebar-add-Opera' => 'Add to the Hotlist',
 60+ 'ts-citegen-Sidebar-add-IE-Mac' => 'Add to the Page Holder',
 61+ 'ts-citegen-Sidebar-add-IE-Mac-details' => 'Once the page has loaded, open your Page Holder, click \'Add\' then use the Page Holder Favorites button to store it as a Page Holder Favourite.',
 62+
 63+ // Portlet messages
 64+ 'ts-citegen-Tools' => 'Tools',
 65+ 'ts-citegen-Other-languages' => 'Other languages',
 66+
 67+ 'ts-citegen-Save-it' => 'Current query',
 68+
 69+ // Error messages
 70+ 'ts-citegen-Errors-title' => 'Errors',
 71+ 'ts-citegen-Unavailable-API' => 'Error: Wikimedia API is unavailable',
 72+ 'ts-citegen-Unavailable-SQL' => 'Error: Toolserver database is unavailable. MySQL produced: %s',
 73+ 'ts-citegen-base-disabled' => 'Error: %s database is unavailable.'
 74+
 75+
 76+);
 77+
 78+
 79+/** Message documentation (Message documentation)
 80+ * @author Holek
 81+ */
 82+$messages['qqq'] = array(
 83+ 'ts-citegen-Title' => 'Generator title',
 84+
 85+ // Button
 86+ 'ts-citegen-Send' => 'Send button',
 87+
 88+ // Input
 89+ 'ts-citegen-Input-title' => 'Input secton',
 90+ 'ts-citegen-Input-text' => 'Input section description',
 91+ 'ts-citegen-Option-append-author-link' => 'Appends the author wikilinks into the template',
 92+ 'ts-citegen-Option-append-newlines' => 'Appends new lines after each parameter',
 93+ 'ts-citegen-Option-add-references' => 'Adds <ref> tags around citing templates',
 94+ 'ts-citegen-Option-add-list' => 'Creates a wikilist of citing templates',
 95+
 96+ // Output
 97+ 'ts-citegen-Output-title' => 'Output section',
 98+ 'ts-citegen-Output-select-disclaimer' => 'Disclaimer about output templates',
 99+ 'ts-citegen-Wrong-input' => '"%s" is an unidentified input.',
 100+
 101+ // Options
 102+ 'ts-citegen-Parsers' => 'Parsers',
 103+ 'ts-citegen-Skins' => 'Output',
 104+ 'ts-citegen-Skin-skins' => 'Skins',
 105+ 'ts-citegen-Skin-outputformat' => 'Output format',
 106+
 107+ 'ts-citegen-Template-lang' => 'Template language',
 108+
 109+ // Sources
 110+ 'ts-citegen-Sources-title' => 'Sources section title',
 111+ 'ts-citegen-Sourcer-text' => 'An explanation test for sources section',
 112+
 113+ // Sidebar-related messages
 114+ 'ts-citegen-Sidebar-title' => 'Shortened title used for mini-generator',
 115+ 'ts-citegen-Sidebar-text' => 'An explanation text used in the sidebar.',
 116+
 117+ 'ts-citegen-Sidebar-add-Firefox' => 'Caption of generator addition to Firefox\'s sidebar',
 118+ 'ts-citegen-Sidebar-add-Opera' => 'Caption of generator addition to Opera\'s Hotlist',
 119+ 'ts-citegen-Sidebar-add-IE-Mac' => 'Caption of generator addition to Mac IE\'s Page Holder',
 120+ 'ts-citegen-Sidebar-add-IE-Mac-details' => 'Details on generator addition to Mac IE\'s Page Holder',
 121+
 122+ // Portlet messages
 123+ 'ts-citegen-Tools' => 'Tools portlet section',
 124+ 'ts-citegen-Other-languages' => 'Other languages section',
 125+
 126+ 'ts-citegen-Save-it' => 'Link to itself/current query',
 127+
 128+ // Error messages
 129+ 'ts-citegen-Errors-title' => 'Errors section title',
 130+ 'ts-citegen-Unavailable-API' => 'Error message: Wikimedia API is unavailable',
 131+ 'ts-citegen-Unavailable-SQL' => 'Error message: Toolserver database is unavailable. %s is an error message',
 132+ 'ts-citegen-base-disabled' => 'Error message: A book database is unavailable. <tt>%s</tt> is the name of the database.'
 133+
 134+
 135+);
 136+
 137+
 138+/** Polish (Polski)
 139+ * @author Holek
 140+ */
 141+$messages['pl'] = array(
 142+ 'ts-citegen-Title' => 'Generator szablonów cytowania',
 143+
 144+ // Button
 145+ 'ts-citegen-Send' => 'Wyślij',
 146+
 147+ // Input
 148+ 'ts-citegen-Input-title' => 'Dane wejściowe',
 149+ 'ts-citegen-Input-text' => 'To jest generator szablonów cytowania. Za pomocą tego narzędzia możesz szybko uzupełnić różne szablony cytowania dostępne w różnych edycjach językowych Wikipedii. Wpisz w polach poniżej odpowiednie dane (%s), a skrypt postara się wypełnić odpowiednie szablony według danych wejściowych. Pamiętaj, że nie ma znaczenia, w których polach, co wpiszesz. Skrypt automatycznie dopasowuje szablony do wprowadzonych danych.',
 150+ 'ts-citegen-Option-append-author-link' => 'Dołączaj linki do artykułów o odpowiednich autorach',
 151+ 'ts-citegen-Option-append-newlines' => 'Umieszczaj nowe linie po każdym parametrze',
 152+ 'ts-citegen-Option-add-references' => 'Umieść szablony pomiędzy tagami <ref></ref>',
 153+ 'ts-citegen-Option-add-list' => 'Dodaj wikilistę do szablonów cytowania',
 154+
 155+ // Output
 156+ 'ts-citegen-Output-title' => 'Rezultat',
 157+ 'ts-citegen-Output-select-disclaimer' => 'Pamiętaj: wybierając konkretny język skrypt nie gwarantuje, że wszystkie szablony są gotowe do użytku w danym języku. To pole wyświetla listę języków z każdego obsługiwanego szablonu. Na przykład może być w nim dostępny język francuski, ponieważ skrypt obsługuje jedynie francuski odpowiednik {{Cytuj książkę}}.',
 158+ 'ts-citegen-Wrong-input' => '%s: nie zidentyfikowano.',
 159+
 160+ // Options
 161+ 'ts-citegen-Parsers' => 'Bazy',
 162+ 'ts-citegen-Skins' => 'Forma prezentacji',
 163+ 'ts-citegen-Skin-skins' => 'Skórki',
 164+ 'ts-citegen-Skin-outputformat' => 'Dla botów',
 165+
 166+ 'ts-citegen-Template-lang' => 'Język szablonu',
 167+
 168+ // Sources
 169+ 'ts-citegen-Sources-title' => 'Źródła',
 170+ 'ts-citegen-Sourcer-text' => 'Poniżej podane są strony, z których korzystano przy pobieraniu informacji o książkach. Każdy z linków przenosi ',
 171+
 172+ // Sidebar-related messages
 173+ 'ts-citegen-Sidebar-title' => 'Generator cytowań',
 174+ 'ts-citegen-Sidebar-text' => 'Ta wersja generatora wykorzystuje ustawienia stosowane przez pełną wersję generatora. Jeżeli chcesz np. zmienić język szablonu, zmień go tamże. Ustawienia zapisywane są za pomoca ciasteczek.',
 175+
 176+ 'ts-citegen-Sidebar-add-Firefox' => 'Dodaj do panelu bocznego',
 177+ 'ts-citegen-Sidebar-add-Opera' => 'Dodaj do panelu Opery',
 178+ 'ts-citegen-Sidebar-add-IE-Mac' => 'Dodaj do Page Holdera',
 179+ 'ts-citegen-Sidebar-add-IE-Mac-details' => 'Gdy strona zostanie załadowana, otwórz Page Holder, naciśnij "Dodaj" i użyj przycisku Ulubionych Page Holdera, aby zapisać generator w panelu.',
 180+
 181+ // Portlet messages
 182+ 'ts-citegen-Tools' => 'Narzędzia',
 183+ 'ts-citegen-Other-languages' => 'W innych językach',
 184+
 185+ 'ts-citegen-Save-it' => 'Samowywołanie (zapisz tę stronę)',
 186+
 187+ // Error messages
 188+ 'ts-citegen-Errors-title' => 'Błędy',
 189+ 'ts-citegen-Unavailable-API' => 'Błąd: API Wikipedii jest niedostępne',
 190+ 'ts-citegen-Unavailable-SQL' => 'Błąd: Dostęp do bazy danych SQL niemożliwy',
 191+ 'ts-citegen-base-disabled' => 'Błąd: Baza %s jest niedostępna'
 192+
 193+
 194+);
 195+
 196+?>
Property changes on: trunk/extensions/ToolserverTools/HolekCiteGen/allMessages.php
___________________________________________________________________
Added: svn:eol-style
1197 + native
Added: svn:executable
2198 + *

Follow-up revisions

RevisionCommit summaryAuthorDate
r77784Follow-up r77744: Add Toolserver Tool to Translatewikiraymond09:45, 5 December 2010

Status & tagging log