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("SWStatsFu")
2  
3 L:RegisterTranslations("enUS", function() return {
4 NAME = "FuBar - SWStatsFu",
5 DESCRIPTION = "Fubar2 plugin for SWStats",
6 HIDE_LABEL = "Hide Minimap Button",
7  
8 ["Show Console"] = true,
9 ["Shows the console"] = true,
10 ["Show General Settings"] = true,
11 ["Shows the general settings"] = true,
12 ["Show Sync Settings"] = true,
13 ["Shows the sync settings"] = true,
14 ["Show Timeline"] = true,
15 ["Shows the timeline"] = true,
16 ["Reset Data"] = true,
17 ["Reset the stored data"] = true,
18 ["Update GroupInfo"] = true,
19 ["Rebuilds friends list"] = true,
20  
21 } end )
22  
23 L:RegisterTranslations("zhTW", function() return {
24 NAME = "FuBar - SWStatsFu",
25 DESCRIPTION = "SW_Stats 的 FuBar 模組。",
26 HIDE_LABEL = "隱藏Minimap按鈕",
27  
28 ["Show Console"] = "顯示面板",
29 ["Shows the console"] = "顯示文字模式",
30 ["Show General Settings"] = "顯示一般設定",
31 ["Shows the general settings"] = "顯示一般設定",
32 ["Show Sync Settings"] = "顯示同步設定",
33 ["Shows the sync settings"] = "顯示同步設定",
34 ["Show Timeline"] = "顯示時間表",
35 ["Shows the timeline"] = "顯示時間表",
36 ["Reset Data"] = "重置資料",
37 ["Reset the stored data"] = "重置已儲存資料",
38 ["Update GroupInfo"] = "更新團隊資訊",
39 ["Rebuilds friends list"] = "重建好友名單",
40  
41 } end )
42  
43 L:RegisterTranslations("koKR", function() return {
44 NAME = "FuBar - SWStatsFu",
45 DESCRIPTION = "SWStats를 위한 Fubar2 플러그인",
46 HIDE_LABEL = "미니맵 버튼 숨김",
47  
48 ["Show Console"] = "콘솔 표시",
49 ["Shows the console"] = "콘솔창을 표시합니다",
50 ["Show General Settings"] = "일반 설정 표시",
51 ["Shows the general settings"] = "일반 설정창을 표시합니다",
52 ["Show Sync Settings"] = "동기화 설정 표시",
53 ["Shows the sync settings"] = "동기화 설정창을 표시합니다",
54 ["Show Timeline"] = "타임라인 표시",
55 ["Shows the timeline"] = "타임라인을 표시합니다",
56 ["Reset Data"] = "자료 초기화",
57 ["Reset the stored data"] = "저장된 자료를 초기화 합니다",
58 ["Update GroupInfo"] = "파티 정보 업데이트",
59 ["Rebuilds friends list"] = "친구 목록을 재작성 합니다",
60  
61 } end )