diff options
Diffstat (limited to 'placeholder.h')
-rw-r--r-- | placeholder.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/placeholder.h b/placeholder.h new file mode 100644 index 00000000..1d18fd57 --- /dev/null +++ b/placeholder.h @@ -0,0 +1,11 @@ +/* A place holder for the strings of old DrakConf, so the new + * translation can also work for the old one (that is, a unique + * version is used for both + */ + +char *foo[] = { + N_("DrakConf: error"), + N_("Quit"), + N_("Error while parsing\nconfig file."), + N_("Can't find any program\n") +} |