[Pkg-shadow-commits] r1860 - in www/trunk: . htdocs po

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Feb 24 21:50:17 UTC 2008


Author: nekral-guest
Date: 2008-02-24 21:50:16 +0000 (Sun, 24 Feb 2008)
New Revision: 1860

Added:
   www/trunk/htdocs.cfg
   www/trunk/htdocs/
   www/trunk/htdocs/.htaccess
   www/trunk/htdocs/default.css
   www/trunk/htdocs/documentation.php.en
   www/trunk/htdocs/download.php.en
   www/trunk/htdocs/features.php.en
   www/trunk/htdocs/footer.php
   www/trunk/htdocs/fuzzy.png
   www/trunk/htdocs/getinvolved.php.en
   www/trunk/htdocs/header.php.en
   www/trunk/htdocs/header.png
   www/trunk/htdocs/index.php.en
   www/trunk/htdocs/table_shadow_utils.php.en
   www/trunk/htdocs/table_translations_legend.php
   www/trunk/htdocs/translated.png
   www/trunk/htdocs/translations.php.en
   www/trunk/htdocs/untranslated.png
   www/trunk/html-build-upload.sh
   www/trunk/po/
   www/trunk/po/fr.po
   www/trunk/po/shadow-www.pot
Log:
Added website.


Added: www/trunk/htdocs/.htaccess
===================================================================
--- www/trunk/htdocs/.htaccess	                        (rev 0)
+++ www/trunk/htdocs/.htaccess	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,2 @@
+# Activate content negotiation
+Options Multiviews

Added: www/trunk/htdocs/default.css
===================================================================
--- www/trunk/htdocs/default.css	                        (rev 0)
+++ www/trunk/htdocs/default.css	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,86 @@
+body {
+    font-family: Tahoma,Verdana,sans-serif;
+    font-size: small;
+    color: rgb(100,100,100);
+    margin: 0;
+    background: rgb(250,255,252);
+}
+
+.bg {
+    margin: 0;
+    margin-bottom: 20px;
+    background-image: url(header.png);
+    background-repeat: repeat-x;
+}
+
+.bg .header {
+    margin: 0 15% 0 15%;
+    max-width: 50em;
+    padding-top: 1em;
+    padding-bottom: 1em;
+}
+
+.bg .header h1 {
+    font-size: xx-large;
+    text-align: right;
+    color: white;
+}
+
+.bg .header h1 sup {
+    font-size: small;
+    position: absolute;
+}
+
+#body {
+    margin: 0 15% 0 15%;
+    max-width: 50em;
+}
+
+h1 { font-size: x-large; border-bottom: 1px rgb(200,200,200) solid; text-align: right; margin: 0 0 0.7em 0; padding: 0 0 0.2em 0; }
+h1 sup { font-size: small; position: absolute; }
+
+h2 { margin: 0; font-size: small;}
+
+
+a { font-weight: bold; text-decoration: none; color: black; }
+a:visited { font-weight: normal; }
+a:hover { font-style: italic; }
+
+#nav {
+    width: 10em;
+    /*background: gray;*/
+    text-align: right;
+    float: left;
+    padding: 1em 0 0 0;
+}
+
+#nav a { display: block; padding: 0 0 1em 0; font-weight: normal; }
+#nav a:hover { font-style: normal; background: transparent; /* background so that IE does hover effect (?!?!)*/ }
+#nav a span { color: rgb(250,255,252); }
+#nav a:hover span { color: black; }
+
+#content {
+    /*background: lightsteelblue;*/
+    margin: 0 0 0 10em;
+    padding: 1em 1em 0 1em;
+    border-left: 1px rgb(200,200,200) solid;
+}
+
+div.item {
+    border-bottom: 1px rgb(200,200,200) solid;
+    margin: 0 0 2em 0;
+}
+
+div.item p { margin: 1em 0.2em 0.3em 0; line-height: 1.5; text-align: justify; }
+
+#languages {
+    margin: 2em 0 2em 2em;
+    font-size: x-small;
+}
+
+#footer {
+    margin: 2em 0 0 0;
+    text-align: center;
+    border-top: 1px rgb(200,200,200) solid;
+    font-size: xx-small;
+}

