ricktendo Posted January 17, 2010 Share Posted January 17, 2010 I need help with a fix for the SlideShow Gadget for my Windows Sidebar addon, this is the path that needs to be corrected for XP in slideShow.js in this English examplevar samplePictPath = System.Environment.getEnvironmentVariable("Public");this.myPicturesFolder = samplePictPath + "\\Pictures\\Sample Pictures";var samplePictPath = System.Environment.getEnvironmentVariable("AllUsersProfile");this.myPicturesFolder = samplePictPath + "\\Documents\\My Pictures\\Sample Pictures";I need it for the following langscs-CZ = "%AllUsersProfile%\Dokumenty\Obrázky\Ukázky obrázků"de-DE = el-GR = en-US = "%AllUsersProfile%\Documents\My Pictures\Sample Pictures"es-ES = "%AllUsersProfile%\Documentos\Mis imágenes\Imágenes de muestra"fr-FR = "%AllUsersProfile%\Documents\Mes images\Échantillons d'images"he-IL = it-IT = "%AllUsersProfile%\Documenti\Immagini\Immagini campione"ja-JP = "%AllUsersProfile%\Documents\My Pictures\Sample Pictures"nl-NL = "%AllUsersProfile%\Documenten\Mijn afbeeldingen\Voorbeelden van afbeeldingen"pl-PL = "%AllUsersProfile%\Dokumenty\Moje obrazy\Przykładowe obrazy"pt-BR = pt-PT = ru-RU = tr-TR = "%AllUsersProfile%\Belgeler\Resimlerim\Örnek Resimler"zh-CN = "%AllUsersProfile%\Documents\My Pictures\示例图片" Quote Link to comment Share on other sites More sharing options...
George King Posted January 17, 2010 Share Posted January 17, 2010 cs-CZ FiX:"%AllUsersProfile%\Dokumenty\Obrázky\Ukázky obrázků" Quote Link to comment Share on other sites More sharing options...
ricktendo Posted January 17, 2010 Author Share Posted January 17, 2010 ty, fixedMake sure you take the actual path from XP and your not translating them by eye Quote Link to comment Share on other sites More sharing options...
George King Posted January 17, 2010 Share Posted January 17, 2010 True, its from installed XP Quote Link to comment Share on other sites More sharing options...
pojac 88352 Posted January 19, 2010 Share Posted January 19, 2010 tr-TR = "%AllUsersProfile%\Belgeler\Resimlerim\ Quote Link to comment Share on other sites More sharing options...
automizzer Posted January 31, 2010 Share Posted January 31, 2010 pl-PL = "%AllUsersProfile%\Dokumenty\Moje obrazy\Przykładowe obrazy" Quote Link to comment Share on other sites More sharing options...
YumeYao Posted February 1, 2010 Share Posted February 1, 2010 ja-jp="%AllUsersProfile%\Documents\My Pictures\Sample Pictures"zh-cn="%AllUsersProfile%\Documents\My Pictures\示例图片"yes the japanese string is totally same as english one... Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 1, 2010 Author Share Posted February 1, 2010 ty, added for next sidebar addon update Quote Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2010 Share Posted February 14, 2010 ar-sa="%AllUsersProfile%\Documents\My Pictures\Sample Pictures"same as english one Quote Link to comment Share on other sites More sharing options...
ricktendo Posted February 14, 2010 Author Share Posted February 14, 2010 Good, I do have one problem tho, cant open the .mui file to read these stringsLOC_NAME="Windows Sidebar"LOC_TIP ="Displays personalized slideshows, news feeds, and other customized information on the desktop."CPL_NAME="Windows Sidebar Properties" Quote Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2010 Share Posted February 14, 2010 (edited) Good, I do have one problem tho, cant open the .mui file to read these stringsLOC_NAME="Windows Sidebar"LOC_TIP ="Displays personalized slideshows, news feeds, and other customized information on the desktop."CPL_NAME="Windows Sidebar Properties"well i'm not at home right nowbut i can translate it to you and i will re-check it when i'm backLOC_NAME="الشريط الجانبى ل Windows"LOC_TIP ="إظهار عروض شرائح المخصصه و موجز الاخبار وغيرها من المعلومات المخصصه على سطح المكتب."CPL_NAME="خصائص الشريط الجانبى ل Windows"Edit: checked and fixed Edited February 15, 2010 by DaRk MaDnEsS Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.