summaryrefslogtreecommitdiffstats
path: root/placeholder.h
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-09-13 00:54:05 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-09-13 00:54:05 +0000
commitfa7254f8e139858c20c0098828f683b0bea41365 (patch)
treea904dc2efb42b3656a126e5906b3374de5a23bbe /placeholder.h
parent9bfc702b931a09176abcb1b49bb435d63331e7ff (diff)
downloaddrakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar
drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar.gz
drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar.bz2
drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.tar.xz
drakwizard-fa7254f8e139858c20c0098828f683b0bea41365.zip
updated pot file; added comment for difficult string
Diffstat (limited to 'placeholder.h')
-rw-r--r--placeholder.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/placeholder.h b/placeholder.h
new file mode 100644
index 00000000..08988d0a
--- /dev/null
+++ b/placeholder.h
@@ -0,0 +1,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"),
+}