summaryrefslogtreecommitdiffstats
path: root/mail/placeholder.h
blob: 1b2dc7170fff1ab2699750b1b19ddf012d9dd81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*
 * 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 Mandrakelinux"),
	/* */
	i18n("Welcome to Mandrakelinux!"),
	/* mail greeting heading */
	i18n("Hello,"),
	/* */
	i18n("We hope you are totally satisfied with Mandrakelinux. Below is a list of useful websites:"),
	/* */
	"mandrakesoft.com",
	"http://www.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."),
	i18n("Mandrakestore"),
	"http://www.mandrakestore.com/",
	/* placeholder is 'Mandrakestore' */
	i18n("%s is the Mandrakesoft's online store. Thanks to its new look-and-feel the purchase of products, services or third-party solutions has never been so easy!"),
	i18n("Mandrakeclub"),
	"http://www.mandrakeclub.com/",
	/* 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."),
	i18n("Mandrakeexpert"),
	"http://www.mandrakeexpert.com/",
	/* placeholder is 'Mandrakeexpert' */
 	i18n("%s is the primary destination for receiving assistance from Mandrakesoft's support team."),
	i18n("Mandrakeonline"),
	"http://www.mandrakeeonline.com/",
	/* placeholder is 'Mandrakeonline' */
 	i18n("%s is the latest service provided by Mandrakesoft. It allows you to keep your computer up-to-date through a centralized and automated service."),
	/* goodbye signature (1st line) */
	i18n("Yours Sincerely,"),
	/* goodbye signature (2nd line) */
	i18n("The Mandrakesoft team"),
};