Index: trunk/extensions/Translate/README |
— | — | @@ -1,19 +1,19 @@ |
2 | | -== Installation ==
|
3 | | -LocalSettings.php:
|
4 | | -
|
5 | | -include("$IP/extensions/Translate/Translate.php");
|
6 | | -$wgTranslateEC = array_keys($wgTranslateAC); // All modules
|
7 | | -$wgTranslateFuzzyBotName = 'FuzzyBot';
|
8 | | -$wgTranslateTryLoad = true;
|
9 | | -$wgGroupPermissions['Translators']['translate'] = true;
|
10 | | -
|
11 | | -* To use fuzzy.php, symlink and run it form maintenance directory
|
12 | | -* Users have to be a member of user group 'Translators' to enable full functionality.
|
13 | | -
|
14 | | -
|
15 | | -== New features in version 4 ==
|
16 | | -* New "task-based" interface
|
17 | | -* Paging of messages
|
18 | | -* Seperation of translation and interface language
|
19 | | -* New mediawiki extensions available for translation
|
20 | | -* Support for extensions which use splitted i18n files
|
| 2 | +== Installation == |
| 3 | +LocalSettings.php: |
| 4 | + |
| 5 | +include("$IP/extensions/Translate/Translate.php"); |
| 6 | +$wgTranslateEC = array_keys($wgTranslateAC); // All modules |
| 7 | +$wgTranslateFuzzyBotName = 'FuzzyBot'; |
| 8 | +$wgTranslateTryLoad = true; |
| 9 | +$wgGroupPermissions['Translators']['translate'] = true; |
| 10 | + |
| 11 | +* To use fuzzy.php, symlink and run it form maintenance directory |
| 12 | +* Users have to be a member of user group 'Translators' to enable full functionality. |
| 13 | + |
| 14 | + |
| 15 | +== New features in version 4 == |
| 16 | +* New "task-based" interface |
| 17 | +* Paging of messages |
| 18 | +* Seperation of translation and interface language |
| 19 | +* New mediawiki extensions available for translation |
| 20 | +* Support for extensions which use splitted i18n files |
Property changes on: trunk/extensions/Translate/README |
___________________________________________________________________ |
Added: svn:eol-style |
21 | 21 | + native |
Property changes on: trunk/extensions/CentralNotice/README |
___________________________________________________________________ |
Added: svn:eol-style |
22 | 22 | + native |
Property changes on: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php |
___________________________________________________________________ |
Added: svn:eol-style |
23 | 23 | + native |
Property changes on: trunk/extensions/SemanticForms/languages/SF_LanguageZh_tw.php |
___________________________________________________________________ |
Added: svn:eol-style |
24 | 24 | + native |
Property changes on: trunk/extensions/wikidiff2/debian/control |
___________________________________________________________________ |
Added: svn:eol-style |
25 | 25 | + native |
Property changes on: trunk/extensions/wikidiff2/debian/compat |
___________________________________________________________________ |
Added: svn:eol-style |
26 | 26 | + native |
Property changes on: trunk/extensions/wikidiff2/debian/changelog |
___________________________________________________________________ |
Added: svn:eol-style |
27 | 27 | + native |
Property changes on: trunk/extensions/wikidiff2/debian/copyright |
___________________________________________________________________ |
Added: svn:eol-style |
28 | 28 | + native |
Index: trunk/extensions/CategoryTree/CategoryTree.i18n.bcl.php |
— | — | @@ -1,30 +1,30 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Internationalisation file for the CategoryTree extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author editors of wikipedia
|
10 | | - * @copyright 2007 Filipinayzd
|
11 | | - * @licence GNU Free Documentation License, Version 1.2
|
12 | | - *
|
13 | | -
|
14 | | - Permission is granted to copy, distribute and/or modify this document
|
15 | | - under the terms of the GNU Free Documentation License, Version 1.2
|
16 | | - or any later version published by the Free Software Foundation;
|
17 | | - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
18 | | - Texts. A copy of the license is included in the section entitled "GNU
|
19 | | - Free Documentation License".
|
20 | | - */
|
21 | | -
|
22 | | -$messages = array(
|
23 | | - 'categorytree-category' => 'Kategorya',
|
24 | | - 'categorytree-mode-all' => 'gabos na mga pahina',
|
25 | | - 'categorytree-loading' => 'pigkakarga',
|
26 | | - 'categorytree-nothing-found' => 'mayong nahanap',
|
27 | | - 'categorytree-no-subcategories' => 'mayong mga sub-kategorya',
|
28 | | - 'categorytree-no-pages' => 'mayong mga pahina o sub-kategorya',
|
29 | | - 'categorytree-retry' => 'Paki halat mûna tapos probaran giraray.',
|
30 | | - 'categorytree-show-list' => 'Ipahiling an lista',
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the CategoryTree extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author editors of wikipedia |
| 10 | + * @copyright 2007 Filipinayzd |
| 11 | + * @licence GNU Free Documentation License, Version 1.2 |
| 12 | + * |
| 13 | + |
| 14 | + Permission is granted to copy, distribute and/or modify this document |
| 15 | + under the terms of the GNU Free Documentation License, Version 1.2 |
| 16 | + or any later version published by the Free Software Foundation; |
| 17 | + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover |
| 18 | + Texts. A copy of the license is included in the section entitled "GNU |
| 19 | + Free Documentation License". |
| 20 | + */ |
| 21 | + |
| 22 | +$messages = array( |
| 23 | + 'categorytree-category' => 'Kategorya', |
| 24 | + 'categorytree-mode-all' => 'gabos na mga pahina', |
| 25 | + 'categorytree-loading' => 'pigkakarga', |
| 26 | + 'categorytree-nothing-found' => 'mayong nahanap', |
| 27 | + 'categorytree-no-subcategories' => 'mayong mga sub-kategorya', |
| 28 | + 'categorytree-no-pages' => 'mayong mga pahina o sub-kategorya', |
| 29 | + 'categorytree-retry' => 'Paki halat mûna tapos probaran giraray.', |
| 30 | + 'categorytree-show-list' => 'Ipahiling an lista', |
31 | 31 | ); |
\ No newline at end of file |
Property changes on: trunk/extensions/CategoryTree/CategoryTree.i18n.bcl.php |
___________________________________________________________________ |
Added: svn:eol-style |
32 | 32 | + native |
Index: trunk/extensions/CategoryTree/CategoryTree.i18n.ar.php |
— | — | @@ -1,46 +1,46 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Internationalisation file for the CategoryTree extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author Betawiki editors
|
10 | | - * @copyright 2007 Betawiki editors
|
11 | | - * @licence GNU Free Documentation License, Version 1.2
|
12 | | - *
|
13 | | -
|
14 | | - Permission is granted to copy, distribute and/or modify this document
|
15 | | - under the terms of the GNU Free Documentation License, Version 1.2
|
16 | | - or any later version published by the Free Software Foundation;
|
17 | | - with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
18 | | - Texts. A copy of the license is included in the section entitled "GNU
|
19 | | - Free Documentation License".
|
20 | | - */
|
21 | | -
|
22 | | -$messages = array(
|
23 | | - 'categorytree' => 'شجرة تصنيف',
|
24 | | - 'categorytree-tab' => 'شجرة',
|
25 | | - 'categorytree-header' => 'أدخل اسم تصنيف لترى محتوياته كتركيب شجري.
|
26 | | -لاحظ أن هذا يتطلب خاصية جافاسكريبت متقدمة معروفة كأجاكس.
|
27 | | -لو كنت تمتلك متصفحا قديما جدا، أو لديك الجافاسكريبت معطلة، فلن تعمل.',
|
28 | | - 'categorytree-category' => 'تصنيف',
|
29 | | - 'categorytree-go' => 'عرض الشجرة',
|
30 | | - 'categorytree-parents' => 'الآباء',
|
31 | | - 'categorytree-mode-categories' => 'تصنيفات فقط',
|
32 | | - 'categorytree-mode-pages' => 'الصفحات ماعدا الصور',
|
33 | | - 'categorytree-mode-all' => 'كل الصفحات',
|
34 | | - 'categorytree-collapse' => 'ضغط',
|
35 | | - 'categorytree-expand' => 'فرد',
|
36 | | - 'categorytree-load' => 'تحميل',
|
37 | | - 'categorytree-loading' => 'جاري التحميل',
|
38 | | - 'categorytree-nothing-found' => 'لم يتم العثور على شيء',
|
39 | | - 'categorytree-no-subcategories' => 'لا تصنيفات فرعية',
|
40 | | - 'categorytree-no-pages' => 'لا صفحات و لا تصنيفات فرعية',
|
41 | | - 'categorytree-not-found' => 'التصنيف <i>$1</i> لم يتم العثور عليه',
|
42 | | - 'categorytree-error' => 'مشكلة في تحميل البيانات.',
|
43 | | - 'categorytree-retry' => 'من فضلك انتظر لحظة و حاول مرة أخرى.',
|
44 | | - 'categorytree-show-list' => 'اعرض كقائمة',
|
45 | | - 'categorytree-show-tree' => 'اعرض كشجرة',
|
46 | | - 'categorytree-too-many-subcats' => 'لا يمكن عرض التصنيفات الفرعية كشجرة، يوجد الكثير منهم.',
|
47 | | -);
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the CategoryTree extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Betawiki editors |
| 10 | + * @copyright 2007 Betawiki editors |
| 11 | + * @licence GNU Free Documentation License, Version 1.2 |
| 12 | + * |
| 13 | + |
| 14 | + Permission is granted to copy, distribute and/or modify this document |
| 15 | + under the terms of the GNU Free Documentation License, Version 1.2 |
| 16 | + or any later version published by the Free Software Foundation; |
| 17 | + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover |
| 18 | + Texts. A copy of the license is included in the section entitled "GNU |
| 19 | + Free Documentation License". |
| 20 | + */ |
| 21 | + |
| 22 | +$messages = array( |
| 23 | + 'categorytree' => 'شجرة تصنيف', |
| 24 | + 'categorytree-tab' => 'شجرة', |
| 25 | + 'categorytree-header' => 'أدخل اسم تصنيف لترى محتوياته كتركيب شجري. |
| 26 | +لاحظ أن هذا يتطلب خاصية جافاسكريبت متقدمة معروفة كأجاكس. |
| 27 | +لو كنت تمتلك متصفحا قديما جدا، أو لديك الجافاسكريبت معطلة، فلن تعمل.', |
| 28 | + 'categorytree-category' => 'تصنيف', |
| 29 | + 'categorytree-go' => 'عرض الشجرة', |
| 30 | + 'categorytree-parents' => 'الآباء', |
| 31 | + 'categorytree-mode-categories' => 'تصنيفات فقط', |
| 32 | + 'categorytree-mode-pages' => 'الصفحات ماعدا الصور', |
| 33 | + 'categorytree-mode-all' => 'كل الصفحات', |
| 34 | + 'categorytree-collapse' => 'ضغط', |
| 35 | + 'categorytree-expand' => 'فرد', |
| 36 | + 'categorytree-load' => 'تحميل', |
| 37 | + 'categorytree-loading' => 'جاري التحميل', |
| 38 | + 'categorytree-nothing-found' => 'لم يتم العثور على شيء', |
| 39 | + 'categorytree-no-subcategories' => 'لا تصنيفات فرعية', |
| 40 | + 'categorytree-no-pages' => 'لا صفحات و لا تصنيفات فرعية', |
| 41 | + 'categorytree-not-found' => 'التصنيف <i>$1</i> لم يتم العثور عليه', |
| 42 | + 'categorytree-error' => 'مشكلة في تحميل البيانات.', |
| 43 | + 'categorytree-retry' => 'من فضلك انتظر لحظة و حاول مرة أخرى.', |
| 44 | + 'categorytree-show-list' => 'اعرض كقائمة', |
| 45 | + 'categorytree-show-tree' => 'اعرض كشجرة', |
| 46 | + 'categorytree-too-many-subcats' => 'لا يمكن عرض التصنيفات الفرعية كشجرة، يوجد الكثير منهم.', |
| 47 | +); |
Property changes on: trunk/extensions/CategoryTree/CategoryTree.i18n.ar.php |
___________________________________________________________________ |
Added: svn:eol-style |
48 | 48 | + native |
Property changes on: trunk/extensions/MagicNoNumberedHeadings/MagicNoNumberedHeadings.php |
___________________________________________________________________ |
Added: svn:eol-style |
49 | 49 | + native |
Property changes on: trunk/extensions/MagicNoNumberedHeadings/README |
___________________________________________________________________ |
Added: svn:eol-style |
50 | 50 | + native |
Index: trunk/extensions/Gadgets/Gadgets.i18n.ar.php |
— | — | @@ -1,15 +1,15 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Arabic iternationalisation file for the Gadgets extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author Daniel Kinzler, brightbyte.de
|
10 | | - * @copyright © 2007 Betawiki editors
|
11 | | - * @licence GNU General Public Licence 2.0 or later
|
12 | | - */
|
13 | | -
|
14 | | -$messages = array(
|
15 | | - 'gadgets-uses' => 'تستخدم',
|
16 | | -);
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Arabic iternationalisation file for the Gadgets extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Daniel Kinzler, brightbyte.de |
| 10 | + * @copyright © 2007 Betawiki editors |
| 11 | + * @licence GNU General Public Licence 2.0 or later |
| 12 | + */ |
| 13 | + |
| 14 | +$messages = array( |
| 15 | + 'gadgets-uses' => 'تستخدم', |
| 16 | +); |
Property changes on: trunk/extensions/Gadgets/Gadgets.i18n.ar.php |
___________________________________________________________________ |
Added: svn:eol-style |
17 | 17 | + native |
Property changes on: trunk/extensions/InstantCommons/InstantCommons_body.php |
___________________________________________________________________ |
Added: svn:eol-style |
18 | 18 | + native |
Index: trunk/extensions/InstantCommons/InstantCommons.php |
— | — | @@ -1,19 +1,19 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -if ( !defined( 'MEDIAWIKI' ) ) {
|
5 | | - echo <<<EOT
|
6 | | -<html><body>
|
7 | | -<p>This is the InstantCommons extension for MediaWiki. To enable it, put the following
|
8 | | -at the end of your LocalSettings.php:</p>
|
9 | | -<pre>
|
10 | | -require_once( "\$IP/extensions/InstantCommons/InstantCommons.php" );
|
11 | | -</pre>
|
12 | | -</body></html>
|
13 | | -EOT;
|
14 | | - exit;
|
15 | | -}
|
16 | | -
|
17 | | -$wgAutoloadClasses['ApiInstantCommons'] = dirname( __FILE__ ) . '/InstantCommons_body.php';
|
18 | | -$wgAPIModules['instantcommons'] = 'ApiInstantCommons';
|
19 | | -
|
20 | | -?>
|
| 2 | +<?php |
| 3 | + |
| 4 | +if ( !defined( 'MEDIAWIKI' ) ) { |
| 5 | + echo <<<EOT |
| 6 | +<html><body> |
| 7 | +<p>This is the InstantCommons extension for MediaWiki. To enable it, put the following |
| 8 | +at the end of your LocalSettings.php:</p> |
| 9 | +<pre> |
| 10 | +require_once( "\$IP/extensions/InstantCommons/InstantCommons.php" ); |
| 11 | +</pre> |
| 12 | +</body></html> |
| 13 | +EOT; |
| 14 | + exit; |
| 15 | +} |
| 16 | + |
| 17 | +$wgAutoloadClasses['ApiInstantCommons'] = dirname( __FILE__ ) . '/InstantCommons_body.php'; |
| 18 | +$wgAPIModules['instantcommons'] = 'ApiInstantCommons'; |
| 19 | + |
| 20 | +?> |
Property changes on: trunk/extensions/InstantCommons/InstantCommons.php |
___________________________________________________________________ |
Added: svn:eol-style |
21 | 21 | + native |
Index: trunk/extensions/ContactPage/ContactPage.i18n.bcl.php |
— | — | @@ -1,16 +1,16 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Internationalisation file for the ContactPage extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author Daniel Kinzler, brightbyte.de
|
10 | | - * @copyright © 2007 Daniel Kinzler, Filipinayzd
|
11 | | - * @licence GNU General Public Licence 2.0 or later
|
12 | | - */
|
13 | | -
|
14 | | -$messages = array(
|
15 | | -'contactpage-subject-and-sender' => '$1 (poon $2)',
|
16 | | -'contactpage-fromname' => 'pangaran mo *',
|
17 | | -);
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the ContactPage extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Daniel Kinzler, brightbyte.de |
| 10 | + * @copyright © 2007 Daniel Kinzler, Filipinayzd |
| 11 | + * @licence GNU General Public Licence 2.0 or later |
| 12 | + */ |
| 13 | + |
| 14 | +$messages = array( |
| 15 | +'contactpage-subject-and-sender' => '$1 (poon $2)', |
| 16 | +'contactpage-fromname' => 'pangaran mo *', |
| 17 | +); |
Property changes on: trunk/extensions/ContactPage/ContactPage.i18n.bcl.php |
___________________________________________________________________ |
Added: svn:eol-style |
18 | 18 | + native |
Index: trunk/extensions/ContactPage/ContactPage.i18n.oc.php |
— | — | @@ -1,23 +1,23 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Internationalisation file for the ContactPage extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author Daniel Kinzler, brightbyte.de
|
10 | | - * @copyright © 2007 Daniel Kinzler, Cedric31
|
11 | | - * @licence GNU General Public Licence 2.0 or later
|
12 | | - */
|
13 | | -
|
14 | | -$messages = array(
|
15 | | -'contact' => 'Per nos contactar',
|
16 | | -'contactpage' => 'Contacte',
|
17 | | -'contactpage-title' => 'Contacte',
|
18 | | -'contactpage-pagetext' => 'Utilizatz lo formulari çaijos per nos contactar.',
|
19 | | -'contactpage-defsubject' => 'Messatge',
|
20 | | -'contactpage-subject-and-sender' => '$1 (de $2)',
|
21 | | -'contactpage-fromname' => 'Vòstre nom*',
|
22 | | -'contactpage-fromaddress' => 'Vòstra adreça electronica**',
|
23 | | -'contactpage-formfootnotes' => '* opcional<br/> ** opcional mas requesit se desiratz una responsa',
|
24 | | -);
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the ContactPage extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Daniel Kinzler, brightbyte.de |
| 10 | + * @copyright © 2007 Daniel Kinzler, Cedric31 |
| 11 | + * @licence GNU General Public Licence 2.0 or later |
| 12 | + */ |
| 13 | + |
| 14 | +$messages = array( |
| 15 | +'contact' => 'Per nos contactar', |
| 16 | +'contactpage' => 'Contacte', |
| 17 | +'contactpage-title' => 'Contacte', |
| 18 | +'contactpage-pagetext' => 'Utilizatz lo formulari çaijos per nos contactar.', |
| 19 | +'contactpage-defsubject' => 'Messatge', |
| 20 | +'contactpage-subject-and-sender' => '$1 (de $2)', |
| 21 | +'contactpage-fromname' => 'Vòstre nom*', |
| 22 | +'contactpage-fromaddress' => 'Vòstra adreça electronica**', |
| 23 | +'contactpage-formfootnotes' => '* opcional<br/> ** opcional mas requesit se desiratz una responsa', |
| 24 | +); |
Property changes on: trunk/extensions/ContactPage/ContactPage.i18n.oc.php |
___________________________________________________________________ |
Added: svn:eol-style |
25 | 25 | + native |
Index: trunk/extensions/ContactPage/ContactPage.i18n.ar.php |
— | — | @@ -1,24 +1,24 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Internationalisation file for the ContactPage extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author Daniel Kinzler, brightbyte.de
|
10 | | - * @copyright © 2007 Daniel Kinzler, Betawiki users
|
11 | | - * @licence GNU General Public Licence 2.0 or later
|
12 | | - */
|
13 | | -
|
14 | | -$messages = array(
|
15 | | -'contact' => 'صفحة الاتصال',
|
16 | | -'contactpage' => 'صفحة الاتصال',
|
17 | | -'contactpage-title' => 'اتصل',
|
18 | | -'contactpage-pagetext' => 'من فضلك استخدم الاستمارة بالأسفل للاتصال بنا.',
|
19 | | -'contactpage-defsubject' => 'رسالة الاتصال',
|
20 | | -'contactpage-subject-and-sender' => '$1 (من $2)',
|
21 | | -'contactpage-fromname' => 'اسمك *',
|
22 | | -'contactpage-fromaddress' => 'بريدك الإلكتروني **',
|
23 | | -'contactpage-formfootnotes' => '* اختياري<br/>
|
24 | | -** اختياري لكن ضروري لو أردت إجابة',
|
25 | | -);
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the ContactPage extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Daniel Kinzler, brightbyte.de |
| 10 | + * @copyright © 2007 Daniel Kinzler, Betawiki users |
| 11 | + * @licence GNU General Public Licence 2.0 or later |
| 12 | + */ |
| 13 | + |
| 14 | +$messages = array( |
| 15 | +'contact' => 'صفحة الاتصال', |
| 16 | +'contactpage' => 'صفحة الاتصال', |
| 17 | +'contactpage-title' => 'اتصل', |
| 18 | +'contactpage-pagetext' => 'من فضلك استخدم الاستمارة بالأسفل للاتصال بنا.', |
| 19 | +'contactpage-defsubject' => 'رسالة الاتصال', |
| 20 | +'contactpage-subject-and-sender' => '$1 (من $2)', |
| 21 | +'contactpage-fromname' => 'اسمك *', |
| 22 | +'contactpage-fromaddress' => 'بريدك الإلكتروني **', |
| 23 | +'contactpage-formfootnotes' => '* اختياري<br/> |
| 24 | +** اختياري لكن ضروري لو أردت إجابة', |
| 25 | +); |
Property changes on: trunk/extensions/ContactPage/ContactPage.i18n.ar.php |
___________________________________________________________________ |
Added: svn:eol-style |
26 | 26 | + native |
Property changes on: trunk/extensions/Wikidata/SCHEMA |
___________________________________________________________________ |
Added: svn:eol-style |
27 | 27 | + native |
Property changes on: trunk/extensions/Wikidata/Database scripts/Incremental/34 - Table cleanup.sql |
___________________________________________________________________ |
Added: svn:eol-style |
28 | 28 | + native |
Property changes on: trunk/extensions/Wikidata/Database scripts/Incremental/ReadPatch.php |
___________________________________________________________________ |
Added: svn:eol-style |
29 | 29 | + native |
Property changes on: trunk/extensions/Wikidata/OmegaWiki/Alert.php |
___________________________________________________________________ |
Added: svn:eol-style |
30 | 30 | + native |
Property changes on: trunk/extensions/Wikidata/OmegaWiki/Copy.php |
___________________________________________________________________ |
Added: svn:eol-style |
31 | 31 | + native |
Property changes on: trunk/extensions/Wikidata/OmegaWiki/SpecialCopy.php |
___________________________________________________________________ |
Added: svn:eol-style |
32 | 32 | + native |
Property changes on: trunk/extensions/Wikidata/OmegaWiki/small/wfMsg.pl |
___________________________________________________________________ |
Added: svn:eol-style |
33 | 33 | + native |
Property changes on: trunk/extensions/Wikidata/OmegaWiki/small/apiview.pl |
___________________________________________________________________ |
Added: svn:eol-style |
34 | 34 | + native |
Property changes on: trunk/extensions/Wikidata/OmegaWiki/small/funcgrep.pl |
___________________________________________________________________ |
Added: svn:eol-style |
35 | 35 | + native |
Property changes on: trunk/extensions/Wikidata/OmegaWiki/small/bodygrep.pl |
___________________________________________________________________ |
Added: svn:eol-style |
36 | 36 | + native |
Property changes on: trunk/extensions/Wikidata/TESTING |
___________________________________________________________________ |
Added: svn:eol-style |
37 | 37 | + native |
Property changes on: trunk/extensions/Wikidata/util/copy.php |
___________________________________________________________________ |
Added: svn:eol-style |
38 | 38 | + native |
Property changes on: trunk/extensions/FastStringSearch/debian/control |
___________________________________________________________________ |
Added: svn:eol-style |
39 | 39 | + native |
Property changes on: trunk/extensions/FastStringSearch/debian/dirs |
___________________________________________________________________ |
Added: svn:eol-style |
40 | 40 | + native |
Property changes on: trunk/extensions/FastStringSearch/debian/compat |
___________________________________________________________________ |
Added: svn:eol-style |
41 | 41 | + native |
Property changes on: trunk/extensions/FastStringSearch/debian/changelog |
___________________________________________________________________ |
Added: svn:eol-style |
42 | 42 | + native |
Property changes on: trunk/extensions/FastStringSearch/debian/copyright |
___________________________________________________________________ |
Added: svn:eol-style |
43 | 43 | + native |
Property changes on: trunk/extensions/FastStringSearch/debian/docs |
___________________________________________________________________ |
Added: svn:eol-style |
44 | 44 | + native |
Property changes on: trunk/extensions/FastStringSearch/debian/fss.ini |
___________________________________________________________________ |
Added: svn:eol-style |
45 | 45 | + native |
Index: trunk/extensions/TalkHere/TalkHere.i18n.hsb.php |
— | — | @@ -1,22 +1,22 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Internationalisation file for the TalkHere extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author Daniel Kinzler, brightbyte.de
|
10 | | - * @copyright © 2007 Daniel Kinzler
|
11 | | - * @licence GNU General Public Licence 2.0 or later
|
12 | | - */
|
13 | | -
|
14 | | -$messages = array(
|
15 | | - 'talkhere-title' => '$1',#identical but defined
|
16 | | - 'talkhere-foottext' => 'Horjeka podate komentary buchu snano wot wopytarjow zawostajene. <br /> Wothladowarjo tutoho websydła njemóža zamołwitosć za wobsah tajkich komentarow přewzać.',
|
17 | | - 'talkhere-talkpage' => 'Diskusijna strona',
|
18 | | - 'talkhere-notalk' => '\'\'(dotal žane komentary)\'\'',
|
19 | | - 'talkhere-addcomment' => 'Komentar přidać',
|
20 | | - 'talkhere-beforeinput' => 'Móžeš deleka komentar přidać.',
|
21 | | - 'talkhere-loading' => 'Editor so startuje...',
|
22 | | - 'talkhere-collapse' => 'Editor schować',
|
23 | | -);
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the TalkHere extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Daniel Kinzler, brightbyte.de |
| 10 | + * @copyright © 2007 Daniel Kinzler |
| 11 | + * @licence GNU General Public Licence 2.0 or later |
| 12 | + */ |
| 13 | + |
| 14 | +$messages = array( |
| 15 | + 'talkhere-title' => '$1',#identical but defined |
| 16 | + 'talkhere-foottext' => 'Horjeka podate komentary buchu snano wot wopytarjow zawostajene. <br /> Wothladowarjo tutoho websydła njemóža zamołwitosć za wobsah tajkich komentarow přewzać.', |
| 17 | + 'talkhere-talkpage' => 'Diskusijna strona', |
| 18 | + 'talkhere-notalk' => '\'\'(dotal žane komentary)\'\'', |
| 19 | + 'talkhere-addcomment' => 'Komentar přidać', |
| 20 | + 'talkhere-beforeinput' => 'Móžeš deleka komentar přidać.', |
| 21 | + 'talkhere-loading' => 'Editor so startuje...', |
| 22 | + 'talkhere-collapse' => 'Editor schować', |
| 23 | +); |
Property changes on: trunk/extensions/TalkHere/TalkHere.i18n.hsb.php |
___________________________________________________________________ |
Added: svn:eol-style |
24 | 24 | + native |
Property changes on: trunk/extensions/PSINoTocNum.php |
___________________________________________________________________ |
Added: svn:eol-style |
25 | 25 | + native |
Index: trunk/extensions/PageBy/PageBy.i18n.hsb.php |
— | — | @@ -1,18 +1,18 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -/**
|
5 | | - * Internationalisation file for the PageBy extension
|
6 | | - *
|
7 | | - * @package MediaWiki
|
8 | | - * @subpackage Extensions
|
9 | | - * @author Daniel Kinzler, brightbyte.de
|
10 | | - * @copyright © 2007 Daniel Kinzler
|
11 | | - * @licence GNU General Public Licence 2.0 or later
|
12 | | - */
|
13 | | -
|
14 | | -$messages = array(
|
15 | | - 'pageby-first' => 'Strona wutworjena wot $1, $2',
|
16 | | - 'pageby-last' => 'Posledni raz <a href="$3">změnjeny</a> wot $1, $2',
|
17 | | - 'pageby-contributors' => 'Přinoški:',
|
18 | | - 'pageby-anon' => '<i>anonymny</i>',
|
19 | | -);
|
| 2 | +<?php |
| 3 | + |
| 4 | +/** |
| 5 | + * Internationalisation file for the PageBy extension |
| 6 | + * |
| 7 | + * @package MediaWiki |
| 8 | + * @subpackage Extensions |
| 9 | + * @author Daniel Kinzler, brightbyte.de |
| 10 | + * @copyright © 2007 Daniel Kinzler |
| 11 | + * @licence GNU General Public Licence 2.0 or later |
| 12 | + */ |
| 13 | + |
| 14 | +$messages = array( |
| 15 | + 'pageby-first' => 'Strona wutworjena wot $1, $2', |
| 16 | + 'pageby-last' => 'Posledni raz <a href="$3">změnjeny</a> wot $1, $2', |
| 17 | + 'pageby-contributors' => 'Přinoški:', |
| 18 | + 'pageby-anon' => '<i>anonymny</i>', |
| 19 | +); |
Property changes on: trunk/extensions/PageBy/PageBy.i18n.hsb.php |
___________________________________________________________________ |
Added: svn:eol-style |
20 | 20 | + native |
Property changes on: trunk/extensions/TemplateLink/TemplateLink.body.php |
___________________________________________________________________ |
Added: svn:eol-style |
21 | 21 | + native |
Property changes on: trunk/extensions/TemplateLink/TemplateLink.i18n.php |
___________________________________________________________________ |
Added: svn:eol-style |
22 | 22 | + native |
Property changes on: trunk/extensions/TemplateLink/TemplateLink.setup.php |
___________________________________________________________________ |
Added: svn:eol-style |
23 | 23 | + native |
Index: trunk/extensions/MiniPreview/MiniPreview.i18n.nl.php |
— | — | @@ -1,17 +1,17 @@ |
2 | | -<?php
|
3 | | -
|
4 | | -$messages['minipreview-files_in_category'] = 'In totaal bevinden zich $1 bestanden in deze categorie.';
|
5 | | -$messages['minipreview-files_in_gallery'] = 'In totaal bevinden zich $1 bestanden in deze galerij.';
|
6 | | -$messages['minipreview-no_more_files_here'] = 'Er zijn geen bestanden meer in deze richting.';
|
7 | | -$messages['minipreview-ignore_categories'] = '
|
8 | | -Hieronder staat een lijst met (het begin van) categorienamen. Deze categorieën worden niet getoond
|
9 | | -door by MiniPreview. "* PD-" toont bijvoorbeeld niet alle categorieën die beginnen met
|
10 | | -"PD-", zoals "PD-old".
|
11 | | -* GFDL-
|
12 | | -* GFDL
|
13 | | -* CC-
|
14 | | -* PD-
|
15 | | -* Self
|
16 | | -' ;
|
17 | | -$messages['minipreview-no_category_gallery'] = "Geen categorieën of galerijen!";
|
18 | | -
|
| 2 | +<?php |
| 3 | + |
| 4 | +$messages['minipreview-files_in_category'] = 'In totaal bevinden zich $1 bestanden in deze categorie.'; |
| 5 | +$messages['minipreview-files_in_gallery'] = 'In totaal bevinden zich $1 bestanden in deze galerij.'; |
| 6 | +$messages['minipreview-no_more_files_here'] = 'Er zijn geen bestanden meer in deze richting.'; |
| 7 | +$messages['minipreview-ignore_categories'] = ' |
| 8 | +Hieronder staat een lijst met (het begin van) categorienamen. Deze categorieën worden niet getoond |
| 9 | +door by MiniPreview. "* PD-" toont bijvoorbeeld niet alle categorieën die beginnen met |
| 10 | +"PD-", zoals "PD-old". |
| 11 | +* GFDL- |
| 12 | +* GFDL |
| 13 | +* CC- |
| 14 | +* PD- |
| 15 | +* Self |
| 16 | +' ; |
| 17 | +$messages['minipreview-no_category_gallery'] = "Geen categorieën of galerijen!"; |
| 18 | + |
Property changes on: trunk/extensions/MiniPreview/MiniPreview.i18n.nl.php |
___________________________________________________________________ |
Added: svn:eol-style |
19 | 19 | + native |