//This is the translation file. All strings that have to be localized are here, except
//the gadgetdescription in gadget.xml
//When you test the translation, note that you have to restart the sidebar process
//(click on "Hide all gadgets") so that changes take effect.
var Localized = [];
Localized['Language'] = "简体中文"; //Name of language in its own language
Localized['LanguageCode'] = "zh";
Localized['Translator'] = "翻译 Loveyuki";//Put something like "Translated by Helmut Buhler" (in the language you translate to) if you want to show up in the settings menu
Localized['IsRTL'] = "0";//arabic and hebrew set to 1
Localized['IsTranslationComplete'] = "0";
Localized['EnableChristmashat'] = "1";//Show christmas hat in second half of december.
Localized['Name'] = "7 Sidebar";//If english names arn't common in your language and you have a cool name in mind, feel free to change this. Don't forget to change it in gadget.xml, too.
Localized['Config'] = "7 Sidebar - 设置";
Localized['ID_Orientation'] = "方向";
Localized['ID_Autoshow'] = "侧边栏自动显示";
Localized['ID_TopMost'] = "显示侧栏总在最前面";
Localized['ID_AboveWindows'] = "其他窗口上方显示";
Localized['ID_ShowOnDesktop'] = "在桌面上显示侧边栏";
Localized['ID_ShowInTaskbar'] = "在任务栏上显示图标";
Localized['ID_Side'] = "侧面:";
Localized['ID_Left'] = "左";
Localized['ID_Right'] = "右";
Localized['ID_MonitorText'] = "显示器:";
Localized['ID_Monitor'] = "显示器(&M)";
Localized['ID_AutoWidth'] = "设置固定宽度:";
Localized['ID_Design'] = "设计";
Localized['ID_DefaultDesign'] = "默认";
Localized['ID_Color'] = "颜色";//use adjectives here if possible, but also watch the space
Localized['ID_Transparency'] = "透明";
Localized['ID_Glass'] = "玻璃颜色";
Localized['ID_EnableGlass'] = "开启 Aero 玻璃效果";
Localized['ID_WindowManager'] = "窗口管理器";
Localized['ID_HideGadgets'] = "活动时隐藏小工具";
Localized['ID_ShowExtrabuttons'] = "当前窗口中显示按钮";
Localized['ID_AutoUpdatePreviews'] = "刷新最小化窗口预览";
//Remove the clipboarder files in C:\Users\User\AppData\Local\Microsoft\Windows Sidebar\Gadgets\ClipboarderDLLs
//if you want this to show up in the settings dialog
Localized['ResumeProcess'] = "已恢复 %s";//This is shown in the taskbar together with the suspended process. If grammar needs the verb after the processname, better use something like: "Resume: %s"
Localized['8GadgetPackIntro1'] = "Don't like this sidebar?";
Localized['8GadgetPackIntro2'] = "Don't worry! You can drag the gadgets onto your desktop. To close this sidebar, right-click on it and select \"Close sidebar\".";
//2.20:
Localized['AlignGadgets'] = "Align gadgets on:";
Localized['Top'] = "top";
Localized['Center'] = "center";
Localized['Bottom'] = "bottom";
Localized['UpdateTextNews'] = "(In case you want to upgrade to Windows 8: Microsoft removed the gadget functionality there, but I created a small tool to get them back: <a=\"bla\">8GadgetPack</a>)";