⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webalizer_lang.slovene

📁 此为《Visual C++ 项目开发实用案例》书籍配套光盘
💻 SLOVENE
📖 第 1 页 / 共 3 页
字号:
char *msg_h_hname = "Gostitelj";char *msg_h_url   = "URL";char *msg_h_agent = "Brskalnik";char *msg_h_ref   = "Napotitelj";char *msg_h_ctry  = "Dr瀉va";char *msg_h_search= "Iskani niz";char *msg_h_uname = "Uporabnik";/* links along top of page */char *msg_hlnk_ds = "Dnevna statistika";char *msg_hlnk_hs = "Statistika po urah";char *msg_hlnk_u  = "URLs";char *msg_hlnk_s  = "Podro鑚a";char *msg_hlnk_a  = "Agents";char *msg_hlnk_c  = "Dr瀉ve";char *msg_hlnk_r  = "Preusmeritev z";char *msg_hlnk_en = "Vstop";char *msg_hlnk_ex = "Izhod";char *msg_hlnk_sr = "Iskanje";char *msg_hlnk_i  = "Uporabnikov";/* monthly Skupaj table */char *msg_mtot_ms = "Mese鑞o poro鑙lo za";char *msg_mtot_th = "Skupaj zahtevkov";char *msg_mtot_tf = "Skupaj datotek";char *msg_mtot_tx = "Skupaj KB";char *msg_mtot_us = "Skupaj enkr. podro鑙j";char *msg_mtot_ur = "Skupaj enkr. napotiteljev";char *msg_mtot_ua = "Skupaj enkr. brskalnikov";char *msg_mtot_uu = "Skupaj enkr. URL-jev";char *msg_mtot_ui = "Skupaj enkr. uporab.imen";char *msg_mtot_mhd= "Zahtevkov dnevno";char *msg_mtot_mhh= "Zahtevkov na uro";char *msg_mtot_mfd= "Datotek dnevno";char *msg_mtot_mpd= "Strani dnevno";char *msg_mtot_mvd= "Obiskov dnevno";char *msg_mtot_mkd= "KB dnevno";char *msg_mtot_rc = "Zahtevki po odzivnih kodah";/* daily Skupaj table */char *msg_dtot_ds = "Dnevna statistika za";/* hourly Skupaj table */char *msg_htot_hs = "Statistika po urah za";/* country pie chart */char *msg_ctry_use= "Dostopi po dr瀉vah za";/* top tables *//* Formatted as "Top xxx of xxx Skupaj something" */char *msg_top_top = "Prvih";char *msg_top_of  = "od";char *msg_top_s   = "(vseh) podro鑙j";char *msg_top_u   = "(vseh) URL naslovov";char *msg_top_r   = "(vseh) napotiteljev";char *msg_top_a   = "(vseh) brskalnikov";char *msg_top_c   = "(vseh) dr瀉v";char *msg_top_en  = "(vseh) vstopnih strani";char *msg_top_ex  = "(vseh) izhodnih strani";char *msg_top_sr  = "(vseh) iskani nizi";char *msg_top_i   = "(vseh) uporab.imen";char *msg_v_sites = "Pregled vseh podro鑙j";char *msg_v_urls  = "Pregled vseh URL-jev";char *msg_v_refs  = "Pregled vseh napotiteljev";char *msg_v_agents= "Pregled vseh UA";char *msg_v_search= "Pregled vseh iskanih nizov";char *msg_v_users = "Pregled vseh uporabnikov";/* short month names MUST BE 3 CHARS in size... pad if needed*/char *s_month[12]={ "Jan", "Feb", "Mar",                    "Apr", "Maj", "Jun",                    "Jul", "Avg", "Sep",                    "Okt", "Nov", "Dec"};/* long month names - can be any length */char *l_month[12]={ "Januar",  "Februar", "Marec",   "April",                    "Maj",      "Junij",     "Julij",   "Avgust",                    "September","Oktober",  "November","December"};/* response code descriptions... order IS important!      */struct response_code response[] =       { { "Undefined response code",                    0 },         { "Code 100 - Continue",                        0 },         { "Code 101 - Switching Protocols",             0 },         { "Code 200 - OK",                              0 },         { "Code 201 - Created",                         0 },         { "Code 202 - Accepted",                        0 },         { "Code 203 - Non-Authoritative Information",   0 },         { "Code 204 - No Content",                      0 },         { "Code 205 - Reset Content",                   0 },         { "Code 206 - Partial Content",                 0 },         { "Code 300 - Multiple Choices",                0 },         { "Code 301 - Moved Permanently",               0 },         { "Code 302 - Found",                           0 },         { "Code 303 - See Other",                       0 },         { "Code 304 - Not Modified",                    0 },         { "Code 305 - Use Proxy",                       0 },         { "Code 307 - Moved Temporarily",               0 },         { "Code 400 - Bad Request",                     0 },         { "Code 401 - Unauthorized",                    0 },         { "Code 402 - Payment Required",                0 },         { "Code 403 - Forbidden",                       0 },         { "Code 404 - Not Found",                       0 },         { "Code 405 - Method Not Allowed",              0 },         { "Code 406 - Not Acceptable",                  0 },         { "Code 407 - Proxy Authentication Required",   0 },         { "Code 408 - Request Timeout",                 0 },         { "Code 409 - Conflict",                        0 },         { "Code 410 - Gone",                            0 },         { "Code 411 - Length Required",                 0 },         { "Code 412 - Precondition Failed",             0 },         { "Code 413 - Request Entity Too Large",        0 },         { "Code 414 - Request-URI Too Long",            0 },         { "Code 415 - Unsupported Media Type",          0 },         { "Code 416 - Requested Range Not Satisfiable", 0 },         { "Code 417 - Expectation Failed",              0 },         { "Code 500 - Internal Server Error",           0 },         { "Code 501 - Not Implemented",                 0 },         { "Code 502 - Bad Gateway",                     0 },         { "Code 503 - Service Unavailable",             0 },         { "Code 504 - Gateway Timeout",                 0 },         { "Code 505 - HTTP Version Not Supported",      0 } };char *msg_title   = "Statistika dostopov za spletni stre瀗ik";char *msg_h_other = "Ostalo";/* Country codes (previously in ctry.h header file) */struct  country_code ctry[] = {{ 0,                      "Nere歟ni/Neznani",                 0,0,0 },{ IDX_3C('c','o','m'),    "US Commercial",                    0,0,0 },{ IDX_3C('e','d','u'),    "US Educational",                   0,0,0 },{ IDX_3C('g','o','v'),    "US Government",                    0,0,0 },{ IDX_3C('i','n','t'),    "International (int)",              0,0,0 },{ IDX_3C('m','i','l'),    "US Military",                      0,0,0 },{ IDX_3C('n','e','t'),    "Network",                          0,0,0 },{ IDX_3C('o','r','g'),    "Non-Profit Organization",          0,0,0 },{ IDX_4C('a','r','p','a'),"Old style Arpanet (arpa)",         0,0,0 },{ IDX_4C('n','a','t','o'),"Nato field (nato)",                0,0,0 },{ IDX_2C('a','d'),        "Andorra",                          0,0,0 },{ IDX_2C('a','e'),        "United Arab Emirates",             0,0,0 },{ IDX_2C('a','f'),        "Afghanistan",                      0,0,0 },{ IDX_2C('a','g'),        "Antigua and Barbuda",              0,0,0 },{ IDX_2C('a','i'),        "Anguilla",                         0,0,0 },{ IDX_2C('a','l'),        "Albania",                          0,0,0 },{ IDX_2C('a','m'),        "Armenia",                          0,0,0 },{ IDX_2C('a','n'),        "Netherlands Antilles",             0,0,0 },{ IDX_2C('a','o'),        "Angola",                           0,0,0 },{ IDX_2C('a','q'),        "Antarctica",                       0,0,0 },{ IDX_2C('a','r'),        "Argentina",                        0,0,0 },{ IDX_2C('a','s'),        "American Samoa",                   0,0,0 },{ IDX_2C('a','t'),        "Austria",                          0,0,0 },{ IDX_2C('a','u'),        "Australia",                        0,0,0 },{ IDX_2C('a','w'),        "Aruba",                            0,0,0 },{ IDX_2C('a','z'),        "Azerbaijan",                       0,0,0 },{ IDX_2C('b','a'),        "Bosnia and Herzegovina",           0,0,0 },{ IDX_2C('b','b'),        "Barbados",                         0,0,0 },{ IDX_2C('b','d'),        "Bangladesh",                       0,0,0 },{ IDX_2C('b','e'),        "Belgium",                          0,0,0 },{ IDX_2C('b','f'),        "Burkina Faso",                     0,0,0 },{ IDX_2C('b','g'),        "Bulgaria",                         0,0,0 },{ IDX_2C('b','h'),        "Bahrain",                          0,0,0 },{ IDX_2C('b','i'),        "Burundi",                          0,0,0 },{ IDX_2C('b','j'),        "Benin",                            0,0,0 },{ IDX_2C('b','m'),        "Bermuda",                          0,0,0 },{ IDX_2C('b','n'),        "Brunei Darussalam",                0,0,0 },{ IDX_2C('b','o'),        "Bolivia",                          0,0,0 },{ IDX_2C('b','r'),        "Brazil",                           0,0,0 },{ IDX_2C('b','s'),        "Bahamas",                          0,0,0 },{ IDX_2C('b','t'),        "Bhutan",                           0,0,0 },{ IDX_2C('b','v'),        "Bouvet Island",                    0,0,0 },{ IDX_2C('b','w'),        "Botswana",                         0,0,0 },{ IDX_2C('b','y'),        "Belarus",                          0,0,0 },{ IDX_2C('b','z'),        "Belize",                           0,0,0 },{ IDX_2C('c','a'),        "Canada",                           0,0,0 },{ IDX_2C('c','c'),        "Cocos (Keeling) Islands",          0,0,0 },{ IDX_2C('c','f'),        "Central African Republic",         0,0,0 },{ IDX_2C('c','g'),        "Congo",                            0,0,0 },{ IDX_2C('c','h'),        "Switzerland",                      0,0,0 },{ IDX_2C('c','i'),        "Cote D'Ivoire (Ivory Coast)",      0,0,0 },{ IDX_2C('c','k'),        "Cook Islands",                     0,0,0 },{ IDX_2C('c','l'),        "Chile",                            0,0,0 },{ IDX_2C('c','m'),        "Cameroon",                         0,0,0 },{ IDX_2C('c','n'),        "China",                            0,0,0 },{ IDX_2C('c','o'),        "Colombia",                         0,0,0 },{ IDX_2C('c','r'),        "Costa Rica",                       0,0,0 },{ IDX_2C('c','s'),        "Czechoslovakia (former)",          0,0,0 },{ IDX_2C('c','u'),        "Cuba",                             0,0,0 },{ IDX_2C('c','v'),        "Cape Verde",                       0,0,0 },{ IDX_2C('c','x'),        "Christmas Island",                 0,0,0 },{ IDX_2C('c','y'),        "Cyprus",                           0,0,0 },{ IDX_2C('c','z'),        "Czech Republic",                   0,0,0 },

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -