translation update

This commit is contained in:
Roland Gruber 2008-01-02 20:20:53 +00:00
parent 6e324a83f6
commit ce5ce11d1a
4 changed files with 1834 additions and 1626 deletions

View File

@ -144,7 +144,7 @@ $helpArray = array (
"360" => array ("ext" => "FALSE", "Headline" => _("Profile name"),
"Text" => _("Name under which the profile will be saved. If a profile with the same name exists, it will be overwritten.")),
"361" => array ("ext" => "FALSE", "Headline" => _("DN suffix"),
"Text" => _("The account will be saved under this LDAP suffix. The default suffix for new accounts is the last selected suffix in the user list.")),
"Text" => _("The account will be saved under this LDAP suffix.")),
// 400 - 499
// account pages
"401" => array ("ext" => "FALSE", "Headline" => _("Load profile"),

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.sourceforge.net/projects/lam)
Copyright (C) 2003 - 2007 Roland Gruber
Copyright (C) 2003 - 2008 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -468,7 +468,7 @@ class lamList {
echo "</a>\n ";
}
// pdf image
echo "<input type=\"image\" style=\"background:transparent;\" name=\"createPDF_" . $id . "\" src=\"../../graphics/pdf.png\" title=\"" . _('Create PDF') . "\">\n ";
echo "<input type=\"image\" style=\"background:transparent;\" name=\"createPDF_" . $id . "\" src=\"../../graphics/pdf.png\" title=\"" . _('Create PDF file') . "\">\n ";
// additional tools
$tools = $this->getAdditionalTools();
for ($i = 0; $i < sizeof($tools); $i++) {
@ -630,7 +630,7 @@ class lamList {
$this->listPrintHeader();
echo '<h1 align="center">' . _('Create PDF') . "</h1>\n";
echo '<h1 align="center">' . _('Create PDF file') . "</h1>\n";
echo "<form action=\"list.php?type=" . $this->type . "&amp;norefresh=true\" method=\"post\">\n";
echo '<fieldset class="' . $this->type . 'edit">';

File diff suppressed because it is too large Load Diff