vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("Bartender")
2  
3 L:RegisterTranslations("koKR", function()
4 return {
5 ["Lock"] = "고정",
6 ["Toggle locking of the bars."] = "바를 고정하거나 이동시킬 수 있습니다",
7 ["Borders"] = "테두리",
8 ["Toggle borders of the bars."] = "바의 테두리를 표시하거나 숨깁니다",
9 ["Reset current Profile"] = "Reset current Profile",
10 ["*WARNING* Reset ALL Bars to default with this Profile"] = "*WARNING* Reset ALL Bars to default with this Profile",
11 ["Keep bars enabled at login"] = "로그인 시 바 활성화 유지",
12 ["Toggle enabling all actionbars on/off at login"] = "로그인시 모든 행동바를 켜거나 끄는것을 활성화 합니다.",
13 ["How may I serve you?"] = "무엇을 도와드릴까요?",
14 ["All ActionBars enabled."] = "모든 액션바를 활성화합니다",
15 ["Please lock your bars first."] = "우선 액션바를 고정시키세요",
16 ["Creating new database ..."] = "새로운 자료 생성중 ...",
17 ["*WARNING* Are you sure you want to reset this Profile?"] = "*WARNING* Are you sure you want to reset this Profile?",
18 ["Yes"] = "네",
19 ["No"] = "아니오",
20 ["Keep bars on screen"] = "화면 내에 바 유지",
21 ["Keep all the actionbars in the visible area."] = "모든 액션바를 보이는 영역내에 유지시킵니다.",
22 ["Sticky Frames"] = "Sticky Frames",
23 ["Enable Sticky Frames when Moving."] = "Enable Sticky Frames when Moving.",
24  
25  
26 ["Bar1"] = "행동 단축바 1",
27 ["Bar1 options."] = "행동 단축바 1 설정",
28 ["Bar2"] = "행동 단축바 2",
29 ["Bar2 options."] = "행동 단축바 2 설정",
30 ["Bar3"] = "행동 단축바 3",
31 ["Bar3 options."] = "행동 단축바 3 설정",
32 ["Bar4"] = "행동 단축바 4",
33 ["Bar4 options."] = "행동 단축바 4 설정",
34 ["Bar5"] = "행동 단축바 5",
35 ["Bar5 options."] = "행동 단축바 5 설정",
36 ["Bar6"] = "특수 기술 단축바",
37 ["Bar6 options."] = "특수 기술 단축바 설정",
38 ["Bar7"] = "소환수 단축바",
39 ["Bar7 options."] = "소환수 단축바 설정",
40 ["Bar8"] = "가방 단축바",
41 ["Bar8 options."] = "가방 단축바 설정",
42 ["Bar9"] = "메뉴 단축바",
43 ["Bar9 options."] = "메뉴 단축바 설정",
44  
45 ["Show"] = "표시",
46 ["Toggle bar shown."] = "행동 단축바를 표시하거나 숨깁니다",
47 ["Rows"] = "줄",
48 ["Change the rows of the Bar"] = "행동 단축바의 줄을 변경시킵니다",
49 ["Scale"] = "크기",
50 ["Scale of the bar."] = "행동 단축바의 크기를 조절합니다",
51 ["Alpha"] = "투명도",
52 ["Alpha of the bar."] = "행동 단축바의 투명도를 조절합니다",
53 ["Padding"] = "간격",
54 ["Padding of the bar."] = "행동 단축바의 간격을 조절합니다",
55 ["Hotkey"] = "단축키",
56 ["Toggle the bar HotKey on/off"] = "단축키를 표시하거나 숨깁니다",
57 ["Swap"] = "전환",
58 ["Swap bar horizontally/vertically."] = "행동 단축바를 수평적/수직적으로 전환합니다",
59 ["Allow Bar1 Stanceswap"] = "Allow Bar1 Stanceswap",
60 ["Toggle the Bar1 stanceswap (Stance/Stealth/Shapeshift) on/off"] = "Toggle the Bar1 stanceswap (Stance/Stealth/Shapeshift) on/off",
61  
62 ["Bar6 (Shapebar)"] = "행동 단축바 6 (특수 기술 단축바)",
63 ["Bar7 (Petbar)"] = "행동 단축바 7 (소환수 단축바)",
64 ["Bar8 (Bagbar)"] = "행동 단축바 8 (가방 단축바)",
65 ["Bar9 (Microbar)"] = "행동 단축바 9 (메뉴 단축바)",
66 }
67 end)