summaryrefslogtreecommitdiffstats
path: root/packaging/win32/languages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Translations. Japanese translation update by Masato HASHIMOTO.Nicolas Dufour2012-03-201-2/+2
| | | (bzr r11102)
* Translations. Japanese translation of the Windows installer by Masato HASHIMOTO.Nicolas Dufour2012-03-181-8/+8
| | | (bzr r11098)
* Packaging. New Greek translation of the Windows installer by Dimitris Spingos.Nicolas Dufour2011-07-111-0/+113
| | | (bzr r10444)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-053-339/+339
| | | (bzr r10417)
* Packaging. New Brazilian Portuguese NSH file. Set trunk package date to 2011.Nicolas Dufour2011-01-211-0/+113
| | | (bzr r10012)
* Translations. Romanian nsh file update.Nicolas Dufour2010-07-131-2/+2
| | | (bzr r9610)
* Translations. Romanian translation update, Japanese win32 installer update.Nicolas Dufour2010-07-091-4/+4
| | | (bzr r9603)
* Translations. Adding Telugu (te_IN) in win32 nsh files.Nicolas Dufour2010-07-0821-4/+25
| | | (bzr r9597)
* Updated Russian translation for the Windows installerAlexandre Prokoudine2010-07-041-17/+17
| | | (bzr r9568)
* Packaging. Win32 Romanian installer update.Nicolas Dufour2010-07-041-17/+15
| | | (bzr r9567)
* Translations. Basque translation update by Iñaki Larrañaga Murgoitio, ↵Nicolas Dufour2010-07-011-52/+52
| | | | | Indonesian installer update by C-quel. (bzr r9548)
* minor fix in Dutch translation of win32 installerKris De Gussem2010-06-281-1/+1
| | | (bzr r9546)
* Win32 installer: fixed Gallegan/Galician insanity by making it all Galician ↵Chris Morgan2010-06-243-3/+3
| | | | | as it should be. (bzr r9533)
* Translations. Indonesian Win32 installer file.Nicolas Dufour2010-06-241-0/+112
| | | (bzr r9531)
* Dutch translation of installerKris De Gussem2010-06-201-0/+112
| | | (bzr r9513)
* Ukrainian translation of Win32 installation package by Yuri ChornoivanAlexandre Prokoudine2010-04-141-0/+112
| | | (bzr r9324)
* Fixed the Romanian Win32 installer translation to use the proper LangFile ↵Chris Morgan2010-02-091-231/+114
| | | | | format. (bzr r9071)
* Farsi support in win32 packages and Inkscape preferencesNicolas Dufour2010-01-2718-4/+22
| | | (bzr r9021)
* * [INTL:ro] Romanian translation of win32 installer addedIvan Mas??r2010-01-172-0/+230
| | | | | * [INTL:ro] Romanian translation of the default template added (bzr r8990)
* A big lot of work for the Inkscape installer. I really should have done ↵Chris Morgan2010-01-0517-0/+1887
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)