home *** CD-ROM | disk | FTP | other *** search
/ Freelog 117 / FreelogNo117-OctobreNovembre2013.iso / Theme / 8GadgetPack / 8GadgetPackSetup.msi / Gadgets.7z / Gadgets / Sidebar7.gadget / nl / Localized.js < prev   
Text (UTF-16)  |  2013-04-29  |  13KB  |  144 lines

  1. //This is the translation file. All strings that have to be localized are here, except
  2. //the gadgetdescription in gadget.xml
  3. //When you test the translation, note that you have to restart the sidebar process
  4. //(click on "Hide all gadgets") so that changes take effect.
  5.  
  6. var Localized = [];
  7.  
  8. Localized['Language'] = "Nederlands"; //Name of language in its own language
  9. Localized['LanguageCode'] = "nl";
  10. Localized['Translator'] = "Vertaald Wilm Boerhout";//Put something like "Translated by Helmut Buhler" (in the language you translate to) if you want to show up in the settings menu
  11. Localized['IsRTL'] = "0";//arabic and hebrew set to 1
  12. Localized['IsTranslationComplete'] = "0";
  13. Localized['EnableChristmashat'] = "1";//Show christmas hat in second half of december.
  14.  
  15. 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.
  16.  
  17. Localized['Config'] = "7 Sidebar - Instellingen";
  18.  
  19. Localized['ID_Orientation'] = "Orientatie";
  20. Localized['ID_Autoshow'] = "Laat sidebar automatisch zien";
  21. Localized['ID_TopMost'] = "Laat sidebar altijd boven op zien";
  22. Localized['ID_AboveWindows'] = "Laat boven andere schermen zien";
  23. Localized['ID_ShowOnDesktop'] = "Laat sidebar op bureaublad zien";
  24. Localized['ID_ShowInTaskbar'] = "Laat icoon in de taakbalk zien";
  25. Localized['ID_Side'] = "Kant:";
  26. Localized['ID_Left'] = "Links";
  27. Localized['ID_Right'] = "Rechts";
  28. Localized['ID_MonitorText'] = "Monitor:";
  29. Localized['ID_Monitor'] = "&Monitor";
  30. Localized['ID_AutoWidth'] = "Zet vaste breedte:";
  31.  
  32. Localized['ID_Design'] = "Ontwerp";
  33. Localized['ID_DefaultDesign'] = "Standaard";
  34. Localized['ID_Color'] = "Kleur";//use adjectives here if possible, but also watch the space
  35. Localized['ID_Transparency'] = "Doorzichtig";
  36. Localized['ID_Glass'] = "Glas kleur";
  37. Localized['ID_EnableGlass'] = "Maak Aero Glas mogelijk";
  38.  
  39. Localized['ID_WindowManager'] = "Window-Manager";
  40. Localized['ID_HideGadgets'] = "Verberg gadgets wanneer ze actief zijn";
  41. Localized['ID_ShowExtrabuttons'] = "Toon knoppen voor huidige vensters";
  42. Localized['ID_AutoUpdatePreviews'] = "Ververs voorbeelden van geminimaliseerde vensters";
  43.  
  44. //Remove the clipboarder files in C:\Users\User\AppData\Local\Microsoft\Windows Sidebar\Gadgets\ClipboarderDLLs
  45. //if you want this to show up in the settings dialog
  46. Localized['ClipTitle'] = "Clipboarder Gadget";
  47. Localized['ClipMessage'] = "Try this cool clipboard manager in only 4 mouse-clicks, you won't regret it ;)";
  48. Localized['ClipUrl'] = "http://tiny.cc/clipboarder";
  49.  
  50. Localized['ID_More'] = "Meer";
  51. Localized['ID_Website'] = "Website";
  52. Localized['ID_Feedback'] = "Terugkoppeling";
  53. Localized['Donate'] = "Donaties";
  54. Localized['Version'] = "Versie %i.%i (%i-bit%s)";
  55. Localized['WebsiteUrl'] = "http://tiny.cc/7sidebar";
  56. Localized['FeedbackUrl'] = "http://tiny.cc/feedbackbuhler";
  57. Localized['DonateUrl'] = "http://tiny.cc/donate-buhler";
  58.  
  59. Localized['IDOK'] = "&Sluiten";
  60.  
  61. Localized['ShowPreview'] = "Dit voorbeeld &tonen";
  62. Localized['ClosePreview'] = "&Sluit voorbeeld";
  63. Localized['UpdatePreview'] = "&Ververs voorbeeld";
  64. Localized['TopMost'] = "Al&tijd boven";//This is also used in the sidebar contextmenu and the current-window contextmenu
  65. Localized['Opacity'] = "Door&zichtigheid";
  66. Localized['Percent20'] = "20%";
  67. Localized['Percent40'] = "40%";
  68. Localized['Percent60'] = "60%";
  69. Localized['Percent80'] = "80%";
  70. Localized['Percent100'] = "100%";
  71. Localized['Process'] = "Pr&oces";
  72. Localized['RestoreWindow'] = "&Herstel venster";
  73. Localized['MinimizeWindow'] = "&Minimaliseer venster";
  74. Localized['CloseWindow'] = "&Sluit venster";
  75.  
  76. Localized['AddGadget'] = "&Toevoegen gadget...";
  77. Localized['AddGadgetTool'] = "Voeg gadget toe ..."; //Without &
  78. Localized['ShowAllGadgets'] = "&Laat alle gadgets zien";
  79. Localized['WindowManager'] = "W&indow-Manager";
  80. Localized['ShowConfig'] = "&Instellingen";
  81. Localized['CloseAll'] = "&Verberg alle gadgets";
  82. Localized['CloseSidebar'] = "&Sluit 7 Sidebar";
  83.  
  84. Localized['NextPage'] = "Volgende pagina";
  85. Localized['PrevPage'] = "Vorige pagina";
  86. Localized['MinimizeCurrent'] = "Minimaliseer huidige venster";
  87. Localized['CloseCurrent'] = "Sluit huidige venster (rechts-klikken voor meer opties)";
  88.  
  89. Localized['AddPreviewForCurrent'] = "&voeg voorbeeld toe";
  90. Localized['MuteCurrent'] = "&Dim proces";
  91. Localized['SuspendCurrent'] = "&Opschorten proces";
  92. Localized['ResumeCurrent'] = "&Verdergaan met proces";
  93. Localized['ResumeProcess'] = "Verdergaan met %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"
  94. Localized['TerminateCurrent'] = "&Einde proces";
  95. Localized['PriorityCurrent'] = "Zet de &prioriteit";
  96. Localized['Priority1'] = "&Realtime";
  97. Localized['Priority2'] = "&Hoog";
  98. Localized['Priority3'] = "&Boven normaal";
  99. Localized['Priority4'] = "&Normaal";
  100. Localized['Priority5'] = "&Beneden normaal";
  101. Localized['Priority6'] = "&Laag";
  102.  
  103. Localized['UpdateTitle'] = "7 Sidebar Update";
  104. Localized['UpdateText'] = "7 Sidebar is bijgewerkt van versie %i.%i naar %i.%i. Veel plezier met de nieuwe mogelijkheden!";
  105.  
  106. //New in Version 1.60:
  107.  
  108. Localized['ErrorText'] = "7 Sidebar vereist Windows 7 of hoger";
  109.  
  110. Localized['Info'] = "Info";
  111. Localized['ID_NoAutoWidth'] = "Bepaal breedte automatisch";
  112. Localized['ID_Skin'] = "Thema:";
  113. Localized['ID_ShowTopButtons'] = "Toon knoppen bovenaan";
  114. Localized['SelectPage'] = "Pagina &%i";
  115.  
  116. Localized['ID_Copyright'] = "© 2013 Helmut Buhler";
  117.  
  118. //1.70:
  119.  
  120. Localized['PMTitle'] = "Glassy CPU Monitor Gadget";
  121. Localized['PMMessage'] = "Nice gadget that shows CPU and Memory usage fluently and uses almost no CPU time";
  122. Localized['PMUrl'] = "http://tiny.cc/GlassyCPUMonitor";
  123.  
  124. //2.10:
  125. Localized['8GadgetPackIntro1'] = "Don't like this sidebar?";
  126. 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\".";
  127.  
  128. //2.20:
  129. Localized['AlignGadgets'] = "Align gadgets on:";
  130. Localized['Top'] = "top";
  131. Localized['Center'] = "center";
  132. Localized['Bottom'] = "bottom";
  133.  
  134. 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>)";
  135.  
  136. //2.30:
  137. Localized['ShowWindowManager'] = "Show Window-Manager";
  138. Localized['Peek'] = "Enable Peek for previews";
  139.  
  140.  
  141.  
  142.  
  143.  
  144.