Commit graph

2707 commits

Author SHA1 Message Date
Sven Neumann 60b78c95e6 added app/widgets/gimpactioneditor.c.
2008-09-05  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: added app/widgets/gimpactioneditor.c.


svn path=/trunk/; revision=26871
2008-09-05 12:09:47 +00:00
Sven Neumann 4922decf35 updated German translation.
2008-09-04  Sven Neumann  <sven@gimp.org>

	* de.po: updated German translation.


svn path=/trunk/; revision=26869
2008-09-04 21:46:10 +00:00
Ales Nyakhaychyk aa7c3e3b97 Updated Belarusian translation by Hleb Valoshka.
* be.po: Updated Belarusian translation by Hleb Valoshka.


svn path=/trunk/; revision=26854
2008-09-04 10:30:35 +00:00
Daniel Nylander 100aadb71b sv.po: Updated Swedish translation
svn path=/trunk/; revision=26847
2008-09-03 20:49:10 +00:00
Sven Neumann 04eb54dca1 added missing languages, sorted LINGUAS alphabetically
svn path=/trunk/; revision=26833
2008-09-02 09:28:04 +00:00
Sven Neumann 6cf7f750aa changed tips-locale to C, as the empty translation to ga has been removed
2008-09-02  Sven Neumann  <sven@gimp.org>

	* ga.po: changed tips-locale to C, as the empty translation to 
ga
	has been removed from the po-tips directory.


svn path=/trunk/; revision=26831
2008-09-02 06:35:50 +00:00
Sven Neumann 8794cd7677 removed ALL_LINGUAS.
2008-09-02  Sven Neumann  <sven@gimp.org>

	* configure.in: removed ALL_LINGUAS.

	* po*/LINGUAS: introduced LINGUAS file instead. This allows to
	keep individual lists of languages for each translation domain 
and
	it makes it easier for translators to add a new language.


svn path=/trunk/; revision=26828
2008-09-01 22:12:58 +00:00
Chao-Hsiung Liao a59b7683aa 2.5.4
svn path=/trunk/; revision=26821
2008-08-30 06:34:49 +00:00
Mugurel Tudor 560f34af13 Translations updated by Cristian Secară <cristi AT secarica DOT ro>
2008-08-29  Mugurel Tudor  <mugurelu@gnome.ro>

	* ro.po: Translations updated by Cristian Secară
	<cristi AT secarica DOT ro>

svn path=/trunk/; revision=26817
2008-08-29 17:57:59 +00:00
Priit Laes 2bffcadf11 Translation updated by Priit Laes
2008-08-28  Priit Laes  <plaes at svn dot gnome dot org>

	* et.po: Translation updated by Priit Laes

svn path=/trunk/; revision=26803
2008-08-28 18:21:16 +00:00
Martin Nordholts 5722ea9557 Fix 'Foreground' and 'Background' being swapped in the French translation.
2008-08-28  Martin Nordholts  <martinn@svn.gnome.org>

	* fr.po: Fix 'Foreground' and 'Background' being swapped in the
	French translation.

svn path=/trunk/; revision=26801
2008-08-28 16:58:11 +00:00
Inaki Larranaga Murgoitio 4e26c54f5a Updated Basque translation.
2008-08-27  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.


svn path=/trunk/; revision=26795
2008-08-27 18:51:38 +00:00
Daniel Nylander f9a06ad71d sv.po: Updated Swedish translation
svn path=/trunk/; revision=26763
2008-08-25 18:17:44 +00:00
Khoem Sokhem 694a713294 Khmer translations updated
svn path=/trunk/; revision=26747
2008-08-25 03:26:59 +00:00
Sven Neumann 52618663c3 removed duplicate entry.
2008-08-21  Sven Neumann  <sven@gimp.org>

        * POTFILES.skip: removed duplicate entry.


svn path=/trunk/; revision=26692
2008-08-21 12:20:56 +00:00
Alexandre Prokoudine d0d41d814c updated and improved Russian translation
svn path=/trunk/; revision=26663
2008-08-19 13:02:05 +00:00
Wadim Dziedzic 2f0081f492 Updated Polish translation by Bartosz Kosiorek
2008-08-18  Wadim Dziedzic  <wdziedzic@aviary.pl>

	* pl.po: Updated Polish translation by Bartosz Kosiorek

