Commit Graph

216 Commits

Author SHA1 Message Date
Kevin C. Krinke
652c90596e user input data output to STDOUT via g_print instead of outputting to
2003-07-11  Kevin C. Krinke  <kckrinke@opendoorsoftware.com>

       * src/calendar.c, src/entry.c, src/fileselection.c, src/text.c,
       src/tree.c: user input data output to STDOUT via g_print instead
       of outputting to STDERR via g_printerr. This makes it possible to
       destinguish user input data from GTK+ warnings / errors.
       * THANKS, src/about.c: I figure this is my second patch submission
       so I belong in the credits...
2003-07-13 23:03:18 +00:00
Kostas Papadimas
b0c4853c44 Updated the Greek translation 2003-07-13 15:33:07 +00:00
John Fleck
edf6c83e70 autogen.sh remove xmldocs.make omf.make Set up new docs build system
2003-07-10 John Fleck <jfleck@inkstain.net>

	* autogen.sh
	remove
	* xmldocs.make
	* omf.make
	Set up new docs build system
2003-07-11 12:40:40 +00:00
Hasbullah Bin Pit
d841d808eb Ops.... Missing my name 2003-07-09 15:54:08 +00:00
Hasbullah Bin Pit
d38cc1e176 Added 'ms' (Malay) to ALL_LINGUAS. Added Malay translation.
2003-07-09  Hasbullah Bin Pit  <sebol@ikhlas.com>

        * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
        * po/ms.po: Added Malay translation.
2003-07-09 15:51:56 +00:00
Andras Timar
2036d2b845 Added "hu" (Hungarian) to ALL_LINGUAS.
2003-07-09  Andras Timar  <timar@gnome.hu>

	* configure.in: Added "hu" (Hungarian) to ALL_LINGUAS.
2003-07-09 08:23:43 +00:00
Andras Timar
4b3c1ae037 Added Hungarian translation. Autotranslate using the compedium feature of
2003-07-09  Andras Timar  <timar@gnome.hu>

	* hu.po: Added Hungarian translation.
	Autotranslate using the compedium feature of gettext.
2003-07-09 08:21:50 +00:00
Dafydd Harries
83c22dfd18 Added Welsh translation. 2003-07-09 01:18:17 +00:00
Laurent Dhima
d686a76395 Added "sq" to ALL_LINGUAS
* configure.in: Added "sq" to ALL_LINGUAS
2003-07-01 10:47:51 +00:00
Laurent Dhima
279a985f19 Added Albanian translation.
* sq.po: Added Albanian translation.
2003-07-01 10:44:37 +00:00
Laurent Dhima
a3aac67e75 Added Albanian file
* sq.po: Added Albanian file
2003-07-01 10:43:00 +00:00
Alessio Frusciante
58c2ffb88f Updated Italian translation by Stefano Canepa. 2003-06-30 18:00:30 +00:00
Mike Newman
425724a8d1 gdialog wrapper return values fixed 2003-06-29 16:21:12 +00:00
Artur Flinta
7755ff4e80 Updated Polish translation.
2003-06-27  Artur Flinta  <aflinta@cvs.gnome.org>

	* pl.po: Updated Polish translation.
2003-06-27 13:55:18 +00:00
Ole Laursen
964a42f217 Updated Danish translation.
2003-06-26  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2003-06-26 15:06:33 +00:00
Duarte Loreto
1e9de800da Updated Portuguese translation.
2003-06-26  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt,po: Updated Portuguese translation.
2003-06-26 01:05:30 +00:00
Miloslav Trmac
e7d013124d Update Czech translation 2003-06-23 18:38:07 +00:00
Pablo Gonzalo del Campo
6f065ae7e7 Updated Spanish translation by Francisco Javier F. Serrador
2003-06-23  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

        * es.po: Updated Spanish translation by
                 Francisco Javier F. Serrador <serrador@arrakis.es>.
