Commit graph

512 commits

Author SHA1 Message Date
anders_k
cb95a4a23b PortugueseBR fixes by deguix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6761 212acab6-be3b-0410-9dea-997c60f758d6
2016-06-28 16:56:44 +00:00
anders_k
b038ac741c Minor tweaks to Danish.nlf (bug #1140)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6747 212acab6-be3b-0410-9dea-997c60f758d6
2016-04-12 14:36:16 +00:00
anders_k
a074c23582 Added missing MULTIUSER_* entries to Japanese.nsh (patch #266)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6702 212acab6-be3b-0410-9dea-997c60f758d6
2016-02-04 19:17:35 +00:00
anders_k
3caac93fd0 Brazilian Portuguese updated (Felipe) patch#263
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6622 212acab6-be3b-0410-9dea-997c60f758d6
2015-10-10 18:20:58 +00:00
anders_k
85851b0dad Updated Polish translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6614 212acab6-be3b-0410-9dea-997c60f758d6
2015-09-19 14:27:36 +00:00
anders_k
4e380605ea Moved incorrect !endif
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6573 212acab6-be3b-0410-9dea-997c60f758d6
2015-01-19 18:03:43 +00:00
kichik
df73266640 fix eol
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6552 212acab6-be3b-0410-9dea-997c60f758d6
2014-10-07 04:30:26 +00:00
kichik
8508ca9953 Czech updates by Va?ek Pavl??ek to use Microsoft terminology
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6516 212acab6-be3b-0410-9dea-997c60f758d6
2014-07-07 00:45:47 +00:00
anders_k
cdf941fe51 Kurdish is CP1254
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6482 212acab6-be3b-0410-9dea-997c60f758d6
2014-05-16 20:52:17 +00:00
anders_k
e34b330896 Added Armenian translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6479 212acab6-be3b-0410-9dea-997c60f758d6
2014-05-13 16:42:13 +00:00
kichik
fbd0cdd0f7 fixed eol
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6339 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-11 09:27:55 +00:00
anders_k
936244da8d Added Scottish Gaelic translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6328 212acab6-be3b-0410-9dea-997c60f758d6
2013-04-09 18:44:08 +00:00
anders_k
a2fe9bec1b Language files are text and not binary, remove svn:mime-type property
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6308 212acab6-be3b-0410-9dea-997c60f758d6
2013-03-17 22:44:26 +00:00
anders_k
97cc6033e1 Fixed Korean MUI_[UN]TEXT_FINISH_INFO_* (Bug #3541515)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6307 212acab6-be3b-0410-9dea-997c60f758d6
2013-03-17 22:10:24 +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
anders_k
40c7fd50a8 Fix bug#3532925: Wrong LangID
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6246 212acab6-be3b-0410-9dea-997c60f758d6
2012-07-01 22:28:14 +00:00
kichik
50176403f5 latest from Kli-Ali and Yinghua Wang
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6146 212acab6-be3b-0410-9dea-997c60f758d6
2011-03-21 05:41:14 +00:00
wizou
954c0abe6c Merging language files from Jim Park's repository (new files and some changes)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6118 212acab6-be3b-0410-9dea-997c60f758d6
2010-07-09 13:52:07 +00:00
wizou
50086bac60 Fix encoding error in Kurdish
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6117 212acab6-be3b-0410-9dea-997c60f758d6
2010-07-09 12:56:35 +00:00
wizou
1a77f53307 Fix encoding error in Kurdish
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6116 212acab6-be3b-0410-9dea-997c60f758d6
2010-07-09 09:30:46 +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
ea124294a7 added Asturian by Marcos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6026 212acab6-be3b-0410-9dea-997c60f758d6
2010-02-06 13:19:47 +00:00
joostverburg
a17b600d8e fixed bug #2873578 - Italian MUI Page Down license page translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6023 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-24 23:37:14 +00:00
joostverburg
1b35045c45 fixed bug #2842264 - Infinitive Spanish string need to be Present Continuous
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6022 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-24 23:33:58 +00:00
joostverburg
a272d7e335 Vietnamese translation contributed by Hùng. NGUYEN Manh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6021 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-24 23:29:31 +00:00
joostverburg
62f60a9a5d applied path #2840090 - German Translation Update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6020 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-24 23:27:49 +00:00
joostverburg
bf10926874 fixed bug #2848552 - Missed Russian translations for MULTIUSER_INSTALLMODEPAGE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6019 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-24 23:21:19 +00:00
joostverburg
770de3f28f add translation for Multi-User Header File - contribution by Artem Khaymenov
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6018 212acab6-be3b-0410-9dea-997c60f758d6
2010-01-24 23:13:30 +00:00
kichik
11e82f9b4f fixed bug #2873598 - removed double spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6004 212acab6-be3b-0410-9dea-997c60f758d6
2009-12-05 21:26:30 +00:00
kichik
7900063f76 applied patch #2826598 - Minor typo in PortugueseBR language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5996 212acab6-be3b-0410-9dea-997c60f758d6
2009-07-26 12:38:42 +00:00
kichik
1871a516b9 applied patch #2790571
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5977 212acab6-be3b-0410-9dea-997c60f758d6
2009-06-06 16:21:22 +00:00
kichik
148aac28c5 applied patch #2642542
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5976 212acab6-be3b-0410-9dea-997c60f758d6
2009-06-06 16:17:40 +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
kichik
37fdba53fd list every language only once
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5912 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-31 16:30:00 +00:00
kichik
7c8291ef3c added Esperanto
http://forums.winamp.com/showthread.php?s=&threadid=302218

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5911 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-31 16:26:46 +00:00
kichik
f032f28605 Qump?!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5910 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-31 16:17:30 +00:00
kichik
9e5f950c88 that ending quote shouldn't be there
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5891 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-01 00:55:07 +00:00
kichik
c102675112 fixed bug #2323452 - Grammar, License Agreement
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5788 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-22 20:16:23 +00:00
kichik
412485144b applied patch #2189117 - description is not consistent with button text
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5761 212acab6-be3b-0410-9dea-997c60f758d6
2008-11-08 14:56:43 +00:00
joostverburg
b039775cb3 improvements by Felipe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5755 212acab6-be3b-0410-9dea-997c60f758d6
2008-10-24 18:44:12 +00:00
kichik
a752939641 applied patch #2056906 - wrong Simplified Chinese button texts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5717 212acab6-be3b-0410-9dea-997c60f758d6
2008-09-05 16:23:12 +00:00
kichik
7f2e49c5f3 fixed bug #2086988 - Some minor errors in the PortugueseBR language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5716 212acab6-be3b-0410-9dea-997c60f758d6
2008-09-05 16:11:16 +00:00
kichik
603c36073b applied patch #2014106 - Updated Slovenian localization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5674 212acab6-be3b-0410-9dea-997c60f758d6
2008-07-09 20:39:03 +00:00
kichik
d25a876498 fixed bug #1979491 - Non-ANSI display name for French
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5646 212acab6-be3b-0410-9dea-997c60f758d6
2008-06-12 19:10:52 +00:00
kichik
80be721d2d fixed bug #1967032: French.nsh : fix on MUI_UNTEXT_FINISH_INFO_REBOOT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5645 212acab6-be3b-0410-9dea-997c60f758d6
2008-06-12 18:58:41 +00:00