svn path=/trunk/; revision=26654
2008-08-18 20:51:36 +00:00
Sven Neumann 3c8b0ef24f added missing file
svn path=/trunk/; revision=26598
2008-08-16 16:32:50 +00:00
Sven Neumann 94fafe03ef updated German translation.
2008-08-16  Sven Neumann  <sven@gimp.org>

	* de.po: updated German translation.


svn path=/trunk/; revision=26596
2008-08-16 14:18:45 +00:00
Sven Neumann f84608d539 If a procedure call fails, pass a string describing the error as the
2008-08-16  Sven Neumann  <sven@gimp.org>

	If a procedure call fails, pass a string describing the error as
	the second return value. First step towars fixing bug #344818.

	* app/pdb/gimpprocedure.[ch] (gimp_procedure_get_return_values):
	added a GError parameter. If it is set, pass the error message 
to
	the return values.

	* app/pdb/gimppdberror.h: added some more error codes.

	* app/pdb/gimppdb.c
	* app/xcf/xcf.c: pass errors to 
gimp_procedure_get_return_values().

	* app/plug-in/gimpplugin-message.c 
(gimp_plug_in_handle_proc_run):
	show a different error message for execution vs. calling errors.

	* app/plug-in/gimpplugin-progress.c
	(gimp_plug_in_progress_cancel_callback): pass the error
	GIMP_PDB_CANCELLED to gimp_procedure_get_return_values().

	* app/plug-in/gimppluginmanager-call.[ch]
	(gimp_plug_in_manager_call_run): removed the 
'destroy_return_vals'
	parameter.

	* app/plug-in/gimppluginprocedure.c: destroy the return values 
