//This is the translation file. All strings that have to be localized are here, except
//the gadgetdescription in gadget.xml
//If you wanna test the translation, note that you have to restart the sidebar process
//(click on "Hide all gadgets"). Closing the 7 sidebar gadget and adding it again isnt enough.
var Localized = [];
Localized['Language'] = "日本語"; //Name of language in its own language
Localized['LanguageCode'] = "ja";
Localized['Translator'] = "Translation by Yuki";//Put something like "Translated by "Name"" (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'] = "Show above other windows";
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['TerminateCurrent'] = "プロセスを終了(&E)";
Localized['PriorityCurrent'] = "優先度の設定(&P)";
Localized['Priority1'] = "リアルタイム(&R)";
Localized['Priority2'] = "高(&H)";
Localized['Priority3'] = "通常以上(&A)";
Localized['Priority4'] = "通常(&N)";
Localized['Priority5'] = "通常以下(&B)";
Localized['Priority6'] = "低(&L)";
Localized['UpdateTitle'] = "7 Sidebar をアップデート";
Localized['UpdateText'] = "7 Sidebar の バージョン%i.%i to %i.%i からのアップデートが完了しました。 新しい機能を利用できます。";
//New in Version 1.60:
Localized['ErrorText'] = "7 Sidebar requires Windows 7 or later";
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>)";