1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
/* Automatically generated by po2tbl.sed from gtkdiff.pot. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libgettext.h"
const struct _msg_ent _msg_tbl[] = {
{"", 1},
{"No \"EDITOR\" environment variable\n", 2},
{"\"EDITOR\" environment variable %s is not executable.\n", 3},
{"The files look modified. Will you reload the files?", 4},
{"file name(from)", 5},
{"file name(to)", 6},
{"diff type", 7},
{"lines(from)", 8},
{"lines(to)", 9},
{"Different", 10},
{"Only", 11},
{"Binary(different)", 12},
{"First file selection", 13},
{"Second file selection", 14},
{"Compare directories", 15},
{"Wrong file type\n", 16},
{"You have to select a directory. Or don't check the option button.\n", 17},
{"You have to select a (regular)file. Or check the option button.\n", 18},
{"Binary files\n", 19},
{"Identical files\n", 20},
{"Gtkdiff", 21},
{"\
Couldn't understand geometry (position and size)\n\
specified on command line", 22},
{"Specify geometry", 23},
{"GEOMETRY", 24},
{"Show Ta_bs", 25},
{"Show notebook tabs", 26},
{"_Show path", 27},
{"Show absolute path on directory view", 28},
{"_Hide emacs backup", 29},
{"Hide emacs backup files on directory view", 30},
{"H_ide object files", 31},
{"Hide object files on directory view", 32},
{"Hide _Binary", 33},
{"Hide binary files", 34},
{"Hide _Only", 35},
{"Hide only files", 36},
{"Hide _Different", 37},
{"Hide different files", 38},
{"_One pane", 39},
{"One pane view", 40},
{"_Two panes", 41},
{"Two panes view", 42},
{"_Show", 43},
{"Show line numbers", 44},
{"_Hide", 45},
{"Hide line numbers", 46},
{"_Text wrap", 47},
{"Toggle text wrap", 48},
{"P_ane", 49},
{"_Line number", 50},
{"_Reload", 51},
{"Reload the current directories", 52},
{"_Go directory view", 53},
{"Go directory view", 54},
{"_Next difference", 55},
{"Go to next difference", 56},
{"_Prev difference", 57},
{"Go to previous difference", 58},
{"Relative N_ext difference", 59},
{"Go to relative next difference", 60},
{"Relative Pre_v difference", 61},
{"Go to relative previous difference", 62},
{"_First difference", 63},
{"Go to the first difference", 64},
{"_Last difference", 65},
{"Go to the last difference", 66},
{"Reload the current files", 67},
{"D_irectory view", 68},
{"Fi_le view", 69},
{"_Action", 70},
{"Copyright 1999, under the GNU General Public License.", 71},
{"GTK+(GNOME) diff front-end.", 72},
{"Colors of differences", 73},
{"Ignore space [%s]", 74},
{"Ignore case [%s]", 75},
{"Ignore the number of spaces [%s]", 76},
{"diff(1) options", 77},
{"Gtkdiff - Preferences", 78},
{"First file", 79},
{"Second file", 80},
{"Foreground", 81},
{"Background", 82},
{"_Pane mode", 83},
{"_Edit file", 84},
};
int _msg_tbl_length = 84;
|