here.

	* app/plug-in/gimppluginprocframe.c: pass an error to
	gimp_procedure_get_return_values().

	* tools/pdbgen/app.pl
	* tools/pdbgen/pdb/fileops.pdb: generate code that passes the
	error to gimp_procedure_get_return_values().

	* app/pdb/*-cmds.c: regenerated.
	
	* plug-ins/pygimp/pygimp-pdb.c: extract the error message from 
the
	return values and pass it to the exception that is thrown.


svn path=/trunk/; revision=26593
2008-08-16 13:57:57 +00:00
Sven Neumann f9ebb8c9fd app/display/Makefile.am app/display/gimpdisplayshell-scale.[ch] split
2008-08-16  Sven Neumann  <sven@gimp.org>

	* app/display/Makefile.am
	* app/display/gimpdisplayshell-scale.[ch]
	* app/display/gimpdisplayshell-scale-dialog.[ch]: split scale
	dialog into a new file.

	* app/actions/view-commands.c: changed accordingly.

svn path=/trunk/; revision=26590
2008-08-16 11:51:10 +00:00
Takeshi AIHANA 8781797591 Updated Japanese translation by Kiyotaka Nishibori.
2008-08-14  Takeshi AIHANA <takeshi.aihana@gmail.com>

        * ja.po: Updated Japanese translation by Kiyotaka Nishibori.

svn path=/trunk/; revision=26545
2008-08-14 13:31:10 +00:00
Ulf-D. Ehlert b38cf3cfb5 po/de.po Fixed German translation.
2008-08-13  Ulf-D. Ehlert  <ulfehlert@svn.gnome.org>

	* po/de.po
	* po-libgimp/de.po: Fixed German translation.

svn path=/trunk/; revision=26533
2008-08-13 18:53:54 +00:00
Ignacio Casal Quinteiro edc5789509 Updated Galician translation
svn path=/trunk/; revision=26473
2008-08-10 08:20:56 +00:00
Djihed Afifi 9f064de55a Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=26440
2008-08-08 11:25:20 +00:00
Sven Neumann 7caf4cfc34 added mnemonic to the new action.
2008-08-07  Sven Neumann  <sven@gimp.org>

	* app/actions/layers-actions.c (layers_actions): added mnemonic 
to
	the new action.

	* de.po: Updated German translation.


svn path=/trunk/; revision=26432
2008-08-07 21:12:08 +00:00
Sven Neumann 9e2e07c948 actually commit the right change
svn path=/trunk/; revision=26378
2008-08-05 10:44:05 +00:00
Sven Neumann a2914ff2a1 added a translator comment for the "Learn more" button.
2008-08-05  Sven Neumann  <sven@gimp.org>

	* app/dialogs/tips-dialog.c (tips_dialog_create): added a
	translator comment for the "Learn more" button.

2008-08-05  Sven Neumann  <sven@gimp.org>

	* de.po: Updated German translation.


svn path=/trunk/; revision=26377
2008-08-05 10:43:38 +00:00
Ignacio Casal Quinteiro 350190c683 Updated Galician translation
svn path=/trunk/; revision=26374
2008-08-05 09:32:14 +00:00
Djihed Afifi 900eedb5e5 Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=26351
2008-08-02 08:48:36 +00:00
Djihed Afifi 04610e7e1e Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=26347
2008-07-31 10:28:42 +00:00
Djihed Afifi 92299b97ef Updated Arabic Translation by Khaled Hosny.
svn path=/trunk/; revision=26346
2008-07-31 08:36:25 +00:00
Marco Ciampa 31584af0a0 Updated italian translation
svn path=/trunk/; revision=26308
2008-07-26 01:12:29 +00:00
Jorge Gonzalez Gonzalez f43ef8eaa8 Updated Spanish translation by Paco Vila
svn path=/trunk/; revision=26306
2008-07-25 17:10:42 +00:00
Jorge Gonzalez Gonzalez 7b8034e130 Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=26304
2008-07-24 22:33:18 +00:00
Gil Forcada Codinachs ac4e29d597 Minor update to Catalan translation by Joaquim Perez
svn path=/trunk/; revision=26303
2008-07-24 22:12:03 +00:00
Gil Forcada Codinachs f279279e09 Updated Catalan translation by Joaquim Perez
svn path=/trunk/; revision=26288
2008-07-22 21:18:49 +00:00
Ignacio Casal Quinteiro c927e3c399 Fixed problem.
svn path=/trunk/; revision=26286
2008-07-22 19:32:02 +00:00
Ignacio Casal Quinteiro a00de533d2 Updated Galician Translation.
svn path=/trunk/; revision=26280
2008-07-22 19:18:31 +00:00
Sven Neumann 2f92085277 added 'be' (Belarusian).
2008-07-21  Sven Neumann  <sven@gimp.org>

        * configure.in (ALL_LINGUAS): added 'be' (Belarusian).


svn path=/trunk/; revision=26250
2008-07-21 11:47:24 +00:00
Ihar Hrachyshka 08be17e03a Updated Belarusian translation by Hleb Valoshka.
svn path=/trunk/; revision=26249
2008-07-21 11:37:50 +00:00
Jorge Gonzalez Gonzalez ab0e8993a2 Updated Spanish translation by Francisco Vila
svn path=/trunk/; revision=26237
2008-07-19 19:10:17 +00:00
Daniel Nylander 5b7b0b2d26 sv.po: Updated Swedish translation
svn path=/trunk/; revision=26227
2008-07-17 19:23:09 +00:00
Žygimantas Beručka 6416bb590c Updated Lithuanian translation.
2008-07-17  Žygimantas Beručka  <zygis@gnome.org>

        * lt.po: Updated Lithuanian translation.


svn path=/trunk/; revision=26217
2008-07-17 10:35:49 +00:00
Daniel Nylander 4686cacdcd sv.po: Updated Swedish translation
svn path=/trunk/; revision=26157
2008-07-12 11:30:45 +00:00
Sven Neumann 0cf63ba421 moved some common code back to main.c
svn path=/trunk/; revision=26118
2008-07-11 09:16:23 +00:00
Sven Neumann 30cc37c5fe app/Makefile.am new files containing functionality to check for an already
2008-07-11  Sven Neumann  <sven@gimp.org>

	* app/Makefile.am 
	* app/unique.[ch]: new files containing functionality to check 
for
	an already running instance of GIMP of notifying it about files 
to
	open. Code split out of main.c.

	* app/main.c: changed accordingly.


svn path=/trunk/; revision=26117
2008-07-11 09:08:07 +00:00
Sven Neumann 7b1dce4481 updated German translation.
2008-07-10  Sven Neumann  <sven@gimp.org>

	* de.po: updated German translation.


svn path=/trunk/; revision=26106
2008-07-10 10:42:21 +00:00
Ulf-D. Ehlert d60daa53b6 po/de.po po-plug-ins/de.po po-python/de.po Updated/fixed German
2008-07-09  Ulf-D. Ehlert  <ulfehlert@svn.gnome.org>

	* po/de.po
	* po-plug-ins/de.po
	* po-python/de.po
	* po-script-fu/de.po: Updated/fixed German translation.

svn path=/trunk/; revision=26097
2008-07-09 18:06:31 +00:00
Sven Neumann d326e29b70 updated German translation.
2008-07-06  Sven Neumann  <sven@gimp.org>

	* de.po: updated German translation.


svn path=/trunk/; revision=26076
2008-07-06 20:10:41 +00:00