[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 68/107: Task #1730 : translate javascript mes
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 68/107: Task #1730 : translate javascript message |
Date: |
Mon, 26 Aug 2019 10:32:02 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 052b9904b8fe5ad5f08e90a8731268a74a45e1d4
Author: Dany De Bontridder <address@hidden>
Date: Wed Aug 7 11:54:11 2019 +0200
Task #1730 : translate javascript message
---
html/js/acc_ledger.js | 18 +-
html/js/accounting_item.js | 4 +-
html/js/admin.js | 4 +-
html/js/ajax_fiche.js | 6 +-
html/js/anc_script.js | 8 +-
html/js/calc.js | 2 +-
html/js/card.js | 6 +-
html/js/compute_direct.js | 2 +-
html/js/gestion.js | 22 +-
html/js/managetable.js | 6 +-
html/js/modele_document.js | 2 +-
html/js/scripts.js | 65 +--
html/js/todo_list.js | 10 +-
html/lang/en_US/LC_MESSAGES/messages.po | 429 ++++++++++-----
html/lang/messages.po | 902 ++++++++++++++++++++++----------
html/lang/nl_NL/LC_MESSAGES/messages.po | 346 +++++++++---
include/class/pre_operation.class.php | 2 +-
include/database.item.php | 2 +-
include/lib/function_javascript.php | 1 +
include/lib/message_javascript.php | 122 +++--
20 files changed, 1364 insertions(+), 595 deletions(-)
diff --git a/html/js/acc_ledger.js b/html/js/acc_ledger.js
index 3bbe150..8ffd609 100644
--- a/html/js/acc_ledger.js
+++ b/html/js/acc_ledger.js
@@ -49,7 +49,7 @@ function update_predef(p_type, p_direct, p_ac)
if (a.length == 0)
{
var rec = req.responseText;
- alert_box('erreur :' + rec);
+ alert_box(content[48] + rec);
}
var code_html = getNodeText(html[0]);
code_html = unescape_xml(code_html);
@@ -113,7 +113,7 @@ function update_name()
*/
function error_get_predef(request, json)
{
- alert_box("Erreur mise à jour champs non possible");
+ alert_box(content[49]);
}
/**
@@ -224,7 +224,7 @@ function success_update_bank(req)
if (a.length == 0)
{
var rec = req.responseText;
- alert_box('erreur :' + rec);
+ alert_box('UPDBK-'+content[48]+ rec);
}
var name_ctl = a[0].firstChild.nodeValue;
var code_html = getNodeText(html[0]);
@@ -267,7 +267,7 @@ function success_get_last_date(req)
if (a.length == 0)
{
var rec = req.responseText;
- alert_box('erreur :' + rec);
+ alert_box('GETLASTDA:'+content[48] + rec);
}
var name_ctl = a[0].firstChild.nodeValue;
var code_html = getNodeText(html[0]);
@@ -298,7 +298,7 @@ function success_get_pj(request, json)
*/
function error_get_pj(request, json)
{
- alert_box("Ajax a echoue");
+ alert_box("GETPJ:"+content[48]);
}
/**
@@ -644,7 +644,7 @@ function go_next_concerned()
{
if (elmt.checked == true)
{
- return confirm("Si vous changez de page vous perdez les
reconciliations, continuez ?");
+ return confirm(content[52]);
}
}
}
@@ -1028,13 +1028,13 @@ function success_dsp_letter(req)
}
catch (e)
{
- alert_box("Impossible executer script de la reponse\n" + e.message);
+ alert_box("DSPLETTER:"+content[48] + e.message);
}
}
function error_dsp_letter(req)
{
- alert_box('Erreur AJAX DSP_LETTER');
+ alert_box("DSPLETTER:"+content[48]);
}
function search_letter(obj)
@@ -1254,7 +1254,7 @@ function gestion_add_row()
}
function document_remove(p_dossier,p_div,p_jrid)
{
- smoke.confirm('Effacer ?', function (e)
+ smoke.confirm(content[50], function (e)
{
if (e) {
new Ajax.Request('ajax_misc.php',
diff --git a/html/js/accounting_item.js b/html/js/accounting_item.js
index 41f3a34..0ad8291 100644
--- a/html/js/accounting_item.js
+++ b/html/js/accounting_item.js
@@ -226,7 +226,7 @@ function result_poste_search(req)
}
catch(e)
{
- alert_box("Impossible executer script de la reponse\n"+e.message);
+ alert_box("RESPOSEAR"+content[48]+e.message);
}
}
@@ -235,7 +235,7 @@ function result_poste_search(req)
*/
function errorPoste()
{
- alert_box('Ajax failed');
+ alert_box(content[53]);
}
function pausecomp(millis)
{
diff --git a/html/js/admin.js b/html/js/admin.js
index 64cc823..f7d8359 100644
--- a/html/js/admin.js
+++ b/html/js/admin.js
@@ -78,7 +78,7 @@ function folder_display(p_user)
*/
function folder_remove(p_user,p_dossier )
{
- smoke.confirm ('Confirmer',
+ smoke.confirm (content[50] ,
function (e) {
if (e ) {
waiting_box();
@@ -119,7 +119,7 @@ function folder_add(p_user, p_dossier)
var html = answer.getElementsByTagName('content');
if (a.length == 0) {
var rec = req.responseText;
- alert_box('erreur :' + rec);
+ alert_box('FOLDERADD-'+content[48] + rec);
}
var content = getNodeText(html[0]);
diff --git a/html/js/ajax_fiche.js b/html/js/ajax_fiche.js
index ac6033c..f46d8f2 100644
--- a/html/js/ajax_fiche.js
+++ b/html/js/ajax_fiche.js
@@ -53,7 +53,7 @@ function clean_Fid(p_ctl)
}
function errorFid(request,json)
{
- alert_box('erreur : ajax fiche');
+ alert_box('ERRFID'+content[48]);
}
/*!\brief this function fills the data from fid.php,
* \param p_ctl object : field of the input,
@@ -184,7 +184,7 @@ function successFid(request,json)
}
function ajax_error_saldo(request,json)
{
- alert_box('erreur : ajax solde ');
+ alert_box('ERRSAL'+content[48]);
}
/*!\brief this function get the saldo
* \param p_ctl the ctrl where we take the quick_code
@@ -246,7 +246,7 @@ function ajax_get_success(request,json)
*/
function ajax_get_failure(request,json)
{
- alert_box("Ajax do not work for ajax_get");
+ alert_box(content[53]);
}
diff --git a/html/js/anc_script.js b/html/js/anc_script.js
index 101470d..147644f 100644
--- a/html/js/anc_script.js
+++ b/html/js/anc_script.js
@@ -41,13 +41,13 @@ function add_row(p_table, p_seq)
if (mytable.rows.length > 15)
{
- alert_box("Maximum 15 lignes ");
+ alert_box(content[55]);
return;
}
var amount = compute_total_table(p_table, p_seq);
if (max < amount)
{
- alert_box('Montant incorrect : max = ' + max + " calculé=" + amount);
+ alert_box(content[48]+' '+content[56]+ ' '+max + content[57]+' '+
amount);
return;
}
// For the detail view (modify_op) there is several form and then several
time the
@@ -180,7 +180,7 @@ function verify_ca(div)
}
if (amount_error != 0)
{
- alert_box('Désolé, les montants pour la comptabilité analytique
sont incorrects');
+ alert_box(content[54]);
return false;
}
return true;
@@ -328,7 +328,7 @@ function caod_checkTotal()
*/
function anc_remove_operation(p_dossier, p_oa_group)
{
- smoke.confirm("Etes-vous sur de vouloir effacer cette operation ?\n",
+ smoke.confirm(content[50]+"\n",
function (a)
{
if ( a) {
diff --git a/html/js/calc.js b/html/js/calc.js
index 90e9114..66b49d3 100644
--- a/html/js/calc.js
+++ b/html/js/calc.js
@@ -61,7 +61,7 @@ function cal()
}
catch(exception)
{
- alert_box("Mauvaise formule\n"+p_variable);
+ alert_box(content[48]+p_variable);
return false;
}
p_history=p_variable+"="+result.toString()+'<br>'+p_history;
diff --git a/html/js/card.js b/html/js/card.js
index 0986a8c..71fb7ee 100644
--- a/html/js/card.js
+++ b/html/js/card.js
@@ -335,7 +335,7 @@ function result_card_search(req)
}
catch(e)
{
- alert_box("Impossible executer script de la reponse\n"+e.message);
+ alert_box(content[53]+"\n"+e.message);
}
}
@@ -392,7 +392,7 @@ function clean_Fid(p_ctl)
}
function errorFid(request,json)
{
- alert_box('erreur : ajax fiche');
+ alert_box(content[53]);
}
function update_value(text,li)
{
@@ -533,7 +533,7 @@ function successFill_ipopcard(req,json)
}
catch(e)
{
- alert_box("Impossible executer script de la reponse\n"+e.message);
+ alert_box(content[53]+"\n"+e.message);
}
}
/**
diff --git a/html/js/compute_direct.js b/html/js/compute_direct.js
index 8773ace..c4959c2 100644
--- a/html/js/compute_direct.js
+++ b/html/js/compute_direct.js
@@ -99,7 +99,7 @@ function controleBalance()
{
if ( checkTotalDirect() == true ) { return true;}
else {
- smoke.alert('Balance incorrecte D/C');
+ smoke.alert(content[58]);
return false;
}
}
\ No newline at end of file
diff --git a/html/js/gestion.js b/html/js/gestion.js
index de1e19b..cca8ceb 100644
--- a/html/js/gestion.js
+++ b/html/js/gestion.js
@@ -82,13 +82,13 @@ function successRemoveOp(request,json)
{
try{
var answer=request.responseText.evalJSON(true);
- if ( answer.ago_id == -1 ) { alert_box ('Effacement non
autorisé');return;}
+ if ( answer.ago_id == -1 ) { alert_box (content[59]);return;}
var action="acop"+answer.ago_id;
$(action).innerHTML="";
var doc="op"+answer.ago_id;
$(doc).style.color="red";
- $(doc).href="javascript:alert_box('Commentaire Effacé')";
+ $(doc).href="javascript:alert_box(content[60])";
$(doc).style.textDecoration="line-through";
}catch(e){
alert_box(e.message);
@@ -117,12 +117,12 @@ function remove_action(p_dossier,p_id,ag_id)
onSuccess:function(request,json) {
try{
var answer=request.responseText.evalJSON(true);
- if ( answer.act_id == -1 ) { alert_box
('Effacement non autorisé');return;}
+ if ( answer.act_id == -1 ) { alert_box
(content[59]);return;}
var action="acact"+answer.act_id;
$(action).innerHTML="";
var doc="act"+answer.act_id;
$(doc).style.color="red";
- $(doc).href="javascript:alert_box('Action
Effacée')";
+ $(doc).href="javascript:alert_box(content[60])";
$(doc).style.textDecoration="line-through";
} catch (e){ alert_box(e.message);}
}
@@ -159,12 +159,12 @@ function remove_comment(p_dossier,p_id)
function successRemoveComment(request,json)
{
var answer=request.responseText.evalJSON(true);
- if ( answer.agc_id == -1 ) { alert_box ('Effacement non
autorisé');return;}
+ if ( answer.agc_id == -1 ) { alert_box (content[59]);return;}
var action="accom"+answer.agc_id;
$(action).innerHTML="";
var doc="com"+answer.agc_id;
$(doc).style.color="red";
- $(doc).href="javascript:alert_box('Commentaire Effacé')";
+ $(doc).href="javascript:alert_box(content[60])";
$(doc).style.textDecoration="line-through";
}
@@ -186,7 +186,7 @@ function successRemoveDoc(request,json)
$(action).innerHTML="";
var doc="doc"+answer.d_id;
$(doc).style.color="red";
- $(doc).href="javascript:alert_box('Document Effacé')";
+ $(doc).href="javascript:alert_box(content[60])";
$(doc).style.textDecoration="line-through";
$('desc'+answer.d_id).innerHTML="";
@@ -202,7 +202,7 @@ function check_hour(p_ctl)
var h=document.getElementById(p_ctl);
var re = /^\d{1,2}:\d{2}$/;
if ( trim(h.value) !='' && ! h.value.match(re))
- alert_box("Format de l'heure est HH:MM ")
+ alert_box("HH:MM ")
}
catch (erreur)
{
@@ -218,7 +218,7 @@ function check_hour(p_ctl)
function removeStock(s_id,p_dossier)
{
- smoke.confirm("Confirmez-vous l'effacement de cette entrée dans le
stock?",
+ smoke.confirm(content[50],
function (a) {
if (a)
{
@@ -244,7 +244,7 @@ function removeStock(s_id,p_dossier)
*/
function errorRemoveStock()
{
- alert_box('Impossible d\'effacer ');
+ alert_box(content[60]);
}
/**
*@brief success when removing a document
@@ -300,7 +300,7 @@ function action_show(p_dossier)
function action_add(p_dossier) {
try {
if ( $('action_add_div')) {
- alert_box('Désolé, événement en cours de création à sauver');
+ alert_box(content[61]);
return;
}
waiting_box();
diff --git a/html/js/managetable.js b/html/js/managetable.js
index 9be363a..8621166 100644
--- a/html/js/managetable.js
+++ b/html/js/managetable.js
@@ -168,7 +168,7 @@ var ManageTable = function (p_table_name)
var ctl_row = xml.getElementsByTagName("ctl_row");
if (status.length == 0 || ctl.length == 0 || html.length == 0)
{
- throw "Invalid answer " + req.responseText;
+ throw content[53] + req.responseText;
}
var answer=[];
@@ -228,7 +228,7 @@ var ManageTable = function (p_table_name)
} else {
remove_waiting_box();
- smoke.alert("Changement impossible");
+ smoke.alert(content[48]);
$("dtr").update(answer['html']);
}
@@ -306,7 +306,7 @@ var ManageTable = function (p_table_name)
$(obj.id).setStyle({position: "fixed", top: '15%', width:
"auto", "margin-left": "20%"});
$(obj.id).update(x['html']);
} catch (e) {
- smoke.alert("ERREUR " + e.message);
+ smoke.alert(content[48] + e.message);
}
}
diff --git a/html/js/modele_document.js b/html/js/modele_document.js
index 31b9b28..6bbf8d1 100644
--- a/html/js/modele_document.js
+++ b/html/js/modele_document.js
@@ -84,6 +84,6 @@ function modify_document_success_box(req,json)
}
catch(e)
{
- alert_box("answer_box Impossible executer script de la
reponse\n"+e.message);
+ alert_box(content[53]+"\n"+e.message);
}
}
diff --git a/html/js/scripts.js b/html/js/scripts.js
index 140305d..f10662b 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -60,7 +60,7 @@ function infodiv(req, json)
}
catch (e)
{
- alert_box("answer_box Impossible executer script de la reponse\n" +
e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
@@ -70,7 +70,7 @@ function infodiv(req, json)
*/
function deleteRow(tb, obj)
{
- smoke.confirm('Confirmez effacement',function (e)
+ smoke.confirm(content[50],function (e)
{
if (e) {
var td = obj.parentNode;
@@ -291,13 +291,13 @@ function toggleHideShow(p_obj, p_button)
if (stat === 'none')
{
show(p_obj);
- str = str.replace(/Afficher/, 'Cacher');
+ str = str.replace(/Afficher/, content[62]);
g(p_button).value = str;
}
else
{
hide(p_obj);
- str = str.replace(/Cacher/, 'Afficher');
+ str = str.replace(/Cacher/, content[63]);
g(p_button).value = str;
}
}
@@ -394,21 +394,21 @@ function success_misc(req)
}
catch (e)
{
- alert_box("Impossible executer script de la reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
function loading()
{
- var str = '<h2> Un instant ...</h2>';
+ var str = '<h2>'+content[64]+'</h2>';
str = str + '<image src="image/loading.gif" alt="chargement"></image>';
return str;
}
function ajax_misc_failure()
{
- alert_box('Ajax Misc failed');
+ alert_box(content[53]);
}
/**
*@brief remove a document_modele
@@ -606,17 +606,7 @@ function success_set_tva_label(req)
}
}
-/**
- *@brief set loading for waiting
- *@param name of ipopup
- *@see showIPopup
- *@deprecated
- */
-function set_wait_obsolete(name)
-{
- var content = name + "_content";
- $(content).innerHTML = 'Un instant...<image src="image/loading.gif"
border="0" alt="Chargement...">';
-}
+
/**
* Create a div without showing it
* @param {type} obj
@@ -744,7 +734,7 @@ function waiting_node()
function waiting_box()
{
var obj = {
- id: 'wait_box', html: '<h2 class="title">Chargement</h2>' + loading()
+ id: 'wait_box', html: '<h2 class="title">'+content[65]+'</h2>' +
loading()
};
var y = fixed_position(10, 250)
obj.style = y + ";width:20%;margin-left:40%;";
@@ -806,7 +796,7 @@ function success_box(req, json)
if (a.length === 0)
{
var rec = req.responseText;
- alert_box('erreur :' + rec);
+ alert_box(content[48] + rec);
}
var name_ctl = a[0].firstChild.nodeValue;
var code_html = getNodeText(html[0]);
@@ -828,13 +818,13 @@ function success_box(req, json)
}
catch (e)
{
- alert_box("answer_box Impossible executer script de la reponse\n" +
e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
function error_box()
{
- alert_box('[error_box] ajax not implemented');
+ alert_box(content[53]);
}
/**
* show the ledger choice
@@ -898,7 +888,7 @@ function show_ledger_choice(json_obj)
code_html.evalScripts();
}
catch (e) {
- alert_box("answer_box Impossible executer script
de la reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
@@ -1081,9 +1071,9 @@ function show_calc()
shtml +="<div class=\"bxbutton\">";
shtml += '<a class="icon" onclick="pin(\'calc1\')"
id="pin_calc1"></a> <a onclick="removeDiv(\'calc1\');"
href="javascript:void(0)" title="" class="icon">⨉</a>';
shtml +="</div>";
- shtml += ' <h2 class="title">Calculatrice</h2>';
- shtml += '<form name="calc_line" method="GET" onSubmit="cal();return
false;" >Calculatrice simplifiée: écrivez simplement les opérations que vous
voulez puis la touche retour. exemple : 1+2+3*(1/5) <input class="input_text"
type="text" size="30" id="inp" name="calculator"> <input type="button"
value="Efface" class="button" onClick="Clean();return false;" > <input
type="button" value="Efface historique" class="button"
onClick="CleanHistory();return false;" > <input type="button" clas [...]
- shtml += '</form><span class="highligth" style="display:block"
id="sub_total"> Taper une formule (ex 20*5.1) puis enter </span><span
style="display:block" id="listing"> </span>';
+ shtml += ' <h2 class="title">'+content[66]+'</h2>';
+ shtml += '<form name="calc_line" method="GET" onSubmit="cal();return
false;" >'+content[68]+'<input class="input_text" type="text" size="30"
id="inp" name="calculator"> <input type="button" value="Efface" class="button"
onClick="Clean();return false;" > <input type="button" value="Efface
historique" class="button" onClick="CleanHistory();return false;" > <input
type="button" class="button" value="Fermer" onClick="removeDiv(\'calc1\')" >';
+ shtml += '</form><span class="highligth" style="display:block"
id="sub_total"> '+ content[67]+' </span><span style="display:block"
id="listing"> </span>';
var obj = {id: sid, html: shtml,
drag: false, style: 'z-index:98'
@@ -1147,7 +1137,7 @@ function success_display_periode(req)
}
catch (e)
{
- alert_box("success_display_periode Impossible executer script de la
reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
@@ -1215,7 +1205,7 @@ function fill_box(req)
console.error(e);
console.error("log answer = "+req.responseText);
}
- alert_box("Impossible executer script de la reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
@@ -1566,7 +1556,7 @@ function
display_sub_menu(p_dossier,p_profile,p_dep,p_level)
*/
function remove_sub_menu(p_dossier,profile_menu_id)
{
- confirm_box(null,'Confirme ?',
+ confirm_box(null,content[47],
function () {
waiting_box();
new Ajax.Request('ajax_misc.php',
@@ -2118,7 +2108,7 @@ function view_action(ag_id, dossier, modify)
* @see HtmlInput::filter_table
*/
function filter_table(phrase, _id, colnr, start_row) {
- $('info_div').innerHTML = "Un instant";
+ $('info_div').innerHTML = content[65];
$('info_div').style.display = "block";
var words = $(phrase).value.toLowerCase();
var table = document.getElementById(_id);
@@ -2159,7 +2149,7 @@ function filter_table(phrase, _id, colnr, start_row) {
}
if (tot_found == 0) {
if ($('info_' + _id)) {
- $('info_' + _id).innerHTML = " Aucun résultat ";
+ $('info_' + _id).innerHTML = content[69]
}
} else {
if ($('info_' + _id)) {
@@ -2167,6 +2157,7 @@ function filter_table(phrase, _id, colnr, start_row) {
}
}
}
+
/**
* @brief
* Display the task late or for today in dashboard
@@ -2293,7 +2284,7 @@ function show_bookmark(p_dossier) {
}
catch (e)
{
- alert_box("answer_box Impossible executer script
de la reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
@@ -2327,7 +2318,7 @@ function save_bookmark() {
}
catch (e)
{
- alert_box("answer_box Impossible executer script
de la reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
@@ -2359,7 +2350,7 @@ function remove_bookmark() {
}
catch (e)
{
- alert_box("answer_box Impossible executer script
de la reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
@@ -2413,7 +2404,7 @@ function show_tag(p_dossier, p_ac, p_tag_id, p_post)
}
catch (e)
{
- alert_box("answer_box Impossible executer script
de la reponse\n" + e.message);
+ alert_box(content[53]+"\n" + e.message);
}
}
@@ -2533,7 +2524,7 @@ function action_tag_add(p_dossier, ag_id, t_id)
*/
function action_tag_remove(p_dossier, ag_id, t_id)
{
- confirm_box(null,'Enlevez ce tags ?',function () {
+ confirm_box(null,content[50],function () {
try {
waiting_box();
var queryString = "t_id=" + t_id + "&ag_id=" + ag_id +
"&op=tag_remove&gDossier=" + p_dossier;
@@ -3423,7 +3414,7 @@ function progress_bar_start(p_taskid,p_message)
try {
progressIdx++;
// block the window
- var message="Un instant svp";
+ var message=content[65];
if ( p_message) {
message=p_message;
}
diff --git a/html/js/todo_list.js b/html/js/todo_list.js
index 7c1292f..f5fdaca 100644
--- a/html/js/todo_list.js
+++ b/html/js/todo_list.js
@@ -61,7 +61,7 @@ function todo_list_show(p_id)
if (tl_id.length == 0)
{
var rec = req.responseText;
- alert_box('erreur :' + rec);
+ alert_box(content[48] + rec);
}
var content =
unescape_xml(getNodeText(tl_content[0]));
todo_div.innerHTML=content;
@@ -81,13 +81,13 @@ function todo_list_show(p_id)
}
catch (e)
{
- alert_box(" Envoi ajax non possible" + e.message);
+ alert_box(content[48] + e.message);
}
return false;
}
function todo_list_show_error(request_json)
{
- alert_box('failure');
+ alert_box(content[48]);
}
function add_todo()
{
@@ -95,7 +95,7 @@ function add_todo()
}
function todo_list_remove(p_ctl)
{
- smoke.confirm('Effacer ?',
+ smoke.confirm(content[50],
function (e) {
if ( !e ) {return;}
$("tr" + p_ctl).hide();
@@ -141,7 +141,7 @@ function todo_list_save(p_form)
alert_box(content[48] + rec);
}
if ( getNodeText(tl_id[0]) == '0') {
- smoke.alert('Note est vide');
+ smoke.alert(content[49]);
return;
}
var tr = $('tr'+p_form);
diff --git a/html/lang/en_US/LC_MESSAGES/messages.po
b/html/lang/en_US/LC_MESSAGES/messages.po
index e6bff3b..c06fc68 100644
--- a/html/lang/en_US/LC_MESSAGES/messages.po
+++ b/html/lang/en_US/LC_MESSAGES/messages.po
@@ -4,13 +4,13 @@
# Dany De Bontridder <address@hidden>
#
# dany, 2014.
-# Dany De Bontridder <address@hidden>, 2014, 2015, 2016, 2017, 2018.
+# Dany De Bontridder <address@hidden>, 2014, 2015, 2016, 2017, 2018, 2019.
msgid ""
msgstr ""
"Project-Id-Version: NOALYSS 672\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-04 16:40+0100\n"
-"PO-Revision-Date: 2018-11-20 22:30+0100\n"
+"POT-Creation-Date: 2019-07-31 00:04+0200\n"
+"PO-Revision-Date: 2019-08-07 11:50+0100\n"
"Last-Translator: dany <address@hidden>\n"
"Language-Team: French <address@hidden>\n"
"Language: en_US\n"
@@ -22,7 +22,7 @@ msgstr ""
#: include/database.item.php:124
msgid " "
-msgstr "C"
+msgstr ""
#: include/export/export_gl_pdf.php:75
msgid " Periode : "
@@ -199,7 +199,7 @@ msgstr "Your version is %s"
#: include/class/acc_ledger.class.php:1136
#, php-format
msgid " Le poste %s appartient à fiche(s) dont : %s"
-msgstr ""
+msgstr "Accounting %s belong to the cards : %s"
#: include/class_acc_payment.php:299 include/class_acc_payment.php:298
#: include/class/class_acc_payment.php:298
@@ -374,6 +374,7 @@ msgstr "and activity"
#: include/class/anc_balance_double.class.php:356
#: include/class/anc_balance_double.class.php:357
+#: include/class/anc_balance_double.class.php:359
msgid " et le poste "
msgstr "and the account"
@@ -416,6 +417,7 @@ msgstr "The accounting item ["
#: include/class/class_document_export.php:225
#: include/class/document_export.class.php:225
#: include/class/document_export.class.php:231
+#: include/class/document_export.class.php:232
msgid " ne peut pas convertir en PDF"
msgstr "Conversion to PDF failed"
@@ -800,7 +802,7 @@ msgstr "Ledger"
#: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252
#: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300
-#: html/do.php:310
+#: html/do.php:310 html/do.php:279
msgid "Accès menu impossible"
msgstr "Unauthorized access"
@@ -938,6 +940,7 @@ msgstr "Folder not available"
#: html/ajax_misc.php:179 html/ajax_misc.php:257 html/ajax_misc.php:262
#: html/ajax_misc.php:290 html/ajax_misc.php:382 html/ajax_misc.php:384
+#: html/ajax_misc.php:390 include/lib/message_javascript.php:90
msgid "Action non autorisée"
msgstr "Unauthorized"
@@ -1039,6 +1042,7 @@ msgstr "Noalyss Administrators"
#: include/admin_repo.inc.php:63 include/database.item.php:130
#: html/user_login.php:160 include/admin_repo.inc.php:65
#: include/database.item.php:124 html/user_login.php:166
+#: html/user_login.php:143
msgid "Administration"
msgstr "Administration"
@@ -1057,6 +1061,7 @@ msgstr "Global Parameter"
#: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604
#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761
#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1781
+#: include/class/fiche.class.php:1782
msgid "Adresse"
msgstr "Address"
@@ -1104,6 +1109,7 @@ msgstr "Display also the closed actions"
#: include/ext/tva/class_ext_tvagen.php:114
#: include/ext/tva/ext_list_assujetti.class.php:54
#: include/ext/tva/ext_tvagen.class.php:114
+#: include/lib/message_javascript.php:94
msgid "Afficher"
msgstr "Display"
@@ -1540,7 +1546,6 @@ msgid "Ajoutez le menu actuel à vos favoris"
msgstr "Bookmark the current menu"
#: include/class/acc_ledger_fin.class.php:652
-#, fuzzy
msgid "Ajoutez une pièce justificative"
msgstr "Add a receipt"
@@ -1626,14 +1631,13 @@ msgid "Analytique"
msgstr "Analytic"
#: include/class/acc_ledger_fin.class.php:636
-#, fuzzy
msgid "Ancien solde"
-msgstr "Balance not voided"
+msgstr "Old balance"
#: include/ajax_preference.php:166 include/ajax_preference.php:167
#: html/test_class.php:220 include/ajax_preference.php:174
#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253
-#: dev/test/test_class.php:216
+#: dev/test/test_class.php:216 include/ajax/ajax_preference.php:264
msgid "Anglais"
msgstr "English"
@@ -1770,6 +1774,10 @@ msgstr "Apply"
msgid "Après le "
msgstr "After"
+#: include/ajax/ajax_preference.php:72
+msgid "Après validation, recharger si vous changez la langue"
+msgstr "After clicking validate, you must reload if you change the language"
+
#: include/profile.inc.php:150
msgid "Argument"
msgstr "Arguments"
@@ -1918,7 +1926,7 @@ msgstr "Warning difference computed with VAT"
#: include/ajax_preference.php:102 include/ajax_preference.php:103
#: include/ajax_preference.php:110 include/ajax/ajax_preference.php:110
-#: include/ajax/ajax_preference.php:115
+#: include/ajax/ajax_preference.php:115 include/ajax/ajax_preference.php:126
msgid ""
"Attention cette période est fermée, vous ne pourrez rien modifier dans le "
"module comptable"
@@ -2014,7 +2022,7 @@ msgstr "Warning, do not change the meaning of this
accounting"
#: html/do.php:104 html/do.php:103 html/do.php:98 html/do.php:100
#: html/do.php:128 html/do.php:141 html/do.php:143 html/do.php:161
-#: html/do.php:185 html/do.php:197 html/do.php:207
+#: html/do.php:185 html/do.php:197 html/do.php:207 html/do.php:176
msgid ""
"Attention: la version de base de donnée est supérieure à la version du "
"programme, vous devriez mettre à jour"
@@ -2222,7 +2230,7 @@ msgstr "No message saved"
#: include/ajax_preference.php:152 include/ajax_preference.php:153
#: include/ajax_preference.php:160 include/ajax/ajax_preference.php:160
-#: include/ajax/ajax_preference.php:239
+#: include/ajax/ajax_preference.php:239 include/ajax/ajax_preference.php:250
msgid "Aucun mini rapport"
msgstr "No mini-report"
@@ -2265,7 +2273,7 @@ msgstr "No accounting found"
#: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265
#: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319
-#: html/do.php:329 html/do.php:331
+#: html/do.php:329 html/do.php:331 html/do.php:300
msgid "Aucun profil utilisateur"
msgstr "No user profile"
@@ -2377,6 +2385,7 @@ msgstr "no data"
#: include/anc_great_ledger.inc.php:47 include/anc_balance_double.inc.php:27
#: include/anc_balance_simple.inc.php:27 include/anc_great_ledger.inc.php:78
#: include/anc_history.inc.php:34 include/anc_history.inc.php:37
+#: include/anc_balance_double.inc.php:26
msgid "Aucune donnée trouvée"
msgstr "No data found"
@@ -2396,6 +2405,7 @@ msgstr "No card Abebooks web sites"
#: include/fiche.inc.php:383 include/fiche.inc.php:386
#: include/fiche.inc.php:133 include/fiche.inc.php:387
#: include/fiche.inc.php:134 include/fiche.inc.php:388
+#: include/fiche.inc.php:395
msgid "Aucune fiche trouvée"
msgstr "No record found"
@@ -2774,6 +2784,10 @@ msgstr "wrong balance"
msgid "Balance incorrecte "
msgstr "wrong balance"
+#: include/lib/message_javascript.php:89
+msgid "Balance incorrecte D/C"
+msgstr "Unbalanced D/C"
+
#: include/fiche.inc.php:70 include/fiche.inc.php:72 include/fiche.inc.php:73
msgid "Balance non soldée"
msgstr "Balance not voided"
@@ -2867,7 +2881,7 @@ msgstr "Database %smod%d is accessed, disconnect first"
#: html/do.php:97 html/user_login.php:66 html/do.php:96 html/do.php:91
#: html/do.php:93 html/user_login.php:67 html/do.php:121 html/do.php:134
#: html/do.php:136 html/do.php:154 html/do.php:178 html/user_login.php:69
-#: html/do.php:186 html/user_login.php:70 html/do.php:196
+#: html/do.php:186 html/user_login.php:70 html/do.php:196 html/do.php:165
msgid "Base de donnée invalide"
msgstr "Invalid Database"
@@ -2989,9 +3003,14 @@ msgstr "D / C "
#: include/class/class_document_export.php:280
#: include/class/document_export.class.php:280
#: include/class/document_export.class.php:290
+#: include/class/document_export.class.php:291
msgid "CONVERT_GIF_PDF n'est pas installé"
msgstr "CONVERT_GIF_PDF is not installed"
+#: include/lib/message_javascript.php:93
+msgid "Cacher"
+msgstr "Hide"
+
#: include/template/detail-action.php:337
#: include/template/detail-action.php:336
#: include/template/detail-action.php:351
@@ -3022,9 +3041,18 @@ msgstr "Automatic creation of the accounting"
#: include/class_ibutton.php:82 include/class_ibutton.php:84
#: include/lib/class_ibutton.php:84 include/lib/ibutton.class.php:84
+#: include/lib/message_javascript.php:97
msgid "Calculatrice"
msgstr "calculator"
+#: include/lib/message_javascript.php:99
+msgid ""
+"Calculatrice simplifiée: écrivez simplement les opérations que vous voulez "
+"puis la touche retour. exemple : 1+2+3*(1/5)"
+msgstr ""
+"Simple calculator , simply write the operation you want , press \"enter\" ,"
+" example : 1+2+3*(1/5)"
+
#: include/profile.inc.php:356 include/profile.inc.php:358
#: include/profile.inc.php:381 include/profile.inc.php:363
msgid "Calculatrice visible"
@@ -3233,6 +3261,7 @@ msgstr "This plan does not exist"
#: html/ajax_misc.php:571 html/ajax_misc.php:613 html/ajax_misc.php:408
#: html/ajax_misc.php:434 html/ajax_misc.php:546 html/ajax_misc.php:548
+#: html/ajax_misc.php:554
msgid "Ce plugin n'existe pas "
msgstr "No plugin"
@@ -3302,7 +3331,7 @@ msgstr "This category has no email attribute"
#: include/fiche.inc.php:290 include/fiche.inc.php:363
#: include/fiche.inc.php:366 include/fiche.inc.php:367
-#: include/fiche.inc.php:368
+#: include/fiche.inc.php:368 include/fiche.inc.php:375
msgid "Cette catégorie n'ayant pas de poste comptable n'a pas de balance"
msgstr "This record has no valid accounting "
@@ -3520,6 +3549,8 @@ msgstr "full path to postgresql"
#: html/ajax_misc.php:456 include/class/pre_operation.class.php:289
#: include/class/acc_ledger.class.php:2185
#: include/class/anc_listing.class.php:76 include/class/fiche.class.php:2246
+#: html/user_login.php:158 html/ajax_misc.php:462
+#: include/class/fiche.class.php:2247
#, php-format
msgid "Cherche"
msgstr "Search"
@@ -3565,7 +3596,7 @@ msgid ""
"a-nouveaux (exercice N)"
msgstr "Select the exercice ( N-1 ) to report for the Report As New"
-#: html/ajax_misc.php:452 html/ajax_misc.php:454
+#: html/ajax_misc.php:452 html/ajax_misc.php:454 html/ajax_misc.php:460
msgid "Choisissez la TVA"
msgstr "Select the VAT"
@@ -3899,6 +3930,7 @@ msgid "Clients (C)"
msgstr "Customers(c)"
#: include/template/param_jrn.php:194 include/template/param_jrn.php:201
+#: include/template/param_jrn.php:203
msgid "Clients (D)"
msgstr "Customers(c)"
@@ -4290,7 +4322,7 @@ msgstr "Code not used"
#: include/export/export_fiche_balance_csv.php:142
#: include/export/export_fiche_balance_csv.php:155
#: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519
-#: include/fiche.inc.php:521
+#: include/fiche.inc.php:521 include/fiche.inc.php:530
msgid "Comm"
msgstr "How"
@@ -4352,6 +4384,7 @@ msgstr "Start the uprade or the installation"
#: include/class/acc_ledger_purchase.class.php:1835
#: include/class/print_ledger_misc.class.php:47
#: include/class/acc_ledger_fin.class.php:550
+#: include/class/acc_ledger_history_generic.class.php:684
msgid "Commentaire"
msgstr "How"
@@ -4488,7 +4521,7 @@ msgstr "Product with a debit result"
#: include/template/param_jrn.php:41 include/template/ledger_detail_fin.php:34
#: include/template/operation_detail_fin.php:31
#: include/template/ledger_detail_fin.php:35
-#: include/compta_fin_saldo.inc.php:48
+#: include/compta_fin_saldo.inc.php:48 include/template/param_jrn.php:48
msgid "Compte en banque"
msgstr "Bank account"
@@ -4787,7 +4820,7 @@ msgstr "Confirm"
#: include/ext/importbank/ajax.php:237 include/ext/importbank/ajax.php:238
#: include/operation_ods_confirm.inc.php:89
msgid "Confirmer"
-msgstr "Confirmed"
+msgstr "To confirm"
#: include/template/anc_key_input.php:211
#: include/template/anc_key_input.php:212
@@ -4987,6 +5020,7 @@ msgstr "Creation template 2"
#: include/ext/tools/include/anc_grandlivre_ext.class.php:127
#: include/export/export_poste_detail_pdf.php:104
#: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:580
+#: include/fiche.inc.php:589
msgid "Credit"
msgstr "Credit"
@@ -5153,6 +5187,9 @@ msgstr "Credit"
#: include/class/fiche.class.php:1463 include/class/acc_ledger.class.php:614
#: include/class/fiche.class.php:1465 include/operation_ods_new.inc.php:85
#: include/class/fiche.class.php:1479
+#: include/class/anc_balance_double.class.php:100
+#: include/class/acc_ledger_history_generic.class.php:772
+#: include/class/fiche.class.php:1480
msgid "Crédit"
msgstr "Credit"
@@ -5538,6 +5575,10 @@ msgstr "In the ledger"
#: include/class/anc_listing.class.php:79
#: include/class/anc_operation.class.php:297 include/class/fiche.class.php:1396
#: include/class/fiche.class.php:1471 include/lib/ac_common.php:1210
+#: include/fiche.inc.php:527
+#: include/class/acc_ledger_history_generic.class.php:680
+#: include/class/acc_ledger_history_generic.class.php:767
+#: include/class/fiche.class.php:1397 include/class/fiche.class.php:1472
msgid "Date"
msgstr "Date"
@@ -5883,6 +5924,7 @@ msgstr "Inavlid limit date"
#: include/ext/tools/include/anc_grandlivre_ext.class.php:126
#: include/export/export_poste_detail_pdf.php:102
#: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:576
+#: include/fiche.inc.php:585
msgid "Debit"
msgstr "Debit"
@@ -5896,6 +5938,7 @@ msgstr "Debit / Credit"
#: html/user_login.php:151 html/user_login.php:153 html/user_login.php:155
#: html/user_login.php:159 html/user_login.php:160 html/user_login.php:161
#: html/user_login.php:162 html/user_login.php:165 html/user_login.php:171
+#: html/user_login.php:148
msgid "Deconnexion"
msgstr "Disconnect"
@@ -5944,7 +5987,7 @@ msgid "Dernier numéro utilisé pour ce type de document"
msgstr "Last receipt number for that type of document"
#: include/template/param_jrn.php:102 include/template/param_jrn.php:99
-#: include/template/param_jrn.php:106
+#: include/template/param_jrn.php:106 include/template/param_jrn.php:108
msgid "Dernière pièce numérotée"
msgstr "Last numbered receipt"
@@ -5960,6 +6003,7 @@ msgstr "Last entries"
#: html/ajax_misc.php:196 html/ajax_misc.php:274 html/ajax_misc.php:279
#: html/ajax_misc.php:307 html/ajax_misc.php:399 html/ajax_misc.php:401
+#: html/ajax_misc.php:407
msgid "Des actions dépendent de cette catégorie"
msgstr "Event depends on this category"
@@ -6135,6 +6179,8 @@ msgstr "Event depends on this category"
#: include/class/acc_ledger_search.class.php:1105
#: include/class/anc_listing.class.php:83 include/class/fiche.class.php:1397
#: include/class/fiche.class.php:1476 include/lib/ac_common.php:1213
+#: include/template/param_jrn.php:85 include/class/fiche.class.php:1398
+#: include/class/fiche.class.php:1477
msgid "Description"
msgstr "Description"
@@ -6484,6 +6530,10 @@ msgstr ""
msgid "Donnée invalide"
msgstr "Invalid data"
+#: include/lib/message_javascript.php:91
+msgid "Donnée manquante ou déjà supprimée"
+msgstr "Missing data or already suppressed"
+
#: include/class_fiche_def.php:767 include/class_fiche_def.php:748
#: include/class_fiche_def.php:754 include/class_fiche_def.php:766
#: include/class_fiche_def.php:765 include/class/class_fiche_def.php:765
@@ -6592,12 +6642,12 @@ msgstr "Duplicate"
#: scenario/package_repository.test.php:71
msgid "Download core"
-msgstr ""
+msgstr "Download core"
#: include/export/export_balance_pdf.php:109
-#, fuzzy, php-format
+#, php-format
msgid "Du %s au %s"
-msgstr "Date %s to %s"
+msgstr "From %s to %s"
#: include/ext/import_account/include/class_impacc_tva.php:64
#: include/ext/import_account/include/class_impacc_tva.php:76
@@ -6697,6 +6747,9 @@ msgstr "Amortization term"
#: include/class/acc_ledger.class.php:884 include/class/fiche.class.php:1464
#: include/operation_ods_new.inc.php:84 include/class/acc_ledger.class.php:889
#: include/class/fiche.class.php:1478
+#: include/class/anc_balance_double.class.php:99
+#: include/class/acc_ledger_history_generic.class.php:771
+#: include/class/fiche.class.php:1479
msgid "Débit"
msgstr "Debit"
@@ -6713,6 +6766,7 @@ msgstr "Debit or credit"
#: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238
#: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383
#: include/class/fiche.class.php:1385 include/class/fiche.class.php:1399
+#: include/class/fiche.class.php:1400
msgid "Débit/Crédit"
msgstr "Debit or credit"
@@ -6958,10 +7012,14 @@ msgid "Désolé vous ne pouvez pas utiliser ce plugin ,
vous êtes en mode STRIC
msgstr "Sorry , you are in strict mode , you cannot use this plugin"
#: include/class/fiche.class.php:838 include/class/fiche.class.php:840
-#: include/class/fiche.class.php:843
+#: include/class/fiche.class.php:843 include/class/fiche.class.php:844
msgid "Désolé, il y a trop de virgule dans le poste comptable "
msgstr "Sorry too many coma in the accounting"
+#: include/lib/message_javascript.php:85
+msgid "Désolé, les montants pour la comptabilité analytique sont incorrects"
+msgstr "Sorry amount for analytic account are incorrect"
+
#: include/dossier.inc.php:345 include/dossier.inc.php:301
#: include/modele.inc.php:358 include/dossier.inc.php:324
#: include/dossier.inc.php:360 include/modele.inc.php:372
@@ -6972,6 +7030,10 @@ msgstr "Sorry too many coma in the accounting"
msgid "Désolé, vous n'avez pas coché la case"
msgstr "Sorry the box is not checked"
+#: include/lib/message_javascript.php:92
+msgid "Désolé, événement en cours de création à sauver"
+msgstr "Sorry another event must be saved first"
+
#: include/template/ledger_detail_ach.php:112
#: include/template/ledger_detail_fin.php:96
#: include/template/ledger_detail_misc.php:81
@@ -7243,9 +7305,14 @@ msgstr "Missed deadline"
msgid "Echec"
msgstr "Failed"
+#: include/lib/message_javascript.php:79
+msgid "Echec "
+msgstr "Fail"
+
#: include/class/class_document_export.php:247
#: include/class/document_export.class.php:247
#: include/class/document_export.class.php:254
+#: include/class/document_export.class.php:255
msgid "Echec Ajout detail "
msgstr "Add details failed"
@@ -7275,6 +7342,10 @@ msgstr "Transfer failure"
msgid "Echec de la restauration "
msgstr "Issue when restoring"
+#: include/lib/message_javascript.php:80
+msgid "Echec donnée manquante ou incorrecte"
+msgstr "Fail : missing or incorrect data"
+
#: include/ext/importbank/include/template/show_transfer.php:125
msgid "Echec import"
msgstr "Import failed"
@@ -7305,6 +7376,10 @@ msgstr "Failure update"
msgid "Echec ouverture fichier "
msgstr "Error opening file"
+#: include/lib/message_javascript.php:84
+msgid "Echec réponse"
+msgstr "Response Failed"
+
#: include/class_acc_ledger_sold.php:1012
#: include/class_acc_ledger_sold.php:1037
#: include/class_acc_ledger_sold.php:1038
@@ -7634,7 +7709,7 @@ msgstr "Items"
#: include/database.item.php:179 include/ajax/ajax_preference.php:73
#: include/database.item.php:180 include/database.item.php:183
#: include/user.inc.php:84 include/database.item.php:191
-#: include/ajax/ajax_preference.php:74
+#: include/ajax/ajax_preference.php:74 include/ajax/ajax_preference.php:85
msgid "Email"
msgstr "E-mail"
@@ -7742,7 +7817,7 @@ msgstr "Customer payment today"
#: include/ext/import_account/include/template/test_operation.php:26
#: include/ext/import_card/include/template/test_file.php:42
#: include/ext/import_doli/include/template/test_file.php:30
-#: include/ajax/ajax_preference.php:213
+#: include/ajax/ajax_preference.php:213 include/ajax/ajax_preference.php:224
msgid "Encodage"
msgstr "Encoding"
@@ -7861,6 +7936,7 @@ msgstr "Between activity"
#: include/class/anc_balance_double.class.php:351
#: include/class/anc_balance_double.class.php:352
+#: include/class/anc_balance_double.class.php:354
msgid "Entre le poste "
msgstr "Between the account"
@@ -8032,6 +8108,7 @@ msgstr "Invalid exercice"
#: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239
#: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295
+#: html/do.php:264
msgid "Erreur menu"
msgstr "Error menu"
@@ -8236,7 +8313,7 @@ msgstr "Exclude State"
#: include/template/periode_add_exercice.php:25
#: include/ajax/ajax_preference.php:131 include/class/periode.class.php:519
#: include/class/periode_ledger_table.class.php:100
-#: include/template/stock_inv.php:126
+#: include/template/stock_inv.php:126 include/ajax/ajax_preference.php:142
msgid "Exercice"
msgstr "Exercise"
@@ -8260,6 +8337,7 @@ msgstr "exercice is not a number"
#: html/ajax_misc.php:197 html/ajax_misc.php:216 html/ajax_misc.php:230
#: html/ajax_misc.php:236 html/ajax_misc.php:314 html/ajax_misc.php:319
#: html/ajax_misc.php:347 html/ajax_misc.php:459 html/ajax_misc.php:461
+#: html/ajax_misc.php:467
msgid "Explication"
msgstr "Explanation"
@@ -8323,6 +8401,9 @@ msgstr "Export balance"
#: include/class/fiche.class.php:2191 include/fiche.inc.php:297
#: include/fiche.inc.php:333 include/class/fiche.class.php:1619
#: include/class/fiche.class.php:2214 include/anc_pa.inc.php:123
+#: include/fiche.inc.php:242 include/fiche.inc.php:302
+#: include/fiche.inc.php:340 include/class/fiche.class.php:1620
+#: include/class/fiche.class.php:2215
msgid "Export CSV"
msgstr "Export CSV"
@@ -8421,7 +8502,8 @@ msgstr "Export Ledger"
#: include/class/fiche.class.php:1584 include/class/fiche.class.php:2211
#: html/popup.php:114 include/class/fiche.class.php:1586
#: include/class/fiche.class.php:2213 include/class/fiche.class.php:1604
-#: include/class/fiche.class.php:2236
+#: include/class/fiche.class.php:2236 include/class/fiche.class.php:1605
+#: include/class/fiche.class.php:2237
msgid "Export PDF"
msgstr "Export PDF"
@@ -8952,6 +9034,7 @@ msgid "Fiches ayant changé de poste comptable"
msgstr "The card %s has changed his accouting"
#: include/template/param_jrn.php:251 include/template/param_jrn.php:258
+#: include/template/param_jrn.php:260
msgid "Fiches utilisables (D/C)"
msgstr "Usable Cards (D/C)"
@@ -8991,9 +9074,8 @@ msgid "Fichier non sauvé"
msgstr "Card not found"
#: include/lib/ac_common.php:1129
-#, fuzzy
msgid "Fichier non trouvé"
-msgstr "Card not found"
+msgstr "File not found"
#: include/ext/import_account/include/template/input_file.php:19
#: include/ext/import_account/include/template/test_file.php:20
@@ -9097,6 +9179,7 @@ msgstr "Rapid filter:"
#: include/fiche.inc.php:312 include/fiche.inc.php:317
#: include/fiche.inc.php:390 include/fiche.inc.php:393
#: include/fiche.inc.php:394 include/fiche.inc.php:395
+#: include/fiche.inc.php:402
msgid "Filtre rapide:"
msgstr "Rapid filter:"
@@ -9167,7 +9250,7 @@ msgstr "Fin /MO"
msgid "Financier"
msgstr "Financial"
-#: include/ajax/ajax_preference.php:169
+#: include/ajax/ajax_preference.php:169 include/ajax/ajax_preference.php:180
msgid "Format Export CSV"
msgstr "Export CSV"
@@ -9276,6 +9359,7 @@ msgid "Fournisseur "
msgstr "Supplier"
#: include/template/param_jrn.php:139 include/template/param_jrn.php:146
+#: include/template/param_jrn.php:148
msgid "Fournisseurs (C)"
msgstr "Supplier (C)"
@@ -9294,7 +9378,7 @@ msgstr "Supplier to pay today"
#: include/ajax_preference.php:165 include/ajax_preference.php:166
#: html/test_class.php:219 include/ajax_preference.php:173
#: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252
-#: dev/test/test_class.php:215
+#: dev/test/test_class.php:215 include/ajax/ajax_preference.php:263
msgid "Français"
msgstr "French"
@@ -9731,11 +9815,11 @@ msgstr "Histo. Change"
#: include/database.item.php:5 include/database.item.php:98
#: include/ext/import-winbook/index.php:66 include/fiche.inc.php:65
msgid "Historique"
-msgstr "Historical"
+msgstr "History"
#: include/fiche.inc.php:65 include/fiche.inc.php:66
msgid "Historique Lettré"
-msgstr "Historical lettered"
+msgstr "Lettered history"
#: include/fiche.inc.php:66 include/fiche.inc.php:67
msgid "Historique Lettré et montants différents"
@@ -9746,7 +9830,7 @@ msgstr "Lettered history and different Amounts"
#: include/database.item.php:66 include/database.item.php:65
#: include/database.item.php:68 include/database.item.php:62
msgid "Historique achat"
-msgstr "Historical purchase"
+msgstr "Purchase history"
#: include/database.item.php:65 include/database.item.php:68
#: include/database.item.php:62 include/database.item.php:60
@@ -9874,14 +9958,14 @@ msgstr "Listing History"
#: include/fiche.inc.php:67 include/fiche.inc.php:68
msgid "Historique non Lettré"
-msgstr "Historical not lettered"
+msgstr "Not lettered history"
#: include/database.item.php:61 include/database.item.php:64
#: include/database.item.php:70 include/database.item.php:68
#: include/database.item.php:67 include/database.item.php:66
#: include/database.item.php:69 include/database.item.php:63
msgid "Historique opérations diverses"
-msgstr "Historical"
+msgstr "History"
#: include/database.item.php:16 include/database.item.php:19
#: include/database.item.php:23 include/database.item.php:22
@@ -9893,7 +9977,7 @@ msgstr "Stock History"
#: include/database.item.php:111 include/database.item.php:108
#: include/database.item.php:107 include/database.item.php:103
msgid "Historique vente"
-msgstr "Historical sales"
+msgstr "Sales history"
#: include/user_menu.php:155 include/user_menu.php:156
#: include/user_menu.php:159 include/user_menu.php:160
@@ -9967,6 +10051,7 @@ msgstr "There are %s invalid parameters"
#: html/ajax_misc.php:572 html/ajax_misc.php:614 html/ajax_misc.php:409
#: html/ajax_misc.php:435 html/ajax_misc.php:547 html/ajax_misc.php:549
+#: html/ajax_misc.php:555
msgid "Il y a une erreur, ce plugin n'existe pas"
msgstr "This plugin doesn't exist"
@@ -9975,6 +10060,7 @@ msgstr "This plugin doesn't exist"
#: include/ajax_preference.php:137 include/ajax_preference.php:139
#: include/ajax/ajax_preference.php:137 include/ajax/ajax_preference.php:139
#: include/ajax/ajax_preference.php:154 include/ajax/ajax_preference.php:156
+#: include/ajax/ajax_preference.php:165 include/ajax/ajax_preference.php:167
msgid "Illimité"
msgstr "Unlimited"
@@ -10114,7 +10200,7 @@ msgstr "Imported"
#: include/class_fiche.php:1022 include/class/class_fiche.php:1022
#: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027
#: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119
-#: include/class/fiche.class.php:1133
+#: include/class/fiche.class.php:1133 include/class/fiche.class.php:1134
msgid "Impossible cette fiche est utilisée dans un journal"
msgstr "Can not remove this card, it is used"
@@ -10526,7 +10612,9 @@ msgstr "Internal"
#: include/class/anc_grandlivre.class.php:219
#: include/class/acc_ledger_purchase.class.php:1832
#: include/class/print_ledger_misc.class.php:45 include/fiche.inc.php:520
-#: include/class/fiche.class.php:1474
+#: include/class/fiche.class.php:1474 include/fiche.inc.php:529
+#: include/class/acc_ledger_history_generic.class.php:766
+#: include/class/fiche.class.php:1475
msgid "Interne"
msgstr "Internal"
@@ -10539,7 +10627,7 @@ msgstr "Invalid command"
msgid "Invalide"
msgstr "Invalide"
-#: html/ajax_misc.php:288 html/ajax_misc.php:290
+#: html/ajax_misc.php:288 html/ajax_misc.php:290 html/ajax_misc.php:296
msgid "Invalide type"
msgstr "Invalide type"
@@ -10648,7 +10736,7 @@ msgstr "Thursday"
msgid "Journal"
msgstr "Ledger"
-#: include/template/param_jrn.php:125
+#: include/template/param_jrn.php:125 include/template/param_jrn.php:127
msgid "Journal actif"
msgstr "Enabled ledger"
@@ -10999,7 +11087,7 @@ msgstr "0 for no change"
#: include/ajax_preference.php:163 include/ajax_preference.php:164
#: include/ajax_preference.php:171 include/ajax/ajax_preference.php:171
-#: include/ajax/ajax_preference.php:250
+#: include/ajax/ajax_preference.php:250 include/ajax/ajax_preference.php:261
msgid "Langue"
msgstr "Language"
@@ -11044,7 +11132,7 @@ msgstr "The login can not be empty"
#: include/ajax_preference.php:158 include/ajax_preference.php:159
#: include/ajax_preference.php:166 include/ajax/ajax_preference.php:166
-#: include/ajax/ajax_preference.php:245
+#: include/ajax/ajax_preference.php:245 include/ajax/ajax_preference.php:256
msgid "Le mini rapport est un rapport qui s'affiche sur votre page d'accueil"
msgstr "The mini-report"
@@ -11069,6 +11157,7 @@ msgstr ""
"faster"
#: include/lib/icard.class.php:222 include/lib/icard.class.php:223
+#: include/lib/icard.class.php:224
msgid "Le nom d une icard doit être donne"
msgstr "The name can not be empty"
@@ -11143,9 +11232,9 @@ msgid "Le poste"
msgstr "The accounting item"
#: include/class/acc_ledger.class.php:1124
-#, fuzzy, php-format
+#, php-format
msgid "Le poste %s n'est pas dans ce journal"
-msgstr "Does not belong to this ledger"
+msgstr "Account %s doesn't belong to this ledger"
#: include/template/param_jrn.php:94 include/lib/message_javascript.php:70
msgid ""
@@ -11354,6 +11443,7 @@ msgstr "Let."
#: include/export/export_fiche_balance_csv.php:161 include/fiche.inc.php:522
#: include/export/export_fiche_detail_csv.php:80
#: include/export/export_poste_detail_csv.php:91 include/fiche.inc.php:524
+#: include/fiche.inc.php:533
msgid "Let."
msgstr "Let."
@@ -11411,11 +11501,11 @@ msgstr "Reminder"
#: include/ext/syndicat_tools/index.php:31
msgid "Liaison entre journaux et section"
-msgstr ""
+msgstr "Link between ledger and section"
#: include/ext/syndicat_tools/index.php:33
msgid "Liaison entre section et trésorier"
-msgstr ""
+msgstr "Link between section and treasurer"
#: include/export/export_poste_detail_csv.php:71
#: include/export/export_poste_detail_csv.php:172
@@ -11581,6 +11671,7 @@ msgstr "label"
#: include/class/acc_ledger.class.php:887
#: include/class/acc_ledger_fin.class.php:754
#: include/class/anc_operation.class.php:298
+#: include/class/acc_ledger_history_generic.class.php:770
#, php-format
msgid "Libellé"
msgstr "Label"
@@ -11797,7 +11888,7 @@ msgstr "Quarterly intra Listing"
#: include/export/export_security_pdf.php:61
msgid "Local Admin"
-msgstr ""
+msgstr "Local admin"
#: include/template/todo_list_list_user.php:37 include/user.inc.php:122
#: include/user.inc.php:123 include/param_sec.inc.php:57
@@ -11921,6 +12012,14 @@ msgstr "Bad type of object"
msgid "Max. email / jour (-1 = illimité)"
msgstr "Max of email / day (-1 for unlimited)"
+#: include/lib/message_javascript.php:87
+msgid "Maximum"
+msgstr "Maximum"
+
+#: include/lib/message_javascript.php:86
+msgid "Maximum 15 lignes"
+msgstr "Maximum 15 rows"
+
#: include/anc_pa.inc.php:60 include/anc_pa.inc.php:73
#: include/anc_pa.inc.php:74 include/anc_pa.inc.php:66
#: include/anc_pa.inc.php:80
@@ -12092,11 +12191,11 @@ msgstr "Update"
#: include/ajax_preference.php:149 include/ajax_preference.php:150
#: include/ajax_preference.php:157 include/ajax/ajax_preference.php:157
-#: include/ajax/ajax_preference.php:236
+#: include/ajax/ajax_preference.php:236 include/ajax/ajax_preference.php:247
msgid "Mini-Rapport : "
msgstr "Mini-Report"
-#: include/template/param_jrn.php:68
+#: include/template/param_jrn.php:68 include/template/param_jrn.php:75
msgid "Minimum de lignes à afficher"
msgstr "Minimum rows to display"
@@ -12633,7 +12732,8 @@ msgstr "Starting month does not exist"
#: include/class/acc_ledger_fin.class.php:551
#: include/class/acc_ledger_fin.class.php:754
#: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1398
-#: include/lib/ac_common.php:1215
+#: include/lib/ac_common.php:1215 include/fiche.inc.php:531
+#: include/class/fiche.class.php:1399
msgid "Montant"
msgstr "Amount"
@@ -12995,7 +13095,7 @@ msgstr "Medium"
msgid "MultiModule"
msgstr "MultiModule"
-#: include/ajax/ajax_preference.php:174
+#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:185
msgid "N'utilisez pas le même séparateur pour les champs et les décimales"
msgstr "Do not use the same separator for decimal and field"
@@ -13271,7 +13371,7 @@ msgstr "No action"
#: include/class/acc_ledger_search.class.php:1104
#: include/class/acc_ledger_fin.class.php:549
#: include/class/acc_ledger_fin.class.php:754
-#: include/class/fiche.class.php:1780
+#: include/class/fiche.class.php:1780 include/class/fiche.class.php:1781
msgid "Nom"
msgstr "Name"
@@ -13435,6 +13535,7 @@ msgstr "Dealer name"
#: include/export/export_fiche_detail_csv.php:74
#: include/export/export_poste_detail_csv.php:81
#: include/export/export_poste_detail_csv.php:82
+#: include/template/param_jrn.php:14
msgid "Nom journal"
msgstr "Name of the ledger"
@@ -13630,7 +13731,7 @@ msgstr "not authorized"
#: include/upgrade-core.php:23 include/upgrade.inc.php:27
#: include/upgrade-plugin.php:25 include/upgrade-template.php:25
#: include/ajax/ajax_remove_submenu.php:27
-#: include/ajax/ajax_user_security.php:39
+#: include/ajax/ajax_user_security.php:39 html/ajax_misc.php:86
msgid "Non autorisé"
msgstr "not authorized"
@@ -13668,7 +13769,7 @@ msgid "Non supporté"
msgstr "not supported"
#: include/ext/amortis/include/class_am_card.php:245 html/fid_card.php:169
-#: html/fid_card.php:170 html/fid_card.php:175
+#: html/fid_card.php:170 html/fid_card.php:175 html/fid_card.php:174
msgid "Non trouvé"
msgstr "Not found"
@@ -13759,9 +13860,8 @@ msgid "Nouveau plan"
msgstr "New"
#: include/class/acc_ledger_fin.class.php:641
-#, fuzzy
msgid "Nouveau solde"
-msgstr "New"
+msgstr "New balance"
#: include/database.item.php:2 include/database.item.php:5
#: include/database.item.php:7 include/database.item.php:10
@@ -13978,9 +14078,8 @@ msgid "Numéro TVA"
msgstr "VAT number"
#: include/class/acc_ledger_fin.class.php:535
-#, fuzzy
msgid "Numéro d'extrait"
-msgstr "Number of Bank receipt"
+msgstr "Bank receipt number"
#: include/ext/transform/include/class_transform_declarant.php:173
#: include/ext/transform/include/transform_declarant.class.php:173
@@ -14066,7 +14165,7 @@ msgstr "Internal number"
msgid "Numéro opération"
msgstr "Operation #"
-#: include/template/param_jrn.php:33
+#: include/template/param_jrn.php:33 include/template/param_jrn.php:40
msgid "Numérotation de chaque opération"
msgstr "Numbering Each of operation"
@@ -14082,6 +14181,7 @@ msgstr "#"
#: include/export/export_ledger_csv.php:216
#: include/class/acc_ledger_history_generic.class.php:764
#: include/export/export_ledger_csv.php:210
+#: include/class/acc_ledger_history_generic.class.php:765
msgid "N° Pièce"
msgstr "Receipt #"
@@ -14166,14 +14266,14 @@ msgid "N° pièce"
msgstr "receipt #"
#: include/template/param_jrn.php:110 include/template/param_jrn.php:108
-#: include/template/param_jrn.php:115
+#: include/template/param_jrn.php:115 include/template/param_jrn.php:117
msgid "N° pièce justificative"
msgstr "Receipt number"
#: include/ajax_preference.php:167 include/ajax_preference.php:168
#: html/test_class.php:221 include/ajax_preference.php:175
#: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254
-#: dev/test/test_class.php:217
+#: dev/test/test_class.php:217 include/ajax/ajax_preference.php:265
msgid "Néerlandais"
msgstr "Dutch"
@@ -14237,7 +14337,7 @@ msgid ""
"Obligatoire pour les journaux FIN : donner ici la fiche de la banque utilisée"
msgstr "Mandatory for FIN ledger: give here the card of the bank"
-#: include/template/param_jrn.php:61
+#: include/template/param_jrn.php:61 include/template/param_jrn.php:68
msgid ""
"Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque "
"utilisée"
@@ -14265,19 +14365,19 @@ msgstr "Not possible to write in the Noalyss folder,
change the rights"
#: scenario/acc_ledger_historyTest.php:53
msgid "Only VEN Detailled"
-msgstr ""
+msgstr "Only VEN Detailled"
#: scenario/acc_ledger_historyTest.php:58
msgid "Only VEN Extended"
-msgstr ""
+msgstr "Only VEN Detailled"
#: scenario/acc_ledger_historyTest.php:44
msgid "Only VEN from Acc_Ledger_History_Sale"
-msgstr ""
+msgstr "Only VEN Detailled"
#: scenario/acc_ledger_historyTest.php:48
msgid "Only VEN one line"
-msgstr ""
+msgstr "Only VEN Detailled"
#: include/template/form_ledger_fin.php:45
#: include/template/form_ledger_fin.php:44
@@ -14306,6 +14406,7 @@ msgstr "Unbalanced operation"
#: include/ajax_preference.php:69 include/ajax_preference.php:70
#: include/ajax/ajax_preference.php:69 include/ajax/ajax_preference.php:70
+#: include/ajax/ajax_preference.php:81
msgid "Options Générales"
msgstr "General setting"
@@ -14316,7 +14417,7 @@ msgstr "Invalid options"
#: include/ajax_preference.php:148 include/ajax_preference.php:149
#: include/ajax_preference.php:156 include/ajax/ajax_preference.php:156
-#: include/ajax/ajax_preference.php:235
+#: include/ajax/ajax_preference.php:235 include/ajax/ajax_preference.php:246
msgid "Options pour la page d'accueil"
msgstr "Option for the welcome page"
@@ -14432,9 +14533,9 @@ msgid "Opération non trouvée"
msgstr "operation not found"
#: include/operation_ods_new.inc.php:94
-#, fuzzy, php-format
+#, php-format
msgid "Opération rapprochée : %s"
-msgstr "Linked operation"
+msgstr "Linked operation : %s"
#: include/ext/importbank/ajax.php:283
msgid "Opération récupérée"
@@ -14649,6 +14750,7 @@ msgstr "Accounting period"
#: include/class/class_document_export.php:284
#: include/class/document_export.class.php:284
#: include/class/document_export.class.php:294
+#: include/class/document_export.class.php:295
msgid "PDF2PS non installé"
msgstr "PDF2PS is not installed"
@@ -14677,6 +14779,7 @@ msgstr "Receipt #"
#: include/class/class_document_export.php:283
#: include/class/document_export.class.php:283
#: include/class/document_export.class.php:293
+#: include/class/document_export.class.php:294
msgid "PS2PDF non installé"
msgstr "PDF2PS is not installed"
@@ -15004,6 +15107,10 @@ msgstr "Na category for contact"
msgid "Pas de conversion en PDF disponible"
msgstr "No PDF conversion available"
+#: include/class/anc_balance_double.class.php:51
+msgid "Pas de croisement avec un seul plan"
+msgstr "Cannot cross data with only one axis"
+
#: include/ext/import_account/include/class_impacc_operation.php:38
#: include/ext/importbank/include/import_bank.php:120
#: include/ext/importbank/include/import_bank.php:133
@@ -15401,7 +15508,6 @@ msgid "Plan Analytique"
msgstr "Analytical"
#: include/class/anc_print.class.php:163
-#, fuzzy
msgid "Plan Analytique "
msgstr "Analytic Plan"
@@ -15435,7 +15541,7 @@ msgstr "Analytically"
msgid "Plusieurs code TVA correspondent à ce taux"
msgstr "Several tax code match that rate"
-#: include/ajax/ajax_preference.php:187
+#: include/ajax/ajax_preference.php:187 include/ajax/ajax_preference.php:198
msgid "Point-virgule"
msgstr "semi-colon"
@@ -15546,9 +15652,16 @@ msgstr "Possible %d"
#: include/class/acc_ledger.class.php:881 include/class/fiche.class.php:1459
#: include/class/acc_ledger.class.php:886
#: include/class/anc_listing.class.php:80 include/class/fiche.class.php:1473
+#: include/class/acc_ledger_history_generic.class.php:768
+#: include/class/fiche.class.php:1474
msgid "Poste"
msgstr "Account. Item"
+#: include/class/anc_balance_double.class.php:97
+#: include/class/anc_balance_double.class.php:98
+msgid "Poste Analytique"
+msgstr "Analytic Accounting"
+
#: include/ext/amortis/raw.php:100 include/ext/amortis/raw.php:127
msgid "Poste Charge"
msgstr "Post Charge"
@@ -15649,6 +15762,7 @@ msgstr "Post load"
#: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246
#: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759
#: include/class/fiche.class.php:1761 include/class/fiche.class.php:1779
+#: include/class/fiche.class.php:1780
msgid "Poste comptable"
msgstr "Accounting"
@@ -15732,6 +15846,8 @@ msgstr "Accounting or card"
#: include/class/fiche.class.php:818 include/class/fiche.class.php:848
#: include/class/fiche.class.php:849 include/class/fiche.class.php:995
#: include/class/fiche.class.php:996 include/class/fiche.class.php:1036
+#: include/class/fiche.class.php:850 include/class/fiche.class.php:997
+#: include/class/fiche.class.php:1037
msgid "Poste comptable trop long"
msgstr "Accounting too large"
@@ -15815,7 +15931,7 @@ msgstr "Accounting in use : remove forbidden"
msgid "Poste à créditer incorrect"
msgstr "Post crediting incorrect"
-#: include/template/param_jrn.php:15
+#: include/template/param_jrn.php:15 include/template/param_jrn.php:22
msgid "Postes utilisables journal (débit/crédit) "
msgstr "Available accounting ledger (debit / credit)"
@@ -15967,7 +16083,7 @@ msgstr "Percentage"
#: include/ext/skel/index.php:45
msgid "Première route"
-msgstr ""
+msgstr "First road"
#: include/class/class_follow_up.php:1926
#: include/class/class_follow_up.php:1928
@@ -16040,7 +16156,7 @@ msgstr "Issue during restoration"
#: include/class/package_repository.class.php:132
#: include/class/package_repository.class.php:149
msgid "Problème réseau"
-msgstr ""
+msgstr "Network issue"
#: include/template/document_mod_change.php:71
msgid "Prochain numéro"
@@ -16103,6 +16219,7 @@ msgstr "Progr."
#: include/export/export_poste_detail_csv.php:90
#: include/class/anc_grandlivre.class.php:221
#: include/class/anc_grandlivre.class.php:222 include/fiche.inc.php:523
+#: include/fiche.inc.php:532
msgid "Prog."
msgstr "Progr."
@@ -16126,10 +16243,12 @@ msgid "Préfixe"
msgstr "Prefix"
#: include/template/param_jrn.php:84 include/template/param_jrn.php:91
+#: include/template/param_jrn.php:93
msgid "Préfixe code interne"
msgstr "Prefix for internal code"
#: include/template/param_jrn.php:88 include/template/param_jrn.php:95
+#: include/template/param_jrn.php:97
msgid "Préfixe pièce justificative"
msgstr "Prefix for receipt"
@@ -16142,7 +16261,8 @@ msgstr "Prefix for receipt"
#: html/user_login.php:158 html/user_login.php:159 html/user_login.php:160
#: include/database.item.php:87 html/user_login.php:163
#: include/database.item.php:81 include/ajax/ajax_preference.php:31
-#: html/user_login.php:169 include/database.item.php:79
+#: html/user_login.php:169 include/database.item.php:79 html/user_login.php:146
+#: include/ajax/ajax_preference.php:69
msgid "Préférence"
msgstr "Setting"
@@ -16243,6 +16363,7 @@ msgstr "Then perform the install procedure to upgrade
the database"
#: include/class/acc_ledger_purchase.class.php:1826
#: include/class/acc_ledger_sold.class.php:1400
#: include/class/acc_ledger_purchase.class.php:1829
+#: include/ajax/ajax_preference.php:150
msgid "Période"
msgstr "Period"
@@ -16416,7 +16537,7 @@ msgstr "Quantity"
#: include/template/ledger_detail_misc.php:100
#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760
#: include/class/acc_ledger_fin.class.php:753
-#: include/class/fiche.class.php:1778
+#: include/class/fiche.class.php:1778 include/class/fiche.class.php:1779
msgid "Quick Code"
msgstr "Quick Code"
@@ -16447,6 +16568,7 @@ msgstr "QuickCode gold"
#: include/class/acc_account_ledger.class.php:394
#: include/class/acc_ledger_history_generic.class.php:768
#: include/export/export_ledger_csv.php:211
+#: include/class/acc_ledger_history_generic.class.php:769
msgid "QuickCode"
msgstr "QuickCode"
@@ -16695,6 +16817,7 @@ msgstr "Search accounting"
#: include/class/acc_ledger_search.class.php:551
#: include/class/acc_ledger_search.class.php:560
#: include/class/acc_ledger_fin.class.php:1087
+#: include/class/anc_balance_double.class.php:370
msgid "Rechercher"
msgstr "Search"
@@ -16864,7 +16987,7 @@ msgstr "Late"
#: html/do.php:302 html/user_login.php:71 include/cfgledger.inc.php:138
#: include/modele.inc.php:403 include/modele.inc.php:443
#: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141
-#: include/ext/tva/ajax.php:35 html/do.php:312
+#: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:281
msgid "Retour"
msgstr "Return"
@@ -16908,11 +17031,11 @@ msgstr "Nothing selected"
#: include/ext/skel/index.php:45
msgid "Route 1"
-msgstr ""
+msgstr "road 1"
#: include/ext/skel/index.php:46
msgid "Route 2"
-msgstr ""
+msgstr "road 2"
#: include/ext/transform/include/template/listing_assujetti_declarant.php:30
#:
include/ext/transform/include/template/listing_assujetti_representative.php:30
@@ -17039,6 +17162,7 @@ msgid "Résultat limité à %d , %d nombre de fiches
trouvées"
msgstr "List limited to %d, %d cards found"
#: html/fid_card.php:164 html/fid_card.php:165 html/fid_card.php:170
+#: html/fid_card.php:169
#, php-format
msgid "Résultat limité à 12"
msgstr "Limited to 12"
@@ -17335,6 +17459,7 @@ msgstr "Select the ledger where the operation must be
recorded"
#: include/class/class_anc_balance_double.php:358
#: include/class/anc_balance_double.class.php:362
#: include/class/anc_balance_double.class.php:364
+#: include/class/anc_balance_double.class.php:366
msgid ""
"Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche"
msgstr "Select the Analytic plan you are interested before clicking on Search"
@@ -17346,7 +17471,7 @@ msgstr "Select the Analytic plan before clicking on
search"
#: include/ajax_preference.php:164 include/ajax_preference.php:165
#: include/ajax_preference.php:172 include/ajax/ajax_preference.php:172
-#: include/ajax/ajax_preference.php:251
+#: include/ajax/ajax_preference.php:251 include/ajax/ajax_preference.php:262
msgid "Selectionnez votre langue"
msgstr "Select your language"
@@ -17368,10 +17493,12 @@ msgid "Services intracommunautaires avec report de
perception"
msgstr "Services intra-deferred perception"
#: include/template/param_jrn.php:136 include/template/param_jrn.php:143
+#: include/template/param_jrn.php:145
msgid "Services, fournitures ou biens achetés (D)"
msgstr "Services, or good purchased (D)"
#: include/template/param_jrn.php:197 include/template/param_jrn.php:204
+#: include/template/param_jrn.php:206
msgid "Services, fournitures ou biens vendus (C)"
msgstr "Services, or sold good(D)"
@@ -17389,6 +17516,12 @@ msgid ""
"Set mode to D etailled all_ledgers result = Detailled Accounting from "
"Acc_Ledger_History_Generic"
msgstr ""
+"Set mode to D etailled all_ledgers result = Detailled Accounting from "
+"Acc_Ledger_History_Generic"
+
+#: include/lib/message_javascript.php:83
+msgid "Si vous changez de page vous perdez les reconciliations, continuez ?"
+msgstr "If you change , you'll lost your selection"
#: include/template/category_of_card.php:35
#: include/template/category_of_card.php:39
@@ -17479,6 +17612,8 @@ msgstr "Company"
#: include/class/fiche.class.php:1764 include/class/fiche.class.php:1766
#: include/export/export_balance_pdf.php:135
#: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1784
+#: include/class/anc_balance_double.class.php:101
+#: include/class/fiche.class.php:1785
msgid "Solde"
msgstr "Balance"
@@ -17539,14 +17674,12 @@ msgid "Solde début"
msgstr "Start balance"
#: include/class/acc_ledger_fin.class.php:536
-#, fuzzy
msgid "Solde début extrait"
msgstr "Start balance"
#: include/class/acc_ledger_fin.class.php:538
-#, fuzzy
msgid "Solde fin extrait"
-msgstr "new entry"
+msgstr "End balance"
#: include/database.item.php:98 include/database.item.php:101
#: include/database.item.php:106 include/database.item.php:103
@@ -17726,6 +17859,7 @@ msgstr "Deleted"
#: html/ajax_misc.php:196 html/ajax_misc.php:215 html/ajax_misc.php:229
#: html/ajax_misc.php:235 html/ajax_misc.php:313 html/ajax_misc.php:318
#: html/ajax_misc.php:346 html/ajax_misc.php:458 html/ajax_misc.php:460
+#: html/ajax_misc.php:466
msgid "Symbole"
msgstr "Symbol"
@@ -17768,7 +17902,7 @@ msgstr "Select the rows you want to keep"
msgid "Sélectionner tout"
msgstr "Select all"
-#: include/ajax/ajax_preference.php:197
+#: include/ajax/ajax_preference.php:197 include/ajax/ajax_preference.php:208
msgid "Séparateur Décimale"
msgstr "Decimal separator"
@@ -17776,7 +17910,7 @@ msgstr "Decimal separator"
#: include/ext/importbank/include/template/show_transfer.php:177
#: include/ext/importbank/include/template/show_transfer.php:176
#: include/ext/importbank/include/template/show_field.php:48
-#: include/ajax/ajax_preference.php:181
+#: include/ajax/ajax_preference.php:181 include/ajax/ajax_preference.php:192
msgid "Séparateur de champs"
msgstr "Field separator"
@@ -17812,6 +17946,7 @@ msgstr "Decimal separator"
#: include/class/class_document_export.php:281
#: include/class/document_export.class.php:281
#: include/class/document_export.class.php:291
+#: include/class/document_export.class.php:292
msgid "TKPDF n'est pas installé"
msgstr "TKPDF is not installed"
@@ -18098,7 +18233,7 @@ msgstr "Maximum 10 char."
#: include/ajax_preference.php:120 include/ajax_preference.php:121
#: include/ajax_preference.php:128 include/ajax/ajax_preference.php:128
-#: include/ajax/ajax_preference.php:145
+#: include/ajax/ajax_preference.php:145 include/ajax/ajax_preference.php:156
msgid "Taille des pages"
msgstr "Page size"
@@ -18106,6 +18241,10 @@ msgstr "Page size"
msgid "Tant que ce n'est pas vous fait vous ne pouvez pas utiliser NOALYSS"
msgstr "You cannot use Noalyss if this file is present"
+#: include/lib/message_javascript.php:98
+msgid "Taper une formule (ex 20*5.1) puis enter"
+msgstr "Type a formula and press enter"
+
#: include/lib/message_javascript.php:40
msgid ""
"Tapez le numéro de poste ou une partie du poste ou du libellé puis sur "
@@ -18118,6 +18257,7 @@ msgstr ""
#: html/ajax_misc.php:195 html/ajax_misc.php:214 html/ajax_misc.php:228
#: html/ajax_misc.php:234 html/ajax_misc.php:312 html/ajax_misc.php:317
#: html/ajax_misc.php:345 html/ajax_misc.php:457 html/ajax_misc.php:459
+#: html/ajax_misc.php:465
msgid "Taux"
msgstr "Spleen"
@@ -18149,7 +18289,7 @@ msgstr "Invalid VAT code"
#: scenario/inplace_edit.test.php:32 scenario/inplace_edit.test.php:33
msgid "Test Inplace_Edit"
-msgstr ""
+msgstr "Test Inplace_Edit"
#: include/card_attr.inc.php:77 include/card_attr.inc.php:78
msgid "Texte"
@@ -18168,7 +18308,7 @@ msgstr "Text surrounded by"
#: include/ajax_preference.php:81 include/ajax_preference.php:82
#: include/ajax_preference.php:89 include/ajax/ajax_preference.php:89
-#: include/ajax/ajax_preference.php:90
+#: include/ajax/ajax_preference.php:90 include/ajax/ajax_preference.php:101
msgid "Thème"
msgstr "Theme"
@@ -18205,6 +18345,8 @@ msgstr "Theme"
#: include/class/fiche.class.php:1461
#: include/class/acc_ledger_search.class.php:650
#: include/class/fiche.class.php:1475
+#: include/class/acc_ledger_history_generic.class.php:683
+#: include/class/fiche.class.php:1476
msgid "Tiers"
msgstr "Tiers"
@@ -18229,11 +18371,11 @@ msgstr "Title"
msgid "Titre 1"
msgstr "Title 1"
-#: scenario/html_tab.test.php:35
+#: scenario/html_tab.test.php:35 scenario/html_tab.test.php:39
msgid "Titre 2"
msgstr "Title 2"
-#: scenario/html_tab.test.php:49
+#: scenario/html_tab.test.php:49 scenario/html_tab.test.php:53
msgid "Titre 3"
msgstr "Title 3"
@@ -18317,6 +18459,8 @@ msgstr "Total VAT NP"
#: include/class/anc_listing.class.php:115
#: include/class/anc_listing.class.php:117
#: include/class/anc_listing.class.php:118
+#: include/class/anc_balance_double.class.php:83
+#: include/class/anc_balance_double.class.php:278
msgid "Total"
msgstr "Total"
@@ -18464,7 +18608,7 @@ msgstr "Total fee"
#: include/class/class_fiche.php:1604 include/class/class_fiche.php:1603
#: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760
#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765
-#: include/class/fiche.class.php:1783
+#: include/class/fiche.class.php:1783 include/class/fiche.class.php:1784
msgid "Total crédit"
msgstr "Total credit"
@@ -18478,7 +18622,7 @@ msgstr "Accounting sum"
#: include/class/class_fiche.php:1603 include/class/class_fiche.php:1602
#: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759
#: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764
-#: include/class/fiche.class.php:1782
+#: include/class/fiche.class.php:1782 include/class/fiche.class.php:1783
msgid "Total débit"
msgstr "Total Debit"
@@ -18494,6 +18638,7 @@ msgid "Total niveau"
msgstr "Total level"
#: include/class/acc_ledger_history_generic.class.php:684
+#: include/class/acc_ledger_history_generic.class.php:685
msgid "Total opération"
msgstr "Total entries"
@@ -18573,6 +18718,9 @@ msgstr "Total to distribute"
#: include/class/acc_ledger_purchase.class.php:1588
#: include/class/acc_ledger.class.php:724 include/class/fiche.class.php:1544
#: include/fiche.inc.php:440 include/class/fiche.class.php:1563
+#: include/fiche.inc.php:447
+#: include/class/acc_ledger_history_generic.class.php:738
+#: include/class/fiche.class.php:1564
msgid "Totaux"
msgstr "Total"
@@ -18697,9 +18845,8 @@ msgid "Toutes les actions"
msgstr "All Actions"
#: include/class/acc_plan_mtable.class.php:196
-#, fuzzy
msgid "Toutes les fiches"
-msgstr "All sheets in PDF"
+msgstr "All cards"
#: include/ext/amortis/include/print_fiche.inc.php:63
msgid "Toutes les fiches en PDF"
@@ -18717,6 +18864,10 @@ msgstr "All entries"
msgid "Toutes opérations"
msgstr "All operations"
+#: include/lib/message_javascript.php:95
+msgid "Traitement en cours"
+msgstr "Working in progress"
+
#: include/ext/import_account/include/class_impacc_operation.php:258
#: include/ext/import-winbook/index.php:65
msgid "Transfert"
@@ -18809,7 +18960,7 @@ msgstr "VAT ND"
#: include/class/acc_ledger_search.class.php:1093
#: include/class/fiche.class.php:1463
#: include/class/acc_ledger_search.class.php:1106
-#: include/class/fiche.class.php:1477
+#: include/class/fiche.class.php:1477 include/class/fiche.class.php:1478
msgid "Type"
msgstr "Type"
@@ -18852,6 +19003,7 @@ msgid "Type de fiche"
msgstr "Type of card"
#: include/template/param_jrn.php:78 include/template/param_jrn.php:85
+#: include/template/param_jrn.php:6
msgid "Type de journal"
msgstr "Type of ledgers"
@@ -18920,6 +19072,14 @@ msgstr "Phone"
msgid "URL"
msgstr "URL"
+#: include/lib/message_javascript.php:96
+msgid "Un instant"
+msgstr "A moment"
+
+#: include/lib/message_javascript.php:77
+msgid "Un instant svp"
+msgstr "A moment please"
+
#: include/class_acc_ledger.php:3410 include/class_acc_ledger.php:3480
#: include/class_acc_ledger.php:3479 include/class_acc_ledger.php:3495
#: include/class_acc_ledger.php:3512 include/class_acc_ledger.php:3539
@@ -19015,7 +19175,7 @@ msgstr "Only not balanced accounting"
msgid "Uniquement les opérations non lettrées"
msgstr "Only unlettered actions"
-#: include/template/param_jrn.php:21
+#: include/template/param_jrn.php:21 include/template/param_jrn.php:28
msgid ""
"Uniquement pour les journaux d'Opérations Diverses, les valeurs sont "
"séparées par des espaces, on peut aussi\n"
@@ -19142,9 +19302,9 @@ msgid "Utilisation directe"
msgstr "Direct use"
#: include/class/acc_ledger.class.php:1150
-#, fuzzy, php-format
+#, php-format
msgid "Utilisation directe interdite du poste comptable %s"
-msgstr "Automatic Creation of the accounting item"
+msgstr "Forbidden use of the accounting %s"
#: include/company.inc.php:117 include/company.inc.php:136
#: include/company.inc.php:140
@@ -19257,6 +19417,7 @@ msgstr "Validate ?"
#: include/class/acc_ledger_search.class.php:1113
#: include/class/acc_ledger_search.class.php:1121
#: include/class/acc_ledger_search.class.php:1134
+#: include/ajax/ajax_preference.php:280
msgid "Valider"
msgstr "Validate"
@@ -19429,7 +19590,7 @@ msgstr "See documents monitoring"
#: html/do.php:104 html/user_login.php:76 html/do.php:132 html/do.php:145
#: html/do.php:147 html/do.php:165 html/do.php:189 html/user_login.php:78
#: html/do.php:203 html/user_login.php:79 html/user_login.php:85
-#: html/do.php:213
+#: html/do.php:213 html/do.php:182
msgid "Votre base de données n'est pas à jour"
msgstr "Your database is not updated"
@@ -19567,9 +19728,14 @@ msgstr "Do you confirm"
#: include/ajax/ajax_add_menu.php:192 include/ajax/ajax_add_menu.php:200
#: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796
#: include/ajax/ajax_create_menu.php:13 include/template/stock_inv.php:33
+#: include/lib/message_javascript.php:78
msgid "Vous confirmez ?"
msgstr "Do you confirm?"
+#: include/lib/message_javascript.php:81
+msgid "Vous confirmez effacement ?"
+msgstr "Do you confirm the removal ?"
+
#: include/forecast.inc.php:363 include/forecast.inc.php:343
#: include/forecast.inc.php:339 include/forecast.inc.php:333
#: include/forecast.inc.php:347
@@ -19589,6 +19755,10 @@ msgstr "Removing the Confirm?"
msgid "Vous confirmez le clonage "
msgstr "Confirm cloning"
+#: include/lib/message_javascript.php:82
+msgid "Vous confirmez mise à jour ?"
+msgstr "Do you confirm the update?"
+
#: include/ext/amortis/include/material_add.inc.php:39
msgid ""
"Vous devez aller dans CFGCARD pour ajouter une catégorie , puis des fiches "
@@ -19815,11 +19985,13 @@ msgid "Vous utilisez le mode strict la dernière
operation est la date du "
msgstr "You're using the strict mod and the last entry is one"
#: include/class/acc_ledger.class.php:1079
-#, fuzzy, php-format
+#, php-format
msgid ""
"Vous utilisez le mode strict la dernière operation est la date du %s\n"
" vous ne pouvez pas encoder à une date antérieure"
-msgstr "You're using the strict mod and the last entry is one"
+msgstr ""
+"You are using the strict mode, the last entry is on the %s , you cannot"
+" record after that date"
#: include/class_acc_ledger_fin.php:116 include/class_acc_ledger_fin.php:200
#: include/class_acc_ledger_purchase.php:111
@@ -20008,6 +20180,10 @@ msgstr "no data"
msgid "budgets"
msgstr "budgets"
+#: include/lib/message_javascript.php:88
+msgid "calculé"
+msgstr "Computed"
+
#: include/lib/inplace_edit.class.php:80 include/lib/inplace_edit.class.php:79
msgid "cancel"
msgstr "Cancel"
@@ -20023,7 +20199,7 @@ msgstr "This Code Has No accounting, please create it ["
#: include/class/document.class.php:1293
#, php-format
msgid "chaine à remplacer [%s] contient un caractère interdit"
-msgstr ""
+msgstr "String to remplace [%s] contains a forbidden character"
#: include/ext/importbank/ajax.php:134 include/ext/importbank/ajax.php:135
msgid "choisir"
@@ -20064,11 +20240,11 @@ msgstr "Select the type of ledger"
#: html/do.php:105 html/user_login.php:77 html/do.php:133 html/do.php:146
#: html/do.php:148 html/do.php:166 html/do.php:190 html/user_login.php:79
#: html/do.php:204 html/user_login.php:80 html/user_login.php:86
-#: html/do.php:214
+#: html/do.php:214 html/do.php:183
msgid "cliquez ici pour appliquer le patch"
msgstr "Click here to apply the patch"
-#: html/do.php:193 html/do.php:203
+#: html/do.php:193 html/do.php:203 html/do.php:172
msgid "cliquez ici pour mettre à jour "
msgstr "Click here to update "
@@ -20080,7 +20256,7 @@ msgstr "Click here to update "
#: include/class/pdf_operation.class.php:149
#: include/class/pdf_operation.class.php:194
#: include/class/pdf_operation.class.php:247 html/ajax_misc.php:456
-#: html/ajax_misc.php:458
+#: html/ajax_misc.php:458 html/ajax_misc.php:464
msgid "code"
msgstr "code"
@@ -20157,7 +20333,7 @@ msgstr "Debit"
#: include/ext/tva/ajax.php:247
msgid "delete_param : echec"
-msgstr ""
+msgstr "delete_param : fail"
#: include/template/ledger_detail_bottom.php:200
#: include/template/ledger_detail_bottom.php:217
@@ -20334,6 +20510,8 @@ msgid ""
"export detail html all ledgers result = Detailled Accounting from "
"Acc_Ledger_History_Generic"
msgstr ""
+"export detail html all ledgers result = Detailled Accounting from "
+"Acc_Ledger_History_Generic"
#: include/ajax_mod_periode.php:60 include/ajax_mod_periode.php:78
#: include/ajax/ajax_mod_periode.php:60 include/ajax/ajax_mod_periode.php:78
@@ -20440,6 +20618,7 @@ msgstr "inexistent"
#: include/export/export_ledger_csv.php:220
#: include/class/acc_ledger_history_generic.class.php:681
#: include/export/export_ledger_csv.php:214
+#: include/class/acc_ledger_history_generic.class.php:682
msgid "internal"
msgstr "Internal"
@@ -20472,6 +20651,7 @@ msgstr "invalid parameter"
#: include/class/acc_ledger_history_sale.class.php:232
#: include/class/acc_ledger_history_purchase.class.php:239
#: include/class/acc_ledger_history_sale.class.php:233
+#: include/class/acc_ledger_history_generic.class.php:759
msgid "journal"
msgstr "Ledger"
@@ -20514,7 +20694,7 @@ msgstr "the database %smod%s must be migrated in
unicode"
msgid "label"
msgstr "Label"
-#: include/ajax/ajax_preference.php:220
+#: include/ajax/ajax_preference.php:220 include/ajax/ajax_preference.php:231
msgid "latin1"
msgstr "Latin"
@@ -20765,6 +20945,7 @@ msgstr "receipt #"
#: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234
#: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379
#: include/class/fiche.class.php:1381 include/class/fiche.class.php:1395
+#: include/class/fiche.class.php:1396
msgid "n° de pièce / Code interne"
msgstr "Internal code"
@@ -20799,6 +20980,8 @@ msgstr "No online"
#: include/class/acc_ledger_history_generic.class.php:680
#: include/class/fiche.class.php:1456 include/class/fiche.class.php:1458
#: include/class/fiche.class.php:1472
+#: include/class/acc_ledger_history_generic.class.php:681
+#: include/class/fiche.class.php:1473
msgid "n° pièce"
msgstr "receipt #"
@@ -20836,6 +21019,7 @@ msgstr "open_basedir must be empty or set properly"
#: include/export/export_ledger_csv.php:208
#: include/class/acc_ledger_history_purchase.class.php:250
#: include/class/acc_ledger_history_sale.class.php:244
+#: include/class/acc_ledger_history_generic.class.php:764
msgid "operation"
msgstr "Operation"
@@ -20849,7 +21033,7 @@ msgid "opération"
msgstr "Entry"
#: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049
-#: include/class/fiche.class.php:1063
+#: include/class/fiche.class.php:1063 include/class/fiche.class.php:1064
msgid "opération annulée"
msgstr "Entry canceled"
@@ -20977,7 +21161,7 @@ msgstr "receipt"
msgid "pièce"
msgstr "Receipt"
-#: include/ajax/ajax_preference.php:203
+#: include/ajax/ajax_preference.php:203 include/ajax/ajax_preference.php:214
msgid "point"
msgstr "point"
@@ -21162,7 +21346,7 @@ msgstr "Search"
#: include/export/export_fiche_balance_csv.php:140
#: include/export/export_fiche_balance_csv.php:153
#: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:517
-#: include/fiche.inc.php:519
+#: include/fiche.inc.php:519 include/fiche.inc.php:528
msgid "ref"
msgstr "Ref"
@@ -21231,11 +21415,11 @@ msgid "soit y restaurer un backup ou un modèle"
msgstr "or restore un backup or a template"
#: include/export/export_fiche_balance_csv.php:57 include/fiche.inc.php:587
+#: include/fiche.inc.php:596
msgid "solde"
msgstr "Balance"
-#: include/fiche.inc.php:592
-#, fuzzy
+#: include/fiche.inc.php:592 include/fiche.inc.php:601
msgid "solde crediteur"
msgstr "Total credit"
@@ -21248,10 +21432,12 @@ msgstr "Total credit"
#: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534
#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536
#: include/class/fiche.class.php:1421 include/class/fiche.class.php:1552
+#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553
msgid "solde créditeur"
msgstr "Total credit"
#: include/class/acc_ledger_history_generic.class.php:668
+#: include/class/acc_ledger_history_generic.class.php:669
msgid "solde créditeur:"
msgstr "Sum credit"
@@ -21264,11 +21450,13 @@ msgstr "Sum credit"
#: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534
#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536
#: include/fiche.inc.php:590 include/class/fiche.class.php:1421
-#: include/class/fiche.class.php:1552
+#: include/class/fiche.class.php:1552 include/fiche.inc.php:599
+#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553
msgid "solde débiteur"
msgstr "Total debit"
#: include/class/acc_ledger_history_generic.class.php:667
+#: include/class/acc_ledger_history_generic.class.php:668
msgid "solde débiteur:"
msgstr "Sum debit"
@@ -21391,7 +21579,8 @@ msgstr "vat"
#: html/ajax_misc.php:289 html/ajax_misc.php:294 html/ajax_misc.php:367
#: html/ajax_misc.php:372 html/ajax_misc.php:377 html/ajax_misc.php:400
#: html/ajax_misc.php:405 html/ajax_misc.php:512 html/ajax_misc.php:517
-#: html/ajax_misc.php:514 html/ajax_misc.php:519
+#: html/ajax_misc.php:514 html/ajax_misc.php:519 html/ajax_misc.php:520
+#: html/ajax_misc.php:525
msgid "tva inconnue"
msgstr "VAT unknown"
@@ -21437,7 +21626,7 @@ msgstr "unknown type of ledger"
msgid "téléphone "
msgstr "phone"
-#: include/ajax/ajax_preference.php:219
+#: include/ajax/ajax_preference.php:219 include/ajax/ajax_preference.php:230
msgid "utf8"
msgstr "utf8"
@@ -21465,6 +21654,7 @@ msgid "verifie Imputation Analytique"
msgstr "Verify Analytic"
#: include/ajax/ajax_preference.php:188 include/ajax/ajax_preference.php:204
+#: include/ajax/ajax_preference.php:199 include/ajax/ajax_preference.php:215
msgid "virgule"
msgstr "comma"
@@ -21915,9 +22105,6 @@ msgstr "Step 4"
#~ msgid "Voir les operations de ce journal"
#~ msgstr "See entries of this ledger"
-#~ msgid "Vous confirmez l\\' effacement ?"
-#~ msgstr "Do you confirm the removal ?"
-
#~ msgid "Vous devez choisir un dossier "
#~ msgstr "You must choose a folder"
diff --git a/html/lang/messages.po b/html/lang/messages.po
index 40f1164..8c9960e 100644
--- a/html/lang/messages.po
+++ b/html/lang/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-04 16:40+0100\n"
+"POT-Creation-Date: 2019-07-31 00:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <address@hidden>\n"
@@ -30,8 +30,8 @@ msgstr ""
#: include/ajax/ajax_card.php:145 include/class/class_fiche.php:655
#: include/ext/importbank/include/import_bank.class.php:490
#: include/ajax/ajax_card.php:148 include/class/fiche.class.php:661
-#: include/class/fiche.class.php:663 include/ajax/ajax_card.php:148
-#: include/class/fiche.class.php:662
+#: include/class/fiche.class.php:663 include/class/fiche.class.php:662
+#: include/ajax/ajax_card.php:148 include/class/fiche.class.php:663
msgid "Fiche non trouvée"
msgstr ""
@@ -50,9 +50,9 @@ msgstr ""
#: include/ext/listing/index.php:60 include/ajax/ajax_card.php:163
#: include/database.item.php:11 include/ajax/ajax_card.php:166
#: include/database.item.php:5 include/database.item.php:98
-#: include/ext/import-winbook/index.php:66 include/ajax/ajax_card.php:166
-#: include/database.item.php:3 include/database.item.php:96
-#: include/fiche.inc.php:65
+#: include/ext/import-winbook/index.php:66 include/fiche.inc.php:65
+#: include/ajax/ajax_card.php:166 include/database.item.php:3
+#: include/database.item.php:96 include/fiche.inc.php:65
msgid "Historique"
msgstr ""
@@ -190,8 +190,11 @@ msgstr ""
#: include/ajax/ajax_search_operation.php:72
#: include/class/acc_ledger_search.class.php:559 html/recherche.php:82
#: include/class/acc_ledger_search.class.php:547
-#: scenario/search_acc_operation.php:34 html/recherche.php:82
-#: scenario/search_acc_operation.php:34 include/template/action_show.php:33
+#: scenario/search_acc_operation.php:34
+#: include/ajax/ajax_search_operation.php:66
+#: include/ajax/ajax_search_operation.php:74 include/ajax/ajax_poste.php:63
+#: include/fiche.inc.php:86 include/class/acc_ledger_search.class.php:556
+#: html/recherche.php:82 include/template/action_show.php:33
#: include/template/stock_histo_search.php:30
#: include/template/stock_histo_search.php:68
#: include/template/action_button.php:39 include/anc_acc_balance.inc.php:15
@@ -222,8 +225,8 @@ msgstr ""
#: html/ajax_card.php:393 include/forecast.inc.php:244
#: include/ajax/ajax_card.php:373 include/ajax/ajax_card.php:374
#: include/ajax/ajax_card.php:375 include/ajax/ajax_card.php:408
-#: include/ajax/ajax_card.php:411 include/ajax/ajax_card.php:411
-#: include/fiche.inc.php:93
+#: include/ajax/ajax_card.php:411 include/fiche.inc.php:93
+#: include/ajax/ajax_card.php:411 include/fiche.inc.php:93
msgid "Recherche de fiche"
msgstr ""
@@ -441,6 +444,7 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:39
#: include/class/acc_ledger_search.class.php:702
#: include/class/acc_ledger_search.class.php:696
+#: include/class/acc_ledger_search.class.php:709
#: include/template/ledger_detail_bottom.php:39 include/compta_ven.inc.php:188
#: include/ajax/ajax_ledger.php:322 include/ajax/ajax_ledger.php:351
#: include/database.item.php:87 include/class/document.class.php:172
@@ -488,7 +492,8 @@ msgstr ""
#: include/class/pdf_operation.class.php:149
#: include/class/pdf_operation.class.php:194
#: include/class/pdf_operation.class.php:247 html/ajax_misc.php:456
-#: html/ajax_misc.php:458 include/class/pdf_operation.class.php:149
+#: html/ajax_misc.php:458 html/ajax_misc.php:464
+#: include/class/pdf_operation.class.php:149
#: include/class/pdf_operation.class.php:194
#: include/class/pdf_operation.class.php:247
msgid "code"
@@ -497,18 +502,21 @@ msgstr ""
#: html/ajax_misc.php:195 html/ajax_misc.php:214 html/ajax_misc.php:228
#: html/ajax_misc.php:234 html/ajax_misc.php:312 html/ajax_misc.php:317
#: html/ajax_misc.php:345 html/ajax_misc.php:457 html/ajax_misc.php:459
+#: html/ajax_misc.php:465
msgid "Taux"
msgstr ""
#: html/ajax_misc.php:196 html/ajax_misc.php:215 html/ajax_misc.php:229
#: html/ajax_misc.php:235 html/ajax_misc.php:313 html/ajax_misc.php:318
#: html/ajax_misc.php:346 html/ajax_misc.php:458 html/ajax_misc.php:460
+#: html/ajax_misc.php:466
msgid "Symbole"
msgstr ""
#: html/ajax_misc.php:197 html/ajax_misc.php:216 html/ajax_misc.php:230
#: html/ajax_misc.php:236 html/ajax_misc.php:314 html/ajax_misc.php:319
#: html/ajax_misc.php:347 html/ajax_misc.php:459 html/ajax_misc.php:461
+#: html/ajax_misc.php:467
msgid "Explication"
msgstr ""
@@ -517,7 +525,8 @@ msgstr ""
#: html/ajax_misc.php:289 html/ajax_misc.php:294 html/ajax_misc.php:367
#: html/ajax_misc.php:372 html/ajax_misc.php:377 html/ajax_misc.php:400
#: html/ajax_misc.php:405 html/ajax_misc.php:512 html/ajax_misc.php:517
-#: html/ajax_misc.php:514 html/ajax_misc.php:519
+#: html/ajax_misc.php:514 html/ajax_misc.php:519 html/ajax_misc.php:520
+#: html/ajax_misc.php:525
msgid "tva inconnue"
msgstr ""
@@ -554,7 +563,7 @@ msgstr ""
#: html/do.php:302 html/user_login.php:71 include/cfgledger.inc.php:138
#: include/modele.inc.php:403 include/modele.inc.php:443
#: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141
-#: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:312
+#: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:281
#: html/user_login.php:71 include/cfgledger.inc.php:141
#: include/dossier.inc.php:383 include/dossier.inc.php:426
#: include/ajax/ajax_get_profile.php:50 include/ajax/ajax_display_letter.php:39
@@ -621,9 +630,9 @@ msgstr ""
#: include/fiche.inc.php:574
#: include/ext/tools/include/anc_grandlivre_ext.class.php:126
#: include/export/export_poste_detail_pdf.php:102
-#: include/ajax/ajax_display_letter.php:122
-#: include/export/export_poste_detail_pdf.php:102
#: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:576
+#: include/export/export_poste_detail_pdf.php:102
+#: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:585
msgid "Debit"
msgstr ""
@@ -636,9 +645,9 @@ msgstr ""
#: include/fiche.inc.php:578
#: include/ext/tools/include/anc_grandlivre_ext.class.php:127
#: include/export/export_poste_detail_pdf.php:104
-#: include/ajax/ajax_display_letter.php:123
-#: include/export/export_poste_detail_pdf.php:104
#: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:580
+#: include/export/export_poste_detail_pdf.php:104
+#: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:589
msgid "Credit"
msgstr ""
@@ -729,6 +738,8 @@ msgstr ""
#: include/ext/modop/modop_confirm.php:70
#: include/ext/modop/modop_confirm.php:94 include/cfgledger.inc.php:157
#: include/class/acc_ledger.class.php:2019
+#: include/template/ledger_detail_bottom.php:318
+#: include/template/stock_inv.php:107 include/class/acc_ledger.class.php:2028
#: include/template/user_sec_profile.php:58
#: include/template/modele_document.php:119
#: include/template/ledger_detail_bottom.php:318
@@ -777,7 +788,7 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:88
#: include/template/ledger_detail_misc.php:99 include/ajax/ajax_poste.php:64
#: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:470
-#: include/template/fiche_list.php:41
+#: include/class/fiche.class.php:469 include/template/fiche_list.php:41
#: include/template/ledger_detail_misc.php:99
#: include/template/ledger_detail_bottom.php:88
#: include/template/operation_detail_misc.php:32 include/ajax/ajax_poste.php:65
@@ -795,14 +806,14 @@ msgstr ""
#: html/do.php:97 html/user_login.php:66 html/do.php:96 html/do.php:91
#: html/do.php:93 html/user_login.php:67 html/do.php:121 html/do.php:134
#: html/do.php:136 html/do.php:154 html/do.php:178 html/user_login.php:69
-#: html/do.php:186 html/user_login.php:70 html/do.php:196 html/do.php:196
+#: html/do.php:186 html/user_login.php:70 html/do.php:196 html/do.php:165
#: html/user_login.php:70
msgid "Base de donnée invalide"
msgstr ""
#: html/do.php:104 html/do.php:103 html/do.php:98 html/do.php:100
#: html/do.php:128 html/do.php:141 html/do.php:143 html/do.php:161
-#: html/do.php:185 html/do.php:197 html/do.php:207 html/do.php:207
+#: html/do.php:185 html/do.php:197 html/do.php:207 html/do.php:176
msgid ""
"Attention: la version de base de donnée est supérieure à la version du "
"programme, vous devriez mettre à jour"
@@ -812,7 +823,7 @@ msgstr ""
#: html/do.php:104 html/user_login.php:76 html/do.php:132 html/do.php:145
#: html/do.php:147 html/do.php:165 html/do.php:189 html/user_login.php:78
#: html/do.php:203 html/user_login.php:79 html/user_login.php:85
-#: html/do.php:213 html/do.php:213 html/user_login.php:85
+#: html/do.php:213 html/do.php:182 html/user_login.php:85
msgid "Votre base de données n'est pas à jour"
msgstr ""
@@ -820,7 +831,7 @@ msgstr ""
#: html/do.php:105 html/user_login.php:77 html/do.php:133 html/do.php:146
#: html/do.php:148 html/do.php:166 html/do.php:190 html/user_login.php:79
#: html/do.php:204 html/user_login.php:80 html/user_login.php:86
-#: html/do.php:214 html/do.php:214 html/user_login.php:86
+#: html/do.php:214 html/do.php:183 html/user_login.php:86
msgid "cliquez ici pour appliquer le patch"
msgstr ""
@@ -857,15 +868,15 @@ msgstr ""
#: html/user_login.php:158 html/user_login.php:159 html/user_login.php:160
#: include/database.item.php:87 html/user_login.php:163
#: include/database.item.php:81 include/ajax/ajax_preference.php:31
-#: html/user_login.php:169 include/database.item.php:79 html/user_login.php:169
-#: include/ajax/ajax_preference.php:31 include/database.item.php:79
+#: html/user_login.php:169 include/database.item.php:79 html/user_login.php:146
+#: include/ajax/ajax_preference.php:69 include/database.item.php:79
msgid "Préférence"
msgstr ""
#: html/user_login.php:151 html/user_login.php:153 html/user_login.php:155
#: html/user_login.php:159 html/user_login.php:160 html/user_login.php:161
#: html/user_login.php:162 html/user_login.php:165 html/user_login.php:171
-#: html/user_login.php:171
+#: html/user_login.php:148
msgid "Deconnexion"
msgstr ""
@@ -915,7 +926,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:570 html/recherche.php:81
#: include/balance.inc.php:101 include/modele.inc.php:278
#: include/class/acc_ledger_search.class.php:565 html/recherche.php:83
-#: include/class/acc_ledger_search.class.php:553 html/recherche.php:83
+#: include/class/acc_ledger_search.class.php:553
+#: include/class/acc_ledger_search.class.php:562 html/recherche.php:83
#: include/cfgplugin.inc.php:110 include/ajax/ajax_search_filter.php:128
#: include/modele.inc.php:278 include/menu.inc.php:146
#: include/balance.inc.php:101 include/class/acc_ledger_search.class.php:562
@@ -932,8 +944,8 @@ msgstr ""
#: include/lib/ac_common.php:431 include/action.common.inc.php:129
#: include/lib/ac_common.php:432 include/action.common.inc.php:131
#: include/action.common.inc.php:165 include/lib/ac_common.php:434
-#: include/action.common.inc.php:131 include/action.common.inc.php:165
-#: include/lib/ac_common.php:450
+#: include/lib/ac_common.php:450 include/action.common.inc.php:131
+#: include/action.common.inc.php:165 include/lib/ac_common.php:450
msgid "Cette action ne vous est pas autorisée Contactez votre responsable"
msgstr ""
@@ -943,7 +955,7 @@ msgstr ""
#: include/lib/ac_common.php:434 include/lib/ac_common.php:435
#: include/lib/ac_common.php:436 include/lib/ac_common.php:437
#: include/lib/ac_common.php:438 include/lib/ac_common.php:440
-#: include/lib/ac_common.php:456
+#: include/lib/ac_common.php:456 include/lib/ac_common.php:456
msgid " Cette action ne vous est pas autorisée Contactez votre responsable"
msgstr ""
@@ -957,8 +969,8 @@ msgstr ""
#: include/class/class_extension.php:122 include/lib/ac_common.php:880
#: include/lib/ac_common.php:881 include/class/extension.class.php:122
#: include/lib/ac_common.php:893 include/class/extension.class.php:138
-#: include/lib/ac_common.php:895 include/class/extension.class.php:138
-#: include/lib/ac_common.php:911
+#: include/lib/ac_common.php:895 include/lib/ac_common.php:911
+#: include/class/extension.class.php:138 include/lib/ac_common.php:911
msgid "Module inexistant"
msgstr ""
@@ -1161,7 +1173,8 @@ msgstr ""
#: include/class/pre_op_ven.class.php:185
#: include/class/acc_ledger.class.php:2435
#: include/class/follow_up.class.php:297 include/category_card.inc.php:162
-#: include/class/acc_ledger.class.php:2436 include/category_card.inc.php:162
+#: include/class/acc_ledger.class.php:2436 include/fiche.inc.php:116
+#: include/class/acc_ledger.class.php:2445 include/category_card.inc.php:162
#: include/contact.inc.php:129 include/customer.inc.php:127
#: include/fiche.inc.php:116 include/class/acc_ledger.class.php:2445
#: include/class/pre_op_ach.class.php:174
@@ -1259,7 +1272,11 @@ msgstr ""
#: include/class/user.class.php:988 include/upgrade-plugin.php:59
#: include/upgrade-template.php:51
#: include/class/acc_ledger_search.class.php:1091
-#: include/class/fiche.class.php:1762 include/param_sec.inc.php:58
+#: include/class/fiche.class.php:1762 include/export/export_anc_axis_csv.php:44
+#: include/class/acc_ledger_search.class.php:1104
+#: include/class/acc_ledger_fin.class.php:549
+#: include/class/acc_ledger_fin.class.php:754
+#: include/class/fiche.class.php:1780 include/param_sec.inc.php:58
#: include/user.inc.php:82 include/user.inc.php:126
#: include/template/fiche_list.php:38
#: include/template/document_mod_change.php:34 include/template/profile.php:33
@@ -1275,7 +1292,7 @@ msgstr ""
#: include/class/acc_ledger_fin.class.php:754
#: include/class/template_card_category.class.php:42
#: include/class/anc_plan.class.php:137 include/class/anc_plan.class.php:153
-#: include/class/fiche.class.php:1780 include/class/user.class.php:988
+#: include/class/fiche.class.php:1781 include/class/user.class.php:988
#: include/class/balance_age.class.php:145
#: include/class/document_modele.class.php:67 include/upgrade-plugin.php:59
#: include/stock_cfg.inc.php:65
@@ -1308,19 +1325,19 @@ msgstr ""
#: include/ajax_preference.php:69 include/ajax_preference.php:70
#: include/ajax/ajax_preference.php:69 include/ajax/ajax_preference.php:70
-#: include/ajax/ajax_preference.php:70
+#: include/ajax/ajax_preference.php:81
msgid "Options Générales"
msgstr ""
#: include/ajax_preference.php:81 include/ajax_preference.php:82
#: include/ajax_preference.php:89 include/ajax/ajax_preference.php:89
-#: include/ajax/ajax_preference.php:90 include/ajax/ajax_preference.php:90
+#: include/ajax/ajax_preference.php:90 include/ajax/ajax_preference.php:101
msgid "Thème"
msgstr ""
#: include/ajax_preference.php:102 include/ajax_preference.php:103
#: include/ajax_preference.php:110 include/ajax/ajax_preference.php:110
-#: include/ajax/ajax_preference.php:115 include/ajax/ajax_preference.php:115
+#: include/ajax/ajax_preference.php:115 include/ajax/ajax_preference.php:126
msgid ""
"Attention cette période est fermée, vous ne pourrez rien modifier dans le "
"module comptable"
@@ -1355,7 +1372,7 @@ msgstr ""
#: include/class/acc_ledger_purchase.class.php:1826
#: include/class/acc_ledger_sold.class.php:1400
#: include/class/acc_ledger_purchase.class.php:1829
-#: include/template/forecast_result.php:25 include/ajax/ajax_preference.php:139
+#: include/template/forecast_result.php:25 include/ajax/ajax_preference.php:150
#: include/database.item.php:84 include/class/acc_ledger_sold.class.php:1400
#: include/class/acc_ledger_purchase.class.php:1829
msgid "Période"
@@ -1363,7 +1380,7 @@ msgstr ""
#: include/ajax_preference.php:120 include/ajax_preference.php:121
#: include/ajax_preference.php:128 include/ajax/ajax_preference.php:128
-#: include/ajax/ajax_preference.php:145 include/ajax/ajax_preference.php:145
+#: include/ajax/ajax_preference.php:145 include/ajax/ajax_preference.php:156
msgid "Taille des pages"
msgstr ""
@@ -1372,43 +1389,43 @@ msgstr ""
#: include/ajax_preference.php:137 include/ajax_preference.php:139
#: include/ajax/ajax_preference.php:137 include/ajax/ajax_preference.php:139
#: include/ajax/ajax_preference.php:154 include/ajax/ajax_preference.php:156
-#: include/ajax/ajax_preference.php:154 include/ajax/ajax_preference.php:156
+#: include/ajax/ajax_preference.php:165 include/ajax/ajax_preference.php:167
msgid "Illimité"
msgstr ""
#: include/ajax_preference.php:148 include/ajax_preference.php:149
#: include/ajax_preference.php:156 include/ajax/ajax_preference.php:156
-#: include/ajax/ajax_preference.php:235 include/ajax/ajax_preference.php:235
+#: include/ajax/ajax_preference.php:235 include/ajax/ajax_preference.php:246
msgid "Options pour la page d'accueil"
msgstr ""
#: include/ajax_preference.php:149 include/ajax_preference.php:150
#: include/ajax_preference.php:157 include/ajax/ajax_preference.php:157
-#: include/ajax/ajax_preference.php:236 include/ajax/ajax_preference.php:236
+#: include/ajax/ajax_preference.php:236 include/ajax/ajax_preference.php:247
msgid "Mini-Rapport : "
msgstr ""
#: include/ajax_preference.php:152 include/ajax_preference.php:153
#: include/ajax_preference.php:160 include/ajax/ajax_preference.php:160
-#: include/ajax/ajax_preference.php:239 include/ajax/ajax_preference.php:239
+#: include/ajax/ajax_preference.php:239 include/ajax/ajax_preference.php:250
msgid "Aucun mini rapport"
msgstr ""
#: include/ajax_preference.php:158 include/ajax_preference.php:159
#: include/ajax_preference.php:166 include/ajax/ajax_preference.php:166
-#: include/ajax/ajax_preference.php:245 include/ajax/ajax_preference.php:245
+#: include/ajax/ajax_preference.php:245 include/ajax/ajax_preference.php:256
msgid "Le mini rapport est un rapport qui s'affiche sur votre page d'accueil"
msgstr ""
#: include/ajax_preference.php:163 include/ajax_preference.php:164
#: include/ajax_preference.php:171 include/ajax/ajax_preference.php:171
-#: include/ajax/ajax_preference.php:250 include/ajax/ajax_preference.php:250
+#: include/ajax/ajax_preference.php:250 include/ajax/ajax_preference.php:261
msgid "Langue"
msgstr ""
#: include/ajax_preference.php:164 include/ajax_preference.php:165
#: include/ajax_preference.php:172 include/ajax/ajax_preference.php:172
-#: include/ajax/ajax_preference.php:251 include/ajax/ajax_preference.php:251
+#: include/ajax/ajax_preference.php:251 include/ajax/ajax_preference.php:262
msgid "Selectionnez votre langue"
msgstr ""
@@ -1416,7 +1433,7 @@ msgstr ""
#: html/test_class.php:219 include/ajax_preference.php:173
#: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252
#: dev/test/test_class.php:215 dev/test/test_class.php:215
-#: include/ajax/ajax_preference.php:252
+#: include/ajax/ajax_preference.php:263
msgid "Français"
msgstr ""
@@ -1424,7 +1441,7 @@ msgstr ""
#: html/test_class.php:220 include/ajax_preference.php:174
#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253
#: dev/test/test_class.php:216 dev/test/test_class.php:216
-#: include/ajax/ajax_preference.php:253
+#: include/ajax/ajax_preference.php:264
msgid "Anglais"
msgstr ""
@@ -1432,7 +1449,7 @@ msgstr ""
#: html/test_class.php:221 include/ajax_preference.php:175
#: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254
#: dev/test/test_class.php:217 dev/test/test_class.php:217
-#: include/ajax/ajax_preference.php:254
+#: include/ajax/ajax_preference.php:265
msgid "Néerlandais"
msgstr ""
@@ -1476,12 +1493,13 @@ msgstr ""
#: include/template/action_display_short.php:126
#: include/lib/html_input.class.php:409 include/ajax/ajax_preference.php:269
#: include/class/acc_ledger_search.class.php:1113
-#: include/class/acc_ledger_search.class.php:1121 include/cfgplugin.inc.php:171
+#: include/class/acc_ledger_search.class.php:1121
+#: include/class/acc_ledger_search.class.php:1134 include/cfgplugin.inc.php:171
#: include/template/action_display_short.php:126
#: include/template/action_other_action.php:60
#: include/stock_inv_histo.inc.php:69 include/ajax/ajax_add_menu.php:171
#: include/ajax/ajax_add_menu.php:217 include/ajax/ajax_get_menu_detail.php:77
-#: include/ajax/ajax_preference.php:269 include/balance_card_ageing.inc.php:60
+#: include/ajax/ajax_preference.php:280 include/balance_card_ageing.inc.php:60
#: include/balance_age.inc.php:54
#: include/class/acc_ledger_search.class.php:1134
#: include/lib/html_input.class.php:409
@@ -1573,6 +1591,7 @@ msgstr ""
#: include/class/anc_key.class.php:352
#: include/lib/manage_table_sql.class.php:652
#: include/class/acc_ledger_search.class.php:248
+#: include/class/acc_ledger_search.class.php:250
#: include/template/dashboard.php:21 include/user_detail.inc.php:245
#: include/cat_document.inc.php:85 include/class/anc_key.class.php:352
#: include/class/acc_ledger_search.class.php:250
@@ -1615,7 +1634,7 @@ msgstr ""
#: include/ext/amortis/include/template/material_detail.php:36
#: include/class/acc_plan_mtable.class.php:49 include/database.item.php:78
#: include/database.item.php:110 include/category_card.inc.php:75
-#: include/template/stock_histo_search.php:39
+#: include/template/stock_inv.php:67 include/template/stock_histo_search.php:39
#: include/template/detail-action.php:317
#: include/template/form_ledger_fin.php:41
#: include/template/security_list_action.php:55
@@ -1701,8 +1720,9 @@ msgstr ""
#: include/database.item.php:70 include/category_card.inc.php:77
#: include/database.item.php:73 include/database.item.php:67
#: include/database.item.php:101 include/category_card.inc.php:79
-#: include/category_card.inc.php:79 include/database.item.php:65
-#: include/database.item.php:101 include/fiche.inc.php:70
+#: include/fiche.inc.php:70 include/category_card.inc.php:79
+#: include/database.item.php:65 include/database.item.php:101
+#: include/fiche.inc.php:70
msgid "Balance"
msgstr ""
@@ -1908,6 +1928,12 @@ msgstr ""
#: include/class/acc_ledger.class.php:860
#: include/class/acc_ledger.class.php:882
#: include/class/anc_operation.class.php:297
+#: include/template/ledger_detail_bottom.php:359
+#: include/export/export_balance_pdf.php:126
+#: include/class/acc_ledger.class.php:865
+#: include/class/acc_ledger.class.php:887
+#: include/class/acc_ledger_fin.class.php:754
+#: include/class/anc_operation.class.php:298
#: include/template/balance_aged_result.php:50
#: include/template/operation_detail_fin.php:33
#: include/template/acc_ledger_history_financial_oneline.php:35
@@ -1929,7 +1955,7 @@ msgstr ""
#: include/export/export_balance_pdf.php:126
#: include/export/export_gl_csv.php:96 include/balance.inc.php:307
#: include/class/print_ledger_detail_item.class.php:60
-#: include/class/acc_ledger_history_generic.class.php:769
+#: include/class/acc_ledger_history_generic.class.php:770
#: include/class/acc_ledger_sold.class.php:703
#: include/class/acc_ledger_sold.class.php:1401
#: include/class/acc_ledger.class.php:605
@@ -1993,6 +2019,7 @@ msgstr ""
#: include/class/acc_ledger_fin.class.php:70
#: include/class/acc_ledger_purchase.class.php:80
#: include/class/acc_ledger_sold.class.php:80
+#: include/class/acc_ledger.class.php:1039
#: include/class/acc_ledger_sold.class.php:80
#: include/class/acc_ledger.class.php:1039
#: include/class/acc_ledger_fin.class.php:70
@@ -2028,7 +2055,8 @@ msgstr ""
#: include/class/acc_ledger.class.php:1028 include/ext/modop/modop_save.php:247
#: html/recherche.php:58 include/ajax/ajax_todo_list.php:203
#: include/ajax/ajax_todo_list.php:266 include/class/acc_ledger.class.php:1029
-#: html/export.php:45 html/recherche.php:58 include/ajax/ajax_history.php:26
+#: include/class/acc_ledger.class.php:1034 html/export.php:45
+#: html/recherche.php:58 include/ajax/ajax_history.php:26
#: include/ajax/ajax_todo_list.php:203 include/ajax/ajax_todo_list.php:266
#: include/class/acc_ledger_sold.class.php:84
#: include/class/acc_ledger.class.php:1034
@@ -2058,6 +2086,7 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:104
#: include/class/acc_ledger.class.php:1054
#: include/class/acc_ledger.class.php:1055
+#: include/class/acc_ledger.class.php:1060
#: include/class/acc_ledger_sold.class.php:104
#: include/class/acc_ledger.class.php:1060
#: include/class/acc_ledger_fin.class.php:110
@@ -2081,6 +2110,7 @@ msgstr ""
#: include/class/acc_ledger_fin.class.php:200
#: include/class/acc_ledger_purchase.class.php:109
#: include/class/acc_ledger_sold.class.php:113
+#: include/class/acc_ledger.class.php:1068
#: include/class/acc_ledger_sold.class.php:113
#: include/class/acc_ledger.class.php:1068
#: include/class/acc_ledger_fin.class.php:116
@@ -2212,7 +2242,9 @@ msgstr ""
#: include/class/acc_ledger_purchase.class.php:1069
#: include/class/acc_ledger_sold.class.php:1123
#: include/class/acc_ledger_purchase.class.php:1072
-#: include/class/acc_ledger.class.php:773 include/compta_ven.inc.php:253
+#: include/class/acc_ledger.class.php:773 include/compta_ods.inc.php:51
+#: include/compta_fin.inc.php:49 include/class/acc_ledger.class.php:774
+#: include/class/acc_ledger_fin.class.php:1052 include/compta_ven.inc.php:253
#: include/compta_ods.inc.php:51 include/compta_fin.inc.php:49
#: include/class/acc_ledger_sold.class.php:1123
#: include/class/acc_ledger.class.php:774
@@ -2231,6 +2263,7 @@ msgstr ""
#: include/class/acc_ledger_fin.class.php:1041
#: include/class/acc_ledger_fin.class.php:1040
#: include/class/acc_ledger_fin.class.php:1057
+#: include/class/acc_ledger_fin.class.php:1057
msgid "Tous les journaux financiers"
msgstr ""
@@ -2263,8 +2296,10 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:563
#: include/class/anc_balance_double.class.php:368
#: include/class/acc_ledger_search.class.php:551
-#: include/ajax/ajax_admin.php:149 include/anc_great_ledger.inc.php:23
-#: include/class/anc_balance_double.class.php:368
+#: include/class/acc_ledger_search.class.php:560
+#: include/class/acc_ledger_fin.class.php:1087 include/ajax/ajax_admin.php:149
+#: include/anc_great_ledger.inc.php:23
+#: include/class/anc_balance_double.class.php:370
#: include/class/anc_balance_simple.class.php:193
#: include/class/acc_ledger_search.class.php:560
#: include/class/acc_ledger_fin.class.php:1087
@@ -2316,7 +2351,8 @@ msgstr ""
#: include/class/follow_up.class.php:1698
#: include/class/follow_up.class.php:1700
#: include/class/acc_ledger.class.php:207
-#: include/class/anc_acc_list.class.php:334 include/ajax/ajax_gestion.php:69
+#: include/class/anc_acc_list.class.php:334
+#: include/class/acc_ledger.class.php:1044 include/ajax/ajax_gestion.php:69
#: include/class/acc_ledger_sold.class.php:92
#: include/class/acc_ledger.class.php:207
#: include/class/acc_ledger.class.php:1044
@@ -2376,6 +2412,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:930
#: include/class/acc_ledger_search.class.php:677
#: include/class/acc_ledger_search.class.php:943
+#: include/class/acc_ledger_search.class.php:677
+#: include/class/acc_ledger_search.class.php:943
msgid "Aucun enregistrement trouvé"
msgstr ""
@@ -2400,6 +2438,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:950
#: include/class/acc_ledger_search.class.php:708
#: include/class/acc_ledger_search.class.php:963
+#: include/class/acc_ledger_search.class.php:708
+#: include/class/acc_ledger_search.class.php:963
msgid "Concerne"
msgstr ""
@@ -2424,6 +2464,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:856
#: include/class/acc_ledger_search.class.php:693
#: include/class/acc_ledger_search.class.php:864
+#: include/class/acc_ledger_search.class.php:706
+#: include/class/acc_ledger_search.class.php:877
#: include/template/ledger_detail_ven.php:86
#: include/class/acc_ledger_search.class.php:706
#: include/class/acc_ledger_search.class.php:877
@@ -2638,6 +2680,15 @@ msgstr ""
#: include/class/anc_operation.class.php:296
#: include/class/print_ledger_misc.class.php:43
#: include/class/fiche.class.php:1382 include/class/fiche.class.php:1457
+#: include/template/stock_inv.php:37 include/fiche.inc.php:518
+#: include/class/acc_ledger.class.php:814
+#: include/class/acc_ledger_search.class.php:638
+#: include/class/acc_ledger_search.class.php:957
+#: include/class/acc_ledger_fin.class.php:548
+#: include/class/acc_ledger_fin.class.php:753
+#: include/class/anc_listing.class.php:79
+#: include/class/anc_operation.class.php:297 include/class/fiche.class.php:1396
+#: include/class/fiche.class.php:1471 include/lib/ac_common.php:1210
#: include/audit_log.php:37 include/template/letter_prop.php:25
#: include/template/letter_prop.php:68
#: include/template/print_ledger_simple.php:7
@@ -2672,10 +2723,10 @@ msgstr ""
#: include/export/export_fiche_detail_csv.php:70
#: include/export/export_gl_csv.php:96 include/stock_inv_histo.inc.php:75
#: include/ajax/ajax_display_letter.php:54
-#: include/balance_card_ageing.inc.php:58 include/fiche.inc.php:518
+#: include/balance_card_ageing.inc.php:58 include/fiche.inc.php:527
#: include/class/print_ledger_detail_item.class.php:57
-#: include/class/acc_ledger_history_generic.class.php:679
-#: include/class/acc_ledger_history_generic.class.php:766
+#: include/class/acc_ledger_history_generic.class.php:680
+#: include/class/acc_ledger_history_generic.class.php:767
#: include/class/acc_ledger_sold.class.php:687
#: include/class/acc_ledger_sold.class.php:1397
#: include/class/acc_ledger.class.php:601
@@ -2694,7 +2745,7 @@ msgstr ""
#: include/class/acc_ledger_history_sale.class.php:242
#: include/class/anc_operation.class.php:297
#: include/class/acc_account_ledger.class.php:392
-#: include/class/fiche.class.php:1396 include/class/fiche.class.php:1471
+#: include/class/fiche.class.php:1397 include/class/fiche.class.php:1472
#: include/class/acc_ledger_purchase.class.php:1407
#: include/class/acc_ledger_purchase.class.php:1826
#: include/class/pdf_operation.class.php:67
@@ -2831,6 +2882,8 @@ msgstr ""
#: include/class/acc_ledger_purchase.class.php:1834
#: include/class/acc_ledger.class.php:611
#: include/class/acc_ledger.class.php:881 include/class/fiche.class.php:1459
+#: include/class/acc_ledger.class.php:886
+#: include/class/anc_listing.class.php:80 include/class/fiche.class.php:1473
#: include/template/ledger_detail_ven.php:154
#: include/template/ledger_detail_ach.php:152
#: include/export/export_poste_detail_csv.php:79
@@ -2838,11 +2891,11 @@ msgstr ""
#: include/export/export_fiche_detail_csv.php:69
#: include/ajax/ajax_display_letter.php:50 include/database.item.php:62
#: include/database.item.php:77
-#: include/class/acc_ledger_history_generic.class.php:767
+#: include/class/acc_ledger_history_generic.class.php:768
#: include/class/acc_ledger_sold.class.php:1405
#: include/class/acc_ledger.class.php:611
#: include/class/acc_ledger.class.php:886
-#: include/class/anc_listing.class.php:80 include/class/fiche.class.php:1473
+#: include/class/anc_listing.class.php:80 include/class/fiche.class.php:1474
#: include/class/pre_op_advanced.class.php:196
#: include/class/acc_ledger_purchase.class.php:1834
#: include/class/anc_grandlivre.class.php:214
@@ -2931,8 +2984,9 @@ msgstr ""
#: include/class/anc_grandlivre.class.php:220
#: include/class/fiche.class.php:1462 include/class/acc_ledger.class.php:613
#: include/class/acc_ledger.class.php:884 include/class/fiche.class.php:1464
-#: include/impress_gl_comptes.inc.php:216 include/template/letter_prop.php:37
-#: include/template/letter_prop.php:80
+#: include/operation_ods_new.inc.php:84 include/class/acc_ledger.class.php:889
+#: include/class/fiche.class.php:1478 include/impress_gl_comptes.inc.php:216
+#: include/template/letter_prop.php:37 include/template/letter_prop.php:80
#: include/template/ledger_detail_misc.php:102
#: include/template/ledger_detail_bottom.php:91
#: include/template/anc_balance_group.php:49
@@ -2944,12 +2998,13 @@ msgstr ""
#: include/export/export_fiche_detail_csv.php:77
#: include/export/export_gl_csv.php:96 include/verif_bilan.inc.php:74
#: include/operation_ods_new.inc.php:84 include/balance.inc.php:315
-#: include/class/acc_ledger_history_generic.class.php:770
+#: include/class/anc_balance_double.class.php:99
+#: include/class/acc_ledger_history_generic.class.php:771
#: include/class/acc_ledger.class.php:613
#: include/class/acc_ledger.class.php:889
#: include/class/anc_group_operation.class.php:137
#: include/class/acc_account_ledger.class.php:399
-#: include/class/fiche.class.php:1478
+#: include/class/fiche.class.php:1479
#: include/class/pre_op_advanced.class.php:199
#: include/class/anc_grandlivre.class.php:220
#: include/class/anticipation.class.php:420 include/anc_od.inc.php:148
@@ -3018,7 +3073,8 @@ msgstr ""
#: include/class/acc_ledger_history_generic.class.php:771
#: include/class/anc_grandlivre.class.php:221
#: include/class/fiche.class.php:1463 include/class/acc_ledger.class.php:614
-#: include/class/fiche.class.php:1465 include/impress_gl_comptes.inc.php:215
+#: include/class/fiche.class.php:1465 include/operation_ods_new.inc.php:85
+#: include/class/fiche.class.php:1479 include/impress_gl_comptes.inc.php:215
#: include/template/letter_prop.php:40 include/template/letter_prop.php:83
#: include/template/ledger_detail_misc.php:103
#: include/template/ledger_detail_bottom.php:92
@@ -3029,10 +3085,11 @@ msgstr ""
#: include/export/export_fiche_detail_csv.php:78
#: include/export/export_gl_csv.php:96 include/verif_bilan.inc.php:74
#: include/operation_ods_new.inc.php:85 include/balance.inc.php:316
-#: include/class/acc_ledger_history_generic.class.php:771
+#: include/class/anc_balance_double.class.php:100
+#: include/class/acc_ledger_history_generic.class.php:772
#: include/class/acc_ledger.class.php:614
#: include/class/acc_account_ledger.class.php:400
-#: include/class/fiche.class.php:1479
+#: include/class/fiche.class.php:1480
#: include/class/anc_grandlivre.class.php:221
#: include/class/anticipation.class.php:421 include/anc_od.inc.php:149
msgid "Crédit"
@@ -3083,6 +3140,7 @@ msgstr ""
#: include/class/fiche.class.php:1542
#: include/class/acc_ledger_purchase.class.php:1588
#: include/class/acc_ledger.class.php:724 include/class/fiche.class.php:1544
+#: include/fiche.inc.php:440 include/class/fiche.class.php:1563
#: include/template/print_ledger_simple.php:143
#: include/template/acc_ledger_history_sale_detail.php:154
#: include/template/acc_ledger_history_purchase_detail.php:167
@@ -3091,12 +3149,12 @@ msgstr ""
#: include/template/acc_ledger_history_purchase_extended.php:159
#: include/template/acc_ledger_history_sale_extended.php:159
#: include/template/forecast_result.php:31
-#: include/export/export_fiche_balance_pdf.php:153 include/fiche.inc.php:440
-#: include/class/acc_ledger_history_generic.class.php:737
+#: include/export/export_fiche_balance_pdf.php:153 include/fiche.inc.php:447
+#: include/class/acc_ledger_history_generic.class.php:738
#: include/class/acc_ledger_sold.class.php:844
#: include/class/acc_ledger.class.php:724
#: include/class/acc_account_ledger.class.php:439
-#: include/class/fiche.class.php:1563
+#: include/class/fiche.class.php:1564
#: include/class/acc_ledger_purchase.class.php:1588
#: include/class/balance_age.class.php:234
msgid "Totaux"
@@ -3145,6 +3203,7 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:1103
#: include/class/acc_ledger_purchase.class.php:1046
#: include/class/acc_ledger.class.php:832
+#: include/class/acc_ledger.class.php:837
#: include/class/acc_ledger_sold.class.php:1103
#: include/class/acc_ledger.class.php:837
#: include/class/acc_ledger_fin.class.php:294
@@ -3182,6 +3241,7 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:1107
#: include/class/acc_ledger_purchase.class.php:1052
#: include/class/acc_ledger.class.php:837
+#: include/class/acc_ledger.class.php:842
#: include/class/acc_ledger_sold.class.php:1107
#: include/class/acc_ledger.class.php:842
#: include/class/acc_ledger_purchase.class.php:1052
@@ -3277,6 +3337,9 @@ msgstr ""
#: include/class/acc_ledger_history_sale.class.php:245
#: include/class/acc_ledger_search.class.php:633
#: include/class/acc_ledger_search.class.php:945
+#: include/class/acc_ledger.class.php:858
+#: include/class/acc_ledger_search.class.php:646
+#: include/class/acc_ledger_search.class.php:958 include/lib/ac_common.php:1212
#: include/template/balance_aged_result.php:47
#: include/template/print_ledger_simple.php:6
#: include/template/acc_ledger_history_financial_oneline.php:33
@@ -3403,8 +3466,14 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:639
#: include/class/acc_ledger_search.class.php:949
#: include/class/print_ledger_misc.class.php:48
-#: include/class/fiche.class.php:1384
-#: include/template/operation_detail_fin.php:34
+#: include/class/fiche.class.php:1384 include/export/export_anc_axis_csv.php:46
+#: include/fiche.inc.php:522 include/class/acc_ledger.class.php:888
+#: include/class/acc_ledger_search.class.php:652
+#: include/class/acc_ledger_search.class.php:962
+#: include/class/acc_ledger_fin.class.php:551
+#: include/class/acc_ledger_fin.class.php:754
+#: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1398
+#: include/lib/ac_common.php:1215 include/template/operation_detail_fin.php:34
#: include/template/acc_ledger_history_financial_oneline.php:36
#: include/template/ledger_detail_misc.php:54
#: include/template/ledger_detail_ven.php:157
@@ -3415,7 +3484,7 @@ msgstr ""
#: include/export/export_anc_axis_csv.php:46
#: include/export/export_poste_detail_csv.php:201
#: include/export/export_form_csv.php:72
-#: include/ajax/ajax_anc_detail_operation.php:56 include/fiche.inc.php:522
+#: include/ajax/ajax_anc_detail_operation.php:56 include/fiche.inc.php:531
#: include/class/acc_ledger_sold.class.php:730
#: include/class/acc_ledger.class.php:888
#: include/class/acc_ledger_search.class.php:652
@@ -3424,7 +3493,7 @@ msgstr ""
#: include/class/acc_ledger_fin.class.php:551
#: include/class/acc_ledger_fin.class.php:754
#: include/class/print_ledger_misc.class.php:48
-#: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1398
+#: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1399
#: include/class/pre_op_advanced.class.php:198
#: include/class/acc_ledger_purchase.class.php:1452
#: include/class/pdf_operation.class.php:249
@@ -3473,6 +3542,8 @@ msgstr ""
#: include/class/acc_ledger.class.php:1243
#: include/class/acc_ledger.class.php:1109
#: include/class/acc_ledger.class.php:1252
+#: include/class/acc_ledger.class.php:1109
+#: include/class/acc_ledger.class.php:1252
#, php-format
msgid "La fiche %s n'a pas de poste comptable"
msgstr ""
@@ -3486,6 +3557,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1106
#: include/class/acc_ledger.class.php:1107
#: include/class/acc_ledger.class.php:1114
+#: include/class/acc_ledger.class.php:1114
msgid "Poste Inexistant pour la fiche ["
msgstr ""
@@ -3520,6 +3592,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1118
#: include/class/acc_ledger.class.php:1119
#: include/class/acc_ledger.class.php:1128
+#: include/class/acc_ledger.class.php:1128
msgid "Poste invalide ["
msgstr ""
@@ -3532,6 +3605,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1121
#: include/class/acc_ledger.class.php:1122
#: include/class/acc_ledger.class.php:1131
+#: include/class/acc_ledger.class.php:1131
msgid "Poste Inexistant ["
msgstr ""
@@ -3544,6 +3618,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1148
#: include/class/acc_ledger.class.php:1149
#: include/class/acc_ledger.class.php:1158
+#: include/class/acc_ledger.class.php:1158
msgid "Balance incorrecte "
msgstr ""
@@ -3581,6 +3656,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2204
#: include/class/acc_ledger.class.php:2205
#: include/class/acc_ledger.class.php:2214
+#: include/class/acc_ledger.class.php:2214
msgid "Journal n'existe pas"
msgstr ""
@@ -4156,7 +4232,8 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:680
#: include/ext/modop/modop_save.php:170
#: include/class/acc_ledger_purchase.class.php:1401
-#: include/compta_ods.inc.php:99 include/class/acc_ledger_sold.class.php:680
+#: include/compta_ods.inc.php:99 include/compta_ods.inc.php:99
+#: include/class/acc_ledger_sold.class.php:680
#: include/class/acc_ledger_purchase.class.php:1401 include/opening.inc.php:87
msgid "Attention numéro pièce existante, elle a du être adaptée"
msgstr ""
@@ -4192,6 +4269,7 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:690
#: include/class/acc_ledger_purchase.class.php:1410
#: include/class/acc_ledger_search.class.php:629
+#: include/class/acc_ledger_search.class.php:642
#: include/template/ledger_detail_ven.php:40
#: include/template/form_ledger_detail.php:30
#: include/template/ledger_detail_ach.php:31
@@ -4239,6 +4317,7 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:700
#: include/class/acc_ledger_purchase.class.php:1422
#: include/class/acc_ledger_search.class.php:941
+#: include/class/acc_ledger_search.class.php:954
#: include/template/form_ledger_detail.php:11
#: include/export/export_poste_detail_pdf.php:96
#: include/export/export_histo_csv.php:37
@@ -4919,7 +4998,7 @@ msgstr ""
#: include/class/acc_ledger_purchase.class.php:1784
#: include/class/acc_ledger_sold.class.php:1037
#: include/class/acc_ledger_purchase.class.php:1787
-#: include/history_operation.inc.php:150
+#: include/history_operation.inc.php:150 include/history_operation.inc.php:156
#: include/class/acc_ledger_sold.class.php:1037
#: include/class/acc_ledger_purchase.class.php:1787
#: include/history_operation.inc.php:156
@@ -5298,10 +5377,16 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:947
#: include/class/acc_ledger_search.class.php:1092
#: include/class/fiche.class.php:1383 include/class/fiche.class.php:1462
+#: include/export/export_anc_axis_csv.php:45
+#: include/class/acc_ledger_search.class.php:654
+#: include/class/acc_ledger_search.class.php:960
+#: include/class/acc_ledger_search.class.php:1105
+#: include/class/anc_listing.class.php:83 include/class/fiche.class.php:1397
+#: include/class/fiche.class.php:1476 include/lib/ac_common.php:1213
#: include/cfgplugin.inc.php:115 include/template/letter_prop.php:34
#: include/template/letter_prop.php:77 include/template/category_of_card.php:28
#: include/template/print_ledger_simple.php:11
-#: include/template/param_jrn.php:78 include/template/pcmn_update.php:38
+#: include/template/param_jrn.php:85 include/template/pcmn_update.php:38
#: include/template/menu_detail.php:43
#: include/template/acc_ledger_history_sale_detail.php:38
#: include/template/action_display_short.php:114
@@ -5338,7 +5423,7 @@ msgstr ""
#: include/class/anc_listing.class.php:83
#: include/class/acc_account_ledger.class.php:397
#: include/class/anc_plan.class.php:138 include/class/anc_plan.class.php:154
-#: include/class/fiche.class.php:1397 include/class/fiche.class.php:1476
+#: include/class/fiche.class.php:1398 include/class/fiche.class.php:1477
#: include/class/user.class.php:991 include/class/anc_table.class.php:442
#: include/class/anc_account_table.class.php:49 include/lib/ac_common.php:1213
#: include/upgrade-plugin.php:62 include/card_attr.inc.php:95
@@ -5362,8 +5447,8 @@ msgstr ""
#: include/class/class_anc_account.php:290 include/database.item.php:15
#: include/class/anc_account_table.class.php:50 include/database.item.php:9
#: include/database.item.php:51 include/export/export_anc_axis_csv.php:47
-#: include/database.item.php:7 include/database.item.php:51
-#: include/class/anc_account_table.class.php:50
+#: include/export/export_anc_axis_csv.php:47 include/database.item.php:7
+#: include/database.item.php:51 include/class/anc_account_table.class.php:50
msgid "Groupe"
msgstr ""
@@ -5372,7 +5457,7 @@ msgstr ""
#: include/class/class_anc_balance_double.php:358
#: include/class/anc_balance_double.class.php:362
#: include/class/anc_balance_double.class.php:364
-#: include/class/anc_balance_double.class.php:364
+#: include/class/anc_balance_double.class.php:366
msgid ""
"Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche"
msgstr ""
@@ -5397,6 +5482,7 @@ msgstr ""
#: include/class/anc_listing.class.php:79
#: include/class/anc_grandlivre.class.php:215
#: include/class/anc_listing.class.php:81
+#: include/class/anc_listing.class.php:81
#: include/class/anc_grandlivre.class.php:215
msgid "Quick_code"
msgstr ""
@@ -5406,6 +5492,7 @@ msgstr ""
#: include/class/class_anc_listing.php:82
#: include/class/anc_listing.class.php:82
#: include/class/anc_listing.class.php:84
+#: include/class/anc_listing.class.php:84
msgid "libelle"
msgstr ""
@@ -5417,6 +5504,7 @@ msgstr ""
#: include/ext/tools/include/anc_grandlivre_ext.class.php:125
#: include/class/anc_listing.class.php:83
#: include/class/anc_listing.class.php:85
+#: include/class/anc_listing.class.php:85
msgid "Num.interne"
msgstr ""
@@ -5442,7 +5530,7 @@ msgstr ""
#: include/template/detail-action.php:372
#: include/class/class_anc_group_operation.php:190
#: include/class/anc_group_operation.class.php:207
-#: include/class/anticipation.class.php:431
+#: include/class/anticipation.class.php:431 include/template/stock_inv.php:106
#: include/template/detail-action.php:374 include/template/stock_inv.php:106
#: include/class/anc_group_operation.class.php:207
#: include/class/anticipation.class.php:431
@@ -5456,6 +5544,7 @@ msgstr ""
#: include/class/anc_listing.class.php:80
#: include/class/pdf_operation.class.php:374
#: include/class/anc_listing.class.php:82
+#: include/class/anc_listing.class.php:82
#: include/class/pdf_operation.class.php:374
msgid "Analytique"
msgstr ""
@@ -5473,6 +5562,7 @@ msgstr ""
#: include/export/export_poste_detail_csv.php:202
#: include/class/anc_listing.class.php:85
#: include/class/pdf_operation.class.php:250
+#: include/class/anc_listing.class.php:87
#: include/export/export_fiche_balance_csv.php:160
#: include/export/export_poste_detail_csv.php:202
#: include/ajax/ajax_anc_detail_operation.php:57
@@ -5501,7 +5591,7 @@ msgstr ""
#: include/class_anc_print.php:130 include/class_anc_print.php:177
#: include/class_anc_print.php:179 include/class/class_anc_print.php:179
#: include/class/class_anc_print.php:181 include/class/anc_print.class.php:175
-#: include/class/anc_print.class.php:181
+#: include/class/anc_print.class.php:181 include/class/anc_print.class.php:181
msgid "Entre l'activité "
msgstr ""
@@ -5515,7 +5605,7 @@ msgstr ""
#: include/class_anc_print.php:137 include/class_anc_print.php:179
#: include/class_anc_print.php:181 include/class/class_anc_print.php:181
#: include/class/class_anc_print.php:183 include/class/anc_print.class.php:177
-#: include/class/anc_print.class.php:183
+#: include/class/anc_print.class.php:183 include/class/anc_print.class.php:183
msgid " et l'activité "
msgstr ""
@@ -5604,6 +5694,7 @@ msgstr ""
#: include/class/calendar.class.php:136
#: include/class/acc_ledger_search.class.php:940
#: include/class/acc_ledger_search.class.php:948
+#: include/class/acc_ledger_search.class.php:961
#: include/class/calendar.class.php:136
#: include/class/acc_ledger_search.class.php:961
msgid "Notes"
@@ -5703,6 +5794,7 @@ msgstr ""
#: include/class/document_modele.class.php:68 include/class/fiche.class.php:432
#: include/class/fiche.class.php:562 include/lib/html_input.class.php:386
#: include/class/fiche.class.php:434 include/class/fiche.class.php:564
+#: include/class/fiche.class.php:433 include/class/fiche.class.php:563
#: include/template/fiche_list.php:45 include/template/forecast-detail.php:11
#: include/class/fiche.class.php:433 include/class/fiche.class.php:563
#: include/class/document_modele.class.php:68
@@ -5805,6 +5897,7 @@ msgstr ""
#: include/class/periode.class.php:594 include/class/periode.class.php:599
#: include/class/anc_operation.class.php:316
#: include/template/ledger_detail_bottom.php:328
+#: include/template/ledger_detail_bottom.php:328
#: include/template/anc_key_input.php:212 include/preod.inc.php:112
#: include/anc_group.inc.php:88 include/dossier.inc.php:281
#: include/dossier.inc.php:290 include/compta_fin.inc.php:150
@@ -5913,6 +6006,7 @@ msgstr ""
#: include/ext/rapport_avance/include/rapav_declaration.class.php:361
#: include/ext/rapport_avance/include/rapav_declaration.class.php:434
#: include/class/document.class.php:311 include/class/document.class.php:285
+#: include/class/document.class.php:285
msgid "Ne peut pas sauver "
msgstr ""
@@ -5944,7 +6038,8 @@ msgstr ""
#: include/class/document_type.class.php:75
#: include/lib/manage_table_sql.class.php:752
#: include/class/anc_operation.class.php:324
-#: include/class/anc_operation.class.php:318 include/dossier.inc.php:283
+#: include/class/anc_operation.class.php:318
+#: include/class/anc_operation.class.php:319 include/dossier.inc.php:283
#: include/ajax/ajax_get_profile.php:90 include/ajax/ajax_view_action.php:47
#: include/class/document_type.class.php:75
#: include/class/anc_operation.class.php:319
@@ -6019,7 +6114,7 @@ msgstr ""
#: include/class_fiche_def.php:776 include/class_fiche_def.php:788
#: include/class/class_fiche_def.php:787 include/operation_ods_new.inc.php:95
#: include/class/fiche_def.class.php:788 include/operation_ods_new.inc.php:98
-#: include/class/fiche_def.class.php:788
+#: include/operation_ods_new.inc.php:98 include/class/fiche_def.class.php:788
msgid "Sauvez"
msgstr ""
@@ -6044,10 +6139,11 @@ msgstr ""
#: include/class/class_fiche_def.php:790 include/class/class_fiche_def.php:795
#: include/ajax/ajax_add_menu.php:192 include/ajax/ajax_add_menu.php:200
#: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796
-#: include/ajax/ajax_create_menu.php:13 include/template/fiche_list.php:30
-#: include/template/stock_inv.php:33 include/ajax/ajax_create_menu.php:13
-#: include/ajax/ajax_add_menu.php:200 include/class/fiche_def.class.php:791
-#: include/class/fiche_def.class.php:796
+#: include/ajax/ajax_create_menu.php:13 include/template/stock_inv.php:33
+#: include/template/fiche_list.php:30 include/template/stock_inv.php:33
+#: include/ajax/ajax_create_menu.php:13 include/ajax/ajax_add_menu.php:200
+#: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796
+#: include/lib/message_javascript.php:78
msgid "Vous confirmez ?"
msgstr ""
@@ -6072,19 +6168,19 @@ msgstr ""
#: include/class_fiche.php:406 include/class/class_fiche.php:406
#: include/class/fiche.class.php:408 include/class/fiche.class.php:410
-#: include/class/fiche.class.php:409
+#: include/class/fiche.class.php:409 include/class/fiche.class.php:409
msgid "Cette categorie de card n'existe pas"
msgstr ""
#: include/class_fiche.php:451 include/class/class_fiche.php:451
#: include/class/fiche.class.php:453 include/class/fiche.class.php:455
-#: include/class/fiche.class.php:454
+#: include/class/fiche.class.php:454 include/class/fiche.class.php:454
msgid "Rappel: Poste créé automatiquement à partir de "
msgstr ""
#: include/class_fiche.php:459 include/class/class_fiche.php:459
#: include/class/fiche.class.php:461 include/class/fiche.class.php:463
-#: include/class/fiche.class.php:462
+#: include/class/fiche.class.php:462 include/class/fiche.class.php:462
msgid "Rappel: Poste par défaut sera "
msgstr ""
@@ -6099,11 +6195,12 @@ msgstr ""
#: include/export/export_poste_detail_csv.php:80
#: include/class/acc_ledger_history_generic.class.php:680
#: include/class/fiche.class.php:1456 include/class/fiche.class.php:1458
+#: include/class/fiche.class.php:1472
#: include/template/impress_reconciliation.php:16
#: include/export/export_poste_detail_csv.php:80
#: include/export/export_fiche_detail_csv.php:71
-#: include/class/acc_ledger_history_generic.class.php:680
-#: include/class/fiche.class.php:1472
+#: include/class/acc_ledger_history_generic.class.php:681
+#: include/class/fiche.class.php:1473
msgid "n° pièce"
msgstr ""
@@ -6153,7 +6250,8 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:89
#: include/template/ledger_detail_misc.php:100
#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760
-#: include/template/fiche_list.php:34
+#: include/class/acc_ledger_fin.class.php:753
+#: include/class/fiche.class.php:1778 include/template/fiche_list.php:34
#: include/template/ledger_detail_misc.php:100
#: include/template/ledger_detail_bottom.php:89
#: include/template/ledger_detail_ven.php:126
@@ -6163,7 +6261,7 @@ msgstr ""
#: include/template/ledger_detail_ach.php:118
#: include/ajax/ajax_boxcard_search.php:50 include/database.item.php:159
#: include/class/acc_ledger_fin.class.php:753
-#: include/class/fiche.class.php:1778
+#: include/class/fiche.class.php:1779
msgid "Quick Code"
msgstr ""
@@ -6177,10 +6275,10 @@ msgstr ""
#: include/export/export_stock_resume_list.php:38
#: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604
#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761
-#: include/class/fiche.class.php:1763 include/audit_log.php:38
-#: include/template/stock_summary_list.php:39
+#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1781
+#: include/audit_log.php:38 include/template/stock_summary_list.php:39
#: include/export/export_stock_resume_list.php:38
-#: include/ajax/ajax_mod_stock_repo.php:47 include/class/fiche.class.php:1781
+#: include/ajax/ajax_mod_stock_repo.php:47 include/class/fiche.class.php:1782
#: include/stock_cfg.inc.php:66
msgid "Adresse"
msgstr ""
@@ -6191,7 +6289,7 @@ msgstr ""
#: include/class/class_fiche.php:1603 include/class/class_fiche.php:1602
#: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759
#: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764
-#: include/class/fiche.class.php:1782
+#: include/class/fiche.class.php:1782 include/class/fiche.class.php:1783
msgid "Total débit"
msgstr ""
@@ -6201,7 +6299,7 @@ msgstr ""
#: include/class/class_fiche.php:1604 include/class/class_fiche.php:1603
#: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760
#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765
-#: include/class/fiche.class.php:1783
+#: include/class/fiche.class.php:1783 include/class/fiche.class.php:1784
msgid "Total crédit"
msgstr ""
@@ -6219,13 +6317,16 @@ msgstr ""
#: include/class/anc_listing.class.php:118 include/class/fiche.class.php:1761
#: include/balance.inc.php:317 include/class/acc_bilan.class.php:176
#: include/class/fiche.class.php:1764 include/class/fiche.class.php:1766
+#: include/export/export_balance_pdf.php:135
+#: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1784
#: include/template/anc_balance_group.php:51
#: include/template/anc_balance_group.php:72
#: include/export/export_gl_pdf.php:88
#: include/export/export_balance_pdf.php:135
#: include/export/export_gl_csv.php:96 include/balance.inc.php:317
+#: include/class/anc_balance_double.class.php:101
#: include/class/acc_bilan.class.php:176
-#: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1784
+#: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1785
msgid "Solde"
msgstr ""
@@ -6303,6 +6404,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:1069
#: include/class/acc_ledger_search.class.php:1077
#: include/class/acc_ledger_search.class.php:1090
+#: include/class/acc_ledger_search.class.php:1090
msgid "Filtre "
msgstr ""
@@ -6377,8 +6479,9 @@ msgstr ""
#: include/lib/html_input.class.php:434 include/lib/html_input.class.php:449
#: include/ajax/ajax_card.php:312 include/class/extension.class.php:270
#: html/user_login.php:106 html/recherche.php:87 html/recherche.php:132
-#: html/user_login.php:106 html/recherche.php:87 html/recherche.php:132
-#: include/user.inc.php:88 include/template/ledger_detail_bottom.php:302
+#: include/template/ledger_detail_bottom.php:303 html/user_login.php:106
+#: html/recherche.php:87 html/recherche.php:132 include/user.inc.php:88
+#: include/template/ledger_detail_bottom.php:302
#: include/template/ledger_detail_bottom.php:303
#: include/template/ledger_detail_top.php:16
#: include/template/action_search.php:156 include/ajax/ajax_card.php:312
@@ -6411,6 +6514,7 @@ msgstr ""
#: include/class_ibutton.php:82 include/class_ibutton.php:84
#: include/lib/class_ibutton.php:84 include/lib/ibutton.class.php:84
+#: include/lib/message_javascript.php:97
msgid "Calculatrice"
msgstr ""
@@ -6426,7 +6530,7 @@ msgstr ""
#: include/class/anc_account_table.class.php:87
#: include/class/anc_key.class.php:153 include/lib/itva_popup.class.php:139
#: include/ajax/ajax_anc_plan.php:51 include/ajax/ajax_anc_plan.php:52
-#: include/class/anc_key.class.php:153
+#: include/ajax/ajax_anc_plan.php:52 include/class/anc_key.class.php:153
#: include/class/anc_account_table.class.php:87
#: include/lib/itva_popup.class.php:139
msgid "Le nom ne peut être vide"
@@ -6864,9 +6968,10 @@ msgstr ""
#: include/database.item.php:247 include/class/acc_ledger_search.class.php:1078
#: include/database.item.php:208 include/database.item.php:222
#: include/cfgledger.inc.php:171 include/class/acc_ledger_search.class.php:1086
-#: include/cfgledger.inc.php:171 include/database.item.php:2
-#: include/database.item.php:66 include/database.item.php:208
-#: include/database.item.php:222 include/class/acc_ledger_search.class.php:1099
+#: include/class/acc_ledger_search.class.php:1099 include/cfgledger.inc.php:171
+#: include/database.item.php:2 include/database.item.php:66
+#: include/database.item.php:208 include/database.item.php:222
+#: include/class/acc_ledger_search.class.php:1099
msgid "Achat"
msgstr ""
@@ -6986,9 +7091,9 @@ msgstr ""
#: include/database.item.php:246 include/class/acc_ledger_search.class.php:1076
#: include/database.item.php:211 include/database.item.php:221
#: include/cfgledger.inc.php:173 include/class/acc_ledger_search.class.php:1084
-#: include/cfgledger.inc.php:173 include/database.item.php:9
-#: include/database.item.php:211 include/database.item.php:221
-#: include/class/acc_ledger_search.class.php:1097
+#: include/class/acc_ledger_search.class.php:1097 include/cfgledger.inc.php:173
+#: include/database.item.php:9 include/database.item.php:211
+#: include/database.item.php:221 include/class/acc_ledger_search.class.php:1097
msgid "Vente"
msgstr ""
@@ -8148,7 +8253,7 @@ msgstr ""
#: include/admin_repo.inc.php:63 include/database.item.php:130
#: html/user_login.php:160 include/admin_repo.inc.php:65
#: include/database.item.php:124 html/user_login.php:166
-#: html/user_login.php:166 include/admin_repo.inc.php:65
+#: html/user_login.php:143 include/admin_repo.inc.php:65
#: include/database.item.php:122
msgid "Administration"
msgstr ""
@@ -8583,7 +8688,7 @@ msgstr ""
#: include/database.item.php:180 include/database.item.php:183
#: include/user.inc.php:84 include/database.item.php:191
#: include/ajax/ajax_preference.php:74 include/user.inc.php:84
-#: include/ajax/ajax_preference.php:74 include/database.item.php:183
+#: include/ajax/ajax_preference.php:85 include/database.item.php:183
msgid "Email"
msgstr ""
@@ -8699,7 +8804,8 @@ msgstr ""
#: include/database.item.php:228 include/database.item.php:245
#: include/class/acc_ledger_search.class.php:1074 include/database.item.php:209
#: include/database.item.php:220 include/cfgledger.inc.php:170
-#: include/class/acc_ledger_search.class.php:1082 include/cfgledger.inc.php:170
+#: include/class/acc_ledger_search.class.php:1082
+#: include/class/acc_ledger_search.class.php:1095 include/cfgledger.inc.php:170
#: include/database.item.php:209 include/database.item.php:220
#: include/class/acc_ledger_search.class.php:1095 include/lib/user_menu.php:178
msgid "Financier"
@@ -8958,7 +9064,8 @@ msgstr ""
#: include/export/export_fiche_balance_csv.php:140
#: include/export/export_fiche_balance_csv.php:153
#: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:517
-#: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:519
+#: include/fiche.inc.php:519 include/export/export_fiche_balance_csv.php:154
+#: include/fiche.inc.php:528
msgid "ref"
msgstr ""
@@ -9013,7 +9120,8 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:1403
#: include/class/anc_grandlivre.class.php:219
#: include/class/acc_ledger_purchase.class.php:1832
-#: include/class/print_ledger_misc.class.php:45
+#: include/class/print_ledger_misc.class.php:45 include/fiche.inc.php:520
+#: include/class/fiche.class.php:1474
#: include/template/balance_aged_result.php:53
#: include/template/acc_ledger_history_purchase_oneline.php:44
#: include/template/acc_ledger_history_sale_oneline.php:41
@@ -9022,12 +9130,12 @@ msgstr ""
#: include/template/letter_all.php:29
#: include/export/export_fiche_balance_csv.php:155
#: include/export/export_poste_detail_csv.php:85
-#: include/export/export_poste_detail_csv.php:197 include/fiche.inc.php:520
-#: include/class/acc_ledger_history_generic.class.php:765
+#: include/export/export_poste_detail_csv.php:197 include/fiche.inc.php:529
+#: include/class/acc_ledger_history_generic.class.php:766
#: include/class/acc_ledger_sold.class.php:1403
#: include/class/print_ledger_misc.class.php:45
#: include/class/acc_reconciliation.class.php:492
-#: include/class/fiche.class.php:1474
+#: include/class/fiche.class.php:1475
#: include/class/acc_ledger_purchase.class.php:1832
#: include/class/anc_grandlivre.class.php:219
#: include/class/balance_age.class.php:149
@@ -9040,7 +9148,8 @@ msgstr ""
#: include/export/export_fiche_balance_csv.php:142
#: include/export/export_fiche_balance_csv.php:155
#: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519
-#: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:521
+#: include/fiche.inc.php:521 include/export/export_fiche_balance_csv.php:156
+#: include/fiche.inc.php:530
msgid "Comm"
msgstr ""
@@ -9067,10 +9176,10 @@ msgstr ""
#: include/export/export_fiche_detail_csv.php:79
#: include/export/export_poste_detail_csv.php:90
#: include/class/anc_grandlivre.class.php:221
-#: include/class/anc_grandlivre.class.php:222
+#: include/class/anc_grandlivre.class.php:222 include/fiche.inc.php:523
#: include/export/export_fiche_balance_csv.php:159
#: include/export/export_poste_detail_csv.php:90
-#: include/export/export_fiche_detail_csv.php:79 include/fiche.inc.php:523
+#: include/export/export_fiche_detail_csv.php:79 include/fiche.inc.php:532
#: include/class/anc_grandlivre.class.php:222
msgid "Prog."
msgstr ""
@@ -9083,10 +9192,10 @@ msgstr ""
#: include/export/export_poste_detail_csv.php:78
#: include/export/export_fiche_balance_csv.php:161 include/fiche.inc.php:522
#: include/export/export_fiche_detail_csv.php:80
-#: include/export/export_poste_detail_csv.php:91
+#: include/export/export_poste_detail_csv.php:91 include/fiche.inc.php:524
#: include/export/export_fiche_balance_csv.php:161
#: include/export/export_poste_detail_csv.php:91
-#: include/export/export_fiche_detail_csv.php:80 include/fiche.inc.php:524
+#: include/export/export_fiche_detail_csv.php:80 include/fiche.inc.php:533
msgid "Let."
msgstr ""
@@ -9146,42 +9255,46 @@ msgstr ""
#: include/fiche.inc.php:63 include/ext/rapport_avance/index.php:58
#: include/template/calendar.php:10 include/ext/rapport_avance/index.php:60
#: include/ext/listing/index.php:60 include/ext/listing/index.php:58
-#: include/template/calendar.php:10 include/fiche.inc.php:64
+#: include/fiche.inc.php:64 include/template/calendar.php:10
+#: include/fiche.inc.php:64
msgid "Liste"
msgstr ""
-#: include/fiche.inc.php:65 include/fiche.inc.php:66
+#: include/fiche.inc.php:65 include/fiche.inc.php:66 include/fiche.inc.php:66
msgid "Historique Lettré"
msgstr ""
-#: include/fiche.inc.php:66 include/fiche.inc.php:67
+#: include/fiche.inc.php:66 include/fiche.inc.php:67 include/fiche.inc.php:67
msgid "Historique Lettré et montants différents"
msgstr ""
-#: include/fiche.inc.php:67 include/fiche.inc.php:68
+#: include/fiche.inc.php:67 include/fiche.inc.php:68 include/fiche.inc.php:68
msgid "Historique non Lettré"
msgstr ""
#: include/fiche.inc.php:68 include/balance.inc.php:184
#: include/class/class_pdf_operation.php:107
#: include/class/pdf_operation.class.php:107 include/fiche.inc.php:69
-#: include/class/pdf_operation.class.php:107
+#: include/fiche.inc.php:69 include/class/pdf_operation.class.php:107
msgid "Résumé"
msgstr ""
#: include/fiche.inc.php:70 include/fiche.inc.php:72 include/fiche.inc.php:73
+#: include/fiche.inc.php:73
msgid "Balance non soldée"
msgstr ""
#: include/fiche.inc.php:175 include/fiche.inc.php:179
#: include/fiche.inc.php:181 include/fiche.inc.php:182
#: include/fiche.inc.php:183 include/fiche.inc.php:184
+#: include/fiche.inc.php:184
msgid "Fiche non effacées"
msgstr ""
#: include/fiche.inc.php:176 include/fiche.inc.php:180
#: include/fiche.inc.php:182 include/fiche.inc.php:183
#: include/fiche.inc.php:184 include/fiche.inc.php:185
+#: include/fiche.inc.php:185
msgid " Ces fiches n'ont pas été effacées "
msgstr ""
@@ -9190,12 +9303,14 @@ msgstr ""
#: include/fiche.inc.php:383 include/fiche.inc.php:386
#: include/fiche.inc.php:133 include/fiche.inc.php:387
#: include/fiche.inc.php:134 include/fiche.inc.php:388
+#: include/fiche.inc.php:134 include/fiche.inc.php:395
msgid "Aucune fiche trouvée"
msgstr ""
#: include/fiche.inc.php:312 include/fiche.inc.php:317
#: include/fiche.inc.php:390 include/fiche.inc.php:393
#: include/fiche.inc.php:394 include/fiche.inc.php:395
+#: include/fiche.inc.php:402
msgid "Filtre rapide:"
msgstr ""
@@ -9371,6 +9486,8 @@ msgstr ""
#: include/ext/coprop/include/appel_fond.inc.php:158
#: include/ext/coprop/include/coprop_appel_fond.class.php:252
#: include/operation_ods_new.inc.php:86
+#: include/class/acc_ledger_fin.class.php:645
+#: include/operation_ods_new.inc.php:86
#: include/class/acc_ledger_fin.class.php:645 include/anc_od.inc.php:150
msgid "Difference"
msgstr ""
@@ -9388,7 +9505,7 @@ msgstr ""
#: include/ext/coprop/include/appel_fond.inc.php:83
#: include/ext/coprop/include/appel_fond.inc.php:153
#: include/ext/coprop/include/coprop_appel_fond.class.php:247
-#: include/operation_ods_new.inc.php:97
+#: include/operation_ods_new.inc.php:97 include/operation_ods_new.inc.php:97
msgid "Ajout d'une ligne"
msgstr ""
@@ -9404,9 +9521,10 @@ msgstr ""
#: include/class/class_fiche.php:1602 include/class/class_pdf_operation.php:246
#: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246
#: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759
-#: include/class/fiche.class.php:1761 include/template/pcmn_update.php:28
-#: include/template/pcmn_update.php:36 include/template/account_result.php:13
-#: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1779
+#: include/class/fiche.class.php:1761 include/class/fiche.class.php:1779
+#: include/template/pcmn_update.php:28 include/template/pcmn_update.php:36
+#: include/template/account_result.php:13
+#: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1780
#: include/class/pdf_operation.class.php:246
msgid "Poste comptable"
msgstr ""
@@ -9878,7 +9996,9 @@ msgstr ""
#: include/class/acc_plan_mtable.class.php:46
#: include/class/fiche.class.php:1461
#: include/class/acc_ledger_search.class.php:1093
-#: include/class/fiche.class.php:1463 include/user.inc.php:147
+#: include/class/fiche.class.php:1463
+#: include/class/acc_ledger_search.class.php:1106
+#: include/class/fiche.class.php:1477 include/user.inc.php:147
#: include/template/pcmn_update.php:42 include/template/menu_detail.php:51
#: include/template/impress_cat_card.php:10
#: include/template/detail-action.php:29
@@ -9887,7 +10007,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:1106
#: include/class/acc_plan_mtable.class.php:46
#: include/class/acc_account_ledger.class.php:398
-#: include/class/fiche.class.php:1477 include/card_attr.inc.php:96
+#: include/class/fiche.class.php:1478 include/card_attr.inc.php:96
msgid "Type"
msgstr ""
@@ -9978,11 +10098,12 @@ msgstr ""
#: include/class/acc_ledger_sold.class.php:1406
#: include/class/acc_ledger_purchase.class.php:1835
#: include/class/print_ledger_misc.class.php:47
+#: include/class/acc_ledger_fin.class.php:550
#: include/template/detail-action.php:245
#: include/template/form_ledger_fin.php:42
#: include/export/export_stock_histo_csv.php:44
#: include/stock_inv_histo.inc.php:78
-#: include/class/acc_ledger_history_generic.class.php:683
+#: include/class/acc_ledger_history_generic.class.php:684
#: include/class/acc_ledger_sold.class.php:1406
#: include/class/acc_ledger_fin.class.php:550
#: include/class/print_ledger_misc.class.php:47
@@ -10376,7 +10497,9 @@ msgstr ""
#: include/class/pdf_operation.class.php:199
#: include/export/export_gl_csv.php:219
#: include/class/anc_balance_double.class.php:276
-#: include/template/letter_prop.php:169
+#: include/class/anc_listing.class.php:115
+#: include/class/anc_listing.class.php:117
+#: include/class/anc_listing.class.php:118 include/template/letter_prop.php:169
#: include/template/stock_summary_table.php:41
#: include/template/ledger_detail_ven.php:140
#: include/template/ledger_detail_ven.php:250
@@ -10394,7 +10517,8 @@ msgstr ""
#: include/template/ledger_detail_ach.php:252
#: include/template/ledger_detail_ach.php:254
#: include/export/export_gl_csv.php:157 include/export/export_gl_csv.php:219
-#: include/class/anc_balance_double.class.php:276
+#: include/class/anc_balance_double.class.php:83
+#: include/class/anc_balance_double.class.php:278
#: include/class/anc_balance_simple.class.php:170
#: include/class/anc_listing.class.php:115
#: include/class/anc_listing.class.php:117
@@ -10407,6 +10531,7 @@ msgstr ""
#: include/template/form_ledger_fin.php:31
#: include/ext/modop/template_ledger_fin.php:10
#: include/ext/modop/template_ledger_fin.php:14
+#: include/class/acc_ledger_fin.class.php:527
#: include/template/form_ledger_fin.php:31
#: include/class/acc_ledger_fin.class.php:527
msgid "Extrait de compte"
@@ -10431,6 +10556,7 @@ msgstr ""
#: include/template/form_ledger_fin.php:45
#: include/template/form_ledger_fin.php:44
+#: include/class/acc_ledger_fin.class.php:552
#: include/template/form_ledger_fin.php:44
#: include/class/acc_ledger_fin.class.php:552
msgid "Op. Concernée(s)"
@@ -10447,7 +10573,7 @@ msgstr ""
#: include/template/impress_cat_card.php:18
#: include/template/stock_histo_search.php:47 include/class_anc_print.php:159
#: include/class/class_anc_print.php:159 include/class/class_anc_print.php:161
-#: include/class/anc_print.class.php:155
+#: include/class/anc_print.class.php:155 include/class/anc_print.class.php:153
#: include/template/stock_histo_search.php:47
#: include/template/impress_cat_card.php:18
#: include/class/anc_print.class.php:153
@@ -10510,7 +10636,7 @@ msgstr ""
#: include/export/export_stock_histo_csv.php:45
#: include/template/acc_ledger_history_purchase_extended.php:126
#: include/template/acc_ledger_history_sale_extended.php:126
-#: include/template/ledger_detail_ven.php:129
+#: include/template/stock_inv.php:71 include/template/ledger_detail_ven.php:129
#: include/template/operation_detail_ven.php:38
#: include/template/acc_ledger_history_purchase_extended.php:126
#: include/template/operation_detail_ach.php:46
@@ -10627,6 +10753,7 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:303
#: include/template/ledger_detail_bottom.php:320
#: include/template/ledger_detail_bottom.php:321
+#: include/template/ledger_detail_bottom.php:321
msgid "verifie CA"
msgstr ""
@@ -10647,6 +10774,8 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:348
#: include/template/ledger_detail_bottom.php:336
#: include/template/ledger_detail_bottom.php:349
+#: include/template/ledger_detail_bottom.php:336
+#: include/template/ledger_detail_bottom.php:349
msgid "Extourner"
msgstr ""
@@ -10781,31 +10910,31 @@ msgstr ""
#: include/export/export_fiche_detail_csv.php:74
#: include/export/export_poste_detail_csv.php:81
#: include/export/export_poste_detail_csv.php:82
-#: include/template/param_jrn.php:7
+#: include/template/param_jrn.php:14
#: include/export/export_poste_detail_csv.php:82
#: include/export/export_fiche_detail_csv.php:74
msgid "Nom journal"
msgstr ""
-#: include/template/param_jrn.php:15 include/template/param_jrn.php:15
+#: include/template/param_jrn.php:15 include/template/param_jrn.php:22
msgid "Postes utilisables journal (débit/crédit) "
msgstr ""
-#: include/template/param_jrn.php:21 include/template/param_jrn.php:21
+#: include/template/param_jrn.php:21 include/template/param_jrn.php:28
msgid ""
"Uniquement pour les journaux d'Opérations Diverses, les valeurs sont "
"séparées par des espaces, on peut aussi\n"
"\tutiliser le * pour indiquer 'tous les postes qui en dépendent' exemple: 4*"
msgstr ""
-#: include/template/param_jrn.php:33 include/template/param_jrn.php:33
+#: include/template/param_jrn.php:33 include/template/param_jrn.php:40
msgid "Numérotation de chaque opération"
msgstr ""
#: include/template/param_jrn.php:41 include/template/ledger_detail_fin.php:34
#: include/template/operation_detail_fin.php:31
#: include/template/ledger_detail_fin.php:35
-#: include/compta_fin_saldo.inc.php:48 include/template/param_jrn.php:41
+#: include/compta_fin_saldo.inc.php:48 include/template/param_jrn.php:48
#: include/template/operation_detail_fin.php:31
#: include/template/ledger_detail_fin.php:35
#: include/compta_fin_saldo.inc.php:48
@@ -10818,17 +10947,17 @@ msgid ""
msgstr ""
#: include/template/param_jrn.php:78 include/template/param_jrn.php:85
-#: include/template/param_jrn.php:85
+#: include/template/param_jrn.php:6
msgid "Type de journal"
msgstr ""
#: include/template/param_jrn.php:84 include/template/param_jrn.php:91
-#: include/template/param_jrn.php:91
+#: include/template/param_jrn.php:93
msgid "Préfixe code interne"
msgstr ""
#: include/template/param_jrn.php:88 include/template/param_jrn.php:95
-#: include/template/param_jrn.php:95
+#: include/template/param_jrn.php:97
msgid "Préfixe pièce justificative"
msgstr ""
@@ -10844,12 +10973,12 @@ msgid "Uniquement des chiffres"
msgstr ""
#: include/template/param_jrn.php:102 include/template/param_jrn.php:99
-#: include/template/param_jrn.php:106 include/template/param_jrn.php:106
+#: include/template/param_jrn.php:106 include/template/param_jrn.php:108
msgid "Dernière pièce numérotée"
msgstr ""
#: include/template/param_jrn.php:110 include/template/param_jrn.php:108
-#: include/template/param_jrn.php:115 include/template/param_jrn.php:115
+#: include/template/param_jrn.php:115 include/template/param_jrn.php:117
msgid "N° pièce justificative"
msgstr ""
@@ -10867,6 +10996,7 @@ msgstr ""
#: include/stock_inv_histo.inc.php:79 include/template/stock_inv.php:43
#: include/template/stock_inv.php:117 include/stock_inv_histo.inc.php:81
#: include/template/stock_inv.php:45 include/template/stock_inv.php:118
+#: include/template/stock_inv.php:45 include/template/stock_inv.php:118
#: include/template/profile_sec_repository.php:35
#: include/stock_inv_histo.inc.php:81
msgid "Dépot"
@@ -11114,8 +11244,8 @@ msgstr ""
#: include/class/acc_ledger.class.php:86 include/lib/http_input.class.php:120
#: include/class/acc_ledger.class.php:88 include/class/periode.class.php:235
#: include/lib/http_input.class.php:121 include/class/acc_ledger.class.php:89
-#: include/class/acc_ledger.class.php:89 include/class/periode.class.php:235
-#: include/lib/http_input.class.php:123
+#: include/lib/http_input.class.php:123 include/class/acc_ledger.class.php:89
+#: include/class/periode.class.php:235 include/lib/http_input.class.php:123
msgid "Paramètre invalide"
msgstr ""
@@ -11276,11 +11406,12 @@ msgstr ""
#: include/template/periode_add_exercice.php:25
#: include/ajax/ajax_preference.php:131 include/class/periode.class.php:519
#: include/class/periode_ledger_table.class.php:100
+#: include/template/stock_inv.php:126
#: include/template/periode_add_exercice.php:25
#: include/template/stock_state_search.php:35
#: include/template/stock_inv.php:126 include/impress_rapport.inc.php:207
#: include/impress_jrn.inc.php:102 include/compta_fin_saldo.inc.php:43
-#: include/ajax/ajax_preference.php:131
+#: include/ajax/ajax_preference.php:142
#: include/class/periode_ledger_table.class.php:100
#: include/class/periode.class.php:519 include/bank.inc.php:72
#: include/impress_bilan.inc.php:49
@@ -11327,6 +11458,7 @@ msgstr ""
#: include/ext/tva/class_ext_tvagen.php:114
#: include/ext/tva/ext_list_assujetti.class.php:54
#: include/ext/tva/ext_tvagen.class.php:114
+#: include/lib/message_javascript.php:94
msgid "Afficher"
msgstr ""
@@ -11661,6 +11793,7 @@ msgstr ""
#: include/class/acc_compute.class.php:195
#: include/ext/amortis/include/am_card.class.php:279
#: include/class/acc_ledger.class.php:1105
+#: include/class/acc_ledger.class.php:1105
#: include/class/acc_compute.class.php:195
msgid "Montant invalide"
msgstr ""
@@ -11678,7 +11811,7 @@ msgid "Poste à créditer incorrect"
msgstr ""
#: include/ext/amortis/include/class_am_card.php:245 html/fid_card.php:169
-#: html/fid_card.php:170 html/fid_card.php:175
+#: html/fid_card.php:170 html/fid_card.php:175 html/fid_card.php:174
msgid "Non trouvé"
msgstr ""
@@ -11730,6 +11863,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:681
#: include/class/acc_ledger_search.class.php:699
#: include/class/acc_ledger_fin.class.php:753
+#: include/class/acc_ledger_search.class.php:699
+#: include/class/acc_ledger_fin.class.php:753
msgid "n° interne"
msgstr ""
@@ -11760,6 +11895,7 @@ msgstr ""
#: include/lib/manage_table_sql.class.php:1075
#: include/lib/manage_table_sql.class.php:1095
#: include/lib/manage_table_sql.class.php:1092
+#: include/lib/manage_table_sql.class.php:1092
msgid "Effacé"
msgstr ""
@@ -11794,10 +11930,13 @@ msgstr ""
#: include/class/acc_account_ledger.class.php:735
#: include/class/fiche.class.php:1599 include/class/fiche.class.php:2189
#: html/popup.php:113 include/class/fiche.class.php:1601
-#: include/class/fiche.class.php:2191 html/popup.php:113
-#: include/balance_card_ageing.inc.php:53 include/fiche.inc.php:297
-#: include/fiche.inc.php:333 include/class/acc_account_ledger.class.php:735
-#: include/class/fiche.class.php:1619 include/class/fiche.class.php:2214
+#: include/class/fiche.class.php:2191 include/fiche.inc.php:297
+#: include/fiche.inc.php:333 include/class/fiche.class.php:1619
+#: include/class/fiche.class.php:2214 include/anc_pa.inc.php:123
+#: html/popup.php:113 include/balance_card_ageing.inc.php:53
+#: include/fiche.inc.php:242 include/fiche.inc.php:302
+#: include/fiche.inc.php:340 include/class/acc_account_ledger.class.php:735
+#: include/class/fiche.class.php:1620 include/class/fiche.class.php:2215
#: include/anc_pa.inc.php:123
msgid "Export CSV"
msgstr ""
@@ -11905,7 +12044,7 @@ msgstr ""
#: include/export/export_poste_detail_csv.php:83
#: include/export/export_poste_detail_csv.php:196
#: include/export/export_ledger_csv.php:211
-#: include/class/acc_ledger_history_generic.class.php:768
+#: include/class/acc_ledger_history_generic.class.php:769
#: include/class/acc_account_ledger.class.php:394
#: include/class/balance_age.class.php:144
msgid "QuickCode"
@@ -12492,6 +12631,7 @@ msgstr ""
#: include/class/anc_operation.class.php:625
#: include/class/anc_operation.class.php:619
#: include/class/anc_operation.class.php:620
+#: include/class/anc_operation.class.php:620
msgid "Reste"
msgstr ""
@@ -12538,6 +12678,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:933
#: include/class/acc_ledger_search.class.php:928
#: include/class/acc_ledger_search.class.php:936
+#: include/class/acc_ledger_search.class.php:949
#: include/template/fiche_list.php:49
#: include/class/acc_ledger_search.class.php:949 include/card_attr.inc.php:84
msgid "Selection"
@@ -12656,7 +12797,7 @@ msgstr ""
#: include/ext/import_account/include/template/test_operation.php:26
#: include/ext/import_card/include/template/test_file.php:42
#: include/ext/import_doli/include/template/test_file.php:30
-#: include/ajax/ajax_preference.php:213 include/ajax/ajax_preference.php:213
+#: include/ajax/ajax_preference.php:213 include/ajax/ajax_preference.php:224
msgid "Encodage"
msgstr ""
@@ -12858,6 +12999,7 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:354
#: include/ajax/ajax_ledger.php:544
#: include/template/ledger_detail_bottom.php:355
+#: include/template/ledger_detail_bottom.php:355
#: include/ajax/ajax_ledger.php:544
msgid "entrez une date"
msgstr ""
@@ -12904,6 +13046,7 @@ msgid "Vous n\\'êtes pas administrateur"
msgstr ""
#: html/fid_card.php:164 html/fid_card.php:165 html/fid_card.php:170
+#: html/fid_card.php:169
#, php-format
msgid "Résultat limité à 12"
msgstr ""
@@ -12935,9 +13078,10 @@ msgstr ""
#: html/popup.php:111 include/class/acc_account_ledger.class.php:757
#: include/class/fiche.class.php:1584 include/class/fiche.class.php:2211
#: html/popup.php:114 include/class/fiche.class.php:1586
-#: include/class/fiche.class.php:2213 html/popup.php:114
+#: include/class/fiche.class.php:2213 include/class/fiche.class.php:1604
+#: include/class/fiche.class.php:2236 html/popup.php:114
#: include/class/acc_account_ledger.class.php:757
-#: include/class/fiche.class.php:1604 include/class/fiche.class.php:2236
+#: include/class/fiche.class.php:1605 include/class/fiche.class.php:2237
msgid "Export PDF"
msgstr ""
@@ -12965,6 +13109,7 @@ msgstr ""
#: include/lib/ac_common.php:629 include/lib/ac_common.php:630
#: include/lib/ac_common.php:641 include/lib/ac_common.php:642
#: include/lib/ac_common.php:644 include/lib/ac_common.php:660
+#: include/lib/ac_common.php:660
#, php-format
msgid ""
"Attention periode \n"
@@ -12979,6 +13124,7 @@ msgstr ""
#: include/lib/ac_common.php:812 include/lib/ac_common.php:823
#: include/lib/ac_common.php:824 include/lib/ac_common.php:836
#: include/lib/ac_common.php:838 include/lib/ac_common.php:854
+#: include/lib/ac_common.php:854
msgid "Données non disponibles"
msgstr ""
@@ -13003,7 +13149,7 @@ msgstr ""
#: include/lib/ac_common.php:1160 include/lib/ac_common.php:1171
#: include/lib/ac_common.php:1172 include/lib/ac_common.php:1173
#: include/lib/ac_common.php:1185 include/lib/ac_common.php:1187
-#: include/lib/ac_common.php:1211
+#: include/lib/ac_common.php:1211 include/lib/ac_common.php:1211
msgid "Code Interne"
msgstr ""
@@ -13021,6 +13167,7 @@ msgstr ""
#: include/lib/ac_common.php:1209 include/export/export_fiche_detail_csv.php:60
#: include/template/ledger_detail_bottom.php:286 include/lib/ac_common.php:1221
#: include/lib/ac_common.php:1223 include/template/ledger_detail_bottom.php:287
+#: include/lib/ac_common.php:1247 include/template/ledger_detail_bottom.php:287
#: include/export/export_fiche_detail_csv.php:60 include/lib/ac_common.php:1247
msgid "Aucune donnée"
msgstr ""
@@ -13168,7 +13315,9 @@ msgstr ""
#: include/ajax/ajax_mod_predf_op.php:44
#: include/class/class_pre_operation.php:63
#: include/class/pre_operation.class.php:63
-#: include/ajax/ajax_mod_predf_op.php:43 include/ajax/ajax_mod_predf_op.php:43
+#: include/ajax/ajax_mod_predf_op.php:43
+#: include/class/pre_operation.class.php:64
+#: include/ajax/ajax_mod_predf_op.php:43
#: include/class/pre_operation.class.php:64
msgid "Description (max 50 car.)"
msgstr ""
@@ -13225,7 +13374,6 @@ msgstr ""
#: include/ajax_preference.php:34 include/ajax_preference.php:33
#: include/ajax/ajax_preference.php:33 include/ajax/ajax_preference.php:34
-#: include/ajax/ajax_preference.php:34
msgid ""
"Si vous validez, la page sera rechargée et vous pourriez perdre ce que vous "
"faisiez"
@@ -13248,6 +13396,8 @@ msgstr ""
#: include/class/class_pre_operation.php:249
#: include/class/pre_operation.class.php:247
#: include/class/pre_operation.class.php:249
+#: include/class/pre_operation.class.php:248
+#: include/class/pre_operation.class.php:250
#: include/ajax/ajax_update_predef.php:55
#: include/class/pre_operation.class.php:248
#: include/class/pre_operation.class.php:250
@@ -13304,13 +13454,14 @@ msgstr ""
#: include/anc_pa.inc.php:175 include/anc_pa.inc.php:195
#: include/anc_pa.inc.php:179 include/anc_pa.inc.php:199
#: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194
+#: include/anc_pa.inc.php:174 include/anc_pa.inc.php:194
msgid "Ajout d'un plan comptable"
msgstr ""
#: include/anc_pa.inc.php:255 include/anc_pa.inc.php:274
#: include/anc_pa.inc.php:276 include/anc_pa.inc.php:280
#: include/anc_pa.inc.php:182 include/anc_pa.inc.php:186
-#: include/anc_pa.inc.php:181
+#: include/anc_pa.inc.php:181 include/anc_pa.inc.php:181
msgid "Aucun plan analytique n'est défini"
msgstr ""
@@ -13384,6 +13535,8 @@ msgstr ""
#: include/search.inc.php:126 include/ajax/ajax_search_operation.php:123
#: include/ajax/ajax_search_operation.php:127
#: include/ajax/ajax_search_operation.php:132
+#: include/ajax/ajax_search_operation.php:129
+#: include/ajax/ajax_search_operation.php:134
#: include/template/action_search_result.php:32
#: include/template/action_search_result.php:88
#: include/ajax/ajax_search_operation.php:129
@@ -13503,6 +13656,7 @@ msgstr ""
#: include/cfgfiche.inc.php:69 include/cfgfiche.inc.php:74
#: include/cfgfiche.inc.php:88 include/cfgfiche.inc.php:89
+#: include/cfgfiche.inc.php:89
msgid ""
"Impossible d'enlever cette catégorie, certaines fiches sont encore "
"utilisées\n"
@@ -13633,42 +13787,42 @@ msgstr ""
#: include/class_acc_bilan.php:175 include/class_acc_bilan.php:176
#: include/class/class_acc_bilan.php:176 include/class/class_acc_bilan.php:202
#: include/class/acc_bilan.class.php:202 include/class/acc_bilan.class.php:205
-#: include/class/acc_bilan.class.php:207
+#: include/class/acc_bilan.class.php:207 include/class/acc_bilan.class.php:207
msgid "Total actif"
msgstr ""
#: include/class_acc_bilan.php:192 include/class_acc_bilan.php:193
#: include/class/class_acc_bilan.php:193 include/class/class_acc_bilan.php:215
#: include/class/acc_bilan.class.php:215 include/class/acc_bilan.class.php:218
-#: include/class/acc_bilan.class.php:220
+#: include/class/acc_bilan.class.php:220 include/class/acc_bilan.class.php:220
msgid "Total passif"
msgstr ""
#: include/class_acc_bilan.php:211 include/class_acc_bilan.php:212
#: include/class/class_acc_bilan.php:212 include/class/class_acc_bilan.php:231
#: include/class/acc_bilan.class.php:231 include/class/acc_bilan.class.php:234
-#: include/class/acc_bilan.class.php:236
+#: include/class/acc_bilan.class.php:236 include/class/acc_bilan.class.php:236
msgid "Total charge "
msgstr ""
#: include/class_acc_bilan.php:226 include/class_acc_bilan.php:227
#: include/class/class_acc_bilan.php:227 include/class/class_acc_bilan.php:243
#: include/class/acc_bilan.class.php:243 include/class/acc_bilan.class.php:246
-#: include/class/acc_bilan.class.php:248
+#: include/class/acc_bilan.class.php:248 include/class/acc_bilan.class.php:248
msgid "Total produit"
msgstr ""
#: include/class_acc_bilan.php:230 include/class_acc_bilan.php:231
#: include/class/class_acc_bilan.php:231 include/class/class_acc_bilan.php:247
#: include/class/acc_bilan.class.php:247 include/class/acc_bilan.class.php:250
-#: include/class/acc_bilan.class.php:252
+#: include/class/acc_bilan.class.php:252 include/class/acc_bilan.class.php:252
msgid "Difference Produit - Charge"
msgstr ""
#: include/class_acc_bilan.php:256 include/class_acc_bilan.php:257
#: include/class/class_acc_bilan.php:257 include/class/class_acc_bilan.php:273
#: include/class/acc_bilan.class.php:273 include/class/acc_bilan.class.php:276
-#: include/class/acc_bilan.class.php:278
+#: include/class/acc_bilan.class.php:278 include/class/acc_bilan.class.php:278
msgid "Aucun enregistrement trouve"
msgstr ""
@@ -13686,6 +13840,8 @@ msgstr ""
#: include/class/acc_bilan.class.php:706 include/class/acc_bilan.class.php:688
#: include/class/acc_bilan.class.php:711 include/class/acc_bilan.class.php:374
#: include/class/acc_bilan.class.php:690 include/class/acc_bilan.class.php:713
+#: include/class/acc_bilan.class.php:374 include/class/acc_bilan.class.php:690
+#: include/class/acc_bilan.class.php:713
msgid "erreur Ouverture fichier"
msgstr ""
@@ -13694,6 +13850,7 @@ msgstr ""
#: include/class/class_acc_bilan.php:668 include/class/class_acc_bilan.php:685
#: include/class/acc_bilan.class.php:686 include/class/acc_bilan.class.php:689
#: include/class/acc_bilan.class.php:694 include/class/acc_bilan.class.php:696
+#: include/class/acc_bilan.class.php:696
msgid "erreur écriture fichier"
msgstr ""
@@ -13727,6 +13884,7 @@ msgstr ""
#: include/export/export_histo_csv.php:36
#: include/class/acc_ledger_search.class.php:929
#: include/class/acc_ledger_search.class.php:937
+#: include/class/acc_ledger_search.class.php:950
#: include/template/letter_prop.php:31 include/template/letter_prop.php:74
#: include/export/export_histo_csv.php:36
#: include/class/acc_ledger_search.class.php:950
@@ -13741,6 +13899,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:938
#: include/class/acc_ledger_search.class.php:946
#: include/class/acc_ledger_search.class.php:959
+#: include/class/acc_ledger_search.class.php:959
msgid "tiers"
msgstr ""
@@ -13761,6 +13920,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:1045
#: include/class/acc_ledger_search.class.php:850
#: include/class/acc_ledger_search.class.php:1058
+#: include/class/acc_ledger_search.class.php:850
+#: include/class/acc_ledger_search.class.php:1058
msgid "Opération annulée"
msgstr ""
@@ -13787,6 +13948,8 @@ msgstr ""
#: include/class/acc_ledger_history_purchase.class.php:249
#: include/class/acc_ledger_history_sale.class.php:243
#: include/class/acc_ledger_search.class.php:631
+#: include/class/acc_ledger.class.php:2421
+#: include/class/acc_ledger_search.class.php:644
#: include/template/print_ledger_simple.php:8
#: include/template/acc_ledger_history_sale_detail.php:35
#: include/template/acc_ledger_history_purchase_detail.php:34
@@ -13830,6 +13993,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:637
#: include/class/print_ledger_misc.class.php:46
#: include/class/fiche.class.php:1461
+#: include/class/acc_ledger_search.class.php:650
+#: include/class/fiche.class.php:1475
#: include/template/operation_detail_fin.php:32
#: include/template/acc_ledger_history_financial_oneline.php:34
#: include/template/ledger_detail_fin.php:45
@@ -13838,11 +14003,11 @@ msgstr ""
#: include/export/export_ledger_csv.php:212
#: include/export/export_histo_csv.php:43
#: include/export/export_fiche_detail_csv.php:75
-#: include/class/acc_ledger_history_generic.class.php:682
+#: include/class/acc_ledger_history_generic.class.php:683
#: include/class/acc_ledger_search.class.php:650
#: include/class/print_ledger_misc.class.php:46
#: include/class/acc_account_ledger.class.php:396
-#: include/class/fiche.class.php:1475
+#: include/class/fiche.class.php:1476
msgid "Tiers"
msgstr ""
@@ -13854,6 +14019,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:860
#: include/class/acc_ledger_search.class.php:868
#: include/class/acc_ledger_search.class.php:881
+#: include/class/acc_ledger_search.class.php:881
msgid "Non payé"
msgstr ""
@@ -13877,6 +14043,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1197
#: include/class/acc_ledger.class.php:1198
#: include/class/acc_ledger.class.php:1207
+#: include/class/acc_ledger.class.php:1207
msgid ""
"Attention : il vaut mieux utiliser les fiches que les postes comptables "
msgstr ""
@@ -13892,6 +14059,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1299
#: include/class/acc_ledger.class.php:1300
#: include/class/acc_ledger.class.php:1309
+#: include/class/acc_ledger.class.php:1309
msgid "Balance incorrecte"
msgstr ""
@@ -13905,6 +14073,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1341
#: include/class/acc_ledger.class.php:1342
#: include/class/acc_ledger.class.php:1351
+#: include/class/acc_ledger.class.php:1351
msgid "OPERATION ANNULEE "
msgstr ""
@@ -13918,6 +14087,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1664
#: include/class/acc_ledger.class.php:1665
#: include/class/acc_ledger.class.php:1674
+#: include/class/acc_ledger.class.php:1674
msgid "Celui qui paie n' a pas de poste comptable"
msgstr ""
@@ -13931,6 +14101,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:1682
#: include/class/acc_ledger.class.php:1683
#: include/class/acc_ledger.class.php:1692
+#: include/class/acc_ledger.class.php:1692
#, php-format
msgid "Pour la fiche %s le poste comptable [%s] n'existe pas"
msgstr ""
@@ -13946,6 +14117,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2108
#: include/class/acc_ledger.class.php:2109
#: include/class/acc_ledger.class.php:2118
+#: include/class/acc_ledger.class.php:2118
msgid "Journaux de vente"
msgstr ""
@@ -13985,6 +14157,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2312
#: include/class/acc_ledger.class.php:2313
#: include/class/acc_ledger.class.php:2322
+#: include/class/acc_ledger.class.php:2322
msgid "Nombre de ligne incorrect"
msgstr ""
@@ -14000,6 +14173,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2317
#: include/class/acc_ledger.class.php:2318
#: include/class/acc_ledger.class.php:2327
+#: include/class/acc_ledger.class.php:2327
msgid "Un journal avec ce nom existe déjà"
msgstr ""
@@ -14042,6 +14216,9 @@ msgstr ""
#: include/class/acc_ledger.class.php:2333
#: include/class/acc_ledger.class.php:2397
#: include/class/acc_ledger.class.php:2575
+#: include/class/acc_ledger.class.php:2333
+#: include/class/acc_ledger.class.php:2397
+#: include/class/acc_ledger.class.php:2575
msgid "Aucun compte en banque n'est donné"
msgstr ""
@@ -14058,6 +14235,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2482
#: include/class/acc_ledger.class.php:2483
#: include/class/acc_ledger.class.php:2492
+#: include/class/acc_ledger.class.php:2492
msgid "choix du type de journal"
msgstr ""
@@ -14074,6 +14252,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2583
#: include/class/acc_ledger.class.php:2584
#: include/class/acc_ledger.class.php:2593
+#: include/class/acc_ledger.class.php:2593
msgid "Impossible d'effacer un journal qui contient des opérations"
msgstr ""
@@ -14090,6 +14269,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2699
#: include/class/acc_ledger.class.php:2700
#: include/class/acc_ledger.class.php:2709
+#: include/class/acc_ledger.class.php:2709
msgid "Action non accessible"
msgstr ""
@@ -14548,6 +14728,7 @@ msgstr ""
#: include/template/stock_inv.php:61
#: include/export/export_stock_histo_csv.php:41
#: include/export/export_stock_resume_list.php:38
+#: include/template/stock_inv.php:63
#: include/template/stock_summary_table.php:33
#: include/template/stock_histo_search.php:35 include/template/stock_inv.php:63
#: include/export/export_stock_histo_csv.php:41
@@ -14585,7 +14766,7 @@ msgid "Direction"
msgstr ""
#: include/template/stock_inv.php:50 include/template/stock_inv.php:51
-#: include/template/stock_inv.php:53
+#: include/template/stock_inv.php:53 include/template/stock_inv.php:53
msgid "Motif de changement"
msgstr ""
@@ -14716,6 +14897,7 @@ msgstr ""
#: include/export/export_balance_pdf.php:124
#: include/export/export_poste_detail_csv.php:39
#: include/export/export_balance_pdf.php:128
+#: include/export/export_balance_pdf.php:125
#: include/export/export_poste_detail_csv.php:39
#: include/export/export_balance_pdf.php:125
msgid "poste"
@@ -14749,8 +14931,9 @@ msgstr ""
#: include/ext/importbank/include/import_bank.class.php:140
#: include/lib/ac_common.php:343 include/action.common.inc.php:144
#: include/action.common.inc.php:295 include/lib/ac_common.php:345
-#: include/action.common.inc.php:144 include/action.common.inc.php:295
-#: include/lib/ac_common.php:361 include/forecast.inc.php:359
+#: include/lib/ac_common.php:361 include/action.common.inc.php:144
+#: include/action.common.inc.php:295 include/lib/ac_common.php:361
+#: include/forecast.inc.php:359
msgid "Erreur"
msgstr ""
@@ -14758,7 +14941,8 @@ msgstr ""
#: include/lib/class_html_input.php:320 include/lib/class_html_input.php:321
#: include/param_sec.inc.php:219 include/class/acc_ledger_search.class.php:1070
#: include/param_sec.inc.php:223 include/class/acc_ledger_search.class.php:1065
-#: include/class/acc_ledger_search.class.php:1073 include/param_sec.inc.php:223
+#: include/class/acc_ledger_search.class.php:1073
+#: include/class/acc_ledger_search.class.php:1086 include/param_sec.inc.php:223
#: include/class/acc_ledger_search.class.php:1086
msgid "Journaux"
msgstr ""
@@ -14839,9 +15023,9 @@ msgstr ""
#: include/anc_great_ledger.inc.php:46 include/anc_history.inc.php:30
#: include/anc_great_ledger.inc.php:47 include/anc_balance_double.inc.php:27
#: include/anc_balance_simple.inc.php:27 include/anc_great_ledger.inc.php:78
-#: include/anc_history.inc.php:34 include/anc_great_ledger.inc.php:78
-#: include/anc_balance_simple.inc.php:27 include/anc_balance_double.inc.php:27
-#: include/anc_history.inc.php:37
+#: include/anc_history.inc.php:34 include/anc_history.inc.php:37
+#: include/anc_great_ledger.inc.php:78 include/anc_balance_simple.inc.php:27
+#: include/anc_balance_double.inc.php:26 include/anc_history.inc.php:37
msgid "Aucune donnée trouvée"
msgstr ""
@@ -14881,6 +15065,8 @@ msgstr ""
#: include/class/acc_ledger.class.php:1487
#: include/class/acc_ledger.class.php:1479
#: include/class/acc_ledger.class.php:1496
+#: include/class/acc_ledger.class.php:1479
+#: include/class/acc_ledger.class.php:1496
msgid "get_default_card p_ledger_side is invalide ["
msgstr ""
@@ -15465,6 +15651,7 @@ msgstr ""
#: include/class/anc_operation.class.php:632
#: include/class/anc_operation.class.php:626
#: include/class/anc_operation.class.php:627
+#: include/class/anc_operation.class.php:627
msgid "Nouvelle ligne"
msgstr ""
@@ -15476,6 +15663,7 @@ msgstr ""
#: include/class/anc_operation.class.php:648
#: include/class/anc_operation.class.php:642
#: include/class/anc_operation.class.php:643
+#: include/class/anc_operation.class.php:643
msgid "Clef"
msgstr ""
@@ -15499,7 +15687,7 @@ msgstr ""
#: include/class/class_document_export.php:225
#: include/class/document_export.class.php:225
#: include/class/document_export.class.php:231
-#: include/class/document_export.class.php:231
+#: include/class/document_export.class.php:232
msgid " ne peut pas convertir en PDF"
msgstr ""
@@ -15512,7 +15700,7 @@ msgstr ""
#: include/class/class_document_export.php:280
#: include/class/document_export.class.php:280
#: include/class/document_export.class.php:290
-#: include/class/document_export.class.php:290
+#: include/class/document_export.class.php:291
msgid "CONVERT_GIF_PDF n'est pas installé"
msgstr ""
@@ -15525,7 +15713,7 @@ msgstr ""
#: include/class/class_document_export.php:281
#: include/class/document_export.class.php:281
#: include/class/document_export.class.php:291
-#: include/class/document_export.class.php:291
+#: include/class/document_export.class.php:292
msgid "TKPDF n'est pas installé"
msgstr ""
@@ -15755,6 +15943,7 @@ msgstr ""
#: include/ajax/ajax_search_operation.php:119
#: include/ajax/ajax_search_operation.php:122
#: include/ajax/ajax_search_operation.php:124
+#: include/ajax/ajax_search_operation.php:124
msgid "Liste limitée à "
msgstr ""
@@ -15762,6 +15951,7 @@ msgstr ""
#: include/ajax/ajax_search_operation.php:119
#: include/ajax/ajax_search_operation.php:122
#: include/ajax/ajax_search_operation.php:124
+#: include/ajax/ajax_search_operation.php:124
msgid " enregistrements. Le nombre d'enregistrements trouvés est de "
msgstr ""
@@ -15785,7 +15975,7 @@ msgstr ""
#: include/class_acc_bilan.php:249 include/class_acc_bilan.php:250
#: include/class/class_acc_bilan.php:250 include/class/class_acc_bilan.php:266
#: include/class/acc_bilan.class.php:266 include/class/acc_bilan.class.php:269
-#: include/class/acc_bilan.class.php:271
+#: include/class/acc_bilan.class.php:271 include/class/acc_bilan.class.php:271
msgid "le formulaire id n'est pas donnee"
msgstr ""
@@ -15793,6 +15983,7 @@ msgstr ""
#: include/class/class_acc_bilan.php:637 include/class/class_acc_bilan.php:654
#: include/class/acc_bilan.class.php:655 include/class/acc_bilan.class.php:658
#: include/class/acc_bilan.class.php:663 include/class/acc_bilan.class.php:665
+#: include/class/acc_bilan.class.php:665
msgid "Ouverture fichier impossible"
msgstr ""
@@ -15804,6 +15995,8 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:575
#: include/class/anc_operation.class.php:294 include/fiche.inc.php:94
#: include/class/acc_ledger_search.class.php:588
+#: include/class/anc_operation.class.php:295 include/fiche.inc.php:94
+#: include/class/acc_ledger_search.class.php:588
#: include/class/anc_operation.class.php:295
msgid "Chercher"
msgstr ""
@@ -15930,7 +16123,7 @@ msgid "Mis à jour"
msgstr ""
#: include/cfgfiche.inc.php:68 include/cfgfiche.inc.php:82
-#: include/cfgfiche.inc.php:83
+#: include/cfgfiche.inc.php:83 include/cfgfiche.inc.php:83
msgid "Impossible d'enlever cette catégorie"
msgstr ""
@@ -15961,6 +16154,8 @@ msgstr ""
#: include/class/acc_bilan.class.php:373 include/class/acc_bilan.class.php:394
#: include/class/acc_bilan.class.php:299 include/class/acc_bilan.class.php:311
#: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:396
+#: include/class/acc_bilan.class.php:299 include/class/acc_bilan.class.php:311
+#: include/class/acc_bilan.class.php:375 include/class/acc_bilan.class.php:396
msgid "Echec ouverture fichier "
msgstr ""
@@ -15982,6 +16177,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2178
#: include/class/acc_ledger.class.php:2179
#: include/class/acc_ledger.class.php:2188
+#: include/class/acc_ledger.class.php:2188
msgid "Ajout journal"
msgstr ""
@@ -15997,6 +16193,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2769
#: include/class/acc_ledger.class.php:2770
#: include/class/acc_ledger.class.php:2779
+#: include/class/acc_ledger.class.php:2779
msgid "Dans le dépôt"
msgstr ""
@@ -16187,6 +16384,8 @@ msgstr ""
#: include/class/pre_operation.class.php:326
#: include/class/pre_operation.class.php:316
#: include/class/pre_operation.class.php:327
+#: include/class/pre_operation.class.php:316
+#: include/class/pre_operation.class.php:327
msgid ":"
msgstr ""
@@ -16238,7 +16437,7 @@ msgstr ""
#: include/fiche.inc.php:290 include/fiche.inc.php:363
#: include/fiche.inc.php:366 include/fiche.inc.php:367
-#: include/fiche.inc.php:368
+#: include/fiche.inc.php:368 include/fiche.inc.php:375
msgid "Cette catégorie n'ayant pas de poste comptable n'a pas de balance"
msgstr ""
@@ -16411,6 +16610,7 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:274
#: include/template/ledger_detail_bottom.php:291
#: include/template/ledger_detail_bottom.php:292
+#: include/template/ledger_detail_bottom.php:292
msgid "Non utilisée"
msgstr ""
@@ -16432,6 +16632,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2327
#: include/class/acc_ledger.class.php:2328
#: include/class/acc_ledger.class.php:2337
+#: include/class/acc_ledger.class.php:2337
msgid "Choix du type de journal est obligatoire"
msgstr ""
@@ -16594,6 +16795,8 @@ msgstr ""
#: include/template/stock_inv.php:107 include/template/stock_inv.php:112
#: include/template/stock_inv.php:133 include/template/stock_inv.php:30
#: include/template/stock_inv.php:113 include/template/stock_inv.php:134
+#: include/template/stock_inv.php:30 include/template/stock_inv.php:113
+#: include/template/stock_inv.php:134
msgid "Reprise inventaire"
msgstr ""
@@ -16687,6 +16890,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2788
#: include/class/acc_ledger.class.php:2789
#: include/class/acc_ledger.class.php:2798
+#: include/class/acc_ledger.class.php:2798
msgid "Nouvelle opération"
msgstr ""
@@ -17038,7 +17242,7 @@ msgstr ""
#: include/lib/ac_common.php:959 include/lib/ac_common.php:970
#: include/lib/ac_common.php:971 include/lib/ac_common.php:972
#: include/lib/ac_common.php:984 include/lib/ac_common.php:986
-#: include/lib/ac_common.php:1002
+#: include/lib/ac_common.php:1002 include/lib/ac_common.php:1002
msgid ""
"Utilisateur n'a pas de profil, votre administrateur doit en configurer un "
"dans CFGSEC"
@@ -17141,7 +17345,8 @@ msgstr ""
#: include/category_card.inc.php:73 include/fiche.inc.php:70
#: include/category_card.inc.php:78 include/category_card.inc.php:80
-#: include/category_card.inc.php:80 include/fiche.inc.php:71
+#: include/fiche.inc.php:71 include/category_card.inc.php:80
+#: include/fiche.inc.php:71
msgid "Balance âgée"
msgstr ""
@@ -17226,8 +17431,8 @@ msgstr ""
#: include/compta_ach.inc.php:184 include/compta_ods.inc.php:114
#: include/compta_ven.inc.php:200 include/compta_ods.inc.php:115
#: include/compta_ven.inc.php:203 include/compta_ods.inc.php:116
-#: include/compta_ven.inc.php:208 include/compta_ven.inc.php:208
-#: include/compta_ods.inc.php:118
+#: include/compta_ven.inc.php:208 include/compta_ods.inc.php:118
+#: include/compta_ven.inc.php:208 include/compta_ods.inc.php:118
msgid "Extourné au "
msgstr ""
@@ -17236,8 +17441,8 @@ msgstr ""
#: include/compta_ods.inc.php:120 include/compta_ach.inc.php:192
#: include/compta_ven.inc.php:209 include/compta_ach.inc.php:197
#: include/compta_ods.inc.php:121 include/compta_ven.inc.php:214
-#: include/compta_ven.inc.php:214 include/compta_ods.inc.php:123
-#: include/compta_ach.inc.php:197
+#: include/compta_ods.inc.php:123 include/compta_ven.inc.php:214
+#: include/compta_ods.inc.php:123 include/compta_ach.inc.php:197
msgid "Opération non extournée"
msgstr ""
@@ -17246,8 +17451,8 @@ msgstr ""
#: include/compta_ods.inc.php:129 include/compta_ach.inc.php:200
#: include/compta_ven.inc.php:217 include/compta_ach.inc.php:205
#: include/compta_ods.inc.php:130 include/compta_ven.inc.php:222
-#: include/compta_ven.inc.php:222 include/compta_ods.inc.php:132
-#: include/compta_ach.inc.php:205
+#: include/compta_ods.inc.php:132 include/compta_ven.inc.php:222
+#: include/compta_ods.inc.php:132 include/compta_ach.inc.php:205
msgid "Date invalide, opération non extournée"
msgstr ""
@@ -17258,7 +17463,7 @@ msgstr ""
msgid "Ajout d'un dossier"
msgstr ""
-#: include/fiche.inc.php:71 include/fiche.inc.php:72
+#: include/fiche.inc.php:71 include/fiche.inc.php:72 include/fiche.inc.php:72
msgid "Balance âgée en-cours"
msgstr ""
@@ -17385,6 +17590,7 @@ msgstr ""
#: include/template/ledger_detail_bottom.php:329
#: include/template/ledger_detail_bottom.php:350
#: include/template/ledger_detail_bottom.php:351
+#: include/template/ledger_detail_bottom.php:351
msgid ""
"Extourner une opération vous permet de l'annuler par son écriture inverse"
msgstr ""
@@ -17618,6 +17824,7 @@ msgstr ""
#: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234
#: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379
#: include/class/fiche.class.php:1381 include/class/fiche.class.php:1395
+#: include/class/fiche.class.php:1396
msgid "n° de pièce / Code interne"
msgstr ""
@@ -17626,6 +17833,7 @@ msgstr ""
#: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238
#: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383
#: include/class/fiche.class.php:1385 include/class/fiche.class.php:1399
+#: include/class/fiche.class.php:1400
msgid "Débit/Crédit"
msgstr ""
@@ -17637,8 +17845,10 @@ msgstr ""
#: include/class/acc_account_ledger.class.php:475
#: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534
#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536
-#: include/fiche.inc.php:590 include/class/acc_account_ledger.class.php:475
-#: include/class/fiche.class.php:1421 include/class/fiche.class.php:1552
+#: include/fiche.inc.php:590 include/class/fiche.class.php:1421
+#: include/class/fiche.class.php:1552 include/fiche.inc.php:599
+#: include/class/acc_account_ledger.class.php:475
+#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553
msgid "solde débiteur"
msgstr ""
@@ -17650,8 +17860,9 @@ msgstr ""
#: include/class/acc_account_ledger.class.php:475
#: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534
#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536
-#: include/class/acc_account_ledger.class.php:475
#: include/class/fiche.class.php:1421 include/class/fiche.class.php:1552
+#: include/class/acc_account_ledger.class.php:475
+#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553
msgid "solde créditeur"
msgstr ""
@@ -17900,29 +18111,31 @@ msgstr ""
#: html/ajax_misc.php:179 html/ajax_misc.php:257 html/ajax_misc.php:262
#: html/ajax_misc.php:290 html/ajax_misc.php:382 html/ajax_misc.php:384
+#: html/ajax_misc.php:390 include/lib/message_javascript.php:90
msgid "Action non autorisée"
msgstr ""
#: html/ajax_misc.php:196 html/ajax_misc.php:274 html/ajax_misc.php:279
#: html/ajax_misc.php:307 html/ajax_misc.php:399 html/ajax_misc.php:401
+#: html/ajax_misc.php:407
msgid "Des actions dépendent de cette catégorie"
msgstr ""
#: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239
#: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295
-#: html/do.php:295
+#: html/do.php:264
msgid "Erreur menu"
msgstr ""
#: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252
#: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300
-#: html/do.php:310 html/do.php:310
+#: html/do.php:310 html/do.php:279
msgid "Accès menu impossible"
msgstr ""
#: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265
#: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319
-#: html/do.php:329 html/do.php:331
+#: html/do.php:329 html/do.php:331 html/do.php:300
msgid "Aucun profil utilisateur"
msgstr ""
@@ -17931,7 +18144,7 @@ msgstr ""
#: include/lib/ac_common.php:806 include/lib/ac_common.php:813
#: include/lib/ac_common.php:824 include/lib/ac_common.php:825
#: include/lib/ac_common.php:837 include/lib/ac_common.php:839
-#: include/lib/ac_common.php:855
+#: include/lib/ac_common.php:855 include/lib/ac_common.php:855
msgid ""
"Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur "
"le lien"
@@ -17942,7 +18155,7 @@ msgstr ""
#: include/lib/ac_common.php:810 include/lib/ac_common.php:817
#: include/lib/ac_common.php:828 include/lib/ac_common.php:829
#: include/lib/ac_common.php:841 include/lib/ac_common.php:843
-#: include/lib/ac_common.php:859
+#: include/lib/ac_common.php:859 include/lib/ac_common.php:859
msgid "Se reconnecter pour revenir ici"
msgstr ""
@@ -17951,7 +18164,7 @@ msgstr ""
#: include/lib/ac_common.php:816 include/lib/ac_common.php:823
#: include/lib/ac_common.php:834 include/lib/ac_common.php:835
#: include/lib/ac_common.php:847 include/lib/ac_common.php:849
-#: include/lib/ac_common.php:865
+#: include/lib/ac_common.php:865 include/lib/ac_common.php:865
msgid "Cliquez ici pour vous reconnecter dans une autre page"
msgstr ""
@@ -18036,6 +18249,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2109
#: include/class/acc_ledger.class.php:2110
#: include/class/acc_ledger.class.php:2119
+#: include/class/acc_ledger.class.php:2119
msgid "Journaux d'achat"
msgstr ""
@@ -18046,6 +18260,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2110
#: include/class/acc_ledger.class.php:2111
#: include/class/acc_ledger.class.php:2120
+#: include/class/acc_ledger.class.php:2120
msgid "Journaux Financier"
msgstr ""
@@ -18056,6 +18271,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:2111
#: include/class/acc_ledger.class.php:2112
#: include/class/acc_ledger.class.php:2121
+#: include/class/acc_ledger.class.php:2121
msgid "Journaux d'Opérations diverses"
msgstr ""
@@ -18247,7 +18463,8 @@ msgstr ""
#: include/cfgfiche.inc.php:143 include/profile.inc.php:355
#: include/cfgfiche.inc.php:158 include/profile.inc.php:336
-#: include/profile.inc.php:336 include/cfgfiche.inc.php:159
+#: include/cfgfiche.inc.php:159 include/profile.inc.php:336
+#: include/cfgfiche.inc.php:159
msgid "Doublon"
msgstr ""
@@ -18379,6 +18596,7 @@ msgstr ""
#: include/class_pre_operation.php:56 include/class/class_pre_operation.php:56
#: include/class/pre_operation.class.php:56
#: include/class/pre_operation.class.php:57
+#: include/class/pre_operation.class.php:57
msgid "Donnez un nom pour sauver cette opération comme modèle"
msgstr ""
@@ -18433,21 +18651,22 @@ msgstr ""
#: html/recherche.php:108 include/history_operation.inc.php:150
#: html/recherche.php:125 include/history_operation.inc.php:147
#: html/recherche.php:126 html/recherche.php:129
-#: include/history_operation.inc.php:167 html/recherche.php:129
-#: include/history_operation.inc.php:178
+#: include/history_operation.inc.php:167 include/history_operation.inc.php:178
+#: html/recherche.php:129 include/history_operation.inc.php:178
msgid "Export vers CSV"
msgstr ""
#: include/class_fiche.php:557 include/class/class_fiche.php:557
#: include/class/class_fiche.php:558 include/class/fiche.class.php:564
#: include/class/fiche.class.php:566 include/class/fiche.class.php:565
+#: include/class/fiche.class.php:565
msgid "id fiche"
msgstr ""
#: include/class_fiche.php:1022 include/class/class_fiche.php:1022
#: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027
#: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119
-#: include/class/fiche.class.php:1133
+#: include/class/fiche.class.php:1133 include/class/fiche.class.php:1134
msgid "Impossible cette fiche est utilisée dans un journal"
msgstr ""
@@ -18548,11 +18767,13 @@ msgstr ""
#: html/ajax_misc.php:571 html/ajax_misc.php:613 html/ajax_misc.php:408
#: html/ajax_misc.php:434 html/ajax_misc.php:546 html/ajax_misc.php:548
+#: html/ajax_misc.php:554
msgid "Ce plugin n'existe pas "
msgstr ""
#: html/ajax_misc.php:572 html/ajax_misc.php:614 html/ajax_misc.php:409
#: html/ajax_misc.php:435 html/ajax_misc.php:547 html/ajax_misc.php:549
+#: html/ajax_misc.php:555
msgid "Il y a une erreur, ce plugin n'existe pas"
msgstr ""
@@ -18841,7 +19062,7 @@ msgstr ""
#: html/install.php:456 html/install.php:462 html/install.php:454
#: html/install.php:460 html/install.php:424 html/install.php:399
#: html/install.php:405 html/install.php:408 scenario/180209.php:18
-#: html/install.php:408 scenario/180209.php:18
+#: html/install.php:408
msgid "Version base de données :"
msgstr ""
@@ -19654,7 +19875,7 @@ msgstr ""
#: include/upgrade-core.php:23 include/upgrade.inc.php:27
#: include/upgrade-plugin.php:25 include/upgrade-template.php:25
#: include/ajax/ajax_remove_submenu.php:27
-#: include/ajax/ajax_user_security.php:39 html/ajax_misc.php:80
+#: include/ajax/ajax_user_security.php:39 html/ajax_misc.php:86
#: include/upgrade.inc.php:27 include/admin_repo.inc.php:24
#: include/admin_repo.inc.php:25 include/export/export_document.php:26
#: include/export/export_receipt.php:24 include/backup.inc.php:22
@@ -19922,7 +20143,10 @@ msgstr ""
#: include/ajax/ajax_navigator.php:46 include/class/acc_ledger.class.php:2175
#: include/class/fiche.class.php:2221 html/user_login.php:181
#: include/class/acc_ledger.class.php:2176 include/class/fiche.class.php:2223
-#: html/user_login.php:181 html/ajax_misc.php:456 include/user.inc.php:138
+#: html/ajax_misc.php:456 include/class/pre_operation.class.php:289
+#: include/class/acc_ledger.class.php:2185
+#: include/class/anc_listing.class.php:76 include/class/fiche.class.php:2246
+#: html/user_login.php:158 html/ajax_misc.php:462 include/user.inc.php:138
#: include/template/todo_list_list_user.php:31
#: include/template/anc_key_display_list.php:28
#: include/template/tag_search_select.php:12 include/template/tag_select.php:16
@@ -19933,7 +20157,7 @@ msgstr ""
#: include/compta_fin_rec.inc.php:226 include/report.inc.php:142
#: include/balance.inc.php:302 include/class/pre_operation.class.php:289
#: include/class/acc_ledger.class.php:2185
-#: include/class/anc_listing.class.php:76 include/class/fiche.class.php:2246
+#: include/class/anc_listing.class.php:76 include/class/fiche.class.php:2247
#: include/lib/manage_table_sql.class.php:631
#, php-format
msgid "Cherche"
@@ -19977,7 +20201,7 @@ msgstr ""
#: include/ext/importbank/include/template/show_transfer.php:177
#: include/ext/importbank/include/template/show_transfer.php:176
#: include/ext/importbank/include/template/show_field.php:48
-#: include/ajax/ajax_preference.php:181 include/ajax/ajax_preference.php:181
+#: include/ajax/ajax_preference.php:181 include/ajax/ajax_preference.php:192
msgid "Séparateur de champs"
msgstr ""
@@ -20591,8 +20815,8 @@ msgstr ""
msgid "credit"
msgstr ""
-#: include/export/export_fiche_balance_csv.php:57
#: include/export/export_fiche_balance_csv.php:57 include/fiche.inc.php:587
+#: include/export/export_fiche_balance_csv.php:57 include/fiche.inc.php:596
msgid "solde"
msgstr ""
@@ -20615,7 +20839,7 @@ msgstr ""
#: include/export/export_histo_csv.php:40
#: include/export/export_histo_csv.php:41
#: include/class/print_ledger_misc.class.php:44 include/compta_ods.inc.php:96
-#: include/export/export_histo_csv.php:41
+#: include/compta_ods.inc.php:96 include/export/export_histo_csv.php:41
#: include/class/print_ledger_misc.class.php:44
msgid "Piece"
msgstr ""
@@ -20640,7 +20864,7 @@ msgstr ""
#: include/class/acc_ledger_history_purchase.class.php:239
#: include/class/acc_ledger_history_sale.class.php:233
#: include/export/export_ledger_csv.php:46
-#: include/class/acc_ledger_history_generic.class.php:758
+#: include/class/acc_ledger_history_generic.class.php:759
#: include/class/acc_ledger_history_purchase.class.php:239
#: include/class/acc_reconciliation.class.php:487
#: include/class/acc_reconciliation.class.php:511
@@ -20664,7 +20888,7 @@ msgstr ""
#: include/class/acc_ledger_history_purchase.class.php:250
#: include/class/acc_ledger_history_sale.class.php:244
#: include/export/export_ledger_csv.php:208
-#: include/class/acc_ledger_history_generic.class.php:763
+#: include/class/acc_ledger_history_generic.class.php:764
#: include/class/acc_ledger_history_purchase.class.php:250
#: include/class/acc_ledger_history_sale.class.php:244
msgid "operation"
@@ -20679,7 +20903,7 @@ msgstr ""
#: include/class/acc_ledger_history_generic.class.php:764
#: include/export/export_ledger_csv.php:210
#: include/export/export_ledger_csv.php:210
-#: include/class/acc_ledger_history_generic.class.php:764
+#: include/class/acc_ledger_history_generic.class.php:765
msgid "N° Pièce"
msgstr ""
@@ -20701,7 +20925,7 @@ msgstr ""
#: include/class/acc_ledger_history_generic.class.php:681
#: include/export/export_ledger_csv.php:214
#: include/export/export_ledger_csv.php:214
-#: include/class/acc_ledger_history_generic.class.php:681
+#: include/class/acc_ledger_history_generic.class.php:682
#: include/class/acc_reconciliation.class.php:484
msgid "internal"
msgstr ""
@@ -21003,12 +21227,12 @@ msgid "Dépendant"
msgstr ""
#: include/template/param_jrn.php:136 include/template/param_jrn.php:143
-#: include/template/param_jrn.php:143
+#: include/template/param_jrn.php:145
msgid "Services, fournitures ou biens achetés (D)"
msgstr ""
#: include/template/param_jrn.php:139 include/template/param_jrn.php:146
-#: include/template/param_jrn.php:146
+#: include/template/param_jrn.php:148
msgid "Fournisseurs (C)"
msgstr ""
@@ -21021,7 +21245,7 @@ msgid "Services, fournitures ou biens vendus (D)"
msgstr ""
#: include/template/param_jrn.php:251 include/template/param_jrn.php:258
-#: include/template/param_jrn.php:258
+#: include/template/param_jrn.php:260
msgid "Fiches utilisables (D/C)"
msgstr ""
@@ -21157,6 +21381,8 @@ msgstr ""
#: include/class/acc_ledger_fin.class.php:924
#: include/class/acc_ledger_fin.class.php:915
#: include/class/acc_ledger_fin.class.php:936
+#: include/class/acc_ledger_fin.class.php:915
+#: include/class/acc_ledger_fin.class.php:936
msgid "Attention , erreur Acc_Ledger_Fin::insert , coche paiement"
msgstr ""
@@ -21187,7 +21413,7 @@ msgstr ""
#: include/class/class_document_export.php:283
#: include/class/document_export.class.php:283
#: include/class/document_export.class.php:293
-#: include/class/document_export.class.php:293
+#: include/class/document_export.class.php:294
msgid "PS2PDF non installé"
msgstr ""
@@ -21196,7 +21422,7 @@ msgstr ""
#: include/class/class_document_export.php:284
#: include/class/document_export.class.php:284
#: include/class/document_export.class.php:294
-#: include/class/document_export.class.php:294
+#: include/class/document_export.class.php:295
msgid "PDF2PS non installé"
msgstr ""
@@ -21531,6 +21757,7 @@ msgstr ""
#: include/balance.inc.php:439 include/export/export_balance_pdf.php:294
#: include/balance.inc.php:440 include/export/export_balance_pdf.php:309
#: include/balance.inc.php:458 include/export/export_balance_pdf.php:334
+#: include/export/export_balance_pdf.php:329
#: include/export/export_balance_pdf.php:329 include/balance.inc.php:458
msgid "Résumé Exercice précédent"
msgstr ""
@@ -21538,6 +21765,7 @@ msgstr ""
#: include/balance.inc.php:446 include/export/export_balance_pdf.php:301
#: include/balance.inc.php:447 include/export/export_balance_pdf.php:316
#: include/balance.inc.php:465 include/export/export_balance_pdf.php:341
+#: include/export/export_balance_pdf.php:336
#: include/export/export_balance_pdf.php:336 include/balance.inc.php:465
msgid "Résumé Exercice courant"
msgstr ""
@@ -21560,6 +21788,7 @@ msgstr ""
#: include/lib/ac_common.php:567 include/lib/ac_common.php:568
#: include/lib/ac_common.php:570 include/lib/ac_common.php:586
+#: include/lib/ac_common.php:586
msgid "paramètre invalide"
msgstr ""
@@ -21572,6 +21801,7 @@ msgstr ""
#: include/lib/manage_table_sql.class.php:1005
#: include/lib/manage_table_sql.class.php:1025
#: include/lib/manage_table_sql.class.php:1022
+#: include/lib/manage_table_sql.class.php:1022
msgid "OK"
msgstr ""
@@ -21580,6 +21810,7 @@ msgstr ""
#: include/lib/manage_table_sql.class.php:1008
#: include/lib/manage_table_sql.class.php:1028
#: include/lib/manage_table_sql.class.php:1025
+#: include/lib/manage_table_sql.class.php:1025
msgid "Cancel"
msgstr ""
@@ -21632,13 +21863,14 @@ msgstr ""
#: include/class/acc_ledger.class.php:2825
#: include/class/acc_ledger.class.php:2826
#: include/class/acc_ledger.class.php:2835
+#: include/class/acc_ledger.class.php:2835
msgid "Opération identique"
msgstr ""
#: include/class/class_document_export.php:247
#: include/class/document_export.class.php:247
#: include/class/document_export.class.php:254
-#: include/class/document_export.class.php:254
+#: include/class/document_export.class.php:255
msgid "Echec Ajout detail "
msgstr ""
@@ -21781,7 +22013,7 @@ msgid "Commentaire vide"
msgstr ""
#: include/anc_pa.inc.php:130 include/anc_pa.inc.php:132
-#: include/anc_pa.inc.php:125
+#: include/anc_pa.inc.php:125 include/anc_pa.inc.php:125
msgid "Efface ce plan"
msgstr ""
@@ -21847,7 +22079,7 @@ msgid "Avec Détails opérations "
msgstr ""
#: include/opening.inc.php:84 include/compta_ods.inc.php:96
-#: include/opening.inc.php:84
+#: include/compta_ods.inc.php:96 include/opening.inc.php:84
msgid "Opération enregistrée"
msgstr ""
@@ -21888,6 +22120,7 @@ msgid "Ecriture d'ouverture %d"
msgstr ""
#: include/operation_ods_new.inc.php:43 include/operation_ods_new.inc.php:44
+#: include/operation_ods_new.inc.php:44
msgid ""
"Vous ne pouvez pas écrire dans ce journal, contactez votre administrateur"
msgstr ""
@@ -21956,12 +22189,12 @@ msgid "delta"
msgstr ""
#: include/template/param_jrn.php:194 include/template/param_jrn.php:201
-#: include/template/param_jrn.php:201
+#: include/template/param_jrn.php:203
msgid "Clients (D)"
msgstr ""
#: include/template/param_jrn.php:197 include/template/param_jrn.php:204
-#: include/template/param_jrn.php:204
+#: include/template/param_jrn.php:206
msgid "Services, fournitures ou biens vendus (C)"
msgstr ""
@@ -21970,12 +22203,12 @@ msgid "Nouveau format"
msgstr ""
#: include/lib/http_input.class.php:78 include/lib/http_input.class.php:85
-#: include/lib/http_input.class.php:87
+#: include/lib/http_input.class.php:87 include/lib/http_input.class.php:87
msgid "Unknown type"
msgstr ""
#: include/lib/icard.class.php:222 include/lib/icard.class.php:223
-#: include/lib/icard.class.php:223
+#: include/lib/icard.class.php:224
msgid "Le nom d une icard doit être donne"
msgstr ""
@@ -21984,10 +22217,12 @@ msgid "Faites un choix"
msgstr ""
#: include/lib/inplace_edit.class.php:79 include/lib/inplace_edit.class.php:78
+#: include/lib/inplace_edit.class.php:78
msgid "ok"
msgstr ""
#: include/lib/inplace_edit.class.php:80 include/lib/inplace_edit.class.php:79
+#: include/lib/inplace_edit.class.php:79
msgid "cancel"
msgstr ""
@@ -22003,7 +22238,7 @@ msgstr ""
#: include/ajax/ajax_anc_plan.php:56 include/class/anc_plan.class.php:126
#: include/ajax/ajax_anc_plan.php:59 include/ajax/ajax_anc_plan.php:60
-#: include/class/anc_plan.class.php:126
+#: include/ajax/ajax_anc_plan.php:60 include/class/anc_plan.class.php:126
msgid "Aucune description"
msgstr ""
@@ -22025,6 +22260,7 @@ msgstr ""
#: include/export/export_balance_pdf.php:123
#: include/export/export_balance_pdf.php:127
#: include/export/export_balance_pdf.php:124
+#: include/export/export_balance_pdf.php:124
msgid "Balance comptable"
msgstr ""
@@ -22176,6 +22412,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:797
#: include/class/acc_ledger.class.php:798
#: include/class/acc_ledger.class.php:803
+#: include/class/acc_ledger.class.php:803
msgid "Modèle d'opération"
msgstr ""
@@ -22183,6 +22420,7 @@ msgstr ""
#: include/class/acc_ledger.class.php:980
#: include/class/acc_ledger.class.php:981
#: include/class/acc_ledger.class.php:986
+#: include/class/acc_ledger.class.php:986
#, php-format
msgid "Réconciliation/rapprochements : %s"
msgstr ""
@@ -22194,6 +22432,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:259
#: include/class/acc_ledger_search.class.php:246
#: include/class/acc_ledger_search.class.php:248
+#: include/class/acc_ledger_search.class.php:248
msgid "Nom du filtre"
msgstr ""
@@ -22201,6 +22440,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:1070
#: include/class/acc_ledger_search.class.php:1078
#: include/class/acc_ledger_search.class.php:1091
+#: include/class/acc_ledger_search.class.php:1091
msgid "Inverser sel"
msgstr ""
@@ -22208,6 +22448,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:1072
#: include/class/acc_ledger_search.class.php:1080
#: include/class/acc_ledger_search.class.php:1093
+#: include/class/acc_ledger_search.class.php:1093
msgid "Effacer sel"
msgstr ""
@@ -22215,6 +22456,7 @@ msgstr ""
#: include/class/acc_ledger_search.class.php:1080
#: include/class/acc_ledger_search.class.php:1088
#: include/class/acc_ledger_search.class.php:1101
+#: include/class/acc_ledger_search.class.php:1101
msgid "Op.Diverses"
msgstr ""
@@ -22288,12 +22530,14 @@ msgstr ""
#: include/class/acc_plan_mtable.class.php:127
#: include/class/acc_plan_mtable.class.php:139
#: include/class/acc_plan_mtable.class.php:163
+#: include/class/acc_plan_mtable.class.php:163
msgid "Poste comptable est unique"
msgstr ""
#: include/class/acc_plan_mtable.class.php:130
#: include/class/acc_plan_mtable.class.php:142
#: include/class/acc_plan_mtable.class.php:166
+#: include/class/acc_plan_mtable.class.php:166
msgid "Poste comptable ne peut être vide"
msgstr ""
@@ -22309,18 +22553,24 @@ msgstr ""
#: include/class/fiche.class.php:818 include/class/fiche.class.php:848
#: include/class/fiche.class.php:849 include/class/fiche.class.php:995
#: include/class/fiche.class.php:996 include/class/fiche.class.php:1036
+#: include/class/acc_plan_mtable.class.php:170
+#: include/class/fiche.class.php:819 include/class/fiche.class.php:849
+#: include/class/fiche.class.php:850 include/class/fiche.class.php:996
+#: include/class/fiche.class.php:997 include/class/fiche.class.php:1037
msgid "Poste comptable trop long"
msgstr ""
#: include/class/acc_plan_mtable.class.php:137
#: include/class/acc_plan_mtable.class.php:149
#: include/class/acc_plan_mtable.class.php:173
+#: include/class/acc_plan_mtable.class.php:173
msgid "Poste comptable dépendant ne peut pas être vide"
msgstr ""
#: include/class/acc_plan_mtable.class.php:145
#: include/class/acc_plan_mtable.class.php:157
#: include/class/acc_plan_mtable.class.php:181
+#: include/class/acc_plan_mtable.class.php:181
msgid "Compte parent n'existe pas"
msgstr ""
@@ -22331,13 +22581,13 @@ msgstr ""
#: include/class/anc_balance_double.class.php:351
#: include/class/anc_balance_double.class.php:352
-#: include/class/anc_balance_double.class.php:352
+#: include/class/anc_balance_double.class.php:354
msgid "Entre le poste "
msgstr ""
#: include/class/anc_balance_double.class.php:356
#: include/class/anc_balance_double.class.php:357
-#: include/class/anc_balance_double.class.php:357
+#: include/class/anc_balance_double.class.php:359
msgid " et le poste "
msgstr ""
@@ -22345,6 +22595,7 @@ msgstr ""
#: include/class/anc_operation.class.php:272
#: include/class/anc_operation.class.php:273
#: include/class/anc_operation.class.php:274
+#: include/class/anc_operation.class.php:274
msgid "Pas d'enregistrement trouvé"
msgstr ""
@@ -22358,29 +22609,30 @@ msgid "Export en CSV"
msgstr ""
#: include/class/fiche.class.php:838 include/class/fiche.class.php:840
-#: include/class/fiche.class.php:843
+#: include/class/fiche.class.php:843 include/class/fiche.class.php:844
msgid "Désolé, il y a trop de virgule dans le poste comptable "
msgstr ""
#: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049
-#: include/class/fiche.class.php:1063
+#: include/class/fiche.class.php:1063 include/class/fiche.class.php:1064
msgid "opération annulée"
msgstr ""
#: include/class/pre_operation.class.php:285
#: include/class/pre_operation.class.php:286
+#: include/class/pre_operation.class.php:286
msgid "Vous n'avez encore sauvé aucun modèle"
msgstr ""
-#: html/ajax_misc.php:288 html/ajax_misc.php:290
+#: html/ajax_misc.php:288 html/ajax_misc.php:290 html/ajax_misc.php:296
msgid "Invalide type"
msgstr ""
-#: html/ajax_misc.php:452 html/ajax_misc.php:454
+#: html/ajax_misc.php:452 html/ajax_misc.php:454 html/ajax_misc.php:460
msgid "Choisissez la TVA"
msgstr ""
-#: html/do.php:193 html/do.php:203 html/do.php:203
+#: html/do.php:193 html/do.php:203 html/do.php:172
msgid "cliquez ici pour mettre à jour "
msgstr ""
@@ -22443,6 +22695,7 @@ msgstr ""
#: include/balance.inc.php:314 include/export/export_balance_pdf.php:135
#: include/class/acc_operation.class.php:727
+#: include/export/export_balance_pdf.php:132
#: include/export/export_balance_pdf.php:132 include/balance.inc.php:314
#: include/class/acc_operation.class.php:727
msgid "Ouverture"
@@ -22644,7 +22897,7 @@ msgstr ""
msgid "Date création"
msgstr ""
-#: include/template/param_jrn.php:125 include/template/param_jrn.php:125
+#: include/template/param_jrn.php:125 include/template/param_jrn.php:127
msgid "Journal actif"
msgstr ""
@@ -22779,7 +23032,7 @@ msgid ""
msgstr ""
#: include/lib/ac_common.php:811 include/lib/ac_common.php:813
-#: include/lib/ac_common.php:829
+#: include/lib/ac_common.php:829 include/lib/ac_common.php:829
msgid "Format Invalide"
msgstr ""
@@ -22840,36 +23093,36 @@ msgstr ""
msgid "Invalid command"
msgstr ""
-#: include/ajax/ajax_preference.php:169 include/ajax/ajax_preference.php:169
+#: include/ajax/ajax_preference.php:169 include/ajax/ajax_preference.php:180
msgid "Format Export CSV"
msgstr ""
-#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:174
+#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:185
msgid "N'utilisez pas le même séparateur pour les champs et les décimales"
msgstr ""
-#: include/ajax/ajax_preference.php:187 include/ajax/ajax_preference.php:187
+#: include/ajax/ajax_preference.php:187 include/ajax/ajax_preference.php:198
msgid "Point-virgule"
msgstr ""
#: include/ajax/ajax_preference.php:188 include/ajax/ajax_preference.php:204
-#: include/ajax/ajax_preference.php:188 include/ajax/ajax_preference.php:204
+#: include/ajax/ajax_preference.php:199 include/ajax/ajax_preference.php:215
msgid "virgule"
msgstr ""
-#: include/ajax/ajax_preference.php:197 include/ajax/ajax_preference.php:197
+#: include/ajax/ajax_preference.php:197 include/ajax/ajax_preference.php:208
msgid "Séparateur Décimale"
msgstr ""
-#: include/ajax/ajax_preference.php:203 include/ajax/ajax_preference.php:203
+#: include/ajax/ajax_preference.php:203 include/ajax/ajax_preference.php:214
msgid "point"
msgstr ""
-#: include/ajax/ajax_preference.php:219 include/ajax/ajax_preference.php:219
+#: include/ajax/ajax_preference.php:219 include/ajax/ajax_preference.php:230
msgid "utf8"
msgstr ""
-#: include/ajax/ajax_preference.php:220 include/ajax/ajax_preference.php:220
+#: include/ajax/ajax_preference.php:220 include/ajax/ajax_preference.php:231
msgid "latin1"
msgstr ""
@@ -22904,11 +23157,13 @@ msgstr ""
#: include/export/export_balance_pdf.php:136
#: include/export/export_balance_pdf.php:133
+#: include/export/export_balance_pdf.php:133
msgid "Total Débit"
msgstr ""
#: include/export/export_balance_pdf.php:137
#: include/export/export_balance_pdf.php:134
+#: include/export/export_balance_pdf.php:134
msgid "Total Crédit"
msgstr ""
@@ -22923,18 +23178,21 @@ msgstr ""
#: include/class/acc_ledger.class.php:2273
#: include/class/acc_ledger.class.php:2274
#: include/class/acc_ledger.class.php:2283
+#: include/class/acc_ledger.class.php:2283
msgid "Activé"
msgstr ""
#: include/class/acc_ledger.class.php:2274
#: include/class/acc_ledger.class.php:2275
#: include/class/acc_ledger.class.php:2284
+#: include/class/acc_ledger.class.php:2284
msgid "Désactivé"
msgstr ""
#: include/class/acc_ledger.class.php:2870
#: include/class/acc_ledger.class.php:2871
#: include/class/acc_ledger.class.php:2880
+#: include/class/acc_ledger.class.php:2880
msgid "Journal incorrect"
msgstr ""
@@ -22951,17 +23209,17 @@ msgid "invalid parameter"
msgstr ""
#: include/class/acc_ledger_history_generic.class.php:667
-#: include/class/acc_ledger_history_generic.class.php:667
+#: include/class/acc_ledger_history_generic.class.php:668
msgid "solde débiteur:"
msgstr ""
#: include/class/acc_ledger_history_generic.class.php:668
-#: include/class/acc_ledger_history_generic.class.php:668
+#: include/class/acc_ledger_history_generic.class.php:669
msgid "solde créditeur:"
msgstr ""
#: include/class/acc_ledger_history_generic.class.php:684
-#: include/class/acc_ledger_history_generic.class.php:684
+#: include/class/acc_ledger_history_generic.class.php:685
msgid "Total opération"
msgstr ""
@@ -23344,7 +23602,7 @@ msgid " "
msgstr ""
#: include/history_operation.inc.php:103 include/history_operation.inc.php:97
-#: include/history_operation.inc.php:103
+#: include/history_operation.inc.php:97 include/history_operation.inc.php:103
#, php-format
msgid "Période %s au %s "
msgstr ""
@@ -23356,13 +23614,13 @@ msgstr ""
msgid "Désolé , impossible de se connecter au serveur %s"
msgstr ""
-#: include/template/param_jrn.php:61 include/template/param_jrn.php:61
+#: include/template/param_jrn.php:61 include/template/param_jrn.php:68
msgid ""
"Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque "
"utilisée"
msgstr ""
-#: include/template/param_jrn.php:68 include/template/param_jrn.php:68
+#: include/template/param_jrn.php:68 include/template/param_jrn.php:75
msgid "Minimum de lignes à afficher"
msgstr ""
@@ -23434,6 +23692,7 @@ msgid "Only VEN Extended"
msgstr ""
#: scenario/inplace_edit.test.php:32 scenario/inplace_edit.test.php:33
+#: scenario/inplace_edit.test.php:33
msgid "Test Inplace_Edit"
msgstr ""
@@ -23441,11 +23700,11 @@ msgstr ""
msgid "Titre 1"
msgstr ""
-#: scenario/html_tab.test.php:35 scenario/html_tab.test.php:35
+#: scenario/html_tab.test.php:35 scenario/html_tab.test.php:39
msgid "Titre 2"
msgstr ""
-#: scenario/html_tab.test.php:49 scenario/html_tab.test.php:49
+#: scenario/html_tab.test.php:49 scenario/html_tab.test.php:53
msgid "Titre 3"
msgstr ""
@@ -23462,20 +23721,22 @@ msgid "Impossible d'effacer : ce poste est utilisé"
msgstr ""
#: include/export/export_balance_pdf.php:109
+#: include/export/export_balance_pdf.php:109
#, php-format
msgid "Du %s au %s"
msgstr ""
-#: include/operation_ods_new.inc.php:94
+#: include/operation_ods_new.inc.php:94 include/operation_ods_new.inc.php:94
#, php-format
msgid "Opération rapprochée : %s"
msgstr ""
-#: include/fiche.inc.php:592
+#: include/fiche.inc.php:592 include/fiche.inc.php:601
msgid "solde crediteur"
msgstr ""
#: include/class/acc_ledger.class.php:1079
+#: include/class/acc_ledger.class.php:1079
#, php-format
msgid ""
"Vous utilisez le mode strict la dernière operation est la date du %s\n"
@@ -23483,57 +23744,158 @@ msgid ""
msgstr ""
#: include/class/acc_ledger.class.php:1124
+#: include/class/acc_ledger.class.php:1124
#, php-format
msgid "Le poste %s n'est pas dans ce journal"
msgstr ""
#: include/class/acc_ledger.class.php:1136
+#: include/class/acc_ledger.class.php:1136
#, php-format
msgid " Le poste %s appartient à fiche(s) dont : %s"
msgstr ""
#: include/class/acc_ledger.class.php:1150
+#: include/class/acc_ledger.class.php:1150
#, php-format
msgid "Utilisation directe interdite du poste comptable %s"
msgstr ""
-#: include/class/document.class.php:1293
+#: include/class/document.class.php:1293 include/class/document.class.php:1293
#, php-format
msgid "chaine à remplacer [%s] contient un caractère interdit"
msgstr ""
#: include/class/acc_ledger_fin.class.php:535
+#: include/class/acc_ledger_fin.class.php:535
msgid "Numéro d'extrait"
msgstr ""
#: include/class/acc_ledger_fin.class.php:536
+#: include/class/acc_ledger_fin.class.php:536
msgid "Solde début extrait"
msgstr ""
#: include/class/acc_ledger_fin.class.php:538
+#: include/class/acc_ledger_fin.class.php:538
msgid "Solde fin extrait"
msgstr ""
#: include/class/acc_ledger_fin.class.php:636
+#: include/class/acc_ledger_fin.class.php:636
msgid "Ancien solde"
msgstr ""
#: include/class/acc_ledger_fin.class.php:641
+#: include/class/acc_ledger_fin.class.php:641
msgid "Nouveau solde"
msgstr ""
#: include/class/acc_ledger_fin.class.php:652
+#: include/class/acc_ledger_fin.class.php:652
msgid "Ajoutez une pièce justificative"
msgstr ""
#: include/class/acc_plan_mtable.class.php:196
+#: include/class/acc_plan_mtable.class.php:196
msgid "Toutes les fiches"
msgstr ""
-#: include/class/anc_print.class.php:163
+#: include/class/anc_print.class.php:163 include/class/anc_print.class.php:163
msgid "Plan Analytique "
msgstr ""
-#: include/lib/ac_common.php:1129
+#: include/lib/ac_common.php:1129 include/lib/ac_common.php:1129
msgid "Fichier non trouvé"
msgstr ""
+
+#: include/ajax/ajax_preference.php:72
+msgid "Après validation, recharger si vous changez la langue"
+msgstr ""
+
+#: include/class/anc_balance_double.class.php:51
+msgid "Pas de croisement avec un seul plan"
+msgstr ""
+
+#: include/class/anc_balance_double.class.php:97
+#: include/class/anc_balance_double.class.php:98
+msgid "Poste Analytique"
+msgstr ""
+
+#: include/lib/message_javascript.php:77
+msgid "Un instant svp"
+msgstr ""
+
+#: include/lib/message_javascript.php:79
+msgid "Echec "
+msgstr ""
+
+#: include/lib/message_javascript.php:80
+msgid "Echec donnée manquante ou incorrecte"
+msgstr ""
+
+#: include/lib/message_javascript.php:81
+msgid "Vous confirmez effacement ?"
+msgstr ""
+
+#: include/lib/message_javascript.php:82
+msgid "Vous confirmez mise à jour ?"
+msgstr ""
+
+#: include/lib/message_javascript.php:83
+msgid "Si vous changez de page vous perdez les reconciliations, continuez ?"
+msgstr ""
+
+#: include/lib/message_javascript.php:84
+msgid "Echec réponse"
+msgstr ""
+
+#: include/lib/message_javascript.php:85
+msgid "Désolé, les montants pour la comptabilité analytique sont incorrects"
+msgstr ""
+
+#: include/lib/message_javascript.php:86
+msgid "Maximum 15 lignes"
+msgstr ""
+
+#: include/lib/message_javascript.php:87
+msgid "Maximum"
+msgstr ""
+
+#: include/lib/message_javascript.php:88
+msgid "calculé"
+msgstr ""
+
+#: include/lib/message_javascript.php:89
+msgid "Balance incorrecte D/C"
+msgstr ""
+
+#: include/lib/message_javascript.php:91
+msgid "Donnée manquante ou déjà supprimée"
+msgstr ""
+
+#: include/lib/message_javascript.php:92
+msgid "Désolé, événement en cours de création à sauver"
+msgstr ""
+
+#: include/lib/message_javascript.php:93
+msgid "Cacher"
+msgstr ""
+
+#: include/lib/message_javascript.php:95
+msgid "Traitement en cours"
+msgstr ""
+
+#: include/lib/message_javascript.php:96
+msgid "Un instant"
+msgstr ""
+
+#: include/lib/message_javascript.php:98
+msgid "Taper une formule (ex 20*5.1) puis enter"
+msgstr ""
+
+#: include/lib/message_javascript.php:99
+msgid ""
+"Calculatrice simplifiée: écrivez simplement les opérations que vous voulez "
+"puis la touche retour. exemple : 1+2+3*(1/5)"
+msgstr ""
diff --git a/html/lang/nl_NL/LC_MESSAGES/messages.po
b/html/lang/nl_NL/LC_MESSAGES/messages.po
index 05c17a4..a83a0b4 100644
--- a/html/lang/nl_NL/LC_MESSAGES/messages.po
+++ b/html/lang/nl_NL/LC_MESSAGES/messages.po
@@ -3,22 +3,22 @@
# This file is distributed under the same license as the NOALYSS package.
#
# dany <address@hidden>, 2014.
-# Dany De Bontridder <address@hidden>, 2015, 2018.
+# Dany De Bontridder <address@hidden>, 2015, 2018, 2019.
msgid ""
msgstr ""
"Project-Id-Version: NOALYSS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-02-04 16:40+0100\n"
-"PO-Revision-Date: 2018-07-21 14:01+0200\n"
-"Last-Translator: dany\n"
-"Language-Team: American English <address@hidden>\n"
+"POT-Creation-Date: 2019-07-31 00:04+0200\n"
+"PO-Revision-Date: 2019-07-31 13:23+0100\n"
+"Last-Translator: dany <address@hidden>\n"
+"Language-Team: English <address@hidden>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"com>\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
#: include/database.item.php:124
msgid " "
@@ -373,6 +373,7 @@ msgstr "en de activiteit"
#: include/class/anc_balance_double.class.php:356
#: include/class/anc_balance_double.class.php:357
+#: include/class/anc_balance_double.class.php:359
#, fuzzy
msgid " et le poste "
msgstr "Vanuit de post"
@@ -416,6 +417,7 @@ msgstr "de begrotingspost ["
#: include/class/class_document_export.php:225
#: include/class/document_export.class.php:225
#: include/class/document_export.class.php:231
+#: include/class/document_export.class.php:232
msgid " ne peut pas convertir en PDF"
msgstr "Kan niet worden omgezet in PDF"
@@ -799,7 +801,7 @@ msgstr "Kranten"
#: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252
#: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300
-#: html/do.php:310
+#: html/do.php:310 html/do.php:279
msgid "Accès menu impossible"
msgstr ""
@@ -944,6 +946,7 @@ msgstr "Actie is ontoegankelijk"
# Je suppose que Action = ce qu'il a fait et pas le terme de comptabilité =
Aandelen
#: html/ajax_misc.php:179 html/ajax_misc.php:257 html/ajax_misc.php:262
#: html/ajax_misc.php:290 html/ajax_misc.php:382 html/ajax_misc.php:384
+#: html/ajax_misc.php:390 include/lib/message_javascript.php:90
#, fuzzy
msgid "Action non autorisée"
msgstr "Bewerking Opgeslagen"
@@ -1051,6 +1054,7 @@ msgstr "Beheerder"
#: include/admin_repo.inc.php:63 include/database.item.php:130
#: html/user_login.php:160 include/admin_repo.inc.php:65
#: include/database.item.php:124 html/user_login.php:166
+#: html/user_login.php:143
msgid "Administration"
msgstr "Administratie"
@@ -1070,6 +1074,7 @@ msgstr "Globale Administratie"
#: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604
#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761
#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1781
+#: include/class/fiche.class.php:1782
msgid "Adresse"
msgstr "Adres"
@@ -1118,6 +1123,7 @@ msgstr "Toon ook de gesloten acties"
#: include/ext/tva/class_ext_tvagen.php:114
#: include/ext/tva/ext_list_assujetti.class.php:54
#: include/ext/tva/ext_tvagen.class.php:114
+#: include/lib/message_javascript.php:94
msgid "Afficher"
msgstr "Weergeven"
@@ -1677,7 +1683,7 @@ msgstr "Niet gesoldeerd balans"
#: include/ajax_preference.php:166 include/ajax_preference.php:167
#: html/test_class.php:220 include/ajax_preference.php:174
#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253
-#: dev/test/test_class.php:216
+#: dev/test/test_class.php:216 include/ajax/ajax_preference.php:264
msgid "Anglais"
msgstr "Engels"
@@ -1820,6 +1826,10 @@ msgstr "Analytisch"
msgid "Après le "
msgstr "Na"
+#: include/ajax/ajax_preference.php:72
+msgid "Après validation, recharger si vous changez la langue"
+msgstr ""
+
#: include/profile.inc.php:150
#, fuzzy
msgid "Argument"
@@ -1983,7 +1993,7 @@ msgstr "Let op: Verschil tussen BTW en berekende gegevens"
#: include/ajax_preference.php:102 include/ajax_preference.php:103
#: include/ajax_preference.php:110 include/ajax/ajax_preference.php:110
-#: include/ajax/ajax_preference.php:115
+#: include/ajax/ajax_preference.php:115 include/ajax/ajax_preference.php:126
msgid ""
"Attention cette période est fermée, vous ne pourrez rien modifier dans le "
"module comptable"
@@ -2082,7 +2092,7 @@ msgstr "Opgelet, niet de betekenis van deze post
veranderen"
#: html/do.php:104 html/do.php:103 html/do.php:98 html/do.php:100
#: html/do.php:128 html/do.php:141 html/do.php:143 html/do.php:161
-#: html/do.php:185 html/do.php:197 html/do.php:207
+#: html/do.php:185 html/do.php:197 html/do.php:207 html/do.php:176
msgid ""
"Attention: la version de base de donnée est supérieure à la version du "
"programme, vous devriez mettre à jour"
@@ -2302,7 +2312,7 @@ msgstr "Geen enkele post gevonden "
#: include/ajax_preference.php:152 include/ajax_preference.php:153
#: include/ajax_preference.php:160 include/ajax/ajax_preference.php:160
-#: include/ajax/ajax_preference.php:239
+#: include/ajax/ajax_preference.php:239 include/ajax/ajax_preference.php:250
msgid "Aucun mini rapport"
msgstr "Geen mini-verslag"
@@ -2346,7 +2356,7 @@ msgstr "Geen enkele post gevonden "
#: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265
#: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319
-#: html/do.php:329 html/do.php:331
+#: html/do.php:329 html/do.php:331 html/do.php:300
#, fuzzy
msgid "Aucun profil utilisateur"
msgstr "Gebruiker toevoegen"
@@ -2468,6 +2478,7 @@ msgstr "Geen enkel gegeven"
#: include/anc_great_ledger.inc.php:47 include/anc_balance_double.inc.php:27
#: include/anc_balance_simple.inc.php:27 include/anc_great_ledger.inc.php:78
#: include/anc_history.inc.php:34 include/anc_history.inc.php:37
+#: include/anc_balance_double.inc.php:26
msgid "Aucune donnée trouvée"
msgstr "Geen enkele gegeven gevonden "
@@ -2487,6 +2498,7 @@ msgstr "Geen bestand gevraag"
#: include/fiche.inc.php:383 include/fiche.inc.php:386
#: include/fiche.inc.php:133 include/fiche.inc.php:387
#: include/fiche.inc.php:134 include/fiche.inc.php:388
+#: include/fiche.inc.php:395
msgid "Aucune fiche trouvée"
msgstr "Geen bestand gevonden"
@@ -2882,6 +2894,11 @@ msgstr "Foute balans"
msgid "Balance incorrecte "
msgstr "Foute balans"
+#: include/lib/message_javascript.php:89
+#, fuzzy
+msgid "Balance incorrecte D/C"
+msgstr "Foute balans"
+
#: include/fiche.inc.php:70 include/fiche.inc.php:72 include/fiche.inc.php:73
msgid "Balance non soldée"
msgstr "Niet gesoldeerd balans"
@@ -2978,7 +2995,7 @@ msgstr "is in use of, logout eerst"
#: html/do.php:97 html/user_login.php:66 html/do.php:96 html/do.php:91
#: html/do.php:93 html/user_login.php:67 html/do.php:121 html/do.php:134
#: html/do.php:136 html/do.php:154 html/do.php:178 html/user_login.php:69
-#: html/do.php:186 html/user_login.php:70 html/do.php:196
+#: html/do.php:186 html/user_login.php:70 html/do.php:196 html/do.php:165
msgid "Base de donnée invalide"
msgstr "Ongeldige database"
@@ -3106,9 +3123,15 @@ msgstr "D / C"
#: include/class/class_document_export.php:280
#: include/class/document_export.class.php:280
#: include/class/document_export.class.php:290
+#: include/class/document_export.class.php:291
msgid "CONVERT_GIF_PDF n'est pas installé"
msgstr "CONVERT_GIF_PDF is niet geïnstalleerd"
+#: include/lib/message_javascript.php:93
+#, fuzzy
+msgid "Cacher"
+msgstr "Vinden"
+
#: include/template/detail-action.php:337
#: include/template/detail-action.php:336
#: include/template/detail-action.php:351
@@ -3140,9 +3163,16 @@ msgstr "Automatisch aanmaken van de boekhoudkundige post"
#: include/class_ibutton.php:82 include/class_ibutton.php:84
#: include/lib/class_ibutton.php:84 include/lib/ibutton.class.php:84
+#: include/lib/message_javascript.php:97
msgid "Calculatrice"
msgstr "Rekenmachine"
+#: include/lib/message_javascript.php:99
+msgid ""
+"Calculatrice simplifiée: écrivez simplement les opérations que vous voulez "
+"puis la touche retour. exemple : 1+2+3*(1/5)"
+msgstr ""
+
#: include/profile.inc.php:356 include/profile.inc.php:358
#: include/profile.inc.php:381 include/profile.inc.php:363
#, fuzzy
@@ -3363,6 +3393,7 @@ msgstr "Dit plan bestaat niet"
#: html/ajax_misc.php:571 html/ajax_misc.php:613 html/ajax_misc.php:408
#: html/ajax_misc.php:434 html/ajax_misc.php:546 html/ajax_misc.php:548
+#: html/ajax_misc.php:554
#, fuzzy
msgid "Ce plugin n'existe pas "
msgstr "Dit plan bestaat niet"
@@ -3435,7 +3466,7 @@ msgstr "Deze categorie heeft geen toegewezen e-mail"
#: include/fiche.inc.php:290 include/fiche.inc.php:363
#: include/fiche.inc.php:366 include/fiche.inc.php:367
-#: include/fiche.inc.php:368
+#: include/fiche.inc.php:368 include/fiche.inc.php:375
#, fuzzy
msgid "Cette catégorie n'ayant pas de poste comptable n'a pas de balance"
msgstr "Dit bestand heeft geen geldige boekhoudkundige post"
@@ -3657,6 +3688,8 @@ msgstr ""
#: html/ajax_misc.php:456 include/class/pre_operation.class.php:289
#: include/class/acc_ledger.class.php:2185
#: include/class/anc_listing.class.php:76 include/class/fiche.class.php:2246
+#: html/user_login.php:158 html/ajax_misc.php:462
+#: include/class/fiche.class.php:2247
#, fuzzy, php-format
msgid "Cherche"
msgstr "Vinden"
@@ -3704,7 +3737,7 @@ msgid ""
"a-nouveaux (exercice N)"
msgstr ""
-#: html/ajax_misc.php:452 html/ajax_misc.php:454
+#: html/ajax_misc.php:452 html/ajax_misc.php:454 html/ajax_misc.php:460
#, fuzzy
msgid "Choisissez la TVA"
msgstr "Kies de BTW"
@@ -4066,6 +4099,7 @@ msgid "Clients (C)"
msgstr "Klant"
#: include/template/param_jrn.php:194 include/template/param_jrn.php:201
+#: include/template/param_jrn.php:203
#, fuzzy
msgid "Clients (D)"
msgstr "Klant"
@@ -4469,7 +4503,7 @@ msgstr "niet use of"
#: include/export/export_fiche_balance_csv.php:142
#: include/export/export_fiche_balance_csv.php:155
#: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519
-#: include/fiche.inc.php:521
+#: include/fiche.inc.php:521 include/fiche.inc.php:530
msgid "Comm"
msgstr "Comm"
@@ -4532,6 +4566,7 @@ msgstr ""
#: include/class/acc_ledger_purchase.class.php:1835
#: include/class/print_ledger_misc.class.php:47
#: include/class/acc_ledger_fin.class.php:550
+#: include/class/acc_ledger_history_generic.class.php:684
msgid "Commentaire"
msgstr "Commentaar"
@@ -4672,7 +4707,7 @@ msgstr "Resultatenrekening : product met debetsaldo"
#: include/template/param_jrn.php:41 include/template/ledger_detail_fin.php:34
#: include/template/operation_detail_fin.php:31
#: include/template/ledger_detail_fin.php:35
-#: include/compta_fin_saldo.inc.php:48
+#: include/compta_fin_saldo.inc.php:48 include/template/param_jrn.php:48
msgid "Compte en banque"
msgstr "Bankrekening"
@@ -5190,6 +5225,7 @@ msgstr "Dossier maken"
#: include/ext/tools/include/anc_grandlivre_ext.class.php:127
#: include/export/export_poste_detail_pdf.php:104
#: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:580
+#: include/fiche.inc.php:589
msgid "Credit"
msgstr "Credit"
@@ -5362,6 +5398,9 @@ msgstr "Crébit"
#: include/class/fiche.class.php:1463 include/class/acc_ledger.class.php:614
#: include/class/fiche.class.php:1465 include/operation_ods_new.inc.php:85
#: include/class/fiche.class.php:1479
+#: include/class/anc_balance_double.class.php:100
+#: include/class/acc_ledger_history_generic.class.php:772
+#: include/class/fiche.class.php:1480
msgid "Crédit"
msgstr "Creditzijde"
@@ -5758,6 +5797,10 @@ msgstr "In het dagboek"
#: include/class/anc_listing.class.php:79
#: include/class/anc_operation.class.php:297 include/class/fiche.class.php:1396
#: include/class/fiche.class.php:1471 include/lib/ac_common.php:1210
+#: include/fiche.inc.php:527
+#: include/class/acc_ledger_history_generic.class.php:680
+#: include/class/acc_ledger_history_generic.class.php:767
+#: include/class/fiche.class.php:1397 include/class/fiche.class.php:1472
msgid "Date"
msgstr "Datum"
@@ -6115,6 +6158,7 @@ msgstr "Vervaldatum"
#: include/ext/tools/include/anc_grandlivre_ext.class.php:126
#: include/export/export_poste_detail_pdf.php:102
#: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:576
+#: include/fiche.inc.php:585
msgid "Debit"
msgstr "Debet"
@@ -6128,6 +6172,7 @@ msgstr "Debet / Credit"
#: html/user_login.php:151 html/user_login.php:153 html/user_login.php:155
#: html/user_login.php:159 html/user_login.php:160 html/user_login.php:161
#: html/user_login.php:162 html/user_login.php:165 html/user_login.php:171
+#: html/user_login.php:148
msgid "Deconnexion"
msgstr "Afmelden"
@@ -6177,7 +6222,7 @@ msgid "Dernier numéro utilisé pour ce type de document"
msgstr "Het laatste nummer gebruikt voor dit type document"
#: include/template/param_jrn.php:102 include/template/param_jrn.php:99
-#: include/template/param_jrn.php:106
+#: include/template/param_jrn.php:106 include/template/param_jrn.php:108
msgid "Dernière pièce numérotée"
msgstr "Laatst genummerd stuk"
@@ -6194,6 +6239,7 @@ msgstr "Laatste handelingen"
#: html/ajax_misc.php:196 html/ajax_misc.php:274 html/ajax_misc.php:279
#: html/ajax_misc.php:307 html/ajax_misc.php:399 html/ajax_misc.php:401
+#: html/ajax_misc.php:407
#, fuzzy
msgid "Des actions dépendent de cette catégorie"
msgstr "Kan dit bestand op te slaan"
@@ -6370,6 +6416,8 @@ msgstr "Kan dit bestand op te slaan"
#: include/class/acc_ledger_search.class.php:1105
#: include/class/anc_listing.class.php:83 include/class/fiche.class.php:1397
#: include/class/fiche.class.php:1476 include/lib/ac_common.php:1213
+#: include/template/param_jrn.php:85 include/class/fiche.class.php:1398
+#: include/class/fiche.class.php:1477
msgid "Description"
msgstr "Beschrijving"
@@ -6728,6 +6776,10 @@ msgstr ""
msgid "Donnée invalide"
msgstr "Ongeldig jaar"
+#: include/lib/message_javascript.php:91
+msgid "Donnée manquante ou déjà supprimée"
+msgstr ""
+
#: include/class_fiche_def.php:767 include/class_fiche_def.php:748
#: include/class_fiche_def.php:754 include/class_fiche_def.php:766
#: include/class_fiche_def.php:765 include/class/class_fiche_def.php:765
@@ -6950,6 +7002,9 @@ msgstr "Afschrijvingstermijn"
#: include/class/acc_ledger.class.php:884 include/class/fiche.class.php:1464
#: include/operation_ods_new.inc.php:84 include/class/acc_ledger.class.php:889
#: include/class/fiche.class.php:1478
+#: include/class/anc_balance_double.class.php:99
+#: include/class/acc_ledger_history_generic.class.php:771
+#: include/class/fiche.class.php:1479
msgid "Débit"
msgstr "debiet"
@@ -6967,6 +7022,7 @@ msgstr "Debet of Credit"
#: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238
#: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383
#: include/class/fiche.class.php:1385 include/class/fiche.class.php:1399
+#: include/class/fiche.class.php:1400
#, fuzzy
msgid "Débit/Crédit"
msgstr "Debet of Credit"
@@ -7224,10 +7280,15 @@ msgid "Désolé vous ne pouvez pas utiliser ce plugin ,
vous êtes en mode STRIC
msgstr ""
#: include/class/fiche.class.php:838 include/class/fiche.class.php:840
-#: include/class/fiche.class.php:843
+#: include/class/fiche.class.php:843 include/class/fiche.class.php:844
msgid "Désolé, il y a trop de virgule dans le poste comptable "
msgstr ""
+#: include/lib/message_javascript.php:85
+#, fuzzy
+msgid "Désolé, les montants pour la comptabilité analytique sont incorrects"
+msgstr "Cost Accounting Module"
+
#: include/dossier.inc.php:345 include/dossier.inc.php:301
#: include/modele.inc.php:358 include/dossier.inc.php:324
#: include/dossier.inc.php:360 include/modele.inc.php:372
@@ -7238,6 +7299,10 @@ msgstr ""
msgid "Désolé, vous n'avez pas coché la case"
msgstr "Sorry hebt u Het niet VAK aangekruisd"
+#: include/lib/message_javascript.php:92
+msgid "Désolé, événement en cours de création à sauver"
+msgstr ""
+
#: include/template/ledger_detail_ach.php:112
#: include/template/ledger_detail_fin.php:96
#: include/template/ledger_detail_misc.php:81
@@ -7516,9 +7581,15 @@ msgstr "termijn wordt overschreden"
msgid "Echec"
msgstr "Termijn"
+#: include/lib/message_javascript.php:79
+#, fuzzy
+msgid "Echec "
+msgstr "Termijn"
+
#: include/class/class_document_export.php:247
#: include/class/document_export.class.php:247
#: include/class/document_export.class.php:254
+#: include/class/document_export.class.php:255
msgid "Echec Ajout detail "
msgstr ""
@@ -7549,6 +7620,10 @@ msgstr ""
msgid "Echec de la restauration "
msgstr ""
+#: include/lib/message_javascript.php:80
+msgid "Echec donnée manquante ou incorrecte"
+msgstr ""
+
#: include/ext/importbank/include/template/show_transfer.php:125
msgid "Echec import"
msgstr ""
@@ -7582,6 +7657,11 @@ msgstr "Bijwerken"
msgid "Echec ouverture fichier "
msgstr "fout bij het openen van het bestand"
+#: include/lib/message_javascript.php:84
+#, fuzzy
+msgid "Echec réponse"
+msgstr "Aanmaken"
+
#: include/class_acc_ledger_sold.php:1012
#: include/class_acc_ledger_sold.php:1037
#: include/class_acc_ledger_sold.php:1038
@@ -7920,7 +8000,7 @@ msgstr "Elementen"
#: include/database.item.php:179 include/ajax/ajax_preference.php:73
#: include/database.item.php:180 include/database.item.php:183
#: include/user.inc.php:84 include/database.item.php:191
-#: include/ajax/ajax_preference.php:74
+#: include/ajax/ajax_preference.php:74 include/ajax/ajax_preference.php:85
msgid "Email"
msgstr "E-mail"
@@ -8027,7 +8107,7 @@ msgstr "Invordering van klanten vandaag"
#: include/ext/import_account/include/template/test_operation.php:26
#: include/ext/import_card/include/template/test_file.php:42
#: include/ext/import_doli/include/template/test_file.php:30
-#: include/ajax/ajax_preference.php:213
+#: include/ajax/ajax_preference.php:213 include/ajax/ajax_preference.php:224
msgid "Encodage"
msgstr "Coderen"
@@ -8152,6 +8232,7 @@ msgstr "Tussen de activiteit"
#: include/class/anc_balance_double.class.php:351
#: include/class/anc_balance_double.class.php:352
+#: include/class/anc_balance_double.class.php:354
#, fuzzy
msgid "Entre le poste "
msgstr "Vanuit de post"
@@ -8332,6 +8413,7 @@ msgstr "Ongeldig datum"
#: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239
#: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295
+#: html/do.php:264
#, fuzzy
msgid "Erreur menu"
msgstr "Fout"
@@ -8544,7 +8626,7 @@ msgstr "Uitsluiten State"
#: include/template/periode_add_exercice.php:25
#: include/ajax/ajax_preference.php:131 include/class/periode.class.php:519
#: include/class/periode_ledger_table.class.php:100
-#: include/template/stock_inv.php:126
+#: include/template/stock_inv.php:126 include/ajax/ajax_preference.php:142
msgid "Exercice"
msgstr "Oefening"
@@ -8571,6 +8653,7 @@ msgstr "tarief is geen getal"
#: html/ajax_misc.php:197 html/ajax_misc.php:216 html/ajax_misc.php:230
#: html/ajax_misc.php:236 html/ajax_misc.php:314 html/ajax_misc.php:319
#: html/ajax_misc.php:347 html/ajax_misc.php:459 html/ajax_misc.php:461
+#: html/ajax_misc.php:467
msgid "Explication"
msgstr "Uitleg"
@@ -8635,6 +8718,9 @@ msgstr "Balans export"
#: include/class/fiche.class.php:2191 include/fiche.inc.php:297
#: include/fiche.inc.php:333 include/class/fiche.class.php:1619
#: include/class/fiche.class.php:2214 include/anc_pa.inc.php:123
+#: include/fiche.inc.php:242 include/fiche.inc.php:302
+#: include/fiche.inc.php:340 include/class/fiche.class.php:1620
+#: include/class/fiche.class.php:2215
msgid "Export CSV"
msgstr "Export CSV"
@@ -8733,7 +8819,8 @@ msgstr "Export Kranten"
#: include/class/fiche.class.php:1584 include/class/fiche.class.php:2211
#: html/popup.php:114 include/class/fiche.class.php:1586
#: include/class/fiche.class.php:2213 include/class/fiche.class.php:1604
-#: include/class/fiche.class.php:2236
+#: include/class/fiche.class.php:2236 include/class/fiche.class.php:1605
+#: include/class/fiche.class.php:2237
msgid "Export PDF"
msgstr "PDF exporteren"
@@ -9294,6 +9381,7 @@ msgid "Fiches ayant changé de poste comptable"
msgstr "De% s-plug heeft geen financieel administratieve post"
#: include/template/param_jrn.php:251 include/template/param_jrn.php:258
+#: include/template/param_jrn.php:260
msgid "Fiches utilisables (D/C)"
msgstr ""
@@ -9447,6 +9535,7 @@ msgstr "Rapid filter:"
#: include/fiche.inc.php:312 include/fiche.inc.php:317
#: include/fiche.inc.php:390 include/fiche.inc.php:393
#: include/fiche.inc.php:394 include/fiche.inc.php:395
+#: include/fiche.inc.php:402
msgid "Filtre rapide:"
msgstr "Rapid filter:"
@@ -9518,7 +9607,7 @@ msgstr ""
msgid "Financier"
msgstr "Financieel"
-#: include/ajax/ajax_preference.php:169
+#: include/ajax/ajax_preference.php:169 include/ajax/ajax_preference.php:180
#, fuzzy
msgid "Format Export CSV"
msgstr "Export CSV"
@@ -9634,6 +9723,7 @@ msgid "Fournisseur "
msgstr "Leverancier"
#: include/template/param_jrn.php:139 include/template/param_jrn.php:146
+#: include/template/param_jrn.php:148
#, fuzzy
msgid "Fournisseurs (C)"
msgstr "Leverancier"
@@ -9653,7 +9743,7 @@ msgstr "Leverancier vandaag betalen"
#: include/ajax_preference.php:165 include/ajax_preference.php:166
#: html/test_class.php:219 include/ajax_preference.php:173
#: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252
-#: dev/test/test_class.php:215
+#: dev/test/test_class.php:215 include/ajax/ajax_preference.php:263
msgid "Français"
msgstr "Frans"
@@ -10336,6 +10426,7 @@ msgstr ""
#: html/ajax_misc.php:572 html/ajax_misc.php:614 html/ajax_misc.php:409
#: html/ajax_misc.php:435 html/ajax_misc.php:547 html/ajax_misc.php:549
+#: html/ajax_misc.php:555
msgid "Il y a une erreur, ce plugin n'existe pas"
msgstr ""
@@ -10344,6 +10435,7 @@ msgstr ""
#: include/ajax_preference.php:137 include/ajax_preference.php:139
#: include/ajax/ajax_preference.php:137 include/ajax/ajax_preference.php:139
#: include/ajax/ajax_preference.php:154 include/ajax/ajax_preference.php:156
+#: include/ajax/ajax_preference.php:165 include/ajax/ajax_preference.php:167
msgid "Illimité"
msgstr "Onbeperkt"
@@ -10494,7 +10586,7 @@ msgstr "Invoegen"
#: include/class_fiche.php:1022 include/class/class_fiche.php:1022
#: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027
#: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119
-#: include/class/fiche.class.php:1133
+#: include/class/fiche.class.php:1133 include/class/fiche.class.php:1134
msgid "Impossible cette fiche est utilisée dans un journal"
msgstr ""
@@ -10903,7 +10995,9 @@ msgstr "Intern"
#: include/class/anc_grandlivre.class.php:219
#: include/class/acc_ledger_purchase.class.php:1832
#: include/class/print_ledger_misc.class.php:45 include/fiche.inc.php:520
-#: include/class/fiche.class.php:1474
+#: include/class/fiche.class.php:1474 include/fiche.inc.php:529
+#: include/class/acc_ledger_history_generic.class.php:766
+#: include/class/fiche.class.php:1475
msgid "Interne"
msgstr "Intern"
@@ -10918,7 +11012,7 @@ msgstr "Bestelbon"
msgid "Invalide"
msgstr "Bevestigen"
-#: html/ajax_misc.php:288 html/ajax_misc.php:290
+#: html/ajax_misc.php:288 html/ajax_misc.php:290 html/ajax_misc.php:296
#, fuzzy
msgid "Invalide type"
msgstr "Bevestigen"
@@ -11033,7 +11127,7 @@ msgstr "Donderdag"
msgid "Journal"
msgstr "Journaal"
-#: include/template/param_jrn.php:125
+#: include/template/param_jrn.php:125 include/template/param_jrn.php:127
#, fuzzy
msgid "Journal actif"
msgstr "Totale activa"
@@ -11381,7 +11475,7 @@ msgstr "Laat 0 het nummer niet wijzigen"
#: include/ajax_preference.php:163 include/ajax_preference.php:164
#: include/ajax_preference.php:171 include/ajax/ajax_preference.php:171
-#: include/ajax/ajax_preference.php:250
+#: include/ajax/ajax_preference.php:250 include/ajax/ajax_preference.php:261
msgid "Langue"
msgstr "Taal"
@@ -11427,7 +11521,7 @@ msgstr "De naam mag niet leeg zijn"
#: include/ajax_preference.php:158 include/ajax_preference.php:159
#: include/ajax_preference.php:166 include/ajax/ajax_preference.php:166
-#: include/ajax/ajax_preference.php:245
+#: include/ajax/ajax_preference.php:245 include/ajax/ajax_preference.php:256
msgid "Le mini rapport est un rapport qui s'affiche sur votre page d'accueil"
msgstr "De quick ratio is een verhouding die op uw homepage verschijnt"
@@ -11451,6 +11545,7 @@ msgid ""
msgstr ""
#: include/lib/icard.class.php:222 include/lib/icard.class.php:223
+#: include/lib/icard.class.php:224
#, fuzzy
msgid "Le nom d une icard doit être donne"
msgstr "De naam mag niet leeg zijn"
@@ -11739,6 +11834,7 @@ msgstr "Laten."
#: include/export/export_fiche_balance_csv.php:161 include/fiche.inc.php:522
#: include/export/export_fiche_detail_csv.php:80
#: include/export/export_poste_detail_csv.php:91 include/fiche.inc.php:524
+#: include/fiche.inc.php:533
msgid "Let."
msgstr "Laten."
@@ -11967,6 +12063,7 @@ msgstr "smaad"
#: include/class/acc_ledger.class.php:887
#: include/class/acc_ledger_fin.class.php:754
#: include/class/anc_operation.class.php:298
+#: include/class/acc_ledger_history_generic.class.php:770
#, php-format
msgid "Libellé"
msgstr "Opstellen"
@@ -12323,6 +12420,15 @@ msgstr "Verkeerd type object"
msgid "Max. email / jour (-1 = illimité)"
msgstr ""
+#: include/lib/message_javascript.php:87
+msgid "Maximum"
+msgstr ""
+
+#: include/lib/message_javascript.php:86
+#, fuzzy
+msgid "Maximum 15 lignes"
+msgstr "Nieuwe lijn"
+
#: include/anc_pa.inc.php:60 include/anc_pa.inc.php:73
#: include/anc_pa.inc.php:74 include/anc_pa.inc.php:66
#: include/anc_pa.inc.php:80
@@ -12498,11 +12604,11 @@ msgstr "Up-to-date brengen"
#: include/ajax_preference.php:149 include/ajax_preference.php:150
#: include/ajax_preference.php:157 include/ajax/ajax_preference.php:157
-#: include/ajax/ajax_preference.php:236
+#: include/ajax/ajax_preference.php:236 include/ajax/ajax_preference.php:247
msgid "Mini-Rapport : "
msgstr "Mini-Report:"
-#: include/template/param_jrn.php:68
+#: include/template/param_jrn.php:68 include/template/param_jrn.php:75
#, fuzzy
msgid "Minimum de lignes à afficher"
msgstr "Geen bestand"
@@ -13068,7 +13174,8 @@ msgstr "Dit plan bestaat niet"
#: include/class/acc_ledger_fin.class.php:551
#: include/class/acc_ledger_fin.class.php:754
#: include/class/anc_listing.class.php:86 include/class/fiche.class.php:1398
-#: include/lib/ac_common.php:1215
+#: include/lib/ac_common.php:1215 include/fiche.inc.php:531
+#: include/class/fiche.class.php:1399
msgid "Montant"
msgstr "Bedrag"
@@ -13444,7 +13551,7 @@ msgstr ""
msgid "MultiModule"
msgstr "Module"
-#: include/ajax/ajax_preference.php:174
+#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:185
msgid "N'utilisez pas le même séparateur pour les champs et les décimales"
msgstr ""
@@ -13725,7 +13832,7 @@ msgstr "Geen handeling"
#: include/class/acc_ledger_search.class.php:1104
#: include/class/acc_ledger_fin.class.php:549
#: include/class/acc_ledger_fin.class.php:754
-#: include/class/fiche.class.php:1780
+#: include/class/fiche.class.php:1780 include/class/fiche.class.php:1781
msgid "Nom"
msgstr "Naam"
@@ -13898,6 +14005,7 @@ msgstr "Naam leverancier"
#: include/export/export_fiche_detail_csv.php:74
#: include/export/export_poste_detail_csv.php:81
#: include/export/export_poste_detail_csv.php:82
+#: include/template/param_jrn.php:14
msgid "Nom journal"
msgstr "Boek Naam"
@@ -14105,7 +14213,7 @@ msgstr "niet use of"
#: include/upgrade-core.php:23 include/upgrade.inc.php:27
#: include/upgrade-plugin.php:25 include/upgrade-template.php:25
#: include/ajax/ajax_remove_submenu.php:27
-#: include/ajax/ajax_user_security.php:39
+#: include/ajax/ajax_user_security.php:39 html/ajax_misc.php:86
#, fuzzy
msgid "Non autorisé"
msgstr "niet use of"
@@ -14147,7 +14255,7 @@ msgid "Non supporté"
msgstr "niet use of"
#: include/ext/amortis/include/class_am_card.php:245 html/fid_card.php:169
-#: html/fid_card.php:170 html/fid_card.php:175
+#: html/fid_card.php:170 html/fid_card.php:175 html/fid_card.php:174
msgid "Non trouvé"
msgstr "Niet gevonden"
@@ -14555,7 +14663,7 @@ msgstr "Num.interne"
msgid "Numéro opération"
msgstr "Operatienummer"
-#: include/template/param_jrn.php:33
+#: include/template/param_jrn.php:33 include/template/param_jrn.php:40
msgid "Numérotation de chaque opération"
msgstr "Nummering van elke operatie"
@@ -14571,6 +14679,7 @@ msgstr "Nr."
#: include/export/export_ledger_csv.php:216
#: include/class/acc_ledger_history_generic.class.php:764
#: include/export/export_ledger_csv.php:210
+#: include/class/acc_ledger_history_generic.class.php:765
#, fuzzy
msgid "N° Pièce"
msgstr "Stuk nr."
@@ -14659,14 +14768,14 @@ msgid "N° pièce"
msgstr "Geen ruimte"
#: include/template/param_jrn.php:110 include/template/param_jrn.php:108
-#: include/template/param_jrn.php:115
+#: include/template/param_jrn.php:115 include/template/param_jrn.php:117
msgid "N° pièce justificative"
msgstr "Nummer"
#: include/ajax_preference.php:167 include/ajax_preference.php:168
#: html/test_class.php:221 include/ajax_preference.php:175
#: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254
-#: dev/test/test_class.php:217
+#: dev/test/test_class.php:217 include/ajax/ajax_preference.php:265
msgid "Néerlandais"
msgstr "Nederlands"
@@ -14731,7 +14840,7 @@ msgid ""
"Obligatoire pour les journaux FIN : donner ici la fiche de la banque utilisée"
msgstr "Verplicht voor FIN kranten geven hier de Data Bank gebruikt"
-#: include/template/param_jrn.php:61
+#: include/template/param_jrn.php:61 include/template/param_jrn.php:68
#, fuzzy
msgid ""
"Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque "
@@ -14805,6 +14914,7 @@ msgstr "Niet evenwichtige Operatie"
#: include/ajax_preference.php:69 include/ajax_preference.php:70
#: include/ajax/ajax_preference.php:69 include/ajax/ajax_preference.php:70
+#: include/ajax/ajax_preference.php:81
msgid "Options Générales"
msgstr "Algemeen Opties"
@@ -14815,7 +14925,7 @@ msgstr "Ongeldige opties"
#: include/ajax_preference.php:148 include/ajax_preference.php:149
#: include/ajax_preference.php:156 include/ajax/ajax_preference.php:156
-#: include/ajax/ajax_preference.php:235
+#: include/ajax/ajax_preference.php:235 include/ajax/ajax_preference.php:246
msgid "Options pour la page d'accueil"
msgstr "Opties voor de home page"
@@ -15173,6 +15283,7 @@ msgstr "Boekhoudingsperiode"
#: include/class/class_document_export.php:284
#: include/class/document_export.class.php:284
#: include/class/document_export.class.php:294
+#: include/class/document_export.class.php:295
#, fuzzy
msgid "PDF2PS non installé"
msgstr "TKPDF is niet geïnstalleerd"
@@ -15203,6 +15314,7 @@ msgstr "Bewijs nummer"
#: include/class/class_document_export.php:283
#: include/class/document_export.class.php:283
#: include/class/document_export.class.php:293
+#: include/class/document_export.class.php:294
#, fuzzy
msgid "PS2PDF non installé"
msgstr "TKPDF is niet geïnstalleerd"
@@ -15548,6 +15660,10 @@ msgstr "Categorie naam van het record"
msgid "Pas de conversion en PDF disponible"
msgstr "Conversie naar PDF is niet mogelijk"
+#: include/class/anc_balance_double.class.php:51
+msgid "Pas de croisement avec un seul plan"
+msgstr ""
+
#: include/ext/import_account/include/class_impacc_operation.php:38
#: include/ext/importbank/include/import_bank.php:120
#: include/ext/importbank/include/import_bank.php:133
@@ -15981,7 +16097,7 @@ msgstr "Analytisch"
msgid "Plusieurs code TVA correspondent à ce taux"
msgstr "Verschillende fiscale code prijs evenaren"
-#: include/ajax/ajax_preference.php:187
+#: include/ajax/ajax_preference.php:187 include/ajax/ajax_preference.php:198
msgid "Point-virgule"
msgstr ""
@@ -16098,9 +16214,17 @@ msgstr "Archief"
#: include/class/acc_ledger.class.php:881 include/class/fiche.class.php:1459
#: include/class/acc_ledger.class.php:886
#: include/class/anc_listing.class.php:80 include/class/fiche.class.php:1473
+#: include/class/acc_ledger_history_generic.class.php:768
+#: include/class/fiche.class.php:1474
msgid "Poste"
msgstr "Rekening"
+#: include/class/anc_balance_double.class.php:97
+#: include/class/anc_balance_double.class.php:98
+#, fuzzy
+msgid "Poste Analytique"
+msgstr "Analytischer ekening"
+
#: include/ext/amortis/raw.php:100 include/ext/amortis/raw.php:127
msgid "Poste Charge"
msgstr "Kostenpost "
@@ -16204,6 +16328,7 @@ msgstr "Kostenpost"
#: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246
#: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759
#: include/class/fiche.class.php:1761 include/class/fiche.class.php:1779
+#: include/class/fiche.class.php:1780
msgid "Poste comptable"
msgstr "Accountant Vacature"
@@ -16299,6 +16424,8 @@ msgstr "Boekhoudkundige post of fiche veranderen"
#: include/class/fiche.class.php:818 include/class/fiche.class.php:848
#: include/class/fiche.class.php:849 include/class/fiche.class.php:995
#: include/class/fiche.class.php:996 include/class/fiche.class.php:1036
+#: include/class/fiche.class.php:850 include/class/fiche.class.php:997
+#: include/class/fiche.class.php:1037
#, fuzzy
msgid "Poste comptable trop long"
msgstr "Accountant Vacature"
@@ -16388,7 +16515,7 @@ msgstr ""
msgid "Poste à créditer incorrect"
msgstr "De te crediteren post in fout"
-#: include/template/param_jrn.php:15
+#: include/template/param_jrn.php:15 include/template/param_jrn.php:22
msgid "Postes utilisables journal (débit/crédit) "
msgstr "Bericht bruikbare krant (debet / credit)"
@@ -16688,6 +16815,7 @@ msgstr "Prog."
#: include/export/export_poste_detail_csv.php:90
#: include/class/anc_grandlivre.class.php:221
#: include/class/anc_grandlivre.class.php:222 include/fiche.inc.php:523
+#: include/fiche.inc.php:532
msgid "Prog."
msgstr "Prog."
@@ -16712,10 +16840,12 @@ msgid "Préfixe"
msgstr "Voorvoegsel"
#: include/template/param_jrn.php:84 include/template/param_jrn.php:91
+#: include/template/param_jrn.php:93
msgid "Préfixe code interne"
msgstr "Prefix interne code"
#: include/template/param_jrn.php:88 include/template/param_jrn.php:95
+#: include/template/param_jrn.php:97
msgid "Préfixe pièce justificative"
msgstr "Prefix voucher"
@@ -16728,7 +16858,8 @@ msgstr "Prefix voucher"
#: html/user_login.php:158 html/user_login.php:159 html/user_login.php:160
#: include/database.item.php:87 html/user_login.php:163
#: include/database.item.php:81 include/ajax/ajax_preference.php:31
-#: html/user_login.php:169 include/database.item.php:79
+#: html/user_login.php:169 include/database.item.php:79 html/user_login.php:146
+#: include/ajax/ajax_preference.php:69
msgid "Préférence"
msgstr "Voorkeur"
@@ -16827,6 +16958,7 @@ msgstr ""
#: include/class/acc_ledger_purchase.class.php:1826
#: include/class/acc_ledger_sold.class.php:1400
#: include/class/acc_ledger_purchase.class.php:1829
+#: include/ajax/ajax_preference.php:150
msgid "Période"
msgstr "Periode"
@@ -17005,7 +17137,7 @@ msgstr "Hoeveelheid"
#: include/template/ledger_detail_misc.php:100
#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760
#: include/class/acc_ledger_fin.class.php:753
-#: include/class/fiche.class.php:1778
+#: include/class/fiche.class.php:1778 include/class/fiche.class.php:1779
msgid "Quick Code"
msgstr "Quick Code"
@@ -17036,6 +17168,7 @@ msgstr "Quick Code of"
#: include/class/acc_account_ledger.class.php:394
#: include/class/acc_ledger_history_generic.class.php:768
#: include/export/export_ledger_csv.php:211
+#: include/class/acc_ledger_history_generic.class.php:769
msgid "QuickCode"
msgstr "QuickCode"
@@ -17286,6 +17419,7 @@ msgstr "Bericht Vinden"
#: include/class/acc_ledger_search.class.php:551
#: include/class/acc_ledger_search.class.php:560
#: include/class/acc_ledger_fin.class.php:1087
+#: include/class/anc_balance_double.class.php:370
msgid "Rechercher"
msgstr "Vinden"
@@ -17463,7 +17597,7 @@ msgstr "Is te laat"
#: html/do.php:302 html/user_login.php:71 include/cfgledger.inc.php:138
#: include/modele.inc.php:403 include/modele.inc.php:443
#: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141
-#: include/ext/tva/ajax.php:35 html/do.php:312
+#: include/ext/tva/ajax.php:35 html/do.php:312 html/do.php:281
msgid "Retour"
msgstr "Terug"
@@ -17639,6 +17773,7 @@ msgid "Résultat limité à %d , %d nombre de fiches
trouvées"
msgstr "Beperkt tot% d resultaat% d aantal records gevonden"
#: html/fid_card.php:164 html/fid_card.php:165 html/fid_card.php:170
+#: html/fid_card.php:169
#, php-format
msgid "Résultat limité à 12"
msgstr "Beperkt tot 12 resultaten"
@@ -17944,6 +18079,7 @@ msgstr ""
#: include/class/class_anc_balance_double.php:358
#: include/class/anc_balance_double.class.php:362
#: include/class/anc_balance_double.class.php:364
+#: include/class/anc_balance_double.class.php:366
msgid ""
"Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche"
msgstr "Selectionneer plannen DAT u interesseert je op VOOR Zoeken Klikken"
@@ -17955,7 +18091,7 @@ msgstr "Selectionneer plannen DAT u interesseert je op
VOOR Zoeken Klikken"
#: include/ajax_preference.php:164 include/ajax_preference.php:165
#: include/ajax_preference.php:172 include/ajax/ajax_preference.php:172
-#: include/ajax/ajax_preference.php:251
+#: include/ajax/ajax_preference.php:251 include/ajax/ajax_preference.php:262
msgid "Selectionnez votre langue"
msgstr "Selecteer uw taal"
@@ -17979,10 +18115,12 @@ msgid "Services intracommunautaires avec report de
perception"
msgstr "Diensten-intra uitgestelde waarneming"
#: include/template/param_jrn.php:136 include/template/param_jrn.php:143
+#: include/template/param_jrn.php:145
msgid "Services, fournitures ou biens achetés (D)"
msgstr ""
#: include/template/param_jrn.php:197 include/template/param_jrn.php:204
+#: include/template/param_jrn.php:206
msgid "Services, fournitures ou biens vendus (C)"
msgstr ""
@@ -18001,6 +18139,10 @@ msgid ""
"Acc_Ledger_History_Generic"
msgstr ""
+#: include/lib/message_javascript.php:83
+msgid "Si vous changez de page vous perdez les reconciliations, continuez ?"
+msgstr ""
+
#: include/template/category_of_card.php:35
#: include/template/category_of_card.php:39
msgid ""
@@ -18091,6 +18233,8 @@ msgstr "Bedrijven"
#: include/class/fiche.class.php:1764 include/class/fiche.class.php:1766
#: include/export/export_balance_pdf.php:135
#: include/class/anc_listing.class.php:120 include/class/fiche.class.php:1784
+#: include/class/anc_balance_double.class.php:101
+#: include/class/fiche.class.php:1785
msgid "Solde"
msgstr "evenwicht"
@@ -18346,6 +18490,7 @@ msgstr ""
#: html/ajax_misc.php:196 html/ajax_misc.php:215 html/ajax_misc.php:229
#: html/ajax_misc.php:235 html/ajax_misc.php:313 html/ajax_misc.php:318
#: html/ajax_misc.php:346 html/ajax_misc.php:458 html/ajax_misc.php:460
+#: html/ajax_misc.php:466
msgid "Symbole"
msgstr "Symbool"
@@ -18392,7 +18537,7 @@ msgstr "De rijen selecteren die u wilt bewaren"
msgid "Sélectionner tout"
msgstr "Selecteer alle"
-#: include/ajax/ajax_preference.php:197
+#: include/ajax/ajax_preference.php:197 include/ajax/ajax_preference.php:208
msgid "Séparateur Décimale"
msgstr ""
@@ -18400,7 +18545,7 @@ msgstr ""
#: include/ext/importbank/include/template/show_transfer.php:177
#: include/ext/importbank/include/template/show_transfer.php:176
#: include/ext/importbank/include/template/show_field.php:48
-#: include/ajax/ajax_preference.php:181
+#: include/ajax/ajax_preference.php:181 include/ajax/ajax_preference.php:192
msgid "Séparateur de champs"
msgstr ""
@@ -18437,6 +18582,7 @@ msgstr ""
#: include/class/class_document_export.php:281
#: include/class/document_export.class.php:281
#: include/class/document_export.class.php:291
+#: include/class/document_export.class.php:292
msgid "TKPDF n'est pas installé"
msgstr "TKPDF is niet geïnstalleerd"
@@ -18726,7 +18872,7 @@ msgstr "Lengte van de code is te lang, maximaal 10
karakters "
#: include/ajax_preference.php:120 include/ajax_preference.php:121
#: include/ajax_preference.php:128 include/ajax/ajax_preference.php:128
-#: include/ajax/ajax_preference.php:145
+#: include/ajax/ajax_preference.php:145 include/ajax/ajax_preference.php:156
msgid "Taille des pages"
msgstr "Paginaformaat"
@@ -18734,6 +18880,10 @@ msgstr "Paginaformaat"
msgid "Tant que ce n'est pas vous fait vous ne pouvez pas utiliser NOALYSS"
msgstr ""
+#: include/lib/message_javascript.php:98
+msgid "Taper une formule (ex 20*5.1) puis enter"
+msgstr ""
+
#: include/lib/message_javascript.php:40
msgid ""
"Tapez le numéro de poste ou une partie du poste ou du libellé puis sur "
@@ -18744,6 +18894,7 @@ msgstr ""
#: html/ajax_misc.php:195 html/ajax_misc.php:214 html/ajax_misc.php:228
#: html/ajax_misc.php:234 html/ajax_misc.php:312 html/ajax_misc.php:317
#: html/ajax_misc.php:345 html/ajax_misc.php:457 html/ajax_misc.php:459
+#: html/ajax_misc.php:465
msgid "Taux"
msgstr "Tarief"
@@ -18795,7 +18946,7 @@ msgstr "Tekst omgeven door"
#: include/ajax_preference.php:81 include/ajax_preference.php:82
#: include/ajax_preference.php:89 include/ajax/ajax_preference.php:89
-#: include/ajax/ajax_preference.php:90
+#: include/ajax/ajax_preference.php:90 include/ajax/ajax_preference.php:101
msgid "Thème"
msgstr "Thema"
@@ -18832,6 +18983,8 @@ msgstr "Thema"
#: include/class/fiche.class.php:1461
#: include/class/acc_ledger_search.class.php:650
#: include/class/fiche.class.php:1475
+#: include/class/acc_ledger_history_generic.class.php:683
+#: include/class/fiche.class.php:1476
msgid "Tiers"
msgstr "Derde"
@@ -18857,12 +19010,12 @@ msgstr "Titel"
msgid "Titre 1"
msgstr "Titel"
-#: scenario/html_tab.test.php:35
+#: scenario/html_tab.test.php:35 scenario/html_tab.test.php:39
#, fuzzy
msgid "Titre 2"
msgstr "Titel"
-#: scenario/html_tab.test.php:49
+#: scenario/html_tab.test.php:49 scenario/html_tab.test.php:53
#, fuzzy
msgid "Titre 3"
msgstr "Titel"
@@ -18950,6 +19103,8 @@ msgstr "Totaal BTW"
#: include/class/anc_listing.class.php:115
#: include/class/anc_listing.class.php:117
#: include/class/anc_listing.class.php:118
+#: include/class/anc_balance_double.class.php:83
+#: include/class/anc_balance_double.class.php:278
msgid "Total"
msgstr "Totaal"
@@ -19099,7 +19254,7 @@ msgstr "Totale last"
#: include/class/class_fiche.php:1604 include/class/class_fiche.php:1603
#: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760
#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765
-#: include/class/fiche.class.php:1783
+#: include/class/fiche.class.php:1783 include/class/fiche.class.php:1784
msgid "Total crédit"
msgstr "Credit Totaal"
@@ -19114,7 +19269,7 @@ msgstr "Rekeningoverzicht"
#: include/class/class_fiche.php:1603 include/class/class_fiche.php:1602
#: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759
#: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764
-#: include/class/fiche.class.php:1782
+#: include/class/fiche.class.php:1782 include/class/fiche.class.php:1783
msgid "Total débit"
msgstr "Debet Totaal"
@@ -19131,6 +19286,7 @@ msgid "Total niveau"
msgstr "Totale niveau"
#: include/class/acc_ledger_history_generic.class.php:684
+#: include/class/acc_ledger_history_generic.class.php:685
#, fuzzy
msgid "Total opération"
msgstr "Retail operatie"
@@ -19213,6 +19369,9 @@ msgstr "Total Credit"
#: include/class/acc_ledger_purchase.class.php:1588
#: include/class/acc_ledger.class.php:724 include/class/fiche.class.php:1544
#: include/fiche.inc.php:440 include/class/fiche.class.php:1563
+#: include/fiche.inc.php:447
+#: include/class/acc_ledger_history_generic.class.php:738
+#: include/class/fiche.class.php:1564
msgid "Totaux"
msgstr "Totalen"
@@ -19362,6 +19521,11 @@ msgstr "Alle Operaties"
msgid "Toutes opérations"
msgstr "Alle activiteiten"
+#: include/lib/message_javascript.php:95
+#, fuzzy
+msgid "Traitement en cours"
+msgstr "Later in te brengen"
+
#: include/ext/import_account/include/class_impacc_operation.php:258
#: include/ext/import-winbook/index.php:65
msgid "Transfert"
@@ -19458,7 +19622,7 @@ msgstr "BTW NTV"
#: include/class/acc_ledger_search.class.php:1093
#: include/class/fiche.class.php:1463
#: include/class/acc_ledger_search.class.php:1106
-#: include/class/fiche.class.php:1477
+#: include/class/fiche.class.php:1477 include/class/fiche.class.php:1478
msgid "Type"
msgstr "Type"
@@ -19504,6 +19668,7 @@ msgid "Type de fiche"
msgstr "Soort blad"
#: include/template/param_jrn.php:78 include/template/param_jrn.php:85
+#: include/template/param_jrn.php:6
msgid "Type de journal"
msgstr "Soort boek van"
@@ -19578,6 +19743,15 @@ msgstr "Telefoon"
msgid "URL"
msgstr "URL"
+#: include/lib/message_javascript.php:96
+#, fuzzy
+msgid "Un instant"
+msgstr "onbestaand"
+
+#: include/lib/message_javascript.php:77
+msgid "Un instant svp"
+msgstr ""
+
#: include/class_acc_ledger.php:3410 include/class_acc_ledger.php:3480
#: include/class_acc_ledger.php:3479 include/class_acc_ledger.php:3495
#: include/class_acc_ledger.php:3512 include/class_acc_ledger.php:3539
@@ -19680,7 +19854,7 @@ msgstr "Enkel open rekeningen"
msgid "Uniquement les opérations non lettrées"
msgstr "Alleen interne acties"
-#: include/template/param_jrn.php:21
+#: include/template/param_jrn.php:21 include/template/param_jrn.php:28
msgid ""
"Uniquement pour les journaux d'Opérations Diverses, les valeurs sont "
"séparées par des espaces, on peut aussi\n"
@@ -19944,6 +20118,7 @@ msgstr "Bevestigen"
#: include/class/acc_ledger_search.class.php:1113
#: include/class/acc_ledger_search.class.php:1121
#: include/class/acc_ledger_search.class.php:1134
+#: include/ajax/ajax_preference.php:280
msgid "Valider"
msgstr "Bevestigen"
@@ -20116,7 +20291,7 @@ msgstr "Zie documenten controle"
#: html/do.php:104 html/user_login.php:76 html/do.php:132 html/do.php:145
#: html/do.php:147 html/do.php:165 html/do.php:189 html/user_login.php:78
#: html/do.php:203 html/user_login.php:79 html/user_login.php:85
-#: html/do.php:213
+#: html/do.php:213 html/do.php:182
msgid "Votre base de données n'est pas à jour"
msgstr "UW datagegevens is niet van de laatste versie"
@@ -20255,9 +20430,15 @@ msgstr "U bevestigt"
#: include/ajax/ajax_add_menu.php:192 include/ajax/ajax_add_menu.php:200
#: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796
#: include/ajax/ajax_create_menu.php:13 include/template/stock_inv.php:33
+#: include/lib/message_javascript.php:78
msgid "Vous confirmez ?"
msgstr "U bevestigt"
+#: include/lib/message_javascript.php:81
+#, fuzzy
+msgid "Vous confirmez effacement ?"
+msgstr "U bevestigt het wissen"
+
#: include/forecast.inc.php:363 include/forecast.inc.php:343
#: include/forecast.inc.php:339 include/forecast.inc.php:333
#: include/forecast.inc.php:347
@@ -20277,6 +20458,11 @@ msgstr "U bevestigt het wissen"
msgid "Vous confirmez le clonage "
msgstr "U bevestigt het klonen"
+#: include/lib/message_javascript.php:82
+#, fuzzy
+msgid "Vous confirmez mise à jour ?"
+msgstr "U bevestigt"
+
#: include/ext/amortis/include/material_add.inc.php:39
#, fuzzy
msgid ""
@@ -20704,6 +20890,11 @@ msgstr "Geen Gegevens"
msgid "budgets"
msgstr "budgetten"
+#: include/lib/message_javascript.php:88
+#, fuzzy
+msgid "calculé"
+msgstr "Door berekening"
+
#: include/lib/inplace_edit.class.php:80 include/lib/inplace_edit.class.php:79
#, fuzzy
msgid "cancel"
@@ -20762,11 +20953,11 @@ msgstr "keuze van de soort dagboek"
#: html/do.php:105 html/user_login.php:77 html/do.php:133 html/do.php:146
#: html/do.php:148 html/do.php:166 html/do.php:190 html/user_login.php:79
#: html/do.php:204 html/user_login.php:80 html/user_login.php:86
-#: html/do.php:214
+#: html/do.php:214 html/do.php:183
msgid "cliquez ici pour appliquer le patch"
msgstr "Click here for the laatste versie kunt verkrijgen"
-#: html/do.php:193 html/do.php:203
+#: html/do.php:193 html/do.php:203 html/do.php:172
#, fuzzy
msgid "cliquez ici pour mettre à jour "
msgstr "Klik hier om uw voorkeuren bij te werken"
@@ -20779,7 +20970,7 @@ msgstr "Klik hier om uw voorkeuren bij te werken"
#: include/class/pdf_operation.class.php:149
#: include/class/pdf_operation.class.php:194
#: include/class/pdf_operation.class.php:247 html/ajax_misc.php:456
-#: html/ajax_misc.php:458
+#: html/ajax_misc.php:458 html/ajax_misc.php:464
msgid "code"
msgstr "code"
@@ -21167,6 +21358,7 @@ msgstr "onbestaand"
#: include/export/export_ledger_csv.php:220
#: include/class/acc_ledger_history_generic.class.php:681
#: include/export/export_ledger_csv.php:214
+#: include/class/acc_ledger_history_generic.class.php:682
#, fuzzy
msgid "internal"
msgstr "Intern"
@@ -21201,6 +21393,7 @@ msgstr "ongeldig parameter "
#: include/class/acc_ledger_history_sale.class.php:232
#: include/class/acc_ledger_history_purchase.class.php:239
#: include/class/acc_ledger_history_sale.class.php:233
+#: include/class/acc_ledger_history_generic.class.php:759
#, fuzzy
msgid "journal"
msgstr "Journaal"
@@ -21248,7 +21441,7 @@ msgstr "moet in een unicode worden omgezet"
msgid "label"
msgstr "Etiket"
-#: include/ajax/ajax_preference.php:220
+#: include/ajax/ajax_preference.php:220 include/ajax/ajax_preference.php:231
msgid "latin1"
msgstr "latin1"
@@ -21507,6 +21700,7 @@ msgstr "Geen ruimte"
#: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234
#: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379
#: include/class/fiche.class.php:1381 include/class/fiche.class.php:1395
+#: include/class/fiche.class.php:1396
#, fuzzy
msgid "n° de pièce / Code interne"
msgstr "Interne code"
@@ -21542,6 +21736,8 @@ msgstr "lijn nr"
#: include/class/acc_ledger_history_generic.class.php:680
#: include/class/fiche.class.php:1456 include/class/fiche.class.php:1458
#: include/class/fiche.class.php:1472
+#: include/class/acc_ledger_history_generic.class.php:681
+#: include/class/fiche.class.php:1473
msgid "n° pièce"
msgstr "Geen ruimte"
@@ -21579,6 +21775,7 @@ msgstr ""
#: include/export/export_ledger_csv.php:208
#: include/class/acc_ledger_history_purchase.class.php:250
#: include/class/acc_ledger_history_sale.class.php:244
+#: include/class/acc_ledger_history_generic.class.php:764
#, fuzzy
msgid "operation"
msgstr "Operatie"
@@ -21594,7 +21791,7 @@ msgid "opération"
msgstr "Operatie"
#: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049
-#: include/class/fiche.class.php:1063
+#: include/class/fiche.class.php:1063 include/class/fiche.class.php:1064
#, fuzzy
msgid "opération annulée"
msgstr "Operatie ongedaan gemaakt"
@@ -21729,7 +21926,7 @@ msgstr "stuk"
msgid "pièce"
msgstr "Bewijs"
-#: include/ajax/ajax_preference.php:203
+#: include/ajax/ajax_preference.php:203 include/ajax/ajax_preference.php:214
msgid "point"
msgstr ""
@@ -21919,7 +22116,7 @@ msgstr "Zoeken"
#: include/export/export_fiche_balance_csv.php:140
#: include/export/export_fiche_balance_csv.php:153
#: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:517
-#: include/fiche.inc.php:519
+#: include/fiche.inc.php:519 include/fiche.inc.php:528
msgid "ref"
msgstr "ref"
@@ -21992,11 +22189,12 @@ msgid "soit y restaurer un backup ou un modèle"
msgstr ""
#: include/export/export_fiche_balance_csv.php:57 include/fiche.inc.php:587
+#: include/fiche.inc.php:596
#, fuzzy
msgid "solde"
msgstr "evenwicht"
-#: include/fiche.inc.php:592
+#: include/fiche.inc.php:592 include/fiche.inc.php:601
#, fuzzy
msgid "solde crediteur"
msgstr "Creditsaldo"
@@ -22010,11 +22208,13 @@ msgstr "Creditsaldo"
#: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534
#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536
#: include/class/fiche.class.php:1421 include/class/fiche.class.php:1552
+#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553
#, fuzzy
msgid "solde créditeur"
msgstr "Creditsaldo"
#: include/class/acc_ledger_history_generic.class.php:668
+#: include/class/acc_ledger_history_generic.class.php:669
#, fuzzy
msgid "solde créditeur:"
msgstr "Creditsaldo"
@@ -22028,12 +22228,14 @@ msgstr "Creditsaldo"
#: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534
#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536
#: include/fiche.inc.php:590 include/class/fiche.class.php:1421
-#: include/class/fiche.class.php:1552
+#: include/class/fiche.class.php:1552 include/fiche.inc.php:599
+#: include/class/fiche.class.php:1422 include/class/fiche.class.php:1553
#, fuzzy
msgid "solde débiteur"
msgstr "Debetsaldo"
#: include/class/acc_ledger_history_generic.class.php:667
+#: include/class/acc_ledger_history_generic.class.php:668
#, fuzzy
msgid "solde débiteur:"
msgstr "Debetsaldo"
@@ -22161,7 +22363,8 @@ msgstr "btw"
#: html/ajax_misc.php:289 html/ajax_misc.php:294 html/ajax_misc.php:367
#: html/ajax_misc.php:372 html/ajax_misc.php:377 html/ajax_misc.php:400
#: html/ajax_misc.php:405 html/ajax_misc.php:512 html/ajax_misc.php:517
-#: html/ajax_misc.php:514 html/ajax_misc.php:519
+#: html/ajax_misc.php:514 html/ajax_misc.php:519 html/ajax_misc.php:520
+#: html/ajax_misc.php:525
msgid "tva inconnue"
msgstr "onbekend btw"
@@ -22210,7 +22413,7 @@ msgstr "Soort boek van"
msgid "téléphone "
msgstr "telefoon"
-#: include/ajax/ajax_preference.php:219
+#: include/ajax/ajax_preference.php:219 include/ajax/ajax_preference.php:230
msgid "utf8"
msgstr "utf8"
@@ -22238,6 +22441,7 @@ msgid "verifie Imputation Analytique"
msgstr "Toerekening geverifieerd Analytische"
#: include/ajax/ajax_preference.php:188 include/ajax/ajax_preference.php:204
+#: include/ajax/ajax_preference.php:199 include/ajax/ajax_preference.php:215
msgid "virgule"
msgstr "comma"
diff --git a/include/class/pre_operation.class.php
b/include/class/pre_operation.class.php
index bd6c5af..224d4d1 100644
--- a/include/class/pre_operation.class.php
+++ b/include/class/pre_operation.class.php
@@ -146,7 +146,7 @@ class Pre_operation
$this->detail=new Pre_op_advanced($this->db);
break;
default:
- throw new Exception('Load PreOperatoin
failed'.$this->od_jrn_type);
+ throw new Exception(sprintf(_('Echec PreOperatoin chargement
%s'),$this->od_jrn_type));
}
$this->detail->set_od_id($this->od_id);
$this->detail->jrn_def_id=$this->jrn_def_id;
diff --git a/include/database.item.php b/include/database.item.php
index cbe31ab..2ed2767 100644
--- a/include/database.item.php
+++ b/include/database.item.php
@@ -121,7 +121,7 @@ $menu[]=_('Liste Suivi'); $desc[]=_('Document de suivi
sous forme de liste');$d
$menu[]=_('Moyen de paiement'); $desc[]=_('Config. des méthodes de
paiement');$desc_long[]=_('Configuration des moyens de paiements que vous
voulez utiliser dans les journaux de type VEN ou ACH, les moyens de paiement
permettent de générer l\'opération de trésorerie en même temps que l\'achat, la
note de frais ou la vente');
$menu[]=_('Administration'); $desc[]=_('Suivi administration,
banque');$desc_long[]=_('Suivi des administrations : courrrier, déclarations.');
$menu[]=_('Prévision'); $desc[]=_('Prévision');$desc_long[]=_('Prévision de
vos achats, revenus, permet de suivre l\'évolution de votre société. Vos
prévisions sont des formules sur les postes comptables et vous permettent aussi
vos marges brutes.');
-$menu[]=_('Export opérations rapprochées'); $desc[]=_('Export opérations
rapprochées en CSV');$desc_long[]=_(' ');
+$menu[]=_('Export opérations rapprochées'); $desc[]=_('Export opérations
rapprochées en CSV');$desc_long[]=_('');
$menu[]=_('Administrateur'); $desc[]=_('Suivi des gérants, administrateurs et
salariés');$desc_long[]=_('Suivi de vos salariés, managers ainsi que des
administrateurs, pour les documents et les opérations comptables');
$menu[]=_('Menu par défaut'); $desc[]=_('Configuration des menus par
défaut');$desc_long[]=_('Configuration des menus par défaut, ces menus sont
appelés par des actions dans d\'autres menus');
$menu[]=_('Agenda'); $desc[]=_('Agenda');$desc_long[]=_('Agenda, présentation
du suivi sous forme d\'agenda ');
diff --git a/include/lib/function_javascript.php
b/include/lib/function_javascript.php
index 12dbbde..10079ac 100644
--- a/include/lib/function_javascript.php
+++ b/include/lib/function_javascript.php
@@ -2755,6 +2755,7 @@ function load_all_script()
static $already_call=0;
if ( $already_call==1)return;
$already_call=1;
+
include_once NOALYSS_INCLUDE."/lib/message_javascript.php";
echo JS_INFOBULLE;
echo js_include('smoke.js');
diff --git a/include/lib/message_javascript.php
b/include/lib/message_javascript.php
index 28f5263..239e42a 100644
--- a/include/lib/message_javascript.php
+++ b/include/lib/message_javascript.php
@@ -28,54 +28,78 @@
?>
<script>
var content=new Array();
-content[0]="<?php echo _("Cherchez en saisissant le quickcode, le poste
comptable ou une partie du nom de la fiche ou de l'adresse")?>";
-content[1]="<?php echo _("(optionnel) La description est un commentaire libre
qui sert à identifier cette opération")?>";
-content[2]="<?php echo _("Selectionnez le journal où l'opération doit être
sauvée")?>";
-content[3]="<?php echo _("Les périodes comptables servent comme un second
contrôle pour la date de l'opération. Modifiez dans vos préférence pour avoir
une autre période par défaut. Pour ne plus avoir à changer la période aller
dans COMPANY, et mettez 'Afficher la période comptable' à non")?>";
-content[4]="<?php echo _("(optionnel) L'échéance est la date limite de
paiement")?>";
-content[5]="<?php echo _("(optionnel)Le numéro d'extrait permet de retrouver
plus facilement l'extrait de banque")?>";
-content[6]="<?php echo _("Indiquez ici le prix hors tva si vous êtes affilié à
la tva et que vous pouvez la déduire , sinon indiquez ici le total tva incluse
et utilisez un taux tva de 0%")?>";
-content[7]="<?php echo _("(optionnel) Ces champs servent à contrôler que les
montants correspondent à l'extrait")?>";
-content[8]="<?php echo _("(optionnel) Ce montant correspond au total tva, si
vous le laissez à vide, il sera calculé automatiquement en fonction du
taux")?>";
-content[9]="<?php echo _("Tapez le numéro de poste ou une partie du poste ou
du libellé puis sur recherche, Si vous avez donné un quickcode, le poste
comptable ne sera pas utilisé")?>";
-content[10]="<?php echo _("ATTENTION changer le poste comptable d'une fiche
<b>ne modifiera pas toutes les opérations</b> où cette fiche est utilisée")?>";
-content[11]="<?php echo _("ATTENTION si le poste comptable est vide, il sera
créé automatiquement")?>";
-content[12]="<?php echo _("Document généré uniquement si le mode de paiement
est utilisé")?>";
-content[13]="<?php echo _("Vous pouvez utiliser le % pour indiquer le poste
parent")?>";
-content[14]="<?php echo _("Attention, le poste comptable doit exister, il ne
sera pas vérifié")?>";
-content[15]="<?php echo _("Laissez à 0 pour ne rien changer")?>";
-content[16]="<?php echo _("Vous devez donner la date par opération")?>";
-content[17]="<?php echo _("Cliquez sur le titre d'une colonne pour trier")?>";
-content[18]="<?php echo _("Donnez une partie du nom, prénom, de la
description, du poste comptable, du n° de TVA,quick code ... ")?>";
-content[19]="<?php echo _("Donnez une partie du nom, de la description, du n°
de TVA du poste comptable ou du quick code")?>";
-content[20]="<?php echo _("Les menus ne peuvent dépendre que dans d'un menu
principal ou d'un menu, si cette liste est vide, ajouter des modules ou menu
principal sans donner de dépendance")?>";
-content[21]="<?php echo _("Donnez un nombre entre 0 & 100")?>";
-content[22]="<?php echo _("Donnez une partie du nom du dossier,du nom, du
prénom ou du login pour filtrer")?>";
-content[23]="<?php echo _("Donnez une partie du nom du dossier ou de la
description pour filtrer")?>";
-content[24]="<?php echo _("Donnez une partie du poste comptable ou du libellé
pour filtrer")?>";
-content[25]="<?php echo _("Donnez une partie du libellé, la date, le montant
ou le numéro d'opération pour filtrer, cela n'efface pas ce qui a déjà été
sélectionné")?>";
-content[26]="<?php echo _("Donnez une partie du quickcode, nom, description...
pour filtrer")?>";
-content[27]="<?php echo _("Attention, <b>SI</b> la fiche a changé de poste
comptable, c'est seulement le dernier qui est affiché")?>";
-content[28]="<?php echo _("Attention Différence entre TVA calculée et
donnée")?>";
-content[29]="<?php echo _("Si vous ne donnez pas de nom, ce sera le nom du
fichier qui sera utilisé")?>";
-content[30]="<?php echo _("Peut contenir une information telle que le message
structuré sur le virement")?>";
-content[31]="<?php echo _("Peut contenir un numéro de bon de commande")?>";
-content[32]="<?php echo _("<h3> Remarque : choix possibles </h3>
<ul style='padding-left:15px'> <li> Détail opérations ne donne pas le
même résultat si on regarde tous les journaux ou un journal de type ACH ou
VEN</li> <li> Liste opérations ne donne pas le même résultat si on
regarde tous les journaux ou un journal de type ACH ou VEN</li> <li>
Journaux VEN ou ACH en mode détail opérations donne les détails des factures, y
compris les montants, TVA et qu [...]
-content[33]="<?php echo _("le type vaut :<ul> <li> ME pour Menu</li> <li> PR
pour les impressions </li> <li> PL pour les plugins</li> <li> SP pour
des valeurs spéciales</li> </ul>")?>";
-content[34]="<?php echo _("Cliquez sur le code AD pour ouvrir le menu dans un
nouvel onglet")?>";
-content[35]="<?php echo _("Cliquez sur le chemin pour ouvrir le menu")?>";
-content[36]="<?php echo _("En utilisant les dates d échéance ou de paiement,
seuls les journaux de type ACH et VEN seront utilisés ,vous excluez d office
les autres journaux")?>";
-content[37]="<?php echo _("Les dates sont en format DD.MM.YYYY")?>";
-content[38]="<?php echo _("La numérotation est propre à chaque journal.
Laissez à 0 pour ne pas changer le numéro")?>";
-content[39]="<?php echo _("Le préfixe des pièces doit être différent pour
chaque journal, on peut aussi utiliser l'année")?>";
-content[40]="<?php echo _("Laissez à 0 pour ne pas changer le numéro")?>";
-content[41]="<?php echo _("Mettez le pourcentage <br> à zéro pour effacer la
ligne")?>";
-content[42]="<?php echo _("Selectionnez le plan qui vous intéresse avant de
cliquer sur Recherche")?>";
-content[43]="<?php echo _("Autoliquidation : Utilisé en même temps au crédit
et au débit")?>";
-content[44]="<?php echo _("Ne donner pas ce poste comptable si ce code n'est
pas utilisé à l'achat")?>";
-content[45]="<?php echo _("Ne donner pas ce poste comptable si ce code n'est
pas utilisé à la vente")?>";
-content[46]="<?php echo _("Un instant svp")?>";
-content[47]="<?php echo _("Vous confirmez ?")?>";
-content[48]="<?php echo _("Echec ")?>";
+content[0]="<?php echo escape_xml(_("Cherchez en saisissant le quickcode, le
poste comptable ou une partie du nom de la fiche ou de l'adresse"))?>";
+content[1]="<?php echo escape_xml(_("(optionnel) La description est un
commentaire libre qui sert à identifier cette opération"))?>";
+content[2]="<?php echo escape_xml(_("Selectionnez le journal où l'opération
doit être sauvée"))?>";
+content[3]="<?php echo escape_xml(_("Les périodes comptables servent comme un
second contrôle pour la date de l'opération. Modifiez dans vos préférence pour
avoir une autre période par défaut. Pour ne plus avoir à changer la période
aller dans COMPANY, et mettez 'Afficher la période comptable' à non"))?>";
+content[4]="<?php echo escape_xml(_("(optionnel) L'échéance est la date limite
de paiement"))?>";
+content[5]="<?php echo escape_xml(_("(optionnel)Le numéro d'extrait permet de
retrouver plus facilement l'extrait de banque"))?>";
+content[6]="<?php echo escape_xml(_("Indiquez ici le prix hors tva si vous
êtes affilié à la tva et que vous pouvez la déduire , sinon indiquez ici le
total tva incluse et utilisez un taux tva de 0%"))?>";
+content[7]="<?php echo escape_xml(_("(optionnel) Ces champs servent à
contrôler que les montants correspondent à l'extrait"))?>";
+content[8]="<?php echo escape_xml(_("(optionnel) Ce montant correspond au
total tva, si vous le laissez à vide, il sera calculé automatiquement en
fonction du taux"))?>";
+content[9]="<?php echo escape_xml(_("Tapez le numéro de poste ou une partie du
poste ou du libellé puis sur recherche, Si vous avez donné un quickcode, le
poste comptable ne sera pas utilisé"))?>";
+content[10]="<?php echo escape_xml(_("ATTENTION changer le poste comptable
d'une fiche <b>ne modifiera pas toutes les opérations</b> où cette fiche est
utilisée"))?>";
+content[11]="<?php echo escape_xml(_("ATTENTION si le poste comptable est
vide, il sera créé automatiquement"))?>";
+content[12]="<?php echo escape_xml(_("Document généré uniquement si le mode de
paiement est utilisé"))?>";
+content[13]="<?php echo escape_xml(_("Vous pouvez utiliser le % pour indiquer
le poste parent"))?>";
+content[14]="<?php echo escape_xml(_("Attention, le poste comptable doit
exister, il ne sera pas vérifié"))?>";
+content[15]="<?php echo escape_xml(_("Laissez à 0 pour ne rien changer"))?>";
+content[16]="<?php echo escape_xml(_("Vous devez donner la date par
opération"))?>";
+content[17]="<?php echo escape_xml(_("Cliquez sur le titre d'une colonne pour
trier"))?>";
+content[18]="<?php echo escape_xml(_("Donnez une partie du nom, prénom, de la
description, du poste comptable, du n° de TVA,quick code ... "))?>";
+content[19]="<?php echo escape_xml(_("Donnez une partie du nom, de la
description, du n° de TVA du poste comptable ou du quick code"))?>";
+content[20]="<?php echo escape_xml(_("Les menus ne peuvent dépendre que dans
d'un menu principal ou d'un menu, si cette liste est vide, ajouter des modules
ou menu principal sans donner de dépendance"))?>";
+content[21]="<?php echo escape_xml(_("Donnez un nombre entre 0 & 100"))?>";
+content[22]="<?php echo escape_xml(_("Donnez une partie du nom du dossier,du
nom, du prénom ou du login pour filtrer"))?>";
+content[23]="<?php echo escape_xml(_("Donnez une partie du nom du dossier ou
de la description pour filtrer"))?>";
+content[24]="<?php echo escape_xml(_("Donnez une partie du poste comptable ou
du libellé pour filtrer"))?>";
+content[25]="<?php echo escape_xml(_("Donnez une partie du libellé, la date,
le montant ou le numéro d'opération pour filtrer, cela n'efface pas ce qui a
déjà été sélectionné"))?>";
+content[26]="<?php echo escape_xml(_("Donnez une partie du quickcode, nom,
description... pour filtrer"))?>";
+content[27]="<?php echo escape_xml(_("Attention, <b>SI</b> la fiche a changé
de poste comptable, c'est seulement le dernier qui est affiché"))?>";
+content[28]="<?php echo escape_xml(_("Attention Différence entre TVA calculée
et donnée"))?>";
+content[29]="<?php echo escape_xml(_("Si vous ne donnez pas de nom, ce sera le
nom du fichier qui sera utilisé"))?>";
+content[30]="<?php echo escape_xml(_("Peut contenir une information telle que
le message structuré sur le virement"))?>";
+content[31]="<?php echo escape_xml(_("Peut contenir un numéro de bon de
commande"))?>";
+// Because we are using HTML tag , we cannot escape and we must be careful
with quote and double-quote, the best
+// is to avoid them
+content[32]="<?php echo _("<h3> Remarque : choix possibles </h3>
<ul> <li> Détail opérations ne donne pas le même résultat si on regarde
tous les journaux ou un journal de type ACH ou VEN</li> <li> Liste
opérations ne donne pas le même résultat si on regarde tous les journaux ou un
journal de type ACH ou VEN</li> <li> Journaux VEN ou ACH en mode détail
opérations donne les détails des factures, y compris les montants, TVA et
quantité par article</li> [...]
+content[33]="<?php echo escape_xml(_("le type vaut :<ul> <li> ME pour
Menu</li> <li> PR pour les impressions </li> <li> PL pour les
plugins</li> <li> SP pour des valeurs spéciales</li> </ul>"))?>";
+content[34]="<?php echo escape_xml(_("Cliquez sur le code AD pour ouvrir le
menu dans un nouvel onglet"))?>";
+content[35]="<?php echo escape_xml(_("Cliquez sur le chemin pour ouvrir le
menu"))?>";
+content[36]="<?php echo escape_xml(_("En utilisant les dates d échéance ou de
paiement, seuls les journaux de type ACH et VEN seront utilisés ,vous excluez d
office les autres journaux"))?>";
+content[37]="<?php echo escape_xml(_("Les dates sont en format
DD.MM.YYYY"))?>";
+content[38]="<?php echo escape_xml(_("La numérotation est propre à chaque
journal. Laissez à 0 pour ne pas changer le numéro"))?>";
+content[39]="<?php echo escape_xml(_("Le préfixe des pièces doit être
différent pour chaque journal, on peut aussi utiliser l'année"))?>";
+content[40]="<?php echo escape_xml(_("Laissez à 0 pour ne pas changer le
numéro"))?>";
+content[41]="<?php echo escape_xml(_("Mettez le pourcentage <br> à zéro pour
effacer la ligne"))?>";
+content[42]="<?php echo escape_xml(_("Selectionnez le plan qui vous intéresse
avant de cliquer sur Recherche"))?>";
+content[43]="<?php echo escape_xml(_("Autoliquidation : Utilisé en même temps
au crédit et au débit"))?>";
+content[44]="<?php echo escape_xml(_("Ne donner pas ce poste comptable si ce
code n'est pas utilisé à l'achat"))?>";
+content[45]="<?php echo escape_xml(_("Ne donner pas ce poste comptable si ce
code n'est pas utilisé à la vente"))?>";
+content[46]="<?php echo escape_xml(_("Un instant svp"))?>";
+content[47]="<?php echo escape_xml(_("Vous confirmez ?"))?>";
+content[48]="<?php echo escape_xml(_("Echec "))?>";
+content[49]="<?php echo escape_xml(_("Echec donnée manquante ou
incorrecte"))?>";
+content[50]="<?php echo escape_xml(_("Vous confirmez effacement ?"))?>";
+content[51]="<?php echo escape_xml(_("Vous confirmez mise à jour ?"))?>";
+content[52]="<?php echo escape_xml(_("Si vous changez de page vous perdez les
reconciliations, continuez ?")) ?>";
+content[53]="<?php echo escape_xml(_("Echec réponse"))?>";
+content[54]="<?php echo escape_xml(_("Désolé, les montants pour la
comptabilité analytique sont incorrects"))?>";
+content[55]="<?php echo escape_xml(_("Maximum 15 lignes"))?>";
+content[56]="<?php echo escape_xml(_("Maximum"))?>";
+content[57]="<?php echo escape_xml(_("calculé"))?>";
+content[58]="<?php echo escape_xml(_("Balance incorrecte D/C")); ?>";
+content[59]="<?php echo escape_xml(_("Action non autorisée")); ?>";
+content[60]="<?php echo escape_xml(_("Donnée manquante ou déjà supprimée"))
?>";
+content[61]="<?php echo escape_xml(_('Désolé, événement en cours de création à
sauver')); ?>";
+content[62]="<?php echo escape_xml(_("Cacher"))?>";
+content[63]="<?php echo escape_xml(_("Afficher"))?>";
+content[64]="<?php echo escape_xml(_("Traitement en cours"))?>";
+content[65]="<?php echo escape_xml(_("Un instant"))?>";
+content[66]="<?php echo escape_xml(_("Calculatrice"))?>";
+content[67]="<?php echo escape_xml(_('Taper une formule (ex 20*5.1) puis
enter'))?>";
+content[68]="<?php echo escape_xml(_("Calculatrice simplifiée: écrivez
simplement les opérations que vous voulez puis la touche retour. exemple :
1+2+3*(1/5)"));?>";
+content[69]="<?php echo escape_xml(_("Aucune donnée"))?>";
+
</script>
\ No newline at end of file
- [Noalyss-commit] [noalyss] 102/107: New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit), (continued)
- [Noalyss-commit] [noalyss] 102/107: New Task 1728: Aide à l'encodage - Journaux négatifs (note de crédit), Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 42/107: squash! PHPUnit : adapt to new version, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 49/107: translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 86/107: Cosmetic : Icon_Trash in Todo_List, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 96/107: traduction, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 70/107: Merge branch 'dev-7109-pluton' into dev7109, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 91/107: Cosmetic : add button close in detail card, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 100/107: CSS : add a class "warning", Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 101/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 41/107: fixup! PHPUnit : adapt to new version, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 68/107: Task #1730 : translate javascript message,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 79/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 99/107: Translation, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 87/107: Bug : cannot get a message when trying to save a new category of card, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 95/107: Unit Test : Acc_Account, Dany De Bontridder, 2019/08/26
- [Noalyss-commit] [noalyss] 107/107: Merge branch 'dev7109', Dany De Bontridder, 2019/08/26