jobi
403f9b80d1
recreated ts files as there where entries of the http_server plugin in it
...
updated German translation
added Chinese translation
git-svn-id: http://svn.osgeo.org/qgis/trunk@1708 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-30 09:30:41 +00:00
hoshi
e14c559d1b
Updated language file for release 0.4
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1706 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 13:06:04 +00:00
larsl
1b522d5e5d
Updated Swedish translation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1705 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 08:54:43 +00:00
gsherman
b668c21aca
Updated translation files for 0.4 release. Translators need to update for
...
their language...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1704 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-29 06:18:50 +00:00
larsl
53c3cbcb3b
Swedish translation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1693 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-27 22:31:59 +00:00
jobi
3144fa49c2
** updated ts files
...
** fixed German translation
** added translation support to external help applications (grid_maker and gpsimporter)
git-svn-id: http://svn.osgeo.org/qgis/trunk@1535 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-06-08 13:28:35 +00:00
jobi
d402ca6ef7
** updated translations
...
** finished german one
git-svn-id: http://svn.osgeo.org/qgis/trunk@1469 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-25 22:25:16 +00:00
hoshi
130f46a41a
Updated Brazilian language file.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1468 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-25 19:44:46 +00:00
larsl
215137abe2
** Updated all ts files and translated new messages in the swedish file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1462 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-25 15:33:08 +00:00
larsl
380f58df02
** Updated the swedish translation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1459 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-25 15:08:16 +00:00
gsherman
559bce213c
Updated translation files for 0.3 release. These need to be reviewed and
...
updated by translators prior to release
git-svn-id: http://svn.osgeo.org/qgis/trunk@1456 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-25 04:41:16 +00:00
hoshi
b0d636bc3d
Updated Brazilian Portuguese language files:
...
- Translation updated.
- Renamed language file to pt_BR.
git-svn-id: http://svn.osgeo.org/qgis/trunk@1301 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-05-04 21:05:31 +00:00
jobi
87ca62507c
** last 3 swedish translations
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1268 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 22:15:12 +00:00
jobi
b20502e6be
** Added i18n tools to EXTRA_DIST
...
** Updated German translation
** fixed a typo -> other translations changed too
git-svn-id: http://svn.osgeo.org/qgis/trunk@1266 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-25 14:04:35 +00:00
mhugent
b10544917d
small changes to translation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1248 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 13:42:02 +00:00
jobi
8b894e3aeb
Updated Swedish translation, thanx to Lars
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1246 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-23 12:22:22 +00:00
jobi
be979ccc46
** added install routine for svg files
...
** added new translations
** adjusted paths in the cpp files
git-svn-id: http://svn.osgeo.org/qgis/trunk@1236 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-22 08:10:41 +00:00
gsherman
b739a8b340
Translation files from last (0.1) release
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@1231 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-22 02:57:13 +00:00
jobi
37f7f437d4
added swedish translation
...
updated qgis.m4 and configure stuff
git-svn-id: http://svn.osgeo.org/qgis/trunk@1225 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-21 14:14:41 +00:00
jobi
ac455c294e
** Changed to simple macros for detecting QT and GDAL
...
** Added code for detecting QGIS as m4 file to tools
** this will be installed together with QT and GDAL detection to
$prefix/share/aclocal/qgis.m4
so the plugins can just use those simple unique macros
** updated German translation
!! Developers have to link the installed qgis.m4 to /usr/share/aclocal/
!! or where ever aclocal keeps the m4 files
!! otherwise it's not detected by the plugins autogen.sh (more exactly
!! aclocal)
!! It can be cheated by adding -I path/to/qgis.m4 to the aclocal of
!! autogen.sh. But be carefull not to commit that to CVS
git-svn-id: http://svn.osgeo.org/qgis/trunk@1213 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-18 23:44:41 +00:00
jobi
89c2a8d4b0
** Added internationalisations stuff
...
Needs some documentation and more translations :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@1207 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-04-17 22:07:13 +00:00