diff options
Diffstat (limited to 'HTML/placeholder.h')
-rw-r--r-- | HTML/placeholder.h | 47 |
1 files changed, 22 insertions, 25 deletions
diff --git a/HTML/placeholder.h b/HTML/placeholder.h index 8e60b11..1336081 100644 --- a/HTML/placeholder.h +++ b/HTML/placeholder.h @@ -7,12 +7,12 @@ char *placeholder[] = { /* used by the desktop icon */ i18n("Welcome"), /* title (<title>) of the html */ - i18n("Congratulations for choosing Mandrakelinux!"), + i18n("Congratulations for choosing Mandriva Linux!"), /* title (<h1>) of the html page */ - i18n("Congratulations for choosing Mandrakelinux!"), + i18n("Congratulations for choosing Mandriva Linux!"), /* */ // 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!"), + i18n("Mandriva offers a comprehensive range of products and services to help you make the most of your Mandriva Linux system. Just point and click and find out everything about Mandriva Linux!"), /* * From here on; the entries are grouped by 4: * 0: the url title @@ -22,38 +22,35 @@ char *placeholder[] = { * */ /* */ - "Mandrakesoft.com", - "http://www.mandrakesoft.com/", + "Mandriva.com", + "http://www.mandriva.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."), + /* placeholer is mandriva.com URL */ + i18n("The mandriva.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/", + i18n("Mandriva Online"), + "http://www.mandrivaonline.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."), + i18n("Mandriva Online is the latest service provided by Mandriva. It allows you to keep your computer up-to-date through a centralized and automated service."), /* */ - "Mandrakelinux.com", - "http://www.mandrakelinux.com/", + i18n("Mandriva Linux"), + "http://www.mandrivalinux.com/", "/usr/share/mdk/indexhtml/mdklinux.png", - i18n("Mandrakelinux.com is the website dedicated to the Linux community and open source Linux projects."), + i18n("Mandrivalinux.com is the website dedicated to the Linux community and open source Linux projects."), /* */ - i18n("Mandrakeclub"), - "http://www.mandrakeclub.com/", + i18n("Mandriva Club"), + "http://www.mandrivaclub.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("Mandriva Club is the website dedicated to Mandriva Linux users. Signing up for membership brings you exclusive benefits: exclusive access to forums, RPMs and products download, discounts on Mandriva Linux products and much more!"), /* */ - i18n("Mandrakestore"), - "http://www.mandrakestore.com/", + i18n("Mandriva Store"), + "http://www.mandrivastore.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!"), + i18n("Mandriva Store is the Mandriva'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/", + "Mandriva Expert", + "http://www.mandrivaexpert.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."), + i18n("Mandriva Expert is the primary destination for receiving assistance from Mandriva's support team."), }; |