r113592 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113591‎ | r113592 | r113593 >
Date:21:45, 11 March 2012
Author:siebrand
Status:ok
Tags:i18nreview 
Comment:
Localisation updates from http://translatewiki.net.
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/General.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Getwikiapi.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Recentanonymousactivity.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Toolserverstatus.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php
@@ -598,6 +598,26 @@
599599 'view-source' => 'הצגת מקור',
600600 );
601601
 602+/** Hindi (हिन्दी)
 603+ * @author Siddhartha Ghai
 604+ */
 605+$messages['hi'] = array(
 606+ 'hello' => 'नमस्कार',
 607+ 'welcome' => 'सुस्वागतम्‌!',
 608+ 'toolversionstamp' => 'वर्ज़न $1 ($2)',
 609+ 'etc' => 'आदि',
 610+ 'namespace' => 'नामस्थान',
 611+ 'form-reset' => 'रीसेट करें',
 612+ 'years' => '{{PLURAL: $1|वर्ष}}',
 613+ 'weeks' => '{{PLURAL: $1|सप्ताह}}',
 614+ 'days' => '{{PLURAL: $1|दिन}}',
 615+ 'hours' => '{{PLURAL:$1|घंटा|घंटे}}',
 616+ 'minutes' => '{{PLURAL: $1|मिनट}}',
 617+ 'seconds' => '{{PLURAL: $1|सॅकेंड}}',
 618+ 'last-modified-date' => 'अंतिम परिवर्तन: $1',
 619+ 'view-source' => 'स्रोत देखें',
 620+);
 621+
602622 /** Croatian (Hrvatski)
603623 * @author Ex13
604624 */
@@ -1316,11 +1336,13 @@
13171337 'hello' => 'வணக்கம்',
13181338 'welcome' => 'வருக',
13191339 'etc' => 'இன்ன பிற',
 1340+ 'namespace' => 'பெயர்வெளி',
13201341 'form-submit' => 'செல்',
13211342 'form-reset' => 'மீட்டமைக்க',
13221343 'years' => '{{PLURAL: $1|வருடம்|வருடங்கள்}}',
13231344 'weeks' => '{{PLURAL: $1|வாரம்|வாரங்கள்}}',
13241345 'days' => '{{PLURAL: $1|நாள்|நாட்கள்}}',
 1346+ 'hours' => '{{PLURAL: $1|மணி|மணிகள்}}',
13251347 'minutes' => '{{PLURAL: $1|நிமிடம்|நிமிடங்கள்}}',
13261348 'seconds' => '{{PLURAL: $1|வினாடி|வினாடிகள்}}',
13271349 'last-modified-date' => 'கடைசியாகத் திருத்தப்பட்டது: $1',
Index: trunk/tools/ToolserverI18N/language/messages/Getwikiapi.i18n.php
@@ -30,7 +30,9 @@
3131 $messages['qqq'] = array(
3232 'formats-heading' => 'This is the heading above the list of available formats to export/output to.',
3333 'input' => 'This is the heading above the input form.',
34 - 'label-wikiids' => 'This form label is for the input field for the wiki identifiers. Users may type one or more identifiers here.',
 34+ 'label-wikiids' => 'This form label is for the input field for the wiki identifiers. Users may type one or more identifiers here.
 35+
 36+Identifiers can be a language code (e.g. \'de\' will assume the German Wikipedia), or a database code (enwiki_p for English Wikipedia), hostname (fr.wiktionary, optionally including ".org") and some others as well. Almost any form of identification or guessing is accepted.',
3537 'no-matches' => 'Message to be displayed if nothing was found for the given id. $1 represents the user input.',
3638 'output' => 'For each of the search results this heading is placed. $1 represents the user input.',
3739 );
@@ -242,6 +244,17 @@
243245 'output' => 'פלט עבור "$1"',
244246 );
245247
 248+/** Hindi (हिन्दी)
 249+ * @author Siddhartha Ghai
 250+ */
 251+$messages['hi'] = array(
 252+ 'formats-heading' => 'आउटपुट फ़ॉर्मैट',
 253+ 'input' => 'इनपुट',
 254+ 'label-wikiids' => 'विकी पहचान-चिन्ह',
 255+ 'no-matches' => '"$1" से कुछ भी मेल नहीं खाया',
 256+ 'output' => '"$1" के लिये आउटपुट',
 257+);
 258+
