Commit graph

14 commits

Author SHA1 Message Date
anders_k
a47d485dee Cherry-picked a couple of Ukrainian fixes from patch #225
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6985 212acab6-be3b-0410-9dea-997c60f758d6
2018-03-14 18:51:33 +00:00
anders_k
78bf493cb8 Ukrainian MultiUser fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6792 212acab6-be3b-0410-9dea-997c60f758d6
2016-10-12 17:20:26 +00:00
anders_k
043b4006ed * Georgian and Pashto are now part of default install.
* LANGFILE macro now takes 4 parameters, all .nsh files have been updated
* LANGFILE_INCLUDE_WITHDEFAULT will now warn if the fallback string is used
* Removed some invalid English strings in various files
* Fixed Khmer LangId
* Minor Norwegian language fixes
* Some files changed from UTF16LE to UTF8SIG


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6302 212acab6-be3b-0410-9dea-997c60f758d6
2013-03-16 00:28:45 +00:00
kichik
e6ac4e6d9b fixed MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO for NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE
on r5228 and r5229 the MUI language files were moved to a new format in a new directory
during this move, the differences between the two MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO disappeared
instead of having two variations depending on NSIS_CONFIG_COMPONENTPAGE_ALTERNATIVE, they were the same

this commit restores the old values from the old language files from r5227
where these values are missing, a #FIXME was added

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6287 212acab6-be3b-0410-9dea-997c60f758d6
2012-12-12 19:34:13 +00:00
gavenkoa
6ba3b31b83 Fix "LATIN SMALL LETTER I" to "CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I".
It is possible that fonts have different glyph for this letter.

I think that original translation was prepared in build-in editor of popular
"Far" file manager which is console application and it usually run in cp866
codepage which doesn't have codepoint for "CYRILLIC SMALL UKRAINIAN I". (xD)

But most valuable reason to make this change is to have an ability to run
ispell like program.

I also fix some spelling errors, so ispell with 'ukrainian' dictionary doesn't
show any errors by now.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6286 212acab6-be3b-0410-9dea-997c60f758d6
2012-12-11 21:12:32 +00:00
gavenkoa
2404c414a6 Fix spelling.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6285 212acab6-be3b-0410-9dea-997c60f758d6
2012-12-11 20:36:31 +00:00
wizou
746d91af33 LANGFILE macro arguments now include a localized name AND an ASCII-only name (closest possible to the localized name)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6115 212acab6-be3b-0410-9dea-997c60f758d6
2010-07-09 09:18:15 +00:00
wizou
0cccfdaceb Converting Language files to Unicode (UTF-8) according to each associated codepage
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6114 212acab6-be3b-0410-9dea-997c60f758d6
2010-07-08 15:30:59 +00:00
kichik
ba8eca2faf fixed bug #2788620 - MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE missing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5966 212acab6-be3b-0410-9dea-997c60f758d6
2009-05-14 23:31:27 +00:00
kichik
b608a1dd9d fixed bug #2690112 - MUI_UNDIRECTORYSPAGE in the Language Files is wrong
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5950 212acab6-be3b-0410-9dea-997c60f758d6
2009-03-17 23:00:13 +00:00
joostverburg
ca0abb4e0a fix texts for uninstaller components page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5274 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-11 20:23:36 +00:00
joostverburg
817bb33921 move finish button text to right category
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5272 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-09 15:55:47 +00:00
joostverburg
c113486ccc added missing $_CLICK for texts like "Click Next to continue."
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5233 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 23:54:15 +00:00
joostverburg
9b74b90344 New language files for localization of user interfaces and plug-ins.
These files currently contain translations of the MUI and will be shared between different MUI versions.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5228 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 01:12:21 +00:00