modifications ergonomie
This commit is contained in:
parent
df1b9ca92c
commit
4699e1af58
|
@ -46,6 +46,8 @@ if (!$dir) {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h3><?php printf(_("List of authorized user in folder %s"),$dir); ?></h3>
|
<h3><?php printf(_("List of authorized user in folder %s"),$dir); ?></h3>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<?php
|
<?php
|
||||||
if (!count($r)) {
|
if (!count($r)) {
|
||||||
echo "<p class=\"error\">".sprintf(_("No authorized user in %s"),$dir)."</p>";
|
echo "<p class=\"error\">".sprintf(_("No authorized user in %s"),$dir)."</p>";
|
||||||
|
|
|
@ -38,6 +38,8 @@ getFields($fields);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h3><?php printf(_("Editing user %s in the protected folder %s"),$user,$dir); ?></h3>
|
<h3><?php printf(_("Editing user %s in the protected folder %s"),$user,$dir); ?></h3>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<?php
|
<?php
|
||||||
if ($error) {
|
if ($error) {
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
|
@ -54,4 +56,8 @@ getFields($fields);
|
||||||
<tr><td colspan="2"><input type="submit" class="inb" value="<?php __("Change the password"); ?>" /></td></tr>
|
<tr><td colspan="2"><input type="submit" class="inb" value="<?php __("Change the password"); ?>" /></td></tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.forms['main'].newpass.focus();
|
||||||
|
document.forms['main'].setAttribute('autocomplete', 'off');
|
||||||
|
</script>
|
||||||
<?php include_once("foot.php"); ?>
|
<?php include_once("foot.php"); ?>
|
|
@ -39,6 +39,8 @@ else {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h3><?php __("Protected folders list"); ?></h3>
|
<h3><?php __("Protected folders list"); ?></h3>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<?php
|
<?php
|
||||||
if ($error) {
|
if ($error) {
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
|
|
|
@ -46,7 +46,8 @@ if ($error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<form action="mail_doadd.php" method="post" name="main" id="main">
|
<form action="mail_doadd.php" method="post" name="main" id="main">
|
||||||
<input type="hidden" name="domain" value="<?php echo $domain; ?>" />
|
<input type="hidden" name="domain" value="<?php echo $domain; ?>" />
|
||||||
<table class="tedit">
|
<table class="tedit">
|
||||||
|
|
|
@ -61,6 +61,8 @@ include("mail_list.php");
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h3><?php __("Deleting mail accounts"); ?> : </h3>
|
<h3><?php __("Deleting mail accounts"); ?> : </h3>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<p><?php __("Please confirm the deletion of the following mail accounts:"); ?></p>
|
<p><?php __("Please confirm the deletion of the following mail accounts:"); ?></p>
|
||||||
<form method="post" action="mail_del.php" id="main">
|
<form method="post" action="mail_del.php" id="main">
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -46,6 +46,8 @@ else
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<h3><?php printf(_("Edit an email address of the domain %s"),$domain); ?> : </h3>
|
<h3><?php printf(_("Edit an email address of the domain %s"),$domain); ?> : </h3>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<?php
|
<?php
|
||||||
if ($error_edit) {
|
if ($error_edit) {
|
||||||
echo "<p class=\"error\">$error_edit</p>";
|
echo "<p class=\"error\">$error_edit</p>";
|
||||||
|
|
|
@ -52,6 +52,8 @@ if ($error) {
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<p>
|
<p>
|
||||||
<span class="inb"><a href="mail_add.php?domain=<?php echo $domain; ?>"><?php printf(_("Add a mailbox on <b>%s</b>"),$domain); ?></a></span>
|
<span class="inb"><a href="mail_add.php?domain=<?php echo $domain; ?>"><?php printf(_("Add a mailbox on <b>%s</b>"),$domain); ?></a></span>
|
||||||
<span class="inb"><a href="mail_add.php?many=1&domain=<?php echo $domain; ?>"><?php printf(_("Add many mailboxes on <b>%s</b>"),$domain); ?></a></span>
|
<span class="inb"><a href="mail_add.php?many=1&domain=<?php echo $domain; ?>"><?php printf(_("Add many mailboxes on <b>%s</b>"),$domain); ?></a></span>
|
||||||
|
@ -68,6 +70,8 @@ if ($error) {
|
||||||
echo "<p class=\"error\">$error</p>";
|
echo "<p class=\"error\">$error</p>";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<hr id="topbar"/>
|
||||||
|
<br />
|
||||||
<p>
|
<p>
|
||||||
<span class="inb"><a href="mail_add.php?domain=<?php echo $domain; ?>"><?php printf(_("Add a mailbox on <b>%s</b>"),$domain); ?></a></span>
|
<span class="inb"><a href="mail_add.php?domain=<?php echo $domain; ?>"><?php printf(_("Add a mailbox on <b>%s</b>"),$domain); ?></a></span>
|
||||||
<span class="inb"><a href="mail_add.php?many=1&domain=<?php echo $domain; ?>"><?php printf(_("Add many mailboxes on <b>%s</b>"),$domain); ?></a></span>
|
<span class="inb"><a href="mail_add.php?many=1&domain=<?php echo $domain; ?>"><?php printf(_("Add many mailboxes on <b>%s</b>"),$domain); ?></a></span>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
all: messages.pot */LC_MESSAGES/messages.po */LC_MESSAGES/manual.po
|
all: mailman_manual.pot mailman.pot */LC_MESSAGES/mailman.po */LC_MESSAGES/mailman_manual.po
|
||||||
|
|
||||||
|
|
||||||
messages.pot: ../*/*.php
|
mailman.pot: ../*/*.php
|
||||||
[ -r $@ ] || touch $@
|
[ -r $@ ] || touch $@
|
||||||
xgettext --force-po --omit-header -o $@ --keyword=__ --keyword=_ -L PHP --from-code iso-8859-1 -j $^
|
xgettext --force-po --omit-header -o $@ --keyword=__ --keyword=_ -L PHP --from-code iso-8859-1 -j $^
|
||||||
|
|
||||||
%/LC_MESSAGES/messages.po: messages.pot
|
%/LC_MESSAGES/mailman.po: mailman.pot
|
||||||
msgmerge -v -U $@ $^
|
msgmerge -v -U $@ $^
|
||||||
|
|
||||||
%/LC_MESSAGES/manual.po: manual.pot
|
%/LC_MESSAGES/mailman_manual.po: mailman_manual.pot
|
||||||
msgmerge -v -U $@ $^
|
msgmerge -v -U $@ $^
|
||||||
|
|
|
@ -2854,3 +2854,9 @@ msgstr "Compte"
|
||||||
|
|
||||||
msgid "Create a new AlternC account"
|
msgid "Create a new AlternC account"
|
||||||
msgstr "Créer un nouveau compte AlternC"
|
msgstr "Créer un nouveau compte AlternC"
|
||||||
|
|
||||||
|
msgid "Or only the accounts of:"
|
||||||
|
msgstr "Ou seulement les comptes de :"
|
||||||
|
|
||||||
|
msgid "Advanced features"
|
||||||
|
msgstr "Fonctionnalités avancées"
|
||||||
|
|
Loading…
Reference in New Issue