246259 /** Croatian (Hrvatski)
247260 * @author Ex13
248261 */
Index: trunk/tools/ToolserverI18N/language/messages/Monumentsapi.i18n.php
@@ -318,6 +318,19 @@
319319 'filter-all-languages' => 'כל השפות',
320320 );
321321
 322+/** Hindi (हिन्दी)
 323+ * @author Siddhartha Ghai
 324+ */
 325+$messages['hi'] = array(
 326+ 'search-title' => 'स्मारक खोज',
 327+ 'search-monuments-database' => 'स्मारक डाटाबेस में खोजें',
 328+ 'search-table-th-field' => 'फ़ील्ड',
 329+ 'search-table-th-filter' => 'फ़िल्टर',
 330+ 'search-table-th-search' => 'खोजें',
 331+ 'filter-all-countries' => 'सभी देश',
 332+ 'filter-all-languages' => 'सभी भाषाएँ',
 333+);
 334+
322335 /** Croatian (Hrvatski)
323336 * @author Ex13
324337 */
Index: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php
@@ -710,6 +710,16 @@
711711 'time-label' => 'Tid det tog att utföra kommandot',
712712 );
713713
 714+/** Tamil (தமிழ்)
 715+ * @author Aswn
 716+ */
 717+$messages['ta'] = array(
 718+ 'enter-details' => 'தகவல்களை உள்ளிடு',
 719+ 'language-label' => 'மொழி',
 720+ 'namespace-label' => 'பெயர்வெளி',
 721+ 'pagename-label' => 'பக்கத்தின் பெயர் (பெயர்வெளிகளைத் தவிர்த்து)',
 722+);
 723+
714724 /** Telugu (తెలుగు)
715725 * @author Veeven
716726 */
Index: trunk/tools/ToolserverI18N/language/messages/Recentanonymousactivity.i18n.php
@@ -151,6 +151,13 @@
152152 'title' => 'פעילות אלמונית אחרונה',
153153 );
154154
 155+/** Hindi (हिन्दी)
 156+ * @author Siddhartha Ghai
 157+ */
 158+$messages['hi'] = array(
 159+ 'title' => 'हाल में हुई बेनामी गतिविधि',
 160+);
 161+
155162 /** Croatian (Hrvatski)
156163 * @author Ex13
157164 */
Index: trunk/tools/ToolserverI18N/language/messages/Toolserverstatus.i18n.php
@@ -307,6 +307,25 @@
308308 'toolserver-status-short-missing' => '$1: חסר',
309309 );
310310
 311+/** Hindi (हिन्दी)
 312+ * @author Siddhartha Ghai
 313+ */
 314+$messages['hi'] = array(
 315+ 'toolserver-status-ok' => 'डाटाबेस क्लस्टर $1 में कोई समस्या नहीं हैं $2',
 316+ 'toolserver-status-info' => 'क्लस्टर $1 के प्रयोक्ताओं के लिये सूचना: $2',
 317+ 'toolserver-status-warn' => 'क्लस्टर $1 के प्रयोक्ताओं के लिये चेतावनी: $2',
 318+ 'toolserver-status-down' => 'डाटाबेस क्लस्टर $1 को अस्थायी रूप से बंद कर दिया गया है। $2',
 319+ 'toolserver-status-erro' => 'डाटाबेस क्लस्टर $1 बंद है। $2',
 320+ 'toolserver-status-unknown' => 'क्लस्टर $1 की स्थिति अज्ञात है',
 321+ 'toolserver-status-missing' => 'क्लस्टर $1 मौजूद नहीं है',
 322+ 'toolserver-status-short-info' => '$1: सूचना',
 323+ 'toolserver-status-short-warn' => '$1: चेतावनी',
 324+ 'toolserver-status-short-down' => '$1: बंद',
 325+ 'toolserver-status-short-erro' => '$1: त्रुटि',
 326+ 'toolserver-status-short-unknown' => '$1: अज्ञात',
 327+ 'toolserver-status-short-missing' => '$1: गायब',
 328+);
 329+
