app/actionarea.c app/dodgeburn.c app/fuzzy_select.c app/gimpparasite.c

1999-07-27  Tomas Ogren  <stric@ing.umu.se>

* app/actionarea.c
* app/dodgeburn.c
* app/fuzzy_select.c
* app/gimpparasite.c
* app/gimpunit.c
* app/procedural_db_cmds.c
* app/resize.c: Misc i18n fixes
This commit is contained in:
Tomas Ogren 1999-07-27 00:14:14 +00:00 committed by Tomas Ögren
parent fdf5f0f181
commit a89287a132
19 changed files with 41 additions and 19 deletions

View File

@ -1,3 +1,13 @@
1999-07-27 Tomas Ogren <stric@ing.umu.se>
* app/actionarea.c
* app/dodgeburn.c
* app/fuzzy_select.c
* app/gimpparasite.c
* app/gimpunit.c
* app/procedural_db_cmds.c
* app/resize.c: Misc i18n fixes
1999-07-27 Tomas Ogren <stric@ing.umu.se>
* app/preferences_dialog.c: Two more _()'s

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include "actionarea.h"
#include "libgimp/gimpintl.h"

View File

@ -119,8 +119,8 @@ gimp_parasiterc_save(void)
if (!fp)
return;
fprintf (fp, _("# GIMP parasiterc\n"));
fprintf (fp, _("# This file will be entirely rewritten every time you quit the gimp.\n\n"));
fprintf (fp, _("# GIMP parasiterc\n"
"# This file will be entirely rewritten every time you quit the gimp.\n\n"));
parasite_list_foreach (parasites, (GHFunc)save_func, fp);

View File

@ -119,8 +119,8 @@ gimp_parasiterc_save(void)
if (!fp)
return;
fprintf (fp, _("# GIMP parasiterc\n"));
fprintf (fp, _("# This file will be entirely rewritten every time you quit the gimp.\n\n"));
fprintf (fp, _("# GIMP parasiterc\n"
"# This file will be entirely rewritten every time you quit the gimp.\n\n"));
parasite_list_foreach (parasites, (GHFunc)save_func, fp);

View File

@ -296,12 +296,12 @@ void save_unitrc (void)
if (!fp)
return;
fprintf (fp, _("# GIMP unitrc\n"));
fprintf (fp, _("# This file contains your user unit database. You can\n"));
fprintf (fp, _("# modify this list with the unit editor. You are not\n"));
fprintf (fp, _("# supposed to edit it manually, but of course you can do.\n"));
fprintf (fp, _("# This file will be entirely rewritten every time you\n"));
fprintf (fp, _("# quit the gimp.\n\n"));
fprintf (fp, _("# GIMP unitrc\n"
"# This file contains your user unit database. You can\n"
"# modify this list with the unit editor. You are not\n"
"# supposed to edit it manually, but of course you can do.\n"
"# This file will be entirely rewritten every time you\n"
"# quit the gimp.\n\n"));
/* save user defined units */
for (i = gimp_unit_get_number_of_built_in_units();

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <math.h>
#include "config.h"
#include "appenv.h"
#include "resize.h"
#include "actionarea.h"

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <math.h>
#include "appenv.h"

View File

@ -119,8 +119,8 @@ gimp_parasiterc_save(void)
if (!fp)
return;
fprintf (fp, _("# GIMP parasiterc\n"));
fprintf (fp, _("# This file will be entirely rewritten every time you quit the gimp.\n\n"));
fprintf (fp, _("# GIMP parasiterc\n"
"# This file will be entirely rewritten every time you quit the gimp.\n\n"));
parasite_list_foreach (parasites, (GHFunc)save_func, fp);

View File

@ -296,12 +296,12 @@ void save_unitrc (void)
if (!fp)
return;
fprintf (fp, _("# GIMP unitrc\n"));
fprintf (fp, _("# This file contains your user unit database. You can\n"));
fprintf (fp, _("# modify this list with the unit editor. You are not\n"));
fprintf (fp, _("# supposed to edit it manually, but of course you can do.\n"));
fprintf (fp, _("# This file will be entirely rewritten every time you\n"));
fprintf (fp, _("# quit the gimp.\n\n"));
fprintf (fp, _("# GIMP unitrc\n"
"# This file contains your user unit database. You can\n"
"# modify this list with the unit editor. You are not\n"
"# supposed to edit it manually, but of course you can do.\n"
"# This file will be entirely rewritten every time you\n"
"# quit the gimp.\n\n"));
/* save user defined units */
for (i = gimp_unit_get_number_of_built_in_units();

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <math.h>
#include "config.h"
#include "appenv.h"
#include "resize.h"
#include "actionarea.h"

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

View File

@ -18,9 +18,9 @@
/* NOTE: This file is autogenerated by pdbgen.pl. */
#include "config.h"
#include "procedural_db.h"
#include "config.h"
#include <stdio.h>
#include <stdlib.h>

View File

@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <math.h>
#include "config.h"
#include "appenv.h"
#include "resize.h"
#include "actionarea.h"

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <math.h>
#include "appenv.h"

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <math.h>
#include "appenv.h"

View File

@ -15,6 +15,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "config.h"
#include <stdlib.h>
#include <math.h>
#include "appenv.h"