diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-07 12:15:52 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-07 12:15:52 +0000 |
commit | 5acf548e69cda62b298145005084c41cc6528cd0 (patch) | |
tree | 38def65f996aaad4c20874d0fc5959b346b3fce7 /cs/donate/index.php | |
parent | a8bd329408eb5dabc4def5f278255160e9a8c95e (diff) | |
download | www-5acf548e69cda62b298145005084c41cc6528cd0.tar www-5acf548e69cda62b298145005084c41cc6528cd0.tar.gz www-5acf548e69cda62b298145005084c41cc6528cd0.tar.bz2 www-5acf548e69cda62b298145005084c41cc6528cd0.tar.xz www-5acf548e69cda62b298145005084c41cc6528cd0.zip |
cs strings update (Petos)
Diffstat (limited to 'cs/donate/index.php')
-rw-r--r-- | cs/donate/index.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cs/donate/index.php b/cs/donate/index.php index 4a0364112..6c585cb4d 100644 --- a/cs/donate/index.php +++ b/cs/donate/index.php @@ -1,7 +1,7 @@ <!DOCTYPE html> <html dir="ltr" lang="cs"> <head> - <meta charset="utf-8"> + <meta charset="utf-8" /> <title>Dary pro Mageiu</title> <meta name="description" content="Mageia Spenden Kampagne"> <meta name="keywords" content="mageia, spenden, donate, donation"> @@ -26,7 +26,7 @@ </ul> </div> <h2><a name="why">Proč dát dar?</a></h2> - <p>Mageia.Org je organizace, která se neorientuje na zisk + <p>Mageia.Org je organizace, která se neorientuje na zisk, ale spravuje distribuci Mageia. Jako taková může od společenství přijímat dary, které Mageiu podpoří v mnoha různých oblastech:</p> <ul> @@ -53,7 +53,7 @@ </div> <div class="yui-g"><div class="para"> <h2><a name="d-paypal">Darování přes PayPal,</a></h2> - <?php include '../../paypal.inc.php'; echo html_paypal_form('de'); ?> + <?php include '../../paypal.inc.php'; echo html_paypal_form('cs'); ?> </div></div> <div class="yui-g"> <div class="yui-u first"><div class="para" style="padding-right: 0;"> @@ -91,4 +91,4 @@ </div> </div> </body> -</html>
\ No newline at end of file +</html> |