blob: 1d18fd5706bb9e2b6a04504894ca0604975302ed (
plain)
1
2
3
4
5
6
7
8
9
10
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")
}
|