wiki.techinc.nl/languages/messages/MessagesKa.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

148 lines
10 KiB
PHP
Raw Normal View History

<?php
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
/** Georgian (ქართული)
*
* @file
* @ingroup Languages
*/
$namespaceNames = [
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
NS_MEDIA => 'მედია',
NS_SPECIAL => 'სპეციალური',
NS_TALK => 'განხილვა',
NS_USER => 'მომხმარებელი',
NS_USER_TALK => 'მომხმარებლის_განხილვა',
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
NS_PROJECT_TALK => '$1_განხილვა',
NS_FILE => 'ფაილი',
NS_FILE_TALK => 'ფაილის_განხილვა',
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
NS_MEDIAWIKI => 'მედიავიკი',
NS_MEDIAWIKI_TALK => 'მედიავიკის_განხილვა',
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
NS_TEMPLATE => 'თარგი',
NS_TEMPLATE_TALK => 'თარგის_განხილვა',
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
NS_HELP => 'დახმარება',
NS_HELP_TALK => 'დახმარების_განხილვა',
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
NS_CATEGORY => 'კატეგორია',
NS_CATEGORY_TALK => 'კატეგორიის_განხილვა',
];
$namespaceAliases = [
'მონაწილე' => NS_USER,
'მონაწილის_განხილვა' => NS_USER_TALK,
'მომხმარებელი_განხილვა' => NS_USER_TALK,
'სურათი' => NS_FILE,
'სურათი_განხილვა' => NS_FILE_TALK,
'მედიავიკი_განხილვა' => NS_MEDIAWIKI_TALK,
'თარგი_განხილვა' => NS_TEMPLATE_TALK,
'დახმარება_განხილვა' => NS_HELP_TALK,
'კატეგორია_განხილვა' => NS_CATEGORY_TALK,
];
Merged localisation-work branch: * Made lines from initialiseMessages() appear as list items during installation * Moved the bulk of the localisation data from the Language*.php files to the Messages*.php files. Deleted most of the Languages*.php files. * Introduced "stub global" framework to provide deferred initialisation of core modules. * Removed placeholder values for $wgTitle and $wgArticle, these variables will now be null during the initialisation process, until they are set by index.php or another entry point. * Added DBA cache type, for BDB-style caches. * Removed custom date format functions, replacing them with a format string in the style of PHP's date(). Used string identifiers instead of integer identifiers, in both the language files and user preferences. Migration should be transparent in most cases. * Simplified the initialisation API for LoadBalancer objects. * Removed the broken altencoding feature. * Moved default user options and toggles from Language to User. Language objects are still able to define default preference overrides and extra user toggles, via a slightly different interface. * Don't include the date option in the parser cache rendering hash unless $wgUseDynamicDates is enabled. * Merged LanguageUtf8 with Language. Removed LanguageUtf8.php. * Removed inclusion of language files from the bottom of Language.php. This is now consistently done from Language::factory(). * Add the name of the executing maintenance script to the debug log. Start the profiler during maintenance scripts. * Added "serialized" directory, for storing precompiled data in serialized form.
2006-07-26 07:15:39 +00:00
/** @phpcs-require-sorted-array */
$specialPageAliases = [
'Activeusers' => [ 'აქტიური_მომხმარებლები' ],
'Allmessages' => [ 'ველა_შეტობინება' ],
'Allpages' => [ 'ველა_გვერდი' ],
'Ancientpages' => [ 'მხცოვანი_გვერდები' ],
'Badtitle' => [ 'ცუდი_სათაური' ],
'Blankpage' => [ 'ცარიელი_გვერდი' ],
'Block' => [ 'დაბლოკვა' ],
'BlockList' => [ 'ბლოკირებების_სია' ],
'BrokenRedirects' => [ 'გაწვეტილი_გადამისამართება' ],
'Categories' => [ 'კატეგორიები' ],
'ChangeEmail' => [ 'ელ-ფოსტის_შეცვლა' ],
'ChangePassword' => [ 'პაროლის_შეცვლა' ],
'ComparePages' => [ 'გვერდების_შედარება' ],
'Confirmemail' => [ 'ელ-ფოსტის_დადასტურება' ],
'Contributions' => [ 'წვლილი' ],
'CreateAccount' => [ 'ანგარიშის_შექმნა' ],
'DoubleRedirects' => [ 'ორმაგი_გადამისამართება' ],
'EditWatchlist' => [ 'კონტროლის_სიის_რედაქტირება' ],
'Emailuser' => [ 'მიწერა_მომხმარებელს' ],
'Export' => [ 'ექსპორტი' ],
'FileDuplicateSearch' => [ 'ფაილის_დუბლიკატის_ძიება' ],
'Import' => [ 'იმპორტი' ],
'LinkSearch' => [ 'ბმულის_ძიება' ],
'Listadmins' => [ 'ადმინისტრატორების_სია' ],
'Listbots' => [ 'ბოტების_სია' ],
'Listfiles' => [ 'ფაილების_სია' ],
'Listgrouprights' => [ 'ჯგუფის_უფლებათა_სია' ],
'Listredirects' => [ 'გადამისამართებების_სია' ],
'Listusers' => [ 'მომხმარებელთა_სია' ],
'Lonelypages' => [ 'ობოლი_გვერდები' ],
'Longpages' => [ 'გრძელი_გვერდები' ],
'Movepage' => [ 'გვერდის_გადატანა' ],
'Mycontributions' => [ 'ჩემი_წვლილი' ],
'MyLanguage' => [ 'ჩემი_ენა' ],
'Mypage' => [ 'ჩემი_გვერდი' ],
'Mytalk' => [ 'ჩენი_განხილვა' ],
'Myuploads' => [ 'ჩემი_ატვირთვები' ],
'Newimages' => [ 'ახალი_ფაილები' ],
'Newpages' => [ 'ახალი_გვერდები' ],
'Preferences' => [ 'კონფიგურაცია' ],
'Protectedpages' => [ 'დაცული_გვერდები' ],
'Protectedtitles' => [ 'დაცული_სათაურები' ],
'Randompage' => [ 'შემთხვევით', 'შემთხვევითი_გვერდი' ],
'Recentchanges' => [ 'ბოლოცვლილებები' ],
'Search' => [ 'ძიება' ],
'Shortpages' => [ 'მოკლე_გვერდები' ],
'Specialpages' => [ 'განსაკუთრებული_გვერდები' ],
'Statistics' => [ 'სტატისტიკა' ],
'Unblock' => [ 'ბლოკის_მოხსნა' ],
'Uncategorizedcategories' => [ 'უკატეგორიო_კატეგორიები' ],
'Uncategorizedimages' => [ 'უკატეგორიო_ფაილები' ],
'Uncategorizedpages' => [ 'უკატეგორიო_გვერდები' ],
'Uncategorizedtemplates' => [ 'უკატეგორიო_თარგები' ],
'Undelete' => [ 'აღდგენა' ],
'Unusedcategories' => [ 'გამოუენებელი_კატეგორიები' ],
'Unusedimages' => [ 'გამოუენებელი_სურათები' ],
'Upload' => [ 'ატვირთვა' ],
'Userlogin' => [ 'შესვლა' ],
'Userlogout' => [ 'გასვლა' ],
'Userrights' => [ 'მომხმარებელთა_უფლებები' ],
'Version' => [ 'ვერსია' ],
'Wantedcategories' => [ 'მოთხოვნილი_კატეგორიები' ],
'Wantedfiles' => [ 'საჭირო_ფაილები' ],
'Wantedpages' => [ 'საჭირო_გვერდები' ],
'Wantedtemplates' => [ 'საჭირო_თარგები' ],
'Watchlist' => [ 'კონტროლის_სია' ],
'Withoutinterwiki' => [ 'ინტერვიკის_გარეშე' ],
];
/** @phpcs-require-sorted-array */
$magicWords = [
'currentday' => [ '1', 'მიმდინარე_დღე', 'CURRENTDAY' ],
'currentday2' => [ '1', 'მიმდინარე_დღე2', 'CURRENTDAY2' ],
'currentdayname' => [ '1', 'მიმდინარე_დღის_სახელი', 'CURRENTDAYNAME' ],
'currenthour' => [ '1', 'მიმდინარე_საათი', 'CURRENTHOUR' ],
'currentmonth' => [ '1', 'მიმდინარე_თვე', 'მიმდინარე_თვე2', 'CURRENTMONTH', 'CURRENTMONTH2' ],
'currentmonth1' => [ '1', 'მიმდინარე_თვე1', 'CURRENTMONTH1' ],
'currentmonthname' => [ '1', 'მიმდინარე_თვის_სახელი', 'CURRENTMONTHNAME' ],
'currentmonthnamegen' => [ '1', 'მიმდინარე_თვის_სახელის_აბრევიატურა', 'CURRENTMONTHNAMEGEN' ],
'currenttime' => [ '1', 'მიმდინარე_დრო', 'CURRENTTIME' ],
'currentyear' => [ '1', 'მიმდინარე_წელი', 'CURRENTYEAR' ],
'fullpagename' => [ '1', 'გვერდის_სრული_სახელი', 'FULLPAGENAME' ],
'img_alt' => [ '1', 'ალტ=$1', 'alt=$1' ],
'img_border' => [ '1', 'საზღვარი', 'border' ],
'img_bottom' => [ '1', 'ქვედა', 'bottom' ],
'img_center' => [ '1', 'ცენტრი', 'ცენტრში', 'center', 'centre' ],
'img_left' => [ '1', 'მარცხნივ', 'left' ],
'img_link' => [ '1', 'ბმული=$1', 'link=$1' ],
'img_manualthumb' => [ '1', 'მინიატიურა=$1', 'მინი=$1', 'thumbnail=$1', 'thumb=$1' ],
'img_middle' => [ '1', 'შუა', 'middle' ],
'img_none' => [ '1', 'არა', 'none' ],
'img_page' => [ '1', 'გვერდი=$1', 'გვერდი_$1', 'page=$1', 'page $1' ],
'img_right' => [ '1', 'მარჯვნივ', 'right' ],
'img_thumbnail' => [ '1', 'მინი', 'მინიატიურა', 'მინიასლი', 'ცეროდენა', 'thumb', 'thumbnail' ],
'img_top' => [ '1', 'ზედა', 'top' ],
'img_width' => [ '1', '$1პქ', '$1px' ],
'namespace' => [ '1', 'სახელთა_სივრცე', 'NAMESPACE' ],
'nogallery' => [ '0', '__უგალერეო__', '__NOGALLERY__' ],
'pagename' => [ '1', 'გვერდის_სახელი', 'PAGENAME' ],
'redirect' => [ '0', '#გადამისამართება', '#REDIRECT' ],
'sitename' => [ '1', 'საიტის_სახელი', 'SITENAME' ],
'special' => [ '0', 'სპეციალური', 'special' ],
'subst' => [ '0', 'მიდგმ:', 'SUBST:' ],
];
$linkPrefixExtension = true;
$linkTrail = '/^([a-zაბგდევზთიკლმნოპჟრსტუფქღშჩცძწჭხჯჰ“»]+)(.*)$/sDu';