Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_cn.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
42 | 42 | '_rec' => 'Record', // name of record data type //TODO: translate |
43 | 43 | ); |
44 | | - |
| 44 | + |
45 | 45 | protected $m_DatatypeAliases = array( |
46 | 46 | '浮点数' => '_num', // '_num', |
47 | 47 | '整数' => '_num' , // '_num', |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | 'Enumeration' => '_str', |
53 | 53 | 'URI' => '_uri', |
54 | 54 | ); |
55 | | - |
| 55 | + |
56 | 56 | protected $m_SpecialProperties = array( |
57 | 57 | // always start upper-case |
58 | 58 | '_TYPE' => '设有型态', // 'Has type', |
— | — | @@ -67,12 +67,12 @@ |
68 | 68 | '_ERRP' => 'Has improper value for', // TODO: translate |
69 | 69 | '_LIST' => 'Has fields', // TODO: translate |
70 | 70 | ); |
71 | | - |
72 | | - |
| 71 | + |
| 72 | + |
73 | 73 | protected $m_SpecialPropertyAliases = array( |
74 | 74 | 'Display unit' => '_UNIT' |
75 | 75 | ); |
76 | | - |
| 76 | + |
77 | 77 | protected $m_Namespaces = array( |
78 | 78 | SMW_NS_PROPERTY => '性质', // 'Property', |
79 | 79 | SMW_NS_PROPERTY_TALK => '性质讨论', // 'Property_talk', |
— | — | @@ -81,9 +81,9 @@ |
82 | 82 | SMW_NS_CONCEPT => 'Concept', // TODO: translate |
83 | 83 | SMW_NS_CONCEPT_TALK => 'Concept_talk' // TODO: translate |
84 | 84 | ); |
85 | | - |
| 85 | + |
86 | 86 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
87 | | - |
| 87 | + |
88 | 88 | protected $m_months = array( "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ); |
89 | 89 | |
90 | 90 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageAr.php |
— | — | @@ -3,7 +3,7 @@ |
4 | 4 | * @file |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | | -/* |
| 7 | +/** |
8 | 8 | * Protect against register_globals vulnerabilities. |
9 | 9 | * This line must be present before any global variable is referenced. |
10 | 10 | */ |
— | — | @@ -38,14 +38,14 @@ |
39 | 39 | '_tel' => 'رقم الهاتف', // name of the telephone (URI) type |
40 | 40 | '_rec' => 'تسجيل', // name of record data type |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'URI' => '_uri', |
45 | 45 | 'Float' => '_num', |
46 | 46 | 'Integer' => '_num', |
47 | 47 | 'Enumeration' => '_str' |
48 | 48 | ); |
49 | | - |
| 49 | + |
50 | 50 | protected $m_SpecialProperties = array( |
51 | 51 | // always start upper-case |
52 | 52 | '_TYPE' => 'لديه نوع', |
— | — | @@ -61,11 +61,11 @@ |
62 | 62 | '_ERRP' => 'يمتلك قيمة غير صحيحة ل', |
63 | 63 | '_LIST' => 'يمتلك حقول', |
64 | 64 | ); |
65 | | - |
| 65 | + |
66 | 66 | protected $m_SpecialPropertyAliases = array( |
67 | 67 | 'عرض الوحدة' => '_UNIT' |
68 | 68 | ); |
69 | | - |
| 69 | + |
70 | 70 | protected $m_Namespaces = array( |
71 | 71 | SMW_NS_PROPERTY => 'خاصية', |
72 | 72 | SMW_NS_PROPERTY_TALK => 'نقاش_الخاصية', |
— | — | @@ -74,11 +74,11 @@ |
75 | 75 | SMW_NS_CONCEPT => 'مبدأ', |
76 | 76 | SMW_NS_CONCEPT_TALK => 'نقاش_المبدأ' |
77 | 77 | ); |
78 | | - |
| 78 | + |
79 | 79 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
80 | | - |
| 80 | + |
81 | 81 | protected $m_months = array( "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ); |
82 | | - |
| 82 | + |
83 | 83 | protected $m_monthsshort = array( "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ); |
84 | 84 | |
85 | 85 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEn.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | class SMWLanguageEn extends SMWLanguage { |
26 | 26 | |
27 | 27 | protected $m_useEnDefaultAliases = false; // not needed for English, obviously |
28 | | - |
| 28 | + |
29 | 29 | protected $m_DatatypeLabels = array( |
30 | 30 | '_wpg' => 'Page', // name of page datatype |
31 | 31 | '_str' => 'String', // name of the string type |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | '_rec' => 'Record', // name of record data type |
44 | 44 | '_qty' => 'Quantity', // name of the number type with units of measurement |
45 | 45 | ); |
46 | | - |
| 46 | + |
47 | 47 | protected $m_DatatypeAliases = array( |
48 | 48 | 'URI' => '_uri', |
49 | 49 | 'Float' => '_num', |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | 'Phone number' => '_tel', |
53 | 53 | 'Geographic coordinate' => '_geo' |
54 | 54 | ); |
55 | | - |
| 55 | + |
56 | 56 | protected $m_SpecialProperties = array( |
57 | 57 | // always start upper-case |
58 | 58 | '_TYPE' => 'Has type', |
— | — | @@ -67,11 +67,11 @@ |
68 | 68 | '_ERRP' => 'Has improper value for', |
69 | 69 | '_LIST' => 'Has fields', |
70 | 70 | ); |
71 | | - |
| 71 | + |
72 | 72 | protected $m_SpecialPropertyAliases = array( |
73 | 73 | 'Display unit' => '_UNIT' |
74 | 74 | ); |
75 | | - |
| 75 | + |
76 | 76 | protected $m_Namespaces = array( |
77 | 77 | SMW_NS_PROPERTY => 'Property', |
78 | 78 | SMW_NS_PROPERTY_TALK => 'Property_talk', |
— | — | @@ -80,11 +80,11 @@ |
81 | 81 | SMW_NS_CONCEPT => 'Concept', |
82 | 82 | SMW_NS_CONCEPT_TALK => 'Concept_talk' |
83 | 83 | ); |
84 | | - |
| 84 | + |
85 | 85 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
86 | | - |
| 86 | + |
87 | 87 | protected $m_months = array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ); |
88 | | - |
| 88 | + |
89 | 89 | protected $m_monthsshort = array( "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ); |
90 | 90 | |
91 | 91 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageEs.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,14 +38,14 @@ |
39 | 39 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | 40 | '_rec' => 'Record', // name of record data type //TODO: translate |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'URI' => '_uri', |
45 | 45 | 'Número entero' => '_num', |
46 | 46 | 'Número con coma' => '_num', |
47 | 47 | 'Enumeración' => '_str', |
48 | 48 | ); |
49 | | - |
| 49 | + |
50 | 50 | protected $m_SpecialProperties = array( |
51 | 51 | // always start upper-case |
52 | 52 | '_TYPE' => 'Tiene tipo de datos', |
— | — | @@ -61,11 +61,11 @@ |
62 | 62 | '_ERRP' => 'Has improper value for', // TODO: translate |
63 | 63 | '_LIST' => 'Has fields', // TODO: translate |
64 | 64 | ); |
65 | | - |
| 65 | + |
66 | 66 | protected $m_SpecialPropertyAliases = array( |
67 | 67 | 'Unidad de medida' => '_UNIT', |
68 | 68 | ); |
69 | | - |
| 69 | + |
70 | 70 | protected $m_Namespaces = array( |
71 | 71 | SMW_NS_PROPERTY => "Atributo", |
72 | 72 | SMW_NS_PROPERTY_TALK => "Discusión_atributo", |
— | — | @@ -74,11 +74,11 @@ |
75 | 75 | SMW_NS_CONCEPT => 'Concept', // TODO: translate |
76 | 76 | SMW_NS_CONCEPT_TALK => 'Concept_talk' // TODO: translate |
77 | 77 | ); |
78 | | - |
| 78 | + |
79 | 79 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
80 | | - |
| 80 | + |
81 | 81 | protected $m_months = array( "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre" ); |
82 | | - |
| 82 | + |
83 | 83 | protected $m_monthsshort = array( "ene", "feb", "mar", "abr", "may", "jun", "jul", "ago", "sep", "oct", "nov", "dic" ); |
84 | 84 | |
85 | 85 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFr.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,14 +38,14 @@ |
39 | 39 | '_tel' => 'Numéro de téléphone', // name of the telephone (URI) type |
40 | 40 | '_rec' => 'Enregistrement', // name of record data type |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'URI' => '_uri', |
45 | 45 | 'Nombre entier' => '_num', |
46 | 46 | 'Nombre décimal' => '_num', |
47 | 47 | 'Énumeration' => '_str', |
48 | 48 | ); |
49 | | - |
| 49 | + |
50 | 50 | protected $m_SpecialProperties = array( |
51 | 51 | // always start upper-case |
52 | 52 | '_TYPE' => 'A le type', |
— | — | @@ -61,11 +61,11 @@ |
62 | 62 | '_ERRP' => 'A une valeur incorrecte pour', |
63 | 63 | '_LIST' => 'A le champ', |
64 | 64 | ); |
65 | | - |
| 65 | + |
66 | 66 | protected $m_SpecialPropertyAliases = array( |
67 | 67 | 'Unité de mesure' => '_UNIT', |
68 | 68 | ); |
69 | | - |
| 69 | + |
70 | 70 | protected $m_Namespaces = array( |
71 | 71 | SMW_NS_PROPERTY => "Attribut", |
72 | 72 | SMW_NS_PROPERTY_TALK => "Discussion_attribut", |
— | — | @@ -74,11 +74,11 @@ |
75 | 75 | SMW_NS_CONCEPT => 'Concept', |
76 | 76 | SMW_NS_CONCEPT_TALK => 'Discussion_concept' |
77 | 77 | ); |
78 | | - |
| 78 | + |
79 | 79 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
80 | | - |
| 80 | + |
81 | 81 | protected $m_months = array( "janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre" ); |
82 | | - |
| 82 | + |
83 | 83 | protected $m_monthsshort = array( "jan", "fév", "mar", "avr", "mai", "jun", "jul", "aoû", "sep", "oct", "nov", "déc" ); |
84 | 84 | |
85 | 85 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNl.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * @author Siebrand Mazeland |
8 | 8 | */ |
9 | 9 | |
10 | | -/* |
| 10 | +/** |
11 | 11 | * Protect against register_globals vulnerabilities. |
12 | 12 | * This line must be present before any global variable is referenced. |
13 | 13 | */ |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | '_tel' => 'Telefoonnummer', // name of the telephone (URI) type //TODO: translate |
42 | 42 | '_rec' => 'Record', // name of record data type //TODO: translate |
43 | 43 | ); |
44 | | - |
| 44 | + |
45 | 45 | protected $m_DatatypeAliases = array( |
46 | 46 | 'URI' => '_uri', |
47 | 47 | 'Drijvende komma' => '_num', |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'Opsomming' => '_str', |
50 | 50 | 'Telefoonnummer' => '_tel', |
51 | 51 | ); |
52 | | - |
| 52 | + |
53 | 53 | protected $m_SpecialProperties = array( |
54 | 54 | // always start upper-case |
55 | 55 | '_TYPE' => 'Heeft type', |
— | — | @@ -64,11 +64,11 @@ |
65 | 65 | '_ERRP' => 'Heeft ongeldige waarde voor', |
66 | 66 | '_LIST' => 'Heeft velden', |
67 | 67 | ); |
68 | | - |
| 68 | + |
69 | 69 | protected $m_SpecialPropertyAliases = array( |
70 | 70 | 'Weergave-eenheid' => '_UNIT' |
71 | 71 | ); |
72 | | - |
| 72 | + |
73 | 73 | protected $m_Namespaces = array( |
74 | 74 | SMW_NS_PROPERTY => 'Eigenschap', |
75 | 75 | SMW_NS_PROPERTY_TALK => 'Overleg_eigenschap', |
— | — | @@ -77,9 +77,9 @@ |
78 | 78 | SMW_NS_CONCEPT => 'Concept', |
79 | 79 | SMW_NS_CONCEPT_TALK => 'Overleg_concept' |
80 | 80 | ); |
81 | | - |
| 81 | + |
82 | 82 | protected $m_months = array( 'januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus', 'september', 'oktober', 'november', 'december' ); |
83 | | - |
| 83 | + |
84 | 84 | protected $m_monthsshort = array( "jan", "feb", "mar", "apr", "mei", "jun", "jul", "aug", "sep", "okt", "nov", "dec" ); |
85 | 85 | |
86 | 86 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePl.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -57,14 +57,14 @@ |
58 | 58 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
59 | 59 | '_rec' => 'Record', // name of record data type //TODO: translate |
60 | 60 | ); |
61 | | - |
| 61 | + |
62 | 62 | protected $m_DatatypeAliases = array( |
63 | 63 | 'URI' => '_uri', |
64 | 64 | 'Liczba zmiennoprzecinkowa' => '_num', |
65 | 65 | 'Liczba całkowita' => '_num', |
66 | 66 | 'Wyliczenie' => '_str', |
67 | 67 | ); |
68 | | - |
| 68 | + |
69 | 69 | protected $m_SpecialProperties = array( |
70 | 70 | // always start upper-case |
71 | 71 | '_TYPE' => 'Ma typ', |
— | — | @@ -80,12 +80,12 @@ |
81 | 81 | '_ERRP' => 'Has improper value for', // TODO: translate |
82 | 82 | '_LIST' => 'Has fields', // TODO: translate |
83 | 83 | ); |
84 | | - |
| 84 | + |
85 | 85 | protected $m_SpecialPropertyAliases = array( |
86 | 86 | 'Wyświetlana jednostka' => '_UNIT', |
87 | 87 | ); |
88 | | - |
89 | | - |
| 88 | + |
| 89 | + |
90 | 90 | protected $m_Namespaces = array( |
91 | 91 | SMW_NS_PROPERTY => 'Atrybut', |
92 | 92 | SMW_NS_PROPERTY_TALK => 'Dyskusja_atrybutu', |
— | — | @@ -94,11 +94,11 @@ |
95 | 95 | SMW_NS_CONCEPT => 'Pojęcie', |
96 | 96 | SMW_NS_CONCEPT_TALK => 'Dyskusja pojęcia' |
97 | 97 | ); |
98 | | - |
| 98 | + |
99 | 99 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
100 | | - |
| 100 | + |
101 | 101 | protected $m_months = array( "styczeń", "luty", "marsz", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień", "październik", "listopad", "grudzień" ); |
102 | | - |
| 102 | + |
103 | 103 | protected $m_monthsshort = array( "sty", "lut", "mar", "kwi", "maj", "cze", "lip", "sie", "wrz", "paź", "lis", "gru" ); |
104 | 104 | |
105 | 105 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageIt.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | * @ingroup Language |
24 | 24 | */ |
25 | 25 | class SMWLanguageIt extends SMWLanguage { |
26 | | - |
| 26 | + |
27 | 27 | protected $m_DatatypeLabels = array( |
28 | 28 | '_wpg' => 'Pagina', // name of page datatypee |
29 | 29 | '_str' => 'Stringa', // name of the string type |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
41 | 41 | '_rec' => 'Record', // name of record data type //TODO: translate |
42 | 42 | ); |
43 | | - |
| 43 | + |
44 | 44 | protected $m_DatatypeAliases = array( |
45 | 45 | 'URI' => '_uri', |
46 | 46 | 'Float' => '_num', |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'Enumeration' => '_str', |
50 | 50 | 'Enumerazione' => '_str' |
51 | 51 | ); |
52 | | - |
| 52 | + |
53 | 53 | protected $m_SpecialProperties = array( |
54 | 54 | // always start upper-case |
55 | 55 | '_TYPE' => 'Ha tipo', // 'Has type', |
— | — | @@ -64,11 +64,11 @@ |
65 | 65 | '_ERRP' => 'Ha un valore improprio per', |
66 | 66 | '_LIST' => 'Has fields', // TODO: translate |
67 | 67 | ); |
68 | | - |
| 68 | + |
69 | 69 | protected $m_SpecialPropertyAliases = array( |
70 | 70 | 'Display unit' => '_UNIT', |
71 | 71 | ); |
72 | | - |
| 72 | + |
73 | 73 | protected $m_Namespaces = array( // TODO: translate (English aliases can be kept, see other language files |
74 | 74 | SMW_NS_PROPERTY => 'Proprietà', |
75 | 75 | SMW_NS_PROPERTY_TALK => 'Discussione proprietà', |
— | — | @@ -77,9 +77,9 @@ |
78 | 78 | SMW_NS_CONCEPT => 'Concetto', |
79 | 79 | SMW_NS_CONCEPT_TALK => 'Discussione concetto' |
80 | 80 | ); |
81 | | - |
| 81 | + |
82 | 82 | protected $m_months = array( "gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre" ); |
83 | | - |
| 83 | + |
84 | 84 | protected $m_monthsshort = array( "gen", "feb", "mar", "apr", "mag", "giu", "lug", "ago", "set", "ott", "nov", "dic" ); |
85 | 85 | |
86 | | -} |
\ No newline at end of file |
| 86 | +} |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageNo.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | 40 | '_rec' => 'Record', // name of record data type //TODO: translate |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'Streng' => '_str', |
45 | 45 | 'Linje' => '_str', |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | 'URI' => '_uri', |
54 | 54 | 'Nettadresse' => '_uri' |
55 | 55 | ); |
56 | | - |
| 56 | + |
57 | 57 | protected $m_SpecialProperties = array( |
58 | 58 | // always start upper-case |
59 | 59 | '_TYPE' => 'Har type', |
— | — | @@ -68,15 +68,15 @@ |
69 | 69 | '_ERRP' => 'Feilaktig verdi for', |
70 | 70 | '_LIST' => 'Has fields', // TODO: translate |
71 | 71 | ); |
72 | | - |
| 72 | + |
73 | 73 | protected $m_SpecialPropertyAliases = array( |
74 | 74 | 'Type' => '_TYPE', |
75 | 75 | 'Enhet' => '_UNIT', |
76 | 76 | 'Synonym URI' => '_URI', |
77 | 77 | 'Synonym adresse' => '_URI' |
78 | 78 | ); |
79 | | - |
80 | | - |
| 79 | + |
| 80 | + |
81 | 81 | protected $m_Namespaces = array( |
82 | 82 | SMW_NS_PROPERTY => 'Egenskap', |
83 | 83 | SMW_NS_PROPERTY_TALK => 'Egenskap-diskusjon', |
— | — | @@ -85,11 +85,11 @@ |
86 | 86 | SMW_NS_CONCEPT => 'Konsept', |
87 | 87 | SMW_NS_CONCEPT_TALK => 'Konsept-diskusjon' |
88 | 88 | ); |
89 | | - |
| 89 | + |
90 | 90 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_DMY, SMW_MDY, SMW_YMD, SMW_YDM ) ); |
91 | | - |
| 91 | + |
92 | 92 | protected $m_months = array( "januar", "februar", "mars", "april", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember" ); |
93 | | - |
| 93 | + |
94 | 94 | protected $m_monthsshort = array( "jan.", "feb.", "mars", "april", "mai", "juni", "juli", "aug.", "sep.", "okt.", "nov.", "des." ); |
95 | 95 | |
96 | 96 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageSk.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,13 +38,13 @@ |
39 | 39 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | 40 | '_rec' => 'Record', // name of record data type //TODO: translate |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'URI' => '_uri', |
45 | 45 | 'Celé číslo' => '_num', |
46 | 46 | 'Desatinné číslo' => '_num' |
47 | 47 | ); |
48 | | - |
| 48 | + |
49 | 49 | protected $m_SpecialProperties = array( |
50 | 50 | // always start upper-case |
51 | 51 | '_TYPE' => 'Má typ', |
— | — | @@ -60,11 +60,11 @@ |
61 | 61 | '_ERRP' => 'Has improper value for', // TODO: translate |
62 | 62 | '_LIST' => 'Has fields', // TODO: translate |
63 | 63 | ); |
64 | | - |
| 64 | + |
65 | 65 | protected $m_SpecialPropertyAliases = array( |
66 | 66 | 'Zobrazovacia jednotka' => '_UNIT' |
67 | 67 | ); |
68 | | - |
| 68 | + |
69 | 69 | protected $m_Namespaces = array( |
70 | 70 | SMW_NS_PROPERTY => 'Atribút', |
71 | 71 | SMW_NS_PROPERTY_TALK => 'Diskusia o atribúte', |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguagePt.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,14 +38,14 @@ |
39 | 39 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | 40 | '_rec' => 'Record', // name of record data type //TODO: translate |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'URI' => '_uri', |
45 | 45 | 'Número inteiro' => '_num', |
46 | 46 | 'Folga' => '_num', |
47 | 47 | 'Enumeração' => '_str', |
48 | 48 | ); |
49 | | - |
| 49 | + |
50 | 50 | protected $m_SpecialProperties = array( |
51 | 51 | // always start upper-case |
52 | 52 | '_TYPE' => 'Tem o tipo', |
— | — | @@ -61,11 +61,11 @@ |
62 | 62 | '_ERRP' => 'Has improper value for', // TODO: translate |
63 | 63 | '_LIST' => 'Has fields', // TODO: translate |
64 | 64 | ); |
65 | | - |
| 65 | + |
66 | 66 | protected $m_SpecialPropertyAliases = array( |
67 | 67 | 'Unidade de amostra' => '_UNIT' |
68 | 68 | ); |
69 | | - |
| 69 | + |
70 | 70 | protected $m_Namespaces = array( |
71 | 71 | SMW_NS_PROPERTY => "Propriedade", |
72 | 72 | SMW_NS_PROPERTY_TALK => "Discussão_propriedade", |
— | — | @@ -74,11 +74,11 @@ |
75 | 75 | SMW_NS_CONCEPT => 'Conceito', |
76 | 76 | SMW_NS_CONCEPT_TALK => 'Discussão_conceito' |
77 | 77 | ); |
78 | | - |
| 78 | + |
79 | 79 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
80 | | - |
| 80 | + |
81 | 81 | protected $m_months = array( "Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro" ); |
82 | | - |
| 82 | + |
83 | 83 | protected $m_monthsshort = array( "Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez" ); |
84 | 84 | |
85 | 85 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageRu.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -35,11 +35,11 @@ |
36 | 36 | '_ema' => 'Почта', // name of the email type |
37 | 37 | '_uri' => 'URL', // name of the URL type |
38 | 38 | '_anu' => 'URI аннотации', // name of the annotation URI type (OWL annotation property) |
39 | | - '_tel' => 'Номер телефона', // name of the telephone (URI) type |
40 | | - '_rec' => 'Запись', // name of record data type |
| 39 | + '_tel' => 'Номер телефона', // name of the telephone (URI) type |
| 40 | + '_rec' => 'Запись', // name of record data type |
41 | 41 | '_qty' => 'Количество', // name of the number type with units of measurement |
42 | 42 | ); |
43 | | - |
| 43 | + |
44 | 44 | protected $m_DatatypeAliases = array( |
45 | 45 | 'URI' => '_uri', |
46 | 46 | 'Целое' => '_num', |
— | — | @@ -48,7 +48,7 @@ |
49 | 49 | 'Перечисление' => '_str', |
50 | 50 | 'Телефон' => '_tel', |
51 | 51 | ); |
52 | | - |
| 52 | + |
53 | 53 | protected $m_SpecialProperties = array( |
54 | 54 | // always start upper-case |
55 | 55 | '_TYPE' => 'Имеет тип', |
— | — | @@ -60,17 +60,17 @@ |
61 | 61 | '_CONV' => 'Относится к', |
62 | 62 | '_SERV' => 'Предоставляет сервис', |
63 | 63 | '_PVAL' => 'Допустимое значение', |
64 | | - '_MDAT' => 'Дата последней правки', |
| 64 | + '_MDAT' => 'Дата последней правки', |
65 | 65 | '_ERRP' => 'Has improper value for', // TODO: translate |
66 | | - '_LIST' => 'Имеет поля', |
| 66 | + '_LIST' => 'Имеет поля', |
67 | 67 | ); |
68 | | - |
| 68 | + |
69 | 69 | protected $m_SpecialPropertyAliases = array( |
70 | 70 | 'Тип данных' => '_TYPE', |
71 | 71 | 'Отображаемая единица' => '_UNIT' |
72 | 72 | ); |
73 | | - |
74 | | - |
| 73 | + |
| 74 | + |
75 | 75 | protected $m_Namespaces = array( |
76 | 76 | SMW_NS_PROPERTY => 'Свойство', |
77 | 77 | SMW_NS_PROPERTY_TALK => 'Обсуждение_свойства', |
— | — | @@ -79,11 +79,11 @@ |
80 | 80 | SMW_NS_CONCEPT => 'Концепция', |
81 | 81 | SMW_NS_CONCEPT_TALK => 'Обсуждение_концепции' |
82 | 82 | ); |
83 | | - |
| 83 | + |
84 | 84 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_DMY, SMW_MDY, SMW_YMD, SMW_YDM ) ); |
85 | | - |
| 85 | + |
86 | 86 | protected $m_months = array( "января", "февраля", "марта", "апреля", "мая", "июня", "июля", "августа", "сентрября", "октября", "ноября", "декабря" ); |
87 | | - |
| 87 | + |
88 | 88 | protected $m_monthsshort = array( "янв", "фев", "мар", "апр", "мая", "июн", "июл", "авг", "сен", "окт", "ноя", "дек" ); |
89 | 89 | |
90 | 90 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe_formal.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageDe.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | * @ingroup Language |
31 | 31 | */ |
32 | 32 | class SMWLanguageDe extends SMWLanguage { |
33 | | - |
| 33 | + |
34 | 34 | protected $m_DatatypeLabels = array( |
35 | 35 | '_wpg' => 'Seite', // name of page datatype |
36 | 36 | '_str' => 'Zeichenkette', // name of the string type |
— | — | @@ -47,14 +47,14 @@ |
48 | 48 | '_rec' => 'Verbund', // name of record data type |
49 | 49 | '_qty' => 'Menge', // name of quantity data type |
50 | 50 | ); |
51 | | - |
| 51 | + |
52 | 52 | protected $m_DatatypeAliases = array( |
53 | 53 | 'URI' => '_uri', |
54 | 54 | 'Ganze Zahl' => '_num', |
55 | 55 | 'Dezimalzahl' => '_num', |
56 | 56 | 'Aufzählung' => '_str', |
57 | 57 | ); |
58 | | - |
| 58 | + |
59 | 59 | protected $m_SpecialProperties = array( |
60 | 60 | // always start upper-case |
61 | 61 | '_TYPE' => 'Datentyp', |
— | — | @@ -70,12 +70,12 @@ |
71 | 71 | '_ERRP' => 'Hat unpassenden Wert für', |
72 | 72 | '_LIST' => 'Hat Komponenten', |
73 | 73 | ); |
74 | | - |
| 74 | + |
75 | 75 | protected $m_SpecialPropertyAliases = array( |
76 | 76 | 'Hat Datentyp' => '_TYPE', |
77 | 77 | 'Ausgabeeinheit' => '_UNIT' |
78 | 78 | ); |
79 | | - |
| 79 | + |
80 | 80 | protected $m_Namespaces = array( |
81 | 81 | SMW_NS_PROPERTY => "Attribut", |
82 | 82 | SMW_NS_PROPERTY_TALK => "Attribut_Diskussion", |
— | — | @@ -84,11 +84,11 @@ |
85 | 85 | SMW_NS_CONCEPT => 'Konzept', |
86 | 86 | SMW_NS_CONCEPT_TALK => 'Konzept_Diskussion' |
87 | 87 | ); |
88 | | - |
| 88 | + |
89 | 89 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_DMY, SMW_MDY, SMW_YMD, SMW_YDM ) ); |
90 | | - |
| 90 | + |
91 | 91 | protected $m_months = array( "Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember" ); |
92 | | - |
| 92 | + |
93 | 93 | protected $m_monthsshort = array( "Jan", "Feb", "Mär", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez" ); |
94 | 94 | |
95 | 95 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageZh_tw.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | 40 | '_rec' => 'Record', // name of record data type //TODO: translate |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | '浮點數' => '_num', // '_num', |
45 | 45 | '整數' => '_num' , // '_num', |
— | — | @@ -49,7 +49,7 @@ |
50 | 50 | 'Enumeration' => '_str', |
51 | 51 | 'URI' => '_uri', |
52 | 52 | ); |
53 | | - |
| 53 | + |
54 | 54 | protected $m_SpecialProperties = array( |
55 | 55 | // always start upper-case |
56 | 56 | '_TYPE' => '設有型態', // 'Has type', |
— | — | @@ -65,12 +65,12 @@ |
66 | 66 | '_ERRP' => 'Has improper value for', // TODO: translate |
67 | 67 | '_LIST' => 'Has fields', // TODO: translate |
68 | 68 | ); |
69 | | - |
70 | | - |
| 69 | + |
| 70 | + |
71 | 71 | protected $m_SpecialPropertyAliases = array( |
72 | 72 | 'Display unit' => '_UNIT' |
73 | 73 | ); |
74 | | - |
| 74 | + |
75 | 75 | protected $m_Namespaces = array( |
76 | 76 | SMW_NS_PROPERTY => '性質', // 'Property', |
77 | 77 | SMW_NS_PROPERTY_TALK => '性質討論', // 'Property_talk', |
— | — | @@ -79,9 +79,9 @@ |
80 | 80 | SMW_NS_CONCEPT => '概念', // 'Concept' |
81 | 81 | SMW_NS_CONCEPT_TALK => '概念討論', // 'Concept_talk' |
82 | 82 | ); |
83 | | - |
| 83 | + |
84 | 84 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
85 | | - |
| 85 | + |
86 | 86 | protected $m_months = array( "1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月" ); |
87 | 87 | |
88 | 88 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageId.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * @author Ivan Lanin |
8 | 8 | */ |
9 | 9 | |
10 | | -/* |
| 10 | +/** |
11 | 11 | * Protect against register_globals vulnerabilities. |
12 | 12 | * This line must be present before any global variable is referenced. |
13 | 13 | */ |
— | — | @@ -41,13 +41,13 @@ |
42 | 42 | '_tel' => 'Nomor telepon', // name of the telephone (URI) type |
43 | 43 | '_rec' => 'Rekaman', // name of record data type |
44 | 44 | ); |
45 | | - |
| 45 | + |
46 | 46 | protected $m_DatatypeAliases = array( |
47 | 47 | 'URI' => '_uri', |
48 | 48 | 'Enumerasi' => '_str', |
49 | 49 | 'Nomor telepon' => '_tel', |
50 | 50 | ); |
51 | | - |
| 51 | + |
52 | 52 | protected $m_SpecialProperties = array( |
53 | 53 | // always start upper-case |
54 | 54 | '_TYPE' => 'Memiliki tipe', |
— | — | @@ -63,11 +63,11 @@ |
64 | 64 | '_ERRP' => 'Memiliki nilai yang tidak tepat untuk', |
65 | 65 | '_LIST' => 'Memiliki bidang', |
66 | 66 | ); |
67 | | - |
| 67 | + |
68 | 68 | protected $m_SpecialPropertyAliases = array( |
69 | 69 | 'Unit tampilan' => '_UNIT' |
70 | 70 | ); |
71 | | - |
| 71 | + |
72 | 72 | protected $m_Namespaces = array( |
73 | 73 | SMW_NS_PROPERTY => 'Properti', |
74 | 74 | SMW_NS_PROPERTY_TALK => 'Pembicaraan_Properti', |
— | — | @@ -76,11 +76,11 @@ |
77 | 77 | SMW_NS_CONCEPT => 'Konsep', |
78 | 78 | SMW_NS_CONCEPT_TALK => 'Pembicaraan_Konsep' |
79 | 79 | ); |
80 | | - |
| 80 | + |
81 | 81 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
82 | | - |
| 82 | + |
83 | 83 | protected $m_months = array( "Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember" ); |
84 | | - |
| 84 | + |
85 | 85 | protected $m_monthsshort = array( "Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Agu", "Sep", "Okt", "Nov", "Des" ); |
86 | 86 | |
87 | 87 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageHe.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | 40 | '_rec' => 'Record', // name of record data type //TODO: translate |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'מזהה יחודי' |
45 | 45 | => '_uri', |
— | — | @@ -47,7 +47,7 @@ |
48 | 48 | 'נקודהצפה' |
49 | 49 | => '_num', |
50 | 50 | ); |
51 | | - |
| 51 | + |
52 | 52 | protected $m_SpecialProperties = array( |
53 | 53 | // always start upper-case |
54 | 54 | '_TYPE' => 'מטיפוס', |
— | — | @@ -63,13 +63,13 @@ |
64 | 64 | '_ERRP' => 'יש ערך תקין בשביל', |
65 | 65 | '_LIST' => 'Has fields', // TODO: translate |
66 | 66 | ); |
67 | | - |
| 67 | + |
68 | 68 | protected $m_SpecialPropertyAliases = array( |
69 | 69 | 'יחידת הצגה' |
70 | 70 | => '_UNIT', |
71 | 71 | ); |
72 | | - |
73 | | - |
| 72 | + |
| 73 | + |
74 | 74 | protected $m_Namespaces = array( |
75 | 75 | SMW_NS_PROPERTY => 'תכונה', |
76 | 76 | SMW_NS_PROPERTY_TALK => 'שיחת_תכונה', |
— | — | @@ -78,12 +78,12 @@ |
79 | 79 | SMW_NS_CONCEPT => 'רעיון', |
80 | 80 | SMW_NS_CONCEPT_TALK => 'שיחת_רעיון' |
81 | 81 | ); |
82 | | - |
83 | | - |
| 82 | + |
| 83 | + |
84 | 84 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
85 | | - |
| 85 | + |
86 | 86 | protected $m_months = array( "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ); |
87 | | - |
| 87 | + |
88 | 88 | protected $m_monthsshort = array( "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" ); |
89 | 89 | |
90 | 90 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageArz.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -38,14 +38,14 @@ |
39 | 39 | '_tel' => 'Telephone number', // name of the telephone (URI) type //TODO: translate |
40 | 40 | '_rec' => 'Record', // name of record data type //TODO: translate |
41 | 41 | ); |
42 | | - |
| 42 | + |
43 | 43 | protected $m_DatatypeAliases = array( |
44 | 44 | 'URI' => '_uri', |
45 | 45 | 'Float' => '_num', |
46 | 46 | 'Integer' => '_num', |
47 | 47 | 'Enumeration' => '_str' |
48 | 48 | ); |
49 | | - |
| 49 | + |
50 | 50 | protected $m_SpecialProperties = array( |
51 | 51 | // always start upper-case |
52 | 52 | '_TYPE' => 'لديه نوع', |
— | — | @@ -61,11 +61,11 @@ |
62 | 62 | '_ERRP' => 'Has improper value for', // TODO: translate |
63 | 63 | '_LIST' => 'Has fields', // TODO: translate |
64 | 64 | ); |
65 | | - |
| 65 | + |
66 | 66 | protected $m_SpecialPropertyAliases = array( |
67 | 67 | 'عرض الوحدة' => '_UNIT' |
68 | 68 | ); |
69 | | - |
| 69 | + |
70 | 70 | protected $m_Namespaces = array( |
71 | 71 | SMW_NS_PROPERTY => 'خاصية', |
72 | 72 | SMW_NS_PROPERTY_TALK => 'نقاش_الخاصية', |
— | — | @@ -74,11 +74,11 @@ |
75 | 75 | SMW_NS_CONCEPT => 'مبدأ', |
76 | 76 | SMW_NS_CONCEPT_TALK => 'نقاش_المبدأ' |
77 | 77 | ); |
78 | | - |
| 78 | + |
79 | 79 | protected $m_dateformats = array( array( SMW_Y ), array( SMW_MY, SMW_YM ), array( SMW_MDY, SMW_DMY, SMW_YMD, SMW_YDM ) ); |
80 | | - |
| 80 | + |
81 | 81 | protected $m_months = array( "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ); |
82 | | - |
| 82 | + |
83 | 83 | protected $m_monthsshort = array( "يناير", "فبراير", "مارس", "أبريل", "مايو", "يونيو", "يوليو", "أغسطس", "سبتمبر", "أكتوبر", "نوفمبر", "ديسمبر" ); |
84 | 84 | |
85 | 85 | } |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_LanguageFi.php |
— | — | @@ -4,7 +4,7 @@ |
5 | 5 | * @ingroup SMWLanguage |
6 | 6 | */ |
7 | 7 | |
8 | | -/* |
| 8 | +/** |
9 | 9 | * Protect against register_globals vulnerabilities. |
10 | 10 | * This line must be present before any global variable is referenced. |
11 | 11 | */ |
— | — | @@ -65,7 +65,7 @@ |
66 | 66 | SMW_NS_CONCEPT => 'Konsepti', |
67 | 67 | SMW_NS_CONCEPT_TALK => 'Keskustelu_konseptista' |
68 | 68 | ); |
69 | | - |
| 69 | + |
70 | 70 | protected $m_months = array( |
71 | 71 | "tammikuu", |
72 | 72 | "helmikuu", |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | "marraskuu", |
82 | 82 | "joulukuu" |
83 | 83 | ); |
84 | | - |
| 84 | + |
85 | 85 | protected $m_monthsshort = array( |
86 | 86 | "tammikuu", |
87 | 87 | "helmikuu", |
— | — | @@ -96,4 +96,4 @@ |
97 | 97 | "joulukuu" |
98 | 98 | ); |
99 | 99 | |
100 | | -} |
\ No newline at end of file |
| 100 | +} |
Index: trunk/extensions/Call/Call.i18n.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/* |
| 3 | +/** |
4 | 4 | * Internationalization file for Call Extension |
5 | 5 | * |
6 | 6 | * @addGroup Extension |
Index: trunk/extensions/CloseWikis/CloseWikis.i18n.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/* |
| 3 | +/** |
4 | 4 | * Internationalization for CloseWikis extension. |
5 | 5 | */ |
6 | 6 | |
Index: trunk/extensions/ABC/ABC.i18n.php |
— | — | @@ -1,6 +1,7 @@ |
2 | 2 | <?php |
3 | | -/* Copyright (c) 2008 River Tarnell <river@loreley.flyingparchment.org.uk>. */ |
4 | | -/* |
| 3 | +/** |
| 4 | + * Copyright (c) 2008 River Tarnell <river@loreley.flyingparchment.org.uk>. |
| 5 | + * |
5 | 6 | * Permission is granted to anyone to use this software for any purpose, |
6 | 7 | * including commercial applications, and to alter it and redistribute it |
7 | 8 | * freely. This software is provided 'as-is', without any express or implied |
Index: trunk/extensions/WikiObjectModel/WikiObjectModel.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/* |
| 3 | +/** |
4 | 4 | * Created on 22.11.2010 |
5 | 5 | * |
6 | 6 | * Author: ning |
Index: trunk/extensions/Collection/Collection.i18n.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -/* |
| 4 | +/** |
5 | 5 | * Collection Extension for MediaWiki |
6 | 6 | * |
7 | 7 | * Copyright (C) PediaPress GmbH |
— | — | @@ -237,7 +237,7 @@ |
238 | 238 | **then the text "rendering" (source message not yet identified) |
239 | 239 | |
240 | 240 | {{Identical|Status}}', |
241 | | - 'coll-rendering_finished_text' => 'This is the first part of the text of the special page "Rendering finished", which appears after clicking \'download book\' and the book has been generated. |
| 241 | + 'coll-rendering_finished_text' => 'This is the first part of the text of the special page "Rendering finished", which appears after clicking \'download book\' and the book has been generated. |
242 | 242 | |
243 | 243 | $1 is not text; it is the http:// address of the book.', |
244 | 244 | 'coll-excluded-templates' => "Part of the text of the special page 'Rendering finished' which appears after clicking on 'Download' and a book has been generated.", |
— | — | @@ -1105,7 +1105,7 @@ |
1106 | 1106 | 'coll-community_collection_label' => 'Кніга супольнасьці:', |
1107 | 1107 | 'coll-save_collection' => 'Захаваць кнігу', |
1108 | 1108 | 'coll-save_category' => 'Усе захаваныя кнігі дададзеныя ў катэгорыю [[:Category:{{MediaWiki:Coll-bookscategory}}|{{MediaWiki:Coll-bookscategory}}]].', |
1109 | | - 'coll-overwrite_title' => 'Старонка ўжо існуе. |
| 1109 | + 'coll-overwrite_title' => 'Старонка ўжо існуе. |
1110 | 1110 | Перазапісаць?', |
1111 | 1111 | 'coll-overwrite_text' => 'Старонка з назвай [[:$1]] ужо існуе. |
1112 | 1112 | Вы жадаеце, каб яна была перазапісана Вашай калекцыяй?', |
— | — | @@ -2206,8 +2206,8 @@ |
2207 | 2207 | 'coll-couldnotaddarticle_msg' => 'Wiki-siden kunne ikke tilføjes.', |
2208 | 2208 | 'coll-couldnotremovearticle_title' => 'Kunne ikke fjerne wiki-artikel', |
2209 | 2209 | 'coll-couldnotremovearticle_msg' => 'Wiki-siden kunne ikke fjernes.', |
2210 | | - 'coll-noscript_text' => '<h1>JavaScript er påkrævet!</h1> |
2211 | | -<strong>Din browser understøtter ikke JavaScript eller JavaScript er slået fra. |
| 2210 | + 'coll-noscript_text' => '<h1>JavaScript er påkrævet!</h1> |
| 2211 | +<strong>Din browser understøtter ikke JavaScript eller JavaScript er slået fra. |
2212 | 2212 | Denne side vil ikke virke korrekt, medmindre JavaScript er aktiveret.</strong>', |
2213 | 2213 | 'coll-savedbook_template' => 'gemt_bog', |
2214 | 2214 | 'coll-your_book' => 'Din bog', |
— | — | @@ -2253,14 +2253,14 @@ |
2254 | 2254 | Ønsker du at erstatte den med din bog?', |
2255 | 2255 | 'coll-yes' => 'Ja', |
2256 | 2256 | 'coll-no' => 'Nej', |
2257 | | - 'coll-load_overwrite_text' => 'Du har allerede nogle sider i din bog. |
| 2257 | + 'coll-load_overwrite_text' => 'Du har allerede nogle sider i din bog. |
2258 | 2258 | Vil du overskrive din aktuelle bog, tilføje det nye indhold, eller afbryde indlæsningen af denne bog?', |
2259 | 2259 | 'coll-overwrite' => 'Overskriv', |
2260 | 2260 | 'coll-append' => 'Tilføj', |
2261 | 2261 | 'coll-cancel' => 'Afbryd', |
2262 | 2262 | 'coll-update' => 'Opdater', |
2263 | 2263 | 'coll-limit_exceeded_title' => 'Bogen er for stor', |
2264 | | - 'coll-limit_exceeded_text' => 'Din bog er for stor. |
| 2264 | + 'coll-limit_exceeded_text' => 'Din bog er for stor. |
2265 | 2265 | Der kan ikke tilføjes flere sider.', |
2266 | 2266 | 'coll-rendering_title' => 'Genererer', |
2267 | 2267 | 'coll-rendering_text' => '<p><strong>Vent venligst mens dokumentet bliver genereret.</strong></p> |
— | — | @@ -2275,20 +2275,20 @@ |
2276 | 2276 | 'coll-rendering_collection_info_text_article' => '{{MediaWiki:Coll-helppage}}/Skriver information om samling', |
2277 | 2277 | 'coll-rendering_finished_title' => 'Generering færdig', |
2278 | 2278 | 'coll-rendering_finished_text' => '<strong>Dit dokument er blevet genereret.</strong> |
2279 | | -<strong>[$1 Download filen]</strong> til din computer. |
| 2279 | +<strong>[$1 Download filen]</strong> til din computer. |
2280 | 2280 | |
2281 | | -Note: |
| 2281 | +Note: |
2282 | 2282 | * Er du ikke tilfreds med resultatet? Se [[{{MediaWiki:Coll-helppage}}|hjælpesiden omkring bøger]] for eventuelle muligheder til at forbedre det.', |
2283 | 2283 | 'coll-finished_page_info_text_article' => '{{MediaWiki:Coll-helppage}}/Skriver sideinformation', |
2284 | 2284 | 'coll-finished_collection_info_text_article' => '{{MediaWiki:Coll-helppage}}/Skriver information om samling', |
2285 | 2285 | 'coll-notfound_title' => 'Bog ikke fundet', |
2286 | 2286 | 'coll-notfound_text' => 'Kunne ikke finde bogsiden.', |
2287 | 2287 | 'coll-download_notfound_title' => 'Fil ikke fundet', |
2288 | | - 'coll-download_notfound_text' => 'Filen du forsøger at downloade eksisterer ikke: |
| 2288 | + 'coll-download_notfound_text' => 'Filen du forsøger at downloade eksisterer ikke: |
2289 | 2289 | Måske er den blevet slettet og skal regenereres.', |
2290 | 2290 | 'coll-download_failed_title' => 'Fejl under download', |
2291 | 2291 | 'coll-download_failed_text' => 'Det opstod en fejl ved download af filen: $1', |
2292 | | - 'coll-is_cached' => '<ul><li>En cachet version af dokumentet er blevet fundet, så en ny generering var unødvendig. |
| 2292 | + 'coll-is_cached' => '<ul><li>En cachet version af dokumentet er blevet fundet, så en ny generering var unødvendig. |
2293 | 2293 | <a href="$1">Fremtving gen-generering.</a> </li></ul>', |
2294 | 2294 | 'coll-excluded-templates' => '* Skabeloner i kategorien [[:Category:$1|$1]], er blevet udelukket.', |
2295 | 2295 | 'coll-blacklisted-templates' => '* Skabeloner på sortlisten [[:$1]] er blevet udelukket.', |
— | — | @@ -2298,7 +2298,7 @@ |
2299 | 2299 | 'coll-order_from_pp' => 'Forhåndsvis med $1', |
2300 | 2300 | 'coll-about_pp' => 'Om $1', |
2301 | 2301 | 'coll-invalid_podpartner_title' => 'Ugyldig POD-partner', |
2302 | | - 'coll-invalid_podpartner_msg' => 'Den valgte POD partner er ugyldig. |
| 2302 | + 'coll-invalid_podpartner_msg' => 'Den valgte POD partner er ugyldig. |
2303 | 2303 | Kontakt venligst din MediaWiki-administrator.', |
2304 | 2304 | 'coll-license' => 'Licens', |
2305 | 2305 | 'coll-return_to' => 'Tilbage til [[:$1]]', |
— | — | @@ -2596,7 +2596,7 @@ |
2597 | 2597 | Ti wazeno ey kitab pê kitabê xo rê bivurne?', |
2598 | 2598 | 'coll-yes' => 'Ye', |
2599 | 2599 | 'coll-no' => 'Ne', |
2600 | | - 'coll-load_overwrite_text' => 'Kitabê xo de zatî pelan esto. |
| 2600 | + 'coll-load_overwrite_text' => 'Kitabê xo de zatî pelan esto. |
2601 | 2601 | Ti wazeno ser kitabê xo de binuse, kontendê newe ya zi bar kerdişê kitabî îptal bike?', |
2602 | 2602 | 'coll-overwrite' => 'Sero binuş', |
2603 | 2603 | 'coll-append' => 'Penî ra de biker', |
— | — | @@ -2910,7 +2910,7 @@ |
2911 | 2911 | |
2912 | 2912 | <p><strong>Πρόοδος:</strong> <span id="renderingProgress">$1</span>% <span id="renderingStatus">$2</span></p> |
2913 | 2913 | |
2914 | | -<p>Αυτή η σελίδα θα πρέπει να ανανεώνεται αυτόματα κάθε λίγα δευτερόλεπτα. |
| 2914 | +<p>Αυτή η σελίδα θα πρέπει να ανανεώνεται αυτόματα κάθε λίγα δευτερόλεπτα. |
2915 | 2915 | Αν δεν δουλεύει, παρακαλούμε πατήστε το κουμπί ανανέωσης στον περιηγητή σας.</p>', |
2916 | 2916 | 'coll-rendering_status' => '<strong>Πρόοδος:</strong> $1', |
2917 | 2917 | 'coll-rendering_article' => '(σελίδα wiki: $1)', |
— | — | @@ -6149,7 +6149,7 @@ |
6150 | 6150 | გსურთ მისი შეცვლა თქვენი გვერდით?', |
6151 | 6151 | 'coll-yes' => 'ჰო', |
6152 | 6152 | 'coll-no' => 'არა', |
6153 | | - 'coll-load_overwrite_text' => 'თქვენ უკვე გაგაჩნიათ რამდენიმე გვერდი წიგნში. |
| 6153 | + 'coll-load_overwrite_text' => 'თქვენ უკვე გაგაჩნიათ რამდენიმე გვერდი წიგნში. |
6154 | 6154 | გსურთ თქვენი მოქმედი წიგნის თავიდან გადაწერა, ახალი მატერიალის დამატება თუ ამ წიგნის ატვირთვის გაუქმება?', |
6155 | 6155 | 'coll-overwrite' => 'თავიდან გადაწერა', |
6156 | 6156 | 'coll-append' => 'თანდართვა', |
— | — | @@ -6579,7 +6579,7 @@ |
6580 | 6580 | 'coll-yes' => 'Jo', |
6581 | 6581 | 'coll-no' => 'Nä', |
6582 | 6582 | 'coll-load_overwrite_text' => 'En Dingem Booch sinn_er ald Sigge dren. |
6583 | | -Wells de dat Booch övverschrieve, di neu Saache dran |
| 6583 | +Wells de dat Booch övverschrieve, di neu Saache dran |
6584 | 6584 | aanhänge, udder wells de dat Booch lever doch nit laade?', |
6585 | 6585 | 'coll-overwrite' => 'Ußtuusche', |
6586 | 6586 | 'coll-append' => 'Aanhänge', |
— | — | @@ -8014,7 +8014,7 @@ |
8015 | 8015 | 'coll-couldnotremovearticle_title' => 'Kunne ikkje fjerna wikisida', |
8016 | 8016 | 'coll-couldnotremovearticle_msg' => 'Wikisida kunne ikkje fjernast.', |
8017 | 8017 | 'coll-noscript_text' => '<h1>JavaScript er påkravd!</h1> |
8018 | | -<strong>Nettlesaren din støttar ikkje JavaScript, eller JavaScript har blitt slege av. |
| 8018 | +<strong>Nettlesaren din støttar ikkje JavaScript, eller JavaScript har blitt slege av. |
8019 | 8019 | Denne sida vil ikkje fungera på rett måte med mindre JavaScript er slege på.</strong>', |
8020 | 8020 | 'coll-savedbook_template' => 'lagra_bok', |
8021 | 8021 | 'coll-your_book' => 'Boka di', |
— | — | @@ -8056,7 +8056,7 @@ |
8057 | 8057 | 'coll-save_category' => 'Alle lagra bøker vert lagde til i kategorien [[:Category:{{MediaWiki:Coll-bookscategory}}|{{MediaWiki:Coll-bookscategory}}]].', |
8058 | 8058 | 'coll-overwrite_title' => 'Sida finst. |
8059 | 8059 | Skriva over ho?', |
8060 | | - 'coll-overwrite_text' => 'Ei sida med namnet [[:$1]] finst frå før. |
| 8060 | + 'coll-overwrite_text' => 'Ei sida med namnet [[:$1]] finst frå før. |
8061 | 8061 | Vil du at ho skal verta erstatta med boka di?', |
8062 | 8062 | 'coll-yes' => 'Ja', |
8063 | 8063 | 'coll-no' => 'Nei', |
— | — | @@ -9188,7 +9188,7 @@ |
9189 | 9189 | 'coll-community_collection_label' => 'Cudesch da la communitad:', |
9190 | 9190 | 'coll-save_collection' => 'Memorisar il cudesch', |
9191 | 9191 | 'coll-save_category' => 'Tut ils cudeschs memorisads vegnan agiuntads a la categoria [[:Category:{{MediaWiki:Coll-bookscategory}}|{{MediaWiki:Coll-bookscategory}}]].', |
9192 | | - 'coll-overwrite_title' => 'Pagina exista gia. |
| 9192 | + 'coll-overwrite_title' => 'Pagina exista gia. |
9193 | 9193 | Remplazzar?', |
9194 | 9194 | 'coll-overwrite_text' => 'Ina pagina cun il num [[:$1]] exista gia. |
9195 | 9195 | La vuls ti remplazzar cun tes cudesch?', |
— | — | @@ -9208,7 +9208,7 @@ |
9209 | 9209 | |
9210 | 9210 | <p><strong>Progress:</strong> <span id="renderingProgress">$1</span>% <span id="renderingStatus">$2</span></p> |
9211 | 9211 | |
9212 | | -<p>Questa pagina duess rechargiar automaticamain mintga per secundas. |
| 9212 | +<p>Questa pagina duess rechargiar automaticamain mintga per secundas. |
9213 | 9213 | Sche quai na funcziuna betg, clicca en tes navigatur il buttun per rechargiar.</p>', |
9214 | 9214 | 'coll-rendering_status' => '<strong>Status:</strong> $1', |
9215 | 9215 | 'coll-rendering_article' => '(pagina wiki: $1)', |
— | — | @@ -9240,7 +9240,7 @@ |
9241 | 9241 | 'coll-order_from_pp' => 'Prevista tar $1', |
9242 | 9242 | 'coll-about_pp' => 'Davart $1', |
9243 | 9243 | 'coll-invalid_podpartner_title' => 'Partenari da stampa sin dumonda nunvalid', |
9244 | | - 'coll-invalid_podpartner_msg' => "Il partenari per la stampa sin dumonda inditgà n'è betg valaivel. |
| 9244 | + 'coll-invalid_podpartner_msg' => "Il partenari per la stampa sin dumonda inditgà n'è betg valaivel. |
9245 | 9245 | Contactescha tes administratur da MediaWiki.", |
9246 | 9246 | 'coll-license' => 'Licenza', |
9247 | 9247 | 'coll-return_to' => 'Turnar a [[:$1]]', |
— | — | @@ -10241,7 +10241,7 @@ |
10242 | 10242 | 'coll-save_category' => 'Vse shranjene knjige so dodane k kategoriji [[:Category:{{MediaWiki:Coll-bookscategory}}|{{MediaWiki:Coll-bookscategory}}]]', |
10243 | 10243 | 'coll-overwrite_title' => 'Stran obstaja. |
10244 | 10244 | Jo prepišem?', |
10245 | | - 'coll-overwrite_text' => 'Stran z imenom [[:$1]] že obstaja. |
| 10245 | + 'coll-overwrite_text' => 'Stran z imenom [[:$1]] že obstaja. |
10246 | 10246 | Ali želite, da se nadomesti z vašo knjigo?', |
10247 | 10247 | 'coll-yes' => 'Da', |
10248 | 10248 | 'coll-no' => 'Ne', |
— | — | @@ -10257,7 +10257,7 @@ |
10258 | 10258 | 'coll-rendering_title' => 'Upodabljanje', |
10259 | 10259 | 'coll-rendering_text' => '<p><strong>Prosimo, počakajte, da se dokument pripravi.</strong></p> |
10260 | 10260 | |
10261 | | -<p><strong>Napredek:</strong> <span id="renderingProgress">$1</span>% <span id="renderingStatus">$2</span></p> |
| 10261 | +<p><strong>Napredek:</strong> <span id="renderingProgress">$1</span>% <span id="renderingStatus">$2</span></p> |
10262 | 10262 | |
10263 | 10263 | <p>Ta stran se samodejno osveži vsakih nekaj sekund. |
10264 | 10264 | Če se ne, prosimo, pritisnite gumb za osvežitev znotraj brskalnika.</p>', |
— | — | @@ -10791,7 +10791,7 @@ |
10792 | 10792 | 'coll-community_collection_label' => 'Gemensam bok:', |
10793 | 10793 | 'coll-save_collection' => 'Spara bok', |
10794 | 10794 | 'coll-save_category' => 'Alla sparade böcker läggs till i kategorin [[:Category:{{MediaWiki:Coll-bookscategory}}|{{MediaWiki:Coll-bookscategory}}]].', |
10795 | | - 'coll-overwrite_title' => 'Sidan existerar. |
| 10795 | + 'coll-overwrite_title' => 'Sidan existerar. |
10796 | 10796 | Vill du skriva över den?', |
10797 | 10797 | 'coll-overwrite_text' => 'En sida med namnet [[:$1]] finns redan. |
10798 | 10798 | Vill du ersätta den med din samling?', |
— | — | @@ -11016,7 +11016,7 @@ |
11017 | 11017 | |
11018 | 11018 | <p><strong>ప్రగతి:</strong> <span id="renderingProgress">$1</span>% <span id="renderingStatus">$2</span></p> |
11019 | 11019 | |
11020 | | -<p>ఈ పేజీ కొన్ని సెకండ్లకోసారి ఆటోమాటిగ్గా రిఫ్రెష్ కావాల్సి ఉంది. |
| 11020 | +<p>ఈ పేజీ కొన్ని సెకండ్లకోసారి ఆటోమాటిగ్గా రిఫ్రెష్ కావాల్సి ఉంది. |
11021 | 11021 | అలా కాకపోతే, బ్రౌజరు రిఫ్రెష్ బొత్తాన్ని నొక్కండి.</p>', |
11022 | 11022 | 'coll-rendering_status' => '<strong>స్థితి:</strong> $1', |
11023 | 11023 | 'coll-rendering_article' => '(వికీ పేజీ: $1)', |
— | — | @@ -11477,7 +11477,7 @@ |
11478 | 11478 | 'coll-hide_info' => 'Maglumaty gizle', |
11479 | 11479 | 'coll-order_info_article' => '{{MediaWiki:Coll-helppage}}/PediaPress buýurma maglumaty', |
11480 | 11480 | 'coll-suggest_title' => 'Kitabyňyz üçin teklip edilýän sahypalar', |
11481 | | - 'coll-suggest_intro_text' => 'Teklipler häzirki wagtda kitabyňyzda bar bolan wiki sahypalaryna esaslanýar. |
| 11481 | + 'coll-suggest_intro_text' => 'Teklipler häzirki wagtda kitabyňyzda bar bolan wiki sahypalaryna esaslanýar. |
11482 | 11482 | Goş ýa-da ýyr düwmelerine her basanyňyzda bu sanaw täzelenilýär.', |
11483 | 11483 | 'coll-suggested_articles' => 'Teklipler', |
11484 | 11484 | 'coll-suggest_reset_bans' => 'başky ýagdaýa getir', |
— | — | @@ -11766,7 +11766,7 @@ |
11767 | 11767 | 'coll-hide_info' => 'Bilgiyi gizle', |
11768 | 11768 | 'coll-order_info_article' => '{{MediaWiki:Coll-helppage}}/PediaPress sipariş bilgisi', |
11769 | 11769 | 'coll-suggest_title' => 'Kitabınız için önerilen sayfalar', |
11770 | | - 'coll-suggest_intro_text' => 'Öneriler şu anda kitabınızda bulunan viki sayfalarına dayalıdır. |
| 11770 | + 'coll-suggest_intro_text' => 'Öneriler şu anda kitabınızda bulunan viki sayfalarına dayalıdır. |
11771 | 11771 | Ekle veya sil butonlarına her bastığınızda liste yenilenir.', |
11772 | 11772 | 'coll-suggested_articles' => 'Öneriler', |
11773 | 11773 | 'coll-suggest_reset_bans' => 'sıfırla', |
— | — | @@ -11962,7 +11962,7 @@ |
11963 | 11963 | 'coll-order_from_pp' => 'Попередній перегляд за допомогою $1', |
11964 | 11964 | 'coll-about_pp' => 'Про $1', |
11965 | 11965 | 'coll-invalid_podpartner_title' => 'Недійсний POD-партнер', |
11966 | | - 'coll-invalid_podpartner_msg' => "POD-партнер, що надається, недійсний. |
| 11966 | + 'coll-invalid_podpartner_msg' => "POD-партнер, що надається, недійсний. |
11967 | 11967 | Будь-ласка, зв'яжіться з вашим адміністратором MediaWiki.", |
11968 | 11968 | 'coll-license' => 'Ліцензія', |
11969 | 11969 | 'coll-return_to' => 'Повернення до [[:$1]]', |
Index: trunk/extensions/Collection/CollectionCore.i18n.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -/* |
| 4 | +/** |
5 | 5 | * Collection Extension for MediaWiki |
6 | 6 | * For performance reasons, this file only contains the extension messages |
7 | 7 | * that are used from hooks that are almost always loaded. |
Index: trunk/extensions/NssMySQLAuth/NssMySQLAuth.i18n.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/* |
| 3 | +/** |
4 | 4 | * Internationalization for NssMySQLAuth extension. |
5 | 5 | */ |
6 | 6 | |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | */ |
13 | 13 | $messages['en'] = array( |
14 | 14 | 'accountmanager' => 'Account manager', |
15 | | - |
| 15 | + |
16 | 16 | 'am-username' => 'username', |
17 | 17 | 'am-email' => 'e-mail', |
18 | 18 | 'am-active' => 'active', |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | 'nss-no-mail' => 'Do not send email', |
27 | 27 | 'nss-welcome-mail' => 'An account with username $1 and password $2 has been created for you.', |
28 | 28 | 'nss-welcome-mail-subject' => 'Account creation', |
29 | | - |
| 29 | + |
30 | 30 | 'nss-db-error' => 'Error reading from authentication database' |
31 | 31 | ); |
32 | 32 | |
Index: trunk/extensions/EditConflict/EditConflict_i18n.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/* |
| 3 | +/** |
4 | 4 | * Group-level based edit page access for MediaWiki. Monitors current edit sessions. |
5 | 5 | * Version 0.4.2 |
6 | 6 | * |
Index: trunk/extensions/Wikimania/lang/Wikimania2012.i18n.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/* |
| 3 | +/** |
4 | 4 | * Year-specific localization for 2012 |
5 | 5 | */ |
6 | 6 | |
— | — | @@ -17,4 +17,4 @@ |
18 | 18 | */ |
19 | 19 | $messages['qqq'] = array( |
20 | 20 | |
21 | | -); |
\ No newline at end of file |
| 21 | +); |