From ae2ddf9541d7cab46f8627b7d868c12e1f694f23 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 10 Apr 2026 16:33:54 +0200 Subject: [PATCH 01/15] CSS: improve appareance card and gestion_title on small screens --- html/css/style-classic7.css | 54 ++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 7656e9d82..6d6c9bd9e 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -1292,8 +1292,6 @@ div.inner_box { background-color: var(--bg-inner-box); font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; font-family: 'OpenSansRegular'; - /*! font-family: 'var(--font-button)'; */ - /*! padding:2px; */ margin:0px; overflow:hidden; z-index:3; @@ -1304,8 +1302,8 @@ div.inner_box { box-shadow: 15px 15px 15px #888; font-size:100%; font-size:1rem; - width: 50%; - left:22% ; + width: 100%; + left:0; } /* SM */ @media (max-width: 576px) { @@ -1316,7 +1314,10 @@ div.inner_box { } div.inner_box div.content,div.inner_box2 div.content { padding:2px; -} + } + div.inner_box2 { + left:22% ; + } } /* MD */ @media (min-width: 768px) { @@ -1326,8 +1327,8 @@ div.inner_box { border-radius: 0px; } div.inner_box2 { - width: 75%; - left:5% ; + width: 95%; + left:2% ; border-radius: 0px; } } @@ -1357,7 +1358,7 @@ div.inner_box { border-radius: 7px; } div.inner_box2{ - width: 50%; + width: min(70%,80rem);; left: 20%; padding-bottom: 10px; border-radius: 7px; @@ -2769,6 +2770,29 @@ td.selectedmenu { /* * Name of the tiers in GESTION */ +#gestion_title { + + font-variant: small-caps; + color:navy; + font-size: max(150%,1.5rem) !important; + font-variant:regular; + background-color:transparent; +} +/* SM */ +@media (min-width: 576px) { + + +} +/* MD */ +@media (min-width: 768px) { + +} +/* LG */ +@media (min-width: 992px) { + +} +/* XL */ +@media (min-width: 1200px) { #gestion_title { float:right; margin-right: 5%; @@ -2776,8 +2800,18 @@ td.selectedmenu { font-variant: small-caps; padding: 13px 20px 13px 20px; margin-top:20px; - background-color:#141d77; - color:#FE8300; + background-color:#dee4eb; + color:navy; + font-size: max(150%,1.5rem) !important; + border-color: navy; + border-style: double; + font-style:normal; + border-color: #879ed4; + border-style: solid; + font-style:normal; + border-radius:5px; + border-width:1px; +} } /* * Style for the Inplace Edit element From 474acd99195e747b4a1065ab9e1768c4899cda14 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 18 Apr 2026 10:25:26 +0200 Subject: [PATCH 02/15] Appearance : improve responsive appearance for dashboard element --- html/css/style-classic7.css | 28 +++++++++++++++++++++++++--- html/js/noalyss_script.js | 2 +- html/js/todo_list.js | 4 +++- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 6d6c9bd9e..917887c52 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -1233,10 +1233,30 @@ div.topmenu { position:absolute; text-align:left; z-index:1; - width:480px; - width:30rem; + width:100%; height:auto; } + +@media (min-width: 576px) { + +} +/* MeDium */ +@media (min-width: 768px) { + #add_todo_list , div.add_todo_list{ + + } +} +/* LarGe */ +@media (min-width: 992px) { + #add_todo_list , div.add_todo_list { + width:480px; + width:30rem; + } +} +/* eXtraLarge */ +@media (min-width: 1200px) { + +} div.welcome { } @@ -3072,7 +3092,6 @@ span.warning { } li.tab_row_selected { display:block; - width:96%; background: #C2E3FC; /* Old browsers */ background: -moz-linear-gradient(top, #C2E3FC 0%, #6393c1 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C2E3FC), color-stop(100%,#6393c1)); /* Chrome,Safari4+ */ @@ -3171,6 +3190,9 @@ margin-left: 2px; border-color: #879ed4; border-width: 1px; border-style: solid; + border-radius: 10px; + padding: 20px 15px 15px 20px; + margin: 20px 15px 15px 15px; } span.tab_row { font-style: italic; diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index f259df367..8f2004b59 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -2180,7 +2180,7 @@ function view_action(ag_id, dossier, modify) { } var code_html = getNodeText(html[0]); code_html = unescape_xml(code_html); - var pos = fixed_position(0, 50) + ";width:90%;left:5%;z-index:"+layer+";"; + var pos = "position:absolute;"+"top : "+calcy(50)+"px;"+"z-index:"+layer; add_div({ id: id, cssclass: "inner_box", diff --git a/html/js/todo_list.js b/html/js/todo_list.js index 3952d0d07..2ac8c0fe4 100644 --- a/html/js/todo_list.js +++ b/html/js/todo_list.js @@ -53,7 +53,9 @@ function todo_list_show(p_id) todo_div.style.top = (posY + offsetY) + 'px'; - todo_div.style.left = (posX + offsetX + 20) + 'px'; + if (document.viewport.getWidth()> 970) { + todo_div.style.left = (posX + offsetX + 20) + 'px'; + } var answer = req.responseXML; var tl_id = answer.getElementsByTagName('tl_id'); From 726ee02712c3a81d35a0049aed6a82148589ba4d Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 20 Apr 2026 20:45:17 +0200 Subject: [PATCH 03/15] Mantis 0002461: Ajouter une colonne TVA dans la section ARTICLE --- include/XMLDocument/xml_reader.class.php | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/include/XMLDocument/xml_reader.class.php b/include/XMLDocument/xml_reader.class.php index 31c1ce03b..1924e86ba 100644 --- a/include/XMLDocument/xml_reader.class.php +++ b/include/XMLDocument/xml_reader.class.php @@ -532,33 +532,40 @@ abstract class XML_Reader */ $pdf->setFont("DejaVu", "B", 12); $pdf->SetTextColor(0,0,127); - $pdf->write_cell(60, 4, _("Articles")); + $pdf->write_cell(50, 4, _("Articles")); $pdf->line_new(6); $pdf->SetTextColor(0,0,0); $pdf->setFont("DejaVu", "", 7); $result = $this->get_invoiceLine(); - $pdf->write_cell(50, 4, _("Code"), border: 'B'); - $pdf->write_cell(60, 4, _("Description"), border: 'B'); + $pdf->write_cell(40, 4, _("Code"), border: 'B'); + $pdf->write_cell(50, 4, _("Description"), border: 'B'); $pdf->write_cell(20, 4, _("TVA"), border: 'B', align: 'R'); $pdf->write_cell(20, 4, _("Prix unitaire"), border: 'B', align: 'R'); $pdf->write_cell(20, 4, _("Quantité"), border: 'B', align: 'R'); $pdf->write_cell(20, 4, _("Montant HT"), border: 'B', align: 'R'); + $pdf->write_cell(20, 4, _("TVAC"), border: 'B', align: 'R'); $pdf->line_new(); $nb_inline = count($result); for ($i = 0; $i < $nb_inline; $i++) { if ( $result[$i]['description'] == '') { - $pdf->write_multi(110, 4, $result[$i]['name']); + $pdf->write_multi(90, 4, $result[$i]['name']); }else { - $pdf->write_multi(50, 4, $result[$i]['name']); - $pdf->write_multi(60, 4, $result[$i]['description']); + $pdf->write_multi(40, 4, $result[$i]['name']); + $pdf->write_multi(50, 4, $result[$i]['description']); } $pdf->write_cell(20, 4, $result[$i]['tva_percent'], align: 'R'); //$pdf->write_cell(5, 4, $result[$i]['tva_id']); $pdf->write_cell(20, 4, $result[$i]['unit_price'], align: 'R'); $pdf->write_cell(20, 4, $result[$i]['quantity'], align: 'R'); $pdf->write_cell(20, 4, nbm($result[$i]['amount']), align: 'R'); + /// @var $t (float) amount VAT included + $t= bcmul($result[$i]['amount'], + bcdiv($result[$i]['tva_percent'],100,4),4); + $t=bcadd($result[$i]["amount"],$t,4); + $t=round($t,2); + $pdf->write_cell(20, 4, nbm($t), align: 'R'); $pdf->line_new(); } $pdf->line_new(10); From 77544dda83e552b8d4798cc47f073b2637908261 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 22 Apr 2026 18:46:14 +0200 Subject: [PATCH 04/15] Manage_Table in case of exception, check that $S5 exists before throwing message --- include/lib/manage_table_sql.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 7b8c7244c..2d851f5d7 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -1355,7 +1355,7 @@ function check() $root->appendChild($s2); $root->appendChild($s3); $root->appendChild($s4); - $root->appendChild($s5); + if ( isset($s5) ) $root->appendChild($s5); $xml->appendChild($root); } return $xml; From 01d8f1786ed1f1e18f917d8514b34a18f18f5936 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Mon, 27 Apr 2026 09:56:39 +0200 Subject: [PATCH 05/15] CARD: show only count of available cards in the SELECT --- include/fiche.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fiche.inc.php b/include/fiche.inc.php index 111d37c6f..086204154 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -35,7 +35,7 @@ global $g_user, $g_failed; */ /* var categorie ISelect select card category */ $categorie = new ISelect('cat'); -$categorie->value = $cn->make_array("select fd_id,fd_label||' ('||(select count(*) from fiche where fiche.fd_id=fiche_def.fd_id)::text||')' from fiche_def order by fd_label"); +$categorie->value = $cn->make_array("select fd_id,fd_label||' ('||(select count(*) from fiche where fiche.fd_id=fiche_def.fd_id and f_enable='1')::text||')' from fiche_def order by fd_label"); $categorie->selected = $http->get('cat','number',0); // var $str_categorie string From 79e603b700bcd6ddccc49f05ad8d5ae43bfb831f Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 28 Apr 2026 11:13:13 +0200 Subject: [PATCH 06/15] Redirect properly if not config.inc.php file --- html/index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/html/index.php b/html/index.php index 7ffeef768..475b9aa84 100644 --- a/html/index.php +++ b/html/index.php @@ -134,8 +134,8 @@ * */ - -if (! file_exists('..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php') ) +// -- if there is not config.inc.php file then redirect to install.php +if ( ! file_exists('..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php') ) { echo << EOF; - - header("Location: install.php"); - exit(0); } From 5527d4f0532bda6610a70416d506b0d14143cd11 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 28 Apr 2026 12:41:56 +0200 Subject: [PATCH 07/15] Improve 2FA : show expected code, improve explanation --- html/compute.php | 17 ++++++++ include/otp-link.php | 98 ++++++++++++++++++++++++++++++++++++-------- 2 files changed, 97 insertions(+), 18 deletions(-) diff --git a/html/compute.php b/html/compute.php index 0a2fbc2d4..a004865d8 100644 --- a/html/compute.php +++ b/html/compute.php @@ -42,6 +42,23 @@ MaintenanceMode("block.html"); $http=new HttpInput(); +//------------------------------------------------ +// refresh code from otp-link.php +//------------------------------------------------ +if ($http->post("action","string","xx")=="qr_refresh") { + try { + + $authenticator = new \Noalyss\OTP(); + $secret=$http->post("secret"); + echo $authenticator->compute_code($secret); + + } catch (Exception $exc) { + record_log("refresh BarCode invalide"); + } + return; + +} + // TVA id or TVA code $t=$http->get("t"); // string qcode card diff --git a/include/otp-link.php b/include/otp-link.php index a31380216..d2e43c98b 100644 --- a/include/otp-link.php +++ b/include/otp-link.php @@ -118,9 +118,15 @@ form { width:70%; margin-left:15%; } +#otp_code_span { + font-size:160%; + color:navy; + background-color:white; + padding:0.8rem; +} -
+
write($qrCode); - echo '
'; + echo '
'; // generate the QRCode echo '

',_("Scanner ceci avec votre application OTP"),'

'; + ?> + + '; + echo _("Scanner ce QRCode avec votre application OTP afin de l'ajouter"); + echo '

'; + echo '

'; + + echo _("Dans votre application OTP vous devez avoir ce nombre "); + + ?> + + compute_code($secret)?> + + + '; + ?> + ', base64_encode($result->getString())); + +} catch (Exception $exc) { + record_log($e); + return; +} +?> +

+
+

+

+ +

+

+ +

  1. FreeOTP (libre) @@ -195,22 +236,43 @@ try { Google Authenticator
- '; - echo _("Scanner ce QRCode avec votre application OTP afin de l'ajouter"); - - if ( DEBUGNOALYSS > 1) { echo "code attendu",$authenticator->code();} - echo '

'; - - - printf('', base64_encode($result->getString())); - -} catch (Exception $exc) { - record_log($e); - return; -} -?> - +

+ + +

+
    +
  1. + FreeOTP (libre) +
  2. +
+

+ PC +

+

+ + + + OTPClient , un outil très utile sous PC + +
+ + + apt install otpclient + +

+
    +
  1. + Site OTPClient + +
  2. +
+
+ \ No newline at end of file From 160490215d9810e2094adf8f2c84e8918fa76c55 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 28 Apr 2026 12:42:19 +0200 Subject: [PATCH 08/15] Noalyss_debug.js available if debug level > 0 --- include/lib/function_javascript.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/function_javascript.php b/include/lib/function_javascript.php index 7ca37901b..1acab7a07 100644 --- a/include/lib/function_javascript.php +++ b/include/lib/function_javascript.php @@ -2785,7 +2785,7 @@ EOF; echo js_include('noalyss_checkbox.js'); echo js_include('tinymce/tinymce.min.js'); - if (DEBUGNOALYSS > 1) { + if (DEBUGNOALYSS > 0) { echo js_include('noalyss_debug.js'); } echo ''; From cf2f3ba3f6dc828618c479a731b013244b575236 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 28 Apr 2026 12:42:58 +0200 Subject: [PATCH 09/15] Improve usage in command line --- include/constant.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/include/constant.php b/include/constant.php index 00cf4ddc5..fdbd0fbd1 100644 --- a/include/constant.php +++ b/include/constant.php @@ -369,16 +369,16 @@ define("ARROWUP","⇧"); // Url of NOALYSS (http://...) // if (!defined("NOALYSS_URL")) { - if ( isset ( $_SERVER)) { - $protocol = "http"; - if (isset ($_SERVER['REQUEST_SCHEME'])) { - $protocol = $_SERVER['REQUEST_SCHEME']; - } - $base = $protocol . '://' . - $_SERVER['SERVER_NAME'] . - ":" . $_SERVER['SERVER_PORT'] . - dirname($_SERVER['PHP_SELF']); - define("NOALYSS_URL", $base); + if ( isset ( $_SERVER['SERVER_NAME'])) { + $protocol = "http"; + if (isset ($_SERVER['REQUEST_SCHEME'])) { + $protocol = $_SERVER['REQUEST_SCHEME']; + } + $base = $protocol . '://' . + $_SERVER['SERVER_NAME'] . + ":" . $_SERVER['SERVER_PORT'] . + dirname($_SERVER['PHP_SELF']); + define("NOALYSS_URL", $base); }else { define("NOALYSS_URL","command-line"); } From a51062a3e8d23910ac368e50c6ce72447f44b701 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 09:29:10 +0200 Subject: [PATCH 10/15] translation --- html/lang/en_US/LC_MESSAGES/messages.po | 592 +- html/lang/nl_NL/LC_MESSAGES/messages.po | 7137 ++++++----------------- 2 files changed, 2224 insertions(+), 5505 deletions(-) diff --git a/html/lang/en_US/LC_MESSAGES/messages.po b/html/lang/en_US/LC_MESSAGES/messages.po index 513aa38d6..2aed70522 100644 --- a/html/lang/en_US/LC_MESSAGES/messages.po +++ b/html/lang/en_US/LC_MESSAGES/messages.po @@ -3,15 +3,15 @@ # This file is distributed under the same license as the NOALYSS package. # Dany De Bontridder # -# dany, 2014. -# Dany De Bontridder , 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2024, 2025. #: include/database.item.php:104 +# dany, 2014. +# Dany De Bontridder , 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2024, 2025, 2026. msgid "" msgstr "" "Project-Id-Version: NOALYSS 672\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-12-06 08:28+0100\n" -"PO-Revision-Date: 2025-12-06 07:29+0100\n" +"PO-Revision-Date: 2026-04-28 12:40+0200\n" "Last-Translator: dany \n" "Language-Team: French \n" "Language: en_US\n" @@ -159,7 +159,7 @@ msgstr "Fixed Asset" #: include/ext/copy_parameter/class/Tva.php:167 #: include/ext/copy_parameter/class/Analytic.php:141 msgid " Importation TVA a échoué, aucun changement " -msgstr "" +msgstr " VAT import failed, no changes" #: include/class/acc_ledger_sale.class.php:261 #: include/class/acc_ledger_purchase.class.php:274 @@ -220,17 +220,13 @@ msgid " Un poste comptable est manquant" msgstr "Missing accounting " #: html/install.php:501 -#, fuzzy msgid "" " Vous devez utiliser au minimum une version 12 de PostgreSQL, si votre " "distribution n'en\n" "offre pas, installez-en une en la compilant. Lisez attentivement la notice " "sur postgresql.org pour migrer\n" "vos bases de données" -msgstr "" -"The version of Postgresql must be higher than 9.0, if you can't install it " -"thanks a package , compile one, read carefully instructions to migrate your " -"databases " +msgstr "Minimum version for PostgreSQL is 12" #: include/ajax/ajax_card.php:586 msgid " d'administration" @@ -285,7 +281,7 @@ msgstr "and the account" #: include/ext/noalyss-export/template/export_param.php:74 #: include/ext/noalyss-export/template/export_param.php:127 msgid " grâce à l'extension \"importation avancé\"" -msgstr "" +msgstr " thanks to the \"advanced import\" extension" #: include/class/acc_bilan.class.php:73 #: include/ext/bilan_interne/acc_bilaninterne.class.php:307 @@ -315,14 +311,12 @@ msgid " pour la fiche " msgstr "For the card" #: include/ext/noalyss_document/template/document-display_detail.php:121 -#, fuzzy msgid " rotation droite" -msgstr "Direct use" +msgstr "Turn right" #: include/ext/noalyss_document/template/document-display_detail.php:121 -#, fuzzy msgid " rotation à droite" -msgstr "Staffing" +msgstr "Turn right" #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:339 msgid " utilisé avec le poste comptable" @@ -347,12 +341,10 @@ msgid "%" msgstr "%" #: include/XMLDocument/xml_reader.class.php:554 -#, fuzzy msgid "% Taxe" -msgstr "Other tax" +msgstr "% tax" #: include/ext/alchimerys_peppol_synchro/nds_synchro.php:236 -#, fuzzy, php-format msgid "%d Fichiers intégrés dans %s" msgstr "%d card are added into the category %s" @@ -369,12 +361,12 @@ msgstr "%s" #: include/XMLDocument/invoiceubl21.class.php:105 #, php-format msgid "%s : %s code Exemption pour PEPPOL non configuré code TVA [ %s %s ]" -msgstr "" +msgstr " %s: %s Exemption code for PEPPOL not configured VAT code [%s %s]" #: include/XMLDocument/invoiceubl21.class.php:89 #, php-format msgid "%s : %s code TVA pour PEPPOL non configuré code TVA [ %s %s ]" -msgstr "" +msgstr " %s: %s VAT code for PEPPOL not configured VAT code [%s %s]" #: include/template/ledger_detail_fin.php:139 #, php-format @@ -387,9 +379,9 @@ msgid "%s dans la col %s & %s
" msgstr "%s in column %s & %s
" #: include/ext/listing/ajax/ajax_upload_file.php:93 -#, fuzzy, php-format +#, php-format msgid "%s erreur chargement" -msgstr "%s Reason of change" +msgstr "%s Loading fails" #: include/lib/sendmail_core.class.php:128 #, php-format @@ -448,9 +440,8 @@ msgstr "(optional) The number of bank receipt" #: include/ext/noalyss_xmlpayment/ajax/ajax_save_bank.php:85 #: include/ext/noalyss_xmlpayment/template/list_operation-select.php:38 -#, fuzzy msgid "*** Nouveau ***" -msgstr "New" +msgstr "*** New ***" #: include/class/tva_rate_mtable.class.php:195 include/template/module.php:171 msgid "-" @@ -470,12 +461,11 @@ msgstr "-- Choice --" #: include/class/acc_ledger_sale.class.php:1398 msgid "0 - Facture PDF Standard" -msgstr "" +msgstr " 0 - Standard PDF Invoice" #: include/ajax/ajax_ledger.php:640 -#, fuzzy msgid "1 Echec " -msgstr "Fail" +msgstr "1 Fail" #: include/impress_rapport.inc.php:290 msgid "1 mois" @@ -486,9 +476,8 @@ msgid "100 dernières connexions" msgstr "100 Last entries" #: include/ajax/ajax_ledger.php:650 -#, fuzzy msgid "2 Echec " -msgstr "Fail" +msgstr "2 Fail" #: include/template/balance_aged_result.php:59 msgid "< 30 jours" @@ -509,7 +498,6 @@ msgid "A Effacer" msgstr "to delete" #: include/ext/noalyss-timesheet/template/employee_mtable-input.php:49 -#, fuzzy msgid "A accès aux projets" msgstr "No access" @@ -520,16 +508,15 @@ msgstr "To amortize" #: include/template/xmlinvoice-display_error.php:57 msgid "A corriger dans COMPANY" -msgstr "" +msgstr " To be corrected in COMPANY" #: include/template/xmlinvoice-display_error.php:110 msgid "A corriger dans la configuration TVA (C0TVA)" -msgstr "" +msgstr " To be corrected in the VAT configuration (C0TVA)" #: include/template/xmlinvoice-display_error.php:79 -#, fuzzy msgid "A corriger dans la fiche" -msgstr "Error in formula" +msgstr "Correct in the card" #: include/ext/importbank/include/template/detail_item.php:125 msgid "A effacer" @@ -555,17 +542,16 @@ msgstr "From" #: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-draft.php:82 #: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-confirmed.php:82 msgid "A prester" -msgstr "" +msgstr " To perform" #: include/ext/noalyss-timesheet/ajax/ajax_validate_employee_confirmed.php:35 #: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:37 -#, fuzzy msgid "A valider" -msgstr "Validate" +msgstr "To validate" #: include/class/tva_rate_mtable.class.php:197 msgid "AE Autoliquidate mais pas INTRACOMM." -msgstr "" +msgstr " AE Autoliquidate but not INTRACOMM." #: include/class/acc_ledger_search.class.php:667 msgid "ALS01 Etat inconnu" @@ -585,7 +571,7 @@ msgstr "Warning : if the accounting is empty it will be created automatically" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:34 msgid "AVO38.Vide" -msgstr "" +msgstr " AVO38.Empty" #: include/class/acc_operation.class.php:834 msgid "Acc_Operation::set_id , id invalide " @@ -601,7 +587,6 @@ msgid "Accueil" msgstr "Home" #: include/ext/rash/template/beneficiary-input.php:359 -#, fuzzy msgid "Accueil " msgstr "Home" @@ -786,14 +771,13 @@ msgid "Actions sur plusieurs documents" msgstr "Action on different documents" #: include/ext/noalyss-webservice/template/parameter_display.php:89 -#, fuzzy msgid "Activation audit " -msgstr "For today " +msgstr "Activate audit" #: include/ext/alchimerys_peppol_synchro/nds_synchro.php:68 #, php-format msgid "Activez l'extension %s puis allez dans %s pour qu'il s'installe" -msgstr "" +msgstr "Activate the %s extension, then go to %s to install it." #: include/class/anc_acc_list.class.php:53 msgid "Activité/Fiche" @@ -820,9 +804,8 @@ msgstr "Refresh" #: include/ext/tva/class/parameter/tva_parameter.class.php:375 #: include/ext/tva/template/ext_tva+display_detail_amount.php:39 -#, fuzzy msgid "Addition" -msgstr "Action" +msgstr "Addition" #: html/user_login.php:134 include/user_detail.inc.php:113 #: include/export/export_security_pdf.php:107 @@ -840,9 +823,8 @@ msgid "Administrateur ne peut pas être effacé" msgstr "Administrator cannot be removed" #: include/ext/rash/template/beneficiary-input.php:192 -#, fuzzy msgid "Administratif" -msgstr "Administration" +msgstr "Administrative" #: html/user_login.php:151 include/admin_repo.inc.php:77 #: include/database.item.php:102 @@ -850,7 +832,6 @@ msgid "Administration" msgstr "Administration" #: include/database.item.php:159 -#, fuzzy msgid "Administration TS" msgstr "Administration" @@ -873,13 +854,12 @@ msgid "Adresse Serveur Postgresql" msgstr "Postgresql Host" #: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:28 -#, fuzzy msgid "Adresse URL" -msgstr "Address" +msgstr "URL" #: include/XMLDocument/error_message.class.php:86 msgid "Adresse de la société" -msgstr "" +msgstr " Company address" #: include/class/document_modele.class.php:70 msgid "Affect." @@ -907,20 +887,18 @@ msgid "Afficher la période comptable pour éviter les erreurs de date" msgstr "Display the accounting period dates to AVOID errors" #: include/ajax/ajax_admin.php:394 -#, fuzzy, php-format msgid "" "Afin de terminer l'installation, aller sur %s. A la fin de la procédure de " "mise à jour, demander à effacer le fichier install.php" msgstr "" "In order to finish the installation , go to %s at the end of the procedure. " -"Ask to remove the file install.php" +"Remove the file install.php" #: include/database.item.php:125 msgid "Agenda" msgstr "Calendar" #: include/database.item.php:125 -#, fuzzy msgid "Agenda 📅" msgstr "Schedule 📅" @@ -974,9 +952,8 @@ msgid "Ajout" msgstr "Add" #: include/ext/noalyss-portal-client/template/customer-input.php:285 -#, fuzzy msgid "Ajout Login" -msgstr "Add a row " +msgstr "Add user" #: include/ext/sav/include/template/sas_display_detail.php:175 msgid "Ajout Matériel" @@ -995,9 +972,8 @@ msgid "Ajout action" msgstr "Add Action" #: include/ext/noalyss-webservice/template/parameter_display.php:106 -#, fuzzy msgid "Ajout adresse :" -msgstr "Adding others" +msgstr "Add address:" #: include/ext/modop/modop_display.php:88 #: include/ext/modop/modop_display.php:122 @@ -1103,9 +1079,8 @@ msgid "Ajout de fiche" msgstr "Adding Record" #: include/template/ajax_ledger+input_file.php:39 -#, fuzzy msgid "Ajout de fichier" -msgstr "Adding Record" +msgstr "Add a file" #: include/ext/amortis/include/template/material_add.php:22 msgid "Ajout de matériel" @@ -1132,7 +1107,6 @@ msgstr "Add repair card" #: include/ext/rash/template/beneficiary-input.php:632 #: include/template/ledger_detail_sup_files.php:100 -#, fuzzy msgid "Ajout fichier" msgstr "Add an attachment" @@ -1141,9 +1115,8 @@ msgid "Ajout fichier Analytique" msgstr "Add Analytic files" #: include/ext/rash/class/Beneficiary.php:161 -#, fuzzy msgid "Ajout impossible" -msgstr "Export failed" +msgstr "Adding impossible" #: include/class/acc_ledger.class.php:2604 msgid "Ajout journal" @@ -1154,9 +1127,8 @@ msgid "Ajout ligne" msgstr "Add a row " #: include/ext/noalyss-portal-client/ajax/ajax_customer.php:45 -#, fuzzy msgid "Ajout login" -msgstr "Add a row " +msgstr "Add an user" #: include/ext/tools/include/tool_function.php:470 msgid "Ajout pièce " @@ -1185,7 +1157,6 @@ msgid "Ajout étiquette" msgstr "Add tag" #: include/ext/rash/ajax/ajax_benefit.php:64 -#, fuzzy msgid "Ajoute" msgstr "Add" @@ -1197,7 +1168,6 @@ msgid "Ajouter" msgstr "Add" #: include/ext/noalyss_document/template/document_load-display_table.php:220 -#, fuzzy msgid "Ajouter Etiquette" msgstr "Add tag" @@ -1206,30 +1176,25 @@ msgid "Ajouter ce plugin" msgstr "Add this plugin" #: include/ext/noalyss_document/template/document_load-display_table.php:219 -#, fuzzy msgid "Ajouter dans le suivi" msgstr "Save in follow up" #: include/template/ajax_ledger+input_file.php:45 -#, fuzzy msgid "Ajouter des fichiers à cette opération" -msgstr "Do you want to delete this transaction" +msgstr "Add files to this operation" #: include/ext/noalyss_document/template/document_load-display_table.php:277 -#, fuzzy msgid "Ajouter documents" -msgstr "No document" +msgstr "Add document" #: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:130 #: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:141 -#, fuzzy msgid "Ajouter la sélection aux paiements" -msgstr "Move selection to" +msgstr "Add selection to payment" #: include/ext/noalyss-timesheet/ajax/ajax_input_day_comment.php:70 -#, fuzzy msgid "Ajouter les documents du suivi" -msgstr "See documents monitoring" +msgstr "Add documents" #: include/dossier.inc.php:229 msgid "Ajouter un dossier" @@ -1418,18 +1383,15 @@ msgstr "After clicking validate, you must reload" #: include/class/invoice_pdf.class.php:237 #: include/template/ajax-search_vatex.php:53 -#, fuzzy msgid "Article" -msgstr "Add item" +msgstr "Item" #: include/XMLDocument/xml_reader.class.php:468 #: include/ext/noalyss_document/template/document_operation-display_recap.php:135 -#, fuzzy msgid "Articles" -msgstr "Add item" +msgstr "Item" #: include/ext/rash/template/pedagocical_followup-input.php:102 -#, fuzzy msgid "Assistant social" msgstr "Social workers" @@ -1443,7 +1405,6 @@ msgid "Assistants sociaux" msgstr "Social workers" #: include/ext/rash/template/security_social_worker-form_social_worker.php:43 -#, fuzzy msgid "Assitants sociaux" msgstr "Social workers" @@ -1458,10 +1419,9 @@ msgstr "Tips" #: include/ext/noalyss-timesheet/template/admin-menu.php:176 msgid "Astuce : les projets sont présentés par ordre alphabétique" -msgstr "" +msgstr " Tip: Projects are presented in alphabetical order." #: include/ext/noalyss-portal-client/class/customer_news.php:101 -#, fuzzy msgid "Astuces" msgstr "Tips" @@ -1491,7 +1451,7 @@ msgstr "Warning error Acc_Legder::insert" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:200 #, php-format msgid "Attention , il faut d'abord saisir le total dans la feuille de présence" -msgstr "" +msgstr " Please note, you must first enter the total in the attendance sheet." #: include/compta_fin_rec.inc.php:218 msgid "Attention : Fichier non chargé" @@ -1555,9 +1515,9 @@ msgid "Attention Différence entre TVA calculée et donnée" msgstr "Warning difference computed with VAT" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:190 -#, fuzzy, php-format +#, php-format msgid "Attention Total ventilées %s > Heure Feuille de présence %s" -msgstr "Users of timesheet" +msgstr "warning Total hours > Total detailled hours" #: include/ajax/ajax_preference.php:120 msgid "" @@ -1571,6 +1531,8 @@ msgid "" "Attention il y a %s erreurs , les opérations en erreur ne seront pas " "transférées à moins que vous ne les corrigiez" msgstr "" +" Warning: There are %s errors; erroneous operations will not be transferred" +" unless you correct them." #: html/install.php:542 #, php-format @@ -1597,7 +1559,6 @@ msgid "" msgstr "Warning : period not found from %s to %s" #: html/test.php:45 -#, fuzzy msgid "Attention zend.assertions devrait être activé" msgstr "Caution : current folder will be overwritten" @@ -1633,6 +1594,8 @@ msgid "" "Attention,vous allez ajouter des opérations qui sont avant la dernière " "opération de ce journal" msgstr "" +" Warning: You will be adding transactions that precede the last transaction" +" in this journal." #: html/do.php:148 msgid "" @@ -1689,7 +1652,6 @@ msgid "Aucun attribut " msgstr "No property" #: include/ext/noalyss_document/class/document_operation.php:235 -#, fuzzy msgid "Aucun bien ou service" msgstr "No goods or services" @@ -1698,12 +1660,10 @@ msgid "Aucun client" msgstr "No customer" #: include/ext/importbank/class/import_bank.class.php:315 -#, fuzzy msgid "Aucun compte en banque" -msgstr "Bank account" +msgstr "No bank account" #: include/ext/noalyss_xmlpayment/class/operation_mtable.class.php:226 -#, fuzzy msgid "Aucun compte en banque donné" msgstr "No bank account given" @@ -1729,12 +1689,10 @@ msgstr "No file" #: include/ext/noalyss-timesheet/template/manager-display_employee.php:28 #: include/ext/noalyss-timesheet/template/proxy_user-display_proxy.php:28 -#, fuzzy msgid "Aucun employee" msgstr "no data" #: include/ext/noalyss-timesheet/template/schedule-display_employee.php:29 -#, fuzzy msgid "Aucun employé" msgstr "no data" @@ -1763,9 +1721,8 @@ msgstr "No file" #: include/ext/noalyss_document/class/document_load.php:117 #: include/ext/rash/class/Beneficiary.php:449 -#, fuzzy msgid "Aucun fichier accepté" -msgstr "Any given file" +msgstr "No file uploaded" #: include/ext/profile_mgt/class/profile_mgt.class.php:160 #: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:108 @@ -1781,14 +1738,12 @@ msgid "Aucun filtre, tous les journaux" msgstr "No filter, all ledgers" #: include/ext/invoicing/include/invoicing.inc.php:59 -#, fuzzy msgid "Aucun format choisi" -msgstr "No equipment" +msgstr "No format" #: include/ext/noalyss-form/template/form-display_list.php:31 -#, fuzzy msgid "Aucun formulaire" -msgstr "Add a Form" +msgstr "No form" #: include/ext/tva/ajax.php:113 msgid "Aucun journal accessible" @@ -1860,7 +1815,6 @@ msgid "Aucun poste trouvé" msgstr "No accounting found" #: include/ext/noalyss_document/template/document_load-display_table.php:67 -#, fuzzy msgid "Aucun profil de gestion" msgstr "No available profile" @@ -1873,14 +1827,12 @@ msgid "Aucun profil utilisateur" msgstr "No user profile" #: include/ext/noalyss-timesheet/template/employee_mtable-input.php:43 -#, fuzzy msgid "Aucun project" -msgstr "No document" +msgstr "No project" #: include/ext/noalyss-timesheet/ajax/ajax_select_project_code.php:57 -#, fuzzy msgid "Aucun projet pour cet utilisateur" -msgstr "No user profile" +msgstr "No user project" #: include/ext/rapport_avance/include/rapav_repository.class.php:48 msgid "Aucun rapport trouvé" @@ -1888,9 +1840,8 @@ msgstr "No reportfound" #: include/ext/noalyss-timesheet/template/manager-display_list.php:28 #: include/ext/noalyss-timesheet/template/proxy_user-display_list.php:28 -#, fuzzy msgid "Aucun responsable" -msgstr "No matching" +msgstr "No manager" #: include/class/acc_ledger.class.php:706 #: include/ajax/ajax_boxcard_search.php:75 @@ -1913,9 +1864,8 @@ msgid "Aucun titre" msgstr "No title" #: include/ext/noalyss-timesheet/template/employee-display_list.php:26 -#, fuzzy msgid "Aucun utilisateur" -msgstr "No user profile" +msgstr "No user " #: include/widget/event/event-display.php:27 msgid "Aucun événement en retard ou prévu" @@ -1985,9 +1935,8 @@ msgid "Aucune donnée trouvée" msgstr "No data found" #: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:314 -#, fuzzy msgid "Aucune entrée à valider" -msgstr "No room to send" +msgstr "Nothing to validate" #: include/widget/invoice/invoice-display.php:25 #: include/widget/invoice/invoice-display.php:60 @@ -1999,9 +1948,8 @@ msgid "Aucune fiche demandée" msgstr "No card Abebooks web sites" #: include/ext/noalyss_xmlpayment/class/operation_mtable.class.php:231 -#, fuzzy msgid "Aucune fiche donnée" -msgstr "Any given file" +msgstr "No file" #: include/fiche.inc.php:150 include/fiche.inc.php:440 msgid "Aucune fiche trouvée" @@ -2017,7 +1965,7 @@ msgstr "No plugin available" #: include/ext/noalyss_document/ajax/ajax_display_xmlpy.php:64 msgid "Aucune liste de paiement en brouillon" -msgstr "" +msgstr " No draft payment list" #: include/ext/tools/include/tool_function.php:527 msgid "Aucune opération choisie" @@ -2037,9 +1985,8 @@ msgid "Aucune opération sélectionnée" msgstr "No operation selected" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:105 -#, fuzzy msgid "Aucune opération à transférer" -msgstr "No operation selected" +msgstr "No operation" #: include/widget/mini_report/mini_report.php:65 msgid "Aucune periode par defaut" @@ -2151,9 +2098,8 @@ msgid "Autre exercice %s" msgstr "Other exercise %s" #: include/ext/noalyss_document/template/document_operation-input.php:130 -#, fuzzy msgid "Autre info" -msgstr "Other info" +msgstr "Other information" #: include/ext/importbank/ajax.php:106 #: include/ext/importbank/include/template/detail_item.php:96 @@ -2248,7 +2194,7 @@ msgstr "Warning can not be empty" #: include/ext/rash/template/schedule_watch-display_month.php:58 msgid "Avr." -msgstr "" +msgstr " Apr." #: include/class/periode.class.php:684 msgid "Avril" @@ -2260,12 +2206,12 @@ msgstr "Analytic axis" #: include/ext/copy_parameter/template/Analytic-display.php:55 msgid "Axes" -msgstr "" +msgstr " Axes" #: include/XMLDocument/xml_reader.class.php:583 #: include/ext/noalyss_xmlpayment/template/header_bank-input.php:53 msgid "BIC" -msgstr "" +msgstr " BIC" #: include/modele.inc.php:336 include/database.item.php:161 msgid "Backup" @@ -2384,9 +2330,8 @@ msgid "Banque" msgstr "Bank" #: include/ext/noalyss_xmlpayment/class/operation_mtable.class.php:237 -#, fuzzy msgid "Banque incorrecte" -msgstr "wrong balance" +msgstr "Bank incorrect" #: include/class/acc_ledger_fin.class.php:488 msgid "Banque, caisse" @@ -2398,7 +2343,7 @@ msgstr "Based on" #: include/XMLDocument/xml_reader.class.php:556 msgid "Base" -msgstr "" +msgstr " Base" #: include/dossier.inc.php:420 msgid "Base de donnée " @@ -2428,13 +2373,12 @@ msgid "Base de données" msgstr "Database" #: include/XMLDocument/xml_reader.class.php:498 -#, fuzzy msgid "Base taxe" -msgstr "Other tax" +msgstr "Base tax" #: include/class/noalyss_parameter_folder.class.php:248 msgid "Basic" -msgstr "" +msgstr " Basic" #: include/class/document.class.php:1715 include/class/follow_up.class.php:296 #: include/class/follow_up.class.php:832 @@ -2471,18 +2415,16 @@ msgid "Bilan" msgstr "Balance sheet" #: include/database.item.php:185 -#, fuzzy msgid "Bilan Interne" -msgstr "Internal" +msgstr "Internal balance" #: include/database.item.php:178 -#, fuzzy msgid "Bilan SMT" -msgstr "Balance sheet" +msgstr "Bilan SMT" #: include/database.item.php:178 msgid "Bilan SMT OHADA" -msgstr "" +msgstr " OHADA SMT Assessment" #: include/ext/bilan_interne/output_bilaninterne.class.php:183 #, php-format @@ -2500,9 +2442,9 @@ msgid "Bon de commande" msgstr "Customer order" #: include/class/invoice_pdf.class.php:231 -#, fuzzy, php-format +#, php-format msgid "Bon de commande / référence %s" -msgstr "Customer order" +msgstr "Customer order %s" #: include/database.item.php:256 msgid "Bon de commande Fournisseur" @@ -2529,7 +2471,6 @@ msgid "Brouillon" msgstr "Draft" #: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:36 -#, fuzzy msgid "Brouillons" msgstr "Draft" @@ -2539,36 +2480,35 @@ msgstr "Budget" #: include/ext/rash/template/pedagocical_followup-input.php:88 msgid "Bâtiment" -msgstr "" +msgstr " Building" #: include/ext/rash/adm.php:62 include/ext/rash/index.php:77 msgid "Bénéficiaire" -msgstr "" +msgstr " Beneficiary" #: include/ext/rash/raw.php:159 msgid "Bénéficiaire code" -msgstr "" +msgstr " Beneficiary code" #: include/ext/rash/raw.php:158 msgid "Bénéficiaire prénom" -msgstr "" +msgstr " Beneficiary's first name" #: include/ext/rash/adm.php:62 include/ext/rash/index.php:77 msgid "Bénéficiaires d'hébergement" -msgstr "" +msgstr " Accommodation beneficiaries" #: include/ext/rash/raw.php:157 msgid "Bénéficiare nom" -msgstr "" +msgstr " Beneficiary name" #: include/export/export_poste_detail_pdf.php:195 msgid "C" msgstr "D / C " #: include/ext/ohada/include/data/data_financial.class.php:56 -#, fuzzy msgid "C.Exploitant" -msgstr "Explanation" +msgstr "Manager" #: include/lib/itva_popup.class.php:155 msgid "C.TVA" @@ -2794,7 +2734,7 @@ msgstr "No plugin" #: include/ext/noalyss-export/template/export_param.php:72 #: include/ext/noalyss-export/template/export_param.php:125 msgid "Ce qui est exporté en CSV ou en FEC peut être réimporté dans NOALYSS" -msgstr "" +msgstr " Files exported as CSV or FEC can be re-imported into NOALYSS" #: include/ajax/ajax_periode.php:151 msgid "Cela pourrait avoir un impact sur les opérations déjà existantes" @@ -2885,9 +2825,8 @@ msgstr "This version need at least PHP Version 8.2" #: include/ext/rash/class/Reference_MTable.php:44 #: include/ext/rash/template/pedagocical_followup-input.php:92 -#, fuzzy msgid "Chambre" -msgstr "Number" +msgstr "Room" #: include/ext/bilan_interne/row_descriptor.class.php:74 msgid "Champ \"linetype\" vide mais autres valeurs présentes" @@ -3439,6 +3378,9 @@ msgid "" " il est impératif de la comptabilité soit tenue dans l'ordre " "chronologique et suive l'ordre de la comptabilisation" msgstr "" +"Check to replace the invoice date with the accounting date; the accounting" +" date determines the tax period. It is imperative that accounting records be" +" kept in chronological order and follow the order of accounting entries." #: include/ext/importbank/include/template/show_field.php:52 #: include/ext/importbank/include/template/confirm_transfer.php:162 @@ -3506,7 +3448,7 @@ msgstr "Currency code" #: include/class/tva_rate_mtable.class.php:60 msgid "Code Exemption TVA (vatex)" -msgstr "" +msgstr " VAT Exemption Code (Vatex)" #: include/class/tva_rate_mtable.class.php:59 #, fuzzy @@ -3611,6 +3553,8 @@ msgid "" "Code TVA est utilisé pour les factures électroniques, plus d'information " "dans le manuel" msgstr "" +" The VAT code is used for electronic invoices; more information can be found" +" in the manual." #: include/ext/tva/template/tva_parameter-display.php:427 #, fuzzy @@ -3661,7 +3605,7 @@ msgstr "VAT Code" #: include/class/tva_rate_mtable.class.php:98 msgid "Code exemption pour facture PEPPOL (ubl)" -msgstr "" +msgstr " Exemption code for PEPPOL invoice (ubl)" #: include/class/acc_ledger_sale.class.php:1835 #: include/class/acc_ledger_purchase.class.php:2257 @@ -3887,7 +3831,7 @@ msgstr "Bank account closed" #: include/database.item.php:195 msgid "Compte de résultat SMT OHADA" -msgstr "" +msgstr " SMT OHADA Income Statement" #: include/compta_fin_saldo.inc.php:46 include/class/fiche.class.php:1418 #: include/template/param_jrn.php:54 include/template/ledger_detail_fin.php:44 @@ -3933,7 +3877,7 @@ msgstr "Accounting" #: include/ext/noalyss-timesheet/template/employee_schedule-display_week.php:166 msgid "Compteur pour les heures validées" -msgstr "" +msgstr " Counter for validated hours" #: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:43 #, fuzzy @@ -4165,16 +4109,18 @@ msgid "" "Conseil : quickcode de moins de 9 car. commençant pas les 2 ou 3 premiers " "chiffres du poste comptable" msgstr "" +" Tip: Quickcode of fewer than 9 characters, starting with the first 2 or 3" +" digits of the accounting entry." #: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:201 #, php-format msgid "Conso. %s" -msgstr "" +msgstr " Consumption %s" #: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:110 #, php-format msgid "Consommé %s" -msgstr "" +msgstr "Consumed %s" #: include/template/follow_up-display.php:93 include/database.item.php:47 #: include/category_card.inc.php:81 @@ -4238,7 +4184,7 @@ msgstr "co-ownership" #: include/ext/noalyss-portal-client/class/customer_news.php:90 msgid "Corbeille" -msgstr "" +msgstr " Basket" #: include/compta_ven.inc.php:112 include/compta_ach.inc.php:78 #: include/compta_fin.inc.php:89 include/operation_ods_confirm.inc.php:45 @@ -4706,7 +4652,7 @@ msgstr "Date %s to %s" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:89 msgid "Date (yyyy.mm.dd)" -msgstr "" +msgstr " Date (yyyy.mm.dd)" #: include/ext/tools/raw.php:75 msgid "Date DMY" @@ -4928,7 +4874,7 @@ msgstr "Deadline" #: include/ext/noalyss-timesheet/include/Employee/employee_carriedover_hour.class.php:88 msgid "Date limite pour récupérer" -msgstr "" +msgstr " Deadline for collection" #: include/ajax/ajax_display_letter.php:111 #: include/ajax/ajax_display_letter.php:127 @@ -5018,7 +4964,7 @@ msgstr "Debit / Credit" #: include/ext/rash/template/schedule_watch-display_month.php:66 msgid "Dec." -msgstr "" +msgstr " Dec." #: html/user_login.php:156 msgid "Deconnexion" @@ -5356,7 +5302,7 @@ msgstr "Let Diff." #: include/ext/tva/class/ext_tva.class.php:715 msgid "Diff. Crédit - Débit" -msgstr "" +msgstr " Credit/Debit Difference" #: include/template/anticipation-display.php:183 msgid "Diff. cumul." @@ -5624,7 +5570,7 @@ msgstr "Invalid data" #: include/ext/noalyss-timesheet/template/employee-menu.php:103 msgid "Données modifiées et non sauvées" -msgstr "" +msgstr " Data modified but not saved" #: include/lib/ac_common.php:964 msgid "Données non disponibles" @@ -5886,7 +5832,7 @@ msgstr "Definition" #: include/database.item.php:172 msgid "Définition de formulaire qu'on pourrait recevoir" -msgstr "" +msgstr " Definition of a form that one might receive" #: include/ext/noalyss_document/class/document_operation.php:699 #, fuzzy @@ -6153,7 +6099,7 @@ msgstr "Details VAT" #: include/class/tva_rate_mtable.class.php:202 msgid "E Exempté de TVA" -msgstr "" +msgstr " E Exempt from VAT" #: include/ext/noalyss-export/class/install/install.class.php:50 #: include/ext/import-advanced/class/install/install_plugin.class.php:49 @@ -6531,17 +6477,17 @@ msgstr "Email not sent" #: include/ext/noalyss-timesheet/template/manager-display_employee.php:40 #: include/ext/noalyss-timesheet/template/proxy_user-display_proxy.php:40 msgid "Employee" -msgstr "" +msgstr " Employee" #: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:261 msgid "Employé" -msgstr "" +msgstr " Employee" #: include/ext/noalyss-timesheet/ajax/ajax_manager_detail.php:38 #: include/ext/noalyss-timesheet/ajax/ajax_proxy_user_detail.php:38 #: include/ext/noalyss-timesheet/template/admin-menu.php:95 msgid "Employés" -msgstr "" +msgstr " Employees" #: include/lib/message_javascript.php:120 msgid "" @@ -6641,7 +6587,7 @@ msgstr "Description" #: include/ajax/ajax_search_peppol.php:83 msgid "Endpoint (PEPPOL ID)" -msgstr "" +msgstr " Endpoint (PEPPOL ID)" #: include/ext/rash/ajax/ajax_benefit.php:49 #: include/ext/rash/template/beneficiary-input.php:42 @@ -6749,13 +6695,15 @@ msgstr "Replace an accounting by a card" #: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:46 msgid "Entrez une formule avec des codes utilisés dans ce formulaire" -msgstr "" +msgstr " Enter a formula with codes used in this form" #: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:24 msgid "" "Entrez une formule avec des postes comptables, la syntaxe est la même que " "celle des \"rapports\"" msgstr "" +" Enter a formula with accounting entries; the syntax is the same as for" +" \"reports\"" #: include/class/mobile_device_mtable.class.php:42 msgid "Entêtes standards" @@ -6957,7 +6905,7 @@ msgstr "Error:" #: include/ext/noalyss_document/class/document_load.php:365 msgid "Error" -msgstr "" +msgstr " Error" #: include/ext/noalyss-portal-client/index.php:93 #, fuzzy @@ -7030,7 +6978,7 @@ msgstr "Step 2/3" #: include/ext/alchimerys_peppol_synchro/nds_synchro.php:186 msgid "Etape 2: Envoi et réception depuis PEPPOL" -msgstr "" +msgstr " Step 2: Sending and receiving from PEPPOL" #: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:33 msgid "Etape 3/3" @@ -7059,7 +7007,7 @@ msgstr "State" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:100 msgid "Etat Confirmé,Validé,D-Brouillon" -msgstr "" +msgstr " Status: Confirmed, Validated, Draft" #: include/database.item.php:132 msgid "Etat des documents" @@ -7080,7 +7028,7 @@ msgstr "Financial SMT" #: include/database.item.php:204 msgid "Etats annexes amortissements SMT OHADA" -msgstr "" +msgstr " OHADA SMT Depreciation Annexes" #: include/database.item.php:193 include/database.item.php:194 #, fuzzy @@ -7140,7 +7088,7 @@ msgstr "14 days events" #: include/database.item.php:179 msgid "Example of an XML File for developing a plugin." -msgstr "" +msgstr " Example of an XML File for developing a plugin." #: include/template/action_search.php:64 msgid "Exclure Etat" @@ -7394,7 +7342,7 @@ msgstr "Export follow-up" #: include/database.item.php:205 msgid "Export and import backup as compressed XML files" -msgstr "" +msgstr " Export and import backup as compressed XML files" #: include/ext/export-import-xml/index.php:48 msgid "Export d'un dossier comptable noalyss" @@ -7667,7 +7615,7 @@ msgstr "Closed" #: include/ext/rash/template/schedule_watch-display_month.php:56 msgid "Fev." -msgstr "" +msgstr " Feb." #: include/class/payment_method_mtable.class.php:46 #: include/class/anc_group_operation.class.php:114 @@ -8163,7 +8111,7 @@ msgstr "February" #: include/class/tva_rate_mtable.class.php:200 msgid "G TVA exempt pour export hors Europe" -msgstr "" +msgstr " G VAT exempt for export outside Europe" #: include/lib/dbg.php:151 msgid "GLOBALS" @@ -8195,7 +8143,7 @@ msgstr "GSM" #: include/ext/rash/class/Child.php:145 msgid "Garde" -msgstr "" +msgstr " Guard" #: include/database.item.php:185 #, fuzzy @@ -8313,12 +8261,14 @@ msgid "" "Grille 46 : Livraisons intracommunautaires exemptées effectuées en Belgique " "et ventes ABC" msgstr "" +"Table 46: Intra-Community deliveries exempt from VAT in Belgium and ABC sales" #: include/ext/tva/template/tva_parameter-display.php:124 msgid "" "Grille 47 :Autres opérations exemptées et autres opérations effectuées à " "l’étranger" msgstr "" +" Grid 47: Other exempt transactions and other transactions carried out abroad" #: include/ext/tva/template/tva_parameter-display.php:125 msgid "" @@ -8383,18 +8333,23 @@ msgid "" "Grille 84 : Montant des notes de crédit reçues et des corrections négatives " "relatif aux opérations inscrites en grilles 86 et 88" msgstr "" +" Grid 84: Amount of credit notes received and negative corrections relating" +" to transactions recorded in grids 86 and 88" #: include/ext/tva/template/tva_parameter-display.php:135 msgid "" "Grille 85 : Montant des notes de crédit reçues et des corrections négatives " "relatif aux autres opérations du cadre III " msgstr "" +" Grid 85: Amount of credit notes received and negative corrections relating" +" to other transactions in section III" #: include/ext/tva/template/tva_parameter-display.php:136 msgid "" "Grille 86 : Acquisitions intracommunautaires effectuées en Belgique et " "ventes ABC " msgstr "" +" Grid 86: Intra-Community acquisitions carried out in Belgium and ABC sales" #: include/class/follow_up.class.php:716 #: include/class/anc_account_table.class.php:49 @@ -8538,12 +8493,12 @@ msgstr "Hour" #: include/ext/noalyss-timesheet/template/admin-menu.php:122 msgid "Heures / semaine (HH:MM)" -msgstr "" +msgstr " Hours/week (HH:MM)" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:109 #, php-format msgid "Heures à ventiler %s" -msgstr "" +msgstr " Hours to ventilate %s" #: include/verif_bilan.inc.php:173 msgid "Hist." @@ -8704,7 +8659,7 @@ msgstr "Host" #: include/ext/noalyss_xmlpayment/template/header_bank-input.php:49 #: include/lib/iban_number.class.php:35 msgid "IBAN" -msgstr "" +msgstr " IBAN" #: include/ext/importbank/class/import_coda.class.php:187 #, fuzzy @@ -8750,7 +8705,7 @@ msgstr "Id" #: include/XMLDocument/error_message.class.php:83 #: include/XMLDocument/error_message.class.php:99 msgid "Identifiant PEPPOL" -msgstr "" +msgstr " PEPPOL ID" #: include/ext/modop/index.php:64 msgid "" @@ -8758,6 +8713,8 @@ msgid "" "écritures supplémentaires pour corriger et ajoutez leur une note " "d'explication" msgstr "" +" It is not recommended to modify accounting entries; instead, make additional" +" entries to correct them and add an explanatory note." #: include/ext/rash/class/PedagogicalFollowUp.php:152 #, fuzzy @@ -8948,6 +8905,8 @@ msgid "" "\t Version modifiée de import_account.\n" " Supporte les devises" msgstr "" +" Import and export of accounting and analytical transactions. Modified" +" version of import_account. Supports currencies" #: include/database.item.php:155 #, fuzzy @@ -9125,7 +9084,7 @@ msgstr "Print great ledger" #: include/database.item.php:160 msgid "Impressions avancées pour l'extension feuilles de présence (timesheet)" -msgstr "" +msgstr " Advanced printing options for the timesheet extension" #: include/ext/bilan_interne/index.php:115 include/lib/html_input.class.php:613 msgid "Imprimer" @@ -9137,7 +9096,7 @@ msgstr "Disabled" #: include/ext/noalyss-portal-client/template/customer-input.php:201 msgid "Incident" -msgstr "" +msgstr " Incident" #: include/template/trait_card-form_search.php:68 #, fuzzy @@ -9193,7 +9152,7 @@ msgstr "Spare part not found" #: include/ext/tva/template/ext_tva+display_detail_amount.php:71 msgid "Info" -msgstr "" +msgstr " Info" #: include/ext/importbank/bank_constant.php:61 msgid "Info supplémentaire" @@ -9334,7 +9293,7 @@ msgstr "label is empty" #: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:23 msgid "Introduisez ici les éléments reçus pour vous connecter à PEPPOL" -msgstr "" +msgstr " Enter the information received here to log in to PEPPOL" #: include/ext/import-advanced/index.php:69 msgid "Intégration" @@ -9388,7 +9347,7 @@ msgstr "Item" #: include/ext/rash/template/schedule_watch-display_month.php:55 msgid "Jan." -msgstr "" +msgstr " Jan." #: include/class/periode.class.php:684 msgid "Janvier" @@ -9419,7 +9378,7 @@ msgstr " days" #: include/ext/noalyss-timesheet/template/admin-menu.php:37 msgid "Jour de fermeture et féries" -msgstr "" +msgstr " Closing days and public holidays" #: include/compta_fin_saldo.inc.php:47 #: include/class/acc_ledger_search.class.php:1140 @@ -9554,7 +9513,7 @@ msgstr "Miscellaneous ledger" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:126 msgid "Journée confirmée, commentaires non possible" -msgstr "" +msgstr " Day confirmed, no comments possible" #: include/ext/amortis/ajax.php:115 msgid "Jours" @@ -9599,7 +9558,7 @@ msgstr "Autoreverse" #: include/XMLDocument/error_message.class.php:77 msgid "L'email de la société " -msgstr "" +msgstr " The company's email" #: include/company.inc.php:284 msgid "L'exercice commence par un report des soldes" @@ -9646,7 +9605,7 @@ msgstr "The database is properly configured" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:139 msgid "La date de facture sera sauvegardée dans le libellé d'opération" -msgstr "" +msgstr " The invoice date will be saved in the transaction description." #: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:54 #: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:58 @@ -9700,7 +9659,7 @@ msgstr "number of decimal must be a number" #: include/ajax/ajax_search_peppol.php:66 msgid "La recherche par nom et numéro de TVA sont limitées à la Belgique" -msgstr "" +msgstr " Searches by name and VAT number are limited to Belgium" #: include/class/card_attribut_mtable.class.php:216 msgid "La requête SQL est vide " @@ -9766,6 +9725,9 @@ msgid "" " le reporting vers la Région Wallonne qui inclut des données " "spécifiques à indiquer." msgstr "" +" The purpose of the application is to manage the entry of beneficiaries and" +" their follow-up, as well as reporting to the Walloon Region, which includes" +" specific data to be indicated." #: html/install.php:166 msgid "Le chemin vers le repertoire contenant psql, pg_dump..." @@ -9779,12 +9741,13 @@ msgstr "the name cannot be empty" #: include/class/tva_rate_mtable.class.php:463 msgid "Le code d'exemption TVA n' pas de sens sans code Facture électronique" msgstr "" +" The VAT exemption code is meaningless without an electronic invoice code." #: include/class/tva_rate_mtable.class.php:458 msgid "" "Le code d'exemption TVA ne peut être utilisé avec ce code Facture " "électronique UBL " -msgstr "" +msgstr " The VAT exemption code cannot be used with this UBL e-invoice code." #: include/dossier.inc.php:433 #, php-format @@ -9913,7 +9876,7 @@ msgstr "Receipt number" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:138 msgid "Le numéro des pièces ne suivra pas l'ordre chronologique." -msgstr "" +msgstr " The part numbers will not follow chronological order." #: include/class/acc_ledger.class.php:1357 #, php-format @@ -9993,10 +9956,12 @@ msgid "" "Les employés doivent avoir un profil rempli pour pouvoir accèder aux modules " "de Feuille de Présence pour lesquels ils ont un accès" msgstr "" +"Employees must have a completed profile to access the Timesheet modules to" +" which they have access" #: include/ext/noalyss-timesheet/template/admin-menu.php:154 msgid "Les employés ne peuvent saisir des dates que pour le calendrier défini" -msgstr "" +msgstr " Employees can only enter dates for the defined calendar" #: include/class/anc_grandlivre.class.php:211 msgid "" @@ -10031,6 +9996,8 @@ msgid "" "Les gestions de dépôt et des groupes de gestion ne sont ni importés ni " "exportés." msgstr "" +" Deposit management and management group management are neither imported nor" +" exported." #: include/ext/import-advanced/include/imd_transfer.inc.php:70 #, php-format @@ -10068,9 +10035,8 @@ msgstr "" "main menu without setting the dependency" #: include/class/invoice_pdf.class.php:224 -#, php-format msgid "Les montants sont en %s taux %s" -msgstr "" +msgstr " The amounts are in % rates %s" #: include/database.item.php:48 msgid "" @@ -10103,6 +10069,8 @@ msgid "" "Les responsables, doivent avoir un profil complet et accès au module TS4/" "Validation" msgstr "" +" Managers must have a complete profile and access to the TS4/Validation" +" module." #: include/ext/noalyss-export/template/export_param.php:46 msgid "" @@ -10272,7 +10240,7 @@ msgstr "Link" #: include/ext/rash/ajax/ajax_benefit.php:55 msgid "Lien avec le bénéficiaire " -msgstr "" +msgstr " Link with the beneficiary" #: include/database.item.php:5 msgid "Lien entre comptabilité et Comptabilité analytique" @@ -10318,7 +10286,7 @@ msgstr "Folders limit" #: include/ext/listing/ajax/ajax_upload_file.php:140 msgid "Limite email = 2MB supprimez ou compressez les fichiers" -msgstr "" +msgstr " Email limit = 2MB, delete or compress the files" #: include/ext/invoicing/include/invoice_send_mail.inc.php:205 msgid "" @@ -10494,7 +10462,7 @@ msgstr "Representative" #: include/ext/ohada/include/data/data_financial.class.php:62 msgid "Loyer" -msgstr "" +msgstr " Rent" #: include/class/calendar.class.php:195 include/class/calendar.class.php:287 #: include/ajax/ajax_preference.php:179 @@ -10516,15 +10484,15 @@ msgstr "Administration" #: include/ext/rash/raw.php:89 msgid "ME Ass Alcool" -msgstr "" +msgstr " ME Ass Alcohol" #: include/ext/rash/raw.php:88 msgid "ME Ass Drogue" -msgstr "" +msgstr " ME Ass Drug" #: include/ext/rash/raw.php:90 msgid "ME Ass Medicament" -msgstr "" +msgstr " ME Ass Medicament" #: include/ext/rash/raw.php:95 include/ext/rash/raw.php:96 #, fuzzy @@ -10538,15 +10506,15 @@ msgstr "Financial" #: include/ext/rash/raw.php:94 msgid "ME Parentalité" -msgstr "" +msgstr " ME Parenting" #: include/ext/rash/raw.php:92 msgid "ME Santé mental" -msgstr "" +msgstr " ME Mental Health" #: include/ext/rash/raw.php:91 msgid "ME Violence Conj" -msgstr "" +msgstr " ME Violence Conjugal" #: include/class/periode.class.php:685 #: include/ext/rash/template/schedule_watch-display_month.php:59 @@ -10601,7 +10569,7 @@ msgstr "Manual" #: include/ext/ohada/include/data/data_financial.class.php:60 msgid "Marchandise" -msgstr "" +msgstr " Merchandise" #: include/class/calendar.class.php:195 include/class/calendar.class.php:287 #: include/ajax/ajax_preference.php:180 @@ -10623,7 +10591,7 @@ msgstr "March" #: include/ext/ohada/include/data/data_financial.class.php:61 msgid "Mat.première" -msgstr "" +msgstr " Mat.première" #: include/ext/amortis/include/am_card.class.php:349 msgid "Matériel déjà dans la liste" @@ -10783,7 +10751,7 @@ msgstr "Message reverse" #: include/ext/listing/template/parameter_send_mail_input.php:78 msgid "Message précédent" -msgstr "" +msgstr " Previous message" #: include/ext/listing/ajax/ajax_show_previous_message.php:43 #, fuzzy @@ -11309,7 +11277,7 @@ msgstr "Incorrect currency amount" #: include/ext/tva/class/parameter/tva_parameter.class.php:382 msgid "Montant doit être négatif (ex :Note de crédit )" -msgstr "" +msgstr " The amount must be negative (e.g., credit note)." #: include/template/ledger_detail_misc.php:244 #: include/template/ledger_detail_ven.php:341 @@ -11478,7 +11446,7 @@ msgstr "Multiple" #: include/ext/rash/class/Child.php:70 #: include/ext/rash/ajax/ajax_benefit.php:51 msgid "Mère" -msgstr "" +msgstr " Mother" #: include/class/acc_ledger_history_purchase.class.php:335 msgid "Méthode paiement" @@ -11630,7 +11598,7 @@ msgstr "No action" #: include/ext/noalyss-timesheet/class/pdf_trait.php:35 msgid "Noalyss Projet" -msgstr "" +msgstr " Noalyss Project" #: include/class/acc_other_tax_mtable.class.php:37 #: include/class/currency_mtable.class.php:58 @@ -12097,7 +12065,7 @@ msgstr "Notes" #: include/ext/modop/index.php:61 msgid "Nous recommandons fortement d'utiliser le mode strict" -msgstr "" +msgstr " We strongly recommend using strict mode" #: include/ajax/ajax_add_menu.php:142 #: include/ext/noalyss_document/class/document_load.php:362 @@ -12234,7 +12202,7 @@ msgstr "News, announce and tips" #: include/ext/rash/template/schedule_watch-display_month.php:65 msgid "Nov." -msgstr "" +msgstr " Nov." #: include/class/periode.class.php:686 msgid "Novembre" @@ -12268,7 +12236,7 @@ msgstr "Number" #: include/ext/tva/template/xml_belgian_tax_representative-input.php:101 msgid "Numéro (TVA, Douane ou NISS)" -msgstr "" +msgstr " Number (VAT, Customs or NISS)" #: include/class/acc_ledger_sale.class.php:991 #: include/class/acc_ledger_sale.class.php:997 @@ -12349,7 +12317,7 @@ msgstr "Internal number" #: include/ajax/ajax_search_peppol.php:129 msgid "Numéro entreprise belge valide: 10 chiffres" -msgstr "" +msgstr "Valid Belgian company number: 10 digits" #: include/ext/modop/template_ledger_fin.php:15 #: include/template/form_ledger_fin.php:75 @@ -12447,13 +12415,15 @@ msgstr "Dutch" #: include/class/tva_rate_mtable.class.php:201 msgid "O TVA Hors périmètre application" -msgstr "" +msgstr " VAT outside the scope of application" #: include/database.item.php:155 msgid "" "OBSOLETE Importation et exportation d'operations\n" "\t remplacé par noalyss-export et import-advanced" msgstr "" +" OBSOLETE Import and export operations replaced by noalyss-export and" +" import-advanced" #: include/database.item.php:8 msgid "OD analytique" @@ -12503,7 +12473,7 @@ msgstr "Mandatory for FIN ledger: give here the card of the bank" #: include/ext/rash/template/schedule_watch-display_month.php:64 msgid "Oct." -msgstr "" +msgstr " Oct." #: include/class/periode.class.php:686 msgid "Octobre" @@ -12626,6 +12596,8 @@ msgid "" "Opération de paiement crée en plus de cette opération, ne concerne pas la " "facturation électronique" msgstr "" +" This payment transaction, created in addition to the previous one, is not" +" related to electronic invoicing." #: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:135 msgid "Opération de vente" @@ -12871,7 +12843,7 @@ msgstr "Yes to load the javascripts and CSS standard files" #: include/database.item.php:181 msgid "Outils comptable, chgt poste,fiche..." -msgstr "" +msgstr " Accounting tools, job change, form..." #: include/database.item.php:181 #, fuzzy @@ -12932,15 +12904,15 @@ msgstr "Conversion to PDF failed , PDFTK fails" #: include/ext/noalyss-portal-client/class/customer_peppol_mtable.class.php:43 msgid "PEPPOL" -msgstr "" +msgstr " PEPPOL" #: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:30 msgid "PEPPOL ID" -msgstr "" +msgstr " PEPPOL ID" #: include/lib/ipeppol_id.class.php:35 msgid "PEPPOL_ID" -msgstr "" +msgstr " PEPPOL_ID" #: include/class/acc_ledger.class.php:292 msgid "PERIODE FERMEE" @@ -12981,7 +12953,7 @@ msgstr "Payment" #: include/class/invoice_pdf.class.php:327 #, php-format msgid "Paiement avant le %s sur le compte %s (BIC %s) avec comme message %s" -msgstr "" +msgstr " Payment before %s to account %s (BIC %s) with the message %s" #: include/template/status_operation_event-main_display.php:122 msgid "Paiement client" @@ -13162,7 +13134,7 @@ msgstr "Parameter for VAT" msgid "" "Paramètre, utilisateurs et sécurité pour l'extension feuilles de présence " "(timesheet)" -msgstr "" +msgstr "Settings, users and security for the timesheet extension" #: include/database.item.php:67 msgid "Paramètres divers" @@ -13177,6 +13149,8 @@ msgid "" "Paramétrer les coordonnées du déclarant et les code TVA pour les listing " "intracomm" msgstr "" +" Configure the declarant's contact details and VAT codes for intra-community" +" listings" #: include/template/todo_list_display.php:87 #: include/template/todo_list_display.php:90 @@ -13301,7 +13275,7 @@ msgstr "Todo List" #: include/ext/rash/template/beneficiary-input.php:716 msgid "Pensez à sauver vos changements" -msgstr "" +msgstr " Remember to save your changes" #: include/template/forecast_item_mtable-input.php:79 msgid "Periode" @@ -13358,7 +13332,7 @@ msgstr "Let you to export operation in CSV by ledger" #: include/database.item.php:196 msgid "Permet d'importer et d'exporter des profiles, avec toutes dépendances" -msgstr "" +msgstr " Allows importing and exporting profiles, along with all dependencies." #: include/database.item.php:149 #, fuzzy @@ -13392,17 +13366,18 @@ msgstr "Link between Accounting and Cost Accounting" #: include/database.item.php:200 msgid "Permet de gérer la sécurité de l'extension RASH" -msgstr "" +msgstr " Allows you to manage the security of the RASH extension" #: include/database.item.php:206 msgid "" "Permet de valider les feuilles de présence(Timesheet) des personnes dont on " "est responsable" msgstr "" +" Allows you to validate the timesheets of the people you are responsible for." #: include/database.item.php:170 msgid "Permet l'export des données de Noalyss , en différent format : FEC, CSV" -msgstr "" +msgstr " Allows export of Noalyss data in different formats: FEC, CSV" #: include/ext/noalyss-export/template/export_param.php:35 msgid "Permet l'export des opérations en CSV par journal" @@ -13417,6 +13392,8 @@ msgid "" "Permet la restauration de différent dossiers dans le but d'avoir des " "dossiers de démonstration" msgstr "" +" Allows the restoration of different folders in order to have demonstration" +" folders" #: include/class/package_core.class.php:59 #, php-format @@ -13442,7 +13419,7 @@ msgstr "Staff" #: include/ext/rash/ajax/ajax_rash_admin_group.php:33 #: include/ext/rash/template/security_beneficiary-form_beneficiary.php:66 msgid "Personnes hébergées" -msgstr "" +msgstr " People being housed" #: include/lib/message_javascript.php:63 msgid "Peut contenir un numéro de bon de commande" @@ -13545,7 +13522,7 @@ msgstr "Analytically" #: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:129 #, php-format msgid "Planifié %s" -msgstr "" +msgstr " Planned %s" #: include/database.item.php:183 #, fuzzy @@ -13556,7 +13533,7 @@ msgstr "This extension let make VAT listing and form" #: include/database.item.php:157 msgid "Plugin to manage the client" -msgstr "" +msgstr " Plugin to manage the client" #: include/ajax/ajax_preference.php:232 #: include/ext/noalyss-export/class/export/export.class.php:120 @@ -13875,7 +13852,7 @@ msgstr "" #: include/ext/profile_mgt/template/profile_mgt-display_profile.php:29 msgid "Pour corriger le résultat vous devez aller sur C0PROFL" -msgstr "" +msgstr " To correct the result you need to go to C0PROFL" #: include/user_detail.inc.php:173 #, fuzzy @@ -13949,6 +13926,8 @@ msgid "" "Pour pouvoir saisir les heures d'une autre personne, le mandataire doit " "avoir accès à TS1/Saisie et avoir un profil complet" msgstr "" +" To be able to enter another person's hours, the authorized representative" +" must have access to TS1/Entry and have a complete profile" #: include/template/impress_cat_card.php:21 msgid "Pour toutes les catégories" @@ -13988,7 +13967,7 @@ msgstr "First road" #: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:200 #, php-format msgid "Presté %s" -msgstr "" +msgstr " Performed %s" #: include/class/follow_up.class.php:2096 #: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:47 @@ -14141,20 +14120,20 @@ msgstr "Progr." #: include/ext/noalyss-timesheet/template/project_mtable-input.php:44 msgid "Project" -msgstr "" +msgstr " Project" #: include/ext/noalyss-timesheet/ajax/ajax_select_project_code.php:63 #, php-format msgid "Projects utilisés ce mois entre le %s et %s" -msgstr "" +msgstr " Projects used this month between %s and %s" #: include/ext/noalyss-timesheet/template/employee_schedule-display_week.php:48 msgid "Projet" -msgstr "" +msgstr " Project" #: include/ext/noalyss-timesheet/template/admin-menu.php:171 msgid "Projets" -msgstr "" +msgstr " Projects" #: include/database.item.php:251 msgid "Proposition" @@ -14249,7 +14228,7 @@ msgstr "" #: include/ext/noalyss_document/class/document_operation.php:42 #: include/ext/noalyss_document/template/document_load-display_table.php:154 msgid "Prêt" -msgstr "" +msgstr " Ready" #: include/template/todo_list_display.php:70 msgid "Public" @@ -14274,7 +14253,7 @@ msgstr "Then perform the install procedure to upgrade the database" #: include/ext/rash/class/Child.php:70 #: include/ext/rash/ajax/ajax_benefit.php:51 msgid "Père" -msgstr "" +msgstr " Father" #: include/class/acc_ledger_sale.class.php:1822 #: include/class/acc_ledger_purchase.class.php:2244 @@ -14456,7 +14435,7 @@ msgstr "Quick_code" #: include/database.item.php:198 msgid "RASH" -msgstr "" +msgstr "RASH" #: include/database.item.php:200 #, fuzzy @@ -14488,7 +14467,7 @@ msgstr "Refresh" #: include/XMLDocument/xml_reader.class.php:526 msgid "Raison" -msgstr "" +msgstr " Reason" #: include/class/card_property.class.php:182 msgid "Rappel: Poste créé automatiquement à partir de " @@ -14576,7 +14555,7 @@ msgstr "Search 🔎" #: include/ajax/ajax_search_peppol.php:68 msgid "Recherche PEPPOL Directory" -msgstr "" +msgstr " PEPPOL Directory Search" #: include/ajax/ajax_anc_search.php:38 msgid "Recherche activité" @@ -14716,7 +14695,7 @@ msgstr "Rejected" #: include/ext/rash/template/pedagocical_followup-input.php:111 #: include/ext/rash/template/financial_followup-input.php:82 msgid "Remarque" -msgstr "" +msgstr " Noticed" #: include/ajax/ajax_search_filter.php:156 msgid "Remise à zéro" @@ -14909,7 +14888,7 @@ msgstr "Reconciliation %s" #: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:199 #, php-format msgid "Récup %s" -msgstr "" +msgstr " Recovery %s" #: include/template/anticipation-display.php:104 msgid "Réel" @@ -15083,7 +15062,7 @@ msgstr "inexistent rate" #: include/ext/tva/class/ext_list_intra.class.php:337 msgid "S/L/T" -msgstr "" +msgstr " S/L/T" #: include/class/follow_up.class.php:1951 msgid "SECURITE : Ajout impossible" @@ -15106,7 +15085,7 @@ msgstr "First day of the week" #: include/database.item.php:158 msgid "Saisie présence" -msgstr "" +msgstr " Attendance entry" #: include/ext/ohada/include/data/data_financial.class.php:63 #: include/database.item.php:288 @@ -15280,7 +15259,7 @@ msgstr "Select your language" #: include/ext/noalyss-timesheet/template/employee_schedule-display_week.php:51 #, php-format msgid "Sem %s" -msgstr "" +msgstr " Sem %s" #: include/ext/rash/ajax/ajax_schedule_watch_input.php:31 #: include/ext/rash/template/schedule_watch-display_month.php:93 @@ -15290,7 +15269,7 @@ msgstr "Domain " #: include/ext/rash/template/schedule_watch-display_month.php:63 msgid "Sept." -msgstr "" +msgstr " Seven." #: include/class/periode.class.php:685 msgid "Septembre" @@ -15408,11 +15387,11 @@ msgstr "" #: include/ext/tva/template/ext_tva+display_detail_amount.php:69 msgid "Signe" -msgstr "" +msgstr " Sign" #: include/ext/tva/class/ext_tva.class.php:520 msgid "Simple PDF" -msgstr "" +msgstr " Simple PDF" #: include/ext/rash/template/pedagocical_followup-input.php:84 #: include/ext/rash/template/beneficiary-listing.php:36 @@ -15428,7 +15407,7 @@ msgstr "website" #: include/database.item.php:179 msgid "Skeleton for plugin" -msgstr "" +msgstr " Skeleton for plugin" #: include/template/xmlinvoice-display_error.php:55 #: include/template/contact-summary.php:17 @@ -15574,15 +15553,15 @@ msgstr "Status" #: include/ext/rash/raw.php:100 msgid "Status motif entrée auteur" -msgstr "" +msgstr " Status pattern entry author author" #: include/ext/rash/raw.php:99 msgid "Status motif entrée enfant" -msgstr "" +msgstr " Status pattern child entry" #: include/ext/rash/raw.php:98 msgid "Status motif entrée victime" -msgstr "" +msgstr " Status: Reason for entry victim" #: include/ext/rash/template/beneficiary-input.php:395 #: include/ext/rash/template/beneficiary-input.php:445 @@ -15592,7 +15571,7 @@ msgstr "Status" #: include/ext/noalyss_document/template/document_load-display_table.php:222 msgid "Statut Prêt" -msgstr "" +msgstr "Loan Status" #: include/database.item.php:94 include/database.item.php:176 msgid "Stock" @@ -15647,7 +15626,7 @@ msgstr "Followed Supplier, customer, bank, quote, order, mail" #: include/ext/rash/template/beneficiary-input.php:43 msgid "Suivi Pédagogique" -msgstr "" +msgstr " Educational Monitoring" #: include/database.item.php:102 msgid "Suivi administration, banque" @@ -15685,7 +15664,7 @@ msgstr "Amortization accounting" #: include/ext/rash/template/pedagocical_followup-input.php:28 msgid "Suivi pédagogique" -msgstr "" +msgstr " Educational monitoring" #: include/ext/invoicing/template/recorded_message_list.php:27 #: include/ext/invoicing/template/recorded_message_display.php:24 @@ -15825,7 +15804,7 @@ msgstr "Invalid separator" #: include/ext/ohada/include/amortization.class.php:38 #: include/ext/ohada/include/amortization.class.php:39 msgid "TABLEAU SMT DE SUIVI DU MATERIEL, DU MOBILIER ET DES CAUTIONS" -msgstr "" +msgstr " SMT TRACKING TABLE FOR EQUIPMENT, FURNITURE AND SECURITY DEPOSITS" #: include/class/document_export.class.php:313 msgid "TKPDF n'est pas installé" @@ -15833,7 +15812,7 @@ msgstr "TKPDF is not installed" #: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:32 msgid "TOKEN" -msgstr "" +msgstr " TOKEN" #: include/compta_fin_saldo.inc.php:156 include/class/invoice_pdf.class.php:307 msgid "TOTAUX" @@ -16170,7 +16149,7 @@ msgstr "Used rate" #: include/XMLDocument/xml_reader.class.php:557 #: include/ext/ohada/include/data/data_financial.class.php:64 msgid "Taxe" -msgstr "" +msgstr " Tax" #: include/class/invoice_pdf.class.php:145 #: include/ext/rash/template/beneficiary-input.php:90 @@ -16180,15 +16159,15 @@ msgstr "Total" #: include/ext/rash/template/beneficiary-input.php:304 msgid "Tel médecin traitant" -msgstr "" +msgstr " This attending physician" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:98 msgid "Temps heure" -msgstr "" +msgstr " Time hour" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:97 msgid "Temps min." -msgstr "" +msgstr " Minimum time." #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:99 #, fuzzy @@ -16201,7 +16180,7 @@ msgstr "Elapsed time" #: include/template/mail_parameter-input.php:38 msgid "Test" -msgstr "" +msgstr " Test" #: include/ajax/ajax_email_setting.php:57 #, fuzzy @@ -16234,7 +16213,7 @@ msgstr "Text surrounded by" #: include/database.item.php:185 msgid "Thierry Nancy" -msgstr "" +msgstr " Thierry Nancy" #: include/ajax/ajax_preference.php:95 msgid "Thème" @@ -16468,7 +16447,7 @@ msgstr "Total entries" #: include/template/impress_reconciliation.php:91 #, php-format msgid "Total opération liée : %.2f Delta %.2f" -msgstr "" +msgstr " Total related operation: %.2f Delta %.2f" #: include/class/print_ledger_fin.class.php:77 msgid "Total page" @@ -16673,7 +16652,7 @@ msgstr "All entries" msgid "" "Toutes les requêtes sont enregistrées, les enregistrements peuvent devenir " "très volumineux." -msgstr "" +msgstr " All requests are logged, and the logs can become very large." #: include/template/ledger_search.php:142 #: include/template/action_search.php:134 @@ -16883,7 +16862,7 @@ msgstr "The subject is mandatory" #: include/XMLDocument/error_message.class.php:79 msgid "Type de société (SRL,ASBL,...)" -msgstr "" +msgstr "Type of company (SRL, ASBL,...)" #: include/balance_age.inc.php:53 msgid "Type de tiers" @@ -17002,7 +16981,7 @@ msgstr "Phone" #: include/class/noalyss_parameter_folder.class.php:248 msgid "UBL21 Belgique" -msgstr "" +msgstr " UBL21 Belgium" #: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:37 #: include/menu.inc.php:112 @@ -17015,11 +16994,11 @@ msgstr "A PDF by operation" #: include/class/tva_rate_mtable.class.php:470 msgid "Un code d'exemption de TVA doit être fourni, voyez le manuel" -msgstr "" +msgstr " A VAT exemption code must be provided; see the manual." #: include/user_detail.inc.php:147 msgid "Un email sera envoyé avec un lien pour initialiser 2FA avec OTP" -msgstr "" +msgstr " An email will be sent with a link to initiate 2FA with OTP." #: include/lib/message_javascript.php:99 msgid "Un instant" @@ -17150,7 +17129,7 @@ msgstr "Unknown type" #: include/ext/rash/template/beneficiary-input.php:360 msgid "Urgent" -msgstr "" +msgstr " Urgent" #: html/user_login.php:134 include/audit_log.php:37 #: include/ext/rash/class/Social_Worker_MTable.php:37 @@ -17302,11 +17281,11 @@ msgstr "Local admin" #: include/ext/rash/raw.php:126 msgid "VA Crime Honneur" -msgstr "" +msgstr " VA Crime Honour" #: include/ext/rash/raw.php:120 msgid "VA Eco" -msgstr "" +msgstr " VA Eco" #: include/ext/rash/raw.php:119 #, fuzzy @@ -17315,7 +17294,7 @@ msgstr "Unknown" #: include/ext/rash/raw.php:127 msgid "VA Mariage Forcé" -msgstr "" +msgstr " VA Forced Marriage" #: include/ext/rash/raw.php:125 #, fuzzy @@ -17324,19 +17303,19 @@ msgstr "Autoreverse" #: include/ext/rash/raw.php:118 msgid "VA Physique" -msgstr "" +msgstr " VA Physics" #: include/ext/rash/raw.php:122 msgid "VA Psycho" -msgstr "" +msgstr " VA Psycho" #: include/ext/rash/raw.php:121 msgid "VA Sexuel" -msgstr "" +msgstr " VA Sexual" #: include/ext/rash/raw.php:124 msgid "VA Verbale" -msgstr "" +msgstr " VA Verbal" #: include/ext/rash/raw.php:113 #, fuzzy @@ -17350,7 +17329,7 @@ msgstr "Other" #: include/ext/rash/raw.php:110 msgid "VF Eco" -msgstr "" +msgstr " VF Eco" #: include/ext/rash/raw.php:116 #, fuzzy @@ -17359,15 +17338,15 @@ msgstr "Unknown" #: include/ext/rash/raw.php:112 msgid "VF Psycho" -msgstr "" +msgstr " VF Psycho" #: include/ext/rash/raw.php:111 msgid "VF Sexuelle" -msgstr "" +msgstr "VF Sexual" #: include/ext/rash/raw.php:114 msgid "VF Verbale" -msgstr "" +msgstr " VF Verbale" #: html/install.php:746 #, php-format @@ -17386,23 +17365,23 @@ msgstr "Other" #: include/ext/rash/raw.php:102 msgid "VP Econo" -msgstr "" +msgstr " VP Econo" #: include/ext/rash/raw.php:103 msgid "VP Physique" -msgstr "" +msgstr " VP Physics" #: include/ext/rash/raw.php:105 msgid "VP Psycho" -msgstr "" +msgstr " VP Psycho" #: include/ext/rash/raw.php:104 msgid "VP Sexuelle" -msgstr "" +msgstr " VP Sexual" #: include/ext/rash/raw.php:107 msgid "VP Verbale" -msgstr "" +msgstr " VP Verbal" #: include/ext/amortis/include/amortissement_material_pdf.class.php:42 msgid "Val. Comptable Net" @@ -17470,7 +17449,7 @@ msgstr "View" #: include/database.item.php:171 msgid "Validation d'un formulaire reçu depuis Internet" -msgstr "" +msgstr " Validation of a form received from the Internet" #: include/ext/import-advanced/template/operation_result.php:197 msgid "Valide et non transfèré" @@ -17579,6 +17558,8 @@ msgid "" "commentaires sont de simples informations, elles ne changeront pas les " "heures saisies." msgstr "" +" Breakdown with comments of your hours on this project code. These comments" +" are simply informational and will not change the hours entered." #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:101 #, fuzzy @@ -17634,7 +17615,7 @@ msgstr "Please reconnect from another tab or by clicking on the link" #: include/ext/rash/template/beneficiary-input.php:400 msgid "Victime" -msgstr "" +msgstr " Victim" #: include/template/follow_up-display.php:121 msgid "VideoConf" @@ -17660,11 +17641,11 @@ msgstr "Adding others" #: include/ext/rash/raw.php:109 msgid "Violence Familiale Physique" -msgstr "" +msgstr " Physical Domestic Violence" #: include/ext/rash/raw.php:101 msgid "Violence Partenaire Inconnu " -msgstr "" +msgstr " Violence, Unknown Partner" #: include/ext/rash/template/beneficiary-input.php:393 #, fuzzy @@ -17678,7 +17659,7 @@ msgstr "Adding others" #: include/ext/rash/template/beneficiary-input.php:424 msgid "Violences familiales" -msgstr "" +msgstr " Domestic violence" #: include/ext/noalyss-export/class/export/export.class.php:119 msgid "Virgule" @@ -17763,6 +17744,7 @@ msgid "" "Voulez-vous envoyer les emails grâce à un serveur SMTP ou en local avec " "sendmail" msgstr "" +" Do you want to send emails via an SMTP server or locally with sendmail?" #: include/bank.inc.php:43 include/adm.inc.php:44 include/supplier.inc.php:44 #: include/contact.inc.php:52 include/customer.inc.php:49 @@ -17960,6 +17942,8 @@ msgid "" "un document vide, ce qui vous permettra de saisir une opération sans " "document " msgstr "" +" You can select multiple documents; if none are selected, an empty document" +" will be created, allowing you to enter a transaction without a document." #: include/ajax/ajax_search_account_card.php:59 msgid "" @@ -18085,7 +18069,7 @@ msgstr "Service" #: include/database.item.php:174 msgid "WebService Setting" -msgstr "" +msgstr " WebService Setting" #: include/database.item.php:175 #, fuzzy @@ -18099,7 +18083,7 @@ msgstr "Windows CP1252" #: include/class/acc_document.class.php:392 msgid "XML" -msgstr "" +msgstr " XML" #: include/class/tva_rate_mtable.class.php:198 #, fuzzy @@ -18117,7 +18101,7 @@ msgstr "[%s]" #: include/ext/noalyss-timesheet/include/Admin/scheduler.class.php:103 msgid "[sch83] Heure par semaine n'a pas été donné" -msgstr "" +msgstr " [sch83] Hours per week was not given" #: include/class/acc_ledger_sale.class.php:212 msgid "] n'existe pas" @@ -18172,7 +18156,7 @@ msgstr "Warning: by default, the accounting item Will Be" #: include/template/mail_parameter-input.php:85 msgid "adresse par défaut email de l'expéditeur" -msgstr "" +msgstr " default sender's email address" #: include/class/acc_ledger_info.class.php:52 msgid "appel incorrect" @@ -18678,7 +18662,7 @@ msgstr "the template" #: include/ext/rash/template/schedule_watch-display_form_week.php:52 msgid "le parent à la garde " -msgstr "" +msgstr " the parent with custody" #: include/lib/message_javascript.php:67 msgid "" @@ -18790,7 +18774,7 @@ msgstr "You must select at least one row" #: include/ext/rash/template/beneficiary-input.php:295 msgid "médecin traitant" -msgstr "" +msgstr " general practitioner" #: include/class/acc_ledger_sale.class.php:194 #: include/class/acc_ledger_sale.class.php:243 @@ -18873,7 +18857,7 @@ msgstr "Invalide " #: include/XMLDocument/xml_reader.class.php:592 msgid "note" -msgstr "" +msgstr " note" #: include/ext/importbank/include/template/show_import.php:20 msgid "num transfert" @@ -18920,7 +18904,7 @@ msgstr "receipt #" #: include/ext/tva/template/ext_tva+display_detail_amount.php:40 msgid "négatif" -msgstr "" +msgstr " negative" #: include/company.inc.php:72 msgid "obligatoire" @@ -19126,7 +19110,7 @@ msgstr "Ref" #: include/ext/noalyss-portal-client/include/nv-annonce.inc.php:31 msgid "register : version too low " -msgstr "" +msgstr " register: version too low" #: html/install.php:448 msgid "register_globals doit être à off" @@ -19134,7 +19118,7 @@ msgstr "register_globals must be set to off" #: include/ext/rash/template/beneficiary-input.php:478 msgid "remarque" -msgstr "" +msgstr " REMARK" #: include/class/print_ledger_fin.class.php:59 msgid "report" @@ -19172,7 +19156,7 @@ msgstr "Save" #: include/ext/noalyss-timesheet/include/Admin/scheduler.class.php:113 msgid "sch121 : Aucune date de début pour cet utilisateur" -msgstr "" +msgstr " sch121: No start date for this user" #: include/ext/rash/template/schedule_watch-display_form_week.php:57 #, fuzzy @@ -19283,7 +19267,7 @@ msgstr "Status" #: include/ext/noalyss_document/template/document_load-display_recap.php:72 #, php-format msgid "suivi [%s]" -msgstr "" +msgstr " tracking [%s]" #: include/ext/invoicing/include/invoice_send_mail.inc.php:184 msgid "sujet" @@ -19322,7 +19306,7 @@ msgstr "Tiers" #: include/ext/noalyss_document/template/document_load-display_table.php:81 msgid "title" -msgstr "" +msgstr " title" #: include/template/form_ledger_detail.php:116 #: include/template/predf_ledger_detail.php:23 @@ -19382,7 +19366,7 @@ msgstr "unknown type of ledger" #: include/ext/rash/raw.php:85 msgid "urgent" -msgstr "" +msgstr " urgent" #: include/ajax/ajax_preference.php:264 msgid "utf8" @@ -19420,12 +19404,12 @@ msgstr "comma" #: include/database.item.php:179 msgid "votre nom" -msgstr "" +msgstr " your name" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:144 #, php-format msgid "voulez-vous que les opérations avant %s soient mises au %s ?" -msgstr "" +msgstr " Do you want the transactions before %s to be put into %s?" #: include/ajax/ajax_get_profile.php:95 include/ajax/ajax_get_profile.php:104 msgid "vous confirmez" diff --git a/html/lang/nl_NL/LC_MESSAGES/messages.po b/html/lang/nl_NL/LC_MESSAGES/messages.po index 51989c192..927c09bb5 100644 --- a/html/lang/nl_NL/LC_MESSAGES/messages.po +++ b/html/lang/nl_NL/LC_MESSAGES/messages.po @@ -4,13 +4,12 @@ # # dany , 2014. # Dany De Bontridder , 2015, 2018, 2019. -#: include/database.item.php:104 msgid "" msgstr "" "Project-Id-Version: NOALYSS\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-12-06 08:28+0100\n" -"PO-Revision-Date: 2025-12-01 14:33+0100\n" +"PO-Revision-Date: 2026-04-18 19:05+0200\n" "Last-Translator: dany \n" "Language-Team: English \n" "Language: nl\n" @@ -18,21 +17,21 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 3.7\n" +"X-Generator: Poedit 3.2.2\n" -#: html/direct.php:51 include/template/module.php:127 -#: include/template/profile_menu_display_module.php:72 +#: html/direct.php:51 include/template/module.php:127 include/template/profile_menu_display_module.php:72 msgid " " msgstr "" #: include/export/export_gl_pdf.php:47 +#, fuzzy msgid " Periode : " -msgstr " Periode" +msgstr " Periode " #: include/export/export_poste_detail_pdf.php:54 #, php-format msgid " Période : %s %s" -msgstr "Periode %s %s" +msgstr " Periode %s %s" #: include/ext/import_card/include/template/input_format.php:39 msgid " Texte entouré du signe" @@ -41,75 +40,67 @@ msgstr " Tekst omringd door het teken" #: include/class/acc_ledger_fin.class.php:951 #, php-format msgid " compte : %s a %s " -msgstr "Rekening %s tot %s" +msgstr " Rekening %s tot %s" #: include/cfgledger.inc.php:79 #, php-format msgid " %s est effacé" -msgstr "%s is verwijderd" +msgstr " %s is verwijderd" -#: include/ext/tva/class/tva_pdf_writer.class.php:127 -#: include/ext/tva/class/tva_pdf_writer.class.php:245 +#: include/ext/tva/class/tva_pdf_writer.class.php:127 include/ext/tva/class/tva_pdf_writer.class.php:245 #, php-format msgid " %s trimestre" -msgstr "%s trimester" +msgstr " %s trimester" #: include/ext/importbank/class/import_bank.class.php:322 msgid " - Date hors des journaux" -msgstr "- ongeldig datum" +msgstr " - ongeldig datum" #: include/template/category_of_card.php:42 msgid " A moins qu'en créant la fiche, vous forcez un autre poste comptable" -msgstr "" -"Tenzij u een nieuw dossier aanmaakt, blokkeert u een andere begrotingspost" +msgstr "Tenzij u een nieuw dossier aanmaakt, blokkeert u een andere begrotingspost " #: include/class/acc_payment.class.php:226 msgid " Acompte à déduire" -msgstr "Af te trekken voorschot" +msgstr " Af te trekken voorschot" #: include/ext/rapport_avance/include/rapav.class.php:129 msgid " Aucune formule trouvée" -msgstr "Geen formule gevonden" +msgstr " Geen formule gevonden" #: include/ext/tva/template/tva_parameter-display.php:137 -msgid "" -" Autres opérations à l'entrée pour lesquelles la T.V.A. est due par le " -"déclarant " -msgstr "" -"Andere handelingen bij het invoeren waarbij de BTW verschuldigd is door de " -"aangever" +msgid " Autres opérations à l'entrée pour lesquelles la T.V.A. est due par le déclarant " +msgstr " Andere handelingen bij het invoeren waarbij de BTW verschuldigd is door de aangever" #: include/ajax/ajax_card.php:594 msgid " Banque" -msgstr "Bank" +msgstr " Bank" #: include/dossier.inc.php:149 msgid " Base de donnée " -msgstr "Databank" +msgstr " Databank" #: include/template/ledger_detail_bottom.php:165 msgid " Bon de commande" -msgstr "Bestelbon" +msgstr " Bestelbon" -#: include/export/export_poste_detail_pdf.php:144 -#: include/export/export_poste_detail_pdf.php:252 +#: include/export/export_poste_detail_pdf.php:144 include/export/export_poste_detail_pdf.php:252 msgid " C " -msgstr "C" +msgstr " C" #: include/fiche.inc.php:204 msgid " Ces fiches n'ont pas été effacées " -msgstr "Deze bestanden zijn niet verwijderd geweest" +msgstr " Deze bestanden zijn niet verwijderd geweest" #: include/lib/ac_common.php:493 msgid " Cette action ne vous est pas autorisée Contactez votre responsable" -msgstr "U bent niet bevoegd voor deze actie. Contacteer uw verantwoordelijke" +msgstr " U bent niet bevoegd voor deze actie. Neem contact op met uw manager" #: include/ext/tva/class/parameter/tva_parameter.class.php:338 msgid " Code TVA " msgstr "BTW Code" -#: include/export/export_poste_detail_pdf.php:149 -#: include/export/export_poste_detail_pdf.php:257 +#: include/export/export_poste_detail_pdf.php:149 include/export/export_poste_detail_pdf.php:257 msgid " D " msgstr "D" @@ -132,7 +123,7 @@ msgstr "Fout in de formule %s" #: include/class/periode.class.php:751 include/ajax/ajax_periode.php:171 msgid " Exercice : " -msgstr "Oefening :" +msgstr "Jaar :" #: include/ext/amortis/include/am_card.class.php:334 msgid " Fiche contrepartie incorrect" @@ -152,20 +143,17 @@ msgstr "Buiten balans" #: include/ext/importbank/index.php:177 msgid " Il est conseillé d'effacer les fichiers d'origine qui sont fusionnés." -msgstr "" -" Het is aanbevolen om de originele bestanden die zijn samengevoegd te wissen." +msgstr " Het is aanbevolen om de originele bestanden die zijn samengevoegd te wissen." #: include/lib/user_menu.php:131 msgid " Immobilisé" msgstr "Geïmmobiliseerd" -#: include/ext/copy_parameter/class/Tva.php:167 -#: include/ext/copy_parameter/class/Analytic.php:141 +#: include/ext/copy_parameter/class/Tva.php:167 include/ext/copy_parameter/class/Analytic.php:141 msgid " Importation TVA a échoué, aucun changement " -msgstr "" +msgstr "BTW-import mislukt, geen wijzigingen" -#: include/class/acc_ledger_sale.class.php:261 -#: include/class/acc_ledger_purchase.class.php:274 +#: include/class/acc_ledger_sale.class.php:261 include/class/acc_ledger_purchase.class.php:274 msgid " La TVA " msgstr "De BTW" @@ -188,8 +176,7 @@ msgstr "Omschrijving op naam van de betaling" msgid " Opérations après la date %s qui sont %s " msgstr " Operatie na datum van %s dat zijn %s " -#: include/ext/invoicing/include/invoice_send_mail.inc.php:146 -#: include/lib/utility.class.php:95 +#: include/ext/invoicing/include/invoice_send_mail.inc.php:146 include/lib/utility.class.php:95 #, php-format msgid " PDF pour %s non généré " msgstr "PDF voor %s non gegenereerd" @@ -223,18 +210,13 @@ msgid " Un poste comptable est manquant" msgstr "Een begrotingspost is onbrekende" #: html/install.php:501 -#, fuzzy msgid "" -" Vous devez utiliser au minimum une version 12 de PostgreSQL, si votre " -"distribution n'en\n" -"offre pas, installez-en une en la compilant. Lisez attentivement la notice " -"sur postgresql.org pour migrer\n" +" Vous devez utiliser au minimum une version 12 de PostgreSQL, si votre distribution n'en\n" +"offre pas, installez-en une en la compilant. Lisez attentivement la notice sur postgresql.org pour migrer\n" "vos bases de données" msgstr "" -"U moet minimaal Postgresql versie 12 of hoger gebruiken. Als uw distributie " -"deze\n" -" niet aanbiedt, moet u deze installeren door de software te compileren. Lees " -"aandachtig de handleiding op postgresql.org om uw databases te migreren" +"U moet minimaal Postgresql versie 12 of hoger gebruiken. Als uw distributie deze\n" +" niet aanbiedt, moet u deze installeren door de software te compileren. Lees aandachtig de handleiding op postgresql.org om uw databases te migreren " #: include/ajax/ajax_card.php:586 msgid " d'administration" @@ -264,9 +246,7 @@ msgstr "moet in een unicode worden omgezet" msgid " effacée" msgstr "gewist" -#: include/ajax/ajax_search_operation.php:142 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:121 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:125 +#: include/ajax/ajax_search_operation.php:142 include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:121 include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:125 msgid " enregistrements. Le nombre d'enregistrements trouvés est de " msgstr "opgeslagen bestanden. De hoeveelheid is van " @@ -286,13 +266,11 @@ msgstr "en de activiteit" msgid " et le poste " msgstr "en de post" -#: include/ext/noalyss-export/template/export_param.php:74 -#: include/ext/noalyss-export/template/export_param.php:127 +#: include/ext/noalyss-export/template/export_param.php:74 include/ext/noalyss-export/template/export_param.php:127 msgid " grâce à l'extension \"importation avancé\"" -msgstr "" +msgstr "met dank aan de geavanceerde import\"-extensie\"" -#: include/class/acc_bilan.class.php:73 -#: include/ext/bilan_interne/acc_bilaninterne.class.php:307 +#: include/class/acc_bilan.class.php:73 include/ext/bilan_interne/acc_bilaninterne.class.php:307 msgid " jusque " msgstr "tot" @@ -304,9 +282,7 @@ msgstr "fuseren van verschillende bestanden kan duplicaten opleveren" msgid " le poste comptable" msgstr "de boekhoudingspost" -#: include/class/acc_ledger_sale.class.php:212 -#: include/class/acc_ledger_sale.class.php:275 -#: include/class/acc_ledger_purchase.class.php:221 +#: include/class/acc_ledger_sale.class.php:212 include/class/acc_ledger_sale.class.php:275 include/class/acc_ledger_purchase.class.php:221 msgid " le poste comptable [" msgstr "de boekhoudingspost [" @@ -319,14 +295,12 @@ msgid " pour la fiche " msgstr "voor het bestand" #: include/ext/noalyss_document/template/document-display_detail.php:121 -#, fuzzy msgid " rotation droite" -msgstr "Onmiddellijk/direct gebruik" +msgstr "rechtsom draaien" #: include/ext/noalyss_document/template/document-display_detail.php:121 -#, fuzzy msgid " rotation à droite" -msgstr "Staffing" +msgstr "rechtsom draaien" #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:339 msgid " utilisé avec le poste comptable" @@ -336,9 +310,7 @@ msgstr " gebruikt met boekhoudingspost" msgid " vous ne pouvez pas encoder à une date antérieure dans ce journal" msgstr "in dit dagboek mag u geen vroegere dagtekening invoeren" -#: include/class/acc_ledger_sale.class.php:183 -#: include/class/acc_ledger_fin.class.php:121 -#: include/class/acc_ledger_fin.class.php:210 +#: include/class/acc_ledger_sale.class.php:183 include/class/acc_ledger_fin.class.php:121 include/class/acc_ledger_fin.class.php:210 msgid " vous ne pouvez pas encoder à une date antérieure" msgstr "u mag niet een vroegere dagtekening invoeren" @@ -352,9 +324,8 @@ msgid "%" msgstr "%" #: include/XMLDocument/xml_reader.class.php:554 -#, fuzzy msgid "% Taxe" -msgstr "Ander Belasting?" +msgstr "% Belasting" #: include/ext/alchimerys_peppol_synchro/nds_synchro.php:236 #, fuzzy, php-format @@ -374,12 +345,12 @@ msgstr "%s " #: include/XMLDocument/invoiceubl21.class.php:105 #, php-format msgid "%s : %s code Exemption pour PEPPOL non configuré code TVA [ %s %s ]" -msgstr "" +msgstr "%s: %s Vrijstellingscode voor PEPPOL niet geconfigureerd btw-code [ %s %s ]" #: include/XMLDocument/invoiceubl21.class.php:89 #, php-format msgid "%s : %s code TVA pour PEPPOL non configuré code TVA [ %s %s ]" -msgstr "" +msgstr "%s: %s BTW-code voor PEPPOL niet geconfigureerd BTW-code [ %s %s ]" #: include/template/ledger_detail_fin.php:139 #, php-format @@ -421,44 +392,26 @@ msgid "(2) En-tête dossier" msgstr "(2) Hoofding dossier" #: include/lib/message_javascript.php:40 -msgid "" -"(optionnel) Ce montant correspond au total tva, si vous le laissez à vide, " -"il sera calculé automatiquement en fonction du taux" -msgstr "" -"(optioneel) Dit bedrag komt overeen met het totaal BTW, indien u haar leeg " -"laat in het veld zal deze automatisch berekend worden in functie van het " -"percentage" +msgid "(optionnel) Ce montant correspond au total tva, si vous le laissez à vide, il sera calculé automatiquement en fonction du taux" +msgstr "(optioneel) Dit bedrag komt overeen met het totaal BTW, indien u haar leeg laat in het veld zal deze automatisch berekend worden in functie van het percentage" #: include/lib/message_javascript.php:39 -msgid "" -"(optionnel) Ces champs servent à contrôler que les montants correspondent à " -"l'extrait" -msgstr "" -"(optioneel) Deze velden dienen voor de controle van bedragen ter " -"overeenkomst met het uittreksel" +msgid "(optionnel) Ces champs servent à contrôler que les montants correspondent à l'extrait" +msgstr "(optioneel) Deze velden dienen voor de controle van bedragen ter overeenkomst met het uittreksel" #: include/lib/message_javascript.php:36 msgid "(optionnel) L'échéance est la date limite de paiement" msgstr "(optioneel) de vervaldatum is de dag van het limiet ter betaling" #: include/lib/message_javascript.php:33 -msgid "" -"(optionnel) La description est un commentaire libre qui sert à identifier " -"cette opération" -msgstr "" -"(optioneel) De beschrijving is een vrij ingave gebruikt om deze operatie te " -"identificeren" +msgid "(optionnel) La description est un commentaire libre qui sert à identifier cette opération" +msgstr "(optioneel) De beschrijving is een vrij ingave gebruikt om deze operatie te identificeren" #: include/lib/message_javascript.php:37 -msgid "" -"(optionnel)Le numéro d'extrait permet de retrouver plus facilement l'extrait " -"de banque" -msgstr "" -"(optioneel) Het nummer van het uittreksel dient om eenvoudiger het " -"bankuitreksel terug te vinden" +msgid "(optionnel)Le numéro d'extrait permet de retrouver plus facilement l'extrait de banque" +msgstr "(optioneel) Het nummer van het uittreksel dient om eenvoudiger het bankuitreksel terug te vinden" -#: include/ext/noalyss_xmlpayment/ajax/ajax_save_bank.php:85 -#: include/ext/noalyss_xmlpayment/template/list_operation-select.php:38 +#: include/ext/noalyss_xmlpayment/ajax/ajax_save_bank.php:85 include/ext/noalyss_xmlpayment/template/list_operation-select.php:38 #, fuzzy msgid "*** Nouveau ***" msgstr "Nieuw" @@ -481,7 +434,7 @@ msgstr "-- keuze --" #: include/class/acc_ledger_sale.class.php:1398 msgid "0 - Facture PDF Standard" -msgstr "" +msgstr "0 - Standaard PDF-factuur" #: include/ajax/ajax_ledger.php:640 #, fuzzy @@ -509,13 +462,11 @@ msgstr "< 30 dagen" msgid "<30 jours" msgstr "<30 dagen" -#: include/class/balance_age.class.php:158 -#: include/template/balance_aged_result.php:68 +#: include/class/balance_age.class.php:158 include/template/balance_aged_result.php:68 msgid "> 90 jours" msgstr "> 90 dagen" -#: include/ext/importbank/class/import_bank.class.php:160 -#: include/ext/importbank/include/template/show_list.php:77 +#: include/ext/importbank/class/import_bank.class.php:160 include/ext/importbank/include/template/show_list.php:77 msgid "A Effacer" msgstr "Te Wissen" @@ -524,18 +475,17 @@ msgstr "Te Wissen" msgid "A accès aux projets" msgstr "Geen directe toegang" -#: include/ext/amortis/include/amortissement_table_pdf.class.php:48 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:41 +#: include/ext/amortis/include/amortissement_table_pdf.class.php:48 include/ext/amortis/include/amortissement_material_pdf.class.php:41 msgid "A amortir" msgstr "Af te lossen" #: include/template/xmlinvoice-display_error.php:57 msgid "A corriger dans COMPANY" -msgstr "" +msgstr "Moet worden gecorrigeerd in COMPANY" #: include/template/xmlinvoice-display_error.php:110 msgid "A corriger dans la configuration TVA (C0TVA)" -msgstr "" +msgstr "Moet worden gecorrigeerd in de btw-configuratie (C0TVA)" #: include/template/xmlinvoice-display_error.php:79 #, fuzzy @@ -546,8 +496,7 @@ msgstr "Fout in de formule" msgid "A effacer" msgstr "Te verwijderen" -#: include/ext/importbank/include/template/show_field.php:36 -#: include/ext/importbank/include/template/confirm_transfer.php:154 +#: include/ext/importbank/include/template/show_field.php:36 include/ext/importbank/include/template/confirm_transfer.php:154 msgid "A importer dans le journal de banque" msgstr "Te importeren in het dagboek van de bank" @@ -563,42 +512,34 @@ msgstr "Vanaf" msgid "A partir du mois de" msgstr "Vanaf de maand van" -#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-draft.php:82 -#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-confirmed.php:82 +#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-draft.php:82 include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-confirmed.php:82 msgid "A prester" -msgstr "" +msgstr "Wordt nog verstrekt" -#: include/ext/noalyss-timesheet/ajax/ajax_validate_employee_confirmed.php:35 -#: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:37 +#: include/ext/noalyss-timesheet/ajax/ajax_validate_employee_confirmed.php:35 include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:37 #, fuzzy msgid "A valider" msgstr "Bevestigen" #: include/class/tva_rate_mtable.class.php:197 msgid "AE Autoliquidate mais pas INTRACOMM." -msgstr "" +msgstr "AE automatisch liquideren maar niet INTRACOMM." #: include/class/acc_ledger_search.class.php:667 msgid "ALS01 Etat inconnu" msgstr "ALS01 Staat onbekend" #: include/lib/message_javascript.php:42 -msgid "" -"ATTENTION changer le poste comptable d'une fiche ne modifiera pas toutes " -"les opérations où cette fiche est utilisée" -msgstr "" -"OPGPAST veranderen van de boukhoudingspost van een bestand zal niet alle " -"operaties waar deze fiche wordt gebruikt aanpassen" +msgid "ATTENTION changer le poste comptable d'une fiche ne modifiera pas toutes les opérations où cette fiche est utilisée" +msgstr "OPGPAST veranderen van de boukhoudingspost van een bestand zal niet alle operaties waar deze fiche wordt gebruikt aanpassen" #: include/lib/message_javascript.php:43 msgid "ATTENTION si le poste comptable est vide, il sera créé automatiquement" -msgstr "" -"OPGEPAST als de boekhoudings post leeg is, zal deze automatisch gegenereerd " -"worden" +msgstr "OPGEPAST als de boekhoudings post leeg is, zal deze automatisch gegenereerd worden" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:34 msgid "AVO38.Vide" -msgstr "" +msgstr "AVO38.Leeg" #: include/class/acc_operation.class.php:834 msgid "Acc_Operation::set_id , id invalide " @@ -608,8 +549,7 @@ msgstr "Acc_Operation::set_id , id ongeldig" msgid "Access invalid" msgstr "Ongeldige toegang" -#: include/database.item.php:65 include/lib/user_menu.php:79 -#: include/lib/user_menu.php:99 +#: include/database.item.php:65 include/lib/user_menu.php:79 include/lib/user_menu.php:99 msgid "Accueil" msgstr "Home" @@ -618,9 +558,7 @@ msgstr "Home" msgid "Accueil " msgstr "Home" -#: include/export/export_security_pdf.php:175 -#: include/template/user_sec_profile.php:36 -#: include/template/profile_sec_repository.php:36 +#: include/export/export_security_pdf.php:175 include/template/user_sec_profile.php:36 include/template/profile_sec_repository.php:36 msgid "Accès" msgstr "Toegang" @@ -637,40 +575,19 @@ msgstr "Toegang actie" msgid "Accès direct ou menu" msgstr "Directe toegang of menu" -#: include/ext/transform/raw.php:32 include/ext/transform/raw.php:73 -#: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:26 +#: include/ext/transform/raw.php:32 include/ext/transform/raw.php:73 include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:26 msgid "Accès directe incorrecte" msgstr "Foute toegang" -#: html/export.php:72 html/recherche.php:71 -#: include/class/acc_ledger_sale.class.php:145 -#: include/class/acc_ledger.class.php:1257 -#: include/class/acc_ledger_purchase.class.php:143 -#: include/class/acc_ledger_fin.class.php:67 -#: include/ajax/ajax_todo_list.php:198 include/ajax/ajax_todo_list.php:261 -#: include/ajax/ajax_history.php:26 include/ext/modop/modop_save.php:260 -#: include/ext/rash/ajax/ajax_schedule_watch_input.php:24 -#: include/ext/rash/ajax/ajax_benefit.php:73 -#: include/ext/rash/ajax/ajax_benefit.php:104 -#: include/ext/rash/ajax/ajax_benefit.php:126 -#: include/ext/rash/ajax/ajax_benefit.php:185 -#: include/ext/rash/ajax/ajax_benefit.php:199 -#: include/ext/rash/ajax/ajax_benefit.php:214 -#: include/ext/rash/ajax/ajax_benefit.php:225 -#: include/ext/rash/ajax/ajax_benefit.php:247 -#: include/ext/rash/ajax/ajax_benefit.php:259 -#: include/ext/rash/include/bn.inc.php:58 -#: include/ext/rash/include/bn.inc.php:74 include/admin_repo.inc.php:53 +#: html/export.php:72 html/recherche.php:71 include/class/acc_ledger_sale.class.php:145 include/class/acc_ledger.class.php:1257 include/class/acc_ledger_purchase.class.php:143 include/class/acc_ledger_fin.class.php:67 include/ajax/ajax_todo_list.php:198 include/ajax/ajax_todo_list.php:261 include/ajax/ajax_history.php:26 +#: include/ext/modop/modop_save.php:260 include/ext/rash/ajax/ajax_schedule_watch_input.php:24 include/ext/rash/ajax/ajax_benefit.php:73 include/ext/rash/ajax/ajax_benefit.php:104 include/ext/rash/ajax/ajax_benefit.php:126 include/ext/rash/ajax/ajax_benefit.php:185 include/ext/rash/ajax/ajax_benefit.php:199 +#: include/ext/rash/ajax/ajax_benefit.php:214 include/ext/rash/ajax/ajax_benefit.php:225 include/ext/rash/ajax/ajax_benefit.php:247 include/ext/rash/ajax/ajax_benefit.php:259 include/ext/rash/include/bn.inc.php:58 include/ext/rash/include/bn.inc.php:74 include/admin_repo.inc.php:53 msgid "Accès interdit" msgstr "Verboden toegang" #: include/template/ledger_detail_forbidden.php:5 -msgid "" -"Accès interdit : vous n'avez pas accès à cette information, contactez votre " -"responsable" -msgstr "" -"Verboden toegang: u hebt geen toegang tot deze informatie, contacteer uw " -"verantwoordelijke" +msgid "Accès interdit : vous n'avez pas accès à cette information, contactez votre responsable" +msgstr "Verboden toegang: u hebt geen toegang tot deze informatie, contacteer uw verantwoordelijke" #: include/export/export_security_pdf.php:114 msgid "Accès journaux" @@ -681,11 +598,7 @@ msgid "Accès menu impossible" msgstr "Toegang tot het menu onmogelijk" # Je suppose que Action = ce qu'il a fait et pas le terme de comptabilité = Aandelen -#: include/ajax/ajax_other_tax.php:26 include/ajax/ajax_card.php:57 -#: include/ajax/ajax_forecast_category.php:48 -#: include/ajax/ajax_accounting.php:54 include/ajax/ajax_company.php:50 -#: include/ajax/ajax_save_predf_op.php:45 include/ajax/ajax_cfgaction.php:58 -#: include/ajax/ajax_template_cat_category.php:42 +#: include/ajax/ajax_other_tax.php:26 include/ajax/ajax_card.php:57 include/ajax/ajax_forecast_category.php:48 include/ajax/ajax_accounting.php:54 include/ajax/ajax_company.php:50 include/ajax/ajax_save_predf_op.php:45 include/ajax/ajax_cfgaction.php:58 include/ajax/ajax_template_cat_category.php:42 #: include/ajax/ajax_template_cat_category.php:51 msgid "Accès non autorisé" msgstr "Toegang niet toegelaten" @@ -694,12 +607,7 @@ msgstr "Toegang niet toegelaten" msgid "Accès à tout" msgstr "Volledige toegang" -#: include/class/acc_ledger_search.class.php:1285 -#: include/class/operation_predef_mtable.class.php:168 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:71 -#: include/template/tax_summary_display.php:185 include/database.item.php:59 -#: include/database.item.php:286 include/database.item.php:301 -#: include/cfgledger.inc.php:167 +#: include/class/acc_ledger_search.class.php:1285 include/class/operation_predef_mtable.class.php:168 include/ext/import-advanced/class/import/impacc2_csv.class.php:71 include/template/tax_summary_display.php:185 include/database.item.php:59 include/database.item.php:286 include/database.item.php:301 include/cfgledger.inc.php:167 msgid "Achat" msgstr "Aankoop" @@ -707,10 +615,7 @@ msgstr "Aankoop" msgid "Acquisition de l'année" msgstr "Aankoop van het jaar" -#: include/user_detail.inc.php:90 include/class/anc_account_table.class.php:60 -#: include/class/fiche.class.php:458 include/class/acc_plan_mtable.class.php:54 -#: include/template/tag_detail.php:15 include/template/tag_list.php:20 -#: include/user.inc.php:289 +#: include/user_detail.inc.php:90 include/class/anc_account_table.class.php:60 include/class/fiche.class.php:458 include/class/acc_plan_mtable.class.php:54 include/template/tag_detail.php:15 include/template/tag_list.php:20 include/user.inc.php:289 msgid "Actif" msgstr "Actief" @@ -726,10 +631,7 @@ msgstr "Actief met creditsaldo" msgid "Actif inversé" msgstr "Omgekeerde Actief" -#: include/class/contact_option_ref_mtable.class.php:41 -#: include/class/document_state_mtable.class.php:44 -#: include/ext/noalyss_document/template/document_load-display_table.php:211 -#: include/template/status_operation_event-main_display.php:55 +#: include/class/contact_option_ref_mtable.class.php:41 include/class/document_state_mtable.class.php:44 include/ext/noalyss_document/template/document_load-display_table.php:211 include/template/status_operation_event-main_display.php:55 msgid "Action" msgstr "Actie" @@ -762,19 +664,11 @@ msgstr "Actie in vertraging" msgid "Action gestion" msgstr "Actie beheer" -#: include/ajax/ajax_card.php:228 include/ajax/ajax_card.php:422 -#: include/ajax/ajax_card.php:626 include/ajax/ajax_card.php:689 -#: include/ajax/ajax_card.php:704 include/ajax/ajax_card.php:734 -#: include/ajax/ajax_card.php:770 +#: include/ajax/ajax_card.php:228 include/ajax/ajax_card.php:422 include/ajax/ajax_card.php:626 include/ajax/ajax_card.php:689 include/ajax/ajax_card.php:704 include/ajax/ajax_card.php:734 include/ajax/ajax_card.php:770 msgid "Action interdite" msgstr "Actie verboden" -#: include/class/noalyss_user.class.php:911 -#: include/ext/alchimerys_peppol_synchro/ajax.php:14 -#: include/ext/skel/ajax.php:15 include/ext/noalyss_document/ajax.php:30 -#: include/ext/noalyss-form/ajax.php:20 include/ext/rash/ajax.php:22 -#: include/ext/noalyss-timesheet/ajax.php:82 -#: include/ext/noalyss_xmlpayment/ajax.php:29 +#: include/class/noalyss_user.class.php:911 include/ext/alchimerys_peppol_synchro/ajax.php:14 include/ext/skel/ajax.php:15 include/ext/noalyss_document/ajax.php:30 include/ext/noalyss-form/ajax.php:20 include/ext/rash/ajax.php:22 include/ext/noalyss-timesheet/ajax.php:82 include/ext/noalyss_xmlpayment/ajax.php:29 #: include/ext/noalyss-portal-client/ajax.php:41 msgid "Action invalide" msgstr "Actie ongeldig" @@ -812,7 +706,7 @@ msgstr "Actie vandaag" #: include/ext/alchimerys_peppol_synchro/nds_synchro.php:68 #, php-format msgid "Activez l'extension %s puis allez dans %s pour qu'il s'installe" -msgstr "" +msgstr "Activeer de %s-extensie en ga vervolgens naar %s om deze te installeren" #: include/class/anc_acc_list.class.php:53 msgid "Activité/Fiche" @@ -830,23 +724,16 @@ msgstr "Activiteit" msgid "Actualise" msgstr "Update" -#: include/compta_ven.inc.php:437 include/compta_ach.inc.php:287 -#: include/ext/modop/modop_display.php:123 -#: include/template/form_ledger_detail.php:185 -#: include/template/predf_ledger_detail.php:59 +#: include/compta_ven.inc.php:437 include/compta_ach.inc.php:287 include/ext/modop/modop_display.php:123 include/template/form_ledger_detail.php:185 include/template/predf_ledger_detail.php:59 msgid "Actualiser" msgstr "Updaten" -#: include/ext/tva/class/parameter/tva_parameter.class.php:375 -#: include/ext/tva/template/ext_tva+display_detail_amount.php:39 +#: include/ext/tva/class/parameter/tva_parameter.class.php:375 include/ext/tva/template/ext_tva+display_detail_amount.php:39 #, fuzzy msgid "Addition" msgstr "Actie" -#: html/user_login.php:134 include/user_detail.inc.php:113 -#: include/export/export_security_pdf.php:107 -#: include/ext/rash/template/beneficiary-input.php:556 include/user.inc.php:339 -#: include/param_sec.inc.php:93 include/param_sec.inc.php:157 +#: html/user_login.php:134 include/user_detail.inc.php:113 include/export/export_security_pdf.php:107 include/ext/rash/template/beneficiary-input.php:556 include/user.inc.php:339 include/param_sec.inc.php:93 include/param_sec.inc.php:157 msgid "Administrateur" msgstr "Administrator" @@ -863,8 +750,7 @@ msgstr "Administrator kan niet worden verwijderd" msgid "Administratif" msgstr "Administratie" -#: html/user_login.php:151 include/admin_repo.inc.php:77 -#: include/database.item.php:102 +#: html/user_login.php:151 include/admin_repo.inc.php:77 include/database.item.php:102 msgid "Administration" msgstr "Administratie" @@ -873,13 +759,8 @@ msgstr "Administratie" msgid "Administration TS" msgstr "Administratie" -#: include/class/fiche.class.php:1419 include/audit_log.php:39 -#: include/ajax/ajax_mod_stock_repo.php:47 -#: include/XMLDocument/error_message.class.php:94 include/stock_cfg.inc.php:65 -#: include/export/export_stock_resume_list.php:36 -#: include/ext/rash/template/beneficiary-input.php:155 -#: include/ext/sav/include/template/sas_display_detail.php:95 -#: include/template/stock_summary_list.php:39 +#: include/class/fiche.class.php:1419 include/audit_log.php:39 include/ajax/ajax_mod_stock_repo.php:47 include/XMLDocument/error_message.class.php:94 include/stock_cfg.inc.php:65 include/export/export_stock_resume_list.php:36 include/ext/rash/template/beneficiary-input.php:155 +#: include/ext/sav/include/template/sas_display_detail.php:95 include/template/stock_summary_list.php:39 msgid "Adresse" msgstr "Adres" @@ -898,14 +779,13 @@ msgstr "Adres" #: include/XMLDocument/error_message.class.php:86 msgid "Adresse de la société" -msgstr "" +msgstr "Bedrijfsadres" #: include/class/document_modele.class.php:70 msgid "Affect." msgstr "Affect." -#: include/class/document_modele.class.php:268 -#: include/template/modele_document.php:44 +#: include/class/document_modele.class.php:268 include/template/modele_document.php:44 msgid "Affectation" msgstr "Affectering" @@ -913,11 +793,7 @@ msgstr "Affectering" msgid "Affiche aussi les actions fermées" msgstr "Toon ook de gesloten acties" -#: include/ext/tva/class/ext_tvagen.class.php:118 -#: include/ext/tva/template/ext_list_assujetti-choose_periode.php:26 -#: include/template/tax_detail-display_form.php:75 -#: include/tax_summary.inc.php:52 include/lib/message_javascript.php:97 -#: include/print_currency01.inc.php:161 +#: include/ext/tva/class/ext_tvagen.class.php:118 include/ext/tva/template/ext_list_assujetti-choose_periode.php:26 include/template/tax_detail-display_form.php:75 include/tax_summary.inc.php:52 include/lib/message_javascript.php:97 include/print_currency01.inc.php:161 msgid "Afficher" msgstr "Weergeven" @@ -927,12 +803,8 @@ msgstr "Toon de boekhoudperiode om fouten in data te voorkomen" #: include/ajax/ajax_admin.php:394 #, fuzzy, php-format -msgid "" -"Afin de terminer l'installation, aller sur %s. A la fin de la procédure de " -"mise à jour, demander à effacer le fichier install.php" -msgstr "" -"Om de installatie te voltooien %s , op het einde van de procedure , vraag " -"dan om het verwijderen van bestand install.php" +msgid "Afin de terminer l'installation, aller sur %s. A la fin de la procédure de mise à jour, demander à effacer le fichier install.php" +msgstr "Om de installatie te voltooien %s , op het einde van de procedure , vraag dan om het verwijderen van bestand install.php" #: include/database.item.php:125 msgid "Agenda" @@ -947,11 +819,7 @@ msgstr "Agenda 📅" msgid "Agenda, présentation du suivi sous forme d'agenda " msgstr "Agenda, presentatie van opvolging in de vorm van agenda " -#: include/ext/alchimerys_peppol_synchro/nds_param.php:77 -#: include/ext/alchimerys_peppol_synchro/nds_synchro.php:98 -#: include/ext/skel/index.php:55 include/ext/rapport_avance/index.php:102 -#: include/ext/importbank/index.php:88 include/ext/amortis/index.php:115 -#: include/template/template_config_form.php:84 +#: include/ext/alchimerys_peppol_synchro/nds_param.php:77 include/ext/alchimerys_peppol_synchro/nds_synchro.php:98 include/ext/skel/index.php:55 include/ext/rapport_avance/index.php:102 include/ext/importbank/index.php:88 include/ext/amortis/index.php:115 include/template/template_config_form.php:84 msgid "Aide" msgstr "Hulp" @@ -967,27 +835,10 @@ msgstr "Hulp : zie C0OPT1" msgid "Aide sur le wiki" msgstr "Hulp voor de wiki" -#: include/user_detail.inc.php:245 include/class/anc_key.class.php:387 -#: include/class/acc_ledger_search.class.php:287 -#: include/class/tag_group_mtable.class.php:97 -#: include/class/operation_predef_mtable.class.php:166 -#: include/ext/rash/template/beneficiary-listing.php:83 -#: include/ext/rash/template/beneficiary-input.php:510 -#: include/ext/rash/template/beneficiary-input.php:529 -#: include/ext/rash/template/beneficiary-input.php:588 -#: include/ext/sav/index.php:47 -#: include/ext/sav/include/template/workhour_display_list.php:78 -#: include/ext/sav/include/template/spare_part_display_list.php:70 -#: include/ext/sav/include/service_after_sale.class.php:91 -#: include/ext/import-advanced/template/tva_parameter_list.php:70 -#: include/ext/noalyss_xmlpayment/template/list_operation-display_list.php:32 -#: include/ext/noalyss_xmlpayment/template/list_operation-display_list.php:107 -#: include/ext/import_card/include/import_card.class.php:378 -#: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:55 -#: include/template/followup-show-action-add.php:67 -#: include/template/forecast_item_mtable-display_table.php:66 -#: include/widget/todo_list/todo_list.php:49 include/report.inc.php:137 -#: include/lib/manage_table_sql.class.php:840 +#: include/user_detail.inc.php:245 include/class/anc_key.class.php:387 include/class/acc_ledger_search.class.php:287 include/class/tag_group_mtable.class.php:97 include/class/operation_predef_mtable.class.php:166 include/ext/rash/template/beneficiary-listing.php:83 include/ext/rash/template/beneficiary-input.php:510 +#: include/ext/rash/template/beneficiary-input.php:529 include/ext/rash/template/beneficiary-input.php:588 include/ext/sav/index.php:47 include/ext/sav/include/template/workhour_display_list.php:78 include/ext/sav/include/template/spare_part_display_list.php:70 include/ext/sav/include/service_after_sale.class.php:91 +#: include/ext/import-advanced/template/tva_parameter_list.php:70 include/ext/noalyss_xmlpayment/template/list_operation-display_list.php:32 include/ext/noalyss_xmlpayment/template/list_operation-display_list.php:107 include/ext/import_card/include/import_card.class.php:378 +#: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:55 include/template/followup-show-action-add.php:67 include/template/forecast_item_mtable-display_table.php:66 include/widget/todo_list/todo_list.php:49 include/report.inc.php:137 include/lib/manage_table_sql.class.php:840 #: include/lib/manage_table_sql.class.php:883 msgid "Ajout" msgstr "Toevoeging" @@ -1018,8 +869,7 @@ msgstr "Actie Toevoegen" msgid "Ajout adresse :" msgstr "Anderen Toevoegen" -#: include/ext/modop/modop_display.php:88 -#: include/ext/modop/modop_display.php:122 +#: include/ext/modop/modop_display.php:88 include/ext/modop/modop_display.php:122 msgid "Ajout article" msgstr "Artikel toevoegen" @@ -1079,9 +929,7 @@ msgstr "Toevoeging Analytisch plan" msgid "Ajout d'un plugin" msgstr "Toevoeging van een plug-in" -#: include/bank.inc.php:95 include/adm.inc.php:129 include/supplier.inc.php:97 -#: include/contact.inc.php:136 include/customer.inc.php:107 -#: include/manager.inc.php:104 +#: include/bank.inc.php:95 include/adm.inc.php:129 include/supplier.inc.php:97 include/contact.inc.php:136 include/customer.inc.php:107 include/manager.inc.php:104 msgid "Ajout d'une catégorie" msgstr "Toevoeging categorie" @@ -1089,12 +937,7 @@ msgstr "Toevoeging categorie" msgid "Ajout d'une catégorie " msgstr "Toevoeging van een categorie" -#: include/ext/rapport_avance/include/template/formulaire_definition.php:114 -#: include/ext/coprop/include/appel_fond.inc.php:86 -#: include/ext/coprop/include/appel_fond.inc.php:184 -#: include/ext/coprop/include/coprop_appel_fond.class.php:253 -#: include/ext/modop/modop_display.php:157 -#: include/ext/modop/modop_display.php:159 +#: include/ext/rapport_avance/include/template/formulaire_definition.php:114 include/ext/coprop/include/appel_fond.inc.php:86 include/ext/coprop/include/appel_fond.inc.php:184 include/ext/coprop/include/coprop_appel_fond.class.php:253 include/ext/modop/modop_display.php:157 include/ext/modop/modop_display.php:159 msgid "Ajout d'une ligne" msgstr "Een lijn toe te voegen" @@ -1110,10 +953,7 @@ msgstr "Toevoeging van een raming" msgid "Ajout d'étiquette" msgstr "Toevoeging van een etiket/label" -#: include/ext/noalyss_document/template/document_load-display_table.php:232 -#: include/ext/noalyss_document/template/document_operation-input.php:155 -#: include/ext/tools/include/template/search_view.php:257 -#: include/template/action_other_action.php:35 +#: include/ext/noalyss_document/template/document_load-display_table.php:232 include/ext/noalyss_document/template/document_operation-input.php:155 include/ext/tools/include/template/search_view.php:257 include/template/action_other_action.php:35 msgid "Ajout d'étiquettes" msgstr "Toevoeging van een etiketten/labels" @@ -1138,10 +978,7 @@ msgstr "Toevoeging van de menu's en de plug-ins" msgid "Ajout exercice" msgstr "Toevoeging oefening" -#: include/ext/invoicing/include/invoice_download_pdf.inc.php:72 -#: include/ext/invoicing/include/invoice_to_zip.inc.php:67 -#: include/ext/invoicing/include/invoice_to_zip.inc.php:84 -#: include/lib/utility.class.php:81 +#: include/ext/invoicing/include/invoice_download_pdf.inc.php:72 include/ext/invoicing/include/invoice_to_zip.inc.php:67 include/ext/invoicing/include/invoice_to_zip.inc.php:84 include/lib/utility.class.php:81 msgid "Ajout facture " msgstr "Factuur toevoegen" @@ -1149,8 +986,7 @@ msgstr "Factuur toevoegen" msgid "Ajout fiche réparation" msgstr "Toevoeging reparatie fiche" -#: include/ext/rash/template/beneficiary-input.php:632 -#: include/template/ledger_detail_sup_files.php:100 +#: include/ext/rash/template/beneficiary-input.php:632 include/template/ledger_detail_sup_files.php:100 #, fuzzy msgid "Ajout fichier" msgstr "Een bestand toevoegen" @@ -1179,7 +1015,7 @@ msgstr "Toevoeging lijn" #: include/ext/tools/include/tool_function.php:470 msgid "Ajout pièce " -msgstr "Toevoeging stuk" +msgstr "Toevoeging document" #: include/param_pcmn.inc.php:76 msgid "Ajout poste comptable" @@ -1193,13 +1029,11 @@ msgstr "Toevoeging periode" msgid "Ajout utilisateur" msgstr "Gebruiker toevoegen" -#: include/ext/rapport_avance/ajax/ajax_input_new_param.php:35 -#: include/ext/rapport_avance/include/formulaire_param.class.php:112 +#: include/ext/rapport_avance/ajax/ajax_input_new_param.php:35 include/ext/rapport_avance/include/formulaire_param.class.php:112 msgid "Ajout élément" msgstr "Voeg element toe" -#: include/class/follow_up.class.php:1813 -#: include/class/tag_operation.class.php:74 +#: include/class/follow_up.class.php:1813 include/class/tag_operation.class.php:74 msgid "Ajout étiquette" msgstr "Toevoeging van een label" @@ -1208,10 +1042,7 @@ msgstr "Toevoeging van een label" msgid "Ajoute" msgstr "Toevoegen" -#: include/ajax/ajax_add_concerned_card.php:135 include/modele.inc.php:278 -#: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:166 -#: include/anc_group.inc.php:78 include/dossier.inc.php:229 -#: include/widget/ajax.php:91 +#: include/ajax/ajax_add_concerned_card.php:135 include/modele.inc.php:278 include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:166 include/anc_group.inc.php:78 include/dossier.inc.php:229 include/widget/ajax.php:91 msgid "Ajouter" msgstr "Toevoegen" @@ -1239,8 +1070,7 @@ msgstr "Wilt u deze transactie verwijderen" msgid "Ajouter documents" msgstr "Geen document" -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:130 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:141 +#: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:130 include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:141 #, fuzzy msgid "Ajouter la sélection aux paiements" msgstr "Selectie verplaatsen naar" @@ -1270,10 +1100,7 @@ msgstr "Toevoegen van een model" msgid "Ajouter un profil" msgstr "Een pofiel toevoegen" -#: include/class/anc_group_operation.class.php:200 -#: include/class/operation_exercice.class.php:90 -#: include/class/operation_exercice.class.php:99 -#: include/template/stock_inv.php:106 +#: include/class/anc_group_operation.class.php:200 include/class/operation_exercice.class.php:90 include/class/operation_exercice.class.php:99 include/template/stock_inv.php:106 msgid "Ajouter une ligne" msgstr "Voeg een lijn toe" @@ -1285,11 +1112,9 @@ msgstr "Voeg het menu toe tot uw huidige favorieten" msgid "Ajoutez une pièce justificative" msgstr "Voeg een bewijsstuk toe" -#: include/class/acc_ledger_sale.class.php:1385 -#: include/class/acc_ledger_purchase.class.php:2128 -#: include/template/acc_ledger-input_extra_info.php:109 +#: include/class/acc_ledger_sale.class.php:1385 include/class/acc_ledger_purchase.class.php:2128 include/template/acc_ledger-input_extra_info.php:109 msgid "Ajoutez une pièce justificative " -msgstr "Voeg een kasstuk toe" +msgstr "Voeg een document toe" #: include/template/module.php:75 msgid "Aller" @@ -1300,14 +1125,11 @@ msgstr "Gaan" msgid "Allez dans ANCKEY pour en ajouter pour ce journal" msgstr "Ga naar ANCKEY om er 'deze journaal' aan toe te voegen" -#: include/ext/amortis/raw.php:60 -#: include/ext/amortis/include/template/listing_year.php:37 -#: include/database.item.php:184 include/database.item.php:204 +#: include/ext/amortis/raw.php:60 include/ext/amortis/include/template/listing_year.php:37 include/database.item.php:184 include/database.item.php:204 msgid "Amortissement" msgstr "Aflossing" -#: include/ext/amortis/include/amortissement_table_pdf.class.php:38 -#: include/ext/amortis/include/template/listing_year.php:120 +#: include/ext/amortis/include/amortissement_table_pdf.class.php:38 include/ext/amortis/include/template/listing_year.php:120 msgid "Amortissement " msgstr "Aflossing" @@ -1315,21 +1137,15 @@ msgstr "Aflossing" msgid "Amortissement : Liste de biens" msgstr "Aflossing : Lijst van bezittingen" -#: include/class/anc_listing.class.php:78 -#: include/class/pdf_operation.class.php:459 -#: include/ext/noalyss_document/template/operation_detail-display_row.php:72 -#: include/ext/copy_parameter/index.php:131 -#: include/ext/import-advanced/template/transfer-select-file.php:57 +#: include/class/anc_listing.class.php:78 include/class/pdf_operation.class.php:459 include/ext/noalyss_document/template/operation_detail-display_row.php:72 include/ext/copy_parameter/index.php:131 include/ext/import-advanced/template/transfer-select-file.php:57 msgid "Analytique" msgstr "Analytisch" -#: include/class/acc_ledger_fin.class.php:657 -#: include/class/acc_ledger_fin.class.php:686 +#: include/class/acc_ledger_fin.class.php:657 include/class/acc_ledger_fin.class.php:686 msgid "Ancien solde" msgstr "Oude saldo" -#: include/class/acc_ledger_fin.class.php:1109 -#: include/class/acc_ledger_fin.class.php:1118 +#: include/class/acc_ledger_fin.class.php:1109 include/class/acc_ledger_fin.class.php:1118 #, php-format msgid "Ancien solde %s %s" msgstr "Oude saldo %s %s" @@ -1338,8 +1154,7 @@ msgstr "Oude saldo %s %s" msgid "Anglais" msgstr "Engels" -#: include/ext/noalyss-portal-client/class/customer_news.php:76 -#: include/ext/noalyss-portal-client/include/nv-annonce.inc.php:41 +#: include/ext/noalyss-portal-client/class/customer_news.php:76 include/ext/noalyss-portal-client/include/nv-annonce.inc.php:41 msgid "Annonce Noalyss" msgstr "Aankodiging Noalyss" @@ -1347,17 +1162,11 @@ msgstr "Aankodiging Noalyss" msgid "Annonces" msgstr "Aankondigingen" -#: include/ajax/ajax_mod_predf_op.php:67 include/category_detail.inc.php:69 -#: include/ext/sav/include/template/sas_display_detail.php:192 -#: include/ext/amortis/include/template/material_add.php:106 -#: include/widget/todo_list/todo_list-display_new_note.php:42 -#: include/lib/manage_table_sql.class.php:1409 +#: include/ajax/ajax_mod_predf_op.php:67 include/category_detail.inc.php:69 include/ext/sav/include/template/sas_display_detail.php:192 include/ext/amortis/include/template/material_add.php:106 include/widget/todo_list/todo_list-display_new_note.php:42 include/lib/manage_table_sql.class.php:1409 msgid "Annuler" msgstr "Annuleren" -#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:71 -#: include/ext/tva/template/form_periode.php:13 -#: include/template/periode_add_exercice.php:56 include/dossier.inc.php:368 +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:71 include/ext/tva/template/form_periode.php:13 include/template/periode_add_exercice.php:56 include/dossier.inc.php:368 msgid "Année" msgstr "Jaar" @@ -1365,8 +1174,7 @@ msgstr "Jaar" msgid "Année Achat" msgstr "Aankoop jaar" -#: include/ext/amortis/include/amortissement_table_pdf.class.php:45 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:38 +#: include/ext/amortis/include/amortissement_table_pdf.class.php:45 include/ext/amortis/include/amortissement_material_pdf.class.php:38 msgid "Année achat" msgstr "Aankoop jaar" @@ -1375,13 +1183,11 @@ msgstr "Aankoop jaar" msgid "Année doit être entre %s et %s " msgstr "Jaar dient tussen %s en %s te zijn" -#: include/ext/amortis/include/am_card.class.php:286 -#: include/template/periode_add_exercice.php:116 +#: include/ext/amortis/include/am_card.class.php:286 include/template/periode_add_exercice.php:116 msgid "Année invalide" msgstr "Ongeldig jaar" -#: include/ext/tva/include/list_intra.inc.php:39 -#: include/ext/tva/include/list_assujetti.inc.php:42 +#: include/ext/tva/include/list_intra.inc.php:39 include/ext/tva/include/list_assujetti.inc.php:42 msgid "Année invalide [" msgstr "Ongeldig jaar [" @@ -1393,8 +1199,7 @@ msgstr "Jaartal is geen getal" msgid "Anomalie pour le compte " msgstr "Anomalie voor de rekening" -#: include/class/periode.class.php:685 -#: include/ext/rash/template/schedule_watch-display_month.php:62 +#: include/class/periode.class.php:685 include/ext/rash/template/schedule_watch-display_month.php:62 msgid "Août" msgstr "Augustus" @@ -1411,8 +1216,7 @@ msgstr "Opvraging van saldo" msgid "Appel invalide" msgstr "Ongeldig verzoek" -#: include/ext/sav/include/service_after_sale.class.php:237 -#: include/ext/sav/include/service_after_sale.class.php:264 +#: include/ext/sav/include/service_after_sale.class.php:237 include/ext/sav/include/service_after_sale.class.php:264 msgid "Appel invalide Service_After_Sale " msgstr "Invalid call Service_After°Sake" @@ -1437,14 +1241,12 @@ msgstr "Na" msgid "Après validation, recharger pour appliquer les changements" msgstr "Na validatie, opnieuw opladen voor de toepassing van de aanpassingen" -#: include/class/invoice_pdf.class.php:237 -#: include/template/ajax-search_vatex.php:53 +#: include/class/invoice_pdf.class.php:237 include/template/ajax-search_vatex.php:53 #, fuzzy msgid "Article" msgstr "Artikel toevoegen" -#: include/XMLDocument/xml_reader.class.php:468 -#: include/ext/noalyss_document/template/document_operation-display_recap.php:135 +#: include/XMLDocument/xml_reader.class.php:468 include/ext/noalyss_document/template/document_operation-display_recap.php:135 #, fuzzy msgid "Articles" msgstr "Artikel toevoegen" @@ -1458,8 +1260,7 @@ msgstr "sociale Assistenten" msgid "Assistants Sociaux" msgstr "Sociale Assistenten" -#: include/ext/rash/ajax/ajax_rash_admin_group.php:19 -#: include/ext/rash/adm.php:64 +#: include/ext/rash/ajax/ajax_rash_admin_group.php:19 include/ext/rash/adm.php:64 msgid "Assistants sociaux" msgstr "sociale Assistenten" @@ -1472,14 +1273,13 @@ msgstr "sociale Assistenten" msgid "Assujetti à la tva" msgstr "Onderworpen aan de BTW" -#: include/ext/noalyss-portal-client/class/customer_news.php:74 -#: include/ext/noalyss-portal-client/include/nv-annonce.inc.php:39 +#: include/ext/noalyss-portal-client/class/customer_news.php:74 include/ext/noalyss-portal-client/include/nv-annonce.inc.php:39 msgid "Astuce" msgstr "Handige tip" #: include/ext/noalyss-timesheet/template/admin-menu.php:176 msgid "Astuce : les projets sont présentés par ordre alphabétique" -msgstr "" +msgstr "Tip: de projecten worden in alfabetische volgorde gepresenteerd" #: include/ext/noalyss-portal-client/class/customer_news.php:101 #, fuzzy @@ -1490,9 +1290,7 @@ msgstr "Handige tip" msgid "Attacher des fichiers" msgstr "Bijlage's toevoegen" -#: include/ext/importbank/class/import_bank.class.php:158 -#: include/ext/importbank/bank_constant.php:66 -#: include/ext/importbank/include/template/show_import.php:26 +#: include/ext/importbank/class/import_bank.class.php:158 include/ext/importbank/bank_constant.php:66 include/ext/importbank/include/template/show_import.php:26 msgid "Attente" msgstr "Wachttijd" @@ -1504,15 +1302,14 @@ msgstr "Opgepast" msgid "Attention ! Numéro de Pièce non automatique mais forcée" msgstr "Opgepast ! Nummer van het stuk is niet automatisch maar geforceerd" -#: include/class/acc_ledger_fin.class.php:1014 -#: include/class/acc_ledger_fin.class.php:1038 +#: include/class/acc_ledger_fin.class.php:1014 include/class/acc_ledger_fin.class.php:1038 msgid "Attention , erreur Acc_Ledger_Fin::insert , coche paiement" msgstr "Opgepast , fout Acc_Ledger_Fin::insert , betaling aanvinken" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:200 #, php-format msgid "Attention , il faut d'abord saisir le total dans la feuille de présence" -msgstr "" +msgstr "Let op, u moet eerst het totaalbedrag invullen op de aanwezigheidslijst" #: include/compta_fin_rec.inc.php:218 msgid "Attention : Fichier non chargé" @@ -1521,15 +1318,11 @@ msgstr "Opgelet : Bestand niet opgeladen" # Boekhoudingspost nakijken #: include/class/acc_ledger.class.php:727 msgid "Attention : il vaut mieux utiliser les fiches que les postes comptables" -msgstr "" -"Opgelet: het is beter om de fiches te gebruiken in plaats van de " -"boekhoudingspost" +msgstr "Opgelet: het is beter om de fiches te gebruiken in plaats van de boekhoudingspost" #: include/class/acc_ledger.class.php:1445 -msgid "" -"Attention : il vaut mieux utiliser les fiches que les postes comptables " -msgstr "" -"Opgelet: het is beter om de fiches te gebruiken dan de boekhoudkundige posten" +msgid "Attention : il vaut mieux utiliser les fiches que les postes comptables " +msgstr "Opgelet: het is beter om de fiches te gebruiken dan de boekhoudkundige posten" #: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:36 #, php-format @@ -1545,39 +1338,28 @@ msgstr "Opgepast= het huidige dossier zal worden vervangen" msgid "" "Attention : si le bilan n'est pas équilibré.
Vérifiez
    \n" "
  • L'affectation du résultat est fait
  • \n" -"
  • Vos comptes actifs ont un solde débiteur (sauf les comptes " -"dit inversés)
  • \n" -"
  • les comptes passifs ont un solde créditeur (sauf les comptes " -"dit inversés)
  • \n" +"
  • Vos comptes actifs ont un solde débiteur (sauf les comptes dit inversés)
  • \n" +"
  • les comptes passifs ont un solde créditeur (sauf les comptes dit inversés)
  • \n" "
\n" " Utilisez la balance des comptes pour vérifier." msgstr "" -" Opgelet : indien het balans niet in evenwicht is." -"
Kijk na
    \n" +" Opgelet : indien het balans niet in evenwicht is.
    Kijk na
      \n" "
    • Of de bestemming van het resultaat is overgedragen
    • \n" -"
    • Of uw actieve rekeningen een debetsaldo hebben (behalve de " -"rekeningen met creditsaldo)
    • \n" -"
    • Of de passieve rekeningen een creditsaldo hebben (behalve de " -"rekeningen met debetsaldo)
    • \n" +"
    • Of uw actieve rekeningen een debetsaldo hebben (behalve de rekeningen met creditsaldo)
    • \n" +"
    • Of de passieve rekeningen een creditsaldo hebben (behalve de rekeningen met debetsaldo)
    • \n" "
    \n" " Gebruik de balans van de rekening als controle.
    " #: include/template/template_config_form.php:118 -msgid "" -"Attention : si vous installez sous windows n'utilisez pas le \\ mais plutôt " -"le / dans les nom de répertoire (càd les chemins ou path)" -msgstr "" +msgid "Attention : si vous installez sous windows n'utilisez pas le \\ mais plutôt le / dans les nom de répertoire (càd les chemins ou path)" +msgstr "Let op: als u installeert onder Windows, gebruik dan geen \\ maar in plaats daarvan / in mapnamen (d.w.z. paden)" # Boekhoudingspost nakijken #: include/impress_rapport.inc.php:299 -msgid "" -"Attention : vous ne pouvez pas utiliser les étapes avec les dates " -"calendriers." +msgid "Attention : vous ne pouvez pas utiliser les étapes avec les dates calendriers." msgstr "Opgelet: u mag de étapes niet gebruiken met de kalenderdata" -#: include/class/acc_ledger_sale.class.php:1122 -#: include/class/acc_ledger_purchase.class.php:1860 -#: include/lib/message_javascript.php:60 +#: include/class/acc_ledger_sale.class.php:1122 include/class/acc_ledger_purchase.class.php:1860 include/lib/message_javascript.php:60 msgid "Attention Différence entre TVA calculée et donnée" msgstr "Let op: Verschil tussen opgegeven BTW en berekende gegevens" @@ -1587,34 +1369,24 @@ msgid "Attention Total ventilées %s > Heure Feuille de présence %s" msgstr "Gebruiker aanwezigheidsfiche's" #: include/ajax/ajax_preference.php:120 -msgid "" -"Attention cette période est fermée, vous ne pourrez rien modifier dans le " -"module comptable" -msgstr "" -"Let op: deze periode is afgesloten, u kunt niets veranderen in de " -"boekhoudkundige module" +msgid "Attention cette période est fermée, vous ne pourrez rien modifier dans le module comptable" +msgstr "Let op: deze periode is afgesloten, u kunt niets veranderen in de boekhoudkundige module" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:90 #, php-format -msgid "" -"Attention il y a %s erreurs , les opérations en erreur ne seront pas " -"transférées à moins que vous ne les corrigiez" -msgstr "" +msgid "Attention il y a %s erreurs , les opérations en erreur ne seront pas transférées à moins que vous ne les corrigiez" +msgstr "Waarschuwing: Er zijn %s fouten. De foutieve bewerkingen worden niet overgedragen tenzij u ze corrigeert." #: html/install.php:542 #, php-format msgid "Attention le paramètre effective_cache_size est de %s au lieu de 1000" -msgstr "" +msgstr "Waarschuwing: de parameter effective_cache_size is %s in plaats van 1000" -#: include/class/acc_ledger_sale.class.php:998 -#: include/class/acc_ledger_purchase.class.php:1711 -#: include/compta_ods.inc.php:88 include/ext/modop/modop_save.php:97 -#: include/ext/modop/modop_save.php:186 +#: include/class/acc_ledger_sale.class.php:998 include/class/acc_ledger_purchase.class.php:1711 include/compta_ods.inc.php:88 include/ext/modop/modop_save.php:97 include/ext/modop/modop_save.php:186 msgid "Attention numéro pièce existante, elle a du être adaptée" msgstr "Opgelet: het bestaand bewijsnummer moest aangepast worden" -#: include/ext/amortis/include/print_fiche.inc.php:78 -#: include/ext/amortis/include/material_add.inc.php:43 +#: include/ext/amortis/include/print_fiche.inc.php:78 include/ext/amortis/include/material_add.inc.php:43 msgid "Attention pas de catégorie de fiche à amortir" msgstr "Let op: geen categorie van bestanden die afgelost moeten worden" @@ -1633,49 +1405,32 @@ msgid "Attention zend.assertions devrait être activé" msgstr "Opgepast= het huidige dossier zal worden vervangen" #: include/lib/message_javascript.php:59 -msgid "" -"Attention, SI la fiche a changé de poste comptable, c'est seulement " -"le dernier qui est affiché" -msgstr "" -"Opgelet, SI dit fiche heeft de boekhoudkundige post veranderd, het is " -"slechts de laatste die wordt weergeven" +msgid "Attention, SI la fiche a changé de poste comptable, c'est seulement le dernier qui est affiché" +msgstr "Opgelet, SI dit fiche heeft de boekhoudkundige post veranderd, het is slechts de laatste die wordt weergeven" -#: include/class/acc_ledger.class.php:2863 -#: include/class/acc_ledger.class.php:3043 include/database.item.php:303 +#: include/class/acc_ledger.class.php:2863 include/class/acc_ledger.class.php:3043 include/database.item.php:303 msgid "Attention, ce journal doit utiliser des montants négatifs" msgstr "Opgelet, dit dagboek dient negatieve bedragen te gebruiken" #: include/compta_fin.inc.php:84 include/operation_ods_confirm.inc.php:37 -msgid "" -"Attention, cette opération n'est pas encore sauvée : vous devez encore " -"confirmer" -msgstr "" -"Opgepast, deze operatie is nog niet opgeslagen : u dient deze nog te " -"bevestigen" +msgid "Attention, cette opération n'est pas encore sauvée : vous devez encore confirmer" +msgstr "Opgepast, deze operatie is nog niet opgeslagen : u dient deze nog te bevestigen" #: include/lib/message_javascript.php:46 msgid "Attention, le poste comptable doit exister, il ne sera pas vérifié" -msgstr "" -"Opgelet, de boekhoudingspost dient te bestaan, deze zal niet worden " -"geverifieerd" +msgstr "Opgelet, de boekhoudingspost dient te bestaan, deze zal niet worden geverifieerd" #: include/class/template_card_category.class.php:102 msgid "Attention, ne pas changer la signification de ce poste." msgstr "Opgelet, niet de betekenis van deze post veranderen." #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:136 -msgid "" -"Attention,vous allez ajouter des opérations qui sont avant la dernière " -"opération de ce journal" -msgstr "" +msgid "Attention,vous allez ajouter des opérations qui sont avant la dernière opération de ce journal" +msgstr "Waarschuwing: u staat op het punt transacties toe te voegen die voorafgaan aan de laatste transactie in dit journaal." #: html/do.php:148 -msgid "" -"Attention: la version de base de donnée est supérieure à la version du " -"programme, vous devriez mettre à jour" -msgstr "" -"Let op: de versie van de database is recenter dan de versie van het " -"programma, u moet een update doen" +msgid "Attention: la version de base de donnée est supérieure à la version du programme, vous devriez mettre à jour" +msgstr "Let op: de versie van de database is recenter dan de versie van het programma, u moet een update doen" #: include/database.item.php:93 msgid "Attribut de fiche" @@ -1701,8 +1456,7 @@ msgstr "Verplicht attribuut" msgid "Attribut à ajouter" msgstr "Attribuut toe te voegen" -#: include/template/ledger_search.php:143 -#: include/template/action_search.php:135 +#: include/template/ledger_search.php:143 include/template/action_search.php:135 msgid "Au moins une étiquette" msgstr "Ten minste een label/etiket" @@ -1710,10 +1464,7 @@ msgstr "Ten minste een label/etiket" msgid "Aucun" msgstr "Geen" -#: include/class/profile_menu.class.php:253 -#: include/class/profile_menu.class.php:278 include/param_sec.inc.php:148 -#: include/param_sec.inc.php:264 include/param_sec.inc.php:271 -#: include/param_sec.inc.php:355 +#: include/class/profile_menu.class.php:253 include/class/profile_menu.class.php:278 include/param_sec.inc.php:148 include/param_sec.inc.php:264 include/param_sec.inc.php:271 include/param_sec.inc.php:355 msgid "Aucun accès" msgstr "Geen toegang" @@ -1744,15 +1495,11 @@ msgstr "Bankrekening" msgid "Aucun compte en banque donné" msgstr "Geen enkele bankrekening is opgegeven" -#: include/class/acc_ledger.class.php:2784 -#: include/class/acc_ledger.class.php:2897 -#: include/class/acc_ledger.class.php:3134 +#: include/class/acc_ledger.class.php:2784 include/class/acc_ledger.class.php:2897 include/class/acc_ledger.class.php:3134 msgid "Aucun compte en banque n'est donné" msgstr "Geen enkele bankrekening is opgegeven" -#: include/class/document_modele.class.php:108 -#: include/ext/noalyss_document/template/document-display_detail.php:181 -#: include/ext/listing/ajax/ajax_input_email_param.php:67 +#: include/class/document_modele.class.php:108 include/ext/noalyss_document/template/document-display_detail.php:181 include/ext/listing/ajax/ajax_input_email_param.php:67 msgid "Aucun document" msgstr "Geen document" @@ -1764,8 +1511,7 @@ msgstr "Geen dossier beschikbaar" msgid "Aucun dossier à afficher" msgstr "Geen dossier te weergeven" -#: include/ext/noalyss-timesheet/template/manager-display_employee.php:28 -#: include/ext/noalyss-timesheet/template/proxy_user-display_proxy.php:28 +#: include/ext/noalyss-timesheet/template/manager-display_employee.php:28 include/ext/noalyss-timesheet/template/proxy_user-display_proxy.php:28 #, fuzzy msgid "Aucun employee" msgstr "Geen enkel model" @@ -1783,29 +1529,20 @@ msgstr "Geen enkele record" msgid "Aucun enregistrement trouve" msgstr "Geen enkele record gevonden" -#: include/class/follow_up.class.php:778 -#: include/class/acc_ledger_search.class.php:851 -#: include/class/acc_ledger_search.class.php:1129 -#: include/ext/invoicing/class/acc_ledger_sale_generate.class.php:101 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:61 +#: include/class/follow_up.class.php:778 include/class/acc_ledger_search.class.php:851 include/class/acc_ledger_search.class.php:1129 include/ext/invoicing/class/acc_ledger_sale_generate.class.php:101 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:61 msgid "Aucun enregistrement trouvé" msgstr "Geen enkele record gevonden" -#: include/ajax/ajax_ledger.php:230 -#: include/ext/profile_mgt/class/profile_mgt.class.php:44 -#: include/ext/profile_mgt/class/profile_mgt.class.php:45 -#: include/ext/profile_mgt/class/profile_mgt.class.php:78 +#: include/ajax/ajax_ledger.php:230 include/ext/profile_mgt/class/profile_mgt.class.php:44 include/ext/profile_mgt/class/profile_mgt.class.php:45 include/ext/profile_mgt/class/profile_mgt.class.php:78 msgid "Aucun fichier" msgstr "Geen bestand" -#: include/ext/noalyss_document/class/document_load.php:117 -#: include/ext/rash/class/Beneficiary.php:449 +#: include/ext/noalyss_document/class/document_load.php:117 include/ext/rash/class/Beneficiary.php:449 #, fuzzy msgid "Aucun fichier accepté" msgstr "Geen bestand gegeven" -#: include/ext/profile_mgt/class/profile_mgt.class.php:160 -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:108 +#: include/ext/profile_mgt/class/profile_mgt.class.php:160 include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:108 msgid "Aucun fichier donné" msgstr "Geen bestand gegeven" @@ -1831,9 +1568,7 @@ msgstr "Toevoeging van een formulier" msgid "Aucun journal accessible" msgstr "Geen dagboek toegankelijk" -#: include/class/acc_other_tax_mtable.class.php:71 -#: include/ext/noalyss_document/template/document_load-display_table.php:258 -#: include/ext/noalyss_document/template/document_operation-input.php:38 +#: include/class/acc_other_tax_mtable.class.php:71 include/ext/noalyss_document/template/document_load-display_table.php:258 include/ext/noalyss_document/template/document_operation-input.php:38 msgid "Aucun journal disponible" msgstr "Geen dagboek beschikbaar" @@ -1851,8 +1586,7 @@ msgstr "Geen dagboek gevonden of is geen dagboek OD" msgid "Aucun journal trouvé ou n'est pas un journal OD [%s]" msgstr "Geen dagboek gevonden of is geen dagboek OD [%s]" -#: include/ext/sav/include/service_after_sale_parameter.class.php:95 -#: include/ext/sav/include/service_after_sale_parameter.class.php:120 +#: include/ext/sav/include/service_after_sale_parameter.class.php:95 include/ext/sav/include/service_after_sale_parameter.class.php:120 msgid "Aucun matériel choisi" msgstr "Geen materiaal gekozen" @@ -1925,17 +1659,12 @@ msgstr "Geen rapport gevonden" # Correspondentie = lettres, messages etc. # Overeenkomst = un accord -#: include/ext/noalyss-timesheet/template/manager-display_list.php:28 -#: include/ext/noalyss-timesheet/template/proxy_user-display_list.php:28 +#: include/ext/noalyss-timesheet/template/manager-display_list.php:28 include/ext/noalyss-timesheet/template/proxy_user-display_list.php:28 #, fuzzy msgid "Aucun responsable" msgstr "Geen correspondentie/overeenkomst" -#: include/class/acc_ledger.class.php:706 -#: include/ajax/ajax_boxcard_search.php:75 -#: include/ajax/ajax_search_peppol.php:147 -#: include/ajax/ajax_search_peppol.php:195 include/export/export_gl_csv.php:63 -#: include/widget/mini_report/mini_report.php:87 +#: include/class/acc_ledger.class.php:706 include/ajax/ajax_boxcard_search.php:75 include/ajax/ajax_search_peppol.php:147 include/ajax/ajax_search_peppol.php:195 include/export/export_gl_csv.php:63 include/widget/mini_report/mini_report.php:87 msgid "Aucun résultat" msgstr "Geen resultaten" @@ -1960,8 +1689,7 @@ msgstr "Geen gebruikersprofiel" msgid "Aucun événement en retard ou prévu" msgstr "Geen evenement in vertraging of voorzien" -#: include/user_detail.inc.php:128 -#: include/class/document_state_mtable.class.php:48 +#: include/user_detail.inc.php:128 include/class/document_state_mtable.class.php:48 msgid "Aucune" msgstr "Geen enkel" @@ -1986,12 +1714,8 @@ msgid "Aucune catégorie de fiche ne correspond à votre demande" msgstr "Geen enkel bestandscategorie voldoet of komt overeen met uw vraag" #: include/ajax/ajax_card.php:291 include/ajax/ajax_card.php:486 -msgid "" -"Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait " -"n'avoir accès à aucune fiche" -msgstr "" -"Geen enkel bestandscategorie voldoet aan uw vraag, het dagboek zou voor geen " -"enkel bestand toegang krijgen " +msgid "Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait n'avoir accès à aucune fiche" +msgstr "Geen enkel bestandscategorie voldoet aan uw vraag, het dagboek zou voor geen enkel bestand toegang krijgen " #: include/class/anc_key.class.php:108 include/class/anc_key.class.php:126 msgid "Aucune clef disponible" @@ -2011,19 +1735,12 @@ msgstr "Geen correspondentie/overeenkomst" msgid "Aucune description" msgstr "Geen Beschrijving" -#: include/class/print_operation_currency.class.php:110 -#: include/export/export_fiche_detail_csv.php:54 -#: include/impress_gl_comptes.inc.php:126 -#: include/template/tax_summary_display.php:112 -#: include/template/tax_summary_display.php:291 -#: include/template/ledger_detail_bottom.php:330 -#: include/template/status_operation_event-display_operation.php:68 -#: include/lib/message_javascript.php:103 +#: include/class/print_operation_currency.class.php:110 include/export/export_fiche_detail_csv.php:54 include/impress_gl_comptes.inc.php:126 include/template/tax_summary_display.php:112 include/template/tax_summary_display.php:291 include/template/ledger_detail_bottom.php:330 +#: include/template/status_operation_event-display_operation.php:68 include/lib/message_javascript.php:103 msgid "Aucune donnée" msgstr "Geen enkel gegeven" -#: include/anc_history.inc.php:36 include/anc_balance_simple.inc.php:26 -#: include/anc_balance_double.inc.php:25 include/anc_great_ledger.inc.php:104 +#: include/anc_history.inc.php:36 include/anc_balance_simple.inc.php:26 include/anc_balance_double.inc.php:25 include/anc_great_ledger.inc.php:104 msgid "Aucune donnée trouvée" msgstr "Geen enkele gegeven gevonden " @@ -2032,8 +1749,7 @@ msgstr "Geen enkele gegeven gevonden " msgid "Aucune entrée à valider" msgstr "Geen enkel stuk om te verzenden" -#: include/widget/invoice/invoice-display.php:25 -#: include/widget/invoice/invoice-display.php:60 +#: include/widget/invoice/invoice-display.php:25 include/widget/invoice/invoice-display.php:60 msgid "Aucune facture" msgstr "Geen factuur" @@ -2060,7 +1776,7 @@ msgstr "Geen enkele printer is beschikbaar om toegevoegd te worden" #: include/ext/noalyss_document/ajax/ajax_display_xmlpy.php:64 msgid "Aucune liste de paiement en brouillon" -msgstr "" +msgstr "Geen conceptbetalingslijst" #: include/ext/tools/include/tool_function.php:527 msgid "Aucune opération choisie" @@ -2070,8 +1786,7 @@ msgstr "Geen operatie gekozen" msgid "Aucune opération demandée" msgstr "Geen operatie gevraagd" -#: include/balance_card.inc.php:77 include/ajax/ajax_history.php:119 -#: include/ajax/ajax_history.php:214 +#: include/balance_card.inc.php:77 include/ajax/ajax_history.php:119 include/ajax/ajax_history.php:214 msgid "Aucune opération pour l'exercice courant" msgstr "Geen enkele operatie in de huidige oefening" @@ -2096,11 +1811,7 @@ msgstr "Geen enkele periode gevonden" msgid "Aucune pièce à envoyer" msgstr "Geen enkel stuk om te verzenden" -#: include/class/acc_ledger_sale.class.php:1482 -#: include/class/acc_ledger.class.php:1001 -#: include/class/acc_ledger_purchase.class.php:1330 -#: include/class/acc_ledger_fin.class.php:300 -#: include/ext/amortis/include/am_generate.class.php:90 +#: include/class/acc_ledger_sale.class.php:1482 include/class/acc_ledger.class.php:1001 include/class/acc_ledger_purchase.class.php:1330 include/class/acc_ledger_fin.class.php:300 include/ext/amortis/include/am_generate.class.php:90 msgid "Aucune période ouverte" msgstr "Geen enkele periode open" @@ -2136,8 +1847,7 @@ msgstr "Audit" msgid "Aujourd'hui" msgstr "Vandaag" -#: include/ext/rash/template/beneficiary-input.php:402 -#: include/upgrade-plugin.php:66 +#: include/ext/rash/template/beneficiary-input.php:402 include/upgrade-plugin.php:66 msgid "Auteur" msgstr "Auteur" @@ -2145,14 +1855,11 @@ msgstr "Auteur" msgid "Authentification" msgstr "Authentificatie" -#: include/class/tva_rate_mtable.class.php:55 -#: include/ext/copy_parameter/template/Tva-display.php:34 -#: include/template/impress_reconciliation_detail.php:25 +#: include/class/tva_rate_mtable.class.php:55 include/ext/copy_parameter/template/Tva-display.php:34 include/template/impress_reconciliation_detail.php:25 msgid "Autoliquidation" msgstr "Autoliquidatie" -#: include/class/tva_rate_mtable.class.php:92 -#: include/lib/message_javascript.php:77 +#: include/class/tva_rate_mtable.class.php:92 include/lib/message_javascript.php:77 msgid "Autoliquidation : Utilisé en même temps au crédit et au débit" msgstr "Autoliquidatie : Gebruikt tegelijkertijd bij credit en debet" @@ -2160,20 +1867,14 @@ msgstr "Autoliquidatie : Gebruikt tegelijkertijd bij credit en debet" msgid "Automatique" msgstr "Automatisch" -#: include/class/pdf_operation.class.php:59 include/ext/rash/class/Child.php:70 -#: include/ext/rash/ajax/ajax_benefit.php:52 -#: include/ext/ohada/include/data/data_financial.class.php:55 -#: include/ext/ohada/include/data/data_financial.class.php:65 -#: include/ext/noalyss-timesheet/template/admin-menu.php:115 +#: include/class/pdf_operation.class.php:59 include/ext/rash/class/Child.php:70 include/ext/rash/ajax/ajax_benefit.php:52 include/ext/ohada/include/data/data_financial.class.php:55 include/ext/ohada/include/data/data_financial.class.php:65 include/ext/noalyss-timesheet/template/admin-menu.php:115 #: include/ext/noalyss-portal-client/template/customer-input.php:201 msgid "Autre" msgstr "Andere" -#: include/template/acc_ledger_history_purchase_oneline.php:66 -#: include/template/acc_ledger_history_sale_oneline.php:60 -#: include/database.item.php:82 +#: include/template/acc_ledger_history_purchase_oneline.php:66 include/template/acc_ledger_history_sale_oneline.php:60 include/database.item.php:82 msgid "Autre Taxe" -msgstr "Ander Belasting?" +msgstr "Ander Belasting" #: include/class/print_ledger_detail_item.class.php:62 msgid "Autre Tx" @@ -2183,8 +1884,7 @@ msgstr "Andere Tx" msgid "Autre action" msgstr "Andere actie" -#: include/ajax/ajax_history.php:88 include/ajax/ajax_history.php:94 -#: include/ajax/ajax_history.php:184 include/ajax/ajax_history.php:190 +#: include/ajax/ajax_history.php:88 include/ajax/ajax_history.php:94 include/ajax/ajax_history.php:184 include/ajax/ajax_history.php:190 msgid "Autre exercice" msgstr "Een andere oefening" @@ -2198,9 +1898,7 @@ msgstr "Andere oefening %s" msgid "Autre info" msgstr "Andere informatie" -#: include/ext/importbank/ajax.php:106 -#: include/ext/importbank/include/template/detail_item.php:96 -#: include/template/ledger_detail_bottom.php:168 +#: include/ext/importbank/ajax.php:106 include/ext/importbank/include/template/detail_item.php:96 include/template/ledger_detail_bottom.php:168 msgid "Autre information" msgstr "Andere informatie" @@ -2212,13 +1910,7 @@ msgstr "Andere informatie :" msgid "Autre poste" msgstr "Andere post" -#: include/class/acc_ledger_sale.class.php:1265 -#: include/class/acc_ledger_sale.class.php:1848 -#: include/class/acc_ledger_history_purchase.class.php:325 -#: include/class/acc_ledger.class.php:3594 -#: include/class/acc_ledger.class.php:3617 -#: include/class/acc_ledger_purchase.class.php:2000 -#: include/class/acc_ledger_purchase.class.php:2273 +#: include/class/acc_ledger_sale.class.php:1265 include/class/acc_ledger_sale.class.php:1848 include/class/acc_ledger_history_purchase.class.php:325 include/class/acc_ledger.class.php:3594 include/class/acc_ledger.class.php:3617 include/class/acc_ledger_purchase.class.php:2000 include/class/acc_ledger_purchase.class.php:2273 #: include/class/html_input_noalyss.class.php:84 msgid "Autre taxe" msgstr "Andere Belasting" @@ -2227,8 +1919,7 @@ msgstr "Andere Belasting" msgid "Autre tx" msgstr "Andere tx" -#: include/class/follow_up.class.php:1699 -#: include/template/action_other_action.php:7 +#: include/class/follow_up.class.php:1699 include/template/action_other_action.php:7 msgid "Autres actions" msgstr "Andere acties" @@ -2238,10 +1929,9 @@ msgstr "Andere betreffende" #: include/template/action_document_type_mtable_input.php:86 msgid "Autres fiches" -msgstr "andere dossiers" +msgstr "andere fiches" -#: include/ext/noalyss-portal-client/class/customer_news.php:77 -#: include/ext/noalyss-portal-client/include/nv-annonce.inc.php:42 +#: include/ext/noalyss-portal-client/class/customer_news.php:77 include/ext/noalyss-portal-client/include/nv-annonce.inc.php:42 msgid "Autres nouvelles" msgstr "Andere nieuwigheden" @@ -2292,7 +1982,7 @@ msgstr "Waarschuwing kan niet leeg zijn" #: include/ext/rash/template/schedule_watch-display_month.php:58 msgid "Avr." -msgstr "" +msgstr "apr." #: include/class/periode.class.php:684 msgid "Avril" @@ -2304,12 +1994,11 @@ msgstr "Analytische as" #: include/ext/copy_parameter/template/Analytic-display.php:55 msgid "Axes" -msgstr "" +msgstr "Assen" -#: include/XMLDocument/xml_reader.class.php:583 -#: include/ext/noalyss_xmlpayment/template/header_bank-input.php:53 +#: include/XMLDocument/xml_reader.class.php:583 include/ext/noalyss_xmlpayment/template/header_bank-input.php:53 msgid "BIC" -msgstr "" +msgstr "BIC" #: include/modele.inc.php:336 include/database.item.php:161 msgid "Backup" @@ -2319,8 +2008,7 @@ msgstr "Back-up" msgid "Backup dossier" msgstr "Back-up van het dossier" -#: include/fiche.inc.php:84 include/database.item.php:79 -#: include/database.item.php:86 include/category_card.inc.php:84 +#: include/fiche.inc.php:84 include/database.item.php:79 include/database.item.php:86 include/category_card.inc.php:84 msgid "Balance" msgstr "Balans" @@ -2356,9 +2044,7 @@ msgstr "Dubbel gecombineerd balans van de analystische verrekeningen" msgid "Balance du tiers" msgstr "Balans van de derde" -#: include/class/acc_ledger.class.php:1617 -#: include/ext/import-advanced/class/import/impacc2_import.class.php:46 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:307 +#: include/class/acc_ledger.class.php:1617 include/ext/import-advanced/class/import/impacc2_import.class.php:46 include/ext/import-advanced/class/import/impacc2_fec.class.php:307 msgid "Balance incorrecte" msgstr "Foute balans" @@ -2379,12 +2065,8 @@ msgid "Balance par catégorie de fiche" msgstr "Balans per bestandscategorie" #: include/database.item.php:79 -msgid "" -"Balance par catégorie de fiche ou pour toutes les fiches ayant un poste " -"comptable" -msgstr "" -"Balance par catégorie de fiche of voor alle bestanden dit een " -"boekhoudkundige post bevatten" +msgid "Balance par catégorie de fiche ou pour toutes les fiches ayant un poste comptable" +msgstr "Balance par catégorie de fiche of voor alle bestanden dit een boekhoudkundige post bevatten" #: include/database.item.php:6 msgid "Balance par groupe" @@ -2418,14 +2100,9 @@ msgstr "Dubbel gecombineerd balans van derde" #: include/fiche.inc.php:86 msgid "Balance âgée en-cours" -msgstr "Huidig ubbel gecombineerd balans " +msgstr "Balans " -#: include/ext/noalyss_document/template/document_operation-input.php:253 -#: include/ext/modop/template_ledger_fin.php:9 -#: include/ext/importbank/include/template/show_list.php:119 -#: include/template/form_ledger_fin.php:28 -#: include/template/acc_ledger_history_financial_oneline.php:34 -#: include/database.item.php:61 +#: include/ext/noalyss_document/template/document_operation-input.php:253 include/ext/modop/template_ledger_fin.php:9 include/ext/importbank/include/template/show_list.php:119 include/template/form_ledger_fin.php:28 include/template/acc_ledger_history_financial_oneline.php:34 include/database.item.php:61 msgid "Banque" msgstr "Bank" @@ -2444,7 +2121,7 @@ msgstr "Basé op" #: include/XMLDocument/xml_reader.class.php:556 msgid "Base" -msgstr "" +msgstr "Basis" #: include/dossier.inc.php:420 msgid "Base de donnée " @@ -2468,8 +2145,7 @@ msgstr "Ongeldige database" msgid "Base de donnée vide" msgstr "Lege database" -#: html/install.php:486 include/class/dossier.class.php:383 -#: include/class/dossier.class.php:411 include/upgrade.inc.php:32 +#: html/install.php:486 include/class/dossier.class.php:383 include/class/dossier.class.php:411 include/upgrade.inc.php:32 msgid "Base de données" msgstr "Database" @@ -2480,11 +2156,9 @@ msgstr "Andere Belasting" #: include/class/noalyss_parameter_folder.class.php:248 msgid "Basic" -msgstr "" +msgstr "Basis" -#: include/class/document.class.php:1715 include/class/follow_up.class.php:296 -#: include/class/follow_up.class.php:832 -#: include/template/action_display_short.php:61 +#: include/class/document.class.php:1715 include/class/follow_up.class.php:296 include/class/follow_up.class.php:832 include/template/action_display_short.php:61 msgid "Basse" msgstr "Laag" @@ -2528,20 +2202,18 @@ msgstr "Bilan" #: include/database.item.php:178 msgid "Bilan SMT OHADA" -msgstr "" +msgstr "SMT OHADA-beoordeling" #: include/ext/bilan_interne/output_bilaninterne.class.php:183 #, php-format msgid "Bilan interne du %s au %s" msgstr "Interna bilan van %s tot %s" -#: include/class/card_attribut_mtable.class.php:170 -#: include/export/export_security_pdf.php:99 +#: include/class/card_attribut_mtable.class.php:170 include/export/export_security_pdf.php:99 msgid "Bloqué" msgstr "Geblokkeerd" -#: include/class/pdf_operation.class.php:60 -#: include/ext/noalyss-portal-client/index.php:95 +#: include/class/pdf_operation.class.php:60 include/ext/noalyss-portal-client/index.php:95 msgid "Bon de commande" msgstr "Bestelbon" @@ -2566,10 +2238,7 @@ msgstr "Oneindige cirkel" msgid "Boîte de dialogue" msgstr "Dialoogvenster" -#: include/ext/sav/include/sav_repair_card_sql.class.php:66 -#: include/ext/sav/include/sav_repair_card_sql.class.php:71 -#: include/ext/noalyss-timesheet/ajax/ajax_validate_employee_draft.php:35 -#: include/ext/noalyss-timesheet/template/employee_schedule-display_day.php:158 +#: include/ext/sav/include/sav_repair_card_sql.class.php:66 include/ext/sav/include/sav_repair_card_sql.class.php:71 include/ext/noalyss-timesheet/ajax/ajax_validate_employee_draft.php:35 include/ext/noalyss-timesheet/template/employee_schedule-display_day.php:158 #: include/ext/noalyss_xmlpayment/template/list_operation-display_list.php:78 msgid "Brouillon" msgstr "Concept/kladversie" @@ -2585,7 +2254,7 @@ msgstr "Budget" #: include/ext/rash/template/pedagocical_followup-input.php:88 msgid "Bâtiment" -msgstr "" +msgstr "Gebouw" #: include/ext/rash/adm.php:62 include/ext/rash/index.php:77 msgid "Bénéficiaire" @@ -2674,21 +2343,14 @@ msgid "Calculatrice" msgstr "Rekenmachine" #: include/lib/message_javascript.php:102 -msgid "" -"Calculatrice simplifiée: écrivez simplement les opérations que vous voulez " -"puis la touche retour. exemple : 1+2+3*(1/5)" -msgstr "" -"Eenvoudige rekenmachine: schrijf slechts de operaties die u wilt en kies dan " -"terug. voorbeeld : 1+2+3*(1/5)" +msgid "Calculatrice simplifiée: écrivez simplement les opérations que vous voulez puis la touche retour. exemple : 1+2+3*(1/5)" +msgstr "Eenvoudige rekenmachine: schrijf slechts de operaties die u wilt en kies dan terug. voorbeeld : 1+2+3*(1/5)" #: include/profile.inc.php:375 msgid "Calculatrice visible" msgstr "Rekenmachine zichtbaar" -#: include/ajax/ajax_calendar_zoom.php:30 -#: include/ext/noalyss-timesheet/template/admin-menu.php:145 -#: include/template/calendar-list.php:34 include/widget/agenda/agenda.php:59 -#: include/impress_rapport.inc.php:251 include/lib/html_input.class.php:1138 +#: include/ajax/ajax_calendar_zoom.php:30 include/ext/noalyss-timesheet/template/admin-menu.php:145 include/template/calendar-list.php:34 include/widget/agenda/agenda.php:59 include/impress_rapport.inc.php:251 include/lib/html_input.class.php:1138 msgid "Calendrier" msgstr "Kalender" @@ -2696,10 +2358,7 @@ msgstr "Kalender" msgid "Calendrier depuis :" msgstr "Kalender sinds:" -#: include/class/noalyss_appearance.class.php:65 -#: include/class/noalyss_appearance.class.php:66 -#: include/class/noalyss_appearance.class.php:67 -#: include/class/noalyss_appearance.class.php:70 +#: include/class/noalyss_appearance.class.php:65 include/class/noalyss_appearance.class.php:66 include/class/noalyss_appearance.class.php:67 include/class/noalyss_appearance.class.php:70 msgid "Caractère" msgstr "Karakter" @@ -2715,9 +2374,7 @@ msgstr "Standaardkarakter" msgid "Carte réparation inexistante" msgstr "Reparatiekaart onbestaande" -#: include/ajax/ajax_boxcard_search.php:61 -#: include/template/forecast_item_mtable-input.php:73 -#: include/template/impress_cat_card.php:6 +#: include/ajax/ajax_boxcard_search.php:61 include/template/forecast_item_mtable-input.php:73 include/template/impress_cat_card.php:6 msgid "Categorie" msgstr "Categorie" @@ -2725,17 +2382,11 @@ msgstr "Categorie" msgid "Categorie de fiche" msgstr "Categorie van het bestand" -#: include/class/anticipation.class.php:110 -#: include/class/document_modele.class.php:69 -#: include/ajax/ajax_add_concerned_card.php:78 -#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:145 -#: include/template/forecast_item_mtable-display_table.php:35 -#: include/template/fiche_list.php:54 include/lib/html_input.class.php:438 +#: include/class/anticipation.class.php:110 include/class/document_modele.class.php:69 include/ajax/ajax_add_concerned_card.php:78 include/ext/invoicing/include/invoice_send_mail_input.inc.php:145 include/template/forecast_item_mtable-display_table.php:35 include/template/fiche_list.php:54 include/lib/html_input.class.php:438 msgid "Catégorie" msgstr "Categorie" -#: include/adm.inc.php:83 include/template/trait_card-form_search.php:56 -#: include/contact.inc.php:86 +#: include/adm.inc.php:83 include/template/trait_card-form_search.php:56 include/contact.inc.php:86 msgid "Catégorie :" msgstr "Categorie :" @@ -2743,10 +2394,7 @@ msgstr "Categorie :" msgid "Catégorie de document" msgstr "Categorie van het document" -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:27 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:27 -#: include/ext/import_card/include/template/input_file.php:36 -#: include/ext/import_card/include/template/input_format.php:25 +#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:27 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:27 include/ext/import_card/include/template/input_file.php:36 include/ext/import_card/include/template/input_format.php:25 msgid "Catégorie de fiche" msgstr "Categorie van het bestand" @@ -2770,8 +2418,7 @@ msgstr "De categorie bestaat al." msgid "Catégorie fiche" msgstr "Categorie bestand" -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:84 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:84 +#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:84 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:84 msgid "Catégorie invalide" msgstr "Ongeldige categorie" @@ -2811,8 +2458,7 @@ msgstr "Deze favoriet is al toegevoegd geweest" msgid "Ce fichier n'existe pas " msgstr "Dit bestand bestaat niet" -#: include/class/print_ledger.class.php:172 -#: include/class/print_ledger.class.php:216 +#: include/class/print_ledger.class.php:172 include/class/print_ledger.class.php:216 msgid "Ce journal ne peut être imprimé en mode simple" msgstr "Dit dagboek kan niet afgedrukt worden in eenvoudigde modus" @@ -2820,8 +2466,7 @@ msgstr "Dit dagboek kan niet afgedrukt worden in eenvoudigde modus" msgid "Ce menu vous présente un menu rapide de vos menus préférés" msgstr "Dit menu stelt u het snelmenu voor van al uw favoriete menu's" -#: include/class/package_core.class.php:73 -#: include/class/package_plugin.class.php:48 +#: include/class/package_core.class.php:73 include/class/package_plugin.class.php:48 msgid "Ce n'est pas un fichier valide" msgstr "Dit is geen geldig bestand" @@ -2841,10 +2486,9 @@ msgstr "Dit plan bestaat niet" msgid "Ce plugin n'existe pas " msgstr "Deze plugin bestaat niet" -#: include/ext/noalyss-export/template/export_param.php:72 -#: include/ext/noalyss-export/template/export_param.php:125 +#: include/ext/noalyss-export/template/export_param.php:72 include/ext/noalyss-export/template/export_param.php:125 msgid "Ce qui est exporté en CSV ou en FEC peut être réimporté dans NOALYSS" -msgstr "" +msgstr "Wat in CSV- of FEC-formaat wordt geëxporteerd, kan opnieuw in NOALYSS worden geïmporteerd" #: include/ajax/ajax_periode.php:151 msgid "Cela pourrait avoir un impact sur les opérations déjà existantes" @@ -2852,16 +2496,13 @@ msgstr "Dit kan een impact hebben op de operaties die reeds bestaan" #: include/verif_bilan.inc.php:198 msgid "" -"Cela pourrait causer des différences entre les balances par fiches et celle " -"par postes comptables, utilisez le plugin \n" +"Cela pourrait causer des différences entre les balances par fiches et celle par postes comptables, utilisez le plugin \n" " \"OUTIL COMPTABLE\" pour corriger" msgstr "" -"Dit kan verschillen veroorzaken tussen het balans per fiche en die dat er " -"zijn per boekhoudkundige post, gebruik de plugin \n" +"Dit kan verschillen veroorzaken tussen het balans per fiche en die dat er zijn per boekhoudkundige post, gebruik de plugin \n" " \"OUTIL COMPTABLE\" om te corrigeren" -#: include/ext/import-advanced/template/upload_operation_csv.php:35 -#: include/ext/import-advanced/template/upload_operation_fec.php:58 +#: include/ext/import-advanced/template/upload_operation_csv.php:35 include/ext/import-advanced/template/upload_operation_fec.php:58 msgid "Ces fichiers peuvent être créés avec cette extension" msgstr "Deze bestanden kunnen aangemaakt worden met deze extensie" @@ -2873,9 +2514,7 @@ msgstr "Deze gebruiker is administrator, hij heeft alle rechten" msgid "Cet utilisateur n'existe pas" msgstr "Deze gebruiker bestaat niet" -#: include/class/noalyss_user.class.php:1077 -#: include/class/noalyss_user.class.php:1124 include/action.common.inc.php:142 -#: include/action.common.inc.php:176 include/lib/ac_common.php:487 +#: include/class/noalyss_user.class.php:1077 include/class/noalyss_user.class.php:1124 include/action.common.inc.php:142 include/action.common.inc.php:176 include/lib/ac_common.php:487 msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "U bent niet bevoegd voor deze actie. Contacteer uw verantwoordelijke" @@ -2904,43 +2543,27 @@ msgid "Cette extension n'existe pas " msgstr "Deze extensie bestaat niet" #: include/class/extension.class.php:126 -msgid "" -"Cette extension ne fonctionne pas sur cette version de NOALYSS Veuillez " -"mettre votre programme a jour. Version minimum " -msgstr "" -"Deze extensie werkt niet op deze versie van NOALYSS Gelieve uw programma up-" -"to-date te houden? Minimaal Versie vereist " +msgid "Cette extension ne fonctionne pas sur cette version de NOALYSS Veuillez mettre votre programme a jour. Version minimum " +msgstr "Deze extensie werkt niet op deze versie van NOALYSS Gelieve uw programma up-to-date te houden? Minimaal Versie vereist " #: include/ext/demo-noalyss/index.php:59 -msgid "" -"Cette extension vous permet de restaurer l'un des dossiers proposés ci-" -"dessous , cela effacera et remplacera le dossier actuel ; toutes vos " -"saisies (opérations,fiches, modèles,...) seront effacées et remplacées par " -"celles du dossier que vous aurez choisi" -msgstr "" -"Deze extensie laat u toe een dossier te restaureren hieronder voorgesteld, " -"deze verwijderd en vervangt het huidige dossier ; alle ingevoerde (operaties," -"fiches,models,...) zullen verwijderd worden en vervangen door die dat deel " -"uitmaken van het dossier dat u hebt gekozen" +msgid "Cette extension vous permet de restaurer l'un des dossiers proposés ci-dessous , cela effacera et remplacera le dossier actuel ; toutes vos saisies (opérations,fiches, modèles,...) seront effacées et remplacées par celles du dossier que vous aurez choisi" +msgstr "Deze extensie laat u toe een dossier te restaureren hieronder voorgesteld, deze verwijderd en vervangt het huidige dossier ; alle ingevoerde (operaties,fiches,models,...) zullen verwijderd worden en vervangen door die dat deel uitmaken van het dossier dat u hebt gekozen" -#: include/ajax/ajax_todo_list.php:188 include/ajax/ajax_todo_list.php:243 -#: include/ajax/ajax_todo_list.php:252 +#: include/ajax/ajax_todo_list.php:188 include/ajax/ajax_todo_list.php:243 include/ajax/ajax_todo_list.php:252 msgid "Cette note n'est pas à vous" msgstr "Deze nota is niet van u" -#: include/class/acc_ledger.class.php:279 -#: include/class/acc_ledger.class.php:283 +#: include/class/acc_ledger.class.php:279 include/class/acc_ledger.class.php:283 msgid "Cette opération n'existe pas" msgstr "Deze operatie bestaat niet" #: html/install.php:387 #, php-format msgid "Cette version nécessite au moins une version supérieure ou égale à 8.2" -msgstr "" -"Deze versie vereist minstens een versie die recenter of gelijk is aan 8.2" +msgstr "Deze versie vereist minstens een versie die recenter of gelijk is aan 8.2" -#: include/ext/rash/class/Reference_MTable.php:44 -#: include/ext/rash/template/pedagocical_followup-input.php:92 +#: include/ext/rash/class/Reference_MTable.php:44 include/ext/rash/template/pedagocical_followup-input.php:92 #, fuzzy msgid "Chambre" msgstr "Aantal" @@ -2962,11 +2585,8 @@ msgid "Changement des états" msgstr "Veranderingen van de toestanden" #: include/ajax/ajax_ledger.php:489 -msgid "" -"Changement impossible: on ne peut pas changer la date dans une période fermée" -msgstr "" -"Aanpassingen onmogelijk: we kunnen de datum in een gesloten periode niet " -"veranderen" +msgid "Changement impossible: on ne peut pas changer la date dans une période fermée" +msgstr "Aanpassingen onmogelijk: we kunnen de datum in een gesloten periode niet veranderen" #: include/template/stock_summary_list.php:87 msgid "Changement manuel" @@ -2980,8 +2600,7 @@ msgstr "Veranderen" msgid "Changer la fiche" msgstr "Verander de fiche" -#: include/ext/importbank/include/template/confirm_transfer.php:140 -#: include/ext/importbank/include/template/confirm_transfer.php:230 +#: include/ext/importbank/include/template/confirm_transfer.php:140 include/ext/importbank/include/template/confirm_transfer.php:230 msgid "Changer format" msgstr "Verander het formaat" @@ -3015,11 +2634,7 @@ msgstr "Omgekeerde kost" msgid "Charge suppl." msgstr "Kosten" -#: include/ajax/ajax_ledger.php:211 include/ajax/ajax_ledger.php:321 -#: include/ext/noalyss_document/template/document_load-display_table.php:130 -#: include/ext/noalyss_document/template/document_load-display_table.php:171 -#: include/ext/noalyss_document/template/document_load-display_table.php:195 -#: include/ext/noalyss_document/index.php:80 +#: include/ajax/ajax_ledger.php:211 include/ajax/ajax_ledger.php:321 include/ext/noalyss_document/template/document_load-display_table.php:130 include/ext/noalyss_document/template/document_load-display_table.php:171 include/ext/noalyss_document/template/document_load-display_table.php:195 include/ext/noalyss_document/index.php:80 #: include/ext/importbank/include/template/import_new_coda.php:43 msgid "Chargement" msgstr "Laden" @@ -3029,33 +2644,23 @@ msgstr "Laden" msgid "Chargement Document" msgstr "Laden van documenten" -#: include/ext/import-advanced/template/upload_operation_csv.php:31 -#: include/ext/import-advanced/template/upload_operation_anc.php:31 -msgid "" -"Chargement d'un fichier CSV , crée depuis Calc (OpenOffice.org ou " -"libreoffice)" -msgstr "" -"Standaard komt overeen met een CSV-export uit Calc (OpenOffice.org of " -"LibreOffice)" +#: include/ext/import-advanced/template/upload_operation_csv.php:31 include/ext/import-advanced/template/upload_operation_anc.php:31 +msgid "Chargement d'un fichier CSV , crée depuis Calc (OpenOffice.org ou libreoffice)" +msgstr "Standaard komt overeen met een CSV-export uit Calc (OpenOffice.org of LibreOffice)" #: include/ext/import-advanced/template/upload_operation_fec.php:31 msgid "Chargement d'un fichier FEC en CSV ," msgstr "Veranderen van een FEC file en CSV" #: include/database.item.php:90 -msgid "" -"Chargement de modèles de documents qui seront générés par NOALYSS, les " -"formats utilisables sont libreoffice, html, text et rtf" -msgstr "" -"Veranderen van type van het document zullen gegenereerd worden door NOALYSS, " -"de formaten die beschikbaar zijn LibreOffice, html, text en rtf" +msgid "Chargement de modèles de documents qui seront générés par NOALYSS, les formats utilisables sont libreoffice, html, text et rtf" +msgstr "Veranderen van type van het document zullen gegenereerd worden door NOALYSS, de formaten die beschikbaar zijn LibreOffice, html, text en rtf" #: include/ext/noalyss_document/index.php:80 include/database.item.php:189 msgid "Chargement documents" msgstr "Laden van documenten" -#: include/ext/import-advanced/class/import/impacc2_csv_bank.class.php:90 -#: include/ext/import-advanced/class/import/impacc2_csv_misc_operation.class.php:87 +#: include/ext/import-advanced/class/import/impacc2_csv_bank.class.php:90 include/ext/import-advanced/class/import/impacc2_csv_misc_operation.class.php:87 #, fuzzy msgid "Chargement du fichier a échoué" msgstr "Veranderen van een FEC file en CSV" @@ -3087,58 +2692,28 @@ msgstr "Pad" msgid "Chemin complet vers les executable de Postgresql" msgstr "Volledig pad naar de executable de Postgresql" -#: html/ajax_misc.php:608 html/user_login.php:179 -#: include/compta_fin_saldo.inc.php:42 -#: include/class/pre_operation.class.php:342 -#: include/class/acc_ledger.class.php:2601 include/class/fiche.class.php:1940 -#: include/class/anc_listing.class.php:72 include/ajax/ajax_card.php:317 -#: include/ajax/ajax_navigator.php:46 -#: include/ajax/ajax_search_account_card.php:56 -#: include/ajax/ajax_boxcard_search.php:51 include/compta_fin_rec.inc.php:293 -#: include/ext/rapport_avance/ajax/ajax_rapav_search_code.php:32 -#: include/ext/rapport_avance/include/historique.inc.php:47 -#: include/ext/listing/ajax/ajax_listing_search_code.php:35 -#: include/ext/listing/include/rapav_listing_compute.class.php:221 -#: include/ext/listing/include/historique.inc.php:54 -#: include/ext/amortis/include/template/listing_histo.php:32 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:191 -#: include/balance.inc.php:333 include/template/result_cat_card_summary.php:5 -#: include/template/tag_select.php:18 -#: include/template/todo_list_list_user.php:31 -#: include/template/anc_key_display_list.php:28 -#: include/template/tag_search_select.php:17 -#: include/template/fiche_def-display.php:33 include/user.inc.php:298 -#: include/dossier.inc.php:246 include/report.inc.php:132 -#: include/lib/manage_table_sql.class.php:862 +#: html/ajax_misc.php:608 html/user_login.php:179 include/compta_fin_saldo.inc.php:42 include/class/pre_operation.class.php:342 include/class/acc_ledger.class.php:2601 include/class/fiche.class.php:1940 include/class/anc_listing.class.php:72 include/ajax/ajax_card.php:317 include/ajax/ajax_navigator.php:46 +#: include/ajax/ajax_search_account_card.php:56 include/ajax/ajax_boxcard_search.php:51 include/compta_fin_rec.inc.php:293 include/ext/rapport_avance/ajax/ajax_rapav_search_code.php:32 include/ext/rapport_avance/include/historique.inc.php:47 include/ext/listing/ajax/ajax_listing_search_code.php:35 +#: include/ext/listing/include/rapav_listing_compute.class.php:221 include/ext/listing/include/historique.inc.php:54 include/ext/amortis/include/template/listing_histo.php:32 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:191 include/balance.inc.php:333 include/template/result_cat_card_summary.php:5 +#: include/template/tag_select.php:18 include/template/todo_list_list_user.php:31 include/template/anc_key_display_list.php:28 include/template/tag_search_select.php:17 include/template/fiche_def-display.php:33 include/user.inc.php:298 include/dossier.inc.php:246 include/report.inc.php:132 include/lib/manage_table_sql.class.php:862 msgid "Cherche" msgstr "Zoek" -#: include/adm.inc.php:71 include/template/trait_card-form_search.php:42 -#: include/contact.inc.php:77 +#: include/adm.inc.php:71 include/template/trait_card-form_search.php:42 include/contact.inc.php:77 msgid "Cherche " msgstr "Zoek" -#: include/class/acc_report_mtable.class.php:98 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:151 -#: include/template/forecast_item_mtable-input.php:101 +#: include/class/acc_report_mtable.class.php:98 include/ext/rapport_avance/include/formulaire_param_detail.class.php:151 include/template/forecast_item_mtable-input.php:101 msgid "Cherche poste, fiche , analytique" msgstr "Zoek post, fiche, analytisch" -#: include/class/anc_operation.class.php:330 -#: include/class/acc_ledger_search.class.php:762 -#: include/ajax/ajax_search_peppol.php:93 -#: include/ext/noalyss-portal-client/template/invoice_search-input.php:45 -#: include/template/module.php:41 +#: include/class/anc_operation.class.php:330 include/class/acc_ledger_search.class.php:762 include/ajax/ajax_search_peppol.php:93 include/ext/noalyss-portal-client/template/invoice_search-input.php:45 include/template/module.php:41 msgid "Chercher" msgstr "Zoeken" #: include/lib/message_javascript.php:32 -msgid "" -"Cherchez en saisissant le quickcode, le poste comptable ou une partie du nom " -"de la fiche ou de l'adresse" -msgstr "" -"Zoek door de quickcode in te geven, de boekhoudkundige post of een deel van " -"de naam van de fiche of adres" +msgid "Cherchez en saisissant le quickcode, le poste comptable ou une partie du nom de la fiche ou de l'adresse" +msgstr "Zoek door de quickcode in te geven, de boekhoudkundige post of een deel van de naam van de fiche of adres" #: include/ext/noalyss-webservice/template/parameter_display.php:73 #, fuzzy @@ -3151,11 +2726,8 @@ msgid "Chiffrement activé" msgstr "Afgeloste handeling" #: include/anc_great_ledger.inc.php:92 -msgid "" -"Choisissez au moins une opération, les opérations rapprochées et le type " -"d'export" -msgstr "" -"Kies ten minste één operatie, de overeenkomstige operaties en type van export" +msgid "Choisissez au moins une opération, les opérations rapprochées et le type d'export" +msgstr "Kies ten minste één operatie, de overeenkomstige operaties en type van export" #: include/periode.inc.php:127 msgid "Choisissez global ou uniquement le journal à fermer" @@ -3166,8 +2738,7 @@ msgid "Choisissez la TVA" msgstr "Kies de BTW" #: include/ajax/ajax_card.php:311 -msgid "" -"Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche" +msgid "Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche" msgstr "Kies de bestandscategorie waar u een record wil toevoegen" #: include/impress_jrn.inc.php:120 @@ -3183,12 +2754,8 @@ msgid "Choisissez le rapport" msgstr "Kies het rapport" #: include/ext/import-advanced/template/transfer-select-file.php:39 -msgid "" -"Choisissez les imports comptabilité et / ou analytique à intégrer dans " -"Noalyss, les fichiers analytiques sont optionnels." -msgstr "" -"Kies boekhoud importen en / of analytisch te integreren in Noalyss, de " -"analytische fiche's zijn optioneel" +msgid "Choisissez les imports comptabilité et / ou analytique à intégrer dans Noalyss, les fichiers analytiques sont optionnels." +msgstr "Kies boekhoud importen en / of analytisch te integreren in Noalyss, de analytische fiche's zijn optioneel" #: include/ext/noalyss-timesheet/ajax/ajax_select_project_code.php:37 #, fuzzy @@ -3200,12 +2767,8 @@ msgid "Choisissez poste comptable ou fiche" msgstr "Boekhoudkundige post of fiche " #: include/template/fiche_def_input.php:24 -msgid "" -"Choisissez poste comptable qui sera la base des postes comptables pour les " -"fiches de cette catégorie" -msgstr "" -"Kies een boekhoudkundige post die de basis zal vormen voor de " -"boekhoudkundige posten van de fiches in deze categorie" +msgid "Choisissez poste comptable qui sera la base des postes comptables pour les fiches de cette catégorie" +msgstr "Kies een boekhoudkundige post die de basis zal vormen voor de boekhoudkundige posten van de fiches in deze categorie" #: include/ext/bilan_interne/index.php:60 include/balance.inc.php:44 msgid "Choisissez un autre exercice" @@ -3215,8 +2778,7 @@ msgstr "Kies een andere oefening" msgid "Choisissez un exercice" msgstr "Kies een oefening" -#: include/class/payment_method_mtable.class.php:82 -#: include/class/payment_method_mtable.class.php:92 +#: include/class/payment_method_mtable.class.php:82 include/class/payment_method_mtable.class.php:92 msgid "Choisissez un journal" msgstr "Kies een dagboek" @@ -3245,8 +2807,7 @@ msgstr "Kies een categorie aub" msgid "Choississez une action" msgstr "Kies een actie" -#: include/class/card_attribut_mtable.class.php:57 -#: include/class/contact_option_ref_mtable.class.php:47 +#: include/class/card_attribut_mtable.class.php:57 include/class/contact_option_ref_mtable.class.php:47 msgid "Choix" msgstr "Keuze" @@ -3300,8 +2861,7 @@ msgstr "Keuze van het soort dagboek" msgid "Choix du type de journal est obligatoire" msgstr "Keuze van het soort dagboek is verplicht" -#: include/ext/import-advanced/ajax.php:167 -#: include/ext/import-advanced/template/transfer-select-file.php:56 +#: include/ext/import-advanced/ajax.php:167 include/ext/import-advanced/template/transfer-select-file.php:56 msgid "Choix fichier comptabilité" msgstr "Keuze boekhoudings fiche" @@ -3321,18 +2881,15 @@ msgstr "Keuze van bericht" msgid "Choix modèle" msgstr "Kies een model" -#: include/class/acc_balance.class.php:378 -#: include/class/acc_balance.class.php:419 +#: include/class/acc_balance.class.php:378 include/class/acc_balance.class.php:419 msgid "Class 1-5" msgstr "Class 1-5" -#: include/class/acc_balance.class.php:386 -#: include/class/acc_balance.class.php:428 +#: include/class/acc_balance.class.php:386 include/class/acc_balance.class.php:428 msgid "Class 6" msgstr "Class 6" -#: include/class/acc_balance.class.php:394 -#: include/class/acc_balance.class.php:436 +#: include/class/acc_balance.class.php:394 include/class/acc_balance.class.php:436 msgid "Class 7" msgstr "Class 7" @@ -3340,9 +2897,7 @@ msgstr "Class 7" msgid "Classe de base" msgstr "Basisklasse" -#: include/class/anc_operation.class.php:696 -#: include/ext/noalyss-webservice/template/parameter_display.php:52 -#: include/ext/copy_parameter/template/Analytic-display.php:58 +#: include/class/anc_operation.class.php:696 include/ext/noalyss-webservice/template/parameter_display.php:52 include/ext/copy_parameter/template/Analytic-display.php:58 msgid "Clef" msgstr "Sleutel" @@ -3354,29 +2909,10 @@ msgstr "Verdeelsleutel" msgid "Clef de répartition pour la comptabilité analytique" msgstr "Verdeelsleutel voor de analytische boekhouding" -#: include/class/pre_op_ach.class.php:406 -#: include/class/pre_op_ven.class.php:393 -#: include/class/invoice_pdf.class.php:189 -#: include/class/acc_ledger_sale.class.php:1026 -#: include/class/acc_ledger_sale.class.php:1453 -#: include/class/acc_ledger_sale.class.php:1719 -#: include/class/print_ledger_simple.class.php:126 -#: include/class/pdf_operation.class.php:135 include/balance_age.inc.php:35 -#: include/XMLDocument/xml_reader.class.php:454 -#: include/ext/ohada/include/data/data_unpaid_customer.class.php:59 -#: include/ext/transform/ajax_modify_intervat_assujetti.php:24 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:78 -#: include/ext/import-advanced/template/operation_result.php:31 -#: include/ext/noalyss-portal-client/template/invoice_search-display_result.php:21 -#: include/ext/noalyss-portal-client/index.php:91 -#: include/template/acc_ledger_history_purchase_extended.php:44 -#: include/template/acc_ledger_history_sale_detail.php:39 -#: include/template/ledger_detail_ven.php:73 -#: include/template/xmlinvoice-display_error.php:77 -#: include/template/acc_ledger_history_purchase_oneline.php:50 -#: include/template/acc_ledger_history_sale_oneline.php:46 -#: include/template/acc_ledger_history_sale_extended.php:46 -#: include/database.item.php:11 +#: include/class/pre_op_ach.class.php:406 include/class/pre_op_ven.class.php:393 include/class/invoice_pdf.class.php:189 include/class/acc_ledger_sale.class.php:1026 include/class/acc_ledger_sale.class.php:1453 include/class/acc_ledger_sale.class.php:1719 include/class/print_ledger_simple.class.php:126 +#: include/class/pdf_operation.class.php:135 include/balance_age.inc.php:35 include/XMLDocument/xml_reader.class.php:454 include/ext/ohada/include/data/data_unpaid_customer.class.php:59 include/ext/transform/ajax_modify_intervat_assujetti.php:24 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:78 +#: include/ext/import-advanced/template/operation_result.php:31 include/ext/noalyss-portal-client/template/invoice_search-display_result.php:21 include/ext/noalyss-portal-client/index.php:91 include/template/acc_ledger_history_purchase_extended.php:44 include/template/acc_ledger_history_sale_detail.php:39 +#: include/template/ledger_detail_ven.php:73 include/template/xmlinvoice-display_error.php:77 include/template/acc_ledger_history_purchase_oneline.php:50 include/template/acc_ledger_history_sale_oneline.php:46 include/template/acc_ledger_history_sale_extended.php:46 include/database.item.php:11 msgid "Client" msgstr "Klant" @@ -3431,8 +2967,7 @@ msgstr "klik hier voor het pad naar het openen van het menu" #: include/lib/message_javascript.php:68 msgid "Cliquez sur le code AD pour ouvrir le menu dans un nouvel onglet" -msgstr "" -"Klik op de code AD om het te openen menu in een nieuw tabblad te openen" +msgstr "Klik op de code AD om het te openen menu in een nieuw tabblad te openen" #: include/lib/message_javascript.php:49 msgid "Cliquez sur le titre d'une colonne pour trier" @@ -3450,8 +2985,7 @@ msgstr "Klone" msgid "Cloner" msgstr "Klonen" -#: include/class/card_attribut_mtable.class.php:60 -#: include/class/contact_option_ref_mtable.class.php:49 +#: include/class/card_attribut_mtable.class.php:60 include/class/contact_option_ref_mtable.class.php:49 msgid "Coche" msgstr "Vink aan" @@ -3468,14 +3002,8 @@ msgid "Cocher tous" msgstr "Alles aanvinken " #: include/template/fiche_def_input.php:34 -msgid "" -"Cochez cette case si chaque fiche de cette catégorie doit avoir un poste " -"comptable propre, il sera calculé automatiquement si vous n'en donnez pas " -"un. " -msgstr "" -"Aanvinken van dit veld als elk fiche van deze categorie zijn eigen " -"boekhoudkundige post dient te hebben, deze zal automatisch berekend worden " -"indien u er geen invoerd" +msgid "Cochez cette case si chaque fiche de cette catégorie doit avoir un poste comptable propre, il sera calculé automatiquement si vous n'en donnez pas un. " +msgstr "Aanvinken van dit veld als elk fiche van deze categorie zijn eigen boekhoudkundige post dient te hebben, deze zal automatisch berekend worden indien u er geen invoerd" #: include/ext/rapport_avance/ajax/ajax_form_modify.php:107 #, fuzzy @@ -3500,47 +3028,23 @@ msgstr "Vink aan om deze fiche te verwijderen " #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:147 msgid "" -"Cochez pour remplacer la date de facture par la date de comptabilisation, la " -"date de comptabilitsation donne la période fiscale,\n" -" il est impératif de la comptabilité soit tenue dans l'ordre " -"chronologique et suive l'ordre de la comptabilisation" +"Cochez pour remplacer la date de facture par la date de comptabilisation, la date de comptabilitsation donne la période fiscale,\n" +" il est impératif de la comptabilité soit tenue dans l'ordre chronologique et suive l'ordre de la comptabilisation" msgstr "" +"Vink aan om de factuurdatum te vervangen door de boekhouddatum; de boekhouddatum geeft de belastingperiode aan,\n" +"Het is van essentieel belang dat de boekhoudkundige gegevens chronologisch worden bijgehouden en de volgorde van invoer wordt aangehouden.\n" +"60fd704607f76544610e8b4de6d2af6988660ecd;BTW-vrijstellingscode (vatex)\"" -#: include/ext/importbank/include/template/show_field.php:52 -#: include/ext/importbank/include/template/confirm_transfer.php:162 +#: include/ext/importbank/include/template/show_field.php:52 include/ext/importbank/include/template/confirm_transfer.php:162 msgid "Codage des caractères" msgstr "Coderen van karakters" -#: include/class/parameter_extra_mtable.class.php:48 -#: include/class/tva_rate_mtable.class.php:51 -#: include/class/acc_ledger_sale.class.php:1038 -#: include/class/acc_ledger_purchase.class.php:1751 -#: include/class/acc_account_ledger.class.php:486 -#: include/class/print_ledger_detail_item.class.php:58 -#: include/ajax/ajax_add_menu.php:155 include/ajax/ajax_add_menu.php:210 -#: include/ajax/ajax_plugin_detail.php:39 -#: include/ajax/ajax_get_menu_detail.php:60 -#: include/XMLDocument/xml_reader.class.php:472 -#: include/XMLDocument/xml_reader.class.php:577 -#: include/ext/rapport_avance/ajax/ajax_input_new_param.php:72 -#: include/ext/rapport_avance/include/template/formulaire_definition.php:40 -#: include/ext/rapport_avance/include/template/rapav_repository-display_form.php:32 -#: include/ext/tools/raw.php:80 -#: include/ext/rash/template/beneficiary-listing.php:43 -#: include/ext/sav/include/template/workhour_display_list.php:30 -#: include/ext/sav/include/template/spare_part_display_list.php:33 -#: include/ext/amortis/raw.php:53 include/ext/amortis/raw.php:121 -#: include/ext/amortis/include/amortissement_table_pdf.class.php:42 -#: include/ext/copy_parameter/template/Tva-display.php:33 -#: include/ext/noalyss-timesheet/template/project_mtable-input.php:46 -#: include/ext/noalyss-timesheet/include/Admin/Project_MTable.php:52 -#: include/anc_group.inc.php:59 include/template/ajax-search_vatex.php:47 -#: include/template/stock_summary_list.php:45 -#: include/template/ledger_detail_ven.php:193 -#: include/template/follow_up_other_concerned_display_table.php:42 -#: include/template/ledger_detail_ach.php:190 -#: include/template/contact-summary.php:14 include/upgrade-plugin.php:69 -#: include/menu.inc.php:107 +#: include/class/parameter_extra_mtable.class.php:48 include/class/tva_rate_mtable.class.php:51 include/class/acc_ledger_sale.class.php:1038 include/class/acc_ledger_purchase.class.php:1751 include/class/acc_account_ledger.class.php:486 include/class/print_ledger_detail_item.class.php:58 include/ajax/ajax_add_menu.php:155 +#: include/ajax/ajax_add_menu.php:210 include/ajax/ajax_plugin_detail.php:39 include/ajax/ajax_get_menu_detail.php:60 include/XMLDocument/xml_reader.class.php:472 include/XMLDocument/xml_reader.class.php:577 include/ext/rapport_avance/ajax/ajax_input_new_param.php:72 +#: include/ext/rapport_avance/include/template/formulaire_definition.php:40 include/ext/rapport_avance/include/template/rapav_repository-display_form.php:32 include/ext/tools/raw.php:80 include/ext/rash/template/beneficiary-listing.php:43 include/ext/sav/include/template/workhour_display_list.php:30 +#: include/ext/sav/include/template/spare_part_display_list.php:33 include/ext/amortis/raw.php:53 include/ext/amortis/raw.php:121 include/ext/amortis/include/amortissement_table_pdf.class.php:42 include/ext/copy_parameter/template/Tva-display.php:33 include/ext/noalyss-timesheet/template/project_mtable-input.php:46 +#: include/ext/noalyss-timesheet/include/Admin/Project_MTable.php:52 include/anc_group.inc.php:59 include/template/ajax-search_vatex.php:47 include/template/stock_summary_list.php:45 include/template/ledger_detail_ven.php:193 include/template/follow_up_other_concerned_display_table.php:42 include/template/ledger_detail_ach.php:190 +#: include/template/contact-summary.php:14 include/upgrade-plugin.php:69 include/menu.inc.php:107 msgid "Code" msgstr "Code" @@ -3565,8 +3069,7 @@ msgstr "Code AD voor nota van onkosten aanmaak of aankoopfactuur" msgid "Code BIC de compte en banque" msgstr "Bankrekening" -#: include/fiche.inc.php:582 include/export/export_histo_csv.php:48 -#: include/export/export_fiche_balance_csv.php:159 +#: include/fiche.inc.php:582 include/export/export_histo_csv.php:48 include/export/export_fiche_balance_csv.php:159 msgid "Code Devise" msgstr "Code Valuta" @@ -3591,8 +3094,7 @@ msgstr "ISO Code te lang want max = 10" msgid "Code Interne" msgstr "Interne code" -#: include/class/acc_ledger_sale.class.php:1829 -#: include/class/acc_ledger_purchase.class.php:2251 +#: include/class/acc_ledger_sale.class.php:1829 include/class/acc_ledger_purchase.class.php:2251 msgid "Code Item" msgstr "Item code" @@ -3604,11 +3106,7 @@ msgstr "Code dagboek" msgid "Code Menu" msgstr "Menucode" -#: include/XMLDocument/error_message.class.php:84 -#: include/ext/transform/include/template/listing_assujetti_representative.php:50 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:46 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:61 -#: include/company.inc.php:243 +#: include/XMLDocument/error_message.class.php:84 include/ext/transform/include/template/listing_assujetti_representative.php:50 include/ext/transform/include/template/listing_assujetti_declarant.php:46 include/ext/tva/template/xml_belgian_tax_representative-input.php:61 include/company.inc.php:243 msgid "Code Pays" msgstr "Landcode" @@ -3617,8 +3115,7 @@ msgstr "Landcode" msgid "Code Pays (BE)" msgstr "Landcode" -#: include/ext/transform/include/transform_representative.class.php:211 -#: include/ext/transform/include/transform_declarant.class.php:190 +#: include/ext/transform/include/transform_representative.class.php:211 include/ext/transform/include/transform_declarant.class.php:190 msgid "Code Pays incorrect" msgstr "Verkeerde landcode" @@ -3631,31 +3128,13 @@ msgstr "Verkeerde landcode" msgid "Code Postal" msgstr "Postcode" -#: include/export/export_stock_resume_list.php:36 -#: include/export/export_stock_histo_csv.php:40 -#: include/export/export_stock_histo_csv.php:42 -#: include/template/stock_summary_table.php:33 -#: include/template/stock_inv.php:63 include/template/stock_histo_search.php:35 +#: include/export/export_stock_resume_list.php:36 include/export/export_stock_histo_csv.php:40 include/export/export_stock_histo_csv.php:42 include/template/stock_summary_table.php:33 include/template/stock_inv.php:63 include/template/stock_histo_search.php:35 msgid "Code Stock" msgstr "Stock code" -#: include/class/acc_ledger_sale.class.php:1840 -#: include/class/acc_ledger_purchase.class.php:2262 -#: include/class/print_ledger_detail_item.class.php:166 -#: include/export/export_printtva_pdf.php:55 -#: include/export/export_printtva_pdf.php:211 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:83 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:85 -#: include/ext/import-advanced/template/operation_result.php:100 -#: include/ext/import-advanced/template/tva_parameter_detail.php:51 -#: include/ext/tva/template/ext_tva+display_detail_amount.php:65 -#: include/template/follow_up_detail_display.php:54 -#: include/template/acc_ledger_history_purchase_extended.php:143 -#: include/template/tax_summary_display.php:62 -#: include/template/tax_summary_display.php:123 -#: include/template/tax_summary_display.php:217 -#: include/template/tax_summary_display.php:302 -#: include/template/ledger_search.php:108 +#: include/class/acc_ledger_sale.class.php:1840 include/class/acc_ledger_purchase.class.php:2262 include/class/print_ledger_detail_item.class.php:166 include/export/export_printtva_pdf.php:55 include/export/export_printtva_pdf.php:211 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:83 +#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:85 include/ext/import-advanced/template/operation_result.php:100 include/ext/import-advanced/template/tva_parameter_detail.php:51 include/ext/tva/template/ext_tva+display_detail_amount.php:65 include/template/follow_up_detail_display.php:54 +#: include/template/acc_ledger_history_purchase_extended.php:143 include/template/tax_summary_display.php:62 include/template/tax_summary_display.php:123 include/template/tax_summary_display.php:217 include/template/tax_summary_display.php:302 include/template/ledger_search.php:108 #: include/template/acc_ledger_history_sale_extended.php:148 msgid "Code TVA" msgstr "BTW-code" @@ -3673,10 +3152,8 @@ msgid "Code TVA déjà utilisé" msgstr "BTW Code reeds in gebruik" #: include/class/tva_rate_mtable.class.php:97 -msgid "" -"Code TVA est utilisé pour les factures électroniques, plus d'information " -"dans le manuel" -msgstr "" +msgid "Code TVA est utilisé pour les factures électroniques, plus d'information dans le manuel" +msgstr "Voor elektronische facturen wordt de btw-code gebruikt. Meer informatie vindt u in de handleiding." # Est-ce que le mot ne doit pas être intracommunautaire? #: include/ext/tva/template/tva_parameter-display.php:427 @@ -3704,10 +3181,7 @@ msgstr "BTW-code voor nationale klanten" msgid "Code Tiers" msgstr "Code Derden" -#: include/export/export_poste_detail_csv.php:82 -#: include/export/export_fiche_detail_csv.php:72 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:88 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:90 +#: include/export/export_poste_detail_csv.php:82 include/export/export_fiche_detail_csv.php:72 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:88 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:90 msgid "Code devise" msgstr "Code valuta" @@ -3730,23 +3204,18 @@ msgstr "BTW-code" #: include/class/tva_rate_mtable.class.php:98 msgid "Code exemption pour facture PEPPOL (ubl)" -msgstr "" +msgstr "Vrijstellingscode voor PEPPOL-factuur (ubl)" -#: include/class/acc_ledger_sale.class.php:1835 -#: include/class/acc_ledger_purchase.class.php:2257 +#: include/class/acc_ledger_sale.class.php:1835 include/class/acc_ledger_purchase.class.php:2257 msgid "Code fournisseur" msgstr "Levernacierscode" -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:75 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:402 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:70 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:76 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:75 include/ext/import-advanced/class/import/impacc2_fec.class.php:402 include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:70 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:76 #: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:66 msgid "Code groupe" msgstr "Groepcode" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:151 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:191 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:151 include/ext/import-advanced/class/import/impacc2_csv.class.php:191 msgid "Code groupe vide" msgstr "Groepcode is niet ingevoerd/leeg" @@ -3770,10 +3239,7 @@ msgstr "Code ongeldig, wissen geweigerd" msgid "Code iso ne peut pas être vide" msgstr "ISO Code kan niet leeg zijn" -#: include/class/acc_ledger_sale.class.php:1826 -#: include/class/acc_ledger_purchase.class.php:2248 -#: include/export/export_poste_detail_csv.php:74 -#: include/export/export_fiche_detail_csv.php:67 +#: include/class/acc_ledger_sale.class.php:1826 include/class/acc_ledger_purchase.class.php:2248 include/export/export_poste_detail_csv.php:74 include/export/export_fiche_detail_csv.php:67 msgid "Code journal" msgstr "Code dagboek" @@ -3781,8 +3247,7 @@ msgstr "Code dagboek" msgid "Code malformé dans le fichier " msgstr "Misvormde code in deze fiche" -#: include/class/acc_ledger_history_sale.class.php:314 -#: include/class/acc_ledger_history_purchase.class.php:334 +#: include/class/acc_ledger_history_sale.class.php:314 include/class/acc_ledger_history_purchase.class.php:334 msgid "Code paiement" msgstr "Betalingscode" @@ -3791,11 +3256,7 @@ msgstr "Betalingscode" msgid "Code pays" msgstr "Landcode" -#: include/XMLDocument/error_message.class.php:95 -#: include/ext/sav/include/template/sas_display_detail.php:99 -#: include/ext/transform/include/template/listing_assujetti_representative.php:38 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:36 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:41 +#: include/XMLDocument/error_message.class.php:95 include/ext/sav/include/template/sas_display_detail.php:99 include/ext/transform/include/template/listing_assujetti_representative.php:38 include/ext/transform/include/template/listing_assujetti_declarant.php:36 include/ext/tva/template/xml_belgian_tax_representative-input.php:41 #: include/ext/tva/template/xml_belgian_tax_declarant-input.php:38 msgid "Code postal" msgstr "Postcode" @@ -3837,33 +3298,14 @@ msgstr "Bestelling onebekend" msgid "Commencer la mise à jour ou l'installation" msgstr "Begin de update of download" -#: include/class/acc_ledger_sale.class.php:1828 -#: include/class/print_ledger_fin.class.php:67 -#: include/class/print_ledger_misc.class.php:49 -#: include/class/acc_ledger_purchase.class.php:2250 -#: include/class/acc_ledger_fin.class.php:561 -#: include/class/acc_ledger_history_generic.class.php:710 -#: include/class/pdf_operation.class.php:97 -#: include/export/export_stock_histo_csv.php:46 -#: include/ext/modop/template_ledger_fin.php:23 -#: include/ext/rash/template/beneficiary-list_file.php:38 -#: include/ext/rash/template/beneficiary-input.php:621 -#: include/ext/transform/ajax_modify_intervat_assujetti.php:71 -#: include/ext/transform/include/template/listing_client_display.php:54 -#: include/ext/noalyss-timesheet/include/Export/pdf_user.class.php:552 -#: include/ext/noalyss-portal-client/template/invoice_search-display_result.php:24 -#: include/template/action_document_type_mtable_input.php:121 -#: include/template/form_ledger_fin.php:85 -#: include/template/follow_up-display.php:417 -#: include/template/follow_up-display.php:445 -#: include/template/follow_up-display.php:460 -#: include/template/follow_up-display.php:463 -#: include/stock_inv_histo.inc.php:76 +#: include/class/acc_ledger_sale.class.php:1828 include/class/print_ledger_fin.class.php:67 include/class/print_ledger_misc.class.php:49 include/class/acc_ledger_purchase.class.php:2250 include/class/acc_ledger_fin.class.php:561 include/class/acc_ledger_history_generic.class.php:710 include/class/pdf_operation.class.php:97 +#: include/export/export_stock_histo_csv.php:46 include/ext/modop/template_ledger_fin.php:23 include/ext/rash/template/beneficiary-list_file.php:38 include/ext/rash/template/beneficiary-input.php:621 include/ext/transform/ajax_modify_intervat_assujetti.php:71 include/ext/transform/include/template/listing_client_display.php:54 +#: include/ext/noalyss-timesheet/include/Export/pdf_user.class.php:552 include/ext/noalyss-portal-client/template/invoice_search-display_result.php:24 include/template/action_document_type_mtable_input.php:121 include/template/form_ledger_fin.php:85 include/template/follow_up-display.php:417 +#: include/template/follow_up-display.php:445 include/template/follow_up-display.php:460 include/template/follow_up-display.php:463 include/stock_inv_histo.inc.php:76 msgid "Commentaire" msgstr "Commentaar" -#: include/class/acc_ledger_sale.class.php:1837 -#: include/class/acc_ledger_purchase.class.php:2259 +#: include/class/acc_ledger_sale.class.php:1837 include/class/acc_ledger_purchase.class.php:2259 msgid "Commentaire TVA" msgstr "Opmerking BTW" @@ -3875,9 +3317,7 @@ msgstr "Lege commentaar" msgid "Commentaires " msgstr "Commentaren" -#: include/class/acc_ledger_sale.class.php:1405 -#: include/XMLDocument/xml_reader.class.php:586 -#: include/ext/noalyss_document/template/document_operation-input.php:148 +#: include/class/acc_ledger_sale.class.php:1405 include/XMLDocument/xml_reader.class.php:586 include/ext/noalyss_document/template/document_operation-input.php:148 #, fuzzy msgid "Communication" msgstr "Bevestiging" @@ -3887,13 +3327,7 @@ msgstr "Bevestiging" msgid "Complèter depuis opération" msgstr "Operatielijsten" -#: include/class/acc_ledger_sale.class.php:1058 -#: include/class/acc_ledger.class.php:761 -#: include/class/acc_ledger_purchase.class.php:1773 -#: include/class/acc_ledger_fin.class.php:572 -#: include/template/ledger_detail_misc.php:139 -#: include/template/ledger_detail_ven.php:202 -#: include/template/ledger_detail_ach.php:199 +#: include/class/acc_ledger_sale.class.php:1058 include/class/acc_ledger.class.php:761 include/class/acc_ledger_purchase.class.php:1773 include/class/acc_ledger_fin.class.php:572 include/template/ledger_detail_misc.php:139 include/template/ledger_detail_ven.php:202 include/template/ledger_detail_ach.php:199 #: include/template/ledger_detail_fin.php:153 msgid "Compt. Analytique" msgstr "Analytischer ekening" @@ -3902,11 +3336,7 @@ msgstr "Analytischer ekening" msgid "Compta Analytique" msgstr "Analytische boekhouding" -#: include/class/pdf_operation.class.php:456 -#: include/ext/rash/template/beneficiary-input.php:550 -#: include/ext/import-advanced/template/transfer-select-file.php:51 -#: include/template/security_list_action.php:67 include/database.item.php:66 -#: include/database.item.php:123 +#: include/class/pdf_operation.class.php:456 include/ext/rash/template/beneficiary-input.php:550 include/ext/import-advanced/template/transfer-select-file.php:51 include/template/security_list_action.php:67 include/database.item.php:66 include/database.item.php:123 msgid "Comptabilité" msgstr "Boekhouding" @@ -3958,10 +3388,9 @@ msgstr "Gesloten rekening" #: include/database.item.php:195 msgid "Compte de résultat SMT OHADA" -msgstr "" +msgstr "SMT OHADA Resultatenrekening" -#: include/compta_fin_saldo.inc.php:46 include/class/fiche.class.php:1418 -#: include/template/param_jrn.php:54 include/template/ledger_detail_fin.php:44 +#: include/compta_fin_saldo.inc.php:46 include/class/fiche.class.php:1418 include/template/param_jrn.php:54 include/template/ledger_detail_fin.php:44 msgid "Compte en banque" msgstr "Bankrekening" @@ -4009,37 +3438,27 @@ msgstr "Gewone rekeningen" #: include/ext/noalyss-timesheet/template/employee_schedule-display_week.php:166 msgid "Compteur pour les heures validées" -msgstr "" +msgstr "Teller voor gevalideerde uren" #: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:43 #, fuzzy msgid "Compute" msgstr "Derde rekening" -#: include/class/acc_ledger_search.class.php:882 -#: include/class/acc_ledger_search.class.php:1149 -#: include/ext/invoicing/class/acc_ledger_sale_generate.class.php:129 -#: include/template/follow_up-display.php:79 +#: include/class/acc_ledger_search.class.php:882 include/class/acc_ledger_search.class.php:1149 include/ext/invoicing/class/acc_ledger_sale_generate.class.php:129 include/template/follow_up-display.php:79 msgid "Concerne" msgstr "Wat betreft" #: include/database.item.php:293 -msgid "" -"Concerne tous les achats, factures reçues, notes de crédit reçues et notes " -"de frais" -msgstr "" -"Wat alle aankopen, ontvangen facturen, ontvangen creditnota's en " -"onkostennota's betreft" +msgid "Concerne tous les achats, factures reçues, notes de crédit reçues et notes de frais" +msgstr "Wat alle aankopen, ontvangen facturen, ontvangen creditnota's en onkostennota's betreft" #: include/database.item.php:292 -msgid "" -"Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" -msgstr "" -"Wat betreft alle financiële gegevens (bankrekeningen, contant geld, visa ...)" +msgid "Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" +msgstr "Wat betreft alle financiële gegevens (bankrekeningen, contant geld, visa ...)" #: include/database.item.php:294 -msgid "" -"Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." +msgid "Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." msgstr "Betreft alle handelingen als aflossingen, BTW-rekeningen ..." #: include/database.item.php:296 @@ -4070,8 +3489,7 @@ msgstr "Config. van het model van het document" msgid "Config. poste comptable de base" msgstr "Config. van de basis van de boekhoudkundige post" -#: html/install.php:367 -#: include/ext/noalyss-webservice/template/parameter_display.php:32 +#: html/install.php:367 include/ext/noalyss-webservice/template/parameter_display.php:32 msgid "Configuration" msgstr "Configuratie" @@ -4085,14 +3503,8 @@ msgid "Configuration de catégorie de fiches" msgstr "Configuratie van de categorie van de bestanden " #: include/database.item.php:91 -msgid "" -"Configuration de la sécurité, vous permet de donner un profil à vos " -"utilisateurs, cela leur permettra d'utiliser ce que vous souhaitez qu'ils " -"puissent utiliser" -msgstr "" -"Beveiligingsinstelling, deze laat u toe profielen van gebruikers in te " -"voeren, deze maakt ze mogelijk zaken te gebruiken die u wenst dat ze dienen " -"te gebruiken" +msgid "Configuration de la sécurité, vous permet de donner un profil à vos utilisateurs, cela leur permettra d'utiliser ce que vous souhaitez qu'ils puissent utiliser" +msgstr "Beveiligingsinstelling, deze laat u toe profielen van gebruikers in te voeren, deze maakt ze mogelijk zaken te gebruiken die u wenst dat ze dienen te gebruiken" #: include/database.item.php:139 msgid "Configuration de votre dossier" @@ -4127,33 +3539,16 @@ msgid "Configuration des menus par défaut" msgstr "Configuratie van het standaard menu" #: include/database.item.php:128 -msgid "" -"Configuration des menus par défaut, ces menus sont appelés par des actions " -"dans d'autres menus" -msgstr "" -"Configuratie van de default menu's, deze menu's worden opgeroepen door " -"acties in andere menu's" +msgid "Configuration des menus par défaut, ces menus sont appelés par des actions dans d'autres menus" +msgstr "Configuratie van de default menu's, deze menu's worden opgeroepen door acties in andere menu's" #: include/database.item.php:147 -msgid "" -"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" -msgstr "" -"Configuratie van betalingswijze(s) die u wenst te gebruiken in de dagboeken " -"type VEN of ACH, de betalingswijze laat u toe operatie van de kasstroom te " -"genereren tegelijk met de aankoop, onkostennota of de verkoop" +msgid "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" +msgstr "Configuratie van betalingswijze(s) die u wenst te gebruiken in de dagboeken type VEN of ACH, de betalingswijze laat u toe operatie van de kasstroom te genereren tegelijk met de aankoop, onkostennota of de verkoop" #: include/database.item.php:145 -msgid "" -"Configuration des profils des utilisateurs, permet de fixer les journaux, " -"profils dans les documents et stock que ce profil peut utiliser. Cela " -"limite les utilisateurs puisque ceux-ci ont un profil" -msgstr "" -"Configuratie van de gebruikersprofielen, laten u toe de dagboeken te " -"herstellen, profielen in deze documenten en voorraad dat dit profiel kan " -"gebruiken. Deze beperkt de gebruikers gezien deze reeds een profiel hebben" +msgid "Configuration des profils des utilisateurs, permet de fixer les journaux, profils dans les documents et stock que ce profil peut utiliser. Cela limite les utilisateurs puisque ceux-ci ont un profil" +msgstr "Configuratie van de gebruikersprofielen, laten u toe de dagboeken te herstellen, profielen in deze documenten en voorraad dat dit profiel kan gebruiken. Deze beperkt de gebruikers gezien deze reeds een profiel hebben" #: include/database.item.php:166 msgid "Configuration des étiquettes" @@ -4161,13 +3556,9 @@ msgstr "Configuratie van de label" #: include/database.item.php:166 #, fuzzy -msgid "" -"Configuration des étiquettes(tags) ou dossiers, on l'appele tag ou dossier " -"suivant la façon dont vous utilisez cette fonctionnalité. Vous pouvez en " -"ajouter, en supprimer ou les modifier" +msgid "Configuration des étiquettes(tags) ou dossiers, on l'appele tag ou dossier suivant la façon dont vous utilisez cette fonctionnalité. Vous pouvez en ajouter, en supprimer ou les modifier" msgstr "" -"Configuratie van etiketten(tags) of dossier, dit benoemen we tag of dossier " -"volgens de manier waarop u deze functionaliteit gebruikt. \n" +"Configuratie van etiketten(tags) of dossier, dit benoemen we tag of dossier volgens de manier waarop u deze functionaliteit gebruikt. \n" "U kunt er toevoegen, verwijderen of aanpassen." #: include/database.item.php:174 @@ -4195,10 +3586,7 @@ msgstr "Configuratie van het profiel " msgid "Configurer le report " msgstr "Configureer het rapport" -#: include/compta_ven.inc.php:79 include/compta_ach.inc.php:66 -#: include/compta_fin.inc.php:83 -#: include/ext/import-advanced/include/imd_transfer.inc.php:48 -#: include/operation_ods_confirm.inc.php:31 +#: include/compta_ven.inc.php:79 include/compta_ach.inc.php:66 include/compta_fin.inc.php:83 include/ext/import-advanced/include/imd_transfer.inc.php:48 include/operation_ods_confirm.inc.php:31 msgid "Confirmation" msgstr "Bevestiging" @@ -4207,14 +3595,11 @@ msgstr "Bevestiging" msgid "Confirme Effacement" msgstr "Wissen bevestigen" -#: include/ext/import-advanced/class/impacc2_transfer.class.php:65 -#: include/ext/import-advanced/class/impacc2_transfer.class.php:92 +#: include/ext/import-advanced/class/impacc2_transfer.class.php:65 include/ext/import-advanced/class/impacc2_transfer.class.php:92 msgid "Confirme transfert" msgstr "Bevestig Overdracht" -#: include/user_detail.inc.php:158 include/user_detail.inc.php:180 -#: include/compta_fin.inc.php:88 include/ext/importbank/ajax.php:277 -#: include/operation_ods_confirm.inc.php:44 +#: include/user_detail.inc.php:158 include/user_detail.inc.php:180 include/compta_fin.inc.php:88 include/ext/importbank/ajax.php:277 include/operation_ods_confirm.inc.php:44 msgid "Confirmer" msgstr "Bevestigen" @@ -4230,8 +3615,7 @@ msgstr "Bevestig" msgid "Confirmez vous l\\'ajout d\\'un exercice comptable ?" msgstr "Bevestigt u de toevoeging van een boekhoudkundige oefening?" -#: include/ext/noalyss-timesheet/template/employee_schedule-display_day.php:159 -#: include/ext/noalyss-timesheet/template/employee_schedule-display_day.php:165 +#: include/ext/noalyss-timesheet/template/employee_schedule-display_day.php:159 include/ext/noalyss-timesheet/template/employee_schedule-display_day.php:165 #, fuzzy msgid "Confirmé" msgstr "Bevestigen" @@ -4246,23 +3630,20 @@ msgid "Connectez-vous à NOALYSS" msgstr "Verbind-u in NOALYSS" #: include/lib/message_javascript.php:110 -msgid "" -"Conseil : quickcode de moins de 9 car. commençant pas les 2 ou 3 premiers " -"chiffres du poste comptable" -msgstr "" +msgid "Conseil : quickcode de moins de 9 car. commençant pas les 2 ou 3 premiers chiffres du poste comptable" +msgstr "Tip: snelcode van minder dan 9 tekens, beginnend met de eerste 2 of 3 cijfers van de boekhoudkundige post" #: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:201 #, php-format msgid "Conso. %s" -msgstr "" +msgstr "Verbruik %s" #: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:110 #, php-format msgid "Consommé %s" -msgstr "" +msgstr "Verbruikt %s" -#: include/template/follow_up-display.php:93 include/database.item.php:47 -#: include/category_card.inc.php:81 +#: include/template/follow_up-display.php:93 include/database.item.php:47 include/category_card.inc.php:81 msgid "Contact" msgstr "Contact" @@ -4274,14 +3655,11 @@ msgstr "Context" msgid "Continuer" msgstr "Doorgaan" -#: include/ext/importbank/include/template/show_transfer.php:165 -#: include/ext/importbank/include/template/show_transfer.php:174 +#: include/ext/importbank/include/template/show_transfer.php:165 include/ext/importbank/include/template/show_transfer.php:174 msgid "Continuer vers liste opérations" msgstr "Doorgaan naar lijst operaties" -#: include/ext/importbank/include/template/detail_item.php:42 -#: include/ext/importbank/include/template/show_list.php:88 -#: include/ext/importbank/include/template/show_list.php:123 +#: include/ext/importbank/include/template/detail_item.php:42 include/ext/importbank/include/template/show_list.php:88 include/ext/importbank/include/template/show_list.php:123 msgid "Contrepartie" msgstr "Tegenpartij" @@ -4323,10 +3701,9 @@ msgstr "Co eigendom" #: include/ext/noalyss-portal-client/class/customer_news.php:90 msgid "Corbeille" -msgstr "" +msgstr "Afval" -#: include/compta_ven.inc.php:112 include/compta_ach.inc.php:78 -#: include/compta_fin.inc.php:89 include/operation_ods_confirm.inc.php:45 +#: include/compta_ven.inc.php:112 include/compta_ach.inc.php:78 include/compta_fin.inc.php:89 include/operation_ods_confirm.inc.php:45 msgid "Corriger" msgstr "Verbeteren" @@ -4354,9 +3731,7 @@ msgstr "Aanmaken van Model 1" msgid "Creation of Modele 2" msgstr "Aanmaken van Model 2" -#: include/fiche.inc.php:647 include/ajax/ajax_display_letter.php:140 -#: include/export/export_poste_detail_pdf.php:120 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:127 +#: include/fiche.inc.php:647 include/ajax/ajax_display_letter.php:140 include/export/export_poste_detail_pdf.php:120 include/ext/tools/include/anc_grandlivre_ext.class.php:127 msgid "Credit" msgstr "Credit" @@ -4395,8 +3770,7 @@ msgstr "Aanmaken" msgid "Création Formulaire" msgstr "Vorm" -#: include/template/category_of_card.php:32 -#: include/template/fiche_def_input.php:32 +#: include/template/category_of_card.php:32 include/template/fiche_def_input.php:32 msgid "Création automatique du poste comptable" msgstr "Automatisch aanmaken van de boekhoudkundige post" @@ -4422,12 +3796,8 @@ msgid "Création de rapport" msgstr "Rapport aanmaken" #: include/database.item.php:9 -msgid "" -"Création de rapport sur mesure, comme les ratios, vous permet de créer des " -"graphiques de vos données (vente, achat...)" -msgstr "" -"Aanmaak van op maat gemaakte rapporten, zoals ratio's. Hiermee kunt u " -"grafieken van uw gegevens (verkoop, inkoop, ...) maken." +msgid "Création de rapport sur mesure, comme les ratios, vous permet de créer des graphiques de vos données (vente, achat...)" +msgstr "Aanmaak van op maat gemaakte rapporten, zoals ratio's. Hiermee kunt u grafieken van uw gegevens (verkoop, inkoop, ...) maken." #: include/database.item.php:197 msgid "Création de rapports avancés" @@ -4437,9 +3807,7 @@ msgstr "Aanmaak geavanceerd rapport" msgid "Création des postes comptables manquants" msgstr "Creatie van ontbrekende boekhoud post" -#: include/ext/tva/class/ext_tva.class.php:507 -#: include/ext/tva/class/ext_list_intra.class.php:372 -#: include/ext/tva/class/ext_list_assujetti.class.php:348 +#: include/ext/tva/class/ext_tva.class.php:507 include/ext/tva/class/ext_list_intra.class.php:372 include/ext/tva/class/ext_list_assujetti.class.php:348 msgid "Création du fichier xml" msgstr "Aanmaken van het xml-bestand" @@ -4448,12 +3816,8 @@ msgid "Création décompte pour appel de fond" msgstr "Aanmaak van de afrekening van de storting" #: include/database.item.php:146 -msgid "" -"Création et modification des journaux, préfixe des pièces justificatives, " -"numérotation, catégories de fiches accessibles à ce journal" -msgstr "" -"Aanmaken en wijzigen van dagboeken, voorvoegsel van de bewijsstukken, " -"nummering, en categorieën van fiches die toegankelijk zijn voor dit dagboek" +msgid "Création et modification des journaux, préfixe des pièces justificatives, numérotation, catégories de fiches accessibles à ce journal" +msgstr "Aanmaken en wijzigen van dagboeken, voorvoegsel van de bewijsstukken, nummering, en categorieën van fiches die toegankelijk zijn voor dit dagboek" #: include/ajax/ajax_operation_tag.php:63 include/ajax/ajax_tag_list.php:33 msgid "Création étiquette" @@ -4472,44 +3836,16 @@ msgid "Création, modification, Paramètre de listes, mailing list" msgstr "Het aanmaken, bewerken, lijst van de parameter, mailing list" # Je n'ai pas trouvé ce terme... -#: include/export/export_fiche_balance_csv.php:154 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:408 -#: include/template/anc_balance_group.php:50 +#: include/export/export_fiche_balance_csv.php:154 include/ext/import-advanced/class/import/impacc2_fec.class.php:408 include/template/anc_balance_group.php:50 msgid "Crébit" msgstr "Crébit" # Aussi possible: krediet, je ne sais pas à quoi tu réfères -#: include/fiche.inc.php:454 include/fiche.inc.php:585 -#: include/class/acc_ledger.class.php:753 -#: include/class/pdfbalance_simple.class.php:68 -#: include/class/fiche.class.php:1061 -#: include/class/anc_balance_double.class.php:95 -#: include/class/anc_balance_double.class.php:162 -#: include/class/acc_account_ledger.class.php:494 -#: include/class/acc_ledger_history_generic.class.php:805 -#: include/class/anc_grandlivre.class.php:265 -#: include/class/operation_exercice.class.php:164 -#: include/export/export_balance_csv.php:74 -#: include/export/export_poste_detail_pdf.php:266 -#: include/export/export_gl_csv.php:69 -#: include/export/export_poste_detail_csv.php:87 -#: include/export/export_gl_pdf.php:60 -#: include/export/export_fiche_detail_csv.php:77 -#: include/ext/coprop/include/appel_fond.inc.php:93 -#: include/ext/coprop/include/appel_fond.inc.php:103 -#: include/ext/coprop/include/appel_fond.inc.php:193 -#: include/ext/coprop/include/appel_fond.inc.php:203 -#: include/ext/coprop/include/coprop_appel_fond.class.php:263 -#: include/ext/coprop/include/coprop_appel_fond.class.php:273 -#: include/ext/modop/modop_display.php:163 include/balance.inc.php:347 -#: include/impress_gl_comptes.inc.php:191 -#: include/template/ledger_detail_misc.php:129 -#: include/template/ledger_detail_bottom.php:109 -#: include/template/operation_exercice-input_row.php:95 -#: include/template/letter_all.php:37 include/template/letter_prop.php:42 -#: include/template/letter_prop.php:86 include/operation_ods_new.inc.php:98 -#: include/operation_ods_new.inc.php:113 include/anc_od.inc.php:156 -#: include/verif_bilan.inc.php:72 +#: include/fiche.inc.php:454 include/fiche.inc.php:585 include/class/acc_ledger.class.php:753 include/class/pdfbalance_simple.class.php:68 include/class/fiche.class.php:1061 include/class/anc_balance_double.class.php:95 include/class/anc_balance_double.class.php:162 include/class/acc_account_ledger.class.php:494 +#: include/class/acc_ledger_history_generic.class.php:805 include/class/anc_grandlivre.class.php:265 include/class/operation_exercice.class.php:164 include/export/export_balance_csv.php:74 include/export/export_poste_detail_pdf.php:266 include/export/export_gl_csv.php:69 include/export/export_poste_detail_csv.php:87 +#: include/export/export_gl_pdf.php:60 include/export/export_fiche_detail_csv.php:77 include/ext/coprop/include/appel_fond.inc.php:93 include/ext/coprop/include/appel_fond.inc.php:103 include/ext/coprop/include/appel_fond.inc.php:193 include/ext/coprop/include/appel_fond.inc.php:203 +#: include/ext/coprop/include/coprop_appel_fond.class.php:263 include/ext/coprop/include/coprop_appel_fond.class.php:273 include/ext/modop/modop_display.php:163 include/balance.inc.php:347 include/impress_gl_comptes.inc.php:191 include/template/ledger_detail_misc.php:129 include/template/ledger_detail_bottom.php:109 +#: include/template/operation_exercice-input_row.php:95 include/template/letter_all.php:37 include/template/letter_prop.php:42 include/template/letter_prop.php:86 include/operation_ods_new.inc.php:98 include/operation_ods_new.inc.php:113 include/anc_od.inc.php:156 include/verif_bilan.inc.php:72 msgid "Crédit" msgstr "Creditzijde" @@ -4545,19 +3881,8 @@ msgstr "Maak fiche aan" msgid "Créer une note publique" msgstr "Maak publieke nota aan" -#: include/fiche.inc.php:129 include/fiche.inc.php:275 -#: include/class/pre_op_ach.class.php:188 -#: include/class/pre_op_ach.class.php:195 include/class/follow_up.class.php:329 -#: include/class/pre_op_ven.class.php:173 -#: include/class/pre_op_ven.class.php:180 -#: include/class/acc_ledger.class.php:2960 -#: include/class/pre_op_advanced.class.php:175 include/bank.inc.php:85 -#: include/adm.inc.php:118 -#: include/ext/coprop/include/copro_budget.class.php:134 -#: include/ext/coprop/include/lot.inc.php:34 -#: include/ext/modop/modop_display.php:180 include/supplier.inc.php:87 -#: include/contact.inc.php:127 include/customer.inc.php:96 -#: include/manager.inc.php:94 include/category_card.inc.php:167 +#: include/fiche.inc.php:129 include/fiche.inc.php:275 include/class/pre_op_ach.class.php:188 include/class/pre_op_ach.class.php:195 include/class/follow_up.class.php:329 include/class/pre_op_ven.class.php:173 include/class/pre_op_ven.class.php:180 include/class/acc_ledger.class.php:2960 include/class/pre_op_advanced.class.php:175 +#: include/bank.inc.php:85 include/adm.inc.php:118 include/ext/coprop/include/copro_budget.class.php:134 include/ext/coprop/include/lot.inc.php:34 include/ext/modop/modop_display.php:180 include/supplier.inc.php:87 include/contact.inc.php:127 include/customer.inc.php:96 include/manager.inc.php:94 include/category_card.inc.php:167 msgid "Créer une nouvelle fiche" msgstr "Een nieuwe fiche aanmaken" @@ -4575,8 +3900,7 @@ msgid "Côté" msgstr "kant" # D = ? -#: include/export/export_poste_detail_pdf.php:198 -#: include/ext/invoicing/class/acc_ledger_sale_generate.class.php:122 +#: include/export/export_poste_detail_pdf.php:198 include/ext/invoicing/class/acc_ledger_sale_generate.class.php:122 msgid "D" msgstr "D" @@ -4593,14 +3917,8 @@ msgstr "D of C [%s]" msgid "D'après date" msgstr "Volgens datum" -#: include/fiche.inc.php:456 include/class/pdfbalance_simple.class.php:70 -#: include/class/anc_listing.class.php:83 -#: include/class/pdf_operation.class.php:314 -#: include/ajax/ajax_anc_detail_operation.php:57 -#: include/export/export_poste_detail_csv.php:211 -#: include/export/export_fiche_balance_csv.php:156 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:76 -#: include/ext/import-advanced/template/operation_result.php:90 +#: include/fiche.inc.php:456 include/class/pdfbalance_simple.class.php:70 include/class/anc_listing.class.php:83 include/class/pdf_operation.class.php:314 include/ajax/ajax_anc_detail_operation.php:57 include/export/export_poste_detail_csv.php:211 include/export/export_fiche_balance_csv.php:156 +#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:76 include/ext/import-advanced/template/operation_result.php:90 msgid "D/C" msgstr "D / C" @@ -4610,8 +3928,7 @@ msgid "DC" msgstr "DC" # J'ai trouvé un programme qui s'appelle comme ça, mais est- ce que c'est bien ce que tu veux dire? -#: include/template/stock_summary_table.php:89 -#: include/template/stock_summary_table.php:123 +#: include/template/stock_summary_table.php:89 include/template/stock_summary_table.php:123 msgid "DIFF" msgstr "DIFF" @@ -4626,21 +3943,13 @@ msgstr "DNA" #: include/class/acc_ledger.class.php:1916 #, php-format -msgid "" -"Dans COMPANY, vous n'avez pas paramétré correctement le compte de crédit %s " -"pour les erreurs de conversion" -msgstr "" -"In COMPANY, hebt u geen correcte parameter rekening van credit %s voor de " -"fouten van conversie" +msgid "Dans COMPANY, vous n'avez pas paramétré correctement le compte de crédit %s pour les erreurs de conversion" +msgstr "In COMPANY, hebt u geen correcte parameter rekening van credit %s voor de fouten van conversie" #: include/class/acc_ledger.class.php:1907 #, php-format -msgid "" -"Dans COMPANY, vous n'avez pas paramétré correctement le compte de débit %s " -"pour les erreurs de conversion" -msgstr "" -"In COMPANY, hebt u geen correcte parameter rekening van debet %s voor de " -"fouten van conversie" +msgid "Dans COMPANY, vous n'avez pas paramétré correctement le compte de débit %s pour les erreurs de conversion" +msgstr "In COMPANY, hebt u geen correcte parameter rekening van debet %s voor de fouten van conversie" # Kan ook storting zijn (storting van geld) #: include/class/acc_ledger.class.php:3360 @@ -4655,28 +3964,10 @@ msgstr "In het dagboek" msgid "Dans paramètre donner le DSN pour register" msgstr "In de parameters geven le DSN om te registreren" -#: include/database.item.php:156 include/database.item.php:157 -#: include/database.item.php:158 include/database.item.php:159 -#: include/database.item.php:160 include/database.item.php:161 -#: include/database.item.php:164 include/database.item.php:165 -#: include/database.item.php:167 include/database.item.php:168 -#: include/database.item.php:169 include/database.item.php:170 -#: include/database.item.php:171 include/database.item.php:172 -#: include/database.item.php:173 include/database.item.php:174 -#: include/database.item.php:175 include/database.item.php:176 -#: include/database.item.php:177 include/database.item.php:178 -#: include/database.item.php:180 include/database.item.php:181 -#: include/database.item.php:182 include/database.item.php:183 -#: include/database.item.php:184 include/database.item.php:186 -#: include/database.item.php:187 include/database.item.php:188 -#: include/database.item.php:189 include/database.item.php:190 -#: include/database.item.php:191 include/database.item.php:192 -#: include/database.item.php:193 include/database.item.php:194 -#: include/database.item.php:195 include/database.item.php:196 -#: include/database.item.php:197 include/database.item.php:199 -#: include/database.item.php:200 include/database.item.php:201 -#: include/database.item.php:202 include/database.item.php:203 -#: include/database.item.php:204 include/database.item.php:205 +#: include/database.item.php:156 include/database.item.php:157 include/database.item.php:158 include/database.item.php:159 include/database.item.php:160 include/database.item.php:161 include/database.item.php:164 include/database.item.php:165 include/database.item.php:167 include/database.item.php:168 include/database.item.php:169 +#: include/database.item.php:170 include/database.item.php:171 include/database.item.php:172 include/database.item.php:173 include/database.item.php:174 include/database.item.php:175 include/database.item.php:176 include/database.item.php:177 include/database.item.php:178 include/database.item.php:180 include/database.item.php:181 +#: include/database.item.php:182 include/database.item.php:183 include/database.item.php:184 include/database.item.php:186 include/database.item.php:187 include/database.item.php:188 include/database.item.php:189 include/database.item.php:190 include/database.item.php:191 include/database.item.php:192 include/database.item.php:193 +#: include/database.item.php:194 include/database.item.php:195 include/database.item.php:196 include/database.item.php:197 include/database.item.php:199 include/database.item.php:200 include/database.item.php:201 include/database.item.php:202 include/database.item.php:203 include/database.item.php:204 include/database.item.php:205 #: include/database.item.php:206 msgid "Dany De Bontridder" msgstr "Dany De Bontridder" @@ -4685,109 +3976,24 @@ msgstr "Dany De Bontridder" msgid "Database:get_row retourne trop de lignes" msgstr "Database:get_row geeft teveel lijnen terug" -#: include/fiche.inc.php:578 include/class/currency_mtable.class.php:60 -#: include/class/acc_ledger_history_sale.class.php:285 -#: include/class/follow_up.class.php:1688 -#: include/class/anc_operation.class.php:332 -#: include/class/anc_group_operation.class.php:103 -#: include/class/acc_reconciliation.class.php:575 -#: include/class/acc_ledger_search.class.php:812 -#: include/class/acc_ledger_search.class.php:1143 -#: include/class/acc_ledger_sale.class.php:1006 -#: include/class/acc_ledger_sale.class.php:1819 -#: include/class/acc_operation.class.php:933 -#: include/class/acc_ledger_history_purchase.class.php:301 -#: include/class/print_ledger_fin.class.php:64 -#: include/class/acc_ledger.class.php:730 -#: include/class/acc_ledger.class.php:978 -#: include/class/print_ledger_misc.class.php:45 -#: include/class/fiche.class.php:959 include/class/fiche.class.php:1051 -#: include/class/anc_listing.class.php:75 -#: include/class/card_attribut_mtable.class.php:55 -#: include/class/acc_ledger_purchase.class.php:1717 -#: include/class/acc_ledger_purchase.class.php:2241 -#: include/class/acc_ledger_fin.class.php:559 -#: include/class/acc_ledger_fin.class.php:808 -#: include/class/print_ledger_simple.class.php:123 -#: include/class/contact_option_ref_mtable.class.php:48 -#: include/class/acc_account_ledger.class.php:484 -#: include/class/print_ledger_detail_item.class.php:56 -#: include/class/acc_ledger_history_generic.class.php:706 -#: include/class/acc_ledger_history_generic.class.php:800 -#: include/class/balance_age.class.php:151 -#: include/class/print_operation_currency.class.php:112 -#: include/class/print_operation_currency.class.php:171 -#: include/class/pdf_operation.class.php:82 -#: include/class/anc_grandlivre.class.php:256 -#: include/class/operation_exercice.class.php:58 include/audit_log.php:38 -#: include/ajax/ajax_display_letter.php:67 -#: include/export/export_printtva_pdf.php:43 -#: include/export/export_ledger_csv.php:216 -#: include/export/export_poste_detail_pdf.php:108 -#: include/export/export_gl_csv.php:69 -#: include/export/export_poste_detail_csv.php:71 -#: include/export/export_poste_detail_csv.php:207 -#: include/export/export_gl_pdf.php:60 -#: include/export/export_fiche_detail_csv.php:64 -#: include/export/export_stock_histo_csv.php:38 -#: include/export/export_histo_csv.php:39 -#: include/export/export_fiche_balance_csv.php:149 -#: include/ext/noalyss_document/class/document_load.php:155 -#: include/ext/modop/template_ledger_fin.php:7 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:119 -#: include/ext/rash/template/pedagocical_followup-input.php:80 -#: include/ext/rash/template/beneficiary-list_file.php:36 -#: include/ext/rash/template/financial_followup-input.php:57 -#: include/ext/importbank/bank_constant.php:56 -#: include/ext/importbank/include/template/detail_item.php:34 -#: include/ext/importbank/include/template/show_import.php:21 -#: include/ext/importbank/include/template/show_list.php:118 -#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:67 -#: include/ext/ohada/include/data/data_unpaid_supplier.class.php:61 -#: include/ext/ohada/include/data/data_unpaid_customer.class.php:58 -#: include/ext/ohada/include/data/data_unpaid_due_customer.class.php:64 -#: include/ext/ohada/include/data/data_financial.class.php:49 -#: include/ext/ohada/include/data/data_amortization.class.php:24 -#: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:98 -#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:108 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:73 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:400 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:68 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:74 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:64 -#: include/ext/import-advanced/template/select-acc-file.php:45 -#: include/ext/import-advanced/template/operation_result.php:57 -#: include/ext/import-advanced/template/select-anc-file.php:40 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:74 -#: include/ext/noalyss-portal-client/template/invoice_search-display_result.php:15 -#: include/template/ledger_detail_misc.php:41 -#: include/template/form_ledger_detail.php:32 -#: include/template/todo_list_display.php:44 -#: include/template/acc_ledger_history_purchase_extended.php:32 -#: include/template/action_display_short.php:87 -#: include/template/form_ledger_fin.php:46 -#: include/template/form_ledger_fin.php:82 -#: include/template/acc_ledger_history_sale_detail.php:36 -#: include/template/ledger_detail_ven.php:46 -#: include/template/currency_mtable_input_new.php:56 -#: include/template/follow_up-display.php:171 -#: include/template/acc_ledger_history_purchase_oneline.php:38 -#: include/template/letter_all.php:22 -#: include/template/acc_ledger_history_sale_oneline.php:34 -#: include/template/acc_ledger_history_financial_oneline.php:33 -#: include/template/acc_ledger_history_purchase_detail.php:34 -#: include/template/stock_inv.php:37 -#: include/template/action_search_result.php:45 -#: include/template/status_operation_event-display_operation.php:33 -#: include/template/currency_mtable_input.php:62 -#: include/template/currency_mtable_input.php:98 -#: include/template/acc_ledger_history_sale_extended.php:34 -#: include/template/ledger_detail_ach.php:40 -#: include/template/letter_prop.php:27 include/template/letter_prop.php:71 -#: include/template/ledger_detail_fin.php:34 -#: include/template/impress_reconciliation.php:14 -#: include/widget/todo_list/todo_list-display_new_note.php:36 -#: include/stock_inv_histo.inc.php:73 include/balance_card_ageing.inc.php:54 +#: include/fiche.inc.php:578 include/class/currency_mtable.class.php:60 include/class/acc_ledger_history_sale.class.php:285 include/class/follow_up.class.php:1688 include/class/anc_operation.class.php:332 include/class/anc_group_operation.class.php:103 include/class/acc_reconciliation.class.php:575 +#: include/class/acc_ledger_search.class.php:812 include/class/acc_ledger_search.class.php:1143 include/class/acc_ledger_sale.class.php:1006 include/class/acc_ledger_sale.class.php:1819 include/class/acc_operation.class.php:933 include/class/acc_ledger_history_purchase.class.php:301 include/class/print_ledger_fin.class.php:64 +#: include/class/acc_ledger.class.php:730 include/class/acc_ledger.class.php:978 include/class/print_ledger_misc.class.php:45 include/class/fiche.class.php:959 include/class/fiche.class.php:1051 include/class/anc_listing.class.php:75 include/class/card_attribut_mtable.class.php:55 include/class/acc_ledger_purchase.class.php:1717 +#: include/class/acc_ledger_purchase.class.php:2241 include/class/acc_ledger_fin.class.php:559 include/class/acc_ledger_fin.class.php:808 include/class/print_ledger_simple.class.php:123 include/class/contact_option_ref_mtable.class.php:48 include/class/acc_account_ledger.class.php:484 +#: include/class/print_ledger_detail_item.class.php:56 include/class/acc_ledger_history_generic.class.php:706 include/class/acc_ledger_history_generic.class.php:800 include/class/balance_age.class.php:151 include/class/print_operation_currency.class.php:112 include/class/print_operation_currency.class.php:171 +#: include/class/pdf_operation.class.php:82 include/class/anc_grandlivre.class.php:256 include/class/operation_exercice.class.php:58 include/audit_log.php:38 include/ajax/ajax_display_letter.php:67 include/export/export_printtva_pdf.php:43 include/export/export_ledger_csv.php:216 include/export/export_poste_detail_pdf.php:108 +#: include/export/export_gl_csv.php:69 include/export/export_poste_detail_csv.php:71 include/export/export_poste_detail_csv.php:207 include/export/export_gl_pdf.php:60 include/export/export_fiche_detail_csv.php:64 include/export/export_stock_histo_csv.php:38 include/export/export_histo_csv.php:39 +#: include/export/export_fiche_balance_csv.php:149 include/ext/noalyss_document/class/document_load.php:155 include/ext/modop/template_ledger_fin.php:7 include/ext/tools/include/anc_grandlivre_ext.class.php:119 include/ext/rash/template/pedagocical_followup-input.php:80 include/ext/rash/template/beneficiary-list_file.php:36 +#: include/ext/rash/template/financial_followup-input.php:57 include/ext/importbank/bank_constant.php:56 include/ext/importbank/include/template/detail_item.php:34 include/ext/importbank/include/template/show_import.php:21 include/ext/importbank/include/template/show_list.php:118 +#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:67 include/ext/ohada/include/data/data_unpaid_supplier.class.php:61 include/ext/ohada/include/data/data_unpaid_customer.class.php:58 include/ext/ohada/include/data/data_unpaid_due_customer.class.php:64 include/ext/ohada/include/data/data_financial.class.php:49 +#: include/ext/ohada/include/data/data_amortization.class.php:24 include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:98 include/ext/invoicing/include/invoice_send_mail_input.inc.php:108 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:73 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:400 include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:68 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:74 include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:64 +#: include/ext/import-advanced/template/select-acc-file.php:45 include/ext/import-advanced/template/operation_result.php:57 include/ext/import-advanced/template/select-anc-file.php:40 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:74 include/ext/noalyss-portal-client/template/invoice_search-display_result.php:15 +#: include/template/ledger_detail_misc.php:41 include/template/form_ledger_detail.php:32 include/template/todo_list_display.php:44 include/template/acc_ledger_history_purchase_extended.php:32 include/template/action_display_short.php:87 include/template/form_ledger_fin.php:46 include/template/form_ledger_fin.php:82 +#: include/template/acc_ledger_history_sale_detail.php:36 include/template/ledger_detail_ven.php:46 include/template/currency_mtable_input_new.php:56 include/template/follow_up-display.php:171 include/template/acc_ledger_history_purchase_oneline.php:38 include/template/letter_all.php:22 +#: include/template/acc_ledger_history_sale_oneline.php:34 include/template/acc_ledger_history_financial_oneline.php:33 include/template/acc_ledger_history_purchase_detail.php:34 include/template/stock_inv.php:37 include/template/action_search_result.php:45 include/template/status_operation_event-display_operation.php:33 +#: include/template/currency_mtable_input.php:62 include/template/currency_mtable_input.php:98 include/template/acc_ledger_history_sale_extended.php:34 include/template/ledger_detail_ach.php:40 include/template/letter_prop.php:27 include/template/letter_prop.php:71 include/template/ledger_detail_fin.php:34 +#: include/template/impress_reconciliation.php:14 include/widget/todo_list/todo_list-display_new_note.php:36 include/stock_inv_histo.inc.php:73 include/balance_card_ageing.inc.php:54 #, php-format msgid "Date" msgstr "Datum" @@ -4804,7 +4010,7 @@ msgstr "Datum %s tot %s" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:89 msgid "Date (yyyy.mm.dd)" -msgstr "" +msgstr "Datum (jjjj.mm.dd)" #: include/ext/tools/raw.php:75 msgid "Date DMY" @@ -4814,18 +4020,11 @@ msgstr "Datum DMY" msgid "Date Doc." msgstr "Datum Doc." -#: include/class/periode.class.php:550 -#: include/class/periode_ledger_table.class.php:98 -#: include/ajax/ajax_display_letter.php:118 -#: include/ext/sav/include/template/sas_display_detail.php:141 +#: include/class/periode.class.php:550 include/class/periode_ledger_table.class.php:98 include/ajax/ajax_display_letter.php:118 include/ext/sav/include/template/sas_display_detail.php:141 msgid "Date Début" msgstr "Begindatum" -#: include/class/periode.class.php:551 -#: include/class/periode_ledger_table.class.php:99 -#: include/ajax/ajax_display_letter.php:133 -#: include/ext/sav/include/template/sas_display_detail.php:142 -#: include/database.item.php:230 +#: include/class/periode.class.php:551 include/class/periode_ledger_table.class.php:99 include/ajax/ajax_display_letter.php:133 include/ext/sav/include/template/sas_display_detail.php:142 include/database.item.php:230 msgid "Date Fin" msgstr "Einddatum" @@ -4843,9 +4042,7 @@ msgstr "Aanmaakdatum" msgid "Date Sortie" msgstr "Import datum" -#: include/ext/amortis/include/amortissement_table_pdf.class.php:44 -#: include/ext/amortis/include/template/amortiz_utility-display_compute_time.php:26 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:37 +#: include/ext/amortis/include/amortissement_table_pdf.class.php:44 include/ext/amortis/include/template/amortiz_utility-display_compute_time.php:26 include/ext/amortis/include/amortissement_material_pdf.class.php:37 msgid "Date achat" msgstr "Aankoop datum" @@ -4857,8 +4054,7 @@ msgstr "Aankoopdatum" msgid "Date brouillon" msgstr "Datum concept/kladversie" -#: include/ext/amortis/raw.php:134 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:43 +#: include/ext/amortis/raw.php:134 include/ext/amortis/include/amortissement_material_pdf.class.php:43 msgid "Date cession" msgstr "Datum schenking" @@ -4879,8 +4075,7 @@ msgstr "Datum van de verrichting" msgid "Date d'échéance" msgstr "Vervaldatum" -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:67 -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:71 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:67 include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:71 msgid "Date de calcul incorrect" msgstr "Datum van de berekening is fout" @@ -4906,8 +4101,7 @@ msgstr "Begindatum" msgid "Date de paiement" msgstr "Datum van de betaling" -#: include/class/acc_ledger_sale.class.php:305 -#: include/class/acc_ledger_purchase.class.php:348 +#: include/class/acc_ledger_sale.class.php:305 include/class/acc_ledger_purchase.class.php:348 msgid "Date de paiement invalide" msgstr "Datum van de betaling ongeldig" @@ -4927,11 +4121,7 @@ msgstr "Datum van de laatste commentaar" msgid "Date doit être après la dernière valeur" msgstr "Datum " -#: include/lettering.account.inc.php:81 -#: include/ext/tools/include/export_operation.inc.php:32 -#: include/ext/noalyss-portal-client/template/invoice_search-input.php:15 -#: include/lettering.gestion.inc.php:48 include/database.item.php:229 -#: include/lettering.card.inc.php:77 +#: include/lettering.account.inc.php:81 include/ext/tools/include/export_operation.inc.php:32 include/ext/noalyss-portal-client/template/invoice_search-input.php:15 include/lettering.gestion.inc.php:48 include/database.item.php:229 include/lettering.card.inc.php:77 msgid "Date début" msgstr "Begindatum" @@ -4944,11 +4134,7 @@ msgstr "Begindatum afschrijvingen" msgid "Date début est obligatoire" msgstr "Het onderwerp is verplicht" -#: include/class/acc_ledger_sale.class.php:165 -#: include/class/acc_ledger.class.php:1287 -#: include/class/acc_ledger_purchase.class.php:172 -#: include/class/acc_ledger_fin.class.php:104 -#: include/class/acc_ledger_fin.class.php:193 +#: include/class/acc_ledger_sale.class.php:165 include/class/acc_ledger.class.php:1287 include/class/acc_ledger_purchase.class.php:172 include/class/acc_ledger_fin.class.php:104 include/class/acc_ledger_fin.class.php:193 msgid "Date et periode ne correspondent pas" msgstr "Datum en periode komen niet overeen" @@ -4957,10 +4143,7 @@ msgstr "Datum en periode komen niet overeen" msgid "Date facture %s" msgstr "Factuur toevoegen" -#: include/lettering.account.inc.php:85 -#: include/ext/tools/include/export_operation.inc.php:33 -#: include/ext/noalyss-portal-client/template/invoice_search-input.php:18 -#: include/lettering.gestion.inc.php:54 include/lettering.card.inc.php:83 +#: include/lettering.account.inc.php:85 include/ext/tools/include/export_operation.inc.php:33 include/ext/noalyss-portal-client/template/invoice_search-input.php:18 include/lettering.gestion.inc.php:54 include/lettering.card.inc.php:83 msgid "Date fin" msgstr "Einddatum" @@ -4972,14 +4155,11 @@ msgstr "Datum buiten bereik" msgid "Date import" msgstr "Import datum" -#: include/class/currency_mtable.class.php:171 -#: include/ext/rapport_avance/include/declaration.inc.php:224 -#: include/ext/rapport_avance/include/declaration.inc.php:230 +#: include/class/currency_mtable.class.php:171 include/ext/rapport_avance/include/declaration.inc.php:224 include/ext/rapport_avance/include/declaration.inc.php:230 msgid "Date incorrecte" msgstr "Datum niet correct" -#: include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:79 -#: include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:93 +#: include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:79 include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:93 #, php-format msgid "Date incorrecte [%s]" msgstr "Datum niet correct [%s]" @@ -4988,26 +4168,10 @@ msgstr "Datum niet correct [%s]" msgid "Date incorrecte, il faut au moins une valeur" msgstr "Datum niet correct, er moet minstens één waarde zijn" -#: include/class/follow_up.class.php:1924 -#: include/class/follow_up.class.php:1926 -#: include/class/anc_acc_list.class.php:352 -#: include/class/acc_bilan.class.php:830 -#: include/class/acc_ledger_sale.class.php:153 -#: include/class/acc_ledger.class.php:268 -#: include/class/acc_ledger.class.php:1267 -#: include/class/acc_ledger_purchase.class.php:157 -#: include/class/acc_currency.class.php:151 -#: include/class/anc_table.class.php:255 include/ajax/ajax_gestion.php:65 -#: include/ext/rapport_avance/include/declaration.inc.php:134 -#: include/ext/tools/raw.php:42 -#: include/ext/rash/class/PedagogicalFollowUp.php:147 -#: include/ext/rash/class/FinancialFollowUp.php:109 -#: include/ext/importbank/include/template/show_transfer.php:113 -#: include/ext/sav/include/service_after_sale.class.php:181 -#: include/ext/sav/include/service_after_sale.class.php:193 -#: include/ext/sav/include/service_after_sale.class.php:205 -#: include/ext/ohada/index.php:67 include/ext/ohada/boot.php:74 -#: include/anc_od.inc.php:163 include/lib/ac_common.php:766 +#: include/class/follow_up.class.php:1924 include/class/follow_up.class.php:1926 include/class/anc_acc_list.class.php:352 include/class/acc_bilan.class.php:830 include/class/acc_ledger_sale.class.php:153 include/class/acc_ledger.class.php:268 include/class/acc_ledger.class.php:1267 include/class/acc_ledger_purchase.class.php:157 +#: include/class/acc_currency.class.php:151 include/class/anc_table.class.php:255 include/ajax/ajax_gestion.php:65 include/ext/rapport_avance/include/declaration.inc.php:134 include/ext/tools/raw.php:42 include/ext/rash/class/PedagogicalFollowUp.php:147 include/ext/rash/class/FinancialFollowUp.php:109 +#: include/ext/importbank/include/template/show_transfer.php:113 include/ext/sav/include/service_after_sale.class.php:181 include/ext/sav/include/service_after_sale.class.php:193 include/ext/sav/include/service_after_sale.class.php:205 include/ext/ohada/index.php:67 include/ext/ohada/boot.php:74 include/anc_od.inc.php:163 +#: include/lib/ac_common.php:766 msgid "Date invalide" msgstr "Ongeldig datum" @@ -5015,8 +4179,7 @@ msgstr "Ongeldig datum" msgid "Date invalide !" msgstr "Ongeldig datum !" -#: include/compta_ven.inc.php:320 include/compta_ods.inc.php:123 -#: include/compta_ach.inc.php:178 +#: include/compta_ven.inc.php:320 include/compta_ods.inc.php:123 include/compta_ach.inc.php:178 msgid "Date invalide, opération non extournée" msgstr "Datum ongeldig, Handeling is niet gevonden" @@ -5026,21 +4189,18 @@ msgstr "Uiterste datum" #: include/ext/noalyss-timesheet/include/Employee/employee_carriedover_hour.class.php:88 msgid "Date limite pour récupérer" -msgstr "" +msgstr "Deadline voor ophalen" -#: include/ajax/ajax_display_letter.php:111 -#: include/ajax/ajax_display_letter.php:127 +#: include/ajax/ajax_display_letter.php:111 include/ajax/ajax_display_letter.php:127 msgid "Date malformée" msgstr "Datum misvormd" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:180 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:212 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:180 include/ext/import-advanced/class/import/impacc2_csv.class.php:212 #, php-format msgid "Date malformée [%s]" msgstr "Datum misvormd [%s]" -#: include/lettering.account.inc.php:75 include/lettering.gestion.inc.php:94 -#: include/lettering.card.inc.php:70 +#: include/lettering.account.inc.php:75 include/lettering.gestion.inc.php:94 include/lettering.card.inc.php:70 msgid "Date malformée, désolé" msgstr "Datum misvormd, sorry" @@ -5048,30 +4208,17 @@ msgstr "Datum misvormd, sorry" msgid "Date malformée, désolée" msgstr "Datum misvormd, sorry" -#: include/template/operation_exercice-list_draft.php:52 -#: include/template/balance_aged_result.php:44 +#: include/template/operation_exercice-list_draft.php:52 include/template/balance_aged_result.php:44 msgid "Date opération" msgstr "Datum operatie" -#: include/class/acc_ledger_history_sale.class.php:313 -#: include/class/acc_ledger_sale.class.php:1820 -#: include/class/acc_ledger_history_purchase.class.php:333 -#: include/class/acc_ledger_purchase.class.php:2242 -#: include/export/export_ledger_csv.php:134 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:86 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:88 -#: include/ext/import-advanced/template/operation_result.php:106 -#: include/template/acc_ledger_history_purchase_extended.php:35 -#: include/template/ledger_detail_ven.php:59 -#: include/template/acc_ledger_history_purchase_oneline.php:41 -#: include/template/acc_ledger_history_sale_oneline.php:37 -#: include/template/acc_ledger_history_sale_extended.php:37 -#: include/template/ledger_detail_ach.php:53 +#: include/class/acc_ledger_history_sale.class.php:313 include/class/acc_ledger_sale.class.php:1820 include/class/acc_ledger_history_purchase.class.php:333 include/class/acc_ledger_purchase.class.php:2242 include/export/export_ledger_csv.php:134 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:86 +#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:88 include/ext/import-advanced/template/operation_result.php:106 include/template/acc_ledger_history_purchase_extended.php:35 include/template/ledger_detail_ven.php:59 include/template/acc_ledger_history_purchase_oneline.php:41 +#: include/template/acc_ledger_history_sale_oneline.php:37 include/template/acc_ledger_history_sale_extended.php:37 include/template/ledger_detail_ach.php:53 msgid "Date paiement" msgstr "Datum van de betaling" -#: include/class/follow_up.class.php:1689 -#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:116 +#: include/class/follow_up.class.php:1689 include/ext/invoicing/include/invoice_send_mail_input.inc.php:116 msgid "Date rappel" msgstr "Datum herinnering" @@ -5079,8 +4226,7 @@ msgstr "Datum herinnering" msgid "Date réception" msgstr "Datum receptie" -#: include/ext/import-advanced/template/select-acc-file.php:42 -#: include/template/operation_exercice-list_draft.php:62 +#: include/ext/import-advanced/template/select-acc-file.php:42 include/template/operation_exercice-list_draft.php:62 msgid "Date transfert" msgstr "Datum overdracht" @@ -5088,9 +4234,7 @@ msgstr "Datum overdracht" msgid "Date téléchargement" msgstr "Datum van installatie" -#: include/class/acc_ledger_sale.class.php:1821 -#: include/class/acc_ledger_purchase.class.php:2243 -#: include/ext/ohada/include/data/data_unpaid_customer.class.php:62 +#: include/class/acc_ledger_sale.class.php:1821 include/class/acc_ledger_purchase.class.php:2243 include/ext/ohada/include/data/data_unpaid_customer.class.php:62 msgid "Date échéance" msgstr "Vervaldatum" @@ -5099,14 +4243,11 @@ msgstr "Vervaldatum" msgid "Date échéance %s" msgstr "Vervaldatum" -#: include/class/acc_ledger_sale.class.php:322 -#: include/class/acc_ledger_purchase.class.php:364 +#: include/class/acc_ledger_sale.class.php:322 include/class/acc_ledger_purchase.class.php:364 msgid "Date échéance invalide" msgstr "Vervaldatum ongeldig" -#: include/fiche.inc.php:643 include/ajax/ajax_display_letter.php:139 -#: include/export/export_poste_detail_pdf.php:118 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:126 +#: include/fiche.inc.php:643 include/ajax/ajax_display_letter.php:139 include/export/export_poste_detail_pdf.php:118 include/ext/tools/include/anc_grandlivre_ext.class.php:126 msgid "Debit" msgstr "Debet" @@ -5116,14 +4257,13 @@ msgstr "Debet / Credit" #: include/ext/rash/template/schedule_watch-display_month.php:66 msgid "Dec." -msgstr "" +msgstr "Dec." #: html/user_login.php:156 msgid "Deconnexion" msgstr "Afmelden" -#: include/template/profile_menu_display_submenu.php:65 -#: include/template/profile_menu_display_module.php:80 +#: include/template/profile_menu_display_submenu.php:65 include/template/profile_menu_display_module.php:80 msgid "Default" msgstr "Default" @@ -5135,19 +4275,12 @@ msgstr "Ongeldige waarden" msgid "Delta" msgstr "Delta" -#: include/export/export_stock_resume_list.php:36 -#: include/export/export_stock_histo_csv.php:41 +#: include/export/export_stock_resume_list.php:36 include/export/export_stock_histo_csv.php:41 msgid "Depot" msgstr "Deposito" -#: include/class/acc_bilan.class.php:69 include/class/acc_bilan.class.php:95 -#: include/class/anc_print.class.php:138 -#: include/ext/bilan_interne/acc_bilaninterne.class.php:302 -#: include/ext/noalyss-export/template/export_param.php:59 -#: include/ext/noalyss-export/template/export_param.php:108 -#: include/balance.inc.php:73 include/impress_gl_comptes.inc.php:56 -#: include/template/impress_cat_card.php:14 include/impress_jrn.inc.php:130 -#: include/print_currency01.inc.php:107 include/impress_poste.inc.php:79 +#: include/class/acc_bilan.class.php:69 include/class/acc_bilan.class.php:95 include/class/anc_print.class.php:138 include/ext/bilan_interne/acc_bilaninterne.class.php:302 include/ext/noalyss-export/template/export_param.php:59 include/ext/noalyss-export/template/export_param.php:108 include/balance.inc.php:73 +#: include/impress_gl_comptes.inc.php:56 include/template/impress_cat_card.php:14 include/impress_jrn.inc.php:130 include/print_currency01.inc.php:107 include/impress_poste.inc.php:79 msgid "Depuis" msgstr "Vanaf" @@ -5177,8 +4310,7 @@ msgstr "Laatste comm." msgid "Dernier numéro utilisé pour ce type de document" msgstr "Het laatste nummer gebruikt voor dit type document" -#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:115 -#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:142 +#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:115 include/ext/noalyss_document/ajax/ajax_validate_operation.php:142 #, fuzzy msgid "Dernière opération du journal " msgstr "Laatste handelingen" @@ -5203,82 +4335,23 @@ msgstr "Laatste handelingen" msgid "Des actions dépendent de cette catégorie" msgstr "De acties die afhangen van deze categorie" -#: include/compta_fin_saldo.inc.php:48 -#: include/class/noalyss_user.class.php:1313 -#: include/class/tva_rate_mtable.class.php:54 -#: include/class/anc_account_table.class.php:48 -#: include/class/acc_ledger_search.class.php:828 -#: include/class/acc_ledger_search.class.php:1146 -#: include/class/acc_ledger_search.class.php:1291 -#: include/class/invoice_pdf.class.php:238 -#: include/class/operation_predef_mtable.class.php:51 -#: include/class/fiche.class.php:960 include/class/fiche.class.php:1056 -#: include/class/anc_listing.class.php:79 include/class/anc_plan.class.php:135 -#: include/class/anc_plan.class.php:151 -#: include/class/print_ledger_simple.class.php:131 -#: include/class/acc_account_ledger.class.php:489 -#: include/class/anc_table.class.php:434 include/cfgplugin.inc.php:81 -#: include/ajax/ajax_plugin_detail.php:43 include/ajax/ajax_admin.php:237 -#: include/ajax/ajax_boxcard_search.php:64 include/modele.inc.php:264 -#: include/modele.inc.php:378 include/XMLDocument/xml_reader.class.php:473 -#: include/upgrade-template.php:49 include/export/export_anc_axis_csv.php:44 -#: include/export/export_form_csv.php:64 -#: include/export/export_poste_detail_csv.php:80 -#: include/export/export_poste_detail_csv.php:209 -#: include/export/export_fiche_detail_csv.php:70 -#: include/export/export_histo_csv.php:45 -#: include/ext/rapport_avance/ajax/ajax_form_modify.php:56 -#: include/ext/rapport_avance/include/declaration.inc.php:189 -#: include/ext/rapport_avance/include/template/rapav_repository-display_form.php:34 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:104 -#: include/ext/sav/include/template/workhour_display_list.php:33 -#: include/ext/sav/include/template/spare_part_display_list.php:36 -#: include/ext/amortis/raw.php:54 include/ext/amortis/raw.php:123 -#: include/ext/amortis/include/amortissement_table_pdf.class.php:43 -#: include/ext/profile_mgt/template/profile_mgt-display_profile.php:49 -#: include/ext/copy_parameter/template/Tva-display.php:33 -#: include/ext/copy_parameter/template/Analytic-display.php:27 -#: include/ext/copy_parameter/template/Analytic-display.php:31 -#: include/ext/copy_parameter/template/Analytic-display.php:34 -#: include/ext/noalyss-timesheet/template/project_mtable-input.php:50 -#: include/ext/noalyss-timesheet/include/Admin/Project_MTable.php:53 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:77 -#: include/ext/tva/template/tva_parameter-display.php:166 -#: include/anc_group.inc.php:59 include/template/ajax-search_vatex.php:56 -#: include/template/follow_up_detail_display.php:51 -#: include/template/tag_select.php:25 -#: include/template/operation_exercice-list_draft.php:55 -#: include/template/acc_ledger_history_purchase_extended.php:47 -#: include/template/action_display_short.php:115 -#: include/template/acc_ledger_history_sale_detail.php:40 -#: include/template/ledger_detail_ven.php:164 include/template/profile.php:37 -#: include/template/tag_search_select.php:26 -#: include/template/follow_up-display.php:349 -#: include/template/follow_up-display.php:363 -#: include/template/follow_up-display.php:371 -#: include/template/follow_up-display.php:380 -#: include/template/acc_ledger_history_purchase_oneline.php:53 -#: include/template/letter_all.php:31 include/template/menu_detail.php:41 -#: include/template/acc_ledger_history_sale_oneline.php:49 -#: include/template/acc_ledger_history_purchase_detail.php:38 -#: include/template/category_of_card.php:28 -#: include/template/status_operation_event-display_operation.php:36 -#: include/template/tag_detail.php:26 include/template/tag_list.php:16 -#: include/template/acc_ledger_history_sale_extended.php:49 -#: include/template/ledger_detail_ach.php:155 -#: include/template/letter_prop.php:36 include/template/letter_prop.php:80 -#: include/template/param_jrn.php:145 include/template/fiche_def_input.php:19 -#: include/template/card_multiple_result.php:20 include/database.item.php:211 -#: include/dossier.inc.php:235 include/dossier.inc.php:349 -#: include/widget/todo_list/todo_list-display_new_note.php:38 -#: include/profile.inc.php:373 include/upgrade-plugin.php:63 -#: include/menu.inc.php:109 +#: include/compta_fin_saldo.inc.php:48 include/class/noalyss_user.class.php:1313 include/class/tva_rate_mtable.class.php:54 include/class/anc_account_table.class.php:48 include/class/acc_ledger_search.class.php:828 include/class/acc_ledger_search.class.php:1146 include/class/acc_ledger_search.class.php:1291 +#: include/class/invoice_pdf.class.php:238 include/class/operation_predef_mtable.class.php:51 include/class/fiche.class.php:960 include/class/fiche.class.php:1056 include/class/anc_listing.class.php:79 include/class/anc_plan.class.php:135 include/class/anc_plan.class.php:151 include/class/print_ledger_simple.class.php:131 +#: include/class/acc_account_ledger.class.php:489 include/class/anc_table.class.php:434 include/cfgplugin.inc.php:81 include/ajax/ajax_plugin_detail.php:43 include/ajax/ajax_admin.php:237 include/ajax/ajax_boxcard_search.php:64 include/modele.inc.php:264 include/modele.inc.php:378 include/XMLDocument/xml_reader.class.php:473 +#: include/upgrade-template.php:49 include/export/export_anc_axis_csv.php:44 include/export/export_form_csv.php:64 include/export/export_poste_detail_csv.php:80 include/export/export_poste_detail_csv.php:209 include/export/export_fiche_detail_csv.php:70 include/export/export_histo_csv.php:45 +#: include/ext/rapport_avance/ajax/ajax_form_modify.php:56 include/ext/rapport_avance/include/declaration.inc.php:189 include/ext/rapport_avance/include/template/rapav_repository-display_form.php:34 include/ext/rapport_avance/include/template/formulaire_listing.php:104 include/ext/sav/include/template/workhour_display_list.php:33 +#: include/ext/sav/include/template/spare_part_display_list.php:36 include/ext/amortis/raw.php:54 include/ext/amortis/raw.php:123 include/ext/amortis/include/amortissement_table_pdf.class.php:43 include/ext/profile_mgt/template/profile_mgt-display_profile.php:49 include/ext/copy_parameter/template/Tva-display.php:33 +#: include/ext/copy_parameter/template/Analytic-display.php:27 include/ext/copy_parameter/template/Analytic-display.php:31 include/ext/copy_parameter/template/Analytic-display.php:34 include/ext/noalyss-timesheet/template/project_mtable-input.php:50 include/ext/noalyss-timesheet/include/Admin/Project_MTable.php:53 +#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:77 include/ext/tva/template/tva_parameter-display.php:166 include/anc_group.inc.php:59 include/template/ajax-search_vatex.php:56 include/template/follow_up_detail_display.php:51 include/template/tag_select.php:25 include/template/operation_exercice-list_draft.php:55 +#: include/template/acc_ledger_history_purchase_extended.php:47 include/template/action_display_short.php:115 include/template/acc_ledger_history_sale_detail.php:40 include/template/ledger_detail_ven.php:164 include/template/profile.php:37 include/template/tag_search_select.php:26 include/template/follow_up-display.php:349 +#: include/template/follow_up-display.php:363 include/template/follow_up-display.php:371 include/template/follow_up-display.php:380 include/template/acc_ledger_history_purchase_oneline.php:53 include/template/letter_all.php:31 include/template/menu_detail.php:41 include/template/acc_ledger_history_sale_oneline.php:49 +#: include/template/acc_ledger_history_purchase_detail.php:38 include/template/category_of_card.php:28 include/template/status_operation_event-display_operation.php:36 include/template/tag_detail.php:26 include/template/tag_list.php:16 include/template/acc_ledger_history_sale_extended.php:49 +#: include/template/ledger_detail_ach.php:155 include/template/letter_prop.php:36 include/template/letter_prop.php:80 include/template/param_jrn.php:145 include/template/fiche_def_input.php:19 include/template/card_multiple_result.php:20 include/database.item.php:211 include/dossier.inc.php:235 include/dossier.inc.php:349 +#: include/widget/todo_list/todo_list-display_new_note.php:38 include/profile.inc.php:373 include/upgrade-plugin.php:63 include/menu.inc.php:109 msgid "Description" msgstr "Beschrijving" -#: include/class/pre_operation.class.php:70 -#: include/ajax/ajax_mod_predf_op.php:55 -#: include/template/pre_operation_display.php:34 +#: include/class/pre_operation.class.php:70 include/ajax/ajax_mod_predf_op.php:55 include/template/pre_operation_display.php:34 msgid "Description (max 50 car.)" msgstr "Beschrijving (max 50 tekens)" @@ -5315,9 +4388,7 @@ msgstr "Bestemming" msgid "" "Desole la creation de ce dossier a echoue,\n" " la cause la plus probable est deux fois le même nom de dossier" -msgstr "" -"Sorry het maken van dit dossier is mislukt, waarschijnlijk komt de naam van " -"het dossier tweemaal voor" +msgstr "Sorry het maken van dit dossier is mislukt, waarschijnlijk komt de naam van het dossier tweemaal voor" #: include/class/follow_up.class.php:718 msgid "Dest/Exp" @@ -5327,10 +4398,7 @@ msgstr "Dest/Exp" msgid "Dest/Orig" msgstr "Dest/Orig" -#: include/class/follow_up.class.php:1690 -#: include/template/action_display_short.php:98 -#: include/template/action_search_result.php:54 -#: include/template/action_show.php:38 include/template/action_search.php:47 +#: include/class/follow_up.class.php:1690 include/template/action_display_short.php:98 include/template/action_search_result.php:54 include/template/action_show.php:38 include/template/action_search.php:47 msgid "Destinataire" msgstr "Ontvanger" @@ -5338,8 +4406,7 @@ msgstr "Ontvanger" msgid "Destinataire invalide" msgstr "Ongeldige ontvanger" -#: include/ext/rash/raw.php:128 -#: include/ext/rash/template/beneficiary-input.php:454 +#: include/ext/rash/raw.php:128 include/ext/rash/template/beneficiary-input.php:454 msgid "Destination" msgstr "Bestemming" @@ -5352,8 +4419,7 @@ msgstr "Verschuldigde achterstand SMT" msgid "Dettes impayées" msgstr "Onbetaalde schulden SMT" -#: include/ext/ohada/index.php:80 -#: include/ext/ohada/include/unpaid_supplier.class.php:54 +#: include/ext/ohada/index.php:80 include/ext/ohada/include/unpaid_supplier.class.php:54 msgid "Dettes impayées SMT" msgstr "Onbetaalde schulden SMT" @@ -5366,49 +4432,26 @@ msgstr "Onbetaalde schulden SMT" msgid "Dettes échues SMT" msgstr "Schulden over datum SMT" -#: include/class/fiche.class.php:1059 -#: include/class/acc_account_ledger.class.php:492 +#: include/class/fiche.class.php:1059 include/class/acc_account_ledger.class.php:492 msgid "Dev." msgstr "Dev." -#: include/fiche.inc.php:583 include/compta_fin_saldo.inc.php:49 -#: include/class/acc_ledger_history_sale.class.php:308 -#: include/class/acc_ledger_sale.class.php:1851 -#: include/class/acc_operation.class.php:939 -#: include/class/acc_ledger_history_purchase.class.php:328 -#: include/class/print_ledger_fin.class.php:68 -#: include/class/acc_ledger.class.php:1060 -#: include/class/print_ledger_misc.class.php:50 -#: include/class/acc_ledger_purchase.class.php:2276 -#: include/class/acc_ledger_history_generic.class.php:711 -#: include/class/print_operation_currency.class.php:122 -#: include/class/print_operation_currency.class.php:181 -#: include/class/pdf_operation.class.php:106 -#: include/export/export_poste_detail_csv.php:83 -#: include/export/export_fiche_detail_csv.php:73 -#: include/template/ledger_detail_misc.php:131 -#: include/template/form_ledger_detail.php:87 -#: include/template/form_ledger_fin.php:55 -#: include/template/acc_ledger_history_purchase_oneline.php:74 -#: include/template/acc_ledger_history_sale_oneline.php:67 -#: include/template/acc_ledger_history_financial_oneline.php:41 -#: include/template/ledger_search.php:127 include/template/param_jrn.php:211 -#: include/database.item.php:117 include/print_currency01.inc.php:113 +#: include/fiche.inc.php:583 include/compta_fin_saldo.inc.php:49 include/class/acc_ledger_history_sale.class.php:308 include/class/acc_ledger_sale.class.php:1851 include/class/acc_operation.class.php:939 include/class/acc_ledger_history_purchase.class.php:328 include/class/print_ledger_fin.class.php:68 +#: include/class/acc_ledger.class.php:1060 include/class/print_ledger_misc.class.php:50 include/class/acc_ledger_purchase.class.php:2276 include/class/acc_ledger_history_generic.class.php:711 include/class/print_operation_currency.class.php:122 include/class/print_operation_currency.class.php:181 +#: include/class/pdf_operation.class.php:106 include/export/export_poste_detail_csv.php:83 include/export/export_fiche_detail_csv.php:73 include/template/ledger_detail_misc.php:131 include/template/form_ledger_detail.php:87 include/template/form_ledger_fin.php:55 include/template/acc_ledger_history_purchase_oneline.php:74 +#: include/template/acc_ledger_history_sale_oneline.php:67 include/template/acc_ledger_history_financial_oneline.php:41 include/template/ledger_search.php:127 include/template/param_jrn.php:211 include/database.item.php:117 include/print_currency01.inc.php:113 msgid "Devise" msgstr "Valuta" -#: include/class/acc_ledger_history_sale.class.php:309 -#: include/class/acc_ledger_history_purchase.class.php:329 +#: include/class/acc_ledger_history_sale.class.php:309 include/class/acc_ledger_history_purchase.class.php:329 msgid "Devise HTVA" msgstr "Prijs exclusief BTW" -#: include/class/acc_ledger_history_sale.class.php:310 -#: include/class/acc_ledger_history_purchase.class.php:330 +#: include/class/acc_ledger_history_sale.class.php:310 include/class/acc_ledger_history_purchase.class.php:330 msgid "Devise TVA" msgstr "Prijs BTW" -#: include/template/acc_ledger_history_purchase_extended.php:50 -#: include/template/acc_ledger_history_sale_extended.php:52 +#: include/template/acc_ledger_history_purchase_extended.php:50 include/template/acc_ledger_history_sale_extended.php:52 msgid "Devise TVAC" msgstr "Prijs inclusief BTW" @@ -5425,8 +4468,7 @@ msgstr "Onbekende valuta [%s]" msgid "Devise inconnue" msgstr "Onbekende valuta" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:242 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:357 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:242 include/ext/import-advanced/class/import/impacc2_csv.class.php:357 #, php-format msgid "Devise inconnue [%s]" msgstr "Onbekende valuta [%s]" @@ -5453,19 +4495,14 @@ msgstr "Laat Diff." #: include/ext/tva/class/ext_tva.class.php:715 msgid "Diff. Crédit - Débit" -msgstr "" +msgstr "Verschil tussen credit en debet" #: include/template/anticipation-display.php:183 msgid "Diff. cumul." msgstr "Diff. cumulatie." -#: include/class/acc_ledger_fin.class.php:666 -#: include/class/acc_ledger_fin.class.php:695 -#: include/ext/coprop/include/appel_fond.inc.php:95 -#: include/ext/coprop/include/appel_fond.inc.php:195 -#: include/ext/coprop/include/coprop_appel_fond.class.php:265 -#: include/ext/modop/modop_display.php:164 -#: include/operation_ods_new.inc.php:101 include/anc_od.inc.php:157 +#: include/class/acc_ledger_fin.class.php:666 include/class/acc_ledger_fin.class.php:695 include/ext/coprop/include/appel_fond.inc.php:95 include/ext/coprop/include/appel_fond.inc.php:195 include/ext/coprop/include/coprop_appel_fond.class.php:265 include/ext/modop/modop_display.php:164 include/operation_ods_new.inc.php:101 +#: include/anc_od.inc.php:157 msgid "Difference" msgstr "Verschil" @@ -5474,9 +4511,7 @@ msgstr "Verschil" msgid "Difference Produit - Charge" msgstr "Productverschil - Last" -#: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:70 -#: include/template/anticipation-display.php:153 -#: include/template/anticipation-display.php:231 include/verif_bilan.inc.php:72 +#: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:70 include/template/anticipation-display.php:153 include/template/anticipation-display.php:231 include/verif_bilan.inc.php:72 msgid "Différence" msgstr "Verschil" @@ -5490,21 +4525,14 @@ msgstr "Verschil in wissel" #: include/ext/amortis/include/template/material_detail.php:200 #, php-format -msgid "" -"Différence entre le montant à amortir %s et le montant amorti %s = %s" -msgstr "" -"Verschil tussen het bedrag dat moet worden afgeschreven %s en het " -"afgeschreven bedrag %s = %s" +msgid "Différence entre le montant à amortir %s et le montant amorti %s = %s" +msgstr "Verschil tussen het bedrag dat moet worden afgeschreven %s en het afgeschreven bedrag %s = %s" #: include/compta_fin_rec.inc.php:374 msgid "Différence relevé" msgstr "Verschil extract" -#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 -#: include/ajax/ajax_preference.php:185 -#: include/ext/rash/class/Schedule_Watch.php:41 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:77 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:85 +#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 include/ajax/ajax_preference.php:185 include/ext/rash/class/Schedule_Watch.php:41 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:77 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:85 #: include/ext/noalyss-timesheet/timesheet.class.php:127 msgid "Dimanche" msgstr "Zondag" @@ -5522,8 +4550,7 @@ msgstr "Beschikbaar" msgid "Disponible dans les journaux " msgstr "Beschikbaar in de dagboeken" -#: include/ext/tva/template/tva_parameter-display.php:160 -#: include/database.item.php:67 include/database.item.php:258 +#: include/ext/tva/template/tva_parameter-display.php:160 include/database.item.php:67 include/database.item.php:258 msgid "Divers" msgstr "Divers" @@ -5531,16 +4558,8 @@ msgstr "Divers" msgid "Doc. n°" msgstr "Doc. n°" -#: include/compta_ven.inc.php:282 include/class/document.class.php:174 -#: include/class/document.class.php:261 -#: include/class/acc_ledger_search.class.php:883 include/compta_ach.inc.php:148 -#: include/ext/noalyss_document/index.php:79 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:123 -#: include/ext/rash/template/beneficiary-input.php:46 -#: include/ext/rash/template/beneficiary-input.php:616 -#: include/template/ledger_detail_bottom.php:45 -#: include/template/acc_ledger-input_extra_info.php:67 -#: include/database.item.php:90 include/database.item.php:122 +#: include/compta_ven.inc.php:282 include/class/document.class.php:174 include/class/document.class.php:261 include/class/acc_ledger_search.class.php:883 include/compta_ach.inc.php:148 include/ext/noalyss_document/index.php:79 include/ext/tools/include/anc_grandlivre_ext.class.php:123 +#: include/ext/rash/template/beneficiary-input.php:46 include/ext/rash/template/beneficiary-input.php:616 include/template/ledger_detail_bottom.php:45 include/template/acc_ledger-input_extra_info.php:67 include/database.item.php:90 include/database.item.php:122 msgid "Document" msgstr "Document" @@ -5587,8 +4606,7 @@ msgstr "Document id" msgid "Document vide" msgstr "Document id" -#: include/ext/invoicing/include/invoicing.inc.php:156 -#: include/template/follow_up-display.php:616 +#: include/ext/invoicing/include/invoicing.inc.php:156 include/template/follow_up-display.php:616 msgid "Document à générer" msgstr "Documenteer je Maken" @@ -5634,43 +4652,32 @@ msgid "Donnez un nombre entre 0 & 100" msgstr "Geef een nummer van 0 & 100" #: include/lib/message_javascript.php:57 -msgid "" -"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é" -msgstr "" +msgid "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é" +msgstr "Voer een deel van de omschrijving, datum, bedrag of transactienummer in om te filteren; dit wist niet wat al geselecteerd is." #: include/lib/message_javascript.php:55 msgid "Donnez une partie du nom du dossier ou de la description pour filtrer" -msgstr "" +msgstr "Geef een deel van de mapnaam of -beschrijving op om te filteren" #: include/lib/message_javascript.php:54 -msgid "" -"Donnez une partie du nom du dossier,du nom, du prénom ou du login pour " -"filtrer" -msgstr "" +msgid "Donnez une partie du nom du dossier,du nom, du prénom ou du login pour filtrer" +msgstr "Geef een deel van de mapnaam, naam, voornaam of login op om te filteren" #: include/lib/message_javascript.php:51 -msgid "" -"Donnez une partie du nom, de la description, du n° de TVA du poste " -"comptable ou du quick code" -msgstr "" +msgid "Donnez une partie du nom, de la description, du n° de TVA du poste comptable ou du quick code" +msgstr "Geef een deel van de naam, omschrijving, btw-nummer van de boekhoudkundige functie of snelcode op" #: include/lib/message_javascript.php:50 -msgid "" -"Donnez une partie du nom, prénom, de la description, du poste comptable, du " -"n° de TVA,quick code ... " -msgstr "" +msgid "Donnez une partie du nom, prénom, de la description, du poste comptable, du n° de TVA,quick code ... " +msgstr "Geef een deel van de naam, achternaam, omschrijving, boekhoudkundige functie, btw-nummer en snelcode op..." #: include/template/module.php:31 -msgid "" -"Donnez une partie du nom, prénom, de la description, du poste comptable, du " -"n° de TVA,quick code ... de la fiche" -msgstr "" +msgid "Donnez une partie du nom, prénom, de la description, du poste comptable, du n° de TVA,quick code ... de la fiche" +msgstr "Geef een deel van de naam, achternaam, omschrijving, boekhoudkundige functie, btw-nummer, snelcode ... uit het dossier op" #: include/lib/message_javascript.php:56 msgid "Donnez une partie du poste comptable ou du libellé pour filtrer" -msgstr "" -"Geef een deel van de boekhoudkundige post of van de label voor te filteren" +msgstr "Geef een deel van de boekhoudkundige post of van de label voor te filteren" #: include/lib/message_javascript.php:58 msgid "Donnez une partie du quickcode, nom, description... pour filtrer" @@ -5680,11 +4687,7 @@ msgstr "Geen een deel van de quickcode, naam, beschrijving… om te filteren" msgid "Donnée" msgstr "Gegeven" -#: include/class/acc_ledger_history.class.php:82 include/modele.inc.php:428 -#: include/compta_fin_rec.inc.php:178 include/compta_fin_rec.inc.php:185 -#: include/ext/importbank/class/import_bank.class.php:481 -#: include/ext/importbank/class/import_bank.class.php:501 -#: include/ext/importbank/index.php:199 +#: include/class/acc_ledger_history.class.php:82 include/modele.inc.php:428 include/compta_fin_rec.inc.php:178 include/compta_fin_rec.inc.php:185 include/ext/importbank/class/import_bank.class.php:481 include/ext/importbank/class/import_bank.class.php:501 include/ext/importbank/index.php:199 msgid "Donnée invalide" msgstr "Geven ongeldig" @@ -5709,15 +4712,13 @@ msgstr "Ongeldige Gegevens" msgid "Données invalides " msgstr "Ongeldige Gegevens" -#: include/class/tax_summary.class.php:149 -#: include/class/tax_summary.class.php:177 -#: include/ext/import-advanced/class/import/impacc2_csv_misc_operation.class.php:63 +#: include/class/tax_summary.class.php:149 include/class/tax_summary.class.php:177 include/ext/import-advanced/class/import/impacc2_csv_misc_operation.class.php:63 msgid "Données manquantes" msgstr "Onbrekende gegevens" #: include/ext/noalyss-timesheet/template/employee-menu.php:103 msgid "Données modifiées et non sauvées" -msgstr "" +msgstr "Gegevens gewijzigd en niet opgeslagen" #: include/lib/ac_common.php:964 msgid "Données non disponibles" @@ -5768,10 +4769,7 @@ msgstr "Dossiers gevonden" msgid "Dot" msgstr "Dot" -#: include/class/acc_ledger_sale.class.php:141 -#: include/class/acc_ledger.class.php:1262 -#: include/class/acc_ledger_purchase.class.php:148 -#: include/class/acc_ledger_fin.class.php:63 +#: include/class/acc_ledger_sale.class.php:141 include/class/acc_ledger.class.php:1262 include/class/acc_ledger_purchase.class.php:148 include/class/acc_ledger_fin.class.php:63 msgid "Double Encodage" msgstr "Dubbel gecodeerd" @@ -5779,12 +4777,7 @@ msgstr "Dubbel gecodeerd" msgid "Double authentification" msgstr "Dubbele authentificatie" -#: include/cfgfiche.inc.php:105 -#: include/class/card_attribut_mtable.class.php:183 -#: include/class/mobile_device_mtable.class.php:138 -#: include/ext/importbank/ajax.php:198 -#: include/ext/importbank/include/template/show_list.php:125 -#: include/profile.inc.php:348 +#: include/cfgfiche.inc.php:105 include/class/card_attribut_mtable.class.php:183 include/class/mobile_device_mtable.class.php:138 include/ext/importbank/ajax.php:198 include/ext/importbank/include/template/show_list.php:125 include/profile.inc.php:348 msgid "Doublon" msgstr "Dublicaten" @@ -5805,14 +4798,11 @@ msgstr "Dublicaat: Document reeds upgeload" msgid "Doublon: opérations déjà transférées" msgstr "Duplicaat: Operatie al overgeschreven" -#: include/ext/import_account/include/impacc_tva.class.php:70 -#: include/ext/import_account/include/impacc_tva.class.php:82 -#: include/ext/import-advanced/include/imd_parameter.inc.php:64 +#: include/ext/import_account/include/impacc_tva.class.php:70 include/ext/import_account/include/impacc_tva.class.php:82 include/ext/import-advanced/include/imd_parameter.inc.php:64 msgid "Duplicate" msgstr "Duplicaat" -#: include/class/acc_operation.class.php:1019 -#: include/template/ledger_detail_bottom.php:380 +#: include/class/acc_operation.class.php:1019 include/template/ledger_detail_bottom.php:380 msgid "Dupliquer" msgstr "Dubbelen" @@ -5824,41 +4814,12 @@ msgstr "Dupliceren van de operatie" msgid "Durée Amortissement" msgstr "Afschrijvingstermijn" -#: include/fiche.inc.php:453 include/fiche.inc.php:584 -#: include/class/anc_group_operation.class.php:130 -#: include/class/acc_ledger.class.php:752 -#: include/class/pdfbalance_simple.class.php:67 -#: include/class/fiche.class.php:1060 -#: include/class/anc_balance_double.class.php:94 -#: include/class/anc_balance_double.class.php:162 -#: include/class/acc_account_ledger.class.php:493 -#: include/class/pre_op_advanced.class.php:200 -#: include/class/acc_ledger_history_generic.class.php:804 -#: include/class/anc_grandlivre.class.php:264 -#: include/class/operation_exercice.class.php:164 -#: include/export/export_balance_csv.php:74 -#: include/export/export_poste_detail_pdf.php:263 -#: include/export/export_gl_csv.php:69 -#: include/export/export_poste_detail_csv.php:86 -#: include/export/export_gl_pdf.php:60 -#: include/export/export_fiche_detail_csv.php:76 -#: include/export/export_fiche_balance_csv.php:153 -#: include/ext/coprop/include/appel_fond.inc.php:91 -#: include/ext/coprop/include/appel_fond.inc.php:101 -#: include/ext/coprop/include/appel_fond.inc.php:191 -#: include/ext/coprop/include/appel_fond.inc.php:201 -#: include/ext/coprop/include/coprop_appel_fond.class.php:261 -#: include/ext/coprop/include/coprop_appel_fond.class.php:271 -#: include/ext/modop/modop_display.php:162 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:407 -#: include/balance.inc.php:346 include/impress_gl_comptes.inc.php:192 -#: include/template/ledger_detail_misc.php:128 -#: include/template/ledger_detail_bottom.php:108 -#: include/template/operation_exercice-input_row.php:95 -#: include/template/letter_all.php:34 include/template/anc_balance_group.php:49 -#: include/template/letter_prop.php:39 include/template/letter_prop.php:83 -#: include/operation_ods_new.inc.php:95 include/operation_ods_new.inc.php:109 -#: include/anc_od.inc.php:155 include/verif_bilan.inc.php:72 +#: include/fiche.inc.php:453 include/fiche.inc.php:584 include/class/anc_group_operation.class.php:130 include/class/acc_ledger.class.php:752 include/class/pdfbalance_simple.class.php:67 include/class/fiche.class.php:1060 include/class/anc_balance_double.class.php:94 include/class/anc_balance_double.class.php:162 +#: include/class/acc_account_ledger.class.php:493 include/class/pre_op_advanced.class.php:200 include/class/acc_ledger_history_generic.class.php:804 include/class/anc_grandlivre.class.php:264 include/class/operation_exercice.class.php:164 include/export/export_balance_csv.php:74 include/export/export_poste_detail_pdf.php:263 +#: include/export/export_gl_csv.php:69 include/export/export_poste_detail_csv.php:86 include/export/export_gl_pdf.php:60 include/export/export_fiche_detail_csv.php:76 include/export/export_fiche_balance_csv.php:153 include/ext/coprop/include/appel_fond.inc.php:91 include/ext/coprop/include/appel_fond.inc.php:101 +#: include/ext/coprop/include/appel_fond.inc.php:191 include/ext/coprop/include/appel_fond.inc.php:201 include/ext/coprop/include/coprop_appel_fond.class.php:261 include/ext/coprop/include/coprop_appel_fond.class.php:271 include/ext/modop/modop_display.php:162 include/ext/import-advanced/class/import/impacc2_fec.class.php:407 +#: include/balance.inc.php:346 include/impress_gl_comptes.inc.php:192 include/template/ledger_detail_misc.php:128 include/template/ledger_detail_bottom.php:108 include/template/operation_exercice-input_row.php:95 include/template/letter_all.php:34 include/template/anc_balance_group.php:49 include/template/letter_prop.php:39 +#: include/template/letter_prop.php:83 include/operation_ods_new.inc.php:95 include/operation_ods_new.inc.php:109 include/anc_od.inc.php:155 include/verif_bilan.inc.php:72 msgid "Débit" msgstr "debiet" @@ -5871,8 +4832,7 @@ msgstr "debiet %s" msgid "Débit N-1" msgstr "debiet N-1" -#: include/class/fiche.class.php:962 -#: include/class/operation_exercice.class.php:87 +#: include/class/fiche.class.php:962 include/class/operation_exercice.class.php:87 msgid "Débit/Crédit" msgstr "Debet/Credit" @@ -5880,9 +4840,7 @@ msgstr "Debet/Credit" msgid "Débiteur" msgstr "schuldenaar" -#: include/ext/noalyss-timesheet/include/Admin/DayOff_MTable.php:48 -#: include/template/anticipation-input_title.php:69 -#: include/template/forecast-new.php:67 +#: include/ext/noalyss-timesheet/include/Admin/DayOff_MTable.php:48 include/template/anticipation-input_title.php:69 include/template/forecast-new.php:67 msgid "Début" msgstr "Begin" @@ -5903,14 +4861,11 @@ msgstr "Detail boekhoudkundige post" msgid "Décembre" msgstr "December" -#: include/ext/import-advanced/template/upload_operation_csv.php:71 -#: include/ext/import-advanced/template/upload_operation_anc.php:53 +#: include/ext/import-advanced/template/upload_operation_csv.php:71 include/ext/import-advanced/template/upload_operation_anc.php:53 msgid "Décimale" msgstr "Decimaal" -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:283 -#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:64 -#: include/ext/tva/class/ext_tvagen.class.php:211 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:283 include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:64 include/ext/tva/class/ext_tvagen.class.php:211 msgid "Déclarant" msgstr "Aangever" @@ -5919,8 +4874,7 @@ msgstr "Aangever" msgid "Déclaration PDF" msgstr "BTW-aangifte" -#: include/ext/tva/class/tva_pdf_writer.class.php:43 -#: include/ext/tva/index.php:43 +#: include/ext/tva/class/tva_pdf_writer.class.php:43 include/ext/tva/index.php:43 msgid "Déclaration TVA" msgstr "BTW-aangifte" @@ -5933,16 +4887,12 @@ msgstr "BTW-aangifte %s %s %s" msgid "Déclaration Trimestriel ou annuel de TVA" msgstr "Driemaandelijkse of jaarlijkse BTW-aangifte" -#: include/ext/tva/class/ext_tva.class.php:507 -#: include/ext/tva/class/ext_list_intra.class.php:372 -#: include/ext/tva/class/ext_list_assujetti.class.php:348 +#: include/ext/tva/class/ext_tva.class.php:507 include/ext/tva/class/ext_list_intra.class.php:372 include/ext/tva/class/ext_list_assujetti.class.php:348 #, fuzzy msgid "Déclaration XML" msgstr "BTW-aangifte" -#: include/ext/tva/include/list_intra.inc.php:58 -#: include/ext/tva/include/list_assujetti.inc.php:61 -#: include/ext/tva/include/decl_tva.inc.php:64 +#: include/ext/tva/include/list_intra.inc.php:58 include/ext/tva/include/list_assujetti.inc.php:61 include/ext/tva/include/decl_tva.inc.php:64 msgid "Déclaration sauvée" msgstr "Opgeslagen aangifte" @@ -5968,27 +4918,24 @@ msgstr "Afmelden" msgid "Déduction" msgstr "Selectie" -#: include/class/acc_ledger_sale.class.php:1341 -#: include/class/acc_ledger_purchase.class.php:2095 +#: include/class/acc_ledger_sale.class.php:1341 include/class/acc_ledger_purchase.class.php:2095 msgid "Déduction acompte " msgstr "Borg aftrek" -#: include/ext/rapport_avance/include/formulaire_definition_show.inc.php:31 -#: include/report.inc.php:62 +#: include/ext/rapport_avance/include/formulaire_definition_show.inc.php:31 include/report.inc.php:62 msgid "Définition" msgstr "Definitie" #: include/database.item.php:172 msgid "Définition de formulaire qu'on pourrait recevoir" -msgstr "" +msgstr "Definitie van een formulier dat men zou kunnen ontvangen" #: include/ext/noalyss_document/class/document_operation.php:699 #, fuzzy msgid "Déja transféré ?" msgstr "Geletterde operaties" -#: include/ext/noalyss_document/class/document_operation.php:368 -#: include/ext/noalyss_document/ajax/ajax_operation.php:60 +#: include/ext/noalyss_document/class/document_operation.php:368 include/ext/noalyss_document/ajax/ajax_operation.php:60 #, fuzzy msgid "Déjà transféré" msgstr "Overgedragen" @@ -6003,10 +4950,7 @@ msgstr "Scheidingsteken" msgid "Délégation" msgstr "Vorming" -#: include/class/acc_ledger_sale.class.php:1039 -#: include/class/acc_ledger_purchase.class.php:1752 -#: include/template/form_ledger_detail.php:110 -#: include/template/predf_ledger_detail.php:17 +#: include/class/acc_ledger_sale.class.php:1039 include/class/acc_ledger_purchase.class.php:1752 include/template/form_ledger_detail.php:110 include/template/predf_ledger_detail.php:17 msgid "Dénomination" msgstr "Beschrijving" @@ -6034,22 +4978,17 @@ msgstr "Verplaatsen naar een ander dagboek" msgid "Déplacer la sélection vers" msgstr "Selectie verplaatsen naar" -#: include/ext/noalyss_document/template/document_operation-input.php:251 -#: include/ext/noalyss_xmlpayment/template/list_operation-display_list.php:79 +#: include/ext/noalyss_document/template/document_operation-input.php:251 include/ext/noalyss_xmlpayment/template/list_operation-display_list.php:79 #, fuzzy msgid "Déposé" msgstr "Storting" -#: 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:79 +#: 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:79 msgid "Dépot" msgstr "Storting" # Kan ook storting zijn (storting van geld) -#: include/template/stock_histo_search.php:51 -#: include/template/acc_ledger-input_extra_info.php:71 -#: include/database.item.php:131 +#: include/template/stock_histo_search.php:51 include/template/acc_ledger-input_extra_info.php:71 include/database.item.php:131 msgid "Dépôt" msgstr "Deposito" @@ -6082,8 +5021,7 @@ msgstr "Beschrijving" msgid "Désolé" msgstr "Sorry" -#: include/upgrade-core.php:40 include/upgrade-template.php:37 -#: include/upgrade-plugin.php:42 +#: include/upgrade-core.php:40 include/upgrade-template.php:37 include/upgrade-plugin.php:42 #, php-format msgid "Désolé , impossible de se connecter au serveur %s" msgstr "Sorry, onmogelijk zich aan te verbinden met de server %s" @@ -6141,15 +5079,8 @@ msgstr "Sorry u bent geen rechten om etiketten te creëren" msgid "Désolé, événement en cours de création à sauver" msgstr "Sorry, evenement gaande tot aanmaak van opslag" -#: include/ajax/ajax_anc_detail_operation.php:44 -#: include/ext/noalyss_document/template/document_load-display_table.php:284 -#: include/ext/sav/include/template/sas_display_list.php:66 -#: include/ext/noalyss-timesheet/template/manager-display_list.php:48 -#: include/ext/noalyss-timesheet/template/proxy_user-display_list.php:48 -#: include/template/action_document_type_mtable_input.php:66 -#: include/template/result_cat_card_summary.php:14 -#: include/template/stock_summary_list.php:46 -#: include/stock_inv_histo.inc.php:105 +#: include/ajax/ajax_anc_detail_operation.php:44 include/ext/noalyss_document/template/document_load-display_table.php:284 include/ext/sav/include/template/sas_display_list.php:66 include/ext/noalyss-timesheet/template/manager-display_list.php:48 include/ext/noalyss-timesheet/template/proxy_user-display_list.php:48 +#: include/template/action_document_type_mtable_input.php:66 include/template/result_cat_card_summary.php:14 include/template/stock_summary_list.php:46 include/stock_inv_histo.inc.php:105 msgid "Détail" msgstr "Detail" @@ -6177,15 +5108,11 @@ msgstr "Gedetailleerde Actie" msgid "Détail analytique" msgstr "Analytisch detal" -#: include/class/pre_op_ach.class.php:274 -#: include/class/acc_ledger_purchase.class.php:1292 -#: include/class/acc_ledger_purchase.class.php:1747 +#: include/class/pre_op_ach.class.php:274 include/class/acc_ledger_purchase.class.php:1292 include/class/acc_ledger_purchase.class.php:1747 msgid "Détail articles achetés" msgstr "Detail gekochte Artikelen" -#: include/class/pre_op_ven.class.php:261 -#: include/class/acc_ledger_sale.class.php:1034 -#: include/class/acc_ledger_sale.class.php:1593 +#: include/class/pre_op_ven.class.php:261 include/class/acc_ledger_sale.class.php:1034 include/class/acc_ledger_sale.class.php:1593 msgid "Détail articles vendus" msgstr "Detail VERKOCHT Artikelen" @@ -6209,9 +5136,7 @@ msgstr "Detail van BTW" msgid "Détail des opérations" msgstr "Detail van operaties" -#: include/ajax/ajax_card.php:431 include/ajax/ajax_add_concerned_card.php:53 -#: include/export/export_fiche_detail_pdf.php:47 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:29 +#: include/ajax/ajax_card.php:431 include/ajax/ajax_add_concerned_card.php:53 include/export/export_fiche_detail_pdf.php:47 include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:29 msgid "Détail fiche" msgstr "Detail van de fiche" @@ -6219,18 +5144,12 @@ msgstr "Detail van de fiche" msgid "Détail fiche (sauvée)" msgstr "Detail van de fiche (opgeslagen)" -#: include/class/pdf_operation.class.php:506 -#: include/class/pdf_operation.class.php:507 -#: include/class/operation_exercice.class.php:228 include/compta_ods.inc.php:92 -#: include/ext/importbank/include/template/detail_item.php:16 -#: include/ext/importbank/include/template/delete_item.php:24 -#: include/template/follow_up_detail_display.php:45 +#: include/class/pdf_operation.class.php:506 include/class/pdf_operation.class.php:507 include/class/operation_exercice.class.php:228 include/compta_ods.inc.php:92 include/ext/importbank/include/template/detail_item.php:16 include/ext/importbank/include/template/delete_item.php:24 include/template/follow_up_detail_display.php:45 #: include/template/action_document_type_mtable_input.php:73 msgid "Détail opération" msgstr "Detail van operatie" -#: include/class/acc_ledger_sale.class.php:980 -#: include/class/acc_ledger_purchase.class.php:1692 +#: include/class/acc_ledger_sale.class.php:980 include/class/acc_ledger_purchase.class.php:1692 msgid "Détail opération " msgstr "Retail operatie" @@ -6238,8 +5157,7 @@ msgstr "Retail operatie" msgid "Détail poste comptable" msgstr "Detail boekhoudkundige post" -#: include/class/fiche_def.class.php:824 -#: include/class/invoice_pdf.class.php:220 +#: include/class/fiche_def.class.php:824 include/class/invoice_pdf.class.php:220 msgid "Détails" msgstr "Details" @@ -6249,11 +5167,9 @@ msgstr "Details over BTW" #: include/class/tva_rate_mtable.class.php:202 msgid "E Exempté de TVA" -msgstr "" +msgstr "E Vrijgesteld van btw" -#: include/ext/noalyss-export/class/install/install.class.php:50 -#: include/ext/import-advanced/class/install/install_plugin.class.php:49 -#: include/ext/import-advanced/template/operation_result.php:220 +#: include/ext/noalyss-export/class/install/install.class.php:50 include/ext/import-advanced/class/install/install_plugin.class.php:49 include/ext/import-advanced/template/operation_result.php:220 msgid "ERREUR" msgstr "ERREUR" @@ -6274,15 +5190,8 @@ msgstr "OUT" msgid "EUR ne peut pas être effacé" msgstr "EUR mag niet worden verwijderd" -#: include/class/acc_ledger_search.class.php:816 -#: include/class/acc_ledger_sale.class.php:1009 -#: include/class/acc_ledger_purchase.class.php:1720 -#: include/export/export_histo_csv.php:40 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:85 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:87 -#: include/template/form_ledger_detail.php:40 -#: include/template/ledger_detail_ven.php:54 -#: include/template/ledger_detail_ach.php:47 +#: include/class/acc_ledger_search.class.php:816 include/class/acc_ledger_sale.class.php:1009 include/class/acc_ledger_purchase.class.php:1720 include/export/export_histo_csv.php:40 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:85 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:87 +#: include/template/form_ledger_detail.php:40 include/template/ledger_detail_ven.php:54 include/template/ledger_detail_ach.php:47 msgid "Echeance" msgstr "Termijn" @@ -6290,8 +5199,7 @@ msgstr "Termijn" msgid "Echeance dépassée" msgstr "termijn wordt overschreden" -#: include/ext/noalyss_document/ndc_load.php:48 -#: include/ext/importbank/include/template/show_transfer.php:170 +#: include/ext/noalyss_document/ndc_load.php:48 include/ext/importbank/include/template/show_transfer.php:170 msgid "Echec" msgstr "Echec" @@ -6350,8 +5258,7 @@ msgstr "Echec import" msgid "Echec import [%s]" msgstr "Echec import [%s]" -#: include/ext/noalyss_document/class/document_load.php:93 -#: include/ext/rash/class/Beneficiary.php:421 +#: include/ext/noalyss_document/class/document_load.php:93 include/ext/rash/class/Beneficiary.php:421 #, fuzzy, php-format msgid "Echec import base de données %s" msgstr "Versie database :" @@ -6364,9 +5271,7 @@ msgstr "Mislukte installatie plugin" msgid "Echec mise à jour" msgstr "Bijwerken mislukt" -#: include/class/acc_bilan.class.php:351 include/class/acc_bilan.class.php:363 -#: include/class/acc_bilan.class.php:429 include/class/acc_bilan.class.php:450 -#: include/ext/bilan_interne/acc_bilaninterne.class.php:231 +#: include/class/acc_bilan.class.php:351 include/class/acc_bilan.class.php:363 include/class/acc_bilan.class.php:429 include/class/acc_bilan.class.php:450 include/ext/bilan_interne/acc_bilaninterne.class.php:231 msgid "Echec ouverture fichier " msgstr "fout bij het openen van het bestand" @@ -6374,13 +5279,8 @@ msgstr "fout bij het openen van het bestand" msgid "Echec réponse" msgstr "Mislukt antwoord" -#: include/class/acc_ledger_sale.class.php:1460 -#: include/class/pdf_operation.class.php:85 -#: include/ext/noalyss_document/template/document_operation-input.php:138 -#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:71 -#: include/ext/ohada/include/data/data_unpaid_supplier.class.php:65 -#: include/ext/ohada/include/data/data_unpaid_due_customer.class.php:68 -#: include/ext/import-advanced/template/operation_result.php:109 +#: include/class/acc_ledger_sale.class.php:1460 include/class/pdf_operation.class.php:85 include/ext/noalyss_document/template/document_operation-input.php:138 include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:71 include/ext/ohada/include/data/data_unpaid_supplier.class.php:65 +#: include/ext/ohada/include/data/data_unpaid_due_customer.class.php:68 include/ext/import-advanced/template/operation_result.php:109 msgid "Echéance" msgstr "Termijn" @@ -6393,9 +5293,7 @@ msgstr "Termijn" msgid "Ecran" msgstr "Scherm" -#: include/class/profile_menu.class.php:252 -#: include/class/profile_menu.class.php:277 -#: include/export/export_security_pdf.php:142 +#: include/class/profile_menu.class.php:252 include/class/profile_menu.class.php:277 include/export/export_security_pdf.php:142 msgid "Ecriture" msgstr "Schrift" @@ -6403,17 +5301,13 @@ msgstr "Schrift" msgid "Ecriture Comptable" msgstr "Boekhoudend schrijven" -#: include/class/pdf_operation.class.php:304 -#: include/ext/tva/class/ext_tva.class.php:499 include/impress_jrn.inc.php:146 +#: include/class/pdf_operation.class.php:304 include/ext/tva/class/ext_tva.class.php:499 include/impress_jrn.inc.php:146 msgid "Ecriture comptable" msgstr "Boekhoudend schrijven" #: include/database.item.php:137 -msgid "" -"Ecriture d'ouverture ou de fermeture , , reporte les soldes des comptes de " -"l'année passé du poste comptable 0xxx à 5xxxx sur l'année courante ou ferme " -"les comptes de 6 à 7 de l'année " -msgstr "" +msgid "Ecriture d'ouverture ou de fermeture , , reporte les soldes des comptes de l'année passé du poste comptable 0xxx à 5xxxx sur l'année courante ou ferme les comptes de 6 à 7 de l'année " +msgstr "Openings- of afsluitingsboeking, , draagt de saldi van de rekeningen van het vorige jaar, van boekhoudkundige positie 0xxx tot 5xxxx, over naar het huidige jaar of sluit rekeningen van 6 tot 7 van het jaar af" #: include/class/profile_menu.class.php:251 msgid "Ecriture et suppression" @@ -6427,12 +5321,8 @@ msgstr "Schrijven niet mogelijk" msgid "Ecriture prédefinie" msgstr "Het schrijven van vooraf gedefinieerde" -#: include/ajax/ajax_card.php:182 include/ajax/ajax_admin.php:265 -#: include/ajax/ajax_admin.php:297 -#: include/ext/rash/template/schedule_watch-display_form_clean.php:53 -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:108 -#: include/ext/import-advanced/template/transfer-select-file.php:55 -#: include/report.inc.php:119 include/cfgledger.inc.php:135 +#: include/ajax/ajax_card.php:182 include/ajax/ajax_admin.php:265 include/ajax/ajax_admin.php:297 include/ext/rash/template/schedule_watch-display_form_clean.php:53 include/ext/noalyss-timesheet/template/schedule-display_employee.php:108 include/ext/import-advanced/template/transfer-select-file.php:55 include/report.inc.php:119 +#: include/cfgledger.inc.php:135 msgid "Efface" msgstr "Wissen" @@ -6448,9 +5338,7 @@ msgstr "Wis dit evenement" msgid "Efface détail" msgstr "Verwijder détail" -#: include/ext/import-advanced/template/history_file.php:50 -#: include/ext/import-advanced/template/history_file.php:148 -#: include/template/operation_exercice-list_draft.php:97 +#: include/ext/import-advanced/template/history_file.php:50 include/ext/import-advanced/template/history_file.php:148 include/template/operation_exercice-list_draft.php:97 msgid "Efface la sélection" msgstr "De selectie verwijderen" @@ -6468,11 +5356,9 @@ msgstr "Verwijderen geblokkeerd : attribuut gebruikt" #: include/modele.inc.php:403 msgid "Effacement de toutes les données des plugins" -msgstr "" +msgstr "Alle plugingegevens verwijderen" -#: include/ext/tva/class/ext_tva.class.php:508 -#: include/ext/tva/class/ext_list_intra.class.php:373 -#: include/ext/tva/class/ext_list_assujetti.class.php:349 +#: include/ext/tva/class/ext_tva.class.php:508 include/ext/tva/class/ext_list_intra.class.php:373 include/ext/tva/class/ext_list_assujetti.class.php:349 msgid "Effacement déclaration" msgstr "Deze verklaring verwijderen" @@ -6496,24 +5382,10 @@ msgstr "Uitwissen verboden : BTW gebruikt" msgid "Effacement refusé" msgstr "Uitwissen geweigerd" -#: include/user_detail.inc.php:164 include/class/fiche_def.class.php:816 -#: include/class/anticipation.class.php:165 -#: include/class/document_modele.class.php:72 -#: include/class/document_type.class.php:90 -#: include/ajax/ajax_view_mod_stock.php:54 include/ajax/ajax_admin.php:280 -#: include/ajax/ajax_admin.php:311 include/modele.inc.php:332 -#: include/compta_fin.inc.php:163 -#: include/ext/noalyss_document/template/document_load-display_table.php:218 -#: include/ext/rapport_avance/include/template/formulaire_definition.php:37 -#: include/ext/importbank/include/template/show_field.php:121 -#: include/ext/importbank/include/template/show_list.php:249 -#: include/ext/amortis/include/template/material_detail.php:211 -#: include/ext/transform/ajax_save_intervat_assujetti.php:72 -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:40 -#: include/ext/invoicing/ajax/ajax_message.php:72 include/anc_group.inc.php:85 -#: include/template/operation_exercice-input_row.php:108 -#: include/template/anc_key_input.php:212 include/dossier.inc.php:288 -#: include/dossier.inc.php:297 +#: include/user_detail.inc.php:164 include/class/fiche_def.class.php:816 include/class/anticipation.class.php:165 include/class/document_modele.class.php:72 include/class/document_type.class.php:90 include/ajax/ajax_view_mod_stock.php:54 include/ajax/ajax_admin.php:280 include/ajax/ajax_admin.php:311 include/modele.inc.php:332 +#: include/compta_fin.inc.php:163 include/ext/noalyss_document/template/document_load-display_table.php:218 include/ext/rapport_avance/include/template/formulaire_definition.php:37 include/ext/importbank/include/template/show_field.php:121 include/ext/importbank/include/template/show_list.php:249 +#: include/ext/amortis/include/template/material_detail.php:211 include/ext/transform/ajax_save_intervat_assujetti.php:72 include/ext/noalyss-timesheet/template/schedule-display_employee.php:40 include/ext/invoicing/ajax/ajax_message.php:72 include/anc_group.inc.php:85 include/template/operation_exercice-input_row.php:108 +#: include/template/anc_key_input.php:212 include/dossier.inc.php:288 include/dossier.inc.php:297 msgid "Effacer" msgstr "Wissen" @@ -6562,10 +5434,7 @@ msgstr "Verwijder een publieke nota" msgid "Effacer une opération " msgstr "Verwijderen van een operatie" -#: include/ext/importbank/bank_constant.php:65 -#: include/ext/importbank/include/template/show_import.php:28 -#: include/ext/amortis/include/material_delete.inc.php:16 -#: include/lib/manage_table_sql.class.php:1482 +#: include/ext/importbank/bank_constant.php:65 include/ext/importbank/include/template/show_import.php:28 include/ext/amortis/include/material_delete.inc.php:16 include/lib/manage_table_sql.class.php:1482 msgid "Effacé" msgstr "Verwijderen" @@ -6581,12 +5450,7 @@ msgstr "Toe te voegen elementen" msgid "Eléments" msgstr "Elementen" -#: include/ajax/ajax_preference.php:78 -#: include/ext/listing/ajax/ajax_parameter_send_mail.php:33 -#: include/ext/sav/include/template/sas_display_detail.php:119 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:70 -#: include/user.inc.php:232 include/user.inc.php:290 -#: include/database.item.php:260 +#: include/ajax/ajax_preference.php:78 include/ext/listing/ajax/ajax_parameter_send_mail.php:33 include/ext/sav/include/template/sas_display_detail.php:119 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:70 include/user.inc.php:232 include/user.inc.php:290 include/database.item.php:260 msgid "Email" msgstr "E-mail" @@ -6603,9 +5467,7 @@ msgstr "Onbestaand dagboek" msgid "Email envoyé par" msgstr "E-mail verzonden door" -#: include/ext/transform/include/transform_representative.class.php:208 -#: include/ext/transform/include/transform_declarant.class.php:187 -#: include/ext/tva/class/XML/xml_belgian_tax_declarant.class.php:198 +#: include/ext/transform/include/transform_representative.class.php:208 include/ext/transform/include/transform_declarant.class.php:187 include/ext/tva/class/XML/xml_belgian_tax_declarant.class.php:198 msgid "Email incorrect" msgstr "Foute e-mail" @@ -6622,29 +5484,21 @@ msgstr "E-mail onverzonden" msgid "Email non envoyé " msgstr "E-mail onverzonden" -#: include/ext/noalyss-timesheet/template/manager-display_employee.php:40 -#: include/ext/noalyss-timesheet/template/proxy_user-display_proxy.php:40 +#: include/ext/noalyss-timesheet/template/manager-display_employee.php:40 include/ext/noalyss-timesheet/template/proxy_user-display_proxy.php:40 msgid "Employee" -msgstr "" +msgstr "Werknemer" #: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:261 msgid "Employé" -msgstr "" +msgstr "Werknemer" -#: include/ext/noalyss-timesheet/ajax/ajax_manager_detail.php:38 -#: include/ext/noalyss-timesheet/ajax/ajax_proxy_user_detail.php:38 -#: include/ext/noalyss-timesheet/template/admin-menu.php:95 +#: include/ext/noalyss-timesheet/ajax/ajax_manager_detail.php:38 include/ext/noalyss-timesheet/ajax/ajax_proxy_user_detail.php:38 include/ext/noalyss-timesheet/template/admin-menu.php:95 msgid "Employés" -msgstr "" +msgstr "Werknemers" #: include/lib/message_javascript.php:120 -msgid "" -"En Belgique, l'exercice commence par un report des comptes de 0 à 5, mais " -"pas en France, ce solde est calculé depuis le tout premier exercice" -msgstr "" -"In België begint de oefening door een rapportering van rekeningen van 0 tot " -"5, maar niet in Frankrijk dit saldo word berekend vanaf de allereerste " -"oefening" +msgid "En Belgique, l'exercice commence par un report des comptes de 0 à 5, mais pas en France, ce solde est calculé depuis le tout premier exercice" +msgstr "In België begint de oefening door een rapportering van rekeningen van 0 tot 5, maar niet in Frankrijk dit saldo word berekend vanaf de allereerste oefening" #: include/template/stock_summary_list.php:49 msgid "En Stock" @@ -6654,9 +5508,7 @@ msgstr "In voorraad" msgid "En plusieurs opérations" msgstr "In verschillende operaties" -#: include/template/status_operation_event-main_display.php:74 -#: include/template/status_operation_event-main_display.php:107 -#: include/template/status_operation_event-main_display.php:140 +#: include/template/status_operation_event-main_display.php:74 include/template/status_operation_event-main_display.php:107 include/template/status_operation_event-main_display.php:140 msgid "En retard" msgstr "Is te laat" @@ -6665,19 +5517,14 @@ msgid "En une opération" msgstr "In één operatie" #: include/lib/message_javascript.php:70 -msgid "" -"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" -msgstr "" +msgid "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" +msgstr "Door gebruik te maken van vervaldatums of betalingsdata worden alleen journaalposten van het type ACH en VEN gebruikt; andere journaalposten worden automatisch uitgesloten." #: html/install.php:170 -msgid "" -"En version mono dossier, le nom de la base de données doit être mentionné" -msgstr "" +msgid "En version mono dossier, le nom de la base de données doit être mentionné" +msgstr "In de versie met één map moet de databasenaam worden vermeld" -#: include/ext/sav/index.php:48 -#: include/ext/sav/include/sav_repair_card_sql.class.php:68 -#: include/ext/sav/include/sav_repair_card_sql.class.php:73 +#: include/ext/sav/index.php:48 include/ext/sav/include/sav_repair_card_sql.class.php:68 include/ext/sav/include/sav_repair_card_sql.class.php:73 msgid "En-cours" msgstr "Onderweg" @@ -6689,11 +5536,7 @@ msgstr "Per hoofding klant factuur" msgid "En-tête facture fournisseur" msgstr "Hoefdbrief Leverancier" -#: include/ajax/ajax_preference.php:258 -#: include/ext/import-advanced/template/upload_operation_csv.php:61 -#: include/ext/import-advanced/template/upload_operation_fec.php:50 -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:30 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:30 +#: include/ajax/ajax_preference.php:258 include/ext/import-advanced/template/upload_operation_csv.php:61 include/ext/import-advanced/template/upload_operation_fec.php:50 include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:30 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:30 msgid "Encodage" msgstr "Coderen" @@ -6708,7 +5551,7 @@ msgstr "(beta) Ingave van bestand voor after service verkoop" #: include/database.item.php:53 msgid "Encodage de tous vos revenus ou vente" -msgstr "" +msgstr "Al uw inkomsten of verkopen coderen" #: include/lib/noalyss_csv.class.php:191 msgid "Encodage invalide" @@ -6734,11 +5577,9 @@ msgstr "Beschrijving" #: include/ajax/ajax_search_peppol.php:83 msgid "Endpoint (PEPPOL ID)" -msgstr "" +msgstr "Eindpunt (PEPPOL ID)" -#: include/ext/rash/ajax/ajax_benefit.php:49 -#: include/ext/rash/template/beneficiary-input.php:42 -#: include/ext/rash/template/beneficiary-input.php:401 +#: include/ext/rash/ajax/ajax_benefit.php:49 include/ext/rash/template/beneficiary-input.php:42 include/ext/rash/template/beneficiary-input.php:401 #, fuzzy msgid "Enfant" msgstr "Kinderen" @@ -6763,8 +5604,7 @@ msgstr "Kinderen" msgid "Enleve" msgstr "verwijder" -#: include/ext/tools/include/template/search_view.php:265 -#: include/template/action_other_action.php:43 +#: include/ext/tools/include/template/search_view.php:265 include/template/action_other_action.php:43 msgid "Enlever des étiquettes" msgstr "-Tags verwijderen" @@ -6772,8 +5612,7 @@ msgstr "-Tags verwijderen" msgid "Enlever le marquage de suppression" msgstr "Verwijder de markering van verwijdering" -#: include/ext/tools/include/template/search_view.php:273 -#: include/template/action_other_action.php:51 +#: include/ext/tools/include/template/search_view.php:273 include/template/action_other_action.php:51 msgid "Enlever toutes les étiquettes des documents choisis" msgstr "Verwijder alle tags geselecteerde documenten" @@ -6785,9 +5624,7 @@ msgstr "Voeg een bewijsstuk toe" msgid "Enregistre" msgstr "OPSLAAN" -#: include/compta_ven.inc.php:111 include/compta_ach.inc.php:77 -#: include/compta_ach.inc.php:136 include/compta_fin.inc.php:129 -#: include/ext/modop/modop_save.php:90 include/ext/tva/ajax.php:134 +#: include/compta_ven.inc.php:111 include/compta_ach.inc.php:77 include/compta_ach.inc.php:136 include/compta_fin.inc.php:129 include/ext/modop/modop_save.php:90 include/ext/tva/ajax.php:134 msgid "Enregistrement" msgstr "Opgeslagen" @@ -6795,8 +5632,7 @@ msgstr "Opgeslagen" msgid "Enregistrement dans" msgstr "Opgeslagen in" -#: include/compta_ven.inc.php:438 include/compta_ach.inc.php:289 -#: include/action.common.inc.php:214 include/action.common.inc.php:392 +#: include/compta_ven.inc.php:438 include/compta_ach.inc.php:289 include/action.common.inc.php:214 include/action.common.inc.php:392 msgid "Enregistrer" msgstr "OPSLAAN" @@ -6804,13 +5640,11 @@ msgstr "OPSLAAN" msgid "Enregistrer dans le journal" msgstr "Opslaan in dagboek" -#: include/ext/importbank/include/template/confirm_transfer.php:249 -#: include/ext/importbank/include/template/confirm_transfer.php:292 +#: include/ext/importbank/include/template/confirm_transfer.php:249 include/ext/importbank/include/template/confirm_transfer.php:292 msgid "Enregistrer les opérations" msgstr "Opslaan in de operartie" -#: include/compta_ven.inc.php:273 -#: include/ext/noalyss_document/ajax/ajax_operation.php:194 +#: include/compta_ven.inc.php:273 include/ext/noalyss_document/ajax/ajax_operation.php:194 #, fuzzy msgid "Enregistré" msgstr "OPSLAAN" @@ -6839,13 +5673,11 @@ msgstr "Boekhoudkundige post of fiche veranderen" #: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:46 msgid "Entrez une formule avec des codes utilisés dans ce formulaire" -msgstr "" +msgstr "Voer een formule in met codes die in dit formulier worden gebruikt" #: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:24 -msgid "" -"Entrez une formule avec des postes comptables, la syntaxe est la même que " -"celle des \"rapports\"" -msgstr "" +msgid "Entrez une formule avec des postes comptables, la syntaxe est la même que celle des \"rapports\"" +msgstr "Voer een formule in met boekhoudkundige gegevens; de syntaxis is hetzelfde als die van rapporten\"" #: include/class/mobile_device_mtable.class.php:42 msgid "Entêtes standards" @@ -6867,8 +5699,7 @@ msgstr "Factuur versturen" msgid "Envoi facture " msgstr "Factuur versturen" -#: include/ext/listing/ajax/ajax_parameter_send_mail.php:26 -#: include/ext/invoicing/include/invoicing.inc.php:165 +#: include/ext/listing/ajax/ajax_parameter_send_mail.php:26 include/ext/invoicing/include/invoicing.inc.php:165 msgid "Envoi par email" msgstr "Verzenden per e-mail" @@ -6885,22 +5716,13 @@ msgstr "Verzonden door" msgid "Envoyer copie à l'expéditeur" msgstr "Kopie naar afzender" -#: include/ext/invoicing/template/recorded_message_list.php:24 -#: include/ext/invoicing/template/recorded_message_display.php:21 +#: include/ext/invoicing/template/recorded_message_list.php:24 include/ext/invoicing/template/recorded_message_display.php:21 msgid "Envoyé par" msgstr "Verzonden door" -#: include/class/mobile.class.php:136 include/ajax/ajax_check_vatnumber.php:67 -#: include/ajax/ajax_check_vatnumber.php:78 -#: include/ajax/ajax_check_ibannumber.php:43 include/action.common.inc.php:155 -#: include/action.common.inc.php:355 -#: include/ext/noalyss_document/class/document_operation.php:42 -#: include/ext/noalyss_document/template/document_load-display_table.php:153 -#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:80 -#: include/ext/importbank/class/import_bank.class.php:159 -#: include/ext/importbank/bank_constant.php:67 -#: include/ext/importbank/include/template/show_import.php:27 -#: include/forecast.inc.php:149 include/lib/ac_common.php:388 +#: include/class/mobile.class.php:136 include/ajax/ajax_check_vatnumber.php:67 include/ajax/ajax_check_vatnumber.php:78 include/ajax/ajax_check_ibannumber.php:43 include/action.common.inc.php:155 include/action.common.inc.php:355 include/ext/noalyss_document/class/document_operation.php:42 +#: include/ext/noalyss_document/template/document_load-display_table.php:153 include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:80 include/ext/importbank/class/import_bank.class.php:159 include/ext/importbank/bank_constant.php:67 include/ext/importbank/include/template/show_import.php:27 include/forecast.inc.php:149 +#: include/lib/ac_common.php:388 msgid "Erreur" msgstr "Fout" @@ -6947,8 +5769,7 @@ msgstr "Fout D/C" msgid "Erreur Filtre analytique %s" msgstr "Fout analystische filter %s" -#: include/class/acc_compute.class.php:113 -#: include/class/acc_compute.class.php:123 +#: include/class/acc_compute.class.php:113 include/class/acc_compute.class.php:123 msgid "Erreur attribut inexistant" msgstr "Fout attribuut onbestaand" @@ -6966,9 +5787,7 @@ msgstr "Fout in uw formule" msgid "Erreur date" msgstr "Fout menu" -#: include/class/acc_ledger_sale.class.php:759 -#: include/class/acc_ledger_purchase.class.php:1037 -#: include/class/acc_ledger_fin.class.php:983 +#: include/class/acc_ledger_sale.class.php:759 include/class/acc_ledger_purchase.class.php:1037 include/class/acc_ledger_fin.class.php:983 msgid "Erreur de balance" msgstr "Fout van balans" @@ -7002,9 +5821,7 @@ msgstr "Fout operatie geannuleerd" msgid "Erreur ouverture fichier %s " msgstr "fout bij het openen van het bestand %s " -#: include/class/dossier.class.php:121 include/ajax/ajax_admin.php:72 -#: include/ajax/ajax_admin.php:108 include/ajax/ajax_admin.php:170 -#: include/ajax/ajax_admin.php:198 include/ajax/ajax_admin.php:204 +#: include/class/dossier.class.php:121 include/ajax/ajax_admin.php:72 include/ajax/ajax_admin.php:108 include/ajax/ajax_admin.php:170 include/ajax/ajax_admin.php:198 include/ajax/ajax_admin.php:204 msgid "Erreur paramètre" msgstr "Fout parameter" @@ -7047,7 +5864,7 @@ msgstr "Fout" #: include/ext/noalyss_document/class/document_load.php:365 msgid "Error" -msgstr "" +msgstr "Fout" #: include/ext/noalyss-portal-client/index.php:93 msgid "Espace" @@ -7089,10 +5906,7 @@ msgstr "Puts van rekening" msgid "Etablir bilan interne" msgstr "Maak een intern bilan" -#: include/ext/rapport_avance/include/declaration.inc.php:209 -#: include/ext/listing/include/declaration.inc.php:37 -#: include/ext/listing/include/declaration.inc.php:62 -#: include/ext/listing/include/declaration.inc.php:98 +#: include/ext/rapport_avance/include/declaration.inc.php:209 include/ext/listing/include/declaration.inc.php:37 include/ext/listing/include/declaration.inc.php:62 include/ext/listing/include/declaration.inc.php:98 msgid "Etape" msgstr "Stap" @@ -7119,7 +5933,7 @@ msgstr "Stap 2/3" #: include/ext/alchimerys_peppol_synchro/nds_synchro.php:186 msgid "Etape 2: Envoi et réception depuis PEPPOL" -msgstr "" +msgstr "Stap 2: Verzenden en ontvangen van PEPPOL" #: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:33 msgid "Etape 3/3" @@ -7133,12 +5947,7 @@ msgstr "Stap 3/4 : bevestig de transfer" msgid "Etape 4/4 : les données sont sauvegardées" msgstr "Etape 4/4 : uw gegevens zijn opgeslagen" -#: include/class/follow_up.class.php:722 -#: include/class/anc_account_table.class.php:50 -#: include/ext/importbank/include/template/show_list.php:121 -#: include/ext/sav/include/template/sas_display_detail.php:145 -#: include/template/follow_up-display.php:199 -#: include/template/ledger_search.php:117 include/template/action_search.php:56 +#: include/class/follow_up.class.php:722 include/class/anc_account_table.class.php:50 include/ext/importbank/include/template/show_list.php:121 include/ext/sav/include/template/sas_display_detail.php:145 include/template/follow_up-display.php:199 include/template/ledger_search.php:117 include/template/action_search.php:56 msgid "Etat" msgstr "Toestand" @@ -7148,7 +5957,7 @@ msgstr "Toestand" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:100 msgid "Etat Confirmé,Validé,D-Brouillon" -msgstr "" +msgstr "Door de staat bevestigd, gevalideerd, D-ontwerp" #: include/database.item.php:132 msgid "Etat des documents" @@ -7169,7 +5978,7 @@ msgstr "Schatkist SMT" #: include/database.item.php:204 msgid "Etats annexes amortissements SMT OHADA" -msgstr "" +msgstr "Aanvullende overzichten voor SMT OHADA-amortisatie" #: include/database.item.php:193 include/database.item.php:194 #, fuzzy @@ -7198,11 +6007,7 @@ msgstr "Bent u zeker van deze te willen verwijderen" msgid "Etes vous sûr et certain de vouloir effacer " msgstr "Bent u DAT u verwelkingsziekte Zeker Wissen" -#: include/class/follow_up.class.php:714 include/class/tag_action.class.php:58 -#: include/class/tag_operation.class.php:197 -#: include/ajax/ajax_tag_detail.php:23 include/ajax/ajax_tag_detail.php:37 -#: include/ext/tools/include/template/search_view.php:245 -#: include/template/action_search.php:140 include/database.item.php:166 +#: include/class/follow_up.class.php:714 include/class/tag_action.class.php:58 include/class/tag_operation.class.php:197 include/ajax/ajax_tag_detail.php:23 include/ajax/ajax_tag_detail.php:37 include/ext/tools/include/template/search_view.php:245 include/template/action_search.php:140 include/database.item.php:166 #: include/cfgtags.inc.php:33 msgid "Etiquette" msgstr "Etiket" @@ -7229,7 +6034,7 @@ msgstr "Ev. voor 14 dagen" #: include/database.item.php:179 msgid "Example of an XML File for developing a plugin." -msgstr "" +msgstr "Voorbeeld van een XML-bestand voor het ontwikkelen van een plugin." #: include/template/action_search.php:64 msgid "Exclure Etat" @@ -7239,15 +6044,8 @@ msgstr "Uitsluiten State" msgid "Exemple" msgstr "Voorbeeld" -#: include/compta_fin_saldo.inc.php:41 include/class/periode.class.php:552 -#: include/class/periode_ledger_table.class.php:100 -#: include/ajax/ajax_preference.php:136 include/ext/bilan_interne/index.php:58 -#: include/ext/noalyss-timesheet/template/admin-menu.php:71 -#: include/ext/noalyss-timesheet/template/admin-menu.php:267 -#: include/template/stock_state_search.php:35 -#: include/template/stock_inv.php:126 -#: include/template/trait_card-form_search.php:36 -#: include/template/periode-form_exercice_label.php:36 +#: include/compta_fin_saldo.inc.php:41 include/class/periode.class.php:552 include/class/periode_ledger_table.class.php:100 include/ajax/ajax_preference.php:136 include/ext/bilan_interne/index.php:58 include/ext/noalyss-timesheet/template/admin-menu.php:71 include/ext/noalyss-timesheet/template/admin-menu.php:267 +#: include/template/stock_state_search.php:35 include/template/stock_inv.php:126 include/template/trait_card-form_search.php:36 include/template/periode-form_exercice_label.php:36 msgid "Exercice" msgstr "Oefening" @@ -7295,8 +6093,7 @@ msgstr "] Doorsturingslijst is leeg niet" msgid "Exercice à clôturer" msgstr "Oefening af te ronden" -#: include/class/tax_summary.class.php:255 -#: include/class/tax_summary.class.php:329 +#: include/class/tax_summary.class.php:255 include/class/tax_summary.class.php:329 msgid "Exig TVA invalide" msgstr "Vereiste BTW ongeldig" @@ -7312,17 +6109,13 @@ msgstr "Historische omzet" #: include/otp-link.php:152 msgid "Expiré : vous devez redemander le renvoi de la clef" -msgstr "" +msgstr "Verlopen: u moet een nieuw verzoek indienen om de sleutel te verzenden" #: html/ajax_misc.php:614 msgid "Explication" msgstr "Uitleg" -#: include/ext/tools/index.php:51 -#: include/ext/noalyss-export/template/export_param.php:76 -#: include/ext/noalyss-export/template/export_param.php:129 -#: include/ext/import-advanced/template/upload_operation_csv.php:36 -#: include/ext/import-advanced/template/upload_operation_fec.php:59 +#: include/ext/tools/index.php:51 include/ext/noalyss-export/template/export_param.php:76 include/ext/noalyss-export/template/export_param.php:129 include/ext/import-advanced/template/upload_operation_csv.php:36 include/ext/import-advanced/template/upload_operation_fec.php:59 msgid "Export" msgstr "Export" @@ -7363,23 +6156,9 @@ msgstr "Export Analytische balans groep" msgid "Export Bilan" msgstr "Balans export" -#: html/popup.php:119 include/fiche.inc.php:286 include/fiche.inc.php:348 -#: include/fiche.inc.php:385 include/anc_pa.inc.php:120 -#: include/class/tax_summary.class.php:464 include/class/fiche.class.php:1233 -#: include/class/fiche.class.php:1908 -#: include/class/acc_account_ledger.class.php:866 -#: include/ajax/ajax_action_concerned_list.php:52 -#: include/action.common.inc.php:305 -#: include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:47 -#: include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:71 -#: include/ext/rapport_avance/include/declaration.inc.php:72 -#: include/ext/rapport_avance/include/declaration.inc.php:97 -#: include/ext/tools/include/export_operation.inc.php:36 -#: include/ext/tva/class/ext_list_intra.class.php:380 -#: include/ext/tva/class/ext_list_assujetti.class.php:356 -#: include/template/tax_detail-button_export_csv.php:37 -#: include/template/follow_up-display.php:156 -#: include/print_currency01.inc.php:200 include/balance_card_ageing.inc.php:49 +#: html/popup.php:119 include/fiche.inc.php:286 include/fiche.inc.php:348 include/fiche.inc.php:385 include/anc_pa.inc.php:120 include/class/tax_summary.class.php:464 include/class/fiche.class.php:1233 include/class/fiche.class.php:1908 include/class/acc_account_ledger.class.php:866 include/ajax/ajax_action_concerned_list.php:52 +#: include/action.common.inc.php:305 include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:47 include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:71 include/ext/rapport_avance/include/declaration.inc.php:72 include/ext/rapport_avance/include/declaration.inc.php:97 +#: include/ext/tools/include/export_operation.inc.php:36 include/ext/tva/class/ext_list_intra.class.php:380 include/ext/tva/class/ext_list_assujetti.class.php:356 include/template/tax_detail-button_export_csv.php:37 include/template/follow_up-display.php:156 include/print_currency01.inc.php:200 include/balance_card_ageing.inc.php:49 msgid "Export CSV" msgstr "Export CSV" @@ -7443,14 +6222,8 @@ msgstr "Export Achtergrond stock beweging" msgid "Export Journaux" msgstr "Export Kranten" -#: html/popup.php:120 include/class/tax_summary.class.php:482 -#: include/class/fiche.class.php:1215 include/class/fiche.class.php:1930 -#: include/class/acc_account_ledger.class.php:888 -#: include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:52 -#: include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:77 -#: include/ext/rapport_avance/include/declaration.inc.php:76 -#: include/ext/rapport_avance/include/declaration.inc.php:112 -#: include/template/ledger_detail_bottom.php:385 +#: html/popup.php:120 include/class/tax_summary.class.php:482 include/class/fiche.class.php:1215 include/class/fiche.class.php:1930 include/class/acc_account_ledger.class.php:888 include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:52 include/ext/rapport_avance/ajax/ajax_rapav_declaration_display.php:77 +#: include/ext/rapport_avance/include/declaration.inc.php:76 include/ext/rapport_avance/include/declaration.inc.php:112 include/template/ledger_detail_bottom.php:385 msgid "Export PDF" msgstr "PDF exporteren" @@ -7487,16 +6260,14 @@ msgstr "Export Management Actie" #: include/database.item.php:205 msgid "Export and import backup as compressed XML files" -msgstr "" +msgstr "Back-up exporteren en importeren als gecomprimeerde XML-bestanden" #: include/ext/export-import-xml/index.php:48 #, fuzzy msgid "Export d'un dossier comptable noalyss" msgstr "Export Accounting Balance" -#: include/class/anc_grandlivre.class.php:205 -#: include/class/anc_grandlivre.class.php:213 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:73 +#: include/class/anc_grandlivre.class.php:205 include/class/anc_grandlivre.class.php:213 include/ext/tools/include/anc_grandlivre_ext.class.php:73 msgid "Export des pièces en PDF" msgstr "De documenten in PDF exporteren" @@ -7505,8 +6276,7 @@ msgstr "De documenten in PDF exporteren" msgid "Export dossier" msgstr "Export is onmogelijk" -#: include/ext/tva/class/ext_list_intra.class.php:380 -#: include/ext/tva/class/ext_list_assujetti.class.php:356 +#: include/ext/tva/class/ext_list_intra.class.php:380 include/ext/tva/class/ext_list_assujetti.class.php:356 #, fuzzy msgid "Export du listing en CSV" msgstr "Export CSV" @@ -7530,8 +6300,7 @@ msgstr "Export definitie van Openingstijden" msgid "Export détaillée de la déclaration en PDF" msgstr "De operaties exporteren" -#: include/fiche.inc.php:322 include/class/anc_table.class.php:246 -#: include/class/anc_grandlivre.class.php:352 +#: include/fiche.inc.php:322 include/class/anc_table.class.php:246 include/class/anc_grandlivre.class.php:352 msgid "Export en CSV" msgstr "Export CSV" @@ -7596,9 +6365,7 @@ msgstr "Uitvoeren in CSV of naar de volgende stap gaan " msgid "Exporter les opérations" msgstr "De operaties exporteren" -#: include/cfgplugin.inc.php:79 include/ajax/ajax_navigator.php:106 -#: include/database.item.php:44 include/database.item.php:149 -#: include/upgrade.inc.php:34 +#: include/cfgplugin.inc.php:79 include/ajax/ajax_navigator.php:106 include/database.item.php:44 include/database.item.php:149 include/upgrade.inc.php:34 msgid "Extension" msgstr "Plugin" @@ -7625,9 +6392,7 @@ msgstr "Uitbreiding / Plug-in" msgid "Extensions (plugins)" msgstr "Uitbreidingen (plugins)" -#: include/class/acc_operation.class.php:894 include/ajax/ajax_ledger.php:535 -#: include/template/ledger_detail_bottom.php:375 -#: include/template/acc_ledger-input_extra_info.php:79 +#: include/class/acc_operation.class.php:894 include/ajax/ajax_ledger.php:535 include/template/ledger_detail_bottom.php:375 include/template/acc_ledger-input_extra_info.php:79 #, fuzzy msgid "Extourne" msgstr "Extourner" @@ -7642,9 +6407,8 @@ msgid "Extourner" msgstr "Extourner" #: include/template/ledger_detail_bottom.php:402 -msgid "" -"Extourner une opération vous permet de l'annuler par son écriture inverse" -msgstr "" +msgid "Extourner une opération vous permet de l'annuler par son écriture inverse" +msgstr "Door een transactie terug te draaien, kunt u deze annuleren door de omgekeerde boeking te maken." #: include/compta_ven.inc.php:306 include/compta_ods.inc.php:113 #, fuzzy @@ -7658,14 +6422,13 @@ msgstr "Export Kranten" #: include/ext/importbank/include/template/show_list.php:127 msgid "Extra" -msgstr "" +msgstr "Extra" #: include/compta_fin_rec.inc.php:284 msgid "Extrait / relevé :" -msgstr "" +msgstr "Uittreksel / verklaring:" -#: include/class/acc_ledger_fin.class.php:537 -#: include/ext/modop/template_ledger_fin.php:14 +#: include/class/acc_ledger_fin.class.php:537 include/ext/modop/template_ledger_fin.php:14 msgid "Extrait de compte" msgstr "Rekeningoverzicht" @@ -7688,14 +6451,9 @@ msgstr "Facturatie" #: include/database.item.php:167 msgid "Facturation, envoi de facture, téléchargement" -msgstr "" +msgstr "Facturering, het verzenden van facturen, downloaden" -#: include/class/invoice_pdf.class.php:165 -#: include/class/acc_ledger_sale.class.php:1003 -#: include/ext/invoicing/include/invoice_download_pdf.inc.php:111 -#: include/ext/invoicing/include/invoice_to_zip.inc.php:111 -#: include/template/acc_ledger-input_extra_info.php:63 -#: include/database.item.php:254 +#: include/class/invoice_pdf.class.php:165 include/class/acc_ledger_sale.class.php:1003 include/ext/invoicing/include/invoice_download_pdf.inc.php:111 include/ext/invoicing/include/invoice_to_zip.inc.php:111 include/template/acc_ledger-input_extra_info.php:63 include/database.item.php:254 msgid "Facture" msgstr "Faktuur" @@ -7722,8 +6480,7 @@ msgstr "Favoriet ✨" msgid "Favoris" msgstr "Favorieten" -#: include/template/contact-summary.php:21 include/database.item.php:217 -#: include/company.inc.php:185 +#: include/template/contact-summary.php:21 include/database.item.php:217 include/company.inc.php:185 msgid "Fax" msgstr "Fax" @@ -7731,22 +6488,9 @@ msgstr "Fax" msgid "Ferme" msgstr "Dicht" -#: html/user_login.php:125 html/recherche.php:100 html/recherche.php:162 -#: include/class/extension.class.php:309 include/ajax/ajax_card.php:339 -#: include/ext/noalyss_document/template/document_operation-input.php:219 -#: include/ext/noalyss_document/template/document_operation-input.php:261 -#: include/ext/importbank/ajax.php:220 include/ext/importbank/ajax.php:278 -#: include/ext/importbank/include/template/confirm_transfer.php:233 -#: include/ext/amortis/include/template/material_detail.php:212 -#: include/ext/import_card/include/template/template_show.php:40 -#: include/template/ledger_detail_bottom.php:343 -#: include/template/ledger_detail_bottom.php:344 -#: include/template/xmlinvoice-display_error.php:122 -#: include/template/ledger_detail_top.php:16 -#: include/template/acc_operation_note-input.php:40 -#: include/template/action_search.php:183 include/user.inc.php:241 -#: include/widget/ajax.php:89 include/lib/html_input.class.php:486 -#: include/lib/html_input.class.php:502 +#: html/user_login.php:125 html/recherche.php:100 html/recherche.php:162 include/class/extension.class.php:309 include/ajax/ajax_card.php:339 include/ext/noalyss_document/template/document_operation-input.php:219 include/ext/noalyss_document/template/document_operation-input.php:261 include/ext/importbank/ajax.php:220 +#: include/ext/importbank/ajax.php:278 include/ext/importbank/include/template/confirm_transfer.php:233 include/ext/amortis/include/template/material_detail.php:212 include/ext/import_card/include/template/template_show.php:40 include/template/ledger_detail_bottom.php:343 include/template/ledger_detail_bottom.php:344 +#: include/template/xmlinvoice-display_error.php:122 include/template/ledger_detail_top.php:16 include/template/acc_operation_note-input.php:40 include/template/action_search.php:183 include/user.inc.php:241 include/widget/ajax.php:89 include/lib/html_input.class.php:486 include/lib/html_input.class.php:502 msgid "Fermer" msgstr "Dicht" @@ -7758,38 +6502,22 @@ msgstr "Gesloten gedurende geselecteerde periode's" msgid "Fermeture" msgstr "Gesloten" -#: include/class/periode_ledger_table.class.php:146 -#: include/ext/sav/include/sav_repair_card_sql.class.php:67 -#: include/ext/sav/include/sav_repair_card_sql.class.php:72 +#: include/class/periode_ledger_table.class.php:146 include/ext/sav/include/sav_repair_card_sql.class.php:67 include/ext/sav/include/sav_repair_card_sql.class.php:72 msgid "Fermé" msgstr "Dicht" -#: include/class/periode.class.php:621 -#: include/class/periode_ledger_table.class.php:143 +#: include/class/periode.class.php:621 include/class/periode_ledger_table.class.php:143 msgid "Fermée" msgstr "Dicht" #: include/ext/rash/template/schedule_watch-display_month.php:56 msgid "Fev." -msgstr "" +msgstr "Feb." -#: include/class/payment_method_mtable.class.php:46 -#: include/class/anc_group_operation.class.php:114 -#: include/class/card_attribut_mtable.class.php:58 -#: include/class/acc_plan_mtable.class.php:48 -#: include/class/print_operation_currency.class.php:114 -#: include/class/print_operation_currency.class.php:173 -#: include/class/operation_exercice.class.php:87 include/ajax/ajax_card.php:109 -#: include/ajax/ajax_anc_detail_operation.php:54 -#: include/ext/amortis/include/template/material_detail.php:37 -#: include/ext/noalyss-portal-client/template/invoice_search-input.php:35 -#: include/template/follow_up_detail_display.php:50 -#: include/template/form_ledger_fin.php:84 -#: include/template/operation_exercice-input_row.php:80 -#: include/template/security_list_action.php:56 -#: include/template/stock_inv.php:67 include/template/stock_histo_search.php:39 -#: include/database.item.php:121 include/print_currency01.inc.php:131 -#: include/print_currency01.inc.php:146 include/category_card.inc.php:77 +#: include/class/payment_method_mtable.class.php:46 include/class/anc_group_operation.class.php:114 include/class/card_attribut_mtable.class.php:58 include/class/acc_plan_mtable.class.php:48 include/class/print_operation_currency.class.php:114 include/class/print_operation_currency.class.php:173 +#: include/class/operation_exercice.class.php:87 include/ajax/ajax_card.php:109 include/ajax/ajax_anc_detail_operation.php:54 include/ext/amortis/include/template/material_detail.php:37 include/ext/noalyss-portal-client/template/invoice_search-input.php:35 include/template/follow_up_detail_display.php:50 +#: include/template/form_ledger_fin.php:84 include/template/operation_exercice-input_row.php:80 include/template/security_list_action.php:56 include/template/stock_inv.php:67 include/template/stock_histo_search.php:39 include/database.item.php:121 include/print_currency01.inc.php:131 include/print_currency01.inc.php:146 +#: include/category_card.inc.php:77 msgid "Fiche" msgstr "Blad" @@ -7824,8 +6552,7 @@ msgstr "fiche bestand te laden" msgid "Fiche [%s] inutilisable pour ce journal " msgstr "Geen enkele printer is beschikbaar om toegevoegd te worden" -#: include/ajax/ajax_card.php:436 include/ajax/ajax_add_concerned_card.php:61 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:34 +#: include/ajax/ajax_card.php:436 include/ajax/ajax_add_concerned_card.php:61 include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:34 msgid "Fiche contenant" msgstr "Blad Bevat" @@ -7834,10 +6561,7 @@ msgstr "Blad Bevat" msgid "Fiche fournisseur invalide" msgstr "Ongeldige opnemen" -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:274 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:310 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:324 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:343 +#: include/ext/import-advanced/class/import/impacc2_csv.class.php:274 include/ext/import-advanced/class/import/impacc2_csv.class.php:310 include/ext/import-advanced/class/import/impacc2_csv.class.php:324 include/ext/import-advanced/class/import/impacc2_csv.class.php:343 #, php-format msgid "Fiche inconnue [%s]" msgstr "onbekend bestand [%s]" @@ -7852,8 +6576,7 @@ msgstr "Map niet bestaat" msgid "Fiche invalide" msgstr "Ongeldige opnemen" -#: include/class/fiche.class.php:602 include/class/fiche.class.php:659 -#: include/ext/noalyss-portal-client/class/customer_card_mtable.class.php:92 +#: include/class/fiche.class.php:602 include/class/fiche.class.php:659 include/ext/noalyss-portal-client/class/customer_card_mtable.class.php:92 #, fuzzy msgid "Fiche n'existe pas" msgstr "] Doorsturingslijst is leeg niet" @@ -7872,14 +6595,11 @@ msgstr "Undeleted opnemen" msgid "Fiche non effacées" msgstr "Undeleted opnemen" -#: include/class/filter_data_currency_card.class.php:78 -#: include/ajax/ajax_card.php:150 -#: include/ext/importbank/class/import_bank.class.php:507 +#: include/class/filter_data_currency_card.class.php:78 include/ajax/ajax_card.php:150 include/ext/importbank/class/import_bank.class.php:507 msgid "Fiche non trouvée" msgstr "Record niet gevonden" -#: include/ajax/ajax_card.php:710 include/ajax/ajax_card.php:740 -#: include/ajax/ajax_card.php:776 +#: include/ajax/ajax_card.php:710 include/ajax/ajax_card.php:740 include/ajax/ajax_card.php:776 msgid "Fiche non valide" msgstr "Ongeldige opnemen" @@ -7896,9 +6616,7 @@ msgstr "Opslagen fiche" msgid "Fiche service invalide" msgstr "Ongeldige opnemen" -#: include/export/export_stock_resume_list.php:36 -#: include/ext/dolibarr-noalyss/import_doli/index.php:62 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:62 +#: include/export/export_stock_resume_list.php:36 include/ext/dolibarr-noalyss/import_doli/index.php:62 include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:62 msgid "Fiches" msgstr "Fiches" @@ -7916,16 +6634,8 @@ msgstr "Map niet bestaat" msgid "Fiches utilisables (D/C)" msgstr "Gebruikbare bestanden (D/C)" -#: include/class/document_modele.class.php:71 -#: include/ajax/ajax_plugin_detail.php:47 -#: include/ext/noalyss_document/class/document_load.php:152 -#: include/ext/noalyss_document/template/document-display_detail.php:225 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:121 -#: include/ext/rash/template/beneficiary-list_file.php:37 -#: include/ext/import-advanced/template/select-acc-file.php:36 -#: include/ext/import-advanced/template/history_file.php:60 -#: include/ext/import-advanced/template/select-anc-file.php:37 -#: include/template/modele_document.php:62 include/menu.inc.php:111 +#: include/class/document_modele.class.php:71 include/ajax/ajax_plugin_detail.php:47 include/ext/noalyss_document/class/document_load.php:152 include/ext/noalyss_document/template/document-display_detail.php:225 include/ext/rapport_avance/include/template/formulaire_listing.php:121 +#: include/ext/rash/template/beneficiary-list_file.php:37 include/ext/import-advanced/template/select-acc-file.php:36 include/ext/import-advanced/template/history_file.php:60 include/ext/import-advanced/template/select-anc-file.php:37 include/template/modele_document.php:62 include/menu.inc.php:111 msgid "Fichier" msgstr "Bestand" @@ -7933,12 +6643,8 @@ msgstr "Bestand" msgid "Fichier " msgstr "Bestand" -#: include/export/export_receipt.php:77 -#: include/export/export_xml-invoice.php:79 -#: include/ext/rapport_avance/raw.php:62 include/ext/rapport_avance/raw.php:108 -#: include/ext/rapport_avance/raw.php:151 include/ext/listing/raw.php:79 -#: include/ext/listing/raw.php:126 include/ext/listing/raw.php:198 -#: include/ext/listing/raw.php:239 include/ext/rash/raw.php:51 +#: include/export/export_receipt.php:77 include/export/export_xml-invoice.php:79 include/ext/rapport_avance/raw.php:62 include/ext/rapport_avance/raw.php:108 include/ext/rapport_avance/raw.php:151 include/ext/listing/raw.php:79 include/ext/listing/raw.php:126 include/ext/listing/raw.php:198 include/ext/listing/raw.php:239 +#: include/ext/rash/raw.php:51 msgid "Fichier effacé" msgstr "Verwijderde bestand" @@ -7952,9 +6658,7 @@ msgstr "Vorm" msgid "Fichier non chargé" msgstr "Record niet gevonden" -#: html/install.php:305 -#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:193 -#: include/ext/import-advanced/class/import/impacc2_file.class.php:73 +#: html/install.php:305 include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:193 include/ext/import-advanced/class/import/impacc2_file.class.php:73 #, fuzzy msgid "Fichier non sauvé" msgstr "Record niet gevonden" @@ -7969,15 +6673,12 @@ msgstr "Record niet gevonden" msgid "Fichier opérations analytique" msgstr "Operaties invoegen" -#: include/ext/import-advanced/template/input_file_acc.php:46 -#: include/ext/import-advanced/template/input_file_acc.php:75 +#: include/ext/import-advanced/template/input_file_acc.php:46 include/ext/import-advanced/template/input_file_acc.php:75 #, fuzzy msgid "Fichier opérations comptables" msgstr "Boekhoudkundig schrijven aanmaken" -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:24 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:24 -#: include/ext/import_card/include/template/input_file.php:35 +#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:24 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:24 include/ext/import_card/include/template/input_file.php:35 msgid "Fichier à charger" msgstr "Bestand te laden" @@ -7999,13 +6700,11 @@ msgstr "Dossier invoegen (vanuit de lijst include)" msgid "Fichiers" msgstr "Bestanden" -#: include/template/follow_up-display.php:397 -#: include/template/follow_up-display.php:501 +#: include/template/follow_up-display.php:397 include/template/follow_up-display.php:501 msgid "Fichiers :" msgstr "Bestanden : " -#: include/ext/import-advanced/template/upload_operation_csv.php:32 -#: include/ext/import-advanced/template/upload_operation_anc.php:32 +#: include/ext/import-advanced/template/upload_operation_csv.php:32 include/ext/import-advanced/template/upload_operation_anc.php:32 #, fuzzy msgid "Fichiers exemples" msgstr "Bestand" @@ -8015,8 +6714,7 @@ msgstr "Bestand" msgid "Fichiers inclus" msgstr "Bestanden : " -#: include/class/acc_ledger_history.class.php:358 -#: include/class/pdf.class.php:155 include/class/print_ledger.class.php:131 +#: include/class/acc_ledger_history.class.php:358 include/class/pdf.class.php:155 include/class/print_ledger.class.php:131 msgid "Filter invalide " msgstr "Filter ongeldig" @@ -8025,11 +6723,7 @@ msgstr "Filter ongeldig" msgid "Filter par journal" msgstr "Gefilterd per dagboek" -#: html/recherche.php:96 include/cfgplugin.inc.php:76 -#: include/ajax/ajax_search_filter.php:133 include/modele.inc.php:294 -#: include/ext/noalyss_document/template/document_load-display_table.php:160 -#: include/balance.inc.php:98 include/forecast.inc.php:180 -#: include/lettering.card.inc.php:97 include/menu.inc.php:145 +#: html/recherche.php:96 include/cfgplugin.inc.php:76 include/ajax/ajax_search_filter.php:133 include/modele.inc.php:294 include/ext/noalyss_document/template/document_load-display_table.php:160 include/balance.inc.php:98 include/forecast.inc.php:180 include/lettering.card.inc.php:97 include/menu.inc.php:145 msgid "Filtre" msgstr "Filter" @@ -8037,10 +6731,7 @@ msgstr "Filter" msgid "Filtre " msgstr "Filter" -#: include/class/acc_ledger_sale.class.php:1796 -#: include/class/acc_ledger_history.class.php:334 -#: include/class/acc_ledger_purchase.class.php:2217 -#: include/class/print_ledger.class.php:353 +#: include/class/acc_ledger_sale.class.php:1796 include/class/acc_ledger_history.class.php:334 include/class/acc_ledger_purchase.class.php:2217 include/class/print_ledger.class.php:353 #, fuzzy msgid "Filtre invalide" msgstr "Ongeldig datum" @@ -8050,9 +6741,7 @@ msgstr "Ongeldig datum" msgid "Filtre par journal" msgstr "Gefilterd per dagboek" -#: include/class/acc_account_ledger.class.php:897 -#: include/lib/html_input.class.php:1048 include/lib/html_input.class.php:1071 -#: include/lib/html_input.class.php:1091 +#: include/class/acc_account_ledger.class.php:897 include/lib/html_input.class.php:1048 include/lib/html_input.class.php:1071 include/lib/html_input.class.php:1091 #, fuzzy msgid "Filtre rapide" msgstr "Rapid filter:" @@ -8061,8 +6750,7 @@ msgstr "Rapid filter:" msgid "Filtre rapide:" msgstr "Rapid filter:" -#: include/ext/noalyss_document/template/document_load-display_table.php:161 -#: include/template/stock_state_search.php:50 +#: include/ext/noalyss_document/template/document_load-display_table.php:161 include/template/stock_state_search.php:50 msgid "Filtrer" msgstr "Filter" @@ -8083,15 +6771,11 @@ msgstr "Filter met quick-code, naam, aankoopdatum, of jaar van aankoop" msgid "Filtré par catégorie" msgstr "Gefilterd per categorie" -#: include/ext/tva/class/parameter/tva_parameter.class.php:351 -#: include/balance.inc.php:120 +#: include/ext/tva/class/parameter/tva_parameter.class.php:351 include/balance.inc.php:120 msgid "Filtré par journal" msgstr "Gefilterd per dagboek" -#: include/class/balance_age.class.php:154 -#: include/ext/noalyss-timesheet/include/Admin/DayOff_MTable.php:49 -#: include/template/anticipation-input_title.php:71 -#: include/template/forecast-new.php:79 +#: include/class/balance_age.class.php:154 include/ext/noalyss-timesheet/include/Admin/DayOff_MTable.php:49 include/template/anticipation-input_title.php:71 include/template/forecast-new.php:79 msgid "Fin" msgstr "Einde" @@ -8103,42 +6787,33 @@ msgstr "Einde oefening" msgid "Fin/ OD" msgstr "Einde/OD" -#: include/class/acc_ledger_search.class.php:1281 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:73 -#: include/database.item.php:136 include/database.item.php:285 -#: include/database.item.php:299 include/lib/user_menu.php:135 -#: include/cfgledger.inc.php:166 +#: include/class/acc_ledger_search.class.php:1281 include/ext/import-advanced/class/import/impacc2_csv.class.php:73 include/database.item.php:136 include/database.item.php:285 include/database.item.php:299 include/lib/user_menu.php:135 include/cfgledger.inc.php:166 msgid "Financier" msgstr "Financieel" -#: include/class/noalyss_appearance.class.php:56 -#: include/class/noalyss_appearance.class.php:57 -#: include/class/noalyss_appearance.class.php:58 +#: include/class/noalyss_appearance.class.php:56 include/class/noalyss_appearance.class.php:57 include/class/noalyss_appearance.class.php:58 msgid "Fond" -msgstr "" +msgstr "Achtergrond" #: include/class/noalyss_appearance.class.php:64 msgid "Fond " -msgstr "" +msgstr "Achtergrond" #: include/class/noalyss_appearance.class.php:62 msgid "Fond Boîte dialogue" -msgstr "" +msgstr "Achtergronddialoogvenster" #: include/class/noalyss_appearance.class.php:59 msgid "Fond item choisi" -msgstr "" +msgstr "Achtergronditem geselecteerd" #: include/class/noalyss_appearance.class.php:63 msgid "Fond titre dialogue" -msgstr "" +msgstr "Achtergrond voor dialoogtitel" #: include/class/tva_rate_mtable.class.php:96 -msgid "" -"Forcer ce poste comptable pour autoliquidation : par défault, le poste " -"d'autoliquidation est calculé : soit celui qui est en contrepartie, soit le " -"même (voir manuel)" -msgstr "" +msgid "Forcer ce poste comptable pour autoliquidation : par défault, le poste d'autoliquidation est calculé : soit celui qui est en contrepartie, soit le même (voir manuel)" +msgstr "Dwing deze boekingspost af voor omgekeerde heffing: standaard wordt de omgekeerde heffing berekend: ofwel die van de tegenboeking, ofwel dezelfde (zie handleiding)" #: include/ajax/ajax_preference.php:214 #, fuzzy @@ -8150,15 +6825,12 @@ msgstr "Export CSV" msgid "Format Invalide" msgstr "act ongeldig" -#: include/class/tax_summary.class.php:95 -#: include/class/tax_summary.class.php:115 +#: include/class/tax_summary.class.php:95 include/class/tax_summary.class.php:115 #, fuzzy msgid "Format date invalide" msgstr "act ongeldig" -#: include/ext/importbank/include/template/show_field.php:44 -#: include/ext/importbank/include/template/confirm_transfer.php:170 -#: include/ext/import-advanced/template/upload_operation_csv.php:55 +#: include/ext/importbank/include/template/show_field.php:44 include/ext/importbank/include/template/confirm_transfer.php:170 include/ext/import-advanced/template/upload_operation_csv.php:55 #, fuzzy msgid "Format de date" msgstr "Onkostennota" @@ -8193,8 +6865,7 @@ msgstr "act ongeldig" msgid "Formula" msgstr "Vorm" -#: include/ext/rapport_avance/ajax/ajax_form_modify.php:29 -#: include/ext/rapport_avance/index.php:77 +#: include/ext/rapport_avance/ajax/ajax_form_modify.php:29 include/ext/rapport_avance/index.php:77 msgid "Formulaire" msgstr "Vorm" @@ -8203,39 +6874,24 @@ msgstr "Vorm" msgid "Formulaire vide" msgstr "Vorm" -#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:21 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:44 -#: include/template/forecast_item_mtable-input.php:94 -#: include/template/forecast_item_mtable-display_table.php:41 +#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:21 include/ext/rapport_avance/include/formulaire_param_detail.class.php:44 include/template/forecast_item_mtable-input.php:94 include/template/forecast_item_mtable-display_table.php:41 #, fuzzy msgid "Formule" msgstr "Formules" -#: include/class/forecast_item_mtable.class.php:204 -#: include/class/forecast_item_mtable.class.php:207 +#: include/class/forecast_item_mtable.class.php:204 include/class/forecast_item_mtable.class.php:207 #, fuzzy msgid "Formule est vide" msgstr "is leeg" -#: include/class/forecast_item_mtable.class.php:210 -#: include/class/acc_report_mtable.class.php:126 +#: include/class/forecast_item_mtable.class.php:210 include/class/acc_report_mtable.class.php:126 #, fuzzy msgid "Formule invalide" msgstr "act ongeldig" -#: include/class/acc_ledger_history_sale.class.php:289 -#: include/class/acc_ledger_history_purchase.class.php:305 -#: include/class/acc_ledger_purchase.class.php:1595 -#: include/class/acc_ledger_purchase.class.php:1740 -#: include/class/print_ledger_simple.class.php:128 -#: include/class/pdf_operation.class.php:132 include/balance_age.inc.php:36 -#: include/XMLDocument/xml_reader.class.php:438 -#: include/ext/noalyss_document/template/document_operation-input.php:76 -#: include/ext/ohada/include/data/data_unpaid_supplier.class.php:63 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:77 -#: include/ext/import-advanced/template/operation_result.php:36 -#: include/template/acc_ledger_history_purchase_detail.php:37 -#: include/template/ledger_detail_ach.php:67 include/database.item.php:7 +#: include/class/acc_ledger_history_sale.class.php:289 include/class/acc_ledger_history_purchase.class.php:305 include/class/acc_ledger_purchase.class.php:1595 include/class/acc_ledger_purchase.class.php:1740 include/class/print_ledger_simple.class.php:128 include/class/pdf_operation.class.php:132 include/balance_age.inc.php:36 +#: include/XMLDocument/xml_reader.class.php:438 include/ext/noalyss_document/template/document_operation-input.php:76 include/ext/ohada/include/data/data_unpaid_supplier.class.php:63 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:77 include/ext/import-advanced/template/operation_result.php:36 +#: include/template/acc_ledger_history_purchase_detail.php:37 include/template/ledger_detail_ach.php:67 include/database.item.php:7 msgid "Fournisseur" msgstr "Leverancier" @@ -8284,7 +6940,7 @@ msgstr "Operaties invoegen" #: include/ext/amortis/include/am_card.class.php:297 msgid "Fraction supérieure au nombre de jours de l'exercice" -msgstr "" +msgstr "Fractie groter dan het aantal dagen in het fiscale jaar" #: include/ajax/ajax_preference.php:280 msgid "Français" @@ -8295,23 +6951,22 @@ msgstr "Frans" msgid "Fusion de plusieurs imports" msgstr "In verschillende operaties" -#: include/ext/importbank/include/template/show_import.php:16 -#: include/ext/importbank/include/template/show_import.php:104 +#: include/ext/importbank/include/template/show_import.php:16 include/ext/importbank/include/template/show_import.php:104 #, fuzzy msgid "Fusionner la sélection" msgstr "Verwijder geselecteerde bladwijzers" #: include/class/periode.class.php:684 msgid "Février" -msgstr "" +msgstr "Februari" #: include/class/tva_rate_mtable.class.php:200 msgid "G TVA exempt pour export hors Europe" -msgstr "" +msgstr "G BTW-vrijgesteld voor export buiten Europa" #: include/lib/dbg.php:151 msgid "GLOBALS" -msgstr "" +msgstr "GLOBALS" #: include/ext/profile_mgt/class/profile_mgt.class.php:60 #, fuzzy @@ -8339,15 +6994,14 @@ msgstr "GSM" #: include/ext/rash/class/Child.php:145 msgid "Garde" -msgstr "" +msgstr "Guard" #: include/database.item.php:185 #, fuzzy msgid "Generation d'un bilan interne" msgstr "Maak een intern bilan" -#: include/ext/noalyss_document/template/document_load-display_table.php:73 -#: include/database.item.php:63 +#: include/ext/noalyss_document/template/document_load-display_table.php:73 include/database.item.php:63 msgid "Gestion" msgstr "Beheer" @@ -8387,10 +7041,8 @@ msgid "Gestion des périodes" msgstr "Beheersperioden" #: include/database.item.php:69 -msgid "" -"Gestion des périodes : clôture, ajout de période, afin de créer des périodes " -"vous pouvez aussi utiliser le plugin outil comptable" -msgstr "" +msgid "Gestion des périodes : clôture, ajout de période, afin de créer des périodes vous pouvez aussi utiliser le plugin outil comptable" +msgstr "Periodebeheer: perioden afsluiten en toevoegen; om perioden aan te maken kunt u ook de plugin voor de boekhoudtool gebruiken" #: include/lib/user_menu.php:70 include/lib/user_menu.php:95 msgid "Gestion des utilisateurs" @@ -8444,39 +7096,24 @@ msgid "Grille 03 : Opérations pour lesquelles la TVA est due (21%)" msgstr "Grid 03: Concrete acties waarvan de btw verschuldigd is (21%)" #: include/ext/tva/template/tva_parameter-display.php:121 -msgid "" -"Grille 44 : Opérations pour lesquelles la TVA étrangère est due par le " -"cocontractant" -msgstr "" -"Grid 44: Concrete acties waarvan de buitenlandse btw is verschuldigd door de " -"aannemer" +msgid "Grille 44 : Opérations pour lesquelles la TVA étrangère est due par le cocontractant" +msgstr "Grid 44: Concrete acties waarvan de buitenlandse btw is verschuldigd door de aannemer" #: include/ext/tva/template/tva_parameter-display.php:122 -msgid "" -"Grille 45 : Opérations pour lesquelles la TVA est due par le cocontractant" -msgstr "" -"Grid 45: Bewerkingen waarvoor de belasting is verschuldigd door de aannemer" +msgid "Grille 45 : Opérations pour lesquelles la TVA est due par le cocontractant" +msgstr "Grid 45: Bewerkingen waarvoor de belasting is verschuldigd door de aannemer" #: include/ext/tva/template/tva_parameter-display.php:123 -msgid "" -"Grille 46 : Livraisons intracommunautaires exemptées effectuées en Belgique " -"et ventes ABC" -msgstr "" -"Grid 46: vrijgestelde intracommunautaire leveringen in België en ABC sales" +msgid "Grille 46 : Livraisons intracommunautaires exemptées effectuées en Belgique et ventes ABC" +msgstr "Grid 46: vrijgestelde intracommunautaire leveringen in België en ABC sales" #: include/ext/tva/template/tva_parameter-display.php:124 -msgid "" -"Grille 47 :Autres opérations exemptées et autres opérations effectuées à " -"l’étranger" -msgstr "" -"Grid 47: Andere operaties en andere vrijgestelde handelingen in het " -"buitenland" +msgid "Grille 47 :Autres opérations exemptées et autres opérations effectuées à l’étranger" +msgstr "Grid 47: Andere operaties en andere vrijgestelde handelingen in het buitenland" #: include/ext/tva/template/tva_parameter-display.php:125 -msgid "" -"Grille 48 : Opérations relatives aux notes de crédit des grilles 44 et 48" -msgstr "" -"Grid 48: Transacties in verband met de credit ratings van de poorten 44 en 48" +msgid "Grille 48 : Opérations relatives aux notes de crédit des grilles 44 et 48" +msgstr "Grid 48: Transacties in verband met de credit ratings van de poorten 44 en 48" #: include/ext/tva/template/tva_parameter-display.php:126 msgid "Grille 49 : Opérations relatives aux notes de crédit" @@ -8491,8 +7128,7 @@ msgid "Grille 55 : tva due sur opération grille 86 et 88" msgstr "Grid 55: verschuldigde BTW op 86 en 88 netbeheer" #: include/ext/tva/template/tva_parameter-display.php:155 -msgid "" -"Grille 56 : T.V.A. à récupérer mentionnée sur les notes de crédit délivrées " +msgid "Grille 56 : T.V.A. à récupérer mentionnée sur les notes de crédit délivrées " msgstr "Grid 56: te vorderen BTW vermeld op de afgegeven ratings" #: include/ext/tva/template/tva_parameter-display.php:145 @@ -8517,8 +7153,7 @@ msgstr "Grid 62: Diverse aanpassingen in het voordeel te verklaren BTW" #: include/ext/tva/template/tva_parameter-display.php:148 msgid "Grille 63 :T.V.A. à reverser mentionnée sur les notes de crédit reçues" -msgstr "" -"Grid 63: BTW moet worden terugbetaald vermeld op creditnota's ontvangen" +msgstr "Grid 63: BTW moet worden terugbetaald vermeld op creditnota's ontvangen" #: include/ext/tva/template/tva_parameter-display.php:131 msgid "Grille 81 : Opération sur les marchandises, matières premières..." @@ -8533,36 +7168,19 @@ msgid "Grille 83 : Opération sur les biens d'investissements" msgstr "Grid 83: Operatie op vastgoedbeleggingen" #: include/ext/tva/template/tva_parameter-display.php:134 -msgid "" -"Grille 84 : Montant des notes de crédit reçues et des corrections négatives " -"relatif aux opérations inscrites en grilles 86 et 88" -msgstr "" -"Grid 84: Bedrag van de creditnota's ontvangen en negatieve aanpassingen " -"op transacties in rasters 86 en 88 opgenomen" +msgid "Grille 84 : Montant des notes de crédit reçues et des corrections négatives relatif aux opérations inscrites en grilles 86 et 88" +msgstr "Grid 84: Bedrag van de creditnota's ontvangen en negatieve aanpassingen op transacties in rasters 86 en 88 opgenomen" #: include/ext/tva/template/tva_parameter-display.php:135 -msgid "" -"Grille 85 : Montant des notes de crédit reçues et des corrections négatives " -"relatif aux autres opérations du cadre III " -msgstr "" -"Grid 85: Bedrag van de creditnota's ontvangen en negatieve aanpassingen " -"op andere bewerkingen als onderdeel III" +msgid "Grille 85 : Montant des notes de crédit reçues et des corrections négatives relatif aux autres opérations du cadre III " +msgstr "Grid 85: Bedrag van de creditnota's ontvangen en negatieve aanpassingen op andere bewerkingen als onderdeel III" #: include/ext/tva/template/tva_parameter-display.php:136 -msgid "" -"Grille 86 : Acquisitions intracommunautaires effectuées en Belgique et " -"ventes ABC " +msgid "Grille 86 : Acquisitions intracommunautaires effectuées en Belgique et ventes ABC " msgstr "Grid 86: overnames in België en intra ABC sales" -#: include/class/follow_up.class.php:716 -#: include/class/anc_account_table.class.php:49 -#: include/export/export_anc_axis_csv.php:46 include/ext/rash/adm.php:61 -#: include/ext/rash/template/beneficiary-blank.php:37 -#: include/ext/copy_parameter/template/Analytic-display.php:57 -#: include/ext/import-advanced/template/operation_result.php:60 -#: include/template/tag_search_select.php:66 -#: include/template/tag_search_select.php:72 include/database.item.php:6 -#: include/database.item.php:46 +#: include/class/follow_up.class.php:716 include/class/anc_account_table.class.php:49 include/export/export_anc_axis_csv.php:46 include/ext/rash/adm.php:61 include/ext/rash/template/beneficiary-blank.php:37 include/ext/copy_parameter/template/Analytic-display.php:57 include/ext/import-advanced/template/operation_result.php:60 +#: include/template/tag_search_select.php:66 include/template/tag_search_select.php:72 include/database.item.php:6 include/database.item.php:46 msgid "Groupe" msgstr "Groep" @@ -8571,8 +7189,7 @@ msgstr "Groep" msgid "Groupe " msgstr "Groep" -#: include/ajax/ajax_get_profile.php:56 -#: include/template/follow_up-display.php:219 +#: include/ajax/ajax_get_profile.php:56 include/template/follow_up-display.php:219 #, fuzzy msgid "Groupe Gestion" msgstr "Management Module" @@ -8608,8 +7225,7 @@ msgid "Général" msgstr "(1) Algemeen" # Niet zeker of dit de juiste vertaling is -#: include/ext/rapport_avance/index.php:78 include/ext/listing/index.php:89 -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:99 +#: include/ext/rapport_avance/index.php:78 include/ext/listing/index.php:89 include/ext/noalyss-timesheet/template/schedule-display_employee.php:99 msgid "Génération" msgstr "Vorming" @@ -8638,8 +7254,7 @@ msgstr "Vorming" msgid "Génération écriture comptable" msgstr "Vorming van het boekhoudkundig schrijven" -#: include/class/follow_up.class.php:451 -#: include/ext/rash/template/beneficiary-input.php:653 +#: include/class/follow_up.class.php:451 include/ext/rash/template/beneficiary-input.php:653 msgid "Génére le document" msgstr "Document Maken" @@ -8648,8 +7263,7 @@ msgstr "Document Maken" msgid "Génére un token" msgstr "Document Maken" -#: include/ext/rapport_avance/include/declaration.inc.php:217 -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:39 +#: include/ext/rapport_avance/include/declaration.inc.php:217 include/ext/noalyss-timesheet/template/schedule-display_employee.php:39 #, fuzzy msgid "Générer" msgstr "Map maken" @@ -8665,69 +7279,51 @@ msgstr "De facturen opstellen " #: include/template/acc_ledger-input_extra_info.php:63 msgid "Générer une facture ou charger un document" -msgstr "" +msgstr "Een factuur genereren of een document uploaden" #: include/ext/noalyss-timesheet/timesheet.class.php:227 msgid "HH:MM Heure:Minute" -msgstr "" +msgstr "HH:MM Uur:Minuut" #: include/lib/http_input.class.php:286 msgid "HTTP266:array not set" -msgstr "" +msgstr "HTTP266:array not set" -#: include/class/acc_ledger_history_sale.class.php:292 -#: include/class/acc_ledger_history_purchase.class.php:308 -#: include/class/print_ledger_simple.class.php:133 -#: include/class/print_ledger_detail_item.class.php:164 -#: include/template/acc_ledger_history_purchase_extended.php:53 -#: include/template/acc_ledger_history_purchase_extended.php:141 -#: include/template/ledger_detail_ven.php:172 -#: include/template/acc_ledger_history_purchase_oneline.php:56 -#: include/template/acc_ledger_history_sale_oneline.php:52 -#: include/template/acc_ledger_history_sale_extended.php:55 -#: include/template/acc_ledger_history_sale_extended.php:146 -#: include/template/ledger_detail_ach.php:170 +#: include/class/acc_ledger_history_sale.class.php:292 include/class/acc_ledger_history_purchase.class.php:308 include/class/print_ledger_simple.class.php:133 include/class/print_ledger_detail_item.class.php:164 include/template/acc_ledger_history_purchase_extended.php:53 include/template/acc_ledger_history_purchase_extended.php:141 +#: include/template/ledger_detail_ven.php:172 include/template/acc_ledger_history_purchase_oneline.php:56 include/template/acc_ledger_history_sale_oneline.php:52 include/template/acc_ledger_history_sale_extended.php:55 include/template/acc_ledger_history_sale_extended.php:146 include/template/ledger_detail_ach.php:170 msgid "HTVA" msgstr "Zonder BTW" -#: include/class/acc_ledger_sale.class.php:1845 -#: include/class/acc_ledger_purchase.class.php:2270 +#: include/class/acc_ledger_sale.class.php:1845 include/class/acc_ledger_purchase.class.php:2270 msgid "HTVA Opération" msgstr "Operatie exclusief BTW" -#: include/class/document.class.php:1715 include/class/follow_up.class.php:294 -#: include/class/follow_up.class.php:826 -#: include/template/action_display_short.php:59 +#: include/class/document.class.php:1715 include/class/follow_up.class.php:294 include/class/follow_up.class.php:826 include/template/action_display_short.php:59 msgid "Haute" -msgstr "" +msgstr "High" -#: include/template/action_display_short.php:90 -#: include/template/follow_up-display.php:180 +#: include/template/action_display_short.php:90 include/template/follow_up-display.php:180 msgid "Heure" msgstr "Tijd" #: include/ext/noalyss-timesheet/template/admin-menu.php:122 msgid "Heures / semaine (HH:MM)" -msgstr "" +msgstr "Uren / week (HH:MM)" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:109 #, php-format msgid "Heures à ventiler %s" -msgstr "" +msgstr "Uren toe te wijzen %s" #: include/verif_bilan.inc.php:173 msgid "Hist." -msgstr "" +msgstr " Hist." #: include/database.item.php:73 msgid "Histo. Changement" msgstr "Histo. Verandering" -#: include/fiche.inc.php:79 include/ajax/ajax_card.php:170 -#: include/ext/rapport_avance/index.php:79 include/ext/coprop/index.php:48 -#: include/ext/listing/index.php:90 include/ext/sav/index.php:49 -#: include/ext/import-advanced/index.php:70 include/database.item.php:2 -#: include/database.item.php:74 +#: include/fiche.inc.php:79 include/ajax/ajax_card.php:170 include/ext/rapport_avance/index.php:79 include/ext/coprop/index.php:48 include/ext/listing/index.php:90 include/ext/sav/index.php:49 include/ext/import-advanced/index.php:70 include/database.item.php:2 include/database.item.php:74 msgid "Historique" msgstr "Historisch" @@ -8749,52 +7345,32 @@ msgid "Historique achat" msgstr "Historische aankoop" #: include/database.item.php:52 -msgid "" -"Historique de toutes vos opérations dans les journaux d'achats un menu de " -"recherche, vous permettra de retrouver rapidement l'opération qui vous " -"intéresse" -msgstr "" +msgid "Historique de toutes vos opérations dans les journaux d'achats un menu de recherche, vous permettra de retrouver rapidement l'opération qui vous intéresse" +msgstr "Geschiedenis van al uw transacties in de aankooplogboeken; met een zoekmenu kunt u snel de transactie vinden waarin u geïnteresseerd bent." #: include/database.item.php:54 -msgid "" -"Historique de toutes vos opérations dans les journaux d'opérations diverses " -"un menu de recherche, vous permettra de retrouver rapidement l'opération qui " -"vous intéresse" -msgstr "" +msgid "Historique de toutes vos opérations dans les journaux d'opérations diverses un menu de recherche, vous permettra de retrouver rapidement l'opération qui vous intéresse" +msgstr "Geschiedenis van al uw transacties in de logboeken met diverse transacties; met een zoekmenu kunt u snel de transactie vinden waarin u geïnteresseerd bent." #: include/database.item.php:81 -msgid "" -"Historique de toutes vos opérations dans les journaux de trésorerie un menu " -"de recherche, vous permettra de retrouver rapidement l'opération qui vous " -"intéresse" -msgstr "" +msgid "Historique de toutes vos opérations dans les journaux de trésorerie un menu de recherche, vous permettra de retrouver rapidement l'opération qui vous intéresse" +msgstr "Geschiedenis van al uw transacties in de kasboeken; met een zoekmenu kunt u snel de transactie vinden waarin u geïnteresseerd bent." #: include/database.item.php:80 -msgid "" -"Historique de toutes vos opérations dans les journaux de vente un menu de " -"recherche, vous permettra de retrouver rapidement l'opération qui vous " -"intéresse" -msgstr "" +msgid "Historique de toutes vos opérations dans les journaux de vente un menu de recherche, vous permettra de retrouver rapidement l'opération qui vous intéresse" +msgstr "Geschiedenis van al uw transacties in de verkoopdagboeken; een zoekmenu stelt u in staat om snel de transactie te vinden waarin u geïnteresseerd bent." #: include/database.item.php:140 -msgid "" -"Historique de toutes vos opérations dans tous les journaux auquels vous " -"avez accès, vous permettra de retrouver rapidement l'opération qui vous " -"intéresse sur base de la date, du poste comptable, des montants..." -msgstr "" +msgid "Historique de toutes vos opérations dans tous les journaux auquels vous avez accès, vous permettra de retrouver rapidement l'opération qui vous intéresse sur base de la date, du poste comptable, des montants..." +msgstr "Geschiedenis van al uw transacties in alle journaals waartoe u toegang hebt, zodat u snel de transactie kunt vinden waarin u geïnteresseerd bent op basis van de datum, het boekhoudkundige item en de bedragen..." #: include/database.item.php:50 -msgid "" -"Historique de toutes vos opérations un menu de recherche dans une nouvelle " -"fenêtre, vous permettra de retrouver rapidement l'opération qui vous " -"intéresse" -msgstr "" +msgid "Historique de toutes vos opérations un menu de recherche dans une nouvelle fenêtre, vous permettra de retrouver rapidement l'opération qui vous intéresse" +msgstr "Geschiedenis van al uw transacties: een zoekmenu in een nieuw venster stelt u in staat om snel de transactie te vinden waarin u geïnteresseerd bent." #: include/database.item.php:74 -msgid "" -"Historique de toutes vos opérations un menu de recherche, vous permettra de " -"retrouver rapidement l'opération qui vous intéresse" -msgstr "" +msgid "Historique de toutes vos opérations un menu de recherche, vous permettra de retrouver rapidement l'opération qui vous intéresse" +msgstr "Geschiedenis van al uw transacties: een zoekmenu stelt u in staat om snel de transactie te vinden waarin u geïnteresseerd bent" #: include/ext/coprop/index.php:48 msgid "Historique des appels" @@ -8856,11 +7432,9 @@ msgstr "Exclusief Accounting" msgid "Hôte" msgstr "Host" -#: include/XMLDocument/xml_reader.class.php:580 -#: include/ext/noalyss_xmlpayment/template/header_bank-input.php:49 -#: include/lib/iban_number.class.php:35 +#: include/XMLDocument/xml_reader.class.php:580 include/ext/noalyss_xmlpayment/template/header_bank-input.php:49 include/lib/iban_number.class.php:35 msgid "IBAN" -msgstr "" +msgstr "IBAN" #: include/ext/importbank/class/import_coda.class.php:187 #, fuzzy @@ -8884,10 +7458,7 @@ msgstr "IMPACCOPFEC-002.Echec in record" msgid "IMPACFEC-001" msgstr "IMPACFEC-001" -#: include/export/export_stock_resume_list.php:36 -#: include/template/stock_summary_list.php:47 -#: include/template/stock_summary_table.php:73 -#: include/template/stock_summary_table.php:107 +#: include/export/export_stock_resume_list.php:36 include/template/stock_summary_list.php:47 include/template/stock_summary_table.php:73 include/template/stock_summary_table.php:107 msgid "IN" msgstr "IN" @@ -8895,8 +7466,7 @@ msgstr "IN" msgid "IN/OUT" msgstr "IN/OUT" -#: include/class/fiche.class.php:1058 -#: include/class/acc_account_ledger.class.php:491 +#: include/class/fiche.class.php:1058 include/class/acc_account_ledger.class.php:491 msgid "ISO" msgstr "ISO" @@ -8904,17 +7474,13 @@ msgstr "ISO" msgid "Id" msgstr "Id" -#: include/XMLDocument/error_message.class.php:83 -#: include/XMLDocument/error_message.class.php:99 +#: include/XMLDocument/error_message.class.php:83 include/XMLDocument/error_message.class.php:99 msgid "Identifiant PEPPOL" -msgstr "" +msgstr "PEPPOL-identificatiecode" #: include/ext/modop/index.php:64 -msgid "" -"Il est déconseillé de modifier des opérations comptables, faites plutôt des " -"écritures supplémentaires pour corriger et ajoutez leur une note " -"d'explication" -msgstr "" +msgid "Il est déconseillé de modifier des opérations comptables, faites plutôt des écritures supplémentaires pour corriger et ajoutez leur une note d'explication" +msgstr "Het is niet aan te raden om boekhoudkundige transacties te wijzigen; maak in plaats daarvan aanvullende boekingen om ze te corrigeren en voeg een toelichting toe." #: include/ext/rash/class/PedagogicalFollowUp.php:152 #, fuzzy @@ -8931,11 +7497,9 @@ msgstr "Er ontbreekt een kolom voor de bedragen" #: include/class/document_modele.class.php:109 msgid "Il n'y a aucun document, cliquez sur Ajouter pour en ajouter un" -msgstr "" -"Er is geen enkel document, klik op Toevoegen om er eentje toe te voegen" +msgstr "Er is geen enkel document, klik op Toevoegen om er eentje toe te voegen" -#: include/class/acc_ledger_sale.class.php:287 -#: include/class/acc_ledger_purchase.class.php:344 +#: include/class/acc_ledger_sale.class.php:287 include/class/acc_ledger_purchase.class.php:344 msgid "Il n'y a aucune marchandise" msgstr "Er are Geen goederen" @@ -9010,7 +7574,7 @@ msgstr "Import dossier" #: include/ext/importbank/include/template/import_bank_display_duplicate.php:47 #, php-format msgid "Import n°%s du %s" -msgstr "" +msgstr "Import n°%s from %s" #: include/ext/profile_mgt/template/profile_mgt-form_upload.php:31 #, fuzzy @@ -9031,13 +7595,11 @@ msgstr "import/export plan" msgid "Import/export plan comptable" msgstr "Print boekhoudsaldi" -#: html/install.php:286 html/install.php:653 html/install.php:713 -#: html/install.php:742 +#: html/install.php:286 html/install.php:653 html/install.php:713 html/install.php:742 msgid "Important" msgstr "Belangrijk " -#: include/ext/importbank/index.php:105 -#: include/ext/import-advanced/include/imd_operation_anc.inc.php:65 +#: include/ext/importbank/index.php:105 include/ext/import-advanced/include/imd_operation_anc.inc.php:65 msgid "Importation" msgstr "Invoegen" @@ -9051,8 +7613,7 @@ msgstr "Analytischer ekening" msgid "Importation Avancée" msgstr "Informatie Bank" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:379 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:489 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:379 include/ext/import-advanced/class/import/impacc2_csv.class.php:489 #, fuzzy, php-format msgid "Importation comptabilité n° %s" msgstr "Verificatie vand van Boekhouding" @@ -9067,19 +7628,12 @@ msgstr "Operaties invoegen" msgid "Importation d'opérations comptable" msgstr "Operaties invoegen" -#: include/ext/dolibarr-noalyss/import_doli/index.php:63 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:63 +#: include/ext/dolibarr-noalyss/import_doli/index.php:63 include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:63 msgid "Importation d'opérations de vente ou d'achat" msgstr "Import transacties van verkoop of aankoop" -#: include/ext/importbank/include/template/test_file.php:7 -#: include/ext/importbank/include/template/input_file.php:7 -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_operation.php:8 -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:8 -#: include/ext/dolibarr-noalyss/import_doli/include/template/input_file.php:7 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_operation.php:8 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:8 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/input_file.php:7 +#: include/ext/importbank/include/template/test_file.php:7 include/ext/importbank/include/template/input_file.php:7 include/ext/dolibarr-noalyss/import_doli/include/template/test_operation.php:8 include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:8 +#: include/ext/dolibarr-noalyss/import_doli/include/template/input_file.php:7 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_operation.php:8 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:8 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/input_file.php:7 #: include/ext/import_card/include/template/input_file.php:20 msgid "Importation de données" msgstr "Gegevens invoegen" @@ -9098,13 +7652,11 @@ msgstr "Nieuwe bestanden importeren" msgid "Importation de nouveaux fichiers" msgstr "Nieuwe bestanden importeren" -#: include/ext/dolibarr-noalyss/import_doli/index.php:62 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:62 +#: include/ext/dolibarr-noalyss/import_doli/index.php:62 include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:62 msgid "Importation de nouvelles fiches" msgstr "Nieuwe fiches invoegen" -#: include/ext/dolibarr-noalyss/import_doli/include/template/upload_operation.php:32 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/upload_operation.php:32 +#: include/ext/dolibarr-noalyss/import_doli/include/template/upload_operation.php:32 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/upload_operation.php:32 msgid "Importation des opération" msgstr "Operaties invoegen" @@ -9114,6 +7666,10 @@ msgid "" "\t Version modifiée de import_account.\n" " Supporte les devises" msgstr "" +"Import en export van boekhoudkundige en analytische activiteiten.\n" +"\tAangepaste versie van import_account.\n" +"Ondersteunt valuta's\n" +"5acb2acf8979f6eaa13890b8c645202331f3b749;Onmogelijk, dit record wordt in een krant gebruikt\"" #: include/database.item.php:155 #, fuzzy @@ -9145,16 +7701,14 @@ msgstr "Geïmporteerd" msgid "Impossible cette fiche est utilisée dans un journal" msgstr "" -#: include/database/acc_plan_sql.class.php:94 -#: include/database/acc_plan_sql.class.php:98 +#: include/database/acc_plan_sql.class.php:94 include/database/acc_plan_sql.class.php:98 #, fuzzy msgid "Impossible d'effacer : ce poste est utilisé" msgstr "Onmogelijk om de waarde te veranderen: post is al in gebruik" #: include/class/acc_ledger.class.php:3154 msgid "Impossible d'effacer un journal qui contient des opérations" -msgstr "" -"Onmogelijk om een journaal te verwijderen waarin operaties nog actief zijn" +msgstr "Onmogelijk om een journaal te verwijderen waarin operaties nog actief zijn" #: include/cfgfiche.inc.php:38 #, fuzzy @@ -9163,12 +7717,10 @@ msgstr "Kan dit bestand op te slaan" #: include/cfgfiche.inc.php:44 msgid "" -"Impossible d'enlever cette catégorie, certaines fiches sont encore " -"utilisées\n" +"Impossible d'enlever cette catégorie, certaines fiches sont encore utilisées\n" "Les fiches non utilisées ont cependant été effacées" msgstr "" -"Onmogelijk om deze categorie te verwijderen, sommige fiches zijn nog in " -"gebruik \n" +"Onmogelijk om deze categorie te verwijderen, sommige fiches zijn nog in gebruik \n" "De niet-actieve fiches zijn daarentegen verwijderd" #: include/compta_ven.inc.php:275 @@ -9181,31 +7733,31 @@ msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\t\tl'écran administration -> utilisateur." msgstr "" +"Het is niet mogelijk deze gebruiker op dit scherm te wijzigen. U moet via\n" +"\t\t\thet beheerscherm -> gebruiker." #: include/param_sec.inc.php:170 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\tl'écran administration -> utilisateur." msgstr "" +"Het is niet mogelijk om deze gebruiker op dit scherm te wijzigen. U moet via\n" +"\t\thet beheerscherm -> gebruiker." #: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:122 msgid "Impossible de sauver ce fichier" msgstr "Kan dit bestand op te slaan" #: html/install.php:323 -msgid "" -"Impossible de se connecter à Postgresql, vérifiez les informations de " -"connection" -msgstr "" +msgid "Impossible de se connecter à Postgresql, vérifiez les informations de connection" +msgstr "Kan geen verbinding maken met PostgreSQL, controleer de verbindingsgegevens" #: include/lib/database_core.class.php:66 #, fuzzy msgid "Impossible de se connecter à postgreSql" msgstr "Kan dit bestand op te slaan" -#: include/ajax/ajax_get_profile.php:126 include/template/menu_detail.php:16 -#: include/template/action_other_action.php:22 include/database.item.php:97 -#: include/menu.inc.php:126 +#: include/ajax/ajax_get_profile.php:126 include/template/menu_detail.php:16 include/template/action_other_action.php:22 include/database.item.php:97 include/menu.inc.php:126 msgid "Impression" msgstr "Indruk" @@ -9236,20 +7788,16 @@ msgid "Impression de bilan" msgstr "Balans Printing" #: include/database.item.php:126 -msgid "" -"Impression de bilan, ce module est basique, il est plus intéressant " -"d'utiliser le plugin \"rapport avancés\"" -msgstr "" +msgid "Impression de bilan, ce module est basique, il est plus intéressant d'utiliser le plugin \"rapport avancés\"" +msgstr "Afdrukken van de balans, deze module is basis, het is interessanter om de geavanceerde rapportage\"-plug-in te gebruiken\"" #: include/database.item.php:88 msgid "Impression de rapport" msgstr "Rapport afdrukken" #: include/database.item.php:88 -msgid "" -"Impression de rapport personnalisé, il est aussi possible d'exporter en CSV " -"afin de faire des graphiques" -msgstr "" +msgid "Impression de rapport personnalisé, il est aussi possible d'exporter en CSV afin de faire des graphiques" +msgstr "Aangepaste rapportafdruk; het is ook mogelijk om naar CSV te exporteren om grafieken te maken" #: include/database.item.php:86 msgid "Impression des balances comptables" @@ -9260,11 +7808,8 @@ msgid "Impression des journaux" msgstr "Drukken van kranten" #: include/database.item.php:127 -msgid "" -"Impression des journaux avec les détails pour les parties privés, la TVA et " -"ce qui est non déductibles en ce qui concerne les journaux de vente et " -"d'achat" -msgstr "" +msgid "Impression des journaux avec les détails pour les parties privés, la TVA et ce qui est non déductibles en ce qui concerne les journaux de vente et d'achat" +msgstr "Drukwerk van journaals met details voor particulieren, btw en wat niet-aftrekbaar is met betrekking tot verkoop- en inkoopjournaals" #: include/database.item.php:87 msgid "Impression des rapprochements" @@ -9272,9 +7817,7 @@ msgstr "Print verzoeningen" #: include/database.item.php:87 #, fuzzy -msgid "" -"Impression des rapprochements : opérations non rapprochées ou avec des " -"montants différents" +msgid "Impression des rapprochements : opérations non rapprochées ou avec des montants différents" msgstr "Geletterde operaties verschillende bedragen" #: include/database.item.php:56 @@ -9287,7 +7830,7 @@ msgstr "Het grootboek afdrukken" #: include/database.item.php:160 msgid "Impressions avancées pour l'extension feuilles de présence (timesheet)" -msgstr "" +msgstr "Geavanceerd afdrukken voor de urenregistratie-extensie" #: include/ext/bilan_interne/index.php:115 include/lib/html_input.class.php:613 msgid "Imprimer" @@ -9300,7 +7843,7 @@ msgstr "Inactief" #: include/ext/noalyss-portal-client/template/customer-input.php:201 msgid "Incident" -msgstr "" +msgstr "Incident" #: include/template/trait_card-form_search.php:68 #, fuzzy @@ -9322,8 +7865,7 @@ msgstr "Invoegen bij de controle" msgid "Inclus désactivés" msgstr "Gedesactiveerd" -#: include/ext/noalyss_document/class/document_load.php:371 -#: include/ext/importbank/class/bank_item.class.php:127 +#: include/ext/noalyss_document/class/document_load.php:371 include/ext/importbank/class/bank_item.class.php:127 #, fuzzy, php-format msgid "Inconnu" msgstr "onbekend btw" @@ -9334,17 +7876,12 @@ msgid "Indiquer le type de poste" msgstr "Wijzig het type document" #: include/lib/message_javascript.php:38 -msgid "" -"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%" -msgstr "" +msgid "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%" +msgstr "Voer hier de prijs exclusief btw in als u btw-plichtig bent en deze kunt aftrekken. Voer anders hier het totaalbedrag inclusief btw in en gebruik een btw-tarief van 0%." #: html/install.php:164 -msgid "" -"Indiquez ici le répertoire où les documents temporaires peuvent être sauvés " -"exemple c:/temp, /tmp" -msgstr "" +msgid "Indiquez ici le répertoire où les documents temporaires peuvent être sauvés exemple c:/temp, /tmp" +msgstr "Geef hier de map op waar tijdelijke documenten kunnen worden opgeslagen, bijvoorbeeld c:/temp, /tmp" #: include/modele.inc.php:317 #, fuzzy @@ -9358,17 +7895,13 @@ msgstr "doorsturingslijst is leeg niet" #: include/ext/tva/template/ext_tva+display_detail_amount.php:71 msgid "Info" -msgstr "" +msgstr "Info" #: include/ext/importbank/bank_constant.php:61 msgid "Info supplémentaire" -msgstr "" +msgstr "Aanvullende informatie" -#: include/ajax/ajax_ledger.php:88 include/ajax/ajax_ledger.php:111 -#: include/ext/rash/template/beneficiary-input.php:48 -#: include/ext/noalyss-portal-client/class/customer_news.php:75 -#: include/ext/noalyss-portal-client/include/nv-annonce.inc.php:40 -#: include/ext/tva/ajax.php:117 include/ext/tva/ajax.php:199 +#: include/ajax/ajax_ledger.php:88 include/ajax/ajax_ledger.php:111 include/ext/rash/template/beneficiary-input.php:48 include/ext/noalyss-portal-client/class/customer_news.php:75 include/ext/noalyss-portal-client/include/nv-annonce.inc.php:40 include/ext/tva/ajax.php:117 include/ext/tva/ajax.php:199 #: include/template/ledger_detail_bottom.php:43 msgid "Information" msgstr "Informatie" @@ -9392,10 +7925,8 @@ msgid "Information supplémentaires" msgstr "Opgeslagen Informatie" #: include/database.item.php:83 -msgid "" -"Information sur votre société : nom, adresse... utilisé lors de la " -"génération de documents" -msgstr "" +msgid "Information sur votre société : nom, adresse... utilisé lors de la génération de documents" +msgstr "Informatie over uw bedrijf: naam, adres... gebruikt bij het genereren van documenten" #: include/lib/user_menu.php:78 include/lib/user_menu.php:98 #, fuzzy @@ -9407,8 +7938,7 @@ msgstr "Opgeslagen Informatie" msgid "Inscription" msgstr "Beschrijving" -#: html/install.php:313 include/lib/user_menu.php:74 -#: include/upgrade-plugin.php:126 +#: html/install.php:313 include/lib/user_menu.php:74 include/upgrade-plugin.php:126 #, fuzzy msgid "Installation" msgstr "Herstelt" @@ -9425,27 +7955,25 @@ msgstr "Managementmodellen" #: include/upgrade.inc.php:33 msgid "Installe la dernière version de Noalyss" -msgstr "" +msgstr "Installeert de nieuwste versie van Noalyss" #: include/upgrade.inc.php:34 msgid "Installe ou met à jour les extensions" -msgstr "" +msgstr "Installeert of werkt extensies bij" #: include/ext/listing/index.php:44 msgid "Installez d'abord l'extension Rapport Avancé" -msgstr "" +msgstr "Installeer eerst de extensie Advanced Report" #: include/class/package_template.class.php:71 #, php-format msgid "Installé le %s" -msgstr "" +msgstr "Geïnstalleerd op %s" #: include/cfgplugin.inc.php:108 #, php-format -msgid "" -"Installé par défaut dans le menu AD: %s " -msgstr "" +msgid "Installé par défaut dans le menu AD: %s " +msgstr "Standaard geïnstalleerd in het AD: %s menu\"" #: include/ext/rash/template/beneficiary-input.php:45 #, fuzzy @@ -9457,40 +7985,18 @@ msgstr "Intern" msgid "Interdit" msgstr "Intern" -#: include/class/acc_ledger_search.class.php:1136 -#: include/class/print_operation_currency.class.php:116 -#: include/class/print_operation_currency.class.php:175 -#: include/export/export_histo_csv.php:37 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:68 -#: include/template/letter_prop.php:33 include/template/letter_prop.php:77 +#: include/class/acc_ledger_search.class.php:1136 include/class/print_operation_currency.class.php:116 include/class/print_operation_currency.class.php:175 include/export/export_histo_csv.php:37 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:68 include/template/letter_prop.php:33 include/template/letter_prop.php:77 msgid "Internal" msgstr "Intern" -#: include/fiche.inc.php:580 include/class/acc_ledger_sale.class.php:1825 -#: include/class/print_ledger_fin.class.php:65 -#: include/class/print_ledger_misc.class.php:47 -#: include/class/fiche.class.php:1054 -#: include/class/acc_ledger_purchase.class.php:2247 -#: include/class/acc_account_ledger.class.php:487 -#: include/class/acc_ledger_history_generic.class.php:799 -#: include/class/balance_age.class.php:153 -#: include/class/anc_grandlivre.class.php:263 -#: include/export/export_poste_detail_csv.php:78 -#: include/export/export_poste_detail_csv.php:206 -#: include/export/export_fiche_balance_csv.php:151 -#: include/template/acc_ledger_history_purchase_extended.php:41 -#: include/template/acc_ledger_history_purchase_oneline.php:47 -#: include/template/letter_all.php:28 -#: include/template/acc_ledger_history_sale_oneline.php:43 -#: include/template/balance_aged_result.php:53 -#: include/template/acc_ledger_history_financial_oneline.php:35 -#: include/template/acc_ledger_history_sale_extended.php:43 -#: include/template/impress_reconciliation.php:17 +#: include/fiche.inc.php:580 include/class/acc_ledger_sale.class.php:1825 include/class/print_ledger_fin.class.php:65 include/class/print_ledger_misc.class.php:47 include/class/fiche.class.php:1054 include/class/acc_ledger_purchase.class.php:2247 include/class/acc_account_ledger.class.php:487 +#: include/class/acc_ledger_history_generic.class.php:799 include/class/balance_age.class.php:153 include/class/anc_grandlivre.class.php:263 include/export/export_poste_detail_csv.php:78 include/export/export_poste_detail_csv.php:206 include/export/export_fiche_balance_csv.php:151 +#: include/template/acc_ledger_history_purchase_extended.php:41 include/template/acc_ledger_history_purchase_oneline.php:47 include/template/letter_all.php:28 include/template/acc_ledger_history_sale_oneline.php:43 include/template/balance_aged_result.php:53 include/template/acc_ledger_history_financial_oneline.php:35 +#: include/template/acc_ledger_history_sale_extended.php:43 include/template/impress_reconciliation.php:17 msgid "Interne" msgstr "Intern" -#: include/class/parameter_extra_mtable.class.php:49 -#: include/template/forecast_item_mtable-input.php:87 +#: include/class/parameter_extra_mtable.class.php:49 include/template/forecast_item_mtable-input.php:87 #, fuzzy msgid "Intitulé" msgstr "Hoeveelheid" @@ -9502,7 +8008,7 @@ msgstr "is leeg" #: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:23 msgid "Introduisez ici les éléments reçus pour vous connecter à PEPPOL" -msgstr "" +msgstr "Voer hier de ontvangen informatie in om in te loggen bij PEPPOL" # Niet zeker of dit de juiste vertaling is #: include/ext/import-advanced/index.php:69 @@ -9559,34 +8065,28 @@ msgstr "Omgekeerde selectie" msgid "Inverser sélection" msgstr "Omgekeerde selectie" -#: include/template/acc_ledger_history_purchase_extended.php:138 -#: include/template/acc_ledger_history_sale_extended.php:143 +#: include/template/acc_ledger_history_purchase_extended.php:138 include/template/acc_ledger_history_sale_extended.php:143 #, fuzzy msgid "Item" msgstr "Item code" #: include/ext/rash/template/schedule_watch-display_month.php:55 msgid "Jan." -msgstr "" +msgstr "Jan." #: include/class/periode.class.php:684 msgid "Janvier" -msgstr "" +msgstr "januari" #: include/menu.inc.php:114 msgid "Javascript" msgstr "Javascript" -#: include/ext/rash/template/beneficiary-input.php:747 -#: include/template/follow_up-display.php:582 +#: include/ext/rash/template/beneficiary-input.php:747 include/template/follow_up-display.php:582 msgid "Je ne peux pas ajouter de fichier" msgstr "EEN blad Toevoegen is niet mogelijk" -#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 -#: include/ajax/ajax_preference.php:182 -#: include/ext/rash/class/Schedule_Watch.php:41 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:74 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:82 +#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 include/ajax/ajax_preference.php:182 include/ext/rash/class/Schedule_Watch.php:41 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:74 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:82 #: include/ext/noalyss-timesheet/timesheet.class.php:124 msgid "Jeudi" msgstr "Donderdag" @@ -9598,34 +8098,13 @@ msgstr "Kranten" #: include/ext/noalyss-timesheet/template/admin-menu.php:37 msgid "Jour de fermeture et féries" -msgstr "" +msgstr "Sluitingsdagen en feestdagen" -#: include/compta_fin_saldo.inc.php:47 -#: include/class/acc_ledger_search.class.php:1140 -#: include/class/operation_predef_mtable.class.php:48 -#: include/class/acc_ledger_sale.class.php:1019 -#: include/class/acc_ledger_purchase.class.php:1732 -#: include/class/acc_ledger_fin.class.php:323 -#: include/class/pdf_operation.class.php:77 -#: include/export/export_poste_detail_pdf.php:112 -#: include/export/export_printtva_csv.php:49 -#: include/export/export_printtva_csv.php:68 -#: include/export/export_ledger_pdf.php:74 -#: include/export/export_histo_csv.php:38 include/ext/tools/raw.php:76 -#: include/ext/importbank/include/template/detail_item.php:36 -#: include/ext/importbank/include/template/show_list.php:44 -#: include/ext/sav/include/sav_param.inc.php:64 -#: include/ext/noalyss-export/template/export_param.php:55 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:74 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:401 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:69 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:75 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:65 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:71 -#: include/ext/tva/template/ext_tva+display_detail_amount.php:67 -#: include/template/form_ledger_detail.php:18 -#: include/template/pre_operation_display.php:38 include/database.item.php:146 -#: include/verif_bilan.inc.php:72 +#: include/compta_fin_saldo.inc.php:47 include/class/acc_ledger_search.class.php:1140 include/class/operation_predef_mtable.class.php:48 include/class/acc_ledger_sale.class.php:1019 include/class/acc_ledger_purchase.class.php:1732 include/class/acc_ledger_fin.class.php:323 include/class/pdf_operation.class.php:77 +#: include/export/export_poste_detail_pdf.php:112 include/export/export_printtva_csv.php:49 include/export/export_printtva_csv.php:68 include/export/export_ledger_pdf.php:74 include/export/export_histo_csv.php:38 include/ext/tools/raw.php:76 include/ext/importbank/include/template/detail_item.php:36 +#: include/ext/importbank/include/template/show_list.php:44 include/ext/sav/include/sav_param.inc.php:64 include/ext/noalyss-export/template/export_param.php:55 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:74 include/ext/import-advanced/class/import/impacc2_fec.class.php:401 +#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:69 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:75 include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:65 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:71 +#: include/ext/tva/template/ext_tva+display_detail_amount.php:67 include/template/form_ledger_detail.php:18 include/template/pre_operation_display.php:38 include/database.item.php:146 include/verif_bilan.inc.php:72 msgid "Journal" msgstr "Journaal" @@ -9651,10 +8130,9 @@ msgstr "Onbestaand dagboek" #: include/class/acc_other_tax_mtable.class.php:145 msgid "Journal déjà utilisé dans autre taxe" -msgstr "" +msgstr "Journaal reeds gebruikt in een andere belastingaangifte" -#: include/ext/importbank/class/import_bank.class.php:448 -#: include/ext/importbank/include/template/import_csv.php:217 +#: include/ext/importbank/class/import_bank.class.php:448 include/ext/importbank/include/template/import_csv.php:217 #, fuzzy msgid "Journal financier mal configuré" msgstr "Financiële journalen" @@ -9668,8 +8146,7 @@ msgstr "Fout bedrag" msgid "Journal inexistant" msgstr "Onbestaand dagboek" -#: include/class/acc_ledger.class.php:3541 -#: include/ext/noalyss-export/class/export/export_csv.class.php:99 +#: include/class/acc_ledger.class.php:3541 include/ext/noalyss-export/class/export/export_csv.class.php:99 #, fuzzy msgid "Journal invalide" msgstr "Journaal" @@ -9683,8 +8160,7 @@ msgstr "Financiële journalen" msgid "Journal n'existe pas" msgstr "Inloggen bestaat niet" -#: include/class/acc_operation.class.php:673 -#: include/class/acc_operation.class.php:714 +#: include/class/acc_operation.class.php:673 include/class/acc_operation.class.php:714 #, fuzzy msgid "Journal non trouvé" msgstr "Handeling is niet gevonden" @@ -9694,8 +8170,7 @@ msgstr "Handeling is niet gevonden" msgid "Journal type non déterminé" msgstr "Handeling is niet gevonden" -#: include/class/acc_other_tax_mtable.class.php:38 -#: include/class/acc_ledger_search.class.php:1271 include/param_sec.inc.php:228 +#: include/class/acc_other_tax_mtable.class.php:38 include/class/acc_ledger_search.class.php:1271 include/param_sec.inc.php:228 msgid "Journaux" msgstr "Dagboeken" @@ -9706,7 +8181,7 @@ msgstr "Dagboeken" #: include/lib/message_javascript.php:109 msgid "Journaux Achat ou vente en mode simple, TVA ou détaillé" -msgstr "" +msgstr "Kranten kopen of verkopen in eenvoudige, btw- of gedetailleerde modus" #: include/class/acc_ledger.class.php:2536 #, fuzzy @@ -9745,7 +8220,7 @@ msgstr "Jounalen over Verschillende Handelingen" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:126 msgid "Journée confirmée, commentaires non possible" -msgstr "" +msgstr "Dag bevestigd, geen reacties mogelijk" #: include/ext/amortis/ajax.php:115 #, fuzzy @@ -9764,19 +8239,17 @@ msgstr "City" #: include/class/periode.class.php:685 msgid "Juin" -msgstr "" +msgstr "Juni" #: include/ext/rash/template/schedule_watch-display_month.php:60 msgid "Juin." -msgstr "" +msgstr " juni." #: include/impress_gl_comptes.inc.php:78 msgid "Jusqu'au poste" msgstr "Om de positie" -#: include/class/anc_print.class.php:149 -#: include/template/impress_cat_card.php:18 -#: include/template/stock_histo_search.php:47 include/impress_jrn.inc.php:141 +#: include/class/anc_print.class.php:149 include/template/impress_cat_card.php:18 include/template/stock_histo_search.php:47 include/impress_jrn.inc.php:141 msgid "Jusque" msgstr "Peuter" @@ -9791,33 +8264,28 @@ msgstr "Autoliquidatie" #: include/XMLDocument/error_message.class.php:77 msgid "L'email de la société " -msgstr "" +msgstr "Het e-mailadres van het bedrijf" #: include/company.inc.php:284 msgid "L'exercice commence par un report des soldes" -msgstr "" +msgstr "De oefening begint met een overdracht van de saldi" #: include/ajax/ajax_admin.php:421 msgid "L'extension doit être activée dans le dossier avec C0PLG" -msgstr "" +msgstr "De extensie moet worden geactiveerd in de map met C0PLG" -#: include/ext/alchimerys_peppol_synchro/nds_param.php:65 -#: include/ext/alchimerys_peppol_synchro/nds_synchro.php:86 -#: include/ext/noalyss-webservice/nw_service.php:101 -#: include/ext/skel/index.php:102 include/ext/rapport_avance/index.php:42 -#: include/ext/coprop/index.php:85 include/ext/rash/index.php:91 -#: include/ext/sav/index.php:82 include/ext/noalyss-timesheet/bootstrap.php:59 -#: include/ext/noalyss-portal-client/index.php:108 include/ext/tva/index.php:78 +#: include/ext/alchimerys_peppol_synchro/nds_param.php:65 include/ext/alchimerys_peppol_synchro/nds_synchro.php:86 include/ext/noalyss-webservice/nw_service.php:101 include/ext/skel/index.php:102 include/ext/rapport_avance/index.php:42 include/ext/coprop/index.php:85 include/ext/rash/index.php:91 include/ext/sav/index.php:82 +#: include/ext/noalyss-timesheet/bootstrap.php:59 include/ext/noalyss-portal-client/index.php:108 include/ext/tva/index.php:78 msgid "L'extension est installée, pourriez-vous en vérifier le paramètrage ?" msgstr "De extensie is geïnstalleerd, kunt u de instellingen te controleren?" #: include/param_sec.inc.php:181 msgid "L'utilisateur n'a pas accès à ce dossier" -msgstr "" +msgstr "De gebruiker heeft geen toegang tot deze map" #: include/class/html_input_noalyss.class.php:46 msgid "LAD46 Erreur type" -msgstr "" +msgstr "LAD46 Standaardfout" #: html/install.php:681 #, php-format @@ -9827,6 +8295,11 @@ msgid "" " avec phpPgAdmin ou pgAdmin3 ou en commande en ligne\n" " puis faites un seul de ces choix : " msgstr "" +"De database %s is leeg,\n" +"Log alstublieft in\n" +"met behulp van phpPgAdmin of pgAdmin3 of via de commandoregel\n" +"Maak vervolgens slechts één van deze keuzes:\n" +"df49e35e674bc5479b133912d93d1879088ffa5e;De factuurdatum wordt opgeslagen in de transactieomschrijving\"" #: html/install.php:559 #, fuzzy @@ -9837,58 +8310,38 @@ msgstr "UW datagegevens is niet van de laatste versie" msgid "La date de facture sera sauvegardée dans le libellé d'opération" msgstr "" -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:54 -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:58 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:54 include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:58 msgid "La date donnée est invalide" msgstr "Gegeven datum is ongeldig" -#: include/class/acc_ledger_sale.class.php:194 -#: include/class/acc_ledger_sale.class.php:219 -#: include/class/acc_ledger_sale.class.php:238 -#: include/class/acc_ledger_sale.class.php:240 -#: include/class/acc_ledger_sale.class.php:243 -#: include/class/acc_ledger_sale.class.php:250 -#: include/class/acc_ledger_sale.class.php:281 -#: include/class/acc_ledger_purchase.class.php:200 -#: include/class/acc_ledger_purchase.class.php:227 -#: include/class/acc_ledger_purchase.class.php:256 -#: include/class/acc_ledger_purchase.class.php:258 -#: include/class/acc_ledger_purchase.class.php:265 -#: include/class/acc_ledger_purchase.class.php:279 +#: include/class/acc_ledger_sale.class.php:194 include/class/acc_ledger_sale.class.php:219 include/class/acc_ledger_sale.class.php:238 include/class/acc_ledger_sale.class.php:240 include/class/acc_ledger_sale.class.php:243 include/class/acc_ledger_sale.class.php:250 include/class/acc_ledger_sale.class.php:281 +#: include/class/acc_ledger_purchase.class.php:200 include/class/acc_ledger_purchase.class.php:227 include/class/acc_ledger_purchase.class.php:256 include/class/acc_ledger_purchase.class.php:258 include/class/acc_ledger_purchase.class.php:265 include/class/acc_ledger_purchase.class.php:279 #: include/class/acc_ledger_purchase.class.php:304 msgid "La fiche " msgstr "Het blad" -#: include/class/acc_ledger.class.php:1342 -#: include/class/acc_ledger.class.php:1497 +#: include/class/acc_ledger.class.php:1342 include/class/acc_ledger.class.php:1497 #, php-format msgid "La fiche %s n'a pas de poste comptable" msgstr "De% s-plug heeft geen financieel administratieve post" -#: include/class/acc_ledger_sale.class.php:191 -#: include/class/acc_ledger_sale.class.php:233 -#: include/class/acc_ledger.class.php:1333 -#: include/class/acc_ledger_purchase.class.php:197 -#: include/class/acc_ledger_purchase.class.php:252 -#: include/class/acc_ledger_fin.class.php:140 +#: include/class/acc_ledger_sale.class.php:191 include/class/acc_ledger_sale.class.php:233 include/class/acc_ledger.class.php:1333 include/class/acc_ledger_purchase.class.php:197 include/class/acc_ledger_purchase.class.php:252 include/class/acc_ledger_fin.class.php:140 #, fuzzy, php-format msgid "La fiche %s n'est plus utilisée" msgstr "De% s-plug heeft geen financieel administratieve post" #: include/lib/message_javascript.php:72 #, fuzzy -msgid "" -"La numérotation est propre à chaque journal. Laissez à 0 pour ne pas changer " -"le numéro" +msgid "La numérotation est propre à chaque journal. Laissez à 0 pour ne pas changer le numéro" msgstr "Dagboek van nummering hängt" #: include/class/card_attribut_mtable.class.php:207 msgid "La précision doit être un chiffre" -msgstr "" +msgstr "De precisie moet een getal zijn" #: include/ajax/ajax_search_peppol.php:66 msgid "La recherche par nom et numéro de TVA sont limitées à la Belgique" -msgstr "" +msgstr "Zoekopdrachten op naam en btw-nummer zijn beperkt tot België" #: include/class/card_attribut_mtable.class.php:216 #, fuzzy @@ -9896,32 +8349,24 @@ msgid "La requête SQL est vide " msgstr "is leeg" #: include/param_sec.inc.php:328 -msgid "" -"La sécurité sur les actions permet de limiter ce que l'utilisateur peut " -"faire, si elle n'est pas active l'utilisateur a donc accès à toutes ces " -"actions" -msgstr "" +msgid "La sécurité sur les actions permet de limiter ce que l'utilisateur peut faire, si elle n'est pas active l'utilisateur a donc accès à toutes ces actions" +msgstr "Actiebeveiliging beperkt wat de gebruiker kan doen; als deze niet actief is, heeft de gebruiker toegang tot alle acties." #: include/param_sec.inc.php:253 -msgid "" -"La sécurité sur les journaux, permet de limiter l'accès de l'utilisateur aux " -"journaux, si cette sécurité n'est pas activée , l'utilisateur a accès à " -"tous les journaux en lecture et écriture" -msgstr "" +msgid "La sécurité sur les journaux, permet de limiter l'accès de l'utilisateur aux journaux, si cette sécurité n'est pas activée , l'utilisateur a accès à tous les journaux en lecture et écriture" +msgstr "Logbeveiliging stelt u in staat de toegang van gebruikers tot logbestanden te beperken. Als deze beveiliging niet is ingeschakeld, heeft de gebruiker lees- en schrijftoegang tot alle logbestanden." -#: include/class/anc_account_table.class.php:47 -#: include/class/document_state_mtable.class.php:43 -#: include/ajax/ajax_plugin_detail.php:35 +#: include/class/anc_account_table.class.php:47 include/class/document_state_mtable.class.php:43 include/ajax/ajax_plugin_detail.php:35 msgid "Label" msgstr "Etiket" #: include/ext/import-advanced/template/tva_parameter_list.php:30 msgid "Label TVA Noalyss" -msgstr "" +msgstr "Noalyss btw-label" #: include/ext/noalyss-timesheet/export-ts.php:119 msgid "Laisser à vide pour avoir tous les employés" -msgstr "" +msgstr "Laat leeg om alle medewerkers te kunnen weergeven" #: include/lib/message_javascript.php:74 msgid "Laissez à 0 pour ne pas changer le numéro" @@ -9936,10 +8381,9 @@ msgstr "Laat 0 het nummer niet wijzigen" msgid "Langue" msgstr "Taal" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:50 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:81 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:50 include/ext/import-advanced/class/import/impacc2_csv.class.php:81 msgid "Latin" -msgstr "" +msgstr "Latin" #: include/ext/importbank/include/template/import_csv.php:46 #, fuzzy @@ -9948,11 +8392,12 @@ msgstr "latin1" #: include/database.item.php:198 msgid "" -"Le but de l’application est de gérer l’entrée des bénéficiaires et le suivi " -"de ceux-ci ainsi que\n" -" le reporting vers la Région Wallonne qui inclut des données " -"spécifiques à indiquer." +"Le but de l’application est de gérer l’entrée des bénéficiaires et le suivi de ceux-ci ainsi que\n" +" le reporting vers la Région Wallonne qui inclut des données spécifiques à indiquer." msgstr "" +"Het doel van de applicatie is het beheren van de inschrijving van begunstigden en hun opvolging, evenals\n" +"rapportage aan het Waals Gewest, inclusief specifieke gegevens die moeten worden aangegeven.\n" +"c8149f92712d48cb63490a50535273ef379b6fd9;Het pad naar de map met psql en pg_dump...\"" #: html/install.php:166 msgid "Le chemin vers le repertoire contenant psql, pg_dump..." @@ -9965,13 +8410,11 @@ msgstr "De Naam mag are niet leeg" #: include/class/tva_rate_mtable.class.php:463 msgid "Le code d'exemption TVA n' pas de sens sans code Facture électronique" -msgstr "" +msgstr "De btw-vrijstellingscode is zinloos zonder een elektronische factuurcode" #: include/class/tva_rate_mtable.class.php:458 -msgid "" -"Le code d'exemption TVA ne peut être utilisé avec ce code Facture " -"électronique UBL " -msgstr "" +msgid "Le code d'exemption TVA ne peut être utilisé avec ce code Facture électronique UBL " +msgstr "De btw-vrijstellingscode kan niet worden gebruikt met deze UBL e-factuurcode" #: include/dossier.inc.php:433 #, fuzzy, php-format @@ -9980,10 +8423,8 @@ msgstr "De Naam van de map is leeg" #: html/index.php:188 #, php-format -msgid "" -"Le fichier %s/install.php est encore présent, après l'avoir exécuté pour " -"vous mettre à jour, vous devez l'effacer." -msgstr "" +msgid "Le fichier %s/install.php est encore présent, après l'avoir exécuté pour vous mettre à jour, vous devez l'effacer." +msgstr "Het bestand %s/install.php is nog steeds aanwezig; nadat u het hebt uitgevoerd om uw systeem bij te werken, moet u het verwijderen." #: include/class/tva_rate_mtable.class.php:452 #, fuzzy @@ -10007,10 +8448,8 @@ msgstr "De naam mag niet leeg zijn" #: include/class/extension.class.php:166 #, php-format -msgid "" -"Le menu %s dont dépend %s doit être crée ou %s doit être ajouté depuis le " -"menu C0PROFL" -msgstr "" +msgid "Le menu %s dont dépend %s doit être crée ou %s doit être ajouté depuis le menu C0PROFL" +msgstr "Het %s-menu waarvan %s afhankelijk is, moet worden aangemaakt of %s moet worden toegevoegd vanuit het C0PROFL-menu" #: include/modele.inc.php:458 #, fuzzy, php-format @@ -10019,10 +8458,8 @@ msgstr "Lege regels worden gewist" #: include/class/acc_ledger_fin.class.php:230 #, php-format -msgid "" -"Le montant de l'extrait est incorrect, solde donné [ %s ] solde calculé " -"[%s] , différence de [%s]" -msgstr "" +msgid "Le montant de l'extrait est incorrect, solde donné [ %s ] solde calculé [%s] , différence de [%s]" +msgstr "Het bedrag op het afschrift is onjuist, opgegeven saldo [%s], berekend saldo [%s], verschil van [%s]" #: html/install.php:235 #, fuzzy @@ -10030,10 +8467,8 @@ msgid "Le mot de passe du super admin et le login ne peuvent être vides" msgstr "De naam mag niet leeg zijn" #: html/install.php:264 -msgid "" -"Le mot de passe du super admin et le superadmin ne peut pas contenir des " -"guillemets ou espaces, ni @mobile" -msgstr "" +msgid "Le mot de passe du super admin et le superadmin ne peut pas contenir des guillemets ou espaces, ni @mobile" +msgstr "Het superbeheerderswachtwoord en de gebruikersnaam superadmin mogen geen aanhalingstekens of spaties bevatten, noch @mobile" #: include/user.inc.php:254 #, fuzzy @@ -10047,13 +8482,11 @@ msgstr "De% s-plug heeft geen financieel administratieve post" #: include/periode.inc.php:57 msgid "Le même libellé ne peut pas être utilisé pour 2 exercices" -msgstr "" +msgstr "Dezelfde formulering kan niet voor twee oefeningen worden gebruikt" #: include/database.item.php:84 -msgid "" -"Le navigateur vous présente une liste de menu auquel vous avez accès et vous " -"permet d'accèder plus rapidement au menu que vous souhaitez" -msgstr "" +msgid "Le navigateur vous présente une liste de menu auquel vous avez accès et vous permet d'accèder plus rapidement au menu que vous souhaitez" +msgstr "De browser toont u een menulijst waartoe u toegang hebt en waarmee u snel het gewenste menu kunt openen." #: include/lib/icard.class.php:474 #, fuzzy @@ -10071,7 +8504,7 @@ msgstr "De categorie naam mag niet leeg zijn" #: include/class/anc_account_table.class.php:85 msgid "Le nom doit être unique dans un plan analytique" -msgstr "" +msgstr "De naam moet uniek zijn binnen een analyseplan" #: include/dossier.inc.php:61 msgid "Le nom du dossier est vide" @@ -10082,15 +8515,11 @@ msgstr "De Naam van de map is leeg" msgid "Le nom est vide" msgstr "is leeg" -#: include/class/template_card_category.class.php:72 -#: include/class/forecast_deprecated.class.php:73 -#: include/ajax/ajax_card.php:681 include/forecast.inc.php:81 +#: include/class/template_card_category.class.php:72 include/class/forecast_deprecated.class.php:73 include/ajax/ajax_card.php:681 include/forecast.inc.php:81 msgid "Le nom ne peut pas être vide" msgstr "De Naam mag are niet leeg" -#: include/class/anc_key.class.php:183 -#: include/class/anc_account_table.class.php:91 -#: include/ajax/ajax_anc_plan.php:55 include/lib/itva_popup.class.php:195 +#: include/class/anc_key.class.php:183 include/class/anc_account_table.class.php:91 include/ajax/ajax_anc_plan.php:55 include/lib/itva_popup.class.php:195 msgid "Le nom ne peut être vide" msgstr "De naam mag niet leeg zijn" @@ -10106,29 +8535,24 @@ msgstr "Het hernummeren van de ondersteunende documenten" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:138 msgid "Le numéro des pièces ne suivra pas l'ordre chronologique." -msgstr "" +msgstr "De onderdeelnummers volgen geen chronologische volgorde." #: include/class/acc_ledger.class.php:1357 #, fuzzy, php-format -msgid "" -"Le poste %s n'est pas accessible dans ce journal, à configurer dans C0JRN" +msgid "Le poste %s n'est pas accessible dans ce journal, à configurer dans C0JRN" msgstr "wordt niet in this journaal" #: include/lib/message_javascript.php:73 -msgid "" -"Le préfixe des pièces doit être différent pour chaque journal, on peut aussi " -"utiliser l'année" -msgstr "" -"Het voorvoegsel onderdelen moeten verschillend zijn voor elk logboek kunt u " -"ook gebruik maken van het jaar" +msgid "Le préfixe des pièces doit être différent pour chaque journal, on peut aussi utiliser l'année" +msgstr "Het voorvoegsel onderdelen moeten verschillend zijn voor elk logboek kunt u ook gebruik maken van het jaar" #: include/lib/message_javascript.php:65 msgid "Le résultat peut changer en fonction du type de journal" -msgstr "" +msgstr "Het resultaat kan variëren afhankelijk van het type tijdschrift" #: include/ext/bilan_interne/row_descriptor.class.php:81 msgid "Le style de ligne doit être un nombre" -msgstr "" +msgstr "De lijnstijl moet een getal zijn" #: include/ext/invoicing/include/invoice_send_mail.inc.php:73 msgid "Le sujet est obligatoire" @@ -10140,11 +8564,9 @@ msgstr "Het totaal is niet 100, het berekende totaal = " #: include/anc_great_ledger.inc.php:41 msgid "Le traitement est en cours , merci de patienter sans recharger la page" -msgstr "" +msgstr "De verwerking is bezig, wacht even zonder de pagina opnieuw te laden" -#: include/class/profile_menu.class.php:250 -#: include/class/profile_menu.class.php:276 -#: include/export/export_security_pdf.php:132 +#: include/class/profile_menu.class.php:250 include/class/profile_menu.class.php:276 include/export/export_security_pdf.php:132 msgid "Lecture" msgstr "Lezing" @@ -10157,98 +8579,80 @@ msgstr "Schrijven opstellen" msgid "Les 2" msgstr "2" -#: include/class/tva_rate_mtable.class.php:359 -#: include/class/tva_rate_mtable.class.php:361 +#: include/class/tva_rate_mtable.class.php:359 include/class/tva_rate_mtable.class.php:361 #, fuzzy msgid "Les 2 postes comptables ne peuvent être nuls" msgstr "De naam mag niet leeg zijn" #: include/param_sec.inc.php:240 include/param_sec.inc.php:314 msgid "Les administrateurs NOALYSS ont toujours accès à tout" -msgstr "" +msgstr "NOALYSS-beheerders hebben altijd toegang tot alles" #: include/ext/bilan_interne/row_descriptor.class.php:78 msgid "Les champs \"code\" et \"variable\" doivent être vides simultanément" -msgstr "" +msgstr "De velden \"code\" en \"variabele\" moeten tegelijkertijd leeg zijn" #: include/impress_rapport.inc.php:301 msgid "Les clauses FROM sont ignorés avec les dates calendriers" -msgstr "" +msgstr "FROM-clausules worden genegeerd bij kalenderdatums" #: include/lib/message_javascript.php:71 msgid "Les dates sont en format DD.MM.YYYY" msgstr "referentiepunt in formaat TT.MM.JJJJ" #: include/ext/import-advanced/template/transfer-select-file.php:41 -msgid "" -"Les données analytiques ne peuvent pas être chargées avec un fichier FEC" -msgstr "" +msgid "Les données analytiques ne peuvent pas être chargées avec un fichier FEC" +msgstr "Analytische gegevens kunnen niet worden geladen met een FEC-bestand" -#: include/ext/noalyss-timesheet/ajax/ajax_employee_list.php:27 -#: include/ext/noalyss-timesheet/template/admin-menu.php:99 -msgid "" -"Les employés doivent avoir un profil rempli pour pouvoir accèder aux modules " -"de Feuille de Présence pour lesquels ils ont un accès" -msgstr "" +#: include/ext/noalyss-timesheet/ajax/ajax_employee_list.php:27 include/ext/noalyss-timesheet/template/admin-menu.php:99 +msgid "Les employés doivent avoir un profil rempli pour pouvoir accèder aux modules de Feuille de Présence pour lesquels ils ont un accès" +msgstr "Werknemers moeten een volledig profiel hebben om toegang te krijgen tot de modules voor aanwezigheidsregistratie waartoe zij toegang hebben." #: include/ext/noalyss-timesheet/template/admin-menu.php:154 msgid "Les employés ne peuvent saisir des dates que pour le calendrier défini" -msgstr "" +msgstr "Medewerkers kunnen alleen datums invoeren voor de gedefinieerde kalender" #: include/class/anc_grandlivre.class.php:211 #, fuzzy -msgid "" -"Les extensions CONVERT_GIF_PDF et PDFTK pour convertir en pdf ne sont pas " -"installées " -msgstr "" -"De extensies om het document om te zetten naar pdf zijn niet geïnstalleerd" +msgid "Les extensions CONVERT_GIF_PDF et PDFTK pour convertir en pdf ne sont pas installées " +msgstr "De extensies om het document om te zetten naar pdf zijn niet geïnstalleerd" #: include/upgrade-plugin.php:51 msgid "Les extensions doivent être activées dans le dossier après installation" -msgstr "" +msgstr "Extensies moeten na installatie in de map worden ingeschakeld" #: include/ext/import_card/include/import_card.class.php:272 msgid "Les fiches doivent avoir au minimum un nom" msgstr "De stekkers moet ten minste een naam hebben" #: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:93 -msgid "" -"Les fichiers doivent avoir 4 colonnes : nom , numéro TVA, montant hors taxe, " -"montant tva" -msgstr "" +msgid "Les fichiers doivent avoir 4 colonnes : nom , numéro TVA, montant hors taxe, montant tva" +msgstr "Bestanden moeten 4 kolommen bevatten: naam, btw-nummer, bedrag exclusief btw, btw-bedrag" #: include/ext/rapport_avance/include/template/formulaire_listing.php:82 -msgid "" -"Les formulaires sont disponibles dans le Package Repository ou depuis les " -"contributions" -msgstr "" +msgid "Les formulaires sont disponibles dans le Package Repository ou depuis les contributions" +msgstr "De formulieren zijn beschikbaar in de pakketrepository of via bijdragen" #: include/ext/profile_mgt/template/profile_mgt-display_profile.php:28 -msgid "" -"Les gestions de dépôt et des groupes de gestion ne sont ni importés ni " -"exportés." -msgstr "" +msgid "Les gestions de dépôt et des groupes de gestion ne sont ni importés ni exportés." +msgstr "Deposito's en het beheer van de beheergroep worden noch geïmporteerd noch geëxporteerd." #: include/ext/import-advanced/include/imd_transfer.inc.php:70 #, php-format -msgid "" -"Les imports du fichier comptable %s et des fichiers analytiques %s ont " -"échoués" -msgstr "" +msgid "Les imports du fichier comptable %s et des fichiers analytiques %s ont échoués" +msgstr "Importeren van boekhoudbestand %s en analysebestanden %s is mislukt" #: html/install.php:299 msgid "Les informations sont sauvées vous pouvez continuer" -msgstr "" +msgstr "De gegevens zijn opgeslagen, u kunt verdergaan" #: include/ext/importbank/include/template/confirm_transfer.php:213 msgid "Les lignes ayant ce nombre de colonnes sont valides" -msgstr "" +msgstr "Rijen met dit aantal kolommen zijn geldig" #: include/ext/importbank/include/template/show_field.php:96 -msgid "" -"Les lignes ayant ce nombre de colonnes sont valides, laissez à vide si vous " -"ne savez pas" -msgstr "" +msgid "Les lignes ayant ce nombre de colonnes sont valides, laissez à vide si vous ne savez pas" +msgstr "Rijen met dit aantal kolommen zijn geldig, laat dit veld leeg als u het niet weet" #: include/ext/importbank/include/template/confirm_transfer.php:222 #, fuzzy @@ -10256,71 +8660,48 @@ msgid "Les lignes en rouge ne seront pas importées" msgstr "Lege regels worden gewist" #: include/lib/message_javascript.php:52 -msgid "" -"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" -msgstr "" +msgid "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" +msgstr "Menu's kunnen alleen afhankelijk zijn van een hoofdmenu of een submenu. Als deze lijst leeg is, voeg dan modules of een hoofdmenu toe zonder een afhankelijkheid te specificeren." #: include/class/invoice_pdf.class.php:224 #, php-format msgid "Les montants sont en %s taux %s" -msgstr "" +msgstr "De bedragen zijn in %s tarief %s" #: include/database.item.php:48 -msgid "" -"Les opérations prédéfinies sont des opérations que vous faites régulièrement " -"(loyer, abonnement,...) " -msgstr "" +msgid "Les opérations prédéfinies sont des opérations que vous faites régulièrement (loyer, abonnement,...) " +msgstr "Vooraf gedefinieerde bewerkingen zijn bewerkingen die u regelmatig uitvoert (huren, abonnementen, enz.)" #: include/lib/message_javascript.php:115 -msgid "" -"Les postes comptables sont entre [] , les fiches entre {} et les postes " -"analytiques entre {{ }}" -msgstr "" +msgid "Les postes comptables sont entre [] , les fiches entre {} et les postes analytiques entre {{ }}" +msgstr "Boekhoudkundige gegevens staan tussen [], records tussen {} en analytische gegevens tussen {{ }}" #: include/lib/message_javascript.php:35 -msgid "" -"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" -msgstr "" +msgid "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" +msgstr "Boekhoudperioden dienen als een tweede controle voor de transactiedatum. Wijzig dit in uw voorkeuren om een andere standaardperiode in te stellen. Om te voorkomen dat u de periode opnieuw moet wijzigen, gaat u naar BEDRIJF en stelt u 'Boekhoudperiode weergeven' in op 'nee'." -#: include/ext/noalyss-timesheet/ajax/ajax_manager.php:27 -#: include/ext/noalyss-timesheet/template/admin-menu.php:190 -msgid "" -"Les responsables, doivent avoir un profil complet et accès au module TS4/" -"Validation" -msgstr "" +#: include/ext/noalyss-timesheet/ajax/ajax_manager.php:27 include/ext/noalyss-timesheet/template/admin-menu.php:190 +msgid "Les responsables, doivent avoir un profil complet et accès au module TS4/Validation" +msgstr "Managers moeten een volledig profiel hebben en toegang tot de TS4/Validatie-module" #: include/ext/noalyss-export/template/export_param.php:46 -msgid "" -"Les séparateurs de champs ainsi que les séparateurs décimales sont dans vos " -"préférences" -msgstr "" +msgid "Les séparateurs de champs ainsi que les séparateurs décimales sont dans vos préférences" +msgstr "Veldscheidingstekens en decimale scheidingstekens vindt u in uw voorkeuren" -#: include/ext/importbank/include/template/import_csv.php:132 -#: include/ext/importbank/include/template/import_csv.php:172 +#: include/ext/importbank/include/template/import_csv.php:132 include/ext/importbank/include/template/import_csv.php:172 msgid "Les séparateurs décimals et de millier doivent être différents" -msgstr "" +msgstr "De decimale scheidingstekens en duizendtalscheidingstekens moeten verschillend zijn" -#: include/export/export_poste_detail_pdf.php:116 -#: include/export/export_gl_pdf.php:60 +#: include/export/export_poste_detail_pdf.php:116 include/export/export_gl_pdf.php:60 #, fuzzy msgid "Let" msgstr "Laten." -#: include/fiche.inc.php:587 include/export/export_poste_detail_csv.php:89 -#: include/export/export_fiche_detail_csv.php:79 -#: include/export/export_fiche_balance_csv.php:157 +#: include/fiche.inc.php:587 include/export/export_poste_detail_csv.php:89 include/export/export_fiche_detail_csv.php:79 include/export/export_fiche_balance_csv.php:157 msgid "Let." msgstr "Laten." -#: include/ajax/ajax_display_letter.php:62 include/export/export_gl_csv.php:69 -#: include/template/letter_all.php:19 include/template/letter_prop.php:24 -#: include/template/letter_prop.php:68 include/database.item.php:64 -#: include/category_card.inc.php:86 +#: include/ajax/ajax_display_letter.php:62 include/export/export_gl_csv.php:69 include/template/letter_all.php:19 include/template/letter_prop.php:24 include/template/letter_prop.php:68 include/database.item.php:64 include/category_card.inc.php:86 msgid "Lettrage" msgstr "Belettering" @@ -10348,80 +8729,32 @@ msgstr "Belettering voor de boekhoudkundige positie" msgid "Lettre de rappel" msgstr "Herinnering" -#: include/export/export_poste_detail_csv.php:77 -#: include/export/export_poste_detail_csv.php:204 +#: include/export/export_poste_detail_csv.php:77 include/export/export_poste_detail_csv.php:204 msgid "Lib." -msgstr "" +msgstr "Lib." -#: include/ext/rapport_avance/ajax/ajax_input_new_param.php:63 -#: include/ext/importbank/bank_constant.php:58 -#: include/ext/importbank/include/template/detail_item.php:88 +#: include/ext/rapport_avance/ajax/ajax_input_new_param.php:63 include/ext/importbank/bank_constant.php:58 include/ext/importbank/include/template/detail_item.php:88 #, fuzzy msgid "Libelle" msgstr "smaad" -#: include/fiche.inc.php:451 include/class/payment_method_mtable.class.php:43 -#: include/class/anc_operation.class.php:333 -#: include/class/acc_report_mtable.class.php:62 -#: include/class/acc_ledger_sale.class.php:1022 -#: include/class/acc_ledger_sale.class.php:1823 -#: include/class/acc_operation.class.php:934 -#: include/class/acc_ledger.class.php:734 -#: include/class/acc_ledger.class.php:751 -#: include/class/acc_ledger.class.php:1034 -#: include/class/acc_ledger.class.php:1089 include/class/periode.class.php:553 -#: include/class/acc_ledger_purchase.class.php:1735 -#: include/class/acc_ledger_purchase.class.php:2245 -#: include/class/acc_ledger_fin.class.php:809 -#: include/class/pre_op_advanced.class.php:198 -#: include/class/print_ledger_detail_item.class.php:59 -#: include/class/print_ledger_detail_item.class.php:161 -#: include/class/acc_ledger_history_generic.class.php:803 -#: include/class/acc_plan_mtable.class.php:46 -#: include/class/print_operation_currency.class.php:117 -#: include/class/print_operation_currency.class.php:176 -#: include/class/pdf_operation.class.php:182 -#: include/class/pdf_operation.class.php:233 -#: include/class/pdf_operation.class.php:312 -#: include/class/anc_grandlivre.class.php:259 -#: include/class/operation_exercice.class.php:87 -#: include/export/export_ledger_csv.php:137 -#: include/export/export_poste_detail_pdf.php:114 -#: include/export/export_gl_csv.php:69 -#: include/export/export_balance_pdf.php:121 -#: include/export/export_gl_pdf.php:60 -#: include/ext/rapport_avance/include/template/formulaire_definition.php:43 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:122 -#: include/ext/importbank/ajax.php:105 -#: include/ext/importbank/include/template/show_list.php:126 -#: include/ext/ohada/include/data/data_financial.class.php:50 -#: include/ext/copy_parameter/template/Tva-display.php:37 -#: include/balance.inc.php:338 include/template/ledger_detail_misc.php:53 -#: include/template/ledger_detail_misc.php:127 -#: include/template/form_ledger_detail.php:66 -#: include/template/ledger_detail_bottom.php:107 -#: include/template/ledger_detail_bottom.php:410 -#: include/template/ledger_detail_ven.php:96 -#: include/template/operation_exercice-input_row.php:85 -#: include/template/balance_aged_result.php:50 -#: include/template/acc_ledger_history_financial_oneline.php:38 -#: include/template/account_result.php:13 -#: include/template/ledger_detail_ach.php:90 -#: include/template/new_mod_payment.php:19 -#: include/template/periode-form_exercice_label.php:45 -#: include/template/ledger_detail_fin.php:63 +#: include/fiche.inc.php:451 include/class/payment_method_mtable.class.php:43 include/class/anc_operation.class.php:333 include/class/acc_report_mtable.class.php:62 include/class/acc_ledger_sale.class.php:1022 include/class/acc_ledger_sale.class.php:1823 include/class/acc_operation.class.php:934 +#: include/class/acc_ledger.class.php:734 include/class/acc_ledger.class.php:751 include/class/acc_ledger.class.php:1034 include/class/acc_ledger.class.php:1089 include/class/periode.class.php:553 include/class/acc_ledger_purchase.class.php:1735 include/class/acc_ledger_purchase.class.php:2245 +#: include/class/acc_ledger_fin.class.php:809 include/class/pre_op_advanced.class.php:198 include/class/print_ledger_detail_item.class.php:59 include/class/print_ledger_detail_item.class.php:161 include/class/acc_ledger_history_generic.class.php:803 include/class/acc_plan_mtable.class.php:46 +#: include/class/print_operation_currency.class.php:117 include/class/print_operation_currency.class.php:176 include/class/pdf_operation.class.php:182 include/class/pdf_operation.class.php:233 include/class/pdf_operation.class.php:312 include/class/anc_grandlivre.class.php:259 include/class/operation_exercice.class.php:87 +#: include/export/export_ledger_csv.php:137 include/export/export_poste_detail_pdf.php:114 include/export/export_gl_csv.php:69 include/export/export_balance_pdf.php:121 include/export/export_gl_pdf.php:60 include/ext/rapport_avance/include/template/formulaire_definition.php:43 +#: include/ext/tools/include/anc_grandlivre_ext.class.php:122 include/ext/importbank/ajax.php:105 include/ext/importbank/include/template/show_list.php:126 include/ext/ohada/include/data/data_financial.class.php:50 include/ext/copy_parameter/template/Tva-display.php:37 include/balance.inc.php:338 +#: include/template/ledger_detail_misc.php:53 include/template/ledger_detail_misc.php:127 include/template/form_ledger_detail.php:66 include/template/ledger_detail_bottom.php:107 include/template/ledger_detail_bottom.php:410 include/template/ledger_detail_ven.php:96 include/template/operation_exercice-input_row.php:85 +#: include/template/balance_aged_result.php:50 include/template/acc_ledger_history_financial_oneline.php:38 include/template/account_result.php:13 include/template/ledger_detail_ach.php:90 include/template/new_mod_payment.php:19 include/template/periode-form_exercice_label.php:45 include/template/ledger_detail_fin.php:63 #: include/template/impress_reconciliation.php:26 msgid "Libellé" msgstr "Opstellen" -#: include/class/acc_ledger_sale.class.php:1342 -#: include/class/acc_ledger_purchase.class.php:2096 +#: include/class/acc_ledger_sale.class.php:1342 include/class/acc_ledger_purchase.class.php:2096 msgid "Libellé :" msgstr "Volgt:" -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:80 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:81 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:82 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:80 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:81 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:82 #, fuzzy msgid "Libellé bien ou service" msgstr "Volgt:" @@ -10435,12 +8768,8 @@ msgstr "Omschrijving van het menu" msgid "Libellé exercice ne peut pas être vide" msgstr "De naam mag niet leeg zijn" -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:78 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:406 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:74 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:79 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:69 -#: include/ext/import-advanced/template/operation_result.php:69 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:78 include/ext/import-advanced/class/import/impacc2_fec.class.php:406 include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:74 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:79 +#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:69 include/ext/import-advanced/template/operation_result.php:69 #, fuzzy msgid "Libellé opération" msgstr "Operatielijsten" @@ -10455,14 +8784,13 @@ msgstr "Volgt:" msgid "Libellé vide" msgstr "Volgt:" -#: include/template/acc_ledger_history_purchase_oneline.php:77 -#: include/template/acc_ledger_history_sale_oneline.php:70 +#: include/template/acc_ledger_history_purchase_oneline.php:77 include/template/acc_ledger_history_sale_oneline.php:70 msgid "Lien" -msgstr "" +msgstr "Link" #: include/ext/rash/class/Child.php:139 msgid "Lien " -msgstr "" +msgstr "Link" #: include/ext/rash/ajax/ajax_benefit.php:55 #, fuzzy @@ -10478,10 +8806,9 @@ msgstr "Verband tussen Boekhouding en Cost Accounting" msgid "Lien existe déjà" msgstr "Deze naam bestaat al reeds" -#: include/ext/importbank/include/template/show_field.php:87 -#: include/ext/importbank/include/template/confirm_transfer.php:205 +#: include/ext/importbank/include/template/show_field.php:87 include/ext/importbank/include/template/confirm_transfer.php:205 msgid "Ligne d'en-tête à ne pas prendre en considération" -msgstr "" +msgstr "Kopregel die genegeerd moet worden" #: include/class/noalyss_appearance.class.php:60 #, fuzzy @@ -10494,7 +8821,7 @@ msgstr "Regel niet geïmporteerd" #: include/ext/importbank/include/template/confirm_transfer.php:257 msgid "Ligne n°" -msgstr "" +msgstr "Regel #" #: include/class/noalyss_appearance.class.php:61 #, fuzzy @@ -10518,25 +8845,18 @@ msgstr "Records Management" #: include/ext/listing/ajax/ajax_upload_file.php:140 msgid "Limite email = 2MB supprimez ou compressez les fichiers" -msgstr "" +msgstr "E-maillimiet = 2 MB, bestanden verwijderen of comprimeren" #: include/ext/invoicing/include/invoice_send_mail.inc.php:205 #, fuzzy -msgid "" -"Limite email que vous pouvez envoyer est atteinte, contactez votre " -"administrateur" +msgid "Limite email que vous pouvez envoyer est atteinte, contactez votre administrateur" msgstr "U kunt niet in die dagboek" #: include/lib/message_javascript.php:105 -msgid "" -"Limite le type de fiche si vous choisissez la fiche à la saisie, uniquement " -"avec journaux OD" -msgstr "" +msgid "Limite le type de fiche si vous choisissez la fiche à la saisie, uniquement avec journaux OD" +msgstr "Beperkt het recordtype als u het record voor invoer kiest, alleen met OD-journaals" -#: include/fiche.inc.php:78 -#: include/ext/noalyss_document/template/document_operation-input.php:250 -#: include/ext/listing/index.php:88 include/template/calendar.php:22 -#: include/anc_od.inc.php:59 +#: include/fiche.inc.php:78 include/ext/noalyss_document/template/document_operation-input.php:250 include/ext/listing/index.php:88 include/template/calendar.php:22 include/anc_od.inc.php:59 msgid "Liste" msgstr "Fractie Lijst" @@ -10549,8 +8869,7 @@ msgstr "Alle bladen in PDF" msgid "Liste Import " msgstr "Importlijst" -#: include/ext/noalyss_document/ajax/ajax_display_xmlpy.php:48 -#: include/ext/noalyss_document/ajax/ajax_copy_xmlpy.php:105 +#: include/ext/noalyss_document/ajax/ajax_display_xmlpy.php:48 include/ext/noalyss_document/ajax/ajax_copy_xmlpy.php:105 #, fuzzy msgid "Liste Paiements" msgstr "Datum van de betaling" @@ -10574,12 +8893,8 @@ msgid "Liste de tous vos contacts" msgstr "Lijst met contacten" #: include/database.item.php:101 -msgid "" -"Liste de vos suivis, en fait de tous les documents, réunions ... dont vous " -"avez besoin afin de suivre vos clients, fournisseurs ou administrations. Il " -"permet la génération de documents comme les devis, les bordereau de " -"livraison..." -msgstr "" +msgid "Liste de vos suivis, en fait de tous les documents, réunions ... dont vous avez besoin afin de suivre vos clients, fournisseurs ou administrations. Il permet la génération de documents comme les devis, les bordereau de livraison..." +msgstr "Lijst van uw vervolgacties, in feite alle documenten, vergaderingen... die u moet opvolgen met uw klanten, leveranciers of overheidsinstanties. Hiermee kunt u documenten genereren zoals offertes, leveringsbonnen..." #: include/ext/amortis/index.php:92 msgid "Liste des biens amortissables" @@ -10590,10 +8905,8 @@ msgid "Liste des changements manuels des stocks" msgstr "Lijst van boeken stock veranderingen" #: include/database.item.php:73 -msgid "" -"Liste des changements manuels des stocks, inventaire, transfert de " -"marchandises entre dépôts..." -msgstr "" +msgid "Liste des changements manuels des stocks, inventaire, transfert de marchandises entre dépôts..." +msgstr "Lijst van handmatige voorraadwijzigingen, inventarisatie, goederenoverdracht tussen magazijnen..." #: include/database.item.php:47 msgid "Liste des contacts" @@ -10618,9 +8931,7 @@ msgstr "Records Management" msgid "Liste détaillées opérations " msgstr "Retail operatie" -#: include/ajax/ajax_search_operation.php:142 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:121 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:125 +#: include/ajax/ajax_search_operation.php:142 include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:121 include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:125 #, fuzzy msgid "Liste limitée à " msgstr "Beperkt tot 12 resultaten" @@ -10674,23 +8985,17 @@ msgstr "Quarterly intra Listing" #: include/export/export_security_pdf.php:56 msgid "Local Admin" -msgstr "" +msgstr "Lokale beheerder" #: include/company.inc.php:221 #, fuzzy msgid "Localité - Ville" msgstr "Boekhouding" -#: include/ext/noalyss-timesheet/template/manager-display_list.php:36 -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:61 -#: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:34 -#: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:93 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:66 -#: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:30 -#: include/template/todo_list_list_user.php:37 include/user.inc.php:284 -#: include/param_sec.inc.php:50 +#: include/ext/noalyss-timesheet/template/manager-display_list.php:36 include/ext/noalyss-timesheet/template/schedule-display_employee.php:61 include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:34 include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:93 +#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:66 include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:30 include/template/todo_list_list_user.php:37 include/user.inc.php:284 include/param_sec.inc.php:50 msgid "Login" -msgstr "" +msgstr "Inloggen" #: include/ext/noalyss-timesheet/template/proxy_user-display_list.php:36 #, fuzzy @@ -10699,20 +9004,16 @@ msgstr "Gemachtigde" #: include/ext/ohada/include/data/data_financial.class.php:62 msgid "Loyer" -msgstr "" +msgstr "Huur" -#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 -#: include/ajax/ajax_preference.php:179 -#: include/ext/rash/class/Schedule_Watch.php:41 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:71 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:79 +#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 include/ajax/ajax_preference.php:179 include/ext/rash/class/Schedule_Watch.php:41 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:71 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:79 #: include/ext/noalyss-timesheet/timesheet.class.php:121 msgid "Lundi" msgstr "Maandag" #: include/template/acc_ledger_history_financial_oneline.php:40 msgid "M. Devise" -msgstr "" +msgstr "Meneer Motto" #: include/ext/rash/raw.php:87 #, fuzzy @@ -10721,15 +9022,15 @@ msgstr "Administratie" #: include/ext/rash/raw.php:89 msgid "ME Ass Alcool" -msgstr "" +msgstr "ME Ass Alcohol" #: include/ext/rash/raw.php:88 msgid "ME Ass Drogue" -msgstr "" +msgstr "ME Kont Drogue" #: include/ext/rash/raw.php:90 msgid "ME Ass Medicament" -msgstr "" +msgstr "ME Ass Medicament" #: include/ext/rash/raw.php:95 include/ext/rash/raw.php:96 #, fuzzy @@ -10743,35 +9044,32 @@ msgstr "Financieel" #: include/ext/rash/raw.php:94 msgid "ME Parentalité" -msgstr "" +msgstr "ME Ouderschap" #: include/ext/rash/raw.php:92 msgid "ME Santé mental" -msgstr "" +msgstr "ME Geestelijke Gezondheid" #: include/ext/rash/raw.php:91 msgid "ME Violence Conj" -msgstr "" +msgstr "ME Violence Conj" -#: include/class/periode.class.php:685 -#: include/ext/rash/template/schedule_watch-display_month.php:59 +#: include/class/periode.class.php:685 include/ext/rash/template/schedule_watch-display_month.php:59 #, fuzzy msgid "Mai" msgstr "Dinsdag" #: include/ext/sav/include/template/sas_display_detail.php:211 msgid "Main d'oeuvre" -msgstr "" +msgstr "Arbeid" -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:279 -#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:53 -#: include/ext/noalyss-timesheet/ajax/ajax_proxy_user_detail.php:41 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:279 include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:53 include/ext/noalyss-timesheet/ajax/ajax_proxy_user_detail.php:41 msgid "Mandataire" msgstr "Gemachtigde" #: include/class/extension.class.php:341 msgid "Manque auteur" -msgstr "" +msgstr "Auteur ontbreekt" #: include/class/extension.class.php:339 #, fuzzy @@ -10800,7 +9098,7 @@ msgstr "Deze plug-in toevoegen" #: include/class/extension.class.php:343 msgid "Manque répertoire racine" -msgstr "" +msgstr "Hoofdmap ontbreekt" #: include/class/extension.class.php:347 #, fuzzy @@ -10813,13 +9111,9 @@ msgstr "Handleiding" #: include/ext/ohada/include/data/data_financial.class.php:60 msgid "Marchandise" -msgstr "" +msgstr "Goederen" -#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 -#: include/ajax/ajax_preference.php:180 -#: include/ext/rash/class/Schedule_Watch.php:41 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:72 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:80 +#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 include/ajax/ajax_preference.php:180 include/ext/rash/class/Schedule_Watch.php:41 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:72 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:80 #: include/ext/noalyss-timesheet/timesheet.class.php:122 msgid "Mardi" msgstr "Dinsdag" @@ -10829,28 +9123,25 @@ msgstr "Dinsdag" msgid "Marquer pour suppression" msgstr "Print menu" -#: include/class/periode.class.php:684 -#: include/ext/rash/template/schedule_watch-display_month.php:57 +#: include/class/periode.class.php:684 include/ext/rash/template/schedule_watch-display_month.php:57 msgid "Mars" -msgstr "" +msgstr "Mars" #: include/ext/ohada/include/data/data_financial.class.php:61 msgid "Mat.première" -msgstr "" +msgstr "Mat.premiere" #: include/ext/amortis/include/am_card.class.php:349 #, fuzzy msgid "Matériel déjà dans la liste" msgstr "Materiaaldemping" -#: include/ext/sav/include/template/sas_display_detail.php:174 -#: include/ext/sav/include/template/sas_display_detail.php:178 +#: include/ext/sav/include/template/sas_display_detail.php:174 include/ext/sav/include/template/sas_display_detail.php:178 #, fuzzy msgid "Matériel retourné" msgstr "Materiaaldemping" -#: include/ext/amortis/include/print_fiche.inc.php:77 -#: include/ext/amortis/include/material_add.inc.php:42 +#: include/ext/amortis/include/print_fiche.inc.php:77 include/ext/amortis/include/material_add.inc.php:42 msgid "Matériel à amortir" msgstr "Materiaaldemping" @@ -10865,11 +9156,11 @@ msgstr "Fax" #: include/ajax/ajax_admin.php:241 include/dossier.inc.php:354 msgid "Max. email / jour (-1 = illimité)" -msgstr "" +msgstr "Max. e-mails per dag (-1 = onbeperkt)" #: include/lib/message_javascript.php:90 msgid "Maximum" -msgstr "" +msgstr "Maximum" #: include/lib/message_javascript.php:89 #, fuzzy @@ -10880,14 +9171,11 @@ msgstr "Nieuwe lijn" msgid "Maximum de plan analytique est atteint" msgstr "Maximale analytisch niveau is bereikt" -#: include/ext/tva/class/tva_pdf_writer.class.php:126 -#: include/ext/tva/class/tva_pdf_writer.class.php:244 +#: include/ext/tva/class/tva_pdf_writer.class.php:126 include/ext/tva/class/tva_pdf_writer.class.php:244 msgid "Mensuel" -msgstr "" +msgstr "Maandelijks" -#: include/cfgplugin.inc.php:80 include/template/menu_detail.php:17 -#: include/template/profile_menu_display_module.php:57 include/menu.inc.php:108 -#: include/menu.inc.php:125 +#: include/cfgplugin.inc.php:80 include/template/menu_detail.php:17 include/template/profile_menu_display_module.php:57 include/menu.inc.php:108 include/menu.inc.php:125 msgid "Menu" msgstr "Menu" @@ -10948,8 +9236,7 @@ msgstr "Ongeldige code" msgid "Menu opérations diverses" msgstr "Menu verschillende bewerkingen" -#: include/ajax/ajax_add_menu.php:164 include/ajax/ajax_get_menu_detail.php:71 -#: include/database.item.php:128 +#: include/ajax/ajax_add_menu.php:164 include/ajax/ajax_get_menu_detail.php:71 include/database.item.php:128 msgid "Menu par défaut" msgstr "Standaardmenu" @@ -10960,20 +9247,19 @@ msgstr "Ongeldige code" #: include/database.item.php:123 msgid "Menu regroupant ce qui concerne la comptabilité" -msgstr "" +msgstr "Menu dat alles groepeert wat met boekhouding te maken heeft" #: include/database.item.php:121 msgid "Menu regroupant ce qui concerne les fiches" -msgstr "" +msgstr "Menu dat alles groepeert wat met de records te maken heeft" #: include/database.item.php:100 -msgid "" -"Menu regroupant la création de rapport, la vérification de la comptabilité..." -msgstr "" +msgid "Menu regroupant la création de rapport, la vérification de la comptabilité..." +msgstr "Aanmaken van rapport voor menugroepering, boekhoudkundige verificatie..." #: include/database.item.php:44 msgid "Menu regroupant les plugins" -msgstr "" +msgstr "Menu voor het groeperen van de plug-ins" #: include/database.item.php:84 msgid "Menu simplifié pour retrouver rapidement un menu" @@ -10983,20 +9269,12 @@ msgstr "Vereenvoudigd menu om een ​​menu snel te lokaliseren" msgid "Menu ventes et recettes" msgstr "Menu Winsten" -#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 -#: include/ajax/ajax_preference.php:181 -#: include/ext/rash/class/Schedule_Watch.php:41 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:73 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:81 +#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 include/ajax/ajax_preference.php:181 include/ext/rash/class/Schedule_Watch.php:41 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:73 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:81 #: include/ext/noalyss-timesheet/timesheet.class.php:123 msgid "Mercredi" msgstr "Woensdag" -#: include/ext/noalyss_document/template/document_operation-input.php:254 -#: include/ext/invoicing/ajax/ajax_message.php:65 -#: include/ext/invoicing/template/recorded_message_display.php:27 -#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:90 -#: include/template/acc_ledger-input_extra_info.php:132 +#: include/ext/noalyss_document/template/document_operation-input.php:254 include/ext/invoicing/ajax/ajax_message.php:65 include/ext/invoicing/template/recorded_message_display.php:27 include/ext/invoicing/include/invoice_send_mail_input.inc.php:90 include/template/acc_ledger-input_extra_info.php:132 msgid "Message" msgstr "Bericht" @@ -11007,7 +9285,7 @@ msgstr "Bericht" #: include/ext/listing/template/parameter_send_mail_input.php:78 msgid "Message précédent" -msgstr "" +msgstr "Vorig bericht" #: include/ext/listing/ajax/ajax_show_previous_message.php:43 #, fuzzy @@ -11036,32 +9314,23 @@ msgstr "Betaling" #: include/lib/message_javascript.php:75 msgid "Mettez le pourcentage
    à zéro pour effacer la ligne" -msgstr "" +msgstr "Stel het percentage in op nul om de regel te wissen" #: include/upgrade.inc.php:53 -msgid "" -"Mettez vos bases de données à jour pour qu'elles correspondent à cette " -"version de Noalyss" -msgstr "" +msgid "Mettez vos bases de données à jour pour qu'elles correspondent à cette version de Noalyss" +msgstr "Werk uw databases bij zodat ze overeenkomen met deze versie van Noalyss" -#: include/ajax/ajax_search_operation.php:148 -#: include/ajax/ajax_search_operation.php:153 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:137 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:141 -#: include/template/action_search_result.php:33 -#: include/template/action_search_result.php:90 +#: include/ajax/ajax_search_operation.php:148 include/ajax/ajax_search_operation.php:153 include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:137 include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:141 include/template/action_search_result.php:33 include/template/action_search_result.php:90 msgid "Mettre à jour" msgstr "Up-to-date brengen" #: include/lib/message_javascript.php:107 -msgid "" -"Mettre à oui pour un journal dédié uniquement aux notes de crédit ou de " -"débit, il affichera un avertissement si le montant n'est pas en négatif" -msgstr "" +msgid "Mettre à oui pour un journal dédié uniquement aux notes de crédit ou de débit, il affichera un avertissement si le montant n'est pas en négatif" +msgstr "Stel dit in op 'ja' voor een journaalpost die uitsluitend bestemd is voor credit- of debetnota's; er wordt een waarschuwing weergegeven als het bedrag niet negatief is." #: include/database.item.php:122 msgid "Meu regroupant ce qui concene les documents " -msgstr "" +msgstr "Mijn groepering van wat de documenten betreft" #: include/template/param_jrn.php:135 #, fuzzy @@ -11073,9 +9342,7 @@ msgstr "Geen bestand" msgid "Mise à jour dossier" msgstr "Bijwerken" -#: include/upgrade-template.php:49 -#: include/ext/import_card/include/import_card.class.php:388 -#: include/upgrade-plugin.php:114 +#: include/upgrade-template.php:49 include/ext/import_card/include/import_card.class.php:388 include/upgrade-plugin.php:114 msgid "Mise à jour" msgstr "Bijwerken" @@ -11124,11 +9391,11 @@ msgstr "OPSLAAN" #: include/ext/amortis/include/am_generate.inc.php:74 msgid "Missing parameter grouped" -msgstr "" +msgstr "Ontbrekende parameter gegroepeerd" #: include/template/contact-summary.php:18 msgid "Mobile" -msgstr "" +msgstr "Mobiel" #: include/ext/ohada/include/data/data_financial.class.php:58 #, fuzzy @@ -11137,7 +9404,7 @@ msgstr "Materiaal aanpassen " #: include/template/template_config_form.php:74 msgid "Mode Serveur mutualisé" -msgstr "" +msgstr "Gedeelde servermodus" #: include/lib/html_tab.class.php:119 #, fuzzy @@ -11154,8 +9421,7 @@ msgstr "U van Gebruikt Strikt-modus, datum van de laatste is Operatie" msgid "Modele" msgstr "Het model" -#: include/ajax/ajax_plugin_detail.php:29 include/ajax/ajax_admin.php:227 -#: include/ajax/ajax_admin.php:327 include/database.item.php:169 +#: include/ajax/ajax_plugin_detail.php:29 include/ajax/ajax_admin.php:227 include/ajax/ajax_admin.php:327 include/database.item.php:169 msgid "Modification" msgstr "Verandering" @@ -11173,10 +9439,8 @@ msgid "Modification de matériel" msgstr "Materiaal aanpassen " #: include/database.item.php:92 -msgid "" -"Modification de votre plan comptable, parfois il est plus rapide d'utiliser " -"le plugin \"Poste Comptable\"" -msgstr "" +msgid "Modification de votre plan comptable, parfois il est plus rapide d'utiliser le plugin \"Poste Comptable\"" +msgstr "Bij het wijzigen van uw rekeningschema is het soms sneller om de plugin Accounting Post\" te gebruiken.\"" #: include/database.item.php:72 msgid "Modification des stocks (inventaire)" @@ -11196,9 +9460,7 @@ msgstr "Naam veranderen" msgid "Modification période" msgstr "Materiaal aanpassen " -#: include/ajax/ajax_admin.php:248 include/ajax/ajax_admin.php:347 -#: include/modele.inc.php:334 -#: include/template/periode-form_exercice_label.php:55 +#: include/ajax/ajax_admin.php:248 include/ajax/ajax_admin.php:347 include/modele.inc.php:334 include/template/periode-form_exercice_label.php:55 msgid "Modifie" msgstr "Veranderen" @@ -11217,13 +9479,8 @@ msgstr "Een andere oefening" msgid "Modifie un libellé d'exercice" msgstr "Kies een andere oefening" -#: include/class/document_type.class.php:83 -#: include/ajax/ajax_get_profile.php:91 include/ajax/ajax_view_action.php:45 -#: include/stock_cfg.inc.php:108 -#: include/ext/rapport_avance/include/rapav_formulaire.class.php:317 -#: include/ext/transform/ajax_save_intervat_assujetti.php:61 -#: include/ext/transform/include/template/listing_client_display.php:95 -#: include/dossier.inc.php:290 +#: include/class/document_type.class.php:83 include/ajax/ajax_get_profile.php:91 include/ajax/ajax_view_action.php:45 include/stock_cfg.inc.php:108 include/ext/rapport_avance/include/rapav_formulaire.class.php:317 include/ext/transform/ajax_save_intervat_assujetti.php:61 +#: include/ext/transform/include/template/listing_client_display.php:95 include/dossier.inc.php:290 msgid "Modifier" msgstr "Veranderen" @@ -11247,7 +9504,7 @@ msgstr "Wijzig het type document" #: include/ajax/ajax_periode.php:149 msgid "Modifier les dates de début et fin de période" -msgstr "" +msgstr "Wijzig de begin- en einddatum van de periode" #: include/forecast.inc.php:136 msgid "Modifier éléments" @@ -11284,10 +9541,7 @@ msgstr "Module instellen" msgid "Module php-pgsql n'est pas installé" msgstr "TKPDF is niet geïnstalleerd" -#: include/ext/rapport_avance/ajax/ajax_form_modify.php:72 -#: include/ext/rapport_avance/include/rapav_formulaire.class.php:312 -#: include/template/acc_ledger-input_extra_info.php:75 -#: include/dossier.inc.php:365 include/upgrade.inc.php:35 +#: include/ext/rapport_avance/ajax/ajax_form_modify.php:72 include/ext/rapport_avance/include/rapav_formulaire.class.php:312 include/template/acc_ledger-input_extra_info.php:75 include/dossier.inc.php:365 include/upgrade.inc.php:35 msgid "Modèle" msgstr "Model" @@ -11296,9 +9550,7 @@ msgstr "Model" msgid "Modèle d'opération" msgstr "Operatiemodel" -#: include/class/pre_operation.class.php:308 -#: include/class/pre_operation.class.php:311 -#: include/ajax/ajax_update_predef.php:52 +#: include/class/pre_operation.class.php:308 include/class/pre_operation.class.php:311 include/ajax/ajax_update_predef.php:52 msgid "Modèle d'opérations" msgstr "Operatiemodel" @@ -11343,15 +9595,14 @@ msgstr "Een categorie toevoegen" #: include/modele.inc.php:342 msgid "Modèles disponibles dans le dépôt" -msgstr "" +msgstr "Modellen beschikbaar in de repository" #: include/modele.inc.php:285 #, fuzzy msgid "Modèles locaux" msgstr "Modellen" -#: include/export/export_form_csv.php:94 include/ext/amortis/ajax.php:122 -#: include/ext/tva/ajax.php:169 include/ext/tva/template/form_periode.php:14 +#: include/export/export_form_csv.php:94 include/ext/amortis/ajax.php:122 include/ext/tva/ajax.php:169 include/ext/tva/template/form_periode.php:14 msgid "Mois" msgstr "Maand" @@ -11360,79 +9611,27 @@ msgstr "Maand" msgid "Mois de début n'existe pas " msgstr "Dit plan bestaat niet" -#: include/class/acc_ledger_sale.class.php:1849 -#: include/class/acc_ledger_purchase.class.php:2274 -#: include/class/print_operation_currency.class.php:119 -#: include/class/print_operation_currency.class.php:178 +#: include/class/acc_ledger_sale.class.php:1849 include/class/acc_ledger_purchase.class.php:2274 include/class/print_operation_currency.class.php:119 include/class/print_operation_currency.class.php:178 msgid "Mont. Devise" -msgstr "" +msgstr "Mt. Motto" # ND = ? -#: include/class/acc_ledger_sale.class.php:1850 -#: include/class/acc_ledger_purchase.class.php:2275 +#: include/class/acc_ledger_sale.class.php:1850 include/class/acc_ledger_purchase.class.php:2275 #, fuzzy msgid "Mont. TVA Devise" msgstr "Bedrag niet terug te vorderen BTW" -#: include/class/anc_group_operation.class.php:129 -#: include/class/acc_ledger_search.class.php:826 -#: include/class/acc_ledger_search.class.php:1148 -#: include/class/acc_ledger_sale.class.php:1050 -#: include/class/print_ledger_fin.class.php:69 -#: include/class/acc_ledger.class.php:1090 -#: include/class/acc_ledger.class.php:3584 -#: include/class/print_ledger_misc.class.php:51 -#: include/class/fiche.class.php:961 include/class/anc_listing.class.php:82 -#: include/class/acc_ledger_purchase.class.php:1763 -#: include/class/acc_ledger_fin.class.php:562 -#: include/class/acc_ledger_fin.class.php:809 -#: include/class/pre_op_advanced.class.php:199 -#: include/class/print_operation_currency.class.php:118 -#: include/class/print_operation_currency.class.php:177 -#: include/class/pdf_operation.class.php:313 -#: include/class/pdf_operation.class.php:368 -#: include/class/operation_exercice.class.php:87 -#: include/ajax/ajax_anc_detail_operation.php:56 -#: include/XMLDocument/xml_reader.class.php:527 -#: include/export/export_anc_axis_csv.php:45 -#: include/export/export_form_csv.php:65 -#: include/export/export_poste_detail_csv.php:210 -#: include/ext/noalyss_document/class/document_load.php:158 -#: include/ext/noalyss_document/template/document_operation-input.php:255 -#: include/ext/modop/template_ledger_fin.php:24 -#: include/ext/rash/template/financial_followup-input.php:75 -#: include/ext/importbank/ajax.php:107 -#: include/ext/importbank/bank_constant.php:57 -#: include/ext/importbank/include/template/detail_item.php:82 -#: include/ext/importbank/include/template/show_list.php:120 -#: include/ext/amortis/include/amortissement_table_pdf.class.php:46 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:40 -#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:70 -#: include/ext/ohada/include/data/data_stock.class.php:68 -#: include/ext/ohada/include/data/data_unpaid_supplier.class.php:64 -#: include/ext/ohada/include/data/data_unpaid_customer.class.php:61 -#: include/ext/ohada/include/data/data_unpaid_due_customer.class.php:67 -#: include/ext/transform/ajax_modify_intervat_assujetti.php:55 -#: include/ext/transform/include/template/listing_client_display.php:48 -#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:243 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:75 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:70 -#: include/ext/import-advanced/template/operation_result.php:42 -#: include/ext/import-advanced/template/operation_result.php:47 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:79 -#: include/ext/noalyss-portal-client/template/invoice_search-display_result.php:27 -#: include/ext/tva/class/ext_list_intra.class.php:337 -#: include/ext/tva/template/ext_tva+display_detail_amount.php:70 -#: include/template/ledger_detail_misc.php:61 -#: include/template/form_ledger_fin.php:86 -#: include/template/ledger_detail_ven.php:199 -#: include/template/forecast_item_mtable-input.php:108 -#: include/template/operation_exercice-input_row.php:89 -#: include/template/acc_ledger_history_financial_oneline.php:39 -#: include/template/status_operation_event-display_operation.php:38 -#: include/template/ledger_detail_ach.php:196 -#: include/template/forecast_item_mtable-display_table.php:44 -#: include/template/impress_reconciliation.php:29 +#: include/class/anc_group_operation.class.php:129 include/class/acc_ledger_search.class.php:826 include/class/acc_ledger_search.class.php:1148 include/class/acc_ledger_sale.class.php:1050 include/class/print_ledger_fin.class.php:69 include/class/acc_ledger.class.php:1090 include/class/acc_ledger.class.php:3584 +#: include/class/print_ledger_misc.class.php:51 include/class/fiche.class.php:961 include/class/anc_listing.class.php:82 include/class/acc_ledger_purchase.class.php:1763 include/class/acc_ledger_fin.class.php:562 include/class/acc_ledger_fin.class.php:809 include/class/pre_op_advanced.class.php:199 +#: include/class/print_operation_currency.class.php:118 include/class/print_operation_currency.class.php:177 include/class/pdf_operation.class.php:313 include/class/pdf_operation.class.php:368 include/class/operation_exercice.class.php:87 include/ajax/ajax_anc_detail_operation.php:56 include/XMLDocument/xml_reader.class.php:527 +#: include/export/export_anc_axis_csv.php:45 include/export/export_form_csv.php:65 include/export/export_poste_detail_csv.php:210 include/ext/noalyss_document/class/document_load.php:158 include/ext/noalyss_document/template/document_operation-input.php:255 include/ext/modop/template_ledger_fin.php:24 +#: include/ext/rash/template/financial_followup-input.php:75 include/ext/importbank/ajax.php:107 include/ext/importbank/bank_constant.php:57 include/ext/importbank/include/template/detail_item.php:82 include/ext/importbank/include/template/show_list.php:120 include/ext/amortis/include/amortissement_table_pdf.class.php:46 +#: include/ext/amortis/include/amortissement_material_pdf.class.php:40 include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:70 include/ext/ohada/include/data/data_stock.class.php:68 include/ext/ohada/include/data/data_unpaid_supplier.class.php:64 include/ext/ohada/include/data/data_unpaid_customer.class.php:61 +#: include/ext/ohada/include/data/data_unpaid_due_customer.class.php:67 include/ext/transform/ajax_modify_intervat_assujetti.php:55 include/ext/transform/include/template/listing_client_display.php:48 include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:243 +#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:75 include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:70 include/ext/import-advanced/template/operation_result.php:42 include/ext/import-advanced/template/operation_result.php:47 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:79 +#: include/ext/noalyss-portal-client/template/invoice_search-display_result.php:27 include/ext/tva/class/ext_list_intra.class.php:337 include/ext/tva/template/ext_tva+display_detail_amount.php:70 include/template/ledger_detail_misc.php:61 include/template/form_ledger_fin.php:86 include/template/ledger_detail_ven.php:199 +#: include/template/forecast_item_mtable-input.php:108 include/template/operation_exercice-input_row.php:89 include/template/acc_ledger_history_financial_oneline.php:39 include/template/status_operation_event-display_operation.php:38 include/template/ledger_detail_ach.php:196 +#: include/template/forecast_item_mtable-display_table.php:44 include/template/impress_reconciliation.php:29 msgid "Montant" msgstr "Bedrag" @@ -11446,87 +9645,48 @@ msgstr "Bedrag" msgid "Montant Achat" msgstr "Bedrag van de aankopen " -#: include/export/export_printtva_pdf.php:56 -#: include/export/export_printtva_pdf.php:212 -#: include/export/export_printtva_csv.php:54 -#: include/export/export_printtva_csv.php:74 -#: include/template/tax_summary_display.php:66 -#: include/template/tax_summary_display.php:135 -#: include/template/tax_summary_display.php:222 +#: include/export/export_printtva_pdf.php:56 include/export/export_printtva_pdf.php:212 include/export/export_printtva_csv.php:54 include/export/export_printtva_csv.php:74 include/template/tax_summary_display.php:66 include/template/tax_summary_display.php:135 include/template/tax_summary_display.php:222 #: include/template/tax_summary_display.php:317 #, fuzzy msgid "Montant Autoliquidation" msgstr "Datum van de verrichting" # ND is welke afkorting? -#: include/compta_fin_saldo.inc.php:50 -#: include/class/pdf_operation.class.php:113 -#: include/export/export_fiche_balance_csv.php:160 +#: include/compta_fin_saldo.inc.php:50 include/class/pdf_operation.class.php:113 include/export/export_fiche_balance_csv.php:160 #, fuzzy msgid "Montant Devise" msgstr "Niet terug te vorderen bedrag" -#: include/XMLDocument/xml_reader.class.php:476 -#: include/export/export_printtva_pdf.php:55 -#: include/export/export_printtva_pdf.php:211 -#: include/export/export_printtva_csv.php:52 -#: include/export/export_printtva_csv.php:71 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:82 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:84 -#: include/template/tax_summary_display.php:64 -#: include/template/tax_summary_display.php:129 -#: include/template/tax_summary_display.php:219 -#: include/template/tax_summary_display.php:308 +#: include/XMLDocument/xml_reader.class.php:476 include/export/export_printtva_pdf.php:55 include/export/export_printtva_pdf.php:211 include/export/export_printtva_csv.php:52 include/export/export_printtva_csv.php:71 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:82 +#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:84 include/template/tax_summary_display.php:64 include/template/tax_summary_display.php:129 include/template/tax_summary_display.php:219 include/template/tax_summary_display.php:308 #, fuzzy msgid "Montant HT" msgstr "BTW Bedrag Zonder" -#: include/class/acc_ledger_sale.class.php:1047 -#: include/class/acc_ledger_purchase.class.php:1760 -#: include/class/pdf_operation.class.php:183 -#: include/class/pdf_operation.class.php:234 include/ext/transform/raw.php:88 -#: include/ext/import-advanced/template/operation_result.php:33 +#: include/class/acc_ledger_sale.class.php:1047 include/class/acc_ledger_purchase.class.php:1760 include/class/pdf_operation.class.php:183 include/class/pdf_operation.class.php:234 include/ext/transform/raw.php:88 include/ext/import-advanced/template/operation_result.php:33 #: include/ext/import-advanced/template/operation_result.php:37 msgid "Montant HTVA" msgstr "BTW Bedrag Zonder" # ND is welke afkorting? -#: include/class/acc_ledger_purchase.class.php:2267 -#: include/export/export_printtva_csv.php:75 +#: include/class/acc_ledger_purchase.class.php:2267 include/export/export_printtva_csv.php:75 msgid "Montant ND" msgstr "Niet terug te vorderen bedrag" # ND is welke afkorting? -#: include/export/export_printtva_pdf.php:212 -#: include/template/tax_summary_display.php:223 -#: include/template/tax_summary_display.php:320 +#: include/export/export_printtva_pdf.php:212 include/template/tax_summary_display.php:223 include/template/tax_summary_display.php:320 #, fuzzy msgid "Montant Non Déd" msgstr "Niet terug te vorderen bedrag" -#: include/ext/noalyss_document/class/operation_detail.php:74 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:84 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:86 +#: include/ext/noalyss_document/class/operation_detail.php:74 include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:84 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:86 #, fuzzy msgid "Montant TTC" msgstr "BTW Inbegrepen Bedrag" -#: include/class/acc_ledger_sale.class.php:1046 -#: include/class/acc_ledger_sale.class.php:1841 -#: include/class/acc_ledger_purchase.class.php:1759 -#: include/class/acc_ledger_purchase.class.php:2263 -#: include/class/pdf_operation.class.php:185 -#: include/class/pdf_operation.class.php:236 -#: include/export/export_printtva_pdf.php:55 -#: include/export/export_printtva_pdf.php:211 -#: include/export/export_printtva_csv.php:53 -#: include/export/export_printtva_csv.php:73 -#: include/ext/noalyss_document/class/operation_detail.php:92 -#: include/template/follow_up_detail_display.php:55 -#: include/template/tax_summary_display.php:65 -#: include/template/tax_summary_display.php:132 -#: include/template/tax_summary_display.php:221 -#: include/template/tax_summary_display.php:314 +#: include/class/acc_ledger_sale.class.php:1046 include/class/acc_ledger_sale.class.php:1841 include/class/acc_ledger_purchase.class.php:1759 include/class/acc_ledger_purchase.class.php:2263 include/class/pdf_operation.class.php:185 include/class/pdf_operation.class.php:236 include/export/export_printtva_pdf.php:55 +#: include/export/export_printtva_pdf.php:211 include/export/export_printtva_csv.php:53 include/export/export_printtva_csv.php:73 include/ext/noalyss_document/class/operation_detail.php:92 include/template/follow_up_detail_display.php:55 include/template/tax_summary_display.php:65 include/template/tax_summary_display.php:132 +#: include/template/tax_summary_display.php:221 include/template/tax_summary_display.php:314 msgid "Montant TVA" msgstr "BTW Bedrag" @@ -11539,9 +9699,7 @@ msgstr "Bedrag niet terug te vorderen BTW" msgid "Montant TVA incorrect" msgstr "Foutief bedrag van de BTW" -#: include/class/acc_ledger_sale.class.php:1048 -#: include/class/acc_ledger_purchase.class.php:1761 -#: include/template/follow_up_detail_display.php:56 +#: include/class/acc_ledger_sale.class.php:1048 include/class/acc_ledger_purchase.class.php:1761 include/template/follow_up_detail_display.php:56 msgid "Montant TVAC" msgstr "BTW Inbegrepen Bedrag" @@ -11558,14 +9716,12 @@ msgstr "Bedrag van de aankoop" msgid "Montant amorti" msgstr "Afgeschreven hoeveelheid" -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:89 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:91 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:89 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:91 #, fuzzy msgid "Montant devise" msgstr "Ongeldig bedrag" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:252 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:367 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:252 include/ext/import-advanced/class/import/impacc2_csv.class.php:367 #, fuzzy, php-format msgid "Montant devise incorrect [%s]" msgstr "Fout bedrag" @@ -11577,24 +9733,18 @@ msgstr "Ongeldig bedrag" #: include/ext/tva/class/parameter/tva_parameter.class.php:382 msgid "Montant doit être négatif (ex :Note de crédit )" -msgstr "" +msgstr "Het bedrag moet negatief zijn (bijv. creditnota)" -#: include/template/ledger_detail_misc.php:244 -#: include/template/ledger_detail_ven.php:341 -#: include/template/ledger_detail_ach.php:396 +#: include/template/ledger_detail_misc.php:244 include/template/ledger_detail_ven.php:341 include/template/ledger_detail_ach.php:396 #, fuzzy msgid "Montant en devise" msgstr "Ongeldig bedrag" -#: include/ext/importbank/include/template/confirm_transfer.php:115 -#: include/ext/transform/include/transform_client.class.php:99 +#: include/ext/importbank/include/template/confirm_transfer.php:115 include/ext/transform/include/transform_client.class.php:99 msgid "Montant incorrect" msgstr "Fout bedrag" -#: include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:108 -#: include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:117 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:220 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:228 +#: include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:108 include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:117 include/ext/import-advanced/class/import/impacc2_fec.class.php:220 include/ext/import-advanced/class/import/impacc2_fec.class.php:228 #: include/ext/import-advanced/class/import/impacc2_csv.class.php:294 #, fuzzy, php-format msgid "Montant incorrect [%s]" @@ -11604,16 +9754,11 @@ msgstr "Fout bedrag" msgid "Montant inférieur ou égal à" msgstr "Bedrag kleiner dan of gelijk aan" -#: include/template/forecast_item_mtable-input.php:113 -#: include/database.item.php:228 +#: include/template/forecast_item_mtable-input.php:113 include/database.item.php:228 msgid "Montant initial" msgstr "Oorspronkelijk bedrag" -#: include/class/acc_ledger.class.php:1338 -#: include/class/acc_compute.class.php:214 -#: include/ext/importbank/include/template/show_transfer.php:106 -#: include/ext/amortis/include/am_card.class.php:305 -#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:51 +#: include/class/acc_ledger.class.php:1338 include/class/acc_compute.class.php:214 include/ext/importbank/include/template/show_transfer.php:106 include/ext/amortis/include/am_card.class.php:305 include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:51 #: include/ext/import-advanced/class/import/impacc2_import.class.php:42 msgid "Montant invalide" msgstr "Ongeldig bedrag" @@ -11626,8 +9771,7 @@ msgstr "Max bedrag." msgid "Montant min. " msgstr "Bedragen min." -#: include/ext/tva/class/tva_amount.class.php:141 -#: include/ext/tva/class/tva_amount.class.php:181 +#: include/ext/tva/class/tva_amount.class.php:141 include/ext/tva/class/tva_amount.class.php:181 #, fuzzy msgid "Montant négatif" msgstr "Datum van de verrichting" @@ -11637,16 +9781,12 @@ msgstr "Datum van de verrichting" msgid "Montant opération" msgstr "Datum van de verrichting" -#: include/class/acc_ledger_history_sale.class.php:315 -#: include/class/acc_ledger_history_purchase.class.php:336 -#: include/export/export_ledger_csv.php:135 +#: include/class/acc_ledger_history_sale.class.php:315 include/class/acc_ledger_history_purchase.class.php:336 include/export/export_ledger_csv.php:135 #, fuzzy msgid "Montant paiement" msgstr "Datum van de betaling" -#: include/ext/noalyss_xmlpayment/class/operation_mtable.class.php:222 -#: include/ext/tva/class/tva_amount.class.php:143 -#: include/ext/tva/class/tva_amount.class.php:182 +#: include/ext/noalyss_xmlpayment/class/operation_mtable.class.php:222 include/ext/tva/class/tva_amount.class.php:143 include/ext/tva/class/tva_amount.class.php:182 #, fuzzy msgid "Montant positif" msgstr "Afgeschreven hoeveelheid" @@ -11660,9 +9800,7 @@ msgstr "Bedrag groter dan of gelijk aan" msgid "Montant sélectionné" msgstr "Verwijder geselecteerde bladwijzers" -#: include/ext/amortis/raw.php:59 include/ext/amortis/raw.php:133 -#: include/ext/amortis/include/template/material_detail.php:46 -#: include/ext/amortis/include/template/listing_year.php:36 +#: include/ext/amortis/raw.php:59 include/ext/amortis/raw.php:133 include/ext/amortis/include/template/material_detail.php:46 include/ext/amortis/include/template/listing_year.php:36 msgid "Montant à amortir" msgstr "Af te schrijven" @@ -11675,9 +9813,7 @@ msgstr "Oplopen tot aankoop" msgid "Montrer l'exercice" msgstr "Een andere oefening" -#: html/install.php:292 html/install.php:655 -#: include/template/mail_parameter-input.php:108 include/user.inc.php:221 -#: include/user.inc.php:312 +#: html/install.php:292 html/install.php:655 include/template/mail_parameter-input.php:108 include/user.inc.php:221 include/user.inc.php:312 #, fuzzy msgid "Mot de passe" msgstr "Onkostennota" @@ -11688,9 +9824,8 @@ msgid "Mot de passe administrateur de noalyss" msgstr "Beheerder" #: html/install.php:173 -msgid "" -"Mot de passe administrateur, il peut être changé ensuite dans les préférences" -msgstr "" +msgid "Mot de passe administrateur, il peut être changé ensuite dans les préférences" +msgstr "Beheerderswachtwoord, dit kan later in de voorkeuren worden gewijzigd" #: include/template/template_config_form.php:100 #, fuzzy @@ -11709,7 +9844,7 @@ msgstr "Onkostennota" #: include/user_detail.inc.php:129 msgid "Mot de passe et code par courriel (ou TOTP) " -msgstr "" +msgstr "Wachtwoord en code per e-mail (of TOTP)" #: include/user.inc.php:57 include/user.inc.php:118 #, fuzzy @@ -11746,7 +9881,7 @@ msgstr "Betaling" #: include/template/action_display_short.php:60 msgid "Moyenne" -msgstr "" +msgstr "Gemiddelde" #: include/upgrade-plugin.php:104 #, fuzzy @@ -11758,10 +9893,9 @@ msgstr "Module" msgid "Multiples" msgstr "Module" -#: include/ext/rash/class/Child.php:70 -#: include/ext/rash/ajax/ajax_benefit.php:51 +#: include/ext/rash/class/Child.php:70 include/ext/rash/ajax/ajax_benefit.php:51 msgid "Mère" -msgstr "" +msgstr "Moeder" #: include/class/acc_ledger_history_purchase.class.php:335 #, fuzzy @@ -11770,7 +9904,7 @@ msgstr "Betaling" #: include/ajax/ajax_preference.php:219 msgid "N'utilisez pas le même séparateur pour les champs et les décimales" -msgstr "" +msgstr "Gebruik niet hetzelfde scheidingsteken voor velden en decimalen" #: include/class/noalyss_user.class.php:2092 #, fuzzy @@ -11779,7 +9913,7 @@ msgstr "Document" #: include/class/noalyss_user.class.php:2024 msgid "NOALYSS : votre code secret " -msgstr "" +msgstr "NOALYSS: uw geheime code" #: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:35 #, fuzzy @@ -11800,10 +9934,9 @@ msgstr "Navigator" msgid "Navigateur 🧭" msgstr "Navigator" -#: include/ext/amortis/include/amortissement_table_pdf.class.php:47 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:39 +#: include/ext/amortis/include/amortissement_table_pdf.class.php:47 include/ext/amortis/include/amortissement_material_pdf.class.php:39 msgid "Nbre" -msgstr "" +msgstr "Nummer" #: include/ext/importbank/include/template/confirm_transfer.php:258 #, fuzzy @@ -11819,32 +9952,24 @@ msgstr "Aantal onregelmatigheden" msgid "Ne changera pas ce qui a déjà été validé" msgstr "Deze favoriet is al toegevoegd geweest" -#: include/class/tva_rate_mtable.class.php:93 -#: include/lib/message_javascript.php:79 -msgid "" -"Ne donnez pas ce poste comptable si ce code n'est pas utilisé à la vente" -msgstr "" +#: include/class/tva_rate_mtable.class.php:93 include/lib/message_javascript.php:79 +msgid "Ne donnez pas ce poste comptable si ce code n'est pas utilisé à la vente" +msgstr "Voer deze boekhoudkundige post niet in als deze code niet in de verkoop wordt gebruikt" -#: include/class/tva_rate_mtable.class.php:91 -#: include/lib/message_javascript.php:78 +#: include/class/tva_rate_mtable.class.php:91 include/lib/message_javascript.php:78 msgid "Ne donnez pas ce poste comptable si ce code n'est pas utilisé à l'achat" -msgstr "" +msgstr "Wijs deze boekingspost niet toe als deze code niet wordt gebruikt bij de aankoop" #: include/restore.inc.php:134 include/restore.inc.php:197 -msgid "" -"Ne pas recharger la page, sinon votre base de données sera restaurée une " -"fois de plus" -msgstr "" -"De pagina niet hernieuwen, anders gaan de database nogmaals terug gezet " -"worden" +msgid "Ne pas recharger la page, sinon votre base de données sera restaurée une fois de plus" +msgstr "De pagina niet hernieuwen, anders gaan de database nogmaals terug gezet worden" #: include/ext/import_card/include/import_card.class.php:231 #, fuzzy, php-format msgid "Ne peut ouvrir le fichier %s" msgstr "fout bij het openen van het bestand" -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:162 -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:273 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:162 include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:273 msgid "Ne peut pas ajouter " msgstr "Kan niet worden toegevoegd" @@ -11858,10 +9983,7 @@ msgstr "Kan niet worden omgezet in PDF" msgid "Ne peut pas ouvrir [%s] [%s]" msgstr "Het kan-niet OPSLAAN" -#: include/ext/rapport_avance/include/rapav_declaration.class.php:382 -#: include/ext/rapport_avance/include/rapav_declaration.class.php:491 -#: include/ext/listing/include/rapav_listing_compute_fiche.class.php:230 -#: include/ext/listing/include/rapav_listing_compute_fiche.class.php:335 +#: include/ext/rapport_avance/include/rapav_declaration.class.php:382 include/ext/rapport_avance/include/rapav_declaration.class.php:491 include/ext/listing/include/rapav_listing_compute_fiche.class.php:230 include/ext/listing/include/rapav_listing_compute_fiche.class.php:335 #: include/ext/listing/include/rapav_listing_compute_fiche.class.php:497 msgid "Ne peut pas sauver " msgstr "Het kan-niet OPSLAAN" @@ -11869,7 +9991,7 @@ msgstr "Het kan-niet OPSLAAN" #: include/class/document.class.php:379 #, php-format msgid "Ne peut pas sauver [%s] vers [%s] code erreur = [%s]" -msgstr "" +msgstr "Kan [%s] niet opslaan naar [%s] foutcode = [%s]" #: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:56 msgid "Ne remplissez pas s'il n'y a pas de mandataire" @@ -11877,23 +9999,22 @@ msgstr "Niet compleet als er geen vertegenwoordiger" #: include/modele.inc.php:398 msgid "" -"Nettoyage de la comptabilité analytique : effacement des plans et des " -"postes, les opérations\n" +"Nettoyage de la comptabilité analytique : effacement des plans et des postes, les opérations\n" "\tsont de toute façon effacées" msgstr "" +"Opschonen van analytische boekhouding: verwijderen van plannen en posten, bewerkingen\n" +"\tworden sowieso gewist.\n" +"560fa516bb4c2678b3f21e687d3018c913deedd4;Alle records opschonen (waardoor klantgegevens worden gewist," #: include/modele.inc.php:393 msgid "" "Nettoyage de toutes les fiches (ce qui effacera client,\n" -"\topérations prédéfinies fournisseurs modèles de " -"documents et documents)" +"\topérations prédéfinies fournisseurs modèles de documents et documents)" msgstr "" #: include/modele.inc.php:389 -msgid "" -"Nettoyage des Documents et courriers (ce qui n'effacera pas les modèles de " -"documents)" -msgstr "" +msgid "Nettoyage des Documents et courriers (ce qui n'effacera pas les modèles de documents)" +msgstr "Opschonen van documenten en e-mails (waarbij documentsjablonen niet worden verwijderd)" #: include/balance.inc.php:147 msgid "Niveau 1" @@ -11908,79 +10029,26 @@ msgid "Niveau 3" msgstr "Niveau 3" # En anglais? -#: include/ext/sav/ajax.php:24 include/ext/transform/ajax.php:23 -#: include/ext/bilan_interne/ajax.php:6 -#: include/ext/export-import-xml/ajax.php:24 +#: include/ext/sav/ajax.php:24 include/ext/transform/ajax.php:23 include/ext/bilan_interne/ajax.php:6 include/ext/export-import-xml/ajax.php:24 msgid "No action" msgstr "Geen handeling" #: include/ext/noalyss-timesheet/class/pdf_trait.php:35 msgid "Noalyss Projet" -msgstr "" +msgstr "Noalyss Project" -#: include/class/acc_other_tax_mtable.class.php:37 -#: include/class/currency_mtable.class.php:58 -#: include/class/forecast_category_mtable.class.php:51 -#: include/class/noalyss_user.class.php:1310 -#: include/class/template_card_category.class.php:41 -#: include/class/template_card_category.class.php:117 -#: include/class/acc_reconciliation.class.php:579 -#: include/class/acc_ledger_search.class.php:1290 -#: include/class/tag_group_mtable.class.php:46 -#: include/class/operation_predef_mtable.class.php:49 -#: include/class/document_modele.class.php:68 -#: include/class/fiche.class.php:1417 -#: include/class/card_attribut_mtable.class.php:41 -#: include/class/action_document_type_mtable.class.php:47 -#: include/class/acc_ledger_fin.class.php:560 -#: include/class/acc_ledger_fin.class.php:809 -#: include/class/anc_plan.class.php:134 include/class/anc_plan.class.php:150 -#: include/class/contact_option_ref_mtable.class.php:39 -#: include/class/balance_age.class.php:149 include/ajax/ajax_get_profile.php:52 -#: include/ajax/ajax_admin.php:232 include/ajax/ajax_mod_stock_repo.php:39 -#: include/ajax/ajax_search_peppol.php:84 include/modele.inc.php:263 -#: include/modele.inc.php:374 include/XMLDocument/error_message.class.php:93 -#: include/stock_cfg.inc.php:64 include/upgrade-template.php:49 -#: include/export/export_anc_axis_csv.php:43 -#: include/export/export_fiche_balance_csv.php:53 -#: include/ext/rapport_avance/ajax/ajax_form_modify.php:40 -#: include/ext/rapport_avance/include/template/rapav_repository-display_form.php:33 -#: include/ext/rash/class/Beneficiary_MTable.php:24 -#: include/ext/rash/template/beneficiary-listing.php:44 -#: include/ext/sav/include/template/sas_display_detail.php:87 -#: include/ext/amortis/raw.php:122 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:36 -#: include/ext/profile_mgt/template/profile_mgt-display_profile.php:45 -#: include/ext/copy_parameter/template/Tva-display.php:33 -#: include/ext/copy_parameter/template/Analytic-display.php:27 -#: include/ext/copy_parameter/template/Analytic-display.php:30 -#: include/ext/copy_parameter/template/Analytic-display.php:33 -#: include/ext/copy_parameter/template/Analytic-display.php:34 -#: include/ext/transform/ajax_modify_intervat_assujetti.php:39 -#: include/ext/transform/raw.php:87 -#: include/ext/transform/include/template/listing_assujetti_representative.php:27 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:26 -#: include/ext/transform/include/template/listing_client_display.php:42 -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:62 -#: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:94 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:68 -#: include/ext/noalyss-timesheet/include/Admin/DayOff_MTable.php:50 -#: include/ext/noalyss_xmlpayment/template/header_bank-input.php:45 -#: include/ext/noalyss-portal-client/class/customer_card_mtable.class.php:30 -#: include/ext/tva/class/ext_list_intra.class.php:337 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:26 -#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:28 -#: include/template/currency_mtable_input_new.php:44 -#: include/template/follow_up_other_concerned_display_table.php:45 -#: include/template/profile.php:33 include/template/acc_report-create.php:37 -#: include/template/currency_mtable_input.php:44 -#: include/template/contact-summary.php:15 -#: include/template/card_multiple_result.php:19 -#: include/template/fiche_list.php:47 include/template/forecast-new.php:56 -#: include/template/forecast-new.php:59 include/user.inc.php:219 -#: include/user.inc.php:285 include/database.item.php:209 -#: include/dossier.inc.php:234 include/profile.inc.php:371 -#: include/upgrade-plugin.php:60 include/param_sec.inc.php:51 +#: include/class/acc_other_tax_mtable.class.php:37 include/class/currency_mtable.class.php:58 include/class/forecast_category_mtable.class.php:51 include/class/noalyss_user.class.php:1310 include/class/template_card_category.class.php:41 include/class/template_card_category.class.php:117 +#: include/class/acc_reconciliation.class.php:579 include/class/acc_ledger_search.class.php:1290 include/class/tag_group_mtable.class.php:46 include/class/operation_predef_mtable.class.php:49 include/class/document_modele.class.php:68 include/class/fiche.class.php:1417 include/class/card_attribut_mtable.class.php:41 +#: include/class/action_document_type_mtable.class.php:47 include/class/acc_ledger_fin.class.php:560 include/class/acc_ledger_fin.class.php:809 include/class/anc_plan.class.php:134 include/class/anc_plan.class.php:150 include/class/contact_option_ref_mtable.class.php:39 include/class/balance_age.class.php:149 +#: include/ajax/ajax_get_profile.php:52 include/ajax/ajax_admin.php:232 include/ajax/ajax_mod_stock_repo.php:39 include/ajax/ajax_search_peppol.php:84 include/modele.inc.php:263 include/modele.inc.php:374 include/XMLDocument/error_message.class.php:93 include/stock_cfg.inc.php:64 include/upgrade-template.php:49 +#: include/export/export_anc_axis_csv.php:43 include/export/export_fiche_balance_csv.php:53 include/ext/rapport_avance/ajax/ajax_form_modify.php:40 include/ext/rapport_avance/include/template/rapav_repository-display_form.php:33 include/ext/rash/class/Beneficiary_MTable.php:24 include/ext/rash/template/beneficiary-listing.php:44 +#: include/ext/sav/include/template/sas_display_detail.php:87 include/ext/amortis/raw.php:122 include/ext/amortis/include/amortissement_material_pdf.class.php:36 include/ext/profile_mgt/template/profile_mgt-display_profile.php:45 include/ext/copy_parameter/template/Tva-display.php:33 +#: include/ext/copy_parameter/template/Analytic-display.php:27 include/ext/copy_parameter/template/Analytic-display.php:30 include/ext/copy_parameter/template/Analytic-display.php:33 include/ext/copy_parameter/template/Analytic-display.php:34 include/ext/transform/ajax_modify_intervat_assujetti.php:39 +#: include/ext/transform/raw.php:87 include/ext/transform/include/template/listing_assujetti_representative.php:27 include/ext/transform/include/template/listing_assujetti_declarant.php:26 include/ext/transform/include/template/listing_client_display.php:42 include/ext/noalyss-timesheet/template/schedule-display_employee.php:62 +#: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:94 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:68 include/ext/noalyss-timesheet/include/Admin/DayOff_MTable.php:50 include/ext/noalyss_xmlpayment/template/header_bank-input.php:45 +#: include/ext/noalyss-portal-client/class/customer_card_mtable.class.php:30 include/ext/tva/class/ext_list_intra.class.php:337 include/ext/tva/template/xml_belgian_tax_representative-input.php:26 include/ext/tva/template/xml_belgian_tax_declarant-input.php:28 include/template/currency_mtable_input_new.php:44 +#: include/template/follow_up_other_concerned_display_table.php:45 include/template/profile.php:33 include/template/acc_report-create.php:37 include/template/currency_mtable_input.php:44 include/template/contact-summary.php:15 include/template/card_multiple_result.php:19 include/template/fiche_list.php:47 +#: include/template/forecast-new.php:56 include/template/forecast-new.php:59 include/user.inc.php:219 include/user.inc.php:285 include/database.item.php:209 include/dossier.inc.php:234 include/profile.inc.php:371 include/upgrade-plugin.php:60 include/param_sec.inc.php:51 msgid "Nom" msgstr "Naam" @@ -11989,8 +10057,7 @@ msgstr "Naam" msgid "Nom " msgstr "Naam TVA" -#: include/ext/noalyss-timesheet/template/manager-display_list.php:37 -#: include/ext/noalyss-timesheet/template/proxy_user-display_list.php:37 +#: include/ext/noalyss-timesheet/template/manager-display_list.php:37 include/ext/noalyss-timesheet/template/proxy_user-display_list.php:37 #, fuzzy msgid "Nom Prénom" msgstr "Voornaam" @@ -12005,8 +10072,7 @@ msgstr "Maatschappij Naam" msgid "Nom Stock" msgstr "Stock code" -#: include/class/acc_ledger_sale.class.php:1836 -#: include/class/acc_ledger_purchase.class.php:2258 +#: include/class/acc_ledger_sale.class.php:1836 include/class/acc_ledger_purchase.class.php:2258 msgid "Nom TVA" msgstr "Naam TVA" @@ -12025,8 +10091,7 @@ msgstr "Database" msgid "Nom base de données" msgstr "Database" -#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:69 -#: include/ext/ohada/include/data/data_unpaid_due_customer.class.php:66 +#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:69 include/ext/ohada/include/data/data_unpaid_due_customer.class.php:66 #, fuzzy msgid "Nom client" msgstr "Klant Toevoegen" @@ -12087,10 +10152,7 @@ msgstr "Documentnaam" msgid "Nom du dossier" msgstr "Naam van de map" -#: include/ext/importbank/include/template/show_field.php:14 -#: include/ext/importbank/include/template/show_field.php:28 -#: include/ext/importbank/include/template/confirm_transfer.php:139 -#: include/ext/importbank/include/template/confirm_transfer.php:146 +#: include/ext/importbank/include/template/show_field.php:14 include/ext/importbank/include/template/show_field.php:28 include/ext/importbank/include/template/confirm_transfer.php:139 include/ext/importbank/include/template/confirm_transfer.php:146 #, fuzzy msgid "Nom du format" msgstr "Documentnaam" @@ -12120,8 +10182,7 @@ msgstr "Het onderwerp is verplicht" msgid "Nom est vide" msgstr "is leeg" -#: include/class/acc_ledger_sale.class.php:1832 -#: include/class/acc_ledger_purchase.class.php:2254 +#: include/class/acc_ledger_sale.class.php:1832 include/class/acc_ledger_purchase.class.php:2254 msgid "Nom fiche" msgstr "Naam fiche" @@ -12130,14 +10191,11 @@ msgstr "Naam fiche" msgid "Nom format" msgstr "Documentnaam" -#: include/class/acc_ledger_sale.class.php:1834 -#: include/class/acc_ledger_purchase.class.php:2256 +#: include/class/acc_ledger_sale.class.php:1834 include/class/acc_ledger_purchase.class.php:2256 msgid "Nom fournisseur" msgstr "Naam leverancier" -#: include/export/export_poste_detail_csv.php:75 -#: include/export/export_fiche_detail_csv.php:68 -#: include/template/param_jrn.php:14 +#: include/export/export_poste_detail_csv.php:75 include/export/export_fiche_detail_csv.php:68 include/template/param_jrn.php:14 msgid "Nom journal" msgstr "Boek Naam" @@ -12151,24 +10209,21 @@ msgstr "Parameter" msgid "Nom ne peut pas être vide" msgstr "De naam mag niet leeg zijn" -#: include/class/forecast_category_mtable.class.php:102 -#: include/class/action_document_type_mtable.class.php:108 -#: include/ajax/ajax_search_filter.php:82 +#: include/class/forecast_category_mtable.class.php:102 include/class/action_document_type_mtable.class.php:108 include/ajax/ajax_search_filter.php:82 #, fuzzy msgid "Nom ne peut être vide" msgstr "De naam mag niet leeg zijn" #: include/class/currency_mtable.class.php:215 msgid "Nom trop long max=80" -msgstr "" +msgstr "Naam te lang max=80" #: include/class/fiche.class.php:516 #, fuzzy msgid "Nom vide" msgstr "is leeg" -#: include/class/card_attribut_mtable.class.php:56 -#: include/class/contact_option_ref_mtable.class.php:46 +#: include/class/card_attribut_mtable.class.php:56 include/class/contact_option_ref_mtable.class.php:46 msgid "Nombre" msgstr "Aantal" @@ -12195,7 +10250,7 @@ msgstr "Aantal records" #: include/template/param_jrn.php:166 msgid "Nombre de chiffres du numéro de pièce, remplissage avec des 0 " -msgstr "" +msgstr "Aantal cijfers in het onderdeelnummer, aangevuld met nullen" #: include/ext/importbank/include/template/confirm_transfer.php:75 #, fuzzy @@ -12238,7 +10293,7 @@ msgstr "Aantal geregistreerde lijnen" #: include/class/periode.class.php:467 msgid "Nombre de mois doit être compris entre 1 & 60 " -msgstr "" +msgstr "Het aantal maanden moet tussen 1 en 60 liggen" #: include/ext/amortis/ajax.php:127 #, fuzzy, php-format @@ -12257,11 +10312,11 @@ msgstr "tarief is geen getal" #: include/ext/amortis/index.php:59 msgid "Nombre de mois ou jour sur la première année" -msgstr "" +msgstr "Aantal maanden of dagen in het eerste jaar" #: include/template/periode_add_exercice.php:123 msgid "Nombre de mois possible entre 1 et 60" -msgstr "" +msgstr "Aantal mogelijke maanden tussen 1 en 60" #: include/ext/amortis/ajax.php:124 #, fuzzy, php-format @@ -12278,13 +10333,8 @@ msgstr "Aantal geregistreerde lijnen" msgid "Nombre invalide" msgstr "Aantal ongeldige annuïteiten" -#: include/user_detail.inc.php:96 include/class/tva_rate_mtable.class.php:67 -#: include/class/mobile_device_mtable.class.php:48 -#: include/template/profile_menu_display_submenu.php:66 -#: include/template/profile_menu_display_module.php:81 -#: include/company.inc.php:77 include/company.inc.php:81 -#: include/company.inc.php:84 include/company.inc.php:114 -#: include/company.inc.php:137 +#: include/user_detail.inc.php:96 include/class/tva_rate_mtable.class.php:67 include/class/mobile_device_mtable.class.php:48 include/template/profile_menu_display_submenu.php:66 include/template/profile_menu_display_module.php:81 include/company.inc.php:77 include/company.inc.php:81 include/company.inc.php:84 +#: include/company.inc.php:114 include/company.inc.php:137 msgid "Non" msgstr "Geboren" @@ -12302,37 +10352,28 @@ msgstr "Niet Betaald '" msgid "Non actif" msgstr "Geen handeling" -#: include/ajax/ajax_ledger.php:32 include/ajax/ajax_account.php:35 -#: include/ext/noalyss-timesheet/ajax/ajax_select_project_code.php:41 +#: include/ajax/ajax_ledger.php:32 include/ajax/ajax_account.php:35 include/ext/noalyss-timesheet/ajax/ajax_select_project_code.php:41 #, fuzzy msgid "Non authorisé" msgstr "niet use of" -#: html/ajax_misc.php:90 include/upgrade-core.php:23 -#: include/ajax/ajax_remove_submenu.php:27 include/upgrade-template.php:25 -#: include/export/export_receipt.php:24 -#: include/export/export_suppl-document.php:27 -#: include/export/export_document.php:31 -#: include/export/export_xml-invoice.php:27 include/admin_repo.inc.php:25 -#: include/admin_repo.inc.php:26 include/upgrade.inc.php:27 -#: include/backup.inc.php:22 include/upgrade-plugin.php:25 -#: include/impress_poste.inc.php:20 +#: html/ajax_misc.php:90 include/upgrade-core.php:23 include/ajax/ajax_remove_submenu.php:27 include/upgrade-template.php:25 include/export/export_receipt.php:24 include/export/export_suppl-document.php:27 include/export/export_document.php:31 include/export/export_xml-invoice.php:27 include/admin_repo.inc.php:25 +#: include/admin_repo.inc.php:26 include/upgrade.inc.php:27 include/backup.inc.php:22 include/upgrade-plugin.php:25 include/impress_poste.inc.php:20 #, fuzzy msgid "Non autorisé" msgstr "niet use of" -#: include/template/acc_ledger_history_purchase_oneline.php:59 -#: include/template/ledger_detail_ach.php:166 +#: include/template/acc_ledger_history_purchase_oneline.php:59 include/template/ledger_detail_ach.php:166 msgid "Non ded" msgstr "Niet DED" #: include/ajax/ajax_currency.php:84 msgid "Non effacé : Il faut au moins un taux" -msgstr "" +msgstr "Niet gewist: Er is ten minste één tarief vereist" #: include/ext/sav/include/sav_card.inc.php:71 msgid "Non enregistré : données incorrectes" -msgstr "" +msgstr "Niet geregistreerd: onjuiste gegevens" # Je suppose que TKPDF est comme PDF? #: include/upgrade-plugin.php:125 @@ -12354,8 +10395,7 @@ msgstr "Niet betaald" msgid "Non prévu" msgstr "Niet betaald" -#: include/ext/noalyss-portal-client/class/customer_news.php:88 -#: include/ext/noalyss-portal-client/class/customer_news.php:111 +#: include/ext/noalyss-portal-client/class/customer_news.php:88 include/ext/noalyss-portal-client/class/customer_news.php:111 #, fuzzy msgid "Non publié" msgstr "niet use of" @@ -12381,24 +10421,14 @@ msgstr "niet use of" #: include/class/acc_operation.class.php:891 msgid "Normal" -msgstr "" +msgstr "Normaal" -#: include/class/document.class.php:1715 include/class/follow_up.class.php:295 -#: include/class/follow_up.class.php:829 +#: include/class/document.class.php:1715 include/class/follow_up.class.php:295 include/class/follow_up.class.php:829 msgid "Normale" -msgstr "" +msgstr "Normaal" -#: include/class/acc_ledger_history_sale.class.php:290 -#: include/class/acc_ledger_sale.class.php:1029 -#: include/class/acc_ledger_history_purchase.class.php:306 -#: include/class/acc_ledger.class.php:736 -#: include/class/acc_ledger.class.php:1048 -#: include/class/acc_ledger_purchase.class.php:1743 -#: include/export/export_histo_csv.php:46 -#: include/ext/noalyss_document/template/document_operation-input.php:142 -#: include/template/security_list_action.php:73 -#: include/template/acc_operation_note-input.php:34 -#: include/widget/todo_list/todo_list-display_new_note.php:35 +#: include/class/acc_ledger_history_sale.class.php:290 include/class/acc_ledger_sale.class.php:1029 include/class/acc_ledger_history_purchase.class.php:306 include/class/acc_ledger.class.php:736 include/class/acc_ledger.class.php:1048 include/class/acc_ledger_purchase.class.php:1743 include/export/export_histo_csv.php:46 +#: include/ext/noalyss_document/template/document_operation-input.php:142 include/template/security_list_action.php:73 include/template/acc_operation_note-input.php:34 include/widget/todo_list/todo_list-display_new_note.php:35 msgid "Note" msgstr "Nota" @@ -12411,27 +10441,16 @@ msgstr "Onkostennota" msgid "Note interne" msgstr "Interne code" -#: include/class/calendar.class.php:155 -#: include/class/acc_ledger_search.class.php:1147 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:78 +#: include/class/calendar.class.php:155 include/class/acc_ledger_search.class.php:1147 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:78 msgid "Notes" msgstr "Notes" #: include/ext/modop/index.php:61 msgid "Nous recommandons fortement d'utiliser le mode strict" -msgstr "" +msgstr "We raden ten zeerste aan om de strikte modus te gebruiken" -#: include/ajax/ajax_add_menu.php:142 -#: include/ext/noalyss_document/class/document_load.php:362 -#: include/ext/noalyss_document/class/document_operation.php:708 -#: include/ext/noalyss_document/template/document_load-display_table.php:151 -#: include/ext/noalyss_document/template/document_operation-input.php:251 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:92 -#: include/ext/importbank/class/import_bank.class.php:156 -#: include/ext/importbank/ajax.php:372 -#: include/ext/importbank/bank_constant.php:64 -#: include/ext/importbank/include/template/show_import.php:24 -#: include/anc_od.inc.php:53 +#: include/ajax/ajax_add_menu.php:142 include/ext/noalyss_document/class/document_load.php:362 include/ext/noalyss_document/class/document_operation.php:708 include/ext/noalyss_document/template/document_load-display_table.php:151 include/ext/noalyss_document/template/document_operation-input.php:251 +#: include/ext/rapport_avance/include/template/formulaire_listing.php:92 include/ext/importbank/class/import_bank.class.php:156 include/ext/importbank/ajax.php:372 include/ext/importbank/bank_constant.php:64 include/ext/importbank/include/template/show_import.php:24 include/anc_od.inc.php:53 msgid "Nouveau" msgstr "Nieuw" @@ -12468,15 +10487,12 @@ msgstr "Nieuw plan" msgid "Nouveau rapport" msgstr "Documentnaam" -#: include/class/acc_ledger_fin.class.php:662 -#: include/class/acc_ledger_fin.class.php:674 -#: include/class/acc_ledger_fin.class.php:691 +#: include/class/acc_ledger_fin.class.php:662 include/class/acc_ledger_fin.class.php:674 include/class/acc_ledger_fin.class.php:691 #, fuzzy msgid "Nouveau solde" msgstr "Nieuw menu" -#: include/class/acc_ledger_fin.class.php:1111 -#: include/class/acc_ledger_fin.class.php:1120 +#: include/class/acc_ledger_fin.class.php:1111 include/class/acc_ledger_fin.class.php:1120 #, fuzzy, php-format msgid "Nouveau solde %s %s" msgstr "Nieuw menu" @@ -12503,8 +10519,7 @@ msgstr "Nieuwe extract" msgid "Nouvel extrait bancaire" msgstr "Nieuwe bankafschrift" -#: include/template/action_display_short.php:82 -#: include/lib/html_input.class.php:1241 +#: include/template/action_display_short.php:82 include/lib/html_input.class.php:1241 #, fuzzy msgid "Nouvel événement" msgstr "Voeg dit element toe" @@ -12525,8 +10540,7 @@ msgstr "Nieuw record" msgid "Nouvelle ligne" msgstr "Nieuwe lijn" -#: include/class/acc_ledger.class.php:3379 include/database.item.php:116 -#: include/anc_od.inc.php:54 +#: include/class/acc_ledger.class.php:3379 include/database.item.php:116 include/anc_od.inc.php:54 #, fuzzy msgid "Nouvelle opération" msgstr "Nieuwe verschillende bewerkingen" @@ -12552,7 +10566,7 @@ msgstr "Nieuwe omzet of inkomsten" #: include/upgrade-plugin.php:111 #, php-format msgid "Nouvelle version disponible %s , votre version %s" -msgstr "" +msgstr "Nieuwe versie beschikbaar %s , uw versie %s" #: include/ext/noalyss-portal-client/class/customer_news.php:101 #, fuzzy @@ -12561,25 +10575,24 @@ msgstr "Nieuwe sleutel" #: include/ext/noalyss-portal-client/index.php:92 msgid "Nouvelles annonces, astuces," -msgstr "" +msgstr "Nieuwe aankondigingen, tips," #: include/ext/rash/template/schedule_watch-display_month.php:65 msgid "Nov." -msgstr "" +msgstr "Nov." #: include/class/periode.class.php:686 #, fuzzy msgid "Novembre" msgstr "Aantal" -#: include/class/anc_listing.class.php:81 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:125 +#: include/class/anc_listing.class.php:81 include/ext/tools/include/anc_grandlivre_ext.class.php:125 msgid "Num.interne" msgstr "Num.interne" #: include/ext/transform/raw.php:87 msgid "NumTVA" -msgstr "" +msgstr "BTW-nummer" #: include/class/acc_ledger_sale.class.php:1404 #, fuzzy @@ -12600,21 +10613,13 @@ msgstr "Nummer" #: include/ext/tva/template/xml_belgian_tax_representative-input.php:101 msgid "Numéro (TVA, Douane ou NISS)" -msgstr "" +msgstr "Nummer (btw, douane of NISS)" -#: include/class/acc_ledger_sale.class.php:991 -#: include/class/acc_ledger_sale.class.php:997 -#: include/class/acc_ledger_sale.class.php:1000 -#: include/class/acc_ledger_purchase.class.php:1704 -#: include/class/acc_ledger_purchase.class.php:1710 -#: include/class/acc_ledger_purchase.class.php:1713 -#: include/template/form_ledger_detail.php:58 +#: include/class/acc_ledger_sale.class.php:991 include/class/acc_ledger_sale.class.php:997 include/class/acc_ledger_sale.class.php:1000 include/class/acc_ledger_purchase.class.php:1704 include/class/acc_ledger_purchase.class.php:1710 include/class/acc_ledger_purchase.class.php:1713 include/template/form_ledger_detail.php:58 msgid "Numéro Pièce" msgstr "Referentie" -#: include/ajax/ajax_boxcard_search.php:67 -#: include/ext/transform/include/template/listing_client_display.php:45 -#: include/database.item.php:242 include/lib/ivatnumber.class.php:35 +#: include/ajax/ajax_boxcard_search.php:67 include/ext/transform/include/template/listing_client_display.php:45 include/database.item.php:242 include/lib/ivatnumber.class.php:35 msgid "Numéro TVA" msgstr "BTW nummer" @@ -12623,9 +10628,7 @@ msgstr "BTW nummer" msgid "Numéro d'extrait" msgstr "Extract nummer" -#: include/ajax/ajax_search_peppol.php:81 -#: include/XMLDocument/error_message.class.php:88 -#: include/XMLDocument/error_message.class.php:98 +#: include/ajax/ajax_search_peppol.php:81 include/XMLDocument/error_message.class.php:88 include/XMLDocument/error_message.class.php:98 #, fuzzy msgid "Numéro de TVA" msgstr "BTW nummer" @@ -12648,8 +10651,7 @@ msgstr "Ongeldig BTW nummer" msgid "Numéro de Tva" msgstr "BTW nummer" -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:91 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:91 +#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:91 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:91 #, fuzzy msgid "Numéro de ligne" msgstr "rekeningsnummer" @@ -12663,8 +10665,7 @@ msgstr "Het onderwerp is verplicht" msgid "Numéro de tva incorrect" msgstr "Ongeldig btw nummer" -#: include/ext/transform/include/transform_representative.class.php:215 -#: include/ext/transform/include/transform_declarant.class.php:194 +#: include/ext/transform/include/transform_representative.class.php:215 include/ext/transform/include/transform_declarant.class.php:194 msgid "Numéro de téléphone incorrect" msgstr "Verkeerd telefoonnummer" @@ -12684,10 +10685,9 @@ msgstr "Num.interne" #: include/ajax/ajax_search_peppol.php:129 msgid "Numéro entreprise belge valide: 10 chiffres" -msgstr "" +msgstr "Geldig Belgisch bedrijfsnummer: 10 cijfers" -#: include/ext/modop/template_ledger_fin.php:15 -#: include/template/form_ledger_fin.php:75 +#: include/ext/modop/template_ledger_fin.php:15 include/template/form_ledger_fin.php:75 msgid "Numéro extrait" msgstr "Extract nummer" @@ -12696,8 +10696,7 @@ msgstr "Extract nummer" msgid "Numéro garantie" msgstr "Extract nummer" -#: include/class/print_ledger_detail_item.class.php:57 -#: include/class/pdf_operation.class.php:91 +#: include/class/print_ledger_detail_item.class.php:57 include/class/pdf_operation.class.php:91 #, fuzzy msgid "Numéro interne" msgstr "Num.interne" @@ -12707,9 +10706,7 @@ msgstr "Num.interne" msgid "Numéro national" msgstr "Operatienummer" -#: include/class/acc_ledger_sale.class.php:1818 -#: include/class/acc_ledger_purchase.class.php:2240 -#: include/ext/importbank/bank_constant.php:59 +#: include/class/acc_ledger_sale.class.php:1818 include/class/acc_ledger_purchase.class.php:2240 include/ext/importbank/bank_constant.php:59 msgid "Numéro opération" msgstr "Operatienummer" @@ -12722,29 +10719,22 @@ msgstr "Num.interne" msgid "Numérotation de chaque opération" msgstr "Nummering van elke operatie" -#: include/ext/import-advanced/template/history_file.php:57 -#: include/template/impress_reconciliation.php:11 +#: include/ext/import-advanced/template/history_file.php:57 include/template/impress_reconciliation.php:11 msgid "N°" msgstr "Nr." -#: include/class/acc_ledger_history_generic.class.php:798 -#: include/export/export_ledger_csv.php:217 +#: include/class/acc_ledger_history_generic.class.php:798 include/export/export_ledger_csv.php:217 #, fuzzy msgid "N° Pièce" msgstr "Stuk nr." -#: include/ext/transform/include/template/listing_assujetti_declarant.php:80 -#: include/ext/tva/class/ext_list_intra.class.php:337 -#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:80 +#: include/ext/transform/include/template/listing_assujetti_declarant.php:80 include/ext/tva/class/ext_list_intra.class.php:337 include/ext/tva/template/xml_belgian_tax_declarant-input.php:80 msgid "N° TVA" msgstr "Geen BTW" -#: include/ext/transform/include/template/listing_assujetti_representative.php:78 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:92 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:109 -#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:91 +#: include/ext/transform/include/template/listing_assujetti_representative.php:78 include/ext/transform/include/template/listing_assujetti_declarant.php:92 include/ext/tva/template/xml_belgian_tax_representative-input.php:109 include/ext/tva/template/xml_belgian_tax_declarant-input.php:91 msgid "N° de téléphone, TVA, code postal uniquement des chiffres " -msgstr "" +msgstr "Telefoonnummer, btw-nummer, postcode - alleen cijfers" #: include/ext/ohada/include/data/data_unpaid_customer.class.php:60 #, fuzzy @@ -12755,8 +10745,7 @@ msgstr "Fiche nr." msgid "N° fiche" msgstr "Fiche nr." -#: include/class/acc_ledger_sale.class.php:1833 -#: include/class/acc_ledger_purchase.class.php:2255 +#: include/class/acc_ledger_sale.class.php:1833 include/class/acc_ledger_purchase.class.php:2255 msgid "N° fiche fournisseur" msgstr "Nr. van Leveranciersfiche" @@ -12765,9 +10754,7 @@ msgstr "Nr. van Leveranciersfiche" msgid "N° item" msgstr "Intern nr." -#: include/class/balance_age.class.php:152 -#: include/export/export_stock_histo_csv.php:39 -#: include/template/impress_reconciliation.php:20 +#: include/class/balance_age.class.php:152 include/export/export_stock_histo_csv.php:39 include/template/impress_reconciliation.php:20 msgid "N° pièce" msgstr "N° bewijs" @@ -12775,8 +10762,7 @@ msgstr "N° bewijs" msgid "N° pièce justificative" msgstr "N° van het bewijsstuk" -#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:68 -#: include/ext/ohada/include/data/data_unpaid_due_customer.class.php:65 +#: include/ext/ohada/include/data/data_unpaid_due_supplier.class.php:68 include/ext/ohada/include/data/data_unpaid_due_customer.class.php:65 #, fuzzy msgid "N°facture" msgstr "Faktuur" @@ -12787,13 +10773,15 @@ msgstr "Nederlands" #: include/class/tva_rate_mtable.class.php:201 msgid "O TVA Hors périmètre application" -msgstr "" +msgstr "O BTW buiten het toepassingsgebied" #: include/database.item.php:155 msgid "" "OBSOLETE Importation et exportation d'operations\n" "\t remplacé par noalyss-export et import-advanced" msgstr "" +"VEROUDERDE import- en exportactiviteiten\n" +"\tvervangen door noalyss-export en import-advanced" #: include/database.item.php:8 msgid "OD analytique" @@ -12801,17 +10789,14 @@ msgstr "Analytische OD" #: include/ajax/ajax_currency.php:79 msgid "OK" -msgstr "" +msgstr "OK" #: include/class/acc_ledger.class.php:1671 #, fuzzy msgid "OPERATION ANNULEE voir log" msgstr "OPERATIE ONGEDAAN GEMAAKT" -#: include/export/export_stock_resume_list.php:36 -#: include/template/stock_summary_list.php:48 -#: include/template/stock_summary_table.php:81 -#: include/template/stock_summary_table.php:115 +#: include/export/export_stock_resume_list.php:36 include/template/stock_summary_list.php:48 include/template/stock_summary_table.php:81 include/template/stock_summary_table.php:115 msgid "OUT" msgstr "OUT" @@ -12820,62 +10805,50 @@ msgstr "OUT" msgid "OUTPUTHTML070 Mode invalide" msgstr "Ongeldige code" -#: include/class/acc_operation.class.php:845 -#: include/class/acc_operation.class.php:849 -#: include/class/acc_operation.class.php:860 +#: include/class/acc_operation.class.php:845 include/class/acc_operation.class.php:849 include/class/acc_operation.class.php:860 #, fuzzy msgid "Object invalide, id incorrect" msgstr "Aantal foute rijen" #: include/ext/import-advanced/template/operation_result.php:50 msgid "Objet inconnu dans " -msgstr "" +msgstr "Onbekend object in" -#: include/ext/transform/include/transform_representative.class.php:218 -#: include/ext/transform/include/transform_representative.class.php:221 -#: include/ext/transform/include/transform_representative.class.php:224 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:132 +#: include/ext/transform/include/transform_representative.class.php:218 include/ext/transform/include/transform_representative.class.php:221 include/ext/transform/include/transform_representative.class.php:224 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:132 msgid "Obligatoire" msgstr "Verplicht" #: include/template/param_jrn.php:77 #, fuzzy -msgid "" -"Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque " -"utilisée" +msgid "Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque utilisée" msgstr "Verplicht voor FIN kranten geven hier de Data Bank gebruikt" #: include/ext/rash/template/schedule_watch-display_month.php:64 msgid "Oct." -msgstr "" +msgstr "okt." #: include/class/periode.class.php:686 msgid "Octobre" -msgstr "" +msgstr "oktober" #: include/class/periode.class.php:735 msgid "On ne peut ajouter une période que sur un exercice qui existe déjà" -msgstr "" +msgstr "Een periode kan alleen worden toegevoegd aan een bestaand boekjaar" #: include/ext/modop/modop_display.php:52 #, fuzzy msgid "On ne peut pas modifier dans une période fermée" -msgstr "" -"Aanpassingen onmogelijk: we kunnen de datum in een gesloten periode niet " -"veranderen" +msgstr "Aanpassingen onmogelijk: we kunnen de datum in een gesloten periode niet veranderen" #: html/install.php:216 -msgid "" -"On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " -msgstr "" +msgid "On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " +msgstr "Schrijven naar de NOALYSS-directory is niet toegestaan, wijzig de machtigingen" -#: include/class/acc_ledger_fin.class.php:563 -#: include/template/form_ledger_fin.php:87 +#: include/class/acc_ledger_fin.class.php:563 include/template/form_ledger_fin.php:87 msgid "Op. Concernée(s)" msgstr "Relevant Op (s)" -#: include/template/letter_all.php:40 include/template/letter_prop.php:45 -#: include/template/letter_prop.php:89 +#: include/template/letter_all.php:40 include/template/letter_prop.php:45 include/template/letter_prop.php:89 msgid "Op. concernée" msgstr "Betrokken Op" @@ -12913,9 +10886,7 @@ msgstr "Operatie" msgid "Option étiquettes" msgstr "Configuratie van de label" -#: include/class/follow_up_other_concerned.class.php:166 -#: include/class/contact_option_ref_mtable.class.php:42 -#: include/ext/noalyss-webservice/template/parameter_display.php:34 +#: include/class/follow_up_other_concerned.class.php:166 include/class/contact_option_ref_mtable.class.php:42 include/ext/noalyss-webservice/template/parameter_display.php:34 #, fuzzy msgid "Options" msgstr "Operatie" @@ -12924,20 +10895,16 @@ msgstr "Operatie" msgid "Options Générales" msgstr "Algemeen Opties" -#: include/ajax/ajax_display_card_option.php:41 -#: include/template/action_document_type_mtable_input.php:145 +#: include/ajax/ajax_display_card_option.php:41 include/template/action_document_type_mtable_input.php:145 #, fuzzy msgid "Options contact" msgstr "Geletterde operaties" -#: include/ext/tools/index.php:49 -#: include/ext/tva/class/parameter/tva_parameter.class.php:378 -#: include/tax_summary.inc.php:41 +#: include/ext/tools/index.php:49 include/ext/tva/class/parameter/tva_parameter.class.php:378 include/tax_summary.inc.php:41 msgid "Opération" msgstr "Operatie" -#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:114 -#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:141 +#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:114 include/ext/noalyss_document/ajax/ajax_validate_operation.php:141 #, fuzzy msgid "Opération " msgstr "Operatie" @@ -12956,14 +10923,10 @@ msgid "Opération ID" msgstr "Operatie" #: include/company.inc.php:297 -msgid "" -"Opération analytique uniquement pour les postes comptables commençant par" -msgstr "" +msgid "Opération analytique uniquement pour les postes comptables commençant par" +msgstr "Analytische bewerking alleen voor boekhoudkundige posten die beginnen met" -#: include/class/acc_ledger_search.class.php:1032 -#: include/class/acc_ledger_search.class.php:1244 -#: include/ext/tools/include/tool_function.php:622 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:154 +#: include/class/acc_ledger_search.class.php:1032 include/class/acc_ledger_search.class.php:1244 include/ext/tools/include/tool_function.php:622 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:154 msgid "Opération annulée" msgstr "Operatie ongedaan gemaakt" @@ -12974,27 +10937,21 @@ msgstr "Geletterde operaties verschillende bedragen" #: include/database.item.php:137 msgid "Opération de cloture ou d'ouverture d'exercice" -msgstr "" +msgstr "Afsluitings- of openingshandeling van het boekjaar" #: include/class/acc_ledger.class.php:2935 -msgid "" -"Opération de paiement crée en plus de cette opération, ne concerne pas la " -"facturation électronique" -msgstr "" +msgid "Opération de paiement crée en plus de cette opération, ne concerne pas la facturation électronique" +msgstr "Betalingstransactie aangemaakt naast deze transactie, heeft geen betrekking op elektronische facturering" #: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:135 msgid "Opération de vente" msgstr "Operatie van verkopen" #: include/database.item.php:116 -msgid "" -"Opération diverses tels que les amortissements, les augmentations de " -"capital, les salaires, ..." -msgstr "" +msgid "Opération diverses tels que les amortissements, les augmentations de capital, les salaires, ..." +msgstr "Diverse bewerkingen zoals afschrijvingen, kapitaalverhogingen, salarissen, ..." -#: include/ext/importbank/include/template/detail_item.php:19 -#: include/ext/importbank/include/template/delete_item.php:25 -#: include/ext/tva/ajax.php:200 +#: include/ext/importbank/include/template/detail_item.php:19 include/ext/importbank/include/template/delete_item.php:25 include/ext/tva/ajax.php:200 #, fuzzy msgid "Opération effacée" msgstr "Operatie Ontruimde" @@ -13023,18 +10980,16 @@ msgstr "Operatie ongedaan gemaakt" msgid "Opération invalide" msgstr "Ongeldige opties" -#: include/ext/importbank/include/template/show_list.php:124 -#: include/template/impress_reconciliation.php:65 +#: include/ext/importbank/include/template/show_list.php:124 include/template/impress_reconciliation.php:65 #, fuzzy msgid "Opération liée" msgstr "Gelinkte operaties" #: include/stock_inv_histo.inc.php:45 msgid "Opération non effacée: vous n'avez pas confirmé" -msgstr "" +msgstr "Operatie niet goedgekeurd: u heeft niet bevestigd" -#: include/compta_ven.inc.php:312 include/compta_ods.inc.php:116 -#: include/compta_ach.inc.php:169 +#: include/compta_ven.inc.php:312 include/compta_ods.inc.php:116 include/compta_ach.inc.php:169 #, fuzzy msgid "Opération non extournée" msgstr "Werking omgekeerd" @@ -13064,14 +11019,11 @@ msgstr "Vergelijkbare operaties" msgid "Opération récupérée" msgstr "Opgeslagen Operatie" -#: include/ext/coprop/include/appel_fond.inc.php:124 -#: include/ext/modop/modop_save.php:91 include/ext/modop/modop_save.php:180 -#: include/stock_inv.inc.php:38 include/anc_od.inc.php:128 +#: include/ext/coprop/include/appel_fond.inc.php:124 include/ext/modop/modop_save.php:91 include/ext/modop/modop_save.php:180 include/stock_inv.inc.php:38 include/anc_od.inc.php:128 msgid "Opération sauvée" msgstr "Opgeslagen Operatie" -#: include/class/operation_exercice.class.php:198 -#: include/template/operation_exercice-input_row-error.php:28 +#: include/class/operation_exercice.class.php:198 include/template/operation_exercice-input_row-error.php:28 #, fuzzy, php-format msgid "Opération transférée le %s" msgstr "Geletterde operaties" @@ -13089,9 +11041,7 @@ msgstr "Operatie bij het begin" msgid "Opération à la sortie" msgstr "Operatie op het einde " -#: include/class/follow_up.class.php:1698 -#: include/ext/modop/template_ledger_fin.php:19 -#: include/category_card.inc.php:83 +#: include/class/follow_up.class.php:1698 include/ext/modop/template_ledger_fin.php:19 include/category_card.inc.php:83 msgid "Opérations" msgstr "Operatie" @@ -13099,19 +11049,15 @@ msgstr "Operatie" msgid "Opérations & Lettrages" msgstr "Operations & Belettering" -#: include/class/operation_predef_mtable.class.php:176 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:74 -#: include/database.item.php:302 include/cfgledger.inc.php:168 +#: include/class/operation_predef_mtable.class.php:176 include/ext/import-advanced/class/import/impacc2_csv.class.php:74 include/database.item.php:302 include/cfgledger.inc.php:168 msgid "Opérations Diverses" msgstr "Verschillende bewerkingen" -#: include/lettering.account.inc.php:95 include/lettering.gestion.inc.php:63 -#: include/lettering.card.inc.php:93 +#: include/lettering.account.inc.php:95 include/lettering.gestion.inc.php:63 include/lettering.card.inc.php:93 msgid "Opérations NON lettrées" msgstr "NON operaties geletterde" -#: include/ext/dolibarr-noalyss/import_doli/index.php:63 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:63 +#: include/ext/dolibarr-noalyss/import_doli/index.php:63 include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:63 msgid "Opérations Ventes/Achats" msgstr "Operatie Verkopen/Aankopen" @@ -13134,8 +11080,7 @@ msgstr "Verschillende bewerkingen" msgid "Opérations enregistrées similaires" msgstr "Operatie bij het begin" -#: include/lettering.account.inc.php:93 include/lettering.gestion.inc.php:62 -#: include/lettering.card.inc.php:91 include/impress_poste.inc.php:97 +#: include/lettering.account.inc.php:93 include/lettering.gestion.inc.php:62 include/lettering.card.inc.php:91 include/impress_poste.inc.php:97 msgid "Opérations lettrées" msgstr "Geletterde operaties" @@ -13162,12 +11107,8 @@ msgstr "Vergelijkbare operaties" msgid "Opérations prédéfinies uniquement" msgstr "Operatie van verkopen" -#: include/class/pdf_operation.class.php:350 -#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:68 -#: include/template/acc_ledger_history_sale_detail.php:58 -#: include/template/acc_ledger_history_financial_oneline.php:42 -#: include/template/acc_ledger_history_purchase_detail.php:59 -#: include/impress_rec.inc.php:66 include/anc_great_ledger.inc.php:55 +#: include/class/pdf_operation.class.php:350 include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:68 include/template/acc_ledger_history_sale_detail.php:58 include/template/acc_ledger_history_financial_oneline.php:42 include/template/acc_ledger_history_purchase_detail.php:59 include/impress_rec.inc.php:66 +#: include/anc_great_ledger.inc.php:55 msgid "Opérations rapprochées" msgstr "Vergelijkbare operaties" @@ -13201,8 +11142,7 @@ msgstr "Geen enkele operatie in de huidige oefening" msgid "Opérations transférées %s" msgstr "Geletterde operaties" -#: include/class/forecast_category_mtable.class.php:52 -#: include/class/card_attribut_mtable.class.php:44 +#: include/class/forecast_category_mtable.class.php:52 include/class/card_attribut_mtable.class.php:44 msgid "Ordre" msgstr "Orde" @@ -13211,44 +11151,35 @@ msgstr "Orde" msgid "Ordre apparition" msgstr "Volgorde van verschijning" -#: include/ajax/ajax_add_menu.php:160 include/ajax/ajax_get_menu_detail.php:67 -#: include/ext/rapport_avance/include/template/formulaire_definition.php:52 +#: include/ajax/ajax_add_menu.php:160 include/ajax/ajax_get_menu_detail.php:67 include/ext/rapport_avance/include/template/formulaire_definition.php:52 msgid "Ordre d'apparition" msgstr "Volgorde van verschijning" #: include/widget/ajax.php:84 msgid "Organiser les éléments en utilisant la souris (Drag & Drop) puis sauver" -msgstr "" +msgstr "Rangschik de elementen met de muis (slepen en neerzetten) en sla vervolgens op" -#: include/ext/rash/raw.php:97 -#: include/ext/rash/template/beneficiary-input.php:384 +#: include/ext/rash/raw.php:97 include/ext/rash/template/beneficiary-input.php:384 msgid "Origine" -msgstr "" +msgstr "Oorsprong" #: include/impress_poste.inc.php:59 #, fuzzy msgid "Ou Choisissez la fiche" msgstr "Kies de BTW" -#: include/user_detail.inc.php:97 include/class/tva_rate_mtable.class.php:68 -#: include/class/mobile_device_mtable.class.php:47 -#: include/class/acc_plan_mtable.class.php:65 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:45 -#: include/template/profile_menu_display_submenu.php:66 -#: include/template/profile_menu_display_module.php:81 -#: include/company.inc.php:78 include/company.inc.php:82 -#: include/company.inc.php:85 include/company.inc.php:115 -#: include/company.inc.php:138 +#: include/user_detail.inc.php:97 include/class/tva_rate_mtable.class.php:68 include/class/mobile_device_mtable.class.php:47 include/class/acc_plan_mtable.class.php:65 include/ext/import-advanced/class/import/impacc2_fec.class.php:45 include/template/profile_menu_display_submenu.php:66 +#: include/template/profile_menu_display_module.php:81 include/company.inc.php:78 include/company.inc.php:82 include/company.inc.php:85 include/company.inc.php:115 include/company.inc.php:138 msgid "Oui" msgstr "Ja" #: include/lib/message_javascript.php:116 msgid "Oui pour charger les fichiers javascripts et CSS standards" -msgstr "" +msgstr "Ja om standaard JavaScript- en CSS-bestanden te laden" #: include/database.item.php:181 msgid "Outils comptable, chgt poste,fiche..." -msgstr "" +msgstr "Boekhoudkundige hulpmiddelen, vacatureplaatsing, registratie..." #: include/database.item.php:181 #, fuzzy @@ -13260,9 +11191,7 @@ msgstr "Accountant Vacature" msgid "Outils pour les copropriétés" msgstr "de begrotingspost" -#: include/class/periode.class.php:621 -#: include/class/periode_ledger_table.class.php:143 -#: include/class/periode_ledger_table.class.php:145 +#: include/class/periode.class.php:621 include/class/periode_ledger_table.class.php:143 include/class/periode_ledger_table.class.php:145 #, fuzzy msgid "Ouvert" msgstr "OPSLAAN" @@ -13272,17 +11201,14 @@ msgstr "OPSLAAN" msgid "Ouvert./Fermeture" msgstr "Dicht" -#: include/class/acc_operation.class.php:892 -#: include/export/export_balance_pdf.php:127 include/balance.inc.php:345 -#: include/template/operation_exercice-input_source.php:45 +#: include/class/acc_operation.class.php:892 include/export/export_balance_pdf.php:127 include/balance.inc.php:345 include/template/operation_exercice-input_source.php:45 #, fuzzy msgid "Ouverture" msgstr "Opening Schrift" #: include/template/operation_exercice-input_source.php:47 -msgid "" -"Ouverture des comptes pour l'exercice qui débute pour les comptes 0 à 5." -msgstr "" +msgid "Ouverture des comptes pour l'exercice qui débute pour les comptes 0 à 5." +msgstr "Opening van rekeningen voor het fiscale jaar dat begint voor rekeningen 0 tot en met 5." #: include/class/acc_bilan.class.php:727 #, fuzzy @@ -13291,19 +11217,16 @@ msgstr "fout bij het openen van het bestand" #: include/template/ledger_detail_top.php:17 msgid "Ouvrir dans une fenêtre séparée" -msgstr "" +msgstr "Openen in een apart venster" #: include/impress_rapport.inc.php:250 #, fuzzy msgid "Période comptable" msgstr "Boekhoudingsperiode" -#: include/ajax/ajax_card.php:172 include/category_detail.inc.php:73 -#: include/ext/ohada/template/financial_ledger.input_pdf.php:45 -#: include/ext/ohada/template/ohada_report.input_pdf.php:42 -#: include/ext/ohada/template/ohada-input_exercice_pdf.php:44 +#: include/ajax/ajax_card.php:172 include/category_detail.inc.php:73 include/ext/ohada/template/financial_ledger.input_pdf.php:45 include/ext/ohada/template/ohada_report.input_pdf.php:42 include/ext/ohada/template/ohada-input_exercice_pdf.php:44 msgid "PDF" -msgstr "" +msgstr "PDF" # Je suppose que TKPDF est comme PDF? #: include/class/document_export.class.php:316 @@ -13318,22 +11241,21 @@ msgstr "Kan niet worden omgezet in PDF" #: include/ext/noalyss-portal-client/class/customer_peppol_mtable.class.php:43 msgid "PEPPOL" -msgstr "" +msgstr "PEPPOL" #: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:30 msgid "PEPPOL ID" -msgstr "" +msgstr "PEPPOL-ID" #: include/lib/ipeppol_id.class.php:35 msgid "PEPPOL_ID" -msgstr "" +msgstr "PEPPOL_ID" #: include/class/acc_ledger.class.php:292 msgid "PERIODE FERMEE" msgstr "Gesloten periode" -#: include/class/acc_ledger.class.php:744 -#: include/class/acc_ledger.class.php:745 +#: include/class/acc_ledger.class.php:744 include/class/acc_ledger.class.php:745 msgid "PJ Num" msgstr "Bewijs nummer" @@ -13344,25 +11266,16 @@ msgid "PS2PDF non installé" msgstr "TKPDF is niet geïnstalleerd" # PU = prix unitaire? -#: include/class/acc_ledger_sale.class.php:1844 -#: include/class/acc_ledger_purchase.class.php:2266 +#: include/class/acc_ledger_sale.class.php:1844 include/class/acc_ledger_purchase.class.php:2266 msgid "PU" msgstr "Eenheidsprijs" -#: include/class/acc_ledger_history_sale.class.php:286 -#: include/class/acc_ledger_search.class.php:818 -#: include/class/acc_ledger_history_purchase.class.php:302 -#: include/class/pdf_operation.class.php:88 -#: include/XMLDocument/xml_reader.class.php:573 -#: include/export/export_histo_csv.php:41 -#: include/template/acc_ledger_history_sale_detail.php:37 -#: include/template/acc_ledger_history_purchase_detail.php:35 -#: include/tax_summary.inc.php:42 +#: include/class/acc_ledger_history_sale.class.php:286 include/class/acc_ledger_search.class.php:818 include/class/acc_ledger_history_purchase.class.php:302 include/class/pdf_operation.class.php:88 include/XMLDocument/xml_reader.class.php:573 include/export/export_histo_csv.php:41 +#: include/template/acc_ledger_history_sale_detail.php:37 include/template/acc_ledger_history_purchase_detail.php:35 include/tax_summary.inc.php:42 msgid "Paiement" msgstr "Betaling" -#: include/ext/noalyss_document/template/document_operation-input.php:248 -#: include/database.item.php:190 +#: include/ext/noalyss_document/template/document_operation-input.php:248 include/database.item.php:190 #, fuzzy msgid "Paiement SEPA" msgstr "Betaling" @@ -13370,7 +11283,7 @@ msgstr "Betaling" #: include/class/invoice_pdf.class.php:327 #, php-format msgid "Paiement avant le %s sur le compte %s (BIC %s) avec comme message %s" -msgstr "" +msgstr "Betaling vóór %s naar rekening %s (BIC %s) met bericht %s" #: include/template/status_operation_event-main_display.php:122 msgid "Paiement client" @@ -13391,7 +11304,7 @@ msgstr "Betaling van de leverancier" #: include/class/print_ledger_detail_item.class.php:149 #, php-format msgid "Paiement montant %s date %s methoded %s " -msgstr "" +msgstr "Betalingsbedrag %s datum %s methode %s" #: include/database.item.php:280 msgid "Paiement électronique" @@ -13427,26 +11340,19 @@ msgid "Par date paiement" msgstr "Per datum van de betaling" #: include/lib/message_javascript.php:124 -msgid "" -"Par défault, le poste d'autoliquidation est celui qui est au débit pour les " -"ventes et au crédit pour les achats" -msgstr "" +msgid "Par défault, le poste d'autoliquidation est celui qui est au débit pour les ventes et au crédit pour les achats" +msgstr "Standaard wordt de zelfbeoordelingsrekening gedebiteerd voor verkopen en gecrediteerd voor aankopen" #: include/ext/import_card/include/template/input_file.php:29 -msgid "" -"Par défaut, correspond à un export CSV depuis Calc (OpenOffice.org ou " -"libreoffice)" -msgstr "" -"Standaard komt overeen met een CSV-export uit Calc (OpenOffice.org of " -"LibreOffice)" +msgid "Par défaut, correspond à un export CSV depuis Calc (OpenOffice.org ou libreoffice)" +msgstr "Standaard komt overeen met een CSV-export uit Calc (OpenOffice.org of LibreOffice)" #: include/print_currency01.inc.php:64 include/print_currency01.inc.php:69 #, fuzzy msgid "Par fiche" msgstr "Per fiche" -#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:164 -#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:85 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:164 include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:85 msgid "Par fichier" msgstr "Per fiche" @@ -13472,9 +11378,7 @@ msgstr "Parameter bedrijf" msgid "Parametres journaux non trouves" msgstr "Parameters van niet journaal van stuurprogramma" -#: include/ext/import-advanced/index.php:71 -#: include/ext/dolibarr-noalyss/import_doli/index.php:64 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:64 +#: include/ext/import-advanced/index.php:71 include/ext/dolibarr-noalyss/import_doli/index.php:64 include/ext/dolibarr-noalyss/Noalyss_Plugin/index.php:64 msgid "Paramètrage" msgstr "Parameter" @@ -13497,9 +11401,7 @@ msgstr "Documenten staat" msgid "Paramètrage des fiches" msgstr "Verschillende parameters" -#: include/ext/skel/index.php:88 include/ext/coprop/index.php:49 -#: include/ext/ohada/template/parameter_display.php:30 -#: include/template/menu_detail.php:73 include/menu.inc.php:113 +#: include/ext/skel/index.php:88 include/ext/coprop/index.php:49 include/ext/ohada/template/parameter_display.php:30 include/template/menu_detail.php:73 include/menu.inc.php:113 msgid "Paramètre" msgstr "Parameter" @@ -13533,20 +11435,13 @@ msgstr "Database" msgid "Paramètre extension" msgstr "Parameter is ongeldig" -#: include/class/acc_account.class.php:154 -#: include/class/acc_account.class.php:157 +#: include/class/acc_account.class.php:154 include/class/acc_account.class.php:157 #, fuzzy msgid "Paramètre incorrect" msgstr "Foute e-mail" -#: include/class/acc_ledger.class.php:122 include/class/periode.class.php:262 -#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:81 -#: include/ext/sav/include/sav_param.inc.php:42 -#: include/ext/sav/include/sav_param.inc.php:43 -#: include/ext/sav/include/sav_param.inc.php:44 -#: include/ext/sav/include/sav_param.inc.php:45 -#: include/ext/import-advanced/class/impacc2_transfer.class.php:43 -#: include/lib/http_input.class.php:182 +#: include/class/acc_ledger.class.php:122 include/class/periode.class.php:262 include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:81 include/ext/sav/include/sav_param.inc.php:42 include/ext/sav/include/sav_param.inc.php:43 include/ext/sav/include/sav_param.inc.php:44 include/ext/sav/include/sav_param.inc.php:45 +#: include/ext/import-advanced/class/impacc2_transfer.class.php:43 include/lib/http_input.class.php:182 msgid "Paramètre invalide" msgstr "Parameter is ongeldig" @@ -13560,10 +11455,8 @@ msgid "Paramètre pour la TVA" msgstr "Parameter voor de BTW" #: include/database.item.php:159 -msgid "" -"Paramètre, utilisateurs et sécurité pour l'extension feuilles de présence " -"(timesheet)" -msgstr "" +msgid "Paramètre, utilisateurs et sécurité pour l'extension feuilles de présence (timesheet)" +msgstr "Instellingen, gebruikers en beveiliging voor de urenregistratie-extensie" #: include/database.item.php:67 msgid "Paramètres divers" @@ -13575,20 +11468,17 @@ msgid "Paramétrage du module SAV" msgstr "Parameter voor de BTW" #: include/ext/tva/index.php:122 -msgid "" -"Paramétrer les coordonnées du déclarant et les code TVA pour les listing " -"intracomm" -msgstr "" +msgid "Paramétrer les coordonnées du déclarant et les code TVA pour les listing intracomm" +msgstr "Configureer de contactgegevens en btw-codes van de aangever voor intracommunautaire vermeldingen" -#: include/template/todo_list_display.php:87 -#: include/template/todo_list_display.php:90 +#: include/template/todo_list_display.php:87 include/template/todo_list_display.php:90 #, fuzzy msgid "Partage" msgstr "Percentage" #: include/database.item.php:271 msgid "Partager une note" -msgstr "" +msgstr "Een notitie delen" #: include/template/account_search.php:5 msgid "Partie du poste comptable ou du libellé" @@ -13598,8 +11488,7 @@ msgstr "Een deel van de financieel administratieve post of etiket" msgid "Partie fiscalement non déductible" msgstr "Fiscaal niet aftrekbare gedeelte" -#: include/export/export_security_pdf.php:128 -#: include/export/export_security_pdf.php:170 +#: include/export/export_security_pdf.php:128 include/export/export_security_pdf.php:170 msgid "Pas d'accès" msgstr "Geen Toegang" @@ -13619,38 +11508,31 @@ msgstr "Geen enkele record gevonden" #: include/impress_rapport.inc.php:289 msgid "Pas d'étape" -msgstr "" +msgstr "Geen stap" #: include/template/follow_up-display.php:102 #, fuzzy msgid "Pas de catégorie de contact" msgstr "Categorie naam van het record" -#: include/ext/invoicing/include/invoice_send_mail.inc.php:120 -#: include/ext/noalyss-portal-client/class/customer.class.php:200 +#: include/ext/invoicing/include/invoice_send_mail.inc.php:120 include/ext/noalyss-portal-client/class/customer.class.php:200 msgid "Pas de conversion en PDF disponible" msgstr "Conversie naar PDF is niet mogelijk" #: include/class/anc_balance_double.class.php:46 msgid "Pas de croisement avec un seul plan" -msgstr "" +msgstr "Geen kruising met een enkel vliegtuig" #: include/ext/rapport_avance/include/rapav_report_repository.class.php:90 #, fuzzy msgid "Pas de fichier bin" msgstr "Geen documenten gegeven" -#: include/ext/importbank/include/template/import_csv.php:110 -#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:187 -#: include/ext/import-advanced/class/import/impacc2_file.class.php:65 +#: include/ext/importbank/include/template/import_csv.php:110 include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:187 include/ext/import-advanced/class/import/impacc2_file.class.php:65 msgid "Pas de fichier donné" msgstr "Geen documenten gegeven" -#: include/compta_ven.inc.php:351 include/class/acc_ledger_sale.class.php:1504 -#: include/class/acc_ledger.class.php:938 -#: include/class/acc_ledger_purchase.class.php:1358 -#: include/class/acc_ledger_fin.class.php:319 include/compta_ods.inc.php:46 -#: include/compta_ach.inc.php:211 include/compta_fin.inc.php:49 +#: include/compta_ven.inc.php:351 include/class/acc_ledger_sale.class.php:1504 include/class/acc_ledger.class.php:938 include/class/acc_ledger_purchase.class.php:1358 include/class/acc_ledger_fin.class.php:319 include/compta_ods.inc.php:46 include/compta_ach.inc.php:211 include/compta_fin.inc.php:49 #: include/template/operation_exercice-input_transfer.php:40 msgid "Pas de journal disponible" msgstr "Journaal available Geen" @@ -13662,21 +11544,17 @@ msgstr "Geen bericht opgeslagen" #: include/class/acc_plan_mtable.class.php:56 msgid "Passif" -msgstr "" +msgstr "Passief" #: include/class/acc_plan_mtable.class.php:57 msgid "Passif Inversé" -msgstr "" +msgstr "Omgekeerde passieve vorm" #: include/class/acc_bilan.class.php:201 msgid "Passif avec un solde debiteur" msgstr "Passief met een debetsaldo" -#: include/ajax/ajax_mod_stock_repo.php:63 include/stock_cfg.inc.php:67 -#: include/export/export_stock_resume_list.php:36 -#: include/ext/sav/include/template/sas_display_detail.php:107 -#: include/template/ajax-search_vatex.php:50 -#: include/template/stock_summary_list.php:41 include/company.inc.php:230 +#: include/ajax/ajax_mod_stock_repo.php:63 include/stock_cfg.inc.php:67 include/export/export_stock_resume_list.php:36 include/ext/sav/include/template/sas_display_detail.php:107 include/template/ajax-search_vatex.php:50 include/template/stock_summary_list.php:41 include/company.inc.php:230 msgid "Pays" msgstr "Land" @@ -13685,17 +11563,11 @@ msgstr "Land" msgid "Pays " msgstr "Land" -#: include/class/acc_ledger_search.class.php:880 -#: include/class/acc_ledger_search.class.php:1060 -#: include/class/acc_ledger_sale.class.php:1830 -#: include/class/acc_ledger_purchase.class.php:2252 -#: include/ext/invoicing/class/acc_ledger_sale_generate.class.php:127 -#: include/template/ledger_detail_ven.php:102 +#: include/class/acc_ledger_search.class.php:880 include/class/acc_ledger_search.class.php:1060 include/class/acc_ledger_sale.class.php:1830 include/class/acc_ledger_purchase.class.php:2252 include/ext/invoicing/class/acc_ledger_sale_generate.class.php:127 include/template/ledger_detail_ven.php:102 msgid "Payé" msgstr "Betaald" -#: include/class/acc_ledger_purchase.class.php:2093 -#: include/class/print_ledger_simple.class.php:340 +#: include/class/acc_ledger_purchase.class.php:2093 include/class/print_ledger_simple.class.php:340 msgid "Payé par" msgstr "Betaald deur" @@ -13710,63 +11582,48 @@ msgstr "Je Doen fractie Lijst" #: include/ext/rash/template/beneficiary-input.php:716 msgid "Pensez à sauver vos changements" -msgstr "" +msgstr "Vergeet niet je wijzigingen op te slaan" #: include/template/forecast_item_mtable-input.php:79 #, fuzzy msgid "Periode" msgstr "Periode" -#: include/class/acc_ledger_sale.class.php:174 -#: include/class/acc_ledger.class.php:1295 -#: include/class/acc_ledger_purchase.class.php:177 -#: include/class/acc_ledger_fin.class.php:110 -#: include/class/acc_ledger_fin.class.php:199 +#: include/class/acc_ledger_sale.class.php:174 include/class/acc_ledger.class.php:1295 include/class/acc_ledger_purchase.class.php:177 include/class/acc_ledger_fin.class.php:110 include/class/acc_ledger_fin.class.php:199 msgid "Periode fermee" msgstr "Gesloten periode" #: include/database.item.php:93 -msgid "" -"Permet d'ajouter de nouveaux attributs que vous pourrez par la suite ajouter " -"à des catégories de fiches" -msgstr "" +msgid "Permet d'ajouter de nouveaux attributs que vous pourrez par la suite ajouter à des catégories de fiches" +msgstr "Hiermee kunt u nieuwe attributen toevoegen die u vervolgens aan categorieën van records kunt koppelen" #: include/database.item.php:94 include/database.item.php:135 -msgid "" -"Permet d'ajouter de nouvelles catégorie de fiche, d'ajouter des attributs à " -"ces catégories (numéro de téléphone, gsm, email...)" -msgstr "" +msgid "Permet d'ajouter de nouvelles catégorie de fiche, d'ajouter des attributs à ces catégories (numéro de téléphone, gsm, email...)" +msgstr "Hiermee kunt u nieuwe recordcategorieën toevoegen en attributen aan deze categorieën toevoegen (telefoonnummer, mobiel nummer, e-mailadres, enz.)" #: include/database.item.php:58 -msgid "" -"Permet d'ajouter des taux de TVA ou de les modifier ainsi que les postes " -"comptables de ces TVA, ces TVA sont utilisables dans les menus de vente et " -"d'achat" -msgstr "" +msgid "Permet d'ajouter des taux de TVA ou de les modifier ainsi que les postes comptables de ces TVA, ces TVA sont utilisables dans les menus de vente et d'achat" +msgstr "Hiermee kunt u btw-tarieven en de bijbehorende boekhoudkundige posten toevoegen of wijzigen; deze btw-tarieven kunnen worden gebruikt in de verkoop- en inkoopmenu's." #: include/database.item.php:132 -msgid "" -"Permet d'ajouter des état pour les documents utilisés dans le suivi (à " -"faire, à suivre...)" -msgstr "" +msgid "Permet d'ajouter des état pour les documents utilisés dans le suivi (à faire, à suivre...)" +msgstr "Hiermee kunt u statussen toevoegen voor documenten die worden gebruikt bij het bijhouden van taken (te doen, op te volgen...)" #: include/database.item.php:153 -msgid "" -"Permet d'avoir la balance de toutes vos fiches, les résumés exportables en " -"CSV, les historiques avec ou sans lettrages" -msgstr "" +msgid "Permet d'avoir la balance de toutes vos fiches, les résumés exportables en CSV, les historiques avec ou sans lettrages" +msgstr "Hiermee kunt u het saldo van al uw records bekijken, exporteerbare samenvattingen in CSV-formaat en geschiedenissen met of zonder opmaak." #: include/database.item.php:201 msgid "Permet d'exporter des données de RASH" -msgstr "" +msgstr "Maakt het exporteren van gegevens vanuit RASH mogelijk" #: include/database.item.php:196 msgid "Permet d'importer et d'exporter des profiles, avec toutes dépendances" -msgstr "" +msgstr "Maakt het importeren en exporteren van profielen mogelijk, inclusief alle afhankelijkheden" #: include/database.item.php:149 msgid "Permet d'installer et d'activer facilement des extensions" -msgstr "" +msgstr "Hiermee kunt u eenvoudig extensies installeren en activeren" #: include/database.item.php:55 #, fuzzy @@ -13775,17 +11632,15 @@ msgstr "Boekhoudkundige post of fiche veranderen" #: include/lib/message_javascript.php:111 msgid "Permet de chercher dans le suivi pour les contacts multiples" -msgstr "" +msgstr "Maakt het mogelijk om in de follow-up te zoeken naar meerdere contactpersonen" #: include/database.item.php:129 msgid "Permet de configurer les devises" -msgstr "" +msgstr "Hiermee kunt u valuta configureren" #: include/database.item.php:75 -msgid "" -"Permet de faire correspondre vos extraits bancaires avec les opérations de " -"vente ou d'achat, le lettrage se fait automatiquement" -msgstr "" +msgid "Permet de faire correspondre vos extraits bancaires avec les opérations de vente ou d'achat, le lettrage se fait automatiquement" +msgstr "Hiermee kunt u uw bankafschriften koppelen aan verkoop- of aankooptransacties; de koppeling gebeurt automatisch." #: include/database.item.php:150 #, fuzzy @@ -13794,21 +11649,19 @@ msgstr "Verband tussen Boekhouding en Cost Accounting" #: include/database.item.php:200 msgid "Permet de gérer la sécurité de l'extension RASH" -msgstr "" +msgstr "Hiermee kunt u de beveiliging van de RASH-extensie beheren" #: include/database.item.php:206 -msgid "" -"Permet de valider les feuilles de présence(Timesheet) des personnes dont on " -"est responsable" -msgstr "" +msgid "Permet de valider les feuilles de présence(Timesheet) des personnes dont on est responsable" +msgstr "Hiermee kunt u de urenstaten controleren van de mensen voor wie u verantwoordelijk bent" #: include/database.item.php:170 msgid "Permet l'export des données de Noalyss , en différent format : FEC, CSV" -msgstr "" +msgstr "Maakt het exporteren van Noalyss-gegevens in verschillende formaten mogelijk: FEC, CSV" #: include/ext/noalyss-export/template/export_param.php:35 msgid "Permet l'export des opérations en CSV par journal" -msgstr "" +msgstr "Maakt het exporteren van transacties naar CSV per journaal mogelijk" #: include/ext/noalyss-export/template/export_param.php:37 #, fuzzy @@ -13816,23 +11669,21 @@ msgid "Permet l'export des opérations en FEC pour tous les journaux" msgstr "Geen filter, alle dagboeken" #: include/database.item.php:187 -msgid "" -"Permet la restauration de différent dossiers dans le but d'avoir des " -"dossiers de démonstration" -msgstr "" +msgid "Permet la restauration de différent dossiers dans le but d'avoir des dossiers de démonstration" +msgstr "Maakt het mogelijk om verschillende mappen te herstellen om demonstratiemappen te creëren" #: include/class/package_core.class.php:59 #, php-format msgid "Permission incorrecte : ne peut écrire dans %s ou %s" -msgstr "" +msgstr "Onjuiste machtiging: kan niet schrijven naar %s of %s" #: include/database.item.php:134 msgid "Personnalisation des couleurs de NOYALYSS" -msgstr "" +msgstr "NOYALYSS-kleuren aanpassen" #: include/dashboard.inc.php:10 msgid "Personnaliser le tableau de bord" -msgstr "" +msgstr "Het dashboard aanpassen" #: include/database.item.php:214 msgid "Personne de contact " @@ -13842,10 +11693,9 @@ msgstr "Contactpersoon" msgid "Personnel" msgstr "Personeel" -#: include/ext/rash/ajax/ajax_rash_admin_group.php:33 -#: include/ext/rash/template/security_beneficiary-form_beneficiary.php:66 +#: include/ext/rash/ajax/ajax_rash_admin_group.php:33 include/ext/rash/template/security_beneficiary-form_beneficiary.php:66 msgid "Personnes hébergées" -msgstr "" +msgstr "Personen die worden gehost" #: include/lib/message_javascript.php:63 #, fuzzy @@ -13853,60 +11703,25 @@ msgid "Peut contenir un numéro de bon de commande" msgstr "Nummer van bestelbon" #: include/lib/message_javascript.php:62 -msgid "" -"Peut contenir une information telle que le message structuré sur le virement" -msgstr "" +msgid "Peut contenir une information telle que le message structuré sur le virement" +msgstr "Kan informatie bevatten zoals het gestructureerde bericht op de overdracht" -#: include/class/print_ledger_fin.class.php:63 -#: include/class/print_ledger_misc.class.php:46 include/compta_ods.inc.php:86 -#: include/export/export_histo_csv.php:42 +#: include/class/print_ledger_fin.class.php:63 include/class/print_ledger_misc.class.php:46 include/compta_ods.inc.php:86 include/export/export_histo_csv.php:42 #, fuzzy msgid "Piece" msgstr "stuk" -#: include/class/acc_ledger_history_sale.class.php:288 -#: include/class/acc_ledger_search.class.php:820 -#: include/class/acc_ledger_search.class.php:1144 -#: include/class/acc_ledger_sale.class.php:1824 -#: include/class/acc_ledger_history_purchase.class.php:304 -#: include/class/acc_ledger.class.php:1029 include/class/fiche.class.php:1052 -#: include/class/acc_ledger_purchase.class.php:2246 -#: include/class/print_ledger_simple.class.php:122 -#: include/class/acc_account_ledger.class.php:485 -#: include/class/print_operation_currency.class.php:115 -#: include/class/print_operation_currency.class.php:174 -#: include/class/pdf_operation.class.php:94 -#: include/class/anc_grandlivre.class.php:262 -#: include/export/export_gl_csv.php:69 include/export/export_gl_pdf.php:60 -#: include/ext/tools/index.php:50 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:124 -#: include/ext/tools/include/tool_function.php:491 -#: include/ext/ohada/include/data/data_unpaid_supplier.class.php:62 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:76 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:403 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:71 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:77 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:67 -#: include/ext/import-advanced/template/operation_result.php:66 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:75 -#: include/template/ledger_detail_misc.php:71 -#: include/template/acc_ledger_history_purchase_extended.php:38 -#: include/template/acc_ledger_history_sale_detail.php:35 -#: include/template/ledger_detail_ven.php:87 -#: include/template/acc_ledger_history_purchase_oneline.php:44 -#: include/template/acc_ledger_history_sale_oneline.php:40 -#: include/template/balance_aged_result.php:47 -#: include/template/acc_ledger_history_financial_oneline.php:36 -#: include/template/acc_ledger_history_purchase_detail.php:33 -#: include/template/status_operation_event-display_operation.php:35 -#: include/template/acc_ledger_history_sale_extended.php:40 -#: include/template/ledger_detail_ach.php:81 -#: include/template/ledger_detail_fin.php:75 +#: include/class/acc_ledger_history_sale.class.php:288 include/class/acc_ledger_search.class.php:820 include/class/acc_ledger_search.class.php:1144 include/class/acc_ledger_sale.class.php:1824 include/class/acc_ledger_history_purchase.class.php:304 include/class/acc_ledger.class.php:1029 include/class/fiche.class.php:1052 +#: include/class/acc_ledger_purchase.class.php:2246 include/class/print_ledger_simple.class.php:122 include/class/acc_account_ledger.class.php:485 include/class/print_operation_currency.class.php:115 include/class/print_operation_currency.class.php:174 include/class/pdf_operation.class.php:94 +#: include/class/anc_grandlivre.class.php:262 include/export/export_gl_csv.php:69 include/export/export_gl_pdf.php:60 include/ext/tools/index.php:50 include/ext/tools/include/anc_grandlivre_ext.class.php:124 include/ext/tools/include/tool_function.php:491 include/ext/ohada/include/data/data_unpaid_supplier.class.php:62 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:76 include/ext/import-advanced/class/import/impacc2_fec.class.php:403 include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:71 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:77 +#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:67 include/ext/import-advanced/template/operation_result.php:66 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:75 include/template/ledger_detail_misc.php:71 include/template/acc_ledger_history_purchase_extended.php:38 +#: include/template/acc_ledger_history_sale_detail.php:35 include/template/ledger_detail_ven.php:87 include/template/acc_ledger_history_purchase_oneline.php:44 include/template/acc_ledger_history_sale_oneline.php:40 include/template/balance_aged_result.php:47 include/template/acc_ledger_history_financial_oneline.php:36 +#: include/template/acc_ledger_history_purchase_detail.php:33 include/template/status_operation_event-display_operation.php:35 include/template/acc_ledger_history_sale_extended.php:40 include/template/ledger_detail_ach.php:81 include/template/ledger_detail_fin.php:75 msgid "Pièce" msgstr "Bewijs" -#: include/ext/sav/include/sav_spare_part.class.php:87 -#: include/ext/sav/include/sav_spare_part.class.php:96 +#: include/ext/sav/include/sav_spare_part.class.php:87 include/ext/sav/include/sav_spare_part.class.php:96 #, fuzzy msgid "Pièce inexistante" msgstr "Map niet bestaat" @@ -13922,7 +11737,7 @@ msgstr "Documenten" #: include/ext/sav/include/template/sas_display_detail.php:202 msgid "Pièces de rechange" -msgstr "" +msgstr "Reserveonderdelen" # Plage heeft verschillende vertalingen: periode, marge/verschil, programmablok #: include/balance.inc.php:181 @@ -13954,32 +11769,29 @@ msgstr "Analytisch" #: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:129 #, php-format msgid "Planifié %s" -msgstr "" +msgstr "Geplande %s" #: include/database.item.php:183 #, fuzzy -msgid "" -"Plugin : Cette extension permettait de faire les listings et declarations " -"TVA" +msgid "Plugin : Cette extension permettait de faire les listings et declarations TVA" msgstr "Deze extensie laat u toe listings en BTW declaraties te maken" #: include/database.item.php:157 msgid "Plugin to manage the client" -msgstr "" +msgstr "Plugin voor het beheren van de client" -#: include/ajax/ajax_preference.php:232 -#: include/ext/noalyss-export/class/export/export.class.php:120 +#: include/ajax/ajax_preference.php:232 include/ext/noalyss-export/class/export/export.class.php:120 msgid "Point-virgule" -msgstr "" +msgstr "Semicolon" #: include/admin_repo.inc.php:157 include/template/mail_parameter-input.php:120 msgid "Port" -msgstr "" +msgstr "Port" #: include/lib/database_core.class.php:71 #, php-format msgid "Port %s" -msgstr "" +msgstr "Poort %s" # Plage heeft verschillende vertalingen: periode, marge/verschil, programmablok #: include/template/template_config_form.php:108 @@ -13998,15 +11810,14 @@ msgstr "Basisklasse" msgid "Portal Client" msgstr "Klant Toevoegen" -#: include/class/acc_report_mtable.class.php:61 -#: include/ext/rapport_avance/ajax/ajax_input_new_param.php:44 +#: include/class/acc_report_mtable.class.php:61 include/ext/rapport_avance/ajax/ajax_input_new_param.php:44 #, fuzzy msgid "Position" msgstr "Voorstel" #: include/lib/database_core.class.php:1148 msgid "Possible SQL inject" -msgstr "" +msgstr "Mogelijke SQL-injectie" #: include/ext/importbank/include/template/show_list.php:189 #, fuzzy, php-format @@ -14023,35 +11834,14 @@ msgstr "Totaal afschrijvingen" msgid "Post Hébergement " msgstr "Totaal afschrijvingen" -#: include/fiche.inc.php:452 include/class/acc_ledger_sale.class.php:1827 -#: include/class/acc_ledger.class.php:750 -#: include/class/acc_ledger.class.php:1088 include/class/fiche.class.php:1053 -#: include/class/anc_listing.class.php:76 -#: include/class/acc_ledger_purchase.class.php:2249 -#: include/class/pre_op_advanced.class.php:197 -#: include/class/anc_table.class.php:433 -#: include/class/print_ledger_detail_item.class.php:160 -#: include/class/acc_ledger_history_generic.class.php:801 -#: include/class/anc_grandlivre.class.php:257 -#: include/class/operation_exercice.class.php:87 -#: include/ajax/ajax_display_letter.php:63 -#: include/export/export_poste_detail_csv.php:72 -#: include/export/export_poste_detail_csv.php:203 -#: include/export/export_balance_pdf.php:120 -#: include/export/export_fiche_detail_csv.php:63 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:120 -#: include/ext/copy_parameter/template/Tva-display.php:36 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:404 -#: include/template/ledger_detail_ven.php:196 -#: include/template/operation_exercice-input_row.php:76 -#: include/template/ledger_detail_ach.php:193 include/database.item.php:56 -#: include/database.item.php:89 +#: include/fiche.inc.php:452 include/class/acc_ledger_sale.class.php:1827 include/class/acc_ledger.class.php:750 include/class/acc_ledger.class.php:1088 include/class/fiche.class.php:1053 include/class/anc_listing.class.php:76 include/class/acc_ledger_purchase.class.php:2249 include/class/pre_op_advanced.class.php:197 +#: include/class/anc_table.class.php:433 include/class/print_ledger_detail_item.class.php:160 include/class/acc_ledger_history_generic.class.php:801 include/class/anc_grandlivre.class.php:257 include/class/operation_exercice.class.php:87 include/ajax/ajax_display_letter.php:63 include/export/export_poste_detail_csv.php:72 +#: include/export/export_poste_detail_csv.php:203 include/export/export_balance_pdf.php:120 include/export/export_fiche_detail_csv.php:63 include/ext/tools/include/anc_grandlivre_ext.class.php:120 include/ext/copy_parameter/template/Tva-display.php:36 include/ext/import-advanced/class/import/impacc2_fec.class.php:404 +#: include/template/ledger_detail_ven.php:196 include/template/operation_exercice-input_row.php:76 include/template/ledger_detail_ach.php:193 include/database.item.php:56 include/database.item.php:89 msgid "Poste" msgstr "Rekening" -#: include/class/anc_balance_double.class.php:92 -#: include/class/anc_balance_double.class.php:93 -#: include/ext/copy_parameter/template/Analytic-display.php:56 +#: include/class/anc_balance_double.class.php:92 include/class/anc_balance_double.class.php:93 include/ext/copy_parameter/template/Analytic-display.php:56 #, fuzzy msgid "Poste Analytique" msgstr "Analytischer ekening" @@ -14065,11 +11855,7 @@ msgstr "niet use of" msgid "Poste Charge" msgstr "Kostenpost " -#: include/class/pdfbalance_simple.class.php:66 -#: include/class/acc_plan_mtable.class.php:44 include/ajax/ajax_account.php:65 -#: include/balance.inc.php:337 include/template/ledger_detail_misc.php:125 -#: include/template/ledger_detail_bottom.php:105 -#: include/template/fiche_list.php:50 include/database.item.php:223 +#: include/class/pdfbalance_simple.class.php:66 include/class/acc_plan_mtable.class.php:44 include/ajax/ajax_account.php:65 include/balance.inc.php:337 include/template/ledger_detail_misc.php:125 include/template/ledger_detail_bottom.php:105 include/template/fiche_list.php:50 include/database.item.php:223 msgid "Poste Comptable" msgstr "rekening" @@ -14091,8 +11877,7 @@ msgstr "Niet aanwezig positie [" msgid "Poste Inexistant pour la fiche [" msgstr "Niet aanwezig post voor details [" -#: include/class/acc_account.class.php:144 -#: include/class/acc_account.class.php:150 +#: include/class/acc_account.class.php:144 include/class/acc_account.class.php:150 #, fuzzy msgid "Poste Parent n'existe pas" msgstr "Dit plan bestaat niet" @@ -14102,26 +11887,14 @@ msgstr "Dit plan bestaat niet" msgid "Poste amortissement" msgstr "Totaal afschrijvingen" -#: include/ext/tools/include/template/search_view.php:41 -#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:244 +#: include/ext/tools/include/template/search_view.php:41 include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:244 #, fuzzy msgid "Poste analytique" msgstr "Analytischer ekening" -#: include/class/acc_other_tax_mtable.class.php:41 -#: include/class/card_property.class.php:194 include/class/fiche.class.php:1416 -#: include/class/card_attribut_mtable.class.php:61 -#: include/class/print_operation_currency.class.php:113 -#: include/class/print_operation_currency.class.php:172 -#: include/class/pdf_operation.class.php:310 -#: include/ajax/ajax_boxcard_search.php:70 -#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:54 -#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:61 -#: include/ext/tools/include/template/search_view.php:74 -#: include/ext/amortis/include/template/material_listing.php:36 -#: include/ext/tva/template/tva_parameter-display.php:165 -#: include/ext/tva/template/ext_tva+display_detail_amount.php:66 -#: include/template/account_result.php:12 +#: include/class/acc_other_tax_mtable.class.php:41 include/class/card_property.class.php:194 include/class/fiche.class.php:1416 include/class/card_attribut_mtable.class.php:61 include/class/print_operation_currency.class.php:113 include/class/print_operation_currency.class.php:172 include/class/pdf_operation.class.php:310 +#: include/ajax/ajax_boxcard_search.php:70 include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:54 include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:61 include/ext/tools/include/template/search_view.php:74 include/ext/amortis/include/template/material_listing.php:36 +#: include/ext/tva/template/tva_parameter-display.php:165 include/ext/tva/template/ext_tva+display_detail_amount.php:66 include/template/account_result.php:12 msgid "Poste comptable" msgstr "Accountant Vacature" @@ -14136,14 +11909,10 @@ msgid "Poste comptable autoliquidation" msgstr "Accountant Vacature" #: include/company.inc.php:360 -msgid "" -"Poste comptable de CHARGE (D) pour les différences d'arrondi pour les " -"opérations en devise" -msgstr "" +msgid "Poste comptable de CHARGE (D) pour les différences d'arrondi pour les opérations en devise" +msgstr "Boekhoudkundige kosten (D) voor afrondingsverschillen bij transacties in vreemde valuta" -#: include/class/template_card_category.class.php:42 -#: include/class/template_card_category.class.php:118 -#: include/template/fiche_def_input.php:27 +#: include/class/template_card_category.class.php:42 include/class/template_card_category.class.php:118 include/template/fiche_def_input.php:27 #, fuzzy msgid "Poste comptable de base" msgstr "Basis rekening" @@ -14160,7 +11929,7 @@ msgstr "Rekenitem gebruikt voor voorschotten aan de BTW" #: include/class/acc_account.class.php:160 msgid "Poste comptable doit être de 40 caractères maximum" -msgstr "" +msgstr "De boekhoudkundige functie mag maximaal 40 tekens lang zijn" #: include/class/acc_plan_mtable.class.php:179 #, fuzzy @@ -14168,10 +11937,8 @@ msgid "Poste comptable dépendant ne peut pas être vide" msgstr "De Naam mag are niet leeg" #: include/company.inc.php:367 -msgid "" -"Poste comptable en PRODUIT (C) pour les différences d'arrondi pour les " -"opérations en devise" -msgstr "" +msgid "Poste comptable en PRODUIT (C) pour les différences d'arrondi pour les opérations en devise" +msgstr "Boekhoudkundige post in PRODUCT (C) voor afrondingsverschillen voor transacties in vreemde valuta" #: include/class/acc_plan_mtable.class.php:169 #, fuzzy @@ -14188,11 +11955,7 @@ msgstr "Accountant Vacature" msgid "Poste comptable inconnu [%s]" msgstr "Boekhoudkundige post of fiche veranderen" -#: include/class/acc_other_tax_mtable.class.php:126 -#: include/class/tva_rate_mtable.class.php:385 -#: include/class/tva_rate_mtable.class.php:395 -#: include/class/tva_rate_mtable.class.php:447 -#: include/ext/tools/include/tool_function.php:554 +#: include/class/acc_other_tax_mtable.class.php:126 include/class/tva_rate_mtable.class.php:385 include/class/tva_rate_mtable.class.php:395 include/class/tva_rate_mtable.class.php:447 include/ext/tools/include/tool_function.php:554 #, fuzzy msgid "Poste comptable inexistant" msgstr "Rekenitem gebruikt voor voorschotten aan de BTW" @@ -14207,8 +11970,7 @@ msgstr "Dit plan bestaat niet" msgid "Poste comptable ne peut être vide" msgstr "De naam mag niet leeg zijn" -#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:52 -#: include/ext/import-advanced/class/import/impacc2_import.class.php:43 +#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:52 include/ext/import-advanced/class/import/impacc2_import.class.php:43 #, fuzzy msgid "Poste comptable ou Fiche non existante" msgstr "Rekenitem gebruikt voor voorschotten aan de BTW" @@ -14218,10 +11980,7 @@ msgstr "Rekenitem gebruikt voor voorschotten aan de BTW" msgid "Poste comptable ou fiche" msgstr "Boekhoudkundige post of fiche veranderen" -#: include/class/card_property.class.php:570 -#: include/class/card_property.class.php:572 -#: include/class/card_property.class.php:613 -#: include/class/acc_plan_mtable.class.php:176 +#: include/class/card_property.class.php:570 include/class/card_property.class.php:572 include/class/card_property.class.php:613 include/class/acc_plan_mtable.class.php:176 #, fuzzy msgid "Poste comptable trop long" msgstr "Accountant Vacature" @@ -14249,8 +12008,7 @@ msgstr "Accountant Vacature" msgid "Poste en double" msgstr "Basisklasse" -#: include/class/acc_account.class.php:86 -#: include/class/acc_account_ledger.class.php:303 +#: include/class/acc_account.class.php:86 include/class/acc_account_ledger.class.php:303 msgid "Poste inconnu" msgstr "Onbekende post" @@ -14275,10 +12033,9 @@ msgstr "niet use of" #: include/class/acc_account.class.php:179 msgid "Poste utilisé : effacement interdit" -msgstr "" +msgstr "Werkstation in gebruik: verwijderen verboden" -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:72 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:68 +#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:72 include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:68 #, fuzzy msgid "Poste/QCode" msgstr "Rekening" @@ -14300,43 +12057,26 @@ msgstr "Basisklasse" #: include/periode.inc.php:178 msgid "Pour ajouter, effacer ou modifier une période, il faut choisir global" -msgstr "" +msgstr "Om een periode toe te voegen, te verwijderen of te wijzigen, moet u 'globaal' kiezen." #: html/install.php:519 -msgid "" -"Pour cela, sur la ligne de commande en tant qu\\'utilisateur postgres, " -"faites createlang plpgsql template1" -msgstr "" +msgid "Pour cela, sur la ligne de commande en tant qu\\'utilisateur postgres, faites createlang plpgsql template1" +msgstr "Om dit te doen, typt u op de commandoregel als de gebruiker postgres: createlang plpgsql template1" #: include/ext/profile_mgt/template/profile_mgt-display_profile.php:29 msgid "Pour corriger le résultat vous devez aller sur C0PROFL" -msgstr "" +msgstr "Om het resultaat te corrigeren, moet u naar C0PROFL gaan" #: include/user_detail.inc.php:173 -msgid "" -"Pour effacer , confirmez en retapant le code, respectez les majuscules et " -"minuscules" -msgstr "" +msgid "Pour effacer , confirmez en retapant le code, respectez les majuscules et minuscules" +msgstr "Om te verwijderen, bevestig door de code opnieuw in te voeren, waarbij u hoofdletters en kleine letters respecteert" -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:13 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:13 -#: include/ext/import_card/include/template/input_file.php:25 +#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:13 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:13 include/ext/import_card/include/template/input_file.php:25 #, fuzzy -msgid "" -"Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur " -"séparé par des virgules) en des fiches. Vous devez choisir, un fichier et " -"donner une catégorie de fiche existante. Ensuite, il suffit d'indiquer " -"quelles colonnes correspondent à quelle attribut. " -msgstr "" -"Om gegevens te importeren, dat wil zeggen, te transformeren CSV (comma " -"separated value) in bladen. U moet een bestand selecteren en geven een " -"klasse van bestaande record. Vervolgens volstaat aangeven welke kolommen " -"geven wat attribuut." +msgid "Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur séparé par des virgules) en des fiches. Vous devez choisir, un fichier et donner une catégorie de fiche existante. Ensuite, il suffit d'indiquer quelles colonnes correspondent à quelle attribut. " +msgstr "Om gegevens te importeren, dat wil zeggen, te transformeren CSV (comma separated value) in bladen. U moet een bestand selecteren en geven een klasse van bestaande record. Vervolgens volstaat aangeven welke kolommen geven wat attribuut." -#: include/class/acc_ledger_sale.class.php:212 -#: include/class/acc_ledger_sale.class.php:275 -#: include/class/acc_ledger_purchase.class.php:221 -#: include/class/acc_ledger_purchase.class.php:298 +#: include/class/acc_ledger_sale.class.php:212 include/class/acc_ledger_sale.class.php:275 include/class/acc_ledger_purchase.class.php:221 include/class/acc_ledger_purchase.class.php:298 msgid "Pour la fiche " msgstr "voor het bestand " @@ -14359,20 +12099,13 @@ msgid "Pour le journal" msgstr "Voor de krant" #: include/modele.inc.php:66 -msgid "" -"Pour le passer en unicode, faites-en un backup puis restaurez le fichier reçu" -msgstr "" -"Om over te schakelen naar unicode, maak een back-up en vervolgens het " -"ontvangen bestand herstellen" +msgid "Pour le passer en unicode, faites-en un backup puis restaurez le fichier reçu" +msgstr "Om over te schakelen naar unicode, maak een back-up en vervolgens het ontvangen bestand herstellen" #: include/dossier.inc.php:86 #, fuzzy -msgid "" -"Pour le passer en unicode, faites-en une sauvegarde puis restaurez le " -"fichier reçu" -msgstr "" -"Om over te schakelen naar unicode, maak een back-up en vervolgens het " -"ontvangen bestand herstellen" +msgid "Pour le passer en unicode, faites-en une sauvegarde puis restaurez le fichier reçu" +msgstr "Om over te schakelen naar unicode, maak een back-up en vervolgens het ontvangen bestand herstellen" #: include/ext/invoicing/include/invoicing.inc.php:120 #, fuzzy @@ -14384,62 +12117,49 @@ msgstr "Geen enkele operatie in de huidige oefening" msgid "Pour les journaux FIN, ce sera la fiche du journal" msgstr "Verplicht voor FIN kranten geven hier de Data Bank gebruikt" -#: include/ext/noalyss-timesheet/ajax/ajax_delegate.php:29 -#: include/ext/noalyss-timesheet/template/admin-menu.php:212 -msgid "" -"Pour pouvoir saisir les heures d'une autre personne, le mandataire doit " -"avoir accès à TS1/Saisie et avoir un profil complet" -msgstr "" +#: include/ext/noalyss-timesheet/ajax/ajax_delegate.php:29 include/ext/noalyss-timesheet/template/admin-menu.php:212 +msgid "Pour pouvoir saisir les heures d'une autre personne, le mandataire doit avoir accès à TS1/Saisie et avoir un profil complet" +msgstr "Om de uren van een andere persoon te kunnen invoeren, moet de gemachtigde toegang hebben tot TS1/Entry en een volledig profiel hebben." #: include/template/impress_cat_card.php:21 msgid "Pour toutes les catégories" msgstr "Voor alle categorieën" #: html/user_login.php:53 -msgid "" -"Pour une meilleure expérience web, prenez le temps de mettre votre " -"navigateur à jour" +msgid "Pour une meilleure expérience web, prenez le temps de mettre votre navigateur à jour" msgstr "For a Betere Kennismaking zet Web, neem Tijd OM browser up-to-date" #: include/impress_bilan.inc.php:101 msgid "Pour une vérification complète, allez dans " -msgstr "" +msgstr "Ga voor een volledige controle naar" -#: include/ext/amortis/include/template/listing_year.php:38 -#: include/template/anc_key_input.php:66 +#: include/ext/amortis/include/template/listing_year.php:38 include/template/anc_key_input.php:66 msgid "Pourcentage" msgstr "Percentage" -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:64 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:88 +#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:64 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:88 #, fuzzy msgid "Premier jour" msgstr "Update" #: include/ajax/ajax_preference.php:174 msgid "Premier jour semaine" -msgstr "" +msgstr "Eerste dag van de week" -#: include/ext/noalyss-webservice/nw_service.php:85 -#: include/ext/skel/index.php:86 +#: include/ext/noalyss-webservice/nw_service.php:85 include/ext/skel/index.php:86 msgid "Première route" -msgstr "" +msgstr "Eerste route" -#: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:109 -#: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:200 +#: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:109 include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:200 #, php-format msgid "Presté %s" -msgstr "" +msgstr "Aangeleverd %s" -#: include/class/follow_up.class.php:2096 -#: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:47 -#: include/database.item.php:83 +#: include/class/follow_up.class.php:2096 include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:47 include/database.item.php:83 msgid "Principal" -msgstr "" +msgstr "Main" -#: include/class/follow_up.class.php:726 -#: include/template/action_display_short.php:101 -#: include/template/follow_up-display.php:209 +#: include/class/follow_up.class.php:726 include/template/action_display_short.php:101 include/template/follow_up-display.php:209 msgid "Priorité" msgstr "Prioriteit" @@ -14450,14 +12170,11 @@ msgstr "Prioriteit" #: include/class/print_ledger_simple.class.php:136 msgid "Priv/DNA" -msgstr "" +msgstr "Priv/DNA" -#: include/export/export_printtva_pdf.php:211 -#: include/export/export_printtva_csv.php:72 -#: include/template/tax_summary_display.php:220 -#: include/template/tax_summary_display.php:311 +#: include/export/export_printtva_pdf.php:211 include/export/export_printtva_csv.php:72 include/template/tax_summary_display.php:220 include/template/tax_summary_display.php:311 msgid "Privée" -msgstr "" +msgstr "Privé" #: include/class/invoice_pdf.class.php:240 #, fuzzy @@ -14483,14 +12200,11 @@ msgstr "Prijs / A" msgid "Prix Unit." msgstr "Prijs / A" -#: include/template/action_document_type_mtable_input.php:76 -#: include/database.item.php:225 +#: include/template/action_document_type_mtable_input.php:76 include/database.item.php:225 msgid "Prix achat" msgstr "Aankoopprijs" -#: include/ext/amortis/raw.php:135 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:44 -#: include/ext/ohada/include/data/data_amortization.class.php:28 +#: include/ext/amortis/raw.php:135 include/ext/amortis/include/amortissement_material_pdf.class.php:44 include/ext/ohada/include/data/data_amortization.class.php:28 #, fuzzy msgid "Prix cession" msgstr "Indruk" @@ -14500,8 +12214,7 @@ msgstr "Indruk" msgid "Prix unitaire" msgstr "Eenheid Prijs" -#: include/template/action_document_type_mtable_input.php:75 -#: include/database.item.php:224 +#: include/template/action_document_type_mtable_input.php:75 include/database.item.php:224 msgid "Prix vente" msgstr "Verkoopprijs" @@ -14520,20 +12233,15 @@ msgstr "Prijs / A" #: include/ext/rash/template/beneficiary-input.php:374 msgid "Problème : " -msgstr "" +msgstr "Probleem:" -#: include/ext/demo-noalyss/ajax.php:113 include/restore.inc.php:126 -#: include/restore.inc.php:187 +#: include/ext/demo-noalyss/ajax.php:113 include/restore.inc.php:126 include/restore.inc.php:187 msgid "Problème lors de la restauration " -msgstr "" +msgstr "Probleem tijdens herstel" -#: include/class/package_repository.class.php:132 -#: include/class/package_repository.class.php:157 -#: include/class/package_repository.class.php:180 -#: include/class/package_repository.class.php:197 -#: include/ext/rapport_avance/include/rapav_repository.class.php:63 +#: include/class/package_repository.class.php:132 include/class/package_repository.class.php:157 include/class/package_repository.class.php:180 include/class/package_repository.class.php:197 include/ext/rapport_avance/include/rapav_repository.class.php:63 msgid "Problème réseau" -msgstr "" +msgstr "Netwerkprobleem" #: include/template/action_document_type_mtable_input.php:36 msgid "Prochain numéro" @@ -14558,10 +12266,7 @@ msgstr "Producten" msgid "Produits" msgstr "Producten" -#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:125 -#: include/template/user_sec_profile.php:35 -#: include/template/action_search.php:52 include/database.item.php:145 -#: include/param_sec.inc.php:226 +#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:125 include/template/user_sec_profile.php:35 include/template/action_search.php:52 include/database.item.php:145 include/param_sec.inc.php:226 msgid "Profil" msgstr "Profiel" @@ -14580,29 +12285,26 @@ msgstr "Profiel" msgid "Prog" msgstr "Prog." -#: include/fiche.inc.php:586 include/class/anc_grandlivre.class.php:266 -#: include/export/export_poste_detail_csv.php:88 -#: include/export/export_fiche_detail_csv.php:78 -#: include/export/export_fiche_balance_csv.php:155 +#: include/fiche.inc.php:586 include/class/anc_grandlivre.class.php:266 include/export/export_poste_detail_csv.php:88 include/export/export_fiche_detail_csv.php:78 include/export/export_fiche_balance_csv.php:155 msgid "Prog." msgstr "Prog." #: include/ext/noalyss-timesheet/template/project_mtable-input.php:44 msgid "Project" -msgstr "" +msgstr "Project" #: include/ext/noalyss-timesheet/ajax/ajax_select_project_code.php:63 #, php-format msgid "Projects utilisés ce mois entre le %s et %s" -msgstr "" +msgstr "Projecten die deze maand tussen %s en %s zijn gebruikt" #: include/ext/noalyss-timesheet/template/employee_schedule-display_week.php:48 msgid "Projet" -msgstr "" +msgstr "Project" #: include/ext/noalyss-timesheet/template/admin-menu.php:171 msgid "Projets" -msgstr "" +msgstr "Projecten" #: include/database.item.php:251 msgid "Proposition" @@ -14615,7 +12317,7 @@ msgstr "is een ongeldig jaar" #: include/ext/amortis/include/template/material_detail.php:56 msgid "Prorata : Nombre de mois (x/12) ou jour ( x/365) 1er exercice" -msgstr "" +msgstr "Pro rata: Aantal maanden (x/12) of dagen (x/365) 1e oefening" #: include/template/param_jrn.php:153 msgid "Préfixe code interne" @@ -14635,8 +12337,7 @@ msgstr "De naam mag niet leeg zijn" msgid "Préfixe pièce justificative" msgstr "Prefix voucher" -#: html/user_login.php:154 include/ajax/ajax_preference.php:62 -#: include/database.item.php:151 +#: html/user_login.php:154 include/ajax/ajax_preference.php:62 include/database.item.php:151 msgid "Préférence" msgstr "Voorkeur" @@ -14646,21 +12347,11 @@ msgid "Préférence 👤" msgstr "Voorkeur" #: include/database.item.php:151 -msgid "" -"Préférence de l'utilisateur, apparence de l'application pour l'utilisateur, " -"période par défaut et mot de passe" -msgstr "" +msgid "Préférence de l'utilisateur, apparence de l'application pour l'utilisateur, période par défaut et mot de passe" +msgstr "Gebruikersvoorkeuren, applicatieweergave voor de gebruiker, standaard tijdsperiode en wachtwoord" -#: include/class/balance_age.class.php:150 -#: include/ext/rash/class/Beneficiary_MTable.php:25 -#: include/ext/sav/include/template/sas_display_detail.php:91 -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:63 -#: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:95 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:69 -#: include/template/todo_list_list_user.php:43 -#: include/template/follow_up_other_concerned_display_table.php:48 -#: include/template/contact-summary.php:16 include/user.inc.php:218 -#: include/user.inc.php:305 include/database.item.php:210 +#: include/class/balance_age.class.php:150 include/ext/rash/class/Beneficiary_MTable.php:25 include/ext/sav/include/template/sas_display_detail.php:91 include/ext/noalyss-timesheet/template/schedule-display_employee.php:63 include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:95 +#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:69 include/template/todo_list_list_user.php:43 include/template/follow_up_other_concerned_display_table.php:48 include/template/contact-summary.php:16 include/user.inc.php:218 include/user.inc.php:305 include/database.item.php:210 msgid "Prénom" msgstr "Voornaam" @@ -14671,7 +12362,7 @@ msgstr "Het onderwerp is verplicht" #: include/ext/import-advanced/index.php:69 msgid "Préparation avant d'intégrer les opếrations" -msgstr "" +msgstr "Voorbereiding vóór de integratie van activiteiten" #: include/ext/sav/include/service_after_sale.class.php:319 #, fuzzy @@ -14687,50 +12378,35 @@ msgid "Prévision" msgstr "Uitzicht" #: include/database.item.php:103 -msgid "" -"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." -msgstr "" +msgid "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." +msgstr "Door uw aankopen en inkomsten te voorspellen, kunt u de voortgang van uw bedrijf volgen. Uw voorspellingen zijn formules voor boekhoudkundige posten en stellen u ook in staat uw brutomarge te berekenen." -#: include/ext/noalyss_document/class/document_load.php:368 -#: include/ext/noalyss_document/class/document_operation.php:42 -#: include/ext/noalyss_document/template/document_load-display_table.php:154 +#: include/ext/noalyss_document/class/document_load.php:368 include/ext/noalyss_document/class/document_operation.php:42 include/ext/noalyss_document/template/document_load-display_table.php:154 msgid "Prêt" -msgstr "" +msgstr "Lening" #: include/template/todo_list_display.php:70 msgid "Public" -msgstr "" +msgstr "Public" -#: include/ext/noalyss-portal-client/class/customer_news.php:89 -#: include/ext/noalyss-portal-client/class/customer_news.php:111 +#: include/ext/noalyss-portal-client/class/customer_news.php:89 include/ext/noalyss-portal-client/class/customer_news.php:111 msgid "Publié" -msgstr "" +msgstr "Gepubliceerd" #: html/install.php:312 msgid "Puis cliquez sur ce lien" -msgstr "" +msgstr "Klik dan op deze link" #: html/install.php:690 -msgid "" -"Puis refaites la procédure d'installation pour mettre la base de données à " -"jour" -msgstr "" +msgid "Puis refaites la procédure d'installation pour mettre la base de données à jour" +msgstr "Herhaal vervolgens de installatieprocedure om de database bij te werken" -#: include/ext/rash/class/Child.php:70 -#: include/ext/rash/ajax/ajax_benefit.php:51 +#: include/ext/rash/class/Child.php:70 include/ext/rash/ajax/ajax_benefit.php:51 msgid "Père" -msgstr "" +msgstr "Vader" -#: include/class/acc_ledger_sale.class.php:1822 -#: include/class/acc_ledger_purchase.class.php:2244 -#: include/ajax/ajax_preference.php:145 -#: include/ext/rapport_avance/include/template/formulaire_definition.php:49 -#: include/ext/importbank/include/template/show_import.php:23 -#: include/template/anticipation-display.php:25 -#: include/template/forecast_item_mtable-display_table.php:47 -#: include/database.item.php:69 +#: include/class/acc_ledger_sale.class.php:1822 include/class/acc_ledger_purchase.class.php:2244 include/ajax/ajax_preference.php:145 include/ext/rapport_avance/include/template/formulaire_definition.php:49 include/ext/importbank/include/template/show_import.php:23 include/template/anticipation-display.php:25 +#: include/template/forecast_item_mtable-display_table.php:47 include/database.item.php:69 msgid "Période" msgstr "Periode" @@ -14754,20 +12430,15 @@ msgstr "Periode %s %s" msgid "Période %s au %s " msgstr "periode tussen% s [% s] en [% s]" -#: include/class/acc_ledger_sale.class.php:1012 -#: include/class/acc_ledger.class.php:733 -#: include/class/acc_ledger_purchase.class.php:1725 +#: include/class/acc_ledger_sale.class.php:1012 include/class/acc_ledger.class.php:733 include/class/acc_ledger_purchase.class.php:1725 msgid "Période Comptable" msgstr "Boekhoudingsperiode" #: include/class/periode.class.php:278 msgid "Période chevauchant une autre" -msgstr "" +msgstr "Periode overlappend met een andere" -#: include/class/acc_ledger_sale.class.php:1486 -#: include/class/acc_ledger.class.php:1006 -#: include/class/acc_ledger_purchase.class.php:1336 -#: include/ext/amortis/include/am_generate.class.php:95 +#: include/class/acc_ledger_sale.class.php:1486 include/class/acc_ledger.class.php:1006 include/class/acc_ledger_purchase.class.php:1336 include/ext/amortis/include/am_generate.class.php:95 msgid "Période comptable" msgstr "Boekhoudingsperiode" @@ -14794,44 +12465,36 @@ msgstr "Voer de datum van de verklaring" msgid "Période du %s au %s" msgstr "periode tussen% s [% s] en [% s]" -#: include/class/acc_ledger_sale.class.php:315 -#: include/class/acc_ledger_purchase.class.php:357 -#: include/ext/importbank/class/import_bank.class.php:428 +#: include/class/acc_ledger_sale.class.php:315 include/class/acc_ledger_purchase.class.php:357 include/ext/importbank/class/import_bank.class.php:428 #, fuzzy msgid "Période fermée" msgstr "Gesloten periode" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:205 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:237 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:205 include/ext/import-advanced/class/import/impacc2_csv.class.php:237 #, fuzzy, php-format msgid "Période fermée pour [%s]" msgstr "Gesloten periode" -#: include/class/acc_ledger.class.php:1278 -#: include/ext/noalyss-timesheet/template/admin-menu.php:243 +#: include/class/acc_ledger.class.php:1278 include/ext/noalyss-timesheet/template/admin-menu.php:243 #, fuzzy msgid "Période inexistante" msgstr "Map niet bestaat" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:194 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:225 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:194 include/ext/import-advanced/class/import/impacc2_csv.class.php:225 #, fuzzy, php-format msgid "Période inexistante pour [%s]" msgstr "Map niet bestaat" -#: include/ext/import-advanced/class/import/impacc2_import.class.php:40 -#: include/ext/import-advanced/class/import/impacc2_import.class.php:41 +#: include/ext/import-advanced/class/import/impacc2_import.class.php:40 include/ext/import-advanced/class/import/impacc2_import.class.php:41 #, fuzzy msgid "Période non trouvée" msgstr "Handeling is niet gevonden" #: include/export/export_fiche_detail_csv.php:62 msgid "QCODE" -msgstr "" +msgstr "QCODE" -#: include/ext/rash/class/Beneficiary_MTable.php:26 -#: include/ext/amortis/include/amortissement_material_pdf.class.php:35 -#: include/template/card_multiple_result.php:17 +#: include/ext/rash/class/Beneficiary_MTable.php:26 include/ext/amortis/include/amortissement_material_pdf.class.php:35 include/template/card_multiple_result.php:17 #, fuzzy msgid "QCode" msgstr "Code" @@ -14846,29 +12509,13 @@ msgstr "code" msgid "Quant." msgstr "Hoeveelheid" -#: include/class/invoice_pdf.class.php:239 -#: include/XMLDocument/xml_reader.class.php:475 -#: include/export/export_stock_histo_csv.php:47 -#: include/ext/sav/include/template/workhour_display_list.php:36 -#: include/ext/sav/include/template/spare_part_display_list.php:39 -#: include/ext/ohada/include/data/data_stock.class.php:66 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:81 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:83 -#: include/ext/import-advanced/template/operation_result.php:82 -#: include/template/acc_ledger_history_purchase_extended.php:139 -#: include/template/ledger_detail_ven.php:166 include/template/stock_inv.php:71 -#: include/template/acc_ledger_history_sale_extended.php:145 -#: include/template/ledger_detail_ach.php:158 +#: include/class/invoice_pdf.class.php:239 include/XMLDocument/xml_reader.class.php:475 include/export/export_stock_histo_csv.php:47 include/ext/sav/include/template/workhour_display_list.php:36 include/ext/sav/include/template/spare_part_display_list.php:39 include/ext/ohada/include/data/data_stock.class.php:66 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:81 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:83 include/ext/import-advanced/template/operation_result.php:82 include/template/acc_ledger_history_purchase_extended.php:139 include/template/ledger_detail_ven.php:166 +#: include/template/stock_inv.php:71 include/template/acc_ledger_history_sale_extended.php:145 include/template/ledger_detail_ach.php:158 msgid "Quantité" msgstr "Hoeveelheid" -#: include/fiche.inc.php:450 include/class/fiche.class.php:1415 -#: include/class/acc_ledger_fin.class.php:808 -#: include/ajax/ajax_boxcard_search.php:55 -#: include/template/ledger_detail_misc.php:126 -#: include/template/ledger_detail_bottom.php:106 -#: include/template/ledger_detail_ven.php:163 -#: include/template/ledger_detail_ach.php:154 +#: include/fiche.inc.php:450 include/class/fiche.class.php:1415 include/class/acc_ledger_fin.class.php:808 include/ajax/ajax_boxcard_search.php:55 include/template/ledger_detail_misc.php:126 include/template/ledger_detail_bottom.php:106 include/template/ledger_detail_ven.php:163 include/template/ledger_detail_ach.php:154 #: include/template/fiche_list.php:43 include/database.item.php:240 msgid "Quick Code" msgstr "Quick Code" @@ -14892,25 +12539,18 @@ msgstr "Quickcode" msgid "Quick code ou poste comptable" msgstr "de begrotingspost" -#: include/class/print_ledger_detail_item.class.php:159 -#: include/class/acc_ledger_history_generic.class.php:802 -#: include/class/balance_age.class.php:148 -#: include/export/export_ledger_csv.php:218 -#: include/export/export_poste_detail_csv.php:76 -#: include/export/export_poste_detail_csv.php:205 +#: include/class/print_ledger_detail_item.class.php:159 include/class/acc_ledger_history_generic.class.php:802 include/class/balance_age.class.php:148 include/export/export_ledger_csv.php:218 include/export/export_poste_detail_csv.php:76 include/export/export_poste_detail_csv.php:205 #: include/ext/noalyss-portal-client/class/customer_card_mtable.class.php:29 msgid "QuickCode" msgstr "QuickCode" -#: include/class/anc_listing.class.php:77 -#: include/class/anc_grandlivre.class.php:258 -#: include/ext/tools/include/anc_grandlivre_ext.class.php:121 +#: include/class/anc_listing.class.php:77 include/class/anc_grandlivre.class.php:258 include/ext/tools/include/anc_grandlivre_ext.class.php:121 msgid "Quick_code" msgstr "Quick_code" #: include/database.item.php:198 msgid "RASH" -msgstr "" +msgstr "UITSLAG" #: include/database.item.php:200 #, fuzzy @@ -14924,25 +12564,23 @@ msgstr "Export" #: include/lib/dbg.php:122 msgid "REQUEST" -msgstr "" +msgstr "VERZOEK" #: include/ext/rapport_avance/include/rapav_report_repository.class.php:123 msgid "RRR40 : report not found" -msgstr "" +msgstr "RRR40: rapport niet gevonden" #: include/database.item.php:154 msgid "Raccourci vers vos menus préférés" msgstr "Snel naar uw favoriete menu" -#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:114 -#: include/template/status_operation_event-display_operation.php:74 -#: include/template/status_operation_event-display_event.php:58 +#: include/ext/noalyss-timesheet/template/schedule-display_employee.php:114 include/template/status_operation_event-display_operation.php:74 include/template/status_operation_event-display_event.php:58 msgid "Rafraîchir" msgstr "Hernieuwen" #: include/XMLDocument/xml_reader.class.php:526 msgid "Raison" -msgstr "" +msgstr "Reden" #: include/class/card_property.class.php:182 msgid "Rappel: Poste créé automatiquement à partir de " @@ -14952,8 +12590,7 @@ msgstr "HERINNERING: rekening Automatisch aangemaakt VANAF" msgid "Rappel: Poste par défaut sera " msgstr "HERINNERING: Rekining ZAL" -#: include/ext/amortis/index.php:93 include/database.item.php:88 -#: include/widget/mini_report/mini_report.php:115 +#: include/ext/amortis/index.php:93 include/database.item.php:88 include/widget/mini_report/mini_report.php:115 msgid "Rapport" msgstr "Verslag" @@ -14985,8 +12622,7 @@ msgstr "Verzoening" msgid "Rapprochement bancaire" msgstr "Bank Verzoening" -#: include/ext/noalyss-timesheet/ajax/ajax_month_view.php:137 -#: include/template/follow_up_detail_display.php:194 +#: include/ext/noalyss-timesheet/ajax/ajax_month_view.php:137 include/template/follow_up_detail_display.php:194 #, fuzzy msgid "Recalculer" msgstr "Door berekening" @@ -14998,31 +12634,13 @@ msgstr "Sales / Recepten" #: include/noalyss-color.inc.php:47 msgid "Recharger la page pour voir la changements" -msgstr "" +msgstr "Vernieuw de pagina om de wijzigingen te zien" -#: html/recherche.php:95 include/fiche.inc.php:108 -#: include/anc_acc_table.inc.php:14 include/anc_group_balance.inc.php:15 -#: include/class/acc_ledger_search.class.php:729 -#: include/lettering.account.inc.php:106 include/ajax/ajax_card.php:438 -#: include/ajax/ajax_admin.php:147 include/ajax/ajax_search_operation.php:79 -#: include/ajax/ajax_search_operation.php:87 -#: include/ajax/ajax_anc_search.php:42 include/ajax/ajax_anc_search.php:54 -#: include/ajax/ajax_account.php:63 include/ajax/ajax_add_concerned_card.php:87 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:36 -#: include/ext/tools/include/operation.inc.php:12 -#: include/ext/rash/template/beneficiary-listing.php:34 -#: include/ext/rash/template/beneficiary-listing.php:35 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:36 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:81 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:54 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:87 -#: include/template/action_button.php:34 include/template/action_show.php:32 -#: include/template/stock_histo_search.php:30 -#: include/template/stock_histo_search.php:68 -#: include/lettering.gestion.inc.php:74 include/database.item.php:50 -#: include/database.item.php:140 include/lettering.card.inc.php:103 -#: include/anc_acc_balance.inc.php:14 include/lib/html_input.class.php:1118 -#: include/upgrade-plugin.php:53 include/menu.inc.php:142 +#: html/recherche.php:95 include/fiche.inc.php:108 include/anc_acc_table.inc.php:14 include/anc_group_balance.inc.php:15 include/class/acc_ledger_search.class.php:729 include/lettering.account.inc.php:106 include/ajax/ajax_card.php:438 include/ajax/ajax_admin.php:147 include/ajax/ajax_search_operation.php:79 +#: include/ajax/ajax_search_operation.php:87 include/ajax/ajax_anc_search.php:42 include/ajax/ajax_anc_search.php:54 include/ajax/ajax_account.php:63 include/ajax/ajax_add_concerned_card.php:87 include/ext/rapport_avance/include/template/formulaire_listing.php:36 include/ext/tools/include/operation.inc.php:12 +#: include/ext/rash/template/beneficiary-listing.php:34 include/ext/rash/template/beneficiary-listing.php:35 include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:36 include/ext/noalyss_xmlpayment/ajax/ajax_search_multi_operation.php:81 include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:54 +#: include/ext/noalyss_xmlpayment/ajax/ajax_search_reconcile.php:87 include/template/action_button.php:34 include/template/action_show.php:32 include/template/stock_histo_search.php:30 include/template/stock_histo_search.php:68 include/lettering.gestion.inc.php:74 include/database.item.php:50 include/database.item.php:140 +#: include/lettering.card.inc.php:103 include/anc_acc_balance.inc.php:14 include/lib/html_input.class.php:1118 include/upgrade-plugin.php:53 include/menu.inc.php:142 msgid "Recherche" msgstr "Vinden" @@ -15033,7 +12651,7 @@ msgstr "Vinden" #: include/ajax/ajax_search_peppol.php:68 msgid "Recherche PEPPOL Directory" -msgstr "" +msgstr "PEPPOL Directory Search" #: include/ajax/ajax_anc_search.php:38 msgid "Recherche activité" @@ -15048,8 +12666,7 @@ msgstr "Gedetailleerder Zoeken" msgid "Recherche d'opération à ajouter" msgstr "Interne code van de operatie veranderen" -#: include/ajax/ajax_card.php:484 include/template/profile.php:49 -#: include/template/module.php:29 +#: include/ajax/ajax_card.php:484 include/template/profile.php:49 include/template/module.php:29 msgid "Recherche de fiche" msgstr "VIND EEN blad" @@ -15063,15 +12680,8 @@ msgstr "Bericht Vinden" msgid "Recherche opérations à ajouter" msgstr "Interne code van de operatie veranderen" -#: include/ajax/ajax_card.php:610 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:148 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:195 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:319 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:326 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:391 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:398 -#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:405 -#: include/ext/listing/include/rapav_listing_formula.class.php:387 +#: include/ajax/ajax_card.php:610 include/ext/rapport_avance/include/formulaire_param_detail.class.php:148 include/ext/rapport_avance/include/formulaire_param_detail.class.php:195 include/ext/rapport_avance/include/formulaire_param_detail.class.php:319 include/ext/rapport_avance/include/formulaire_param_detail.class.php:326 +#: include/ext/rapport_avance/include/formulaire_param_detail.class.php:391 include/ext/rapport_avance/include/formulaire_param_detail.class.php:398 include/ext/rapport_avance/include/formulaire_param_detail.class.php:405 include/ext/listing/include/rapav_listing_formula.class.php:387 #: include/ext/listing/include/rapav_listing_formula.class.php:815 msgid "Recherche poste" msgstr "Bericht Vinden" @@ -15081,11 +12691,7 @@ msgstr "Bericht Vinden" msgid "Recherche suivi" msgstr "Activiteit zoeken" -#: include/class/acc_ledger_search.class.php:733 -#: include/class/anc_listing.class.php:38 -#: include/class/anc_balance_double.class.php:367 -#: include/class/anc_balance_simple.class.php:189 -#: include/ajax/ajax_admin.php:152 include/anc_great_ledger.inc.php:22 +#: include/class/acc_ledger_search.class.php:733 include/class/anc_listing.class.php:38 include/class/anc_balance_double.class.php:367 include/class/anc_balance_simple.class.php:189 include/ajax/ajax_admin.php:152 include/anc_great_ledger.inc.php:22 msgid "Rechercher" msgstr "Vinden" @@ -15096,29 +12702,21 @@ msgstr "Gedetailleerder Zoeken" #: include/lib/message_javascript.php:117 msgid "Recommendé d'avoir un poste propre" -msgstr "" +msgstr "Het wordt aanbevolen om een schone werkplek te hebben" #: include/ext/importbank/include/template/show_list.php:81 msgid "Reconciliation automatique" -msgstr "" +msgstr "Automatische afstemming" #: include/template/modele_document.php:104 msgid "Redémarrer la séquence (laisser à 0 pour ne pas changer)" msgstr "De reeks herbeginnen (op 0 laten om niet te veranderen)" -#: include/export/export_poste_detail_pdf.php:110 -#: include/template/acc_ledger_history_sale_detail.php:38 -#: include/template/letter_all.php:25 -#: include/template/acc_ledger_history_purchase_detail.php:36 -#: include/template/action_search_result.php:48 -#: include/template/letter_prop.php:30 include/template/letter_prop.php:74 +#: include/export/export_poste_detail_pdf.php:110 include/template/acc_ledger_history_sale_detail.php:38 include/template/letter_all.php:25 include/template/acc_ledger_history_purchase_detail.php:36 include/template/action_search_result.php:48 include/template/letter_prop.php:30 include/template/letter_prop.php:74 msgid "Ref" msgstr "Ref" -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:87 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:77 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:89 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:71 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:87 include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:77 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:89 include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:71 #, fuzzy msgid "Ref Analytique" msgstr "Analytisch" @@ -15128,8 +12726,7 @@ msgstr "Analytisch" msgid "Ref analytique" msgstr "Analytisch" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:524 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:553 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:524 include/ext/import-advanced/class/import/impacc2_csv.class.php:553 #, fuzzy msgid "Refaire la vérification" msgstr "De selectie verwijderen" @@ -15145,7 +12742,7 @@ msgstr "Analytische groep" #: include/database.item.php:61 msgid "Regroupement des menus des journaux de trésorerie" -msgstr "" +msgstr "Groepering van kasboekmenu's" #: include/database.item.php:96 #, fuzzy @@ -15154,36 +12751,31 @@ msgstr "Menu Winsten" #: include/database.item.php:59 msgid "Regroupement pour les menus d'achats(nouvelle opération, historique...)" -msgstr "" +msgstr "Groepering voor winkelmenu's (nieuwe werking, geschiedenis...)" #: include/database.item.php:95 -msgid "" -"Regroupement pour les menus d'opérations diverses (nouvelle opération, " -"historique...)" -msgstr "" +msgid "Regroupement pour les menus d'opérations diverses (nouvelle opération, historique...)" +msgstr "Groepering voor verschillende bedieningsmenu's (nieuwe bediening, geschiedenis...)" #: include/database.item.php:136 -msgid "" -"Regroupement pour les menus de trésorerie (nouvelle opération, historique...)" -msgstr "" +msgid "Regroupement pour les menus de trésorerie (nouvelle opération, historique...)" +msgstr "Groepering voor schatkistmenu's (nieuwe bewerking, geschiedenis...)" #: include/database.item.php:60 msgid "Regroupement pour les menus et les profils" -msgstr "" +msgstr "Groepering voor menu's en profielen" #: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:299 msgid "Rejeté" msgstr "Verworpen" -#: include/ext/rash/raw.php:130 -#: include/ext/rash/template/pedagocical_followup-input.php:111 -#: include/ext/rash/template/financial_followup-input.php:82 +#: include/ext/rash/raw.php:130 include/ext/rash/template/pedagocical_followup-input.php:111 include/ext/rash/template/financial_followup-input.php:82 msgid "Remarque" -msgstr "" +msgstr "Note" #: include/ajax/ajax_search_filter.php:156 msgid "Remise à zéro" -msgstr "" +msgstr "Reset" #: include/user_detail.inc.php:143 #, fuzzy @@ -15192,10 +12784,9 @@ msgstr "Nieuwe sleutel" #: include/compta_fin_rec.inc.php:288 msgid "Reprendre le solde de fin" -msgstr "" +msgstr "Hervat het eindsaldo" -#: 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 #, fuzzy msgid "Reprise inventaire" msgstr "Eenheid Prijs" @@ -15240,8 +12831,7 @@ msgstr "Het onderwerp is verplicht" msgid "Représentant code postal uniquement des chiffres" msgstr "BTW code: Enkel cijfers en letters" -#: include/ext/noalyss-timesheet/ajax/ajax_manager_detail.php:41 -#: include/ext/noalyss-timesheet/template/admin-menu.php:187 +#: include/ext/noalyss-timesheet/ajax/ajax_manager_detail.php:41 include/ext/noalyss-timesheet/template/admin-menu.php:187 #, fuzzy msgid "Responsable" msgstr "Beschikbaar" @@ -15256,8 +12846,7 @@ msgstr "onbestaand" msgid "Restauration" msgstr "Herstelt" -#: include/ext/demo-noalyss/ajax.php:95 include/restore.inc.php:120 -#: include/restore.inc.php:181 +#: include/ext/demo-noalyss/ajax.php:95 include/restore.inc.php:120 include/restore.inc.php:181 #, fuzzy msgid "Restauration réussie du dossier " msgstr "Records Management" @@ -15270,8 +12859,7 @@ msgstr "Herstelt" msgid "Restaure une base de données" msgstr "Restore Database" -#: include/class/anc_operation.class.php:673 -#: include/ext/amortis/include/amortissement_table_pdf.class.php:51 +#: include/class/anc_operation.class.php:673 include/ext/amortis/include/amortissement_table_pdf.class.php:51 msgid "Reste" msgstr "Rest" @@ -15294,20 +12882,9 @@ msgstr "Vinkje bij alle" msgid "Retard" msgstr "Is te laat" -#: html/user_login.php:88 html/do.php:295 -#: include/class/anticipation.class.php:174 include/class/mobile.class.php:185 -#: include/ajax/ajax_display_letter.php:52 include/ajax/ajax_get_profile.php:47 -#: include/modele.inc.php:68 include/modele.inc.php:419 -#: include/modele.inc.php:459 -#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:106 -#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:154 -#: include/ext/rash/template/beneficiary-input.php:49 -#: include/ext/rash/template/beneficiary-input.php:693 -#: include/ext/invoicing/include/invoice_generate.inc.php:130 -#: include/ext/tva/ajax.php:40 include/forecast.inc.php:141 -#: include/restore.inc.php:49 include/dossier.inc.php:190 -#: include/dossier.inc.php:391 include/dossier.inc.php:435 -#: include/report.inc.php:121 include/cfgledger.inc.php:137 +#: html/user_login.php:88 html/do.php:295 include/class/anticipation.class.php:174 include/class/mobile.class.php:185 include/ajax/ajax_display_letter.php:52 include/ajax/ajax_get_profile.php:47 include/modele.inc.php:68 include/modele.inc.php:419 include/modele.inc.php:459 +#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:106 include/ext/noalyss_document/ajax/ajax_validate_operation.php:154 include/ext/rash/template/beneficiary-input.php:49 include/ext/rash/template/beneficiary-input.php:693 include/ext/invoicing/include/invoice_generate.inc.php:130 include/ext/tva/ajax.php:40 +#: include/forecast.inc.php:141 include/restore.inc.php:49 include/dossier.inc.php:190 include/dossier.inc.php:391 include/dossier.inc.php:435 include/report.inc.php:121 include/cfgledger.inc.php:137 msgid "Retour" msgstr "Terug" @@ -15329,31 +12906,25 @@ msgstr "Terug naar de lijst" msgid "Rien n'est sélectionné" msgstr "Verwijder geselecteerde bladwijzers" -#: include/ext/noalyss-webservice/nw_service.php:85 -#: include/ext/skel/index.php:86 +#: include/ext/noalyss-webservice/nw_service.php:85 include/ext/skel/index.php:86 msgid "Route 1" -msgstr "" +msgstr "Route 1" -#: include/ext/noalyss-webservice/nw_service.php:86 -#: include/ext/skel/index.php:87 +#: include/ext/noalyss-webservice/nw_service.php:86 include/ext/skel/index.php:87 msgid "Route 2" -msgstr "" +msgstr "Route 2" -#: include/ext/transform/include/template/listing_assujetti_representative.php:32 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:31 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:31 -#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:33 -#: include/company.inc.php:194 +#: include/ext/transform/include/template/listing_assujetti_representative.php:32 include/ext/transform/include/template/listing_assujetti_declarant.php:31 include/ext/tva/template/xml_belgian_tax_representative-input.php:31 include/ext/tva/template/xml_belgian_tax_declarant-input.php:33 include/company.inc.php:194 msgid "Rue" msgstr "Straat " #: include/ext/noalyss-timesheet/template/employee-menu.php:84 msgid "Récapitulatif de ce mois" -msgstr "" +msgstr "Samenvatting van deze maand" #: include/balance.inc.php:204 msgid "Récapitulatif par classe" -msgstr "" +msgstr "Samenvatting per klasse" #: include/database.item.php:250 msgid "Réception commande Client" @@ -15380,7 +12951,7 @@ msgstr "Beschrijving" #: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:199 #, php-format msgid "Récup %s" -msgstr "" +msgstr "Herstel %s" #: include/template/anticipation-display.php:104 msgid "Réel" @@ -15388,11 +12959,9 @@ msgstr "Echt" #: include/class/follow_up.class.php:712 msgid "Réf." -msgstr "" +msgstr "Ref." -#: include/export/export_gl_csv.php:69 include/export/export_gl_pdf.php:60 -#: include/template/follow_up-display.php:59 -#: include/template/action_show.php:37 include/template/action_search.php:114 +#: include/export/export_gl_csv.php:69 include/export/export_gl_pdf.php:60 include/template/follow_up-display.php:59 include/template/action_show.php:37 include/template/action_search.php:114 msgid "Référence" msgstr "Referentie" @@ -15421,40 +12990,31 @@ msgstr "Omslag" #: include/template/template_config_form.php:60 msgid "Répertoire temporaire" -msgstr "" +msgstr "Tijdelijke map" #: include/template/periode_add_exercice.php:15 -msgid "" -"Réserver un jour d'ouverture : le premier jour de l'exercice sera vue comme " -"une période d'un seul jour pour y placer les opérations d'ouverture" -msgstr "" +msgid "Réserver un jour d'ouverture : le premier jour de l'exercice sera vue comme une période d'un seul jour pour y placer les opérations d'ouverture" +msgstr "Reserveer een openingsdag: de eerste dag van het fiscale jaar wordt beschouwd als een enkele dag voor het plaatsen van openingstransacties" #: include/template/periode_add_exercice.php:18 msgid "" -"Réserver un jour de fermeture : le dernier jour de l'exercice sera vue comme " -"une période d'un seul jour pour y placer les opérations \n" -"de fin d'exercice: amortissements, régulations de compte... Avec une 13ième " -"période, cela simplifie les prévisions, les rapports..." +"Réserver un jour de fermeture : le dernier jour de l'exercice sera vue comme une période d'un seul jour pour y placer les opérations \n" +"de fin d'exercice: amortissements, régulations de compte... Avec une 13ième période, cela simplifie les prévisions, les rapports..." msgstr "" +"Reserveer een afsluitingsdag: de laatste dag van het fiscale jaar wordt beschouwd als een enkele dag voor het plaatsen van transacties\n" +"Aanpassingen aan het einde van het jaar: afschrijvingen, rekeningafstemmingen... Met een dertiende periode wordt het voorspellen en rapporteren vereenvoudigd..." #: include/template/periode_add_exercice.php:73 msgid "Réservé un jour pour l'ouverture (RAN)" -msgstr "" +msgstr "Gereserveerd één dag voor opening (RAN)" #: include/template/periode_add_exercice.php:81 msgid "Réservé un jour pour les opérations de fermeture " -msgstr "" +msgstr "Eén dag gereserveerd voor afsluitende werkzaamheden" -#: include/audit_log.php:41 include/ajax/ajax_search_account_card.php:40 -#: include/ext/listing/ajax/ajax_include_follow_save.php:14 -#: include/ext/importbank/include/template/confirm_transfer.php:287 -#: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:245 -#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:90 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:410 -#: include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:78 -#: include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:92 -#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:72 -#: include/verif_bilan.inc.php:156 include/verif_bilan.inc.php:224 +#: include/audit_log.php:41 include/ajax/ajax_search_account_card.php:40 include/ext/listing/ajax/ajax_include_follow_save.php:14 include/ext/importbank/include/template/confirm_transfer.php:287 include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:245 +#: include/ext/import-advanced/class/import/DetailCsv_Purchase_MTable.php:90 include/ext/import-advanced/class/import/impacc2_fec.class.php:410 include/ext/import-advanced/class/import/DetailCsv_Misc_MTable.php:78 include/ext/import-advanced/class/import/DetailCsv_Sale_MTable.php:92 +#: include/ext/import-advanced/class/import/DetailCsv_Financial_MTable.php:72 include/verif_bilan.inc.php:156 include/verif_bilan.inc.php:224 msgid "Résultat" msgstr "Resultaat" @@ -15466,12 +13026,9 @@ msgstr "Resultaat" #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:137 #, php-format msgid "Résultat de la formule %s utilisant %s %s" -msgstr "" +msgstr "Resultaat van de formule %s met %s %s" -#: include/class/anc_acc_list.class.php:405 -#: include/class/anc_acc_list.class.php:458 -#: include/class/anc_acc_list.class.php:510 -#: include/class/anc_acc_list.class.php:564 +#: include/class/anc_acc_list.class.php:405 include/class/anc_acc_list.class.php:458 include/class/anc_acc_list.class.php:510 include/class/anc_acc_list.class.php:564 #, fuzzy msgid "Résultat global" msgstr "Resultaat" @@ -15494,18 +13051,17 @@ msgstr "Resultaten opzoeking" msgid "Résultats" msgstr "Resultaten" -#: include/fiche.inc.php:83 include/class/pdf_operation.class.php:139 -#: include/widget/coming_event/coming_event.php:40 +#: include/fiche.inc.php:83 include/class/pdf_operation.class.php:139 include/widget/coming_event/coming_event.php:40 msgid "Résumé" msgstr "Overzicht" #: include/export/export_balance_pdf.php:334 include/balance.inc.php:513 msgid "Résumé Exercice courant" -msgstr "" +msgstr "Huidige oefeningssamenvatting" #: include/export/export_balance_pdf.php:327 include/balance.inc.php:506 msgid "Résumé Exercice précédent" -msgstr "" +msgstr "Samenvatting van de vorige oefening" #: include/export/export_printtva_pdf.php:47 include/database.item.php:141 #, fuzzy @@ -15535,9 +13091,12 @@ msgstr "Overzicht" #: include/database.item.php:117 msgid "" "Résumé par devise afin de \n" -"faire de calculer les écarts de conversion (différence de change) pour les " -"actifs et passifs" +"faire de calculer les écarts de conversion (différence de change) pour les actifs et passifs" msgstr "" +"Samenvatting per valuta om\n" +"om de wisselkoersverschillen voor activa en passiva te berekenen.\n" +"9dd334acf4eeac2a0550402445591b32a3503044;S/L/T\n" +"71caab95917886fc9c0a90dc3424e151d0afa48e;Aanwezigheidsregistratie\"" #: include/template/tax_summary_display.php:295 #, fuzzy @@ -15582,58 +13141,32 @@ msgstr "Verzenden per e-mail" msgid "Saisie présence" msgstr "" -#: include/ext/ohada/include/data/data_financial.class.php:63 -#: include/database.item.php:288 +#: include/ext/ohada/include/data/data_financial.class.php:63 include/database.item.php:288 msgid "Salaire" -msgstr "" +msgstr "Salaris" #: include/template/follow_up-display.php:123 #, fuzzy msgid "Salle de réunion" msgstr "Key distribution" -#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 -#: include/ajax/ajax_preference.php:184 -#: include/ext/rash/class/Schedule_Watch.php:41 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:76 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:84 +#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 include/ajax/ajax_preference.php:184 include/ext/rash/class/Schedule_Watch.php:41 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:76 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:84 #: include/ext/noalyss-timesheet/timesheet.class.php:126 msgid "Samedi" msgstr "Zaterdag" #: include/class/forecast_item_mtable.class.php:163 msgid "Sans catégorie il n'est pas possible d'ajouter de nouveaux éléments" -msgstr "" +msgstr "Zonder categorie is het niet mogelijk om nieuwe items toe te voegen" -#: include/class/fiche_def.class.php:870 include/ajax/ajax_mod_predf_op.php:66 -#: include/ajax/ajax_card.php:214 include/ajax/ajax_card.php:617 -#: include/compta_fin.inc.php:162 -#: include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:100 -#: include/ext/modop/modop_display.php:303 -#: include/ext/rash/template/beneficiary-blank.php:42 -#: include/ext/rash/template/schedule_watch-display_form_week.php:65 -#: include/ext/rash/template/pedagocical_followup-input.php:121 -#: include/ext/rash/template/beneficiary-input.php:338 -#: include/ext/rash/template/beneficiary-input.php:687 -#: include/ext/rash/template/financial_followup-input.php:92 -#: include/ext/rash/template/child-create_card.php:62 -#: include/ext/import-advanced/template/input_file_anc.php:46 -#: include/ext/import-advanced/template/input_file_acc.php:51 -#: include/ext/import-advanced/template/input_file_acc.php:80 -#: include/template/todo_list_display.php:105 -#: include/template/operation_exercice-input_transfer.php:50 -#: include/template/operation_exercice-input_row.php:102 -#: include/template/ajax_ledger+input_file.php:60 -#: include/noalyss-color.inc.php:65 -#: include/widget/todo_list/todo_list-display_new_note.php:41 -#: include/company.inc.php:271 include/company.inc.php:382 -#: include/cfgledger.inc.php:133 +#: include/class/fiche_def.class.php:870 include/ajax/ajax_mod_predf_op.php:66 include/ajax/ajax_card.php:214 include/ajax/ajax_card.php:617 include/compta_fin.inc.php:162 include/ext/rapport_avance/ajax/ajax_modify_param_detail.php:100 include/ext/modop/modop_display.php:303 include/ext/rash/template/beneficiary-blank.php:42 +#: include/ext/rash/template/schedule_watch-display_form_week.php:65 include/ext/rash/template/pedagocical_followup-input.php:121 include/ext/rash/template/beneficiary-input.php:338 include/ext/rash/template/beneficiary-input.php:687 include/ext/rash/template/financial_followup-input.php:92 +#: include/ext/rash/template/child-create_card.php:62 include/ext/import-advanced/template/input_file_anc.php:46 include/ext/import-advanced/template/input_file_acc.php:51 include/ext/import-advanced/template/input_file_acc.php:80 include/template/todo_list_display.php:105 include/template/operation_exercice-input_transfer.php:50 +#: include/template/operation_exercice-input_row.php:102 include/template/ajax_ledger+input_file.php:60 include/noalyss-color.inc.php:65 include/widget/todo_list/todo_list-display_new_note.php:41 include/company.inc.php:271 include/company.inc.php:382 include/cfgledger.inc.php:133 msgid "Sauve" msgstr "OPSLAAN" -#: include/ext/tva/include/list_intra.inc.php:128 -#: include/ext/tva/include/list_assujetti.inc.php:105 -#: include/ext/tva/include/decl_tva.inc.php:121 include/dossier.inc.php:293 +#: include/ext/tva/include/list_intra.inc.php:128 include/ext/tva/include/list_assujetti.inc.php:105 include/ext/tva/include/decl_tva.inc.php:121 include/dossier.inc.php:293 msgid "Sauvegarde" msgstr "Opslaan" @@ -15642,43 +13175,14 @@ msgstr "Opslaan" msgid "Sauvegarde du modèle %s" msgstr "Geen enkel model" -#: include/class/fiche_def.class.php:811 -#: include/class/acc_ledger.class.php:2444 -#: include/ajax/ajax_display_letter.php:225 include/ajax/ajax_card.php:168 -#: include/ajax/ajax_mod_stock_repo.php:79 include/ajax/ajax_create_menu.php:15 -#: include/ajax/ajax_mod_menu.php:17 include/stock_cfg.inc.php:154 -#: include/default_menu.inc.php:45 include/ext/noalyss_document/ndc_load.php:71 -#: include/ext/rapport_avance/ajax/ajax_input_new_param.php:92 -#: include/ext/rapport_avance/include/declaration.inc.php:142 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:108 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:129 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:150 -#: include/ext/coprop/include/copro-parameter.inc.php:132 -#: include/ext/listing/ajax/ajax_listing_detail_modify.php:79 -#: include/ext/modop/modop_confirm.php:47 -#: include/ext/modop/modop_confirm.php:70 -#: include/ext/modop/modop_confirm.php:94 -#: include/ext/rash/template/security_group-listing.php:56 -#: include/ext/sav/include/template/sas_display_detail.php:191 -#: include/ext/amortis/include/template/material_detail.php:209 -#: include/ext/amortis/include/template/material_add.php:107 -#: include/ext/amortis/include/am_generate.class.php:219 -#: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:212 -#: include/ext/noalyss-timesheet/ajax/ajax_manager_detail.php:59 -#: include/ext/noalyss-timesheet/ajax/ajax_proxy_user_detail.php:59 -#: include/ext/noalyss-timesheet/ajax/ajax_input_day_comment.php:99 -#: include/ext/noalyss-timesheet/include/Employee/employee_carriedover_hour.class.php:95 -#: include/ext/import_card/include/template/template_save.php:37 -#: include/template/modele_document.php:121 -#: include/template/ledger_detail_bottom.php:359 -#: include/template/acc_report-create.php:48 include/template/stock_inv.php:107 -#: include/template/user_sec_profile.php:58 -#: include/template/profile_sec_repository.php:59 -#: include/template/card_multiple_display_option.php:115 -#: include/template/anc_key_input.php:205 include/template/forecast-new.php:86 -#: include/forecast.inc.php:159 include/widget/ajax.php:90 -#: include/anc_od.inc.php:152 include/lib/manage_table_sql.class.php:1405 -#: include/cfgledger.inc.php:153 +#: include/class/fiche_def.class.php:811 include/class/acc_ledger.class.php:2444 include/ajax/ajax_display_letter.php:225 include/ajax/ajax_card.php:168 include/ajax/ajax_mod_stock_repo.php:79 include/ajax/ajax_create_menu.php:15 include/ajax/ajax_mod_menu.php:17 include/stock_cfg.inc.php:154 include/default_menu.inc.php:45 +#: include/ext/noalyss_document/ndc_load.php:71 include/ext/rapport_avance/ajax/ajax_input_new_param.php:92 include/ext/rapport_avance/include/declaration.inc.php:142 include/ext/rapport_avance/include/template/formulaire_listing.php:108 include/ext/rapport_avance/include/template/formulaire_listing.php:129 +#: include/ext/rapport_avance/include/template/formulaire_listing.php:150 include/ext/coprop/include/copro-parameter.inc.php:132 include/ext/listing/ajax/ajax_listing_detail_modify.php:79 include/ext/modop/modop_confirm.php:47 include/ext/modop/modop_confirm.php:70 include/ext/modop/modop_confirm.php:94 +#: include/ext/rash/template/security_group-listing.php:56 include/ext/sav/include/template/sas_display_detail.php:191 include/ext/amortis/include/template/material_detail.php:209 include/ext/amortis/include/template/material_add.php:107 include/ext/amortis/include/am_generate.class.php:219 +#: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:212 include/ext/noalyss-timesheet/ajax/ajax_manager_detail.php:59 include/ext/noalyss-timesheet/ajax/ajax_proxy_user_detail.php:59 include/ext/noalyss-timesheet/ajax/ajax_input_day_comment.php:99 +#: include/ext/noalyss-timesheet/include/Employee/employee_carriedover_hour.class.php:95 include/ext/import_card/include/template/template_save.php:37 include/template/modele_document.php:121 include/template/ledger_detail_bottom.php:359 include/template/acc_report-create.php:48 include/template/stock_inv.php:107 +#: include/template/user_sec_profile.php:58 include/template/profile_sec_repository.php:59 include/template/card_multiple_display_option.php:115 include/template/anc_key_input.php:205 include/template/forecast-new.php:86 include/forecast.inc.php:159 include/widget/ajax.php:90 include/anc_od.inc.php:152 +#: include/lib/manage_table_sql.class.php:1405 include/cfgledger.inc.php:153 msgid "Sauver" msgstr "OPSLAAN" @@ -15705,46 +13209,41 @@ msgstr "Module instellen" msgid "Sauvez" msgstr "OPSLAAN" -#: include/ajax/ajax_gestion.php:114 include/ext/amortis/ajax.php:72 -#: include/ext/noalyss-portal-client/include/customer.inc.php:47 +#: include/ajax/ajax_gestion.php:114 include/ext/amortis/ajax.php:72 include/ext/noalyss-portal-client/include/customer.inc.php:47 #, fuzzy msgid "Sauvé" msgstr "Bewaard" #: include/otp-link.php:200 msgid "Scanner ce QRCode avec votre application OTP afin de l'ajouter" -msgstr "" +msgstr "Scan deze QR-code met je OTP-app om hem toe te voegen" #: include/otp-link.php:185 msgid "Scanner ceci avec votre application OTP" -msgstr "" +msgstr "Scan dit met uw OTP-applicatie" #: include/lib/ac_common.php:969 msgid "Se connecter" -msgstr "" +msgstr "Inloggen" -#: include/ext/noalyss-webservice/nw_service.php:86 -#: include/ext/skel/index.php:87 +#: include/ext/noalyss-webservice/nw_service.php:86 include/ext/skel/index.php:87 msgid "Seconde route" -msgstr "" +msgstr "Tweede weg" #: include/class/follow_up.class.php:156 include/class/follow_up.class.php:157 msgid "Securité" msgstr "Veiligheid" -#: include/class/acc_ledger_search.class.php:1135 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:67 -#: include/template/fiche_list.php:58 +#: include/class/acc_ledger_search.class.php:1135 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:67 include/template/fiche_list.php:58 msgid "Selection" msgstr "Selectie" #: include/lib/message_javascript.php:34 msgid "Selectionnez le journal où l'opération doit être sauvée" -msgstr "" +msgstr "Selecteer het journaal waarin de transactie moet worden opgeslagen" #: include/class/anc_balance_double.class.php:363 -msgid "" -"Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" +msgid "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "Selectionneer plannen DAT u interesseert je op VOOR Zoeken Klikken" #: include/lib/message_javascript.php:76 @@ -15758,27 +13257,24 @@ msgstr "Selecteer uw taal" #: include/ext/noalyss-timesheet/template/employee_schedule-display_week.php:51 #, php-format msgid "Sem %s" -msgstr "" +msgstr "Wk %s" -#: include/ext/rash/ajax/ajax_schedule_watch_input.php:31 -#: include/ext/rash/template/schedule_watch-display_month.php:93 +#: include/ext/rash/ajax/ajax_schedule_watch_input.php:31 include/ext/rash/template/schedule_watch-display_month.php:93 #, fuzzy msgid "Semaine" msgstr "Domein" #: include/ext/rash/template/schedule_watch-display_month.php:63 msgid "Sept." -msgstr "" +msgstr "sept." #: include/class/periode.class.php:685 msgid "Septembre" -msgstr "" +msgstr "september" -#: include/template/template_config_form.php:56 -#: include/template/mail_parameter-input.php:73 -#: include/template/mail_parameter-input.php:114 +#: include/template/template_config_form.php:56 include/template/mail_parameter-input.php:73 include/template/mail_parameter-input.php:114 msgid "Serveur" -msgstr "" +msgstr "Server" #: include/template/action_document_type_mtable_input.php:136 #, fuzzy @@ -15791,14 +13287,13 @@ msgstr "Ongeldig datum" msgid "Serveur postgresql" msgstr "Basisklasse" -#: include/ext/noalyss_document/class/operation_detail.php:61 -#: include/ext/import-advanced/template/operation_result.php:79 +#: include/ext/noalyss_document/class/operation_detail.php:61 include/ext/import-advanced/template/operation_result.php:79 msgid "Service" -msgstr "" +msgstr "Service" #: include/database.item.php:202 msgid "Service après-vente" -msgstr "" +msgstr "Klantenservice" #: include/ext/tva/template/tva_parameter-display.php:138 msgid "Services intracommunautaires avec report de perception" @@ -15806,94 +13301,67 @@ msgstr "Diensten-intra uitgestelde waarneming" #: include/template/param_jrn.php:231 msgid "Services, fournitures ou biens achetés (D)" -msgstr "" +msgstr "Aangekochte diensten, benodigdheden of goederen (D)" #: include/template/param_jrn.php:292 msgid "Services, fournitures ou biens vendus (C)" -msgstr "" +msgstr "Diensten, leveringen of verkochte goederen (C)" #: html/logout.php:50 msgid "Session after cleansing" -msgstr "" +msgstr "Sessie na het schoonmaken" #: include/class/noalyss_user.class.php:147 msgid "Session expirée
    Utilisateur déconnecté" msgstr "Sessie Vervallen
    " #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:118 -msgid "" -"Si la date donnée concerne la date de paiement ou d'écheance, cela limitera " -"la recherche aux journaux VEN et ACH " -msgstr "" +msgid "Si la date donnée concerne la date de paiement ou d'écheance, cela limitera la recherche aux journaux VEN et ACH " +msgstr "Als de opgegeven datum betrekking heeft op de betalings- of vervaldatum, wordt de zoekopdracht beperkt tot de VEN- en ACH-journaals." #: html/user_login.php:168 -msgid "" -"Si la redirection ne fonctionne pas, vous devez changer la valeur de " -"NOALYSS_URL " -msgstr "" +msgid "Si la redirection ne fonctionne pas, vous devez changer la valeur de NOALYSS_URL " +msgstr "Als de omleiding niet werkt, moet u de waarde van NOALYSS_URL wijzigen" #: include/lib/message_javascript.php:86 msgid "Si vous changez de page vous perdez les reconciliations, continuez ?" -msgstr "" +msgstr "Als u van pagina wisselt, gaan uw afstemmingen verloren. Wilt u doorgaan?" #: include/contact.inc.php:101 -msgid "" -"Si vous modifiez un contact, il faut recharger la page pour voir les " -"changements" -msgstr "" +msgid "Si vous modifiez un contact, il faut recharger la page pour voir les changements" +msgstr "Als u een contactpersoon bewerkt, moet u de pagina opnieuw laden om de wijzigingen te zien." #: include/template/category_of_card.php:39 -msgid "" -"Si vous n'utilisez pas la création automatique, toutes les nouvelles fiches " -"auront par défaut le même poste comptable. Ce poste comptable par défaut est " -"la classe de base." -msgstr "" -"Als u niet de automatische creatie gebruiken, zullen alle nieuwe kaarten van " -"dezelfde administratieve post standaard. Dit item accounting standaard " -"basisklasse." +msgid "Si vous n'utilisez pas la création automatique, toutes les nouvelles fiches auront par défaut le même poste comptable. Ce poste comptable par défaut est la classe de base." +msgstr "Als u niet de automatische creatie gebruiken, zullen alle nieuwe kaarten van dezelfde administratieve post standaard. Dit item accounting standaard basisklasse." #: include/template/fiche_def_input.php:37 -msgid "" -"Si vous ne cochez pas et que le poste comptable de base n'est pas vide alors " -"toutes les fiches auront le poste comptable de base comme poste comptable " -"par défaut" -msgstr "" +msgid "Si vous ne cochez pas et que le poste comptable de base n'est pas vide alors toutes les fiches auront le poste comptable de base comme poste comptable par défaut" +msgstr "Als u dit vakje niet aanvinkt en de basisboekhoudingspositie niet leeg is, dan hebben alle records de basisboekhoudingspositie als standaardboekhoudingspositie." #: include/lib/message_javascript.php:61 -msgid "" -"Si vous ne donnez pas de nom, ce sera le nom du fichier qui sera utilisé" -msgstr "" +msgid "Si vous ne donnez pas de nom, ce sera le nom du fichier qui sera utilisé" +msgstr "Als u geen naam opgeeft, wordt de bestandsnaam gebruikt" #: include/template/category_of_card.php:36 -msgid "" -"Si vous utilisez la création automatique de poste, chaque nouvelle fiche de " -"cette catégorie aura son propre poste comptable. Ce poste comptable sera la " -"classe de base augmenté de 1." -msgstr "" -"Als u de automatische creatie van te kunnen gebruiken, zal elke nieuwe " -"vermelding in deze categorie zijn eigen post hebben. Deze boekhoudkundige " -"positie zal de basisklasse met 1 verhoogd worden." +msgid "Si vous utilisez la création automatique de poste, chaque nouvelle fiche de cette catégorie aura son propre poste comptable. Ce poste comptable sera la classe de base augmenté de 1." +msgstr "Als u de automatische creatie van te kunnen gebruiken, zal elke nieuwe vermelding in deze categorie zijn eigen post hebben. Deze boekhoudkundige positie zal de basisklasse met 1 verhoogd worden." #: include/modele.inc.php:281 msgid "" -"Si vous voulez récupérer toutes les adaptations d'un dossier " -"dans un autre dossier, vous pouvez en faire un modèle. Seules les fiches, la " -"structure des journaux, les périodes,... seront reprises et aucune " -"donnée du dossier sur lequel le dossier est basé. Les données " -"contenues dans les extensions ne sont pas effacées" -msgstr "" +"Si vous voulez récupérer toutes les adaptations d'un dossier dans un autre dossier, vous pouvez en faire un modèle. Seules les fiches, la structure des journaux, les périodes,... seront reprises et aucune donnée du dossier sur lequel le dossier est basé. Les données contenues dans les " +"extensions ne sont pas effacées" +msgstr "Als u alle aanpassingen van de ene map naar de andere wilt overzetten, kunt u een sjabloon maken. Alleen de records, de structuur van de tijdschriften, de periodes, enz. worden overgezet, en geen gegevens uit de map waarop de sjabloon is gebaseerd. De gegevens in de extensies worden niet verwijderd." #: include/ext/tva/template/ext_tva+display_detail_amount.php:69 msgid "Signe" -msgstr "" +msgstr "Sign" #: include/ext/tva/class/ext_tva.class.php:520 msgid "Simple PDF" -msgstr "" +msgstr "Eenvoudige PDF" -#: include/ext/rash/template/pedagocical_followup-input.php:84 -#: include/ext/rash/template/beneficiary-listing.php:36 -#: include/ext/rash/template/beneficiary-listing.php:45 +#: include/ext/rash/template/pedagocical_followup-input.php:84 include/ext/rash/template/beneficiary-listing.php:36 include/ext/rash/template/beneficiary-listing.php:45 #, fuzzy msgid "Site" msgstr "Website" @@ -15904,11 +13372,9 @@ msgstr "Website" #: include/database.item.php:179 msgid "Skeleton for plugin" -msgstr "" +msgstr "Skelet voor plugin" -#: include/template/xmlinvoice-display_error.php:55 -#: include/template/contact-summary.php:17 -#: include/template/card_multiple_result.php:18 include/database.item.php:215 +#: include/template/xmlinvoice-display_error.php:55 include/template/contact-summary.php:17 include/template/card_multiple_result.php:18 include/database.item.php:215 msgid "Société" msgstr "Vennootschap" @@ -15916,21 +13382,12 @@ msgstr "Vennootschap" msgid "Société :" msgstr "Bedrijf:" -#: include/fiche.inc.php:455 include/class/acc_bilan.class.php:210 -#: include/class/pdfbalance_simple.class.php:69 -#: include/class/fiche.class.php:1423 include/class/anc_listing.class.php:116 -#: include/class/anc_balance_double.class.php:96 -#: include/export/export_gl_csv.php:69 -#: include/export/export_balance_pdf.php:130 -#: include/export/export_gl_pdf.php:60 -#: include/ext/ohada/include/data/data_financial.class.php:53 -#: include/balance.inc.php:348 include/template/anc_balance_group.php:51 -#: include/template/anc_balance_group.php:72 +#: include/fiche.inc.php:455 include/class/acc_bilan.class.php:210 include/class/pdfbalance_simple.class.php:69 include/class/fiche.class.php:1423 include/class/anc_listing.class.php:116 include/class/anc_balance_double.class.php:96 include/export/export_gl_csv.php:69 include/export/export_balance_pdf.php:130 +#: include/export/export_gl_pdf.php:60 include/ext/ohada/include/data/data_financial.class.php:53 include/balance.inc.php:348 include/template/anc_balance_group.php:51 include/template/anc_balance_group.php:72 msgid "Solde" msgstr "evenwicht" -#: include/class/acc_balance.class.php:402 -#: include/class/acc_balance.class.php:444 +#: include/class/acc_balance.class.php:402 include/class/acc_balance.class.php:444 msgid "Solde 6/7" msgstr "Saldo 6/7" @@ -15951,11 +13408,7 @@ msgstr "Creditsaldo" msgid "Solde créditeur : %s" msgstr "Creditsaldo : %s" -#: include/class/fiche.class.php:1031 -#: include/class/acc_account_ledger.class.php:468 -#: include/export/export_poste_detail_pdf.php:91 -#: include/export/export_fiche_detail_pdf.php:67 -#: include/lib/message_javascript.php:121 +#: include/class/fiche.class.php:1031 include/class/acc_account_ledger.class.php:468 include/export/export_poste_detail_pdf.php:91 include/export/export_fiche_detail_pdf.php:67 include/lib/message_javascript.php:121 #, fuzzy msgid "Solde créditeur au lieu de débiteur" msgstr "Creditsaldo" @@ -15970,12 +13423,8 @@ msgid "Solde des heures" msgstr "Debetsaldo" #: include/database.item.php:76 -msgid "" -"Solde des journaux de trésorerie cela concerne les comptes en banques, " -"caisse , les chèques... " -msgstr "" -"Saldo van de kasboeken – dit heeft betrekking op bankrekeningen, kas, " -"cheques..." +msgid "Solde des journaux de trésorerie cela concerne les comptes en banques, caisse , les chèques... " +msgstr "Saldo van de kasboeken – dit heeft betrekking op bankrekeningen, kas, cheques..." #: include/export/export_balance_csv.php:74 msgid "Solde débiteur" @@ -15986,11 +13435,7 @@ msgstr "Debetsaldo" msgid "Solde débiteur : %s" msgstr "Debetsaldo : %s" -#: include/class/fiche.class.php:1036 -#: include/class/acc_account_ledger.class.php:473 -#: include/export/export_poste_detail_pdf.php:96 -#: include/export/export_fiche_detail_pdf.php:72 -#: include/lib/message_javascript.php:122 +#: include/class/fiche.class.php:1036 include/class/acc_account_ledger.class.php:473 include/export/export_poste_detail_pdf.php:96 include/export/export_fiche_detail_pdf.php:72 include/lib/message_javascript.php:122 msgid "Solde débiteur au lieu de créditeur" msgstr "Debetsaldo in plaats van Creditsaldo" @@ -16006,8 +13451,7 @@ msgstr "Begin Saldo Uittreksel" msgid "Solde fin extrait" msgstr "Eind saldo Uittreksel" -#: include/class/fiche.class.php:1175 -#: include/class/acc_account_ledger.class.php:610 +#: include/class/fiche.class.php:1175 include/class/acc_account_ledger.class.php:610 msgid "Solde global" msgstr "Globaal Saldo" @@ -16015,8 +13459,7 @@ msgstr "Globaal Saldo" msgid "Soldes" msgstr "Solden" -#: include/database.item.php:77 include/lib/user_menu.php:80 -#: include/lib/user_menu.php:100 +#: include/database.item.php:77 include/lib/user_menu.php:80 include/lib/user_menu.php:100 msgid "Sortie" msgstr "Uitgaand" @@ -16038,14 +13481,12 @@ msgstr "Verplicht" msgid "Sous-Menu" msgstr "Onderliggend-Menu" -#: include/ext/tva/class/parameter/tva_parameter.class.php:376 -#: include/ext/tva/template/ext_tva+display_detail_amount.php:39 +#: include/ext/tva/class/parameter/tva_parameter.class.php:376 include/ext/tva/template/ext_tva+display_detail_amount.php:39 #, fuzzy msgid "Soustrait" msgstr "Nieuwe extract" -#: include/class/periode.class.php:555 -#: include/ext/import-advanced/template/operation_result.php:113 +#: include/class/periode.class.php:555 include/ext/import-advanced/template/operation_result.php:113 msgid "Status" msgstr "Status" @@ -16061,15 +13502,14 @@ msgstr "Status motief binnenkomst kind" msgid "Status motif entrée victime" msgstr "Status motief binnenkomst slachtoffer" -#: include/ext/rash/template/beneficiary-input.php:395 -#: include/ext/rash/template/beneficiary-input.php:445 +#: include/ext/rash/template/beneficiary-input.php:395 include/ext/rash/template/beneficiary-input.php:445 #, fuzzy msgid "Statut" msgstr "Status" #: include/ext/noalyss_document/template/document_load-display_table.php:222 msgid "Statut Prêt" -msgstr "" +msgstr "Leningstatus" #: include/database.item.php:94 include/database.item.php:176 msgid "Stock" @@ -16091,8 +13531,7 @@ msgstr "Stijl van datum" msgid "Succés" msgstr "Succes" -#: include/ext/importbank/ajax.php:99 -#: include/ext/noalyss-portal-client/template/customer-input.php:201 +#: include/ext/importbank/ajax.php:99 include/ext/noalyss-portal-client/template/customer-input.php:201 msgid "Suggestion" msgstr "Suggestie" @@ -16105,11 +13544,7 @@ msgstr "Suggereren de datum" msgid "Suivant" msgstr "Toko" -#: include/ajax/ajax_card.php:171 -#: include/ext/noalyss_document/template/document-display_detail.php:229 -#: include/ext/rash/template/beneficiary-input.php:580 -#: include/template/security_list_action.php:61 -#: include/template/action_show.php:30 include/category_card.inc.php:78 +#: include/ajax/ajax_card.php:171 include/ext/noalyss_document/template/document-display_detail.php:229 include/ext/rash/template/beneficiary-input.php:580 include/template/security_list_action.php:61 include/template/action_show.php:30 include/category_card.inc.php:78 msgid "Suivi" msgstr "Toko" @@ -16136,15 +13571,15 @@ msgstr "Customer care" #: include/database.item.php:11 msgid "Suivi client : devis, réunion, courrier, commande..." -msgstr "" +msgstr "Klantopvolging: offertes, vergaderingen, correspondentie, bestellingen..." #: include/database.item.php:102 msgid "Suivi des administrations : courrrier, déclarations." -msgstr "" +msgstr "Toezicht op overheidsdiensten: post, aangiften." #: include/database.item.php:7 msgid "Suivi des fournisseurs : devis, lettres, email...." -msgstr "" +msgstr "Opvolging van leveranciers: offertes, brieven, e-mails...." #: include/ext/rash/template/financial_followup-input.php:29 #, fuzzy @@ -16162,12 +13597,9 @@ msgstr "Totaal afschrijvingen" #: include/ext/rash/template/pedagocical_followup-input.php:28 msgid "Suivi pédagogique" -msgstr "" +msgstr "Educatieve monitoring" -#: include/ext/invoicing/template/recorded_message_list.php:27 -#: include/ext/invoicing/template/recorded_message_display.php:24 -#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:86 -#: include/template/action_display_short.php:111 +#: include/ext/invoicing/template/recorded_message_list.php:27 include/ext/invoicing/template/recorded_message_display.php:24 include/ext/invoicing/include/invoice_send_mail_input.inc.php:86 include/template/action_display_short.php:111 msgid "Sujet" msgstr "Onderwerp" @@ -16184,9 +13616,7 @@ msgstr "Verwijdering" msgid "Supprime statut d'erreur" msgstr "Verwijder van foutmelding" -#: include/ext/sav/include/template/sas_spare_part_print_row.php:46 -#: include/ext/sav/include/template/sas_workhour_print_row.php:49 -#: include/template/ledger_detail_bottom.php:370 +#: include/ext/sav/include/template/sas_spare_part_print_row.php:46 include/ext/sav/include/template/sas_workhour_print_row.php:49 include/template/ledger_detail_bottom.php:370 msgid "Supprimer" msgstr "Verwijderen" @@ -16198,8 +13628,7 @@ msgstr "Verwijderen van de tegenpartij" msgid "Supprimer la première ligne" msgstr "Verwijderen van de eerste lijn" -#: include/ext/importbank/include/template/show_import.php:15 -#: include/ext/importbank/include/template/show_import.php:103 +#: include/ext/importbank/include/template/show_import.php:15 include/ext/importbank/include/template/show_import.php:103 msgid "Supprimer la sélection" msgstr "Verwijder de selectie" @@ -16257,9 +13686,7 @@ msgstr "De rijen selecteren die u wilt bewaren" msgid "Sélectionner tout" msgstr "Selecteer alle" -#: include/ext/import-advanced/template/upload_operation_csv.php:49 -#: include/ext/import-advanced/template/upload_operation_anc.php:41 -#: include/ext/import-advanced/template/upload_operation_fec.php:37 +#: include/ext/import-advanced/template/upload_operation_csv.php:49 include/ext/import-advanced/template/upload_operation_anc.php:41 include/ext/import-advanced/template/upload_operation_fec.php:37 msgid "Séparateur" msgstr "Onderscheider" @@ -16267,9 +13694,7 @@ msgstr "Onderscheider" msgid "Séparateur Décimale" msgstr "Decimale onderscheider" -#: include/ajax/ajax_preference.php:226 -#: include/ext/importbank/include/template/show_field.php:61 -#: include/ext/importbank/include/template/confirm_transfer.php:179 +#: include/ajax/ajax_preference.php:226 include/ext/importbank/include/template/show_field.php:61 include/ext/importbank/include/template/confirm_transfer.php:179 msgid "Séparateur de champs" msgstr "Onderscheider van velden" @@ -16279,21 +13704,17 @@ msgstr "Onderscheider van onbekende velden" #: include/ext/import-advanced/class/import/impacc2_csv.class.php:135 msgid "Séparateur de décimal et milliers doivent être différent" -msgstr "" +msgstr "Decimale scheidingstekens en scheidingstekens voor duizenden moeten verschillend zijn" #: include/ext/import-advanced/class/import/impacc2_import_anc_csv.class.php:120 msgid "Séparateur de décimal et milliers doivent être différents" -msgstr "" +msgstr "Decimale scheidingstekens en scheidingstekens voor duizendtallen moeten verschillend zijn" -#: include/ext/importbank/include/template/show_field.php:70 -#: include/ext/importbank/include/template/confirm_transfer.php:188 -#: include/ext/import-advanced/template/upload_operation_csv.php:78 -#: include/ext/import-advanced/template/upload_operation_anc.php:61 +#: include/ext/importbank/include/template/show_field.php:70 include/ext/importbank/include/template/confirm_transfer.php:188 include/ext/import-advanced/template/upload_operation_csv.php:78 include/ext/import-advanced/template/upload_operation_anc.php:61 msgid "Séparateur de millier" msgstr "Duizendtal onderscheider" -#: include/ext/importbank/include/template/show_field.php:79 -#: include/ext/importbank/include/template/confirm_transfer.php:197 +#: include/ext/importbank/include/template/show_field.php:79 include/ext/importbank/include/template/confirm_transfer.php:197 msgid "Séparateur décimal" msgstr "Decimale onderscheider" @@ -16301,8 +13722,7 @@ msgstr "Decimale onderscheider" msgid "Séparateur invalide" msgstr "Onderscheider ongeldig" -#: include/ext/ohada/include/amortization.class.php:38 -#: include/ext/ohada/include/amortization.class.php:39 +#: include/ext/ohada/include/amortization.class.php:38 include/ext/ohada/include/amortization.class.php:39 msgid "TABLEAU SMT DE SUIVI DU MATERIEL, DU MOBILIER ET DES CAUTIONS" msgstr "TABEL SMT VAN OPVOLGING VAN MATERIAAL, ROLLEND MATERIAAL EN GARANTIES" @@ -16313,7 +13733,7 @@ msgstr "TKPDF is niet geïnstalleerd" #: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:32 msgid "TOKEN" -msgstr "" +msgstr "TOKEN" #: include/compta_fin_saldo.inc.php:156 include/class/invoice_pdf.class.php:307 msgid "TOTAUX" @@ -16323,40 +13743,15 @@ msgstr "TOTALEN" msgid "TRANS01.Erreur transfert" msgstr "TRANS01.Erreur transfert" -#: include/class/acc_ledger_history_sale.class.php:293 -#: include/class/invoice_pdf.class.php:241 -#: include/class/invoice_pdf.class.php:289 -#: include/class/print_ledger_detail_item.class.php:167 -#: include/class/pdf_operation.class.php:184 -#: include/class/pdf_operation.class.php:235 -#: include/XMLDocument/xml_reader.class.php:474 -#: include/XMLDocument/xml_reader.class.php:528 -#: include/XMLDocument/xml_reader.class.php:550 -#: include/ext/sav/include/template/sas_display_detail.php:123 -#: include/ext/copy_parameter/template/Tva-display.php:54 -#: include/ext/copy_parameter/index.php:114 -#: include/ext/transform/ajax_modify_intervat_assujetti.php:47 -#: include/ext/transform/ajax_modify_intervat_assujetti.php:63 -#: include/ext/transform/include/template/listing_client_display.php:51 -#: include/ext/import-advanced/template/tva_parameter_detail.php:34 -#: include/ext/import-advanced/include/imd_parameter.inc.php:38 -#: include/template/acc_ledger_history_purchase_extended.php:56 -#: include/template/acc_ledger_history_purchase_extended.php:142 -#: include/template/ledger_detail_ven.php:173 -#: include/template/xmlinvoice-display_error.php:108 -#: include/template/acc_ledger_history_purchase_oneline.php:62 -#: include/template/acc_ledger_history_sale_oneline.php:56 -#: include/template/impress_reconciliation_detail.php:19 -#: include/template/acc_ledger_history_sale_extended.php:58 -#: include/template/acc_ledger_history_sale_extended.php:147 -#: include/template/ledger_detail_ach.php:172 include/tax_summary.inc.php:43 -#: include/database.item.php:58 include/database.item.php:183 +#: include/class/acc_ledger_history_sale.class.php:293 include/class/invoice_pdf.class.php:241 include/class/invoice_pdf.class.php:289 include/class/print_ledger_detail_item.class.php:167 include/class/pdf_operation.class.php:184 include/class/pdf_operation.class.php:235 include/XMLDocument/xml_reader.class.php:474 +#: include/XMLDocument/xml_reader.class.php:528 include/XMLDocument/xml_reader.class.php:550 include/ext/sav/include/template/sas_display_detail.php:123 include/ext/copy_parameter/template/Tva-display.php:54 include/ext/copy_parameter/index.php:114 include/ext/transform/ajax_modify_intervat_assujetti.php:47 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:63 include/ext/transform/include/template/listing_client_display.php:51 include/ext/import-advanced/template/tva_parameter_detail.php:34 include/ext/import-advanced/include/imd_parameter.inc.php:38 include/template/acc_ledger_history_purchase_extended.php:56 +#: include/template/acc_ledger_history_purchase_extended.php:142 include/template/ledger_detail_ven.php:173 include/template/xmlinvoice-display_error.php:108 include/template/acc_ledger_history_purchase_oneline.php:62 include/template/acc_ledger_history_sale_oneline.php:56 include/template/impress_reconciliation_detail.php:19 +#: include/template/acc_ledger_history_sale_extended.php:58 include/template/acc_ledger_history_sale_extended.php:147 include/template/ledger_detail_ach.php:172 include/tax_summary.inc.php:43 include/database.item.php:58 include/database.item.php:183 msgid "TVA" msgstr "BTW" -#: include/ext/tva/class/tva_pdf_writer.class.php:37 -#: include/ext/tva/class/tva_pdf_writer.class.php:64 -#: include/ext/tva/class/tva_pdf_writer.class.php:178 +#: include/ext/tva/class/tva_pdf_writer.class.php:37 include/ext/tva/class/tva_pdf_writer.class.php:64 include/ext/tva/class/tva_pdf_writer.class.php:178 #, php-format msgid "TVA %s au %s" msgstr "BTW %s tot %s" @@ -16373,10 +13768,7 @@ msgstr "Verschuldigde belasting" msgid "TVA Déductible" msgstr "Fiscaal aftrekbaar" -#: include/class/acc_ledger_sale.class.php:1847 -#: include/class/print_ledger_simple.class.php:137 -#: include/export/export_printtva_pdf.php:212 -#: include/template/ledger_detail_ach.php:171 +#: include/class/acc_ledger_sale.class.php:1847 include/class/print_ledger_simple.class.php:137 include/export/export_printtva_pdf.php:212 include/template/ledger_detail_ach.php:171 msgid "TVA ND" msgstr "BTW NA" @@ -16384,9 +13776,7 @@ msgstr "BTW NA" msgid "TVA ND récup" msgstr "BTW NA Recup" -#: include/class/acc_ledger_history_purchase.class.php:312 -#: include/class/print_ledger_simple.class.php:139 -#: include/class/print_ledger_detail_item.class.php:165 +#: include/class/acc_ledger_history_purchase.class.php:312 include/class/print_ledger_simple.class.php:139 include/class/print_ledger_detail_item.class.php:165 msgid "TVA NP" msgstr "BTW Onbetaald" @@ -16398,25 +13788,19 @@ msgstr "BTW Onbetaald operatie" msgid "TVA Noalyss" msgstr "BTW Noalyss" -#: include/export/export_printtva_csv.php:76 -#: include/template/tax_summary_display.php:224 -#: include/template/tax_summary_display.php:323 +#: include/export/export_printtva_csv.php:76 include/template/tax_summary_display.php:224 include/template/tax_summary_display.php:323 msgid "TVA Non Déd" msgstr "BTW Niet aftekbaar" -#: include/export/export_printtva_csv.php:77 -#: include/template/tax_summary_display.php:225 -#: include/template/tax_summary_display.php:326 +#: include/export/export_printtva_csv.php:77 include/template/tax_summary_display.php:225 include/template/tax_summary_display.php:326 msgid "TVA Non Déd & récup" msgstr "BTW Niet aftrekbaar & recup" -#: include/class/acc_ledger_sale.class.php:1839 -#: include/class/acc_ledger_purchase.class.php:2261 +#: include/class/acc_ledger_sale.class.php:1839 include/class/acc_ledger_purchase.class.php:2261 msgid "TVA Non Payé" msgstr "Onbetaalde BTW" -#: include/class/acc_ledger_sale.class.php:1846 -#: include/class/acc_ledger_purchase.class.php:2271 +#: include/class/acc_ledger_sale.class.php:1846 include/class/acc_ledger_purchase.class.php:2271 msgid "TVA Opération" msgstr "BTW handeling" @@ -16429,18 +13813,13 @@ msgstr "BTW Verkoop (C)" msgid "TVA [ %s ] n'existe pas " msgstr "] bestaat niet" -#: include/class/acc_ledger_history_sale.class.php:294 -#: include/class/acc_ledger_sale.class.php:1838 -#: include/class/acc_ledger_purchase.class.php:2260 +#: include/class/acc_ledger_history_sale.class.php:294 include/class/acc_ledger_sale.class.php:1838 include/class/acc_ledger_purchase.class.php:2260 msgid "TVA annulée" msgstr "Geannuleerd BTW" -#: include/class/tva_rate_mtable.class.php:94 -#: include/class/tva_rate_mtable.class.php:95 -#: include/lib/message_javascript.php:108 +#: include/class/tva_rate_mtable.class.php:94 include/class/tva_rate_mtable.class.php:95 include/lib/message_javascript.php:108 msgid "TVA due ou récupérable quand l'opération est payée ou exécutée" -msgstr "" -"Verschuldigde BTW te recupereren wanneer operatie betaald of uitgevoerd " +msgstr "Verschuldigde BTW te recupereren wanneer operatie betaald of uitgevoerd " #: include/ext/import-advanced/class/import/impacc2_csv_sale_purchase.class.php:68 #, php-format @@ -16469,17 +13848,8 @@ msgstr "datum is niet correct" msgid "TVA récup." msgstr "BTW ingevorderd" -#: include/class/print_ledger_detail_item.class.php:64 -#: include/class/print_ledger_detail_item.class.php:168 -#: include/template/acc_ledger_history_purchase_extended.php:59 -#: include/template/acc_ledger_history_purchase_extended.php:144 -#: include/template/ledger_detail_ven.php:174 -#: include/template/acc_ledger_history_purchase_oneline.php:70 -#: include/template/acc_ledger_history_sale_oneline.php:64 -#: include/template/impress_reconciliation_detail.php:28 -#: include/template/acc_ledger_history_sale_extended.php:61 -#: include/template/acc_ledger_history_sale_extended.php:149 -#: include/template/ledger_detail_ach.php:173 +#: include/class/print_ledger_detail_item.class.php:64 include/class/print_ledger_detail_item.class.php:168 include/template/acc_ledger_history_purchase_extended.php:59 include/template/acc_ledger_history_purchase_extended.php:144 include/template/ledger_detail_ven.php:174 include/template/acc_ledger_history_purchase_oneline.php:70 +#: include/template/acc_ledger_history_sale_oneline.php:64 include/template/impress_reconciliation_detail.php:28 include/template/acc_ledger_history_sale_extended.php:61 include/template/acc_ledger_history_sale_extended.php:149 include/template/ledger_detail_ach.php:173 msgid "TVAC" msgstr "BTW Met" @@ -16487,8 +13857,7 @@ msgstr "BTW Met" msgid "TVAC / TTC" msgstr "BTW Inbegrepen" -#: include/class/acc_ledger_history_sale.class.php:307 -#: include/class/acc_ledger_history_purchase.class.php:327 +#: include/class/acc_ledger_history_sale.class.php:307 include/class/acc_ledger_history_purchase.class.php:327 msgid "TVAC/TTC" msgstr "BTW Inbegrepen" @@ -16505,22 +13874,18 @@ msgid "Tableau de bord" msgstr "Dashboard" #: include/database.item.php:99 -msgid "" -"Tableau de suivi, vous permet de voir en un coup d'oeil vos dernières " -"opérations, un petit calendrier, une liste de chose à faire..." -msgstr "" +msgid "Tableau de suivi, vous permet de voir en un coup d'oeil vos dernières opérations, un petit calendrier, une liste de chose à faire..." +msgstr "Volggrafiek, waarmee u in één oogopslag uw laatste transacties kunt zien, een kleine kalender, een takenlijst..." #: include/database.item.php:4 msgid "Tableau lié à la comptabilité" msgstr "Tabel met betrekking tot boekhouding" -#: include/ext/noalyss-export/class/export/export.class.php:118 -#: include/ext/import-advanced/impacc2_constant.php:51 +#: include/ext/noalyss-export/class/export/export.class.php:118 include/ext/import-advanced/impacc2_constant.php:51 msgid "Tabulation" msgstr "Tabel aangifte" -#: include/template/tag_select.php:22 include/template/tag_search_select.php:23 -#: include/template/tag_list.php:13 +#: include/template/tag_select.php:22 include/template/tag_search_select.php:23 include/template/tag_list.php:13 msgid "Tag" msgstr "Tag" @@ -16538,11 +13903,11 @@ msgstr "Paginaformaat" #: html/index.php:191 msgid "Tant que ce n'est pas fait, vous ne pouvez pas utiliser NOALYSS" -msgstr "" +msgstr "Totdat dit is gedaan, kunt u NOALYSS niet gebruiken" #: include/lib/message_javascript.php:101 msgid "Taper une formule (ex 20*5.1) puis enter" -msgstr "" +msgstr "Voer een formule in (bijv. 20*5.1) en druk vervolgens op Enter" #: include/ajax/ajax_admin.php:275 #, fuzzy @@ -16550,43 +13915,23 @@ msgid "Tapez le code de confirmation" msgstr "Veranderingen OPSLAAN" #: include/lib/message_javascript.php:41 -msgid "" -"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é" -msgstr "" +msgid "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é" +msgstr "Voer het vacaturenummer of een deel van de functietitel of -omschrijving in en zoek. Als u een snelcode hebt opgegeven, wordt de boekhoudvacature niet gebruikt." -#: html/ajax_misc.php:612 include/class/acc_other_tax_mtable.class.php:39 -#: include/class/acc_operation.class.php:940 -#: include/class/acc_ledger_fin.class.php:670 -#: include/export/export_printtva_pdf.php:55 -#: include/export/export_printtva_pdf.php:211 -#: include/export/export_printtva_csv.php:51 -#: include/export/export_printtva_csv.php:70 -#: include/export/export_histo_csv.php:49 -#: include/export/export_fiche_balance_csv.php:161 -#: include/ext/copy_parameter/template/Tva-display.php:33 -#: include/template/tax_summary_display.php:63 -#: include/template/tax_summary_display.php:126 -#: include/template/tax_summary_display.php:218 -#: include/template/tax_summary_display.php:305 +#: html/ajax_misc.php:612 include/class/acc_other_tax_mtable.class.php:39 include/class/acc_operation.class.php:940 include/class/acc_ledger_fin.class.php:670 include/export/export_printtva_pdf.php:55 include/export/export_printtva_pdf.php:211 include/export/export_printtva_csv.php:51 include/export/export_printtva_csv.php:70 +#: include/export/export_histo_csv.php:49 include/export/export_fiche_balance_csv.php:161 include/ext/copy_parameter/template/Tva-display.php:33 include/template/tax_summary_display.php:63 include/template/tax_summary_display.php:126 include/template/tax_summary_display.php:218 include/template/tax_summary_display.php:305 msgid "Taux" msgstr "Tarief" -#: include/class/acc_ledger_sale.class.php:1176 -#: include/class/acc_ledger_purchase.class.php:1936 +#: include/class/acc_ledger_sale.class.php:1176 include/class/acc_ledger_purchase.class.php:1936 msgid "Taux " msgstr "Tarief" -#: include/template/ledger_detail_misc.php:243 -#: include/template/ledger_detail_ven.php:340 -#: include/template/ledger_detail_ach.php:395 +#: include/template/ledger_detail_misc.php:243 include/template/ledger_detail_ven.php:340 include/template/ledger_detail_ach.php:395 msgid "Taux Réf" msgstr "Tarief Ref" -#: include/ext/import-advanced/template/tva_parameter_list.php:41 -#: include/template/ledger_detail_ven.php:168 -#: include/template/ledger_detail_ach.php:161 include/database.item.php:226 +#: include/ext/import-advanced/template/tva_parameter_list.php:41 include/template/ledger_detail_ven.php:168 include/template/ledger_detail_ach.php:161 include/database.item.php:226 msgid "Taux TVA" msgstr "BTW%" @@ -16596,16 +13941,13 @@ msgstr "Tarief van BTW ongeldig" #: include/class/acc_ledger.class.php:1247 msgid "Taux de conversion doit être supérieur à 0" -msgstr "" +msgstr "De conversieratio moet groter zijn dan 0" -#: include/class/print_operation_currency.class.php:120 -#: include/class/print_operation_currency.class.php:179 -#: include/export/export_fiche_balance_csv.php:162 +#: include/class/print_operation_currency.class.php:120 include/class/print_operation_currency.class.php:179 include/export/export_fiche_balance_csv.php:162 msgid "Taux de référence" msgstr "Referentietarief" -#: include/class/acc_ledger_sale.class.php:327 -#: include/class/acc_ledger_purchase.class.php:369 +#: include/class/acc_ledger_sale.class.php:327 include/class/acc_ledger_purchase.class.php:369 msgid "Taux devise invalide" msgstr "Tarief valuta ongeldig" @@ -16621,52 +13963,39 @@ msgstr "Tarief onbestaand" msgid "Taux invalide" msgstr "Tarief ongeldig" -#: include/class/acc_ledger_history_sale.class.php:311 -#: include/class/acc_ledger_history_purchase.class.php:331 +#: include/class/acc_ledger_history_sale.class.php:311 include/class/acc_ledger_history_purchase.class.php:331 msgid "Taux ref" msgstr "Tarief ref" -#: include/class/pdf_operation.class.php:110 -#: include/export/export_poste_detail_csv.php:85 -#: include/export/export_fiche_detail_csv.php:75 +#: include/class/pdf_operation.class.php:110 include/export/export_poste_detail_csv.php:85 include/export/export_fiche_detail_csv.php:75 msgid "Taux référence" msgstr "Tarief referentie" -#: include/class/acc_ledger_history_sale.class.php:312 -#: include/class/acc_ledger_history_purchase.class.php:332 -#: include/class/print_operation_currency.class.php:121 -#: include/class/print_operation_currency.class.php:180 -#: include/class/pdf_operation.class.php:108 -#: include/export/export_poste_detail_csv.php:84 -#: include/export/export_fiche_detail_csv.php:74 -#: include/template/ledger_detail_misc.php:242 -#: include/template/ledger_detail_ven.php:339 -#: include/template/ledger_detail_ach.php:394 +#: include/class/acc_ledger_history_sale.class.php:312 include/class/acc_ledger_history_purchase.class.php:332 include/class/print_operation_currency.class.php:121 include/class/print_operation_currency.class.php:180 include/class/pdf_operation.class.php:108 include/export/export_poste_detail_csv.php:84 +#: include/export/export_fiche_detail_csv.php:74 include/template/ledger_detail_misc.php:242 include/template/ledger_detail_ven.php:339 include/template/ledger_detail_ach.php:394 msgid "Taux utilisé" msgstr "Gebruikt tarief" -#: include/XMLDocument/xml_reader.class.php:557 -#: include/ext/ohada/include/data/data_financial.class.php:64 +#: include/XMLDocument/xml_reader.class.php:557 include/ext/ohada/include/data/data_financial.class.php:64 msgid "Taxe" -msgstr "" +msgstr "Belasting" -#: include/class/invoice_pdf.class.php:145 -#: include/ext/rash/template/beneficiary-input.php:90 +#: include/class/invoice_pdf.class.php:145 include/ext/rash/template/beneficiary-input.php:90 #, fuzzy, php-format msgid "Tel %s " msgstr "Totaa l%s" #: include/ext/rash/template/beneficiary-input.php:304 msgid "Tel médecin traitant" -msgstr "" +msgstr "Een dergelijke behandelend arts" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:98 msgid "Temps heure" -msgstr "" +msgstr "Tijd uur" #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:97 msgid "Temps min." -msgstr "" +msgstr "Min tijd." #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:99 #, fuzzy @@ -16679,7 +14008,7 @@ msgstr "Tijd verlopen : " #: include/template/mail_parameter-input.php:38 msgid "Test" -msgstr "" +msgstr "Test" #: include/ajax/ajax_email_setting.php:57 #, fuzzy @@ -16691,67 +14020,39 @@ msgstr "Veranderingen OPSLAAN" msgid "Test envoi email" msgstr "Verzenden per e-mail" -#: include/template/mail_parameter-input.php:52 -#: include/template/mail_parameter-input.php:171 +#: include/template/mail_parameter-input.php:52 include/template/mail_parameter-input.php:171 #, fuzzy msgid "Tester la configuration" msgstr "Veranderingen OPSLAAN" -#: include/class/card_attribut_mtable.class.php:54 -#: include/class/contact_option_ref_mtable.class.php:45 -#: include/template/forecast_item_mtable-display_table.php:38 +#: include/class/card_attribut_mtable.class.php:54 include/class/contact_option_ref_mtable.class.php:45 include/template/forecast_item_mtable-display_table.php:38 msgid "Texte" msgstr "Tekst" -#: include/ext/import-advanced/template/upload_operation_csv.php:65 -#: include/ext/import-advanced/template/upload_operation_anc.php:46 -#: include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:33 -#: include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:33 +#: include/ext/import-advanced/template/upload_operation_csv.php:65 include/ext/import-advanced/template/upload_operation_anc.php:46 include/ext/dolibarr-noalyss/import_doli/include/template/test_file.php:33 include/ext/dolibarr-noalyss/Noalyss_Plugin/include/template/test_file.php:33 msgid "Texte entouré par" msgstr "Tekst omgeven door" #: include/database.item.php:185 msgid "Thierry Nancy" -msgstr "" +msgstr "Thierry Nancy" #: include/ajax/ajax_preference.php:95 msgid "Thème" msgstr "Thema" -#: include/class/acc_ledger_search.class.php:824 -#: include/class/print_ledger_misc.class.php:48 -#: include/class/fiche.class.php:1055 -#: include/class/acc_account_ledger.class.php:488 -#: include/class/acc_ledger_history_generic.class.php:709 -#: include/class/anc_grandlivre.class.php:260 -#: include/export/export_ledger_csv.php:219 -#: include/export/export_poste_detail_csv.php:79 -#: include/export/export_poste_detail_csv.php:208 -#: include/export/export_fiche_detail_csv.php:69 -#: include/export/export_histo_csv.php:44 include/ext/importbank/ajax.php:108 -#: include/ext/importbank/bank_constant.php:60 -#: include/ext/importbank/include/template/detail_item.php:74 -#: include/ext/importbank/include/template/show_list.php:122 -#: include/template/acc_ledger_history_financial_oneline.php:37 -#: include/template/ledger_detail_fin.php:54 -#: include/template/impress_reconciliation.php:23 +#: include/class/acc_ledger_search.class.php:824 include/class/print_ledger_misc.class.php:48 include/class/fiche.class.php:1055 include/class/acc_account_ledger.class.php:488 include/class/acc_ledger_history_generic.class.php:709 include/class/anc_grandlivre.class.php:260 include/export/export_ledger_csv.php:219 +#: include/export/export_poste_detail_csv.php:79 include/export/export_poste_detail_csv.php:208 include/export/export_fiche_detail_csv.php:69 include/export/export_histo_csv.php:44 include/ext/importbank/ajax.php:108 include/ext/importbank/bank_constant.php:60 include/ext/importbank/include/template/detail_item.php:74 +#: include/ext/importbank/include/template/show_list.php:122 include/template/acc_ledger_history_financial_oneline.php:37 include/template/ledger_detail_fin.php:54 include/template/impress_reconciliation.php:23 msgid "Tiers" msgstr "Derde" -#: include/class/follow_up.class.php:720 -#: include/class/noalyss_appearance.class.php:55 -#: include/class/noalyss_appearance.class.php:255 -#: include/ext/noalyss_document/template/document_load-display_table.php:98 -#: include/ext/invoicing/include/invoice_send_mail_input.inc.php:135 -#: include/template/todo_list_display.php:54 -#: include/template/action_search_result.php:51 -#: include/template/action_show.php:39 -#: include/widget/todo_list/todo_list-display_new_note.php:37 +#: include/class/follow_up.class.php:720 include/class/noalyss_appearance.class.php:55 include/class/noalyss_appearance.class.php:255 include/ext/noalyss_document/template/document_load-display_table.php:98 include/ext/invoicing/include/invoice_send_mail_input.inc.php:135 include/template/todo_list_display.php:54 +#: include/template/action_search_result.php:51 include/template/action_show.php:39 include/widget/todo_list/todo_list-display_new_note.php:37 msgid "Titre" msgstr "Titel" -#: include/class/follow_up.class.php:1692 -#: include/ext/rapport_avance/include/template/formulaire_listing.php:103 +#: include/class/follow_up.class.php:1692 include/ext/rapport_avance/include/template/formulaire_listing.php:103 msgid "Titre " msgstr "Titel" @@ -16767,8 +14068,7 @@ msgstr "Titel 2" msgid "Titre 3" msgstr "Titel 3" -#: include/ext/rapport_avance/include/rapav_formulaire.class.php:167 -#: include/ext/rapport_avance/include/rapav_formulaire.class.php:174 +#: include/ext/rapport_avance/include/rapav_formulaire.class.php:167 include/ext/rapport_avance/include/rapav_formulaire.class.php:174 msgid "Titre ne peut être vide" msgstr "Titel kan niet leeg zijn" @@ -16784,37 +14084,15 @@ msgstr "Totaal BTW" msgid "Tot TVA NP" msgstr "Totaal Onb. BTW " -#: include/class/pdf_anc_acc_list.class.php:61 -#: include/class/anc_listing.class.php:111 -#: include/class/anc_listing.class.php:113 -#: include/class/anc_listing.class.php:114 -#: include/class/anc_balance_double.class.php:78 -#: include/class/anc_balance_double.class.php:275 -#: include/class/anc_balance_simple.class.php:166 -#: include/class/pdf_operation.class.php:186 -#: include/class/pdf_operation.class.php:237 -#: include/export/export_gl_csv.php:130 include/export/export_gl_csv.php:192 -#: include/ext/noalyss_document/template/document_operation-input.php:268 -#: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:174 -#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-draft.php:77 -#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-confirmed.php:77 -#: include/ext/noalyss-timesheet/include/Export/pdf_project.class.php:124 -#: include/template/form_ledger_detail.php:151 -#: include/template/ledger_detail_ven.php:176 -#: include/template/ledger_detail_ven.php:294 -#: include/template/ledger_detail_ven.php:296 -#: include/template/stock_summary_table.php:41 -#: include/template/predf_ledger_detail.php:80 -#: include/template/ledger_detail_ach.php:175 -#: include/template/ledger_detail_ach.php:349 -#: include/template/ledger_detail_ach.php:351 -#: include/template/anc_key_input.php:141 +#: include/class/pdf_anc_acc_list.class.php:61 include/class/anc_listing.class.php:111 include/class/anc_listing.class.php:113 include/class/anc_listing.class.php:114 include/class/anc_balance_double.class.php:78 include/class/anc_balance_double.class.php:275 include/class/anc_balance_simple.class.php:166 +#: include/class/pdf_operation.class.php:186 include/class/pdf_operation.class.php:237 include/export/export_gl_csv.php:130 include/export/export_gl_csv.php:192 include/ext/noalyss_document/template/document_operation-input.php:268 include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:174 +#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-draft.php:77 include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-confirmed.php:77 include/ext/noalyss-timesheet/include/Export/pdf_project.class.php:124 include/template/form_ledger_detail.php:151 +#: include/template/ledger_detail_ven.php:176 include/template/ledger_detail_ven.php:294 include/template/ledger_detail_ven.php:296 include/template/stock_summary_table.php:41 include/template/predf_ledger_detail.php:80 include/template/ledger_detail_ach.php:175 include/template/ledger_detail_ach.php:349 +#: include/template/ledger_detail_ach.php:351 include/template/anc_key_input.php:141 msgid "Total" msgstr "Totaal" -#: include/class/invoice_pdf.class.php:316 -#: include/template/form_ledger_detail.php:121 -#: include/template/predf_ledger_detail.php:28 +#: include/class/invoice_pdf.class.php:316 include/template/form_ledger_detail.php:121 include/template/predf_ledger_detail.php:28 msgid "Total " msgstr "Totaal" @@ -16851,11 +14129,7 @@ msgstr "Debet Totaal" msgid "Total Global" msgstr "Totaal globaal" -#: include/class/acc_ledger_sale.class.php:1842 -#: include/class/acc_ledger_purchase.class.php:2264 -#: include/template/form_ledger_detail.php:114 -#: include/template/predf_ledger_detail.php:21 -#: include/template/predf_ledger_detail.php:76 +#: include/class/acc_ledger_sale.class.php:1842 include/class/acc_ledger_purchase.class.php:2264 include/template/form_ledger_detail.php:114 include/template/predf_ledger_detail.php:21 include/template/predf_ledger_detail.php:76 msgid "Total HTVA" msgstr "Totaal Zonder BTW" @@ -16874,9 +14148,7 @@ msgstr "Totaal Zonder BTW" msgid "Total MB %s" msgstr "Totaa l%s" -#: include/class/acc_ledger_sale.class.php:1280 -#: include/class/acc_ledger_purchase.class.php:2015 -#: include/template/predf_ledger_detail.php:77 +#: include/class/acc_ledger_sale.class.php:1280 include/class/acc_ledger_purchase.class.php:2015 include/template/predf_ledger_detail.php:77 msgid "Total TVA" msgstr "Totaal BTW" @@ -16885,9 +14157,7 @@ msgstr "Totaal BTW" msgid "Total TVA " msgstr "Totaal BTW" -#: include/class/acc_ledger_sale.class.php:1285 -#: include/class/acc_ledger_purchase.class.php:2020 -#: include/template/predf_ledger_detail.php:78 +#: include/class/acc_ledger_sale.class.php:1285 include/class/acc_ledger_purchase.class.php:2020 include/template/predf_ledger_detail.php:78 msgid "Total TVAC" msgstr "Totaal zet BTW" @@ -16941,8 +14211,7 @@ msgstr "Totaal geletterd" msgid "Total niveau" msgstr "Totale niveau" -#: include/class/acc_ledger.class.php:3601 -#: include/class/acc_ledger_history_generic.class.php:712 +#: include/class/acc_ledger.class.php:3601 include/class/acc_ledger_history_generic.class.php:712 #, fuzzy msgid "Total opération" msgstr "Retail operatie" @@ -17013,24 +14282,9 @@ msgstr "Total Credit" msgid "Total à reporter" msgstr "Total Credit" -#: include/fiche.inc.php:494 include/class/acc_ledger_sale.class.php:1163 -#: include/class/acc_ledger.class.php:869 -#: include/class/acc_ledger.class.php:880 include/class/fiche.class.php:1098 -#: include/class/fiche.class.php:1157 -#: include/class/acc_ledger_purchase.class.php:1899 -#: include/class/acc_ledger_history_generic.class.php:771 -#: include/class/balance_age.class.php:238 -#: include/XMLDocument/xml_reader.class.php:493 -#: include/export/export_fiche_balance_pdf.php:138 -#: include/ext/amortis/include/template/material_listing.php:79 -#: include/template/acc_ledger_history_purchase_extended.php:191 -#: include/template/acc_ledger_history_sale_detail.php:157 -#: include/template/acc_ledger_history_purchase_oneline.php:167 -#: include/template/acc_ledger_history_sale_oneline.php:151 -#: include/template/acc_ledger_history_purchase_detail.php:169 -#: include/template/anticipation-display.php:31 -#: include/template/acc_ledger_history_sale_extended.php:200 -#: include/operation_ods_new.inc.php:94 +#: include/fiche.inc.php:494 include/class/acc_ledger_sale.class.php:1163 include/class/acc_ledger.class.php:869 include/class/acc_ledger.class.php:880 include/class/fiche.class.php:1098 include/class/fiche.class.php:1157 include/class/acc_ledger_purchase.class.php:1899 include/class/acc_ledger_history_generic.class.php:771 +#: include/class/balance_age.class.php:238 include/XMLDocument/xml_reader.class.php:493 include/export/export_fiche_balance_pdf.php:138 include/ext/amortis/include/template/material_listing.php:79 include/template/acc_ledger_history_purchase_extended.php:191 include/template/acc_ledger_history_sale_detail.php:157 +#: include/template/acc_ledger_history_purchase_oneline.php:167 include/template/acc_ledger_history_sale_oneline.php:151 include/template/acc_ledger_history_purchase_detail.php:169 include/template/anticipation-display.php:31 include/template/acc_ledger_history_sale_extended.php:200 include/operation_ods_new.inc.php:94 msgid "Totaux" msgstr "Totalen" @@ -17053,10 +14307,7 @@ msgstr "Totalen" msgid "Totaux par sous-niveaux" msgstr "Het totaal per subniveau" -#: include/ext/noalyss_document/template/document_load-display_table.php:152 -#: include/ext/importbank/class/import_bank.class.php:155 -#: include/template/ajax-search_vatex.php:35 -#: include/template/tag_search_select.php:19 include/user.inc.php:344 +#: include/ext/noalyss_document/template/document_load-display_table.php:152 include/ext/importbank/class/import_bank.class.php:155 include/template/ajax-search_vatex.php:35 include/template/tag_search_select.php:19 include/user.inc.php:344 msgid "Tous" msgstr "Allen" @@ -17065,9 +14316,7 @@ msgstr "Allen" msgid "Tous les actions ouvertes" msgstr "Alle Operaties" -#: include/ext/tva/class/parameter/tva_parameter.class.php:419 -#: include/ext/tva/template/tva_parameter-display.php:295 -#: include/ext/tva/template/tva_parameter-display.php:398 +#: include/ext/tva/class/parameter/tva_parameter.class.php:419 include/ext/tva/template/tva_parameter-display.php:295 include/ext/tva/template/tva_parameter-display.php:398 #, fuzzy msgid "Tous les journaux achat" msgstr "Alle dagboeken" @@ -17086,9 +14335,7 @@ msgstr "Financiele Alle grootboeken" msgid "Tous les journaux opérations diverses" msgstr "Jounalen over Verschillende Handelingen" -#: include/ext/tva/class/parameter/tva_parameter.class.php:416 -#: include/ext/tva/template/tva_parameter-display.php:292 -#: include/ext/tva/template/tva_parameter-display.php:395 +#: include/ext/tva/class/parameter/tva_parameter.class.php:416 include/ext/tva/template/tva_parameter-display.php:292 include/ext/tva/template/tva_parameter-display.php:395 #, fuzzy msgid "Tous les journaux vente" msgstr "Alle dagboeken" @@ -17111,8 +14358,7 @@ msgstr "Alle profielen" msgid "Tous les types" msgstr "Alle soorten" -#: include/ajax/ajax_search_account_card.php:49 include/menu.inc.php:124 -#: include/balance_card_ageing.inc.php:53 include/cfgledger.inc.php:165 +#: include/ajax/ajax_search_account_card.php:49 include/menu.inc.php:124 include/balance_card_ageing.inc.php:53 include/cfgledger.inc.php:165 msgid "Tout" msgstr "Alles" @@ -17140,8 +14386,7 @@ msgstr "Up-to-date brengen" msgid "Tout sélectionner" msgstr "Alles selecteren" -#: include/class/acc_ledger_search.class.php:222 -#: include/class/acc_ledger_search.class.php:248 +#: include/class/acc_ledger_search.class.php:222 include/class/acc_ledger_search.class.php:248 #, fuzzy msgid "Toutes" msgstr "Alles" @@ -17156,25 +14401,20 @@ msgstr "Alle Operaties" msgid "Toutes les fiches" msgstr "Alle bladen in PDF" -#: include/impress_jrn.inc.php:154 include/impress_poste.inc.php:96 -#: include/category_card.inc.php:83 +#: include/impress_jrn.inc.php:154 include/impress_poste.inc.php:96 include/category_card.inc.php:83 msgid "Toutes les opérations" msgstr "Alle Operaties" #: include/ext/noalyss-webservice/template/parameter_display.php:90 -msgid "" -"Toutes les requêtes sont enregistrées, les enregistrements peuvent devenir " -"très volumineux." -msgstr "" +msgid "Toutes les requêtes sont enregistrées, les enregistrements peuvent devenir très volumineux." +msgstr "Alle query's worden gelogd, de records kunnen erg groot worden." -#: include/template/ledger_search.php:142 -#: include/template/action_search.php:134 +#: include/template/ledger_search.php:142 include/template/action_search.php:134 #, fuzzy msgid "Toutes les étiquettes" msgstr "Toevoeging van een label" -#: include/lettering.account.inc.php:92 include/lettering.gestion.inc.php:61 -#: include/lettering.card.inc.php:90 +#: include/lettering.account.inc.php:92 include/lettering.gestion.inc.php:61 include/lettering.card.inc.php:90 msgid "Toutes opérations" msgstr "Alle activiteiten" @@ -17183,10 +14423,7 @@ msgstr "Alle activiteiten" msgid "Traitement en cours" msgstr "Later in te brengen" -#: include/ext/ohada/include/data/data_financial.class.php:57 -#: include/ext/import-advanced/test/test-anl-import.inc.php:41 -#: include/ext/import-advanced/include/imd_transfer.inc.php:63 -#: include/template/operation_exercice-input_transfer.php:27 +#: include/ext/ohada/include/data/data_financial.class.php:57 include/ext/import-advanced/test/test-anl-import.inc.php:41 include/ext/import-advanced/include/imd_transfer.inc.php:63 include/template/operation_exercice-input_transfer.php:27 msgid "Transfert" msgstr "Overdracht" @@ -17207,7 +14444,7 @@ msgstr "Informatie" #: include/database.item.php:182 msgid "Transformation de données dans un autre format" -msgstr "" +msgstr "Gegevens omzetten naar een ander formaat" #: include/ext/invoicing/include/invoicing.inc.php:159 #, fuzzy @@ -17229,18 +14466,15 @@ msgstr "Omzetten in een factuur" msgid "Transformées en PDF" msgstr "Omzetten in een factuur" -#: include/ext/importbank/include/template/show_list.php:79 -#: include/ext/importbank/include/template/show_list.php:251 +#: include/ext/importbank/include/template/show_list.php:79 include/ext/importbank/include/template/show_list.php:251 msgid "Transfèrer" msgstr "Overdracht" -#: include/ext/importbank/class/import_bank.class.php:157 -#: include/ext/importbank/include/template/show_import.php:25 +#: include/ext/importbank/class/import_bank.class.php:157 include/ext/importbank/include/template/show_import.php:25 msgid "Transfèré" msgstr "Overgedragen" -#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:150 -#: include/ext/import-advanced/template/transfer-select-file.php:65 +#: include/ext/noalyss_document/ajax/ajax_validate_operation.php:150 include/ext/import-advanced/template/transfer-select-file.php:65 msgid "Transférer" msgstr "Overdragen" @@ -17249,9 +14483,7 @@ msgstr "Overdragen" msgid "Transférer à la comptabilité" msgstr "Tabel met betrekking tot boekhouding" -#: include/ext/noalyss_document/class/document_operation.php:42 -#: include/ext/noalyss_document/template/document_operation-input.php:117 -#: include/ext/importbank/bank_constant.php:63 +#: include/ext/noalyss_document/class/document_operation.php:42 include/ext/noalyss_document/template/document_operation-input.php:117 include/ext/importbank/bank_constant.php:63 msgid "Transféré" msgstr "Overgedragen" @@ -17273,8 +14505,7 @@ msgstr "Aantal foute rijen" msgid "Trop souvent le(s) même(s) symbole(s)" msgstr "Te veel dezelfde symbolen" -#: include/ext/noalyss-portal-client/template/customer-input.php:171 -#: include/ext/noalyss-portal-client/template/customer-input.php:177 +#: include/ext/noalyss-portal-client/template/customer-input.php:171 include/ext/noalyss-portal-client/template/customer-input.php:177 #, fuzzy msgid "Trouve facture" msgstr "Geen factuur" @@ -17292,29 +14523,10 @@ msgstr "Schatkist SMT" msgid "Tva ND" msgstr "BTW NTV" -#: include/user_detail.inc.php:106 -#: include/class/acc_ledger_search.class.php:1292 -#: include/class/fiche.class.php:1057 -#: include/class/card_attribut_mtable.class.php:42 -#: include/class/acc_account_ledger.class.php:490 -#: include/class/acc_plan_mtable.class.php:45 -#: include/XMLDocument/xml_reader.class.php:525 -#: include/export/export_gl_csv.php:69 -#: include/export/export_poste_detail_csv.php:81 -#: include/export/export_fiche_detail_csv.php:71 -#: include/ext/rash/template/financial_followup-input.php:70 -#: include/ext/copy_parameter/template/Tva-display.php:38 -#: include/ext/transform/include/template/listing_assujetti_representative.php:73 -#: include/ext/noalyss-timesheet/include/Admin/Project_MTable.php:54 -#: include/ext/import-advanced/template/select-acc-file.php:39 -#: include/ext/import-advanced/template/history_file.php:63 -#: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:43 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:96 -#: include/template/follow_up-display.php:68 -#: include/template/menu_detail.php:49 -#: include/template/action_search_result.php:57 -#: include/template/impress_cat_card.php:10 include/user.inc.php:309 -#: include/menu.inc.php:110 +#: include/user_detail.inc.php:106 include/class/acc_ledger_search.class.php:1292 include/class/fiche.class.php:1057 include/class/card_attribut_mtable.class.php:42 include/class/acc_account_ledger.class.php:490 include/class/acc_plan_mtable.class.php:45 include/XMLDocument/xml_reader.class.php:525 +#: include/export/export_gl_csv.php:69 include/export/export_poste_detail_csv.php:81 include/export/export_fiche_detail_csv.php:71 include/ext/rash/template/financial_followup-input.php:70 include/ext/copy_parameter/template/Tva-display.php:38 include/ext/transform/include/template/listing_assujetti_representative.php:73 +#: include/ext/noalyss-timesheet/include/Admin/Project_MTable.php:54 include/ext/import-advanced/template/select-acc-file.php:39 include/ext/import-advanced/template/history_file.php:63 include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:43 include/ext/tva/template/xml_belgian_tax_representative-input.php:96 +#: include/template/follow_up-display.php:68 include/template/menu_detail.php:49 include/template/action_search_result.php:57 include/template/impress_cat_card.php:10 include/user.inc.php:309 include/menu.inc.php:110 msgid "Type" msgstr "Type" @@ -17352,14 +14564,11 @@ msgstr "Type van backup" msgid "Type de document" msgstr "Soort document" -#: include/class/payment_method_mtable.class.php:45 -#: include/template/new_mod_payment.php:28 +#: include/class/payment_method_mtable.class.php:45 include/template/new_mod_payment.php:28 msgid "Type de fiche" msgstr "Soort blad" -#: include/class/operation_predef_mtable.class.php:50 -#: include/ext/import-advanced/template/upload_operation_csv.php:41 -#: include/template/param_jrn.php:6 +#: include/class/operation_predef_mtable.class.php:50 include/ext/import-advanced/template/upload_operation_csv.php:41 include/template/param_jrn.php:6 msgid "Type de journal" msgstr "Soort type dagboek " @@ -17379,7 +14588,7 @@ msgstr "Het onderwerp is verplicht" #: include/XMLDocument/error_message.class.php:79 msgid "Type de société (SRL,ASBL,...)" -msgstr "" +msgstr "Type of company (SRL, ASBL,...)" #: include/balance_age.inc.php:53 msgid "Type de tiers" @@ -17403,17 +14612,11 @@ msgstr "Type export PDF" msgid "Type incorrecte" msgstr "Type niet correct" -#: include/class/card_attribut_mtable.class.php:189 -#: include/ajax/ajax_gestion.php:77 -#: include/ext/import-advanced/class/import/impacc2_file.class.php:129 -#: include/ext/import-advanced/class/import/impacc2_file.class.php:157 -#: include/lib/http_input.class.php:103 include/lib/http_input.class.php:117 -#: include/lib/http_input.class.php:132 +#: include/class/card_attribut_mtable.class.php:189 include/ajax/ajax_gestion.php:77 include/ext/import-advanced/class/import/impacc2_file.class.php:129 include/ext/import-advanced/class/import/impacc2_file.class.php:157 include/lib/http_input.class.php:103 include/lib/http_input.class.php:117 include/lib/http_input.class.php:132 msgid "Type invalide" msgstr "Type ongeldig" -#: include/template/ledger_detail_bottom.php:172 -#: include/template/acc_ledger-input_extra_info.php:83 +#: include/template/ledger_detail_bottom.php:172 include/template/acc_ledger-input_extra_info.php:83 msgid "Type opération" msgstr "Type Operatie" @@ -17435,9 +14638,7 @@ msgstr "Type evenement" msgid "Tél. Portable" msgstr "Tel. Mobiel" -#: include/ext/rapport_avance/include/template/formulaire_listing.php:141 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:386 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:496 +#: include/ext/rapport_avance/include/template/formulaire_listing.php:141 include/ext/import-advanced/class/import/impacc2_fec.class.php:386 include/ext/import-advanced/class/import/impacc2_csv.class.php:496 msgid "Téléchargement" msgstr "Download" @@ -17446,8 +14647,7 @@ msgstr "Download" msgid "Télécharger" msgstr "Download" -#: include/ext/tools/include/tool_function.php:503 -#: include/ext/invoicing/include/invoice_to_zip.inc.php:123 +#: include/ext/tools/include/tool_function.php:503 include/ext/invoicing/include/invoice_to_zip.inc.php:123 msgid "Télécharger le fichier" msgstr "Download bestand" @@ -17478,14 +14678,8 @@ msgstr "Alle documenten downloaden" msgid "Télécharger toutes les factures" msgstr "Alle facturen downloaden" -#: include/ajax/ajax_mod_stock_repo.php:71 include/stock_cfg.inc.php:68 -#: include/ext/sav/include/template/sas_display_detail.php:115 -#: include/ext/transform/include/template/listing_assujetti_representative.php:62 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:69 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:81 -#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:69 -#: include/template/stock_summary_list.php:42 -#: include/template/contact-summary.php:20 include/company.inc.php:176 +#: include/ajax/ajax_mod_stock_repo.php:71 include/stock_cfg.inc.php:68 include/ext/sav/include/template/sas_display_detail.php:115 include/ext/transform/include/template/listing_assujetti_representative.php:62 include/ext/transform/include/template/listing_assujetti_declarant.php:69 +#: include/ext/tva/template/xml_belgian_tax_representative-input.php:81 include/ext/tva/template/xml_belgian_tax_declarant-input.php:69 include/template/stock_summary_list.php:42 include/template/contact-summary.php:20 include/company.inc.php:176 msgid "Téléphone" msgstr "Telefoon" @@ -17495,10 +14689,9 @@ msgstr "Telefoon" #: include/class/noalyss_parameter_folder.class.php:248 msgid "UBL21 Belgique" -msgstr "" +msgstr "UBL21 België" -#: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:37 -#: include/menu.inc.php:112 +#: include/ext/noalyss-portal-client/template/ajax_customer_login_add.php:37 include/menu.inc.php:112 msgid "URL" msgstr "URL" @@ -17509,11 +14702,11 @@ msgstr "Datum van de verrichting" #: include/class/tva_rate_mtable.class.php:470 msgid "Un code d'exemption de TVA doit être fourni, voyez le manuel" -msgstr "" +msgstr "Er moet een btw-vrijstellingscode worden verstrekt, zie de handleiding" #: include/user_detail.inc.php:147 msgid "Un email sera envoyé avec un lien pour initialiser 2FA avec OTP" -msgstr "" +msgstr "Er wordt een e-mail verzonden met een link om 2FA met OTP te initialiseren" #: include/lib/message_javascript.php:99 #, fuzzy @@ -17522,11 +14715,11 @@ msgstr "onbestaand" #: html/login.php:60 html/login.php:135 include/lib/message_javascript.php:80 msgid "Un instant svp" -msgstr "" +msgstr "Een momentje alstublieft" #: include/widget/widget.php:202 msgid "Un instant, on charge :-)" -msgstr "" +msgstr "Even geduld, laten we laden :-)" #: include/lettering.account.inc.php:138 #, fuzzy @@ -17537,15 +14730,14 @@ msgstr "onbestaand" msgid "Un journal avec ce nom existe déjà" msgstr "Een journaal met deze naam bestaat al" -#: include/class/payment_method_mtable.class.php:73 -#: include/class/payment_method_mtable.class.php:97 +#: include/class/payment_method_mtable.class.php:73 include/class/payment_method_mtable.class.php:97 #, fuzzy msgid "Un libellé est obligatoire" msgstr "Het onderwerp is verplicht" #: include/profile.inc.php:334 msgid "Un menu ne peut pas dépendre de lui-même" -msgstr "" +msgstr "Een menu kan niet van zichzelf afhankelijk zijn" #: include/class/fiche_def.class.php:239 #, fuzzy @@ -17559,21 +14751,17 @@ msgstr "de begrotingspost [" #: include/anc_great_ledger.inc.php:45 msgid "Un seul PDF" -msgstr "" +msgstr "Slechts één PDF" #: include/ext/bilan_interne/acc_bilaninterne.class.php:146 msgid "Undefined PCMN TYPE for poste: " -msgstr "" +msgstr "Onbekend PCMN-type voor poste:" #: include/ext/import-advanced/template/transfer-select-file.php:40 -msgid "" -"Une fois, les données intégrées à la comptabilité dans Noalyss, il n'est pas " -"possible d'annuler" -msgstr "" +msgid "Une fois, les données intégrées à la comptabilité dans Noalyss, il n'est pas possible d'annuler" +msgstr "Zodra de gegevens in het boekhoudsysteem van Noalyss zijn geïntegreerd, is het niet mogelijk om dit ongedaan te maken." -#: include/ext/importbank/include/template/import_csv.php:47 -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:49 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:79 +#: include/ext/importbank/include/template/import_csv.php:47 include/ext/import-advanced/class/import/impacc2_fec.class.php:49 include/ext/import-advanced/class/import/impacc2_csv.class.php:79 msgid "Unicode" msgstr "Unicode" @@ -17635,13 +14823,9 @@ msgstr "Enkel voor keuze, scheiden van de waarden mogelijk met een |" #: include/template/param_jrn.php:31 msgid "" -"Uniquement pour les journaux d'Opérations Diverses, les valeurs sont " -"séparées par des espaces, on peut aussi\n" +"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 "" -"Enkel voor de journalen van Diverse Operaties, de waarden zijn gescheiden " -"met spaties, men kan ookgebruik maken van de * om 'posten die er afhankelijk " -"van zijn' aan te duiden, bijvoorbeeld: 4*" +msgstr "Enkel voor de journalen van Diverse Operaties, de waarden zijn gescheiden met spaties, men kan ookgebruik maken van de * om 'posten die er afhankelijk van zijn' aan te duiden, bijvoorbeeld: 4*" #: include/lib/http_input.class.php:139 msgid "Unknown type" @@ -17652,11 +14836,7 @@ msgstr "Onbekend type" msgid "Urgent" msgstr "dringend" -#: html/user_login.php:134 include/audit_log.php:37 -#: include/ext/rash/class/Social_Worker_MTable.php:37 -#: include/admin_repo.inc.php:160 -#: include/template/operation_exercice-list_draft.php:58 -#: include/user.inc.php:339 include/stock_inv_histo.inc.php:82 +#: html/user_login.php:134 include/audit_log.php:37 include/ext/rash/class/Social_Worker_MTable.php:37 include/admin_repo.inc.php:160 include/template/operation_exercice-list_draft.php:58 include/user.inc.php:339 include/stock_inv_histo.inc.php:82 msgid "Utilisateur" msgstr "Gebruiker" @@ -17716,19 +14896,14 @@ msgstr "Bestaande gebruiker" #: include/lib/ac_common.php:1100 #, fuzzy -msgid "" -"Utilisateur n'a pas de profil, votre administrateur doit en configurer un " -"dans C0SEC" -msgstr "" -"Gebruiker heeft geen profiel, moet de beheerder een in CFGSEC configureren" +msgid "Utilisateur n'a pas de profil, votre administrateur doit en configurer un dans C0SEC" +msgstr "Gebruiker heeft geen profiel, moet de beheerder een in CFGSEC configureren" -#: include/user_detail.inc.php:112 include/export/export_security_pdf.php:61 -#: include/param_sec.inc.php:152 +#: include/user_detail.inc.php:112 include/export/export_security_pdf.php:61 include/param_sec.inc.php:152 msgid "Utilisateur normal" msgstr "Gebruiker Normaal" -#: include/class/noalyss_user.class.php:181 -#: include/class/noalyss_user.class.php:511 +#: include/class/noalyss_user.class.php:181 include/class/noalyss_user.class.php:511 msgid "Utilisateur ou mot de passe incorrect" msgstr "Verkeerd login van wachword" @@ -17900,11 +15075,7 @@ msgstr "VP Verbaal" msgid "Val. Comptable Net" msgstr "Val. Boekhouding Net" -#: include/class/currency_mtable.class.php:59 -#: include/class/parameter_extra_mtable.class.php:50 -#: include/template/currency_mtable_input_new.php:67 -#: include/template/currency_mtable_input.php:67 -#: include/template/currency_mtable_input.php:109 +#: include/class/currency_mtable.class.php:59 include/class/parameter_extra_mtable.class.php:50 include/template/currency_mtable_input_new.php:67 include/template/currency_mtable_input.php:67 include/template/currency_mtable_input.php:109 msgid "Valeur" msgstr "Waarde" @@ -17912,8 +15083,7 @@ msgstr "Waarde" msgid "Valeur entre 11 et 9998" msgstr "Waarde tussen 11 en 9998" -#: include/class/currency_mtable.class.php:176 -#: include/class/currency_mtable.class.php:219 include/ext/ohada/ajax.php:81 +#: include/class/currency_mtable.class.php:176 include/class/currency_mtable.class.php:219 include/ext/ohada/ajax.php:81 msgid "Valeur incorrecte" msgstr "Waarde niet correct" @@ -17921,15 +15091,8 @@ msgstr "Waarde niet correct" msgid "Valeur incorrecte, il faut au moins une valeur" msgstr "Waarde niet correct, er moet minstens een waarde zijn" -#: include/class/acc_other_tax_mtable.class.php:119 -#: include/class/noalyss_user.class.php:1853 -#: include/class/noalyss_user.class.php:1889 -#: include/class/tva_rate_mtable.class.php:408 -#: include/ext/noalyss-webservice/include/nw_parameter.class.php:123 -#: include/ext/noalyss-webservice/include/nw_parameter.class.php:145 -#: include/ext/noalyss-webservice/include/nw_parameter.class.php:151 -#: include/lib/input_switch.class.php:61 -#: include/lib/input_checkbox.class.php:70 +#: include/class/acc_other_tax_mtable.class.php:119 include/class/noalyss_user.class.php:1853 include/class/noalyss_user.class.php:1889 include/class/tva_rate_mtable.class.php:408 include/ext/noalyss-webservice/include/nw_parameter.class.php:123 include/ext/noalyss-webservice/include/nw_parameter.class.php:145 +#: include/ext/noalyss-webservice/include/nw_parameter.class.php:151 include/lib/input_switch.class.php:61 include/lib/input_checkbox.class.php:70 msgid "Valeur invalide" msgstr "Ongeldige waarde" @@ -17962,7 +15125,7 @@ msgstr "Visualisatie" #: include/database.item.php:171 msgid "Validation d'un formulaire reçu depuis Internet" -msgstr "" +msgstr "Validatie van een formulier ontvangen via internet" #: include/ext/import-advanced/template/operation_result.php:197 msgid "Valide et non transfèré" @@ -17972,35 +15135,12 @@ msgstr "Geldig en niet-getransfereerd" msgid "Valide?" msgstr "Geldig?" -#: include/class/acc_ledger_search.class.php:1320 -#: include/ajax/ajax_add_menu.php:170 include/ajax/ajax_add_menu.php:216 -#: include/ajax/ajax_preference.php:300 -#: include/ajax/ajax_get_menu_detail.php:79 include/balance_age.inc.php:54 -#: include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:37 -#: include/ext/rapport_avance/ajax/ajax_form_modify.php:120 -#: include/ext/listing/ajax/ajax_listing_modify.php:26 -#: include/ext/tools/include/template/search_view.php:278 -#: include/ext/importbank/include/template/show_field.php:118 -#: include/ext/ohada/template/ohada-input_exercice.php:46 -#: include/ext/ohada/template/ohada_report.input.php:47 -#: include/ext/ohada/template/financial_ledger.input.php:52 -#: include/ext/copy_parameter/template/Tva-display.php:46 -#: include/ext/copy_parameter/template/Tva-display.php:59 -#: include/ext/copy_parameter/template/Analytic-display.php:47 -#: include/ext/copy_parameter/template/Analytic-display.php:67 -#: include/ext/transform/ajax_modify_intervat_assujetti.php:81 -#: include/ext/noalyss-timesheet/ajax/ajax_save_employee_confirmed.php:86 -#: include/ext/noalyss-timesheet/ajax/ajax_save_employee_confirmed.php:93 -#: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:55 -#: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:62 -#: include/ext/import-advanced/template/tva_parameter_detail.php:64 -#: include/ext/import_card/include/template/input_file.php:37 -#: include/template/operation_exercice-input_source.php:90 -#: include/template/operation_exercice-input_source.php:121 -#: include/template/action_display_short.php:127 -#: include/template/action_other_action.php:61 -#: include/stock_inv_histo.inc.php:67 include/lib/html_input.class.php:461 -#: include/balance_card_ageing.inc.php:56 +#: include/class/acc_ledger_search.class.php:1320 include/ajax/ajax_add_menu.php:170 include/ajax/ajax_add_menu.php:216 include/ajax/ajax_preference.php:300 include/ajax/ajax_get_menu_detail.php:79 include/balance_age.inc.php:54 include/ext/alchimerys_peppol_synchro/template/peppol_parameter+input.php:37 +#: include/ext/rapport_avance/ajax/ajax_form_modify.php:120 include/ext/listing/ajax/ajax_listing_modify.php:26 include/ext/tools/include/template/search_view.php:278 include/ext/importbank/include/template/show_field.php:118 include/ext/ohada/template/ohada-input_exercice.php:46 include/ext/ohada/template/ohada_report.input.php:47 +#: include/ext/ohada/template/financial_ledger.input.php:52 include/ext/copy_parameter/template/Tva-display.php:46 include/ext/copy_parameter/template/Tva-display.php:59 include/ext/copy_parameter/template/Analytic-display.php:47 include/ext/copy_parameter/template/Analytic-display.php:67 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:81 include/ext/noalyss-timesheet/ajax/ajax_save_employee_confirmed.php:86 include/ext/noalyss-timesheet/ajax/ajax_save_employee_confirmed.php:93 include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:55 +#: include/ext/noalyss-timesheet/template/manager-display_employee_to_validate.php:62 include/ext/import-advanced/template/tva_parameter_detail.php:64 include/ext/import_card/include/template/input_file.php:37 include/template/operation_exercice-input_source.php:90 include/template/operation_exercice-input_source.php:121 +#: include/template/action_display_short.php:127 include/template/action_other_action.php:61 include/stock_inv_histo.inc.php:67 include/lib/html_input.class.php:461 include/balance_card_ageing.inc.php:56 msgid "Valider" msgstr "Bevestigen" @@ -18030,21 +15170,13 @@ msgstr "Variabelen" msgid "Vecteur initialisation" msgstr "Visualisatie" -#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 -#: include/ajax/ajax_preference.php:183 -#: include/ext/rash/class/Schedule_Watch.php:41 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:75 -#: include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:83 +#: include/class/calendar.class.php:195 include/class/calendar.class.php:287 include/ajax/ajax_preference.php:183 include/ext/rash/class/Schedule_Watch.php:41 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:75 include/ext/noalyss-timesheet/include/Admin/employee_mtable.class.php:83 #: include/ext/noalyss-timesheet/timesheet.class.php:125 msgid "Vendredi" msgstr "Vrijdag" -#: include/class/acc_ledger_search.class.php:1283 -#: include/class/operation_predef_mtable.class.php:172 -#: include/ext/ohada/include/data/data_financial.class.php:54 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:72 -#: include/template/tax_summary_display.php:30 include/database.item.php:289 -#: include/database.item.php:300 include/cfgledger.inc.php:169 +#: include/class/acc_ledger_search.class.php:1283 include/class/operation_predef_mtable.class.php:172 include/ext/ohada/include/data/data_financial.class.php:54 include/ext/import-advanced/class/import/impacc2_csv.class.php:72 include/template/tax_summary_display.php:30 include/database.item.php:289 include/database.item.php:300 +#: include/cfgledger.inc.php:169 msgid "Vente" msgstr "Verkoop" @@ -18066,11 +15198,8 @@ msgid "Ventilation Recettes" msgstr "Vent. Recettes" #: include/ext/noalyss-timesheet/ajax/ajax_display_allocate.php:106 -msgid "" -"Ventilation avec commentaire de vos heures sur ce code projet. Ces " -"commentaires sont de simples informations, elles ne changeront pas les " -"heures saisies." -msgstr "" +msgid "Ventilation avec commentaire de vos heures sur ce code projet. Ces commentaires sont de simples informations, elles ne changeront pas les heures saisies." +msgstr "Uitsplitsing met opmerkingen over uw uren aan deze projectcode. Deze opmerkingen zijn uitsluitend ter informatie en zullen de ingevoerde uren niet wijzigen." #: include/ext/noalyss-timesheet/include/Export/csv_timesheet.class.php:101 #, fuzzy @@ -18089,7 +15218,7 @@ msgstr "Verificatie van de boekhouding" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:99 #, php-format msgid "Vers la liste des erreurs" -msgstr "" +msgstr "Naar de lijst met fouten" #: include/upgrade-core.php:46 #, php-format @@ -18117,31 +15246,20 @@ msgid "Version de base de données incorrectes, vous devez mettre à jour" msgstr "De versie van de datagegevens ziijn fout, u moet ze bijwerken" #: include/lib/ac_common.php:965 -msgid "" -"Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur " -"le bouton" -msgstr "" -"Gelieve opnieuw in te loggen ofwel in een nieuw venster of anders door op de " -"knop de klikken" +msgid "Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur le bouton" +msgstr "Gelieve opnieuw in te loggen ofwel in een nieuw venster of anders door op de knop de klikken" #: include/ext/rash/template/beneficiary-input.php:400 msgid "Victime" -msgstr "" +msgstr "Slachtoffer" #: include/template/follow_up-display.php:121 msgid "VideoConf" msgstr "VideoConf" -#: include/ajax/ajax_mod_stock_repo.php:55 -#: include/XMLDocument/error_message.class.php:87 -#: include/XMLDocument/error_message.class.php:96 include/stock_cfg.inc.php:66 -#: include/export/export_stock_resume_list.php:36 -#: include/ext/sav/include/template/sas_display_detail.php:103 -#: include/ext/transform/include/template/listing_assujetti_representative.php:44 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:41 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:51 -#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:43 -#: include/template/stock_summary_list.php:40 include/database.item.php:220 +#: include/ajax/ajax_mod_stock_repo.php:55 include/XMLDocument/error_message.class.php:87 include/XMLDocument/error_message.class.php:96 include/stock_cfg.inc.php:66 include/export/export_stock_resume_list.php:36 include/ext/sav/include/template/sas_display_detail.php:103 +#: include/ext/transform/include/template/listing_assujetti_representative.php:44 include/ext/transform/include/template/listing_assujetti_declarant.php:41 include/ext/tva/template/xml_belgian_tax_representative-input.php:51 include/ext/tva/template/xml_belgian_tax_declarant-input.php:43 include/template/stock_summary_list.php:40 +#: include/database.item.php:220 msgid "Ville" msgstr "Stad" @@ -18184,21 +15302,13 @@ msgstr "Zichtbaar" msgid "Visible Y ou N\n" msgstr "Zichtbare Y of N\n" -#: include/balance.inc.php:215 include/impress_gl_comptes.inc.php:94 -#: include/impress_jrn.inc.php:172 include/impress_rec.inc.php:75 -#: include/impress_rapport.inc.php:303 include/impress_poste.inc.php:107 +#: include/balance.inc.php:215 include/impress_gl_comptes.inc.php:94 include/impress_jrn.inc.php:172 include/impress_rec.inc.php:75 include/impress_rapport.inc.php:303 include/impress_poste.inc.php:107 msgid "Visualisation" msgstr "Visualisatie" #: html/install.php:287 -msgid "" -"Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " -"Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses " -"identifiants et changer le mot de passe dans préférence (en haut à droite)" -msgstr "" -"Zie hier de gebruiker en het wachtwoord van de admin gebruiker van " -"Noalyss , deze heeft alle rechten en toegang tot alles. Meld u aan met deze " -"ID en pas het wachtwoord aan naar wens (boven rechts)" +msgid "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses identifiants et changer le mot de passe dans préférence (en haut à droite)" +msgstr "Zie hier de gebruiker en het wachtwoord van de admin gebruiker van Noalyss , deze heeft alle rechten en toegang tot alles. Meld u aan met deze ID en pas het wachtwoord aan naar wens (boven rechts)" #: include/database.item.php:267 msgid "Voir les documents du suivi" @@ -18220,8 +15330,7 @@ msgstr "Uw aanvraag is in behandeling" msgid "Votre version est à jour" msgstr "Uw versie is up-to-date" -#: include/class/acc_operation.class.php:948 -#: include/class/acc_operation.class.php:958 +#: include/class/acc_operation.class.php:948 include/class/acc_operation.class.php:958 #, fuzzy, php-format msgid "Voulez-vous aller à %s pour dupliquer cette opération ?" msgstr "Wilt u deze transactie verwijderen" @@ -18235,8 +15344,7 @@ msgstr "Wilt u deze opmerking verwijderen?" msgid "Voulez-vous effacer ce plugin ?" msgstr "Wilt u deze plug-in wissen?" -#: include/class/follow_up.class.php:2128 -#: include/class/follow_up.class.php:2198 +#: include/class/follow_up.class.php:2128 include/class/follow_up.class.php:2198 #, php-format msgid "Voulez-vous effacer cette action " msgstr "Wilt u deze actie wilt verwijderen" @@ -18252,14 +15360,10 @@ msgid "Voulez-vous effacer le document" msgstr "Wilt u sterven afvegen papier?" #: include/template/mail_parameter-input.php:69 -msgid "" -"Voulez-vous envoyer les emails grâce à un serveur SMTP ou en local avec " -"sendmail" -msgstr "" +msgid "Voulez-vous envoyer les emails grâce à un serveur SMTP ou en local avec sendmail" +msgstr "Wilt u e-mails verzenden via een SMTP-server of lokaal met sendmail?" -#: include/bank.inc.php:43 include/adm.inc.php:44 include/supplier.inc.php:44 -#: include/contact.inc.php:52 include/customer.inc.php:49 -#: include/manager.inc.php:48 +#: include/bank.inc.php:43 include/adm.inc.php:44 include/supplier.inc.php:44 include/contact.inc.php:52 include/customer.inc.php:49 include/manager.inc.php:48 msgid "Vous ne pouvez pas enlever de fiche" msgstr "U mag geen fiche verwijderen" @@ -18271,15 +15375,11 @@ msgstr "U bent afgemeld" msgid "Vous avez défini plusieurs fois la même colonne" msgstr "Je hebt meer dan een keer in dezelfde kolom gedefinieerd" -#: include/class/document_type.class.php:91 include/ajax/ajax_add_menu.php:144 -#: include/ajax/ajax_plugin_detail.php:32 -#: include/ajax/ajax_get_menu_detail.php:53 +#: include/class/document_type.class.php:91 include/ajax/ajax_add_menu.php:144 include/ajax/ajax_plugin_detail.php:32 include/ajax/ajax_get_menu_detail.php:53 msgid "Vous confirmez" msgstr "U bevestigt" -#: include/ajax/ajax_add_menu.php:199 include/ajax/ajax_create_menu.php:12 -#: include/template/stock_inv.php:33 include/template/fiche_list.php:38 -#: include/lib/message_javascript.php:81 +#: include/ajax/ajax_add_menu.php:199 include/ajax/ajax_create_menu.php:12 include/template/stock_inv.php:33 include/template/fiche_list.php:38 include/lib/message_javascript.php:81 msgid "Vous confirmez ?" msgstr "U bevestigt" @@ -18297,9 +15397,7 @@ msgstr "Bevestigd u de update?" #: include/ext/amortis/include/material_add.inc.php:46 #, fuzzy -msgid "" -"Vous devez aller dans CCARD pour ajouter une catégorie , puis des fiches de " -"biens à amortir" +msgid "Vous devez aller dans CCARD pour ajouter une catégorie , puis des fiches de biens à amortir" msgstr "U Moet Naar het blad menu in Maken for a Niewe categorie en contacten" #: include/category_card.inc.php:160 @@ -18315,10 +15413,8 @@ msgid "Vous devez choisir par fichier ou par calcul" msgstr "U moet een bestand of berekening kiezen" #: html/install.php:171 -msgid "" -"Vous devez choisir si NOALYSS est installé sur l'un de vos servers ou sur un " -"server mutualisé qui ne donne qu'une seule base de données" -msgstr "" +msgid "Vous devez choisir si NOALYSS est installé sur l'un de vos servers ou sur un server mutualisé qui ne donne qu'une seule base de données" +msgstr "U moet kiezen of NOALYSS op een van uw servers of op een gedeelde server met slechts één database wordt geïnstalleerd." #: include/forecast.inc.php:150 msgid "Vous devez corriger" @@ -18350,18 +15446,16 @@ msgid "Vous devez encore confirmer" msgstr "U dient nog te bevestigen" #: html/install.php:518 -msgid "" -"Vous devez installer le langage plpgsql pour permettre aux fonctions SQL de " -"fonctionner." -msgstr "" +msgid "Vous devez installer le langage plpgsql pour permettre aux fonctions SQL de fonctionner." +msgstr "U moet de plpgsql-taal installeren om SQL-functies te kunnen gebruiken." #: html/install.php:413 msgid "Vous devez installer ou activer l'extension" -msgstr "" +msgstr "U moet de extensie installeren of activeren" #: include/restore.inc.php:53 msgid "Vous devez préciser s'il s'agit d'un modèle ou d'un dossier" -msgstr "" +msgstr "U moet aangeven of het een sjabloon of een map is" #: include/ext/alchimerys_peppol_synchro/nds_synchro.php:109 #, fuzzy @@ -18401,65 +15495,44 @@ msgid "Vous n'êtes pas assujetti à la TVA" msgstr "U bent niet aan BTW verbonden" #: include/class/tva_rate_mtable.class.php:492 -msgid "" -"Vous ne pouvez pas effacer tous les taux. Si votre société n'utilise pas la " -"TVA, changer dans le menu société" -msgstr "" -"U kan niet alle percentage's wissen. Indien uw onderneming geen BTW " -"gebruikt, pas het dan aan in het menu onderneming" +msgid "Vous ne pouvez pas effacer tous les taux. Si votre société n'utilise pas la TVA, changer dans le menu société" +msgstr "U kan niet alle percentage's wissen. Indien uw onderneming geen BTW gebruikt, pas het dan aan in het menu onderneming" #: include/stock_inv_histo.inc.php:40 msgid "Vous ne pouvez pas modifier ce dépôt" msgstr "U mag deze deposito niet aanpassen" #: include/operation_ods_new.inc.php:44 include/operation_ods_new.inc.php:46 -msgid "" -"Vous ne pouvez pas écrire dans ce journal, contactez votre administrateur" +msgid "Vous ne pouvez pas écrire dans ce journal, contactez votre administrateur" msgstr "U mag niet in dit dagboek schrijven, contacteer uw administrator" #: include/ajax/ajax_navigator.php:42 -msgid "" -"Vous permet d'accèder rapidement au menu qui vous intéresse, utiliser le " -"filtre pour trouver plus rapidement" -msgstr "" -"Hiermee kunt u snel toegang tot het gewenste menu, gebruik de filter om snel " -"te vinden" +msgid "Vous permet d'accèder rapidement au menu qui vous intéresse, utiliser le filtre pour trouver plus rapidement" +msgstr "Hiermee kunt u snel toegang tot het gewenste menu, gebruik de filter om snel te vinden" #: include/database.item.php:148 -msgid "" -"Vous permet d'ajouter de nouveaux type de documents pour le suivi (bordereau " -"de livraison, devis..)" -msgstr "" +msgid "Vous permet d'ajouter de nouveaux type de documents pour le suivi (bordereau de livraison, devis..)" +msgstr "Hiermee kunt u nieuwe soorten documenten toevoegen voor tracking (leveringsbon, offerte, enz.)" #: include/database.item.php:115 -msgid "" -"Vous permet d'encoder des achats, dépenses, des notes de frais ou des notes " -"de crédits, vous pouvez spécifier un bénéficiaire ou un autre moyen de " -"paiement" -msgstr "" +msgid "Vous permet d'encoder des achats, dépenses, des notes de frais ou des notes de crédits, vous pouvez spécifier un bénéficiaire ou un autre moyen de paiement" +msgstr "Hiermee kunt u aankopen, uitgaven, onkostennota's of creditnota's invoeren; u kunt een begunstigde of een andere betaalmethode opgeven." #: include/ajax/ajax_get_profile.php:97 msgid "Vous pouvez aussi copier ce profil et puis le corriger" -msgstr "" +msgstr "U kunt dit profiel ook kopiëren en vervolgens corrigeren" #: include/ext/noalyss_document/template/document_load-display_table.php:182 -msgid "" -"Vous pouvez choisir plusieurs documents, si aucun n'est choisi, vous créerez " -"un document vide, ce qui vous permettra de saisir une opération sans " -"document " -msgstr "" +msgid "Vous pouvez choisir plusieurs documents, si aucun n'est choisi, vous créerez un document vide, ce qui vous permettra de saisir une opération sans document " +msgstr "U kunt meerdere documenten selecteren; als er geen documenten zijn geselecteerd, wordt er een leeg document aangemaakt, waardoor u een bewerking kunt invoeren zonder document." #: include/ajax/ajax_search_account_card.php:59 -msgid "" -"Vous pouvez faire des opérations arithmétiques entre des postes comptables, " -"des comptes analytiques et des fiches" -msgstr "" +msgid "Vous pouvez faire des opérations arithmétiques entre des postes comptables, des comptes analytiques et des fiches" +msgstr "U kunt rekenkundige bewerkingen uitvoeren tussen boekhoudkundige posten, analytische rekeningen en records." #: include/ext/rapport_avance/include/template/formulaire_listing.php:87 -msgid "" -"Vous pouvez les modifier afin de les améliorer ou de vous en inspirer pour " -"en créer de nouveaux" -msgstr "" +msgid "Vous pouvez les modifier afin de les améliorer ou de vous en inspirer pour en créer de nouveaux" +msgstr "Je kunt ze aanpassen om ze te verbeteren of ze als inspiratie gebruiken om nieuwe te maken." #: include/class/template_card_category.class.php:161 msgid "Vous pouvez modifier l'ordre des attributs avec la souris" @@ -18467,15 +15540,12 @@ msgstr "U kan de rangschikking aanpassen van de attributen met uw muis" #: include/cfgtags.inc.php:61 msgid "" -"Vous pouvez utiliser ceci comme des étiquettes pour marquer des documents " -"ou \n" -" comme des dossiers pour rassembler des documents. Un document peut " -"appartenir\n" +"Vous pouvez utiliser ceci comme des étiquettes pour marquer des documents ou \n" +" comme des dossiers pour rassembler des documents. Un document peut appartenir\n" " à plusieurs dossiers ou avoir plusieurs étiquettes." msgstr "" "U kan dit gebruiken als label om de documenten te markeren of \n" -" om de documenten te verzamelen in dossiers. Een document kan deel " -"uitmaken van \n" +" om de documenten te verzamelen in dossiers. Een document kan deel uitmaken van \n" " meerdere dossiers of meerdere labels hebben." #: include/lib/message_javascript.php:45 @@ -18496,13 +15566,10 @@ 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 "" -"U van Gebruikt Strikt-modus, datum van de laatste is Operatie is de datum " -"%s\n" +"U van Gebruikt Strikt-modus, datum van de laatste is Operatie is de datum %s\n" " u kan geen codering ingeven voor een latere datum" -#: include/class/acc_ledger_purchase.class.php:187 -#: include/class/acc_ledger_fin.class.php:120 -#: include/class/acc_ledger_fin.class.php:209 +#: include/class/acc_ledger_purchase.class.php:187 include/class/acc_ledger_fin.class.php:120 include/class/acc_ledger_fin.class.php:209 msgid "Vous utilisez le mode strict la dernière operation est à la date du " msgstr "U van Gebruikt Strikt-modus, datum van de laatste is Operatie" @@ -18543,21 +15610,13 @@ msgstr "Verificatie van bestanden" msgid "Vérification des journaux" msgstr "Verificatie van de dagboeken" -#: include/ext/import-advanced/class/import/impacc2_fec.class.php:530 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:559 -#: include/lib/ipeppol_id.class.php:69 include/lib/iban_number.class.php:69 -#: include/lib/ivatnumber.class.php:69 +#: include/ext/import-advanced/class/import/impacc2_fec.class.php:530 include/ext/import-advanced/class/import/impacc2_csv.class.php:559 include/lib/ipeppol_id.class.php:69 include/lib/iban_number.class.php:69 include/lib/ivatnumber.class.php:69 msgid "Vérifie" msgstr "Verifieer" #: include/database.item.php:70 -msgid "" -"Vérifie que votre comptabilité ne contient pas d'erreur de base, tels que " -"l'équilibre entre le passif et l'actif, l'utilisation des postes " -"comptables..." -msgstr "" -"Controleer uw boekhouding op basis fouten, de balans tussen activa en " -"passiva en het correct gebruik van de rekeningen..." +msgid "Vérifie que votre comptabilité ne contient pas d'erreur de base, tels que l'équilibre entre le passif et l'actif, l'utilisation des postes comptables..." +msgstr "Controleer uw boekhouding op basis fouten, de balans tussen activa en passiva en het correct gebruik van de rekeningen..." #: include/class/acc_ledger_sale.class.php:1259 msgid "Vérifiez Imputation Analytique" @@ -18574,7 +15633,7 @@ msgstr "Valuta" #: include/database.item.php:174 msgid "WebService Setting" -msgstr "" +msgstr "WebService Setting" #: include/database.item.php:175 #, fuzzy @@ -18588,7 +15647,7 @@ msgstr "Windows CP1252" #: include/class/acc_document.class.php:392 msgid "XML" -msgstr "" +msgstr "XML" #: include/class/tva_rate_mtable.class.php:198 #, fuzzy @@ -18606,14 +15665,13 @@ msgstr "[%s]" #: include/ext/noalyss-timesheet/include/Admin/scheduler.class.php:103 msgid "[sch83] Heure par semaine n'a pas été donné" -msgstr "" +msgstr "[sch83] Uren per week werden niet opgegeven" #: include/class/acc_ledger_sale.class.php:212 msgid "] n'existe pas" msgstr "] bestaat niet" -#: include/class/acc_ledger_sale.class.php:250 -#: include/class/acc_ledger_purchase.class.php:265 +#: include/class/acc_ledger_sale.class.php:250 include/class/acc_ledger_purchase.class.php:265 msgid "a un code tva invalide" msgstr "een vat code ongeldig" @@ -18661,7 +15719,7 @@ msgstr "HERINNERING: Rekining ZAL" #: include/template/mail_parameter-input.php:85 msgid "adresse par défaut email de l'expéditeur" -msgstr "" +msgstr "standaard e-mailadres van de afzender" #: include/class/acc_ledger_info.class.php:52 msgid "appel incorrect" @@ -18712,8 +15770,7 @@ msgstr "card_pdf.044 , card_inexistante" #: include/class/acc_ledger_purchase.class.php:322 msgid "ce code n'a pas de poste comptable, créez ce poste : [" -msgstr "" -"Deze code heeft geen financieel administratieve post, maken dit bericht: [" +msgstr "Deze code heeft geen financieel administratieve post, maken dit bericht: [" #: include/ext/invoicing/include/invoicing.inc.php:144 #, fuzzy @@ -18729,8 +15786,7 @@ msgstr "kanaal te vervangen [%s] bevat een verboden karakter" msgid "choisir" msgstr "kiezen" -#: include/class/acc_ledger_search.class.php:124 -#: include/lib/html_input.class.php:1164 +#: include/class/acc_ledger_search.class.php:124 include/lib/html_input.class.php:1164 msgid "choix des journaux" msgstr "keuze van de dagboeken" @@ -18746,10 +15802,7 @@ msgstr "Click here for the laatste versie kunt verkrijgen" msgid "cliquez ici pour mettre à jour " msgstr "klik hier om up-to-date te verkrijgen " -#: html/ajax_misc.php:611 include/class/pdf_operation.class.php:181 -#: include/class/pdf_operation.class.php:232 -#: include/class/pdf_operation.class.php:311 -#: include/XMLDocument/xml_reader.class.php:524 +#: html/ajax_misc.php:611 include/class/pdf_operation.class.php:181 include/class/pdf_operation.class.php:232 include/class/pdf_operation.class.php:311 include/XMLDocument/xml_reader.class.php:524 msgid "code" msgstr "code" @@ -18757,8 +15810,7 @@ msgstr "code" msgid "code postal" msgstr "postcode" -#: include/class/tax_detail.class.php:164 -#: include/template/impress_reconciliation_detail.php:16 +#: include/class/tax_detail.class.php:164 include/template/impress_reconciliation_detail.php:16 msgid "code tva" msgstr "BTW-code" @@ -18805,19 +15857,15 @@ msgstr "Categorie van bestand voor onderdelen" msgid "création, modification et effacement de catégorie de fiche" msgstr "aanmaken, wijzigen en verwijderen van categorie in bestand" -#: include/export/export_fiche_detail_pdf.php:129 -#: include/export/export_fiche_detail_pdf.php:234 +#: include/export/export_fiche_detail_pdf.php:129 include/export/export_fiche_detail_pdf.php:234 msgid "créditeur" msgstr "crediteur" -#: include/class/tax_detail.class.php:164 include/ext/rash/raw.php:81 -#: include/ext/rash/raw.php:160 include/ext/importbank/ajax.php:104 +#: include/class/tax_detail.class.php:164 include/ext/rash/raw.php:81 include/ext/rash/raw.php:160 include/ext/importbank/ajax.php:104 msgid "date" msgstr "datum" -#: include/ext/ohada/template/ohada_report.input.php:37 -#: include/ext/ohada/template/financial_ledger.input.php:42 -#: include/ext/invoicing/include/invoice_send_mail.inc.php:182 +#: include/ext/ohada/template/ohada_report.input.php:37 include/ext/ohada/template/financial_ledger.input.php:42 include/ext/invoicing/include/invoice_send_mail.inc.php:182 msgid "date " msgstr "datum " @@ -18830,8 +15878,7 @@ msgstr "Aankoop datum" msgid "date incorrecte" msgstr "datum is niet correct" -#: include/class/anc_acc_list.class.php:573 -#: include/class/pdf_anc_acc_list.class.php:249 +#: include/class/anc_acc_list.class.php:573 include/class/pdf_anc_acc_list.class.php:249 msgid "date invalide" msgstr "ongeldige datum" @@ -18843,9 +15890,7 @@ msgstr "debit" msgid "delete_param : echec" msgstr "delete_param : mislukt" -#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-draft.php:86 -#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-confirmed.php:86 -#: include/template/ledger_detail_bottom.php:252 +#: include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-draft.php:86 include/ext/noalyss-timesheet/template/employee_schedule-display_date_block-confirmed.php:86 include/template/ledger_detail_bottom.php:252 msgid "delta" msgstr "delta" @@ -18878,23 +15923,17 @@ msgstr "Van %s tot %s" msgid "du poste comptable" msgstr "de boekhoudingspost" -#: include/export/export_fiche_detail_pdf.php:134 -#: include/export/export_fiche_detail_pdf.php:239 +#: include/export/export_fiche_detail_pdf.php:134 include/export/export_fiche_detail_pdf.php:239 msgid "débiteur" msgstr "debiteur" #: include/ext/noalyss_document/ajax/ajax_display_xmlpy.php:135 #, php-format msgid "déposé le %s" -msgstr "" +msgstr "ingediend op %s" -#: include/ext/noalyss_document/template/document_operation-display_recap.php:38 -#: include/template/status_operation_event-main_display.php:65 -#: include/template/status_operation_event-main_display.php:79 -#: include/template/status_operation_event-main_display.php:98 -#: include/template/status_operation_event-main_display.php:111 -#: include/template/status_operation_event-main_display.php:131 -#: include/template/status_operation_event-main_display.php:144 +#: include/ext/noalyss_document/template/document_operation-display_recap.php:38 include/template/status_operation_event-main_display.php:65 include/template/status_operation_event-main_display.php:79 include/template/status_operation_event-main_display.php:98 include/template/status_operation_event-main_display.php:111 +#: include/template/status_operation_event-main_display.php:131 include/template/status_operation_event-main_display.php:144 msgid "détail" msgstr "detail" @@ -18902,13 +15941,8 @@ msgstr "detail" msgid "echec chargement fichier" msgstr "opladen van bestand mislukt" -#: include/user_detail.inc.php:72 -#: include/ext/listing/template/parameter_send_mail_input.php:19 -#: include/ext/transform/include/template/listing_assujetti_representative.php:56 -#: include/ext/transform/include/template/listing_assujetti_declarant.php:57 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:71 -#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:58 -#: include/template/contact-summary.php:19 +#: include/user_detail.inc.php:72 include/ext/listing/template/parameter_send_mail_input.php:19 include/ext/transform/include/template/listing_assujetti_representative.php:56 include/ext/transform/include/template/listing_assujetti_declarant.php:57 include/ext/tva/template/xml_belgian_tax_representative-input.php:71 +#: include/ext/tva/template/xml_belgian_tax_declarant-input.php:58 include/template/contact-summary.php:19 msgid "email" msgstr "e-mail" @@ -18922,13 +15956,11 @@ msgid "en-cours fiche réparation" msgstr "bestand bezig met reparatie" # of codering (indien puur digitale ingave) -#: include/ext/noalyss-export/template/export_param.php:67 -#: include/ext/noalyss-export/template/export_param.php:116 +#: include/ext/noalyss-export/template/export_param.php:67 include/ext/noalyss-export/template/export_param.php:116 msgid "encodage" msgstr "ingave" -#: include/compta_ven.inc.php:257 include/compta_ach.inc.php:115 -#: include/compta_fin.inc.php:124 +#: include/compta_ven.inc.php:257 include/compta_ach.inc.php:115 include/compta_fin.inc.php:124 msgid "enregistrement annulé: balance , voyer le fichier log" msgstr "opgeslagen geannuleerd: balans zie het bestand log" @@ -18948,8 +15980,7 @@ msgstr "Tussen 60 en 90 dagen" msgid "entre 61 et 90 jours" msgstr "Tussen 61 en 90 dagen" -#: include/ajax/ajax_ledger.php:517 -#: include/template/ledger_detail_bottom.php:406 +#: include/ajax/ajax_ledger.php:517 include/template/ledger_detail_bottom.php:406 msgid "entrez une date" msgstr "datum invoeren" @@ -18965,18 +15996,13 @@ msgstr "versturen per mail voor 2FA met OTP " msgid "erreur" msgstr "fout" -#: include/class/acc_bilan.class.php:428 include/class/acc_bilan.class.php:752 -#: include/class/acc_bilan.class.php:775 +#: include/class/acc_bilan.class.php:428 include/class/acc_bilan.class.php:752 include/class/acc_bilan.class.php:775 msgid "erreur Ouverture fichier" msgstr "fout bij het openen van het bestand" -#: include/balance_card.inc.php:36 include/ajax/ajax_history.php:56 -#: include/ajax/ajax_history.php:151 -msgid "" -"erreur aucune période par défaut, allez dans préférence pour en choisir une" -msgstr "" -"gemaakte fout geen periode by default, ga dan naar een voorkeur om er een te " -"kiezen" +#: include/balance_card.inc.php:36 include/ajax/ajax_history.php:56 include/ajax/ajax_history.php:151 +msgid "erreur aucune période par défaut, allez dans préférence pour en choisir une" +msgstr "gemaakte fout geen periode by default, ga dan naar een voorkeur om er een te kiezen" #: include/class/acc_bilan.class.php:758 msgid "erreur écriture fichier" @@ -18990,8 +16016,7 @@ msgstr "spatie" msgid "est accèdée, déconnectez-vous d'abord" msgstr "toegang verleend, log u eerst uit" -#: include/template/ledger_search.php:48 include/template/ledger_search.php:57 -#: include/template/ledger_search.php:78 +#: include/template/ledger_search.php:48 include/template/ledger_search.php:57 include/template/ledger_search.php:78 msgid "et" msgstr "en" @@ -19016,8 +16041,7 @@ msgstr "De geselecteerde documenten verwijderen" msgid "fermer" msgstr "sluiten" -#: include/class/tax_detail.class.php:164 -#: include/export/export_fiche_csv.php:33 +#: include/class/tax_detail.class.php:164 include/export/export_fiche_csv.php:33 msgid "fiche" msgstr "bestand" @@ -19029,8 +16053,7 @@ msgstr "bestand-balans" msgid "fiche_" msgstr "bestand_" -#: include/ajax/ajax_card.php:449 -#: include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:55 +#: include/ajax/ajax_card.php:449 include/ext/noalyss_xmlpayment/ajax/ajax_search_card_box.php:55 msgid "fiches inactives" msgstr "inactive bestanden" @@ -19039,8 +16062,7 @@ msgid "fichier actuel" msgstr "huidig bestand" # C'est en anglais, donc j'ai repris l'anglais -#: include/class/acc_ledger.class.php:1790 -#: include/class/acc_ledger.class.php:1807 +#: include/class/acc_ledger.class.php:1790 include/class/acc_ledger.class.php:1807 msgid "get_default_card p_ledger_side is invalide [" msgstr "get_default_card p_ledger_side is invalide [" @@ -19064,15 +16086,11 @@ msgstr "geschiedenis reparatie fiche" msgid "historique-stock" msgstr "voorraad-geschiedenis" -#: html/ajax_misc.php:610 include/class/tva_rate_mtable.class.php:50 -#: include/class/fiche.class.php:428 include/modele.inc.php:262 -#: include/ext/noalyss-portal-client/class/customer_peppol_mtable.class.php:41 -#: include/dossier.inc.php:233 +#: html/ajax_misc.php:610 include/class/tva_rate_mtable.class.php:50 include/class/fiche.class.php:428 include/modele.inc.php:262 include/ext/noalyss-portal-client/class/customer_peppol_mtable.class.php:41 include/dossier.inc.php:233 msgid "id" msgstr "id" -#: include/ext/noalyss-webservice/template/parameter_display.php:53 -#: include/ext/noalyss-webservice/template/parameter_display.php:65 +#: include/ext/noalyss-webservice/template/parameter_display.php:53 include/ext/noalyss-webservice/template/parameter_display.php:65 #, fuzzy msgid "identique pour le client " msgstr "Anomalie voor de rekening" @@ -19090,27 +16108,19 @@ msgstr "onbestaand" msgid "info bancaire ou autre" msgstr "Geweld Andere anderen" -#: include/class/acc_reconciliation.class.php:577 -#: include/class/acc_ledger_history_generic.class.php:708 -#: include/export/export_ledger_csv.php:221 +#: include/class/acc_reconciliation.class.php:577 include/class/acc_ledger_history_generic.class.php:708 include/export/export_ledger_csv.php:221 msgid "internal" msgstr "intern" -#: include/class/acc_ledger_history_sale.class.php:291 -#: include/class/acc_ledger_history_purchase.class.php:307 +#: include/class/acc_ledger_history_sale.class.php:291 include/class/acc_ledger_history_purchase.class.php:307 msgid "interne" msgstr "intern" -#: include/class/acc_ledger_history.class.php:135 -#: include/class/acc_ledger_history.class.php:148 +#: include/class/acc_ledger_history.class.php:135 include/class/acc_ledger_history.class.php:148 msgid "invalid parameter" msgstr "ongeldig parameter " -#: include/class/acc_ledger_history_sale.class.php:275 -#: include/class/acc_reconciliation.class.php:581 -#: include/class/acc_ledger_history_purchase.class.php:292 -#: include/class/acc_ledger_history_generic.class.php:792 -#: include/export/export_ledger_csv.php:40 +#: include/class/acc_ledger_history_sale.class.php:275 include/class/acc_reconciliation.class.php:581 include/class/acc_ledger_history_purchase.class.php:292 include/class/acc_ledger_history_generic.class.php:792 include/export/export_ledger_csv.php:40 msgid "journal" msgstr "dagboek" @@ -19122,19 +16132,12 @@ msgstr "dagboek onbekend" msgid "jours" msgstr "dagen" -#: include/class/acc_bilan.class.php:95 -#: include/ext/ohada/template/ohada_report.input.php:40 -#: include/ext/ohada/template/financial_ledger.input.php:45 -#: include/ext/noalyss-export/template/export_param.php:63 -#: include/ext/noalyss-export/template/export_param.php:112 -#: include/balance.inc.php:91 include/balance.inc.php:183 -#: include/impress_rapport.inc.php:284 include/print_currency01.inc.php:110 -#: include/print_currency01.inc.php:124 +#: include/class/acc_bilan.class.php:95 include/ext/ohada/template/ohada_report.input.php:40 include/ext/ohada/template/financial_ledger.input.php:45 include/ext/noalyss-export/template/export_param.php:63 include/ext/noalyss-export/template/export_param.php:112 include/balance.inc.php:91 include/balance.inc.php:183 +#: include/impress_rapport.inc.php:284 include/print_currency01.inc.php:110 include/print_currency01.inc.php:124 msgid "jusque" msgstr "tot" -#: include/ext/rash/template/schedule_watch-display_form_week.php:42 -#: include/ext/rash/template/schedule_watch-display_form_clean.php:42 +#: include/ext/rash/template/schedule_watch-display_form_week.php:42 include/ext/rash/template/schedule_watch-display_form_clean.php:42 #, fuzzy msgid "jusque " msgstr "tot" @@ -19171,16 +16174,12 @@ msgstr "Het model" #: include/ext/rash/template/schedule_watch-display_form_week.php:52 msgid "le parent à la garde " -msgstr "" +msgstr "de verzorgende ouder" # impressions? afrukken? #: include/lib/message_javascript.php:67 -msgid "" -"le type vaut : ME pour Menu, PR pour les impressions,PL pour les plugins,SP " -"pour des valeurs spéciales" -msgstr "" -"het type bevat : ME voor Menu, PR voor afdruk, PL voor plugins, SP voor " -"speciale karakters" +msgid "le type vaut : ME pour Menu, PR pour les impressions,PL pour les plugins,SP pour des valeurs spéciales" +msgstr "het type bevat : ME voor Menu, PR voor afdruk, PL voor plugins, SP voor speciale karakters" #: include/ext/transform/include/template/listing_client_display.php:37 msgid "les enregistrements incorrects ne seront inclus pas dans le fichier XML" @@ -19219,8 +16218,7 @@ msgstr "lijn toe te voegen" msgid "limité aux champs " msgstr "beperkt in velden" -#: include/ext/transform/include/template/listing_assujetti_representative.php:68 -#: include/ext/tva/template/xml_belgian_tax_representative-input.php:91 +#: include/ext/transform/include/template/listing_assujetti_representative.php:68 include/ext/tva/template/xml_belgian_tax_representative-input.php:91 msgid "listing id" msgstr "ID-lijst" @@ -19236,12 +16234,7 @@ msgstr "login administrator" msgid "max_execution_time devrait être de 60 minimum" msgstr "max_execution_time dient minimum op 60 te staan" -#: include/class/anc_operation.class.php:600 -#: include/class/acc_reconciliation.class.php:583 -#: include/ajax/ajax_display_letter.php:68 -#: include/export/export_ledger_csv.php:222 include/ext/tools/raw.php:82 -#: include/template/ledger_detail_bottom.php:251 -#: include/template/ledger_detail_fin.php:69 +#: include/class/anc_operation.class.php:600 include/class/acc_reconciliation.class.php:583 include/ajax/ajax_display_letter.php:68 include/export/export_ledger_csv.php:222 include/ext/tools/raw.php:82 include/template/ledger_detail_bottom.php:251 include/template/ledger_detail_fin.php:69 msgid "montant" msgstr "bedrag" @@ -19253,8 +16246,7 @@ msgstr "bedrag zonder BTW" msgid "montant devise" msgstr "bedrag valuta" -#: include/class/tax_detail.class.php:164 -#: include/ext/tva/class/ext_list_assujetti.class.php:314 +#: include/class/tax_detail.class.php:164 include/ext/tva/class/ext_list_assujetti.class.php:314 msgid "montant tva" msgstr "btw bedrag" @@ -19280,25 +16272,17 @@ msgstr "wachtwoord dient op zijn minst een kleine letter te bevatten" #: include/ext/rash/template/beneficiary-input.php:295 msgid "médecin traitant" -msgstr "" +msgstr "behandelend arts" -#: include/class/acc_ledger_sale.class.php:194 -#: include/class/acc_ledger_sale.class.php:243 -#: include/class/acc_ledger_purchase.class.php:200 -#: include/class/acc_ledger_purchase.class.php:279 +#: include/class/acc_ledger_sale.class.php:194 include/class/acc_ledger_sale.class.php:243 include/class/acc_ledger_purchase.class.php:200 include/class/acc_ledger_purchase.class.php:279 msgid "n'a pas de poste comptable" msgstr "heeft geen boekhoudkundige post" -#: include/class/acc_ledger_sale.class.php:219 -#: include/class/acc_ledger_sale.class.php:281 -#: include/class/acc_ledger_purchase.class.php:227 -#: include/class/acc_ledger_purchase.class.php:304 +#: include/class/acc_ledger_sale.class.php:219 include/class/acc_ledger_sale.class.php:281 include/class/acc_ledger_purchase.class.php:227 include/class/acc_ledger_purchase.class.php:304 msgid "n'est pas accessible à ce journal" msgstr "Kan niet Worden deur Gebruikt zei journaal" -#: include/class/acc_ledger_sale.class.php:275 -#: include/class/acc_ledger_purchase.class.php:221 -#: include/class/acc_ledger_purchase.class.php:298 +#: include/class/acc_ledger_sale.class.php:275 include/class/acc_ledger_purchase.class.php:221 include/class/acc_ledger_purchase.class.php:298 msgid "n'existe pas" msgstr "bestaat niet" @@ -19318,8 +16302,7 @@ msgstr "mag niet starten met ATTR , BENEFATTR of CUSTATTR" msgid "ne peut être vide" msgstr "mag niet leeg zijn" -#: include/export/export_balance_pdf.php:180 -#: include/export/export_balance_pdf.php:186 +#: include/export/export_balance_pdf.php:180 include/export/export_balance_pdf.php:186 #, php-format msgid "niveau %s" msgstr "niveau %s" @@ -19362,7 +16345,7 @@ msgstr "niet geldig" #: include/XMLDocument/xml_reader.class.php:592 msgid "note" -msgstr "" +msgstr "note" #: include/ext/importbank/include/template/show_import.php:20 msgid "num transfert" @@ -19372,14 +16355,8 @@ msgstr "nmr transfer" msgid "numéro actuel" msgstr "huidige uitgave" -#: include/class/acc_reconciliation.class.php:574 -#: include/class/pdf_operation.class.php:180 -#: include/class/pdf_operation.class.php:231 -#: include/class/pdf_operation.class.php:309 -#: include/ext/import-advanced/template/select-acc-file.php:33 -#: include/ext/import-advanced/template/select-anc-file.php:34 -#: include/ext/noalyss-portal-client/template/invoice_search-display_result.php:18 -#: include/template/anc_key_input.php:53 +#: include/class/acc_reconciliation.class.php:574 include/class/pdf_operation.class.php:180 include/class/pdf_operation.class.php:231 include/class/pdf_operation.class.php:309 include/ext/import-advanced/template/select-acc-file.php:33 include/ext/import-advanced/template/select-anc-file.php:34 +#: include/ext/noalyss-portal-client/template/invoice_search-display_result.php:18 include/template/anc_key_input.php:53 msgid "n°" msgstr "n°" @@ -19387,29 +16364,21 @@ msgstr "n°" msgid "n° de pièce / Code interne" msgstr "n° van stuk/ Interne code" -#: include/class/acc_ledger_search.class.php:873 -#: include/class/tax_detail.class.php:164 -#: include/class/acc_ledger_fin.class.php:808 include/ext/tools/raw.php:77 -#: include/ext/rash/raw.php:79 +#: include/class/acc_ledger_search.class.php:873 include/class/tax_detail.class.php:164 include/class/acc_ledger_fin.class.php:808 include/ext/tools/raw.php:77 include/ext/rash/raw.php:79 msgid "n° interne" msgstr "Intern nr." -#: include/class/acc_ledger_history_sale.class.php:316 -#: include/class/acc_ledger_history_purchase.class.php:337 -#: include/ext/importbank/include/template/detail_item.php:72 -#: include/ext/importbank/include/template/show_list.php:117 +#: include/class/acc_ledger_history_sale.class.php:316 include/class/acc_ledger_history_purchase.class.php:337 include/ext/importbank/include/template/detail_item.php:72 include/ext/importbank/include/template/show_list.php:117 msgid "n° opération" msgstr "n° operatie" -#: include/class/acc_ledger_history_generic.class.php:707 -#: include/export/export_poste_detail_csv.php:73 -#: include/export/export_fiche_detail_csv.php:65 +#: include/class/acc_ledger_history_generic.class.php:707 include/export/export_poste_detail_csv.php:73 include/export/export_fiche_detail_csv.php:65 msgid "n° pièce" msgstr "Geen ruimte" #: include/ext/tva/template/ext_tva+display_detail_amount.php:40 msgid "négatif" -msgstr "" +msgstr "negatief" #: include/company.inc.php:72 msgid "obligatoire" @@ -19421,13 +16390,9 @@ msgstr "betreffende op." #: html/install.php:457 msgid "open_basedir empêche certaines fonctions de Noalyss,mettez-le à vide " -msgstr "" -"open_basedir verhinderd bepaalde functies van Noalyss,gelieve leeg te houden " +msgstr "open_basedir verhinderd bepaalde functies van Noalyss,gelieve leeg te houden " -#: include/class/acc_ledger_history_sale.class.php:287 -#: include/class/acc_ledger_history_purchase.class.php:303 -#: include/class/acc_ledger_history_generic.class.php:797 -#: include/export/export_ledger_csv.php:215 +#: include/class/acc_ledger_history_sale.class.php:287 include/class/acc_ledger_history_purchase.class.php:303 include/class/acc_ledger_history_generic.class.php:797 include/export/export_ledger_csv.php:215 msgid "operation" msgstr "operatie" @@ -19452,8 +16417,7 @@ msgstr "Operatie van verkopen" msgid "opération non trouvée" msgstr "Handeling is niet gevonden" -#: include/template/profile_menu_display_submenu.php:63 -#: include/template/profile_menu_display_module.php:78 +#: include/template/profile_menu_display_submenu.php:63 include/template/profile_menu_display_module.php:78 msgid "ordre apparition" msgstr "volgorde van verschijning" @@ -19501,9 +16465,7 @@ msgstr "bewijsstuk" msgid "plage de postes comptables" msgstr "reeks boekhoudposten" -#: include/ajax/ajax_preference.php:248 -#: include/ext/import-advanced/impacc2_constant.php:39 -#: include/ext/import-advanced/impacc2_constant.php:45 +#: include/ajax/ajax_preference.php:248 include/ext/import-advanced/impacc2_constant.php:39 include/ext/import-advanced/impacc2_constant.php:45 msgid "point" msgstr "punt" @@ -19511,8 +16473,7 @@ msgstr "punt" msgid "point-virgule" msgstr "punt-komma" -#: include/class/tax_detail.class.php:164 -#: include/export/export_poste_detail_csv.php:33 include/ext/tools/raw.php:79 +#: include/class/tax_detail.class.php:164 include/export/export_poste_detail_csv.php:33 include/ext/tools/raw.php:79 msgid "poste" msgstr "post" @@ -19520,13 +16481,11 @@ msgstr "post" msgid "poste comptable" msgstr "boekhoudkundige post" -#: include/class/tax_detail.class.php:164 -#: include/class/acc_ledger_history_purchase.class.php:309 +#: include/class/tax_detail.class.php:164 include/class/acc_ledger_history_purchase.class.php:309 msgid "privé" msgstr "privé" -#: include/class/acc_ledger_sale.class.php:1040 -#: include/class/acc_ledger_purchase.class.php:1753 +#: include/class/acc_ledger_sale.class.php:1040 include/class/acc_ledger_purchase.class.php:1753 msgid "prix" msgstr "prijs" @@ -19534,13 +16493,11 @@ msgstr "prijs" msgid "prix unitaire" msgstr "eenheidsprijs" -#: include/template/form_ledger_detail.php:119 -#: include/template/predf_ledger_detail.php:26 +#: include/template/form_ledger_detail.php:119 include/template/predf_ledger_detail.php:26 msgid "prix/unité " msgstr "prijs / eenheid" -#: include/template/form_ledger_detail.php:112 -#: include/template/predf_ledger_detail.php:19 +#: include/template/form_ledger_detail.php:112 include/template/predf_ledger_detail.php:19 msgid "prix/unité htva" msgstr "Eenheid Prijs Zonder BTW" @@ -19552,8 +16509,7 @@ msgstr "profiel" msgid "prénom" msgstr "voornaam" -#: include/ext/rapport_avance/include/formulaire_param.class.php:413 -#: include/ext/rapport_avance/include/formulaire_param.class.php:478 +#: include/ext/rapport_avance/include/formulaire_param.class.php:413 include/ext/rapport_avance/include/formulaire_param.class.php:478 msgid "période" msgstr "periode" @@ -19571,15 +16527,8 @@ msgstr "periode tussen %s tot %s" msgid "qcode" msgstr "qcode" -#: include/class/acc_ledger_sale.class.php:1041 -#: include/class/acc_ledger_sale.class.php:1843 -#: include/class/acc_ledger_purchase.class.php:1754 -#: include/class/acc_ledger_purchase.class.php:2265 -#: include/template/follow_up_detail_display.php:53 -#: include/template/form_ledger_detail.php:113 -#: include/template/form_ledger_detail.php:120 -#: include/template/predf_ledger_detail.php:20 -#: include/template/predf_ledger_detail.php:27 +#: include/class/acc_ledger_sale.class.php:1041 include/class/acc_ledger_sale.class.php:1843 include/class/acc_ledger_purchase.class.php:1754 include/class/acc_ledger_purchase.class.php:2265 include/template/follow_up_detail_display.php:53 include/template/form_ledger_detail.php:113 include/template/form_ledger_detail.php:120 +#: include/template/predf_ledger_detail.php:20 include/template/predf_ledger_detail.php:27 msgid "quantité" msgstr "hoeveelheid" @@ -19591,8 +16540,7 @@ msgstr "Verslag en tabellen op te schrijven activa" msgid "rapprochement" msgstr "afstemming" -#: include/adm.inc.php:93 include/template/trait_card-form_search.php:71 -#: include/template/action_search.php:175 include/contact.inc.php:98 +#: include/adm.inc.php:93 include/template/trait_card-form_search.php:71 include/template/action_search.php:175 include/contact.inc.php:98 msgid "recherche" msgstr "Zoeken" @@ -19609,8 +16557,7 @@ msgstr "Beschrijving" msgid "recup" msgstr "recup" -#: include/fiche.inc.php:579 include/class/print_ledger_simple.class.php:124 -#: include/export/export_fiche_balance_csv.php:150 +#: include/fiche.inc.php:579 include/class/print_ledger_simple.class.php:124 include/export/export_fiche_balance_csv.php:150 msgid "ref" msgstr "ref" @@ -19624,7 +16571,7 @@ msgstr "register_globals dient op off te staan" #: include/ext/rash/template/beneficiary-input.php:478 msgid "remarque" -msgstr "" +msgstr "note" # report-TVA? = BTW-overdracht #: include/class/print_ledger_fin.class.php:59 @@ -19663,7 +16610,7 @@ msgstr "opslaan" #: include/ext/noalyss-timesheet/include/Admin/scheduler.class.php:113 msgid "sch121 : Aucune date de début pour cet utilisateur" -msgstr "" +msgstr "sch121 : Geen startdatum voor deze gebruiker" #: include/ext/rash/template/schedule_watch-display_form_week.php:57 #, fuzzy @@ -19680,12 +16627,8 @@ msgid "setSingleOperation failed" msgstr "setSingleOperation failed" #: include/class/template_card_category.class.php:104 -msgid "" -"sinon le programme fonctionnera mal, utiliser uniquement des chiffres pour " -"la classe de base ou rien" -msgstr "" -"ZAL anders programmeren SLECHT functionneren, use of Enkele cijffers for the " -"rekening Grondslag van niets" +msgid "sinon le programme fonctionnera mal, utiliser uniquement des chiffres pour la classe de base ou rien" +msgstr "ZAL anders programmeren SLECHT functionneren, use of Enkele cijffers for the rekening Grondslag van niets" #: include/class/invoice_pdf.class.php:158 #, fuzzy, php-format @@ -19697,30 +16640,22 @@ msgid "site web" msgstr "website" #: html/install.php:687 -msgid "" -"soit noalyss/contrib/mono-dossier/mono-belge.sql pour la comptabilité belge" -msgstr "" -"ofwel noalyss/contrib/mono-dossier/mono-belge.sql voor de Belgische " -"boekhouding" +msgid "soit noalyss/contrib/mono-dossier/mono-belge.sql pour la comptabilité belge" +msgstr "ofwel noalyss/contrib/mono-dossier/mono-belge.sql voor de Belgische boekhouding" #: html/install.php:686 -msgid "" -"soit noalyss/contrib/mono-dossier/mono-france.sql pour la comptabilité " -"française" -msgstr "" -"ofwel noalyss/contrib/mono-dossier/mono-france.sql voor de Franse boekhouding" +msgid "soit noalyss/contrib/mono-dossier/mono-france.sql pour la comptabilité française" +msgstr "ofwel noalyss/contrib/mono-dossier/mono-france.sql voor de Franse boekhouding" #: html/install.php:688 msgid "soit y restaurer un backup ou un modèle" -msgstr "" +msgstr "herstel een back-up of een sjabloon" #: include/fiche.inc.php:654 include/export/export_fiche_balance_csv.php:53 msgid "solde" msgstr "saldo" -#: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:122 -#: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:135 -#: include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:213 +#: include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:122 include/ext/noalyss-timesheet/template/employee_carriedOver_hour-display_row.php:135 include/ext/noalyss-timesheet/include/Employee/employee_schedule.class.php:213 #, fuzzy, php-format msgid "solde %s " msgstr "saldo" @@ -19737,8 +16672,7 @@ msgstr "saldo Einde" msgid "solde crediteur" msgstr "creditsaldo" -#: include/class/fiche.class.php:984 include/class/fiche.class.php:1147 -#: include/class/acc_account_ledger.class.php:586 +#: include/class/fiche.class.php:984 include/class/fiche.class.php:1147 include/class/acc_account_ledger.class.php:586 msgid "solde créditeur" msgstr "creditsaldo" @@ -19746,9 +16680,7 @@ msgstr "creditsaldo" msgid "solde créditeur:" msgstr "creditsaldo:" -#: include/fiche.inc.php:657 include/class/fiche.class.php:984 -#: include/class/fiche.class.php:1147 -#: include/class/acc_account_ledger.class.php:586 +#: include/fiche.inc.php:657 include/class/fiche.class.php:984 include/class/fiche.class.php:1147 include/class/acc_account_ledger.class.php:586 msgid "solde débiteur" msgstr "debetsaldo" @@ -19776,7 +16708,7 @@ msgstr "Status" #: include/ext/noalyss_document/template/document_load-display_recap.php:72 #, php-format msgid "suivi [%s]" -msgstr "" +msgstr "volg [%s]" #: include/ext/invoicing/include/invoice_send_mail.inc.php:184 msgid "sujet" @@ -19790,9 +16722,7 @@ msgstr "op de wiki" msgid "séparateur" msgstr "onderscheider" -#: include/class/tva_rate_mtable.class.php:53 -#: include/class/tax_detail.class.php:164 -#: include/export/export_ledger_csv.php:225 +#: include/class/tva_rate_mtable.class.php:53 include/class/tax_detail.class.php:164 include/export/export_ledger_csv.php:225 msgid "taux" msgstr "tarief (percentage)" @@ -19808,29 +16738,23 @@ msgstr "tekst" msgid "this->jr_id is not set ou opération inconnue" msgstr "dit->jr_id is niet gekend of onbekende operatie" -#: include/class/acc_ledger_search.class.php:1145 -#: include/ext/noalyss_xmlpayment/class/ledger_search.class.php:76 +#: include/class/acc_ledger_search.class.php:1145 include/ext/noalyss_xmlpayment/class/ledger_search.class.php:76 msgid "tiers" msgstr "derde" #: include/ext/noalyss_document/template/document_load-display_table.php:81 msgid "title" -msgstr "" +msgstr "title" -#: include/template/form_ledger_detail.php:116 -#: include/template/predf_ledger_detail.php:23 +#: include/template/form_ledger_detail.php:116 include/template/predf_ledger_detail.php:23 msgid "tot.tva" msgstr "tot.tva" -#: include/export/export_poste_detail_csv.php:110 -#: include/export/export_poste_detail_csv.php:170 -#: include/export/export_fiche_detail_csv.php:100 +#: include/export/export_poste_detail_csv.php:110 include/export/export_poste_detail_csv.php:170 include/export/export_fiche_detail_csv.php:100 msgid "total" msgstr "totaal" -#: include/export/export_poste_detail_pdf.php:154 -#: include/export/export_fiche_detail_pdf.php:139 -#: include/export/export_fiche_detail_csv.php:191 +#: include/export/export_poste_detail_pdf.php:154 include/export/export_fiche_detail_pdf.php:139 include/export/export_fiche_detail_csv.php:191 msgid "totaux" msgstr "totalen" @@ -19842,11 +16766,7 @@ msgstr "totaal per BTW en per logboek" msgid "try to clean session" msgstr "try to clean sessie" -#: include/class/acc_ledger_sale.class.php:1045 -#: include/class/acc_ledger_purchase.class.php:1758 -#: include/ext/tva/class/ext_list_assujetti.class.php:314 -#: include/template/form_ledger_detail.php:115 -#: include/template/predf_ledger_detail.php:22 +#: include/class/acc_ledger_sale.class.php:1045 include/class/acc_ledger_purchase.class.php:1758 include/ext/tva/class/ext_list_assujetti.class.php:314 include/template/form_ledger_detail.php:115 include/template/predf_ledger_detail.php:22 msgid "tva" msgstr "btw" @@ -19858,8 +16778,7 @@ msgstr "onbekend btw" msgid "tva non ded." msgstr "niet-afgetrokken BTW" -#: include/template/form_ledger_detail.php:117 -#: include/template/predf_ledger_detail.php:24 +#: include/template/form_ledger_detail.php:117 include/template/predf_ledger_detail.php:24 msgid "tvac" msgstr "BTW Inbegrepen" @@ -19867,9 +16786,7 @@ msgstr "BTW Inbegrepen" msgid "type journal" msgstr "type/soort logboek" -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:348 -#: include/ext/import-advanced/class/import/impacc2_csv.class.php:437 -#: include/ext/import-advanced/class/impacc2_transfer.class.php:157 +#: include/ext/import-advanced/class/import/impacc2_csv.class.php:348 include/ext/import-advanced/class/import/impacc2_csv.class.php:437 include/ext/import-advanced/class/impacc2_transfer.class.php:157 msgid "type journal inconnu" msgstr "type logboek onbekend" @@ -19904,21 +16821,18 @@ msgstr "Toerekening geverifieerd Analytische" msgid "version" msgstr "Plugin" -#: include/ajax/ajax_preference.php:233 include/ajax/ajax_preference.php:249 -#: include/ext/import-advanced/impacc2_constant.php:38 -#: include/ext/import-advanced/impacc2_constant.php:44 -#: include/ext/import-advanced/impacc2_constant.php:49 +#: include/ajax/ajax_preference.php:233 include/ajax/ajax_preference.php:249 include/ext/import-advanced/impacc2_constant.php:38 include/ext/import-advanced/impacc2_constant.php:44 include/ext/import-advanced/impacc2_constant.php:49 msgid "virgule" msgstr "komma" #: include/database.item.php:179 msgid "votre nom" -msgstr "" +msgstr "uw naam" #: include/ext/noalyss_document/ajax/ajax_validate_operation.php:144 #, php-format msgid "voulez-vous que les opérations avant %s soient mises au %s ?" -msgstr "" +msgstr "Wilt u dat de bewerkingen vóór %s in %s worden geplaatst?" #: include/ajax/ajax_get_profile.php:95 include/ajax/ajax_get_profile.php:104 msgid "vous confirmez" @@ -19928,16 +16842,14 @@ msgstr "u bevestigt" msgid "vous confirmez?" msgstr "u bevestigt?" -#: include/ext/rash/template/schedule_watch-display_form_week.php:33 -#: include/ext/rash/template/schedule_watch-display_form_clean.php:33 +#: include/ext/rash/template/schedule_watch-display_form_week.php:33 include/ext/rash/template/schedule_watch-display_form_clean.php:33 #, fuzzy msgid "à partir de " msgstr "Vanaf" #: include/ext/noalyss-timesheet/template/employee_schedule-display_week.php:153 -#, fuzzy msgid "à récupérer" -msgstr "Opgeslagen Operatie" +msgstr "opgeslagen Operatie" #: include/widget/invoice/invoice.php:66 msgid "échéance" @@ -19947,8 +16859,7 @@ msgstr "termijn" #~ msgstr "Globale Administratie" #~ msgid " Choisissez le journal qui contiendra l'opération d'ouverture " -#~ msgstr "" -#~ "Kies het verslag met als inhoud/content de operatie betreffende opening" +#~ msgstr "Kies het verslag met als inhoud/content de operatie betreffende opening" #~ msgid " Désolé mais cette période est utilisée" #~ msgstr "Sorry deze periode is reeds in gebruik" @@ -19963,45 +16874,30 @@ msgstr "termijn" #~ msgstr "Gewone gebruiker" #~ msgid "" -#~ " Vous devez absolument utiliser au minimum une version 8.4 de PostGresql, " -#~ "si votre distribution n'en\n" -#~ "offre pas, installez-en une en la compilant. Lisez attentivement la " -#~ "notice sur postgresql.org pour migrer\n" +#~ " Vous devez absolument utiliser au minimum une version 8.4 de PostGresql, si votre distribution n'en\n" +#~ "offre pas, installez-en une en la compilant. Lisez attentivement la notice sur postgresql.org pour migrer\n" #~ "vos bases de données" #~ msgstr "" -#~ "U moet absoluut minimaal PostGresql versie 8.4 gebruiken. Als uw " -#~ "distributie deze\n" -#~ " niet aanbiedt, moet u hem installeren door de software te compileren. " -#~ "Lees aandachtig de handleiding op postgresql.org om uw databases te " -#~ "migreren\n" +#~ "U moet absoluut minimaal PostGresql versie 8.4 gebruiken. Als uw distributie deze\n" +#~ " niet aanbiedt, moet u hem installeren door de software te compileren. Lees aandachtig de handleiding op postgresql.org om uw databases te migreren\n" #~ " données" #~ msgid "" -#~ " Vous devez absolument utiliser au minimum une version 9.0 de PostGresql, " -#~ "si votre distribution n'en\n" -#~ "offre pas, installez-en une en la compilant. Lisez attentivement la " -#~ "notice sur postgresql.org pour migrer\n" +#~ " Vous devez absolument utiliser au minimum une version 9.0 de PostGresql, si votre distribution n'en\n" +#~ "offre pas, installez-en une en la compilant. Lisez attentivement la notice sur postgresql.org pour migrer\n" #~ "vos bases de données" #~ msgstr "" -#~ "U moet absoluut minimaal PostGresql versie 9.0 gebruiken. Als uw " -#~ "distributie deze\n" -#~ " niet aanbiedt, moet u hem installeren door de software te compileren. " -#~ "Lees aandachtig de handleiding op postgresql.org om uw databases te " -#~ "migreren\n" +#~ "U moet absoluut minimaal PostGresql versie 9.0 gebruiken. Als uw distributie deze\n" +#~ " niet aanbiedt, moet u hem installeren door de software te compileren. Lees aandachtig de handleiding op postgresql.org om uw databases te migreren\n" #~ " données" #~ msgid "" -#~ " Vous devez absolument utiliser au minimum une version 9.5 de PostGresql, " -#~ "si votre distribution n'en\n" -#~ "offre pas, installez-en une en la compilant. Lisez attentivement la " -#~ "notice sur postgresql.org pour migrer\n" +#~ " Vous devez absolument utiliser au minimum une version 9.5 de PostGresql, si votre distribution n'en\n" +#~ "offre pas, installez-en une en la compilant. Lisez attentivement la notice sur postgresql.org pour migrer\n" #~ "vos bases de données" #~ msgstr "" -#~ "U moet absoluut minimaal PostGresql versie 9.5 gebruiken. Als uw " -#~ "distributie deze\n" -#~ " niet aanbiedt, moet u hem installeren door de software te compileren. " -#~ "Lees aandachtig de handleiding op postgresql.org om uw databases te " -#~ "migreren\n" +#~ "U moet absoluut minimaal PostGresql versie 9.5 gebruiken. Als uw distributie deze\n" +#~ " niet aanbiedt, moet u hem installeren door de software te compileren. Lees aandachtig de handleiding op postgresql.org om uw databases te migreren\n" #~ " données" #~ msgid " au " @@ -20049,87 +16945,39 @@ msgstr "termijn" #~ msgstr "<->" #~ msgid "" -#~ "

    Remarque : choix possibles

    • 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
    • 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
    • " -#~ "
    • 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
    • Journaux VEN ou ACH en mode 'liste opérations' donne pour " -#~ "chaque opération, le total de la TVA, ND, ...
    " +#~ "

    Remarque : choix possibles

    • 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
    • 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
    • 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
    • Journaux VEN ou ACH en mode 'liste opérations' donne pour chaque opération, le total de la TVA, ND, ...
    " #~ msgstr "" -#~ "

    Remarque : choix possibles

    • 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
    • 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
    • " -#~ "
    • 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
    • Journaux VEN ou ACH en mode 'liste opérations' donne pour " -#~ "chaque opération, le total de la TVA, ND, ...
    " +#~ "

    Remarque : choix possibles

    • 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
    • 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
    • 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
    • Journaux VEN ou ACH en mode 'liste opérations' donne pour chaque opération, le total de la TVA, ND, ...
    " #~ msgid "" -#~ "

    Remarque : choix possibles

    • 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
    • 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
    • " -#~ "
    • 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
    • " -#~ "
    • Journaux VEN ou ACH en mode liste opérations donne pour chaque " -#~ "opération, le total de la TVA, ND, ...
    " +#~ "

    Remarque : choix possibles

    • 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
    • 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
    • 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
    • Journaux VEN ou ACH en mode liste opérations donne pour chaque opération, le total de la TVA, ND, ...
    " #~ msgstr "" -#~ "

    Remarque : choix possibles

    • 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
    • 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
    • " -#~ "
    • 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
    • " -#~ "
    • Journaux VEN ou ACH en mode liste opérations donne pour chaque " -#~ "opération, le total de la TVA, ND, ...
    " +#~ "

    Remarque : choix possibles

    • 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
    • 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
    • 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
    • Journaux VEN ou ACH en mode liste opérations donne pour chaque opération, le total de la TVA, ND, ...
    " #~ msgid "" -#~ "

    Remarque : choix possibles

    • " -#~ "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
    • 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
    • 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
    • Journaux VEN ou " -#~ "ACH en mode liste opérations donne pour chaque opération, le total de la " -#~ "TVA, ND, ...
    " +#~ "

    Remarque : choix possibles

    • 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
    • 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
    • " +#~ "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
    • Journaux VEN ou ACH en mode liste opérations donne pour chaque opération, le total de la TVA, ND, ...
    " #~ msgstr "" -#~ "

    Remarque : choix possibles

    • " -#~ "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
    • 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
    • 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
    • Journaux VEN ou " -#~ "ACH en mode liste opérations donne pour chaque opération, le total de la " -#~ "TVA, ND, ...
    " +#~ "

    Remarque : choix possibles

    • 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
    • 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
    • " +#~ "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
    • Journaux VEN ou ACH en mode liste opérations donne pour chaque opération, le total de la TVA, ND, ...
    " # les comptes dit inversés => niet gevonden in het NL dus de rekeningen genomen die tegengesteld zijn aan degene die er in de zin staan #~ msgid "" -#~ " Attention : si le bilan n'est pas équilibré.
    " -#~ "Vérifiez
      \n" +#~ " Attention : si le bilan n'est pas équilibré.
      Vérifiez
        \n" #~ "
      • L'affectation du résultat est fait
      • \n" -#~ "
      • Vos comptes actifs ont un solde débiteur (sauf les comptes " -#~ "dit inversés)
      • \n" -#~ "
      • les comptes passifs ont un solde créditeur (sauf les comptes " -#~ "dit inversés)
      • \n" +#~ "
      • Vos comptes actifs ont un solde débiteur (sauf les comptes dit inversés)
      • \n" +#~ "
      • les comptes passifs ont un solde créditeur (sauf les comptes dit inversés)
      • \n" #~ "
      \n" #~ " Utilisez la balance des comptes pour vérifier.
      " #~ msgstr "" -#~ " Opgelet : indien het balans niet in evenwicht is." -#~ "
      Kijk na
        \n" +#~ " Opgelet : indien het balans niet in evenwicht is.
        Kijk na
          \n" #~ "
        • Of de bestemming van het resultaat is overgedragen
        • \n" -#~ "
        • Of uw actieve rekeningen een debetsaldo hebben (behalve de " -#~ "rekeningen met creditsaldo)
        • \n" -#~ "
        • Of de passieve rekeningen een creditsaldo hebben (behalve de " -#~ "rekeningen met debetsaldo)
        • \n" +#~ "
        • Of uw actieve rekeningen een debetsaldo hebben (behalve de rekeningen met creditsaldo)
        • \n" +#~ "
        • Of de passieve rekeningen een creditsaldo hebben (behalve de rekeningen met debetsaldo)
        • \n" #~ "
        \n" #~ " Gebruik de balans van de rekening als controle.
        " @@ -20226,12 +17074,10 @@ msgstr "termijn" #~ msgid "" #~ "Attention : il n'y aura pas de demande de confirmation pour enlever les\n" -#~ " attributs sélectionnés. Il ne sera pas " -#~ "possible de revenir en arrière" +#~ " attributs sélectionnés. Il ne sera pas possible de revenir en arrière" #~ msgstr "" #~ "Opgelet: er zal geen bevestiging gevraagd worden om de \n" -#~ " te verwijderen van de geselecteerde " -#~ "kenmerken. Het zal niet mogelijk zijn om terug te keren" +#~ " te verwijderen van de geselecteerde kenmerken. Het zal niet mogelijk zijn om terug te keren" #, php-format #~ msgid "Attention : il y a %d enregistrements incorrects " @@ -20241,20 +17087,15 @@ msgstr "termijn" #~ msgid "" #~ "Attention : si le bilan n'est pas équilibré.
        Vérifiez
          \n" #~ "
        • L'affectation du résultat est fait
        • \n" -#~ "
        • Vos comptes actifs ont un solde débiteur (sauf les comptes " -#~ "dit inversés)
        • \n" -#~ "
        • les comptes passifs ont un solde créditeur (sauf les comptes " -#~ "dit inversés)
        • \n" +#~ "
        • Vos comptes actifs ont un solde débiteur (sauf les comptes dit inversés)
        • \n" +#~ "
        • les comptes passifs ont un solde créditeur (sauf les comptes dit inversés)
        • \n" #~ "
        \n" #~ " Utilisez la balance des comptes pour vérifier." #~ msgstr "" -#~ " Opgelet : indien het balans niet in evenwicht is." -#~ "
        Kijk na
          \n" +#~ " Opgelet : indien het balans niet in evenwicht is.
          Kijk na
            \n" #~ "
          • Of de bestemming van het resultaat is overgedragen
          • \n" -#~ "
          • Of uw actieve rekeningen een debetsaldo hebben (behalve de " -#~ "rekeningen met creditsaldo)
          • \n" -#~ "
          • Of de passieve rekeningen een creditsaldo hebben (behalve de " -#~ "rekeningen met debetsaldo)
          • \n" +#~ "
          • Of uw actieve rekeningen een debetsaldo hebben (behalve de rekeningen met creditsaldo)
          • \n" +#~ "
          • Of de passieve rekeningen een creditsaldo hebben (behalve de rekeningen met debetsaldo)
          • \n" #~ "
          \n" #~ " Gebruik de balans van de rekening als controle.
          " @@ -20364,34 +17205,23 @@ msgstr "termijn" #~ msgstr "Deze BTW is ongeldig" #, php-format -#~ msgid "" -#~ "Cette version nécessite au moins une version supérieure ou égale à 8.0" -#~ msgstr "" -#~ "Deze versie vereist minstens een versie die recenter of gelijk is aan 8.0" +#~ msgid "Cette version nécessite au moins une version supérieure ou égale à 8.0" +#~ msgstr "Deze versie vereist minstens een versie die recenter of gelijk is aan 8.0" #~ msgid "Change de langue" #~ msgstr "Verander van taal" #~ msgid "Chaque fiche aura automatiquement son propre poste comptable : " -#~ msgstr "" -#~ "Iedere fiche zal automatische zijn eigen boekhoudkundige post hebben: " +#~ msgstr "Iedere fiche zal automatische zijn eigen boekhoudkundige post hebben: " -#~ msgid "" -#~ "Chargement de modèles de documents qui seront générés par PhpCompta, les " -#~ "formats utilisables sont libreoffice, html, text et rtf" -#~ msgstr "" -#~ "Veranderen van type van het document zullen gegenereerd worden door " -#~ "PhpCompta, de formaten die beschikbaar zijn LibreOffice, html, text en rtf" +#~ msgid "Chargement de modèles de documents qui seront générés par PhpCompta, les formats utilisables sont libreoffice, html, text et rtf" +#~ msgstr "Veranderen van type van het document zullen gegenereerd worden door PhpCompta, de formaten die beschikbaar zijn LibreOffice, html, text en rtf" #~ msgid "Choisissez au moins une opération" #~ msgstr "Kies ten minste één operatie" -#~ msgid "" -#~ "Choisissez l'exercice clôturé (exercice N-1) du dossier à reporter pour " -#~ "les a-nouveaux (exercice N)" -#~ msgstr "" -#~ "Kies de afgesloten oefening (oefening N-1) van het dossier te importeren " -#~ "voor de a-nieuwigheden (oefening N)" +#~ msgid "Choisissez l'exercice clôturé (exercice N-1) du dossier à reporter pour les a-nouveaux (exercice N)" +#~ msgstr "Kies de afgesloten oefening (oefening N-1) van het dossier te importeren voor de a-nieuwigheden (oefening N)" #~ msgid "Choisissez la TVA " #~ msgstr "Kies de BTW" @@ -20405,9 +17235,7 @@ msgstr "termijn" #~ msgid "Choississez la TVA " #~ msgstr "Kies de BTW" -#~ msgid "" -#~ "Choississez la catégorie de fiche à laquelle vous aimeriez ajouter une " -#~ "fiche" +#~ msgid "Choississez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche" #~ msgstr "Kies de bestandscategorie waar u een record wil toevoegen" #~ msgid "Choississez le rapport" @@ -20466,16 +17294,11 @@ msgstr "termijn" #~ msgid "Cochez cette case si vous souhaitez effacer ce menu" #~ msgstr "Vink dit vakje aan als u dit menu wil verwijderen" -#~ msgid "" -#~ "Cochez cette case si vous souhaitez effacer ce menu ainsi que ceux qui en " -#~ "dépendent" -#~ msgstr "" -#~ "Vink dit vakje aan als u deze menu wil verwijderen en de bijbehorende " -#~ "gegevens" +#~ msgid "Cochez cette case si vous souhaitez effacer ce menu ainsi que ceux qui en dépendent" +#~ msgstr "Vink dit vakje aan als u deze menu wil verwijderen en de bijbehorende gegevens" #~ msgid "Cochez la case si vous êtes sûr de vouloir effacer ce dossier" -#~ msgstr "" -#~ "Vink dit vakje aan als u zeker bent dat u dit dossier wil verwijderen " +#~ msgstr "Vink dit vakje aan als u zeker bent dat u dit dossier wil verwijderen " #~ msgid "Code pour appel gestion" #~ msgstr "Code voor call management" @@ -20502,12 +17325,10 @@ msgstr "termijn" #~ msgstr "Configuratie van de tags" #~ msgid "" -#~ "Configuration des tags ou dossiers, on l'appele tag ou dossier suivant la " -#~ "façon dont vous utilisez \n" +#~ "Configuration des tags ou dossiers, on l'appele tag ou dossier suivant la façon dont vous utilisez \n" #~ "cette fonctionnalité. Vous pouvez en ajouter, en supprimer ou les modifier" #~ msgstr "" -#~ "Configuratie van tags of dossiers, we benoemen tag of dossier volgens de " -#~ "manier waarop u deze functionaliteit gebruikt. \n" +#~ "Configuratie van tags of dossiers, we benoemen tag of dossier volgens de manier waarop u deze functionaliteit gebruikt. \n" #~ " U kunt er toevoegen, verwijderen of aanpassen." #~ msgid "Configuration du plugin syndicat" @@ -20573,19 +17394,11 @@ msgstr "termijn" #~ msgid "Couleur police par défaut" #~ msgstr "Standaard tekstkleur" -#~ msgid "" -#~ "Création automatique du poste comptable uniquement s'il n'y a qu'un seul " -#~ "poste" -#~ msgstr "" -#~ "Automatisch aanmaken van de boekhoudkundige post, enkel en alleen als er " -#~ "maar één post is." +#~ msgid "Création automatique du poste comptable uniquement s'il n'y a qu'un seul poste" +#~ msgstr "Automatisch aanmaken van de boekhoudkundige post, enkel en alleen als er maar één post is." -#~ msgid "" -#~ "Création automatique du poste comptable uniquement s'il n\\y a qu'un seul " -#~ "poste" -#~ msgstr "" -#~ "Automatisch aanmaken van de boekhoudkunidge post enkel en alleen als er " -#~ "\\maar één post is" +#~ msgid "Création automatique du poste comptable uniquement s'il n\\y a qu'un seul poste" +#~ msgstr "Automatisch aanmaken van de boekhoudkunidge post enkel en alleen als er \\maar één post is" #~ msgid "Création de rapport avancés" #~ msgstr "Aanmaak geavanceerd rapport" @@ -20612,16 +17425,11 @@ msgstr "termijn" #~ msgstr "Schuden niet over datum SMT" #~ msgid "Différence entre le montant à amortir et le montant amorti =" -#~ msgstr "" -#~ "Verschil tussen het bedrag dat moet worden afgeschreven en afgeschreven " -#~ "bedrag =" +#~ msgstr "Verschil tussen het bedrag dat moet worden afgeschreven en afgeschreven bedrag =" #, php-format -#~ msgid "" -#~ "Différence entre le montant à amortir et le montant amorti = %d'" -#~ msgstr "" -#~ "Verschil tussen het bedrag dat moet worden afgeschreven en het " -#~ "afgeschreven bedrag =%d'" +#~ msgid "Différence entre le montant à amortir et le montant amorti = %d'" +#~ msgstr "Verschil tussen het bedrag dat moet worden afgeschreven en het afgeschreven bedrag =%d'" #~ msgid "Documentation" #~ msgstr "Documenten" @@ -20712,12 +17520,8 @@ msgstr "termijn" #~ msgid "Effacer cette catégorie" #~ msgstr "Dit categorie uitwissen" -#~ msgid "" -#~ "En changeant le montant à amortir, l'année ou le nombre d'années, les " -#~ "annuités seront recalculées et l'historique effacé" -#~ msgstr "" -#~ "Door het veranderen van het bedrag dat wordt afgeschreven, jaar of aantal " -#~ "jaren, zal de rente worden herberekend en geschiedenis gewist" +#~ msgid "En changeant le montant à amortir, l'année ou le nombre d'années, les annuités seront recalculées et l'historique effacé" +#~ msgstr "Door het veranderen van het bedrag dat wordt afgeschreven, jaar of aantal jaren, zal de rente worden herberekend en geschiedenis gewist" #~ msgid "Encaissement clients aujourd'hui" #~ msgstr "Invordering van klanten vandaag" @@ -20961,8 +17765,7 @@ msgstr "termijn" #~ msgid "Le login ne peut pas être vide" #~ msgstr "De naam mag niet leeg zijn" -#~ msgid "" -#~ "Le mini rapport est un rapport qui s'affiche sur votre page d'accueil" +#~ 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" #~ msgid "Le nom et la classe base ne peuvent être vide" @@ -20976,16 +17779,11 @@ msgstr "termijn" #~ msgstr "wordt niet in this journaal" #, fuzzy -#~ msgid "" -#~ "Le préfixe des pièces doit être différent pour chaque journal, on peut " -#~ "aussi utiliser l\\'année" -#~ msgstr "" -#~ "Het voorvoegsel onderdelen moeten verschillend zijn voor elk logboek kunt " -#~ "u ook gebruik maken van het jaar" +#~ msgid "Le préfixe des pièces doit être différent pour chaque journal, on peut aussi utiliser l\\'année" +#~ msgstr "Het voorvoegsel onderdelen moeten verschillend zijn voor elk logboek kunt u ook gebruik maken van het jaar" #~ msgid "Les extensions pour convertir en pdf ne sont pas installées" -#~ msgstr "" -#~ "De extensies om het document om te zetten naar pdf zijn niet geïnstalleerd" +#~ msgstr "De extensies om het document om te zetten naar pdf zijn niet geïnstalleerd" #~ msgid "Les lignes vides seront effacées" #~ msgstr "Lege regels worden gewist" @@ -20993,11 +17791,8 @@ msgstr "termijn" #~ msgid "Les mots de passe ne correspondent pas. Mot de passe inchangé" #~ msgstr "Wachtwoorden komen niet overeen. Wachtwoord ongewijzigd" -#~ msgid "" -#~ "Les opérations qui ne sont pas marquées comme correctes ne seront pas " -#~ "transfèrées" -#~ msgstr "" -#~ "Bewerkingen die niet correct zijn gemarkeerd worden niet overgedragen" +#~ msgid "Les opérations qui ne sont pas marquées comme correctes ne seront pas transfèrées" +#~ msgstr "Bewerkingen die niet correct zijn gemarkeerd worden niet overgedragen" #, fuzzy #~ msgid "Liste de vos contacts" @@ -21110,8 +17905,7 @@ msgstr "termijn" # CSV = pour lire un file CSV sur ordinateur? #, fuzzy -#~ msgid "" -#~ "Ne corrigez pas encore, cliquez continuer pour passer à l'étape suivante" +#~ msgid "Ne corrigez pas encore, cliquez continuer pour passer à l'étape suivante" #~ msgstr "Uitvoeren in CSV of naar de volgende stap gaan " #, fuzzy @@ -21181,9 +17975,7 @@ msgstr "termijn" #~ msgid "OPERATION ANNULEE " #~ msgstr "OPERATIE ONGEDAAN GEMAAKT" -#~ msgid "" -#~ "Obligatoire pour les journaux FIN : donner ici la fiche de la banque " -#~ "utilisée" +#~ 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" #~ msgid "Options invalides" @@ -21295,27 +18087,11 @@ msgstr "termijn" #~ msgid "Pour aujourd'hui" #~ msgstr "Voor vandaag" -#~ msgid "" -#~ "Pour importer des données, c'est-à-dire transformer des fichiers CSV " -#~ "(Valeur séparé par des virgules) en des fiches. Vous devez choisir, un " -#~ "fichier et donner une catégorie de fiche existante. Ensuite, il suffit " -#~ "d'indiquer quelles colonnes correspondent à quelle attribut" -#~ msgstr "" -#~ "Om gegevens te importeren, dat wil zeggen, te transformeren CSV (comma " -#~ "separated value) in bladen. U moet een bestand selecteren en geven een " -#~ "klasse van bestaande record. Vervolgens volstaat aangeven welke kolommen " -#~ "geven welke attribuut" +#~ msgid "Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur séparé par des virgules) en des fiches. Vous devez choisir, un fichier et donner une catégorie de fiche existante. Ensuite, il suffit d'indiquer quelles colonnes correspondent à quelle attribut" +#~ msgstr "Om gegevens te importeren, dat wil zeggen, te transformeren CSV (comma separated value) in bladen. U moet een bestand selecteren en geven een klasse van bestaande record. Vervolgens volstaat aangeven welke kolommen geven welke attribuut" -#~ msgid "" -#~ "Pour importer des données, c'est-à-dire transformer des fichiers CSV " -#~ "(Valeur séparé par des virgules) en des fiches. Vous devez choisir, un " -#~ "fichier et donner une catégorie de fiche existante. Ensuite, il suffit " -#~ "d'indiquer quelles colonnes correspondent à quelle attribut." -#~ msgstr "" -#~ "Om gegevens te importeren, dat wil zeggen, te transformeren CSV (comma " -#~ "separated value) in bladen. U moet een bestand selecteren en geven een " -#~ "klasse van bestaande record. Vervolgens volstaat aangeven welke kolommen " -#~ "geven wat attribuut." +#~ msgid "Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur séparé par des virgules) en des fiches. Vous devez choisir, un fichier et donner une catégorie de fiche existante. Ensuite, il suffit d'indiquer quelles colonnes correspondent à quelle attribut." +#~ msgstr "Om gegevens te importeren, dat wil zeggen, te transformeren CSV (comma separated value) in bladen. U moet een bestand selecteren en geven een klasse van bestaande record. Vervolgens volstaat aangeven welke kolommen geven wat attribuut." #~ msgid "Préfixe" #~ msgstr "Voorvoegsel" @@ -21372,12 +18148,8 @@ msgstr "termijn" #~ msgid "Section-Trésorier " #~ msgstr "Sectie-cashfondsen" -#~ msgid "" -#~ "Si vous validez, la page sera rechargée et vous pourriez perdre ce que " -#~ "vous faisiez" -#~ msgstr "" -#~ "Als u bevestigt, wordt de pagina herladen en je zou kunnen verliezen wat " -#~ "je hebt gedaan" +#~ msgid "Si vous validez, la page sera rechargée et vous pourriez perdre ce que vous faisiez" +#~ msgstr "Als u bevestigt, wordt de pagina herladen en je zou kunnen verliezen wat je hebt gedaan" #~ msgid "Site web" #~ msgstr "Website" @@ -21498,17 +18270,11 @@ msgstr "termijn" #~ msgstr "Database gebruiker postgresql" #, fuzzy -#~ msgid "" -#~ "Utilisateur n'a pas de profil, votre administrateur doit en configurer un " -#~ "dans CFGSEC" -#~ msgstr "" -#~ "Gebruiker heeft geen profiel, moet de beheerder een in CFGSEC configureren" +#~ msgid "Utilisateur n'a pas de profil, votre administrateur doit en configurer un dans CFGSEC" +#~ msgstr "Gebruiker heeft geen profiel, moet de beheerder een in CFGSEC configureren" -#~ msgid "" -#~ "Utilisateur n'a pas de profile, votre administrateur doit en configurer " -#~ "un dans CFGSEC" -#~ msgstr "" -#~ "Gebruiker heeft geen profiel, moet de beheerder een in CFGSEC configureren" +#~ msgid "Utilisateur n'a pas de profile, votre administrateur doit en configurer un dans CFGSEC" +#~ msgstr "Gebruiker heeft geen profiel, moet de beheerder een in CFGSEC configureren" #~ msgid "Valeur net " #~ msgstr "Nettowaarde" @@ -21546,34 +18312,17 @@ msgstr "termijn" #~ msgid "Veuillez vous reconnecter" #~ msgstr "Gelieve opnieuw in te loggen" -#~ msgid "" -#~ "Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant " -#~ "sur le lien" -#~ msgstr "" -#~ "Gelieve opnieuw in te loggen ofwel in een nieuw venster of anders door op " -#~ "de link de klikken" +#~ msgid "Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur le lien" +#~ msgstr "Gelieve opnieuw in te loggen ofwel in een nieuw venster of anders door op de link de klikken" #~ msgid "Visible Y ou N" #~ msgstr "Zichtbare Y of N" -#~ msgid "" -#~ "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " -#~ "Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec " -#~ "ses identifiants et changer le mot de passe dans préférence (en haut à " -#~ "droit)" -#~ msgstr "" -#~ "Zie hier de gebruiker en het wachtwoord van de admin gebruiker van " -#~ "Noalyss , deze heeft alle rechten en toegang tot alles. Meld u aan met " -#~ "deze ID en pas het wachtwoord aan naar wens (boven rechts)" +#~ msgid "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses identifiants et changer le mot de passe dans préférence (en haut à droit)" +#~ msgstr "Zie hier de gebruiker en het wachtwoord van de admin gebruiker van Noalyss , deze heeft alle rechten en toegang tot alles. Meld u aan met deze ID en pas het wachtwoord aan naar wens (boven rechts)" -#~ msgid "" -#~ "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de " -#~ "Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses " -#~ "identifiants et changer le mot de passe dans préférence (en haut à droit)" -#~ msgstr "" -#~ "Zie hier de gebruiker en het wachtwoord van de admin gebruiker van " -#~ "Noalyss , deze heeft alle rechten en toegang tot alles. Meld u aan met " -#~ "deze ID en pas het wachtwoord aan naar wens (boven rechts)" +#~ msgid "Voici l'utilisateur et mot de passe de l'utilisateur administrateur de Noalyss , il a tous les droits et a accès à tout. Connectez-vous avec ses identifiants et changer le mot de passe dans préférence (en haut à droit)" +#~ msgstr "Zie hier de gebruiker en het wachtwoord van de admin gebruiker van Noalyss , deze heeft alle rechten en toegang tot alles. Meld u aan met deze ID en pas het wachtwoord aan naar wens (boven rechts)" #~ msgid "Voulez-vous avoir une copie de ce dossier" #~ msgstr "Heeft u een kopie van deze kwestie" @@ -21595,11 +18344,8 @@ msgstr "termijn" #~ msgstr "U bevestigt het klonen" #, fuzzy -#~ msgid "" -#~ "Vous devez aller dans CFGCARD pour ajouter une catégorie , puis des " -#~ "fiches de biens à amortir" -#~ msgstr "" -#~ "U Moet Naar het blad menu in Maken for a Niewe categorie en contacten" +#~ msgid "Vous devez aller dans CFGCARD pour ajouter une catégorie , puis des fiches de biens à amortir" +#~ msgstr "U Moet Naar het blad menu in Maken for a Niewe categorie en contacten" #, fuzzy #~ msgid "Vous devez choisir au moins une ligne" @@ -21611,8 +18357,7 @@ msgstr "termijn" #~ msgid "Vous n\\'êtes pas administrateur" #~ msgstr "U bent geen beheerder" -#~ msgid "" -#~ "Vous ne pouvez pas écrire dans ce journal, contacter votre administrateur" +#~ msgid "Vous ne pouvez pas écrire dans ce journal, contacter votre administrateur" #~ msgstr "U mag niet in dit dagboek schrijven, contacteer uw administrator" #~ msgid "Vous utilisez le mode strict la dernière operation est la date du " @@ -21650,12 +18395,8 @@ msgstr "termijn" #~ msgstr "is accèdée, délog u eerst in" # En Anglais donc repris en Anglais dans la traduction. -#~ 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" +#~ 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" #~ msgid "fiche /Activité" #~ msgstr "bestand /Geactiveerd" @@ -21681,14 +18422,8 @@ msgstr "termijn" #~ msgid "le taux n'est pas un nombre" #~ msgstr "tarief is geen getal" -#~ msgid "" -#~ "le type vaut :
            \t
          • ME pour Menu
          • \t
          • PR pour les impressions " -#~ "
          • \t
          • PL pour les plugins
          • \t
          • SP pour des valeurs spéciales\t
          " -#~ msgstr "" -#~ "het type bevat :
            \t
          • ME voor Menu
          • \t
          • PR voor afdruk\t
          • PL voor plugins
          • \t
          • SP voor speciale karakters
          • \t" +#~ msgid "le type vaut :
              \t
            • ME pour Menu
            • \t
            • PR pour les impressions
            • \t
            • PL pour les plugins
            • \t
            • SP pour des valeurs spéciales
            • \t
            " +#~ msgstr "het type bevat :
              \t
            • ME voor Menu
            • \t
            • PR voor afdruk
            • \t
            • PL voor plugins
            • \t
            • SP voor speciale karakters
            • \t
            " #~ msgid "libell" #~ msgstr "omschrijving" From 6747bb1ba1641bfb506f02ee5e7aeefec04d25e1 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 16:33:06 +0200 Subject: [PATCH 11/15] compute.php log exception --- html/compute.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/compute.php b/html/compute.php index a004865d8..0c0b4a6b8 100644 --- a/html/compute.php +++ b/html/compute.php @@ -53,7 +53,7 @@ if ($http->post("action","string","xx")=="qr_refresh") { echo $authenticator->compute_code($secret); } catch (Exception $exc) { - record_log("refresh BarCode invalide"); + record_log($exc); } return; From 90e80cc3144d05ceedb8256b6667bc02b55660da Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 16:33:25 +0200 Subject: [PATCH 12/15] Manage_Table get array with all errors --- include/lib/manage_table_sql.class.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 2d851f5d7..aeac50ed1 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -175,6 +175,13 @@ class Manage_Table_SQL $this->cssclass="inner_box"; } + /** + * @brief returns an array of errors : key= column name + * @return type + */ + function get_aerror() { + return $this->aerror; + } function setCssClass($p_class) { $this->cssclass=$p_class; } From 0fb3ab4973908f626b21624ba79ebbb7c3e72360 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 16:34:10 +0200 Subject: [PATCH 13/15] Sendmail : email not fully compliant, replace code with PHPMailer --- include/lib/sendmail_core.class.php | 165 +++++++++++----------------- 1 file changed, 63 insertions(+), 102 deletions(-) diff --git a/include/lib/sendmail_core.class.php b/include/lib/sendmail_core.class.php index 2768119de..a4d031e9e 100644 --- a/include/lib/sendmail_core.class.php +++ b/include/lib/sendmail_core.class.php @@ -23,7 +23,8 @@ *@brief API for sending email */ - +use PHPMailer\PHPMailer\PHPMailer; +use PHPMailer\PHPMailer\SMTP; /** *@class Sendmail_Core *@brief API for sending email @@ -43,19 +44,34 @@ class Sendmail_Core protected $subject; protected $message; protected $from; - protected $content; - protected $header; - protected $format; + protected $header; //!< unused + protected $format; //!< PLAIN or HTML, message format protected $supplemental_header; //!< $supplemental_header(string) supplemental header to add protected $supplemental_param; //!< $supplemental_param (string) 5th parameter for mail() // for postfix, it should be "-f {$this->from}" for the Return-Path + protected $phpmailer; //!< PHPMailer object; + protected $blind_copy; //!< email of blind copy (list of emails separated by comma) function __construct() { $this->format='PLAIN'; $this->supplemental_header=""; $this->supplemental_param=MAIL_EXTRA_PARAM; + $this->phpmailer = new PHPMailer; + $this->phpmailer->CharSet = PHPMailer::CHARSET_UTF8; + + //$this->phpmailer->SMTPDebug = SMTP::DEBUG_CLIENT; + $this->phpmailer->SMTPDebug = SMTP::DEBUG_OFF; + $this->phpmailer->isSendmail(true); + $this->phpmailer->XMailer = "noalyss-email"; + $this->phpmailer->Host = "localhost"; + $this->phpmailer->Port = "25"; + $this->phpmailer->Username = ""; + $this->phpmailer->Password = ""; + $this->phpmailer->SMTPAuth = false; + $this->afile=[]; + } public function getSupplemental_param() { @@ -67,8 +83,18 @@ class Sendmail_Core $this->supplemental_param = $supplemental_param; return $this; } + public function getPhpmailer() + { + return $this->phpmailer; + } - public function getSupplemental_header() + public function setPhpmailer($phpmailer) + { + $this->phpmailer = $phpmailer; + return $this; + } + + public function getSupplemental_header() { return $this->supplemental_header; } @@ -172,96 +198,42 @@ class Sendmail_Core */ function compose() { - $this->verify(); - $this->header=""; - $this->content=""; - - // a random hash will be necessary to send mixed content - $separator = md5(time()); - - // carriage return type (we use a PHP end of line constant) - $eol = PHP_EOL; - - // main header (multipart mandatory) - $this->header = "From: " . $this->from . $eol; - $this->header .= "Reply-To: " . $this->from . $eol; - $this->header .= "MIME-Version: 1.0" . $eol; - $this->header .= $this->add_supplemental_header(); - if ($this->format == 'PLAIN') + + $this->phpmailer->setFrom($this->from); + + + if ( $this->format == "HTML") { - $this->header .= "Content-Type: multipart/mixed; boundary=\"" . $separator . "\"" ; - // message PLAIN - $this->content .= "--" . $separator . $eol; - $this->content .= "Content-Type: text/plain; charset=UTF-8" . $eol; - $this->content .= "Content-Transfer-Encoding: 8bit" . $eol.$eol ; - $this->content .= $this->message . $eol ; - } elseif ($this->format == 'HTML') { - $separator_second=md5(rand()); - - $this->header .= "Content-Type: multipart/mixed; boundary=\"" . $separator . "\"" .$eol ; - // message PLAIN - $this->content .= "--" . $separator . $eol; - $this->content .= "Content-Type: multipart/alternative; boundary=\"" . $separator_second . "\"".$eol ; - $this->content.= "--$separator_second".$eol; - $this->content .= "Content-Type: text/plain; charset=UTF-8; format=flowed".$eol; - $this->content .= "Content-Transfer-Encoding: 8bit" . $eol.$eol ; - $this->content .= strip_tags($this->message) . $eol ; - $this->content.=$eol; - $this->content.=$eol; - $this->content.=$eol; - // message HTML - $this->content .= "--" . $separator_second.$eol; - $this->content .= "Content-Type: text/html; charset=UTF-8" . $eol; - $this->content .= "Content-Transfer-Encoding: 8bit" . $eol.$eol ; - $this->content .=<<{$eol} -{$eol} -{$eol} - -{$eol} -{$eol} - -{$eol} -{$eol} -{$eol} -eof; - $this->content .= $this->message. $eol ; - $this->content .=" ".$eol; - $this->content .= "--" . $separator_second."--" . $eol; - - }else { - throw new \Exception('SC172 : unknow format '); + $this->phpmailer->Body = $this->message; + $this->phpmailer->AltBody = \strip_tags($this->message); + $this->phpmailer->isHTML(true); + } + else + { + $this->phpmailer->Body = $this->message; + $this->phpmailer->isHTML(false); + } + $this->phpmailer->Subject = $this->subject; + $nb_file=count($this->afile); + for ($i=0;$i<$nb_file;$i++) + { + $this->phpmailer->addAttachment($this->afile[$i]->full_name); } - if ( ! empty($this->afile ) ) + $a_email = explode(',', $this->mailto); + foreach ($a_email as $item) { - // attachment - for ($i = 0; $i < count($this->afile); $i++) - { - - $file = $this->afile[$i]; - $file_size = filesize($file->full_name); - $mimetype=( $file->type=="")?mime_content_type($file->full_name):$file->type; - $handle = fopen($file->full_name, "r"); - if ( $handle == false ){ - \record_log("SC159 ".var_export($file,true)); - throw new Exception ('SC159 email not send file not added'.$file->full_name); - } - $content = fread($handle, $file_size); - fclose($handle); - $content = chunk_split(base64_encode($content)); - $this->content .= "--" . $separator . $eol; - $this->content .= "Content-Type: " . $mimetype . "; name=\"" . $file->filename . "\"" . $eol; - $this->content .= "Content-Disposition: attachment; filename=\"" . $file->filename . "\"" . $eol; - $this->content .= "Content-Transfer-Encoding: base64" . $eol; - $this->content.=$eol; - $this->content .= $content . $eol ; - } + $this->phpmailer->addAddress($item); } - if ( empty ($this->afile) ) $this->content.=$eol; - - $this->content .= "--" . $separator . "--"; - $this->supplemental_param= str_replace("[FROM]", $this->from, $this->supplemental_param); + $a_blind_copy=explode(",",$this->blind_copy??""); + $nb_blind_copy=count($a_blind_copy); + for ($i=0;$i<$nb_blind_copy;$i++) + { + $this->phpmailer->addBCC($a_blind_copy[$i]); + } + + $this->phpmailer->preSend(); + } /** @@ -270,17 +242,6 @@ eof; */ function send() { - try { - $this->verify(); - - } catch (Exception $e) { - throw $e; - } - $encoded_subject = mb_encode_mimeheader( $this->subject, 'UTF-8', 'B'); - - if (!mail($this->mailto,$encoded_subject, $this->content,$this->header,$this->supplemental_param)) - { - throw new Exception('send failed'); - } + $this->phpmailer->send(); } } From 85022945dcd2d06641574e4b686734d369363679 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 16:34:23 +0200 Subject: [PATCH 14/15] Unit test : test changes 10.2 --- unit-test/include/Ajax/ajax_miscTest.php | 36 ++++++++++++++++++-- unit-test/include/class/Acc_DocumentTest.php | 11 ------ unit-test/include/class/Acc_TVATest.php | 4 +-- unit-test/include/class/FacturXTest.php | 5 ++- unit-test/include/class/InvoiceUBL21Test.php | 3 +- 5 files changed, 42 insertions(+), 17 deletions(-) diff --git a/unit-test/include/Ajax/ajax_miscTest.php b/unit-test/include/Ajax/ajax_miscTest.php index f5e94c81e..0113995fc 100644 --- a/unit-test/include/Ajax/ajax_miscTest.php +++ b/unit-test/include/Ajax/ajax_miscTest.php @@ -146,8 +146,9 @@ class Ajax_MiscTest extends TestCase ); $_REQUEST = $_POST = $_GET = $query; + ob_start(); - require NOALYSS_HOME . '/fid.php'; + include NOALYSS_HOME . '/fid.php'; $content = ob_get_contents(); ob_end_clean(); @@ -155,10 +156,41 @@ class Ajax_MiscTest extends TestCase {"flabel":"e_march4_label","name":"Inserted by PHPUNIT-Ajax_MiscTest:createCard_MA1 ","ftva_id":"e_march4_tva_id","tva_id":"210A","fPrice_sale":"e_march4_price","sell":"0","fPrice_purchase":"e_march4_price","buy":"0","answer":"ok"} EOF; - $this->assertEquals($expected, $content, "Incorrect answer"); + $this->assertEquals($expected, $content, "Incorrect answer $content"); // clean card $this->cleanCard($fiche->id); } + + public function testComputeQRCODE() + { + $_POST['secret']="QJPJXHOJ77B76WYEFURCSHRMVI7JC7FBRJA2QH34T4SXANVQUDYA"; + $_POST['action']="qr_refresh"; + ob_start(); + include NOALYSS_HOME."/compute.php"; + $x= ob_get_contents(); + ob_end_clean(); + $this->assertTrue($x==floatval($x),"Invalid return $x"); + } + public function testCompute1() + { + $_POST=$_REQUEST=$_GET=array ( + 'gDossier' => DOSSIER, + 'c'=>'PORA', + 't'=>1, + 'p'=>600, + 'q'=>1, + 'n'=>0, + 'other_tax_id' => -1 + ); + + ob_start(); + include NOALYSS_HOME."/compute.php"; + $content = ob_get_contents(); + ob_end_clean(); + $expected='{"ctl":0,"htva":600,"tva":126,"tvac":"726.0000","other_tax":0}'."\n"; + + $this->assertEquals($expected, $content, "Incorrect answer $content"); + } } \ No newline at end of file diff --git a/unit-test/include/class/Acc_DocumentTest.php b/unit-test/include/class/Acc_DocumentTest.php index 53fc2d1f9..109bd431b 100644 --- a/unit-test/include/class/Acc_DocumentTest.php +++ b/unit-test/include/class/Acc_DocumentTest.php @@ -194,17 +194,6 @@ class Acc_DocumentTest extends TestCase { // return array([1], [2], [3]); // } - /** - * @testdox description of the test - * @covers Acc_Balance::summary_add - * @depend Acc_Balance::summary_init - * @backupGlobals enabled - * @dataProvider dataExample - * @global $g_connection - */ - function testFunction() { - - } /** * @testdox Test the standard invoice, check file * @covers Document::generate diff --git a/unit-test/include/class/Acc_TVATest.php b/unit-test/include/class/Acc_TVATest.php index 9bf8bfb3f..15573f0e3 100644 --- a/unit-test/include/class/Acc_TVATest.php +++ b/unit-test/include/class/Acc_TVATest.php @@ -128,7 +128,7 @@ class Acc_TVATest extends TestCase return array( ['S',true,null] ,['Z',true,null] - ,['A',false,""] + ,['A',true,""] ,['K',true,"XX"] ); } @@ -159,7 +159,7 @@ class Acc_TVATest extends TestCase if ( $result != $check) { print "Error for $peppopl_code\n"; - print_r($tva_rate_mtable->aerror); + print_r($tva_rate_mtable->get_aerror()); $this->display_error($tva_rate_mtable); } } diff --git a/unit-test/include/class/FacturXTest.php b/unit-test/include/class/FacturXTest.php index 0053f65ca..739b92ce4 100644 --- a/unit-test/include/class/FacturXTest.php +++ b/unit-test/include/class/FacturXTest.php @@ -49,6 +49,9 @@ class FacturXTest extends TestCase { function testBuild_Data() { $cn=\Dossier::connect(); $facturx=new \Noalyss\XMLDocument\FacturX($cn); + $data=$facturx->get_data() ; + $this->assertTrue($data == [] + ," Build Data fails : get null value"); } @@ -137,6 +140,6 @@ class FacturXTest extends TestCase { $customer=$facturx->get_data()['customer']; $a_error = $facturx->check_customer_data($customer['card_id']); print_r($a_error); - $this->assertTrue(count($a_error)==6, "nb of error incorrect ,expected 6, received = ".print_r($a_error,true)); + $this->assertTrue(count($a_error)==5, "nb of error incorrect (JR_INTERNAL=V000002),expected 5, received = ".print_r($a_error,true)); } } diff --git a/unit-test/include/class/InvoiceUBL21Test.php b/unit-test/include/class/InvoiceUBL21Test.php index 70b4c647d..8798bc30b 100644 --- a/unit-test/include/class/InvoiceUBL21Test.php +++ b/unit-test/include/class/InvoiceUBL21Test.php @@ -50,6 +50,7 @@ class InvoiceUBL21Test extends TestCase { function testBuild_Data() { $cn = \Dossier::connect(); $ublinvoice21 = new \Noalyss\XMLDocument\InvoiceUBL21($cn); + $this->assertTrue($ublinvoice21->get_data()==[],"Data is not empty"); } /** @@ -170,6 +171,6 @@ class InvoiceUBL21Test extends TestCase { $ublinvoice21->build_data(2); $customer = $ublinvoice21->get_data()['customer']; $a_error=$ublinvoice21->check_customer_data($customer['card_id']); - $this->assertTrue(count($a_error) ==6 , " nb of errors incorrect ".print_r($a_error,true)); + $this->assertTrue(count($a_error) ==7 , " nb of errors incorrect ".print_r($a_error,true)); } } From d919c5fd1ebf319a058006762869d68ebbf6d7e4 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 30 Apr 2026 16:58:17 +0200 Subject: [PATCH 15/15] SMTPMail Sendmail_Core: align blind_copy and reply_to --- include/lib/sendmail_core.class.php | 5 ++++- include/lib/smtpmail.class.php | 9 +++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/include/lib/sendmail_core.class.php b/include/lib/sendmail_core.class.php index a4d031e9e..b34cd6e11 100644 --- a/include/lib/sendmail_core.class.php +++ b/include/lib/sendmail_core.class.php @@ -52,6 +52,7 @@ class Sendmail_Core // for postfix, it should be "-f {$this->from}" for the Return-Path protected $phpmailer; //!< PHPMailer object; protected $blind_copy; //!< email of blind copy (list of emails separated by comma) + protected $reply_to; //!< reply to function __construct() { @@ -231,7 +232,9 @@ class Sendmail_Core { $this->phpmailer->addBCC($a_blind_copy[$i]); } - + if ( ! empty ($this->reply_to)) { + $this->phpmailer->addReplyTo($this->reply_to); + } $this->phpmailer->preSend(); } diff --git a/include/lib/smtpmail.class.php b/include/lib/smtpmail.class.php index 60319abfe..1d2e92f74 100644 --- a/include/lib/smtpmail.class.php +++ b/include/lib/smtpmail.class.php @@ -90,11 +90,16 @@ class SMTPMail } /** - * @param mixed $blind_copy + * @param string $blind_copy list of emails BCC separated by a comma */ public function setBlindCopy($blind_copy): SMTPMail { - $this->phpmailer->addBCC($this->blind_copy); + $a_blind_copy=explode(",",$blind_copy??""); + $nb_blind_copy=count($a_blind_copy); + for ($i=0;$i<$nb_blind_copy;$i++) + { + $this->phpmailer->addBCC($a_blind_copy[$i]); + } return $this; }