//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'] = "English"; //Name of language in its own language
Localized['LanguageCode'] = "en";
Localized['Translator'] = "English translation by Helmut Buhler";//Insert your name
Localized['IsRTL'] = "0";//right to left languages set to 1
Localized['IsTranslationComplete'] = "1";//ignore
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['ResumeProcess'] = "Resume %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'] = "&End process";
Localized['PriorityCurrent'] = "Set priorit&y";
Localized['Priority1'] = "&Realtime";
Localized['Priority2'] = "&High";
Localized['Priority3'] = "&Above normal";
Localized['Priority4'] = "&Normal";
Localized['Priority5'] = "&Below normal";
Localized['Priority6'] = "&Low";
Localized['UpdateTitle'] = "7 Sidebar Update";
Localized['UpdateText'] = "7 Sidebar was successfully updated from version %i.%02i to %i.%02i. Have fun with the new features!";
//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>)";