Trad: Et de la traduction...
This commit is contained in:
parent
1cf3e232bc
commit
5b913e34d3
@ -109,7 +109,7 @@ if ($_GET["action"] == 'setmod')
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
print_titre("Configuration du module Propositions Commerciales");
|
print_titre($langs->trans("PropalSetup"));
|
||||||
|
|
||||||
print "<br>";
|
print "<br>";
|
||||||
|
|
||||||
@ -284,21 +284,20 @@ print "</table>\n<br>";
|
|||||||
*/
|
*/
|
||||||
print_titre("Formulaire de création");
|
print_titre("Formulaire de création");
|
||||||
|
|
||||||
print "<form method=\"post\" action=\"propale.php\">
|
print "<form method=\"post\" action=\"propale.php\">";
|
||||||
<input type=\"hidden\" name=\"action\" value=\"nbprod\">
|
print "<input type=\"hidden\" name=\"action\" value=\"nbprod\">";
|
||||||
<table class=\"noborder\" cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">
|
print "<table class=\"noborder\" cellpadding=\"3\" cellspacing=\"0\" width=\"100%\">";
|
||||||
<tr class=\"liste_titre\">";
|
print "<tr class=\"liste_titre\">";
|
||||||
print " <td>".$langs->trans("Name")."</td>\n";
|
print " <td>".$langs->trans("Name")."</td>\n";
|
||||||
print " <td align=\"left\">".$langs->trans("Value")."</td>\n";
|
print " <td align=\"left\">".$langs->trans("Value")."</td>\n";
|
||||||
print " <td> </td>\n";
|
print " <td> </td>\n";
|
||||||
print "</tr>
|
print "</tr><tr class=\"pair\">";
|
||||||
<tr class=\"pair\">
|
print "<td>Nombre de ligne produits</td>";
|
||||||
<td>Nombre de ligne produits</td>
|
print "<td align=\"left\"><input size=\"3\" type=\"text\" name=\"value\" value=\"".PROPALE_NEW_FORM_NB_PRODUCT."\"></td>";
|
||||||
<td align=\"left\"><input size=\"3\" type=\"text\" name=\"value\" value=\"".PROPALE_NEW_FORM_NB_PRODUCT."\"></td>
|
print '<td><input type="submit" value="'.$langs->trans("Modify").'"></td>';
|
||||||
<td><input type=\"submit\" value=\"changer\"></td>
|
print '</tr>';
|
||||||
</tr>
|
print '</table>';
|
||||||
</table>
|
print '</form>';
|
||||||
</form>\n";
|
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
|
|||||||
@ -153,3 +153,5 @@ ClickToDialSetup=Click To Dial setup
|
|||||||
##### LDAP setup ####
|
##### LDAP setup ####
|
||||||
LDAPSetup=LDAP Setup
|
LDAPSetup=LDAP Setup
|
||||||
LDAPServer=LDAP Server
|
LDAPServer=LDAP Server
|
||||||
|
##### Propal #####
|
||||||
|
PropalSetup=Commercial proposals setup
|
||||||
|
|||||||
@ -150,6 +150,8 @@ WebCalTestKo1=La connection au serveur '%s' a r
|
|||||||
WebCalTestKo2=La connection au serveur '%s' par le user '%s' à échoué.
|
WebCalTestKo2=La connection au serveur '%s' par le user '%s' à échoué.
|
||||||
##### Clicktodial setup #####
|
##### Clicktodial setup #####
|
||||||
ClickToDialSetup=Configuration du click to dial
|
ClickToDialSetup=Configuration du click to dial
|
||||||
##### LDAP setup ####
|
##### LDAP setup #####
|
||||||
LDAPSetup=Configuration LDAP
|
LDAPSetup=Configuration LDAP
|
||||||
LDAPServer=Serveur LDAP
|
LDAPServer=Serveur LDAP
|
||||||
|
##### Propal #####
|
||||||
|
PropalSetup=Configuration du module Propositions Commerciales
|
||||||
Loading…
Reference in New Issue
Block a user