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/about/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/about/index.php')
-rw-r--r-- | cs/about/index.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/cs/about/index.php b/cs/about/index.php new file mode 100644 index 000000000..0409340b4 --- /dev/null +++ b/cs/about/index.php @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html dir="ltr" lang="cs"> +<head> + <meta charset="utf-8"> + <title>O Mageii</title> + <link rel="stylesheet" type="text/css" href="/g/style/all.css"> + <?php include '../../analytics.php'; ?> +</head> +<body> + <?php include '../../langs.php'; ?> + <div id="doc" class="yui-t7"> + <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">O</span></h1></div> + <div id="bd" role="main"> + <div class="yui-g"><div class="para"> + <ul> + <li><a href="/wiki/doku.php?id=org">Vedení</a></li> + <li><a href="./code-of-conduct/">Pravidla chování</a></li> + <li><a href="./policies/">Postoje</a></li> + <li><a href="./values/">Hodnoty</a></li> + <li>Účetní výkazy: <a href="/en/reports/2010/">2010</a>, + <a href="/en/reports/2011/">2011</a></li> + <li><a href="../donate/">Dary</a></li> + <li><a href="/en/thank-you/">Poděkování!</a></li> + <li><a href="./policies/privacy/">Ochrana soukromí</a></li> + </ul> + </div></div> + </div> + </div> +</body> +</html> |