Added: www/trunk/htdocs/documentation.php.en
===================================================================
--- www/trunk/htdocs/documentation.php.en	                        (rev 0)
+++ www/trunk/htdocs/documentation.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,39 @@
+<!-- vim: set noexpandtab tw=0 : -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet"
+	      type="text/css"
+	      href="default.css" />
+	<meta http-equiv="Content-Type"
+	      content="application/xhtml+xml; charset=utf-8" />
+	<title>po4a - Documentation</title>
+</head>
+<body>
+	<? include "header.php.en"; ?>
+
+	<div id="content">
+		<div class="item">
+			<h2>Documentation</h2>
+			<p>Here is an HTML version of the po4a's manpages.</p>
+			<p>The <a href="man/man7/po4a.7.php">po4a.7</a> manpage
+			provides an introduction to po4a.</p>
+			<p>For more details, the <a href="man/">index</a>
+			provides the documentation of the various commands
+			and modules.</p>
+		</div>
+		<div class="item">
+			<h2>Help</h2>
+			<p>We can help you to set up a translation framework
+			for your project's documentation or to adapt po4a to
+			your needs.  Do not hesitate to contact us on our
+			<a href="mailto:po4a-devel at lists.alioth.debian.org">mailing
+			list</a> or on IRC (#po4a on oftc).</p>
+		</div>
+	</div>
+
+	<? include "footer_documentation.php"; ?>
+	<? include "footer.php"; ?>
+</body>
+</html>

Added: www/trunk/htdocs/download.php.en
===================================================================
--- www/trunk/htdocs/download.php.en	                        (rev 0)
+++ www/trunk/htdocs/download.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,45 @@
+<!-- vim: set noexpandtab tw=0 : -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet"
+	      type="text/css"
+	      href="default.css" />
+	<meta http-equiv="Content-Type"
+	      content="application/xhtml+xml; charset=utf-8" />
+	<title>shadow - Download</title>
+</head>
+<body>
+	<? include "header.php.en"; ?>
+
+	<div id="content">
+		<div class="item">
+			<h2>Sources</h2>
+			<p>You can find the sources of the latest release on
+			<a href="ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow">Alioth</a>.</p>
+			<p>The archives are signed by one of these gpg keys:
+				<ul>
+					<li><a href="http://pgp.cs.uu.nl/stats/EA7CF5AD.html">96F7 A8CC A87F 0EB8 3497  01B2 5A0A 399A EA7C F5AD</a></li>
+					<li><a href="http://pgp.cs.uu.nl/stats/C0143D2D.html">F972 A168 A270 3B34 CC23  E09F D4E5 EDAC C014 3D2D</a></li>
+				</ul>
+			</p>
+		</div>
+		<div class="item">
+			<h2>Binary</h2>
+			<p>There are binary packages of the shadow tool suite
+			in many OpenSource distributions (Debian, Ubuntu,
+			Gentoo, Fedora, Mandriva, and probably others).</p>
+			<p>On Debian, the shadow tool suite is distributed as two separated packages: <a href="http://packages.debian.org/login">login</a> and <a href="http://packages.debian.org/passwd">passwd</a>.</p>
+		</div>
+		<div class="item">
+			<h2>SVN</h2>
+			<p>The latest sources are available from our <a href="svn://svn.debian.org/pkg-shadow/">SVN repository</a>.</p>
+			<p>You can browse the source on the web with <a href="http://svn.debian.org/wsvn/pkg-shadow">WebSVN</a> or <a href="http://svn.debian.org/viewsvn/pkg-shadow/">ViewSVN</a>.</p>
+		</div>
+	</div>
+
+	<? include "footer_download.php"; ?>
+	<? include "footer.php"; ?>
+</body>
+</html>

Added: www/trunk/htdocs/features.php.en
===================================================================
--- www/trunk/htdocs/features.php.en	                        (rev 0)
+++ www/trunk/htdocs/features.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,27 @@
+<!-- vim: set noexpandtab tw=0 : -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet"
+	      type="text/css"
+	      href="default.css" />
+	<meta http-equiv="Content-Type"
+	      content="application/xhtml+xml; charset=utf-8" />
+	<title>shadow - Features</title>
+</head>
+<body>
+	<? include "header.php.en"; ?>
+
+	<div id="content">
+		<div class="item">
+			<h2>Introduction</h2>
+			<p>shadow includes the following tools:</p>
+	<? include "table_shadow_utils.php.en"; ?>
+		</div>
+	</div>
+
+	<? include "footer_features.php"; ?>
+	<? include "footer.php"; ?>
+</body>
+</html>

Added: www/trunk/htdocs/footer.php
===================================================================
--- www/trunk/htdocs/footer.php	                        (rev 0)
+++ www/trunk/htdocs/footer.php	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,8 @@
+<!-- begin footer.php -->
+<!--This theme is free for distriubtion,  so long as  link to openwebdesing.org and webhostingbluebook.com stay on the theme-->
+	<div id="footer">
+		<p>Theme courtesy <a href="http://www.openwebdesign.org">Open Web Design</a>.
+		Thanks to <a href="http://www.webhostingbluebook.com">web hosting bluebook</a>.
+		(Copyright &copy;2004 Mark Florian)</p>
+	</div>
+<!-- end footer.php -->

Added: www/trunk/htdocs/fuzzy.png
===================================================================
(Binary files differ)


Property changes on: www/trunk/htdocs/fuzzy.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/trunk/htdocs/getinvolved.php.en
===================================================================
--- www/trunk/htdocs/getinvolved.php.en	                        (rev 0)
+++ www/trunk/htdocs/getinvolved.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,51 @@
+<!-- vim: set noexpandtab tw=0 : -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet"
+	      type="text/css"
+	      href="default.css" />
+	<meta http-equiv="Content-Type"
+	      content="application/xhtml+xml; charset=utf-8" />
+	<title>shadow - Get involved!</title>
+</head>
+<body>
+	<? include "header.php.en"; ?>
+
+	<div id="content">
+		<div class="item">
+			<h2>Introduction</h2>
+			<p>The <a href="http://alioth.debian.org/projects/pkg-shadow/">pkg-shadow</a>
+			project on Alioth is used for upstream maintenance of
+			shadow and for the maintenance of the Debian shadow
+			package.</p>
+		</div>
+		<div class="item">
+			<h2>Get involved!</h2>
+			<p>If you want to participate, you can contact us</p>
+			<ul>
+				<li>on our <a href="mailto:pkg-shadow-devel at lists.alioth.debian.org">mailing list</a> (<a href="http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/">archives</a>),</li>
+				<li>on IRC (#shadow on freenode).</li></ul>
+			<p>Bug reports, patches, feature requests or any
+			feedback are welcomed on the mailing list, in the
+			<a href="https://alioth.debian.org/tracker/?group_id=30580">Alioth tracker</a>
+			or in the <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=shadow">Debian BTS</a>.</p>
+			<p>Commit emails are sent on a separate
+			<a href="mailto:pkg-shadow-commits at lists.alioth.debian.org">mailing list</a> (<a href="http://lists.alioth.debian.org/pipermail/pkg-shadow-commits/">archives</a>).</p>
+		</div>
+		<div class="item">
+			<h2>Testsuite</h2>
+			<p>You can also contribute to the <a href="http://svn.debian.org/viewsvn/pkg-shadow/debian/trunk/tests/">test
+			suite</a> and improve the <a href="coverage">coverage</a>
+			of these tests.</p>
+			<p>The testsuite is currently executed on a Debain
+			environment. You can help testing it on another
+			environment.</p>
+		</div>
+	</div>
+
+	<? include "footer_getinvolved.php"; ?>
+	<? include "footer.php"; ?>
+</body>
+</html>

Added: www/trunk/htdocs/header.php.en
===================================================================
--- www/trunk/htdocs/header.php.en	                        (rev 0)
+++ www/trunk/htdocs/header.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,13 @@
+<!-- begin header.php -->
+	<div class="bg"><div class="header">
+		<h1>shadow<sup>v<? include "version.php"; ?></sup></h1>
+	</div></div>
+
+	<div id="nav">
+		<a href="."                 title="Welcome"      >Welcome<span>&nbsp;&nbsp;&lt;</span></a>
+		<a href="features.php"      title="Features"     >Features<span>&nbsp;&nbsp;&lt;</span></a>
+		<a href="download.php"      title="Download"     >Download<span>&nbsp;&nbsp;&lt;</span></a>
+		<a href="getinvolved.php"   title="Get Involved" >Get Involved<span>&nbsp;&nbsp;&lt;</span></a>
+		<a href="translations.php"  title="Translations" >Translations<span>&nbsp;&nbsp;&lt;</span></a>
+	</div>
+<!-- end header.php -->

Added: www/trunk/htdocs/header.png
===================================================================
(Binary files differ)


Property changes on: www/trunk/htdocs/header.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/trunk/htdocs/index.php.en
===================================================================
--- www/trunk/htdocs/index.php.en	                        (rev 0)
+++ www/trunk/htdocs/index.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,60 @@
+<!-- vim: set noexpandtab tw=0 : -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet"
+	      type="text/css"
+	      href="default.css" />
+	<meta http-equiv="Content-Type"
+	      content="application/xhtml+xml; charset=utf-8" />
+	<title>shadow - Welcome</title>
+</head>
+<body>
+	<? include "header.php.en"; ?>
+
+	<div id="content">
+		<div class="item">
+			<h2>Welcome!</h2>
+			<p>This is the shadow tool suite home page.</p>
+		</div>
+		<div class="item">
+			<h2>2007-12-10 - New release: 4.1.0</h2>
+			<p>A new version of shadow was released.  It contains
+			patches gathered from various distributions, the
+			documentation of the login.defs variables, support for
+			SHA password encryption methods, and lots of bug
+			fixes.</p>
+			<p>The manpages are now generated depending on the
+			configuration. It is recommended to re-generate them if
+			you change some configure options.</p>
+		</div>
+		<div class="item">
+			<h2>2007-10-28 - New release: 4.0.18.2</h2>
+			<p>A new version of shadow was released.  It contains
+			changes accumulated from the previous repository and
+			small recent changes.</p>
+			<p>The packaging should not have change too much.
+			Tell us if there are some packaging issues.</p>
+		</div>
+		<div class="item">
+			<h2>2007-10-07 - New repository layout for upstream development</h2>
+			<p>Upstream development of the shadow tool suite used
+			to be hosted by the <a href="http://www.pld-linux.org/">PLD project</a>.</p>
+			<p>It will now be hosted on Alioth.</p>
+			<p>The pkg-shadow repository was reorganized to separate <a href="http://svn.debian.org/wsvn/pkg-shadow/upstream/">upstream maintenance</a> from the <a href="http://svn.debian.org/wsvn/pkg-shadow/debian/">Debian package mainenance</a>.</p>
+			<p>The shadow <a href="http://svn.debian.org/wsvn/pkg-shadow/upstream/tags/">history</a> was imported using
+			<a href="ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/old">old archives</a> and the <a href="ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/old/shadow-4.0.18.1+last_pld_cvs.tar.bz2">last known snapshot of CVS repository on PLD</a>.</p>
+		</div>
+		<div class="item">
+			<h2>Project links</h2>
+			<p>The <a href="http://alioth.debian.org/projects/pkg-shadow/">shadow project</a>
+			is hosted on
+			<a href="http://alioth.debian.org">Alioth</a>.</p>
+		</div>
+	</div>
+
+	<? include "footer_index.php"; ?>
+	<? include "footer.php"; ?>
+</body>
+</html>

Added: www/trunk/htdocs/table_shadow_utils.php.en
===================================================================
--- www/trunk/htdocs/table_shadow_utils.php.en	                        (rev 0)
+++ www/trunk/htdocs/table_shadow_utils.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,37 @@
+<table>
+<tr><td>chage (1)</td><td>change user password expiry information</td></tr>
+<tr><td>chfn (1)</td><td>change real user name and information</td></tr>
+<tr><td>chsh (1)</td><td>change login shell</td></tr>
+<tr><td>expiry (1)</td><td>check and enforce password expiration policy</td></tr>
+<tr><td>gpasswd (1)</td><td>administer the /etc/group file</td></tr>
+<tr><td>login (1)</td><td>begin session on the system</td></tr>
+<tr><td>newgrp (1)</td><td>log in to a new group</td></tr>
+<tr><td>passwd (1)</td><td>change user password</td></tr>
+<tr><td>sg (1)</td><td>execute command as different group ID</td></tr>
+<tr><td>su (1)</td><td>change user ID or become superuser</td></tr>
+<tr><td>faillog (5)</td><td>login failure logging file</td></tr>
+<tr><td>gshadow (5)</td><td>shadowed group file</td></tr>
+<tr><td>login.defs (5)</td><td>shadow password suite configuration</td></tr>
+<tr><td>passwd (5)</td><td>the password file</td></tr>
+<tr><td>shadow (5)</td><td>encrypted password file</td></tr>
+<tr><td>chgpasswd (8)</td><td>update group passwords in batch mode</td></tr>
+<tr><td>chpasswd (8)</td><td>update passwords in batch mode</td></tr>
+<tr><td>faillog (8)</td><td>display faillog records or set login failure limits</td></tr>
+<tr><td>groupadd (8)</td><td>create a new group</td></tr>
+<tr><td>groupdel (8)</td><td>delete a group</td></tr>
+<tr><td>groupmod (8)</td><td>modify a group definition on the system</td></tr>
+<tr><td>grpck (8)</td><td>verify integrity of group files</td></tr>
+<tr><td>grpconv (8)</td><td>convert to and from shadow passwords and groups</td></tr>
+<tr><td>grpunconv (8)</td><td>convert to and from shadow passwords and groups</td></tr>
+<tr><td>lastlog (8)</td><td>reports the most recent login of all users or of a given user</td></tr>
+<tr><td>newusers (8)</td><td>update and create new users in batch</td></tr>
+<tr><td>nologin (8)</td><td>politely refuse a login</td></tr>
+<tr><td>pwck (8)</td><td>verify integrity of password files</td></tr>
+<tr><td>pwconv (8)</td><td>convert to and from shadow passwords and groups</td></tr>
+<tr><td>pwunconv (8)</td><td>convert to and from shadow passwords and groups</td></tr>
+<tr><td>useradd (8)</td><td>create a new user or update default new user information</td></tr>
+<tr><td>userdel (8)</td><td>delete a user account and related files</td></tr>
+<tr><td>usermod (8)</td><td>modify a user account</td></tr>
+<tr><td>vigr (8)</td><td>edit the password, group, shadow-password or shadow-group file</td></tr>
+<tr><td>vipw (8)</td><td>edit the password, group, shadow-password or shadow-group file</td></tr>
+</table>

Added: www/trunk/htdocs/table_translations_legend.php
===================================================================
--- www/trunk/htdocs/table_translations_legend.php	                        (rev 0)
+++ www/trunk/htdocs/table_translations_legend.php	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,4 @@
+<tr><td>legend:</td><td></td></tr>
+<tr><td><img height="10" src="translated.png" style="height: 1em;" width="100%" alt="translated"/></td><td>translated</td></tr>
+<tr><td><img height="10" src="fuzzy.png" style="height: 1em;" width="100%" alt="fuzzy"/></td><td>fuzzy</td></tr>
+<tr><td><img height="10" src="untranslated.png" style="height: 1em;" width="100%" alt="untranslated"/></td><td>untranslated</td></tr>

Added: www/trunk/htdocs/translated.png
===================================================================
(Binary files differ)


Property changes on: www/trunk/htdocs/translated.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/trunk/htdocs/translations.php.en
===================================================================
--- www/trunk/htdocs/translations.php.en	                        (rev 0)
+++ www/trunk/htdocs/translations.php.en	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,52 @@
+<!-- vim: set noexpandtab tw=0 : -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+	<link rel="stylesheet"
+	      type="text/css"
+	      href="default.css" />
+	<meta http-equiv="Content-Type"
+	      content="application/xhtml+xml; charset=utf-8" />
+	<title>shadow - Translations</title>
+</head>
+<body>
+	<? include "header.php.en"; ?>
+
+	<div id="content">
+		<div class="item">
+			<h2>Translating</h2>
+			<p>Strings are usually frozen one or two weeks before
+			the releases. Tell us if you want to be notified.</p>
+			<p>See below for the list of available translations and
+			work needed.</p>
+			<p>You can find the translation material on our SVN
+			repository.</p>
+		</div>
+		<div class="item">
+			<h2>Available translations</h2>
+			<p>The shadow tool suite is currently translated in the
+			following languages:</p>
+			<? include "table_translations_bin.php";?>
+		</div>
+		<div class="item">
+			<h2>Translations of the documentation</h2>
+			<p>The shadow manpages are also translated in the
+			following languages:</p>
+			<? include "table_translations_doc.php";?>
+			<p>Note: This only represents the manpages PO based
+			translations.  Some of the shadow manpages are also translated
+			in the following languages: Czech, Spanish, Finish, Hungarian, Indonesian, Italian, Japanese, Korean, Portuguese (as spoken in Brasil), Turkish, Simplified Chinese, Traditional Chinese.  These translations
+			are outdated, please contact us if you want to update them.</p>
+		</div>
+		<div class="item">
+			<h2>Translations of the web site</h2>
+			<p>This web site is also translated in the following languages:</p>
+			<? include "table_translations_www.php";?>
+		</div>
+	</div>
+
+	<? include "footer_translations.php"; ?>
+	<? include "footer.php"; ?>
+</body>
+</html>

Added: www/trunk/htdocs/untranslated.png
===================================================================
(Binary files differ)


Property changes on: www/trunk/htdocs/untranslated.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: www/trunk/htdocs.cfg
===================================================================
--- www/trunk/htdocs.cfg	                        (rev 0)
+++ www/trunk/htdocs.cfg	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,17 @@
+[po4a_langs] fr
+
+[po4a_paths] po/shadow-www.pot $lang:po/$lang.po
+
+[po4a_alias:xhtml] xhtml opt:"-M UTF-8 -L UTF-8"
+
+[type: xhtml] htdocs/index.php.en         $lang:htdocs.gen/index.php.$lang
+[type: xhtml] htdocs/documentation.php.en $lang:htdocs.gen/documentation.php.$lang
+[type: xhtml] htdocs/download.php.en      $lang:htdocs.gen/download.php.$lang
+[type: xhtml] htdocs/features.php.en      $lang:htdocs.gen/features.php.$lang
+[type: xhtml] htdocs/table_shadow_utils.php.en \
+              $lang:htdocs.gen/table_shadow_utils.php.$lang \
+              opt:"-k 0"
+[type: xhtml] htdocs/getinvolved.php.en   $lang:htdocs.gen/getinvolved.php.$lang
+[type: xhtml] htdocs/header.php.en        $lang:htdocs.gen/header.php.$lang  \
+              opt:"-k 0 -o 'nodefault=<a> <span>'"
+[type: xhtml] htdocs/translations.php.en  $lang:htdocs.gen/translations.php.$lang

Added: www/trunk/html-build-upload.sh
===================================================================
--- www/trunk/html-build-upload.sh	                        (rev 0)
+++ www/trunk/html-build-upload.sh	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,142 @@
+#! /bin/sh
+# vim: set noexpandtab tw=0:
+# Rebuild the documentation and upload this to the web server.
+
+set -e # we want to fail on any error instead of risking uploading broken stuff
+#set -x
+
+SHADOWSRC_TRUNK="../../trunk"
+
+rm -rf htdocs.gen/
+
+echo "Generate the web pages translations with po4a"
+po4a -v --previous htdocs.cfg
+
+find htdocs.gen -name "*.pl" |
+while read f
+do
+	mv $f ${f%pl}po
+done
+
+for lang in $(grep po4a_langs htdocs.cfg | sed -e 's/\[po4a_langs\] //')
+do
+	for f in htdocs.gen/*.${lang/pl/po}
+	do
+		sed -i -e "s/\.en\"; ?>/\.${lang/pl/po}\"; ?>/" $f
+	done
+done
+
+gen_translations() {
+	dir="$1"
+
+	total=$(LC_ALL=C msgfmt -o /dev/null --statistics "$dir"/*.pot 2>&1 | \
+	        sed -ne "s/^.* \([0-9]*\) untranslated.*$/\1/p;d")
+
+	echo "<table>"
+	for pofile in "$dir"/*.po
+	do
+		lang=${pofile%.po}
+		lang=$(basename $lang)
+		stats=$(LC_ALL=C msgfmt -o /dev/null --statistics $pofile 2>&1)
+		echo -n "<tr><td>$lang</td><td>"
+		for type in translated fuzzy untranslated
+		do
+			strings=$(echo " $stats" | \
+			          sed -ne "s/^.* \([0-9]*\) $type.*$/\1/p;d")
+			if [ -n "$strings" ]
+			then
+				pcent=$((strings*100/total))
+				width=$((strings*200/total))
+				echo -n "<img height=\"10\" src=\"$type.png\" "
+				echo -n "style=\"height: 1em;\" "
+				echo -n "width=\"$width\" "
+				echo -n "alt=\"$pcent% $type ($strings/$total), \" "
+				echo -n "title=\"$type: $pcent% ($strings/$total)\"/>"
+			fi
+		done
+		echo "</td></tr>"
+	done
+	echo "<? include \"table_translations_legend.php\";?>"
+	echo "</table>"
+	echo "<p>Last update: `LC_ALL=C date`.</p>"
+}
+
+echo Generate the translation statistics for bin
+gen_translations $SHADOWSRC_TRUNK/po > htdocs.gen/table_translations_bin.php
+echo Generate the translation statistics for doc
+gen_translations $SHADOWSRC_TRUNK/man/po > htdocs.gen/table_translations_doc.php
+echo Generate the translation statistics for htdocs
+gen_translations po > htdocs.gen/table_translations_www.php
+
+echo Extract the version
+grep AM_INIT_AUTOMAKE $SHADOWSRC_TRUNK/configure.in | \
+	sed -e 's/^.*,\s*\([^"]*\)).*/\1/' > htdocs.gen/version.php
+
+get_language() {
+# FIXME: use gettext
+	case $1 in
+		ca)
+			echo -n "català"
+			;;
+		en)
+			echo -n "English"
+			;;
+		es)
+			echo -n "español"
+			;;
+		fr)
+			echo -n "français"
+			;;
+		it)
+			echo -n "Italiano"
+			;;
+		po)
+			echo -n "polski"
+			;;
+		*)
+			echo "Language '$1' not supported" >&2
+			exit 1
+			;;
+	esac
+}
+
+gen_language_footer() {
+	page="$1"
+#	echo "Generating language footer for $page"
+	page=${page%.en}
+	page=${page#htdocs/}
+	page=${page#htdocs.gen/}
+	out=htdocs.gen/$(dirname $page)/footer_$(basename $page)
+	echo "<div id=\"languages\">" > $out
+	for langcode in $(ls htdocs/$page.* htdocs.gen/$page.* 2>/dev/null)
+	do
+		langcode=${langcode#htdocs/$page.}
+		langcode=${langcode#htdocs.gen/$page.}
+		language=$(get_language $langcode)
+		echo "<a href=\"$(basename $page | sed -e 's/:/%3A/g').$langcode\">$language</a>" >> $out
+	done
+	echo "</div>" >> $out
+#	echo "done"
+}
+
+echo "Generating language footers"
+for page in htdocs/*.en
+do
+	gen_language_footer "$page"
+done
+
+find htdocs.gen -name "*.en" |
+while read page
+do
+	gen_language_footer "$page"
+done
+
+echo Uploading...
+scp -pr htdocs/*.* pkg-shadow.alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-shadow/htdocs/test
+scp -pr htdocs/.htaccess pkg-shadow.alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-shadow/htdocs/test
+scp -pr htdocs.gen/*.* pkg-shadow.alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-shadow/htdocs/test
+scp -pr coverage pkg-shadow.alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-shadow/htdocs/test/coverage
+ssh pkg-shadow.alioth.debian.org chgrp -R pkg-shadow /var/lib/gforge/chroot/home/groups/pkg-shadow/htdocs/test
+ssh pkg-shadow.alioth.debian.org chmod -R g+rw /var/lib/gforge/chroot/home/groups/pkg-shadow/htdocs/test
+echo done
+


Property changes on: www/trunk/html-build-upload.sh
___________________________________________________________________
Name: svn:executable
   + *

Added: www/trunk/po/fr.po
===================================================================
--- www/trunk/po/fr.po	                        (rev 0)
+++ www/trunk/po/fr.po	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,838 @@
+# French translations for po package
+# Copyright (C) 2007 Free Software Foundation, Inc.
+# This file is distributed under the same license as the po package.
+# Automatically generated, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: po 4a-cvs\n"
+"POT-Creation-Date: 2008-02-24 22:38+0100\n"
+"PO-Revision-Date: 2008-02-24 22:40+0100\n"
+"Last-Translator: Nicolas François <nicolas.francois at centraliens.net>\n"
+"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+# type: Content of: <html><head><title>
+#: htdocs/index.php.en:11
+msgid "shadow - Welcome"
+msgstr "shadow - Bienvenu"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:18
+msgid "Welcome!"
+msgstr "Bienvenu !"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:19
+msgid "This is the shadow tool suite home page."
+msgstr "Vous êtes sur la page d'accueil de la suite d'outils shadow."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:22
+msgid "2007-12-10 - New release: 4.1.0"
+msgstr "2007-12-10 - Nouvelle version : 4.1.0"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:23
+msgid ""
+"A new version of shadow was released.  It contains patches gathered from "
+"various distributions, the documentation of the login.defs variables, "
+"support for SHA password encryption methods, and lots of bug fixes."
+msgstr ""
+"Une nouvelle version de shadow est sortie. Elle contient des patches "
+"provenant de différentes distributions, la documentation des variables de "
+"login.defs, la gestion des méthodes de chiffrement SHA pour les mots de "
+"passe et de nombreuses corrections de bogues."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:28
+msgid ""
+"The manpages are now generated depending on the configuration. It is "
+"recommended to re-generate them if you change some configure options."
+msgstr ""
+"Les pages de manuel sont désormais générées en fonction de la configuration. "
+"Il est recommendé de les re-générer si vous changer les options de "
+"configuration."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:33
+msgid "2007-10-28 - New release: 4.0.18.2"
+msgstr "2007-10-28 - Nouvelle version : 4.0.18.2"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:34
+msgid ""
+"A new version of shadow was released.  It contains changes accumulated from "
+"the previous repository and small recent changes."
+msgstr ""
+"Une nouvelle version de shadow est sortie. Elle contient des changements "
+"accumulés dans le repository précédent et de petites modification récentes."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:37
+msgid ""
+"The packaging should not have change too much.  Tell us if there are some "
+"packaging issues."
+msgstr ""
+"Le packaging n'a pas du trop changer. Indiquez-nous si vous trouvez des "
+"problèmes."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:41
+msgid "2007-10-07 - New repository layout for upstream development"
+msgstr ""
+"2007-10-07 - Nouvelle organisation du repository pour le développement amont"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:42
+msgid ""
+"Upstream development of the shadow tool suite used to be hosted by the <a "
+"href=\"http://www.pld-linux.org/\">PLD project</a>."
+msgstr ""
+"Le développement amont de la suite d'outils shadow était géré par le <a href="
+"\"http://www.pld-linux.org/\">projet PLD</a>."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:44
+msgid "It will now be hosted on Alioth."
+msgstr "Il se trouve maintenant sur Alioth."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:45
+msgid ""
+"The pkg-shadow repository was reorganized to separate <a href=\"http://svn."
+"debian.org/wsvn/pkg-shadow/upstream/\">upstream maintenance</a> from the <a "
+"href=\"http://svn.debian.org/wsvn/pkg-shadow/debian/\">Debian package "
+"mainenance</a>."
+msgstr ""
+"Le repository pkg-shadow a été réorganisé pour séparer la <a href=\"http://"
+"svn.debian.org/wsvn/pkg-shadow/upstream/\">maintenance amont</a> de la <a "
+"href=\"http://svn.debian.org/wsvn/pkg-shadow/debian/\"> maintenance du "
+"paquet Debian</a>."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:46
+msgid ""
+"The shadow <a href=\"http://svn.debian.org/wsvn/pkg-shadow/upstream/tags/"
+"\">history</a> was imported using <a href=\"ftp://pkg-shadow.alioth.debian."
+"org/pub/pkg-shadow/old\">old archives</a> and the <a href=\"ftp://pkg-shadow."
+"alioth.debian.org/pub/pkg-shadow/old/shadow-4.0.18.1+last_pld_cvs.tar.bz2"
+"\">last known snapshot of CVS repository on PLD</a>."
+msgstr ""
+"L'<a href=\"http://svn.debian.org/wsvn/pkg-shadow/upstream/tags/>historique</"
+"a> de shadow a été importé en utilisant les <a href=\"ftp://pkg-shadow."
+"alioth.debian.org/pub/pkg-shadow/old\">anciennes archives</a> et la <a href="
+"\"ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/old/shadow-4.0.18.1"
+"+last_pld_cvs.tar.bz2\">dernière version connue du dépot CVS de PLD</a>."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:50
+msgid "Project links"
+msgstr "Liens du projet"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:51
+msgid ""
+"The <a href=\"http://alioth.debian.org/projects/pkg-shadow/\">shadow "
+"project</a> is hosted on <a href=\"http://alioth.debian.org\">Alioth</a>."
+msgstr ""
+"Le <a href=\"http://alioth.debian.org/projects/pkg-shadow/\">projet shadow</"
+"a> est hébergé sur <a href=\"http://alioth.debian.org\">Alioth</a>."
+
+# type: Content of: <html><head><title>
+#: htdocs/documentation.php.en:11
+msgid "po4a - Documentation"
+msgstr "po4a - Documentation"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/documentation.php.en:18
+msgid "Documentation"
+msgstr "Documentation"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:19
+msgid "Here is an HTML version of the po4a's manpages."
+msgstr "Voici une version HTML des pages de manuel de po4a."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:20
+msgid ""
+"The <a href=\"man/man7/po4a.7.php\">po4a.7</a> manpage provides an "
+"introduction to po4a."
+msgstr ""
+"La page de manuel <a href=\"man/man7/po4a.7.php\">po4a.7</a> fournit une "
+"introduction à po4a."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:22
+msgid ""
+"For more details, the <a href=\"man/\">index</a> provides the documentation "
+"of the various commands and modules."
+msgstr ""
+"Pour plus de détails, consultez l'<a href=\"man/\">index</a> qui fournit la "
+"documentation des commandes et modules de po4a."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/documentation.php.en:27
+msgid "Help"
+msgstr "Aide"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:28
+msgid ""
+"We can help you to set up a translation framework for your project's "
+"documentation or to adapt po4a to your needs.  Do not hesitate to contact us "
+"on our <a href=\"mailto:po4a-devel at lists.alioth.debian.org\">mailing list</"
+"a> or on IRC (#po4a on oftc)."
+msgstr ""
+"Nous pouvons vous aider à mettre en place un environnement de traduction "
+"pour la documentation de votre projet. N'hésitez pas à nous contacter sur "
+"notre <a href=\"mailto:po4a-devel at lists.alioth.debian.org\">liste de "
+"diffusion</a> ou sur IRC (#po4a sur oftc)."
+
+# type: Content of: <html><head><title>
+#: htdocs/download.php.en:11
+msgid "shadow - Download"
+msgstr "shadow - Téléchargement"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/download.php.en:18
+msgid "Sources"
+msgstr "Sources"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:19
+msgid ""
+"You can find the sources of the latest release on <a href=\"ftp://pkg-shadow."
+"alioth.debian.org/pub/pkg-shadow\">Alioth</a>."
+msgstr ""
+"Vous pouvez trouver les sources de la dernière version sur <a href=\"ftp://"
+"pkg-shadow.alioth.debian.org/pub/pkg-shadow\">Alioth</a>."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:21
+msgid "The archives are signed by one of these gpg keys:"
+msgstr "Les archives sont signées par une de ces clefs gpg :"
+
+# type: Content of: <html><body><div><div><p><ul><li>
+#: htdocs/download.php.en:23
+msgid ""
+"<a href=\"http://pgp.cs.uu.nl/stats/EA7CF5AD.html\">96F7 A8CC A87F 0EB8 3497 "
+"01B2 5A0A 399A EA7C F5AD</a>"
+msgstr ""
+"<a href=\"http://pgp.cs.uu.nl/stats/EA7CF5AD.html\">96F7 A8CC A87F 0EB8 3497 "
+"01B2 5A0A 399A EA7C F5AD</a>"
+
+# type: Content of: <html><body><div><div><p><ul><li>
+#: htdocs/download.php.en:24
+msgid ""
+"<a href=\"http://pgp.cs.uu.nl/stats/C0143D2D.html\">F972 A168 A270 3B34 CC23 "
+"E09F D4E5 EDAC C014 3D2D</a>"
+msgstr ""
+"<a href=\"http://pgp.cs.uu.nl/stats/C0143D2D.html\">F972 A168 A270 3B34 CC23 "
+"E09F D4E5 EDAC C014 3D2D</a>"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/download.php.en:29
+msgid "Binary"
+msgstr "Binaire"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:30
+msgid ""
+"There are binary packages of the shadow tool suite in many OpenSource "
+"distributions (Debian, Ubuntu, Gentoo, Fedora, Mandriva, and probably "
+"others)."
+msgstr ""
+"Il existe des paquets binaires de la suite d'outils shadow dans beaucoup de "
+"distributions OpenSource (Debian, Ubuntu, Gentoo, Fedora, Mandriva et "
+"probablement d'autres)."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:33
+msgid ""
+"On Debian, the shadow tool suite is distributed as two separated packages: "
+"<a href=\"http://packages.debian.org/login\">login</a> and <a href=\"http://"
+"packages.debian.org/passwd\">passwd</a>."
+msgstr ""
+"Pour Debian, la suite d'outils shadow est distribuée en deux paquets : <a "
+"href=\"http://packages.debian.org/login\">login</a> et <a href=\"http://"
+"packages.debian.org/passwd\">passwd</a>."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/download.php.en:36
+msgid "SVN"
+msgstr "SVN"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:37
+msgid ""
+"The latest sources are available from our <a href=\"svn://svn.debian.org/pkg-"
+"shadow/\">SVN repository</a>."
+msgstr ""
+"Les dernières sources sont disponibles sur notre <a href=\"svn://svn.debian."
+"org/pkg-shadow/\">dépot SVN</a>."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:38
+msgid ""
+"You can browse the source on the web with <a href=\"http://svn.debian.org/"
+"wsvn/pkg-shadow\">WebSVN</a> or <a href=\"http://svn.debian.org/viewsvn/pkg-"
+"shadow/\">ViewSVN</a>."
+msgstr ""
+"Vous pouvez naviger dans les sources en utilisant <a href=\"http://svn."
+"debian.org/wsvn/pkg-shadow\">WebSVN</a> ou <a href=\"http://svn.debian.org/"
+"viewsvn/pkg-shadow/\">ViewSVN</a>."
+
+# type: Content of: <html><head><title>
+#: htdocs/features.php.en:11
+msgid "shadow - Features"
+msgstr "shadow - Fonctionnalités"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/features.php.en:18 htdocs/getinvolved.php.en:18
+msgid "Introduction"
+msgstr "Introduction"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/features.php.en:19
+msgid "shadow includes the following tools:"
+msgstr "shadow fournit les outils suivants :"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:2
+msgid "chage (1)"
+msgstr "chage (1)"
+
+#: htdocs/table_shadow_utils.php.en:2
+msgid "change user password expiry information"
+msgstr "Modifier les informations de validité d'un mot de passe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:3
+msgid "chfn (1)"
+msgstr "chfn (1)"
+
+#: htdocs/table_shadow_utils.php.en:3
+msgid "change real user name and information"
+msgstr "Modifier le nom complet et les informations associées à un utilisateur"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:4
+msgid "chsh (1)"
+msgstr "chsh (1)"
+
+#: htdocs/table_shadow_utils.php.en:4
+msgid "change login shell"
+msgstr "Changer l'interpréteur de commandes initial"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:5
+msgid "expiry (1)"
+msgstr "expiry (1)"
+
+#: htdocs/table_shadow_utils.php.en:5
+msgid "check and enforce password expiration policy"
+msgstr "Vérifier et sécuriser la durée de validité des mots de passe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:6
+msgid "gpasswd (1)"
+msgstr "gpasswd (1)"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:6
+msgid "administer the /etc/group file"
+msgstr "Administrer le fichier /etc/group"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:7
+msgid "login (1)"
+msgstr "login (1)"
+
+#: htdocs/table_shadow_utils.php.en:7
+msgid "begin session on the system"
+msgstr "Démarrer une session sur le système"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:8
+msgid "newgrp (1)"
+msgstr "newgrp (1)"
+
+#: htdocs/table_shadow_utils.php.en:8
+msgid "log in to a new group"
+msgstr "se connecter avec un nouveau groupe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:9
+msgid "passwd (1)"
+msgstr "passwd (1)"
+
+#: htdocs/table_shadow_utils.php.en:9
+msgid "change user password"
+msgstr "Modifier le mot de passe d'un utilisateur"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:10
+msgid "sg (1)"
+msgstr "sg (1)"
+
+#: htdocs/table_shadow_utils.php.en:10
+msgid "execute command as different group ID"
+msgstr "exécuter une commande avec un autre identifiant de groupe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:11
+msgid "su (1)"
+msgstr "su (1)"
+
+#: htdocs/table_shadow_utils.php.en:11
+msgid "change user ID or become superuser"
+msgstr "Changer d'identifiant d'utilisateur ou devenir superutilisateur"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:12
+msgid "faillog (5)"
+msgstr "faillog (5)"
+
+#: htdocs/table_shadow_utils.php.en:12
+msgid "login failure logging file"
+msgstr "journal des échecs de connexion"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:13
+msgid "gshadow (5)"
+msgstr "gshadow (5)"
+
+#: htdocs/table_shadow_utils.php.en:13
+msgid "shadowed group file"
+msgstr "informations cachées sur les groupes"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:14
+msgid "login.defs (5)"
+msgstr "login.defs (5)"
+
+#: htdocs/table_shadow_utils.php.en:14
+msgid "shadow password suite configuration"
+msgstr "configuration de la suite des mots de passe cachés « shadow password »"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:15
+msgid "passwd (5)"
+msgstr "passwd (5)"
+
+#: htdocs/table_shadow_utils.php.en:15
+msgid "the password file"
+msgstr "fichier des mots de passe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:16
+msgid "shadow (5)"
+msgstr "shadow (5)"
+
+# NOTE: shadowed, not encrypted
+#: htdocs/table_shadow_utils.php.en:16
+msgid "encrypted password file"
+msgstr "fichier des mots de passe cachés"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:17
+msgid "chgpasswd (8)"
+msgstr "chgpasswd (8)"
+
+#: htdocs/table_shadow_utils.php.en:17
+msgid "update group passwords in batch mode"
+msgstr "Mettre à jour par lot des mots de passe des groupes"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:18
+msgid "chpasswd (8)"
+msgstr "chpasswd (8)"
+
+#: htdocs/table_shadow_utils.php.en:18
+msgid "update passwords in batch mode"
+msgstr "Mettre à jour des mots de passe par lot"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:19
+msgid "faillog (8)"
+msgstr "faillog (8)"
+
+#: htdocs/table_shadow_utils.php.en:19
+msgid "display faillog records or set login failure limits"
+msgstr ""
+"Examiner le fichier faillog, et fixer les limites d'échecs de connexion"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:20
+msgid "groupadd (8)"
+msgstr "groupadd (8)"
+
+#: htdocs/table_shadow_utils.php.en:20
+msgid "create a new group"
+msgstr "Créer un nouveau groupe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:21
+msgid "groupdel (8)"
+msgstr "groupdel (8)"
+
+#: htdocs/table_shadow_utils.php.en:21
+msgid "delete a group"
+msgstr "Supprimer un groupe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:22
+msgid "groupmod (8)"
+msgstr "groupmod (8)"
+
+#: htdocs/table_shadow_utils.php.en:22
+msgid "modify a group definition on the system"
+msgstr "Modifier la définition d'un groupe du système"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:23
+msgid "grpck (8)"
+msgstr "grpck (8)"
+
+#: htdocs/table_shadow_utils.php.en:23
+msgid "verify integrity of group files"
+msgstr "Vérifier l'intégrité des fichiers d'administration des groupes"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:24
+msgid "grpconv (8)"
+msgstr "grpconv (8)"
+
+#: htdocs/table_shadow_utils.php.en:24 htdocs/table_shadow_utils.php.en:25
+#: htdocs/table_shadow_utils.php.en:30 htdocs/table_shadow_utils.php.en:31
+msgid "convert to and from shadow passwords and groups"
+msgstr ""
+"Convertir vers ou depuis les fichiers de mots de passe ou de groupe cachés"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:25
+msgid "grpunconv (8)"
+msgstr "grpunconv (8)"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:26
+msgid "lastlog (8)"
+msgstr "lastlog (8)"
+
+#: htdocs/table_shadow_utils.php.en:26
+msgid "reports the most recent login of all users or of a given user"
+msgstr ""
+"signaler les connexions les plus récentes de tous les utilisateurs ou d'un "
+"utilisateur donné"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:27
+msgid "newusers (8)"
+msgstr "newusers (8)"
+
+#: htdocs/table_shadow_utils.php.en:27
+msgid "update and create new users in batch"
+msgstr "Mettre à jour, ou créer de nouveaux utilisateurs par lots"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:28
+msgid "nologin (8)"
+msgstr "nologin (8)"
+
+#: htdocs/table_shadow_utils.php.en:28
+msgid "politely refuse a login"
+msgstr "refuser poliment une connexion"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:29
+msgid "pwck (8)"
+msgstr "pwck (8)"
+
+#: htdocs/table_shadow_utils.php.en:29
+msgid "verify integrity of password files"
+msgstr "Vérifier l'intégrité des fichiers de mots de passe"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:30
+msgid "pwconv (8)"
+msgstr "pwconv (8)"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:31
+msgid "pwunconv (8)"
+msgstr "pwunconv (8)"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:32
+msgid "useradd (8)"
+msgstr "useradd (8)"
+
+#: htdocs/table_shadow_utils.php.en:32
+msgid "create a new user or update default new user information"
+msgstr ""
+"créer un nouvel utilisateur ou modifier les informations par défaut "
+"appliquées aux nouveaux utilisateurs"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:33
+msgid "userdel (8)"
+msgstr "userdel (8)"
+
+#: htdocs/table_shadow_utils.php.en:33
+msgid "delete a user account and related files"
+msgstr "supprimer un compte utilisateur et les fichiers associés"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:34
+msgid "usermod (8)"
+msgstr "usermod (8)"
+
+#: htdocs/table_shadow_utils.php.en:34
+msgid "modify a user account"
+msgstr "Modifier un compte utilisateur"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:35
+msgid "vigr (8)"
+msgstr "vigr (8)"
+
+#: htdocs/table_shadow_utils.php.en:35 htdocs/table_shadow_utils.php.en:36
+msgid "edit the password, group, shadow-password or shadow-group file"
+msgstr "éditer les fichiers passwd, group, shadow ou gshadow"
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:36
+msgid "vipw (8)"
+msgstr "vipw (8)"
+
+# type: Content of: <html><head><title>
+#: htdocs/getinvolved.php.en:11
+msgid "shadow - Get involved!"
+msgstr "shadow - Participez !"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:19
+msgid ""
+"The <a href=\"http://alioth.debian.org/projects/pkg-shadow/\">pkg-shadow</a> "
+"project on Alioth is used for upstream maintenance of shadow and for the "
+"maintenance of the Debian shadow package."
+msgstr ""
+"Le projet <a href=\"http://alioth.debian.org/projects/pkg-shadow/\">pkg-"
+"shadow</a> sur Alioth sert à la fois pour la maintenance de shadow et pour "
+"la maintenance du paquet Debian shadow."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/getinvolved.php.en:25
+msgid "Get involved!"
+msgstr "Participez !"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:26
+msgid "If you want to participate, you can contact us"
+msgstr "Si vous voulez participer, vous pouvez nous contacter :"
+
+# type: Content of: <html><body><div><div><ul><li>
+#: htdocs/getinvolved.php.en:28
+msgid ""
+"on our <a href=\"mailto:pkg-shadow-devel at lists.alioth.debian.org\">mailing "
+"list</a> (<a href=\"http://lists.alioth.debian.org/pipermail/pkg-shadow-"
+"devel/\">archives</a>),"
+msgstr ""
+"Sur notre <a href=\"mailto:pkg-shadow-devel at lists.alioth.debian.org\">liste "
+"de diffusion</a> (<a href=\"http://lists.alioth.debian.org/pipermail/pkg-"
+"shadow-devel/\">archives</a>),"
+
+# type: Content of: <html><body><div><div><ul><li>
+#: htdocs/getinvolved.php.en:29
+msgid "on IRC (#shadow on freenode)."
+msgstr "sur IRC (#shadow sur freenode)."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:30
+msgid ""
+"Bug reports, patches, feature requests or any feedback are welcomed on the "
+"mailing list, in the <a href=\"https://alioth.debian.org/tracker/?"
+"group_id=30580\">Alioth tracker</a> or in the <a href=\"http://bugs.debian."
+"org/cgi-bin/pkgreport.cgi?src=shadow\">Debian BTS</a>."
+msgstr ""
+"Rapport de bogues, patches, demandes de fonctionnalités ou toute forme de "
+"retour sont bienvenus sur la liste de diffusion, sur le <a href=\"http://"
+"alioth.debian.org/tracker/?group_id=30580\">système de suivi d'Alioth</a> ou "
+"le <a href=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=shadow"
+"\">système de suivi des bogues Debian</a>"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:34
+msgid ""
+"Commit emails are sent on a separate <a href=\"mailto:pkg-shadow-"
+"commits at lists.alioth.debian.org\">mailing list</a> (<a href=\"http://lists."
+"alioth.debian.org/pipermail/pkg-shadow-commits/\">archives</a>)."
+msgstr ""
+"Les courriers de notiffications de commit sont envoyés sur une <a href="
+"\"mailto:pkg-shadow-commits at lists.alioth.debian.org\">liste de diffusion</a> "
+"séparée (<a href=\"http://lists.alioth.debian.org/pipermail/pkg-shadow-"
+"commits/\">archives</a>)."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/getinvolved.php.en:38
+msgid "Testsuite"
+msgstr "Suite de tests"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:39
+msgid ""
+"You can also contribute to the <a href=\"http://svn.debian.org/viewsvn/pkg-"
+"shadow/debian/trunk/tests/\">test suite</a> and improve the <a href="
+"\"coverage\">coverage</a> of these tests."
+msgstr ""
+"Vous pouvez également contribuer à la <a href=\"http://svn.debian.org/"
+"viewsvn/pkg-shadow/debian/trunk/tests/\">suite de tests</a> et améliorer la "
+"<a href=\"coverage\">couverture</a> de ces tests."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:42
+msgid ""
+"The testsuite is currently executed on a Debain environment. You can help "
+"testing it on another environment."
+msgstr ""
+"La suite de tests est actuellement utilisée dans un environnement Debian. "
+"Vous pouvez aider en la testant dans d'autres environnements."
+
+# type: Content of: <div><div><h1><sup>
+#: htdocs/header.php.en:3
+msgid "shadow<sup>v"
+msgstr "shadow<sup>v"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/header.php.en:7
+msgid "Welcome"
+msgstr "Bienvenu"
+
+# type: Content of: <div><a><span>
+#: htdocs/header.php.en:7 htdocs/header.php.en:8 htdocs/header.php.en:9
+#: htdocs/header.php.en:10 htdocs/header.php.en:11
+msgid "&nbsp;&nbsp;&lt;"
+msgstr "&nbsp;&nbsp;&lt;"
+
+# type: Content of: <html><head><title>
+#: htdocs/header.php.en:8
+msgid "Features"
+msgstr "Fonctionnalités"
+
+# type: Content of: <html><head><title>
+#: htdocs/header.php.en:9
+msgid "Download"
+msgstr "Téléchargement"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/header.php.en:10
+msgid "Get Involved"
+msgstr "Participer"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/header.php.en:11
+msgid "Translations"
+msgstr "Traductions"
+
+# type: Content of: <html><head><title>
+#: htdocs/translations.php.en:11
+msgid "shadow - Translations"
+msgstr "shadow - Traductions"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:18
+msgid "Translating"
+msgstr "Traduire"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:19
+msgid ""
+"Strings are usually frozen one or two weeks before the releases. Tell us if "
+"you want to be notified."
+msgstr ""
+"Les chaînes sont généralement gelées une à deux semaines avant la sortie "
+"d'une version. Indiquez nous si vous voulez être informé."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:21
+msgid "See below for the list of available translations and work needed."
+msgstr ""
+"Voyez ci-dessous pour la liste des traductions disponibles et le travail "
+"restant à faire."
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:23
+msgid "You can find the translation material on our SVN repository."
+msgstr ""
+"Vous trouverez les fichiers PO pour les traductions dans notre dépot SVN."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:27
+msgid "Available translations"
+msgstr "Traductions disponibles"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:28
+msgid ""
+"The shadow tool suite is currently translated in the following languages:"
+msgstr "La suite d'outils shadow est traduite dans les langues suivantes :"
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:33
+msgid "Translations of the documentation"
+msgstr "Traductions de la documentation"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:34
+msgid "The shadow manpages are also translated in the following languages:"
+msgstr ""
+"Les pages de manuel de shadow sont également disponibles dans les langues "
+"suivantes :"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:37
+msgid ""
+"Note: This only represents the manpages PO based translations.  Some of the "
+"shadow manpages are also translated in the following languages: Czech, "
+"Spanish, Finish, Hungarian, Indonesian, Italian, Japanese, Korean, "
+"Portuguese (as spoken in Brasil), Turkish, Simplified Chinese, Traditional "
+"Chinese.  These translations are outdated, please contact us if you want to "
+"update them."
+msgstr ""
+"Note : il ne s'agit que des pages de manuel traduites à partir des fichiers "
+"PO. Certaines page de manuel de shadow sont aussi traduites dans les langues "
+"suivantes : tchèque, espagnol, finois, hongrois, indonésien, italien, "
+"japonais, koréen, portuguais brésilien, turque, chinois simplifié, chinois "
+"traditionnel. Ces traductions ne sont pas à jour, veuillez nous contacter si "
+"vous souhaitez les mettre à jour."
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:43
+msgid "Translations of the web site"
+msgstr "Traductions du site web"
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:44
+msgid "This web site is also translated in the following languages:"
+msgstr "Ce site web est aussi traduit dans les langues suivantes :"
+
+# type: Content of: <html><body><div><div><h2>
+#~ msgid "TODO"
+#~ msgstr "À faire"
+
+# type: Content of: <table><tr><td>
+#~ msgid "cpgr (8)"
+#~ msgstr "cpgr (8)"
+
+# type: Content of: <table><tr><td>
+#~ msgid "cppw (8)"
+#~ msgstr "cppw (8)"
+
+# type: Content of: <table><tr><td>
+#~ msgid "shadowconfig (8)"
+#~ msgstr "shadowconfig (8)"

Added: www/trunk/po/shadow-www.pot
===================================================================
--- www/trunk/po/shadow-www.pot	                        (rev 0)
+++ www/trunk/po/shadow-www.pot	2008-02-24 21:50:16 UTC (rev 1860)
@@ -0,0 +1,765 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2008-02-24 22:38+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+# type: Content of: <html><head><title>
+#: htdocs/index.php.en:11
+msgid "shadow - Welcome"
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:18
+msgid "Welcome!"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:19
+msgid "This is the shadow tool suite home page."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:22
+msgid "2007-12-10 - New release: 4.1.0"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:23
+msgid ""
+"A new version of shadow was released.  It contains patches gathered from "
+"various distributions, the documentation of the login.defs variables, "
+"support for SHA password encryption methods, and lots of bug fixes."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:28
+msgid ""
+"The manpages are now generated depending on the configuration. It is "
+"recommended to re-generate them if you change some configure options."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:33
+msgid "2007-10-28 - New release: 4.0.18.2"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:34
+msgid ""
+"A new version of shadow was released.  It contains changes accumulated from "
+"the previous repository and small recent changes."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:37
+msgid ""
+"The packaging should not have change too much.  Tell us if there are some "
+"packaging issues."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:41
+msgid "2007-10-07 - New repository layout for upstream development"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:42
+msgid ""
+"Upstream development of the shadow tool suite used to be hosted by the <a "
+"href=\"http://www.pld-linux.org/\">PLD project</a>."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:44
+msgid "It will now be hosted on Alioth."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:45
+msgid ""
+"The pkg-shadow repository was reorganized to separate <a "
+"href=\"http://svn.debian.org/wsvn/pkg-shadow/upstream/\">upstream "
+"maintenance</a> from the <a "
+"href=\"http://svn.debian.org/wsvn/pkg-shadow/debian/\">Debian package "
+"mainenance</a>."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:46
+msgid ""
+"The shadow <a "
+"href=\"http://svn.debian.org/wsvn/pkg-shadow/upstream/tags/\">history</a> "
+"was imported using <a "
+"href=\"ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/old\">old "
+"archives</a> and the <a "
+"href=\"ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/old/shadow-4.0.18.1+last_pld_cvs.tar.bz2\">last "
+"known snapshot of CVS repository on PLD</a>."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/index.php.en:50
+msgid "Project links"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/index.php.en:51
+msgid ""
+"The <a href=\"http://alioth.debian.org/projects/pkg-shadow/\">shadow "
+"project</a> is hosted on <a href=\"http://alioth.debian.org\">Alioth</a>."
+msgstr ""
+
+# type: Content of: <html><head><title>
+#: htdocs/documentation.php.en:11
+msgid "po4a - Documentation"
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/documentation.php.en:18
+msgid "Documentation"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:19
+msgid "Here is an HTML version of the po4a's manpages."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:20
+msgid ""
+"The <a href=\"man/man7/po4a.7.php\">po4a.7</a> manpage provides an "
+"introduction to po4a."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:22
+msgid ""
+"For more details, the <a href=\"man/\">index</a> provides the documentation "
+"of the various commands and modules."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/documentation.php.en:27
+msgid "Help"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/documentation.php.en:28
+msgid ""
+"We can help you to set up a translation framework for your project's "
+"documentation or to adapt po4a to your needs.  Do not hesitate to contact us "
+"on our <a href=\"mailto:po4a-devel at lists.alioth.debian.org\">mailing "
+"list</a> or on IRC (#po4a on oftc)."
+msgstr ""
+
+# type: Content of: <html><head><title>
+#: htdocs/download.php.en:11
+msgid "shadow - Download"
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/download.php.en:18
+msgid "Sources"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:19
+msgid ""
+"You can find the sources of the latest release on <a "
+"href=\"ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow\">Alioth</a>."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:21
+msgid "The archives are signed by one of these gpg keys:"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p><ul><li>
+#: htdocs/download.php.en:23
+msgid ""
+"<a href=\"http://pgp.cs.uu.nl/stats/EA7CF5AD.html\">96F7 A8CC A87F 0EB8 3497 "
+"01B2 5A0A 399A EA7C F5AD</a>"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p><ul><li>
+#: htdocs/download.php.en:24
+msgid ""
+"<a href=\"http://pgp.cs.uu.nl/stats/C0143D2D.html\">F972 A168 A270 3B34 CC23 "
+"E09F D4E5 EDAC C014 3D2D</a>"
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/download.php.en:29
+msgid "Binary"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:30
+msgid ""
+"There are binary packages of the shadow tool suite in many OpenSource "
+"distributions (Debian, Ubuntu, Gentoo, Fedora, Mandriva, and probably "
+"others)."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:33
+msgid ""
+"On Debian, the shadow tool suite is distributed as two separated packages: "
+"<a href=\"http://packages.debian.org/login\">login</a> and <a "
+"href=\"http://packages.debian.org/passwd\">passwd</a>."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/download.php.en:36
+msgid "SVN"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:37
+msgid ""
+"The latest sources are available from our <a "
+"href=\"svn://svn.debian.org/pkg-shadow/\">SVN repository</a>."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/download.php.en:38
+msgid ""
+"You can browse the source on the web with <a "
+"href=\"http://svn.debian.org/wsvn/pkg-shadow\">WebSVN</a> or <a "
+"href=\"http://svn.debian.org/viewsvn/pkg-shadow/\">ViewSVN</a>."
+msgstr ""
+
+# type: Content of: <html><head><title>
+#: htdocs/features.php.en:11
+msgid "shadow - Features"
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/features.php.en:18 htdocs/getinvolved.php.en:18
+msgid "Introduction"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/features.php.en:19
+msgid "shadow includes the following tools:"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:2
+msgid "chage (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:2
+msgid "change user password expiry information"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:3
+msgid "chfn (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:3
+msgid "change real user name and information"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:4
+msgid "chsh (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:4
+msgid "change login shell"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:5
+msgid "expiry (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:5
+msgid "check and enforce password expiration policy"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:6
+msgid "gpasswd (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:6
+msgid "administer the /etc/group file"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:7
+msgid "login (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:7
+msgid "begin session on the system"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:8
+msgid "newgrp (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:8
+msgid "log in to a new group"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:9
+msgid "passwd (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:9
+msgid "change user password"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:10
+msgid "sg (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:10
+msgid "execute command as different group ID"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:11
+msgid "su (1)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:11
+msgid "change user ID or become superuser"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:12
+msgid "faillog (5)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:12
+msgid "login failure logging file"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:13
+msgid "gshadow (5)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:13
+msgid "shadowed group file"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:14
+msgid "login.defs (5)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:14
+msgid "shadow password suite configuration"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:15
+msgid "passwd (5)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:15
+msgid "the password file"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:16
+msgid "shadow (5)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:16
+msgid "encrypted password file"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:17
+msgid "chgpasswd (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:17
+msgid "update group passwords in batch mode"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:18
+msgid "chpasswd (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:18
+msgid "update passwords in batch mode"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:19
+msgid "faillog (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:19
+msgid "display faillog records or set login failure limits"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:20
+msgid "groupadd (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:20
+msgid "create a new group"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:21
+msgid "groupdel (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:21
+msgid "delete a group"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:22
+msgid "groupmod (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:22
+msgid "modify a group definition on the system"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:23
+msgid "grpck (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:23
+msgid "verify integrity of group files"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:24
+msgid "grpconv (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:24 htdocs/table_shadow_utils.php.en:25 htdocs/table_shadow_utils.php.en:30 htdocs/table_shadow_utils.php.en:31
+msgid "convert to and from shadow passwords and groups"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:25
+msgid "grpunconv (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:26
+msgid "lastlog (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:26
+msgid "reports the most recent login of all users or of a given user"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:27
+msgid "newusers (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:27
+msgid "update and create new users in batch"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:28
+msgid "nologin (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:28
+msgid "politely refuse a login"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:29
+msgid "pwck (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:29
+msgid "verify integrity of password files"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:30
+msgid "pwconv (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:31
+msgid "pwunconv (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:32
+msgid "useradd (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:32
+msgid "create a new user or update default new user information"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:33
+msgid "userdel (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:33
+msgid "delete a user account and related files"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:34
+msgid "usermod (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:34
+msgid "modify a user account"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:35
+msgid "vigr (8)"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:35 htdocs/table_shadow_utils.php.en:36
+msgid "edit the password, group, shadow-password or shadow-group file"
+msgstr ""
+
+# type: Content of: <table><tr><td>
+#: htdocs/table_shadow_utils.php.en:36
+msgid "vipw (8)"
+msgstr ""
+
+# type: Content of: <html><head><title>
+#: htdocs/getinvolved.php.en:11
+msgid "shadow - Get involved!"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:19
+msgid ""
+"The <a href=\"http://alioth.debian.org/projects/pkg-shadow/\">pkg-shadow</a> "
+"project on Alioth is used for upstream maintenance of shadow and for the "
+"maintenance of the Debian shadow package."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/getinvolved.php.en:25
+msgid "Get involved!"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:26
+msgid "If you want to participate, you can contact us"
+msgstr ""
+
+# type: Content of: <html><body><div><div><ul><li>
+#: htdocs/getinvolved.php.en:28
+msgid ""
+"on our <a href=\"mailto:pkg-shadow-devel at lists.alioth.debian.org\">mailing "
+"list</a> (<a "
+"href=\"http://lists.alioth.debian.org/pipermail/pkg-shadow-devel/\">archives</a>),"
+msgstr ""
+
+# type: Content of: <html><body><div><div><ul><li>
+#: htdocs/getinvolved.php.en:29
+msgid "on IRC (#shadow on freenode)."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:30
+msgid ""
+"Bug reports, patches, feature requests or any feedback are welcomed on the "
+"mailing list, in the <a "
+"href=\"https://alioth.debian.org/tracker/?group_id=30580\">Alioth "
+"tracker</a> or in the <a "
+"href=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=shadow\">Debian "
+"BTS</a>."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:34
+msgid ""
+"Commit emails are sent on a separate <a "
+"href=\"mailto:pkg-shadow-commits at lists.alioth.debian.org\">mailing list</a> "
+"(<a "
+"href=\"http://lists.alioth.debian.org/pipermail/pkg-shadow-commits/\">archives</a>)."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/getinvolved.php.en:38
+msgid "Testsuite"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:39
+msgid ""
+"You can also contribute to the <a "
+"href=\"http://svn.debian.org/viewsvn/pkg-shadow/debian/trunk/tests/\">test "
+"suite</a> and improve the <a href=\"coverage\">coverage</a> of these tests."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/getinvolved.php.en:42
+msgid ""
+"The testsuite is currently executed on a Debain environment. You can help "
+"testing it on another environment."
+msgstr ""
+
+# type: Content of: <div><div><h1><sup>
+#: htdocs/header.php.en:3
+msgid "shadow<sup>v"
+msgstr ""
+
+# type: Content of: <div><a>
+#: htdocs/header.php.en:7 htdocs/header.php.en:7
+msgid "Welcome"
+msgstr ""
+
+# type: Content of: <div><a><span>
+#: htdocs/header.php.en:7 htdocs/header.php.en:8 htdocs/header.php.en:9 htdocs/header.php.en:10 htdocs/header.php.en:11
+msgid "&nbsp;&nbsp;&lt;"
+msgstr ""
+
+# type: Content of: <div><a>
+#: htdocs/header.php.en:8 htdocs/header.php.en:8
+msgid "Features"
+msgstr ""
+
+# type: Content of: <div><a>
+#: htdocs/header.php.en:9 htdocs/header.php.en:9
+msgid "Download"
+msgstr ""
+
+# type: Content of: <div><a>
+#: htdocs/header.php.en:10 htdocs/header.php.en:10
+msgid "Get Involved"
+msgstr ""
+
+# type: Content of: <div><a>
+#: htdocs/header.php.en:11 htdocs/header.php.en:11
+msgid "Translations"
+msgstr ""
+
+# type: Content of: <html><head><title>
+#: htdocs/translations.php.en:11
+msgid "shadow - Translations"
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:18
+msgid "Translating"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:19
+msgid ""
+"Strings are usually frozen one or two weeks before the releases. Tell us if "
+"you want to be notified."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:21
+msgid "See below for the list of available translations and work needed."
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:23
+msgid "You can find the translation material on our SVN repository."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:27
+msgid "Available translations"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:28
+msgid "The shadow tool suite is currently translated in the following languages:"
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:33
+msgid "Translations of the documentation"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:34
+msgid "The shadow manpages are also translated in the following languages:"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:37
+msgid ""
+"Note: This only represents the manpages PO based translations.  Some of the "
+"shadow manpages are also translated in the following languages: Czech, "
+"Spanish, Finish, Hungarian, Indonesian, Italian, Japanese, Korean, "
+"Portuguese (as spoken in Brasil), Turkish, Simplified Chinese, Traditional "
+"Chinese.  These translations are outdated, please contact us if you want to "
+"update them."
+msgstr ""
+
+# type: Content of: <html><body><div><div><h2>
+#: htdocs/translations.php.en:43
+msgid "Translations of the web site"
+msgstr ""
+
+# type: Content of: <html><body><div><div><p>
+#: htdocs/translations.php.en:44
+msgid "This web site is also translated in the following languages:"
+msgstr ""




More information about the Pkg-shadow-commits mailing list