type
[lhc/web/wiklou.git] / languages / LanguageTt.php
1 <?php
2 /**
3 * @package MediaWiki
4 * @subpackage Language
5 */
6 #
7 # Tatarish localisation for MediaWiki
8 #
9 # This file is encoded in UTF-8, no byte order mark.
10 # For compatibility with Latin-1 installations, please
11 # don't add literal characters above U+00ff.
12 #
13
14 require_once( "LanguageUtf8.php" );
15
16 #--------------------------------------------------------------------------
17 # Language-specific text
18 #--------------------------------------------------------------------------
19
20 # The names of the namespaces can be set here, but the numbers
21 # are magical, so don't change or move them! The Namespace class
22 # encapsulates some of the magic-ness.
23 #
24
25 /* private */ $wgNamespaceNamesTt = array(
26 NS_MEDIA => 'Media',
27 NS_SPECIAL => 'Maxsus',
28 NS_MAIN => '',
29 NS_TALK => 'Bäxäs',
30 NS_USER => 'Äğzä',
31 NS_USER_TALK => "Äğzä_bäxäse",
32 NS_PROJECT => "Wikipedia",
33 NS_PROJECT_TALK => "Wikipedia_bäxäse",
34 NS_IMAGE => "Räsem",
35 NS_IMAGE_TALK => "Räsem_bäxäse",
36 NS_MEDIAWIKI => "MediaWiki",
37 NS_MEDIAWIKI_TALK => "MediaWiki_bäxäse",
38 NS_TEMPLATE => "Ürnäk",
39 NS_TEMPLATE_TALK => "Ürnäk_bäxäse",
40 NS_HELP => "Yärdäm",
41 NS_HELP_TALK => "Yärdäm_bäxäse",
42 NS_CATEGORY => "Törkem",
43 NS_CATEGORY_TALK => "Törkem_bäxäse"
44 ) + $wgNamespaceNamesEn;
45
46 /* private */ $wgQuickbarSettingsTt = array(
47 "None", "Fixed left", "Fixed right", "Floating left"
48 );
49
50 /* private */ $wgSkinNamesTt = array(
51 'standard' => 'Classic',
52 'nostalgia' => 'Nostalgia',
53 'cologneblue' => 'Cologne Blue',
54 'davinci' => 'DaVinci',
55 'mono' => 'Mono',
56 'monobook' => 'MonoBook',
57 'myskin' => 'MySkin'
58 );
59
60 /* private */ $wgDateFormatsTt = array(
61 # "köyläwsez",
62 );
63
64 # Read language names
65 global $wgLanguageNames;
66 require_once( "Names.php" );
67
68 $wgLanguageNamesTt =& $wgLanguageNames;
69
70 # Note to translators:
71 # Please include the English words as synonyms. This allows people
72 # from other wikis to contribute more easily.
73 #
74 /* private */ $wgMagicWordsTt = array(
75 # ID CASE SYNONYMS
76 MAG_REDIRECT => array( 0, '#yünältü' ),
77 MAG_NOTOC => array( 0, '__ETYUQ__' ),
78 MAG_FORCETOC => array( 0, '__ETTIQ__' ),
79 MAG_TOC => array( 0, '__ET__' ),
80 MAG_NOEDITSECTION => array( 0, '__BÜLEMTÖZÄTÜYUQ__' ),
81 MAG_START => array( 0, '__BAŞLAW__' ),
82 MAG_CURRENTMONTH => array( 1, 'AĞIMDAĞI_AY' ),
83 MAG_CURRENTMONTHNAME => array( 1, 'AĞIMDAĞI_AY_İSEME' ),
84 MAG_CURRENTDAY => array( 1, 'AĞIMDAĞI_KÖN' ),
85 MAG_CURRENTDAYNAME => array( 1, 'AĞIMDAĞI_KÖN_İSEME' ),
86 MAG_CURRENTYEAR => array( 1, 'AĞIMDAĞI_YIL' ),
87 MAG_CURRENTTIME => array( 1, 'AĞIMDAĞI_WAQIT' ),
88 MAG_NUMBEROFARTICLES => array( 1, 'MÄQÄLÄ_SANI' ),
89 MAG_CURRENTMONTHNAMEGEN => array( 1, 'AĞIMDAĞI_AY_İSEME_GEN' ),
90 MAG_PAGENAME => array( 1, 'BİTİSEME' ),
91 MAG_NAMESPACE => array( 1, 'İSEMARA' ),
92 MAG_SUBST => array( 0, 'TÖPÇEK:' ),
93 MAG_MSGNW => array( 0, 'MSGNW:' ),
94 MAG_END => array( 0, '__AZAQ__' ),
95 MAG_IMG_THUMBNAIL => array( 1, 'thumbnail', 'thumb' ),
96 MAG_IMG_RIGHT => array( 1, 'uñda' ),
97 MAG_IMG_LEFT => array( 1, 'sulda' ),
98 MAG_IMG_NONE => array( 1, 'yuq' ),
99 MAG_IMG_WIDTH => array( 1, '$1px' ),
100 MAG_IMG_CENTER => array( 1, 'center', 'centre' ),
101 MAG_IMG_FRAMED => array( 1, 'framed', 'enframed', 'frame' ),
102 MAG_INT => array( 0, 'EÇKE:' ),
103 MAG_SITENAME => array( 1, 'SÄXİFÄİSEME' ),
104 MAG_NS => array( 0, 'İA:' ),
105 MAG_LOCALURL => array( 0, 'URINLIURL:' ),
106 MAG_LOCALURLE => array( 0, 'URINLIURLE:' ),
107 MAG_SERVER => array( 0, 'SERVER' )
108 ) + $wgMagicWordsEn;
109
110 #-------------------------------------------------------------------
111 # Default messages
112 #-------------------------------------------------------------------
113 # Allowed characters in keys are: A-Z, a-z, 0-9, underscore (_) and
114 # hyphen (-). If you need more characters, you may be able to change
115 # the regex in MagicWord::initRegex
116
117 # NOTE: To turn off "Current Events" in the sidebar,
118 # set "currentevents" => ""
119
120 # NOTE: To turn off "Disclaimers" in the title links,
121 # set "disclaimers" => ""
122
123 # NOTE: To turn off "Community portal" in the title links,
124 # set "portal" => ""
125
126 /* private */ $wgAllMessagesTt = array(
127
128 # week days, months
129 'sunday' => "Yäkşämbe",
130 'monday' => "Düşämbe",
131 'tuesday' => "Sişämbe",
132 'wednesday' => "Çärşämbe",
133 'thursday' => "Pänceşämbe",
134 'friday' => "Comğa",
135 'saturday' => "Şimbä",
136 'january' => "Ğínwar",
137 'february' => "Febräl",
138 'march' => "Mart",
139 'april' => "Äpril",
140 'may_long' => "May",
141 'june' => "Yün",
142 'july' => "Yül",
143 'august' => "August",
144 'september' => "Sentäber",
145 'october' => "Öktäber",
146 'november' => "Nöyäber",
147 'december' => "Dekäber",
148 'jan' => "Ğín",
149 'feb' => "Feb",
150 'mar' => "Mar",
151 'apr' => "Äpr",
152 'may' => "May",
153 'jun' => "Yün",
154 'jul' => "Yül",
155 'aug' => "Aug",
156 'sep' => "Sen",
157 'oct' => "Ökt",
158 'nov' => "Nöy",
159 'dec' => "Dek",
160
161 # User Toggles
162 "tog-underline" => "Underline links",
163 "tog-highlightbroken" => "Format broken links <a href=\"\" class=\"new\">like this</a> (alternative: like this<a href=\"\" class=\"internal\">?</a>).",
164 "tog-justify" => "Justify paragraphs",
165 "tog-hideminor" => "Hide minor edits in recent changes",
166 "tog-usenewrc" => "Enhanced recent changes (not for all browsers)",
167 "tog-numberheadings" => "Auto-number headings",
168 "tog-showtoolbar" =>"Show edit toolbar",
169 "tog-editondblclick" => "Edit pages on double click (JavaScript)",
170 "tog-editsection" =>"Enable section editing via [edit] links",
171 "tog-editsectiononrightclick"=>"Enable section editing by right clicking<br /> on section titles (JavaScript)",
172 "tog-showtoc" =>"Show table of contents<br />(for articles with more than 3 headings)",
173 "tog-rememberpassword" => "Remember password across sessions",
174 "tog-editwidth" => "Edit box has full width",
175 "tog-watchdefault" => "Add pages you edit to your watchlist",
176 "tog-minordefault" => "Mark all edits minor by default",
177 "tog-previewontop" => "Show preview before edit box and not after it",
178 "tog-nocache" => "Disable page caching",
179
180 );
181
182 class LanguageTt extends LanguageUtf8 {
183
184 function getNamespaces() {
185 global $wgNamespaceNamesTt;
186 return $wgNamespaceNamesTt;
187 }
188
189 function getQuickbarSettings() {
190 global $wgQuickbarSettingsTt;
191 return $wgQuickbarSettingsTt;
192 }
193
194 function getSkinNames() {
195 global $wgSkinNamesTt;
196 return $wgSkinNamesTt;
197 }
198
199 function getDateFormats() {
200 global $wgDateFormatsTt;
201 return $wgDateFormatsTt;
202 }
203
204
205 function date( $ts, $adj = false ) {
206 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
207
208 $d = (0 + substr( $ts, 6, 2 )) . ". " .
209 $this->getMonthAbbreviation( substr( $ts, 4, 2 ) ) . " " .
210 substr( $ts, 0, 4 );
211 return $d;
212 }
213
214 function time( $ts, $adj = false ) {
215 if ( $adj ) { $ts = $this->userAdjust( $ts ); }
216
217 $t = substr( $ts, 8, 2 ) . ":" . substr( $ts, 10, 2 );
218 return $t;
219 }
220
221 function timeanddate( $ts, $adj = false ) {
222 return $this->date( $ts, $adj ) . ", " . $this->time( $ts, $adj );
223 }
224
225
226
227 function getValidSpecialPages() {
228 global $wgValidSpecialPagesTt;
229 return $wgValidSpecialPagesTt;
230 }
231
232 function getSysopSpecialPages() {
233 global $wgSysopSpecialPagesTt;
234 return $wgSysopSpecialPagesTt;
235 }
236
237 function getDeveloperSpecialPages() {
238 global $wgDeveloperSpecialPagesTt;
239 return $wgDeveloperSpecialPagesTt;
240 }
241
242 function getMessage( $key ) {
243 global $wgAllMessagesTt;
244 if( isset( $wgAllMessagesTt[$key] ) ) {
245 return $wgAllMessagesTt[$key];
246 } else {
247 return parent::getMessage( $key );
248 }
249 }
250
251 function fallback8bitEncoding() {
252 # Windows codepage 1252 is a superset of iso 8859-1
253 # override this to use difference source encoding to
254 # translate incoming 8-bit URLs.
255 return "windows-1254";
256 }
257 }
258
259 ?>