From 4bbd6927f4082275ada9bf5cd6bb3a62092b499d Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 14 Feb 2004 07:05:47 +0000 Subject: added translated mail files --- mail/placeholder.h | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 mail/placeholder.h (limited to 'mail/placeholder.h') diff --git a/mail/placeholder.h b/mail/placeholder.h new file mode 100644 index 0000000..bfc9b5e --- /dev/null +++ b/mail/placeholder.h @@ -0,0 +1,39 @@ +/* + * This file is a placeholder; to define strings to be translated for + * the welcome mail message. + */ + +char *placeholder[] = { + /* name appearing in To: */ + i18n("MandrakeSoft Users"), + /* subject */ + i18n("Welcome to Mandrake Linux"), + /* */ + i18n("Welcome to Mandrake Linux!"), + /* mail greeting heading */ + i18n("Hello,"), + /* */ + i18n("We hope you are totally satisfied with the Mandrake Linux 10.0, below is a list of useful websites:"), + "http://www.mandrakesoft.com/", + /* */ + "mandrakesoft.com", + /* placeholer is mandrakesoft.com URL */ + i18n("The %s website provides all the details for keeping in touch with the publisher of your favorite Linux distribution."), + "http://www.mandrakestore.com/", + i18n("MandrakeStore"), + /* placeholder is 'MandrakeStore' */ + i18n("Purchase the latest MandrakeSoft products, services and third-party solutions. %s is a 'must stop location' for adding value to your computer."), + "http://www.mandrakeclub.com/", + i18n("MandrakeClub"), + /* placeholder is 'MandrakeClub' */ + i18n("Become a %s member! From special offers to exclusive benefits, %s is the place where users meet and download hundreds of applications."), + "http://www.mandrakeexpert.com/", + i18n("MandrakeExpert"), + /* placeholder is 'MandrakeExpert' */ + i18n("%s is the primary destination for receiving assistance from MandrakeSoft's support team and from the community of users."), + /* goodbye signature (1st line) */ + i18n("Yours Sincerely,"), + /* goodbye signature (2nd line) */ + i18n("The MandrakeSoft team"), +}; + -- cgit v1.2.1