미디어위키:Gadget-HotCat.js/local defaults
보이기
//
if (typeof (HotCat) != 'undefined') {
HotCat.isCommonsVersion = false;
HotCat.categories = '분류';
HotCat.messages = {
cat_removed : '[[분류:$1]]을(를) 제거'
,template_removed : '{{[[분류:$1]]}}을(를) 제거'
,cat_added : '[[분류:$1]]을(를) 추가'
,cat_keychange: '[[분류:$1]]의 새로운 정렬 키를 지정: '
,cat_notFound : '분류 "$1"을 찾지 못했습니다'
,cat_exists : '분류 "$1"이 이미 있습니다. 분류를 추가하지 않았습니다.'
,cat_resolved : ' ([[분류:$1]]에서 넘겨줌)'
,prefix : ""
// Some text to prefix to the edit summary.
,using : ' ([[commons:MediaWiki:Gadget-HotCat.js|HotCat]] 이용)'
// Some text to append to the edit summary. Named 'using' for historical reasons. If you prefer
// to have a marker at the front, use prefix and set this to the empty string.
,multi_change : '분류 $1개'
// $1 is replaced by a number
,commit : '저장'
// Button text. Localize to wgContentLanguage here; localize to wgUserLanguage in a subpage,
// see localization hook below.
,ok : 'OK'
// Button text. Localize to wgContentLanguage here; localize to wgUserLanguage in a subpage,
// see localization hook below.
,cancel : '취소'
// Button text. Localize to wgContentLanguage here; localize to wgUserLanguage in a subpage,
// see localization hook below.
,multi_error : '서버로부터 문서 내용을 읽어들이지 못했습니다. 당신의 편집을 저장하지 못했습니다.'
+' 불편을 끼쳐 드려 죄송합니다.'
// Localize to wgContentLanguage here; localize to wgUserLanguage in a subpage,
// see localization hook below.
};
HotCat.category_regexp = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|분류';
HotCat.category_canonical = '분류';
HotCat.redir_category = '분류 넘겨주기';
HotCat.disambig_category = null;
HotCat.tooltips = {
change: '수정'
,remove: '제거'
,add: '새 분류 추가하기'
,restore: '편집 취소'
,undo: '편집 취소'
,down: '편집창을 열고 하위 분류를 보여주기'
,up: '편집창을 열고 상위 분류를 보여주기'
};
HotCat.engine_names = {
searchindex : '검색'
,pagelist : '문서 목록'
,combined : '통합 검색'
,subcat : '하위 분류'
,parentcat : '상위 분류'
};
}
//