summaryrefslogtreecommitdiffstats
path: root/HTML/placeholder.h
blob: 8e60b11dea54a4eee9e150e829ecdb9b40091ec4 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
 * This file is a placeholder; to define strings to be translated for
 * the HTML page.
 */

char *placeholder[] = {
	/* used by the desktop icon */
	i18n("Welcome"),
	/* title (<title>) of the html */
	i18n("Congratulations for choosing Mandrakelinux!"),
	/* title (<h1>) of the html page */
	i18n("Congratulations for choosing Mandrakelinux!"),
	/* */
//	i18n("We take pride in providing the most user-friendly and full-featured Linux distribution available. We hope it gives you complete satisfaction for many years."),
	i18n("Mandrakesoft offers a comprehensive range of products and services to help you make the most of your Mandrakelinux system. Just point and click and find out everything about Mandrakelinux!"),
	/* 
	 * From here on; the entries are grouped by 4:
	 * 0: the url title
	 * 1: the url itself
	 * 2: the icon to use
	 * 3: the paragraph text (including a "%s")
	 * 
	 */
	/* */
	"Mandrakesoft.com",
	"http://www.mandrakesoft.com/",
	"/usr/share/mdk/indexhtml/mdksoft.png",
	/* placeholer is mandrakesoft.com URL */
	i18n("The mandrakesoft.com website provides all the details for keeping in touch with the publisher of the Linux system with the most features and best usability."),
	//i18n("The %s website lets you keep in touch with the publisher of your favorite Linux distribution. It's also a great location for discovering new products and services."),
	/* */
	i18n("Mandrakeonline"),
	"http://www.mandrakeonline.com/",
	"/usr/share/mdk/indexhtml/mdkonline.png",
	i18n("Mandrakeonline is the latest service provided by Mandrakesoft. It allows you to keep your computer up-to-date through a centralized and automated service."),
	/* */
	"Mandrakelinux.com",
	"http://www.mandrakelinux.com/",
	"/usr/share/mdk/indexhtml/mdklinux.png",
	i18n("Mandrakelinux.com is the website dedicated to the Linux community and open source Linux projects."),
	/* */
	i18n("Mandrakeclub"),
	"http://www.mandrakeclub.com/",
	"/usr/share/mdk/indexhtml/mdkclub.png",
	/* placeholder is mandrakeclub URL */
	i18n("Mandrakeclub is the website dedicated to Mandrakelinux users. Signing up for membership brings you exclusive benefits: exclusive access to forums, RPMs and products download, discounts on Mandrakelinux products and much more!"),
	/* */
	i18n("Mandrakestore"),
	"http://www.mandrakestore.com/",
	"/usr/share/mdk/indexhtml/mdkstore.png",
	/* placeholder is mandrakestore URL */
	i18n("Mandrakestore 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!"),
	/* */
	"Mandrakeexpert",
	"http://www.mandrakeexpert.com/",
	"/usr/share/mdk/indexhtml/mdkexpert.png",
	/* placeholder is mandrakeexpert URL */
	i18n("Mandrakeexpert is the primary destination for receiving assistance from Mandrakesoft's support team."),
};