Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2009
    Location
    istanbul/turkey
    Posts
    20

    Wink turkish translation is completed

    Hi everbody and hi Ulrich

    "rar" file is containing two folders and one of them is screen XMLs and other one is language xml.

    Best regarts Berk
    Attached Files

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    This is great, thank you!

    Ulrich

  3. #3
    Join Date
    Jan 2007
    Posts
    50
    XML problem :(

    ı,ç,ş,ğ,ü,ö İ,Ç,Ğ,Ö,Ü problems ...

    Code:
    <IDS_CTRL_STATICTEXT_TOPINSTRUCTIONS>Kısayol simgeleri, aşağıda belirtilen klasörde oluşturulacaktır. Eğer bu klasörü varsayılan klasör olarak kullanmak istemiyorsanız, yeni bir isim yazabilirsiniz veya listeden mevcut bir klasör seçebilirsiniz.</IDS_CTRL_STATICTEXT_TOPINSTRUCTIONS>
    ? Help..

  4. #4
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    It seems that the former translation was not entirely saved with the correct encoding. I do not speak Turkish, and I don't have means to see if the text displays correctly...

    If you wish to help, you could revise the current translations, saving ALL files in ANSI encoding (for example, Windows-1254). You must not use UTF-8 or Unicode encoding to save the text files, because this encoding will not display correctly in Setup Factory.

    Probably the first line of every file should read <?xml version="1.0" encoding="iso-8859-9"?>, but don't take my work for it without building a installer with the translated files and checking that they actually display correctly.

    Details about the translation can be found in the help file (and User Guide).

    Ulrich
    Last edited by Ulrich; 12-08-2009 at 02:09 PM.

  5. #5
    Join Date
    May 2006
    Posts
    1,443
    i am not a Setup Factory user but

    this is not a proper translation both by translation and file encodings


    Wrong :
    <ERR_DECOMPRESS_CRC>CRC dosya uyuşumsuzluğu - Veri bütünlüğü hatası</ERR_DECOMPRESS_CRC>
    Correct :
    <ERR_DECOMPRESS_CRC>CRC dosya uyumsuzluğu - Veri bütünlüğü hatası</ERR_DECOMPRESS_CRC>
    Wrong :
    <ERR_NON_EXISTANT_FILE_ASSOCIATION>Verilen dosya adı uzantısı ile ilişkilendirilecek uygulama yok. Eğer yazdırılamayan bir dosyayı yazdırma çalışıyorsanız, yine bu hata ile karşılaşılacaktır.</ERR_NON_EXISTANT_FILE_ASSOCIATION>
    Correct :
    <ERR_NON_EXISTANT_FILE_ASSOCIATION>Verilen dosya adı uzantısı ile ilişkilendirilecek uygulama yok. Eğer yazdırılamayan bir dosyayı yazdırmaya çalışıyorsanız, yine bu hata ile karşılaşılacaktır.</ERR_NON_EXISTANT_FILE_ASSOCIATION>
    Wrong :
    <MSG_SYSREQ_WARN>Devam etmek içim TAMAM 'a yada Kur dan çıkmak için İPTAL'e basın.</MSG_SYSREQ_WARN>
    Correct :
    <MSG_SYSREQ_WARN>Devam etmek için TAMAM'a yada Kur dan çıkmak için İPTAL'e basın.</MSG_SYSREQ_WARN>
    and so on..

    i am not sure whether SUF takes care about file header but
    Turkish.xml contains english file header whereas it should be
    <?xml version="1.0" encoding="iso-8859-9"?>

  6. #6
    Join Date
    Jan 2007
    Posts
    50
    Yani Ne yapmam lazım Reteset ? Yardımcı olabilirmisin acaba.

  7. #7
    Join Date
    Aug 2007
    Posts
    4
    thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts