diff options
Diffstat (limited to 'placeholder.h')
-rw-r--r-- | placeholder.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/placeholder.h b/placeholder.h deleted file mode 100644 index 1d18fd57..00000000 --- a/placeholder.h +++ /dev/null @@ -1,11 +0,0 @@ -/* 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") -} |