blob: 2bb6e67437ac78e5e5718305b5ed7625114b6a20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* This file is a placeholder; to define strings not found on the *wiz
* files; or also to put somme comments for translators
*/
char *placeholder[] {
N_("Cancel"),
N_("Next"),
N_("Previous"),
/*I18N: it is important to have this properly aligned.
it will be displayed with a monospace font; and the alignment
must be the same as for the command "df -h" on the command line
*/
N_("Filesystem Size Used Avail Use% Mounted on"),
}
|