More clean-up
This commit is contained in:
parent
b703a04878
commit
19172bd19c
4
po/de.po
4
po/de.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Browser 0.1.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-03-03 05:29+0100\n"
|
||||
"POT-Creation-Date: 2011-03-03 05:32+0100\n"
|
||||
"PO-Revision-Date: 2010-03-29 23:28+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: English\n"
|
||||
|
@ -512,7 +512,7 @@ msgstr ""
|
|||
msgid "Usage: browser [directory...]\n"
|
||||
msgstr "Usage: browser [Ordner...]\n"
|
||||
|
||||
#: ../src/mime.c:81
|
||||
#: ../src/mime.c:86
|
||||
msgid "Could not load MIME globs"
|
||||
msgstr ""
|
||||
|
||||
|
|
4
po/es.po
4
po/es.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Browser 0.1.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-03-03 05:29+0100\n"
|
||||
"POT-Creation-Date: 2011-03-03 05:32+0100\n"
|
||||
"PO-Revision-Date: 2010-03-30 01:04+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: Spanish\n"
|
||||
|
@ -512,7 +512,7 @@ msgstr ""
|
|||
msgid "Usage: browser [directory...]\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/mime.c:81
|
||||
#: ../src/mime.c:86
|
||||
msgid "Could not load MIME globs"
|
||||
msgstr ""
|
||||
|
||||
|
|
4
po/fr.po
4
po/fr.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Browser 0.1.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-03-03 05:29+0100\n"
|
||||
"POT-Creation-Date: 2011-03-03 05:32+0100\n"
|
||||
"PO-Revision-Date: 2010-03-29 23:28+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: French\n"
|
||||
|
@ -540,7 +540,7 @@ msgstr " fichier(s) ?"
|
|||
msgid "Usage: browser [directory...]\n"
|
||||
msgstr "Usage: browser [dossier...]\n"
|
||||
|
||||
#: ../src/mime.c:81
|
||||
#: ../src/mime.c:86
|
||||
msgid "Could not load MIME globs"
|
||||
msgstr "Impossible de charger les infos MIME"
|
||||
|
||||
|
|
4
po/it.po
4
po/it.po
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Browser 0.1.4\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-03-03 05:29+0100\n"
|
||||
"POT-Creation-Date: 2011-03-03 05:32+0100\n"
|
||||
"PO-Revision-Date: 2010-04-07 23:18+0200\n"
|
||||
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
|
||||
"Language-Team: Italian\n"
|
||||
|
@ -512,7 +512,7 @@ msgstr ""
|
|||
msgid "Usage: browser [directory...]\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../src/mime.c:81
|
||||
#: ../src/mime.c:86
|
||||
msgid "Could not load MIME globs"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
# include <dirent.h>
|
||||
# include <gtk/gtk.h>
|
||||
# include <System.h>
|
||||
# include "mime.h"
|
||||
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <fnmatch.h>
|
||||
#include <errno.h>
|
||||
#include <libintl.h>
|
||||
#include <System.h>
|
||||
#include "mime.h"
|
||||
#include "../config.h"
|
||||
#define _(string) gettext(string)
|
||||
|
@ -50,6 +51,10 @@ struct _Mime
|
|||
};
|
||||
|
||||
|
||||
/* constants */
|
||||
#define MIME_CONFIG_FILE ".mime"
|
||||
|
||||
|
||||
/* public */
|
||||
/* functions */
|
||||
/* mime_new */
|
||||
|
|
|
@ -18,11 +18,8 @@
|
|||
#ifndef BROWSER_MIME_H
|
||||
# define BROWSER_MIME_H
|
||||
|
||||
# include <System.h>
|
||||
# include <gtk/gtk.h>
|
||||
|
||||
# define MIME_CONFIG_FILE ".mime"
|
||||
|
||||
|
||||
/* Mime */
|
||||
/* types */
|
||||
|
|
Loading…
Reference in New Issue
Block a user