Posted January 17, 201015 yr 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\示例图片"
January 17, 201015 yr Author ty, fixedMake sure you take the actual path from XP and your not translating them by eye
February 1, 201015 yr ja-jp="%AllUsersProfile%\Documents\My Pictures\Sample Pictures"zh-cn="%AllUsersProfile%\Documents\My Pictures\示例图片"yes the japanese string is totally same as english one...
February 14, 201015 yr ar-sa="%AllUsersProfile%\Documents\My Pictures\Sample Pictures"same as english one
February 14, 201015 yr Author 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"
February 14, 201015 yr 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, 201015 yr by DaRk MaDnEsS
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.