|
|
|
#1
|
||||
|
||||
|
Quote:
If possible let me know more about how your suggestion works. Send me more information by PM, not to echer both the CIU topic with information that in the future will no longer be useful. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
Simorq (26-04-2019) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
CIU Translations
I want to thank everyone who cooperated with the translations I requested.
Currently only the languages below have been translated: Code:
EnglishUK - (Copy of the original message EnglishUS) EnglishUS - (Original Message) Farsi - Thanks to zirkhaki German - Thanks to KaktoR Polish - Thanks to sajmon83 PortugueseBR - Cesar82 PortuguesePO - (Copy of the PortugueseBR translation) Russian - Thanks to altef_4 Spanish - Thanks to omdj SpanishMX - Thanks to omdj (Copy of the Spanish translation) Ukrainian - Thanks to altef_4 Albanian, Arabic, Bosnian, ChineseS, ChineseT, Croatian, Czech, Danish, Dutch, EnglishUK, Finnish, French, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, PortuguesePO, Romanian, Serbian, SpanishMX, Swedish, Thai, Turkish, Vietnamese. PS: The languages in the blue color of the list are similar translations, copied from the translation which is somewhat similar, but is not the proper translation and needs translation of every language file for these languages. For the remaining languages, the missing translations are for messages: Code:
LanguagePageTitle=Language Selector InfoPageTitle=Information MaintenancePageTitle=Maintenance RemoveRadio=Remove ModifyRadio=Modify ReinstallRadio=Reinstall RemoveDesc=Remove all components from the installation. ModifyDesc=Add new components to installation. ReinstallDesc=Redo the entire installation. Merging=Merging file %1 (%3%) to %2 (%4%)... ChangeDiskLabel=Please insert disk %1 with %2 file.%nBrowse for required file? UnregisterUWPGame=Unregister UWP game from your system... RegisterUWPGame=Registring UWP game on your system... ShortcutUWPGame=Creating shortcuts for the UWP game... Last edited by Cesar82; 27-04-2019 at 08:48. |
| The Following 5 Users Say Thank You to Cesar82 For This Useful Post: | ||
mausschieber (29-04-2019), omdj (26-04-2019), sajmon83 (26-04-2019), Simorq (26-04-2019), zirkhaki (27-04-2019) | ||
|
#3
|
||||
|
||||
|
EnglishUK will be same as English.
|
|
#4
|
||||
|
||||
|
Are you sure?
I found several comparatives of the English versions and from what I had understood had differences. For Portuguese (Portugal) it has many differences comparing with Portuguese (Brazil), so I found that the English languages were similar, but not identical. https://www.babbel.com/en/magazine/w...ritish-english https://en.wikipedia.org/wiki/Compar...ritish_English There is a translation of Inno Setup 5.53 messages into EnglishBritish.isl. In translation there are only a few differences. Code:
EnglishUS - EnglishUK License - Licence Organization - Organisation recognized - recognised Last edited by Cesar82; 27-04-2019 at 08:46. |
|
#5
|
||||
|
||||
|
Generally just differences in spelling mostly, either spelling is acceptable for both EN & ENUK. IE: In school, you could spell a word with either EN or ENUK & BOTH would be correct. Nobody really cares which way you spell it.
Now PR & PRBR they are very different, so both would need to be done. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
Cesar82 (27-04-2019) | ||
|
#6
|
||||
|
||||
|
@mausschieber
The German translation has already been translated by KaktoR (Previous Page). Anyway, thanks for your cooperation. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
mausschieber (30-04-2019) | ||
|
#7
|
|||
|
|||
|
Hi guys, long time user of CIU. Played from time to time with it but, during all this time i had a problem i couldnt get around.
It's about parsing the RTF format (for Eula) for example. Whenever i use a rtf file it seems it just treats it as TXT file instead. I've noticed this in old yener scripts and also in this latest version. It's something i'm missing here? If i try to compile a basic script in Inno, RTF is correctly parsed but in CIU it just shows as plain text without BOLD or colored parts and such. |
|
#8
|
||||
|
||||
|
Quote:
The native text viewer on the InnoSetup default installer pages uses TRichEditViewer to load the texts. Since TRichEditViewer does not work with ScroolBars using Skin / VCLStyles, TNewMemo was used to load the texts. Texts are first loaded into TRichEditViewer to support ".rtf" and then viewed in TNewMemo (TNewMemo does not support formatting). |
|
#9
|
||||
|
||||
|
CIU 3.0.0.1 Beta 1
After a long time, here is the CIU 3.0.0.1 beta 1.
There are many other changes that I want to add, but I do not have much time at the moment. One new feature is the possibility to change a little bit about the interface window, using independent images Installer and Autorun. ![]() Also added to the MaintenancePage, InfoPage (Info Before), and add a key to Uninstall Folder. HOTFIX 1: - Fixed About image in FinishPage (Did not load the image). - Fixed About CloseButton loading Button.png if CloseAB.png does not exist (Thanks mausschieber). - Fixed for compatibility with Inno Setup 6 (Needs testing, several errors appeared that did not happen using InnoSetup 5.59-5.61). HOTFIX 1: - Fixed NextButton showing in SmallInstaller. PS: - If anyone has time please test using Inno Setup 6. - When I have ready version 3.0.0.1 (Final), I will create an installer for Inno Setup 6 similar to 5.61 that I did the repack. Last edited by Cesar82; 11-05-2019 at 17:34. Reason: Added HOTFIX 2 |
|
#11
|
||||
|
||||
|
Bug found
i think this is a bug when i remove the About folder, and i right click on the autorun page for the about screen this came up. Also i remove or disable all about info in the setup.ini
__________________
It would be nice if you appreciate my work with the thanks Button |
| The Following User Says Thank You to mausschieber For This Useful Post: | ||
Cesar82 (04-05-2019) | ||
|
#12
|
||||
|
||||
|
Quote:
I noticed that your CIU logo source is different. Internally the CIU contains the "STScott.ttf" source, which is loaded at initialize. Did you remove the font from the script or is your system not recognizing the font?
Last edited by Cesar82; 04-05-2019 at 10:09. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
mausschieber (04-05-2019) | ||
|
#13
|
||||
|
||||
|
Quote:
i dont remove the font now smalllogo is not shown
__________________
It would be nice if you appreciate my work with the thanks Button Last edited by mausschieber; 04-05-2019 at 13:41. |
|
#14
|
||||
|
||||
|
Change key Logo2Opacity=220 to SmallOpacity=220 in section [AboutSettings] or [AboutSettingsAR].
PS: SmallLogo is not visible by default. Only if you inform the opacity is it visible. I forgot to report this change from the key Logo2Opacity= to SmallLogoOpacity= in the changelog. |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
mausschieber (04-05-2019) | ||
|
#15
|
||||
|
||||
|
Hash Check Page (Need Transalation)
I'm going to need new translations of the labels for a new hash check page.
Code:
ButtonVerify=Verify ButtonStop=Stop ButtonLog=Log ButtonInfo=Info HashPageTitle=Hash Check HashStatusLabel=Processed %1 of %2 (%3%) HashResultLabel=(%1%) Ok: %2 Missing: %3 Bad: %4 HashWaitingLabel=The installer is ready to do the hash check of the files HashOk=Hash_OK HashNoFile=File not found! HashAbort=Check of the files hash has been interrupted! HashBadParam=Invalid hash algorithm! HashBadHash=File hash does not match! HashGeneralError=General Error! ![]() Only now did I realize that the translations for the ButtonPause and ButtonResume labels only a few languages were translated. These languages below still require translation for the labelsButtonPause and ButtonResume: Albanian, Bosnian, ChineseS, ChineseT, Croatian, Czech, Danish, Dutch, Finnish, French, Greek, Hungarian, Indonesian, Italian, Japanese, Korean, Norwegian, Romanian, Swedish, Thai, Vietnamese. Code:
ButtonPause=Suspend ButtonResume=Resume Note: The letters can not repeat with the letters of other buttons. See the language file for a better understanding. Here is an example of the English language. Code:
ButtonPause=Susp&end ButtonResume=R&esume ButtonVerify=&Verify ButtonStop=S&top ButtonLog=&Log ButtonInfo=In&fo Last edited by Cesar82; 05-05-2019 at 17:45. Reason: Labels were exceeding maximum space. |
| The Following 4 Users Say Thank You to Cesar82 For This Useful Post: | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| [GSERIES] Custom Installer Ultimate V2g | Gupta | Conversion Tutorials | 226 | 01-06-2018 13:12 |
| Crysis 3 DVD9 to 3xDVD5 Custom Installer | spawniectes | PC Games - CD/DVD Conversions | 79 | 31-08-2017 07:19 |