summaryrefslogtreecommitdiffstats
path: root/packaging/win32/languages/Italian.nsh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Packaging: Sort translations by name in Windows .exe and .msi installers ↵Eduard Braun2017-01-161-91/+0
| | | | | | | | | | | (before they were sorted by language code) This commit also adds functionality to automatically parse localized language names from the Inkscape .po file for the NSIS (.exe) installer Python scripts for Windows packaging are now Python 2/3 compatible and should always handle unicode characters properly. Fixed bugs: - https://launchpad.net/bugs/1654460 (bzr r15418)
* [Bug #1574561] Italian translation update (win32 installer).firashanife2016-12-261-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1574561 (bzr r15355)
* Packaging: Make all available languages accessible in NSIS installerEduard Braun2016-10-181-1/+30
| | | | | | - Some code re-factoring to facilitate addition of new languages in future - Update all translation files (bzr r15244.1.12)
* Packaging: Make NSIS use Unicode (nativley supported since version 3.0)Eduard Braun2016-10-161-9/+9
| | | | | This fixes a lot of issues with translations and makes handling of the language files much easier (bzr r15244.1.9)
* Translations. Icelandic translation update, new win32 installer, and new ↵Sveinn í Felli2015-03-121-0/+1
| | | | | | | | default template. Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r13996)
* Fix for bug #690255 (Rename te_IN.po to te.po).Nicolas Dufour2014-10-011-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/690255 (bzr r13571)
* win32 nsis installer: fix portuguese brazil translation, add more inkscake ↵Adib Taraben2014-04-131-0/+3
| | | | | translations (bzr r13281)
* Translations. Adding Telugu (te_IN) in win32 nsh files.Nicolas Dufour2010-07-081-0/+1
| | | (bzr r9597)
* Farsi support in win32 packages and Inkscape preferencesNicolas Dufour2010-01-271-0/+1
| | | (bzr r9021)
* A big lot of work for the Inkscape installer. I really should have done ↵Chris Morgan2010-01-051-0/+111
this on a local branch and merged it in, or done it as at least half a dozen commits, but I haven't done that along the way and I'm not going to do it now for this batch of work. * Languages: simplified language files, using core NSIS LangFile header file. * Version numbering: version number is fetched from src/inkscape-version.cpp and .bzr/branches/last-revision. * NSIS 2.46 now required to compile, POSIX cross-compilation may no longer work due to ifexist.nsh (I'll see if I can fix it after installing Ubuntu with more reverse-hacks to use different !system calls on different platforms). * Still a lot of work to do actually fixing the uninstall script so it works (next on my list of jobs for the installer). * Simplified a few bits of code (e.g. code duplication into ${For} $2 0 1 in one place I'd missed it). * Quoted some things and unquoted some things which did/didn't need quotes... mainly for style and the fun of it. * Fixed a minor bug somewhere, can't remember what it was! * Segmented code carefully into parts (with full folding in Vim) * Added a few chunks of documentation as to what to do with inkscape.nsi... and now a long commit message too (I seem to like doing that) ;-) (bzr r8943)