311330 /** Upper Sorbian (Hornjoserbsce)
312331 * @author Michawiki
313332 */
@@ -669,6 +688,16 @@
670689 'toolserver-status-short-missing' => '$1: Nedostaje',
671690 );
672691
 692+/** Tamil (தமிழ்)
 693+ * @author Aswn
 694+ */
 695+$messages['ta'] = array(
 696+ 'toolserver-status-short-ok' => '$1: சரி',
 697+ 'toolserver-status-short-info' => '$1: தகவல்',
 698+ 'toolserver-status-short-warn' => '$1: எச்சரி',
 699+ 'toolserver-status-short-erro' => '$1: பிழை',
 700+);
 701+
673702 /** Turkish (Türkçe)
674703 * @author Emperyan
675704 */
Index: trunk/tools/ToolserverI18N/language/messages/Tsintuition.i18n.php
@@ -43,6 +43,7 @@
4444 /** Message documentation (Message documentation)
4545 * @author EugeneZelenko
4646 * @author Krinkle
 47+ * @author Lloffiwr
4748 * @author Purodha
4849 */
4950 $messages['qqq'] = array(
@@ -61,7 +62,7 @@
6263 {{Identical|Overview}}',
6364 'tab-settings' => 'Dashboard tab for "Settings" which allows the user to edit the settings.
6465 {{Identical|Settings}}',
65 - 'tab-about' => 'Dashboard tab for "Demo" which opens a window with a demonstration page.
 66+ 'tab-about' => 'Dashboard tab for "Demo" which opens a window with a demonstration page. See [http://toolserver.org/~intuition/ toolserver].
6667 {{Identical|About}}',
6768 'tab-demo' => 'Dashboard tab for "Demo" which opens a window with a demonstration page.',
6869 'bl-mysettings' => 'Backlink from within other tools to the dashboard for users that have used TsIntuition before.',
@@ -696,6 +697,30 @@
697698 'help-translate-tooltip' => 'עזרו לאחרים לתרגם את הודעות הממשק לשפתכם.',
698699 );
699700
 701+/** Hindi (हिन्दी)
 702+ * @author Siddhartha Ghai
 703+ */
 704+$messages['hi'] = array(
 705+ 'fullname' => 'टूलसर्वर के उपयोग अंतरफल के लिये अंतर्राष्ट्रीयकरण',
 706+ 'current-settings' => 'वर्तमान सेटिंग्स',
 707+ 'current-language' => 'वर्तमान चयनित भाषा',
 708+ 'settings-legend' => 'सेटिंग्स',
 709+ 'choose-language' => 'भाषा चुनें',
 710+ 'clear-cookies' => 'कुकीज़ साफ़ करें',
 711+ 'clearcookies-success' => 'कुकीज़ साफ़ कर दी गई हैं।',
 712+ 'tab-settings' => 'सेटिंग्स',
 713+ 'tab-about' => 'विवरण',
 714+ 'tab-demo' => 'डॅमो',
 715+ 'bl-mysettings' => 'मेरी भाषा सेटिंग्स',
 716+ 'bl-mysettings-new' => 'भाषा बदलें!',
 717+ 'bl-promo' => 'अनुवाद $1 और $2 द्वारा किये गए हैं।',
 718+ 'bl-changelanguage' => 'इस टूल की अंतरफल भाषा बदलने के लिये यहाँ क्लिक करें।',
 719+ 'usage' => 'टूलसर्वर इंट्यूशन द्वारा अनूदित टूल',
 720+ 'help-translate-tool' => 'इस टूल का अनुवाद करने में मदद करें!',
 721+ 'help-translate-all' => 'टूलसर्वर का अनुवाद करने में मदद करें!',
 722+ 'help-translate-tooltip' => 'अपनी भाषा में अंतरफल संदेशों का अनुवाद कर के औरों की मदद करें।',
 723+);
 724+
700725 /** Croatian (Hrvatski)
701726 * @author Ex13
702727 */

Status & tagging log