package lang; # $Id$ use diagnostics; use strict; use common; use log; #- key: lang name (locale name for some (~5) special cases needing #- extra distinctions) #- [0]: lang name in english #- [1]: transliterated locale name in the locale name (used for sorting) #- [2]: default locale name to use for that language if there isn't #- an existing locale for the combination language+country choosen #- [3]: geographic groups that this language belongs to (for displaying #- in the menu grouped in smaller lists), 1=Europe, 2=Asia, 3=Africa, #- 4=Oceania&Pacific, 5=America (if you wonder, it's the order #- used in the olympic flag) #- [4]: special value for LANGUAGE variable (if different of the default #- of 'll_CC:ll_DD:ll' (ll_CC: locale (if exist) resulting of the #- combination of chosen lang (ll) and country (CC), ll_DD: the #- default locale shown here (field [2]) and ll: the language (the key)) our %langs = ( 'af' => [ 'Afrikaans', 'Afrikaans', 'af_ZA', ' 3 ', 'iso-8859-1' ], 'am' => [ 'Amharic', 'ZZ emarNa', 'am_ET', ' 3 ', 'utf_am' ], 'ar' => [ 'Arabic', 'AA Arabic', 'ar_EG', ' 23 ', 'utf_ar' ], 'as' => [ 'Assamese', 'ZZ Assamese', 'as_IN', ' 2 ', 'utf_bn' ], 'az' => [ 'Azeri (Latin)', 'Azerbaycanca', 'az_AZ', ' 2 ', 'utf_az' ], 'be' => [ 'Belarussian', 'Belaruskaya', 'be_BY', '1 ', 'cp1251' ], 'bg' => [ 'Bulgarian', 'Blgarski', 'bg_BG', '1 ', 'cp1251' ], 'bn' => [ 'Bengali', 'ZZ Bengali', 'bn_BD', ' 2 ', 'utf_bn' ], 'br' => [ 'Britton', 'Brezhoneg', 'br_FR', '1 ', 'iso-8859-15', 'br:fr_FR:fr' ], 'bs' => [ 'Bosnian', 'Bosanski', 'bs_BA', '1 ', 'iso-8859-2' ], 'ca' => [ 'Catalan', 'Catala', 'ca_ES', '1 ', 'iso-8859-15', 'ca:es_ES:es' ], 'cs' => [ 'Czech', 'Cestina', 'cs_CZ', '1 ', 'iso-8859-2' ], 'cy' => [ 'Welsh', 'Cymraeg', 'cy_GB', '1 ', 'utf_lat8', 'cy:en_GB:en' ], 'da' => [ 'Danish', 'Dansk', 'da_DK', '1 ', 'iso-8859-15' ], 'de' => [ 'German', 'Deutsch', 'de_DE', '1 ', 'iso-8859-15' ], #-'dz' => [ 'Buthanese', 'ZZ Dzhonka', 'dz_BT', ' 2 ', 'unicode' ], 'el' => [ 'Greek', 'Ellynika', 'el_GR', '1 ', 'iso-8859-7' ], 'en_GB' => [ 'English', 'English', 'en_GB', '12345', 'iso-8859-15' ], 'en_US' => [ 'English (American)', 'English (American)', 'en_US', ' 5', 'C' ], 'en_IE' => [ 'English (Ireland)', 'English (Ireland)', 'en_IE', '1 ', 'iso-8859-15', 'en_IE:en_GB:en' ], 'eo' => [ 'Esperanto', 'Esperanto', 'eo_XX', '12345', 'unicode' ], 'es' => [ 'Spanish', 'Espanol', 'es_ES', '1 3 5', 'iso-8859-15' ], 'et' => [ 'Estonian', 'Eesti', 'et_EE', '1 ', 'iso-8859-15' ], 'eu' => [ 'Euskara (Basque)', 'Euskara', 'eu_ES', '1 ', 'iso-8859-15' ], 'fa' => [ 'Farsi (Iranian)', 'AA Farsi', 'fa_IR', ' 2 ', 'utf_ar' ], 'fi' => [ 'Finnish (Suomi)', 'Suomi', 'fi_FI', '1 ', 'iso-8859-15' ], 'fo' => [ 'Faroese', 'Foroyskt', 'fo_FO', '1 ', 'iso-8859-1' ], 'fr' => [ 'French', 'Francais', 'fr_FR', '1 345', 'iso-8859-15' ], 'ga' => [ 'Gaelic (Irish)', 'Gaeilge', 'ga_IE', '1 ', 'iso-8859-15', 'ga:en_IE:en_GB:en' ], #'gd' => [ 'Gaelic (Scottish)', 'Gaidhlig', 'gd_GB', '1 ', 'utf_lat8', 'gd:en_GB:en' ], 'gl' => [ 'Galician', 'Galego', 'gl_ES', '1 ', 'iso-8859-15', 'gl:es_ES:es:pt:pt_BR' ], 'gu' => [ 'Gujarati', 'ZZ Gujarati', 'gu_IN', ' 2 ', 'unicode' ], #'gv' => [ 'Gaelic (Manx)', 'Gaelg', 'gv_GB', '1 ', 'utf_lat8', 'gv:en_GB:en' ], 'he' => [ 'Hebrew', 'AA Ivrit', 'he_IL', ' 2 ', 'utf_he' ], 'hi' => [ 'Hindi', 'ZZ Hindi', 'hi_IN', ' 2 ', 'unicode' ], 'hr' => [ 'Croatian', 'Hrvatski', 'hr_HR', '1 ', 'iso-8859-2' ], 'hu' => [ 'Hungarian', 'Magyar', 'hu_HU', '1 ', 'iso-8859-2' ], 'hy' => [ 'Armenian', 'ZZ Armenian', 'hy_AM', ' 2 ', 'utf_hy' ], # locale not done yet #'ia' => [ 'Interlingua', 'Interlingua', 'ia_XX', '1 5', 'utf8' ], 'id' => [ 'Indonesian', 'Bahasa Indonesia', 'id_ID', ' 2 ', 'iso-8859-1' ], 'is' => [ 'Icelandic', 'Islenska', 'is_IS', '1 ', 'iso-8859-1' ], 'it' => [ 'Italian', 'Italiano', 'it_IT', '1 ', 'iso-8859-15' ], #-'iu' => [ 'Inuktitut', 'ZZ Inuktitut', 'iu_CA', ' 5', 'utf_iu' ], 'ja' => [ 'Japanese', 'ZZ Nihongo', 'ja_JP', ' 2 ', 'jisx0208' ], 'ka' => [ 'Georgian', 'ZZ Georgian', 'ka_GE', ' 2 ', 'utf_ka' ], #-'kl' => [ 'Greenlandic (inuit)', 'ZZ Inuit', 'kl_GL', ' 5', 'iso-8859-1' ], 'kn' => [ 'Kannada', 'ZZ Kannada', 'kn_IN', ' 2 ', 'utf_kn' ], 'ko' => [ 'Korean', 'ZZ Korea', 'ko_KR', ' 2 ', 'ksc5601' ], 'ku' => [ 'Kurdish', 'Kurdi', 'ku_TR', ' 2 ', 'iso-8859-9' ], #-'kw' => [ 'Cornish', 'Kernewek', 'kw_GB', '1 ', 'utf_lat8', 'kw:en_GB:en' ], 'li' => [ 'Limbourgish', 'Limburgs', 'li_NL', '1 ', 'iso-8859-15' ], 'lo' => [ 'Laotian', 'Laotian', 'lo_LA', ' 2 ', 'utf_lo' ], 'lt' => [ 'Lithuanian', 'Lietuviskai', 'lt_LT', '1 ', 'iso-8859-13' ], 'lv' => [ 'Latvian', 'Latviesu', 'lv_LV', '1 ', 'iso-8859-13' ], 'mi' => [ 'Maori', 'Maori', 'mi_NZ', ' 4 ', 'unicode' ], 'mk' => [ 'Macedonian', 'Makedonski', 'mk_MK', '1 ', 'utf_cyr1' ], 'ml' => [ 'Malayalam', 'ZZ Malayalam', 'ml_IN', ' 2 ', 'unicode' ], 'mn' => [ 'Mongolian', 'Mongol', 'mn_MN', ' 2 ', 'utf_cyr2' ], 'mr' => [ 'Marathi', 'ZZ Marathi', 'mr_IN', ' 2 ', 'unicode' ], 'ms' => [ 'Malay', 'Bahasa Melayu', 'ms_MY', ' 2 ', 'iso-8859-1' ], 'mt' => [ 'Maltese', 'Maltin', 'mt_MT', '1 3 ', 'unicode' ], 'nb' => [ 'Norwegian Bokmaal', 'Norsk, Bokmal', 'nb_NO', '1 ', 'iso-8859-1', 'nb:no' ], #'nds' => [ 'Low Saxon', 'Platduutsch', 'nds_DE', '1 ', 'iso-8859-1' ], 'ne' => [ 'Nepali', 'ZZ Nepali', 'ne_NP', ' 2 ', 'unicode' ], 'nl' => [ 'Dutch', 'Nederlands', 'nl_NL', '1 ', 'iso-8859-15' ], 'nn' => [ 'Norwegian Nynorsk', 'Norsk, Nynorsk', 'nn_NO', '1 ', 'iso-8859-1', 'nn:no@nynorsk:no_NY:no:nb' ], 'oc' => [ 'Occitan', 'Occitan', 'oc_FR', '1 ', 'iso-8859-1', 'oc:fr_FR:fr' ], #-'ph' => [ 'Pilipino', 'Pilipino', 'ph_PH', ' 2 ', 'iso-8859-1', 'ph:tl' ], 'pl' => [ 'Polish', 'Polski', 'pl_PL', '1 ', 'iso-8859-2' ], 'pt' => [ 'Portuguese', 'Portugues', 'pt_PT', '1 3 ', 'iso-8859-15', 'pt_PT:pt:pt_BR' ], 'pt_BR' => [ 'Portuguese Brazil', 'Portugues do Brasil', 'pt_BR', ' 5', 'iso-8859-1', 'pt_BR:pt_PT:pt' ], 'ro' => [ 'Romanian', 'Romana', 'ro_RO', '1 ', 'iso-8859-2' ], 'ru' => [ 'Russian', 'Russkij', 'ru_RU', '12 ', 'koi8-u' ], 'se' => [ 'Saami', 'Samegiella', 'se_NO', '1 ', 'unicode' ], 'sk' => [ 'Slovak', 'Slovencina', 'sk_SK', '1 ', 'iso-8859-2' ], 'sl' => [ 'Slovenian', 'Slovenscina', 'sl_SI', '1 ', 'iso-8859-2' ], 'sq' => [ 'Albanian', 'Shqip', 'sq_AL', '1 ', 'iso-8859-1' ], 'sr' => [ 'Serbian Cyrillic', 'Srpska', 'sr_CS', '1 ', 'utf_cyr1', 'sp:sr' ], 'sr@Latn' => [ 'Serbian Latin', 'Srpska', 'sr_CS', '1 ', 'unicode', 'sh:sr@Latn' ], #- ss_ZA not yet done, using en_ZA locale instead 'ss' => [ 'Swati', 'SiSwati', 'en_ZA', ' 3 ', 'iso-8859-1', 'ss:en_ZA' ], 'st' => [ 'Sotho', 'Sesotho', 'st_ZA', ' 3 ', 'iso-8859-1', 'st:nso:en_ZA' ], 'sv' => [ 'Swedish', 'Svenska', 'sv_SE', '1 ', 'iso-8859-1' ], 'ta' => [ 'Tamil', 'ZZ Tamil', 'ta_IN', ' 2 ', 'utf_ta' ], 'te' => [ 'Telugu', 'ZZ Telugu', 'te_IN', ' 2 ', 'unicode' ], 'tg' => [ 'Tajik', 'Tojiki', 'tg_TJ', ' 2 ', 'utf_cyr2' ], 'th' => [ 'Thai', 'ZZ Thai', 'th_TH', ' 2 ', 'tis620' ], 'tr' => [ 'Turkish', 'Turkce', 'tr_TR', ' 2 ', 'iso-8859-9' ], #-'tt' => [ 'Tatar', 'Tatar', 'tt_RU', ' 2 ', 'utf_cyr2' ], 'uk' => [ 'Ukrainian', 'Ukrayinska', 'uk_UA', '1 ', 'koi8-u' ], #-'ur' => [ 'Urdu', 'AA Urdu', 'ur_PK', ' 2 ', 'utf_ar' ], 'uz@Latn' => [ 'Uzbek (latin)', 'Ozbekcha', 'uz_UZ', ' 2 ', 'utf_cyr2', 'uz@Latn:uz' ], 'uz' => [ 'Uzbek (cyrillic)', 'Ozbekcha', 'uz_UZ', ' 2 ', 'utf_cyr2', 'uz@Cyrl:uz' ], #- ve_ZA not yet done, using en_ZA locale instead 've' => [ 'Venda', 'Venda', 'en_ZA', ' 3 ', 'iso-8859-1', 've:ven:en_ZA' ], 'vi' => [ 'Vietnamese', 'Tieng Viet', 'vi_VN', ' 2 ', 'utf_vi' ], 'wa' => [ 'Walon', 'Walon', 'wa_BE', '1 ', 'iso-8859-15', 'wa:fr_BE:fr' ], #- locale not done yet #'wen' => [ 'Sorbian', 'XX Sorbian', 'wen_XX', '1 ', 'iso-8859-1' ], 'xh' => [ 'Xhosa', 'IsiXhosa', 'xh_ZA', ' 3 ', 'iso-8859-1', 'xh:en_ZA' ], 'yi' => [ 'Yiddish', 'AA Yidish', 'yi_US', '1 5', 'utf_he' ], 'zh_CN' => [ 'Chinese Simplified', 'ZZ ZhongWen', 'zh_CN', ' 2 ', 'gb2312', 'zh_CN.GB2312:zh_CN:zh' ], 'zh_TW' => [ 'Chinese Traditional', 'ZZ ZhongWen', 'zh_TW', ' 2 ', 'Big5', 'zh_TW.Big5:zh_TW:zh_HK:zh' ], 'zu' => [ 'Zulu', 'IsiZulu', 'zu_ZA', ' 3 ', 'iso-8859-1', 'xh:en_ZA' ], ); sub l2name { exists $langs{$_[0]} && $langs{$_[0]}[0] } sub l2transliterated { exists $langs{$_[0]} && $langs{$_[0]}[1] } sub l2locale { exists $langs{$_[0]} && $langs{$_[0]}[2] } sub l2location { my %geo = (1 => 'Europe', 2 => 'Asia', 3 => 'Africa', 4 => 'Oceania/Pacific', 5 => 'America'); map { if_($langs{$_[0]}[3] =~ $_, $geo{$_}) } 1..5; } sub l2charset { exists $langs{$_[0]} && $langs{$_[0]}[4] } sub l2language { exists $langs{$_[0]} && $langs{$_[0]}[5] } sub list_langs { my (%options) = @_; my @l = keys %langs; $options{exclude_non_installed} ? grep { -e "/usr/share/locale/".l2locale($_)."/LC_CTYPE" } @l : @l; } sub text_direction_rtl() { N("default:LTR") eq "default:RTL" } #- key: country name (that should be YY in xx_YY locale) #- [0]: country name in natural language #- [1]: default locale for that country #- [2]: geographic groups that this country belongs to (for displaying #- in the menu grouped in smaller lists), 1=Europe, 2=Asia, 3=Africa, #- 4=Oceania&Pacific, 5=America (if you wonder, it's the order #- used in the olympic flag) #- #- Note: for countries for which a glibc locale don't exist (yet) I tried to #- put a locale that makes sense; and a '#' at the end of the line to show #- the locale is not the "correct" one. 'en_US' is used when no good choice #- is available. my %countries = ( 'AF' => [ N_("Afghanistan"), 'en_US', '2' ], # 'AD' => [ N_("Andorra"), 'ca_ES', '1' ], # 'AE' => [ N_("United Arab Emirates"), 'ar_AE', '2' ], 'AG' => [ N_("Antigua and Barbuda"), 'en_US', '5' ], # 'AI' => [ N_("Anguilla"), 'en_US', '5' ], # 'AL' => [ N_("Albania"), 'sq_AL', '1' ], 'AM' => [ N_("Armenia"), 'hy_AM', '2' ], 'AN' => [ N_("Netherlands Antilles"), 'en_US', '5' ], # 'AO' => [ N_("Angola"), 'pt_PT', '3' ], # 'AQ' => [ N_("Antarctica"), 'en_US', '4' ], # 'AR' => [ N_("Argentina"), 'es_AR', '5' ], 'AS' => [ N_("American Samoa"), 'en_US', '4' ], # 'AT' => [ N_("Austria"), 'de_AT', '1' ], 'AU' => [ N_("Australia"), 'en_AU', '4' ], 'AW' => [ N_("Aruba"), 'en_US', '5' ], # 'AZ' => [ N_("Azerbaijan"), 'az_AZ', '1' ], 'BA' => [ N_("Bosnia and Herzegovina"), 'bs_BA', '1' ], 'BB' => [ N_("Barbados"), 'en_US', '5' ], # 'BD' => [ N_("Bangladesh"), 'bn_BD', '2' ], 'BE' => [ N_("Belgium"), 'fr_BE', '1' ], 'BF' => [ N_("Burkina Faso"), 'en_US', '3' ], # 'BG' => [ N_("Bulgaria"), 'bg_BG', '1' ], 'BH' => [ N_("Bahrain"), 'ar_BH', '2' ], 'BI' => [ N_("Burundi"), 'en_US', '3' ], # 'BJ' => [ N_("Benin"), 'fr_FR', '3' ], # 'BM' => [ N_("Bermuda"), 'en_US', '5' ], # 'BN' => [ N_("Brunei Darussalam"), 'ar_EG', '2' ], # 'BO' => [ N_("Bolivia"), 'es_BO', '5' ], 'BR' => [ N_("Brazil"), 'pt_BR', '5' ], 'BS' => [ N_("Bahamas"), 'en_US', '5' ], # 'BT' => [ N_("Bhutan"), 'en_IN', '2' ], # 'BV' => [ N_("Bouvet Island"), 'en_US', '3' ], # 'BW' => [ N_("Botswana"), 'en_BW', '3' ], 'BY' => [ N_("Belarus"), 'be_BY', '1' ], 'BZ' => [ N_("Belize"), 'en_US', '5' ], # 'CA' => [ N_("Canada"), 'en_CA', '5' ], 'CC' => [ N_("Cocos (Keeling) Islands"), 'en_US', '4' ], # 'CD' => [ N_("Congo (Kinshasa)"), 'fr_FR', '3' ], # 'CF' => [ N_("Central African Republic"), 'fr_FR', '3' ], # 'CG' => [ N_("Congo (Brazzaville)"), 'fr_FR', '3' ], # 'CH' => [ N_("Switzerland"), 'de_CH', '1' ], 'CI' => [ N_("Cote d'Ivoire"), 'fr_FR', '3' ], # 'CK' => [ N_("Cook Islands"), 'en_US', '4' ], # 'CL' => [ N_("Chile"), 'es_CL', '5' ], 'CM' => [ N_("Cameroon"), 'fr_FR', '3' ], # 'CN' => [ N_("China"), 'zh_CN', '2' ], 'CO' => [ N_("Colombia"), 'es_CO', '5' ], 'CR' => [ N_("Costa Rica"), 'es_CR', '5' ], 'CU' => [ N_("Cuba"), 'es_DO', '5' ], # 'CV' => [ N_("Cape Verde"), 'pt_PT', '3' ], # 'CX' => [ N_("Christmas Island"), 'en_US', '4' ], # 'CY' => [ N_("Cyprus"), 'en_US', '1' ], # 'CZ' => [ N_("Czech Republic"), 'cs_CZ', '2' ], 'DE' => [ N_("Germany"), 'de_DE', '1' ], 'DJ' => [ N_("Djibouti"), 'en_US', '3' ], # 'DK' => [ N_("Denmark"), 'da_DK', '1' ], 'DM' => [ N_("Dominica"), 'en_US', '5' ], # 'DO' => [ N_("Dominican Republic"), 'es_DO', '5' ], 'DZ' => [ N_("Algeria"), 'ar_DZ', '3' ], 'EC' => [ N_("Ecuador"), 'es_EC', '5' ], 'EE' => [ N_("Estonia"), 'et_EE', '1' ], 'EG' => [ N_("Egypt"), 'ar_EG', '3' ], 'EH' => [ N_("Western Sahara"), 'ar_MA', '3' ], # 'ER' => [ N_("Eritrea"), 'ti_ER', '3' ], 'ES' => [ N_("Spain"), 'es_ES', '1' ], 'ET' => [ N_("Ethiopia"), 'am_ET', '3' ], 'FI' => [ N_("Finland"), 'fi_FI', '1' ], 'FJ' => [ N_("Fiji"), 'en_US', '4' ], # 'FK' => [ N_("Falkland Islands (Malvinas)"), 'en_GB', '5' ], # 'FM' => [ N_("Micronesia"), 'en_US', '4' ], # 'FO' => [ N_("Faroe Islands"), 'fo_FO', '1' ], 'FR' => [ N_("France"), 'fr_FR', '1' ], 'GA' => [ N_("Gabon"), 'fr_FR', '3' ], # 'GB' => [ N_("United Kingdom"), 'en_GB', '1' ], 'GD' => [ N_("Grenada"), 'en_US', '5' ], # 'GE' => [ N_("Georgia"), 'ka_GE', '2' ], 'GF' => [ N_("French Guiana"), 'fr_FR', '5' ], # 'GH' => [ N_("Ghana"), 'en_GB', '3' ], # 'GI' => [ N_("Gibraltar"), 'en_GB', '1' ], # 'GL' => [ N_("Greenland"), 'kl_GL', '5' ], 'GM' => [ N_("Gambia"), 'en_US', '3' ], # 'GN' => [ N_("Guinea"), 'en_US', '3' ], # 'GP' => [ N_("Guadeloupe"), 'fr_FR', '5' ], # 'GQ' => [ N_("Equatorial Guinea"), 'en_US', '3' ], # 'GR' => [ N_("Greece"), 'el_GR', '1' ], 'GS' => [ N_("South Georgia and the South Sandwich Islands"), 'en_US', '4' ], # 'GT' => [ N_("Guatemala"), 'es_GT', '5' ], 'GU' => [ N_("Guam"), 'en_US', '4' ], # 'GW' => [ N_("Guinea-Bissau"), 'pt_PT', '3' ], # 'GY' => [ N_("Guyana"), 'en_US', '5' ], # 'HK' => [ N_("China (Hong Kong)"), 'zh_HK', '2' ], 'HM' => [ N_("Heard and McDonald Islands"), 'en_US', '4' ], # 'HN' => [ N_("Honduras"), 'es_HN', '5' ], 'HR' => [ N_("Croatia"), 'hr_HR', '1' ], 'HT' => [ N_("Haiti"), 'fr_FR', '5' ], # 'HU' => [ N_("Hungary"), 'hu_HU', '1' ], 'ID' => [ N_("Indonesia"), 'id_ID', '2' ], 'IE' => [ N_("Ireland"), 'en_IE', '1' ], 'IL' => [ N_("Israel"), 'he_IL', '2' ], 'IN' => [ N_("India"), 'hi_IN', '2' ], 'IO' => [ N_("British Indian Ocean Territory"), 'en_GB', '2' ], # 'IQ' => [ N_("Iraq"), 'ar_IQ', '2' ], 'IR' => [ N_("Iran"), 'fa_IR', '2' ], 'IS' => [ N_("Iceland"), 'is_IS', '1' ], 'IT' => [ N_("Italy"), 'it_IT', '1' ], 'JM' => [ N_("Jamaica"), 'en_US', '5' ], # 'JO' => [ N_("Jordan"), 'ar_JO', '2' ], 'JP' => [ N_("Japan"), 'ja_JP', '2' ], 'KE' => [ N_("Kenya"), 'en_ZW', '3' ], # 'KG' => [ N_("Kyrgyzstan"), 'en_US', '2' ], # 'KH' => [ N_("Cambodia"), 'en_US', '2' ], # km_KH not released yet 'KI' => [ N_("Kiribati"), 'en_US', '3' ], # 'KM' => [ N_("Comoros"), 'en_US', '2' ], # 'KN' => [ N_("Saint Kitts and Nevis"), 'en_US', '5' ], # 'KP' => [ N_("Korea (North)"), 'ko_KR', '2' ], # 'KR' => [ N_("Korea"), 'ko_KR', '2' ], 'KW' => [ N_("Kuwait"), 'ar_KW', '2' ], 'KY' => [ N_("Cayman Islands"), 'en_US', '5' ], # 'KZ' => [ N_("Kazakhstan"), 'ru_RU', '2' ], # 'LA' => [ N_("Laos"), 'lo_LA', '2' ], 'LB' => [ N_("Lebanon"), 'ar_LB', '2' ], 'LC' => [ N_("Saint Lucia"), 'en_US', '5' ], # 'LI' => [ N_("Liechtenstein"), 'de_CH', '1' ], # 'LK' => [ N_("Sri Lanka"), 'en_IN', '2' ], # 'LR' => [ N_("Liberia"), 'en_US', '3' ], # 'LS' => [ N_("Lesotho"), 'en_BW', '3' ], # 'LT' => [ N_("Lithuania"), 'lt_LT', '1' ], 'LU' => [ N_("Luxembourg"), 'de_LU', '1' ], 'LV' => [ N_("Latvia"), 'lv_LV', '1' ], 'LY' => [ N_("Libya"), 'ar_LY', '3' ], 'MA' => [ N_("Morocco"), 'ar_MA', '3' ], 'MC' => [ N_("Monaco"), 'fr_FR', '1' ], # 'MD' => [ N_("Moldova"), 'ro_RO', '1' ], # 'MG' => [ N_("Madagascar"), 'fr_FR', '3' ], # 'MH' => [ N_("Marshall Islands"), 'en_US', '4' ], # 'MK' => [ N_("Macedonia"), 'mk_MK', '1' ], 'ML' => [ N_("Mali"), 'en_US', '3' ], # 'MM' => [ N_("Myanmar"), 'en_US', '2' ], # 'MN' => [ N_("Mongolia"), 'mn_MN', '2' ], 'MP' => [ N_("Northern Mariana Islands"), 'en_US', '2' ], # 'MQ' => [ N_("Martinique"), 'fr_FR', '5' ], # 'MR' => [ N_("Mauritania"), 'en_US', '3' ], # 'MS' => [ N_("Montserrat"), 'en_US', '5' ], # 'MT' => [ N_("Malta"), 'mt_MT', '1' ], 'MU' => [ N_("Mauritius"), 'en_US', '3' ], # 'MV' => [ N_("Maldives"), 'en_US', '4' ], # 'MW' => [ N_("Malawi"), 'en_US', '3' ], # 'MX' => [ N_("Mexico"), 'es_MX', '5' ], 'MY' => [ N_("Malaysia"), 'ms_MY', '2' ], 'MZ' => [ N_("Mozambique"), 'pt_PT', '3' ], # 'NA' => [ N_("Namibia"), 'en_US', '3' ], # 'NC' => [ N_("New Caledonia"), 'fr_FR', '4' ], # 'NE' => [ N_("Niger"), 'en_US', '3' ], # 'NF' => [ N_("Norfolk Island"), 'en_GB', '4' ], # 'NG' => [ N_("Nigeria"), 'en_US', '3' ], # 'NI' => [ N_("Nicaragua"), 'es_NI', '5' ], 'NL' => [ N_("Netherlands"), 'nl_NL', '1' ], 'NO' => [ N_("Norway"), 'nb_NO', '1' ], 'NP' => [ N_("Nepal"), 'ne_NP', '2' ], 'NR' => [ N_("Nauru"), 'en_US', '4' ], # 'NU' => [ N_("Niue"), 'en_US', '4' ], # 'NZ' => [ N_("New Zealand"), 'en_NZ', '4' ], 'OM' => [ N_("Oman"), 'ar_OM', '2' ], 'PA' => [ N_("Panama"), 'es_PA', '5' ], 'PE' => [ N_("Peru"), 'es_PE', '5' ], 'PF' => [ N_("French Polynesia"), 'fr_FR', '4' ], # 'PG' => [ N_("Papua New Guinea"), 'en_NZ', '4' ], # 'PH' => [ N_("Philippines"), 'ph_PH', '2' ], 'PK' => [ N_("Pakistan"), 'ur_PK', '2' ], 'PL' => [ N_("Poland"), 'pl_PL', '1' ], 'PM' => [ N_("Saint Pierre and Miquelon"), 'fr_CA', '5' ], # 'PN' => [ N_("Pitcairn"), 'en_US', '4' ], # 'PR' => [ N_("Puerto Rico"), 'es_PR', '5' ], 'PS' => [ N_("Palestine"), 'ar_JO', '2' ], # 'PT' => [ N_("Portugal"), 'pt_PT', '1' ], 'PY' => [ N_("Paraguay"), 'es_PY', '5' ], 'PW' => [ N_("Palau"), 'en_US', '2' ], # 'QA' => [ N_("Qatar"), 'ar_QA', '2' ], 'RE' => [ N_("Reunion"), 'fr_FR', '2' ], # 'RO' => [ N_("Romania"), 'ro_RO', '1' ], 'RU' => [ N_("Russia"), 'ru_RU', '1' ], 'RW' => [ N_("Rwanda"), 'fr_FR', '3' ], # 'SA' => [ N_("Saudi Arabia"), 'ar_SA', '2' ], 'SB' => [ N_("Solomon Islands"), 'en_US', '4' ], # 'SC' => [ N_("Seychelles"), 'en_US', '4' ], # 'SD' => [ N_("Sudan"), 'ar_SD', '5' ], 'SE' => [ N_("Sweden"), 'sv_SE', '1' ], 'SG' => [ N_("Singapore"), 'en_SG', '2' ], 'SH' => [ N_("Saint Helena"), 'en_GB', '5' ], # 'SI' => [ N_("Slovenia"), 'sl_SI', '1' ], 'SJ' => [ N_("Svalbard and Jan Mayen Islands"), 'en_US', '1' ], # 'SK' => [ N_("Slovakia"), 'sk_SK', '1' ], 'SL' => [ N_("Sierra Leone"), 'en_US', '3' ], # 'SM' => [ N_("San Marino"), 'it_IT', '1' ], # 'SN' => [ N_("Senegal"), 'fr_FR', '3' ], # 'SO' => [ N_("Somalia"), 'en_US', '3' ], # so_SO 'SR' => [ N_("Suriname"), 'nl_NL', '5' ], # 'ST' => [ N_("Sao Tome and Principe"), 'en_US', '5' ], # 'SV' => [ N_("El Salvador"), 'es_SV', '5' ], 'SY' => [ N_("Syria"), 'ar_SY', '2' ], 'SZ' => [ N_("Swaziland"), 'en_BW', '3' ], # 'TC' => [ N_("Turks and Caicos Islands"), 'en_US', '5' ], # 'TD' => [ N_("Chad"), 'en_US', '3' ], # 'TF' => [ N_("French Southern Territories"), 'fr_FR', '4' ], # 'TG' => [ N_("Togo"), 'fr_FR', '3' ], # 'TH' => [ N_("Thailand"), 'th_TH', '2' ], 'TJ' => [ N_("Tajikistan"), 'tg_TJ', '2' ], 'TK' => [ N_("Tokelau"), 'en_US', '4' ], # 'TL' => [ N_("East Timor"), 'pt_PT', '4' ], # 'TM' => [ N_("Turkmenistan"), 'en_US', '2' ], # 'TN' => [ N_("Tunisia"), 'ar_TN', '5' ], 'TO' => [ N_("Tonga"), 'en_US', '3' ], # 'TR' => [ N_("Turkey"), 'tr_TR', '2' ], 'TT' => [ N_("Trinidad and Tobago"), 'en_US', '5' ], # 'TV' => [ N_("Tuvalu"), 'en_US', '4' ], # 'TW' => [ N_("Taiwan"), 'zh_TW', '2' ], 'TZ' => [ N_("Tanzania"), 'en_US', '3' ], # 'UA' => [ N_("Ukraine"), 'uk_UA', '1' ], 'UG' => [ N_("Uganda"), 'en_US', '3' ], # lug_UG 'UM' => [ N_("United States Minor Outlying Islands"), 'en_US', '5' ], # 'US' => [ N_("United States"), 'en_US', '5' ], 'UY' => [ N_("Uruguay"), 'es_UY', '5' ], 'UZ' => [ N_("Uzbekistan"), 'uz_UZ', '2' ], 'VA' => [ N_("Vatican"), 'it_IT', '1' ], # 'VC' => [ N_("Saint Vincent and the Grenadines"), 'en_US', '5' ], 'VE' => [ N_("Venezuela"), 'es_VE', '5' ], 'VG' => [ N_("Virgin Islands (British)"), 'en_GB', '5' ], # 'VI' => [ N_("Virgin Islands (U.S.)"), 'en_US', '5' ], # 'VN' => [ N_("Vietnam"), 'vi_VN', '2' ], 'VU' => [ N_("Vanuatu"), 'en_US', '4' ], # 'WF' => [ N_("Wallis and Futuna"), 'fr_FR', '4' ], # 'WS' => [ N_("Samoa"), 'en_US', '4' ], # 'YE' => [ N_("Yemen"), 'ar_YE', '2' ], 'YT' => [ N_("Mayotte"), 'fr_FR', '3' ], # 'CS' => [ N_("Serbia & Montenegro"), 'sr_CS', '1' ], 'ZA' => [ N_("South Africa"), 'en_ZA', '5' ], 'ZM' => [ N_("Zambia"), 'en_US', '3' ], # 'ZW' => [ N_("Zimbabwe"), 'en_ZW', '5' ], ); sub c2name { exists $countries{$_[0]} && translate($countries{$_[0]}[0]) } sub c2locale { exists $countries{$_[0]} && $countries{$_[0]}[1] } sub list_countries { my (%options) = @_; my @l = keys %countries; $options{exclude_non_installed} ? grep { -e "/usr/share/locale/".c2locale($_)."/LC_CTYPE" } @l : @l; } #- this list is built with the following command on the compile cluster: #- rpm -qpl /cooker/RPMS/locales-* | grep LC_CTYPE | cut -d'/' -f5 | grep '_' | grep -v '\.' | sort | tr '\n' ' ' ; echo our @locales = qw(ad_ET af_ZA am_ET an_ES ar_AE ar_BH ar_DZ ar_EG ar_IN ar_IQ ar_JO ar_KW ar_LB ar_LY ar_MA ar_OM ar_QA ar_SA ar_SD ar_SY ar_TN ar_YE as_IN az_AZ be_BY bg_BG bn_BD bn_IN br_FR bs_BA ca_ES cs_CZ cy_GB da_DK de_AT de_BE de_CH de_DE de_LU el_GR en_AU en_BE en_BW en_CA en_DK en_GB en_HK en_IE en_IN en_NZ en_PH en_SG en_US en_ZA en_ZW eo_XX es_AR es_BO es_CL es_CO es_CR es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE et_EE eu_ES fa_IR fi_FI fo_FO fr_BE fr_CA fr_CH fr_FR fr_LU ga_IE gd_GB gez_ER gez_ER@abegede gez_ET gez_ET@abegede gl_ES gu_IN gv_GB he_IL hi_IN hr_HR hu_HU hy_AM id_ID is_IS it_CH it_IT iu_CA ja_JP ka_GE kl_GL kn_IN ko_KR ku_TR kw_GB li_BE li_NL lo_LA lt_LT lv_LV mi_NZ mk_MK ml_IN mn_MN mr_IN ms_MY mt_MT nb_NO nds_DE nds_DE@traditional nds_NL ne_NP nl_BE nl_NL nn_NO oc_FR om_ET om_KE pa_IN ph_PH pl_PL pt_BR pt_PT qo_ET ro_RO ru_RU ru_UA se_NO sh_YU sid_ET sk_SK sl_SI sq_AL sr_CS sr_CS@Latn sr_YU sr_YU@Latn st_ZA sv_FI sv_SE sx_ET sz_ET ta_IN te_IN tg_TJ th_TH ti_ER ti_ET tig_ER tl_PH tr_TR tt_RU uk_UA ur_PK uz_UZ uz_UZ@Cyrl uz_UZ@Latn vi_VN wa_BE xh_ZA yi_US zh_CN zh_HK zh_SG zh_TW zu_ZA); sub standard_locale { my ($lang, $country, $prefer_lang) = @_; retry: member("${lang}_${country}", @locales) and return "${lang}_${country}"; $prefer_lang && member($lang, @locales) and return $lang; length($lang) > 2 and $lang =~ s/^(..).*/$1/, goto retry; } sub fix_variant { my ($locale) = @_; #- uz@Cyrl_UZ -> uz_UZ@Cyrl $locale =~ s/(.*)(\@\w+)(_.*)/$1$3$2/; $locale; } sub getlocale_for_lang { my ($lang, $country, $o_utf8) = @_; fix_variant((standard_locale($lang, $country, 'prefer_lang') || l2locale($lang)) . ($o_utf8 ? '.UTF-8' : '')); } sub getlocale_for_country { my ($lang, $country, $o_utf8) = @_; fix_variant((standard_locale($lang, $country, '') || c2locale($country)) . ($o_utf8 ? '.UTF-8' : '')); } sub getLANGUAGE { my ($lang, $o_country, $o_utf8) = @_; l2language($lang) || join(':', uniq(getlocale_for_lang($lang, $o_country, $o_utf8), $lang, if_($lang =~ /^(..)_/, $1))); } my %xim = ( #- xcin only works with 'zh_TW', 'zh_TW.Big5', 'zh_CN', 'zh_CN.GB2312' #- all other locale names, in particular 'zh_HK' or 'zh_TW.UTF-8' #- are unknown to it. So chinput is used for all but 'zh_TW' 'zh_TW' => { ENC => 'big5', XIM => 'xcin', XIM_PROGRAM => 'xcin', XMODIFIERS => '"@im=xcin-zh_TW"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'zh_TW.UTF-8' => { ENC => 'utf8', XIM => 'Chinput', XIM_PROGRAM => '"chinput -big5"', XMODIFIERS => '"@im=Chinput"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'zh_CN' => { ENC => 'gb', XIM => 'Chinput', XIM_PROGRAM => '"chinput -gb"', XMODIFIERS => '"@im=Chinput"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'zh_CN.UTF-8' => { ENC => 'utf8', XIM => 'Chinput', XIM_PROGRAM => '"chinput -gb"', XMODIFIERS => '"@im=Chinput"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'zh_SG' => { ENC => 'gb', XIM => 'Chinput', XIM_PROGRAM => '"chinput -gb"', XMODIFIERS => '"@im=Chinput"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'zh_SG.UTF-8' => { ENC => 'utf8', XIM => 'Chinput', XIM_PROGRAM => '"chinput -gb"', XMODIFIERS => '"@im=Chinput"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'zh_HK' => { ENC => 'big5', XIM => 'Chinput', XIM_PROGRAM => '"chinput -big5"', XMODIFIERS => '"@im=Chinput"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'zh_HK.UTF-8' => { ENC => 'utf8', XIM => 'Chinput', XIM_PROGRAM => '"chinput -big5"', XMODIFIERS => '"@im=Chinput"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'ko_KR' => { ENC => 'kr', XIM => 'Ami', #- NOTE: there are several possible versions of ami, for the different #- desktops (kde, gnome, etc). So XIM_PROGRAM isn't defined; it will #- be the xinitrc script, XIM section, that will choose the right one #- XIM_PROGRAM => 'ami', XMODIFIERS => '"@im=Ami"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'ko_KR.UTF-8' => { ENC => 'utf8', XIM => 'Ami', #- NOTE: there are several possible versions of ami, for the different #- desktops (kde, gnome, etc). So XIM_PROGRAM isn't defined; it will #- be the xinitrc script, XIM section, that will choose the right one #- XIM_PROGRAM => 'ami', XMODIFIERS => '"@im=Ami"', GTK_IM_MODULE => 'xim', CONSOLE_NOT_LOCALIZED => 'yes', }, 'ja_JP' => { ENC => 'eucj', XIM => 'uim-anthy', XIM_PROGRAM => 'uim-xim', XMODIFIERS => '"@im=uim-anthy"', GTK_IM_MODULE => 'uim-anthy', }, 'ja_JP.UTF-8' => { ENC => 'utf8', XIM => 'uim-anthy', XIM_PROGRAM => 'uim-xim', XMODIFIERS => '"@im=uim-anthy"', GTK_IM_MODULE => 'uim-anthy', }, #- XFree86 has an internal XIM for Thai that enables syntax checking etc. #- 'Passthroug' is no check at all, 'BasicCheck' accepts bad sequences #- and convert them to right ones, 'Strict' refuses bad sequences 'th_TH' => { XIM_PROGRAM => '/bin/true', #- it's an internal module XMODIFIERS => '"@im=BasicCheck"', }, #- xvnkb is not an XIM input method; but an input method of another #- kind, only XIM_PROGRAM needs to be defined #- ! xvnkb doesn't work in UTF-8 ! #- 'vi_VN.VISCII' => { #- XIM_PROGRAM => 'xvnkb', #- }, ); #- [0]: console font name #- [1]: sfm map for console font (if needed) #- [2]: acm file for console font (none if utf8) #- [3]: iocharset param for mount (utf8 if utf8) #- [4]: codepage parameter for mount (none if utf8) my %charsets = ( #- chinese needs special console driver for text mode "Big5" => [ undef, undef, undef, "big5", "950" ], "gb2312" => [ undef, undef, undef, "gb2312", "936" ], "C" => [ "lat0-16", undef, "iso15", "iso8859-1", "850" ], "iso-8859-1" => [ "lat1-16", undef, "iso01", "iso8859-1", "850" ], "iso-8859-2" => [ "lat2-sun16", undef, "iso02", "iso8859-2", "852" ], "iso-8859-5" => [ "UniCyr_8x16", undef, "iso05", "iso8859-5", "866" ], "iso-8859-7" => [ "iso07.f16", undef, "iso07", "iso8859-7", "869" ], "iso-8859-9" => [ "lat5u-16", undef, "iso09", "iso8859-9", "857" ], "iso-8859-13" => [ "tlat7", undef, "iso13", "iso8859-13", "775" ], "iso-8859-15" => [ "lat0-16", undef, "iso15", "iso8859-15", "850" ], #- japanese needs special console driver for text mode [kon2] "jisx0208" => [ undef, undef, "trivial.trans", "euc-jp", "932" ], "koi8-r" => [ "UniCyr_8x16", undef, "koi8-r", "koi8-r", "866" ], "koi8-u" => [ "UniCyr_8x16", undef, "koi8-u", "koi8-u", "866" ], "cp1251" => [ "UniCyr_8x16", undef, "cp1251", "cp1251", "866" ], #- korean needs special console driver for text mode "ksc5601" => [ undef, undef, undef, "euc-kr", "949" ], #- I have no console font for Thai... "tis620" => [ undef, undef, "trivial.trans", "tis-620", "874" ], # UTF-8 encodings here; they differ in the console font mainly. "utf_am" => [ "Agafari-16", undef, undef, "utf8", undef ], "utf_ar" => [ "iso06.f16", undef, undef, "utf8", undef ], "utf_az" => [ "tiso09e", undef, undef, "utf8", undef ], "utf_bn" => [ undef, undef, undef, "utf8", undef ], "utf_cyr1" => [ "UniCyr_8x16", undef, undef, "utf8", undef ], "utf_cyr2" => [ "koi8-k", undef, undef, "utf8", undef ], "utf_he" => [ "iso08.f16", undef, undef, "utf8", undef ], "utf_hy" => [ "arm8", undef, undef, "utf8", undef ], "utf_ka" => [ "t_geors", undef, undef, "utf8", undef ], "utf_kn" => [ undef, undef, undef, "utf8", undef ], "utf_lo" => [ undef, undef, undef, "utf8", undef ], "utf_ta" => [ "tamil", undef, undef, "utf8", undef ], "utf_vi" => [ "tcvn8x16", undef, undef, "utf8", undef ], "utf_lat8" => [ "iso14.f16", undef, undef, "utf8", undef ], # default for utf-8 encodings "unicode" => [ "LatArCyrHeb-16", undef, undef, "utf8", undef ], ); #- for special cases not handled magically my %charset2kde_charset = ( gb2312 => 'gb2312.1980-0', jisx0208 => 'jisx0208.1983-0', ksc5601 => 'ksc5601.1987-0', Big5 => 'big5-0', cp1251 => 'microsoft-cp1251', utf8 => 'iso10646-1', tis620 => 'tis620-0', #- Tamil KDE translations still use TSCII, and KDE know it as iso-8859-1 utf_ta => 'iso8859-1', ); my @during_install__lang_having_their_LC_CTYPE = qw(ja ko ta); #- ------------------- sub list { my (%options) = @_; my @l = list_langs(); if ($options{exclude_non_installed_langs}) { @l = grep { -e "/usr/share/locale/$_/LC_CTYPE" } @l; } @l; } sub l2console_font { my ($locale, $during_install) = @_; my $c = $charsets{l2charset($locale->{lang}) || return} or return; my ($name, $sfm, $acm) = @$c; undef $acm if $locale->{utf8} && !$during_install; ($name, $sfm, $acm); } sub get_kde_lang { my ($locale, $o_default) = @_; #- get it using #- echo C $(rpm -qp --qf "%{name}\n" /RPMS/kde-i18n-* | sed 's/kde-i18n-//') my @valid_kde_langs = qw(C af ar az be bg br bs ca cs cy da de el en_GB eo es et eu fa fi fo fr ga gl he hr hu id is it ja ko ku lo lt lv mi mk mn mt nb nl nn nso oc pl pt pt_BR ro ru se sk sl sr ss sv ta th tr uk uz ven vi wa wen xh zh_CN zh_TW zu); my %valid_kde_langs; @valid_kde_langs{@valid_kde_langs} = (); my $valid_lang = sub { my ($lang) = @_; #- fast & dirty solution to ensure bad entries do not happen my %fixlangs = (en => 'C', en_US => 'C', 'sr@Latn' => 'sr', st => 'nso', ve => 'ven', zh_CN => 'zh_CN', zh_SG => 'zh_CN', zh_TW => 'zh_TW', zh_HK => 'zh_TW'); exists $fixlangs{$lang} ? $fixlangs{$lang} : exists $valid_kde_langs{$lang} ? $lang : exists $valid_kde_langs{substr($lang, 0, 2)} ? substr($lang, 0, 2) : ''; }; my $r; $r ||= $valid_lang->($locale->{lang}); $r ||= find { $valid_lang->($_) } split(':', getlocale_for_lang($locale->{lang}, $locale->{country})); $r || $o_default || 'C'; } sub charset2kde_charset { my ($charset, $o_default) = @_; my $iocharset = ($charsets{$charset} || [])->[3]; my @valid_kde_charsets = qw(big5-0 gb2312.1980-0 iso10646-1 iso8859-1 iso8859-4 iso8859-6 iso8859-8 iso8859-13 iso8859-14 iso8859-15 iso8859-2 iso8859-3 iso8859-5 iso8859-7 iso8859-9 koi8-r koi8-u ksc5601.1987-0 jisx0208.1983-0 microsoft-cp1251 tis620-0); my %valid_kde_charsets; @valid_kde_charsets{@valid_kde_charsets} = (); my $valid_charset = sub { my ($charset) = @_; #- fast & dirty solution to ensure bad entries do not happen exists $valid_kde_charsets{$charset} && $charset; }; my $r; $r ||= $valid_charset->($charset2kde_charset{$charset}); $r ||= $valid_charset->($charset2kde_charset{$iocharset}); $r ||= $valid_charset->($iocharset); $r || $o_default || 'iso10646-1'; } #- font+size for different charsets; the field [0] is the default, #- others are overrridens for fixed(1), toolbar(2), menu(3) and taskbar(4) my %charset2kde_font = ( 'C' => [ "Sans,10", "Monospace,10" ], 'iso-8859-1' => [ "Sans,10", "Monospace,10" ], 'iso-8859-2' => [ "Sans,10", "Monospace,10" ], 'iso-8859-7' => [ "Helvetica,12", "courier,10", "Helvetica,11" ], 'iso-8859-9' => [ "Sans,10", "Monospace,10" ], 'iso-8859-15' => [ "Sans,10", "Monospace,10" ], 'iso-8859-13' => [ "Sans,10", "Monospace,10" ], 'jisx0208' => [ "Kochi Mincho,13", "Kochi Gothic,13" ], 'ksc5601' => [ "Baekmuk Gulim,16" ], 'gb2312' => [ "AR PL SungtiL GB,13" ], 'Big5' => [ "AR PL Mingti2L Big5,13" ], 'tis620' => [ "Norasi,16", "Norasi,15" ], 'utf_ar' => [ "Kacs_qr,14", "Courier New,13", "Kacs_qr,13" ], 'utf_am' => [ "GF Zemen Unicode,15" ], 'utf_az' => [ "Nimbus Sans,12", "Nimbus Mono,10", "Nimbus Sans,11" ], 'utf_bn' => [ "Mukti,14", ], 'utf_he' => [ "Nachlieli,13", , "Miriam Mono,10", "Nachlieli,11" ], 'utf_hy' => [ "Artsounk,12", "Monospace,10", "Artsounk,11" ], 'utf_kn' => [ "Sampige,14", ], 'utf_ta' => [ "TSCu_Paranar,14", "Tsc_avarangalfxd,10", "TSCu_Paranar,12", ], #- the following should be changed to better defaults when better fonts #- get available 'utf_vi' => [ "misc-fixed,13", "misc-fixed,13", "misc-fixed,10", ], 'utf_ka' => [ "clearlyu,15" ], 'utf_lo' => [ "clearlyu,15" ], 'default' => [ "Nimbus Sans,12", "Nimbus Mono,10", "Nimbus Sans,11" ], ); sub charset2kde_font { my ($charset, $type) = @_; my $font = $charset2kde_font{$charset} || $charset2kde_font{default}; my $r = $font->[$type] || $font->[0]; #- the format is "font-name,size,-1,5,0,0,0,0,0,0" I have no idea of the #- meaning of that "5"... "$r,-1,5,0,0,0,0,0,0"; } # this define pango name fonts (like "NimbusSans L") depending # on the "charset" defined by language array. This allows to selecting # an appropriate font for each language. my %charset2pango_font = ( 'tis620' => "Norasi 17", 'utf_ar' => "Kacst-Qr 14", 'utf_cyr2' => "Nimbus Sans L 12", 'utf_he' => "Sans 12", 'utf_hy' => "Artsounk 14", 'utf_ka' => "Sans 14", 'utf_lo' => "Sans 14", 'utf_ta' => "TSCu_Paranar 14", 'utf_vi' => "Sans 14", 'iso-8859-7' => "Kerkis 14", 'jisx0208' => "Sans 18", #- Nimbus Sans L is missing some chars used by some cyrillic languages, #- but tose haven't yet DrakX translations; it also misses vietnamese #- latin chars; all other latin and cyrillic are covered. 'default' => "Nimbus Sans L 12" ); sub charset2pango_font { my ($charset) = @_; $charset2pango_font{exists $charset2pango_font{$charset} ? $charset : 'default'}; } sub l2pango_font { my ($lang) = @_; my $charset = l2charset($lang) or log::l("no charset found for lang $lang!"), return; my $font = charset2pango_font($charset); log::l("lang:$lang charset:$charset font:$font sfm:$charsets{$charset}[0]"); if (common::usingRamdisk()) { if ($charsets{$charset}[0] !~ /lat|koi|UniCyr/) { install_any::remove_bigseldom_used(); unlink glob_('/usr/share/langs/*'); #- remove langs images my @generic_fontfiles = qw(/usr/X11R6/lib/X11/fonts/12x13mdk.pcf.gz /usr/X11R6/lib/X11/fonts/18x18mdk.pcf.gz); #- need to unlink first because the files actually exist (and are void); they must exist #- because if not, when gtk starts, pango will recompute its cache file and exclude them unlink($_), install_any::getAndSaveFile($_) foreach @generic_fontfiles; } my %pango_modules = (arabic => 'ar|fa|ur', hangul => 'ko', hebrew => 'he|yi', indic => 'hi|bn|ta|te|mr', thai => 'th'); foreach my $module (keys %pango_modules) { next if $lang !~ /$pango_modules{$module}/; install_any::remove_bigseldom_used(); my ($pango_modules_dir) = glob('/usr/lib/pango/*/modules'); install_any::getAndSaveFile("$pango_modules_dir/pango-$module-xft.so"); } } return $font; } sub set { my ($locale, $b_translate_for_console) = @_; if ($::move) { put_in_hash(\%ENV, i18n_env($locale)); return; } my ($lang) = $locale->{lang}; exists $langs{$lang} or log::l("lang::set: trying to set to $lang but I don't know it!"), return; my $dir = "$ENV{SHARE_PATH}/locale"; if (!-e "$dir/$lang" && common::usingRamdisk()) { @ENV{qw(LANG LC_ALL LANGUAGE LINGUAS)} = (); my @LCs = qw(LC_ADDRESS LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME); my $charset = during_install__l2charset($lang) || $lang; #- there are 3 main charsets containing everything for all locales, except LC_CTYPE #- by default, there is UTF-8. #- when asked for GB2312 or BIG5, removing the other main charsets my $main_charset = member($charset, 'GB2312', 'BIG5') ? $charset : 'UTF-8'; #- removing everything #- except in main charset: only removing LC_CTYPE if it is there eval { rm_rf($_ eq $main_charset ? "$dir/$_/LC_CTYPE" : "$dir/$_") } foreach all($dir); if (!-e "$dir/$main_charset") { #- getting the main charset mkdir "$dir/$main_charset"; mkdir "$dir/$main_charset/LC_MESSAGES"; install_any::getAndSaveFile("$dir/$main_charset/$_") foreach @LCs, 'LC_MESSAGES/SYS_LC_MESSAGES'; } mkdir "$dir/$lang"; #- linking to the main charset symlink "../$main_charset/$_", "$dir/$lang/$_" foreach @LCs, 'LC_MESSAGES'; #- getting LC_CTYPE (putting it directly in $lang) install_any::getAndSaveFile("Mandrake/mdkinst$dir/$charset/LC_CTYPE", "$dir/$lang/LC_CTYPE"); } #- set all LC_* variables to a unique locale ("C"), and only redefine #- LC_CTYPE (for X11 choosing the fontset) and LANGUAGE (for the po files) $ENV{$_} = 'C' foreach qw(LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION); $ENV{LC_CTYPE} = $lang; $ENV{LC_MESSAGES} = $lang; $ENV{LANG} = $lang; if ($b_translate_for_console && $lang =~ /^(ko|ja|zh|th)/) { log::l("not translating in console"); $ENV{LANGUAGE} = 'C'; } else { $ENV{LANGUAGE} = getLANGUAGE($lang); } load_mo(); $lang; } sub langs { my ($l) = @_; $l->{all} ? list_langs() : grep { $l->{$_} } keys %$l; } sub langsLANGUAGE { my ($l, $o_c) = @_; uniq(map { split ':', getLANGUAGE($_, $o_c) } langs($l)); } sub utf8_should_be_needed { my ($locale) = @_; l2charset($locale->{lang}) =~ /utf|unicode/ || uniq(grep { $_ ne 'C' } map { l2charset($_) } langs($locale->{langs})) > 1; } sub pack_langs { my ($l) = @_; my $s = $l->{all} ? 'all' : join ':', uniq(map { getLANGUAGE($_) } langs($l)); $ENV{RPM_INSTALL_LANG} = $s; $s; } sub system_locales_to_ourlocale { my ($locale_lang, $locale_country) = @_; my $locale = {}; my $variant = $locale_lang =~ s/(\@\w+)// && $1; my $locale_lang_no_encoding = $locale_lang =~ /(.*)\./ ? $1 : $locale_lang; if (member($locale_lang_no_encoding, list_langs())) { #- special lang's such as en_US pt_BR $locale->{lang} = $locale_lang_no_encoding; } else { ($locale->{lang}) = $locale_lang =~ /^(..)/; } $locale->{lang} .= $variant; ($locale->{country}) = $locale_country =~ /^.._(..)/; $locale->{utf8} = $locale_lang =~ /UTF-8/; #- safe fallbacks $locale->{lang} ||= 'en_US'; $locale->{country} ||= 'US'; $locale; } sub read { my ($prefix, $user_only) = @_; my ($f1, $f2) = ("$prefix$ENV{HOME}/.i18n", "$prefix/etc/sysconfig/i18n"); my %h = getVarsFromSh($user_only && -e $f1 ? $f1 : $f2); system_locales_to_ourlocale($h{LC_MESSAGES} || 'en_US', $h{LC_MONETARY} || 'en_US'); } sub write_langs { my ($prefix, $langs) = @_; my $s = pack_langs($langs); symlink "$prefix/etc/rpm", "/etc/rpm" if $prefix; substInFile { s/%_install_langs.*//; $_ .= "%_install_langs $s\n" if eof && $s } "$prefix/etc/rpm/macros"; } sub i18n_env { my ($locale) = @_; my $locale_lang = getlocale_for_lang($locale->{lang}, $locale->{country}, $locale->{utf8}); my $locale_country = getlocale_for_country($locale->{lang}, $locale->{country}, $locale->{utf8}); my $h = { XKB_IN_USE => '', (map { $_ => $locale_lang } qw(LANG LC_COLLATE LC_CTYPE LC_MESSAGES LC_TIME)), LANGUAGE => getLANGUAGE($locale->{lang}, $locale->{country}, $locale->{utf8}), (map { $_ => $locale_country } qw(LC_NUMERIC LC_MONETARY LC_ADDRESS LC_MEASUREMENT LC_NAME LC_PAPER LC_IDENTIFICATION LC_TELEPHONE)) }; log::l("lang::write: lang:$locale->{lang} country:$locale->{country} locale|lang:$locale_lang locale|country:$locale_country language:$h->{LANGUAGE}"); $h; } sub write { my ($prefix, $locale, $b_user_only, $b_dont_touch_kde_files) = @_; $locale && $locale->{lang} or return; my $h = i18n_env($locale); my ($name, $sfm, $acm) = l2console_font($locale, 0); if ($name && !$b_user_only) { my $p = "$prefix/usr/lib/kbd"; if ($name) { eval { my $font = "$p/consolefonts/$name.psf"; $font .= ".gz" if ! -e $font; cp_af($font, "$prefix/etc/sysconfig/console/consolefonts"); add2hash $h, { SYSFONT => $name }; }; $@ and log::l("missing console font $name"); } if ($sfm) { eval { cp_af(glob_("$p/consoletrans/$sfm*"), "$prefix/etc/sysconfig/console/consoletrans"); add2hash $h, { UNIMAP => $sfm }; }; $@ and log::l("missing console unimap file $sfm"); } if ($acm) { eval { cp_af(glob_("$p/consoletrans/$acm*"), "$prefix/etc/sysconfig/console/consoletrans"); add2hash $h, { SYSFONTACM => $acm }; }; $@ and log::l("missing console acm file $acm"); } } add2hash $h, $xim{$h->{LANG}}; #- deactivate translations on console for RTL languages if ($h->{LANG} =~ /ar|fa|he|ur|yi/) { add2hash $h, { CONSOLE_NOT_LOCALIZED => 'yes' } } setVarsInSh($prefix . ($b_user_only ? "$ENV{HOME}/.i18n" : '/etc/sysconfig/i18n'), $h); eval { my $confdir = $prefix . ($b_user_only ? "$ENV{HOME}/.kde" : '/usr') . '/share/config'; -d $confdir or die 'not configuring kde config files since it is not installed/used'; configure_kdeglobals($locale, $confdir); my %qt_xim = (zh => 'Over The Spot', ko => 'On The Spot', ja => 'On The Spot'); if ($b_user_only && (my $qt_xim = $qt_xim{substr($locale->{lang}, 0, 2)})) { update_gnomekderc("$ENV{HOME}/.qt/qtrc", General => (XIMInputStyle => $qt_xim)); } if (!$b_user_only && $locale->{lang} !~ /^(zh_TW|th|vi|be|bg)/) { #- skip since we don't have the right font (it badly fails at least for zh_TW) my $kde_charset = charset2kde_charset(l2charset($locale->{lang})); my $welcome = c::to_utf8(N("Welcome to %s", '%n')); substInFile { s/^(GreetString)=.*/$1=$welcome/; s/^(Language)=.*/$1=$locale->{lang}/; if (!member($kde_charset, 'iso8859-1', 'iso8859-15')) { #- don't keep the default for those s/^(StdFont)=.*/$1=*,12,5,$kde_charset,50,0/; s/^(FailFont)=.*/$1=*,12,5,$kde_charset,75,0/; s/^(GreetFont)=.*/$1=*,24,5,$kde_charset,50,0/; } } "$::prefix/usr/share/config/kdm/kdmrc"; } } if !$b_dont_touch_kde_files; } sub configure_kdeglobals { my ($locale, $confdir) = @_; my $kdeglobals = "$confdir/kdeglobals"; my $charset = l2charset($locale->{lang}); my $kde_charset = charset2kde_charset($charset); my ($prev_kde_charset) = cat_($kdeglobals) =~ /^Charset=(.*)/mi; mkdir_p($confdir); update_gnomekderc($kdeglobals, Locale => ( Charset => $kde_charset, Country => lc($locale->{country}), Language => get_kde_lang($locale), )); if ($prev_kde_charset ne $kde_charset) { update_gnomekderc($kdeglobals, WM => ( activeFont => charset2kde_font($charset,0), )); update_gnomekderc($kdeglobals, General => ( fixed => charset2kde_font($charset, 1), font => charset2kde_font($charset, 0), menuFont => charset2kde_font($charset, 3), taskbarFont => charset2kde_font($charset, 4), toolBarFont => charset2kde_font($charset, 2), )); update_gnomekderc("$confdir/konquerorrc", FMSettings => ( StandardFont => charset2kde_font($charset, 0), )); update_gnomekderc("$confdir/kdesktoprc", FMSettings => ( StandardFont => charset2kde_font($charset, 0), )); } } sub bindtextdomain() { #- if $::prefix is set, search for libDrakX.mo in locale_special #- NB: not using $::isInstall to make it work more easily at install and standalone my $localedir = "$ENV{SHARE_PATH}/locale" . ($::prefix ? "_special" : ''); c::setlocale(); c::bind_textdomain_codeset('libDrakX', 'UTF-8'); $::need_utf8_i18n = 1; c::bindtextdomain('libDrakX', $localedir); $localedir; } sub load_mo { my ($lang) = @_; my $localedir = bindtextdomain(); my $suffix = 'LC_MESSAGES/libDrakX.mo'; $lang ||= $ENV{LANGUAGE} || $ENV{LC_ALL} || $ENV{LC_MESSAGES} || $ENV{LANG}; foreach (split ':', $lang) { my $f = "$localedir/$_/$suffix"; -s $f and return $_; if ($::isInstall && common::usingRamdisk()) { #- cleanup eval { rm_rf($localedir) }; eval { mkdir_p(dirname("$localedir/$_/$suffix")) }; install_any::getAndSaveFile("$localedir/$_/$suffix"); -s $f and return $_; } } ''; } #- used in Makefile during "make get_needed_files" sub console_font_files() { map { -e $_ ? $_ : "$_.gz" } (map { "/usr/lib/kbd/consolefonts/$_.psf" } uniq grep { $_ } map { $_->[0] } values %charsets), (map { -e $_ ? $_ : "$_.sfm" } map { "/usr/lib/kbd/consoletrans/$_" } uniq grep { $_ } map { $_->[1] } values %charsets), (map { -e $_ ? $_ : "$_.acm" } map { "/usr/lib/kbd/consoletrans/$_" } uniq grep { $_ } map { $_->[2] } values %charsets), } sub load_console_font { my ($locale) = @_; my ($name, $sfm, $acm) = l2console_font($locale, 1); require run_program; run_program::run(if_($ENV{LD_LOADER}, $ENV{LD_LOADER}), 'consolechars', '-v', '-f', $name || 'lat0-sun16', if_($sfm, '-u', $sfm), if_($acm, '-m', $acm)); #- in console mode install, ensure we'll get translations in the right codeset #- (charset of locales reported by the glibc are UTF-8 during install) if ($acm) { c::bind_textdomain_codeset('libDrakX', l2charset($locale->{lang})); $::need_utf8_i18n = 0; } } sub fs_options { my ($locale) = @_; if ($locale->{utf8}) { (iocharset => 'utf8', codepage => undef); } else { my $c = $charsets{l2charset($locale->{lang}) || return} or return; my ($iocharset, $codepage) = @$c[3..4]; (iocharset => $iocharset, codepage => $codepage); } } sub during_install__l2charset { my ($lang) = @_; return if member($lang, @during_install__lang_having_their_LC_CTYPE); my ($c) = l2charset($lang) or die "bad lang $lang\n"; $c = 'UTF-8' if member($c, 'tis620', 'C', 'unicode'); $c = 'UTF-8' if $c =~ /koi8-/; $c = 'UTF-8' if $c =~ /iso-8859/; $c = 'UTF-8' if $c =~ /cp125/; $c = 'UTF-8' if $c =~ /utf_/; uc($c); } sub get_unneeded_png_lang_files() { print join(' ', map { if_(m|(langs/lang-(.*)\.png)| && !member($2, list_langs()), $1) } glob("pixmaps/langs/lang-*.png")); } sub check() { $^W = 0; my $ok = 1; my $warn = sub { print STDERR "$_[0]\n"; }; my $err = sub { &$warn; $ok = 0; }; my @wanted_charsets = uniq map { l2charset($_) } list_langs(); print "\tWarnings:\n"; $warn->("unused charset $_ (given in \%charsets, but not used in \%langs)") foreach difference2([ keys %charsets ], \@wanted_charsets); $warn->("unused entry $_ in \%xim") foreach grep { !/UTF-8/ } difference2([ keys %xim ], [ map { l2locale($_) } list_langs() ]); #- consolefonts are checked during build via console_font_files() if (my @l = difference2([ 'default', keys %charsets ], [ keys %charset2kde_font ])) { $warn->("no kde font for charset " . join(" ", @l)); } if (my @l = grep { get_kde_lang({ lang => $_, country => 'US' }, 'err') eq 'err' } list_langs()) { $warn->("no KDE lang for langs " . join(" ", @l)); } if (my @l = grep { charset2kde_charset($_, 'err') eq 'err' } keys %charsets) { $warn->("no KDE charset for charsets " . join(" ", @l)); } $warn->("no country corresponding to default locale $_->[1] of lang $_->[0]") foreach grep { $_->[1] =~ /^.._(..)/ && !exists $countries{$1} } map { [ $_, l2locale($_) ] } list_langs(); print "\tErrors:\n"; $err->("invalid charset $_ ($_ does not exist in \%charsets)") foreach difference2(\@wanted_charsets, [ keys %charsets ]); $err->("invalid charset $_ in \%charset2kde_font ($_ does not exist in \%charsets)") foreach difference2([ keys %charset2kde_font ], [ 'default', keys %charsets ]); $err->("default locale $_->[1] of lang $_->[0] isn't listed in \@locales") foreach grep { !member($_->[1], @locales) } map { [ $_, l2locale($_) ] } list_langs(); $err->("lang image for lang $_->[0] is missing (file $_->[1])") foreach grep { !(-e $_->[1]) } map { [ $_, "pixmaps/langs/lang-$_.png" ] } list_langs(); $err->("default locale $_->[1] of country $_->[0] isn't listed in \@locales") foreach grep { !member($_->[1], @locales) } map { [ $_, c2locale($_) ] } list_countries(); exit($ok ? 0 : 1); } 1; href='#n1357'>1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827
# translation of DrakX-mk.po to Macedonian
# translation of proba.po to Macedonian
# translation of DrakX.po to Macedonian
# Copyright (C) 2002,2003, 2004 Free Software Foundation, Inc.
# Danko Ilik <danko@mindless.com>, 2002,2003.
# Vladimir Stefanov <vladoboss@mt.net.mk>, 2003.
# ΠΠΎΡΠ°Π½ ΠΠΈΠΌΠΎΠ²ΡΠΊΠΈ <zoki@email.com>, 2003.
# Danko Ilik <danko@on.net.mk>, 2003.
# ΠΠΎΡΠ°Π½ ΠΠΈΠΌΠΎΠ²ΡΠΊΠΈ <decata@mt.net.mk>, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: DrakX-mk\n"
"POT-Creation-Date: 2008-03-20 14:27+0100\n"
"PO-Revision-Date: 2004-11-03 18:47+0100\n"
"Last-Translator: ΠΠΎΡΠ°Π½ ΠΠΈΠΌΠΎΠ²ΡΠΊΠΈ <decata@mt.net.mk>\n"
"Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9\n"
#: any.pm:245 diskdrake/interactive.pm:552 diskdrake/interactive.pm:739
#: diskdrake/interactive.pm:783 diskdrake/interactive.pm:841
#: diskdrake/interactive.pm:1132 do_pkgs.pm:216 do_pkgs.pm:258
#: harddrake/sound.pm:202 interactive.pm:580
#, c-format
msgid "Please wait"
msgstr "ΠΠ΅ ΠΌΠΎΠ»ΠΈΠΌΠ΅ ΠΏΠΎΡΠ΅ΠΊΠ°ΡΡΠ΅"
#: any.pm:245
#, c-format
msgid "Bootloader installation in progress"
msgstr "ΠΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°ΡΠ° Π½Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ Π΅ Π²ΠΎ ΡΠ΅ΠΊ"
#: any.pm:256
#, c-format
msgid ""
"LILO wants to assign a new Volume ID to drive %s. However, changing\n"
"the Volume ID of a Windows NT, 2000, or XP boot disk is a fatal Windows "
"error.\n"
"This caution does not apply to Windows 95 or 98, or to NT data disks.\n"
"\n"
"Assign a new Volume ID?"
msgstr ""
#: any.pm:267
#, c-format
msgid "Installation of bootloader failed. The following error occurred:"
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ Π½Π΅ ΡΡΠΏΠ΅Π°. Π‘Π΅ ΠΏΠΎΡΠ°Π²ΠΈ ΡΠ»Π΅Π΄Π½Π°Π²Π° Π³ΡΠ΅ΡΠΊΠ°:"
#: any.pm:273
#, c-format
msgid ""
"You may need to change your Open Firmware boot-device to\n"
" enable the bootloader. If you do not see the bootloader prompt at\n"
" reboot, hold down Command-Option-O-F at reboot and enter:\n"
" setenv boot-device %s,\\\\:tbxi\n"
" Then type: shut-down\n"
"At your next boot you should see the bootloader prompt."
msgstr ""
"ΠΠΎΠΆΠ΅Π±ΠΈ ΡΡΠ΅Π±Π° Π΄Π° Π³ΠΎ ΠΏΡΠΎΠΌΠ΅Π½ΠΈΡΠ΅ Open Firmware ΡΡΠ΅Π΄ΠΎΡ Π·Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅,\n"
" Π·Π° Π΄Π° Π³ΠΎ ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈΡΠ΅ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ. ΠΠΊΠΎ Π½Π΅ Π³ΠΎ Π²ΠΈΠ΄ΠΈΡΠ΅ Π΅ΠΊΡΠ°Π½ΡΠ΅ΡΠΎ Π½Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ\n"
" ΠΏΠΎ ΡΠ΅ΡΡΠ°ΡΡΠΈΡΠ°ΡΠ΅ Π½Π° ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΎΡ, ΠΏΡΠΈ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅ Π΄ΡΠΆΠ΅ΡΠ΅ Π³ΠΈ ΠΊΠΎΠΏΡΠΈΡΠ°ΡΠ°\n"
" Command-Option-O-F ΠΈ Π²Π½Π΅ΡΠ΅ΡΠ΅:\n"
" setenv boot-device %s,\\\\:tbxi\n"
" ΠΠΎΡΠΎΠ° Π²Π½Π΅ΡΠ΅ΡΠ΅: shut-down\n"
"ΠΡΠΈ ΡΠ»Π΅Π΄Π½ΠΎΡΠΎ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅ Π±ΠΈ ΡΡΠ΅Π±Π°Π»ΠΎ Π΄Π° Π³ΠΎ Π²ΠΈΠ΄ΠΈΡΠ΅ Π΅ΠΊΡΠ°Π½ΡΠ΅ΡΠΎ Π·Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅."
#: any.pm:311
#, c-format
msgid ""
"You decided to install the bootloader on a partition.\n"
"This implies you already have a bootloader on the hard drive you boot (eg: "
"System Commander).\n"
"\n"
"On which drive are you booting?"
msgstr ""
"ΠΠ΄Π»ΡΡΠΈΠ²ΡΠ΅ Π΄Π° ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ ΠΏΠΎΠ΄ΠΈΠ³Π°Ρ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°.\n"
"ΠΠ²Π° Π½Π°ΡΠΎΡΡΠ²Π° Π΄Π΅ΠΊΠ° Π²Π΅ΡΠ΅ ΠΈΠΌΠ°ΡΠ΅ ΠΏΠΎΠ΄ΠΈΠ³Π°Ρ (ΠΏΡ. System Commander) Π½Π° Ρ
Π°ΡΠ΄ΠΈΡΠΊΠΎΡ ΡΡΠΎ "
"Π³ΠΎ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅.\n"
"\n"
"ΠΠ° ΠΊΠΎΡ Π΄ΠΈΡΠΊ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅?"
#: any.pm:334
#, c-format
msgid "First sector of drive (MBR)"
msgstr "ΠΡΠ²ΠΈΠΎΡ ΡΠ΅ΠΊΡΠΎΡ Π½Π° Π΄ΠΈΡΠΊΠΎΡ (MBR)"
#: any.pm:335
#, c-format
msgid "First sector of the root partition"
msgstr "ΠΡΠ²ΠΈΠΎΡ ΡΠ΅ΠΊΡΠΎΡ Π½Π° root ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ°"
#: any.pm:337
#, c-format
msgid "On Floppy"
msgstr "ΠΠ° Π΄ΠΈΡΠΊΠ΅ΡΠ°"
#: any.pm:339
#, c-format
msgid "Skip"
msgstr "ΠΡΠ΅ΡΠΊΠΎΠΊΠ½ΠΈ"
#: any.pm:343
#, c-format
msgid "LILO/grub Installation"
msgstr "ΠΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ° Π½Π° LILO/grub"
#: any.pm:345
#, c-format
msgid "Where do you want to install the bootloader?"
msgstr "ΠΠ°Π΄Π΅ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ?"
#: any.pm:372
#, c-format
msgid "Boot Style Configuration"
msgstr "ΠΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΡΠ° Π½Π° ΡΡΠΈΠ»ΠΎΡ Π½Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅"
#: any.pm:382 any.pm:414 any.pm:415
#, c-format
msgid "Bootloader main options"
msgstr "ΠΠ»Π°Π²Π½ΠΈ ΠΎΠΏΡΠΈΠΈ Π½Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ"
#: any.pm:387
#, c-format
msgid "Bootloader"
msgstr "ΠΠΎΠ΄ΠΈΠ³Π°Ρ"
#: any.pm:388 any.pm:419
#, c-format
msgid "Bootloader to use"
msgstr "ΠΠΎΠ΄ΠΈΠ³Π°Ρ ΠΊΠΎΡ ΡΠ΅ ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ"
#: any.pm:390 any.pm:421
#, c-format
msgid "Boot device"
msgstr "Π£ΡΠ΅Π΄ Π·Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ"
#: any.pm:392
#, c-format
msgid "Main options"
msgstr ""
#: any.pm:393
#, c-format
msgid "Delay before booting default image"
msgstr "ΠΠ°ΡΠ·Π° ΠΏΡΠ΅Π΄ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅ Π½Π° ΠΏΡΠ²Π°ΡΠ° ΡΠ»ΠΈΠΊΠ°"
#: any.pm:394
#, c-format
msgid "Enable ACPI"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ ACPI"
#: any.pm:395
#, fuzzy, c-format
msgid "Enable APIC"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ ACPI"
#: any.pm:396
#, fuzzy, c-format
msgid "Enable Local APIC"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ ACPI"
#: any.pm:398 any.pm:785 any.pm:794 authentication.pm:197
#: diskdrake/smbnfs_gtk.pm:181
#, c-format
msgid "Password"
msgstr "ΠΠΎΠ·ΠΈΠ½ΠΊΠ°"
#: any.pm:400 authentication.pm:208
#, c-format
msgid "The passwords do not match"
msgstr "ΠΠΎΠ·ΠΈΠ½ΠΊΠΈΡΠ΅ Π½Π΅ ΡΠ΅ ΡΠΎΠ²ΠΏΠ°ΡΠ°Π°Ρ"
#: any.pm:400 authentication.pm:208 diskdrake/interactive.pm:1299
#, c-format
msgid "Please try again"
msgstr "ΠΠ΅ ΠΌΠΎΠ»ΠΈΠΌΠ΅ ΠΎΠ±ΠΈΠ΄Π΅ΡΠ΅ ΡΠ΅ ΠΏΠΎΠ²ΡΠΎΡΠ½ΠΎ"
#: any.pm:401
#, fuzzy, c-format
msgid "You can not use a password with %s"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ΠΊΡΠΈΠΏΡΠΈΡΠ°Π½ ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ Π·Π° ΡΠΎΡΠΊΠ°ΡΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ %s"
#: any.pm:404 any.pm:787 any.pm:796 authentication.pm:198
#, c-format
msgid "Password (again)"
msgstr "ΠΠΎΠ·ΠΈΠ½ΠΊΠ° (ΠΏΠΎΠ²ΡΠΎΡΠ½ΠΎ)"
#: any.pm:405
#, c-format
msgid "Restrict command line options"
msgstr "ΠΠ°Π±ΡΠ°Π½Π΅ΡΠΈ ΠΎΠΏΡΠΈΠΈ ΠΎΠ΄ ΠΊΠΎΠΌΠ°Π½Π΄Π½Π° Π»ΠΈΠ½ΠΈΡΠ°"
#: any.pm:405
#, c-format
msgid "restrict"
msgstr "Π·Π°Π±ΡΠ°Π½ΠΈ"
#: any.pm:406
#, c-format
msgid ""
"Option ``Restrict command line options'' is of no use without a password"
msgstr ""
"ΠΠΏΡΠΈΡΠ°ΡΠ° \"ΠΠ°Π±ΡΠ°Π½Π΅ΡΠΈ ΠΎΠΏΡΠΈΠΈ ΠΎΠ΄ ΠΊΠΎΠΌΠ°Π½Π΄Π½Π° Π»ΠΈΠ½ΠΈΡΠ°\" Π΅ Π±Π΅ΡΠΏΠΎΠ»Π΅Π·Π½Π° Π±Π΅Π· Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°"
#: any.pm:408
#, c-format
msgid "Clean /tmp at each boot"
msgstr "Π§ΠΈΡΡΠΈ Π³ΠΎ /tmp ΠΏΡΠΈ ΡΠ΅ΠΊΠΎΠ΅ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅"
#: any.pm:409
#, c-format
msgid "Precise RAM size if needed (found %d MB)"
msgstr "Π’ΠΎΡΠ½Π°ΡΠ° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π½Π° RAM, Π°ΠΊΠΎ Π΅ ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ (ΠΏΡΠΎΠ½Π°ΡΠ΄Π΅Π½ΠΈ ΡΠ΅ %d MB)"
#: any.pm:410
#, c-format
msgid "Give the ram size in MB"
msgstr "ΠΠΎΠ»ΠΈΡΠ΅ΡΡΠ²ΠΎ RAM Π²ΠΎ MB"
#: any.pm:420
#, c-format
msgid "Init Message"
msgstr "Init ΠΏΠΎΡΠ°ΠΊΠ°"
#: any.pm:422
#, c-format
msgid "Open Firmware Delay"
msgstr "Open Firmware Π·Π°ΠΊΠ°ΡΠ½ΡΠ²Π°ΡΠ΅"
#: any.pm:423
#, c-format
msgid "Kernel Boot Timeout"
msgstr "ΠΠ°ΡΠ·Π° ΠΏΡΠ΅Π΄ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅ Π½Π° ΠΊΠ΅ΡΠ½Π΅Π»"
#: any.pm:424
#, c-format
msgid "Enable CD Boot?"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅ ΠΎΠ΄ CD?"
#: any.pm:425
#, c-format
msgid "Enable OF Boot?"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ OF ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅?"
#: any.pm:426
#, c-format
msgid "Default OS?"
msgstr "Π‘ΡΠ°Π½Π΄Π°ΡΠ΄Π΅Π½ ΠΠ‘?"
#: any.pm:493
#, c-format
msgid "Image"
msgstr "Π‘Π»ΠΈΠΊΠ°"
#: any.pm:494 any.pm:507
#, c-format
msgid "Root"
msgstr "Root"
#: any.pm:495 any.pm:520
#, c-format
msgid "Append"
msgstr "ΠΡΠΎΠ΄ΠΎΠ»ΠΆΠΈ"
#: any.pm:497
#, c-format
msgid "Xen append"
msgstr ""
#: any.pm:500
#, c-format
msgid "Video mode"
msgstr "ΠΠΈΠ΄Π΅ΠΎ ΡΠ΅ΠΆΠΈΠΌ"
#: any.pm:502
#, c-format
msgid "Initrd"
msgstr "Initrd"
#: any.pm:503
#, c-format
msgid "Network profile"
msgstr "ΠΡΠ΅ΠΆΠ΅Π½ ΠΏΡΠΎΡΠΈΠ»"
#: any.pm:512 any.pm:517 any.pm:519 diskdrake/interactive.pm:374
#, c-format
msgid "Label"
msgstr "ΠΠ·Π½Π°ΠΊΠ°"
#: any.pm:514 any.pm:522 harddrake/v4l.pm:438
#, c-format
msgid "Default"
msgstr "Π‘ΡΠ°Π½Π΄Π°ΡΠ΄Π½ΠΎ"
#: any.pm:521
#, c-format
msgid "NoVideo"
msgstr "ΠΠ΅Π· Π²ΠΈΠ΄Π΅ΠΎ"
#: any.pm:532
#, c-format
msgid "Empty label not allowed"
msgstr "ΠΠ΅ ΡΠ΅ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΈ ΠΏΡΠ°Π·Π½ΠΈ ΠΎΠ·Π½Π°ΠΊΠΈ"
#: any.pm:533
#, c-format
msgid "You must specify a kernel image"
msgstr "ΠΠΎΡΠ° Π΄Π° Π½Π°Π²Π΅Π΄Π΅ΡΠ΅ ΡΠ»ΠΈΠΊΠ° Π½Π° ΠΊΠ΅ΡΠ½Π΅Π»ΠΎΡ"
#: any.pm:533
#, c-format
msgid "You must specify a root partition"
msgstr "ΠΠΎΡΠ° Π΄Π° Π½Π°Π²Π΅Π΄Π΅ΡΠ΅ root ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: any.pm:534
#, c-format
msgid "This label is already used"
msgstr "ΠΠ²Π°Π° ΠΎΠ·Π½Π°ΠΊΠ° Π΅ Π²Π΅ΡΠ΅ ΠΈΡΠΊΠΎΡΠΈΡΡΠ΅Π½Π°"
#: any.pm:552
#, c-format
msgid "Which type of entry do you want to add?"
msgstr "ΠΠ°ΠΊΠΎΠ² ΡΠΈΠΏ Π½Π° Π²Π½Π΅Ρ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π΄ΠΎΠ΄Π°Π΄Π΅ΡΠ΅?"
#: any.pm:553
#, c-format
msgid "Linux"
msgstr "ΠΠΈΠ½ΡΠΊΡ"
#: any.pm:553
#, c-format
msgid "Other OS (SunOS...)"
msgstr "ΠΡΡΠ³ ΠΠ‘ (SunOS...)"
#: any.pm:554
#, c-format
msgid "Other OS (MacOS...)"
msgstr "ΠΡΡΠ³ ΠΠ‘ (MacOS...)"
#: any.pm:554
#, c-format
msgid "Other OS (Windows...)"
msgstr "ΠΡΡΠ³ ΠΠ‘ (Windows...)"
#: any.pm:582
#, c-format
msgid ""
"Here are the entries on your boot menu so far.\n"
"You can create additional entries or change the existing ones."
msgstr ""
"ΠΠ²Π° ΡΠ΅ Π΄ΠΎΡΠ΅Π³Π°ΡΠ½ΠΈΡΠ΅ Π²Π½Π΅ΡΠΎΠ²ΠΈ Π½Π° ΠΠ°ΡΠ΅ΡΠΎ ΠΌΠ΅Π½ΠΈ Π·Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅.\n"
"ΠΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π΄ΠΎΠ΄Π°Π΄Π΅ΡΠ΅ ΡΡΡΠ΅ ΠΈΠ»ΠΈ Π΄Π° Π³ΠΈ ΠΏΡΠΎΠΌΠ΅Π½ΠΈΡΠ΅ ΠΏΠΎΡΡΠΎΠ΅ΡΠΊΠΈΡΠ΅."
#: any.pm:745
#, c-format
msgid "access to X programs"
msgstr "ΠΏΡΠΈΡΡΠ°ΠΏ Π΄ΠΎ X ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΈ"
#: any.pm:746
#, c-format
msgid "access to rpm tools"
msgstr "ΠΏΡΠΈΡΡΠ°ΠΏ Π΄ΠΎ rpm Π°Π»Π°ΡΠΊΠΈ"
#: any.pm:747
#, c-format
msgid "allow \"su\""
msgstr "Π΄ΠΎΠ·Π²ΠΎΠ»ΠΈ \"su\""
#: any.pm:748
#, c-format
msgid "access to administrative files"
msgstr "ΠΏΡΠΈΡΡΠ°ΠΏ Π΄ΠΎ Π°Π΄ΠΌΠΈΠ½ΠΈΡΡΡΠ°ΡΠΈΠ²Π½ΠΈ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ"
#: any.pm:749
#, c-format
msgid "access to network tools"
msgstr "ΠΏΡΠΈΡΡΠ°ΠΏ Π΄ΠΎ ΠΌΡΠ΅ΠΆΠ½ΠΈ Π°Π»Π°ΡΠΊΠΈ"
#: any.pm:750
#, c-format
msgid "access to compilation tools"
msgstr "ΠΏΡΠΈΡΡΠ°ΠΏ Π΄ΠΎ Π°Π»Π°ΡΠΊΠΈ Π·Π° ΠΊΠΎΠΌΠΏΠ°ΡΠ»ΠΈΡΠ°ΡΠ΅"
#: any.pm:756
#, c-format
msgid "(already added %s)"
msgstr "(Π²Π΅ΡΠ΅ Π΅ Π΄ΠΎΠ΄Π°Π΄Π΅Π½ %s)"
#: any.pm:762
#, c-format
msgid "Please give a user name"
msgstr "ΠΠ΅ ΠΌΠΎΠ»ΠΈΠΌΠ΅ Π²Π½Π΅ΡΠ΅ΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅"
#: any.pm:763
#, c-format
msgid ""
"The user name must contain only lower cased letters, numbers, `-' and `_'"
msgstr ""
"ΠΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎΡΠΎ ΠΈΠΌΠ΅ ΠΌΠΎΡΠ° Π΄Π° ΡΠ΅ ΡΠΎΡΡΠΎΠΈ ΡΠ°ΠΌΠΎ ΠΎΠ΄ ΠΌΠ°Π»ΠΈ Π»Π°ΡΠΈΠ½ΡΠΊΠΈ Π±ΡΠΊΠ²ΠΈ, ΡΠΈΡΡΠΈ, `-' ΠΈ "
"`_'"
#: any.pm:764
#, c-format
msgid "The user name is too long"
msgstr "ΠΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎΡΠΎ ΠΈΠΌΠ΅ Π΅ ΠΏΡΠ΅ΠΌΠ½ΠΎΠ³Ρ Π΄ΠΎΠ»Π³ΠΎ"
#: any.pm:765
#, c-format
msgid "This user name has already been added"
msgstr "ΠΠ²Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅ Π²Π΅ΡΠ΅ Π΅ Π΄ΠΎΠ΄Π°Π΄Π΅Π½ΠΎ"
#: any.pm:771 any.pm:798
#, c-format
msgid "User ID"
msgstr "ΠΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΈ ID"
#: any.pm:771 any.pm:799
#, c-format
msgid "Group ID"
msgstr "ΠΡΡΠΏΠ½Π° ID"
#: any.pm:772
#, fuzzy, c-format
msgid "%s must be a number"
msgstr "ΠΠΏΡΠΈΡΠ°ΡΠ° %s ΠΌΠΎΡΠ° Π΄Π° Π΅ Π±ΡΠΎΡ!"
#: any.pm:773
#, c-format
msgid "%s should be above 500. Accept anyway?"
msgstr ""
#: any.pm:777
#, fuzzy, c-format
msgid "User management"
msgstr "ΠΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅"
#: any.pm:784 authentication.pm:183
#, fuzzy, c-format
msgid "Set administrator (root) password"
msgstr "ΠΠΎΡΡΠ°Π²ΠΈ root Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°"
#: any.pm:789
#, fuzzy, c-format
msgid "Enter a user"
msgstr ""
"ΠΠ½Π΅ΡΠ΅ΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ\n"
"%s"
#: any.pm:790
#, c-format
msgid "Real name"
msgstr "ΠΠΈΡΡΠΈΠ½ΡΠΊΠΎ ΠΈΠΌΠ΅"
#: any.pm:793
#, c-format
msgid "Login name"
msgstr "ΠΠΌΠ΅ Π·Π° Π½Π°ΡΠ°Π²Π°"
#: any.pm:797
#, c-format
msgid "Shell"
msgstr "Π¨ΠΊΠΎΠ»ΠΊΠ°"
#: any.pm:811
#, c-format
msgid "Icon"
msgstr "ΠΠΊΠΎΠ½Π°"
#: any.pm:848 security/l10n.pm:14
#, c-format
msgid "Autologin"
msgstr "ΠΠ²ΡΠΎΠΌΠ°ΡΡΠΊΠ° Π½Π°ΡΠ°Π²Π°"
#: any.pm:836
#, c-format
msgid "I can set up your computer to automatically log on one user."
msgstr ""
"ΠΠΎΠΆΠ°ΠΌ Π΄Π° Π³ΠΎ ΠΏΠΎΠ΄Π΅ΡΠ°ΠΌ Π²Π°ΡΠΈΠΎΡ ΠΊΠΎΠΌΠΏΡΡΡΠ΅Ρ Π°Π²ΡΠΎΠΌΠ°ΡΡΠΊΠΈ Π΄Π° ΡΠ΅ Π½Π°ΡΠ°Π²ΠΈ Π΅Π΄Π΅Π½ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ."
#: any.pm:837
#, fuzzy, c-format
msgid "Use this feature"
msgstr "ΠΠ°Π»ΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° ja ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ΠΎΠ²Π°Π° ΠΎΠΏΡΠΈΡΠ°?"
#: any.pm:838
#, c-format
msgid "Choose the default user:"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π³ΠΎ ΠΏΠΎΡΠ΅ΡΠ½ΠΈΠΎΡ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ:"
#: any.pm:839
#, c-format
msgid "Choose the window manager to run:"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π²ΠΎ ΠΊΠΎΡΠ° ΡΠ°Π±ΠΎΡΠ½Π° ΠΎΠΊΠΎΠ»ΠΈΠ½Π° Π΄Π° ΡΠ΅ Π²ΠΊΠ»ΡΡΠΈ:"
#: any.pm:862 any.pm:912
#, fuzzy, c-format
msgid "Release Notes"
msgstr "Π‘Π΅ΡΠΈΡΠ°:"
#: any.pm:869 any.pm:1201 interactive/gtk.pm:766
#, c-format
msgid "Close"
msgstr "ΠΠ°ΡΠ²ΠΎΡΠΈ"
#: any.pm:905
#, c-format
msgid "License agreement"
msgstr "ΠΠΈΡΠ΅Π½ΡΠ΅Π½ Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ"
#: any.pm:908 diskdrake/dav.pm:26
#, c-format
msgid "Quit"
msgstr "ΠΠ·Π»Π΅Π·"
#: any.pm:915
#, c-format
msgid "Accept"
msgstr "ΠΡΠΈΡΠ°ΡΠΈ"
#: any.pm:915
#, c-format
msgid "Refuse"
msgstr "ΠΠ΄Π±ΠΈΡ"
#: any.pm:930 any.pm:996
#, c-format
msgid "Please choose a language to use."
msgstr "ΠΠ΅ ΠΌΠΎΠ»ΠΈΠΌΠ΅ ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΡΠ°Π·ΠΈΠΊ ΠΊΠΎΡ ΡΠ΅ ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ."
#: any.pm:931 any.pm:997
#, c-format
msgid "Language choice"
msgstr "ΠΠ·Π±ΠΎΡ Π½Π° ΡΠ°Π·ΠΈΠΊ"
#: any.pm:961
#, c-format
msgid ""
"Mandriva Linux can support multiple languages. Select\n"
"the languages you would like to install. They will be available\n"
"when your installation is complete and you restart your system."
msgstr ""
"Mandriva Linux ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΏΠΎΠ΄ΡΠΆΠΈ ΠΏΠΎΠ²Π΅ΡΠ΅ ΡΠ°Π·ΠΈΡΠΈ. ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅\n"
"ΡΠΈ ΡΠ°Π·ΠΈΡΠΈΡΠ΅ ΠΊΠΎΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° ΡΠΈ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅. Π’ΠΈΠ΅ ΡΠ΅ Π±ΠΈΠ΄Π°Ρ\n"
"Π΄ΠΎΡΡΠ°ΠΏΠ½ΠΈ ΠΊΠΎΠ³Π° ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°ΡΠ° ΡΠ΅ Π·Π°Π²ΡΡΠΈ ΠΈ ΠΊΠΎΠ³Π° ΡΠ΅ Π³ΠΎ\n"
"ΡΠ΅ΡΡΠ°ΡΡΠΈΡΠ°ΡΠ΅ ΡΠΈΡΡΠ΅ΠΌΠΎΡ."
#: any.pm:964
#, c-format
msgid "Multi languages"
msgstr ""
#: any.pm:975 any.pm:1005
#, c-format
msgid "Old compatibility (non UTF-8) encoding"
msgstr ""
#: any.pm:977
#, c-format
msgid "All languages"
msgstr "Π‘ΠΈΡΠ΅ ΡΠ°Π·ΠΈΡΠΈ"
#: any.pm:1052
#, c-format
msgid "Country / Region"
msgstr "ΠΡΠΆΠ°Π²Π° / Π Π΅Π³ΠΈΠΎΠ½"
#: any.pm:1054
#, c-format
msgid "Please choose your country."
msgstr "ΠΠ΅ ΠΌΠΎΠ»Π°ΠΌ ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΡΠ° Π²Π°ΡΠ°ΡΠ° Π΄ΡΠΆΠ°Π²Π°."
#: any.pm:1056
#, c-format
msgid "Here is the full list of available countries"
msgstr "ΠΠ²Π° Π΅ ΡΠ΅Π»ΠΎΡΠ½Π° Π»ΠΈΡΡΠ° Π½Π° Π΄ΠΎΡΡΠ°ΠΏΠ½ΠΈ Π΄ΡΠΆΠ°Π²ΠΈ"
#: any.pm:1057
#, c-format
msgid "Other Countries"
msgstr "ΠΡΡΠ³ΠΈ Π΄ΡΠΆΠ°Π²ΠΈ"
#: any.pm:1057 interactive.pm:481
#, c-format
msgid "Advanced"
msgstr "ΠΠ°ΠΏΡΠ΅Π΄Π½ΠΎ"
#: any.pm:1063
#, c-format
msgid "Input method:"
msgstr "ΠΠ»Π΅Π·Π΅Π½ ΠΌΠ΅ΡΠΎΠ΄:"
#: any.pm:1066
#, c-format
msgid "None"
msgstr "ΠΠΈΠ΅Π΄Π½ΠΎ"
#: any.pm:1146
#, c-format
msgid "No sharing"
msgstr "ΠΠ΅Π· ΡΠΏΠΎΠ΄Π΅Π»ΡΠ²Π°ΡΠ΅ (sharing)"
#: any.pm:1146
#, c-format
msgid "Allow all users"
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ Π½Π° ΡΠΈΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ"
#: any.pm:1146
#, c-format
msgid "Custom"
msgstr "ΠΠΎ ΠΈΠ·Π±ΠΎΡ"
#: any.pm:1150
#, c-format
msgid ""
"Would you like to allow users to share some of their directories?\n"
"Allowing this will permit users to simply click on \"Share\" in konqueror "
"and nautilus.\n"
"\n"
"\"Custom\" permit a per-user granularity.\n"
msgstr ""
"ΠΠ°Π»ΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π΄ΠΎΠ·Π²ΠΎΠ»ΠΈΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈΡΠ΅ Π΄Π° ΡΠΏΠΎΠ΄Π΅Π»ΡΠ²Π°Π°Ρ Π½Π΅ΠΊΠΎΠΈ ΠΎΠ΄ ΡΠ²ΠΎΠΈΡΠ΅ \n"
"Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌΠΈ? Π’ΠΎΠ° ΡΠ΅ ΠΈΠΌ Π΄ΠΎΠ·Π²ΠΎΠ»ΠΈ Π΅Π΄Π½ΠΎΡΡΠ°Π²Π½ΠΎ Π΄Π° ΠΏΡΠΈΡΠΈΡΠ½Π°Ρ Π½Π° \"Share\" Π²ΠΎ "
"konqueror\n"
"ΠΈ nautilus.\n"
"\n"
"\"ΠΠΎ ΠΈΠ·Π±ΠΎΡ\" ΠΏΠΎΠΎΠ΄Π΄Π΅Π»Π½ΠΈ ΡΠΈ ΡΡΠ΅ΡΠΈΡΠ° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈΡΠ΅.\n"
#: any.pm:1162
#, c-format
msgid ""
"NFS: the traditional Unix file sharing system, with less support on Mac and "
"Windows."
msgstr ""
"NFS: ΡΡΠ°Π΄ΠΈΡΠΈΠΎΠ½Π°Π»Π½ΠΈΠΎΡ Π΄Π°ΡΠΎΡΠ΅ΡΠ΅Π½ ΡΠΈΡΡΠ΅ΠΌ Π·Π° ΡΠΏΠΎΠ΄Π΅Π»ΡΠ²Π°ΡΠ΅ Π½Π° Unix, ΡΠΎ ΠΌΠ°Π»Π° "
"ΠΏΠΎΠ΄ΡΡΠΊΠ° Π½Π° Mac ΠΈ Windows."
#: any.pm:1165
#, c-format
msgid ""
"SMB: a file sharing system used by Windows, Mac OS X and many modern Linux "
"systems."
msgstr ""
"SMB: Π΄Π°ΡΠΎΡΠ΅ΡΠ΅Π½ ΡΠΈΡΡΠ΅ΠΌ ΠΊΠΎΡΠΈΡΡΠ΅Π½ ΠΎΠ΄ Windows, Mac OS X ΠΈ ΠΌΠ½ΠΎΠ³Ρ ΠΌΠΎΠ΄Π΅ΡΠ½ΠΈ Linux "
"ΡΠΈΡΡΠ΅ΠΌΠΈ."
#: any.pm:1173
#, c-format
msgid ""
"You can export using NFS or SMB. Please select which you would like to use."
msgstr ""
"ΠΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π΅ΠΊΡΠΏΠΎΡΡΠΈΡΠ°ΡΠ΅ ΡΠΎ NFS ΠΈΠ»ΠΈ ΡΠΎ SMB. ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΡΡΠΎ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅."
#: any.pm:1201
#, c-format
msgid "Launch userdrake"
msgstr "ΠΠΊΠ»ΡΡΠΈ userdrake"
#: any.pm:1203
#, c-format
msgid ""
"The per-user sharing uses the group \"fileshare\". \n"
"You can use userdrake to add a user to this group."
msgstr ""
"Π‘ΠΏΠΎΠ΄Π΅Π»ΡΠ²Π°ΡΠ΅ ΠΏΠΎ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ ΡΠ° ΠΊΠΎΡΠΈΡΡΠΈ Π³ΡΡΠΏΠ°ΡΠ° \"fileshare\". \n"
"ΠΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π³ΠΎ ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ userdrake Π·Π° Π΄Π° Π΄ΠΎΠ΄Π°Π΄Π΅ΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ Π²ΠΎ ΠΎΠ²Π°Π° Π³ΡΡΠΏΠ°."
#: any.pm:1295
#, c-format
msgid "Please log out and then use Ctrl-Alt-BackSpace"
msgstr "ΠΠ΄Π»ΠΎΠ³ΠΈΡΠ°ΡΡΠ΅ ΡΠ΅ ΠΈ ΡΠΎΠ³Π°Ρ Π½Π°ΡΠΈΡΠ½Π΅ΡΠ΅ Ctrl-Alt-BackSpace"
#: any.pm:1299
#, c-format
msgid "You need to log out and back in again for changes to take effect"
msgstr ""
#: any.pm:1334
#, c-format
msgid "Timezone"
msgstr "Π§Π°ΡΠΎΠ²Π½Π° Π·ΠΎΠ½Π°"
#: any.pm:1334
#, c-format
msgid "Which is your timezone?"
msgstr "ΠΠΎΡ Π΅ ΠΠ°ΡΠ°ΡΠ° Π²ΡΠ΅ΠΌΠ΅Π½ΡΠΊΠ° Π·ΠΎΠ½Π°?"
#: any.pm:1346 any.pm:1348
#, c-format
msgid "Date, Clock & Time Zone Settings"
msgstr ""
#: any.pm:1349
#, c-format
msgid "What is the best time?"
msgstr ""
#: any.pm:1353
#, fuzzy, c-format
msgid "%s (hardware clock set to UTC)"
msgstr "Π₯Π°ΡΠ΄Π²Π΅ΡΡΠΊΠΈ ΡΠ°ΡΠΎΠ²Π½ΠΈΠΊ Π½Π°ΠΌΠ΅ΡΡΠ΅Π½ ΡΠΏΠΎΡΠ΅Π΄ GMT"
#: any.pm:1354
#, fuzzy, c-format
msgid "%s (hardware clock set to local time)"
msgstr "Π₯Π°ΡΠ΄Π²Π΅ΡΡΠΊΠΈ ΡΠ°ΡΠΎΠ²Π½ΠΈΠΊ Π½Π°ΠΌΠ΅ΡΡΠ΅Π½ ΡΠΏΠΎΡΠ΅Π΄ GMT"
#: any.pm:1356
#, c-format
msgid "NTP Server"
msgstr "NTP ΡΠ΅ΡΠ²Π΅Ρ"
#: any.pm:1357
#, c-format
msgid "Automatic time synchronization (using NTP)"
msgstr "ΠΠ²ΡΠΎΠΌΠ°ΡΡΠΊΠ° ΡΠΈΠ½Ρ
ΡΠΎΠ½ΠΈΠ·Π°ΡΠΈΡΠ° Π½Π° Π²ΡΠ΅ΠΌΠ΅ (ΠΏΡΠ΅ΠΊΡ NTP)"
#: authentication.pm:24
#, c-format
msgid "Local file"
msgstr "ΠΠΎΠΊΠ°Π»Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°"
#: authentication.pm:25
#, c-format
msgid "LDAP"
msgstr "LDAP"
#: authentication.pm:26
#, c-format
msgid "NIS"
msgstr "NIS"
#: authentication.pm:27
#, c-format
msgid "Smart Card"
msgstr ""
#: authentication.pm:28 authentication.pm:164
#, c-format
msgid "Windows Domain"
msgstr "Windows Domain"
#: authentication.pm:29
#, c-format
msgid "Active Directory with SFU"
msgstr "Active Directory ΡΠΎ SFU"
#: authentication.pm:30
#, c-format
msgid "Active Directory with Winbind"
msgstr "Active Directory ΡΠΎ Winbind"
#: authentication.pm:67
#, c-format
msgid "Local file:"
msgstr "ΠΠΎΠΊΠ°Π»Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°:"
#: authentication.pm:67
#, c-format
msgid "Use information stored in local files for all authentication"
msgstr ""
#: authentication.pm:68
#, c-format
msgid "LDAP:"
msgstr "LDAP:"
#: authentication.pm:68
#, c-format
msgid ""
"Tells your computer to use LDAP for some or all authentication. LDAP "
"consolidates certain types of information within your organization."
msgstr ""
#: authentication.pm:69
#, c-format
msgid "NIS:"
msgstr "NIS:"
#: authentication.pm:69
#, c-format
msgid ""
"Allows you to run a group of computers in the same Network Information "
"Service domain with a common password and group file."
msgstr ""
#: authentication.pm:70
#, c-format
msgid "Windows Domain:"
msgstr "Windows Domain:"
#: authentication.pm:70
#, c-format
msgid ""
"Winbind allows the system to retrieve information and authenticate users in "
"a Windows domain."
msgstr ""
#: authentication.pm:71
#, c-format
msgid "Active Directory with SFU:"
msgstr "Active Directory ΡΠΎ SFU:"
#: authentication.pm:71
#, c-format
msgid "With Kerberos and Ldap for authentication in Active Directory Server "
msgstr ""
#: authentication.pm:72
#, c-format
msgid "Active Directory with Winbind:"
msgstr "Active Directory ΡΠΎ Winbind:"
#: authentication.pm:72
#, c-format
msgid ""
"Winbind allows the system to authenticate users in a Windows Active "
"Directory Server."
msgstr ""
#: authentication.pm:97
#, c-format
msgid "Authentication LDAP"
msgstr "LDAP Π·Π° Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ°"
#: authentication.pm:98
#, c-format
msgid "LDAP Base dn"
msgstr "LDAP Base dn"
#: authentication.pm:99
#, c-format
msgid "LDAP Server"
msgstr "LDAP server"
#: authentication.pm:112 fsedit.pm:23
#, c-format
msgid "simple"
msgstr "Π΅Π΄Π½ΠΎΡΡΠ°Π²Π½ΠΎ"
#: authentication.pm:113
#, c-format
msgid "TLS"
msgstr "TLS"
#: authentication.pm:114
#, c-format
msgid "SSL"
msgstr "SSL"
#: authentication.pm:115
#, c-format
msgid "security layout (SASL/Kerberos)"
msgstr ""
#: authentication.pm:122 authentication.pm:160
#, fuzzy, c-format
msgid "Authentication Active Directory"
msgstr "Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ°"
#: authentication.pm:123 diskdrake/smbnfs_gtk.pm:182
#, c-format
msgid "Domain"
msgstr "ΠΠΎΠΌΠ΅Π½"
#: authentication.pm:125 diskdrake/dav.pm:63
#, c-format
msgid "Server"
msgstr "Π‘Π΅ΡΠ²Π΅Ρ"
#: authentication.pm:126
#, fuzzy, c-format
msgid "LDAP users database"
msgstr "ΠΠ°Π·Π° Π½Π° ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ"
#: authentication.pm:127
#, c-format
msgid "Use Anonymous BIND "
msgstr ""
#: authentication.pm:128
#, c-format
msgid "LDAP user allowed to browse the Active Directory"
msgstr ""
#: authentication.pm:129
#, c-format
msgid "Password for user"
msgstr "ΠΠΎΠ·ΠΈΠ½ΠΊΠ° Π·Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊΠΎΡ"
#: authentication.pm:141
#, c-format
msgid "Authentication NIS"
msgstr "NIS Π·Π° Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ°"
#: authentication.pm:142
#, c-format
msgid "NIS Domain"
msgstr "NIS ΠΠΎΠΌΠ΅Π½"
#: authentication.pm:143
#, c-format
msgid "NIS Server"
msgstr "NIS ΡΠ΅ΡΠ²Π΅Ρ"
#: authentication.pm:148
#, c-format
msgid ""
"For this to work for a W2K PDC, you will probably need to have the admin "
"run: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
"add and reboot the server.\n"
"You will also need the username/password of a Domain Admin to join the "
"machine to the Windows(TM) domain.\n"
"If networking is not yet enabled, Drakx will attempt to join the domain "
"after the network setup step.\n"
"Should this setup fail for some reason and domain authentication is not "
"working, run 'smbpasswd -j DOMAIN -U USER%%PASSWORD' using your Windows(tm) "
"Domain, and Admin Username/Password, after system boot.\n"
"The command 'wbinfo -t' will test whether your authentication secrets are "
"good."
msgstr ""
"ΠΠ° Π΄Π° ΠΎΠ²Π° ΡΠ°Π±ΠΎΡΠΈ Π·Π° W2K PDC, Π²Π΅ΡΠΎΡΠ°ΡΠ½ΠΎ ΡΠ΅ ΡΡΠ΅Π±Π° ΠΠ°ΡΠΈΠΎΡ Π°Π΄ΠΌΠΈΠ½ΠΈΡΡΡΠ°ΡΠΎΡ Π΄Π° "
"ΠΈΠ·Π²ΡΡΠΈ: C:\\>net localgroup \"Pre-Windows 2000 Compatible Access\" everyone /"
"ΠΈ Π΄Π° Π³ΠΎ ΡΠ΅ΡΡΠ°ΡΡΠΈΡΠ° ΡΠ΅ΡΠ²Π΅ΡΠΎΡ.\n"
"ΠΡΡΠΎ ΡΠ°ΠΊΠ° ΡΠ΅ ΠΠΈ ΡΡΠ΅Π±Π° ΠΈΠΌΠ΅/Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° Π½Π° Π°Π΄ΠΌΠΈΠ½ΠΈΡΡΡΠ°ΡΠΎΡ Π½Π° Π΄ΠΎΠΌΠ΅Π½ Π·Π° Π΄Π° ΡΠ° "
"ΠΏΡΠΈΠ΄ΡΡΠΆΠΈΡΠ΅ ΠΌΠ°ΡΠΈΠ½Π°Π²Π° Π½Π° Windows(TM) Π΄ΠΎΠΌΠ΅Π½ΠΎΡ.\n"
"ΠΠΊΠΎ Π² ΠΌΡΠ΅ΠΆΡΠ²Π°ΡΠ΅ΡΠΎ ΡΠ΅ΡΡΡΠ΅ Π½Π΅ Π΅ ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΠ΅Π½ΠΎ, Drakx ΡΠ΅ ΡΠ΅ ΠΎΠ±ΠΈΠ΄Π΅ Π΄Π° ΡΠ΅ ΠΏΡΠΈΠΊΠ»ΡΡΠΈ "
"Π½Π° Π΄ΠΎΠΌΠ΅Π½ΠΎΡ ΠΏΠΎ ΡΠ΅ΠΊΠΎΡΠΎΡ Π½Π° ΠΌΡΠ΅ΠΆΠ½ΠΎΡΠΎ ΠΏΠΎΠ΄Π΅ΡΡΠ²Π°ΡΠ΅.\n"
"ΠΠΊΠΎ ΠΎΠ΄ Π½Π΅ΠΊΠΎΡΠ° ΠΏΡΠΈΡΠΈΠ½Π° ΠΏΠΎΠ΄Π΅ΡΡΠ²Π°ΡΠ΅ΡΠΎ Π½Π΅ ΡΡΠΏΠ΅Π΅ ΠΈ Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ°ΡΠ° Π½Π° Π΄ΠΎΠΌΠ΅Π½ΠΎΡ Π½Π΅ "
"ΡΠ°Π±ΠΎΡΠΈ, ΠΈΠ·Π²ΡΡΠ΅ΡΠ΅ 'smbpasswd -j DOMAIN -U USER%%PASSWORD' ΡΠΎ ΠΠ°ΡΠΈΠΎΡ Windows"
"(tm) Π΄ΠΎΠΌΠ΅Π½, ΠΈ Π°Π΄ΠΌΠΈΠ½ΠΈΡΡΡΠ°ΡΠΎΡΡΠΊΠΈ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ/Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°, ΠΏΠΎ Π²ΠΊΠ»ΡΡΡΠ²Π°ΡΠ΅ΡΠΎ Π½Π° "
"ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΎΡ.\n"
"ΠΠΎΠΌΠ°Π½Π΄Π°ΡΠ° 'wbinfo -t' ΡΠ΅ ΡΠ΅ΡΡΠΈΡΠ° Π΄Π°Π»ΠΈ Π²Π°ΡΠΈΡΠ΅ ΡΠ°ΡΠ½ΠΈ Π·Π° Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ° ΡΠ΅ Π΄ΠΎΠ±ΡΠΈ."
#: authentication.pm:160
#, c-format
msgid "Authentication Windows Domain"
msgstr "Windows Domain Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ°"
#: authentication.pm:162
#, c-format
msgid "Active Directory Realm "
msgstr ""
#: authentication.pm:165
#, c-format
msgid "Domain Admin User Name"
msgstr "ΠΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅ Π½Π° Π΄ΠΎΠΌΠ΅Π½-Π°Π΄ΠΌΠΈΠ½."
#: authentication.pm:166
#, c-format
msgid "Domain Admin Password"
msgstr "ΠΠΎΠ·ΠΈΠ½ΠΊΠ° Π½Π° Π΄ΠΎΠΌΠ΅Π½-Π°Π΄ΠΌΠΈΠ½."
#: authentication.pm:182 authentication.pm:199
#, c-format
msgid "Authentication"
msgstr "ΠΠ²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ°"
#: authentication.pm:185
#, c-format
msgid "Authentication method"
msgstr "Π Π΅ΠΆΠΈΠΌ Π½Π° Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ°"
#. -PO: keep this short or else the buttons will not fit in the window
#: authentication.pm:190
#, c-format
msgid "No password"
msgstr "ΠΠ΅Π· Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°"
#: authentication.pm:211
#, c-format
msgid "This password is too short (it must be at least %d characters long)"
msgstr "ΠΠ²Π°Π° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° Π΅ ΠΏΡΠ΅ΠΊΡΠ°ΡΠΊΠ° (ΠΌΠΎΡΠ° Π΄Π° ΠΈΠΌΠ° Π΄ΠΎΠ»ΠΆΠΈΠ½Π° ΠΎΠ΄ Π±Π°ΡΠ΅ΠΌ %d Π·Π½Π°ΡΠΈ)"
#: authentication.pm:352
#, c-format
msgid "Can not use broadcast with no NIS domain"
msgstr "ΠΠ΅ΠΌΠΎΠΆΠ°ΠΌ Π΄Π° ΠΈΠ·Π²ΡΡΠ°ΠΌ ΠΏΡΠ΅Π½ΠΎΡ Π±Π΅Π· NIS Π΄ΠΎΠΌΠ΅ΠΈΠ½"
#. -PO: these messages will be displayed at boot time in the BIOS, use only ASCII (7bit)
#: bootloader.pm:900
#, c-format
msgid ""
"Welcome to the operating system chooser!\n"
"\n"
"Choose an operating system from the list above or\n"
"wait for default boot.\n"
"\n"
msgstr ""
"Dobredojdovte vo programata za izbiranje operativen sistem!\n"
"\n"
"Izberete operativen sistem od gornata lista ili\n"
"pochekajte za standardno podiganje.\n"
"\n"
#: bootloader.pm:1050
#, c-format
msgid "LILO with text menu"
msgstr "LILO ΡΠΎ ΡΠ΅ΠΊΡΡΡΠ°Π»Π½ΠΎ ΠΌΠ΅Π½ΠΈ"
#: bootloader.pm:1051
#, c-format
msgid "GRUB with graphical menu"
msgstr ""
#: bootloader.pm:1052
#, c-format
msgid "GRUB with text menu"
msgstr ""
#: bootloader.pm:1053
#, c-format
msgid "Yaboot"
msgstr "Yaboot"
#: bootloader.pm:1054
#, c-format
msgid "SILO"
msgstr ""
#: bootloader.pm:1135
#, c-format
msgid "not enough room in /boot"
msgstr "Π½Π΅ΠΌΠ° Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ ΠΏΡΠΎΡΡΠΎΡ Π²ΠΎ /boot"
#: bootloader.pm:1760
#, c-format
msgid "You can not install the bootloader on a %s partition\n"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ ΠΏΠΎΠ΄ΠΈΠ³Π°Ρ Π½Π° %s ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°\n"
#: bootloader.pm:1813
#, c-format
msgid ""
"Your bootloader configuration must be updated because partition has been "
"renumbered"
msgstr ""
#: bootloader.pm:1826
#, c-format
msgid ""
"The bootloader can not be installed correctly. You have to boot rescue and "
"choose \"%s\""
msgstr ""
#: bootloader.pm:1827
#, c-format
msgid "Re-install Boot Loader"
msgstr "ΠΡΠ΅ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°Ρ Π³ΠΎ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ"
#: common.pm:142
#, fuzzy, c-format
msgid "B"
msgstr "KB"
#: common.pm:142
#, c-format
msgid "KB"
msgstr "KB"
#: common.pm:142
#, c-format
msgid "MB"
msgstr "MB"
#: common.pm:142
#, c-format
msgid "GB"
msgstr "GB"
#: common.pm:142 common.pm:151
#, c-format
msgid "TB"
msgstr "TB"
#: common.pm:159
#, c-format
msgid "%d minutes"
msgstr "%d ΠΌΠΈΠ½ΡΡΠΈ"
#: common.pm:161
#, c-format
msgid "1 minute"
msgstr "1 ΠΌΠΈΠ½ΡΡΠ°"
#: common.pm:163
#, c-format
msgid "%d seconds"
msgstr "%d ΡΠ΅ΠΊΡΠ½Π΄ΠΈ"
#: common.pm:335
#, c-format
msgid "command %s missing"
msgstr ""
#: diskdrake/dav.pm:17
#, c-format
msgid ""
"WebDAV is a protocol that allows you to mount a web server's directory\n"
"locally, and treat it like a local filesystem (provided the web server is\n"
"configured as a WebDAV server). If you would like to add WebDAV mount\n"
"points, select \"New\"."
msgstr ""
"WebDAV Π΅ ΠΏΡΠΎΡΠΎΠΊΠΎΠ» ΠΊΠΎΡ ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΡΠ²Π° Π»ΠΎΠΊΠ°Π»Π½ΠΎ Π΄Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌ ΠΎΠ΄ \n"
"Π²Π΅Π± ΡΠ΅ΡΠ²Π΅Ρ ΠΈ Π΄Π° Π³ΠΎ ΡΡΠ΅ΡΠΈΡΠ°ΡΠ΅ ΠΊΠ°ΠΊΠΎ Π»ΠΎΠΊΠ°Π»Π΅Π½ Π΄Π°ΡΠΎΡΠ΅ΡΠ΅Π½ ΡΠΈΡΡΠ΅ΠΌ (ΠΏΠΎΠ΄\n"
"ΠΏΡΠ΅ΡΠΏΠΎΡΡΠ°Π²ΠΊΠ° Π΄Π΅ΠΊΠ° Π²Π΅Π± ΡΠ΅ΡΠ²Π΅ΡΠΎΡ Π΅ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠΈΡΠ°Π½ ΠΊΠ°ΠΊΠΎ WebDAV ΡΠ΅ΡΠ²Π΅Ρ). \n"
"ΠΠΊΠΎ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π΄ΠΎΠ΄Π°Π΄Π΅ΡΠ΅ WebDAV ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠΊΠΈ ΡΠΎΡΠΊΠΈ, ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ \"ΠΠΎΠ²ΠΎ\"."
#: diskdrake/dav.pm:25
#, c-format
msgid "New"
msgstr "ΠΠΎΠ²ΠΎ"
#: diskdrake/dav.pm:61 diskdrake/interactive.pm:380 diskdrake/smbnfs_gtk.pm:75
#, c-format
msgid "Unmount"
msgstr "ΠΠ΄ΠΌΠΎΠ½ΡΠΈΡΠ°Ρ"
#: diskdrake/dav.pm:62 diskdrake/interactive.pm:377 diskdrake/smbnfs_gtk.pm:76
#, c-format
msgid "Mount"
msgstr "ΠΠΎΠ½ΡΠΈΡΠ°Ρ"
#: diskdrake/dav.pm:64 diskdrake/interactive.pm:371
#: diskdrake/interactive.pm:611 diskdrake/interactive.pm:629
#: diskdrake/interactive.pm:633 diskdrake/removable.pm:23
#: diskdrake/smbnfs_gtk.pm:79
#, c-format
msgid "Mount point"
msgstr "Π’ΠΎΡΠΊΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅"
#: diskdrake/dav.pm:65 diskdrake/interactive.pm:373
#: diskdrake/interactive.pm:987 diskdrake/removable.pm:24
#: diskdrake/smbnfs_gtk.pm:80
#, c-format
msgid "Options"
msgstr "ΠΠΏΡΠΈΠΈ"
#: diskdrake/dav.pm:66 diskdrake/hd_gtk.pm:164 diskdrake/removable.pm:26
#: diskdrake/smbnfs_gtk.pm:82 interactive/http.pm:151
#, c-format
msgid "Done"
msgstr "ΠΠ°Π²ΡΡΠ΅Π½ΠΎ"
#: diskdrake/dav.pm:75 diskdrake/hd_gtk.pm:113 diskdrake/interactive.pm:231
#: diskdrake/interactive.pm:244 diskdrake/interactive.pm:478
#: diskdrake/interactive.pm:483 diskdrake/interactive.pm:601
#: diskdrake/interactive.pm:859 diskdrake/interactive.pm:1033
#: diskdrake/interactive.pm:1046 diskdrake/interactive.pm:1049
#: diskdrake/interactive.pm:1299 diskdrake/smbnfs_gtk.pm:42 do_pkgs.pm:19
#: do_pkgs.pm:24 do_pkgs.pm:40 do_pkgs.pm:56 do_pkgs.pm:61 fsedit.pm:223
#: interactive/http.pm:117 interactive/http.pm:118 modules/interactive.pm:19
#: scanner.pm:94 scanner.pm:105 scanner.pm:112 scanner.pm:119 wizards.pm:95
#: wizards.pm:99 wizards.pm:121
#, c-format
msgid "Error"
msgstr "ΠΡΠ΅ΡΠΊΠ°"
#: diskdrake/dav.pm:83
#, c-format
msgid "Please enter the WebDAV server URL"
msgstr "ΠΠ½Π΅ΡΠ΅ΡΠ΅ Π³ΠΎ WebDAV ΡΠ΅ΡΠ²Π΅ΡΡΠΊΠΎΡΠΎ URL"
#: diskdrake/dav.pm:87
#, c-format
msgid "The URL must begin with http:// or https://"
msgstr "URL-ΡΠΎ ΠΌΠΎΡΠ° Π΄Π° ΠΈΠΌΠ° ΠΏΡΠ΅ΡΠΈΠΊΡ http:// ΠΈΠ»ΠΈ https://"
#: diskdrake/dav.pm:109
#, c-format
msgid "Server: "
msgstr "Π‘Π΅ΡΠ²Π΅Ρ: "
#: diskdrake/dav.pm:110 diskdrake/interactive.pm:451
#: diskdrake/interactive.pm:1179 diskdrake/interactive.pm:1259
#, c-format
msgid "Mount point: "
msgstr "Π’ΠΎΡΠΊΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅: "
#: diskdrake/dav.pm:111 diskdrake/interactive.pm:1266
#, c-format
msgid "Options: %s"
msgstr "ΠΠΏΡΠΈΠΈ: %s"
#: diskdrake/hd_gtk.pm:53 diskdrake/interactive.pm:282
#: diskdrake/smbnfs_gtk.pm:22 fs/mount_point.pm:106
#: fs/partitioning_wizard.pm:51 fs/partitioning_wizard.pm:205
#: fs/partitioning_wizard.pm:211 fs/partitioning_wizard.pm:251
#: fs/partitioning_wizard.pm:270 fs/partitioning_wizard.pm:275
#, c-format
msgid "Partitioning"
msgstr "ΠΠ°ΡΡΠΈΡΠΈΠΎΠ½ΠΈΡΠ°ΡΠ΅"
#: diskdrake/hd_gtk.pm:93 diskdrake/interactive.pm:1008
#: diskdrake/interactive.pm:1018 diskdrake/interactive.pm:1071
#, c-format
msgid "Read carefully!"
msgstr "ΠΡΠΎΡΠΈΡΠ°ΡΡΠ΅ Π²Π½ΠΈΠΌΠ°ΡΠ΅Π»Π½ΠΎ!"
#: diskdrake/hd_gtk.pm:93
#, c-format
msgid "Please make a backup of your data first"
msgstr "ΠΠ΅ ΠΌΠΎΠ»ΠΈΠΌΠ΅ ΠΏΡΠ²ΠΎ Π΄Π° Π½Π°ΠΏΡΠ°Π²ΠΈΡΠ΅ Π±Π΅ΠΊΠ°ΠΏ Π½Π° ΠΠ°ΡΠΈΡΠ΅ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ"
#: diskdrake/hd_gtk.pm:94 diskdrake/interactive.pm:224
#, c-format
msgid "Exit"
msgstr "ΠΠ·Π»Π΅Π·"
#: diskdrake/hd_gtk.pm:94
#, c-format
msgid "Continue"
msgstr "ΠΡΠΎΠ΄ΠΎΠ»ΠΆΠΈ"
#: diskdrake/hd_gtk.pm:97
#, c-format
msgid ""
"If you plan to use aboot, be careful to leave a free space (2048 sectors is "
"enough)\n"
"at the beginning of the disk"
msgstr ""
"ΠΠΊΠΎ ΠΏΠ»Π°Π½ΠΈΡΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ aboot, Π²Π½ΠΈΠΌΠ°Π²Π°ΡΡΠ΅ Π΄Π° ΠΎΡΡΠ°Π²ΠΈΡΠ΅ ΠΏΡΠ°Π·Π΅Π½ ΠΏΡΠΎΡΡΠΎΡ\n"
"(2048 ΡΠ΅ΠΊΡΠΎΡΠΈ ΡΠ΅ Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ) Π½Π° ΠΏΠΎΡΠ΅ΡΠΎΠΊΠΎΡ Π½Π° Π΄ΠΈΡΠΊΠΎΡ"
#: diskdrake/hd_gtk.pm:160 interactive.pm:644 interactive/gtk.pm:744
#: interactive/gtk.pm:759 interactive/gtk.pm:779 ugtk2.pm:936 ugtk2.pm:937
#, c-format
msgid "Help"
msgstr "ΠΠΎΠΌΠΎΡ"
#: diskdrake/hd_gtk.pm:195
#, c-format
msgid "Choose action"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π°ΠΊΡΠΈΡΠ°"
#: diskdrake/hd_gtk.pm:199
#, c-format
msgid ""
"You have one big Microsoft Windows partition.\n"
"I suggest you first resize that partition\n"
"(click on it, then click on \"Resize\")"
msgstr ""
"ΠΠΌΠ°ΡΠ΅ Π΅Π΄Π½Π° Π³ΠΎΠ»Π΅ΠΌΠ° Microsoft Windows ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°\n"
"ΠΡΠ΅Π΄Π»Π°Π³Π°ΠΌ ΠΏΡΠ²ΠΎ Π΄Π° ΡΠ° ΠΏΡΠΎΠΌΠ΅Π½ΠΈΡΠ΅ Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°ΡΠ° Π½Π° ΡΠ°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°\n"
"(ΠΊΠ»ΠΈΠΊΠ½Π΅ΡΠ΅ Π½Π° Π½Π΅Π°, Π° ΠΏΠΎΡΠΎΠ° Π½Π° \"ΠΡΠΎΠΌΠ΅Π½ΠΈ ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π°\")"
#: diskdrake/hd_gtk.pm:201
#, c-format
msgid "Please click on a partition"
msgstr "ΠΠ»ΠΈΠΊΠ½Π΅ΡΠ΅ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/hd_gtk.pm:215 diskdrake/smbnfs_gtk.pm:63
#, c-format
msgid "Details"
msgstr "ΠΠ΅ΡΠ°Π»ΠΈ"
#: diskdrake/hd_gtk.pm:263
#, c-format
msgid "No hard drives found"
msgstr "ΠΠ΅ ΡΠ΅ Π½Π°ΡΠ΄Π΅Π½ΠΈ ΡΠ²ΡΠ΄ΠΈ Π΄ΠΈΡΠΊΠΎΠ²ΠΈ"
#: diskdrake/hd_gtk.pm:290
#, c-format
msgid "Unknown"
msgstr "ΠΠ΅ΠΏΠΎΠ·Π½Π°Ρ"
#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "Ext3"
msgstr "ΠΠ·Π»Π΅Π·"
#: diskdrake/hd_gtk.pm:352
#, fuzzy, c-format
msgid "XFS"
msgstr "HFS"
#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Swap"
msgstr "Swap"
#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "SunOS"
msgstr "SunOS"
#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "HFS"
msgstr "HFS"
#: diskdrake/hd_gtk.pm:352
#, c-format
msgid "Windows"
msgstr "Windows"
#: diskdrake/hd_gtk.pm:353 services.pm:158
#, c-format
msgid "Other"
msgstr "ΠΡΡΠ³ΠΎ"
#: diskdrake/hd_gtk.pm:353 diskdrake/interactive.pm:1194
#, c-format
msgid "Empty"
msgstr "ΠΡΠ°Π·Π½ΠΎ"
#: diskdrake/hd_gtk.pm:357
#, c-format
msgid "Filesystem types:"
msgstr "Π’ΠΈΠΏΠΎΠ²ΠΈ ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌΠΈ:"
#: diskdrake/hd_gtk.pm:381 diskdrake/interactive.pm:287
#: diskdrake/interactive.pm:359 diskdrake/interactive.pm:508
#: diskdrake/interactive.pm:692 diskdrake/interactive.pm:750
#: diskdrake/interactive.pm:839 diskdrake/interactive.pm:881
#: diskdrake/interactive.pm:882 diskdrake/interactive.pm:1117
#: diskdrake/interactive.pm:1155 diskdrake/interactive.pm:1298 do_pkgs.pm:16
#: do_pkgs.pm:35 do_pkgs.pm:53 harddrake/sound.pm:286
#, c-format
msgid "Warning"
msgstr "ΠΠ½ΠΈΠΌΠ°Π½ΠΈΠ΅"
#: diskdrake/hd_gtk.pm:381
#, fuzzy, c-format
msgid "This partition is already empty"
msgstr "ΠΠ° ΠΎΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π½Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΈ ΡΠ΅ ΠΏΡΠΎΠΌΠ΅Π½ΠΈ Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°ΡΠ°"
#: diskdrake/hd_gtk.pm:390
#, c-format
msgid "Use ``Unmount'' first"
msgstr "ΠΡΠ²ΠΎ ΠΊΠΎΡΠΈΡΡΠΈ \"ΠΠ΄ΠΌΠΎΠ½ΡΠΈΡΠ°Ρ\""
#: diskdrake/hd_gtk.pm:390
#, fuzzy, c-format
msgid "Use ``%s'' instead (in expert mode)"
msgstr "ΠΠΎΡΠΈΡΡΠΈ ``%s'' Π½Π°ΠΌΠ΅ΡΡΠΎ ΡΠΎΠ°"
#: diskdrake/hd_gtk.pm:390 diskdrake/interactive.pm:372
#: diskdrake/interactive.pm:546 diskdrake/interactive.pm:1024
#: diskdrake/removable.pm:25 diskdrake/removable.pm:48
#, c-format
msgid "Type"
msgstr "Π’ΠΈΠΏ"
#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose another partition"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π΄ΡΡΠ³Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/interactive.pm:195
#, c-format
msgid "Choose a partition"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to normal mode"
msgstr "ΠΡΠ΅ΡΡΠ»Π°ΡΠ΅ Π²ΠΎ Π½ΠΎΡΠΌΠ°Π»Π΅Π½ ΡΠ΅ΠΆΠΈΠΌ"
#: diskdrake/interactive.pm:257
#, c-format
msgid "Toggle to expert mode"
msgstr "ΠΡΠ΅ΡΡΠ»Π°ΡΠ΅ Π²ΠΎ Π΅ΠΊΡΠΏΠ΅ΡΡΡΠΊΠΈ ΡΠ΅ΠΆΠΈΠΌ"
#: diskdrake/interactive.pm:265 diskdrake/interactive.pm:275
#: diskdrake/interactive.pm:1102
#, c-format
msgid "Confirmation"
msgstr "ΠΠΎΡΠ²ΡΠ΄ΡΠ²Π°ΡΠ΅"
#: diskdrake/interactive.pm:265
#, c-format
msgid "Continue anyway?"
msgstr "ΠΡΠΎΠ΄ΠΎΠ»ΠΆΡΠ²Π°ΠΌΠ΅?"
#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without saving"
msgstr "ΠΠ°ΠΏΡΡΡΠΈ Π±Π΅Π· Π·Π°ΡΡΠ²ΡΠ²Π°ΡΠ΅"
#: diskdrake/interactive.pm:270
#, c-format
msgid "Quit without writing the partition table?"
msgstr "ΠΠ°ΠΏΡΡΡΠΈ Π±Π΅Π· Π·Π°ΠΏΠΈΡΡΠ²Π°ΡΠ΅ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ°ΡΠ° ΡΠ°Π±Π΅Π»Π°?"
#: diskdrake/interactive.pm:275
#, c-format
msgid "Do you want to save /etc/fstab modifications"
msgstr "ΠΠ°Π»ΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π³ΠΈ Π·Π°ΡΡΠ²Π°ΡΠ΅ ΠΌΠΎΠ΄ΠΈΡΠΈΠΊΠ°ΡΠΈΠΈΡΠ΅ Π½Π° /etc/fstab"
#: diskdrake/interactive.pm:282 fs/partitioning_wizard.pm:251
#, c-format
msgid "You need to reboot for the partition table modifications to take place"
msgstr "ΠΠΎΡΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΡΠ΅ΡΡΠ°ΡΡΡΠ²Π°ΡΠ΅ ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΎΡ Π·Π° ΠΌΠΎΠ΄ΠΈΡΠΈΠΊΠ°ΡΠΈΠΈΡΠ΅ Π΄Π° ΠΈΠΌΠ°Π°Ρ Π΅ΡΠ΅ΠΊΡ"
#: diskdrake/interactive.pm:287
#, c-format
msgid ""
"You should format partition %s.\n"
"Otherwise no entry for mount point %s will be written in fstab.\n"
"Quit anyway?"
msgstr ""
"ΠΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s ΡΡΠ΅Π±Π° Π΄Π° ΡΠ΅ ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°.\n"
"Π‘ΠΏΡΠΎΡΠΈΠ²Π½ΠΎ, Π²ΠΎ fstab Π½Π΅ΠΌΠ° Π΄Π° ΡΠ΅ Π·Π°ΠΏΠΈΡΠ΅ Π²Π½Π΅ΡΠΎΡ Π½Π° ΡΠΎΡΠΊΠ°ΡΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ Π·Π° %s.\n"
"ΠΡΠΊΠ°ΠΆΡΠ²Π°ΡΠ΅?"
#: diskdrake/interactive.pm:300
#, c-format
msgid "Clear all"
msgstr "ΠΡΡΠΈΡΡΠΈ ΡΠ΅"
#: diskdrake/interactive.pm:301
#, c-format
msgid "Auto allocate"
msgstr "ΠΠ²ΡΠΎ-Π°Π»ΠΎΡΠΈΡΠ°ΡΠ΅"
#: diskdrake/interactive.pm:302 diskdrake/interactive.pm:350
#: interactive/curses.pm:512
#, c-format
msgid "More"
msgstr "ΠΠΎΠ²Π΅ΡΠ΅"
#: diskdrake/interactive.pm:307
#, c-format
msgid "Hard drive information"
msgstr "ΠΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ Π·Π° Π΄ΠΈΡΠΊΠΎΡ"
#: diskdrake/interactive.pm:339
#, c-format
msgid "All primary partitions are used"
msgstr "Π‘ΠΈΡΠ΅ ΠΏΡΠΈΠΌΠ°ΡΠ½ΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ ΡΠ΅ ΠΈΡΠΊΠΎΡΠΈΡΡΠ΅Π½ΠΈ"
#: diskdrake/interactive.pm:340
#, c-format
msgid "I can not add any more partitions"
msgstr "ΠΠΎΠ²Π΅ΡΠ΅ Π½Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ Π΄ΠΎΠ΄Π°Π΄Π°Ρ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ"
#: diskdrake/interactive.pm:341
#, c-format
msgid ""
"To have more partitions, please delete one to be able to create an extended "
"partition"
msgstr ""
"ΠΠ° Π΄Π° ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΈΠΌΠ°ΡΠ΅ ΠΏΠΎΠ²Π΅ΡΠ΅ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ, ΠΈΠ·Π±ΡΠΈΡΠ΅ΡΠ΅ Π΅Π΄Π½Π° Π·Π° Π΄Π° ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠΎΠ·Π΄Π°Π΄Π΅ΡΠ΅ "
"extended ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/interactive.pm:352
#, c-format
msgid "Reload partition table"
msgstr "ΠΡΠ΅Π²ΡΠΈΡΠ°Ρ ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ° ΡΠ°Π±Π΅Π»Π°"
#: diskdrake/interactive.pm:359
#, c-format
msgid "Detailed information"
msgstr "ΠΠ΅ΡΠ°Π»Π½ΠΈ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ"
#: diskdrake/interactive.pm:375 diskdrake/interactive.pm:705
#, c-format
msgid "Resize"
msgstr "ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π°"
#: diskdrake/interactive.pm:376
#, c-format
msgid "Format"
msgstr "Π€ΠΎΡΠΌΠ°ΡΠΈΡΠ°Ρ"
#: diskdrake/interactive.pm:378 diskdrake/interactive.pm:791
#, c-format
msgid "Add to RAID"
msgstr "ΠΠΎΠ΄Π°Ρ Π½Π° RAID"
#: diskdrake/interactive.pm:379 diskdrake/interactive.pm:809
#, c-format
msgid "Add to LVM"
msgstr "ΠΠΎΠ΄Π°Ρ Π½Π° LVM"
#: diskdrake/interactive.pm:381
#, c-format
msgid "Delete"
msgstr "ΠΠ·Π±ΡΠΈΡΠΈ"
#: diskdrake/interactive.pm:382
#, c-format
msgid "Remove from RAID"
msgstr "ΠΡΡΡΡΠ°Π½ΠΈ ΠΎΠ΄ RAID"
#: diskdrake/interactive.pm:383
#, c-format
msgid "Remove from LVM"
msgstr "ΠΡΡΡΡΠ°Π½ΠΈ ΠΎΠ΄ LVM"
#: diskdrake/interactive.pm:384
#, c-format
msgid "Modify RAID"
msgstr "ΠΠ·ΠΌΠ΅Π½ΠΈ RAID"
#: diskdrake/interactive.pm:385
#, c-format
msgid "Use for loopback"
msgstr "ΠΠΎΡΠΈΡΡΠΈ Π·Π° loopback"
#: diskdrake/interactive.pm:396
#, c-format
msgid "Create"
msgstr "ΠΡΠ΅ΠΈΡΠ°Ρ"
#: diskdrake/interactive.pm:440 diskdrake/interactive.pm:442
#, c-format
msgid "Create a new partition"
msgstr "Π‘ΠΎΠ·Π΄Π°Ρ Π½ΠΎΠ²Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/interactive.pm:444
#, c-format
msgid "Start sector: "
msgstr "ΠΠΎΡΠ΅ΡΠ΅Π½ ΡΠ΅ΠΊΡΠΎΡ: "
#: diskdrake/interactive.pm:447 diskdrake/interactive.pm:874
#, c-format
msgid "Size in MB: "
msgstr "ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π²ΠΎ MB: "
#: diskdrake/interactive.pm:449 diskdrake/interactive.pm:875
#, c-format
msgid "Filesystem type: "
msgstr "Π’ΠΈΠΏ Π½Π° ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ: "
#: diskdrake/interactive.pm:455
#, c-format
msgid "Preference: "
msgstr "ΠΡΠ΅ΡΠΏΠΎΡΠΈΡΠ°Π½ΠΎ: "
#: diskdrake/interactive.pm:458
#, c-format
msgid "Logical volume name "
msgstr "ΠΠΌΠ΅ Π½Π° Π»ΠΎΠ³ΠΈΡΠΊΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° "
#: diskdrake/interactive.pm:478
#, c-format
msgid ""
"You can not create a new partition\n"
"(since you reached the maximal number of primary partitions).\n"
"First remove a primary partition and create an extended partition."
msgstr ""
"ΠΠ΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° ΠΊΡΠ΅ΠΈΡΠ°ΡΠ΅ Π½ΠΎΠ²Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°\n"
"(Π·Π°ΡΠΎΠ° ΡΡΠΎ Π΅ Π΄ΠΎΡΡΠΈΠ³Π½Π°Ρ ΠΌΠ°ΠΊΡΠΈΠΌΠ°Π»Π½ΠΈΠΎΡ Π±ΡΠΎΡ Π½Π° ΠΏΡΠΈΠΌΠ°ΡΠ½ΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ).\n"
"ΠΡΠ²ΠΎ ΠΎΡΡΡΡΠ°Π½Π΅ΡΠ΅ Π΅Π΄Π½Π° ΠΏΡΠΈΠΌΠ°ΡΠ½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°, Π° ΠΏΠΎΡΠΎΠ° ΠΊΡΠ΅ΠΈΡΠ°ΡΡΠ΅ extended "
"ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°."
#: diskdrake/interactive.pm:508
#, c-format
msgid "Remove the loopback file?"
msgstr "ΠΡΡΡΡΠ°Π½ΡΠ²Π°ΡΠ΅ Π½Π° loopback Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ°?"
#: diskdrake/interactive.pm:530
#, c-format
msgid ""
"After changing type of partition %s, all data on this partition will be lost"
msgstr ""
"ΠΠΎ ΠΏΡΠΎΠΌΠ΅Π½Π°ΡΠ° Π½Π° ΡΠΈΠΏΠΎΡ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s, ΡΠΈΡΠ΅ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ Π½Π° ΡΠ°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΡΠ΅ "
"Π±ΠΈΠ΄Π°Ρ ΠΈΠ·Π³ΡΠ±Π΅Π½ΠΈ"
#: diskdrake/interactive.pm:543
#, c-format
msgid "Change partition type"
msgstr "ΠΡΠΎΠΌΠ΅Π½Π° Π½Π° ΡΠΈΠΏ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/interactive.pm:545 diskdrake/removable.pm:47
#, c-format
msgid "Which filesystem do you want?"
msgstr "ΠΠΎΡ ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ Π³ΠΎ ΡΠ°ΠΊΠ°ΡΠ΅?"
#: diskdrake/interactive.pm:552
#, fuzzy, c-format
msgid "Switching from %s to %s"
msgstr "ΠΡΠ΅ΡΡΠ»Π°ΡΠ΅ ΠΎΠ΄ ext2 Π½Π° ext3"
#: diskdrake/interactive.pm:578 diskdrake/interactive.pm:581
#, c-format
msgid "Which volume label?"
msgstr ""
#: diskdrake/interactive.pm:582
#, fuzzy, c-format
msgid "Label:"
msgstr "ΠΠ·Π½Π°ΠΊΠ°"
#: diskdrake/interactive.pm:596
#, c-format
msgid "Where do you want to mount the loopback file %s?"
msgstr "ΠΠ°Π΄Π΅ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° ΡΠ° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ loopback Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ° %s?"
#: diskdrake/interactive.pm:597
#, c-format
msgid "Where do you want to mount device %s?"
msgstr "ΠΠ°Π΄Π΅ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ ΡΡΠ΅Π΄ΠΎΡ %s?"
#: diskdrake/interactive.pm:602
#, c-format
msgid ""
"Can not unset mount point as this partition is used for loop back.\n"
"Remove the loopback first"
msgstr ""
"ΠΠ΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΠΎΡΠΏΠΎΡΡΠ°Π²ΠΈ ΡΠΎΡΠΊΠ°ΡΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ Π·Π°ΡΡΠΎ ΠΎΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΡΠ΅\n"
"ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° loopback. ΠΡΠ²ΠΎ ΠΎΡΡΡΡΠ°Π½Π΅ΡΠ΅ Π³ΠΎ loopback-ΠΎΡ."
#: diskdrake/interactive.pm:632
#, c-format
msgid "Where do you want to mount %s?"
msgstr "ΠΠ°Π΄Π΅ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ %s?"
#: diskdrake/interactive.pm:656 diskdrake/interactive.pm:739
#: fs/partitioning_wizard.pm:145 fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing"
msgstr "ΠΠ΅Π½ΡΠ²Π°ΡΠ΅ Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°"
#: diskdrake/interactive.pm:656
#, c-format
msgid "Computing FAT filesystem bounds"
msgstr "ΠΡΠ΅ΡΠΌΠ΅ΡΡΠ²Π°ΡΠ΅ Π½Π° Π³ΡΠ°Π½ΠΈΡΠΈ Π½Π° FAT ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌΠΎΡ"
#: diskdrake/interactive.pm:692
#, c-format
msgid "This partition is not resizeable"
msgstr "ΠΠ° ΠΎΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π½Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΈ ΡΠ΅ ΠΏΡΠΎΠΌΠ΅Π½ΠΈ Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°ΡΠ°"
#: diskdrake/interactive.pm:697
#, c-format
msgid "All data on this partition should be backed-up"
msgstr "Π‘ΠΈΡΠ΅ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ Π½Π° ΠΎΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π±ΠΈ ΡΡΠ΅Π±Π°Π»ΠΎ Π΄Π° ΡΠ΅ Π²ΠΎ Π±Π΅ΠΊΠ°ΠΏ"
#: diskdrake/interactive.pm:699
#, c-format
msgid "After resizing partition %s, all data on this partition will be lost"
msgstr ""
"ΠΠΎ ΠΏΡΠΎΠΌΠ΅Π½Π° Π½Π° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°ΡΠ° Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s, ΡΠΈΡΠ΅ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ Π½Π° ΠΎΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° "
"ΡΠ΅ Π±ΠΈΠ΄Π°Ρ ΠΈΠ·Π³ΡΠ±Π΅Π½ΠΈ"
#: diskdrake/interactive.pm:706
#, c-format
msgid "Choose the new size"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΡΠ° Π½ΠΎΠ²Π°ΡΠ° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°"
#: diskdrake/interactive.pm:707
#, c-format
msgid "New size in MB: "
msgstr "ΠΠΎΠ²Π° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π²ΠΎ ΠΠ: "
#: diskdrake/interactive.pm:708
#, c-format
msgid "Minimum size: %s MB"
msgstr ""
#: diskdrake/interactive.pm:709
#, c-format
msgid "Maximum size: %s MB"
msgstr ""
#: diskdrake/interactive.pm:750 fs/partitioning_wizard.pm:185
#, c-format
msgid ""
"To ensure data integrity after resizing the partition(s), \n"
"filesystem checks will be run on your next boot into Microsoft WindowsΒ"
msgstr ""
#: diskdrake/interactive.pm:791
#, c-format
msgid "Choose an existing RAID to add to"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΠΏΠΎΡΡΠΎΠ΅ΡΠΊΠΈ RAID Π½Π° ΠΊΠΎΡ Π΄Π° ΡΠ΅ Π΄ΠΎΠ΄Π°Π΄Π΅"
#: diskdrake/interactive.pm:793 diskdrake/interactive.pm:811
#, c-format
msgid "new"
msgstr "Π½ΠΎΠ²"
#: diskdrake/interactive.pm:809
#, c-format
msgid "Choose an existing LVM to add to"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ LVM Π½Π° ΠΊΠΎΡ Π΄Π° ΡΠ΅ Π΄ΠΎΠ΄Π°Π΄Π΅"
#: diskdrake/interactive.pm:816
#, c-format
msgid "LVM name?"
msgstr "LVM ΠΈΠΌΠ΅?"
#: diskdrake/interactive.pm:839
#, c-format
msgid ""
"Physical volume %s is still in use.\n"
"Do you want to move used physical extents on this volume to other volumes?"
msgstr ""
#: diskdrake/interactive.pm:841
#, c-format
msgid "Moving physical extents"
msgstr ""
#: diskdrake/interactive.pm:859
#, c-format
msgid "This partition can not be used for loopback"
msgstr "ΠΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π½Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° loopback"
#: diskdrake/interactive.pm:872
#, c-format
msgid "Loopback"
msgstr "Loopback"
#: diskdrake/interactive.pm:873
#, c-format
msgid "Loopback file name: "
msgstr "Loopback Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°: "
#: diskdrake/interactive.pm:878
#, c-format
msgid "Give a file name"
msgstr "ΠΠ°Π²Π΅Π΄Π΅ΡΠ΅ Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°"
#: diskdrake/interactive.pm:881
#, c-format
msgid "File is already used by another loopback, choose another one"
msgstr "ΠΠ°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ° Π²Π΅ΡΠ΅ ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ ΠΎΠ΄ Π΄ΡΡΠ³ loopback, ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π΄ΡΡΠ³Π°"
#: diskdrake/interactive.pm:882
#, c-format
msgid "File already exists. Use it?"
msgstr "ΠΠ°ΡΠΎΡΠ΅ΠΊΠ° Π²Π΅ΡΠ΅ ΠΏΠΎΡΡΠΎΠΈ. ΠΠ° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ?"
#: diskdrake/interactive.pm:914 diskdrake/interactive.pm:917
#, c-format
msgid "Mount options"
msgstr "ΠΠΏΡΠΈΠΈ Π·Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅"
#: diskdrake/interactive.pm:924
#, c-format
msgid "Various"
msgstr "Π Π°Π·Π½ΠΈ"
#: diskdrake/interactive.pm:989
#, c-format
msgid "device"
msgstr "ΡΡΠ΅Π΄"
#: diskdrake/interactive.pm:990
#, c-format
msgid "level"
msgstr "Π½ΠΈΠ²ΠΎ"
#: diskdrake/interactive.pm:991
#, c-format
msgid "chunk size in KiB"
msgstr "Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π½Π° ΡΡΠ±ΡΠ΅ΡΠΎ Π²ΠΎ KiB"
#: diskdrake/interactive.pm:1009
#, c-format
msgid "Be careful: this operation is dangerous."
msgstr "ΠΠ½ΠΈΠΌΠ°ΡΠ΅Π»Π½ΠΎ: ΠΎΠ²Π°Π° ΠΎΠΏΠ΅ΡΠ°ΡΠΈΡΠ° Π΅ ΠΎΠΏΠ°ΡΠ½Π°."
#: diskdrake/interactive.pm:1024
#, c-format
msgid "What type of partitioning?"
msgstr "ΠΠΎΡ ΡΠΈΠΏ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΠΎΠ½ΠΈΡΠ°ΡΠ΅?"
#: diskdrake/interactive.pm:1062
#, c-format
msgid "You'll need to reboot before the modification can take place"
msgstr ""
"ΠΠ΅ ΠΌΠΎΡΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΡΠ΅ΡΡΠ°ΡΡΡΠ²Π°ΡΠ΅ ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΎΡ ΠΏΡΠ΅Π΄ ΠΌΠΎΠ΄ΠΈΡΠΈΠΊΠ°ΡΠΈΠΈΡΠ΅ Π΄Π° Π±ΠΈΠ΄Π°Ρ "
"Π΅ΡΠ΅ΠΊΡΠΈΠ²Π½ΠΈ"
#: diskdrake/interactive.pm:1071
#, c-format
msgid "Partition table of drive %s is going to be written to disk!"
msgstr "ΠΠ°ΡΡΠΈΡΠΈΡΠΊΠ°ΡΠ° ΡΠ°Π±Π΅Π»Π° Π½Π° Π΄ΠΈΡΠΊΠΎΡ %s ΡΠ΅ Π±ΠΈΠ΄Π΅ Π·Π°ΠΏΠΈΡΠ°Π½Π° Π½Π° Π΄ΠΈΡΠΊΠΎΡ!"
#: diskdrake/interactive.pm:1097
#, c-format
msgid "After formatting partition %s, all data on this partition will be lost"
msgstr ""
"ΠΠΎ ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s, ΡΠΈΡΠ΅ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ Π½Π° ΠΎΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΡΠ΅ Π±ΠΈΠ΄Π°Ρ "
"ΠΈΠ·Π³ΡΠ±Π΅Π½ΠΈ"
#: diskdrake/interactive.pm:1102 fs/partitioning.pm:49
#, c-format
msgid "Check bad blocks?"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° Π»ΠΎΡΠΈ Π±Π»ΠΎΠΊΠΎΠ²ΠΈ?"
#: diskdrake/interactive.pm:1116
#, c-format
msgid "Move files to the new partition"
msgstr "ΠΡΠ΅ΠΌΠ΅ΡΡΠΈ Π³ΠΈ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅ Π½Π° Π½ΠΎΠ²Π°ΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/interactive.pm:1116
#, c-format
msgid "Hide files"
msgstr "Π‘ΠΊΡΠΈΡ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ"
#: diskdrake/interactive.pm:1117
#, c-format
msgid ""
"Directory %s already contains data\n"
"(%s)\n"
"\n"
"You can either choose to move the files into the partition that will be "
"mounted there or leave them where they are (which results in hiding them by "
"the contents of the mounted partition)"
msgstr ""
#: diskdrake/interactive.pm:1132
#, c-format
msgid "Moving files to the new partition"
msgstr "ΠΡΠ΅ΠΌΠ΅ΡΡΡΠ²Π°ΡΠ΅ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅ Π½Π° Π½ΠΎΠ²Π°ΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: diskdrake/interactive.pm:1136
#, c-format
msgid "Copying %s"
msgstr "ΠΠΎΠΏΠΈΡΠ°ΡΠ΅ Π½Π° %s"
#: diskdrake/interactive.pm:1140
#, c-format
msgid "Removing %s"
msgstr "ΠΡΡΡΡΠ°Π½ΡΠ²Π°ΡΠ΅ Π½Π° %s"
#: diskdrake/interactive.pm:1154
#, c-format
msgid "partition %s is now known as %s"
msgstr "ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s ΡΠ΅Π³Π° Π΅ ΠΏΠΎΠ·Π½Π°ΡΠ° ΠΊΠ°ΠΊΠΎ %s"
#: diskdrake/interactive.pm:1155
#, c-format
msgid "Partitions have been renumbered: "
msgstr ""
#: diskdrake/interactive.pm:1180 diskdrake/interactive.pm:1243
#, c-format
msgid "Device: "
msgstr "Π£ΡΠ΅Π΄: "
#: diskdrake/interactive.pm:1181
#, c-format
msgid "Volume label: "
msgstr "ΠΠΌΠ΅ Π½Π° ΠΌΠΎΠ΄ΠΈΡΠΌΠΎΡ: "
#: diskdrake/interactive.pm:1182
#, c-format
msgid "UUID: "
msgstr ""
#: diskdrake/interactive.pm:1183
#, c-format
msgid "DOS drive letter: %s (just a guess)\n"
msgstr "DOS Π΄ΠΈΡΠΊ-Π±ΡΠΊΠ²Π°: %s (ΡΠ°ΠΌΠΎ ΠΏΡΠ΅ΡΠΏΠΎΡΡΠ°Π²ΠΊΠ°)\n"
#: diskdrake/interactive.pm:1187 diskdrake/interactive.pm:1196
#: diskdrake/interactive.pm:1262
#, c-format
msgid "Type: "
msgstr "Π’ΠΈΠΏ: "
#: diskdrake/interactive.pm:1191 diskdrake/interactive.pm:1247
#, c-format
msgid "Name: "
msgstr "ΠΠΌΠ΅: "
#: diskdrake/interactive.pm:1198
#, c-format
msgid "Start: sector %s\n"
msgstr "ΠΠΎΡΠ΅ΡΠΎΠΊ: ΡΠ΅ΠΊΡΠΎΡ %s\n"
#: diskdrake/interactive.pm:1199
#, c-format
msgid "Size: %s"
msgstr "ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π°: %s"
#: diskdrake/interactive.pm:1201
#, c-format
msgid ", %s sectors"
msgstr ", %s ΡΠ΅ΠΊΡΠΎΡΠΈ"
#: diskdrake/interactive.pm:1203
#, c-format
msgid "Cylinder %d to %d\n"
msgstr "Π¦ΠΈΠ»ΠΈΠ½Π΄Π΅Ρ %d Π΄ΠΎ %d\n"
#: diskdrake/interactive.pm:1204
#, c-format
msgid "Number of logical extents: %d\n"
msgstr ""
#: diskdrake/interactive.pm:1205
#, c-format
msgid "Formatted\n"
msgstr "Π€ΠΎΡΠΌΠ°ΡΠΈΡΠ°Π½Π°\n"
#: diskdrake/interactive.pm:1206
#, c-format
msgid "Not formatted\n"
msgstr "ΠΠ΅ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°Π½Π°\n"
#: diskdrake/interactive.pm:1207
#, c-format
msgid "Mounted\n"
msgstr "ΠΠΎΠ½ΡΠΈΡΠ°Π½ΠΎ\n"
#: diskdrake/interactive.pm:1208
#, c-format
msgid "RAID %s\n"
msgstr "RAID %s\n"
#: diskdrake/interactive.pm:1213
#, c-format
msgid ""
"Loopback file(s):\n"
" %s\n"
msgstr ""
"Loopback Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°(ΠΈ):\n"
" %s\n"
#: diskdrake/interactive.pm:1214
#, c-format
msgid ""
"Partition booted by default\n"
" (for MS-DOS boot, not for lilo)\n"
msgstr ""
"ΠΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° ΡΡΠΎ ΠΏΡΠ²Π° ΡΠ΅ ΠΏΠΎΠ΄ΠΈΠ³Π°\n"
" (Π·Π° MS-DOS, Π½Π΅ Π·Π° lilo)\n"
#: diskdrake/interactive.pm:1216
#, c-format
msgid "Level %s\n"
msgstr "ΠΠΈΠ²ΠΎ %s\n"
#: diskdrake/interactive.pm:1217
#, c-format
msgid "Chunk size %d KiB\n"
msgstr "ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π½Π° ΡΡΠ±ΡΠ΅ΡΠΎ %d KiB\n"
#: diskdrake/interactive.pm:1218
#, c-format
msgid "RAID-disks %s\n"
msgstr "RAID-Π΄ΠΈΡΠΊΠΎΠ²ΠΈ %s\n"
#: diskdrake/interactive.pm:1220
#, c-format
msgid "Loopback file name: %s"
msgstr "Loopback Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°: %s"
#: diskdrake/interactive.pm:1223
#, c-format
msgid ""
"\n"
"Chances are, this partition is\n"
"a Driver partition. You should\n"
"probably leave it alone.\n"
msgstr ""
"\n"
"ΠΠΌΠ° ΡΠ°Π½ΡΠΈ ΠΎΠ²Π°Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π΄Π° Π΅\n"
"ΠΡΠ°ΡΠ²Π΅ΡΡΠΊΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°. ΠΠ΅ΡΠΎΡΠ°ΡΠ½ΠΎ ΡΡΠ΅Π±Π°\n"
"Π΄Π° ΡΠ° ΠΎΡΡΠ°Π²ΠΈΡΠ΅ Π½Π° ΠΌΠΈΡΠ°.\n"
#: diskdrake/interactive.pm:1226
#, c-format
msgid ""
"\n"
"This special Bootstrap\n"
"partition is for\n"
"dual-booting your system.\n"
msgstr ""
"\n"
"ΠΠ²Π°Π° ΡΠΏΠ΅ΡΠΈΡΠ°Π»Π½Π° Bootstrap\n"
"ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π΅ Π·Π°\n"
"Π΄Π²ΠΎΡΠ½ΠΎ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅ Π½Π° ΠΠ°ΡΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ.\n"
#: diskdrake/interactive.pm:1235
#, c-format
msgid "Free space on %s (%s)"
msgstr ""
#: diskdrake/interactive.pm:1244
#, c-format
msgid "Read-only"
msgstr "Π‘Π°ΠΌΠΎ Π·Π° ΡΠΈΡΠ°ΡΠ΅"
#: diskdrake/interactive.pm:1245
#, c-format
msgid "Size: %s\n"
msgstr "ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π°: %s\n"
#: diskdrake/interactive.pm:1246
#, c-format
msgid "Geometry: %s cylinders, %s heads, %s sectors\n"
msgstr "ΠΠ΅ΠΎΠΌΠ΅ΡΡΠΈΡΠ°: %s ΡΠΈΠ»ΠΈΠ½Π΄ΡΠΈ, %s Π³Π»Π°Π²ΠΈ, %s ΡΠ΅ΠΊΡΠΎΡΠΈ\n"
#: diskdrake/interactive.pm:1248
#, fuzzy, c-format
msgid "Medium type: "
msgstr "Π’ΠΈΠΏ Π½Π° ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ: "
#: diskdrake/interactive.pm:1249
#, c-format
msgid "LVM-disks %s\n"
msgstr "LVM-Π΄ΠΈΡΠΊΠΎΠ²ΠΈ %s\n"
#: diskdrake/interactive.pm:1250
#, c-format
msgid "Partition table type: %s\n"
msgstr "Π’ΠΈΠΏ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ° ΡΠ°Π±Π΅Π»Π°: %s\n"
#: diskdrake/interactive.pm:1251
#, c-format
msgid "on channel %d id %d\n"
msgstr "Π½Π° ΠΊΠ°Π½Π°Π» %d id %d\n"
#: diskdrake/interactive.pm:1294
#, c-format
msgid "Filesystem encryption key"
msgstr "ΠΠ»ΡΡ Π·Π° ΠΊΡΠΈΠΏΡΠΈΡΠ°ΡΠ΅ Π½Π° ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌΠΎΡ"
#: diskdrake/interactive.pm:1295
#, c-format
msgid "Choose your filesystem encryption key"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π³ΠΎ ΠΊΠ»ΡΡΠΎΡ Π·Π° ΠΊΡΠΈΠΏΡΠΈΡΠ°ΡΠ΅ Π½Π° ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌΠΎΡ"
#: diskdrake/interactive.pm:1298
#, c-format
msgid "This encryption key is too simple (must be at least %d characters long)"
msgstr ""
"ΠΠ²ΠΎΡ ΠΊΡΠΈΠΏΡΠΈΡΠ°ΡΠΊΠΈ ΠΊΠ»ΡΡ Π΅ ΠΏΡΠ΅Π΅Π΄Π½ΠΎΡΡΠ°Π²Π΅Π½ (ΠΌΠΎΡΠ° Π΄Π° ΠΈΠΌΠ° Π΄ΠΎΠ»ΠΆΠΈΠ½Π° ΠΎΠ΄ Π±Π°ΡΠ΅ΠΌ %d Π·Π½Π°ΡΠΈ)"
#: diskdrake/interactive.pm:1299
#, c-format
msgid "The encryption keys do not match"
msgstr "ΠΡΠΈΠΏΡΠΈΡΠ°ΡΠΊΠΈΡΠ΅ ΠΊΠ»ΡΡΠ΅Π²ΠΈ Π½Π΅ ΡΠ΅ ΡΠΎΠ²ΠΏΠ°ΡΠ°Π°Ρ"
#: diskdrake/interactive.pm:1302
#, c-format
msgid "Encryption key"
msgstr "ΠΡΠΈΠΏΡΠΈΡΠ°ΡΠΊΠΈ ΠΊΠ»ΡΡ"
#: diskdrake/interactive.pm:1303
#, c-format
msgid "Encryption key (again)"
msgstr "ΠΡΠΈΠΏΡΠΈΡΠ°ΡΠΊΠΈ ΠΊΠ»ΡΡ (ΠΏΠΎΠ²ΡΠΎΡΠ½ΠΎ)"
#: diskdrake/interactive.pm:1305
#, c-format
msgid "Encryption algorithm"
msgstr "ΠΠ»Π³ΠΎΡΠΈΡΠ°ΠΌ Π·Π° Π΅Π½ΠΊΡΠΈΠΏΡΠΈΡΠ°"
#: diskdrake/removable.pm:46
#, c-format
msgid "Change type"
msgstr "ΠΡΠΎΠΌΠ΅Π½Π° Π½Π° ΡΠΈΠΏ"
#: diskdrake/smbnfs_gtk.pm:81 interactive.pm:126 interactive.pm:543
#: interactive/curses.pm:260 interactive/http.pm:104 interactive/http.pm:160
#: interactive/stdio.pm:39 interactive/stdio.pm:148 ugtk2.pm:408 ugtk2.pm:510
#: ugtk2.pm:519 ugtk2.pm:801
#, c-format
msgid "Cancel"
msgstr "ΠΡΠΊΠ°ΠΆΠΈ"
#: diskdrake/smbnfs_gtk.pm:164
#, c-format
msgid "Can not login using username %s (bad password?)"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ Π½Π°ΡΠ°Π²ΠΈ ΡΠΎ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊΠΎΡ %s (ΠΏΠΎΠ³ΡΠ΅ΡΠ½Π° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°?)"
#: diskdrake/smbnfs_gtk.pm:168 diskdrake/smbnfs_gtk.pm:177
#, c-format
msgid "Domain Authentication Required"
msgstr "ΠΠΎΡΡΠ΅Π±Π½Π° Π΅ Π°Π²ΡΠ΅Π½ΡΠΈΠΊΠ°ΡΠΈΡΠ° Π½Π° Π΄ΠΎΠΌΠ΅Π½"
#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Which username"
msgstr "ΠΠΎΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅"
#: diskdrake/smbnfs_gtk.pm:169
#, c-format
msgid "Another one"
msgstr "ΠΡΡΠ³"
#: diskdrake/smbnfs_gtk.pm:178
#, c-format
msgid ""
"Please enter your username, password and domain name to access this host."
msgstr "ΠΠ½Π΅ΡΠ΅ΡΠ΅ Π³ΠΎ ΠΠ°ΡΠ΅ΡΠΎ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅, Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° ΠΈ ΠΈΠΌΠ΅ Π½Π° Π΄ΠΎΠΌΠ΅Π½ Π·Π° ΠΏΡΠΈΡΡΠ°ΠΏ."
#: diskdrake/smbnfs_gtk.pm:180
#, c-format
msgid "Username"
msgstr "ΠΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅"
#: diskdrake/smbnfs_gtk.pm:206
#, c-format
msgid "Search servers"
msgstr "ΠΠ°ΡΠ°Ρ ΡΠ΅ΡΠ²Π΅ΡΠΈ"
#: diskdrake/smbnfs_gtk.pm:211
#, c-format
msgid "Search new servers"
msgstr "ΠΠ°ΡΠ°Ρ Π½ΠΎΠ²ΠΈ ΡΠ΅ΡΠ²Π΅ΡΠΈ"
#: do_pkgs.pm:16 do_pkgs.pm:53
#, c-format
msgid "The package %s needs to be installed. Do you want to install it?"
msgstr "Π’ΡΠ΅Π±Π° Π΄Π° ΡΠ΅ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ° ΠΏΠ°ΠΊΠ΅ΡΠΎΡ %s. ΠΠ°Π»ΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅?"
#: do_pkgs.pm:19 do_pkgs.pm:40 do_pkgs.pm:56
#, fuzzy, c-format
msgid "Could not install the %s package!"
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π½Π° ΠΏΠ°ΠΊΠ΅ΡΠΎΡ %s"
#: do_pkgs.pm:24 do_pkgs.pm:61
#, c-format
msgid "Mandatory package %s is missing"
msgstr "ΠΠ΅ΠΎΠΏΡ
ΠΎΠ΄Π½ΠΈΠΎΡ ΠΏΠ°ΠΊΠ΅Ρ %s Π½Π΅Π΄ΠΎΡΡΠΈΠ³Π°"
#: do_pkgs.pm:35
#, c-format
msgid "The following packages need to be installed:\n"
msgstr "Π‘Π»Π΅Π΄Π½ΠΈΠ²Π΅ ΠΏΠ°ΠΊΠ΅ΡΠΈ ΠΌΠΎΡΠ° Π΄Π° ΡΠ΅ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°Π½ΠΈ:\n"
#: do_pkgs.pm:216
#, c-format
msgid "Installing packages..."
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π½Π° ΠΏΠ°ΠΊΠ΅ΡΠΈΡΠ΅..."
#: do_pkgs.pm:258
#, c-format
msgid "Removing packages..."
msgstr "ΠΡΡΡΡΠ°Π½ΡΠ²Π°ΡΠ΅ Π½Π° ΠΏΠ°ΠΊΠ΅ΡΠΈΡΠ΅..."
#: fs/any.pm:17
#, c-format
msgid ""
"An error occurred - no valid devices were found on which to create new "
"filesystems. Please check your hardware for the cause of this problem"
msgstr ""
"Π‘Π΅ ΡΠ»ΡΡΠΈ Π³ΡΠ΅ΡΠΊΠ° - Π½Π΅ ΡΠ΅ Π½Π°ΡΠ΄Π΅Π½ΠΈ Π²Π°Π»ΠΈΠ΄Π½ΠΈ ΡΡΠ΅Π΄ΠΈ Π·Π° Π½Π° Π½ΠΈΠ² Π΄Π° ΡΠ΅ ΡΠΎΠ·Π΄Π°Π΄Π΅ Π½ΠΎΠ² "
"ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ. ΠΡΠΎΠ²Π΅ΡΠ΅ΡΠ΅ Π³ΠΎ ΠΠ°ΡΠΈΠΎΡ Ρ
Π°ΡΠ΄Π²Π΅Ρ, Π·Π° Π΄Π° Π³ΠΎ ΠΎΡΡΡΡΠ°Π½ΠΈΡΠ΅ ΠΏΡΠΎΠ±Π»Π΅ΠΌΠΎΡ"
#: fs/any.pm:74 fs/partitioning_wizard.pm:59
#, c-format
msgid "You must have a FAT partition mounted in /boot/efi"
msgstr "ΠΠΎΡΠ° Π΄Π° ΠΈΠΌΠ°ΡΠ΅ FAT ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΠΌΠΎΠ½ΡΠΈΡΠ°Π½Π° Π½Π° /boot/efi"
#: fs/format.pm:62 fs/format.pm:69
#, c-format
msgid "Formatting partition %s"
msgstr "Π€ΠΎΡΠΌΠ°ΡΠΈΡΠ°ΡΠ΅ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s"
#: fs/format.pm:66
#, c-format
msgid "Creating and formatting file %s"
msgstr "Π‘ΠΎΠ·Π΄Π°Π²Π°ΡΠ΅ ΠΈ ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°ΡΠ΅ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ° %s"
#: fs/format.pm:119
#, c-format
msgid "I do not know how to format %s in type %s"
msgstr "ΠΠ΅ Π·Π½Π°ΠΌ ΠΊΠ°ΠΊΠΎ Π΄Π° Π³ΠΎ ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°ΠΌ %s Π²ΠΎ ΡΠΈΠΏ %s"
#: fs/format.pm:124 fs/format.pm:126
#, c-format
msgid "%s formatting of %s failed"
msgstr "%s ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°ΡΠ΅ Π½Π° %s Π½Π΅ ΡΡΠΏΠ΅Π°"
#: fs/loopback.pm:24
#, c-format
msgid "Circular mounts %s\n"
msgstr "Π¦ΠΈΡΠΊΡΠ»Π°ΡΠ½ΠΈ ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ° %s\n"
#: fs/mount.pm:79
#, c-format
msgid "Mounting partition %s"
msgstr "ΠΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s"
#: fs/mount.pm:80
#, c-format
msgid "mounting partition %s in directory %s failed"
msgstr "ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s Π²ΠΎ Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌ %s Π½Π΅ ΡΡΠΏΠ΅Π°"
#: fs/mount.pm:85 fs/mount.pm:102
#, c-format
msgid "Checking %s"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΊΠ° %s"
#: fs/mount.pm:119 partition_table.pm:395
#, c-format
msgid "error unmounting %s: %s"
msgstr "Π³ΡΠ΅ΡΠΊΠ° ΠΏΡΠΈ ΠΎΠ΄ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ Π½Π° %s: %s"
#: fs/mount.pm:134
#, c-format
msgid "Enabling swap partition %s"
msgstr "ΠΠΊΠ»ΡΡΡΠ²Π°ΡΠ΅ Π½Π° swap ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° %s"
#: fs/mount_options.pm:115
#, fuzzy, c-format
msgid "Use an encrypted file system"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ΠΊΡΠΈΠΏΡΠΈΡΠ°Π½ ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ Π·Π° ΡΠΎΡΠΊΠ°ΡΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ %s"
#: fs/mount_options.pm:117
#, c-format
msgid "Flush write cache on file close"
msgstr ""
#: fs/mount_options.pm:119
#, c-format
msgid "Enable group disk quota accounting and optionally enforce limits"
msgstr ""
#: fs/mount_options.pm:121
#, c-format
msgid ""
"Do not update inode access times on this file system\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
"ΠΠ΅ Π³ΠΈ Π°ΠΆΡΡΠΈΡΠ°Ρ ΠΈΠ½ΠΎΠ΄Π½ΠΎ Π²ΡΠ΅ΠΌΠ΅Π½ΡΠΊΠΈΡΠ΅ ΠΏΡΠΈΡΡΠ°ΠΏΠΈ Π½Π° ΠΎΠ²ΠΎΡ ΡΠ°ΡΠ» ΡΠΈΡΠ΅ΠΌ\n"
"(Π½Π° ΠΏΡ. Π·Π° ΠΏΠΎΠ±ΡΠ· ΠΏΡΠΈΡΡΠ°ΠΏ Π½Π° Π½ΠΎΠ²ΠΎΡΡΠΈΡΠ΅ ΠΏΠ°ΡΠ°Π»Π΅Π»Π½ΠΎ Π·Π° Π΄Π° ΡΠ΅ Π·Π°Π±ΡΠ·Π°Ρ ΡΠ΅ΡΠ²Π΅ΡΠΈΡΠ΅ "
"Π·Π° Π΄ΠΈΡΠΊΡΡΠΈΠΎΠ½ΠΈΡΠ΅ Π³ΡΡΠΏΠΈ)."
#: fs/mount_options.pm:124
#, fuzzy, c-format
msgid ""
"Update inode access times on this filesystem in a more efficient way\n"
"(e.g, for faster access on the news spool to speed up news servers)."
msgstr ""
"ΠΠ΅ Π³ΠΈ Π°ΠΆΡΡΠΈΡΠ°Ρ ΠΈΠ½ΠΎΠ΄Π½ΠΎ Π²ΡΠ΅ΠΌΠ΅Π½ΡΠΊΠΈΡΠ΅ ΠΏΡΠΈΡΡΠ°ΠΏΠΈ Π½Π° ΠΎΠ²ΠΎΡ ΡΠ°ΡΠ» ΡΠΈΡΠ΅ΠΌ\n"
"(Π½Π° ΠΏΡ. Π·Π° ΠΏΠΎΠ±ΡΠ· ΠΏΡΠΈΡΡΠ°ΠΏ Π½Π° Π½ΠΎΠ²ΠΎΡΡΠΈΡΠ΅ ΠΏΠ°ΡΠ°Π»Π΅Π»Π½ΠΎ Π·Π° Π΄Π° ΡΠ΅ Π·Π°Π±ΡΠ·Π°Ρ ΡΠ΅ΡΠ²Π΅ΡΠΈΡΠ΅ "
"Π·Π° Π΄ΠΈΡΠΊΡΡΠΈΠΎΠ½ΠΈΡΠ΅ Π³ΡΡΠΏΠΈ)."
#: fs/mount_options.pm:127
#, c-format
msgid ""
"Can only be mounted explicitly (i.e.,\n"
"the -a option will not cause the file system to be mounted)."
msgstr ""
"ΠΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΠΌΠΎΠ½ΡΠΈΡΠ° ΡΠ°ΠΌΠΎ Π΅ΠΊΡΠΏΠ»ΠΈΡΠΈΡΠ½ΠΎ (Π½Π° ΠΏΡ.,\n"
"ΠΎΠΏΡΠΈΡΠ°ΡΠ° -Π° Π½Π΅ΠΌΠ° Π΄Π° ΠΏΡΠ΅Π΄ΠΈΠ·Π²ΠΈΠΊΠ° ΡΠ°ΡΠ» ΡΠΈΡΡΠ΅ΠΌΠΎΡ Π΄Π° Π±ΠΈΠ΄Π΅ ΠΌΠΎΠ½ΡΠΈΡΠ°Π½)."
#: fs/mount_options.pm:130
#, c-format
msgid "Do not interpret character or block special devices on the file system."
msgstr ""
"ΠΠ΅ Π³ΠΈ ΠΈΠ½ΡΠ΅ΡΠΏΡΠ΅ΡΠΈΡΠ°Ρ ΠΊΠ°ΡΠ°ΠΊΡΠ΅ΡΠΈΡΠ΅ ΠΈΠ»ΠΈ ΡΠΏΠ΅ΡΠΈΡΠ°Π»Π½ΠΈΡΠ΅ Π±Π»ΠΎΠΊ ΡΡΠ΅Π΄ΠΈ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΡΠ½ΠΈΠΎΡ "
"ΡΠΈΡΡΠ΅ΠΌ."
#: fs/mount_options.pm:132
#, c-format
msgid ""
"Do not allow execution of any binaries on the mounted\n"
"file system. This option might be useful for a server that has file systems\n"
"containing binaries for architectures other than its own."
msgstr ""
"ΠΠ΅ Π΄ΠΎΠ·Π²ΠΎΠ»ΡΠ²Π°ΡΡΠ΅ ΠΈΠ·Π²ΡΡΠΈΠ²Π°ΡΠ΅ Π½Π° Π½ΠΈΠ΅Π΄Π½ΠΈ Π±ΠΈΠ½Π°ΡΠ½ΠΈ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°Π½ΠΈΠΎΡ\n"
"ΡΠ°ΡΠ» ΡΠΈΡΠ΅ΠΌ. ΠΠ²Π°Π° ΠΎΠΏΡΠΈΡΠ° ΠΌΠΎΠΆΠ΅Π±ΠΈ Π΅ ΠΊΠΎΡΠΈΡΠ½Π° Π·Π° ΡΠ΅ΡΠ²Π΅Ρ ΡΠΈΠΈ ΡΡΠΎ ΡΠ°ΡΠ» ΡΠΈΡΡΠ΅ΠΌΠΈ\n"
"ΡΠΎΠ΄ΡΠΆΠ°Ρ Π±ΠΈΠ½Π°ΡΠ½ΠΈ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ Π·Π° Π°ΡΡ
ΠΈΡΠ΅ΠΊΡΡΡΠΈ ΠΏΠΎΠΈΠ½Π°ΠΊΠ²ΠΈ ΠΎΠ΄ Π½Π΅Π³ΠΎΠ²Π°ΡΠ°."
#: fs/mount_options.pm:136
#, c-format
msgid ""
"Do not allow set-user-identifier or set-group-identifier\n"
"bits to take effect. (This seems safe, but is in fact rather unsafe if you\n"
"have suidperl(1) installed.)"
msgstr ""
"ΠΠ΅ Π΄ΠΎΠ·Π²ΠΎΠ»ΡΠ²Π°ΡΡΠ΅ Π±ΠΈΡΠΎΠ²ΠΈΡΠ΅ Π½Π° ΠΏΠΎΠ΄Π΅ΡΠΈ-ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΈ-ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ ΠΈΠ»ΠΈ\n"
"ΠΏΠΎΠ΄Π΅ΡΠΈ-Π³ΡΡΠΏΠ΅Π½-ΠΈΠ΄Π΅Π½ΡΠΈΡΠΈΠΊΠ°ΡΠΎΡ Π΄Π° ΡΠ΅ ΠΏΡΠΈΠΌΠ΅Π½Π°Ρ. (ΠΠ²Π° ΠΈΠ·Π³Π»Π΅Π΄Π° ΡΠΈΠ³ΡΡΠ½ΠΎ, Π½ΠΎ\n"
"Π²ΡΡΡΠ½ΠΎΡΡ Π½Π΅ Π΅ ΡΠΈΠ³ΡΡΠ½ΠΎ Π°ΠΊΠΎ ΠΈΠΌΠ°ΡΠ΅ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°Π½ΠΎ suidperl(1))"
#: fs/mount_options.pm:140
#, c-format
msgid "Mount the file system read-only."
msgstr "ΠΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π° ΡΠΈΡΡΠ΅ΠΌΡΠΊΠ°ΡΠ° Π΄Π°ΡΠΎΡΠ΅ΠΊΠ° Π΅ ΡΠ°ΠΌΠΎ Π·Π° ΡΠΈΡΠ°ΡΠ΅."
#: fs/mount_options.pm:142
#, c-format
msgid "All I/O to the file system should be done synchronously."
msgstr "Π‘ΠΈΡΠ΅ I/O ΠΎΠ΄ ΡΠΈΡΡΠ΅ΠΌΡΠΊΠΈΡΠ΅ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ ΡΡΠ΅Π±Π° Π΄Π° Π±ΠΈΠ΄Π°Ρ ΡΠΈΠ½Ρ
ΡΠ½ΠΈΠ·ΠΈΡΠ°Π½ΠΈ."
#: fs/mount_options.pm:144
#, c-format
msgid "Allow every user to mount and umount the file system."
msgstr ""
#: fs/mount_options.pm:146
#, c-format
msgid "Allow an ordinary user to mount the file system."
msgstr ""
#: fs/mount_options.pm:148
#, c-format
msgid "Enable user disk quota accounting, and optionally enforce limits"
msgstr ""
#: fs/mount_options.pm:150
#, c-format
msgid "Support \"user.\" extended attributes"
msgstr ""
#: fs/mount_options.pm:152
#, c-format
msgid "Give write access to ordinary users"
msgstr ""
#: fs/mount_options.pm:154
#, c-format
msgid "Give read-only access to ordinary users"
msgstr ""
#: fs/mount_point.pm:80
#, c-format
msgid "Duplicate mount point %s"
msgstr "ΠΡΠΏΠ»ΠΈΠΊΠ°Ρ ΡΠΎΡΠΊΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅: %s"
#: fs/mount_point.pm:95
#, c-format
msgid "No partition available"
msgstr "ΠΠ΅ΠΌΠ° Π΄ΠΎΡΡΠ°ΠΏΠ½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: fs/mount_point.pm:98
#, c-format
msgid "Scanning partitions to find mount points"
msgstr "Π‘ΠΊΠ΅Π½ΠΈΡΠ°ΡΠ΅ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΠΈ Π·Π° Π΄Π° ΡΠ΅ Π½Π°ΡΠ΄Π°Ρ ΡΠΎΡΠΊΠΈ Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅"
#: fs/mount_point.pm:105
#, c-format
msgid "Choose the mount points"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π³ΠΈ ΡΠΎΡΠΊΠΈΡΠ΅ Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅"
#: fs/partitioning.pm:46
#, c-format
msgid "Choose the partitions you want to format"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π³ΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΠΈΡΠ΅ Π·Π° ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°ΡΠ΅"
#: fs/partitioning.pm:76
#, c-format
msgid ""
"Failed to check filesystem %s. Do you want to repair the errors? (beware, "
"you can lose data)"
msgstr ""
"ΠΠ΅ΡΡΠΏΠ΅ΡΠ½Π° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌΠΎΡ %s. Π‘Π°ΠΊΠ°ΡΠ΅ Π»ΠΈ Π΄Π° Π³ΠΈ ΠΏΠΎΠΏΡΠ°Π²ΠΈΡΠ΅ Π³ΡΠ΅ΡΠΊΠΈΡΠ΅? "
"(Π²Π½ΠΈΠΌΠ°Π²Π°ΡΡΠ΅, ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΈΠ·Π³ΡΠ±ΠΈΡΠ΅ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ)"
#: fs/partitioning.pm:79
#, c-format
msgid "Not enough swap space to fulfill installation, please add some"
msgstr ""
"ΠΠ΅ΠΌΠ° Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ swap ΠΏΡΠΎΡΡΠΎΡ Π·Π° Π·Π°Π²ΡΡΡΠ²Π°ΡΠ΅ Π½Π° ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°ΡΠ°; Π΄ΠΎΠ΄Π°Π΄Π΅ΡΠ΅ ΠΌΠ°Π»ΠΊΡ"
#: fs/partitioning_wizard.pm:51
#, c-format
msgid ""
"You must have a root partition.\n"
"For this, create a partition (or click on an existing one).\n"
"Then choose action ``Mount point'' and set it to `/'"
msgstr ""
"ΠΠΎΡΠ° Π΄Π° ΠΈΠΌΠ°ΡΠ΅ root-ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°.\n"
"ΠΠ°ΡΠΎΠ°, ΡΠΎΠ·Π΄Π°Π΄Π΅ΡΠ΅ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° (ΠΈΠ»ΠΈ ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π²Π΅ΡΠ΅ ΠΏΠΎΡΡΠΎΠ΅ΡΠΊΠ°),\n"
"ΠΏΠΎΡΠΎΠ° ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ \"Π’ΠΎΡΠΊΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅\" ΠΈ ΠΏΠΎΡΡΠ°Π²Π΅ΡΠ΅ ΡΠ° Π½Π° \"/\""
#: fs/partitioning_wizard.pm:56
#, c-format
msgid ""
"You do not have a swap partition.\n"
"\n"
"Continue anyway?"
msgstr ""
"ΠΠ΅ΠΌΠ°ΡΠ΅ swap ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°.\n"
"\n"
"ΠΠ° ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠΈΠΌΠ΅?"
#: fs/partitioning_wizard.pm:84
#, c-format
msgid "Use free space"
msgstr "ΠΠΎΡΠΈΡΡΠΈ ΠΏΡΠ°Π·Π΅Π½ ΠΏΡΠΎΡΡΠΎΡ"
#: fs/partitioning_wizard.pm:86
#, c-format
msgid "Not enough free space to allocate new partitions"
msgstr "ΠΠ΅ΠΌΠ° Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ ΡΠ»ΠΎΠ±ΠΎΠ΄Π΅Π½ ΠΏΡΠΎΡΡΠΎΡ Π·Π° Π°Π»ΠΎΡΠΈΡΠ°ΡΠ΅ Π½Π° Π½ΠΎΠ²ΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ"
#: fs/partitioning_wizard.pm:94
#, c-format
msgid "Use existing partitions"
msgstr "ΠΠΎΡΠΈΡΡΠΈ Π³ΠΈ ΠΏΠΎΡΡΠΎΠ΅ΡΠΊΠΈΡΠ΅ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ"
#: fs/partitioning_wizard.pm:96
#, c-format
msgid "There is no existing partition to use"
msgstr "ΠΠ΅ ΠΏΠΎΡΡΠΎΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π·Π° Π΄Π° ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ"
#: fs/partitioning_wizard.pm:103
#, c-format
msgid "Use the Microsoft WindowsΒ partition for loopback"
msgstr "ΠΠΎΡΠΈΡΡΠΈ ΡΠ° Microsoft WindowsΒ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ° Π·Π° loopback"
#: fs/partitioning_wizard.pm:106
#, c-format
msgid "Which partition do you want to use for Linux4Win?"
msgstr "ΠΠΎΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° ΡΠ° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ Π·Π° Linux4Win?"
#: fs/partitioning_wizard.pm:108
#, c-format
msgid "Choose the sizes"
msgstr "ΠΠ·Π±ΠΈΡΠΈ Π³ΠΈ Π³ΠΎΠ»Π΅ΠΌΠΈΠ½ΠΈΡΠ΅"
#: fs/partitioning_wizard.pm:109
#, c-format
msgid "Root partition size in MB: "
msgstr "Root ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π²ΠΎ Π²ΠΎ ΠΠ: "
#: fs/partitioning_wizard.pm:110
#, c-format
msgid "Swap partition size in MB: "
msgstr "swap ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° (Π²ΠΎ ΠΠ): "
#: fs/partitioning_wizard.pm:119
#, c-format
msgid "There is no FAT partition to use as loopback (or not enough space left)"
msgstr ""
"ΠΠ΅ ΠΏΠΎΡΡΠΎΠΈ FAT ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π·Π° ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ ΠΊΠ°ΠΊΠΎ loopback\n"
"(ΠΈΠ»ΠΈ Π½Π΅ΠΌΠ° Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ ΠΏΡΠ΅ΠΎΡΡΠ°Π½Π°Ρ ΠΏΡΠΎΡΡΠΎΡ)"
#: fs/partitioning_wizard.pm:126
#, c-format
msgid "Use the free space on the Microsoft WindowsΒ partition"
msgstr "ΠΠΎΡΠΈΡΡΠΈ Π³ΠΎ ΠΏΡΠ°Π·Π½ΠΈΠΎΡ ΠΏΡΠΎΡΡΠΎΡ Π½Π° Windows ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ°"
#: fs/partitioning_wizard.pm:128
#, c-format
msgid "Which partition do you want to resize?"
msgstr "ΠΠΎΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° ΡΠ° Π·Π³ΠΎΠ»Π΅ΠΌΡΠ²Π°ΡΠ΅/Π½Π°ΠΌΠ°Π»ΡΠ²Π°ΡΠ΅?"
#: fs/partitioning_wizard.pm:142
#, c-format
msgid ""
"The FAT resizer is unable to handle your partition, \n"
"the following error occurred: %s"
msgstr ""
"FAT Π·Π³ΠΎΠ»Π΅ΠΌΡΠ²Π°ΡΠΎΡ Π½Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΡΠΏΡΠ°Π²ΠΈ ΡΠΎ ΠΠ°ΡΠ°ΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°,\n"
"Π·Π°ΡΡΠΎ ΡΠ΅ ΡΠ»ΡΡΠΈ ΡΠ»Π΅Π΄Π½Π°Π²Π° Π³ΡΠ΅ΡΠΊΠ°: %s"
#: fs/partitioning_wizard.pm:145
#, c-format
msgid "Computing the size of the Microsoft WindowsΒ partition"
msgstr "ΠΡΠ΅ΡΠΌΠ΅ΡΡΠ²Π°ΡΠ΅ Π½Π° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°ΡΠ° Π½Π° Microsoft WindowsΒ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ°"
#: fs/partitioning_wizard.pm:152
#, c-format
msgid ""
"Your Microsoft WindowsΒ partition is too fragmented. Please reboot your "
"computer under Microsoft WindowsΒ, run the ``defrag'' utility, then restart "
"the Mandriva Linux installation."
msgstr ""
"ΠΠ°ΡΠ°ΡΠ° Microsoft WindowsΒ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π΅ ΠΏΡΠ΅ΠΌΠ½ΠΎΠ³Ρ ΡΡΠ°Π³ΠΌΠ΅Π½ΡΠΈΡΠ°Π½Π°. Π Π΅ΡΡΠ°ΡΡΠΈΡΠ°ΡΡΠ΅ "
"Π³ΠΎ ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΎΡ, ΠΏΠΎΠ΄ΠΈΠ³Π½Π΅ΡΠ΅ Π³ΠΎ ΠΏΠΎΠ΄ Microsoft WindowsΒ, Π²ΠΊΠ»ΡΡΠ΅ΡΠ΅ ΡΠ° Π°Π»Π°ΡΠΊΠ°ΡΠ° "
"\"defrag\", ΠΈ ΠΏΠΎΡΠΎΠ° ΠΏΠΎΠ²ΡΠΎΡΠ½ΠΎ ΠΏΠΎΠ΄ΠΈΠ³Π½Π΅ΡΠ΅ ΡΠ° ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠΊΠ°ΡΠ° ΠΏΠΎΡΡΠ°ΠΏΠΊΠ° Π½Π° ΠΠ°Π΄ΡΠ°ΠΊ "
"ΠΠΈΠ½ΡΠΊΡ."
#: fs/partitioning_wizard.pm:155
#, c-format
msgid ""
"WARNING!\n"
"\n"
"\n"
"Your Microsoft WindowsΒ partition will be now resized.\n"
"\n"
"\n"
"Be careful: this operation is dangerous. If you have not already done so, "
"you first need to exit the installation, run \"chkdsk c:\" from a Command "
"Prompt under Microsoft WindowsΒ (beware, running graphical program \"scandisk"
"\" is not enough, be sure to use \"chkdsk\" in a Command Prompt!), "
"optionally run defrag, then restart the installation. You should also backup "
"your data.\n"
"\n"
"\n"
"When sure, press %s."
msgstr ""
"ΠΠ ΠΠΠ£ΠΠ ΠΠΠ£ΠΠΠΠ!\n"
"\n"
"\n"
"ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π°ΡΠ° Π½Π° Π²Π°ΡΠ°ΡΠ° βMicrosoft WindowsΒβ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΡΠ΅ Π±ΠΈΠ΄Π΅ ΠΏΡΠΎΠΌΠ΅Π½Π΅ΡΠ°.\n"
"\n"
"\n"
"ΠΠ½ΠΈΠΌΠ°Π²Π°ΡΡΠ΅: ΠΎΠ²Π°Π° ΠΎΠΏΠ΅ΡΠ°ΡΠΈΡΠ° Π΅ ΠΎΠΏΠ°ΡΠ½Π°. ΠΠ°ΡΠΏΡΠ²ΠΎ Π΅ ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ Π΄Π° ΠΈΠ·Π²ΡΡΠΈΡΠ΅βchkdsk "
"c:βΠΏΡΠ΅ΠΊΡ ΠΊΠΎΠΌΠ°Π½Π΄Π½Π°ΡΠ° ΠΊΠΎΠ½Π·ΠΎΠ»Π° Π²ΠΎ βWindowsβ. ΠΠΎΠΊΠΎΠ»ΠΊΡ Π½Π΅ ΡΡΠ΅ Π³ΠΎ ΡΡΠΎΡΠΈΠ»Π΅ ΡΠΎΠ°,"
"ΡΡΠ΅Π±Π° Π΄Π° ΠΈΠ·Π»Π΅Π·Π΅ΡΠ΅ ΠΎΠ΄ ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°Π²Π°, ΠΈ Π΄Π° ΡΠ° ΠΈΠ·Π²ΡΡΠΈΡΠ΅ ΠΎΠ²Π°Π° ΠΊΠΎΠΌΠ°Π½Π΄Π°"
"(Π²Π½ΠΈΠΌΠ°Π²Π°ΡΡΠ΅, Π½Π΅ Π΅ Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ Π΄Π° Π³ΠΎ ΠΈΠ·Π²ΡΡΠΈΡΠ΅ Π³ΡΠ°ΡΠΈΡΠΊΠΈΠΎΡ ΠΏΡΠΎΠ³ΡΠ°ΠΌ βscandiskβ,"
"Π±ΠΈΠ΄Π΅ΡΠ΅ ΡΠΈΠ³ΡΡΠ½ΠΈ Π΄Π΅ΠΊΠ° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ βchkdskβ Π²ΠΎ ΠΊΠΎΠΌΠ°Π½Π΄Π½Π°ΡΠ° ΠΊΠΎΠ½Π·ΠΎΠ»Π°!). ΠΠ°ΠΊΠΎ "
"ΠΎΠΏΡΠΈΡΠ°ΠΌΠΎΠΆΠ΅ Π΄Π° Π³ΠΎ ΠΈΠ·Π²ΡΡΠΈΡΠ΅ ΠΈ βdefragβ ΠΈ ΠΏΠΎΡΠΎΠ° ΠΏΠΎΠ²ΡΠΎΡΠ½ΠΎ Π΄Π° ΡΠ° Π²ΠΊΠ»ΡΡΠΈΡΠ΅ "
"ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°ΡΠ°.ΠΡΡΠΎ ΡΠ°ΠΊΠ°, ΠΏΠΎΠΆΠ΅Π»Π½ΠΎ Π΅ Π΄Π° Π½Π°ΠΏΡΠ°Π²ΠΈΡΠ΅ ΠΈ ΡΠ΅Π·Π΅ΡΠ²Π½Π° ΠΊΠΎΠΏΠΈΡΠ° Π½Π° Π²Π°ΡΠΈΡΠ΅ "
"ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ.\n"
"\n"
"\n"
"ΠΠΎΠ³Π° ΡΠ΅ ΡΡΠ΅ ΡΠΈΠ³ΡΡΠ½ΠΈ, ΠΏΡΠΈΡΠΈΡΠ½Π΅ΡΠ΅ β%sβ"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: fs/partitioning_wizard.pm:164 interactive.pm:542 interactive/curses.pm:263
#: ugtk2.pm:512
#, c-format
msgid "Next"
msgstr "Π‘Π»Π΅Π΄Π½ΠΎ"
#: fs/partitioning_wizard.pm:167
#, fuzzy, c-format
msgid "Partitionning"
msgstr "ΠΠ°ΡΡΠΈΡΠΈΠΎΠ½ΠΈΡΠ°ΡΠ΅"
#: fs/partitioning_wizard.pm:167
#, c-format
msgid "Which size do you want to keep for Microsoft WindowsΒ on partition %s?"
msgstr "ΠΠΎΠ»ΠΊΠ°Π²Π° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π΄Π° ΠΎΡΡΠ°Π½Π΅ Π·Π° Microsoft WindowsΒ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° %s?"
#: fs/partitioning_wizard.pm:168
#, c-format
msgid "Size"
msgstr "ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π°"
#: fs/partitioning_wizard.pm:177
#, c-format
msgid "Resizing Microsoft WindowsΒ partition"
msgstr "ΠΠ³ΠΎΠ»Π΅ΠΌΡΠ²Π°ΡΠ΅/Π½Π°ΠΌΠ°Π»ΡΠ²Π°ΡΠ΅ Π½Π° Microsoft WindowsΒ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: fs/partitioning_wizard.pm:182
#, c-format
msgid "FAT resizing failed: %s"
msgstr "FAT Π·Π³ΠΎΠ»Π΅ΠΌΡΠ²Π°ΡΠ΅ΡΠΎ/Π½Π°ΠΌΠ°Π»ΡΠ²Π°ΡΠ΅ΡΠΎ Π½Π΅ ΡΡΠΏΠ΅Π°: %s"
#: fs/partitioning_wizard.pm:197
#, c-format
msgid "There is no FAT partition to resize (or not enough space left)"
msgstr ""
"ΠΠ΅ ΠΏΠΎΡΡΠΎΠΈ FAT ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π·Π° Π·Π³ΠΎΠ»Π΅ΠΌΡΠ²Π°ΡΠ΅/Π½Π°ΠΌΠ°Π»ΡΠ²Π°ΡΠ΅ (ΠΈΠ»ΠΈ Π½Π΅ΠΌΠ° Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ "
"ΠΏΡΠ΅ΠΎΡΡΠ°Π½Π°Ρ ΠΏΡΠΎΡΡΠΎΡ)"
#: fs/partitioning_wizard.pm:202
#, c-format
msgid "Remove Microsoft WindowsΒ"
msgstr "ΠΡΡΡΡΠ°Π½ΠΈ Π³ΠΎ Microsoft WindowsΒ"
#: fs/partitioning_wizard.pm:202
#, c-format
msgid "Erase and use entire disk"
msgstr "ΠΠ·Π±ΡΠΈΡΠΈ ΠΈ ΠΊΠΎΡΠΈΡΡΠΈ Π³ΠΎ ΡΠ΅Π»ΠΈΠΎΡ Π΄ΠΈΡΠΊ"
#: fs/partitioning_wizard.pm:204
#, c-format
msgid "You have more than one hard drive, which one do you install linux on?"
msgstr "ΠΠΌΠ°ΡΠ΅ ΠΏΠΎΠ²Π΅ΡΠ΅ ΠΎΠ΄ Π΅Π΄Π΅Π½ Ρ
Π°ΡΠ΄ Π΄ΠΈΡΠΊ; Π½Π° ΠΊΠΎΡ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ ΠΠΈΠ½ΡΠΊΡ?"
#: fs/partitioning_wizard.pm:210 fsedit.pm:566
#, c-format
msgid "ALL existing partitions and their data will be lost on drive %s"
msgstr "Π‘ΠΠ’Π ΠΏΠΎΡΡΠΎΠ΅ΡΠΊΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ ΠΈ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ Π½Π° %s ΡΠ΅ Π±ΠΈΠ΄Π°Ρ ΠΈΠ·Π³ΡΠ±Π΅Π½ΠΈ"
#: fs/partitioning_wizard.pm:221
#, c-format
msgid "Custom disk partitioning"
msgstr "Π‘ΠΎΠΏΡΡΠ²Π΅Π½ΠΎ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ΅"
#: fs/partitioning_wizard.pm:227
#, c-format
msgid "Use fdisk"
msgstr "ΠΠΎΡΠΈΡΡΠΈ fdisk"
#: fs/partitioning_wizard.pm:230
#, c-format
msgid ""
"You can now partition %s.\n"
"When you are done, do not forget to save using `w'"
msgstr ""
"Π‘Π΅Π³Π° ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π³ΠΎ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ΅ %s.\n"
"ΠΠΎΠ³Π° ΡΠ΅ Π·Π°Π²ΡΡΠΈΡΠ΅, Π½Π΅ Π·Π°Π±ΠΎΡΠ°Π²Π°ΡΡΠ΅ Π΄Π° Π·Π°ΡΡΠ²Π°ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠ΅ΡΡΠΈ \"w\""
#: fs/partitioning_wizard.pm:270
#, c-format
msgid "I can not find any room for installing"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ°ΠΌ Π΄Π° Π½Π°ΡΠ΄Π°ΠΌ ΠΏΡΠΎΡΡΠΎΡ Π·Π° ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅"
#: fs/partitioning_wizard.pm:274
#, c-format
msgid "The DrakX Partitioning wizard found the following solutions:"
msgstr "DrakX ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠΊΠ°ΡΠ° ΡΠ°ΠΌΠΎΠ²ΠΈΠ»Π° Π³ΠΈ ΠΏΡΠΎΠ½Π°ΡΠ΄Π΅ ΡΠ»Π΅Π΄Π½ΠΈΠ²Π΅ ΡΠ΅ΡΠ΅Π½ΠΈΡΠ°:"
#: fs/partitioning_wizard.pm:282
#, c-format
msgid "Partitioning failed: %s"
msgstr "ΠΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π΅ ΡΡΠΏΠ΅Π°: %s"
#: fs/type.pm:368
#, c-format
msgid "You can not use JFS for partitions smaller than 16MB"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ JFS Π·Π° ΠΏΠ°ΡΡΠΈΡΠΈΠΈ ΠΏΠΎΠΌΠ°Π»ΠΈ ΠΎΠ΄ 16MB"
#: fs/type.pm:369
#, c-format
msgid "You can not use ReiserFS for partitions smaller than 32MB"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ReiserFS Π·Π° ΠΏΠ°ΡΡΠΈΡΠΈΠΈ ΠΏΠΎΠΌΠ°Π»ΠΈ ΠΎΠ΄ 32MB"
#: fsedit.pm:27
#, c-format
msgid "with /usr"
msgstr "ΡΠΎ /usr"
#: fsedit.pm:32
#, c-format
msgid "server"
msgstr "ΡΠ΅ΡΠ²Π΅Ρ"
#: fsedit.pm:116
#, c-format
msgid "BIOS software RAID detected on disks %s. Activate it?"
msgstr ""
#: fsedit.pm:224
#, c-format
msgid ""
"I can not read the partition table of device %s, it's too corrupted for me :"
"(\n"
"I can try to go on, erasing over bad partitions (ALL DATA will be lost!).\n"
"The other solution is to not allow DrakX to modify the partition table.\n"
"(the error is %s)\n"
"\n"
"Do you agree to lose all the partitions?\n"
msgstr ""
"ΠΠ΅ ΠΌΠΎΠΆΠ°ΠΌ Π΄Π° ΡΠ° ΠΏΡΠΎΡΠΈΡΠ°ΠΌ ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ°ΡΠ° ΡΠ°Π±Π΅Π»Π° Π½Π° ΡΡΠ΅Π΄ΠΎΡ %s, Π·Π° ΠΌΠ΅Π½Π΅ Π΅ ΠΏΡΠ΅ΠΌΠ½ΠΎΠ³Ρ "
"ΡΠ°ΡΠΈΠΏΠ°Π½Π°:(\n"
"ΠΠΎΠΆΠ°ΠΌ Π΄Π° ΡΠ΅ ΠΎΠ±ΠΈΠ΄Π°ΠΌ Π΄Π° ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠ°ΠΌ, ΠΏΡΠ΅Π±ΡΠΈΡΡΠ²Π°ΡΡΠΈ ΠΏΡΠ΅ΠΊΡ Π»ΠΎΡΠΈΡΠ΅ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ\n"
"(Π‘ΠΠ’Π ΠΠΠΠΠ’ΠΠ¦Π ΡΠ΅ Π±ΠΈΠ΄Π°Ρ ΠΈΠ·Π³ΡΠ±Π΅Π½ΠΈ).\n"
"ΠΡΡΠ³ΠΎ ΡΠ΅ΡΠ΅Π½ΠΈΠ΅ Π΅ Π΄Π° Π½Π΅ Π΄ΠΎΠ·Π²ΠΎΠ»ΠΈΡΠ΅ DrakX Π΄Π° ΡΠ° ΠΌΠΎΠ΄ΠΈΡΠΈΡΠΈΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ°ΡΠ° ΡΠ°Π±Π΅Π»Π°.\n"
"(Π³ΡΠ΅ΡΠΊΠ°ΡΠ° Π΅ %s)\n"
"\n"
"ΠΠ°Π»ΠΈ ΡΠ΅ ΡΠ»ΠΎΠΆΡΠ²Π°ΡΠ΅ Π΄Π° Π³ΠΈ ΠΈΠ·Π³ΡΠ±ΠΈΡΠ΅ ΡΠΈΡΠ΅ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ?\n"
#: fsedit.pm:393
#, c-format
msgid "Mount points must begin with a leading /"
msgstr "Π’ΠΎΡΠΊΠΈΡΠ΅ Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ ΠΌΠΎΡΠ° Π΄Π° ΠΏΠΎΡΠ½ΡΠ²Π°Π°Ρ ΡΠΎ ΠΏΡΠ΅ΡΠΈΠΊΡ /"
#: fsedit.pm:394
#, c-format
msgid "Mount points should contain only alphanumerical characters"
msgstr "Π’ΠΎΡΠΊΠΈΡΠ΅ Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ ΡΡΠ΅Π±Π° Π΄Π° ΡΠΎΠ΄ΡΠΆΠ°Ρ ΡΠ°ΠΌΠΎ Π°Π»ΡΠ°Π½ΡΠΌΠ΅ΡΠΈΡΠΊΠΈ ΠΊΠ°ΡΠ°ΠΊΡΠ΅ΡΠΈ"
#: fsedit.pm:395
#, c-format
msgid "There is already a partition with mount point %s\n"
msgstr "ΠΠ΅ΡΠ΅ ΠΏΠΎΡΡΠΎΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΡΠΎ ΡΠΎΡΠΊΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ %s\n"
#: fsedit.pm:399
#, c-format
msgid ""
"You've selected a software RAID partition as root (/).\n"
"No bootloader is able to handle this without a /boot partition.\n"
"Please be sure to add a /boot partition"
msgstr ""
"ΠΠ·Π±ΡΠ°Π²ΡΠ΅ ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠ° RAID ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° ΠΊΠ°ΠΊΠΎ root-ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° (/).\n"
"ΠΠΈΡΡ Π΅Π΄Π΅Π½ ΠΏΠΎΠ΄ΠΈΠ³Π°Ρ Π½Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΡΠΏΡΠ°Π²ΠΈ ΡΠΎ ΠΎΠ²Π° Π±Π΅Π· /boot ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°.\n"
"ΠΠ΅ ΠΌΠΎΠ»ΠΈΠΌΠ΅ Π±ΠΈΠ΄Π΅ΡΠ΅ ΡΠΈΠ³ΡΡΠ½ΠΈ Π΄Π° Π΄ΠΎΠ΄Π°Π΄Π΅ΡΠ΅ /boot ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: fsedit.pm:405
#, fuzzy, c-format
msgid ""
"You can not use the LVM Logical Volume for mount point %s since it spans "
"physical volumes"
msgstr ""
"ΠΠ΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ LVM Π»ΠΎΠ³ΠΈΡΠΊΠΈ Π²ΠΎΠ»ΡΠΌΠ΅Π½ Π·Π° ΡΠΎΡΠΊΠ°ΡΠ°ΡΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ %s"
#: fsedit.pm:407
#, fuzzy, c-format
msgid ""
"You've selected the LVM Logical Volume as root (/).\n"
"The bootloader is not able to handle this when the volume spans physical "
"volumes.\n"
"You should create a /boot partition first"
msgstr ""
"ΠΠ·Π±ΡΠ°Π²ΡΠ΅ LVM Π»ΠΎΠ³ΠΈΡΠΊΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° root-ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° (/).\n"
"ΠΠΎΠ΄ΠΈΠ³Π°ΡΠΎΡ Π½Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΡΠΏΡΠ°Π²ΠΈ ΡΠΎ ΠΎΠ²Π° Π±Π΅Π· /boot ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°.\n"
"ΠΠ΅ ΠΌΠΎΠ»ΠΈΠΌΠ΅ Π±ΠΈΠ΄Π΅ΡΠ΅ ΡΠΈΠ³ΡΡΠ½ΠΈ Π΄Π° Π΄ΠΎΠ΄Π°Π΄Π΅ΡΠ΅ /boot ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°"
#: fsedit.pm:411 fsedit.pm:413
#, c-format
msgid "This directory should remain within the root filesystem"
msgstr "ΠΠ²ΠΎΡ Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌ Π±ΠΈ ΡΡΠ΅Π±Π°Π»ΠΎ Π΄Π° ΠΎΡΡΠ°Π½Π΅ Π²ΠΎ root-ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌΠΎΡ"
#: fsedit.pm:415 fsedit.pm:417
#, c-format
msgid ""
"You need a true filesystem (ext2/ext3, reiserfs, xfs, or jfs) for this mount "
"point\n"
msgstr ""
"ΠΠΎΡΡΠ΅Π±Π΅Π½ Π²ΠΈ Π΅ Π²ΠΈΡΡΠΈΠ½ΡΠΊΠΈ ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ (ext2/ext3, reiserfs, xfs, ΠΈΠ»ΠΈ jfs) Π·Π° "
"ΠΎΠ²Π°Π° ΡΠΎΡΠΊΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅\n"
#: fsedit.pm:419
#, c-format
msgid "You can not use an encrypted file system for mount point %s"
msgstr "ΠΠ΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ΠΊΡΠΈΠΏΡΠΈΡΠ°Π½ ΡΠ°ΡΠ»ΡΠΈΡΡΠ΅ΠΌ Π·Π° ΡΠΎΡΠΊΠ°ΡΠ° Π½Π° ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ %s"
#: fsedit.pm:483
#, c-format
msgid "Not enough free space for auto-allocating"
msgstr "ΠΠ΅ΠΌΠ° Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ ΡΠ»ΠΎΠ±ΠΎΠ΄Π΅Π½ ΠΏΡΠΎΡΡΠΎΡ Π·Π° Π°Π²ΡΠΎ-Π°Π»ΠΎΡΠΈΡΠ°ΡΠ΅"
#: fsedit.pm:485
#, c-format
msgid "Nothing to do"
msgstr "ΠΠ΅ ΠΏΡΠ°Π²ΠΈ Π½ΠΈΡΡΠΎ"
#: harddrake/data.pm:64
#, c-format
msgid "SATA controllers"
msgstr "SATA ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:73
#, c-format
msgid "RAID controllers"
msgstr "RAID ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:83
#, c-format
msgid "(E)IDE/ATA controllers"
msgstr "(E)IDE/ATA ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:93
#, fuzzy, c-format
msgid "Card readers"
msgstr "ΠΠΎΠ΄Π΅Π» Π½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ°:"
#: harddrake/data.pm:102
#, c-format
msgid "Firewire controllers"
msgstr "Firewire ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:111
#, c-format
msgid "PCMCIA controllers"
msgstr "PCMCIA ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:120
#, c-format
msgid "SCSI controllers"
msgstr "SCSI ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:129
#, c-format
msgid "USB controllers"
msgstr "7USB ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:138
#, c-format
msgid "USB ports"
msgstr "USB ΠΏΠΎΡΡΠΈ"
#: harddrake/data.pm:147
#, c-format
msgid "SMBus controllers"
msgstr "SMBus ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:156
#, c-format
msgid "Bridges and system controllers"
msgstr "ΠΠΎΡΡΠΎΠ²ΠΈ ΠΈ ΡΠΈΡΡΠ΅ΠΌ ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:168
#, c-format
msgid "Floppy"
msgstr "Floppy"
#: harddrake/data.pm:178
#, c-format
msgid "Zip"
msgstr "ΠΠ°ΠΊΡΠ²Π°Π½"
#: harddrake/data.pm:194
#, c-format
msgid "Hard Disk"
msgstr "ΠΠΈΡΠΊ"
#: harddrake/data.pm:204
#, c-format
msgid "USB Mass Storage Devices"
msgstr ""
#: harddrake/data.pm:213
#, c-format
msgid "CDROM"
msgstr "CDROM"
#: harddrake/data.pm:223
#, c-format
msgid "CD/DVD burners"
msgstr "CD/DVD ΡΠ΅ΠΆΠ°ΡΠΈ"
#: harddrake/data.pm:233
#, c-format
msgid "DVD-ROM"
msgstr "DVD-ROM"
#: harddrake/data.pm:243
#, c-format
msgid "Tape"
msgstr "ΠΠ΅Π½ΡΠ°"
#: harddrake/data.pm:254
#, c-format
msgid "AGP controllers"
msgstr "AGP ΠΊΠΎΠ½ΡΡΠΎΠ»Π΅ΡΠΈ"
#: harddrake/data.pm:263
#, c-format
msgid "Videocard"
msgstr "ΠΠΈΠ΄Π΅ΠΎ ΠΊΠ°ΡΡΠΈΡΠΊΠ°"
#: harddrake/data.pm:272
#, c-format
msgid "DVB card"
msgstr ""
#: harddrake/data.pm:280
#, c-format
msgid "Tvcard"
msgstr "Π’Π ΠΊΠ°ΡΡΠΈΡΠΊΠ°"
#: harddrake/data.pm:289
#, c-format
msgid "Other MultiMedia devices"
msgstr "ΠΡΡΠ³ΠΈ ΠΡΠ»ΡΠΈΠΌΠ΅Π΄ΠΈΡΠ°Π»Π½ΠΈ ΡΡΠ΅Π΄ΠΈ"
#: harddrake/data.pm:298
#, c-format
msgid "Soundcard"
msgstr "ΠΠ²ΡΡΠ½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ°"
#: harddrake/data.pm:311
#, c-format
msgid "Webcam"
msgstr "ΠΠ΅Π±-ΠΊΠ°ΠΌΠ΅ΡΠ°"
#: harddrake/data.pm:325
#, c-format
msgid "Processors"
msgstr "ΠΡΠΎΡΠ΅ΡΠΎΡΠΈ"
#: harddrake/data.pm:335
#, c-format
msgid "ISDN adapters"
msgstr "ISDN ΠΊΠ°ΡΡΠΈΡΠΊΠΈ"
#: harddrake/data.pm:346
#, c-format
msgid "USB sound devices"
msgstr ""
#: harddrake/data.pm:355
#, c-format
msgid "Radio cards"
msgstr ""
#: harddrake/data.pm:364
#, c-format
msgid "ATM network cards"
msgstr ""
#: harddrake/data.pm:373
#, c-format
msgid "WAN network cards"
msgstr ""
#: harddrake/data.pm:382
#, c-format
msgid "Bluetooth devices"
msgstr ""
#: harddrake/data.pm:391
#, c-format
msgid "Ethernetcard"
msgstr "ΠΡΠ΅ΠΆΠ½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ°"
#: harddrake/data.pm:408
#, c-format
msgid "Modem"
msgstr "ΠΠΎΠ΄Π΅ΠΌ"
#: harddrake/data.pm:418
#, c-format
msgid "ADSL adapters"
msgstr ""
#: harddrake/data.pm:430
#, c-format
msgid "Memory"
msgstr "ΠΠ΅ΠΌΠΎΡΠΈΡΠ°"
#: harddrake/data.pm:439
#, c-format
msgid "Printer"
msgstr "ΠΡΠΈΠ½ΡΠ΅Ρ"
#. -PO: these are joysticks controllers:
#: harddrake/data.pm:453
#, c-format
msgid "Game port controllers"
msgstr ""
#: harddrake/data.pm:462
#, c-format
msgid "Joystick"
msgstr "ΠΠΎΡΡΡΠΈΠΊ"
#: harddrake/data.pm:472
#, c-format
msgid "Keyboard"
msgstr "Π’Π°ΡΡΠ°ΡΡΡΠ°"
#: harddrake/data.pm:485
#, c-format
msgid "Tablet and touchscreen"
msgstr ""
#: harddrake/data.pm:494
#, c-format
msgid "Mouse"
msgstr "ΠΠ»ΡΡΠ΅Ρ"
#: harddrake/data.pm:508
#, c-format
msgid "Biometry"
msgstr ""
#: harddrake/data.pm:516
#, c-format
msgid "UPS"
msgstr "UPS"
#: harddrake/data.pm:525
#, c-format
msgid "Scanner"
msgstr "Π‘ΠΊΠ΅Π½Π΅Ρ"
#: harddrake/data.pm:536
#, c-format
msgid "Unknown/Others"
msgstr "ΠΠ΅ΠΏΠΎΠ·Π½Π°ΡΠΎ/ΠΡΡΠ³ΠΈ"
#: harddrake/data.pm:564
#, c-format
msgid "cpu # "
msgstr "cpu #"
#: harddrake/sound.pm:202
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "ΠΠΎΡΠ΅ΠΊΠ°ΡΡΠ΅... ΠΡΠΈΠΌΠ΅Π½Π° Π½Π° ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΡΠ°ΡΠ°"
#: harddrake/sound.pm:305
#, c-format
msgid "Enable PulseAudio"
msgstr ""
#: harddrake/sound.pm:309
#, c-format
msgid "Automatic routing from ALSA to PulseAudio"
msgstr ""
#: harddrake/sound.pm:344
#, c-format
msgid "Enable 5.1 sound with Pulse Audio"
msgstr ""
#: harddrake/sound.pm:348
#, c-format
msgid "Enable user switching for audio applications"
msgstr ""
#: harddrake/sound.pm:318
#, c-format
msgid "Reset sound mixer to default values"
msgstr ""
#: harddrake/sound.pm:323
#, c-format
msgid "Trouble shooting"
msgstr "Π Π΅ΡΠ°Π²Π°ΡΠ΅ ΠΡΠΎΠ±Π»Π΅ΠΌΠΈ"
#: harddrake/sound.pm:330
#, c-format
msgid "No alternative driver"
msgstr "ΠΠ΅ΠΌΠ° Π°Π»ΡΠ΅ΡΠ½Π°ΡΠΈΠ²Π΅Π½ Π΄ΡΠ°ΡΠ²Π΅Ρ"
#: harddrake/sound.pm:240
#, c-format
msgid ""
"There's no known OSS/ALSA alternative driver for your sound card (%s) which "
"currently uses \"%s\""
msgstr ""
"ΠΠ΅ ΠΏΠΎΡΡΠΎΠΈ ΠΏΠΎΠ·Π½Π°Ρ OSS/ALSA Π°Π»ΡΠ΅ΡΠ½Π°ΡΠΈΠ²Π΅Π½ Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° ΠΠ°ΡΠ°ΡΠ° Π·Π²ΡΡΠ½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ° (%"
"s) ΠΊΠΎΡΠ° ΠΌΠΎΠΌΠ΅Π½ΡΠ°Π»Π½ΠΎ Π³ΠΎ ΠΊΠΎΡΠΈΡΡΠΈ \"%s\""
#: harddrake/sound.pm:246
#, c-format
msgid "Sound configuration"
msgstr "ΠΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΡΠ° Π½Π° Π·Π²ΡΠΊ"
#: harddrake/sound.pm:248
#, c-format
msgid ""
"Here you can select an alternative driver (either OSS or ALSA) for your "
"sound card (%s)."
msgstr ""
"ΠΠ²Π΄Π΅ ΠΌΠΎΠΆΠ΅ Π΄Π° ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π°Π»ΡΠ΅ΡΠ½Π°ΡΠΈΠ²Π΅Π½ Π΄ΡΠ°ΡΠ²Π΅Ρ (ΠΈΠ»ΠΈ OSS ΠΈΠ»ΠΈ ALSA) Π·Π° ΠΠ°ΡΠ°ΡΠ° "
"Π·Π²ΡΡΠ½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ° (%s)."
#. -PO: here the first %s is either "OSS" or "ALSA",
#. -PO: the second %s is the name of the current driver
#. -PO: and the third %s is the name of the default driver
#: harddrake/sound.pm:253
#, c-format
msgid ""
"\n"
"\n"
"Your card currently use the %s\"%s\" driver (default driver for your card is "
"\"%s\")"
msgstr ""
"\n"
"\n"
"ΠΠ°ΡΠ°ΡΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ° ΠΌΠΎΠΌΠ΅Π½ΡΠ°Π»Π½ΠΎ Π³ΠΎ ΠΊΠΎΡΠΈΡΡΠΈ Π΄ΡΠ°ΡΠ²Π΅ΡΠΎΡ %s\"%s\" (ΠΏΠΎΠ΄ΡΠ°Π·Π±ΠΈΡΠ°Π½ΠΈΠΎΡ "
"Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° ΠΠ°ΡΠ°ΡΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ° Π΅ \"%s\")"
#: harddrake/sound.pm:255
#, fuzzy, c-format
msgid ""
"OSS (Open Sound System) was the first sound API. It's an OS independent "
"sound API (it's available on most UNIX(tm) systems) but it's a very basic "
"and limited API.\n"
"What's more, OSS drivers all reinvent the wheel.\n"
"\n"
"ALSA (Advanced Linux Sound Architecture) is a modularized architecture "
"which\n"
"supports quite a large range of ISA, USB and PCI cards.\n"
"\n"
"It also provides a much higher API than OSS.\n"
"\n"
"To use alsa, one can either use:\n"
"- the old compatibility OSS api\n"
"- the new ALSA api that provides many enhanced features but requires using "
"the ALSA library.\n"
msgstr ""
"OSS (Open Sound System) Π±Π΅ΡΠ΅ ΠΏΡΠ²ΠΎΡΠΎ Π·Π²ΡΡΠ½ΠΎ API. Π’ΠΎΠ° Π΅ Π½Π΅Π·Π°Π²ΠΈΡΠ½ΠΎ ΠΎΠ΄ "
"ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠ²Π½ΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ (Π΄ΠΎΡΡΠ°ΠΏΠ½ΠΎ Π΅ Π½Π° ΠΏΠΎΠ²Π΅ΡΠ΅ΡΠΎ ΡΡΠ½ΠΈΠΊΡΠΈ), Π½ΠΎ Π΅ ΠΌΠ½ΠΎΠ³Ρ Π΅Π΄Π½ΠΎΡΡΠ°Π²Π½ΠΎ "
"ΠΈ ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½ΠΎ.\n"
"ΠΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅Π»Π½ΠΎ, OSS Π΄ΡΠ°ΡΠ²Π΅ΡΠΈΡΠ΅ ΠΏΡΠ°Π²Π°Ρ ΡΠ΅ ΠΎΠ΄ ΠΏΠΎΡΠ΅ΡΠΎΠΊ.\n"
"\n"
"ALSA (Advanced Linux Sound Architecture) Π΅ ΠΌΠΎΠ΄ΡΠ»Π°ΡΠΈΠ·ΠΈΡΠ°Π½Π° Π°ΡΡ
ΠΈΡΠ΅ΠΊΡΡΡΠ° ΠΊΠΎΡΠ° "
"ΠΏΠΎΠ΄Π΄ΡΠΆΡΠ²Π° Π³ΠΎΠ»Π΅ΠΌ Π±ΡΠΎΡ ISA, USB ΠΈ PCI ΠΊΠ°ΡΡΠΈΡΠΊΠΈ.\n"
"\n"
"ΠΡΡΠΎ ΡΠ°ΠΊΠ°, Π½ΡΠ΄ΠΈ ΠΈ \"ΠΏΠΎΠ²ΠΈΡΠΎΠΊΠΎ\" API ΠΎΠ΄ OSS.\n"
"\n"
"ΠΠ° Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ALSA, ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΠΏΠΎΠΌΠ΅ΡΡ:\n"
"- ΡΡΠ°ΡΠΎΡΠΎ API ΠΊΠΎΠΌΠΏΠ°ΡΠΈΠ±ΠΈΠ»Π½ΠΎ ΡΠΎ OSS - Π½ΠΎΠ²ΠΎΡΠΎ ALSA API ΠΊΠΎΠ΅ Π½ΡΠ΄ΠΈ ΠΌΠ½ΠΎΠ³Ρ Π½Π°ΠΏΡΠ΅Π΄Π½ΠΈ "
"ΠΌΠΎΠΆΠ½ΠΎΡΡΠΈ, Π½ΠΎ Π±Π°ΡΠ° ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ Π½Π° ALSA Π±ΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ°ΡΠ°.\n"
#: harddrake/sound.pm:269 harddrake/sound.pm:354
#, c-format
msgid "Driver:"
msgstr "ΠΡΠ°ΡΠ²Π΅Ρ:"
#: harddrake/sound.pm:379
#, fuzzy, c-format
msgid ""
"The old \"%s\" driver is blacklisted.\n"
"\n"
"It has been reported to oops the kernel on unloading.\n"
"\n"
"The new \"%s\" driver will only be used on next bootstrap."
msgstr ""
"Π‘ΡΠ°ΡΠΈΠΎΡ Π΄ΡΠ°ΡΠ²Π΅Ρ \"%s\" Π΅ Π²ΠΎ ΡΡΠ½Π°ΡΠ° Π»ΠΈΡΡΠ°.\n"
"\n"
"ΠΠΌΠ° ΠΈΠ·Π²Π΅ΡΡΠ°ΠΈ Π΄Π΅ΠΊΠ° Π³ΠΎ oops-ΡΠ²Π° ΠΊΡΠ½Π΅Π»ΠΎΡ ΠΏΡΠΈ ΠΈΡΠΊΠ»ΡΡΡΠ²Π°ΡΠ΅.\n"
"\n"
"ΠΠΎΠ²ΠΈΠΎ Π΄ΡΠ°ΡΠ²Π΅Ρ \"%s\" ΡΠ΅ ΡΠ΅ ΡΠΏΠΎΡΡΠ΅Π±ΠΈ Π½Π° Π½Π°ΡΠ΅Π΄Π½ΠΎΡΠΎ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅."
#: harddrake/sound.pm:294
#, c-format
msgid "No open source driver"
msgstr "ΠΠ΅ΠΌΠ° ΠΏΠΎΠ·Π½Π°Ρ Π΄ΡΠ°ΡΠ²Π΅Ρ ΡΠΎ ΠΎΡΠ²ΠΎΡΠ΅Π½ ΠΊΠΎΠ΄"
#: harddrake/sound.pm:295
#, c-format
msgid ""
"There's no free driver for your sound card (%s), but there's a proprietary "
"driver at \"%s\"."
msgstr ""
"ΠΠ΅ΠΌΠ° Π±Π΅ΡΠΏΠ»Π°ΡΠ΅Π½ Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° Π²Π°ΡΠ°ΡΠ° Π·Π²ΡΡΠΊΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ° (%s), Π½ΠΎ ΠΈΠΌΠ° ΠΏΠ»Π°ΡΠ΅Π½ Π΄ΡΠ°ΡΠ²Π΅Ρ "
"Π½Π° \"%s\"."
#: harddrake/sound.pm:298
#, c-format
msgid "No known driver"
msgstr "ΠΠ΅ΠΌΠ° ΠΏΠΎΠ·Π½Π°Ρ Π΄ΡΠ°ΡΠ²Π΅Ρ"
#: harddrake/sound.pm:299
#, c-format
msgid "There's no known driver for your sound card (%s)"
msgstr "ΠΠ΅ΠΌΠ° ΠΏΠΎΠ·Π½Π°Ρ Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° ΠΠ°ΡΠ°ΡΠ° Π·Π²ΡΡΠ½Π° (%s)"
#: harddrake/sound.pm:314
#, c-format
msgid "Sound trouble shooting"
msgstr "ΠΡΡΡΡΠ°Π½ΡΠ²Π°ΡΠ΅ Π½Π° ΠΏΡΠΎΠ±Π»Π΅ΠΌΠΎΡ Π·Π° Π·Π²ΡΠΊΠΎΡ"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:317
#, c-format
msgid ""
"The classic bug sound tester is to run the following commands:\n"
"\n"
"\n"
"- \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card uses\n"
"by default\n"
"\n"
"- \"grep sound-slot /etc/modprobe.conf\" will tell you what driver it\n"
"currently uses\n"
"\n"
"- \"/sbin/lsmod\" will enable you to check if its module (driver) is\n"
"loaded or not\n"
"\n"
"- \"/sbin/chkconfig --list sound\" and \"/sbin/chkconfig --list alsa\" will\n"
"tell you if sound and alsa services're configured to be run on\n"
"initlevel 3\n"
"\n"
"- \"aumix -q\" will tell you if the sound volume is muted or not\n"
"\n"
"- \"/sbin/fuser -v /dev/dsp\" will tell which program uses the sound card.\n"
msgstr ""
"ΠΠ»Π°ΡΠΈΡΠ½ΠΈΠΎΡ ΡΠ΅ΡΡΠ΅Ρ Π·Π° Π³ΡΠ΅ΡΠΊΠΈ Π²ΠΎ Π·Π²ΡΠΊΠΎΡ Π΅ Π·Π° ΠΈΠ·Π²ΡΡΠΈΠ²Π°ΡΠ΅ Π½Π° ΡΠ»Π΅Π΄Π½ΠΈΠ²Π΅ ΠΊΠΎΠΌΠ°Π½Π΄ΠΈ:\n"
"\n"
"\n"
"- \"lspcidrake -v | fgrep AUDIO\" ΡΠ΅ Π²ΠΈ ΠΊΠ°ΠΆΠ΅ ΠΊΠΎΡ Π΄ΡΠ°ΡΠ²Π΅Ρ ΡΡΠ°Π½Π΄Π°ΡΠ΄Π½ΠΎ Π³ΠΎ "
"ΠΊΠΎΡΠΈΡΡΠΈ\n"
"Π²Π°ΡΠ°ΡΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ°\n"
"\n"
"- \"grep sound-slot /etc/modprobe.conf\" ΡΠ΅ Π²ΠΈ ΠΊΠ°ΠΆΠ΅ ΠΊΠΎΡ Π΄ΡΠ°ΡΠ²Π΅Ρ ΠΌΠΎΠΌΠ΅Π½ΡΠ°Π»Π½ΠΎ "
"Π³ΠΎ\n"
"ΠΊΠΎΡΠΈΡΡΠΈ Π²Π°ΡΠ°ΡΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ°\n"
"\n"
"- \"/sbin/lsmod\" ΡΠ΅ Π²ΠΈ ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ Π΄Π° Π²ΠΈΠ΄ΠΈΡΠ΅ Π΄Π°Π»ΠΈ ΠΌΠΎΠ΄ΡΠ»ΠΎΡ (Π΄ΡΠ°ΡΠ²Π΅ΡΠΎΡ) Π΅\n"
"Π²ΡΠΈΡΠ°Π½ ΠΈΠ»ΠΈ Π½Π΅\n"
"\n"
"- \"/sbin/chkconfig --list sound\" ΠΈ \"/sbin/chkconfig --list alsa\" ΡΠ΅ Π²ΠΈ "
"ΠΊΠ°ΠΆΠ΅\n"
"Π΄Π°Π»ΠΈ Π·Π²ΡΡΠ½ΠΈΡΠ΅ ΠΈ alsa ΡΠ΅ΡΠ²ΠΈΡΠΈΡΠ΅ ΡΠ΅ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠΈΡΠ°Π½ΠΈ Π΄Π° ΡΠ΅ ΠΈΠ·Π²ΡΡΡΠ²Π°Π°Ρ Π½Π°\n"
"initlevel 3\n"
"\n"
"- \"aumix -q\" ΡΠ΅ Π²ΠΈ ΠΊΠ°ΠΆΠ΅ Π΄Π°Π»ΠΈ ΡΠ°ΡΠΈΠ½Π°ΡΠ° Π½Π° Π·Π²ΡΠΊΠΎΡ Π΅ Π½Π° Π½ΡΠ»Π° ΠΈΠ»ΠΈ Π½Π΅\n"
"\n"
"- \"/sbin/fuser -v /dev/dsp\" ΡΠ΅ Π²ΠΈ ΠΊΠ°ΠΆΠ΅ ΠΊΠΎΡ ΠΏΡΠΎΠ³ΡΠ°ΠΌ ΡΠ° ΠΊΠΎΡΠΈΡΡΠΈ Π·Π²ΡΡΠ½Π°ΡΠ° "
"ΠΊΠ°ΡΡΠΈΡΠΊΠ°.\n"
#: harddrake/sound.pm:343
#, c-format
msgid "Let me pick any driver"
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ ΠΌΠΈ Π΄Π° ΠΈΠ·Π±Π΅ΡΠ°ΠΌ Π±ΠΈΠ»ΠΎ ΠΊΠΎΡ ΡΡΠ΅Π΄"
#: harddrake/sound.pm:346
#, c-format
msgid "Choosing an arbitrary driver"
msgstr "ΠΠ·Π±ΠΈΡΠ°ΡΠ΅ Π½Π° ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ»Π΅Π½ Π΄ΡΠ°ΡΠ²Π΅Ρ"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: harddrake/sound.pm:349
#, c-format
msgid ""
"If you really think that you know which driver is the right one for your "
"card\n"
"you can pick one in the above list.\n"
"\n"
"The current driver for your \"%s\" sound card is \"%s\" "
msgstr ""
"ΠΠΊΠΎ Π½Π°Π²ΠΈΡΡΠΈΠ½Π° Π·Π½Π°Π΅ΡΠ΅ ΠΊΠΎΡ Π΅ Π²ΠΈΡΡΠΈΠ½ΡΠΊΠΈΠΎΡ Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° Π²Π°ΡΠ°ΡΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ°\n"
"ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π΅Π΄Π΅Π½ ΠΎΠ΄ Π³ΠΎΡΠ½Π°ΡΠ° Π»ΠΈΡΡΠ°.\n"
"\n"
"Π’Π΅ΠΊΠΎΠ²Π½ΠΈΠΎΡ Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° Π²Π°ΡΠ°ΡΠ° \"%s\" Π·Π²ΡΡΠ½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ° Π΅ \"%s\" "
#: harddrake/v4l.pm:12
#, c-format
msgid "Auto-detect"
msgstr "ΠΠ²ΡΠΎ-Π΄Π΅ΡΠ΅ΠΊΡΠΈΡΠ°"
#: harddrake/v4l.pm:97 harddrake/v4l.pm:285 harddrake/v4l.pm:337
#, c-format
msgid "Unknown|Generic"
msgstr "ΠΠ΅ΠΏΠΎΠ·Π½Π°ΡΠΎ|ΠΠΏΡΡΠΎ"
#: harddrake/v4l.pm:130
#, c-format
msgid "Unknown|CPH05X (bt878) [many vendors]"
msgstr "ΠΠ΅ΠΏΠΎΠ·Π½Π°ΡΠΎ|CPH05X (bt878) [ΠΌΠ½ΠΎΠ³Ρ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈΡΠ΅Π»ΠΈ]"
#: harddrake/v4l.pm:131
#, c-format
msgid "Unknown|CPH06X (bt878) [many vendors]"
msgstr "ΠΠ΅ΠΏΠΎΠ·Π½Π°ΡΠΎ|CPH06X (bt878) [ΠΌΠ½ΠΎΠ³Ρ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈΡΠ΅Π»ΠΈ]"
#: harddrake/v4l.pm:475
#, c-format
msgid ""
"For most modern TV cards, the bttv module of the GNU/Linux kernel just auto-"
"detect the rights parameters.\n"
"If your card is misdetected, you can force the right tuner and card types "
"here. Just select your tv card parameters if needed."
msgstr ""
"ΠΠ° ΠΏΠΎΠ²Π΅ΡΠ΅ΡΠΎ ΡΠΎΠ²ΡΠ΅ΠΌΠ΅Π½ΠΈ Π’Π-ΠΊΠ°ΡΡΠΈΡΠΊΠΈ, ΠΌΠΎΠ΄ΡΠ»ΠΎΡ bttv ΠΎΠ΄ GNU/Linux ΠΊΠ΅ΡΠ½Π΅Π»ΠΎΡ "
"Π°Π²ΡΠΎΠΌΠ°ΡΡΠΊΠΈ Π³ΠΈ Π΄Π΅ΡΠ΅ΠΊΡΠΈΡΠ° Π²ΠΈΡΡΠΈΠ½ΡΠΊΠΈΡΠ΅ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΠΈ.\n"
"ΠΠΊΠΎ ΠΠ°ΡΠ°ΡΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ° Π½Π΅ Π΅ Π΄ΠΎΠ±ΡΠΎ Π΄Π΅ΡΠ΅ΠΊΡΠΈΡΠ°Π½Π°, ΠΎΠ²Π΄Π΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΡΠ°ΡΠ½ΠΎ Π΄Π° Π³ΠΈ "
"Π½Π°ΠΌΠ΅ΡΡΠΈΡΠ΅ ΡΡΡΠ½Π΅ΡΠΎΡ ΠΈ ΡΠΈΠΏΠΎΡ Π½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ°ΡΠ°. ΠΠ΄Π½ΠΎΡΡΠ°Π²Π½ΠΎ ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π³ΠΈ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΠΈΡΠ΅ "
"Π·Π° ΠΠ°ΡΠ°ΡΠ° ΠΊΠ°ΡΡΠΈΡΠΊΠ° Π°ΠΊΠΎ ΡΠΎΠ° Π΅ ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ."
#: harddrake/v4l.pm:478
#, c-format
msgid "Card model:"
msgstr "ΠΠΎΠ΄Π΅Π» Π½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ°:"
#: harddrake/v4l.pm:479
#, c-format
msgid "Tuner type:"
msgstr "Π’ΠΈΠΏ Π½Π° ΡΡΡΠ½Π΅Ρ:"
#: interactive.pm:125 interactive.pm:542 interactive/curses.pm:263
#: interactive/http.pm:103 interactive/http.pm:156 interactive/stdio.pm:39
#: interactive/stdio.pm:148 interactive/stdio.pm:149 ugtk2.pm:414 ugtk2.pm:512
#: ugtk2.pm:801 ugtk2.pm:824
#, c-format
msgid "Ok"
msgstr "ΠΠΎ ΡΠ΅Π΄"
#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "Yes"
msgstr "ΠΠ°"
#: interactive.pm:224 modules/interactive.pm:71 ugtk2.pm:800 wizards.pm:156
#, c-format
msgid "No"
msgstr "ΠΠ΅"
#: interactive.pm:258
#, c-format
msgid "Choose a file"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°"
#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Add"
msgstr "ΠΠΎΠ΄Π°Ρ"
#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Modify"
msgstr "ΠΡΠΎΠΌΠ΅Π½ΠΈ"
#: interactive.pm:383 interactive/gtk.pm:420
#, c-format
msgid "Remove"
msgstr "ΠΡΡΡΡΠ°Π½ΠΈ"
#: interactive.pm:542 interactive/curses.pm:263 ugtk2.pm:512
#, c-format
msgid "Finish"
msgstr "ΠΠ°Π²ΡΡΠΈ"
#: interactive.pm:543 interactive/curses.pm:260 ugtk2.pm:510
#, c-format
msgid "Previous"
msgstr "ΠΡΠ΅ΡΡ
ΠΎΠ΄Π½ΠΎ"
#: interactive/gtk.pm:548
#, c-format
msgid "Beware, Caps Lock is enabled"
msgstr ""
#: interactive/stdio.pm:29 interactive/stdio.pm:154
#, c-format
msgid "Bad choice, try again\n"
msgstr "ΠΠΎΡ ΠΈΠ·Π±ΠΎΡ, ΠΎΠ±ΠΈΠ΄Π΅ΡΠ΅ ΡΠ΅ ΠΏΠΎΠ²ΡΠΎΡΠ½ΠΎ\n"
#: interactive/stdio.pm:30 interactive/stdio.pm:155
#, c-format
msgid "Your choice? (default %s) "
msgstr "ΠΠ°ΡΠΈΠΎΡ ΠΈΠ·Π±ΠΎΡ? (%s Π΅ ΡΡΠ°Π½Π΄Π°ΡΠ΄Π½ΠΎ)"
#: interactive/stdio.pm:54
#, c-format
msgid ""
"Entries you'll have to fill:\n"
"%s"
msgstr ""
"Π‘ΡΠ°Π²ΠΊΠΈ ΡΡΠΎ ΠΌΠΎΡΠ° Π΄Π° Π³ΠΈ ΠΏΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅:\n"
"%s"
#: interactive/stdio.pm:70
#, c-format
msgid "Your choice? (0/1, default `%s') "
msgstr "ΠΠ°ΡΠΈΠΎΡ ΠΈΠ·Π±ΠΎΡ? (0/1, \"%s\" Π΅ ΡΡΠ°Π½Π΄Π°ΡΠ΄Π΅Π½)"
#: interactive/stdio.pm:97
#, c-format
msgid "Button `%s': %s"
msgstr "ΠΠΎΠΏΡΠ΅ `%s': %s"
#: interactive/stdio.pm:98
#, c-format
msgid "Do you want to click on this button?"
msgstr "ΠΠ°Π»ΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΠΏΡΠΈΡΠΈΡΠ½Π΅ΡΠ΅ ΠΎΠ²Π° ΠΊΠΎΠΏΡΠ΅?"
#: interactive/stdio.pm:110
#, c-format
msgid "Your choice? (default `%s'%s) "
msgstr "ΠΠ°ΡΠΈΠΎΡ ΠΈΠ·Π±ΠΎΡ? ('%s'%s Π΅ ΡΡΠ°Π½Π΄Π°ΡΠ΄Π΅Π½)"
#: interactive/stdio.pm:110
#, c-format
msgid " enter `void' for void entry"
msgstr " Π²Π½Π΅ΡΠ΅ΡΠ΅ `void' Π·Π° void (ΠΏΡΠ°Π·Π½Π°) ΡΡΠ°Π²ΠΊΠ°"
#: interactive/stdio.pm:128
#, c-format
msgid "=> There are many things to choose from (%s).\n"
msgstr "=> ΠΠΎΡΡΠΎΡΠ°Ρ ΠΌΠ½ΠΎΠ³Ρ ΡΠ°Π±ΠΎΡΠΈ Π·Π° ΠΈΠ·Π±ΠΈΡΠ°ΡΠ΅ ΠΎΠ΄ (%s).\n"
#: interactive/stdio.pm:131
#, c-format
msgid ""
"Please choose the first number of the 10-range you wish to edit,\n"
"or just hit Enter to proceed.\n"
"Your choice? "
msgstr ""
"ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π³ΠΎ ΠΏΡΠ²ΠΈΠΎΡ Π±ΡΠΎΡ ΠΎΠ΄ ΡΠ°Π½Π³ΠΎΡ ΠΎΠ΄ 10, ΠΊΠΎΡ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π³ΠΎ ΡΡΠ΅Π΄ΠΈΡΠ΅,\n"
"ΠΈΠ»ΠΈ Π΅Π΄Π½ΠΎΡΡΠ°Π²Π½ΠΎ ΠΏΡΠΈΡΠΈΡΠ½Π΅ΡΠ΅ ΠΠ½ΡΠ΅Ρ Π·Π° ΠΏΠΎΠ½Π°ΡΠ°ΠΌΡ.\n"
"ΠΠ°ΡΠΈΠΎΡ ΠΈΠ·Π±ΠΎΡ?"
#: interactive/stdio.pm:144
#, c-format
msgid ""
"=> Notice, a label changed:\n"
"%s"
msgstr ""
"=> ΠΠ°Π±Π΅Π»Π΅ΠΆΠ΅ΡΠ΅ Π΄Π΅ΠΊΠ° ΡΠ΅ ΠΏΡΠΎΠΌΠ΅Π½ΠΈ:\n"
"%s"
#: interactive/stdio.pm:151
#, c-format
msgid "Re-submit"
msgstr "ΠΡΠ΅-ΠΏΡΠ°ΡΠΈ"
#. -PO: the string "default:LTR" can be translated *ONLY* as "default:LTR"
#. -PO: or as "default:RTL", depending if your language is written from
#. -PO: left to right, or from right to left; any other string is wrong.
#: lang.pm:193
#, c-format
msgid "default:LTR"
msgstr "default:LTR"
#: lang.pm:210
#, c-format
msgid "Andorra"
msgstr "ΠΠ½Π΄ΠΎΡΠ°"
#: lang.pm:211 timezone.pm:215
#, c-format
msgid "United Arab Emirates"
msgstr "ΠΠ±Π΅Π΄ΠΈΠ½Π΅ΡΠ΅ ΠΡΠ°ΠΏΡΠΊΠΈ ΠΠΌΠΈΡΠ°ΡΠΈ"
#: lang.pm:212
#, c-format
msgid "Afghanistan"
msgstr "ΠΠ²Π³Π°Π½ΠΈΡΡΠ°Π½ΡΠΊΠΈ"
#: lang.pm:213
#, c-format
msgid "Antigua and Barbuda"
msgstr "ΠΠ½ΡΠΈΠ³Π²Π° ΠΈ ΠΠ°ΡΠ±ΡΠ΄Π°"
#: lang.pm:214
#, c-format
msgid "Anguilla"
msgstr "ΠΠ½Π³ΡΠΈΠ»Π°"
#: lang.pm:215
#, c-format
msgid "Albania"
msgstr "ΠΠ»Π±Π°Π½ΠΈΡΠ°"
#: lang.pm:216
#, c-format
msgid "Armenia"
msgstr "ΠΡΠΌΠ΅Π½ΠΈΡΠ°"
#: lang.pm:217
#, c-format
msgid "Netherlands Antilles"
msgstr "Π₯ΠΎΠ»Π°Π½Π΄ΡΠΊΠΈ ΠΠ½ΡΠΈΠ»ΠΈ"
#: lang.pm:218
#, c-format
msgid "Angola"
msgstr "ΠΠ½Π³ΠΎΠ»Π°"
#: lang.pm:219
#, c-format
msgid "Antarctica"
msgstr "ΠΠ½ΡΠ°ΡΡΠΈΠΊ"
#: lang.pm:220 timezone.pm:260
#, c-format
msgid "Argentina"
msgstr "ΠΡΠ³Π΅Π½ΡΠΈΠ½Π°"
#: lang.pm:221
#, c-format
msgid "American Samoa"
msgstr "ΠΠΌΠ΅ΡΠΈΠΊΠ°Π½ΡΠΊΠ° Π‘Π°ΠΌΠΎΠ°"
#: lang.pm:222 mirror.pm:11 timezone.pm:218
#, c-format
msgid "Austria"
msgstr "ΠΠ²ΡΡΡΠΈΡΠ°"
#: lang.pm:223 mirror.pm:10 timezone.pm:256
#, c-format
msgid "Australia"
msgstr "ΠΠ²ΡΡΡΠ°Π»ΠΈΡΠ°"
#: lang.pm:224
#, c-format
msgid "Aruba"
msgstr "ΠΡΡΠ±Π°"
#: lang.pm:225
#, c-format
msgid "Azerbaijan"
msgstr "ΠΠ·Π΅ΡΠ±Π΅ΡΡΠ°Π½"
#: lang.pm:226
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "ΠΠΎΡΠ½Π° ΠΈ Π₯Π΅ΡΡΠ΅Π³ΠΎΠ²ΠΈΠ½Π°"
#: lang.pm:227
#, c-format
msgid "Barbados"
msgstr "ΠΠ°ΡΠ±ΠΎΠ΄Π°Ρ"
#: lang.pm:228 timezone.pm:200
#, c-format
msgid "Bangladesh"
msgstr "ΠΠ°Π½Π³Π»Π°Π΄Π΅Ρ"
#: lang.pm:229 mirror.pm:12 timezone.pm:220
#, c-format
msgid "Belgium"
msgstr "ΠΠ΅Π»Π³ΠΈΡΠ°"
#: lang.pm:230
#, c-format
msgid "Burkina Faso"
msgstr "ΠΡΡΠΊΠΈΠΌΠ° ΡΠ°ΡΠΎ"
#: lang.pm:231 timezone.pm:221
#, c-format
msgid "Bulgaria"
msgstr "ΠΡΠ³Π°ΡΠΈΡΠ°"
#: lang.pm:232
#, c-format
msgid "Bahrain"
msgstr "ΠΠ°Ρ
ΡΠ°ΠΈΠ½"
#: lang.pm:233
#, c-format
msgid "Burundi"
msgstr "ΠΡΡΡΠ½Π΄ΠΈ"
#: lang.pm:234
#, c-format
msgid "Benin"
msgstr "ΠΠ΅Π½ΠΈΠ½"
#: lang.pm:235
#, c-format
msgid "Bermuda"
msgstr "ΠΠ΅ΡΠΌΡΠ΄ΠΈ"
#: lang.pm:236
#, c-format
msgid "Brunei Darussalam"
msgstr "ΠΡΡΠ½Π΅ΠΈ ΠΠ°ΡΡΡΠ°Π»Π°ΠΌ"
#: lang.pm:237
#, c-format
msgid "Bolivia"
msgstr "ΠΠΎΠ»ΠΈΠ²ΠΈΡΠ°"
#: lang.pm:238 mirror.pm:13 timezone.pm:261
#, c-format
msgid "Brazil"
msgstr "ΠΡΠ°Π·ΠΈΠ»"
#: lang.pm:239
#, c-format
msgid "Bahamas"
msgstr "ΠΠ°Ρ
Π°ΠΌΠΈ"
#: lang.pm:240
#, c-format
msgid "Bhutan"
msgstr "ΠΡΡΠ°Π½"
#: lang.pm:241
#, c-format
msgid "Bouvet Island"
msgstr "ΠΠΎΡΠ²Π΅Ρ ΠΎΡΡΡΠΎΠ²"
#: lang.pm:242
#, c-format
msgid "Botswana"
msgstr "ΠΠΎΡΠ²Π°Π½Π°"
#: lang.pm:243 timezone.pm:219
#, c-format
msgid "Belarus"
msgstr "ΠΠ΅Π»ΠΎΡΡΡΠΈΡΠ°"
#: lang.pm:244
#, c-format
msgid "Belize"
msgstr "ΠΠ΅Π»ΠΈΡΠ΅"
#: lang.pm:245 mirror.pm:14 timezone.pm:250
#, c-format
msgid "Canada"
msgstr "ΠΠ°Π½Π°Π΄Π°"
#: lang.pm:246
#, c-format
msgid "Cocos (Keeling) Islands"
msgstr "ΠΠΎΠΊΠΎΡΠΎΠ²ΠΈ (ΠΠΈΠ»ΠΈΠ½Π³ΠΎΠ²ΠΈ) ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:247
#, c-format
msgid "Congo (Kinshasa)"
msgstr "ΠΠΎΠ½Π³ΠΎ (ΠΠΈΠ½ΡΠ°ΡΠ°)"
#: lang.pm:248
#, c-format
msgid "Central African Republic"
msgstr "Π¦Π΅Π½ΡΡΠ°Π»Π½ΠΎ ΠΡΡΠΈΡΠΊΠ° Π Π΅ΠΏΡΠ±Π»ΠΈΠΊΠ°"
#: lang.pm:249
#, c-format
msgid "Congo (Brazzaville)"
msgstr "ΠΠΎΠ½Π³ΠΎ (ΠΡΠ°Π·Π°Π²ΠΈΠ»)"
#: lang.pm:250 mirror.pm:38 timezone.pm:244
#, c-format
msgid "Switzerland"
msgstr "Π¨Π²Π°ΡΡΠ°ΡΠΈΡΠ°"
#: lang.pm:251
#, c-format
msgid "Cote d'Ivoire"
msgstr "Cote d'Ivoire"
#: lang.pm:252
#, c-format
msgid "Cook Islands"
msgstr "ΠΡΡΡΠΎΠ²ΠΈΡΠ΅ ΠΡΠΊ"
#: lang.pm:253 timezone.pm:262
#, c-format
msgid "Chile"
msgstr "Π§ΠΈΠ»Π΅"
#: lang.pm:254
#, c-format
msgid "Cameroon"
msgstr "ΠΠ°ΠΌΠ΅ΡΡΠ½"
#: lang.pm:255 timezone.pm:201
#, c-format
msgid "China"
msgstr "ΠΠΈΠ½Π°"
#: lang.pm:256
#, c-format
msgid "Colombia"
msgstr "ΠΠΎΠ»ΡΠΌΠ±ΠΈΡΠ°"
#: lang.pm:257 mirror.pm:15
#, c-format
msgid "Costa Rica"
msgstr "ΠΠΎΡΡΠ°ΡΠΈΠΊΠ°"
#: lang.pm:258
#, c-format
msgid "Serbia & Montenegro"
msgstr "Π‘ΡΠ±ΠΈΡΠ° ΠΈ Π¦ΡΠ½Π°Π³ΠΎΡΠ°"
#: lang.pm:259
#, c-format
msgid "Cuba"
msgstr "ΠΡΠ±Π°"
#: lang.pm:260
#, c-format
msgid "Cape Verde"
msgstr "Cape Verde"
#: lang.pm:261
#, c-format
msgid "Christmas Island"
msgstr "ΠΠΎΠΆΠΈΡΠ½ΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:262
#, c-format
msgid "Cyprus"
msgstr "ΠΠΈΠΏΠ°Ρ"
#: lang.pm:263 mirror.pm:16 timezone.pm:222
#, c-format
msgid "Czech Republic"
msgstr "Π§Π΅ΡΠΊΠ° Π Π΅ΠΏΡΠ±Π»ΠΈΠΊΠ°"
#: lang.pm:264 mirror.pm:21 timezone.pm:227
#, c-format
msgid "Germany"
msgstr "ΠΠ΅ΡΠΌΠ°Π½ΠΈΡΠ°"
#: lang.pm:265
#, c-format
msgid "Djibouti"
msgstr "ΠΡΠ±ΠΎΡΠΈ"
#: lang.pm:266 mirror.pm:17 timezone.pm:223
#, c-format
msgid "Denmark"
msgstr "ΠΠ°Π½ΡΠΊΠ°"
#: lang.pm:267
#, c-format
msgid "Dominica"
msgstr "ΠΠΎΠΌΠΈΠ½ΠΈΠΊΠ°"
#: lang.pm:268
#, c-format
msgid "Dominican Republic"
msgstr "ΠΠΎΠΌΠΈΠ½ΠΈΠΊΠ°Π½ΡΠΊΠ° Π Π΅ΠΏΡΠ±Π»ΠΈΠΊΠ°"
#: lang.pm:269
#, c-format
msgid "Algeria"
msgstr "ΠΠ»ΠΆΠΈΡ"
#: lang.pm:270
#, c-format
msgid "Ecuador"
msgstr "ΠΠΊΠ²Π°Π΄ΠΎΡ"
#: lang.pm:271 mirror.pm:18 timezone.pm:224
#, c-format
msgid "Estonia"
msgstr "ΠΡΡΠΎΠ½ΠΈΡΠ°"
#: lang.pm:272
#, c-format
msgid "Egypt"
msgstr "ΠΠ³ΠΈΠΏΠ΅Ρ"
#: lang.pm:273
#, c-format
msgid "Western Sahara"
msgstr "ΠΠ°ΠΏΠ°Π΄Π½Π° Π‘Π°Ρ
Π°ΡΠ°"
#: lang.pm:274
#, c-format
msgid "Eritrea"
msgstr "ΠΡΠΈΡΡΠ΅Π°"
#: lang.pm:275 mirror.pm:36 timezone.pm:242
#, c-format
msgid "Spain"
msgstr "Π¨ΠΏΠ°Π½ΠΈΡΠ°"
#: lang.pm:276
#, c-format
msgid "Ethiopia"
msgstr "ΠΡΠΈΠΎΠΏΠΈΡΠ°"
#: lang.pm:277 mirror.pm:19 timezone.pm:225
#, c-format
msgid "Finland"
msgstr "Π€ΠΈΠ½ΡΠΊΠ°"
#: lang.pm:278
#, c-format
msgid "Fiji"
msgstr "Π€ΡΡΠΈ"
#: lang.pm:279
#, c-format
msgid "Falkland Islands (Malvinas)"
msgstr "Π€ΠΎΠ»ΠΊΠ»Π΅Π½Π΄ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:280
#, c-format
msgid "Micronesia"
msgstr "ΠΠΈΠΊΡΠΎΠ½Π΅Π·ΠΈΡΠ°"
#: lang.pm:281
#, c-format
msgid "Faroe Islands"
msgstr "Π€Π°ΡΡΠΊΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:282 mirror.pm:20 timezone.pm:226
#, c-format
msgid "France"
msgstr "Π€ΡΠ°Π½ΡΠΈΡΠ°"
#: lang.pm:283
#, c-format
msgid "Gabon"
msgstr "ΠΠ°Π±ΠΎΠ½"
#: lang.pm:284 timezone.pm:246
#, c-format
msgid "United Kingdom"
msgstr "ΠΠ΅Π»ΠΈΠΊΠ° ΠΡΠΈΡΠ°Π½ΠΈΡΠ°"
#: lang.pm:285
#, c-format
msgid "Grenada"
msgstr "ΠΡΠ΅Π½Π°Π΄Π°"
#: lang.pm:286
#, c-format
msgid "Georgia"
msgstr "ΠΠΎΡΡΠΈΡΠ°"
#: lang.pm:287
#, c-format
msgid "French Guiana"
msgstr "Π€ΡΠ°Π½ΡΡΡΠΊΠ° ΠΠ²Π°ΡΠ°Π½Π°"
#: lang.pm:288
#, c-format
msgid "Ghana"
msgstr "ΠΠ°Π½Π°"
#: lang.pm:289
#, c-format
msgid "Gibraltar"
msgstr "ΠΠΈΠ±ΡΠ°Π»ΡΠ°Ρ"
#: lang.pm:290
#, c-format
msgid "Greenland"
msgstr "ΠΡΠ΅Π½Π»Π°Π½Π΄"
#: lang.pm:291
#, c-format
msgid "Gambia"
msgstr "ΠΠ°ΠΌΠ±ΠΈΡΠ°"
#: lang.pm:292
#, c-format
msgid "Guinea"
msgstr "ΠΠ²ΠΈΠ½Π΅ΡΠ°"
#: lang.pm:293
#, c-format
msgid "Guadeloupe"
msgstr "ΠΠ²Π°Π΄Π°Π»ΡΠΏΠ΅"
#: lang.pm:294
#, c-format
msgid "Equatorial Guinea"
msgstr "ΠΠΊΠ²Π°ΡΠΎΡΡΠΊΠ° ΠΠ²ΠΈΠ½Π΅ΡΠ°"
#: lang.pm:295 mirror.pm:22 timezone.pm:228
#, c-format
msgid "Greece"
msgstr "ΠΡΡΠΈΡΠ°"
#: lang.pm:296
#, c-format
msgid "South Georgia and the South Sandwich Islands"
msgstr "Π‘Π΅Π²Π΅ΡΠ½Π° ΠΠΎΡΡΠΈΡΠ°"
#: lang.pm:297 timezone.pm:251
#, c-format
msgid "Guatemala"
msgstr "ΠΠ²Π°ΡΠ΅ΠΌΠ°Π»Π°"
#: lang.pm:298
#, c-format
msgid "Guam"
msgstr "ΠΡΠ°ΠΌ"
#: lang.pm:299
#, c-format
msgid "Guinea-Bissau"
msgstr "ΠΠ²ΠΈΠ½Π΅ΡΠ°-ΠΠΈΡΠ°ΠΎ"
#: lang.pm:300
#, c-format
msgid "Guyana"
msgstr "ΠΠ²Π°ΡΠ°Π½Π°"
#: lang.pm:301
#, c-format
msgid "Hong Kong SAR (China)"
msgstr "Π₯ΠΎΠ½Π³ ΠΠΎΠ½Π³ SAR (ΠΠΈΠ½Π°)"
#: lang.pm:302
#, c-format
msgid "Heard and McDonald Islands"
msgstr "ΠΠ΅ΠΊΠΠΎΠ½Π°Π»Π΄ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:303
#, c-format
msgid "Honduras"
msgstr "Π₯ΠΎΠ½Π΄ΡΡΠ°Ρ"
#: lang.pm:304
#, c-format
msgid "Croatia"
msgstr "Π₯ΡΠ²Π°ΡΡΠΊΠ°"
#: lang.pm:305
#, c-format
msgid "Haiti"
msgstr "Π₯Π°ΠΈΡΠΈ"
#: lang.pm:306 mirror.pm:23 timezone.pm:229
#, c-format
msgid "Hungary"
msgstr "Π£Π½Π³Π°ΡΠΈΡΠ°"
#: lang.pm:307 timezone.pm:204
#, c-format
msgid "Indonesia"
msgstr "ΠΠ΄ΠΎΠ½Π΅Π·ΠΈΡΠ°"
#: lang.pm:308 mirror.pm:24 timezone.pm:230
#, c-format
msgid "Ireland"
msgstr "ΠΡΡΠΊΠ°"
#: lang.pm:309 mirror.pm:25 timezone.pm:206
#, c-format
msgid "Israel"
msgstr "ΠΠ·ΡΠ°Π΅Π»"
#: lang.pm:310 timezone.pm:203
#, c-format
msgid "India"
msgstr "ΠΠ½Π΄ΠΈΡΠ°"
#: lang.pm:311
#, c-format
msgid "British Indian Ocean Territory"
msgstr "ΠΡΠΈΡΠ°Π½ΡΠΊΠ° ΡΠ΅ΡΠΈΡΠΎΡΠΈΡΠ° Π²ΠΎ ΠΠ½Π΄ΠΈΡΠΊΠΈΠΎΡ ΠΠΊΠ΅Π°Π½"
#: lang.pm:312
#, c-format
msgid "Iraq"
msgstr "ΠΡΠ°ΠΊ"
#: lang.pm:313 timezone.pm:205
#, c-format
msgid "Iran"
msgstr "ΠΡΠ°Π½"
#: lang.pm:314
#, c-format
msgid "Iceland"
msgstr "ΠΡΠ»Π°Π½Π΄"
#: lang.pm:315 mirror.pm:26 timezone.pm:231
#, c-format
msgid "Italy"
msgstr "ΠΡΠ°Π»ΠΈΡΠ°"
#: lang.pm:316
#, c-format
msgid "Jamaica"
msgstr "ΠΠ°ΠΌΠ°ΡΠΊΠ°"
#: lang.pm:317
#, c-format
msgid "Jordan"
msgstr "ΠΠΎΡΠ΄Π°Π½"
#: lang.pm:318 mirror.pm:27 timezone.pm:207
#, c-format
msgid "Japan"
msgstr "ΠΠ°ΠΏΠΎΠ½ΠΈΡΠ°"
#: lang.pm:319
#, c-format
msgid "Kenya"
msgstr "ΠΠ΅Π½ΠΈΡΠ°"
#: lang.pm:320
#, c-format
msgid "Kyrgyzstan"
msgstr "ΠΠΈΡΠ³ΠΈΡΡΠ°Π½"
#: lang.pm:321
#, c-format
msgid "Cambodia"
msgstr "ΠΠ°ΠΌΠ±ΠΎΡΠ°"
#: lang.pm:322
#, c-format
msgid "Kiribati"
msgstr "ΠΠΈΡΠΈΠ±Π°ΡΠΈ"
#: lang.pm:323
#, c-format
msgid "Comoros"
msgstr "ΠΠΎΠΌΠΎΡΠΎΡ"
#: lang.pm:324
#, c-format
msgid "Saint Kitts and Nevis"
msgstr "Π‘Π²Π΅ΡΠΈ ΠΠΈΡΡ ΠΈ ΠΠ΅Π²ΠΈΡ"
#: lang.pm:325
#, c-format
msgid "Korea (North)"
msgstr "Π‘Π΅Π²Π΅ΡΠ½Π° ΠΠΎΡΠ΅Π°"
#: lang.pm:326 timezone.pm:208
#, c-format
msgid "Korea"
msgstr "ΠΠΎΡΠ΅Π°"
#: lang.pm:327
#, c-format
msgid "Kuwait"
msgstr "ΠΡΠ²Π°ΡΡ"
#: lang.pm:328
#, c-format
msgid "Cayman Islands"
msgstr "ΠΠ°ΡΠΌΠ°Π½ΡΠΊΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:329
#, c-format
msgid "Kazakhstan"
msgstr "ΠΠ°Π·Π°Ρ
ΡΡΠ°Π½"
#: lang.pm:330
#, c-format
msgid "Laos"
msgstr "ΠΠ°ΠΎΡ"
#: lang.pm:331
#, c-format
msgid "Lebanon"
msgstr "ΠΠΈΠ±Π°Π½"
#: lang.pm:332
#, c-format
msgid "Saint Lucia"
msgstr "Π‘Π²Π΅ΡΠ° ΠΡΡΠΈΡΠ°"
#: lang.pm:333
#, c-format
msgid "Liechtenstein"
msgstr "ΠΠΈΡ
ΡΠ΅Π½ΡΡΠ°ΡΠ½"
#: lang.pm:334
#, c-format
msgid "Sri Lanka"
msgstr "Π¨ΡΠΈ ΠΠ°Π½ΠΊΠ°"
#: lang.pm:335
#, c-format
msgid "Liberia"
msgstr "ΠΠΈΠ±Π΅ΡΠΈΡΠ°"
#: lang.pm:336
#, c-format
msgid "Lesotho"
msgstr "ΠΠ΅ΡΠΎΡΠΎ"
#: lang.pm:337 timezone.pm:232
#, c-format
msgid "Lithuania"
msgstr "ΠΠΈΡΠ²Π°Π½ΠΈΡΠ°"
#: lang.pm:338 timezone.pm:233
#, c-format
msgid "Luxembourg"
msgstr "ΠΡΠΊΡΠ΅ΠΌΠ±ΡΡΠ³"
#: lang.pm:339
#, c-format
msgid "Latvia"
msgstr "ΠΠ°ΡΠ²ΠΈΡΠ°"
#: lang.pm:340
#, c-format
msgid "Libya"
msgstr "ΠΠΈΠ±ΠΈΡΠ°"
#: lang.pm:341
#, c-format
msgid "Morocco"
msgstr "ΠΠ°ΡΠΎΠΊΠΎ"
#: lang.pm:342
#, c-format
msgid "Monaco"
msgstr "ΠΠΎΠ½Π°ΠΊΠΎ"
#: lang.pm:343
#, c-format
msgid "Moldova"
msgstr "ΠΠΎΠ»Π΄Π°Π²ΠΈΡΠ°"
#: lang.pm:344
#, c-format
msgid "Madagascar"
msgstr "ΠΠ°Π³Π°Π΄Π°ΡΠΊΠ°Ρ"
#: lang.pm:345
#, c-format
msgid "Marshall Islands"
msgstr "ΠΠ°ΡΡΠ°Π»ΡΠΊΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:346
#, c-format
msgid "Macedonia"
msgstr "ΠΠ°ΠΊΠ΅Π΄ΠΎΠ½ΠΈΡΠ°"
#: lang.pm:347
#, c-format
msgid "Mali"
msgstr "ΠΠ°Π»ΠΈ"
#: lang.pm:348
#, c-format
msgid "Myanmar"
msgstr "ΠΡΠ°Π½ΠΌΠ°Ρ"
#: lang.pm:349
#, c-format
msgid "Mongolia"
msgstr "ΠΠΎΠ½Π³ΠΎΠ»ΠΈΡΠ°"
#: lang.pm:350
#, c-format
msgid "Northern Mariana Islands"
msgstr "ΠΠ°ΠΏΠ°Π΄Π½ΠΎ ΠΠ°ΡΠΈΡΠ°Π½ΡΠΊΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:351
#, c-format
msgid "Martinique"
msgstr "ΠΠ°ΡΡΠΈΠ½ΠΈΠΊ"
#: lang.pm:352
#, c-format
msgid "Mauritania"
msgstr "ΠΠ°ΡΡΠΈΡΠ°Π½ΠΈΡΠ°"
#: lang.pm:353
#, c-format
msgid "Montserrat"
msgstr "ΠΠΎΠ½ΡΠ΅ΡΠ°Ρ"
#: lang.pm:354
#, c-format
msgid "Malta"
msgstr "ΠΠ°Π»ΡΠ°"
#: lang.pm:355
#, c-format
msgid "Mauritius"
msgstr "ΠΠ°ΡΡΠΈΡΠΈΡΡ"
#: lang.pm:356
#, c-format
msgid "Maldives"
msgstr "ΠΠ°Π»Π΄ΠΈΠ²ΠΈ"
#: lang.pm:357
#, c-format
msgid "Malawi"
msgstr "ΠΠ°Π»Π°Π²ΠΈ"
#: lang.pm:358 timezone.pm:252
#, c-format
msgid "Mexico"
msgstr "ΠΠ΅ΠΊΡΠΈΠΊΠΎ"
#: lang.pm:359 timezone.pm:209
#, c-format
msgid "Malaysia"
msgstr "ΠΠ°Π»Π΅Π·ΠΈΡΠ°"
#: lang.pm:360
#, c-format
msgid "Mozambique"
msgstr "ΠΠΎΠ·Π°ΠΌΠ±ΠΈΠΊ"
#: lang.pm:361
#, c-format
msgid "Namibia"
msgstr "ΠΠ°ΠΌΠ±ΠΈΠ°"
#: lang.pm:362
#, c-format
msgid "New Caledonia"
msgstr "ΠΠΎΠ²Π° ΠΠ°Π»Π΅Π΄ΠΎΠ½ΠΈΡΠ°"
#: lang.pm:363
#, c-format
msgid "Niger"
msgstr "ΠΠΈΠ³Π΅Ρ"
#: lang.pm:364
#, c-format
msgid "Norfolk Island"
msgstr "ΠΠΎΡΡΠΎΠ»ΠΊ ΠΡΡΡΠΎΠ²"
#: lang.pm:365
#, c-format
msgid "Nigeria"
msgstr "ΠΠΈΠ³Π΅ΡΠΈΠ°"
#: lang.pm:366
#, c-format
msgid "Nicaragua"
msgstr "ΠΠΈΠΊΠ°ΡΠ°Π³Π²Π°"
#: lang.pm:367 mirror.pm:28 timezone.pm:234
#, c-format
msgid "Netherlands"
msgstr "Π₯ΠΎΠ»Π°Π½Π΄ΠΈΡΠ°"
#: lang.pm:368 mirror.pm:30 timezone.pm:235
#, c-format
msgid "Norway"
msgstr "ΠΠΎΡΠ²Π΅ΡΠΊΠ°"
#: lang.pm:369
#, c-format
msgid "Nepal"
msgstr "ΠΠ΅ΠΏΠ°Π»"
#: lang.pm:370
#, c-format
msgid "Nauru"
msgstr "ΠΠ°ΡΡΡ"
#: lang.pm:371
#, c-format
msgid "Niue"
msgstr "ΠΠΈΡΠ΅"
#: lang.pm:372 mirror.pm:29 timezone.pm:257
#, c-format
msgid "New Zealand"
msgstr "ΠΠΎΠ² ΠΠ΅Π»Π°Π½Π΄"
#: lang.pm:373
#, c-format
msgid "Oman"
msgstr "ΠΠΌΠ°Π½"
#: lang.pm:374
#, c-format
msgid "Panama"
msgstr "ΠΠ°Π½Π°ΠΌΠ°"
#: lang.pm:375
#, c-format
msgid "Peru"
msgstr "ΠΠ΅ΡΡ"
#: lang.pm:376
#, c-format
msgid "French Polynesia"
msgstr "Π€ΡΠ°Π½ΡΡΡΠΊΠ° ΠΠΎΠ»ΠΈΠ½Π΅Π·ΠΈΡΠ°"
#: lang.pm:377
#, c-format
msgid "Papua New Guinea"
msgstr "ΠΠ°ΠΏΡΠ° ΠΠΎΠ²Π° ΠΠ²ΠΈΠ½Π΅ΡΠ°"
#: lang.pm:378 timezone.pm:210
#, c-format
msgid "Philippines"
msgstr "Π€ΠΈΠ»ΠΈΠΏΠΈΠ½ΠΈ"
#: lang.pm:379
#, c-format
msgid "Pakistan"
msgstr "ΠΠ°ΠΊΠΈΡΡΠ°Π½"
#: lang.pm:380 mirror.pm:31 timezone.pm:236
#, c-format
msgid "Poland"
msgstr "ΠΠΎΠ»ΡΠΊΠ°"
#: lang.pm:381
#, c-format
msgid "Saint Pierre and Miquelon"
msgstr "Π‘Π²Π΅ΡΠΈ ΠΠ΅ΡΠ°Ρ ΠΈ ΠΠΈΠΊΠ΅Π»ΠΎΠ½"
#: lang.pm:382
#, c-format
msgid "Pitcairn"
msgstr "ΠΠΈΡΠΊΠ°ΠΈΡΠ½"
#: lang.pm:383
#, c-format
msgid "Puerto Rico"
msgstr "ΠΠΎΡΡΠΎ Π ΠΈΠΊΠΎ"
#: lang.pm:384
#, c-format
msgid "Palestine"
msgstr "ΠΠ°Π»Π΅ΡΡΠΈΠ½Π°"
#: lang.pm:385 mirror.pm:32 timezone.pm:237
#, c-format
msgid "Portugal"
msgstr "ΠΠΎΡΡΡΠ³Π°Π»ΠΈΡΠ°"
#: lang.pm:386
#, c-format
msgid "Paraguay"
msgstr "ΠΠ°ΡΠ°Π³Π²Π°Ρ"
#: lang.pm:387
#, c-format
msgid "Palau"
msgstr "ΠΠ°Π»Π°Ρ"
#: lang.pm:388
#, c-format
msgid "Qatar"
msgstr "ΠΠ°ΡΠ°Ρ"
#: lang.pm:389
#, c-format
msgid "Reunion"
msgstr "Π Π΅ΡΠΎΠ΅Π΄ΠΈΠ½ΡΠ²Π°ΡΠ΅"
#: lang.pm:390 timezone.pm:238
#, c-format
msgid "Romania"
msgstr "Π ΠΎΠΌΠ°Π½ΠΈΡΠ°"
#: lang.pm:391 mirror.pm:33
#, c-format
msgid "Russia"
msgstr "Π ΡΡΠΈΡΠ°"
#: lang.pm:392
#, c-format
msgid "Rwanda"
msgstr "Π ΡΠ°Π½Π΄Π°"
#: lang.pm:393
#, c-format
msgid "Saudi Arabia"
msgstr "Π‘Π°ΡΠ΄ΠΈΡΠΊΠ° ΠΡΠ°Π±ΠΈΡΠ°"
#: lang.pm:394
#, c-format
msgid "Solomon Islands"
msgstr "Π‘ΠΎΠ»ΠΎΠΌΠΎΠ½ΡΠΊΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:395
#, c-format
msgid "Seychelles"
msgstr "Π‘Π΅ΡΡΠ΅Π»ΠΈ"
#: lang.pm:396
#, c-format
msgid "Sudan"
msgstr "Π‘ΡΠ΄Π°Π½"
#: lang.pm:397 mirror.pm:37 timezone.pm:243
#, c-format
msgid "Sweden"
msgstr "Π¨Π²Π΅Π΄ΡΠΊΠ°"
#: lang.pm:398 timezone.pm:211
#, c-format
msgid "Singapore"
msgstr "Π‘ΠΈΠ½Π³Π°ΠΏΡΡ"
#: lang.pm:399
#, c-format
msgid "Saint Helena"
msgstr "Π‘Π²Π΅ΡΠ° ΠΠ»Π΅Π½Π°"
#: lang.pm:400 timezone.pm:241
#, c-format
msgid "Slovenia"
msgstr "Π‘Π»ΠΎΠ²Π΅Π½ΠΈΡΠ°"
#: lang.pm:401
#, c-format
msgid "Svalbard and Jan Mayen Islands"
msgstr "Π‘Π²Π°Π»Π±Π°Π½Π΄ΡΠΊΠΈ ΠΈ ΠΠ°Π½ ΠΠ°ΡΠ΅Π½ΡΠΊΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:402 mirror.pm:34 timezone.pm:240
#, c-format
msgid "Slovakia"
msgstr "Π‘Π»ΠΎΠ²Π°ΡΠΊΠ°"
#: lang.pm:403
#, c-format
msgid "Sierra Leone"
msgstr "Π‘ΠΈΠ΅ΡΠ° ΠΠ΅ΠΎΠ½Π΅"
#: lang.pm:404
#, c-format
msgid "San Marino"
msgstr "Π‘Π°Π½ ΠΠ°ΡΠΈΠ½ΠΎ"
#: lang.pm:405
#, c-format
msgid "Senegal"
msgstr "Π‘Π΅Π½Π΅Π³Π°Π»"
#: lang.pm:406
#, c-format
msgid "Somalia"
msgstr "Π‘ΠΎΠΌΠ°Π»ΠΈΡΠ°"
#: lang.pm:407
#, c-format
msgid "Suriname"
msgstr "Π‘ΡΡΠΈΠ½Π°ΠΌ"
#: lang.pm:408
#, c-format
msgid "Sao Tome and Principe"
msgstr "Π‘Π°ΠΎ Π’ΠΎΠΌΠ΅ ΠΈ ΠΡΠΈΠ½ΡΠΈΠΏΠ΅"
#: lang.pm:409
#, c-format
msgid "El Salvador"
msgstr "ΠΠ» Π‘Π°Π»Π²Π°Π΄ΠΎΡ"
#: lang.pm:410
#, c-format
msgid "Syria"
msgstr "Π‘ΠΈΡΠΈΡΠ°"
#: lang.pm:411
#, c-format
msgid "Swaziland"
msgstr "Π‘Π²Π°Π·ΠΈΠ»Π΅Π½Π΄"
#: lang.pm:412
#, c-format
msgid "Turks and Caicos Islands"
msgstr "Π’ΡΡΠΊΡΠΊΠΈ ΠΈ ΠΠ°ΠΈΠΊΠΎΡ ΠΎΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:413
#, c-format
msgid "Chad"
msgstr "Π§Π°Π΄"
#: lang.pm:414
#, c-format
msgid "French Southern Territories"
msgstr "ΠΡΠ³ΠΎΠΈΡΡΠΎΡΠ½ΠΈ Π€ΡΠ°Π½ΡΡΡΠΊΠΈ Π’Π΅ΡΠΈΡΠΎΡΠΈΠΈ"
#: lang.pm:415
#, c-format
msgid "Togo"
msgstr "Π’ΠΎΠ³ΠΎ"
#: lang.pm:416 mirror.pm:40 timezone.pm:213
#, c-format
msgid "Thailand"
msgstr "Π’Π°ΡΠ»Π°Π½Π΄"
#: lang.pm:417
#, c-format
msgid "Tajikistan"
msgstr "Π’Π°ΡΠΈΠΊΠΈΡΡΠ°Π½"
#: lang.pm:418
#, c-format
msgid "Tokelau"
msgstr "Π’ΠΎΠ»Π΅ΠΊΠ°Ρ"
#: lang.pm:419
#, c-format
msgid "East Timor"
msgstr "ΠΡΡΠΎΡΠ΅Π½ Π’ΠΈΠΌΠΎΡ"
#: lang.pm:420
#, c-format
msgid "Turkmenistan"
msgstr "Π’ΡΡΠΊΠΌΠ΅Π½ΠΈΡΡΠ°Π½"
#: lang.pm:421
#, c-format
msgid "Tunisia"
msgstr "Π’ΡΠ½ΠΈΡ"
#: lang.pm:422
#, c-format
msgid "Tonga"
msgstr "Π’ΠΎΠ½Π³Π°"
#: lang.pm:423 timezone.pm:214
#, c-format
msgid "Turkey"
msgstr "Π’ΡΡΡΠΈΡΠ°"
#: lang.pm:424
#, c-format
msgid "Trinidad and Tobago"
msgstr "Π’ΡΠΈΠ½ΠΈΠ΄Π°Π΄ ΠΈ Π’ΠΎΠ±Π°Π³ΠΎ"
#: lang.pm:425
#, c-format
msgid "Tuvalu"
msgstr "Π’ΡΠ²Π°Π»Ρ"
#: lang.pm:426 mirror.pm:39 timezone.pm:212
#, c-format
msgid "Taiwan"
msgstr "Π’Π°ΡΠ²Π°Π½"
#: lang.pm:427 timezone.pm:197
#, c-format
msgid "Tanzania"
msgstr "Π’Π°Π½Π·Π°Π½ΠΈΡΠ°"
#: lang.pm:428 timezone.pm:245
#, c-format
msgid "Ukraine"
msgstr "Π£ΠΊΡΠ°ΠΈΠ½Π°"
#: lang.pm:429
#, c-format
msgid "Uganda"
msgstr "Π£Π³Π°Π½Π΄Π°"
#: lang.pm:430
#, c-format
msgid "United States Minor Outlying Islands"
msgstr "ΠΠΎΠΌΠ°Π»ΠΈΡΠ΅ ΠΎΡΡΡΠΎΠ²ΠΈ Π½Π° Π‘ΠΎΠ΅Π΄ΠΈΠ½Π΅ΡΠΈΡΠ΅ ΠΡΠΆΠ°Π²ΠΈ"
#: lang.pm:431 mirror.pm:41 timezone.pm:253
#, c-format
msgid "United States"
msgstr "Π‘ΠΠ"
#: lang.pm:432
#, c-format
msgid "Uruguay"
msgstr "Π£ΡΡΠ³Π²Π°Ρ"
#: lang.pm:433
#, c-format
msgid "Uzbekistan"
msgstr "Π£Π·Π±Π΅ΠΊΠΈΡΡΠ°Π½"
#: lang.pm:434
#, c-format
msgid "Vatican"
msgstr "ΠΠ°ΡΠΈΠΊΠ°Π½"
#: lang.pm:435
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "Π‘Π²Π΅ΡΠΈ ΠΠΈΠ½ΡΠ΅Π½Ρ"
#: lang.pm:436
#, c-format
msgid "Venezuela"
msgstr "ΠΠ΅Π½Π΅ΡΡΠ΅Π»Π°"
#: lang.pm:437
#, c-format
msgid "Virgin Islands (British)"
msgstr "ΠΠ΅Π²ΡΡΠ²Π΅Π½ΠΈ ΠΡΡΡΠΎΠ²ΠΈ"
#: lang.pm:438
#, c-format
msgid "Virgin Islands (U.S.)"
msgstr ""
#: lang.pm:439
#, c-format
msgid "Vietnam"
msgstr "ΠΠΈΠ΅ΡΠ½Π°ΠΌ"
#: lang.pm:440
#, c-format
msgid "Vanuatu"
msgstr "ΠΠ°Π½ΡΡΡ"
#: lang.pm:441
#, c-format
msgid "Wallis and Futuna"
msgstr "ΠΠ°Π»ΠΈΡ ΠΈ Π€Π°ΡΡΠ½Π°"
#: lang.pm:442
#, c-format
msgid "Samoa"
msgstr "Π‘Π°ΠΌΠΎΠ°"
#: lang.pm:443
#, c-format
msgid "Yemen"
msgstr "ΠΠ΅ΠΌΠ΅Π½"
#: lang.pm:444
#, c-format
msgid "Mayotte"
msgstr "ΠΠ°ΡΠΎΡ"
#: lang.pm:445 mirror.pm:35 timezone.pm:196
#, c-format
msgid "South Africa"
msgstr "ΠΡΠΆΠ½Π° ΠΡΡΠΈΠΊΠ°"
#: lang.pm:446
#, c-format
msgid "Zambia"
msgstr "ΠΠ°ΠΌΠ±ΠΈΡΠ°"
#: lang.pm:447
#, c-format
msgid "Zimbabwe"
msgstr "ΠΠΈΠΌΠ±Π°Π±Π²Π΅"
#: lang.pm:1193
#, c-format
msgid "Welcome to %s"
msgstr "ΠΠΎΠ±ΡΠ΅Π΄ΠΎΡΠ΄ΠΎΠ²ΡΠ΅ Π²ΠΎ %s"
#: lvm.pm:84
#, c-format
msgid "Moving used physical extents to other physical volumes failed"
msgstr ""
#: lvm.pm:137
#, c-format
msgid "Physical volume %s is still in use"
msgstr ""
#: lvm.pm:147
#, c-format
msgid "Remove the logical volumes first\n"
msgstr "ΠΠ°ΡΠΏΡΠ²ΠΎ ΠΎΡΡΡΡΠ°Π½Π΅ΡΠ΅ Π³ΠΈ Π»ΠΎΠ³ΠΈΡΠΊΠΈΡΠ΅ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ\n"
#: lvm.pm:180
#, c-format
msgid "The bootloader can't handle /boot on multiple physical volumes"
msgstr ""
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: messages.pm:10
#, fuzzy, c-format
msgid ""
"Introduction\n"
"\n"
"The operating system and the different components available in the Mandriva "
"Linux distribution \n"
"shall be called the \"Software Products\" hereafter. The Software Products "
"include, but are not \n"
"restricted to, the set of programs, methods, rules and documentation related "
"to the operating \n"
"system and the different components of the Mandriva Linux distribution.\n"
"\n"
"\n"
"1. License Agreement\n"
"\n"
"Please read this document carefully. This document is a license agreement "
"between you and \n"
"Mandriva S.A. which applies to the Software Products.\n"
"By installing, duplicating or using the Software Products in any manner, you "
"explicitly \n"
"accept and fully agree to conform to the terms and conditions of this "
"License. \n"
"If you disagree with any portion of the License, you are not allowed to "
"install, duplicate or use \n"
"the Software Products. \n"
"Any attempt to install, duplicate or use the Software Products in a manner "
"which does not comply \n"
"with the terms and conditions of this License is void and will terminate "
"your rights under this \n"
"License. Upon termination of the License, you must immediately destroy all "
"copies of the \n"
"Software Products.\n"
"\n"
"\n"
"2. Limited Warranty\n"
"\n"
"The Software Products and attached documentation are provided \"as is\", "
"with no warranty, to the \n"
"extent permitted by law.\n"
"Mandriva S.A. will, in no circumstances and to the extent permitted by law, "
"be liable for any special,\n"
"incidental, direct or indirect damages whatsoever (including without "
"limitation damages for loss of \n"
"business, interruption of business, financial loss, legal fees and penalties "
"resulting from a court \n"
"judgment, or any other consequential loss) arising out of the use or "
"inability to use the Software \n"
"Products, even if Mandriva S.A. has been advised of the possibility or "
"occurrence of such \n"
"damages.\n"
"\n"
"LIMITED LIABILITY LINKED TO POSSESSING OR USING PROHIBITED SOFTWARE IN SOME "
"COUNTRIES\n"
"\n"
"To the extent permitted by law, Mandriva S.A. or its distributors will, in "
"no circumstances, be \n"
"liable for any special, incidental, direct or indirect damages whatsoever "
"(including without \n"
"limitation damages for loss of business, interruption of business, financial "
"loss, legal fees \n"
"and penalties resulting from a court judgment, or any other consequential "
"loss) arising out \n"
"of the possession and use of software components or arising out of "
"downloading software components \n"
"from one of Mandriva Linux sites which are prohibited or restricted in some "
"countries by local laws.\n"
"This limited liability applies to, but is not restricted to, the strong "
"cryptography components \n"
"included in the Software Products.\n"
"\n"
"\n"
"3. The GPL License and Related Licenses\n"
"\n"
"The Software Products consist of components created by different persons or "
"entities. Most \n"
"of these components are governed under the terms and conditions of the GNU "
"General Public \n"
"Licence, hereafter called \"GPL\", or of similar licenses. Most of these "
"licenses allow you to use, \n"
"duplicate, adapt or redistribute the components which they cover. Please "
"read carefully the terms \n"
"and conditions of the license agreement for each component before using any "
"component. Any question \n"
"on a component license should be addressed to the component author and not "
"to Mandriva.\n"
"The programs developed by Mandriva S.A. are governed by the GPL License. "
"Documentation written \n"
"by Mandriva S.A. is governed by a specific license. Please refer to the "
"documentation for \n"
"further details.\n"
"\n"
"\n"
"4. Intellectual Property Rights\n"
"\n"
"All rights to the components of the Software Products belong to their "
"respective authors and are \n"
"protected by intellectual property and copyright laws applicable to software "
"programs.\n"
"Mandriva S.A. reserves its rights to modify or adapt the Software Products, "
"as a whole or in \n"
"parts, by all means and for all purposes.\n"
"\"Mandriva\", \"Mandriva Linux\" and associated logos are trademarks of "
"Mandriva S.A. \n"
"\n"
"\n"
"5. Governing Laws \n"
"\n"
"If any portion of this agreement is held void, illegal or inapplicable by a "
"court judgment, this \n"
"portion is excluded from this contract. You remain bound by the other "
"applicable sections of the \n"
"agreement.\n"
"The terms and conditions of this License are governed by the Laws of "
"France.\n"
"All disputes on the terms of this license will preferably be settled out of "
"court. As a last \n"
"resort, the dispute will be referred to the appropriate Courts of Law of "
"Paris - France.\n"
"For any question on this document, please contact Mandriva S.A. \n"
msgstr ""
"ΠΠΎΠ²Π΅Π΄\n"
"\n"
"ΠΠΏΠ΅ΡΠ°ΡΠΈΠ²Π½ΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ ΠΈ ΡΠ°Π·Π»ΠΈΡΠ½ΠΈΡΠ΅ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ Π΄ΠΎΡΡΠ°ΠΏΠ½ΠΈ Π²ΠΎ ΠΠ°Π½Π΄ΡΠΈΠ²Π° ΠΠΈΠ½ΡΠΊΡ\n"
"Π΄ΠΈΡΡΡΠΈΠ±ΡΡΠΈΡΠ°ΡΠ°, ΠΎΡΡΠ΅Π³Π° Π½Π°ΡΠ°ΠΌΡ, ΡΠ΅ ΡΠ΅ Π²ΠΈΠΊΠ°Π°Ρ \"ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ\". \n"
"Π‘ΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠ·ΠΈΠ²ΠΎΠ΄ΠΈ Π³ΠΈ Π²ΠΊΠ»ΡΡΡΠ²Π°Π°Ρ, Π½ΠΎ Π½Π΅ ΡΠ΅ ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½ΠΈ ΡΠ°ΠΌΠΎ Π½Π°, \n"
"ΠΌΠ½ΠΎΠΆΠ΅ΡΡΠ²ΠΎΡΠΎ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΈ, ΠΌΠ΅ΡΠΎΠ΄ΠΈ, ΠΏΡΠ°Π²ΠΈΠ»Π° ΠΈ Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΠ° Π²ΠΎ Π²ΡΡΠΊΠ° ΡΠΎ \n"
"ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠ²Π½ΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ ΠΈ ΡΠ°Π·Π»ΠΈΡΠ½ΠΈΡΠ΅ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ Π½Π° ΠΠ°Π½Π΄ΡΠΈΠ²Π° ΠΠΈΠ½ΡΠΊΡ\n"
"Π΄ΠΈΡΡΡΠΈΠ±ΡΡΠΈΡΠ°ΡΠ°.\n"
"\n"
"\n"
"1. ΠΠΈΡΠ΅Π½ΡΠ΅Π½ Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ\n"
"\n"
"ΠΠ½ΠΈΠΌΠ°ΡΠ΅Π»Π½ΠΎ ΠΏΡΠΎΡΠΈΡΠ°ΡΡΠ΅ Π³ΠΎ ΠΎΠ²ΠΎΡ Π΄ΠΎΠΊΡΠΌΠ΅Π½Ρ. ΠΠ²ΠΎΡ Π΄ΠΎΠΊΡΠΌΠ΅Π½Ρ Π΅ Π»ΠΈΡΠ΅Π½ΡΠ΅Π½ Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ\n"
"ΠΌΠ΅ΡΡ ΠΠ°Ρ ΠΈ Mandriva S.A. ΠΊΠΎΡ ΡΠ΅ ΠΎΠ΄Π½Π΅ΡΡΠ²Π° Π½Π° ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ.\n"
"Π‘ΠΎ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅, Π΄ΡΠΏΠ»ΠΈΡΠΈΡΠ°ΡΠ΅ ΠΈΠ»ΠΈ ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ Π½Π° ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ\n"
"Π½Π° Π±ΠΈΠ»ΠΎ ΠΊΠΎΡ Π½Π°ΡΠΈΠ½, ΠΠΈΠ΅ Π΅ΠΊΡΠΏΠ»ΠΈΡΠΈΡΠ½ΠΎ ΠΏΡΠΈΡΠ°ΡΠ°ΡΠ΅ ΠΈ ΡΠ΅Π»ΠΎΡΠ½ΠΎ ΡΠ΅ ΡΠΎΠ³Π»Π°ΡΡΠ²Π°ΡΠ΅ ΡΠΎ\n"
"ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ΅ ΠΈ ΡΡΠ»ΠΎΠ²ΠΈΡΠ΅ Π½Π° ΠΎΠ²Π°Π° Π»ΠΈΡΠ΅Π½ΡΠ°. ΠΠΊΠΎ Π½Π΅ ΡΠ΅ ΡΠΎΠ³Π»Π°ΡΡΠ²Π°ΡΠ΅ ΡΠΎ Π±ΠΈΠ»ΠΎ ΠΊΠΎΡ \n"
"Π΄Π΅Π» ΠΎΠ΄ Π»ΠΈΡΠ΅Π½ΡΠ°ΡΠ°, Π½Π΅ ΠΠΈ Π΅ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΎ Π΄Π° Π³ΠΈ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅, Π΄ΡΠΏΠ»ΠΈΡΠΈΡΠ°ΡΠ΅ ΠΈΠ»ΠΈ \n"
"ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠ΄ΡΠΊΡΠΈ. Π‘Π΅ΠΊΠΎΡ ΠΎΠ±ΠΈΠ΄ Π΄Π° Π³ΠΈ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅, \n"
"Π΄ΡΠΏΠ»ΠΈΡΠΈΡΠ°ΡΠ΅ ΠΈΠ»ΠΈ ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ Π½Π° Π½Π°ΡΠΈΠ½ ΠΊΠΎΡ Π½Π΅ Π΅\n"
"Π²ΠΎ ΡΠΎΠ³Π»Π°ΡΠ½ΠΎΡΡ ΡΠΎ ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ΅ ΠΈ ΡΡΠ»ΠΎΠ²ΠΈΡΠ΅ Π½Π° ΠΎΠ²Π°Π° Π»ΠΈΡΠ΅Π½ΡΠ° Π΅ Π½Π΅Π²Π°ΠΆΠ΅ΡΠΊΠΈ (void)\n"
"ΠΈ Π³ΠΈ ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ° ΠΠ°ΡΠΈΡΠ΅ ΠΏΡΠ°Π²Π° ΠΏΠΎΠ΄ ΠΎΠ²Π°Π° Π»ΠΈΡΠ΅Π½ΡΠ°. ΠΠΎ ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ°ΡΠ΅ Π½Π° \n"
"Π»ΠΈΡΠ΅Π½ΡΠ°ΡΠ°, ΠΌΠΎΡΠ°ΡΠ΅ Π²Π΅Π΄Π½Π°Ρ Π΄Π° Π³ΠΈ ΡΠ½ΠΈΡΡΠΈΡΠ΅ ΡΠΈΡΠ΅ ΠΊΠΎΠΏΠΈΠΈ Π½Π° ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ \n"
"ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ.\n"
"\n"
"\n"
"2. ΠΠ³ΡΠ°Π½ΠΈΡΠ΅Π½Π° Π³Π°ΡΠ°Π½ΡΠΈΡΠ°\n"
"\n"
"Π‘ΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ ΠΈ ΠΏΡΠΈΠ΄ΡΡΠΆΠ½Π°ΡΠ° Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΠ° ΡΠ΅ Π΄Π°Π΄Π΅Π½ΠΈ \n"
"\"ΠΊΠ°ΠΊΠΎ ΡΡΠΎ ΡΠ΅\" (\"as is\"), Π±Π΅Π· Π½ΠΈΠΊΠ°ΠΊΠ²Π° Π³Π°ΡΠ°Π½ΡΠΈΡΠ°, Π΄ΠΎ ΡΡΠ΅ΠΏΠ΅Π½ ΠΌΠΎΠΆΠ΅Π½ ΡΠΎ \n"
"Π·Π°ΠΊΠΎΠ½. Mandriva S.A. Π½Π΅ΠΌΠ° Π²ΠΎ Π½ΠΈΠΊΠΎΡ ΡΠ»ΡΡΠ°Ρ, Π΄ΠΎ ΡΡΠ΅ΠΏΠ΅Π½ ΠΌΠΎΠΆΠ΅Π½ ΡΠΎ Π·Π°ΠΊΠΎΠ½, \n"
"Π΄Π° ΠΎΠ΄Π³ΠΎΠ²Π°ΡΠ° Π·Π° Π±ΠΈΠ»ΠΎ ΠΊΠ°ΠΊΠ²ΠΈ ΡΠΏΠ΅ΡΠΈΡΠ°Π»Π½ΠΈ, ΠΈΠ½ΡΠΈΠ΄Π΅Π½ΡΠ½ΠΈ, Π΄ΠΈΡΠ΅ΠΊΡΠ½ΠΈ ΠΈ ΠΈΠ½Π΄ΠΈΡΠ΅ΠΊΡΠ½ΠΈ\n"
"ΡΡΠ΅ΡΠΈ (Π²ΠΊΠ»ΡΡΡΠ²Π°ΡΡΠΈ, ΠΈ Π½Π΅ΠΎΠ³ΡΠ°Π½ΠΈΡΡΠ²Π°ΡΡΠΈ ΡΠ΅, Π½Π° Π³ΡΠ±ΠΈΡΠΎΠΊ Π½Π° Π±ΠΈΠ·Π½ΠΈΡ, ΠΏΡΠ΅ΠΊΠΈΠ½ Π½Π°\n"
"Π±ΠΈΠ·Π½ΠΈΡ, ΡΠΈΠ½Π°Π½ΡΠΈΡΠΊΠΈ Π³ΡΠ±ΠΈΡΠΎΠΊ, Π»Π΅Π³Π°Π»Π½ΠΈ ΡΠ°ΠΊΡΠΈ ΠΈ ΠΊΠ°Π·Π½ΠΈ ΠΏΠΎΡΠ»Π΅Π΄Π΅ΠΈΡΠΈ Π½Π° ΡΡΠ΄ΡΠΊΠ°\n"
"ΠΎΠ΄Π»ΡΠΊΠ°, ΠΈΠ»ΠΈ Π±ΠΈΠ»ΠΎ ΠΊΠ°ΠΊΠ²Π° Π΄ΡΡΠ³Π° ΠΊΠΎΠ½ΡΠ΅ΠΊΠ²Π΅Π½ΡΠ½Π° ΡΡΠ΅ΡΠ°) ΠΊΠΎΠΈ ΠΏΠΎΡΠ΅ΠΊΠ½ΡΠ²Π°Π°Ρ ΠΎΠ΄ \n"
"ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ ΠΈΠ»ΠΈ Π½Π΅ΡΠΏΠΎΡΠΎΠ±Π½ΠΎΡΡ Π·Π° ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ Π½Π° ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ, \n"
"Π΄ΡΡΠΈ ΠΈ Π°ΠΊΠΎ Mandriva S.A. Π±ΠΈΠ» ΡΠΎΠ²Π΅ΡΡΠ²Π°Π½ Π·Π° ΠΌΠΎΠΆΠ½ΠΎΡΡΠ° ΠΎΠ΄ ΠΈΠ»ΠΈ ΡΠ»ΡΡΡΠ²Π°ΡΠ΅ΡΠΎ\n"
"Π½Π° ΡΠ°ΠΊΠ²ΠΈ ΡΡΠ΅ΡΠΈ.\n"
"\n"
"ΠΠΠ ΠΠΠΠ§ΠΠΠ ΠΠΠΠΠΠΠ ΠΠΠ‘Π’ ΠΠΠΠ ΠΠΠΠ Π‘Π ΠΠΠ‘ΠΠΠ£ΠΠΠΠΠ’Π ΠΠΠ \n"
"ΠΠΠ ΠΠ‘Π’ΠΠΠΠ’Π Π‘ΠΠ€Π’ΠΠΠ ΠΠΠΠ ΠΠΠΠ’ ΠΠ ΠΠΠΠΠ ΠΠΠΠΠ\n"
"\n"
"ΠΠΎ ΡΡΠ΅ΠΏΠ΅Π½ Π΄ΠΎΠ·Π²ΠΎΠ»Π½ ΡΠΎ Π·Π°ΠΊΠΎΠ½, Mandriva S.A. ΠΈΠ»ΠΈ Π½Π΅Π³ΠΎΠ²ΠΈΡΠ΅ Π΄ΠΈΡΡΡΠΈΠ±ΡΡΠ΅ΡΠΈ\n"
"Π½Π΅ΠΌΠ° Π²ΠΎ Π½ΠΈΠΊΠΎΡ ΡΠ»ΡΡΠ°Ρ Π΄Π° Π±ΠΈΠ΄Π°Ρ ΠΎΠ΄Π³ΠΎΠ²ΠΎΡΠ½ΠΈ Π·Π° Π±ΠΈΠ»ΠΎ ΠΊΠ°ΠΊΠ²ΠΈ ΡΠΏΠ΅ΡΠΈΡΠ°Π»Π½ΠΈ, \n"
"ΠΈΠ½ΡΠΈΠ΄Π΅Π½ΡΠ½ΠΈ, Π΄ΠΈΡΠ΅ΠΊΡΠ½ΠΈ ΠΈ ΠΈΠ½Π΄ΠΈΡΠ΅ΠΊΡΠ½ΠΈ ΡΡΠ΅ΡΠΈ (Π²ΠΊΠ»ΡΡΡΠ²Π°ΡΡΠΈ, ΠΈ Π½Π΅ΠΎΠ³ΡΠ°Π½ΠΈΡΡΠ²Π°ΡΡΠΈ ΡΠ΅, "
"Π½Π° Π³ΡΠ±ΠΈΡΠΎΠΊ Π½Π° Π±ΠΈΠ·Π½ΠΈΡ, ΠΏΡΠ΅ΠΊΠΈΠ½ Π½Π°\n"
"Π±ΠΈΠ·Π½ΠΈΡ, ΡΠΈΠ½Π°Π½ΡΠΈΡΠΊΠΈ Π³ΡΠ±ΠΈΡΠΎΠΊ, Π»Π΅Π³Π°Π»Π½ΠΈ ΡΠ°ΠΊΡΠΈ ΠΈ ΠΊΠ°Π·Π½ΠΈ ΠΏΠΎΡΠ»Π΅Π΄Π΅ΠΈΡΠΈ Π½Π° ΡΡΠ΄ΡΠΊΠ°\n"
"ΠΎΠ΄Π»ΡΠΊΠ°, ΠΈΠ»ΠΈ Π±ΠΈΠ»ΠΎ ΠΊΠ°ΠΊΠ²Π° Π΄ΡΡΠ³Π° ΠΊΠΎΠ½ΡΠ΅ΠΊΠ²Π΅Π½ΡΠ½Π° ΡΡΠ΅ΡΠ°) ΠΊΠΎΠΈ ΠΏΠΎΡΠ΅ΠΊΠ½ΡΠ²Π°Π°Ρ ΠΎΠ΄ \n"
"ΠΏΠΎΡΠ΅Π΄ΡΠ²Π°ΡΠ΅ ΠΈ ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ ΠΈΠ»ΠΈ ΠΎΠ΄ ΠΏΡΠ΅Π·Π΅ΠΌΠ°ΡΠ΅ (downloading) ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈ\n"
"ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ ΠΎΠ΄ Π½Π΅ΠΊΠΎΡ ΠΎΠ΄ ΠΠ°Π½Π΄ΡΠΈΠ²Π° ΠΠΈΠ½ΡΠΊΡ ΡΠ°ΡΡΠΎΠ²ΠΈΡΠ΅, ΠΊΠΎΠΈ ΡΠ΅ Π·Π°Π±ΡΠ°Π½Π΅ΡΠΈ ΠΈΠ»ΠΈ\n"
"ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½ΠΈ Π²ΠΎ Π½Π΅ΠΊΠΎΠΈ Π·Π΅ΠΌΡΠΈ ΡΠΎ Π»ΠΎΠΊΠ°Π»Π½ΠΈΡΠ΅ Π·Π°ΠΊΠΎΠ½ΠΈ. ΠΠ²Π°Π° ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½Π° ΠΎΠ΄Π³ΠΎΠ²ΠΎΡΠ½ΠΎΡΡ\n"
"ΡΠ΅ ΠΎΠ΄Π½Π΅ΡΡΠ²Π°, Π½ΠΎ Π½Π΅ Π΅ ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½Π° Π½Π°, ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈΡΠ΅ Π·Π° ΡΠΈΠ»Π½Π° ΠΊΡΠΈΠΏΡΠΎΠ³ΡΠ°ΡΠΈΡΠ°\n"
"Π²ΠΊΠ»ΡΡΠ΅Π½ΠΈ Π²ΠΎ ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ.\n"
"\n"
"\n"
"3. ΠΠΈΡΠ΅Π½ΡΠ°ΡΠ° GPL ΠΈΠ»ΠΈ ΡΡΠΎΠ΄Π½ΠΈ Π»ΠΈΡΠ΅Π½ΡΠΈ\n"
"\n"
"Π‘ΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ ΡΠ΅ ΡΠΎΡΡΠΎΡΠ°Ρ ΠΎΠ΄ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ ΡΠΎΠ·Π΄Π°Π΄Π΅Π½ΠΈ ΠΎΠ΄ ΡΠ°Π·Π»ΠΈΡΠ½ΠΈ\n"
"Π»ΡΡΠ΅ ΠΈΠ»ΠΈ Π΅Π½ΡΠΈΡΠ΅ΡΠΈ. ΠΠΎΠ²Π΅ΡΠ΅ΡΠ΅ ΠΎΠ΄ ΠΎΠ²ΠΈΠ΅ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ ΠΏΠΎΡΠΏΠ°ΡΠ°Π°Ρ ΠΏΠΎΠ΄ ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ΅ \n"
"ΠΈ ΡΡΠ»ΠΎΠ²ΠΈΡΠ΅ Π½Π° Π»ΠΈΡΠ΅Π½ΡΠ°ΡΠ° \"GNU General Public Licence\", ΠΎΡΡΠ΅Π³Π° Π½Π°ΡΠ°ΠΌΡ "
"ΠΏΠΎΠ·Π½Π°ΡΠ°\n"
"ΠΊΠ°ΠΊΠΎ \"GPL\", ΠΈΠ»ΠΈ Π½Π° ΡΠ»ΠΈΡΠ½ΠΈ Π»ΠΈΡΠ΅Π½ΡΠΈ. ΠΠΎΠ²Π΅ΡΠ΅ΡΠ΅ ΠΎΠ΄ ΠΎΠ²ΠΈΠ΅ Π»ΠΈΡΠ΅Π½ΡΠΈ ΠΠΈ "
"Π΄ΠΎΠ·Π²ΠΎΠ»ΡΠ²Π°Π°Ρ\n"
"Π΄Π° Π³ΠΈ ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅, Π΄ΡΠΏΠ»ΠΈΡΠΈΡΠ°ΡΠ΅, Π°Π΄Π°ΠΏΡΠΈΡΠ°ΡΠ΅ ΠΈΠ»ΠΈ ΡΠ΅Π΄ΠΈΡΡΡΠΈΠ±ΡΠΈΡΠ°ΡΠ΅ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈΡΠ΅\n"
"ΠΊΠΎΠΈ Π³ΠΈ ΠΏΠΎΠΊΡΠΈΠ²Π°Π°Ρ. ΠΡΠΎΡΠΈΡΠ°ΡΠ°ΡΠ΅ Π³ΠΈ Π²Π½ΠΈΠΌΠ°ΡΠ΅Π»Π½ΠΎ ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ΅ ΠΈ ΡΡΠ»ΠΎΠ²ΠΈΡΠ΅ Π½Π° \n"
"Π»ΠΈΡΠ΅Π½ΡΠ½ΠΈΠΎΡ Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ Π·Π° ΡΠ΅ΠΊΠΎΡΠ° ΠΎΠΊΠΌΠΏΠΎΠ½Π΅Π½ΡΠ°, ΠΏΡΠ΅Π΄ Π΄Π° ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ Π±ΠΈΠ»ΠΎ ΠΊΠΎ ΠΎΠ΄ Π½ΠΈΠ².\n"
"ΠΠΈΠ»ΠΎ ΠΊΠ°ΠΊΠ²ΠΈ ΠΏΡΠ°ΡΠ°ΡΠ° Π·Π° Π»ΠΈΡΠ΅Π½ΡΠ° Π½Π° Π½Π΅ΠΊΠΎΡΠ° ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠ° ΡΡΠ΅Π±Π° Π΄Π° ΡΠ΅ Π°Π΄ΡΠ΅ΡΠΈΡΠ°\n"
"Π½Π° Π°Π²ΡΠΎΡΠΎΡ Π½Π° ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠ°ΡΠ°, Π° Π½Π΅ Π½Π° Mandriva. ΠΡΠΎΠ³ΡΠ°ΠΌΠΈΡΠ΅ ΡΠ°Π·Π²ΠΈΠ΅Π½ΠΈ ΠΎΠ΄\n"
"Mandriva S.A. ΠΏΠΎΡΠΏΠ°ΡΠ°Π°Ρ ΠΏΠΎΠ΄ GPL Π»ΠΈΡΠ΅Π½ΡΠ°ΡΠ°. ΠΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΠ°ΡΠ° Π½Π°ΠΏΠΈΡΠ°Π½Π°\n"
"ΠΎΠ΄ Mandriva S.A. ΠΏΠΎΡΠΏΠ°ΡΠ° ΠΏΠΎΠ΄ ΠΏΠΎΡΠ΅Π±Π½Π° Π»ΠΈΡΠ΅Π½ΡΠ°. ΠΠΈΠ΄Π΅ΡΠ΅ ΡΠ° Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΠ°ΡΠ°,\n"
"Π·Π° ΠΏΠΎΠ²Π΅ΡΠ΅ Π΄Π΅ΡΠ°Π»ΠΈ.\n"
"\n"
"4. ΠΡΠ°Π²Π° Π½Π° ΠΈΠ½ΡΠ΅Π»Π΅ΠΊΡΠΈΠ°Π»Π½Π° ΡΠΎΠΏΡΡΠ²Π΅Π½ΠΎΡΡ\n"
"\n"
"Π‘ΠΈΡΠ΅ ΠΏΡΠ°Π²Π° Π½Π° ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈΡΠ΅ Π½Π° ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ ΠΈΠΌ ΠΏΡΠΈΠΏΠ°ΡΠ°Π°Ρ Π½Π° Π½ΠΈΠ²Π½ΠΈΡΠ΅ "
"ΡΠΎΠΎΠ΄Π²Π΅ΡΠ½ΠΈ Π°Π²ΡΠΎΡΠΈ ΠΈ ΡΠ΅ Π·Π°ΡΡΠΈΡΠ΅Π½ΠΈ ΡΠΎ Π·Π°ΠΊΠΎΠ½ΠΈΡΠ΅ Π·Π° ΠΈΠ½ΡΠ΅Π»Π΅ΠΊΡΡΠ°Π»Π½Π°\n"
"ΡΠΎΠΏΡΡΠ²Π΅Π½ΠΎΡΡ ΠΈΠ»ΠΈ Π°Π²ΡΠΎΡΡΠΊΠΈ ΠΏΡΠ°Π²Π° (copyright laws) ΠΏΡΠΈΠΌΠ΅Π½Π»ΠΈΠ²ΠΈ Π½Π° ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈ\n"
"ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΈ. Mandriva S.A. Π³ΠΎ Π·Π°Π΄ΡΠΆΡΠ²Π° ΠΏΡΠ°Π²ΠΎΡΠΎ Π΄Π° Π³ΠΈ ΠΌΠΎΠ΄ΠΈΡΠΈΡΠΈΡΠ° ΠΈΠ»ΠΈ \n"
"Π°Π΄Π°ΠΏΡΠΈΡΠ° ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈΡΠ΅ ΠΏΡΠΎΠΈΠ·Π²ΠΎΠ΄ΠΈ, ΠΊΠ°ΠΊΠΎ ΡΠ΅Π»ΠΈΠ½Π° ΠΈΠ»ΠΈ Π²ΠΎ Π΄Π΅Π»ΠΎΠ²ΠΈ, Π½Π° Π±ΠΈΠ»ΠΎ ΠΊΠΎΡ\n"
"Π½Π°ΡΠΈΠ½ ΠΈ Π·Π° Π±ΠΈΠ»ΠΎ ΠΊΠΎΡΠ° ΡΠ΅Π».\n"
"\"Mandriva\", \"Mandriva Linux\" ΠΈ ΠΏΡΠΈΠ΄ΡΡΠΆΠ΅Π½ΠΈΡΠ΅ Π»ΠΎΠ³ΠΎΡΠΈΠΏΠΈ ΡΠ΅ Π·Π°ΡΡΠΈΡΠ΅Π½ΠΈ Π·Π½Π°ΡΠΈ\n"
"Π½Π° Mandriva S.A. \n"
"\n"
"\n"
"5. ΠΡΠ°Π²ΠΎΡΠΈΠ»Π½ΠΈ Π·Π°ΠΊΠΎΠ½ΠΈ\n"
"\n"
"ΠΠΊΠΎ Π±ΠΈΠ»ΠΎ ΠΊΠΎΡ Π΄Π΅Π» ΠΎΠ΄ ΠΎΠ²ΠΎΡ Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ ΡΠ΅ Π½Π°ΡΠ΄Π΅ Π·Π° Π½Π΅Π²Π°ΠΆΠ΅ΡΠΊΠΈ, Π½Π΅Π»Π΅Π³Π°Π»Π΅Π½ ΠΈΠ»ΠΈ \n"
"Π½Π΅ΠΏΡΠΈΠΌΠ΅Π½Π»ΠΈΠ² ΠΎΠ΄ ΡΡΡΠ°Π½Π° Π½Π° ΡΡΠ΄ΡΠΊΠ° ΠΏΡΠ΅ΡΡΠ΄Π°, ΡΠΎΡ Π΄Π΅Π» ΡΠ΅ ΠΈΡΠΊΠ»ΡΡΡΠ²Π° ΠΎΠ΄ ΠΎΠ²ΠΎΡ\n"
"Π΄ΠΎΠ³ΠΎΠ²ΠΎΡ. ΠΡΡΠ°Π½ΡΠ²Π°ΡΠ΅ ΠΎΠ±Π²ΡΠ·Π°Π½ΠΈ ΠΎΠ΄ Π΄ΡΡΠ³ΠΈΡΠ΅ ΠΏΡΠΈΠΌΠ΅Π½Π»ΠΈΠ²ΠΈ Π΄Π΅Π»ΠΎΠ²ΠΈ Π½Π° \n"
"Π΄ΠΎΠ³ΠΎΠ²ΠΎΡΠΎΡ. \n"
"Π’Π΅ΡΠΌΠΈΠ½ΠΈΡΠ΅ ΠΈ ΡΡΠ»ΠΎΠ²ΠΈΡΠ΅ Π½Π° ΠΎΠ²Π°Π° Π»ΠΈΡΠ΅Π½ΡΠ° ΠΏΠΎΡΠΏΠ°ΡΠ°Π°Ρ ΠΏΠΎΠ΄ Π·Π°ΠΊΠΎΠ½ΠΈΡΠ΅ Π½Π° Π€ΡΠ°Π½ΡΠΈΡΠ°.\n"
"Π‘Π΅ΠΊΠΎΡ ΡΠΏΠΎΡ Π·Π° ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ΅ Π½Π° ΠΎΠ²Π°Π° Π»ΠΈΡΠ΅Π½ΡΠ° ΠΏΠΎ ΠΌΠΎΠΆΠ½ΠΎΡΡ ΡΠ΅ ΡΠ΅ ΡΠ΅ΡΠΈ Π½Π° ΡΡΠ΄.\n"
"ΠΠ°ΠΊΠΎ ΠΏΠΎΡΠ»Π΅Π΄Π΅Π½ ΡΠ΅ΠΊΠΎΡ, ΡΠΏΠΎΡΠΎΡ ΡΠ΅ Π±ΠΈΠ΄Π΅ ΠΏΡΠ΅Π΄Π°Π΄Π΅Π½ Π½Π° ΡΠΎΠΎΠ΄Π²Π΅ΡΠΈΠ½ΠΎΡ ΡΡΠ΄ Π²ΠΎ\n"
"ΠΠ°ΡΠΈΠ· - Π€ΡΠ°Π½ΠΈΡΠΈΡΠ°. ΠΠ° Π±ΠΈΠ»ΠΎ ΠΊΠ°ΠΊΠ²ΠΈ ΠΏΡΠ°ΡΠ°ΡΠ° Π²ΠΎ Π²ΡΡΠΊΠ° ΡΠΎ ΠΎΠ²ΠΎΡ Π΄ΠΎΠΊΡΠΌΠ΅Π½Ρ,\n"
"ΠΊΠΎΠ½ΡΠ°ΠΊΡΠΈΡΠ°ΡΡΠ΅ Π³ΠΎ Mandriva S.A.\n"
#: messages.pm:90
#, c-format
msgid ""
"Warning: Free Software may not necessarily be patent free, and some Free\n"
"Software included may be covered by patents in your country. For example, "
"the\n"
"MP3 decoders included may require a licence for further usage (see\n"
"http://www.mp3licensing.com for more details). If you are unsure if a "
"patent\n"
"may be applicable to you, check your local laws."
msgstr ""
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: messages.pm:98
#, c-format
msgid ""
"\n"
"Warning\n"
"\n"
"Please read carefully the terms below. If you disagree with any\n"
"portion, you are not allowed to install the next CD media. Press 'Refuse' \n"
"to continue the installation without using these media.\n"
"\n"
"\n"
"Some components contained in the next CD media are not governed\n"
"by the GPL License or similar agreements. Each such component is then\n"
"governed by the terms and conditions of its own specific license. \n"
"Please read carefully and comply with such specific licenses before \n"
"you use or redistribute the said components. \n"
"Such licenses will in general prevent the transfer, duplication \n"
"(except for backup purposes), redistribution, reverse engineering, \n"
"de-assembly, de-compilation or modification of the component. \n"
"Any breach of agreement will immediately terminate your rights under \n"
"the specific license. Unless the specific license terms grant you such\n"
"rights, you usually cannot install the programs on more than one\n"
"system, or adapt it to be used on a network. In doubt, please contact \n"
"directly the distributor or editor of the component. \n"
"Transfer to third parties or copying of such components including the \n"
"documentation is usually forbidden.\n"
"\n"
"\n"
"All rights to the components of the next CD media belong to their \n"
"respective authors and are protected by intellectual property and \n"
"copyright laws applicable to software programs.\n"
msgstr ""
"\n"
"ΠΠ½ΠΈΠΌΠ°Π½ΠΈΠ΅\n"
"\n"
"ΠΠ½ΠΈΠΌΠ°ΡΠ΅Π»Π½ΠΎ ΠΏΡΠΎΡΠΈΡΠ°ΡΡΠ΅ Π³ΠΈ ΡΠ»Π΅Π΄Π½ΠΈΠ²Π΅ ΡΡΠ»ΠΎΠ²ΠΈ. ΠΠΊΠΎ Π½Π΅ ΡΠ΅ ΡΠΎΠ³Π»Π°ΡΡΠ²Π°ΡΠ΅\n"
"ΡΠΎ Π±ΠΈΠ»ΠΎ ΠΊΠΎΡ Π΄Π΅Π», Π½Π΅ ΠΠΈ Π΅ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΎ Π΄Π° ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ ΠΎΠ΄ ΡΠ»Π΅Π΄Π½ΠΈΡΠ΅ ΡΠ΅Π΄ΠΈΡΠ°.\n"
"ΠΡΠΈΡΠΈΡΠ½Π΅ΡΠ΅ \"ΠΠ΄Π±ΠΈΡ\" Π·Π° Π΄Π° ΠΏΡΠΎΠ΄ΠΎΠ»ΠΆΠΈΡΠ΅ ΡΠΎ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π±Π΅Π· ΠΎΠ²ΠΈΠ΅ ΠΌΠ΅Π΄ΠΈΡΠΌΠΈ.\n"
"\n"
"\n"
"ΠΠ΅ΠΊΠΎΠΈ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ Π½Π° ΡΠ»Π΅Π΄Π½ΠΈΠ²Π΅ ΡΠ΅Π΄ΠΈΡΠ° Π½Π΅ ΠΏΠΎΡΠΏΠ°ΡΠ°Π°Ρ ΠΏΠΎΠ΄ Π»ΠΈΡΠ΅Π½ΡΠ°ΡΠ° GPL \n"
"ΠΈΠ»ΠΈ Π½Π΅ΠΊΠΎΠΈ ΡΠ»ΠΈΡΠ½ΠΈ Π΄ΠΎΠ³ΠΎΠ²ΠΎΡΠΈ. Π‘Π΅ΠΊΠΎΡΠ° ΠΎΠ΄ ΡΠ°ΠΊΠ²ΠΈΡΠ΅ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ Π²ΠΎ ΡΠ°ΠΊΠΎΠ²\n"
"ΡΠ»ΡΡΠ°Ρ ΠΏΠΎΡΠΏΠ°ΡΠ° ΠΏΠΎΠ΄ ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ΅ ΠΈ ΡΡΠ»ΠΎΠ²ΠΈΡΠ΅ Π½Π° ΡΠΎΠΏΡΡΠ²Π΅Π½Π°ΡΠ° Π»ΠΈΡΠ΅Π½ΡΠ°. \n"
"ΠΠ½ΠΈΠΌΠ°ΡΠ΅Π»Π½ΠΎ ΠΏΡΠΎΡΠΈΡΠ°ΡΡΠ΅ Π³ΠΈ ΠΈ ΠΏΡΠΈΡΠ°ΡΠ΅ΡΠ΅ Π³ΠΈ ΡΠ°ΠΊΠ²ΠΈΡΠ΅ ΡΠΏΠ΅ΡΠΈΡΠΈΡΠ½ΠΈ Π»ΠΈΡΠ΅Π½ΡΠΈ \n"
"ΠΏΡΠ΅Π΄ Π΄Π° Π³ΠΈ ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ ΠΈΠ»ΠΈ ΡΠ΅Π΄ΠΈΡΡΡΠΈΠ±ΡΠΈΡΠ°ΡΠ΅ ΠΎΠ²ΠΈΠ΅ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ. \n"
"ΠΠΏΡΡΠΎ Π·Π΅ΠΌΠ΅Π½ΠΎ, ΡΠ°ΠΊΠ²ΠΈΡΠ΅ Π»ΠΈΡΠ΅Π½ΡΠΈ Π·Π°Π±ΡΠ°Π½ΡΠ²Π°Π°Ρ ΡΡΠ°Π½ΡΡΠ΅Ρ, ΠΊΠΎΠΏΠΈΡΠ°ΡΠ΅ \n"
"(ΠΎΡΠ²Π΅Π½ Π²ΠΎ ΡΠ΅Π» Π½Π° Π±Π΅ΠΊΠ°ΠΏ), ΡΠ΅Π΄ΠΈΡΡΡΠΈΠ±ΡΠΈΡΠ°ΡΠ΅, ΠΎΠ±ΡΠ°ΡΠ½ΠΎ ΠΈΠ½ΠΆΠΈΠ½Π΅ΡΡΡΠ²ΠΎ (reverse\n"
"engineering), Π΄ΠΈΡΠ°ΡΠ΅ΠΌΠ±Π»ΠΈΡΠ°ΡΠ΅ ΠΈΠ»ΠΈ ΠΌΠΎΠ΄ΠΈΡΠΈΠΊΠ°ΡΠΈΡΠ° Π½Π° ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈΡΠ΅.\n"
"Π‘Π΅ΠΊΠΎΠ΅ ΠΏΡΠ΅ΠΊΡΡΡΠ²Π°ΡΠ΅ Π½Π° Π΄ΠΎΠ³ΠΎΠ²ΠΎΡΠΎΡ Π°Π²ΡΠΎΠΌΠ°ΡΡΠΊΠΈ ΡΠ΅ Π³ΠΈ ΡΠ΅ΡΠΌΠΈΠ½ΠΈΡΠ° ΠΠ°ΡΠΈΡΠ΅\n"
"ΠΏΡΠ°Π²Π° ΠΏΠΎΠ΄ ΠΊΠΎΠ½ΠΊΡΠ΅ΡΠ½Π°ΡΠ° Π»ΠΈΡΠ΅Π½ΡΠ°. ΠΡΠ²Π΅Π½ Π°ΠΊΠΎ ΡΠΏΠ΅ΡΠΈΡΠΈΡΠ½ΠΈΡΠ΅ Π»ΠΈΡΠ΅Π½ΡΠΈ ΠΠΈ\n"
"Π΄ΠΎΠ·Π²ΠΎΠ»ΡΠ²Π°Π°Ρ, ΠΎΠ±ΠΈΡΠ½ΠΎ Π½Π΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π³ΠΈ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΈΡΠ΅ Π½Π° ΠΏΠΎΠ²Π΅ΡΠ΅\n"
"ΠΎΠ΄ Π΅Π΄Π΅Π½ ΡΠΈΡΡΠ΅ΠΌ, ΠΈΠ»ΠΈ Π΄Π° Π³ΠΈ Π°Π΄Π°ΠΏΡΠΈΡΠ°ΡΠ΅ Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠ°Ρ ΠΌΡΠ΅ΠΆΠ½ΠΎ. ΠΠΊΠΎ ΡΡΠ΅\n"
"Π²ΠΎ Π΄Π²ΠΎΡΠΌΠ΅ΡΠ΅, ΠΊΠΎΠ½ΡΠ°ΠΊΡΠΈΡΠ°ΡΡΠ΅ Π³ΠΎ Π΄ΠΈΡΡΡΠΈΠ±ΡΡΠ΅ΡΠΎΡ ΠΈΠ»ΠΈ ΡΡΠ΅Π΄Π½ΠΈΠΊΠΎΡ Π½Π° \n"
"ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠ°ΡΠ° Π΄ΠΈΡΠ΅ΠΊΡΠ½ΠΎ.\n"
"Π’ΡΠ°Π½ΡΡΠ΅Ρ Π½Π° ΡΡΠ΅ΡΠΈ Π»ΠΈΡΠ° ΠΈΠ»ΠΈ ΠΊΠΎΠΏΠΈΡΠ°ΡΠ΅ Π½Π° ΡΠ°ΠΊΠ²ΠΈΡΠ΅ ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈ, \n"
"Π²ΠΊΠ»ΡΡΡΠ²Π°ΡΡΠΈ ΡΠ° Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΠΈΡΠ°ΡΠ°, Π΅ ΠΎΠ±ΠΈΡΠ½ΠΎ Π·Π°Π±ΡΠ°Π½Π΅ΡΠΎ.\n"
"\n"
"\n"
"Π‘ΠΈΡΠ΅ ΠΏΡΠ°Π²Π° Π½Π° ΠΊΠΎΠΌΠΏΠΎΠ½Π΅Π½ΡΠΈΡΠ΅ Π½Π° ΡΠ»Π΅Π΄Π½ΠΈΡΠ΅ ΡΠ΅Π΄Π΅-ΠΌΠ΅Π΄ΠΈΡΠΌΠΈ ΠΏΡΠΈΠΏΠ°ΡΠ°Π°Ρ\n"
"Π½Π° Π½ΠΈΠ²Π½ΠΈΡΠ΅ ΡΠΎΠΎΠ΄Π²Π΅ΡΠ½ΠΈ Π°Π²ΡΠΎΡΠΈ ΠΈ ΡΠ΅ Π·Π°ΡΡΠΈΡΠ΅ ΡΠΎ Π·Π°ΠΊΠΎΠ½ΠΈΡΠ΅ Π·Π° ΠΈΠ½ΡΠ΅Π»Π΅ΠΊΡΡΠ°Π»Π½Π°\n"
"ΡΠΎΠΏΡΡΠ²Π΅Π½ΠΎΡΡ ΠΈ Π°Π²ΡΠΎΡΡΠΊΠΈ ΠΏΡΠ°Π²Π° (copyright laws) ΡΡΠΎ ΡΠ΅ ΠΏΡΠΈΠΌΠ΅Π½Π»ΠΈΠ²ΠΈ Π·Π°\n"
"ΡΠΎΡΡΠ²Π΅ΡΡΠΊΠΈ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΈ.\n"
#. -PO: keep the double empty lines between sections, this is formatted a la LaTeX
#: messages.pm:131
#, fuzzy, c-format
msgid ""
"Congratulations, installation is complete.\n"
"Remove the boot media and press Enter to reboot.\n"
"\n"
"\n"
"For information on fixes which are available for this release of Mandriva "
"Linux,\n"
"consult the Errata available from:\n"
"\n"
"\n"
"%s\n"
"\n"
"\n"
"Information on configuring your system is available in the post\n"
"install chapter of the Official Mandriva Linux User's Guide."
msgstr ""
"ΠΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°ΡΠ° Π΅ Π·Π°Π²ΡΡΠ΅Π½Π°. ΠΠΈ ΡΠ΅ΡΡΠΈΡΠ°ΠΌΠ΅!\n"
"ΠΠ·Π²Π°Π΄Π΅ΡΠ΅ Π³ΠΈ ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΠΎΠ½ΠΈΡΠ΅ ΠΌΠ΅Π΄ΠΈΡΠΌΠΈ ΠΈ ΠΏΡΠΈΡΠΈΡΠ½Π΅ΡΠ΅ ΠΠ½ΡΠ΅Ρ Π·Π° ΡΠ΅ΡΡΠ°ΡΡΠΈΡΠ°ΡΠ΅.\n"
"\n"
"\n"
"ΠΠ° ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ Π·Π° ΠΏΠΎΠΏΡΠ°Π²ΠΊΠΈΡΠ΅ Π΄ΠΎΡΡΠ°ΠΏΠ½ΠΈ Π·Π° ΠΎΠ²Π° ΠΈΠ·Π΄Π°Π½ΠΈΠ΅ Π½Π° ΠΠ°Π½Π΄ΡΠΈΠ²Π° ΠΠΈΠ½ΡΠΊΡ,\n"
"ΠΊΠΎΠ½ΡΡΠ»ΡΠΈΡΠ°ΡΡΠ΅ ΡΠ΅ ΡΠΎ Errata ΠΊΠΎΠ΅ΡΡΠΎ Π΅ Π΄ΠΎΡΡΠ°ΠΏΠ½ΠΎ ΠΎΠ΄:\n"
"\n"
"\n"
"%s\n"
"\n"
"\n"
"ΠΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈΡΠ΅ Π·Π° ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠΈΡΠ°ΡΠ΅ Π½Π° ΠΠ°ΡΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ ΡΠ΅ Π΄ΠΎΡΡΠ°ΠΏΠ½ΠΈ Π²ΠΎ ΠΏΠΎΠ³Π»Π°Π²ΡΠ΅ΡΠΎ\n"
"Π·Π° ΠΏΠΎΡΡ-ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ° ΠΎΠ΄ ΠΡΠΈΡΠΈΡΠ°Π»Π½ΠΈΠΎΡ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΈ Π²ΠΎΠ΄ΠΈΡ Π½Π° ΠΠ°Π½Π΄ΡΠΈΠ²Π° ΠΠΈΠ½ΡΠΊΡ."
#: modules/interactive.pm:19
#, fuzzy, c-format
msgid "This driver has no configuration parameter!"
msgstr "CUPS ΠΏΡΠΈΠ½ΡΠ΅ΡΡΠΊΠ° ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΡΠ°"
#: modules/interactive.pm:22
#, c-format
msgid "Module configuration"
msgstr "ΠΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΡΠ° Π½Π° ΠΌΠΎΠ΄ΡΠ»"
#: modules/interactive.pm:22
#, c-format
msgid "You can configure each parameter of the module here."
msgstr "ΠΠ²Π΄Π΅ ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π³ΠΎ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠΈΡΠ°ΡΠ΅ ΡΠ΅ΠΊΠΎΡ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΠ°Ρ Π½Π° ΠΌΠΎΠ΄ΡΠ»ΠΎΡ."
#: modules/interactive.pm:63
#, c-format
msgid "Found %s interfaces"
msgstr "ΠΡΠΎΠ½Π°ΡΠ΄Π΅Π½ΠΈ ΡΠ΅ %s ΠΈΠ½ΡΠ΅ΡΡΠ΅ΡΡΠΈ"
#: modules/interactive.pm:64
#, c-format
msgid "Do you have another one?"
msgstr "ΠΠ°Π»ΠΈ ΠΈΠΌΠ°ΡΠ΅ ΡΡΡΠ΅?"
#: modules/interactive.pm:65
#, c-format
msgid "Do you have any %s interfaces?"
msgstr "ΠΠ°Π»ΠΈ ΠΈΠΌΠ°ΡΠ΅ %s ΠΈΠ½ΡΠ΅ΡΡΠ΅ΡΡΠΈ?"
#: modules/interactive.pm:71
#, c-format
msgid "See hardware info"
msgstr "ΠΠΈΠ΄Π΅ΡΠ΅ Π³ΠΈ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈΡΠ΅ Π·Π° Ρ
Π°ΡΠ΄Π²Π΅ΡΠΎΡ"
#: modules/interactive.pm:82
#, fuzzy, c-format
msgid "Installing driver for USB controller"
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π½Π° Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° %s ΠΊΠ°ΡΡΠΈΡΠΊΠ°ΡΠ° %s"
#: modules/interactive.pm:83
#, fuzzy, c-format
msgid "Installing driver for firewire controller %s"
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π½Π° Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° %s ΠΊΠ°ΡΡΠΈΡΠΊΠ°ΡΠ° %s"
#: modules/interactive.pm:84
#, fuzzy, c-format
msgid "Installing driver for hard drive controller %s"
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π½Π° Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° %s ΠΊΠ°ΡΡΠΈΡΠΊΠ°ΡΠ° %s"
#: modules/interactive.pm:85
#, fuzzy, c-format
msgid "Installing driver for ethernet controller %s"
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π½Π° Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° %s ΠΊΠ°ΡΡΠΈΡΠΊΠ°ΡΠ° %s"
#. -PO: the first %s is the card type (scsi, network, sound,...)
#. -PO: the second is the vendor+model name
#: modules/interactive.pm:96
#, c-format
msgid "Installing driver for %s card %s"
msgstr "ΠΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ Π½Π° Π΄ΡΠ°ΡΠ²Π΅Ρ Π·Π° %s ΠΊΠ°ΡΡΠΈΡΠΊΠ°ΡΠ° %s"
#: modules/interactive.pm:110
#, c-format
msgid ""
"You may now provide options to module %s.\n"
"Note that any address should be entered with the prefix 0x like '0x123'"
msgstr ""
"Π‘Π΅Π³Π° ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π³ΠΈ ΠΎΠ±Π΅Π·Π±Π΅Π΄ΠΈΡΠ΅ ΠΎΠΏΡΠΈΠΈ Π·Π° ΠΌΠΎΠ΄ΡΠ»ΠΎΡ %s.\n"
"ΠΠ°Π±Π΅Π»Π΅ΠΆΠ΅ΡΠ΅ Π΄Π΅ΠΊΠ° Π±ΠΈΠ»ΠΎ ΠΊΠΎΡΠ° Π°Π΄ΡΠ΅ΡΠ° ΡΡΠ΅Π±Π° Π΄Π° ΡΠ΅ Π²Π½Π΅ΡΡΠ²Π° ΡΠΎ ΠΏΡΠ΅ΡΠΈΠΊΡ 0x, ΠΊΠ°ΠΊΠΎ Π½Π° "
"ΠΏΡΠΈΠΌΠ΅Ρ '0x123'"
#: modules/interactive.pm:116
#, c-format
msgid ""
"You may now provide options to module %s.\n"
"Options are in format ``name=value name2=value2 ...''.\n"
"For instance, ``io=0x300 irq=7''"
msgstr ""
"Π‘Π΅Π³Π° ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° Π½Π°Π²Π΅Π΄Π΅ΡΠ΅ ΠΎΠΏΡΠΈΠΈ Π·Π° ΠΌΠΎΠ΄ΡΠ»ΠΎΡ %s.\n"
"ΠΠΏΡΠΈΠΈΡΠ΅ ΡΠ΅ ΡΠΎ ΡΠΎΡΠΌΠ°Ρ \"name=value name2=value2 ...\".\n"
"ΠΠ° ΠΏΡΠΈΠΌΠ΅Ρ, \"io=0x300 irq=7\""
#: modules/interactive.pm:118
#, c-format
msgid "Module options:"
msgstr "ΠΠΎΠ΄ΡΠ»-ΠΎΠΏΡΠΈΠΈ:"
#. -PO: the %s is the driver type (scsi, network, sound,...)
#: modules/interactive.pm:131
#, c-format
msgid "Which %s driver should I try?"
msgstr "ΠΠΎΡ %s Π΄ΡΠ°ΡΠ²Π΅Ρ Π΄Π° Π³ΠΎ ΠΏΡΠΎΠ±Π°ΠΌ?"
#: modules/interactive.pm:140
#, fuzzy, c-format
msgid ""
"In some cases, the %s driver needs to have extra information to work\n"
"properly, although it normally works fine without them. Would you like to "
"specify\n"
"extra options for it or allow the driver to probe your machine for the\n"
"information it needs? Occasionally, probing will hang a computer, but it "
"should\n"
"not cause any damage."
msgstr ""
"ΠΠΎ Π½Π΅ΠΊΠΎΠΈ ΡΠ»ΡΡΠ°ΠΈ, Π΄ΡΠ°ΡΠ²Π΅ΡΠΎΡ %s Π±Π°ΡΠ° Π΄ΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅Π»Π½ΠΈ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ Π·Π° Π΄Π° ΡΠ°Π±ΠΎΡΠΈ\n"
"ΠΊΠ°ΠΊΠΎ ΡΡΠΎ ΡΡΠ΅Π±Π°, ΠΈΠ°ΠΊΠΎ ΡΠΈΠ½ΠΎ ΡΠ°Π±ΠΎΡΠΈ ΠΈ Π±Π΅Π· Π½ΠΈΠ². ΠΠ°Π»ΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° Π½Π°Π²Π΅Π΄Π΅ΡΠ΅\n"
"Π΄ΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅Π»Π½ΠΈ ΠΎΠΏΡΠΈΠΈ Π·Π° Π½Π΅Π³ΠΎ ΠΈΠ»ΠΈ Π΄Π° Π΄ΠΎΠ·Π²ΠΎΠ»ΠΈΡΠ΅ Π΄ΡΠ°ΡΠ²Π΅ΡΠΎΡ Π΄Π° ΠΏΠΎΠ±Π°ΡΠ° Π³ΠΈ Π½Π°\n"
"ΠΠ°ΡΠ°ΡΠ° ΠΌΠ°ΡΠΈΠ½Π° ΠΏΠΎΡΡΠ΅Π±Π½ΠΈΡΠ΅ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ? ΠΠΎΠ½Π΅ΠΊΠΎΠ³Π°Ρ Π±Π°ΡΠ°ΡΠ΅ΡΠΎ ΠΌΠΎΠΆΠ΅ Π΄Π° Π³ΠΎ \n"
"ΡΠΌΡΠ·Π½Π΅ ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΎΡ, Π½ΠΎ Π½Π΅ Π±ΠΈ ΡΡΠ΅Π±Π°Π»ΠΎ Π΄Π° ΠΏΡΠ΅Π΄ΠΈΠ·Π²ΠΈΠΊΠ° ΡΡΠ΅ΡΠ°."
#: modules/interactive.pm:144
#, c-format
msgid "Autoprobe"
msgstr "ΠΠ²ΡΠΎΠΌΠ°ΡΡΠΊΠΎ Π±Π°ΡΠ°ΡΠ΅"
#: modules/interactive.pm:144
#, c-format
msgid "Specify options"
msgstr "ΠΠ°Π²Π΅Π΄ΡΠ²Π°ΡΠ΅ ΠΎΠΏΡΠΈΠΈ"
#: modules/interactive.pm:156
#, c-format
msgid ""
"Loading module %s failed.\n"
"Do you want to try again with other parameters?"
msgstr ""
"ΠΡΠΈΡΡΠ²Π°ΡΠ΅ΡΠΎ Π½Π° ΠΌΠΎΠ΄ΡΠ»ΠΎΡ %s Π΅ Π½Π΅ΡΡΠΏΠ΅ΡΠ½ΠΎ.\n"
"ΠΠ°Π»ΠΈ ΡΠ°ΠΊΠ°ΡΠ΅ Π΄Π° ΡΠ΅ ΠΎΠ±ΠΈΠ΄Π΅ΡΠ΅ ΡΠΎ Π΄ΡΡΠ³ΠΈ ΠΏΠ°ΡΠ°ΠΌΠ΅ΡΡΠΈ?"
#: partition_table.pm:401
#, c-format
msgid "mount failed: "
msgstr "ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π΅ΡΡΠΏΠ΅ΡΠ½ΠΎ:"
#: partition_table.pm:510
#, c-format
msgid "Extended partition not supported on this platform"
msgstr "ΠΡΠΎΠ΄ΠΎΠ»ΠΆΠ΅Π½Π°ΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π½Π΅ Π΅ ΠΏΠΎΠ΄ΡΠΆΠ°Π½Π° Π½Π° ΠΎΠ²Π°Π° ΠΏΠ»Π°ΡΡΠΎΡΠΌΠ°"
#: partition_table.pm:528
#, fuzzy, c-format
msgid ""
"You have a hole in your partition table but I can not use it.\n"
"The only solution is to move your primary partitions to have the hole next "
"to the extended partitions."
msgstr ""
"ΠΠ° ΠΈΠΌΠ°ΡΠ΅ ΡΠ΅Π»Π° ΡΠ°Π±Π΅Π»Π° Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°ΡΠ°, Π½ΠΎ Π½Π΅ ΠΌΠΎΠΆΠ°ΠΌ Π΄Π° ΡΠ° ΠΊΠΎΡΠΈΡΡΠ°ΠΌ.\n"
" ΠΠ΄ΠΈΠ½ΡΡΠ²Π΅Π½ΠΎ ΡΠ΅ΡΠ΅Π½ΠΈΠ΅ Π΅ Π΄Π° ΡΠ° ΠΏΠΎΠΌΠ΅ΡΡΠΈΡΠ΅ ΠΏΡΠΈΠΌΠ°ΡΠ½Π°ΡΠ° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π·Π° Π΄Π° ΡΠ° ΠΈΠΌΠ°ΠΌ "
"ΡΠ΅Π»Π° ΡΠ»Π΅Π΄Π½Π° ΠΏΡΠΎΡΠΈΡΠ΅Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠ°."
#: partition_table/raw.pm:279
#, c-format
msgid ""
"Something bad is happening on your drive. \n"
"A test to check the integrity of data has failed. \n"
"It means writing anything on the disk will end up with random, corrupted "
"data."
msgstr ""
"ΠΠ΅ΡΡΠΎ Π»ΠΎΡΠΎ ΡΠ΅ ΡΠ»ΡΡΡΠ²Π° Π½Π° Π²Π°ΡΠΈΠΎΡ Π΄ΠΈΡΠΊ. \n"
"Π’Π΅ΡΡ Π΄Π° ΡΠ΅ ΠΏΡΠΎΠ²Π΅ΡΠΈ Π΄Π°Π»ΠΈ ΠΎΡΠΊΠ°ΠΆΠ° ΠΈΠ½ΡΠ΅Π³ΡΠΈΡΠ΅ΡΠΎΡ Π½Π° ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈΡΠ΅. \n"
"Π’ΠΎΠ° Π·Π½Π°ΡΠΈ Π·Π°ΠΏΠΈΡΡΠ²Π°ΡΠ΅ Π½Π° Π±ΠΈΠ»ΠΎ ΡΡΠΎ Π½Π° Π΄ΠΈΡΠΊΠΎΡ ΡΠ΅ ΡΠ΅Π·ΡΠ»ΡΠΈΡΠ° ΡΠΎ ΡΠ»ΡΡΠ°ΡΠ½ΠΈ, "
"ΠΎΡΡΠ΅ΡΠ΅Π½ΠΈ ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ."
#: raid.pm:42
#, fuzzy, c-format
msgid "Can not add a partition to _formatted_ RAID %s"
msgstr "ΠΠ΅ΠΌΠΎΠΆΠ°ΠΌ Π΄Π° Π΄ΠΎΠ΄Π°Π΄Π°ΠΌ ΠΏΠ°ΡΡΠΈΡΠΈΡΠ° Π½Π°_ΡΠΎΡΠΌΠ°ΡΠΈΡΠ°Π½ΠΈΠΎΡ_RAID md%d"
#: raid.pm:157
#, c-format
msgid "Not enough partitions for RAID level %d\n"
msgstr "ΠΠ΅ΠΌΠ° Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ ΠΏΠ°ΡΡΠΈΡΠΈΠΈ Π·Π° RAID Π½ΠΈΠ²ΠΎ %d\n"
#: scanner.pm:95
#, c-format
msgid "Could not create directory /usr/share/sane/firmware!"
msgstr ""
#: scanner.pm:106
#, c-format
msgid "Could not create link /usr/share/sane/%s!"
msgstr ""
#: scanner.pm:113
#, c-format
msgid "Could not copy firmware file %s to /usr/share/sane/firmware!"
msgstr ""
#: scanner.pm:120
#, c-format
msgid "Could not set permissions of firmware file %s!"
msgstr ""
#: scanner.pm:199
#, fuzzy, c-format
msgid "Scannerdrake"
msgstr "Scannerdrake"
#: scanner.pm:200
#, c-format
msgid "Could not install the packages needed to share your scanner(s)."
msgstr ""
#: scanner.pm:201
#, c-format
msgid "Your scanner(s) will not be available for non-root users."
msgstr ""
#: security/help.pm:11
#, fuzzy, c-format
msgid "Accept bogus IPv4 error messages."
msgstr "ΠΡΠΈΡΠ°ΡΠΈ Π»Π°ΠΆΠ½ΠΈ IPv4 ΠΏΠΎΡΠ°ΠΊΠΈ ΡΠΎ Π³ΡΠ΅ΡΠΊΠ°"
#: security/help.pm:13
#, fuzzy, c-format
msgid "Accept broadcasted icmp echo."
msgstr "ΠΡΠΈΡΠ°ΡΠΈ Π΅ΠΌΠΈΡΠΈΡΠ°Π½ΠΎΡΠΎ icmp Π΅Ρ
ΠΎ"
#: security/help.pm:15
#, fuzzy, c-format
msgid "Accept icmp echo."
msgstr "ΠΡΠΈΡΠ°ΡΠΈ icmp Π΅Ρ
ΠΎ"
#: security/help.pm:17
#, fuzzy, c-format
msgid "Allow autologin."
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ/ΠΠ°Π±ΡΠ°Π½ΠΈ Π°Π²ΡΠΎ-Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅."
#. -PO: here "ALL" is a value in a pull-down menu; translate it the same as "ALL" is
#: security/help.pm:21
#, fuzzy, c-format
msgid ""
"If set to \"ALL\", /etc/issue and /etc/issue.net are allowed to exist.\n"
"\n"
"If set to \"None\", no issues are allowed.\n"
"\n"
"Else only /etc/issue is allowed."
msgstr ""
"ΠΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ Π½Π° \"Π‘ΠΠ’Π\", Π½Π° /etc/issue ΠΈ /etc/issue.net ΠΈΠΌ Π΅ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΎ Π΄Π° "
"ΠΏΠΎΡΡΠΎΡΠ°Ρ.\n"
"\n"
"ΠΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ Π½Π° ΠΠΠ’Π£ ΠΠΠΠ, Π½Π΅ ΡΠ΅ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΈ Π½ΠΈΠΊΠ°ΠΊΠ²ΠΈ ΠΈΠ·Π²ΡΡΡΠ²Π°ΡΠ°.\n"
"\n"
"ΠΠ½Π°ΠΊΡ, ΡΠ°ΠΌΠΎ /etc/issue Π΅ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΎ."
#: security/help.pm:27
#, fuzzy, c-format
msgid "Allow reboot by the console user."
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ/ΠΠ°Π±ΡΠ°Π½ΠΈ ΡΠ΅ΡΡΠ°ΡΡΠΈΡΠ°ΡΠ΅ ΠΎΠ΄ ΠΊΠΎΠ½Π·ΠΎΠ»Π½ΠΈΠΎΡ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ."
#: security/help.pm:29
#, fuzzy, c-format
msgid "Allow remote root login."
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ remote root Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅"
#: security/help.pm:31
#, fuzzy, c-format
msgid "Allow direct root login."
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ/ΠΠ°Π±ΡΠ°Π½ΠΈ Π³ΠΈ Π΄ΠΈΡΠ΅ΠΊΡΠ½ΠΈΡΠ΅ ΠΏΡΠΈΡΠ°Π²ΡΠ²Π°ΡΠ° ΠΊΠ°ΠΊΠΎ root."
#: security/help.pm:33
#, fuzzy, c-format
msgid ""
"Allow the list of users on the system on display managers (kdm and gdm)."
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ/ΠΠ°Π±ΡΠ°Π½ΠΈ Π»ΠΈΡΡΠ° Π½Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ Π½Π° Π΄ΠΈΡΠΏΠ»Π΅Ρ ΠΌΠ΅Π½Π°ΡΠ΅ΡΠΎΡ(kdm and gdm)."
#: security/help.pm:35
#, c-format
msgid ""
"Allow to export display when\n"
"passing from the root account to the other users.\n"
"\n"
"See pam_xauth(8) for more details.'"
msgstr ""
#: security/help.pm:40
#, fuzzy, c-format
msgid ""
"Allow X connections:\n"
"\n"
"- \"All\" (all connections are allowed),\n"
"\n"
"- \"Local\" (only connection from local machine),\n"
"\n"
"- \"None\" (no connection)."
msgstr ""
"ΠΠΎΠ·ΠΎΠ²ΠΎΠ»ΠΈ/Forbid X ΠΊΠΎΠ½Π΅ΠΊΡΠΈΡΠ°:\n"
"\n"
"- Π‘ΠΠ’Π (ΡΠΈΡΠ΅ ΠΊΠΎΠ½Π΅ΠΊΡΠΈΠΈ ΡΠ΅ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΈ),\n"
"\n"
"- ΠΠΠΠΠΠΠ (ΡΠ°ΠΌΠΎ ΠΊΠΎΠ½Π΅ΠΊΡΠΈΠΈ ΠΎΠ΄ Π»ΠΎΠΊΠ°Π»Π½ΠΈ ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΈ),\n"
"\n"
"- ΠΠ ΠΠΠΠ (Π±Π΅Π· ΠΊΠΎΠΊΠ½Π΅ΠΊΡΠΈΠΈ)."
#: security/help.pm:48
#, c-format
msgid ""
"The argument specifies if clients are authorized to connect\n"
"to the X server from the network on the tcp port 6000 or not."
msgstr ""
"ΠΡΠ³ΡΠΌΠ΅Π½ΡΠΎΡ Π½Π°Π·Π½Π°ΡΡΠ²Π° Π΄Π°Π»ΠΈ ΠΊΠ»ΠΈΠ΅Π½ΡΠΈΡΠ΅ ΡΠ΅ Π°Π²ΡΠΎΡΠΈΠ·ΠΈΡΠ°Π½ΠΈ Π·Π° ΠΏΠΎΠ²ΡΠ·ΡΠ²Π°ΡΠ΅\n"
"Π½Π° X ΡΠ΅ΡΠ²Π΅ΡΠΎΡ ΠΏΡΠ΅ΠΊΡ ΠΌΡΠ΅ΠΆΠ°ΡΠ° Π½Π° tcp ΠΏΠΎΡΡΠ° 6000 ΠΈΠ»ΠΈ ΠΏΠ°ΠΊ Π½Π΅."
#. -PO: here "ALL", "Local" and "None" are values in a pull-down menu; translate them the same as they're
#: security/help.pm:53
#, fuzzy, c-format
msgid ""
"Authorize:\n"
"\n"
"- all services controlled by tcp_wrappers (see hosts.deny(5) man page) if "
"set to \"ALL\",\n"
"\n"
"- only local ones if set to \"Local\"\n"
"\n"
"- none if set to \"None\".\n"
"\n"
"To authorize the services you need, use /etc/hosts.allow (see hosts.allow"
"(5))."
msgstr ""
"ΠΠ²Π»Π°ΡΡΠΈ:\n"
"\n"
"- ΡΠΈΡΠ΅ ΡΠ΅ΡΠ²ΠΈΡΠΈ ΠΊΠΎΠ½ΡΠΎΠ»ΠΈΡΠ°Π½ΠΈ ΠΎΠ΄ tcp_wrappers (Π²ΠΈΠ΄ΠΈ hosts.deny(5) Π²ΠΎ "
"ΠΏΡΠΈΡΠ°ΡΠ½ΠΈΠΊΠΎΡ) if Π½Π°ΠΌΠ΅ΡΡΠ΅Π½ΠΎ Π½Π° \"Π‘ΠΠ’Π\",\n"
"\n"
"- Π³ΠΎ ΠΏΠΎΡΠ΅Π΄ΡΠ²Π°Π°Ρ ΡΠ°ΠΌΠΎ Π»ΠΎΠΊΠ°Π»Π½ΠΈΡΠ΅ Π°ΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ Π½Π° \"ΠΠΠΠΠΠΠ\"\n"
"\n"
"- Π½ΠΈΠΊΠΎΡ Π°ΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ Π½Π° \"ΠΠΠΠΠ\".\n"
"\n"
"ΠΠ° Π΄Π° Π³ΠΈ ΠΎΠ²Π»Π°ΡΡΠΈΡΠ΅ ΡΠ΅ΡΠ²ΠΈΡΠΈΡΠ΅ ΠΊΠΎΠΈ Π²ΠΈ ΡΡΠ΅Π±Π°Π°Ρ, ΠΊΠΎΡΠΈΡΡΠΈΡΠ΅ /etc/hosts.allow "
"(Π²ΠΈΠ΄ΠΈ hosts.allow(5))."
#: security/help.pm:63
#, c-format
msgid ""
"If SERVER_LEVEL (or SECURE_LEVEL if absent)\n"
"is greater than 3 in /etc/security/msec/security.conf, creates the\n"
"symlink /etc/security/msec/server to point to\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
"The /etc/security/msec/server is used by chkconfig --add to decide to\n"
"add a service if it is present in the file during the installation of\n"
"packages."
msgstr ""
"ΠΠΊΠΎ SERVER_LEVEL (ΠΈΠ»ΠΈ SECURE_LEVEL Π΅ ΠΈΡΠΊΠ»ΡΡΠ΅Π½ΠΎ)\n"
"Π΅ ΠΏΠΎΠ³ΠΎΠ»Π΅ΠΌΠΎ ΠΎΠ΄ 3 Π²ΠΎ /etc/security/msec/security.conf, Π³ΠΎ ΡΠΎΠ·Π΄Π°Π²Π°\n"
"Π»ΠΈΠ½ΠΊΠΎΡ /etc/security/msec/server Π΄Π° Π³ΠΎ ΠΏΠΎΡΠΎΡΠΈ Π΄ΠΎ\n"
"/etc/security/msec/server.<SERVER_LEVEL>.\n"
"\n"
"/etc/security/msec/server Π³ΠΎ ΠΊΠΎΡΠΈΡΡΠΈ chkconfig --add Π΄Π° ΠΎΠ΄ΡΠ΅Π΄ΠΈ Π΄Π°Π»ΠΈ Π΄Π°\n"
"Π΄ΠΎΠ΄Π°Π΄Π΅ ΡΠ΅ΡΠ²ΠΈΡ Π°ΠΊΠΎ Π΅ ΠΏΡΠΈΡΡΡΠ΅Π½ Π²ΠΎ Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ° Π²ΠΎ ΡΠ΅ΠΊΠΎΡ Π½Π° ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°ΡΠ° Π½Π°\n"
"ΠΏΠ°ΠΊΠ΅ΡΠΈΡΠ΅."
#: security/help.pm:72
#, fuzzy, c-format
msgid ""
"Enable crontab and at for users.\n"
"\n"
"Put allowed users in /etc/cron.allow and /etc/at.allow (see man at(1)\n"
"and crontab(1))."
msgstr ""
"Enable/Disable crontab and at for users.\n"
"Π‘ΡΠ°Π²ΠΈ Π³ΠΈ Π΄ΠΎΠ·Π²ΠΎΠ»Π΅Π½ΠΈΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ Π²ΠΎ /etc/cron.allow ΠΈ /etc/at.allow (Π²ΠΈΠ΄ΠΈ man "
"Π²ΠΎ(1)\n"
"ΠΈ crontab(1))."
#: security/help.pm:77
#, fuzzy, c-format
msgid "Enable syslog reports to console 12"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ/ΠΠ½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠΈ syslog ΠΈΠ·Π²Π΅ΡΡΠ°ΠΈ Π½Π° ΠΊΠΎΠ½Π·ΠΎΠ»Π° 12"
#: security/help.pm:79
#, c-format
msgid ""
"Enable name resolution spoofing protection. If\n"
"\"%s\" is true, also reports to syslog."
msgstr ""
#: security/help.pm:80
#, fuzzy, c-format
msgid "Security Alerts:"
msgstr "ΠΠ΅Π·Π±Π΅Π΄Π½ΠΎΡΡ:"
#: security/help.pm:82
#, fuzzy, c-format
msgid "Enable IP spoofing protection."
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ IP Π·Π°ΡΡΠΈΡΠ°"
#: security/help.pm:84
#, fuzzy, c-format
msgid "Enable libsafe if libsafe is found on the system."
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ Π³ΠΎ libsafe Π°ΠΊΠΎ libsafe Π΅ ΠΏΡΠΎΠ½Π°ΡΠ΄Π΅Π½ Π½Π° Π²Π°ΡΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ"
#: security/help.pm:86
#, fuzzy, c-format
msgid "Enable the logging of IPv4 strange packets."
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ Π³ΠΎ Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π° IPv4 ΡΡΠ΄Π½ΠΈΡΠ΅ ΠΏΠ°ΠΊΠ΅ΡΠΈ"
#: security/help.pm:88
#, fuzzy, c-format
msgid "Enable msec hourly security check."
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ msec ΡΠΈΠ³ΡΡΠ½ΠΎΡΠ½Π° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ΡΠ°Ρ"
#: security/help.pm:90
#, fuzzy, c-format
msgid ""
"Enable su only from members of the wheel group. If set to no, allows su from "
"any user."
msgstr ""
"ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈΡΠ΅ su ΡΠ°ΠΌΠΎ ΠΎΠ΄ ΡΠ»Π΅Π½ΠΎΠ²ΠΈΡΠ΅ Π½Π° ΠΊΠΎΠ½ΡΡΠΎΠ»Π½Π°ΡΠ° Π³ΡΡΠΏΠ° ΠΈΠ»ΠΈ ΠΎΠ΄ ΡΠ΅ΠΊΠΎΡ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ."
#: security/help.pm:92
#, c-format
msgid "Use password to authenticate users."
msgstr "ΠΠΎΡΠΈΡΡΠΈ Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° Π·Π° ΠΏΡΠ΅ΠΏΠΎΠ·Π½Π°Π²Π°ΡΠ΅ Π½Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈΡΠ΅"
#: security/help.pm:94
#, fuzzy, c-format
msgid "Activate ethernet cards promiscuity check."
msgstr "ΠΠΊΡΠΈΠ²ΠΈΡΠ°Ρ/ΠΠ°Π±ΡΠ°Π½ΠΈ ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ethernet ΠΊΠ°ΡΡΠΈΡΠΊΠΈΡΠ΅"
#: security/help.pm:96
#, fuzzy, c-format
msgid "Activate daily security check."
msgstr "ΠΠΊΡΠΈΠ²ΠΈΡΠ°Ρ/ΠΡΠΊΠ»ΡΡΠΈ ΡΠ° Π΄Π½Π΅Π²Π½Π°ΡΠ° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ΡΠΈΠ³ΡΡΠ½ΠΎΡΡ."
#: security/help.pm:98
#, fuzzy, c-format
msgid "Enable sulogin(8) in single user level."
msgstr "Sulogin(8) Π²ΠΎ Π½ΠΈΠ²ΠΎ Π½Π° Π΅Π΄Π΅Π½ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ"
#: security/help.pm:100
#, c-format
msgid "Add the name as an exception to the handling of password aging by msec."
msgstr ""
#: security/help.pm:102
#, c-format
msgid "Set password aging to \"max\" days and delay to change to \"inactive\"."
msgstr ""
"ΠΠΎΠ΄Π΅ΡΠΈ Π³ΠΎ ΠΎΡΡΠ°ΡΡΠ²Π°ΡΠ΅ΡΠΎ Π½Π° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°ΡΠ° Π½Π° \"ΠΌΠ°ΠΊΡΠΈΠΌΡΠΌ\" Π΄Π΅Π½ΠΎΠ²ΠΈ ΠΈ Π·Π°Π΄ΠΎΡΠ½ΡΠ²Π°ΡΠ΅ΡΠΎ "
"Π³ΠΎ ΡΠΌΠ΅Π½ΠΈ Π½Π° \"Π½Π΅Π°ΠΊΡΠΈΠ²Π½ΠΎ\"."
#: security/help.pm:104
#, c-format
msgid "Set the password history length to prevent password reuse."
msgstr ""
#: security/help.pm:106
#, c-format
msgid ""
"Set the password minimum length and minimum number of digit and minimum "
"number of capitalized letters."
msgstr ""
"ΠΠΎΡΡΠ°Π²Π΅ΡΠ΅ ΡΠ°Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°ΡΠ° Π½Π° ΠΌΠΈΠ½ΠΈΠΌΡΠΌ ... ΠΈ ΠΌΠΈΠ½ΠΈΠΌΡΠΌ Π±ΠΎΡΡΠΊΠΈ ΠΈ ΠΌΠΈΠ½ΠΈΠΌΡΠΌ Π±ΡΠΎΡ Π½Π° "
"Π³ΠΎΠ»Π΅ΠΌΠΈ Π±ΡΠΊΠ²ΠΈ."
#: security/help.pm:108
#, fuzzy, c-format
msgid "Set the root's file mode creation mask."
msgstr "ΠΠΎΠ΄Π΅ΡΠΈ Π³ΠΎ umask Π·Π° root."
#: security/help.pm:109
#, c-format
msgid "if set to yes, check open ports."
msgstr "Π°ΠΊΠΎ ΠΏΠΎΡΡΠ°Π²Π΅ΡΠ΅ Π΄Π°, ΠΏΡΠΎΠ²Π΅ΡΠ΅ΡΠ΅ Π³ΠΈ ΠΎΡΠ²ΠΎΡΠ΅Π½ΠΈΡΠ΅ ΠΏΠΎΡΡΠΈ."
#: security/help.pm:110
#, c-format
msgid ""
"if set to yes, check for:\n"
"\n"
"- empty passwords,\n"
"\n"
"- no password in /etc/shadow\n"
"\n"
"- for users with the 0 id other than root."
msgstr ""
"Π°ΠΊΠΎ Π΅ ΠΏΠΎΡΡΠ°Π²Π΅Π½ΠΎ Π½Π° Π΄Π°, Π½Π°ΠΏΡΠ°Π²Π΅ΡΠ΅ ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π·Π°:\n"
"\n"
"- ΠΏΡΠ°Π·Π½ΠΈ Π»ΠΎΠ·ΠΈΠ½ΠΊΠΈ,\n"
"\n"
"-Π½Π΅ΠΌΠ° Π»ΠΎΠ·ΠΈΠ½ΠΊΠΈ Π²ΠΎ /etc/shadow\n"
"\n"
"-Π·Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ ΡΠΎ id 0 Π° ΠΊΠΎΠΈ Π½Π΅ ΡΠ΅ root."
#: security/help.pm:117
#, c-format
msgid "if set to yes, check permissions of files in the users' home."
msgstr ""
#: security/help.pm:118
#, c-format
msgid "if set to yes, check if the network devices are in promiscuous mode."
msgstr ""
"Π°ΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ Π½Π° Π΄Π°, ΠΏΡΠΎΠ²Π΅ΡΠΈ Π΄Π°Π»ΠΈ ΠΌΡΠ΅ΠΆΠ½ΠΈΡΠ΅ ΡΡΠ΅Π΄ΠΈ ΡΠΎ Π²ΠΎ Π·Π°Π΅Π΄Π½ΠΈΡΠΊΠΈ ΡΠ΅ΠΆΠΈΠΌ."
#: security/help.pm:119
#, c-format
msgid "if set to yes, run the daily security checks."
msgstr "Π°ΠΊΠΎ ΠΏΠΎΡΡΠ°Π²Π΅ΡΠ΅ Π΄Π°, Π²ΠΊΠ»ΡΡΠ΅ΡΠ΅ ΡΠ° Π΄Π½Π΅Π²Π½Π°ΡΠ° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° Π±Π΅Π·Π±Π΅Π΄Π½ΠΎΡΡ."
#: security/help.pm:120
#, c-format
msgid "if set to yes, check additions/removals of sgid files."
msgstr ""
"Π°ΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ Π½Π° Π΄Π°. ΠΏΡΠΎΠ²Π΅ΡΠ΅ΡΠ΅ Π³ΠΈ Π΄ΠΎΠ΄Π°ΡΠΎΡΠΈΡΠ΅/ΠΎΡΡΡΡΠ°Π½ΡΠ²Π°ΡΠ°ΡΠ° Π½Π° sgid "
"Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅."
#: security/help.pm:121
#, c-format
msgid "if set to yes, check empty password in /etc/shadow."
msgstr "Π°ΠΊΠΎ Π΅ ΠΏΠΎΡΡΠ°Π²Π΅Π½ΠΎ Π΄Π°, ΠΏΡΠΎΠ²Π΅ΡΠΈ ΡΠ° ΠΏΡΠ°Π·Π½Π°ΡΠ° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° Π²ΠΎ /etc/shadow."
#: security/help.pm:122
#, c-format
msgid "if set to yes, verify checksum of the suid/sgid files."
msgstr "Π°ΠΊΠΎ Π΅ \"Π΄Π°\", ΠΏΠΎΡΠ²ΡΠ΄ΠΈ Π³ΠΎ ΠΏΡΠΎΠ²Π΅ΡΠ΅Π½ΠΈΠΎΡ Π·Π±ΠΈΡ ΠΎΠ΄ suid/sgid Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅."
#: security/help.pm:123
#, c-format
msgid "if set to yes, check additions/removals of suid root files."
msgstr ""
"Π°ΠΊΠΎ Π΅ Π½Π°ΠΌΠ΅ΡΡΠ΅Π½ΠΎ Π½Π° Π΄Π°, ΠΏΡΠΎΠ²Π΅ΡΠΈ Π·Π° Π΄ΠΎΠ΄Π°Π²Π°ΡΠ°/ΠΎΡΡΡΠ°Π½ΡΠ²Π°ΡΠ° Π½Π° suid root "
"Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅."
#: security/help.pm:124
#, c-format
msgid "if set to yes, report unowned files."
msgstr "Π°ΠΊΠΎ Π΅ ΠΏΠΎΡΡΠ°Π²Π΅Π½ΠΎ Π΄Π°, ΠΈΠ·Π²Π΅ΡΡΠΈ Π·Π° Π½Π΅ ΡΠ²ΠΎΠΈΡΠ΅ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ."
#: security/help.pm:125
#, c-format
msgid "if set to yes, check files/directories writable by everybody."
msgstr ""
"Π°ΠΊΠΎ ΠΏΠΎΡΡΠ°Π²ΠΈΡΠ΅ Π΄Π°, ΠΏΡΠΎΠ²Π΅ΡΠ΅ΡΠ΅ Π³ΠΈ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅/Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌΠΈΡΠ΅ Π½Π° ΠΊΠΎΠΈ ΠΌΠΎΠΆΠ΅ ΡΠ΅ΠΊΠΎΡ "
"Π΄Π° ΠΏΠΈΡΡΠ²Π°."
#: security/help.pm:126
#, c-format
msgid "if set to yes, run chkrootkit checks."
msgstr "Π°ΠΊΠΎ ΠΎΠ΄Π±Π΅ΡΠ΅ΡΠ΅ Π΄Π°, ΡΡΠ°ΡΡΡΠ²Π°ΡΡΠ΅ ΡΠ° chkrootkit ΠΏΡΠΎΠ²Π΅ΡΠΊΠ°ΡΠ°"
#: security/help.pm:127
#, c-format
msgid ""
"if set, send the mail report to this email address else send it to root."
msgstr ""
"Π°ΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ, ΠΈΡΠΏΡΠ°ΡΠΈ Π³ΠΎ ΠΈΠ·Π²Π΅ΡΡΠ°ΡΠΎΡ Π·Π° ΠΏΠΎΡΡΠ°ΡΠ° Π½Π° ΠΎΠ²Π°Π° Π΅-ΠΏΠΎΡΡΠ° Π²ΠΎ "
"ΡΠΏΡΠΎΡΠΈΠ²Π½ΠΎ ΠΈΡΠΏΡΠ°ΡΠΈ Π³ΠΎ Π½Π° root."
#: security/help.pm:128
#, c-format
msgid "if set to yes, report check result by mail."
msgstr "Π°ΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ Π½Π° Π΄Π°, ΠΏΡΠ°ΡΠΈ Π³ΠΎ Π΄ΠΎΠ±ΠΈΠ΅Π½ΠΈΠΎΡ ΡΠ΅Π·ΡΠ»ΡΠ°Ρ ΠΏΠΎ Π΅-ΠΏΠΎΡΡΠ°"
#: security/help.pm:129
#, c-format
msgid "Do not send mails if there's nothing to warn about"
msgstr ""
#: security/help.pm:130
#, c-format
msgid "if set to yes, run some checks against the rpm database."
msgstr "Π°ΠΊΠΎ ΠΏΠΎΡΡΠ°Π²Π΅ΡΠ΅ Π΄Π°, ΡΡΠ°ΡΡΡΠ²Π°ΡΡΠ΅ Π½Π΅ΠΊΠΎΠΈ ΠΏΡΠΎΠ²Π΅ΡΠΊΠΈ Π²ΠΎ rpm Π±Π°Π·Π°ΡΠ° Π½Π° ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ"
#: security/help.pm:131
#, c-format
msgid "if set to yes, report check result to syslog."
msgstr "Π°ΠΊΠΎ Π΅ ΡΡΠ°Π²Π΅Π½ΠΎ Π½Π° Π΄Π°, ΠΈΠ·Π²Π΅ΡΡΡΠ²Π° Π·Π° ΡΠ΅Π·ΡΠ»ΡΠ°ΡΠΎΡ ΠΎΠ΄ ΠΏΡΠΎΠ²Π΅ΡΠΊΠ°ΡΠ° Π²ΠΎ syslog."
#: security/help.pm:132
#, c-format
msgid "if set to yes, reports check result to tty."
msgstr "Π°ΠΊΠΎ Π΅ \"Π΄Π°\", Π³ΠΎ ΠΈΡΠΏΠΈΡΡΠ²Π° ΡΠ΅Π·ΡΠ»ΡΠ°ΡΠΎΡ ΠΎΠ΄ ΠΏΡΠΎΠ²Π΅ΡΠΊΠ°ΡΠ° Π½Π° tty."
#: security/help.pm:134
#, c-format
msgid "Set shell commands history size. A value of -1 means unlimited."
msgstr ""
"ΠΠΎΡΡΠ°Π²ΠΈ ΡΠ° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½ΡΠ° Π½Π° ΠΏΠΎΡΠ°Π½Π΅ΡΠ½ΠΈΡΠ΅ ΠΊΠΎΠΌΠ°Π½Π΄ΠΈ Π²ΠΎ ΡΠΊΠΎΠ»ΠΊΠ°ΡΠ°. -1 Π·Π½Π°ΡΠΈ "
"Π½Π΅ΠΎΠ³ΡΠ°Π½ΠΈΡΠ΅Π½ ΠΏΡΠΎΡΡΠΎΡ."
#: security/help.pm:136
#, c-format
msgid "Set the shell timeout. A value of zero means no timeout."
msgstr ""
#: security/help.pm:136
#, c-format
msgid "Timeout unit is second"
msgstr ""
#: security/help.pm:138
#, fuzzy, c-format
msgid "Set the user's file mode creation mask."
msgstr "ΠΠΎΠ΄Π΅ΡΠΈ Π³ΠΎ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΈΠΎΡ umask."
#: security/l10n.pm:11
#, c-format
msgid "Accept bogus IPv4 error messages"
msgstr "ΠΡΠΈΡΠ°ΡΠΈ Π»Π°ΠΆΠ½ΠΈ IPv4 ΠΏΠΎΡΠ°ΠΊΠΈ ΡΠΎ Π³ΡΠ΅ΡΠΊΠ°"
#: security/l10n.pm:12
#, c-format
msgid "Accept broadcasted icmp echo"
msgstr "ΠΡΠΈΡΠ°ΡΠΈ Π΅ΠΌΠΈΡΠΈΡΠ°Π½ΠΎΡΠΎ icmp Π΅Ρ
ΠΎ"
#: security/l10n.pm:13
#, c-format
msgid "Accept icmp echo"
msgstr "ΠΡΠΈΡΠ°ΡΠΈ icmp Π΅Ρ
ΠΎ"
#: security/l10n.pm:15
#, c-format
msgid "/etc/issue* exist"
msgstr "/etc/issue* ΠΈΠ·Π»Π΅Π·"
#: security/l10n.pm:16
#, c-format
msgid "Reboot by the console user"
msgstr "Π Π΅ΡΡΠ°ΡΡ ΠΎΠ΄ ΠΊΠΎΠ½Π·ΠΎΠ»Π½ΠΈΠΎΡ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ"
#: security/l10n.pm:17
#, c-format
msgid "Allow remote root login"
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ remote root Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅"
#: security/l10n.pm:18
#, c-format
msgid "Direct root login"
msgstr "ΠΠΈΡΠ΅ΠΊΡΠ½ΠΎ root Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅"
#: security/l10n.pm:19
#, c-format
msgid "List users on display managers (kdm and gdm)"
msgstr "ΠΠΈΡΡΠ° Π½Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ Π½Π° Π΄ΠΈΡΠΏΠ»Π΅Ρ ΠΌΠ΅Π½Π°ΡΠ΅ΡΠΎΡ (kdm ΠΈ gdm)"
#: security/l10n.pm:20
#, c-format
msgid "Export display when passing from root to the other users"
msgstr ""
#: security/l10n.pm:21
#, fuzzy, c-format
msgid "Allow X Window connections"
msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ X Window ΠΊΠΎΠ½Π΅ΠΊΡΠΈΡΠ°"
#: security/l10n.pm:22
#, c-format
msgid "Authorize TCP connections to X Window"
msgstr "ΠΠ²ΡΠΎΡΠΈΠ·ΠΈΡΠ°Ρ TCP ΠΊΠΎΠ½Π΅ΠΊΡΠΈΠΈ ΡΠΎ X Window"
#: security/l10n.pm:23
#, c-format
msgid "Authorize all services controlled by tcp_wrappers"
msgstr "ΠΠ΄ΠΎΠ±ΡΠΈ Π³ΠΈ ΡΠΈΡΠ΅ ΡΠ΅ΡΠ²ΠΈΡΠΈ ΠΊΠΎΠ½ΡΡΠΎΠ»ΠΈΡΠ°Π½ΠΈ ΠΎΠ΄ ΡΡΡΠ°Π½Π° Π½Π° tcp_wrappers"
#: security/l10n.pm:24
#, fuzzy, c-format
msgid "Chkconfig obey msec rules"
msgstr "ΠΠΎΠ½ΡΠΈΠ³ΡΡΠΈΡΠ°Ρ"
#: security/l10n.pm:25
#, c-format
msgid "Enable \"crontab\" and \"at\" for users"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ \"crontab\" ΠΈ \"at\" Π·Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈΡΠ΅"
#: security/l10n.pm:26
#, c-format
msgid "Syslog reports to console 12"
msgstr "Syslog ΠΈΠ·Π²Π΅ΡΡΠ°ΠΈ Π·Π° ΠΊΠΎΠ½Π·ΠΎΠ»Π° 12"
#: security/l10n.pm:27
#, c-format
msgid "Name resolution spoofing protection"
msgstr ""
#: security/l10n.pm:28
#, c-format
msgid "Enable IP spoofing protection"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ IP Π·Π°ΡΡΠΈΡΠ°"
#: security/l10n.pm:29
#, c-format
msgid "Enable libsafe if libsafe is found on the system"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ Π³ΠΎ libsafe Π°ΠΊΠΎ libsafe Π΅ ΠΏΡΠΎΠ½Π°ΡΠ΄Π΅Π½ Π½Π° Π²Π°ΡΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ"
#: security/l10n.pm:30
#, c-format
msgid "Enable the logging of IPv4 strange packets"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ Π³ΠΎ Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅ΡΠΎ Π½Π° IPv4 ΡΡΠ΄Π½ΠΈΡΠ΅ ΠΏΠ°ΠΊΠ΅ΡΠΈ"
#: security/l10n.pm:31
#, c-format
msgid "Enable msec hourly security check"
msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ msec ΡΠΈΠ³ΡΡΠ½ΠΎΡΠ½Π° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ΡΠ°Ρ"
#: security/l10n.pm:32
#, fuzzy, c-format
msgid "Enable su only from the wheel group members"
msgstr ""
"ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈΡΠ΅ su ΡΠ°ΠΌΠΎ ΠΎΠ΄ ΡΠ»Π΅Π½ΠΎΠ²ΠΈΡΠ΅ Π½Π° ΠΊΠΎΠ½ΡΡΠΎΠ»Π½Π°ΡΠ° Π³ΡΡΠΏΠ° ΠΈΠ»ΠΈ ΠΎΠ΄ ΡΠ΅ΠΊΠΎΡ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ."
#: security/l10n.pm:33
#, c-format
msgid "Use password to authenticate users"
msgstr "ΠΠΎΡΠΈΡΡΠΈ Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° Π·Π° Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ"
#: security/l10n.pm:34
#, c-format
msgid "Ethernet cards promiscuity check"
msgstr "ΠΠ΅ΡΠ°Π½Π° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ΠΌΡΠ΅ΠΆΠ½ΠΈΡΠ΅ ΠΊΠ°ΡΡΠΈΡΠΊΠΈ"
#: security/l10n.pm:35
#, c-format
msgid "Daily security check"
msgstr "ΠΠ½Π΅Π²Π½Π° ΡΠΈΠ³ΡΡΠ½ΠΎΡΠ½Π° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ°"
#: security/l10n.pm:36
#, c-format
msgid "Sulogin(8) in single user level"
msgstr "Sulogin(8) Π²ΠΎ Π½ΠΈΠ²ΠΎ Π½Π° Π΅Π΄Π΅Π½ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ"
#: security/l10n.pm:37
#, c-format
msgid "No password aging for"
msgstr "ΠΠ΅ΠΌΠ° ΡΡΠ°ΡΠ΅Π΅ΡΠ΅ Π½Π° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° Π·Π°"
#: security/l10n.pm:38
#, c-format
msgid "Set password expiration and account inactivation delays"
msgstr "ΠΠ°ΠΌΠ΅ΡΡΠΈ ΠΈΠ·ΠΌΠΈΠ½ΡΠ²Π°ΡΠ΅ Π½Π° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°ΡΠ° ΠΈ Π½Π΅Π°ΠΊΡΠΈΠ²Π½ΠΈ Π·Π°Π΄ΠΎΡΠ½ΡΠ²Π°ΡΠ° Π½Π° Π°ΠΊΠ°ΡΠ½ΡΠΎΡ"
#: security/l10n.pm:39
#, fuzzy, c-format
msgid "Password history length"
msgstr "ΠΠΎΠ·ΠΈΠ½ΠΊΠ°"
#: security/l10n.pm:40
#, c-format
msgid "Password minimum length and number of digits and upcase letters"
msgstr "ΠΠΈΠ½ΠΈΠΌΠ°Π»Π½Π° Π΄ΠΎΠ»ΠΆΠΈΠ½Π° Π½Π° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ° ΠΈ Π±ΡΠΎΡ Π½Π° ΡΠΈΡΡΠΈ ΠΈ Π³ΠΎΠ»Π΅ΠΌΠΈ Π±ΡΠΊΠ²ΠΈ"
#: security/l10n.pm:41
#, c-format
msgid "Root umask"
msgstr "Root umask"
#: security/l10n.pm:42
#, c-format
msgid "Shell history size"
msgstr "ΠΠΎΠ»Π΅ΠΌΠΈΠ½Π° Π½Π° ΠΈΡΡΠΎΡΠΈΡΠ°ΡΠ° Π½Π° ΡΠ΅Π»ΠΎΡ"
#: security/l10n.pm:43
#, fuzzy, c-format
msgid "Shell timeout"
msgstr "ΠΠ°ΡΠ·Π° ΠΏΡΠ΅Π΄ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅ Π½Π° ΠΊΠ΅ΡΠ½Π΅Π»"
#: security/l10n.pm:44
#, c-format
msgid "User umask"
msgstr "ΠΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΈ umask"
#: security/l10n.pm:45
#, fuzzy, c-format
msgid "Check open ports"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΈ Π³ΠΈ ΠΎΡΠ²ΠΎΡΠ΅Π½ΠΈΡΠ΅ ΠΏΠΎΡΡΠΈ"
#: security/l10n.pm:46
#, c-format
msgid "Check for unsecured accounts"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° Π½Π΅ΡΠΈΠ³ΡΡΠ½ΠΈ Π°ΠΊΠ°ΡΠ½ΡΠΈ"
#: security/l10n.pm:47
#, c-format
msgid "Check permissions of files in the users' home"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΈ ΡΠ° ΠΏΡΠΈΡΡΠ°ΠΏΠ½ΠΎΡΡΠ° Π΄ΠΎ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅ Π½Π° ΠΊΠΎΡΠΈΠ½ΠΈΡΠΈΡΠ΅ Π²ΠΎ home"
#: security/l10n.pm:48
#, c-format
msgid "Check if the network devices are in promiscuous mode"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ΠΌΡΠ΅ΠΆΠ½ΠΈΡΠ΅ ΡΡΠ΅Π΄ΠΈ"
#: security/l10n.pm:49
#, c-format
msgid "Run the daily security checks"
msgstr "ΠΠΊΠ»ΡΡΠΈ Π³ΠΈ Π΄Π½Π΅Π²Π½ΠΈΡΠ΅ ΡΠΈΠ³ΡΡΠ½ΠΎΡΠ½ΠΈ ΠΏΡΠΎΠ²Π΅ΡΠΊΠΈ"
#: security/l10n.pm:50
#, c-format
msgid "Check additions/removals of sgid files"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΈ Π³ΠΈ Π΄ΠΎΠ΄Π°Π²Π°ΡΠ°ΡΠ°/ΠΎΡΡΡΡΠ°Π½ΡΠ²Π°ΡΠ°ΡΠ° ΠΎΠ΄ sgid Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅"
#: security/l10n.pm:51
#, c-format
msgid "Check empty password in /etc/shadow"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΈ Π΄Π° Π½Π΅ Π΅ ΠΏΡΠ°Π·Π½Π° Π»ΠΎΠ·ΠΈΠ½ΠΊΠ°ΡΠ° Π²ΠΎ /etc/shadow"
#: security/l10n.pm:52
#, c-format
msgid "Verify checksum of the suid/sgid files"
msgstr ""
#: security/l10n.pm:53
#, c-format
msgid "Check additions/removals of suid root files"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° Π΄ΠΎΠ΄Π°Π΄Π΅Π½ΠΈΡΠ΅/ΠΏΠΎΠΌΠ΅ΡΡΠ΅Π½ΠΈΡΠ΅ suid root Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ"
#: security/l10n.pm:54
#, c-format
msgid "Report unowned files"
msgstr "ΠΡΠΈΡΠ°Π²ΠΈ Π½Π΅ΠΏΠΎΠ·Π½Π°ΡΠΈ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ"
#: security/l10n.pm:55
#, c-format
msgid "Check files/directories writable by everybody"
msgstr "ΠΡΠΎΠ²Π΅ΡΠΈ Π³ΠΈ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅/Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌΠΈΡΠ΅ Π½Π° ΠΊΠΎΠΈ ΠΌΠΎΠΆΠ΅ ΡΠ΅ΠΊΠΎΡ Π΄Π° ΠΏΠΈΡΡΠ²Π°"
#: security/l10n.pm:56
#, c-format
msgid "Run chkrootkit checks"
msgstr "ΠΠΊΠ»ΡΡΠΈ Π³ΠΈ chkrootkit ΠΏΡΠΎΠ²Π΅ΡΠΊΠΈΡΠ΅"
#: security/l10n.pm:57
#, c-format
msgid "Do not send empty mail reports"
msgstr ""
#: security/l10n.pm:58
#, c-format
msgid "If set, send the mail report to this email address else send it to root"
msgstr ""
"ΠΠΊΠΎ Π΅ ΠΏΠΎΠ΄Π΅ΡΠ΅Π½ΠΎ, ΠΏΡΠ°ΡΠ΅ΡΠ΅ Π³ΠΎ ΠΌΠ°ΠΈΠ» ΡΠ΅ΠΏΠΎΡΡΠΎΡ Π½Π° ΠΎΠ²Π°Π° Π΅-ΠΌΠ°ΠΈΠ» Π°Π΄ΡΠ΅ΡΠ°, ΠΈΠ½Π°ΠΊΡ "
"ΠΏΡΠ°ΡΠ΅ΡΠ΅ Π³ΠΎ Π½Π° root "
#: security/l10n.pm:59
#, c-format
msgid "Report check result by mail"
msgstr "Π Π΅Π·ΡΠ»ΡΠ°ΡΠΈΡΠ΅ ΠΎΠ΄ ΠΏΡΠΎΠ²Π΅ΡΠΊΠΈΡΠ΅ Π½Π° ΠΌΠ°ΠΈΠ»"
#: security/l10n.pm:60
#, c-format
msgid "Run some checks against the rpm database"
msgstr "ΠΠ·Π²ΡΡΠΈ Π½Π΅ΠΊΠΎΠ»ΠΊΡ ΠΏΡΠΎΠ²Π΅ΡΠΊΠΈ Π²ΡΠ· rpm Π±Π°Π·Π°ΡΠ° Π½Π° ΠΏΠΎΠ΄Π°ΡΠΎΡΠΈ"
#: security/l10n.pm:61
#, c-format
msgid "Report check result to syslog"
msgstr "ΠΠ·Π²Π΅ΡΡΠΈ Π·Π° ΡΠ΅Π·ΡΠ»ΡΠ°ΡΠΈΡΠ΅ ΠΎΠ΄ ΠΏΡΠΎΠ²Π΅ΡΠΊΠ°ΡΠ° Π²ΠΎ syslog"
#: security/l10n.pm:62
#, c-format
msgid "Reports check result to tty"
msgstr "ΠΠΈ ΠΈΠ·Π²Π΅ΡΡΡΠ²Π° ΠΏΡΠΎΠ²Π΅ΡΠ΅Π½ΠΈΡΠ΅ ΡΠ΅Π·ΡΠ»Π°ΡΠ°ΡΠΈ Π½Π° tty"
#: security/level.pm:10
#, c-format
msgid "Welcome To Crackers"
msgstr "ΠΡΡΡΡΠΌ ΠΊΡΠ°ΠΊΠ΅ΡΠΈ"
#: security/level.pm:11
#, c-format
msgid "Poor"
msgstr "Π‘ΠΈΡΠΎΠΌΠ°ΡΠ½ΠΎ"
#: security/level.pm:12
#, c-format
msgid "Standard"
msgstr "Π‘ΡΠ°Π½Π΄Π°ΡΠ΄Π½ΠΎ"
#: security/level.pm:13
#, c-format
msgid "High"
msgstr "ΠΠΈΡΠΎΠΊΠΎ"
#: security/level.pm:14
#, c-format
msgid "Higher"
msgstr "ΠΠΎΠ²ΠΈΡΠΎΠΊΠΎ"
#: security/level.pm:15
#, c-format
msgid "Paranoid"
msgstr "ΠΠ°ΡΠ°Π½ΠΎΠΈΡΠ½ΠΎ"
#: security/level.pm:41
#, c-format
msgid ""
"This level is to be used with care. It makes your system more easy to use,\n"
"but very sensitive. It must not be used for a machine connected to others\n"
"or to the Internet. There is no password access."
msgstr ""
"ΠΠ²Π° Π½ΠΈΠ²ΠΎ ΡΡΠ΅Π±Π° Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π²Π½ΠΈΠΌΠ°ΡΠ΅Π»Π½ΠΎ. Π‘ΠΎ Π½Π΅Π³ΠΎ ΡΠΈΡΡΠ΅ΠΌΠΎΡ ΠΏΠΎΠ»Π΅ΡΠ½ΠΎ\n"
"ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ, Π½ΠΎ Π΅ ΠΌΠ½ΠΎΠ³Ρ ΡΡΠ²ΡΡΠ²ΠΈΡΠ΅Π»Π΅Π½. ΠΠ΅ ΡΠΌΠ΅Π΅ Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° ΠΌΠ°ΡΠΈΠ½ΠΈ\n"
"ΠΏΠΎΠ²ΡΠ·Π°Π½ΠΈ ΡΠΎ Π΄ΡΡΠ³ΠΈ, ΠΈΠ»ΠΈ Π½Π° ΠΠ½ΡΠ΅ΡΠ½Π΅Ρ. ΠΠ΅ ΠΏΠΎΡΡΠΎΠΈ ΠΏΡΠΈΡΡΠ°ΠΏ ΡΠΎ Π»ΠΎΠ·ΠΈΠ½ΠΊΠΈ."
#: security/level.pm:44
#, c-format
msgid ""
"Passwords are now enabled, but use as a networked computer is still not "
"recommended."
msgstr ""
"ΠΠΎΠ·ΠΈΠ½ΠΊΠΈΡΠ΅ ΡΠ΅ ΡΠ΅Π³Π° ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΠ΅Π½ΠΈ, Π½ΠΎ Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ ΠΊΠ°ΠΊΠΎ ΠΌΡΠ΅ΠΆΠ΅Π½ ΠΊΠΎΠΌΠΏΡΡΡΠ΅Ρ "
"ΡΠ΅ΡΡΡΠ΅ Π½Π΅ ΡΠ΅ ΠΏΡΠ΅ΠΏΠΎΡΠ°ΡΡΠ²Π°."
#: security/level.pm:45
#, c-format
msgid ""
"This is the standard security recommended for a computer that will be used "
"to connect to the Internet as a client."
msgstr ""
"ΠΠ²Π° Π΅ ΡΡΠ°Π½Π΄Π°ΡΠ΄Π½Π°ΡΠ° ΡΠΈΠ³ΡΡΠ½ΠΎΡΡ ΠΏΡΠ΅ΠΏΠΎΡΠ°ΡΠ°Π½Π° Π·Π° ΠΊΠΎΠΌΠΏΡΡΡΠ΅Ρ ΡΡΠΎ ΡΠ΅ ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° "
"ΠΊΠ»ΠΈΠ΅Π½ΡΡΠΊΠ° ΠΊΠΎΠ½Π΅ΠΊΡΠΈΡΠ° Π½Π° ΠΠ½ΡΠ΅ΡΠ½Π΅Ρ."
#: security/level.pm:46
#, c-format
msgid ""
"There are already some restrictions, and more automatic checks are run every "
"night."
msgstr ""
"ΠΠΎΡΡΠΎΡΠ°Ρ Π½Π΅ΠΊΠΎΠΈ ΠΎΠ³ΡΠ°Π½ΠΈΡΡΠ²Π°ΡΠ°, ΠΈ ΠΏΠΎΠ²Π΅ΡΠ΅ Π°Π²ΡΠΎΠΌΠ°ΡΡΠΊΠΈ ΠΏΡΠΎΠ²Π΅ΡΠΊΠΈ ΡΠ΅ ΠΈΠ·Π²ΡΡΡΠ²Π°Π°Ρ "
"ΡΠ΅ΠΊΠΎΡΠ° Π²Π΅ΡΠ΅Ρ."
#: security/level.pm:47
#, c-format
msgid ""
"With this security level, the use of this system as a server becomes "
"possible.\n"
"The security is now high enough to use the system as a server which can "
"accept\n"
"connections from many clients. Note: if your machine is only a client on the "
"Internet, you should choose a lower level."
msgstr ""
"Π‘ΠΎ ΠΎΠ²Π° Π±Π΅Π·Π±Π΅Π΄Π½ΠΎΡΠ½ΠΎ Π½ΠΈΠ²ΠΎ, ΠΊΠΎΡΠΈΡΡΠ΅ΡΠ΅ΡΠΎ Π½Π° ΡΠΈΡΡΠ΅ΠΌΠΎΠ² ΠΊΠ°ΠΊΠΎ ΡΠ΅ΡΠ²Π΅Ρ ΡΡΠ°Π½ΡΠ²Π° ΠΌΠΎΠΆΠ½ΠΎ.\n"
"ΠΠ΅Π·Π±Π΅Π΄Π½ΠΎΡΡ Π΅ Π½Π° Π½ΠΈΠ²ΠΎ Π΄ΠΎΠ²ΠΎΠ»Π½ΠΎ Π²ΠΈΡΠΎΠΊΠΎ Π·Π° ΡΠΈΡΡΠ΅ΠΌΠΎΡ Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ ΠΊΠ°ΠΊΠΎ ΡΠ΅ΡΠ²Π΅Ρ\n"
"Π·Π° ΠΌΠ½ΠΎΠ³Ρ ΠΊΠ»ΠΈΠ΅Π½ΡΠΈ. ΠΠ°Π±Π΅Π»Π΅ΡΠΊΠ°: Π°ΠΊΠΎ ΠΠ°ΡΠ°ΡΠ° ΠΌΠ°ΡΠΈΠ½Π° Π΅ ΡΠ°ΠΌΠΎ ΠΊΠ»ΠΈΠ΅Π½Ρ Π½Π° ΠΠ½ΡΠ΅ΡΠ½Π΅Ρ, Π±ΠΈ "
"ΡΡΠ΅Π±Π°Π»ΠΎ Π΄Π° ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ ΠΏΠΎΠ½ΠΈΡΠΊΠΎ Π½ΠΈΠ²ΠΎ."
#: security/level.pm:50
#, c-format
msgid ""
"This is similar to the previous level, but the system is entirely closed and "
"security features are at their maximum."
msgstr ""
"ΠΠ²Π° Π΅ ΡΠ»ΠΈΡΠ½ΠΎ Π½Π° ΠΏΡΠ΅Ρ
ΠΎΠ΄Π½ΠΎΡΠΎ Π½ΠΈΠ²ΠΎ, Π½ΠΎ ΡΠΈΡΡΠ΅ΠΌΠΎΡ Π΅ ΡΠ΅Π»ΠΎΡΠ½ΠΎ Π·Π°ΡΠ²ΠΎΡΠ΅Π½ ΠΈ "
"Π±Π΅Π·Π±Π΅Π΄Π½ΠΎΡΠ½ΠΈΡΠ΅ ΡΡΠ½ΠΊΡΠΈΠΈ ΡΠ΅ Π²ΠΎ Π½ΠΈΠ²Π½ΠΈΠΎΡ ΠΌΠ°ΠΊΡΠΈΠΌΡΠΌ."
#: security/level.pm:55
#, c-format
msgid "Security"
msgstr "ΠΠ΅Π·Π±Π΅Π΄Π½ΠΎΡΡ"
#: security/level.pm:55
#, c-format
msgid "DrakSec Basic Options"
msgstr "DrakSec ΠΎΡΠ½ΠΎΠ²Π½ΠΈ ΠΎΠΏΡΠΈΠΈ"
#: security/level.pm:57
#, c-format
msgid "Please choose the desired security level"
msgstr "ΠΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π±Π΅Π·Π±Π΅Π΄Π½ΠΎΡΠ½ΠΎ Π½ΠΈΠ²ΠΎ"
#: security/level.pm:61
#, c-format
msgid "Security level"
msgstr "Π‘ΠΈΠ³ΡΡΠ½ΠΎΡΠ½ΠΎ Π½ΠΈΠ²ΠΎ"
#: security/level.pm:63
#, c-format
msgid "Use libsafe for servers"
msgstr "ΠΠΎΡΠΈΡΡΠ΅ΡΠ΅ libsafe Π·Π° ΡΠ΅ΡΠ²Π΅ΡΠΈ"
#: security/level.pm:64
#, c-format
msgid ""
"A library which defends against buffer overflow and format string attacks."
msgstr ""
"ΠΠΈΠ±Π»ΠΈΠΎΡΠ΅ΠΊΠ° ΡΡΠΎ ΡΡΠΈΡΠΈ ΠΎΠ΄ \"buffer overflow\" ΠΈ \"format string\" Π½Π°ΠΏΠ°Π΄ΠΈ."
#: security/level.pm:65
#, c-format
msgid "Security Administrator (login or email)"
msgstr "ΠΠ΅Π·Π±Π΅Π΄Π½ΠΎΡΠ΅Π½ Π°Π΄ΠΌΠΈΠ½ΠΈΡΡΡΠ°ΡΠΎΡ (Π»ΠΎΠ³ΠΈΠ½ ΠΈΠ»ΠΈ e-mail)"
#: services.pm:19
#, c-format
msgid "Launch the ALSA (Advanced Linux Sound Architecture) sound system"
msgstr "ΠΠΎ Π»Π°Π½ΡΠΈΡΠ° ALSA (Advanced Linux Sound Architecture) Π·Π²ΡΡΠ½ΠΈΠΎΡ ΡΠΈΡΡΠ΅ΠΌ."
#: services.pm:20
#, c-format
msgid "Anacron is a periodic command scheduler."
msgstr "Anacron Π΅ ΠΏΠ΅ΡΠΈΠΎΠ΄ΠΈΡΠ½ΠΎ ΠΊΠΎΠΌΠ°Π½Π΄Π΅Π½ ΡΠ°ΡΠΏΠΎΡΠ΅Π΄ΡΠ²Π°Ρ."
#: services.pm:21
#, c-format
msgid ""
"apmd is used for monitoring battery status and logging it via syslog.\n"
"It can also be used for shutting down the machine when the battery is low."
msgstr ""
"apmd ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° Π½Π°Π±ΡΡΠ΄ΡΠ²Π°ΡΠ΅ Π½Π° ΡΡΠ°ΡΡΡΠΎΡ Π½Π° Π±Π°ΡΠ΅ΡΠΈΡΠ°ΡΠ° ΠΈ Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅ ΠΏΡΠ΅ΠΊΡ "
"syslog\n"
"ΠΡΡΠΎ ΡΠ°ΠΊΠ° ΠΌΠΎΠΆΠ΅ Π΄Π° ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° ΠΈΡΠΊΠ»ΡΡΡΠ²Π°ΡΠ΅ Π½Π° ΠΌΠ°ΡΠΈΠ½Π°ΡΠ° ΠΊΠΎΠ³Π° Π±Π°ΡΠ΅ΡΠΈΡΠ°ΡΠ° Π΅ "
"ΡΠ»Π°Π±Π°."
#: services.pm:23
#, fuzzy, c-format
msgid ""
"Runs commands scheduled by the at command at the time specified when\n"
"at was run, and runs batch commands when the load average is low enough."
msgstr ""
"Π²ΡΠ΅ΠΌΠ΅\n"
" ΠΈ."
#: services.pm:25
#, fuzzy, c-format
msgid ""
"cron is a standard UNIX program that runs user-specified programs\n"
"at periodic scheduled times. vixie cron adds a number of features to the "
"basic\n"
"UNIX cron, including better security and more powerful configuration options."
msgstr ""
"cron Π΅ ΡΡΠ°Π½Π΄Π°ΡΠ΄Π½Π° UNIX ΠΏΡΠΎΠ³ΡΠ°ΠΌΠ° ΠΊΠΎΡ Π³ΠΈ ΡΡΠ°ΡΡΡΠ²Π° ΡΠΏΠ΅ΡΠΈΡΠΈΡΠ°Π½ΠΈΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΈ "
"ΠΏΡΠΎΠ³ΡΠ°ΠΌΠΈ\n"
"Π²ΠΎ ΠΎΠΏΡΠ΅Π΄Π΅Π»Π΅Π½ΠΎ Π²ΡΠ΅ΠΌΠ΅. vixie cron Π΄ΠΎΠ΄Π°Π²Π° Π±ΡΠΎΡΠΊΠΈ Π½Π° ΠΎΡΠ½ΠΎΠ²Π½Π° Π½Π°\n"
"UNIX cron, Π²ΠΊΠ»ΡΡΡΠ²Π°ΡΡΠΈ ΠΈ ΠΏΠΎΠ΄ΠΎΠ±ΡΠ° ΡΠΈΠ³ΡΡΠ½ΠΎΡΡ ΠΈ ΠΌΠ½ΠΎΠ³Ρ ΠΏΠΎΠΌΠΎΡΠ½ΠΈ ΠΎΠΏΡΠΈΠΈ Π·Π° "
"ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΡΠ°."
#: services.pm:28
#, c-format
msgid ""
"Common UNIX Printing System (CUPS) is an advanced printer spooling system"
msgstr ""
#: services.pm:29
#, c-format
msgid "Launches the graphical display manager"
msgstr ""
#: services.pm:30
#, c-format
msgid ""
"FAM is a file monitoring daemon. It is used to get reports when files "
"change.\n"
"It is used by GNOME and KDE"
msgstr ""
#: services.pm:32
#, c-format
msgid ""
"GPM adds mouse support to text-based Linux applications such the\n"
"Midnight Commander. It also allows mouse-based console cut-and-paste "
"operations,\n"
"and includes support for pop-up menus on the console."
msgstr ""
"GPM Π΄ΠΎΠ΄Π°Π²Π° ΠΏΠΎΠ΄ΡΠ°ΡΠΊΠ° Π·Π° Π³Π»ΡΡΠ΅ΡΠΎΡ Π½Π° ΠΠΈΠ½ΡΠΊΡ ΡΠ΅ΠΊΡΡΡΠ°Π»Π½ΠΎ-Π±Π°Π·ΠΈΡΠ°Π½ΠΈΡΠ΅ Π°ΠΏΠ»ΠΈΠΊΠ°ΡΠΈΠΈ, \n"
"ΠΊΠ°ΠΊΠΎ Π½Π° ΠΏΡ. Midnight Commander. ΠΡΡΠΎ ΡΠ°ΠΊΠ° Π΄ΠΎΠ·Π²ΠΎΠ»ΡΠ²Π° ΠΊΠΎΠ½Π·ΠΎΠ»Π½ΠΈ ΠΈΠ·Π΅ΡΠΈ-ΠΈ-Π²ΠΌΠ΅ΡΠ½ΠΈ\n"
"ΠΎΠΏΠ΅ΡΠ°ΡΠΈΠΈ ΡΠΎ Π³Π»ΡΡΠ΅ΡΠΎΡ, ΠΈ Π²ΠΊΠ»ΡΡΡΠ²Π° ΠΏΠΎΠ΄ΡΡΠΊΠ° Π·Π° pop-up ΠΌΠ΅Π½ΠΈΡΠ° Π²ΠΎ ΠΊΠΎΠ½Π·ΠΎΠ»Π°ΡΠ°."
#: services.pm:35
#, c-format
msgid "HAL is a daemon that collects and maintains information about hardware"
msgstr ""
#: services.pm:36
#, fuzzy, c-format
msgid ""
"HardDrake runs a hardware probe, and optionally configures\n"
"new/changed hardware."
msgstr ""
"ΠΈ\n"
"."
#: services.pm:38
#, c-format
msgid ""
"Apache is a World Wide Web server. It is used to serve HTML files and CGI."
msgstr ""
"Apache Π΅ World Wide Web(WWW) ΡΠ΅ΡΠ²Π΅Ρ. Π‘Π΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° Π³ΠΈ ΡΡΠ»ΡΠΆΡΠ²Π° HTML ΠΈ CGI "
"Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈΡΠ΅."
#: services.pm:39
#, c-format
msgid ""
"The internet superserver daemon (commonly called inetd) starts a\n"
"variety of other internet services as needed. It is responsible for "
"starting\n"
"many services, including telnet, ftp, rsh, and rlogin. Disabling inetd "
"disables\n"
"all of the services it is responsible for."
msgstr ""
"ΠΠ½ΡΠ΅ΡΠ½Π΅ΡΡΠΊΠΈΠΎΡ ΡΡΠΏΠ΅ΡΡΠ΅ΡΠ²Π΅Ρ Π΄Π΅ΠΌΠΎΠ½ (Π½Π°ΡΡΠ΅ΡΡΠΎ Π²ΠΈΠΊΠ°Π½ inetd) Π°ΠΊΠΎ Π΅ ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ\n"
"Π²ΠΊΠ»ΡΡΡΠ²Π° ΠΈ ΡΠ°Π·Π»ΠΈΡΠ½ΠΈ Π΄ΡΡΠ³ΠΈ ΠΈΠ½ΡΠ΅ΡΠ½Π΅Ρ ΡΠ΅ΡΠ²ΠΈΡΠΈ. Π’ΠΎΡ Π΅ ΠΎΠ΄Π³ΠΎΠ²ΠΎΡΠ΅Π½ Π·Π° Π²ΠΊΠ»ΡΡΡΠ²Π°ΡΠ΅\n"
"ΠΌΠ½ΠΎΠ³Ρ ΡΠ΅ΡΠ²ΠΈΡΠΈ, ΠΌΠ΅ΡΡ ΠΊΠΎΠΈ ΡΠ΅ telnet, ftp, rsh, ΠΈ rlogin. ΠΠΊΠΎ ΡΠ΅ ΠΎΠ½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠΈ "
"inetd ΡΠ΅ ΠΎΠ½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠΈΠ²Π°Π°Ρ\n"
"ΡΠΈΡΠ΅ ΡΠ΅ΡΠ²ΠΈΡΠΈ Π·Π° ΠΊΠΎΡ ΡΡΠΎ ΡΠΎΡ Π΅ ΠΎΠ΄Π³ΠΎΠ²ΠΎΡΠ΅Π½."
#: services.pm:43
#, fuzzy, c-format
msgid ""
"Launch packet filtering for Linux kernel 2.2 series, to set\n"
"up a firewall to protect your machine from network attacks."
msgstr ""
"Π‘ΡΠ°ΡΡΡΠ²Π°Ρ Π³ΠΎ ΡΠΈΠ»ΡΡΠΈΡΠ°Π½ΠΈΠΎΡ ΠΏΠ°ΠΊΠ΅Ρ Π·Π° Linux ΠΊΠ΅ΡΠ½Π΅Π» 2.2 ΡΠ΅ΡΠΈΡΠ°, Π·Π° Π΄Π° Π³ΠΎ "
"ΠΏΠΎΡΡΠ°Π²ΠΈΡΠ΅\n"
"firewall-ΠΎΡ Π΄Π° Π³ΠΎ ΡΡΠΈΡΠΈ ΠΠ°ΡΠΈΠΎΡ ΠΊΠΎΠΌΠΏΡΡΡΠ΅Ρ ΠΎΠ΄ Π½Π°ΠΏΠ°Π΄ΠΈΡΠ΅ Π½Π° ΠΌΡΠ΅ΠΆΠ°."
#: services.pm:45
#, fuzzy, c-format
msgid ""
"This package loads the selected keyboard map as set in\n"
"/etc/sysconfig/keyboard. This can be selected using the kbdconfig utility.\n"
"You should leave this enabled for most machines."
msgstr ""
"Π²ΠΎ\n"
"\n"
" ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΠ΅Π½ΠΎ."
#: services.pm:48
#, c-format
msgid ""
"Automatic regeneration of kernel header in /boot for\n"
"/usr/include/linux/{autoconf,version}.h"
msgstr ""
"ΠΠ²ΡΠΎΠΌΠ°ΡΡΠΊΠΎ ΡΠ΅Π³Π΅Π½Π΅ΡΠΈΡΠ°ΡΠ΅ Π½Π° Ρ
Π΅Π΄Π΅ΡΠΎΡ Π½Π° ΠΊΠ΅ΡΠ½Π΅Π»ΠΎΡ Π²ΠΎ /boot Π·Π°\n"
"/usr/include/linux/{autoconf,version}.h"
#: services.pm:50
#, c-format
msgid "Automatic detection and configuration of hardware at boot."
msgstr "ΠΠ²ΡΠΎΠΌΠ°ΡΡΠΊΠΎ ΠΎΡΠΊΡΠΈΠ²Π°ΡΠ΅ ΠΈ ΠΏΠΎΠ΄Π΅ΡΡΠ²Π°ΡΠ΅ Π½Π° Ρ
Π°ΡΠ΄Π²Π΅Ρ ΠΏΡΠΈ ΡΡΠ°ΡΡΡΠ²Π°ΡΠ΅."
#: services.pm:51
#, fuzzy, c-format
msgid ""
"Linuxconf will sometimes arrange to perform various tasks\n"
"at boot-time to maintain the system configuration."
msgstr ""
"Π½Π°\n"
" Π²ΡΠ΅ΠΌΠ΅ Π½Π°."
#: services.pm:53
#, fuzzy, c-format
msgid ""
"lpd is the print daemon required for lpr to work properly. It is\n"
"basically a server that arbitrates print jobs to printer(s)."
msgstr ""
"lpd Π΅ Π΄Π΅ΠΌΠΎΠ½ Π·Π° ΠΏΠ΅ΡΠ°ΡΠ΅ΡΠ΅, ΠΊΠΎΡ Π±Π°ΡΠ° lpr Π·Π° Π΄Π° ΡΠ°Π±ΠΎΡΠΈ ΠΊΠ°ΠΊΠΎ ΡΡΠΎ ΡΡΠ΅Π±Π°.\n"
" Π’ΠΎΠ° Π΅ ΠΎΡΠ½ΠΎΠ²Π΅Π½ ΡΠ΅ΡΠ²Π΅Ρ ΠΊΠΎΡ ΡΠ° Π°ΡΠ±ΠΈΡΡΠΈΡΠ° ΡΠ°Π±ΠΎΡΠ°ΡΠ° Π½Π° ΠΏΡΠΈΠ½ΡΠ΅ΡΠΈΡΠ΅."
#: services.pm:55
#, c-format
msgid ""
"Linux Virtual Server, used to build a high-performance and highly\n"
"available server."
msgstr ""
"ΠΠΈΠ½ΡΠΊΡ ΠΠΈΡΡΡΠ°Π»Π΅Π½ Π‘Π΅ΡΠ²Π΅Ρ, ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° Π΄Π° ΡΠ΅ ΠΈΠ·Π³ΡΠ°Π΄ΠΈ Π²ΠΈΡΠΎΠΊΠΎ Π΄ΠΎΡΡΠ°ΠΏΠ΅Π½ ΡΠ΅ΡΠ²Π΅Ρ "
"ΡΠΎ Π²ΠΈΡΠΎΠΊΠΈ ΠΏΠ΅ΡΡΠΎΡΠΌΠ°Π½ΡΠΈ."
#: services.pm:57
#, c-format
msgid ""
"DBUS is a daemon which broadcasts notifications of system events and other "
"messages"
msgstr ""
#: services.pm:58
#, c-format
msgid ""
"named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
"names to IP addresses."
msgstr ""
"named (BIND) Π΅ Domain Name Server (DNS) ΠΊΠΎΡ ΡΡΠΎ ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° Π΄ΠΎΠ΄Π΅Π»ΡΠ²Π°ΡΠ΅ "
"ΠΈΠΌΠΈΡΠ° Π½Π° ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΈΡΠ΅ Π·Π° IP Π°Π΄ΡΠ΅ΡΠΈΡΠ΅."
#: services.pm:59
#, c-format
msgid ""
"Mounts and unmounts all Network File System (NFS), SMB (Lan\n"
"Manager/Windows), and NCP (NetWare) mount points."
msgstr ""
"ΠΠΈ ΠΌΠΎΠ½ΡΠΈΡΠ° ΠΈ ΠΎΠ΄ΠΌΠΎΠ½ΡΠΈΡΠ° ΡΠΈΡΠ΅ Network File System (NFS), SMB (ΠΠ΅Π½Π°ΡΠ΅Ρ\n"
"Π½Π° Π»ΠΎΠΊΠ°Π»Π½Π°ΡΠ° ΠΌΡΠ΅ΠΆΠ°/Windows), ΠΈ NCP (NetWare) ΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠΊΠΈΡΠ΅ ΡΠΎΡΠΊΠΈ."
#: services.pm:61
#, c-format
msgid ""
"Activates/Deactivates all network interfaces configured to start\n"
"at boot time."
msgstr ""
"ΠΠΈ ΠΠΊΡΠΈΠ²ΠΈΡΠ°/ΠΠ΅Π°ΠΊΡΠΈΠ²ΠΈΡΠ° ΡΠΈΡΠ΅ ΠΌΡΠ΅ΠΆΠ½ΠΈ ΠΈΠ½ΡΠ΅ΡΡΠ΅ΡΡΠΈ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠΈΡΠ°Π½ΠΈ Π½Π° ΠΏΠΎΡΠ΅ΡΠΎΠΊΠΎΡ\n"
"ΠΎΠ΄ Π²ΡΠ΅ΠΌΠ΅ΡΠΎ Π½Π° ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅."
#: services.pm:63
#, fuzzy, c-format
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP networks.\n"
"This service provides NFS server functionality, which is configured via the\n"
"/etc/exports file."
msgstr ""
"NFS Π΅ ΠΏΠΎΠΏΡΠ»Π°ΡΠ΅Π½ ΠΏΡΠΎΡΠΎΠΊΠΎΠ» Π·Π° Π΄Π΅Π»Π΅ΡΠ΅ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ Π²ΠΎ TCP/IP ΠΌΡΠ΅ΠΆΠΈ.\n"
"ΠΠ²ΠΎΡ ΡΠ΅ΡΠ²Π΅Ρ Π΅ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠΈΡΠ°Π½ ΡΠΎ Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ° /etc/exports.\n"
#: services.pm:66
#, fuzzy, c-format
msgid ""
"NFS is a popular protocol for file sharing across TCP/IP\n"
"networks. This service provides NFS file locking functionality."
msgstr ""
"NFS Π΅ ΠΏΠΎΠΏΡΠ»Π°ΡΠ΅Π½ ΠΏΡΠΎΡΠΎΠΊΠΎΠ» Π·Π° Π΄Π΅Π»Π΅ΡΠ΅ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ Π½ΠΈΠ· TCP/IP\n"
"ΠΌΡΠ΅ΠΆΠΈΡΠ΅"
#: services.pm:68
#, c-format
msgid "Synchronizes system time using the Network Time Protocol (NTP)"
msgstr ""
#: services.pm:69
#, c-format
msgid ""
"Automatically switch on numlock key locker under console\n"
"and Xorg at boot."
msgstr ""
"ΠΠ²ΡΠΎΠΌΠ°ΡΡΠΊΠΈ Π³ΠΎ Π²ΠΊΠ»ΡΡΠΈ Num Lock ΠΊΠΎΠΏΡΠ΅ΡΠΎ Π²ΠΎ ΠΊΠΎΠ½Π·ΠΎΠ»Π° \n"
"ΠΈ Xorg Π½Π° Π²ΠΊΠ»ΡΡΡΠ²Π°ΡΠ΅."
#: services.pm:71
#, c-format
msgid "Support the OKI 4w and compatible winprinters."
msgstr "ΠΠΈ ΠΏΠΎΠ΄ΡΠΆΡΠ²Π° OKI 4w ΠΈ ΠΊΠΎΠΌΠΏΠ°ΡΠΈΠ±ΠΈΠ»Π½ΠΈΡΠ΅ win ΠΏΠ΅ΡΠ°ΡΠ°ΡΠΈ."
#: services.pm:72
#, fuzzy, c-format
msgid ""
"PCMCIA support is usually to support things like ethernet and\n"
"modems in laptops. It will not get started unless configured so it is safe "
"to have\n"
"it installed on machines that do not need it."
msgstr ""
"PCMCIA Π½Π° ΠΈ\n"
" Π²ΠΎ Π½Π°\n"
" ΠΠΊΠ»ΡΡΠ΅Π½ΠΎ."
#: services.pm:75
#, c-format
msgid ""
"The portmapper manages RPC connections, which are used by\n"
"protocols such as NFS and NIS. The portmap server must be running on "
"machines\n"
"which act as servers for protocols which make use of the RPC mechanism."
msgstr ""
"Portmapper Π΅ ΠΌΠ΅Π½Π°ΡΠ΅Ρ Π½Π° RPC ΠΊΠΎΠ½Π΅ΠΊΡΠΈΠΈ, ΠΊΠΎΠΈ ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠ°Ρ ΠΏΡΠΈ\n"
"ΠΏΡΠΎΡΠΎΠΊΠΎΠ»ΠΈ ΠΊΠ°ΠΊΠΎ NFS ΠΈ NIS. Π‘Π΅ΡΠ²Π΅ΡΠΎΡ portmapper ΠΌΠΎΡΠ° Π΄Π° ΡΠ΅\n"
"ΠΈΠ·Π²ΡΡΡΠ²Π° Π½Π° ΠΌΠ°ΡΠΈΠ½ΠΈ ΠΊΠΎΠΈ ΠΏΡΠ΅ΡΡΡΠ°Π²ΡΠ²Π°Π°Ρ ΡΠ΅ΡΠ²Π΅Ρ Π·Π° ΠΏΡΠΎΡΠΎΠΊΠΎΠ»ΠΈ\n"
"ΡΡΠΎ Π³ΠΎ ΠΊΠΎΡΠΈΡΡΠ°Ρ ΠΌΠ΅Ρ
Π°Π½ΠΈΠ·ΠΌΠΎΡ RPC."
#: services.pm:78
#, c-format
msgid ""
"Postfix is a Mail Transport Agent, which is the program that moves mail from "
"one machine to another."
msgstr ""
"Postfix Π΅ Mail Transport Agent, Π° ΡΠΎΠ° Π΅ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠ° ΡΡΠΎ ΡΠ° ΠΏΡΠ΅Π½Π΅ΡΡΠ²Π° ΠΏΠΎΡΡΠ°ΡΠ° ΠΎΠ΄ "
"Π΅Π΄Π½Π° ΠΌΠ°ΡΠΈΠ½Π° Π½Π° Π΄ΡΡΠ³Π°."
#: services.pm:79
#, c-format
msgid ""
"Saves and restores system entropy pool for higher quality random\n"
"number generation."
msgstr ""
"ΠΠ° Π·Π°ΡΡΠ²ΡΠ²Π° ΠΈ ΠΏΠΎΠ²ΡΠ°ΡΡΠ²Π° Π΅Π½ΡΡΠΎΠΏΡΠΊΠ°ΡΠ° ΡΠΈΡΡΠ΅ΠΌΡΠΊΠ° ΡΠ΅Π·Π΅ΡΠ²Π° Π·Π° ΠΏΠΎΠ³ΠΎΠ»Π΅ΠΌ ΠΊΠ²Π°Π»ΠΈΡΠ΅Ρ\n"
"Π½Π° ΡΠ»ΡΡΠ°ΡΠ½ΠΎ Π³Π΅Π½Π΅ΡΠΈΡΠ°ΡΠ΅ Π±ΡΠΎΠ΅Π²ΠΈ."
#: services.pm:81
#, fuzzy, c-format
msgid ""
"Assign raw devices to block devices (such as hard drive\n"
"partitions), for the use of applications such as Oracle or DVD players"
msgstr "Π½Π°\n"
#: services.pm:83
#, c-format
msgid ""
"The routed daemon allows for automatic IP router table updated via\n"
"the RIP protocol. While RIP is widely used on small networks, more complex\n"
"routing protocols are needed for complex networks."
msgstr ""
"ΠΠ΅ΠΌΠΎΠ½ΠΎΡ Π·Π° ΠΏΡΠ΅Π½Π°ΡΠΎΡΡΠ²Π°ΡΠ΅ Π²ΠΈ ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΡΠ²Π° Π°Π²ΡΠΎΠΌΠ°ΡΡΠΊΠ° ΠΏΡΠ΅Π½Π°ΡΠΎΡΡΠ²Π°ΡΠΊΠ° IP ΡΠ°Π±Π΅Π»Π°\n"
"ΠΎΡΠΎΠ²ΡΠ΅ΠΌΠ΅Π½ΡΠ²Π°Π½Π° ΠΏΡΠ΅ΠΊΡ RIP ΠΏΡΠΎΡΠΎΠΊΠΎΠ»ΠΎΡ. ΠΠΎΠ΄Π΅ΠΊΠ° RIP ΠΏΠΎΡΠΈΡΠΎΠΊΠΎ ΡΠ΅ ΠΊΠΎΡΠΈΡΡΠΈ Π·Π° ΠΌΠ°Π»ΠΈ\n"
"ΠΌΡΠ΅ΠΆΠΈ, ΠΏΠΎ ΠΊΠΎΠΌΠΏΠ»ΠΈΡΠΈΡΠ°Π½ΠΈ ΠΏΡΠ΅Π½Π°ΡΠΎΡΡΠ²Π°ΡΠΊΠΈ ΠΏΡΠΎΡΠΎΠΊΠΎΠ»ΠΈ ΡΠ΅ ΠΏΠΎΡΡΠ΅Π±Π½ΠΈ Π·Π° ΠΊΠΎΠΌΠΏΠ»ΠΈΡΠΈΡΠ°Π½ΠΈ "
"ΠΌΡΠ΅ΠΆΠΈ."
#: services.pm:86
#, c-format
msgid ""
"The rstat protocol allows users on a network to retrieve\n"
"performance metrics for any machine on that network."
msgstr ""
"rstat ΠΏΡΠΎΡΠΎΠΊΠΎΠ»ΠΎΡ ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΡΠ²Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈΡΠ΅ Π½Π° ΠΌΡΠ΅ΠΆΠ°ΡΠ° Π΄Π° Π΄ΠΎΠ±ΠΈΠ²Π°Π°Ρ\n"
"ΠΌΠ΅ΡΠ΅ΡΠ° Π½Π° ΠΏΠ΅ΡΠΎΡΠΌΠ°Π½ΡΠΈΡΠ΅ Π½Π° Π±ΠΈΠ»ΠΎ ΠΊΠΎΡΠ° ΠΌΠ°ΡΠΈΠ½Π° Π½Π° ΠΌΡΠ΅ΠΆΠ°ΡΠ°."
#: services.pm:88
#, c-format
msgid ""
"The rusers protocol allows users on a network to identify who is\n"
"logged in on other responding machines."
msgstr ""
"rusers ΠΏΡΠΎΡΠΎΠΊΠΎΠ»ΠΎΡ Π΄ΠΎΠ·Π²ΠΎΠ»ΡΠ²Π° ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈΡΠ΅ Π½Π° ΠΌΡΠ΅ΠΆΠ°ΡΠ° Π΄Π° ΡΠ΅ ΠΈΠ½Π΄Π΅ΡΠΈΡΠΈΠΊΡΠ²Π°\n"
"ΠΊΠΎΡ Π΅ Π»ΠΎΠ³ΠΈΡΠ°Π½7 Π½Π° Π΄ΡΡΠ³ΠΈ ΠΌΠ°ΡΠΈΠ½ΠΈ ΠΊΠΎΠΈ ΡΡΠΎ ΠΎΠ΄Π³ΠΎΠ²Π°ΡΠ°Π°Ρ."
#: services.pm:90
#, fuzzy, c-format
msgid ""
"The rwho protocol lets remote users get a list of all of the users\n"
"logged into a machine running the rwho daemon (similar to finger)."
msgstr ""
"rwho ΠΏΡΡΠΎΠΊΠΎΠ»ΠΎΡ Π΄ΠΎΠ·Π²ΠΎΠ»ΡΠ²Π° Π»ΠΎΠΊΠ°Π»Π½ΠΈΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ Π΄Π° ΠΈΠΌΠ°Π°Ρ ΠΏΡΠΈΡΡΠ°ΠΏ Π΄ΠΎ Π»ΠΈΡΡΠ°ΡΠ° Π½Π° "
"ΡΠΈΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ\n"
" ΠΏΡΠΈΡΠ°Π²Π΅Π½ΠΈ Π½Π° ΠΊΠΎΠΌΠΏΡΡΡΠ΅ΡΠΎΡ."
#: services.pm:92
#, c-format
msgid ""
"SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."
msgstr ""
#: services.pm:93
#, c-format
msgid ""
"The SMB/CIFS protocol enables to share access to files & printers and also "
"integrates with a Windows Server domain"
msgstr ""
#: services.pm:94
#, fuzzy, c-format
msgid "Launch the sound system on your machine"
msgstr "Π‘ΡΠ°ΡΡΡΠ²Π°Ρ Π³ΠΎ Π·Π²ΡΠΊΠΎΡ Π½Π° ΠΠ°ΡΠΈΠΎΡ ΠΊΠΎΠΌΠΏΡΡΡΠ΅Ρ"
#: services.pm:95
#, c-format
msgid ""
"Secure Shell is a network protocol that allows data to be exchanged over a "
"secure channel between two computers"
msgstr ""
#: services.pm:96
#, fuzzy, c-format
msgid ""
"Syslog is the facility by which many daemons use to log messages\n"
"to various system log files. It is a good idea to always run syslog."
msgstr ""
"Syslog Π½Π°\n"
" Π½Π° Π½Π°."
#: services.pm:98
#, c-format
msgid "Load the drivers for your usb devices."
msgstr "ΠΠΎΠ΄ΠΈΠ³ΠΈ Π³ΠΈ Π΄ΡΠ°ΡΠ²Π΅ΡΠΈΡΠ΅ Π·Π° Π²Π°ΡΠΈΠΎΡ usb ΡΡΠ΅Π΄."
#: services.pm:99
#, c-format
msgid "Starts the X Font Server."
msgstr ""
#: services.pm:100
#, c-format
msgid "Starts other deamons on demand."
msgstr ""
#: services.pm:123
#, c-format
msgid "Printing"
msgstr "ΠΠ΅ΡΠ°ΡΠ΅ΡΠ΅"
#: services.pm:124
#, c-format
msgid "Internet"
msgstr "ΠΠ½ΡΠ΅ΡΠ½Π΅Ρ"
#: services.pm:127
#, c-format
msgid "File sharing"
msgstr "Π‘ΠΏΠΎΠ΄Π΅Π»ΡΠ²Π°ΡΠ΅ Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ"
#: services.pm:129
#, c-format
msgid "System"
msgstr "Π‘ΠΈΡΡΠ΅ΠΌ"
#: services.pm:134
#, fuzzy, c-format
msgid "Remote Administration"
msgstr "ΠΠΎΠΊΠ°Π»Π½Π° ΠΠ΄ΠΌΠΈΠ½ΠΈΡΡΡΠ°ΡΠΈΡΠ°"
#: services.pm:142
#, c-format
msgid "Database Server"
msgstr "Π‘Π΅ΡΠ²Π΅Ρ Π·Π° ΠΠ°Π·ΠΈ Π½Π° ΠΠΎΠ΄Π°ΡΠΎΡΠΈ"
#: services.pm:153 services.pm:189
#, c-format
msgid "Services"
msgstr "Π‘Π΅ΡΠ²ΠΈΡΠΈ"
#: services.pm:153
#, fuzzy, c-format
msgid "Choose which services should be automatically started at boot time"
msgstr "ΠΠ·Π±Π΅ΡΠΈ ΠΊΠΎΠΈ ΡΠ΅ΡΠ²ΠΈΡΠΈ Π°Π²ΡΠΎΠΌΠ°ΡΡΠΊΠΈ Π΄Π° ΡΡΠ°ΡΡΡΠ²Π°Π°ΡΠΏΡΠΈ ΡΠ΅ΡΡΠ°ΡΡ"
#: services.pm:171
#, c-format
msgid "Services: %d activated for %d registered"
msgstr "Π‘Π΅ΡΠ²ΠΈΡΠΈΡΠ΅: %d Π°ΠΊΡΠΈΠ²ΠΈΡΠ°Π½ΠΈ Π·Π° %d ΡΠ΅Π³ΠΈΡΡΡΠΈΡΠ°Π½ΠΈ"
#: services.pm:205
#, c-format
msgid "running"
msgstr "ΡΠ°Π±ΠΎΡΠΈ"
#: services.pm:205
#, c-format
msgid "stopped"
msgstr "ΠΏΡΠ΅ΡΡΠ°Π½ΠΈ"
#: services.pm:210
#, c-format
msgid "Services and daemons"
msgstr "Π‘Π΅ΡΠ²ΠΈΡΠΈ ΠΈ Π΄Π΅ΠΌΠΎΠ½ΠΈ"
#: services.pm:216
#, fuzzy, c-format
msgid ""
"No additional information\n"
"about this service, sorry."
msgstr ""
"ΠΠ΅ΠΌΠ° Π΄ΠΎΠΏΠΎΠ»Π½ΠΈΡΠ΅Π»Π½ΠΈ ΠΈΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ\n"
"Π·Π° ΠΎΠ²ΠΎΡ ΡΠ΅ΡΠ²ΠΈΡ. ΠΠ°Π»ΠΈΠΌΠ΅!"
#: services.pm:221 ugtk2.pm:911
#, c-format
msgid "Info"
msgstr "ΠΠ½ΡΠΎΡΠΌΠ°ΡΠΈΠΈ"
#: services.pm:224
#, c-format
msgid "Start when requested"
msgstr ""
#: services.pm:224
#, c-format
msgid "On boot"
msgstr "ΠΡΠΈ ΠΏΠΎΠ΄ΠΈΠ³Π°ΡΠ΅"
#: services.pm:242
#, c-format
msgid "Start"
msgstr "Π‘ΡΠ°ΡΡ"
#: services.pm:242
#, c-format
msgid "Stop"
msgstr "Π‘ΡΠΎΠΏ"
#: standalone.pm:25
#, c-format
msgid ""
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"
"the Free Software Foundation; either version 2, or (at your option)\n"
"any later version.\n"
"\n"
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details.\n"
"\n"
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, "
"USA.\n"
msgstr ""
"ΠΠ²Π°Π° ΠΏΡΠΎΠ³ΡΠ°ΠΌΠ° Π΅ ΡΠ»ΠΎΠ±ΠΎΠ΄Π΅Π½ ΡΠΎΡΡΠ²Π΅Ρ, ΠΌΠΎΠΆΠ΅ΡΠ΅ Π΄Π° ΡΠ° ΡΠ΅Π΄ΠΈΡΡΡΠΈΠ±ΡΠΈΡΠ°ΡΠ΅ ΠΈ/ΠΈΠ»ΠΈ Π΄Π° ΡΠ°\n"
"ΠΈΠ·ΠΌΠ΅Π½ΡΠ²Π°ΡΠ΅ ΠΏΠΎΠ΄ ΡΡΠ»ΠΎΠ²ΠΈΡΠ΅ Π½Π° GNU ΠΠΏΡΡΠΎ ΠΠ°Π²Π½Π° ΠΠΈΡΠ΅Π½ΡΠ° Π°ΠΊΠΎ ΡΡΠΎ Π΅ ΠΎΠ±ΡΠ°Π²Π΅Π½Π° ΠΎΠ΄\n"
"Π€ΠΎΠ½Π΄Π°ΡΠΈΡΠ°ΡΠ° Π·Π° Π‘Π»ΠΎΠ±ΠΎΠ΄Π½ΠΎ Π‘ΠΎΡΡΠ²Π΅Ρ, ΠΊΠ°ΠΊΠΎ Π²Π΅ΡΠ·ΠΈΡΠ° 2, ΠΈΠ»ΠΈ (ΠΊΠ°ΠΊΠΎ Π²Π°ΡΠ° ΠΎΠΏΡΠΈΡΠ°)\n"
"Π±ΠΈΠ»ΠΎ ΠΊΠΎΡΠ° ΠΏΠΎΠ½Π°ΡΠ°ΠΌΠΎΡΠ½Π° Π²Π΅ΡΠ·ΠΈΡΠ°\n"
"\n"
"ΠΠ²Π°Π° ΠΏΡΠΎΠ³ΡΠ°ΠΌΠ° Π΅ Π΄ΠΈΡΡΡΠΈΠ±ΡΠΈΡΠ°Π½Π° ΡΠΎ Π½Π°Π΄Π΅ΠΆ Π΄Π΅ΠΊΠ° ΡΠ΅ Π±ΠΈΠ΄Π΅ ΠΊΠΎΡΠΈΡΠ½Π°,\n"
"Π½ΠΎ ΡΠΎ ΠΠΠΠΠΠΠ ΠΠΠ ΠΠΠ¦ΠΠΠ; Π΄ΡΡΠΈ ΠΈ Π±Π΅Π· ΠΈΠΌΠΏΠ»Π΅ΠΌΠ΅Π½ΡΠΈΡΠ°Π½Π° Π³Π°ΡΠ°Π½ΡΠΈΡΠ° Π·Π°\n"
"Π’Π ΠΠ£ΠΠΠΠ ΠΈΠ»ΠΈ ΠΠΠΠΠΠ ΠΠ ΠΠΠΠΠΠΠ ΠΠΠ‘ΠΠΠΠ Π¦ΠΠ. ΠΠΈΠ΄Π΅ΡΠ΅ ΡΠ°\n"
"GNU ΠΠΏΡΡΠΎ ΠΠ°Π²Π½Π° ΠΠΈΡΠ΅Π½ΡΠ° Π·Π° ΠΏΠΎΠ²Π΅ΡΠ΅ Π΄Π΅ΡΠ°Π»ΠΈ.\n"
"\n"
"ΠΠΈ ΡΡΠ΅Π±Π°Π»ΠΎ Π΄Π° Π΄ΠΎΠ±ΠΈΠ΅ΡΠ΅ ΠΊΠΎΠΏΠΈΡΠ° ΠΎΠ΄ GNU ΠΠΏΡΡΠΎ ΠΠ°Π²Π½Π° ΠΠΈΡΠ΅Π½ΡΠ°\n"
"Π·Π°Π΅Π΄Π½ΠΎ ΡΠΎ ΠΏΡΠΎΠ³ΡΠ°ΠΌΠ°ΡΠ°, Π°ΠΊΠΎ Π½Π΅ ΠΏΠΈΡΠ΅ΡΠ΅ Π½Π° Π€ΠΎΠ½Π΄Π°ΡΠΈΡΠ°ΡΠ° Π·Π° Π‘Π»ΠΎΠ±ΠΎΠ΄Π΅Π½\n"
"Π‘ΠΎΡΡΠ²Π΅Ρ, ΠΠΎΡΠΏΠΎΡΠ°ΡΠΈΡΠ°, 51 Franklin Street, Fifth Floor, Boston, MA 02110-"
"1301, USA.\n"
#: standalone.pm:44
#, c-format
msgid ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
"Backup and Restore application\n"
"\n"
"--default : save default directories.\n"
"--debug : show all debug messages.\n"
"--show-conf : list of files or directories to backup.\n"
"--config-info : explain configuration file options (for non-X "
"users).\n"
"--daemon : use daemon configuration. \n"
"--help : show this message.\n"
"--version : show version number.\n"
msgstr ""
"[--config-info] [--daemon] [--debug] [--default] [--show-conf]\n"
"ΠΠΏΠ»ΠΈΠΊΠ°ΡΠΈΡΠ° Π·Π° ΠΠ΅ΠΊΠ°ΠΏ ΠΈ ΠΠΎΠ²ΡΠ°ΡΡΠ²Π°ΡΠ΅\n"
"\n"
"--default : Π³ΠΈ ΡΠ½ΠΈΠΌΠ° ΡΡΠ°Π½Π΄Π°ΡΠ΄Π½ΠΈΡΠ΅ Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌΠΈ.\n"
"--debug : Π³ΠΈ ΠΏΡΠΈΠΊΠ°ΠΆΡΠ²Π° ΡΠΈΡΠ΅ Π΄Π΅Π±Π°Π³ΠΈΡΠ°ΡΠΊΠΈ ΠΏΠΎΡΠ°ΠΊΠΈ.\n"
"--show-conf : Π»ΠΈΡΡΠ° Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ ΠΈΠ»ΠΈ Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌΠΈ Π·Π° Π±Π΅ΠΊΠ°ΠΏ.\n"
"--config-info : Π³ΠΈ ΠΎΠ±ΡΠ°ΡΠ½ΡΠ²Π° ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΠΎΠ½ΠΈΡΠ΅ ΠΎΠΏΡΠΈΠΈ (Π·Π° Π½Π΅-X "
"ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΈ).\n"
"--daemon : ΠΊΠΎΡΠΈΡΡΠΈ Π΄Π΅ΠΌΠΎΠ½ ΠΊΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΈΡΠ°. \n"
"--help : ΡΠ° ΠΏΡΠΈΠΊΠ°ΠΆΡΠ²Π° ΠΎΠ²Π°Π° ΠΏΠΎΡΠ°ΠΊΠ°.\n"
"--version : Π³ΠΎ ΠΏΡΠΈΠΊΠ°ΠΆΡΠ²Π° Π±ΡΠΎΡΠΎΡ Π½Π° Π²Π΅ΡΠ·ΠΈΡΠ°ΡΠ°.\n"
#: standalone.pm:56
#, c-format
msgid ""
"[--boot] [--splash]\n"
"OPTIONS:\n"
" --boot - enable to configure boot loader\n"
" --splash - enable to configure boot theme\n"
"default mode: offer to configure autologin feature"
msgstr ""
#: standalone.pm:61
#, fuzzy, c-format
msgid ""
"[OPTIONS] [PROGRAM_NAME]\n"
"\n"
"OPTIONS:\n"
" --help - print this help message.\n"
" --report - program should be one of Mandriva Linux tools\n"
" --incident - program should be one of Mandriva Linux tools"
msgstr ""
"[ΠΠΠ¦ΠΠ] [ΠΠΠ_ΠΠ_ΠΠ ΠΠΠ ΠΠΠΠ’Π]\n"
"\n"
"ΠΠΠ¦ΠΠ:\n"
" --help - ΡΠ° ΠΏΡΠΈΠΊΠ°ΠΆΡΠ²Π° ΠΎΠ²Π°Π° ΠΏΠΎΡΠ°ΠΊΠ° Π·Π° ΠΏΠΎΠΌΠΎΡ.\n"
" --report - ΠΏΡΠΎΠ³ΡΠ°ΠΌΠ°ΡΠ° ΡΡΠ΅Π±Π° Π΄Π° Π΅ Π΅Π΄Π½Π° ΠΎΠ΄ Π°Π»Π°ΡΠΊΠΈΡΠ΅ Π½Π° ΠΌΠ°Π½Π΄ΡΠ°ΠΊ\n"
" --incident - ΠΏΡΠΎΠ³ΡΠ°ΠΌΠ°ΡΠ° ΡΡΠ΅Π±Π° Π΄Π° Π΅ Π΅Π΄Π½Π° ΠΎΠ΄ Π°Π»Π°ΡΠΊΠΈΡΠ΅ Π½Π° ΠΌΠ°Π½Π΄ΡΠ°ΠΊ"
#: standalone.pm:67
#, c-format
msgid ""
"[--add]\n"
" --add - \"add a network interface\" wizard\n"
" --del - \"delete a network interface\" wizard\n"
" --skip-wizard - manage connections\n"
" --internet - configure internet\n"
" --wizard - like --add"
msgstr ""
#: standalone.pm:73
#, c-format
msgid ""
"\n"
"Font Importation and monitoring application\n"
"\n"
"OPTIONS:\n"
"--windows_import : import from all available windows partitions.\n"
"--xls_fonts : show all fonts that already exist from xls\n"
"--install : accept any font file and any directory.\n"
"--uninstall : uninstall any font or any directory of font.\n"
"--replace : replace all font if already exist\n"
"--application : 0 none application.\n"
" : 1 all application available supported.\n"
" : name_of_application like so for staroffice \n"
" : and gs for ghostscript for only this one."
msgstr ""
#: standalone.pm:88
#, fuzzy, c-format
msgid ""
"[OPTIONS]...\n"
"Mandriva Linux Terminal Server Configurator\n"
"--enable : enable MTS\n"
"--disable : disable MTS\n"
"--start : start MTS\n"
"--stop : stop MTS\n"
"--adduser : add an existing system user to MTS (requires username)\n"
"--deluser : delete an existing system user from MTS (requires "
"username)\n"
"--addclient : add a client machine to MTS (requires MAC address, IP, "
"nbi image name)\n"
"--delclient : delete a client machine from MTS (requires MAC address, "
"IP, nbi image name)"
msgstr ""
"[ΠΠΠ¦ΠΠ]...\n"
"ΠΠΎΠ½ΡΠΈΠ³ΡΡΠ°ΡΠΎΡ Π½Π° ΠΠ°Π½Π΄ΡΠΈΠ²Π° ΠΠΎΠ½ΡΡΠΎΠ»Π½ΠΈΠΎΡ Π‘Π΅ΡΠ²Π΅Ρ\n"
"--enable : ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ MTS\n"
"--disable : ΠΎΠ½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠΈ MTS\n"
"--start : Π²ΠΊΠ»ΡΡΠΈ MTS\n"
"--stop : ΠΈΡΠΊΠ»ΡΡΠΈ MTS\n"
"--adduser : Π΄ΠΎΠ΄Π°Π΄ΠΈ ΠΏΠΎΡΡΠΎΠ΅ΡΠΊΠΈ ΡΠΈΡΡΠ΅ΠΌΡΠΊΠΈ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ Π½Π° MTS (ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ Π΅ "
"ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅)\n"
"--deluser : ΠΈΠ·Π±ΡΠΈΡΠΈ ΠΏΠΎΡΡΠΎΠ΅ΡΠΊΠΈ ΡΠΈΡΡΠ΅ΠΌΡΠΊΠΈ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ ΠΎΠ΄ MTS (ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ Π΅ "
"ΠΊΠΎΡΠΈΡΠ½ΠΈΡΠΊΠΎ ΠΈΠΌΠ΅)\n"
"--addclient : Π΄ΠΎΠ΄Π°Π²Π° ΠΊΠ»ΠΈΠ΅Π½ΡΡΠΊΠ° ΠΌΠ°ΡΠΈΠ½Π° Π½Π° MTS (ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ Π΅ MAC Π°Π΄ΡΠ΅ΡΠ°, "
"IP, nbi ΠΈΠΌΠ΅ Π½Π° ΡΠ»ΠΈΠΊΠ°ΡΠ°)\n"
"--delclient : Π±ΡΠΈΡΠ΅ ΠΊΠ»ΠΈΠ΅Π½ΡΡΠΊΠ° ΠΌΠ°ΡΠΈΠ½Π° ΠΎΠ΄ MTS (ΠΏΠΎΡΡΠ΅Π±Π½ΠΎ Π΅ MAC Π°Π΄ΡΠ΅ΡΠ°, IP, "
"nbi ΠΈΠΌΠ΅ Π½Π° ΡΠ»ΠΈΠΊΠ°ΡΠ°)"
#: standalone.pm:100
#, c-format
msgid "[keyboard]"
msgstr "[Π’Π°ΡΡΠ°ΡΡΡΠ°]"
#: standalone.pm:101
#, c-format
msgid "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
msgstr "[--file=myfile] [--word=myword] [--explain=regexp] [--alert]"
#: standalone.pm:102
#, c-format
msgid ""
"[OPTIONS]\n"
"Network & Internet connection and monitoring application\n"
"\n"
"--defaultintf interface : show this interface by default\n"
"--connect : connect to internet if not already connected\n"
"--disconnect : disconnect to internet if already connected\n"
"--force : used with (dis)connect : force (dis)connection.\n"
"--status : returns 1 if connected 0 otherwise, then exit.\n"
"--quiet : do not be interactive. To be used with (dis)connect."
msgstr ""
"[ΠΠΏΡΠΈΠΈ]\n"
"ΠΡΠ΅ΠΆΠ° & ΠΈΠ½ΡΠ΅ΡΠ½Π΅Ρ ΠΊΠΎΠ½Π΅ΠΊΡΠΈΡΠ° ΠΈ ΠΌΠΎΠ½ΠΈΡΠΎΡΠΈΠ½Π³ Π°ΠΏΠ»ΠΈΠΊΠ°ΡΠΈΠΈ\n"
"\n"
"--defaultintf interface : ΠΏΡΠΈΠΊΠ°ΠΆΠΈ Π³ΠΎ ΠΎΠ²ΠΎΡ ΠΈΠ½ΡΠ΅ΡΡΠ΅ΡΡ ΠΊΠ°ΠΊΠΎ Π΄Π΅ΡΠ°ΡΠ»Ρ\n"
"--connect : ΠΏΠΎΠ²ΡΠ·ΠΈ ΡΠ΅ Π½Π° ΠΠ½ΡΠ΅ΡΠ½Π΅Ρ Π°ΠΊΠΎ Π½Π΅ ΡΠΈ ΠΏΠΎΠ²ΡΠ·Π°Π½\n"
"--disconnect : ΠΈΡΠΊΠ»ΡΡΠΈ ΡΠ΅ ΠΎΠ΄ ΠΠ½ΡΠ΅ΡΠ½Π΅Ρ Π°ΠΊΠΎ Π²Π΅ΡΠ΅ ΡΠΈ ΠΏΠΎΠ²ΡΠ·Π°Π½\n"
"--force : used with (dis)connect : Π½Π°ΡΠΈΠ»Π½Π° ΠΊΠΎΠ½Π΅ΠΊΡΠΈΡΠ°ΡΠ΅/ΠΈΡΠΊΠ»ΡΡΡΠ²Π°ΡΠ΅.\n"
"--status : returns 1 if connected 0 otherwise, then exit.\n"
"--quiet : do not be interactive. To be used with (dis)connect."
#: standalone.pm:112
#, c-format
msgid ""
"[OPTION]...\n"
" --no-confirmation do not ask first confirmation question in Mandriva "
"Update mode\n"
" --no-verify-rpm do not verify packages signatures\n"
" --changelog-first display changelog before filelist in the "
"description window\n"
" --merge-all-rpmnew propose to merge all .rpmnew/.rpmsave files found"
msgstr ""
#: standalone.pm:117
#, c-format
msgid ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
"usbtable] [--dynamic=dev]"
msgstr ""
"[--manual] [--device=dev] [--update-sane=sane_source_dir] [--update-"
"usbtable] [--dynamic=dev]"
#: standalone.pm:118
#, c-format
msgid ""
" [everything]\n"
" XFdrake [--noauto] monitor\n"
" XFdrake resolution"
msgstr ""
" [ΡΠ΅]\n"
" XFdrake [--noauto] ΠΌΠΎΠ½ΠΈΡΠΎΡ\n"
" XFdrake ΡΠ΅Π·ΠΎΠ»ΡΡΠΈΡΠ°"
#: standalone.pm:154
#, c-format
msgid ""
"\n"
"Usage: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] [--"
"testing] [-v|--version] "
msgstr ""
"\n"
"ΠΡΠΊΠΎΡΠΈΡΡΠ΅Π½ΠΎΡΡ: %s [--auto] [--beginner] [--expert] [-h|--help] [--noauto] "
"[--testing] [-v|--version] "
#: timezone.pm:150 timezone.pm:151
#, fuzzy, c-format
msgid "All servers"
msgstr "ΠΠΎΠ΄Π°Π΄ΠΈ ΡΠ΅ΡΠ²Π΅Ρ"
#: timezone.pm:185
#, c-format
msgid "Global"
msgstr ""
#: timezone.pm:188
#, fuzzy, c-format
msgid "Africa"
msgstr "ΠΡΠΆΠ½Π° ΠΡΡΠΈΠΊΠ°"
#: timezone.pm:189
#, fuzzy, c-format
msgid "Asia"
msgstr "ΠΠ²ΡΡΡΠΈΡΠ°"
#: timezone.pm:190
#, c-format
msgid "Europe"
msgstr ""
#: timezone.pm:191
#, fuzzy, c-format
msgid "North America"
msgstr "ΠΡΠΆΠ½Π° ΠΡΡΠΈΠΊΠ°"
#: timezone.pm:192
#, fuzzy, c-format
msgid "Oceania"
msgstr "ΠΠ°ΠΊΠ΅Π΄ΠΎΠ½ΠΈΡΠ°"
#: timezone.pm:193
#, fuzzy, c-format
msgid "South America"
msgstr "ΠΡΠΆΠ½Π° ΠΡΡΠΈΠΊΠ°"
#: timezone.pm:202
#, c-format
msgid "Hong Kong"
msgstr "Π₯ΠΎΠ½Π³ ΠΠΎΠ½Π³"
#: timezone.pm:239
#, c-format
msgid "Russian Federation"
msgstr "Π ΡΡΠΊΠ° Π€Π΅Π΄Π΅ΡΠ°ΡΠΈΡΠ°"
#: timezone.pm:247
#, c-format
msgid "Yugoslavia"
msgstr "ΠΡΠ³ΠΎΡΠ»Π°Π²ΠΈΡΠ°"
#: ugtk2.pm:801
#, c-format
msgid "Is this correct?"
msgstr "ΠΠ°Π»ΠΈ Π΅ ΠΎΠ²Π° ΡΠΎΡΠ½ΠΎ?"
#: ugtk2.pm:861
#, fuzzy, c-format
msgid "No file chosen"
msgstr "ΠΎΠ΄Π±ΠΈΡΠ°Ρ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠΈ"
#: ugtk2.pm:863
#, fuzzy, c-format
msgid "You have chosen a file, not a directory"
msgstr "ΠΠΎΡΠ° Π΄Π° ΠΈΠ·Π±Π΅ΡΠ΅ΡΠ΅ Π΄Π°ΡΠΎΡΠ΅ΠΊΠ° , Π½Π΅ ΠΈΠΌΠ΅Π½ΠΈΠΊ.\n"
#: ugtk2.pm:865
#, fuzzy, c-format
msgid "You have chosen a directory, not a file"
msgstr "'/' ΠΈΠΌΠ΅ΡΠΎ ΠΌΠΎΠΆΠ΅ Π΄Π° Π±ΠΈΠ΄Π΅ ΡΠ°ΠΌΠΎ Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌ, Π½Π΅ ΠΊΠ»ΡΡ"
#: ugtk2.pm:867
#, fuzzy, c-format
msgid "No such directory"
msgstr "ΠΠ΅ Π΅ ΠΏΠ°ΠΏΠΊΠ°"
#: ugtk2.pm:867
#, fuzzy, c-format
msgid "No such file"
msgstr "ΠΠ΅ ΠΏΠΎΡΡΠΈ ΡΠ°ΠΊΠΎΠ² Π΄ΠΈΡΠ΅ΠΊΡΠΎΡΠΈΡΠΌ"
#: ugtk2.pm:946
#, c-format
msgid "Expand Tree"
msgstr "Π Π°ΡΠΈΡΠΈ Π³ΠΎ Π΄ΡΠ²ΠΎΡΠΎ"
#: ugtk2.pm:947
#, c-format
msgid "Collapse Tree"
msgstr "Π‘ΠΎΠ±Π΅ΡΠΈ Π³ΠΎ Π΄ΡΠ²ΠΎΡΠΎ"
#: ugtk2.pm:948
#, c-format
msgid "Toggle between flat and group sorted"
msgstr "ΠΠ·Π±ΠΎΡ ΠΌΠ΅ΡΡ Π»ΠΈΠ½Π΅Π°ΡΠ½ΠΎ ΠΈ ΡΠΎΡΡΠΈΡΠ°Π½ΠΎ ΠΏΠΎ Π³ΡΡΠΏΠ°"
#: wizards.pm:95
#, c-format
msgid ""
"%s is not installed\n"
"Click \"Next\" to install or \"Cancel\" to quit"
msgstr ""
"%s Π½Π΅ Π΅ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°Π½\n"
"ΠΠ° Π΄Π° Π³ΠΎ ΠΈΠ½ΡΡΠ°Π»ΠΈΡΠ°ΡΠ΅ ΠΏΡΠΈΡΠΈΡΠ½Π΅ΡΠ΅ \"Π‘Π»Π΅Π΄Π½ΠΎ\" ΠΈΠ»ΠΈ \"ΠΡΠΊΠ°ΠΆΠΈ\" Π·Π° ΠΎΡΠΊΠ°ΠΆΡΠ²Π°ΡΠ΅"
#: wizards.pm:99
#, c-format
msgid "Installation failed"
msgstr "ΠΠ΅ΡΡΠΏΠ΅ΡΠ½Π° ΠΈΠ½ΡΡΠ°Π»Π°ΡΠΈΡΠ°"
#~ msgid "Undo"
#~ msgstr "ΠΠΎΠ²ΡΠ°ΡΠΈ"
#~ msgid "Save partition table"
#~ msgstr "ΠΠ°ΡΡΠ²Π°Ρ ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ° ΡΠ°Π±Π΅Π»Π°"
#~ msgid "Restore partition table"
#~ msgstr "ΠΡΠ°ΡΠΈ ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ° ΡΠ°Π±Π΅Π»Π°"
#~ msgid "Select file"
#~ msgstr "ΠΠ·Π±ΠΎΡ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°"
#~ msgid ""
#~ "The backup partition table has not the same size\n"
#~ "Still continue?"
#~ msgstr ""
#~ "ΠΠ°ΡΡΠΈΡΠΈΡΠΊΠ°ΡΠ° ΡΠ°Π±Π΅Π»Π° Π·Π° Π±Π΅ΠΊΠ°ΠΏ Π½Π΅ Π΅ ΡΠΎ ΠΈΡΡΠ° Π³ΠΎΠ»Π΅ΠΌΠΈΠ½Π°\n"
#~ "ΠΠ° ΠΡΠΎΠ΄ΠΎΠ»ΠΆΠΈΠΌΠ΅?"
#~ msgid "Info: "
#~ msgstr "ΠΠ½ΡΠΎ: "
#~ msgid "Unknown driver"
#~ msgstr "ΠΠ΅ΠΏΠΎΠ·Π½Π°Ρ Π΄ΡΠ°ΡΠ²Π΅Ρ"
#~ msgid "Error reading file %s"
#~ msgstr "ΠΡΠ΅ΡΠΊΠ° ΠΏΡΠΈ ΡΠΈΡΠ°ΡΠ΅ Π½Π° Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ° %s"
#, fuzzy
#~ msgid "Restoring from file %s failed: %s"
#~ msgstr "s"
#~ msgid "Bad backup file"
#~ msgstr "ΠΠΎΡΠ° Π±Π΅ΠΊΠ°ΠΏ Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°"
#~ msgid "Error writing to file %s"
#~ msgstr "ΠΡΠ΅ΡΠΊΠ° ΠΏΡΠΈ Π·Π°ΠΏΠΈΡΡΠ²Π°ΡΠ΅ΡΠΎ Π²ΠΎ Π΄Π°ΡΠΎΡΠ΅ΠΊΠ°ΡΠ° %s"
#~ msgid "Error: The \"%s\" driver for your sound card is unlisted"
#~ msgstr "ΠΡΠ΅ΡΠΊΠ°: \"%s\" Π΄ΡΠ°ΡΠ²Π΅ΡΠΎΡ Π·Π° Π²Π°ΡΠ°ΡΠ° Π·Π²ΡΡΠ½Π° ΠΊΠ°ΡΡΠΈΡΠΊΠ° Π½Π΅ Π²ΠΎ Π»ΠΈΡΡΠ°ΡΠ°"
#~ msgid "Ext2"
#~ msgstr "Ext2"
#~ msgid "Journalised FS"
#~ msgstr "Journalised FS"
#~ msgid "Starts the X Font Server (this is mandatory for Xorg to run)."
#~ msgstr ""
#~ "ΠΠΎ ΡΡΠ°ΡΡΡΠ²Π° Π₯ Π€ΠΎΠ½Ρ Π‘Π΅ΡΠ²Π΅ΡΠΎΡ (ΠΎΠ²Π° Π΅ Π·Π°Π΄ΠΎΠ»ΠΆΠΈΡΠ΅Π»Π½ΠΎ Π·Π° Π΄Π° ΠΌΠΎΠΆΠ΅ Xorg Π΄Π° "
#~ "ΡΠ°Π±ΠΎΡΠΈ)."
#~ msgid "Add user"
#~ msgstr "ΠΠΎΠ΄Π°ΡΡΠ΅ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ"
#~ msgid "Accept user"
#~ msgstr "ΠΡΠΈΡΠ°ΡΠΈ ΠΊΠΎΡΠΈΡΠ½ΠΈΠΊ"
#, fuzzy
#~ msgid ""
#~ "Do not update directory inode access times on this filesystem\n"
#~ "(e.g, for faster access on the news spool to speed up news servers)."
#~ msgstr ""
#~ "ΠΠ΅ Π³ΠΈ Π°ΠΆΡΡΠΈΡΠ°Ρ ΠΈΠ½ΠΎΠ΄Π½ΠΎ Π²ΡΠ΅ΠΌΠ΅Π½ΡΠΊΠΈΡΠ΅ ΠΏΡΠΈΡΡΠ°ΠΏΠΈ Π½Π° ΠΎΠ²ΠΎΡ ΡΠ°ΡΠ» ΡΠΈΡΠ΅ΠΌ\n"
#~ "(Π½Π° ΠΏΡ. Π·Π° ΠΏΠΎΠ±ΡΠ· ΠΏΡΠΈΡΡΠ°ΠΏ Π½Π° Π½ΠΎΠ²ΠΎΡΡΠΈΡΠ΅ ΠΏΠ°ΡΠ°Π»Π΅Π»Π½ΠΎ Π·Π° Π΄Π° ΡΠ΅ Π·Π°Π±ΡΠ·Π°Ρ "
#~ "ΡΠ΅ΡΠ²Π΅ΡΠΈΡΠ΅ Π·Π° Π΄ΠΈΡΠΊΡΡΠΈΠΎΠ½ΠΈΡΠ΅ Π³ΡΡΠΏΠΈ)."
#~ msgid "Rescue partition table"
#~ msgstr "Π‘ΠΏΠ°ΡΡΠ²Π°Ρ ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ° ΡΠ°Π±Π΅Π»Π°"
#~ msgid "Removable media automounting"
#~ msgstr "ΠΠ²ΡΠΎΠΌΠΎΠ½ΡΠΈΡΠ°ΡΠ΅ Π½Π° ΠΎΡΡΡΡΠ°Π½Π»ΠΈΠ²ΠΈ ΠΌΠ΅Π΄ΠΈΡΠΌΠΈ"
#~ msgid "Trying to rescue partition table"
#~ msgstr "ΠΠ±ΠΈΠ΄ Π·Π° ΡΠΏΠ°ΡΡΠ²Π°ΡΠ΅ Π½Π° ΠΏΠ°ΡΡΠΈΡΠΈΡΠΊΠ°ΡΠ° ΡΠ°Π±Π΅Π»Π°"
#~ msgid "Accept/Refuse bogus IPv4 error messages."
#~ msgstr "ΠΡΠΈΡΠ°ΡΠΈ/ΠΠ΄Π±ΠΈΡ Π³ΠΈ IPv4 ΠΏΠΎΡΠ°ΠΊΠΈΡΠ΅ Π·Π° Π³ΡΠ΅ΡΠΊΠΈ."
#~ msgid "Accept/Refuse broadcasted icmp echo."
#~ msgstr "ΠΡΠΈΡΠ°ΡΠΈ/ΠΠ΄Π±ΠΈΡ Π³ΠΈ broadcasted icmp echo"
#~ msgid "Accept/Refuse icmp echo."
#~ msgstr "ΠΡΠΈΡΠ°ΡΠΈ/ΠΠ΄Π±ΠΈΡ icmp echo."
#~ msgid "Allow/Forbid remote root login."
#~ msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ/ΠΠ°Π±ΡΠ°Π½ΠΈ Π½Π΅Π»ΠΎΠΊΠ°Π»Π½ΠΎ Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅ Π½Π° root."
#~ msgid "Enable/Disable IP spoofing protection."
#~ msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ/ΠΠ½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠΈ Π·Π°ΡΡΠΈΡΠ° ΠΎΠ΄ IP ΠΈΠ·ΠΌΠ°ΠΌΠ°."
#~ msgid "Enable/Disable libsafe if libsafe is found on the system."
#~ msgstr "ΠΠΎΠ·Π²ΠΎΠ»ΠΈ/ΠΠ°Π±ΡΠ°Π½ΠΈ libsafe Π°ΠΊΠΎ libsafe Π΅ Π½Π° ΡΠΈΡΡΠ΅ΠΌΠΎΡ."
#~ msgid "Enable/Disable the logging of IPv4 strange packets."
#~ msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ/ΠΠ½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠΈ Π»ΠΎΠ³ΠΈΡΠ°ΡΠ΅ Π½Π° IPv4 ΡΡΠ΄Π½ΠΈ ΠΏΠ°ΠΊΠ΅ΡΠΈ."
#~ msgid "Enable/Disable msec hourly security check."
#~ msgstr "ΠΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ/ΠΠ½Π΅Π²ΠΎΠ·ΠΌΠΎΠΆΠΈ msec Π±Π΅Π·Π±Π΅Π΄Π½ΠΎΡΠ½Π° ΠΏΡΠΎΠ²Π΅ΡΠΊΠ° Π½Π° ΡΠ΅ΠΊΠΎΡ ΡΠ°Ρ."
#~ msgid "Number of capture buffers:"
#~ msgstr "ΠΡΠΎΡ Π½Π° Π±Π°ΡΠ΅ΡΠΈ Π·Π° capture:"
#~ msgid "number of capture buffers for mmap'ed capture"
#~ msgstr "Π±ΡΠΎΡ Π½Π° Π±Π°ΡΠ΅ΡΠΈ Π·Π° mmap-ΠΈΡΠ°Π½ capture"
#~ msgid "PLL setting:"
#~ msgstr "PLL ΠΏΠΎΡΡΠ°Π²ΠΊΠ°:"
#~ msgid "Radio support:"
#~ msgstr "Π Π°Π΄ΠΈΠΎ ΠΏΠΎΠ΄Π΄ΡΡΠΊΠ°:"
#~ msgid "enable radio support"
#~ msgstr "ΠΎΠ²ΠΎΠ·ΠΌΠΎΠΆΠΈ ΡΠ°Π΄ΠΈΠΎ ΠΏΠΎΠ΄Π΄ΡΡΠΊΠ°"
#~ msgid " [--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"
#~ msgstr "[--skiptest] [--cups] [--lprng] [--lpd] [--pdq]"