2003-06-23 17:12:37 +00:00
Jordi Mallach
2bdc5713b7 Updated Catalan translation. 2003-06-22 13:53:03 +00:00
Christian Rose
fa600a99f7 Updated Swedish translation.
2003-06-22  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-06-22 12:46:59 +00:00
Mike Newman
0084f1fa07 *** empty log message *** 2003-06-21 15:38:42 +00:00
Mike Newman
86a829f7c8 Added en_GB translation and fixed a typo. 2003-06-21 15:33:39 +00:00
Ivan Stojmirov
154ddfe7ec added Macedonian translation 2003-06-18 10:43:36 +00:00
Vincent van Adrighem
c1aad8081f Dutch translation updated.
2003-06-15  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-06-15 13:57:51 +00:00
Vincent van Adrighem
27ea88c109 Dutch translation updated.
2003-06-15  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-06-15 13:23:50 +00:00
Mike Newman
af594b60e9 *** empty log message *** 2003-06-13 22:01:48 +00:00
Mike Newman
9050357a9b Fixed my old and bouncy email address 2003-06-13 21:53:06 +00:00
Miloslav Trmac
23b4ffe7c3 Update Czech translation 2003-06-13 14:21:33 +00:00
Jordi Mallach
98de714813 Updated Catalan translation. 2003-06-13 11:47:54 +00:00
Christian Neumair
3c65dc88b6 Updated German translation. 2003-06-12 10:47:14 +00:00
Christian Rose
bec0fc2aaa Updated Swedish translation.
2003-06-11  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-06-10 23:39:58 +00:00
Mike Newman
cfe29d9ad0 Allow /t and /n in dialog text. Some code cleanup. 2003-06-10 21:30:22 +00:00
Mike Newman
98772744e9 Committing patch to fall back to dialog if DISPLAY not set from
Kevin C. Krinke  <kckrinke@opendoorsoftware.com>
2003-06-09 21:35:39 +00:00
Mike Newman
0e4c879656 Allow multiple file selections. 2003-06-09 18:57:01 +00:00
Mike Newman
5bade6fe6a Support user-defined return values via env vars, like dialog did. 2003-06-07 14:41:56 +00:00
Glynn Foster
3aab6a19a5 Untranslate silly strings pointed out by Kjartan Maraas.
2003-06-07  Glynn Foster  <glynn.foster@sun.com>

	* src/zenity.glade: Untranslate silly strings pointed out by
	Kjartan Maraas.
2003-06-07 13:10:58 +00:00
Kjartan Maraas
3375e55609 Updated Norwegian translation.
2003-06-07  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2003-06-07 12:35:26 +00:00
Christian Rose
e531ee246a Updated Swedish translation.
2003-06-04  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2003-06-04 14:12:28 +00:00
Glynn Foster
65cb873430 Fix up some build warnings as reported by Ross Burton and his amazing gcc
2003-06-04  Glynn Foster  <glynn.foster@sun.com>

	* src/about.c, src/main.c, src/msg.c,
	src/progress.c, src/tree.c, src/util.c: Fix up some build warnings
	as reported by Ross Burton and his amazing gcc 3.3 techno machine.
2003-06-04 12:53:46 +00:00
Jordi Mallach
3c6665af87 Updated Catalan translation. 2003-06-04 10:48:07 +00:00
Jordi Mallach
52b1f1c71e Add a "no-c-format" xgettext header to unbreak po files in the new
2003-06-04  Jordi Mallach  <jordi@sindominio.net>

	* src/main.c: Add a "no-c-format" xgettext header to unbreak po files
	in the new auto-close string.
2003-06-04 10:46:02 +00:00
Mike Newman
626d95b752 Add --auto-close option to progress dialog. Closes dialog when 100% has been reached. Also update docs for new option. Fixes #114125. 2003-06-03 21:52:16 +00:00
Mike Newman
6a498549f7 add a --help option, pointing to zenity docs. Fixes #114338
2003-06-03  Mike Newman  <mikegtn@gnome.org>

	* src/gdialog.in: add a --help option, pointing to
	zenity docs. Fixes #114338
2003-06-03 21:30:24 +00:00
Glynn Foster
34efaf43f7 Kris' new #commits channel is zen-tastic.
2003-06-03  Glynn Foster  <glynn.foster@sun.com>

	* Kris' new #commits channel is zen-tastic.
2003-06-03 19:07:54 +00:00
Mike Newman
b12b1a4faf add a --help option to the gdialog wrapper script 2003-06-03 17:28:20 +00:00
Changwoo Ryu
0c1539ced3 Added "ko" to ALL_LINGUAS.
2003-06-03  Changwoo Ryu  <cwryu@debian.org>

	* configure.in: Added "ko" to ALL_LINGUAS.
2003-06-03 12:05:37 +00:00
Changwoo Ryu
64d26551bb Added Korean translation from Young-Ho Cha <ganadist@mizi.com>.
2003-06-03  Changwoo Ryu  <cwryu@debian.org>

	* ko.po: Added Korean translation from Young-Ho
	Cha <ganadist@mizi.com>.
2003-06-03 12:04:58 +00:00
Vincent van Adrighem
3646455534 Dutch translation updated.
2003-06-02  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-06-02 14:19:47 +00:00
Vincent van Adrighem
a3a60dff9a Dutch translation updated.
2003-05-30  Vincent van Adrighem  <V.vanAdrighem@dirck.mine.nu>

	* nl.po: Dutch translation updated.
2003-05-30 14:35:50 +00:00
Glynn Foster
74793cc79b release 1.3 Updated for new release
2003-05-29  Glynn Foster  <glynn.foster@sun.com>

	* configure.in: release 1.3
	* NEWS: Updated for new release
2003-05-29 09:26:44 +00:00