1
1

2000-09-10 Bradford Hovinen <hovinen@helixcode.com>

* po/fr.po: Updated French translations
        * all: Chnaged #include "config.h" to #ifdef HAVE_CONFIG_H ...
        * *.desktop, *.directory: Updated French translations
        * po/POTFILES.in: Added screensaver XML files

        Courtesy of Christophe Merlet <c.merlet@agglo-pau.fr>
Этот коммит содержится в:
hovinen 2000-09-10 12:57:08 +00:00
родитель d6ce19afe5
Коммит 55a66f9cec
6 изменённых файлов: 26 добавлений и 5 удалений

Просмотреть файл

@ -1,3 +1,8 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "edit-window.h"
#include "mime-data.h"
#include "mime-info.h"

Просмотреть файл

@ -2,7 +2,11 @@
/* Copyright (C) 1998 Redhat Software Inc.
* Authors: Jonathan Blandford <jrb@redhat.com>
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "capplet-widget.h"
#include "gnome.h"
#include <string.h>

Просмотреть файл

@ -2,7 +2,11 @@
/* Copyright (C) 1998 Redhat Software Inc.
* Authors: Jonathan Blandford <jrb@redhat.com>
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "capplet-widget.h"
#include "gnome.h"
#include <string.h>

Просмотреть файл

@ -2,7 +2,11 @@
/* Copyright (C) 1998 Redhat Software Inc.
* Authors: Jonathan Blandford <jrb@redhat.com>
*/
#include <config.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "capplet-widget.h"
#include "gnome.h"
#include <string.h>

Просмотреть файл

@ -34,7 +34,7 @@ Comment[el]=
Comment[es]=Configura los tipos de archivos y los programas asociados para manejarlos
Comment[et]=MIME tpide assigneerimine failidele ja programmidele
Comment[fi]=Aseta tiedostoassosiaatiot ja avaajat
Comment[fr]=Configure les types de fichier et les programmes y associщs
Comment[fr]=Configuration des types de fichier et des programmes qui y sont associщs
Comment[gl]=Configura a maneira en que os ficheiros se asocian cos programas
Comment[it]=Configura i tipi di files e le applicazioni usate per aprirli
Comment[ja]=еебедеыдндддыъ

Просмотреть файл

@ -1,6 +1,10 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "new-mime-window.h"
#include "capplet-widget.h"
#include <config.h>
static GtkWidget *add_dialog = NULL;
extern GtkWidget *capplet;