Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / languages / messages / MessagesKa.php
1 <?php
2 /** Georgian (ქართული)
3 *
4 * @addtogroup Language
5 */
6 $namespaceNames = array(
7 NS_MEDIA => 'მედია',
8 NS_SPECIAL => 'სპეციალური',
9 NS_MAIN => '',
10 NS_TALK => 'განხილვა',
11 NS_USER => 'მომხმარებელი',
12 NS_USER_TALK => 'მომხმარებელი_განხილვა',
13 # NS_PROJECT set by $wgMetaNamespace
14 NS_PROJECT_TALK => '$1_განხილვა',
15 NS_IMAGE => 'სურათი',
16 NS_IMAGE_TALK => 'სურათი_განხილვა',
17 NS_MEDIAWIKI => 'მედიავიკი',
18 NS_MEDIAWIKI_TALK => 'მედიავიკი_განხილვა',
19 NS_TEMPLATE => 'თარგი',
20 NS_TEMPLATE_TALK => 'თარგი_განხილვა',
21 NS_HELP => 'დახმარება',
22 NS_HELP_TALK => 'დახმარება_განხილვა',
23 NS_CATEGORY => 'კატეგორია',
24 NS_CATEGORY_TALK => 'კატეგორია_განხილვა'
25 );
26
27 $linkPrefixExtension = true;
28
29 $linkTrail = '/^([a-zაბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰ“»]+)(.*)$/sDu';
30
31 $messages = array(
32
33 # User preference toggles
34
35 # Dates
36 'sunday' => 'კვირა',
37 'monday' => 'ორშაბათი',
38 'tuesday' => 'სამშაბათი',
39 'wednesday' => 'ოთხშაბათი',
40 'thursday' => 'ხუთშაბათი',
41 'friday' => 'პარასკევი',
42 'saturday' => 'შაბათი',
43 'sun' => 'კვი',
44 'mon' => 'ორშ',
45 'tue' => 'სამ',
46 'wed' => 'ოთხ',
47 'thu' => 'ხუთ',
48 'fri' => 'პარ',
49 'sat' => 'შაბ',
50 'january' => 'იანვარი',
51 'february' => 'თებერვალი',
52 'march' => 'მარტი',
53 'april' => 'აპრილი',
54 'may_long' => 'მაისი',
55 'june' => 'ივნისი',
56 'july' => 'ივლისი',
57 'august' => 'აგვისტო',
58 'september' => 'სექტემბერი',
59 'october' => 'ოქტომბერი',
60 'november' => 'ნოემბერი',
61 'december' => 'დეკემბერი',
62 'january-gen' => 'იანვრის',
63 'february-gen' => 'თებერვლის',
64 'march-gen' => 'მარტის',
65 'april-gen' => 'აპრილის',
66 'may-gen' => 'მაისის',
67 'june-gen' => 'ივნისის',
68 'july-gen' => 'ივლისის',
69 'august-gen' => 'აგვისტოს',
70 'september-gen' => 'სექტემბრის',
71 'october-gen' => 'ოქტომბრის',
72 'november-gen' => 'ნოემბრის',
73 'december-gen' => 'დეკემბრის',
74 'jan' => 'იან',
75 'feb' => 'თებ',
76 'mar' => 'მარ',
77 'apr' => 'აპრ',
78 'may' => 'მაი',
79 'jun' => 'ივნ',
80 'jul' => 'ივლ',
81 'aug' => 'აგვ',
82 'sep' => 'სექ',
83 'oct' => 'ოქტ',
84 'nov' => 'ნოე',
85 'dec' => 'დეკ',
86
87 # Bits of text used by many pages:
88 'categories' => 'კატეგორიები',
89 'pagecategories' => '{{PLURAL:$1|კატეგორია|კატეგორიები}}',
90 'category_header' => 'სტატიები კატეგორიაში "$1"',
91 'subcategories' => 'ქვეკატეგორიები',
92
93
94 'linkprefix' => '/^(.*?)(„|«)$/sD',
95 'mainpage' => 'მთავარი გვერდი',
96 #TODO: 'mainpagetext' => "<big>'''MediaWiki has been successfully installed.'''</big>",
97 /*TODO: 'mainpagedocfooter' => "Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
98
99 == Getting started ==
100
101 * [http://www.mediawiki.org/wiki/Help:Configuration_settings Configuration settings list]
102 * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ]
103 * [http://mail.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]",*/
104
105 'portal' => 'საზოგადოების პორტალი',
106 'portal-url' => 'პროექტი:საზოგადოების პორტალი',
107 'about' => 'შესახებ',
108 #TODO: 'aboutsite' => 'About {{SITENAME}}',
109 'aboutpage' => 'პროექტი:შესახებ',
110 'article' => 'სტატია',
111 'help' => 'დახმარება',
112 #TODO: 'helppage' => 'Help:Contents',
113 #TODO: 'bugreports' => 'Bug reports',
114 #TODO: 'bugreportspage' => 'Project:Bug_reports',
115 #TODO: 'sitesupport' => 'Donations',
116 #TODO: 'sitesupport-url' => 'Project:Site support',
117 #TODO: 'faq' => 'FAQ',
118 #TODO: 'faqpage' => 'Project:FAQ',
119 #TODO: 'edithelp' => 'Editing help',
120 'newwindow' => '(ახალ ფანჯარაში)',
121 #TODO: 'edithelppage' => 'Help:Editing',
122 'cancel' => 'გაუქმება',
123 #TODO: 'qbfind' => 'Find',
124 #TODO: 'qbbrowse' => 'Browse',
125 'qbedit' => 'რედაქტირება',
126 'qbpageoptions' => 'ეს გვერდი',
127 'qbpageinfo' => 'კონტექსტი',
128 'qbmyoptions' => 'ჩემი გვერდები',
129 'qbspecialpages' => 'სპეციალური გვერდები',
130 #TODO: 'moredotdotdot' => 'More...',
131 'mypage' => 'ჩემი გვერდი',
132 'mytalk' => 'ჩემი განხილვა',
133 #TODO: 'anontalk' => 'Talk for this IP',
134 #TODO: 'navigation' => 'Navigation',
135
136 # Metadata in edit box
137 #'metadata_help' => 'Metadata (see [[{{ns:project}}:Metadata]] for an explanation):',
138
139 #'currentevents' => 'Current events',
140 #'currentevents-url' => 'Current events',
141
142 #'disclaimers' => 'Disclaimers',
143 #'disclaimerpage' => 'Project:General_disclaimer',
144 #'privacy' => 'Privacy policy',
145 #'privacypage' => 'Project:Privacy_policy',
146 #'errorpagetitle' => 'Error',
147 #'returnto' => 'Return to $1.',
148 #'tagline' => 'From {{SITENAME}}',
149 'help' => 'დახმარება',
150 #'search' => 'Search',
151 #'searchbutton' => 'Search',
152 #'go' => 'Go',
153 'history' => 'გვერდის ისტორია',
154 'history_short' => 'ისტორია',
155 #'updatedmarker' => 'updated since my last visit',
156 #'info_short' => 'Information',
157 #'printableversion' => 'Printable version',
158 #'permalink' => 'Permanent link',
159 #'print' => 'Print',
160 'edit' => 'რედაქტირება',
161 'editthispage' => 'ამ გვერდის რედაქტირება',
162 'delete' => 'წაშლა',
163 'deletethispage' => 'ამ გვერდის წაშლა',
164 #'undelete_short' => 'Undelete {{PLURAL:$1|one edit|$1 edits}}',
165 #'protect' => 'Protect',
166 #'protectthispage' => 'Protect this page',
167 #'unprotect' => 'unprotect',
168 #'unprotectthispage' => 'Unprotect this page',
169 #'newpage' => 'New page',
170 #'talkpage' => 'Discuss this page',
171 #'specialpage' => 'Special Page',
172 #'personaltools' => 'Personal tools',
173 #'postcomment' => 'Post a comment',
174 #'articlepage' => 'View content page',
175 #'talk' => 'Discussion',
176 #'views' => 'Views',
177 #'toolbox' => 'Toolbox',
178 #'userpage' => 'View user page',
179 #'projectpage' => 'View project page',
180 #'imagepage' => 'View image page',
181 #'mediawikipage' => 'View message page',
182 #'templatepage' => 'View template page',
183 #'viewhelppage' => 'View help page',
184 #'categorypage' => 'View category page',
185 #'viewtalkpage' => 'View discussion',
186 #'otherlanguages' => 'In other languages',
187 #'redirectedfrom' => '(Redirected from $1)',
188 #'autoredircomment' => 'Redirecting to [[$1]]',
189 #'redirectpagesub' => 'Redirect page',
190 #'lastmodifiedat' => 'This page was last modified $2, $1.', //$1 date, $2 time
191 #'viewcount' => 'This page has been accessed {{plural:$1|one time|$1 times}}.',
192 #'copyright' => 'Content is available under $1.',
193 #'protectedpage' => 'Protected page',
194 #'jumpto' => 'Jump to:',
195 #'jumptonavigation' => 'navigation',
196 #'jumptosearch' => 'search',
197
198 #'badaccess' => 'Permission error',
199 #'badaccess-group0' => 'You are not allowed to execute the action you have requested.',
200 #'badaccess-group1' => 'The action you have requested is limited to users in the group $1.',
201 #'badaccess-group2' => 'The action you have requested is limited to users in one of the groups $1.',
202 #'badaccess-groups' => 'The action you have requested is limited to users in one of the groups $1.',
203
204 #'versionrequired' => 'Version $1 of MediaWiki required',
205 #'versionrequiredtext' => 'Version $1 of MediaWiki is required to use this page. See [[Special:Version]]',
206
207 #'widthheight' => '$1×$2',
208 #'ok' => 'OK',
209 #'sitetitle' => '{{SITENAME}}',
210 #'pagetitle' => '$1 - {{SITENAME}}',
211 #'sitesubtitle' => '',
212 #'retrievedfrom' => 'Retrieved from "$1"',
213 'youhavenewmessages' => 'თქვენ გაქვთ $1 ($2).',
214 #'newmessageslink' => 'new messages',
215 #'newmessagesdifflink' => 'diff to penultimate revision',
216 'editsection'=>'რედაქტირება',
217 'editold'=>'რედაქტირება',
218 'editsectionhint' => 'სექციის რედაქტირება: $1',
219 #'toc' => 'Contents',
220 #'showtoc' => 'show',
221 #'hidetoc' => 'hide',
222 #'thisisdeleted' => 'View or restore $1?',
223 'viewdeleted' => 'იხილე $1?',
224 #'restorelink' => '{{PLURAL:$1|one deleted edit|$1 deleted edits}}',
225 #'feedlinks' => 'Feed:',
226 #'feed-invalid' => 'Invalid subscription feed type.',
227 #'sitenotice' => '-', # the equivalent to wgSiteNotice
228 #'anonnotice' => '-',
229
230 # Short words for each namespace, by default used in the 'article' tab in monobook
231 'nstab-main' => 'სტატია',
232 'nstab-user' => 'მომხმარებლის გვერდი',
233 'nstab-media' => 'მედია',
234 'nstab-special' => 'სპეციალური',
235 'nstab-project' => 'პროექტის გვერდი',
236 'nstab-image' => 'ფაილი',
237 'nstab-mediawiki' => 'შეტყობინება',
238 'nstab-template' => 'თარგი',
239 'nstab-help' => 'დახმარება',
240 'nstab-category' => 'კატეგორია',
241
242 # Main script and global functions
243
244 # General errors
245
246 # Login and logout pages
247
248 # Edit page toolbar
249
250 # Edit pages
251
252 # History pages
253
254 # Revision deletion
255
256 # Diffs
257 'difference' => '(სხვაობა ვერსიებს შორის)',
258 #TODO: 'loadingrev' => 'loading revision for diff',
259 'lineno' => "ხაზი $1:",
260 'editcurrent' => 'ამ გვერდის ამჟამინდელი ვერსიის რედაქტირება',
261 #TODO: 'selectnewerversionfordiff' => 'Select a newer version for comparison',
262 #TODO: 'selectolderversionfordiff' => 'Select an older version for comparison',
263 'compareselectedversions' => 'არჩეული ვერსიების შედარება',
264
265 # Search results
266
267 # Preferences page
268 'preferences' => 'კონფიგურაცია',
269 'mypreferences' => 'ჩემი კონფიგურაცია',
270 #TODO: 'prefsnologin' => 'Not logged in',
271 #TODO: 'prefsnologintext' => "You must be [[Special:Userlogin|logged in]] to set user preferences.",
272 #TODO: 'prefsreset' => 'Preferences have been reset from storage.',
273 #TODO: 'qbsettings' => 'Quickbar',
274 'changepassword' => 'პაროლის შეცვლა',
275 #TODO: 'skin' => 'Skin',
276 #TODO: 'math' => 'Math',
277 'dateformat' => 'თარიღის ფორმატი',
278 #TODO: 'datedefault' => 'No preference',
279 'datetime' => 'თარიღი და დრო',
280 #TODO: 'math_failure' => 'Failed to parse',
281 #TODO: 'math_unknown_error' => 'unknown error',
282 #TODO: 'math_unknown_function' => 'unknown function',
283 #TODO: 'math_lexing_error' => 'lexing error',
284 #TODO: 'math_syntax_error' => 'syntax error',
285 #TODO: 'math_image_error' => 'PNG conversion failed; check for correct installation of latex, dvips, gs, and convert',
286 #TODO: 'math_bad_tmpdir' => 'Can\'t write to or create math temp directory',
287 #TODO: 'math_bad_output' => 'Can\'t write to or create math output directory',
288 #TODO: 'math_notexvc' => 'Missing texvc executable; please see math/README to configure.',
289 'prefs-personal' => 'მომხმარებლის მონაცემები',
290 #TODO: 'prefs-rc' => 'Recent changes',
291 'prefs-watchlist' => 'კონტროლის სია',
292 #TODO: 'prefs-watchlist-days' => 'Number of days to show in watchlist:',
293 #TODO: 'prefs-watchlist-edits' => 'Number of edits to show in expanded watchlist:',
294 #TODO: 'prefs-misc' => 'Misc',
295 'saveprefs' => 'შენახვა',
296 'resetprefs' => 'გადატვირთვა',
297 'oldpassword' => 'ძველი პაროლი:',
298 'newpassword' => 'ახალი პაროლი:',
299 #TODO: 'retypenew' => 'Retype new password:',
300 #TODO: 'textboxsize' => 'Editing',
301 #TODO: 'rows' => 'Rows:',
302 #TODO: 'columns' => 'Columns:',
303 #TODO: 'searchresultshead' => 'Search',
304 #TODO: 'resultsperpage' => 'Hits per page:',
305 #TODO: 'contextlines' => 'Lines per hit:',
306 #TODO: 'contextchars' => 'Context per line:',
307 #TODO: 'stubthreshold' => 'Threshold for stub display:',
308 #TODO: 'recentchangescount' => 'Titles in recent changes:',
309 'savedprefs' => 'თქვენს მიერ შერჩეული პარამეტრები დამახსოვრებულია.',
310 #TODO: 'timezonelegend' => 'Time zone',
311 #TODO: 'timezonetext' => 'The number of hours your local time differs from server time (UTC).',
312 #TODO: 'localtime' => 'Local time',
313 #TODO: 'timezoneoffset' => 'Offset¹',
314 #TODO: 'servertime' => 'Server time',
315 #TODO: 'guesstimezone' => 'Fill in from browser',
316 #TODO: 'allowemail' => 'Enable e-mail from other users',
317 'defaultns' => 'სტანდარტული ძიება ამ სახელთა სივრცეებში:',
318 'default' => 'სტანდარტული',
319 'files' => 'ფაილები',
320
321 # User rights
322
323 # Groups
324 'group' => 'ჯგუფი:',
325 'group-bot' => 'რობოტები',
326 'group-sysop' => 'ადმინისტრატორები',
327 'group-bureaucrat' => 'ბიუროკრატები',
328 'group-all' => '(ყველა)',
329
330 'group-bot-member' => 'რობოტი',
331 'group-sysop-member' => 'ადმინისტრატორი',
332 'group-bureaucrat-member' => 'ბიუროკრატი',
333
334 'grouppage-bot' => '{{ns:project}}:რობოტები',
335 'grouppage-sysop' => '{{ns:project}}:ადმინისტრატორები',
336 'grouppage-bureaucrat' => '{{ns:project}}:ბიუროკრატები',
337
338 # Recent changes
339 'changes' => 'ცვლილებები',
340 'recentchanges' => 'ბოლო ცვლილებები',
341 #TODO: 'recentchanges-url' => 'Special:Recentchanges',
342 #TODO: 'recentchangestext' => 'Track the most recent changes to the wiki on this page.',
343 #TODO: 'rcnote' => "Below are the last <strong>$1</strong> changes in the last <strong>$2</strong> days, as of $3.",
344 #TODO: 'rcnotefrom' => "Below are the changes since <b>$2</b> (up to <b>$1</b> shown).",
345 'rclistfrom' => "ახალი ცვლილებების ჩვენება დაწყებული $1-დან",
346 'rcshowhideminor' => 'მცირე რედაქტირების $1',
347 'rcshowhidebots' => 'რობოტების $1',
348 'rcshowhideliu' => 'რეგისტრირებული მომხმარებლების $1',
349 'rcshowhideanons' => 'ანონიმური მომხმარებლების $1',
350 #TODO: 'rcshowhidepatr' => '$1 patrolled edits',
351 'rcshowhidemine' => 'ჩემი რედაქტირების $1',
352 'rclinks' => "ბოლო $1 ცვლილების ჩვენება უკანასკნელი $2 დღის მანძილზე<br />$3",
353 'diff' => 'განსხ.',
354 'hist' => 'ისტ.',
355 'hide' => 'დამალვა',
356 'show' => 'ჩვენება',
357 'minoreditletter' => 'მ',
358 'newpageletter' => 'ა',
359 'boteditletter' => 'რ',
360 'sectionlink' => '→',
361 #TODO: 'number_of_watching_users_RCview' => '[$1]',
362 #TODO: 'number_of_watching_users_pageview' => '[$1 watching user/s]',
363 #TODO: 'rc_categories' => 'Limit to categories (separate with "|")',
364 #TODO: 'rc_categories_any' => 'Any',
365
366 # Upload
367
368 # Image list
369 'imagelist' => 'ფაილების სია',
370 #TODO: 'imagelisttext' => "Below is a list of '''$1''' {{plural:$1|file|files}} sorted $2.",
371 #TODO: 'imagelistforuser' => "This shows only images uploaded by $1.",
372 #TODO: 'getimagelist' => 'fetching file list',
373 #TODO: 'ilsubmit' => 'Search',
374 #TODO: 'showlast' => 'Show last $1 files sorted $2.',
375 #TODO: 'byname' => 'by name',
376 #TODO: 'bydate' => 'by date',
377 #TODO: 'bysize' => 'by size',
378 'imgdelete' => 'წაშ.',
379 'imgdesc' => 'აღწ.',
380 'imgfile' => 'ფაილი',
381 #TODO: 'imglegend' => 'Legend: (desc) = show/edit file description.',
382 'imghistory' => 'ფაილის ისტორია',
383 #TODO: 'revertimg' => 'rev',
384 'deleteimg' => 'წაშ.',
385 #TODO: 'deleteimgcompletely' => 'Delete all revisions of this file',
386 /*TODO: 'imghistlegend' => 'Legend: (cur) = this is the current file, (del) = delete
387 this old version, (rev) = revert to this old version.
388 <br /><i>Click on date to see the file uploaded on that date</i>.',*/
389 'imagelinks' => 'ბმულები',
390 #TODO: 'linkstoimage' => 'The following pages link to this file:',
391 #TODO: 'nolinkstoimage' => 'There are no pages that link to this file.',
392 #TODO: 'sharedupload' => 'This file is a shared upload and may be used by other projects.',
393 #TODO: 'shareduploadwiki' => 'Please see the $1 for further information.',
394 #TODO: 'shareduploadwiki-linktext' => 'file description page',
395 #TODO: 'shareddescriptionfollows' => '-',
396 #TODO: 'noimage' => 'No file by this name exists, you can $1.',
397 #TODO: 'noimage-linktext' => 'upload it',
398 #TODO: 'uploadnewversion-linktext' => 'Upload a new version of this file',
399 'imagelist_date' => 'თარიღი',
400 'imagelist_name' => 'სახელი',
401 'imagelist_user' => 'მომხმარებელი',
402 #TODO: 'imagelist_size' => 'ზომა (ბაიტები)',
403 'imagelist_description' => 'აღწერილობა',
404 'imagelist_search_for' => 'ძიება სურათის სახელის მიხედვით:',
405
406 # Mime search
407
408 # Unwatchedpages
409
410 # List redirects
411
412 # Unused templates
413
414 # Random redirect
415
416 # Statistics
417
418 # Miscellaneous special pages
419
420 # Special:Allpages
421
422 # Special:Listusers
423
424 # E this user
425
426 # Watchlist
427
428 # Delete/protect/revert
429
430 # restrictions (nouns)
431
432 # Undelete
433
434 # Namespace form on various pages
435
436 # Contributions
437
438 # What links here
439
440 # Block/unblock IP
441
442 # Developer tools
443
444 # Make sysop
445
446 # Move page
447
448 # Export
449
450 # Namespace 8 related
451 'allmessages' => 'სისტემური შეტყობინება',
452 'allmessagesname' => 'დასახელება',
453 'allmessagesdefault' => 'სტანდარტული ტექსტი',
454 'allmessagescurrent' => 'მიმდინარე ტექსტი',
455 'allmessagestext' => 'ეს არის სახელთა სივრცე მედიავიკიში არსებული სისტემური შეტყობინებების ჩამონათვალი.',
456 'allmessagesnotsupportedUI' => 'თქვენს ამჟამინდელ ინტერფეისის ენას <b>$1</b> არ აქვს სპეციალური:AllMessages-ის უზრუნველყოფა ამ საიტზე.',
457 'allmessagesnotsupportedDB' => 'სპეციალური:AllMessages-ის უზრუნველყოფა არ ხდება, ვინაიდან wgUseDatabaseMessages გამორთულია.',
458 'allmessagesfilter' => 'ფილტრი შეტყობინების სახელის მიხედვით:',
459 'allmessagesmodified' => 'აჩვენე მხოლოდ შეცვლილი',
460
461 # Thumbnails
462 'thumbnail-more' => 'გაზარდეთ',
463 #TODO: 'missingimage' => '<b>Missing image</b><br /><i>$1</i>',
464 'filemissing' => 'ფაილი ვერ მოიძებნა',
465 #TODO: 'thumbnail_error' => 'ესკიზის შექმნის შეცდომა: $1',
466
467 # Special:Import
468
469 # import log
470
471 # tooltip help for some actions, most are in Monobook.js
472
473 # stylesheets
474
475 # Metadata
476
477 # Attribution
478 'anonymous' => '{{SITENAME}}-ის ანონიმური მომხმარებლები',
479 'siteuser' => '{{SITENAME}} მომხმარებელი $1',
480 #TODO: 'lastmodifiedatby' => 'This page was last modified $2, $1 by $3.', // $1 date, $2 time. $3 user
481 'and' => 'და',
482 #TODO: 'othercontribs' => 'Based on work by $1.',
483 'others' => 'სხვები',
484 'siteusers' => '{{SITENAME}} მომხმარებლები $1',
485 #TODO: 'creditspage' => 'წვლილი',
486 #TODO: 'nocredits' => 'There is no credits info available for this page.',
487
488 # Spam protection
489
490 # Info page
491
492 # Math options
493
494 # Patrolling
495
496 # Monobook.js: tooltips and access keys for monobook
497
498 # image deletion
499
500 # browsing diffs
501
502 # labels for User: and Title: on Special:Log pages
503 'specialloguserlabel' => 'მომხმარებელი:',
504 'speciallogtitlelabel' => 'სათაური:',
505
506 'passwordtooshort' => 'თქვენი პაროლი ძალიან მოკლეა. მასში უნდა შედიოდეს არანაკლებ $1 ასო-ნიშანი.',
507
508 # Media Warning
509 #TODO: 'mediawarning' => '\'\'\'Warning\'\'\': This file may contain malicious code, by executing it your system may be compromised.<hr />',
510
511 'fileinfo' => '$1KB, MIME ტიპი: <code>$2</code>',
512
513 # Metadata
514
515 # Exif tags
516
517 # Make & model, can be wikified in order to link to the camera and model name
518
519 # Exif attributes
520
521 # external editor support
522
523 # 'all' in various places, this might be different for inflected languages
524 'recentchangesall' => 'ყველა',
525 'imagelistall' => 'ყველა',
526 'watchlistall1' => 'ყველა',
527 'watchlistall2' => 'ყველა',
528 'namespacesall' => 'ყველა',
529
530 # E-mail address confirmation
531
532 # Inputbox extension, may be useful in other contexts as well
533
534 # Scary transclusion
535
536 # Trackbacks
537
538 # delete conflict
539
540 # HTML dump
541
542 # action=purge
543 #TODO: 'confirm_purge' => "Clear the cache of this page?\n\n$1",
544 #TODO: 'confirm_purge_button' => 'OK',
545
546 'youhavenewmessagesmulti' => "თქვენ გაქვთ ახალი შეტყობინება $1-ზე",
547
548 #TODO: 'searchcontaining' => "Search for articles containing ''$1''.",
549 #TODO: 'searchnamed' => "Search for articles named ''$1''.",
550 #TODO: 'articletitles' => "Articles starting with ''$1''",
551 'hideresults' => 'შედეგების დამალვა',
552
553 # DISPLAYTITLE
554 'displaytitle' => '(ამ გვერდის ბმული როგორც [[$1]])',
555
556 'loginlanguagelabel' => 'ენა: $1',
557
558 # Multipage image navigation
559
560 # Table pager
561 #TODO: 'ascending_abbrev' => 'asc',
562 #TODO: 'descending_abbrev' => 'desc',
563 #TODO: 'table_pager_next' => 'Next page',
564 #TODO: 'table_pager_prev' => 'Previous page',
565 'table_pager_first' => 'პირველი გვერდი',
566 'table_pager_last' => 'ბოლო გვერდი',
567 #TODO: 'table_pager_limit' => 'Show $1 items per page',
568 #TODO: 'table_pager_limit_submit' => 'Go',
569 #TODO: 'table_pager_empty' => 'No results',
570
571
572 );
573
574 ?>