diff --git a/dev/extract_text.sh b/dev/extract_text.sh index 91c199045..f1f23b0d2 100644 --- a/dev/extract_text.sh +++ b/dev/extract_text.sh @@ -7,8 +7,11 @@ # Author D. DE BONTRIDDER danydb@aevalys.eu echo "Extract" cd .. +FILE=/tmp/file-list.$$ + +find . -type f -name \*.php > $FILE # CATALOG -xgettext -L PHP -j --from-code=UTF-8 -p html/lang/ html/*.php include/*.php include/template/*.php include/ext/*/*.php include/ext/*/include/*.php include/ext/*/include/template/*.php include/lib/*.php include/ajax/*.php include/export/*.php include/class/*.php +xgettext -L PHP -j --from-code=UTF-8 -p html/lang -f $FILE # For dutch echo "Dutch" diff --git a/html/do.php b/html/do.php index fc04b284f..2b463292d 100644 --- a/html/do.php +++ b/html/do.php @@ -309,10 +309,12 @@ if (isset($_REQUEST['ac'])) echo ''; echo _('Retour'); echo ''; + return; } else { alert($e->getMessage()); record_log($e->getTraceAsString()); + throw $e; } } } @@ -343,6 +345,7 @@ else { echo $exc->getMessage(); record_log($exc->getTraceAsString()); + throw $e; } } diff --git a/html/js/scripts.js b/html/js/scripts.js index a1e4fe149..abbd6285f 100644 --- a/html/js/scripts.js +++ b/html/js/scripts.js @@ -705,6 +705,7 @@ function add_div(obj) /* elt.setStyle({visibility:'visible'}); */ elt.style.visibility = 'visible'; elt.show(); + return elt; } catch (e) { @@ -2974,7 +2975,7 @@ function confirm_box(p_obj, p_message,p_callback_true) */ function alert_box(p_message) { - smoke.alert(p_message,false , {ok:'ok',classname:"inner_box"}); + smoke.alert(p_message, undefined,{ok:'ok',classname:"inner_box"}); } diff --git a/html/lang/en_US/LC_MESSAGES/messages.po b/html/lang/en_US/LC_MESSAGES/messages.po index b1e9bb5b0..68ae6ec7d 100644 --- a/html/lang/en_US/LC_MESSAGES/messages.po +++ b/html/lang/en_US/LC_MESSAGES/messages.po @@ -9,33 +9,31 @@ msgid "" msgstr "" "Project-Id-Version: NOALYSS 672\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-21 13:51+0200\n" -"PO-Revision-Date: 2018-07-21 13:54+0200\n" -"Last-Translator: dany\n" -"Language-Team: French \n" +"POT-Creation-Date: 2018-11-20 22:27+0100\n" +"PO-Revision-Date: 2018-11-20 22:30+0100\n" +"Last-Translator: dany \n" +"Language-Team: French \n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: include/database.item.php:124 msgid " " msgstr "C" #: include/export/export_gl_pdf.php:75 -#, fuzzy msgid " Periode : " msgstr "Period" #: include/export/export_poste_detail_pdf.php:60 -#, fuzzy, php-format +#, php-format msgid " Période : %s %s" msgstr "Periode : %s %s" #: include/ext/import_card/include/template/input_file.php:47 -#, fuzzy #: include/ext/import_card/include/template/input_format.php:39 msgid " Texte entouré du signe" msgstr "Text surrounded with" @@ -141,10 +139,9 @@ msgstr "Start periode" msgid " Désolé mais cette période est utilisée" msgstr "Sorry but this period is used" -#: html/ajax_card.php:478 html/ajax_card.php:479 -#: include/ajax/ajax_card.php:459 include/ajax/ajax_card.php:460 -#: include/ajax/ajax_card.php:461 include/ajax/ajax_card.php:494 -#: include/ajax/ajax_card.php:498 +#: html/ajax_card.php:478 html/ajax_card.php:479 include/ajax/ajax_card.php:459 +#: include/ajax/ajax_card.php:460 include/ajax/ajax_card.php:461 +#: include/ajax/ajax_card.php:494 include/ajax/ajax_card.php:498 msgid " Employé ou administrateur" msgstr "Manager or Employee" @@ -205,8 +202,7 @@ msgstr "Your version is %s" msgid " Libellé du paiement" msgstr "Wording of payment" -#: include/ajax_account_update.php:149 -#: include/ajax/ajax_account_update.php:149 +#: include/ajax_account_update.php:149 include/ajax/ajax_account_update.php:149 #: include/ajax/ajax_account_update.php:151 msgid " Ne peut pas modifier; aucun poste parent" msgstr "Warning : no parent accounting" @@ -304,10 +300,9 @@ msgid " de clients" msgstr "of customers" #: html/ajax_card.php:421 html/ajax_card.php:422 html/ajax_card.php:469 -#: html/ajax_card.php:470 html/ajax_card.php:471 -#: include/ajax/ajax_card.php:451 include/ajax/ajax_card.php:452 -#: include/ajax/ajax_card.php:453 include/ajax/ajax_card.php:486 -#: include/ajax/ajax_card.php:490 +#: html/ajax_card.php:470 html/ajax_card.php:471 include/ajax/ajax_card.php:451 +#: include/ajax/ajax_card.php:452 include/ajax/ajax_card.php:453 +#: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:490 msgid " de contacts" msgstr "of contacts" @@ -768,17 +763,15 @@ msgstr "Incorrect direct access" #: include/class/class_acc_ledger_sold.php:84 #: include/class/class_acc_ledger.php:1855 include/ajax/ajax_todo_list.php:198 #: include/ajax/ajax_todo_list.php:261 include/class/class_acc_ledger.php:1861 -#: html/export.php:45 html/recherche.php:55 -#: include/ajax/ajax_todo_list.php:200 include/ajax/ajax_todo_list.php:263 -#: include/class/acc_ledger.class.php:1461 +#: html/export.php:45 html/recherche.php:55 include/ajax/ajax_todo_list.php:200 +#: include/ajax/ajax_todo_list.php:263 include/class/acc_ledger.class.php:1461 #: include/class/acc_ledger_fin.class.php:74 #: include/class/acc_ledger_purchase.class.php:75 #: include/class/acc_ledger_sold.class.php:84 html/recherche.php:56 #: include/ajax/ajax_todo_list.php:201 include/ajax/ajax_todo_list.php:264 -#: include/class/acc_ledger.class.php:1028 -#: include/ext/modop/modop_save.php:247 html/recherche.php:58 -#: include/ajax/ajax_todo_list.php:203 include/ajax/ajax_todo_list.php:266 -#: include/class/acc_ledger.class.php:1029 +#: include/class/acc_ledger.class.php:1028 include/ext/modop/modop_save.php:247 +#: html/recherche.php:58 include/ajax/ajax_todo_list.php:203 +#: include/ajax/ajax_todo_list.php:266 include/class/acc_ledger.class.php:1029 msgid "Accès interdit" msgstr "Forbidden access" @@ -796,6 +789,7 @@ msgstr "Ledger" #: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252 #: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300 +#: html/do.php:310 msgid "Accès menu impossible" msgstr "Unauthorized access" @@ -820,15 +814,12 @@ msgstr "all access" #: include/database.item.php:206 include/database.item.php:207 #: include/cfgledger.inc.php:164 include/database.item.php:10 #: include/database.item.php:74 include/database.item.php:210 -#: include/database.item.php:224 -#: include/class/acc_ledger_search.class.php:1083 +#: include/database.item.php:224 include/class/acc_ledger_search.class.php:1083 #: include/cfgledger.inc.php:166 include/database.item.php:4 #: include/database.item.php:68 include/database.item.php:227 -#: include/database.item.php:247 -#: include/class/acc_ledger_search.class.php:1078 +#: include/database.item.php:247 include/class/acc_ledger_search.class.php:1078 #: include/database.item.php:208 include/database.item.php:222 -#: include/cfgledger.inc.php:171 -#: include/class/acc_ledger_search.class.php:1086 +#: include/cfgledger.inc.php:171 include/class/acc_ledger_search.class.php:1086 msgid "Achat" msgstr "Purchase" @@ -1051,6 +1042,7 @@ msgstr "Global Parameter" #: include/export/export_stock_resume_list.php:38 #: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604 #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761 +#: include/class/fiche.class.php:1763 msgid "Adresse" msgstr "Address" @@ -1310,17 +1302,16 @@ msgstr "Add a tag" msgid "Ajout d'un taux de tva" msgstr "Adding a VAT rates" -#: include/adm.inc.php:128 include/bank.inc.php:124 -#: include/contact.inc.php:133 include/customer.inc.php:123 -#: include/manager.inc.php:126 include/supplier.inc.php:128 -#: include/adm.inc.php:125 include/bank.inc.php:123 include/adm.inc.php:135 -#: include/bank.inc.php:134 include/customer.inc.php:134 -#: include/manager.inc.php:137 include/supplier.inc.php:137 -#: include/adm.inc.php:138 include/contact.inc.php:137 -#: include/customer.inc.php:137 include/manager.inc.php:140 -#: include/supplier.inc.php:139 include/contact.inc.php:138 -#: include/manager.inc.php:141 include/adm.inc.php:136 -#: include/customer.inc.php:138 +#: include/adm.inc.php:128 include/bank.inc.php:124 include/contact.inc.php:133 +#: include/customer.inc.php:123 include/manager.inc.php:126 +#: include/supplier.inc.php:128 include/adm.inc.php:125 +#: include/bank.inc.php:123 include/adm.inc.php:135 include/bank.inc.php:134 +#: include/customer.inc.php:134 include/manager.inc.php:137 +#: include/supplier.inc.php:137 include/adm.inc.php:138 +#: include/contact.inc.php:137 include/customer.inc.php:137 +#: include/manager.inc.php:140 include/supplier.inc.php:139 +#: include/contact.inc.php:138 include/manager.inc.php:141 +#: include/adm.inc.php:136 include/customer.inc.php:138 msgid "Ajout d'une catégorie" msgstr "Add a category" @@ -1340,8 +1331,7 @@ msgstr "Adding a correspondence" #: include/ext/coprop/include/class_coprop_appel_fond.php:219 #: include/ext/coprop/include/class_coprop_appel_fond.php:218 #: include/ext/modop/modop_display.php:133 -#: include/ext/modop/modop_display.php:150 -#: include/operation_ods_new.inc.php:94 +#: include/ext/modop/modop_display.php:150 include/operation_ods_new.inc.php:94 #: include/ext/coprop/include/coprop_appel_fond.class.php:218 #: include/ext/coprop/include/appel_fond.inc.php:83 #: include/ext/coprop/include/appel_fond.inc.php:153 @@ -1501,9 +1491,9 @@ msgstr "Add a template" msgid "Ajouter un profil" msgstr "Add a profile" -#: include/class_anc_group_operation.php:189 -#: include/class_anticipation.php:430 include/template/stock_inv.php:103 -#: include/class_anticipation.php:431 include/template/detail-action.php:359 +#: include/class_anc_group_operation.php:189 include/class_anticipation.php:430 +#: include/template/stock_inv.php:103 include/class_anticipation.php:431 +#: include/template/detail-action.php:359 #: include/template/detail-action.php:374 #: include/template/detail-action.php:390 #: include/template/detail-action.php:396 @@ -1614,6 +1604,7 @@ msgstr "Analytic" #: include/ajax_preference.php:166 include/ajax_preference.php:167 #: html/test_class.php:220 include/ajax_preference.php:174 #: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253 +#: dev/test/test_class.php:216 msgid "Anglais" msgstr "English" @@ -1744,9 +1735,8 @@ msgstr "Appplication" msgid "Appliquer" msgstr "Apply" -#: include/template/action_search.php:119 -#: include/template/action_search.php:52 include/template/action_search.php:86 -#: include/template/action_search.php:82 +#: include/template/action_search.php:119 include/template/action_search.php:52 +#: include/template/action_search.php:86 include/template/action_search.php:82 #, php-format msgid "Après le " msgstr "After" @@ -1991,7 +1981,7 @@ msgstr "Warning, do not change the meaning of this accounting" #: html/do.php:104 html/do.php:103 html/do.php:98 html/do.php:100 #: html/do.php:128 html/do.php:141 html/do.php:143 html/do.php:161 -#: html/do.php:185 html/do.php:197 +#: html/do.php:185 html/do.php:197 html/do.php:207 msgid "" "Attention: la version de base de donnée est supérieure à la version du " "programme, vous devriez mettre à jour" @@ -2235,6 +2225,7 @@ msgstr "No accounting found" #: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265 #: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319 +#: html/do.php:329 msgid "Aucun profil utilisateur" msgstr "No user profile" @@ -2332,13 +2323,11 @@ msgstr "No description" #: include/lib/ac_common.php:1185 include/lib/ac_common.php:1186 #: include/lib/ac_common.php:1189 include/lib/ac_common.php:1196 #: include/export/export_fiche_detail_csv.php:55 -#: include/template/ledger_detail_bottom.php:263 -#: include/lib/ac_common.php:1207 include/lib/ac_common.php:1208 -#: include/template/ledger_detail_bottom.php:269 -#: include/lib/ac_common.php:1209 -#: include/export/export_fiche_detail_csv.php:60 -#: include/template/ledger_detail_bottom.php:286 -#: include/lib/ac_common.php:1221 include/lib/ac_common.php:1223 +#: include/template/ledger_detail_bottom.php:263 include/lib/ac_common.php:1207 +#: include/lib/ac_common.php:1208 include/template/ledger_detail_bottom.php:269 +#: include/lib/ac_common.php:1209 include/export/export_fiche_detail_csv.php:60 +#: include/template/ledger_detail_bottom.php:286 include/lib/ac_common.php:1221 +#: include/lib/ac_common.php:1223 msgid "Aucune donnée" msgstr "no data" @@ -2416,13 +2405,11 @@ msgstr "No period found" msgid "Aucune pièce à envoyer" msgstr "No room to send" -#: include/class_acc_ledger.php:1633 -#: include/class_acc_ledger_purchase.php:1009 +#: include/class_acc_ledger.php:1633 include/class_acc_ledger_purchase.php:1009 #: include/class_acc_ledger_sold.php:1034 #: include/ext/amortis/include/class_am_generate.php:86 #: include/class_acc_ledger.php:1630 include/class_acc_ledger_fin.php:295 -#: include/class_acc_ledger.php:1638 -#: include/class_acc_ledger_purchase.php:1017 +#: include/class_acc_ledger.php:1638 include/class_acc_ledger_purchase.php:1017 #: include/class_acc_ledger_sold.php:1059 include/class_acc_ledger.php:1650 #: include/class_acc_ledger_purchase.php:1020 #: include/class_acc_ledger_sold.php:1060 include/class_acc_ledger.php:1653 @@ -2567,9 +2554,8 @@ msgstr "Others concerned persons" msgid "Avancé" msgstr "Advanced" -#: include/template/action_search.php:126 -#: include/template/action_search.php:59 include/template/action_search.php:93 -#: include/template/action_search.php:89 +#: include/template/action_search.php:126 include/template/action_search.php:59 +#: include/template/action_search.php:93 include/template/action_search.php:89 msgid "Avant le" msgstr "Before" @@ -2833,7 +2819,7 @@ msgstr "Database %smod%d is accessed, disconnect first" #: html/do.php:97 html/user_login.php:66 html/do.php:96 html/do.php:91 #: html/do.php:93 html/user_login.php:67 html/do.php:121 html/do.php:134 #: html/do.php:136 html/do.php:154 html/do.php:178 html/user_login.php:69 -#: html/do.php:186 html/user_login.php:70 +#: html/do.php:186 html/user_login.php:70 html/do.php:196 msgid "Base de donnée invalide" msgstr "Invalid Database" @@ -2888,7 +2874,7 @@ msgstr "Although damping deleted" msgid "Biens amortissables" msgstr "Depreciable property" -#: html/test_class.php:213 +#: html/test_class.php:213 dev/test/test_class.php:209 msgid "Bienvenu sur mon site" msgstr "Welcome on my website" @@ -3018,6 +3004,7 @@ msgstr "from" #: include/lib/class_manage_table_sql.php:662 #: include/lib/manage_table_sql.class.php:935 #: include/lib/manage_table_sql.class.php:1008 +#: include/lib/manage_table_sql.class.php:1028 msgid "Cancel" msgstr "Cancel" @@ -3031,24 +3018,23 @@ msgstr "Repair card not found" msgid "Categorie" msgstr "Category" -#: include/class_document_modele.php:67 -#: include/template/forecast-detail.php:11 include/template/fiche_list.php:45 -#: include/class_html_input.php:367 +#: include/class_document_modele.php:67 include/template/forecast-detail.php:11 +#: include/template/fiche_list.php:45 include/class_html_input.php:367 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:130 #: include/class_html_input.php:368 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:132 #: include/template/fiche_list.php:47 include/class_fiche.php:430 #: include/class_fiche.php:553 include/class_html_input.php:372 #: include/class_fiche.php:555 include/lib/class_html_input.php:372 -#: include/class/class_document_modele.php:67 -#: include/class/class_fiche.php:430 include/class/class_fiche.php:555 +#: include/class/class_document_modele.php:67 include/class/class_fiche.php:430 +#: include/class/class_fiche.php:555 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:149 #: include/class/class_document_modele.php:68 #: include/lib/class_html_input.php:373 include/lib/class_html_input.php:374 #: include/class/class_fiche.php:556 include/lib/html_input.class.php:370 -#: include/class/document_modele.class.php:68 -#: include/class/fiche.class.php:432 include/class/fiche.class.php:562 -#: include/lib/html_input.class.php:386 +#: include/class/document_modele.class.php:68 include/class/fiche.class.php:432 +#: include/class/fiche.class.php:562 include/lib/html_input.class.php:386 +#: include/class/fiche.class.php:434 include/class/fiche.class.php:564 msgid "Catégorie" msgstr "Category" @@ -3107,10 +3093,9 @@ msgstr "Existing category" #: html/ajax_card.php:468 html/ajax_card.php:469 html/ajax_card.php:470 #: html/ajax_card.php:521 html/ajax_card.php:522 html/ajax_card.php:528 -#: html/ajax_card.php:530 html/ajax_card.php:529 -#: include/ajax/ajax_card.php:509 include/ajax/ajax_card.php:510 -#: include/ajax/ajax_card.php:511 include/ajax/ajax_card.php:544 -#: include/ajax/ajax_card.php:548 +#: html/ajax_card.php:530 html/ajax_card.php:529 include/ajax/ajax_card.php:509 +#: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:548 msgid "Catégorie existe déjà" msgstr "Category already exists" @@ -3121,10 +3106,9 @@ msgstr "Invalid category" #: html/ajax_card.php:470 html/ajax_card.php:471 html/ajax_card.php:472 #: html/ajax_card.php:523 html/ajax_card.php:524 html/ajax_card.php:530 -#: html/ajax_card.php:532 html/ajax_card.php:531 -#: include/ajax/ajax_card.php:511 include/ajax/ajax_card.php:512 -#: include/ajax/ajax_card.php:513 include/ajax/ajax_card.php:546 -#: include/ajax/ajax_card.php:550 +#: html/ajax_card.php:532 html/ajax_card.php:531 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:512 include/ajax/ajax_card.php:513 +#: include/ajax/ajax_card.php:546 include/ajax/ajax_card.php:550 msgid "Catégorie sauvée" msgstr "Category saved" @@ -3202,8 +3186,7 @@ msgstr "This plan does not exist" msgid "Ce plugin n'existe pas " msgstr "No plugin" -#: include/ajax_account_update.php:160 -#: include/ajax/ajax_account_update.php:160 +#: include/ajax_account_update.php:160 include/ajax/ajax_account_update.php:160 #: include/ajax/ajax_account_update.php:162 msgid "Ce poste existe déjà " msgstr "This accounting already exists" @@ -3255,7 +3238,7 @@ msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "This work is not allowed, please contact your administrator" #: include/class_fiche.php:406 include/class/class_fiche.php:406 -#: include/class/fiche.class.php:408 +#: include/class/fiche.class.php:408 include/class/fiche.class.php:410 msgid "Cette categorie de card n'existe pas" msgstr "This category do not exist" @@ -3338,7 +3321,7 @@ msgstr "This vat is invalid" msgid "Champ \"linetype\" vide mais autres valeurs présentes" msgstr "COlumn \"linetype\" empty but other values present" -#: html/test_class.php:231 +#: html/test_class.php:231 dev/test/test_class.php:227 msgid "Change de langue" msgstr "Change the language" @@ -3444,8 +3427,7 @@ msgstr "full path to postgresql" #: include/user.inc.php:136 include/template/anc_key_display_list.php:28 #: include/template/fiche_def_list.php:32 #: include/template/result_cat_card_summary.php:5 -#: include/template/tag_search_select.php:12 -#: include/template/tag_select.php:12 +#: include/template/tag_search_select.php:12 include/template/tag_select.php:12 #: include/template/todo_list_list_user.php:31 #: include/ext/rapport_avance/ajax_listing_search_code.php:34 #: include/ext/rapport_avance/ajax_rapav_search_code.php:32 @@ -3454,8 +3436,7 @@ msgstr "full path to postgresql" #: include/ext/amortis/include/template/listing_histo.php:30 #: include/ajax/ajax_boxcard_search.php:46 include/ajax/ajax_card.php:284 #: include/ajax/ajax_navigator.php:41 include/class/class_acc_ledger.php:3425 -#: include/class/class_fiche.php:2041 -#: include/class/class_pre_operation.php:282 +#: include/class/class_fiche.php:2041 include/class/class_pre_operation.php:282 #: include/class/class_fiche.php:2044 html/user_login.php:171 #: include/class/class_acc_ledger.php:3424 #: include/class/class_pre_operation.php:285 html/user_login.php:163 @@ -3481,7 +3462,7 @@ msgstr "full path to postgresql" #: include/lib/manage_table_sql.class.php:631 include/ajax/ajax_card.php:291 #: include/ajax/ajax_navigator.php:46 include/class/acc_ledger.class.php:2175 #: include/class/fiche.class.php:2221 html/user_login.php:181 -#: include/class/acc_ledger.class.php:2176 +#: include/class/acc_ledger.class.php:2176 include/class/fiche.class.php:2223 #, php-format msgid "Cherche" msgstr "Search" @@ -3623,7 +3604,7 @@ msgstr "Select your folder" msgid "Choississez votre dossier" msgstr "Select your folder" -#: html/test_class.php:218 +#: html/test_class.php:218 dev/test/test_class.php:214 msgid "Choississez votre langue" msgstr "Select your language" @@ -3787,15 +3768,13 @@ msgstr "Key distribution" msgid "Clef invalide" msgstr "Invalid key" -#: include/class_acc_ledger_sold.php:663 -#: include/class_acc_ledger_sold.php:1005 +#: include/class_acc_ledger_sold.php:663 include/class_acc_ledger_sold.php:1005 #: include/class_acc_ledger_sold.php:1260 include/class_pre_op_ven.php:371 #: include/database.item.php:15 include/template/ledger_detail_ven.php:52 #: include/ext/transform/ajax_modify_intervat_assujetti.php:24 #: include/template/print_ledger_simple.php:10 #: include/template/ledger_detail_ven.php:58 -#: include/class_acc_ledger_sold.php:1258 -#: include/class_acc_ledger_sold.php:674 +#: include/class_acc_ledger_sold.php:1258 include/class_acc_ledger_sold.php:674 #: include/class_acc_ledger_sold.php:1030 #: include/class_acc_ledger_sold.php:1282 #: include/template/ledger_detail_ven.php:59 @@ -4070,8 +4049,7 @@ msgstr "Country code incorrect" msgid "Code Postal" msgstr "ZIP Code" -#: include/template/stock_histo_search.php:35 -#: include/template/stock_inv.php:60 +#: include/template/stock_histo_search.php:35 include/template/stock_inv.php:60 #: include/template/stock_summary_table.php:33 #: include/template/stock_inv.php:61 #: include/export/export_stock_histo_csv.php:41 @@ -4171,7 +4149,7 @@ msgstr "Dealer code" #: include/class/acc_account_ledger.class.php:394 #: include/class/fiche.class.php:1457 #: include/class/acc_account_ledger.class.php:395 -#: include/class/fiche.class.php:1458 +#: include/class/fiche.class.php:1458 include/class/fiche.class.php:1460 msgid "Code interne" msgstr "Internal code" @@ -4358,24 +4336,20 @@ msgstr "Department" #: include/template/ledger_detail_ach.php:146 #: include/template/ledger_detail_fin.php:115 #: include/template/ledger_detail_misc.php:99 -#: include/template/ledger_detail_ven.php:144 -#: include/class_acc_ledger.php:1442 +#: include/template/ledger_detail_ven.php:144 include/class_acc_ledger.php:1442 #: include/template/ledger_detail_ven.php:150 #: include/class_acc_ledger_fin.php:552 include/class_acc_ledger_fin.php:563 -#: include/class_acc_ledger.php:1449 -#: include/class_acc_ledger_purchase.php:1405 +#: include/class_acc_ledger.php:1449 include/class_acc_ledger_purchase.php:1405 #: include/class_acc_ledger_sold.php:701 #: include/template/ledger_detail_ach.php:148 #: include/template/ledger_detail_fin.php:117 #: include/template/ledger_detail_misc.php:98 -#: include/template/ledger_detail_ven.php:152 -#: include/class_acc_ledger.php:1461 +#: include/template/ledger_detail_ven.php:152 include/class_acc_ledger.php:1461 #: include/class_acc_ledger_purchase.php:1408 #: include/template/ledger_detail_ach.php:147 #: include/template/ledger_detail_fin.php:107 #: include/template/ledger_detail_misc.php:97 -#: include/template/ledger_detail_ven.php:149 -#: include/class_acc_ledger.php:1462 +#: include/template/ledger_detail_ven.php:149 include/class_acc_ledger.php:1462 #: include/template/ledger_detail_misc.php:105 #: include/class/class_acc_ledger_fin.php:563 #: include/class/class_acc_ledger.php:1462 @@ -4740,9 +4714,8 @@ msgid "Confirmation" msgstr "Confirm" #: include/compta_fin.inc.php:83 include/compta_fin.inc.php:84 -#: include/operation_ods_confirm.inc.php:78 -#: include/ext/importbank/ajax.php:232 include/ext/importbank/ajax.php:237 -#: include/ext/importbank/ajax.php:238 +#: include/operation_ods_confirm.inc.php:78 include/ext/importbank/ajax.php:232 +#: include/ext/importbank/ajax.php:237 include/ext/importbank/ajax.php:238 #: include/operation_ods_confirm.inc.php:89 msgid "Confirmer" msgstr "Confirmed" @@ -5070,8 +5043,7 @@ msgstr "Credit" #: include/template/ledger_detail_misc.php:92 #: include/ext/coprop/include/class_coprop_appel_fond.php:222 #: include/class_acc_ledger.php:1453 include/impress_gl_comptes.inc.php:214 -#: include/template/ledger_detail_misc.php:91 -#: include/class_acc_ledger.php:1454 +#: include/template/ledger_detail_misc.php:91 include/class_acc_ledger.php:1454 #: include/template/ledger_detail_misc.php:99 include/anc_od.inc.php:151 #: include/ext/modop/modop_display.php:137 #: include/ext/modop/modop_display.php:154 include/class_fiche.php:1292 @@ -5079,8 +5051,7 @@ msgstr "Credit" #: include/class/class_anc_grandlivre.php:197 #: include/class/class_anticipation.php:421 include/class/class_fiche.php:1309 #: include/class/class_fiche.php:1312 include/export/export_gl_csv.php:95 -#: include/export/export_gl_csv.php:90 -#: include/export/export_ledger_csv.php:139 +#: include/export/export_gl_csv.php:90 include/export/export_ledger_csv.php:139 #: include/export/export_poste_detail_csv.php:76 #: include/template/letter_prop.php:40 include/template/letter_prop.php:83 #: include/export/export_poste_detail_pdf.php:239 @@ -5111,6 +5082,7 @@ msgstr "Credit" #: include/class/acc_ledger_history_generic.class.php:771 #: include/class/anc_grandlivre.class.php:221 #: include/class/fiche.class.php:1463 include/class/acc_ledger.class.php:614 +#: include/class/fiche.class.php:1465 msgid "Crédit" msgstr "Credit" @@ -5150,33 +5122,31 @@ msgstr "Add a new public note" #: include/class_acc_ledger.php:3562 include/category_card.inc.php:140 #: include/class_acc_ledger_fin.php:252 include/class_acc_ledger.php:1591 #: include/class_acc_ledger.php:3578 include/class_acc_ledger_purchase.php:957 -#: include/class_acc_ledger_sold.php:997 -#: include/class_acc_ledger_sold.php:1004 include/class_follow_up.php:295 -#: include/class_pre_op_advanced.php:162 include/class_acc_ledger.php:1603 -#: include/class_acc_ledger.php:3606 include/class_acc_ledger_purchase.php:960 -#: include/class_acc_ledger_sold.php:998 -#: include/class_acc_ledger_sold.php:1005 include/class_acc_ledger.php:3633 -#: include/class_pre_op_advanced.php:173 include/class_acc_ledger.php:3642 -#: include/adm.inc.php:114 include/bank.inc.php:113 -#: include/category_card.inc.php:151 include/class_acc_ledger.php:1606 -#: include/class_acc_ledger.php:3644 include/fiche.inc.php:115 -#: include/class_acc_ledger.php:3652 include/adm.inc.php:124 -#: include/bank.inc.php:124 include/class_follow_up.php:303 -#: include/customer.inc.php:123 include/manager.inc.php:127 -#: include/supplier.inc.php:127 include/adm.inc.php:127 -#: include/category_card.inc.php:154 include/class_follow_up.php:305 -#: include/contact.inc.php:128 include/customer.inc.php:126 -#: include/manager.inc.php:130 include/supplier.inc.php:129 -#: include/ext/modop/modop_display.php:154 include/class_follow_up.php:306 -#: include/ext/modop/modop_display.php:171 +#: include/class_acc_ledger_sold.php:997 include/class_acc_ledger_sold.php:1004 +#: include/class_follow_up.php:295 include/class_pre_op_advanced.php:162 +#: include/class_acc_ledger.php:1603 include/class_acc_ledger.php:3606 +#: include/class_acc_ledger_purchase.php:960 +#: include/class_acc_ledger_sold.php:998 include/class_acc_ledger_sold.php:1005 +#: include/class_acc_ledger.php:3633 include/class_pre_op_advanced.php:173 +#: include/class_acc_ledger.php:3642 include/adm.inc.php:114 +#: include/bank.inc.php:113 include/category_card.inc.php:151 +#: include/class_acc_ledger.php:1606 include/class_acc_ledger.php:3644 +#: include/fiche.inc.php:115 include/class_acc_ledger.php:3652 +#: include/adm.inc.php:124 include/bank.inc.php:124 +#: include/class_follow_up.php:303 include/customer.inc.php:123 +#: include/manager.inc.php:127 include/supplier.inc.php:127 +#: include/adm.inc.php:127 include/category_card.inc.php:154 +#: include/class_follow_up.php:305 include/contact.inc.php:128 +#: include/customer.inc.php:126 include/manager.inc.php:130 +#: include/supplier.inc.php:129 include/ext/modop/modop_display.php:154 +#: include/class_follow_up.php:306 include/ext/modop/modop_display.php:171 #: include/class/class_acc_ledger_fin.php:252 #: include/class/class_acc_ledger.php:1606 #: include/class/class_acc_ledger.php:3652 #: include/class/class_acc_ledger_purchase.php:960 #: include/class/class_acc_ledger_sold.php:998 #: include/class/class_acc_ledger_sold.php:1005 -#: include/class/class_follow_up.php:306 -#: include/class/class_pre_op_ach.php:159 +#: include/class/class_follow_up.php:306 include/class/class_pre_op_ach.php:159 #: include/class/class_pre_op_ach.php:167 #: include/class/class_pre_op_advanced.php:173 #: include/class/class_pre_op_ven.php:153 @@ -5212,8 +5182,7 @@ msgstr "Add a new public note" #: include/category_card.inc.php:160 include/customer.inc.php:127 #: include/ext/coprop/include/copro_budget.class.php:134 #: include/class/acc_ledger.class.php:2852 -#: include/class/follow_up.class.php:296 -#: include/class/pre_op_ach.class.php:174 +#: include/class/follow_up.class.php:296 include/class/pre_op_ach.class.php:174 #: include/class/pre_op_ach.class.php:182 #: include/class/pre_op_advanced.class.php:173 #: include/class/pre_op_ven.class.php:178 @@ -5311,28 +5280,25 @@ msgstr "In the ledger" #: include/template/ledger_detail_fin.php:24 #: include/template/ledger_detail_misc.php:27 #: include/template/ledger_detail_ven.php:25 -#: include/template/print_ledger_simple.php:7 -#: include/template/stock_inv.php:34 include/template/dashboard.php:316 -#: html/ajax_misc.php:296 include/ac_common.php:1062 -#: include/class_acc_ledger.php:662 include/class_acc_ledger.php:815 -#: include/class_acc_ledger.php:1421 include/class_acc_ledger.php:1607 -#: include/class_acc_ledger_purchase.php:1728 +#: include/template/print_ledger_simple.php:7 include/template/stock_inv.php:34 +#: include/template/dashboard.php:316 html/ajax_misc.php:296 +#: include/ac_common.php:1062 include/class_acc_ledger.php:662 +#: include/class_acc_ledger.php:815 include/class_acc_ledger.php:1421 +#: include/class_acc_ledger.php:1607 include/class_acc_ledger_purchase.php:1728 #: include/class_acc_ledger_sold.php:1312 include/class_anc_grandlivre.php:188 #: include/class_anc_listing.php:75 include/fiche.inc.php:442 -#: include/template/dashboard.php:320 -#: include/template/ledger_detail_ven.php:31 +#: include/template/dashboard.php:320 include/template/ledger_detail_ven.php:31 #: include/ext/modop/template_ledger_fin.php:7 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:94 #: include/ext/tools/include/class_anc_grandlivre_ext.php:119 #: include/class_acc_ledger_sold.php:1310 html/ajax_misc.php:315 #: include/ac_common.php:1070 include/class_acc_ledger.php:666 #: include/class_acc_ledger.php:819 include/class_acc_ledger.php:1428 -#: include/class_acc_ledger.php:1615 -#: include/class_acc_ledger_purchase.php:1357 +#: include/class_acc_ledger.php:1615 include/class_acc_ledger_purchase.php:1357 #: include/class_acc_ledger_purchase.php:1760 -#: include/class_acc_ledger_sold.php:658 -#: include/class_acc_ledger_sold.php:1334 include/class_anc_grandlivre.php:189 -#: include/fiche.inc.php:444 include/template/detail-action.php:85 +#: include/class_acc_ledger_sold.php:658 include/class_acc_ledger_sold.php:1334 +#: include/class_anc_grandlivre.php:189 include/fiche.inc.php:444 +#: include/template/detail-action.php:85 #: include/template/ledger_detail_ach.php:24 #: include/template/ledger_detail_fin.php:25 #: include/template/ledger_detail_ven.php:32 include/ac_common.php:1071 @@ -5347,8 +5313,7 @@ msgstr "In the ledger" #: include/stock_inv_histo.inc.php:73 html/ajax_misc.php:329 #: include/ac_common.php:1086 include/class_acc_ledger.php:668 #: include/class_acc_ledger.php:821 include/class_acc_ledger.php:1441 -#: include/class_acc_ledger.php:1630 -#: include/class_acc_ledger_purchase.php:1752 +#: include/class_acc_ledger.php:1630 include/class_acc_ledger_purchase.php:1752 #: include/class_balance_age.php:141 include/fiche.inc.php:512 #: include/template/dashboard.php:303 include/template/detail-action.php:91 #: include/template/ledger_detail_misc.php:30 @@ -5421,8 +5386,7 @@ msgstr "In the ledger" #: include/template/form_ledger_detail.php:22 #: include/template/form_ledger_fin.php:39 #: include/ext/tools/include/anc_grandlivre_ext.class.php:119 -#: include/lib/ac_common.php:1172 -#: include/export/export_fiche_detail_csv.php:70 +#: include/lib/ac_common.php:1172 include/export/export_fiche_detail_csv.php:70 #: include/export/export_gl_csv.php:96 include/export/export_gl_pdf.php:88 #: include/export/export_ledger_csv.php:142 #: include/export/export_ledger_csv.php:194 @@ -5477,8 +5441,8 @@ msgstr "In the ledger" #: include/class/acc_ledger_sold.class.php:687 #: include/class/acc_ledger_sold.class.php:1397 #: include/class/anc_grandlivre.class.php:213 -#: include/class/anc_operation.class.php:295 -#: include/class/fiche.class.php:1380 include/class/fiche.class.php:1455 +#: include/class/anc_operation.class.php:295 include/class/fiche.class.php:1380 +#: include/class/fiche.class.php:1455 #: include/class/acc_ledger_purchase.class.php:1407 #: include/class/acc_ledger_purchase.class.php:1826 #: include/template/acc_ledger_history_financial_oneline.php:31 @@ -5491,6 +5455,7 @@ msgstr "In the ledger" #: include/class/acc_ledger_search.class.php:944 #: include/class/anc_operation.class.php:296 #: include/class/print_ledger_misc.class.php:43 +#: include/class/fiche.class.php:1382 include/class/fiche.class.php:1457 msgid "Date" msgstr "Date" @@ -5519,8 +5484,7 @@ msgstr "Date DMY" #: include/ext/sav/include/template/sas_display_detail.php:141 #: include/ajax/ajax_display_letter.php:98 -#: include/ajax/ajax_display_letter.php:103 -#: include/class/periode.class.php:517 +#: include/ajax/ajax_display_letter.php:103 include/class/periode.class.php:517 #: include/class/periode_ledger_table.class.php:98 msgid "Date Début" msgstr "Start date" @@ -5532,8 +5496,7 @@ msgstr "Start date" #: include/database.item.php:168 include/database.item.php:167 #: html/ajax_misc.php:475 include/ajax/ajax_display_letter.php:111 #: include/database.item.php:171 include/database.item.php:176 -#: include/ajax/ajax_display_letter.php:116 -#: include/class/periode.class.php:518 +#: include/ajax/ajax_display_letter.php:116 include/class/periode.class.php:518 #: include/class/periode_ledger_table.class.php:99 msgid "Date Fin" msgstr "End Date" @@ -5617,8 +5580,7 @@ msgstr "Start date for amortization\t" #: include/class_acc_ledger_fin.php:110 include/class_acc_ledger_fin.php:194 #: include/class_acc_ledger.php:1864 include/class_acc_ledger_purchase.php:104 #: include/class_acc_ledger_sold.php:102 include/class_acc_ledger.php:1876 -#: include/class_acc_ledger.php:1879 -#: include/class/class_acc_ledger_fin.php:110 +#: include/class_acc_ledger.php:1879 include/class/class_acc_ledger_fin.php:110 #: include/class/class_acc_ledger_fin.php:194 #: include/class/class_acc_ledger.php:1879 #: include/class/class_acc_ledger_purchase.php:104 @@ -5676,8 +5638,7 @@ msgstr "Date out of bound" #: include/class/class_follow_up.php:1704 #: include/class/class_follow_up.php:1706 #: include/class/class_anc_acc_list.php:211 include/ajax/ajax_gestion.php:68 -#: include/class/class_anc_table.php:123 -#: include/class/class_follow_up.php:1707 +#: include/class/class_anc_table.php:123 include/class/class_follow_up.php:1707 #: include/class/class_follow_up.php:1709 #: include/class/class_follow_up.php:1702 #: include/class/class_acc_ledger.php:199 include/anc_od.inc.php:158 @@ -5688,8 +5649,7 @@ msgstr "Date out of bound" #: include/class/acc_ledger_purchase.class.php:89 #: include/class/acc_ledger_sold.class.php:92 #: include/class/anc_acc_list.class.php:327 -#: include/class/anc_table.class.php:242 -#: include/class/follow_up.class.php:1699 +#: include/class/anc_table.class.php:242 include/class/follow_up.class.php:1699 #: include/class/follow_up.class.php:1701 include/anc_od.inc.php:156 #: include/class/acc_ledger.class.php:206 #: include/class/follow_up.class.php:1697 @@ -5716,8 +5676,7 @@ msgstr "Invalid date" msgid "Date invalide, opération non extournée" msgstr "Invalid date, operation not reversed" -#: include/template/detail-action.php:55 -#: include/template/detail-action.php:104 +#: include/template/detail-action.php:55 include/template/detail-action.php:104 #: include/template/detail-action.php:110 #: include/template/detail-action.php:115 #: include/template/detail-action.php:114 @@ -5942,12 +5901,12 @@ msgstr "Event depends on this category" #: include/template/menu_detail.php:43 #: include/template/print_ledger_simple.php:11 include/template/profile.php:37 #: include/template/tag_detail.php:18 include/template/tag_list.php:14 -#: include/template/tag_search_select.php:19 -#: include/template/tag_select.php:19 include/menu.inc.php:114 -#: include/class_html_input.php:327 include/template/dashboard.php:318 -#: include/ac_common.php:1064 include/class_acc_ledger.php:665 -#: include/class_acc_ledger.php:821 include/class_anc_listing.php:79 -#: include/template/dashboard.php:322 include/template/detail-action.php:304 +#: include/template/tag_search_select.php:19 include/template/tag_select.php:19 +#: include/menu.inc.php:114 include/class_html_input.php:327 +#: include/template/dashboard.php:318 include/ac_common.php:1064 +#: include/class_acc_ledger.php:665 include/class_acc_ledger.php:821 +#: include/class_anc_listing.php:79 include/template/dashboard.php:322 +#: include/template/detail-action.php:304 #: include/template/detail-action.php:460 #: include/template/ledger_detail_ven.php:129 #: include/template/param_jrn.php:119 include/ext/tva/form_parameter.php:120 @@ -6069,9 +6028,9 @@ msgstr "Event depends on this category" #: include/template/action_display_short.php:114 #: include/template/dashboard.php:347 include/template/param_jrn.php:78 #: include/template/tag_detail.php:24 include/template/tag_list.php:15 -#: include/template/tag_search_select.php:21 -#: include/template/tag_select.php:23 include/lib/ac_common.php:1187 -#: include/ajax/ajax_admin.php:234 include/ajax/ajax_boxcard_search.php:59 +#: include/template/tag_search_select.php:21 include/template/tag_select.php:23 +#: include/lib/ac_common.php:1187 include/ajax/ajax_admin.php:234 +#: include/ajax/ajax_boxcard_search.php:59 #: include/export/export_histo_csv.php:44 #: include/class/acc_account_ledger.class.php:397 #: include/class/acc_ledger_search.class.php:653 @@ -6081,10 +6040,10 @@ msgstr "Event depends on this category" #: include/class/fiche.class.php:1460 #: include/class/tva_rate_mtable.class.php:50 include/class/user.class.php:991 #: include/upgrade-plugin.php:62 include/upgrade-template.php:51 -#: include/lib/ac_common.php:1189 -#: include/class/acc_ledger_search.class.php:641 +#: include/lib/ac_common.php:1189 include/class/acc_ledger_search.class.php:641 #: include/class/acc_ledger_search.class.php:947 #: include/class/acc_ledger_search.class.php:1092 +#: include/class/fiche.class.php:1383 include/class/fiche.class.php:1462 msgid "Description" msgstr "Description" @@ -6124,8 +6083,7 @@ msgstr "" #: include/template/action_search.php:94 include/template/detail-action.php:65 #: include/template/action_search_result.php:53 -#: include/template/detail-action.php:125 -#: include/template/detail-action.php:40 +#: include/template/detail-action.php:125 include/template/detail-action.php:40 #: include/template/detail-action.php:133 #: include/template/action_search.php:108 #: include/template/detail-action.php:139 @@ -6157,8 +6115,7 @@ msgstr "Let Diff." msgid "Diff. cumul." msgstr "Cumulated diff" -#: include/operation_ods_new.inc.php:93 -#: include/ext/modop/modop_display.php:165 +#: include/operation_ods_new.inc.php:93 include/ext/modop/modop_display.php:165 #: include/ext/coprop/include/appel_fond.inc.php:87 #: include/ext/coprop/include/appel_fond.inc.php:156 #: include/ext/coprop/include/class_coprop_appel_fond.php:204 @@ -6166,8 +6123,7 @@ msgstr "Cumulated diff" #: include/ext/coprop/include/class_coprop_appel_fond.php:224 #: include/ext/coprop/include/class_coprop_appel_fond.php:223 #: include/anc_od.inc.php:152 include/ext/modop/modop_display.php:138 -#: include/ext/modop/modop_display.php:155 -#: include/operation_ods_new.inc.php:85 +#: include/ext/modop/modop_display.php:155 include/operation_ods_new.inc.php:85 #: include/ext/coprop/include/coprop_appel_fond.class.php:223 #: include/anc_od.inc.php:150 include/ext/coprop/include/appel_fond.inc.php:88 #: include/ext/coprop/include/appel_fond.inc.php:158 @@ -6414,8 +6370,7 @@ msgstr "" "Give the name of the quickcode, name or firstname, VAT Number ... to filter" #: include/action.common.inc.php:99 include/ajax/ajax_ledger.php:152 -#: include/ajax/ajax_remove_submenu.php:29 -#: include/ext/importbank/index.php:146 +#: include/ajax/ajax_remove_submenu.php:29 include/ext/importbank/index.php:146 #: include/ext/importbank/include/class_import_bank.php:473 #: include/ext/importbank/include/class_import_bank.php:495 #: include/modele.inc.php:420 include/compta_fin_rec.inc.php:115 @@ -6517,8 +6472,7 @@ msgstr "Accounting" msgid "Dotation à " msgstr "Staffing" -#: include/class_acc_ledger_fin.php:60 -#: include/class_acc_ledger_purchase.php:72 +#: include/class_acc_ledger_fin.php:60 include/class_acc_ledger_purchase.php:72 #: include/class_acc_ledger_sold.php:67 include/class_acc_ledger_fin.php:70 #: include/class_acc_ledger_purchase.php:80 #: include/class_acc_ledger_sold.php:78 @@ -6537,6 +6491,10 @@ msgstr "Double entries" msgid "Doublon" msgstr "Duplicate" +#: scenario/package_repository.test.php:71 +msgid "Download core" +msgstr "" + #: include/ext/import_account/include/class_impacc_tva.php:64 #: include/ext/import_account/include/class_impacc_tva.php:76 #: include/ext/import_account/include/impacc_tva.class.php:64 @@ -6580,15 +6538,12 @@ msgstr "Amortization term" #: include/template/ledger_detail_misc.php:91 #: include/ext/coprop/include/class_coprop_appel_fond.php:221 #: include/class_acc_ledger.php:1452 include/class_acc_ledger.php:1707 -#: include/impress_gl_comptes.inc.php:215 -#: include/class_pre_op_advanced.php:199 -#: include/template/ledger_detail_misc.php:90 -#: include/class_acc_ledger.php:1453 include/class_acc_ledger.php:1710 -#: include/template/ledger_detail_misc.php:98 include/anc_od.inc.php:150 -#: include/ext/modop/modop_display.php:136 +#: include/impress_gl_comptes.inc.php:215 include/class_pre_op_advanced.php:199 +#: include/template/ledger_detail_misc.php:90 include/class_acc_ledger.php:1453 +#: include/class_acc_ledger.php:1710 include/template/ledger_detail_misc.php:98 +#: include/anc_od.inc.php:150 include/ext/modop/modop_display.php:136 #: include/ext/modop/modop_display.php:153 include/class_fiche.php:1291 -#: include/class_fiche.php:1308 -#: include/export/export_fiche_balance_csv.php:143 +#: include/class_fiche.php:1308 include/export/export_fiche_balance_csv.php:143 #: include/class/class_acc_ledger.php:1453 #: include/class/class_acc_ledger.php:1710 #: include/class/class_anc_grandlivre.php:196 @@ -6597,8 +6552,7 @@ msgstr "Amortization term" #: include/class/class_fiche.php:1311 include/export/export_gl_csv.php:95 #: include/class/class_acc_ledger.php:1709 #: include/export/export_fiche_balance_csv.php:156 -#: include/export/export_gl_csv.php:90 -#: include/export/export_ledger_csv.php:138 +#: include/export/export_gl_csv.php:90 include/export/export_ledger_csv.php:138 #: include/export/export_poste_detail_csv.php:75 #: include/export/export_fiche_balance_csv.php:157 #: include/template/letter_prop.php:37 include/template/letter_prop.php:80 @@ -6636,7 +6590,7 @@ msgstr "Amortization term" #: include/class/acc_ledger_history_generic.class.php:770 #: include/class/anc_grandlivre.class.php:220 #: include/class/fiche.class.php:1462 include/class/acc_ledger.class.php:613 -#: include/class/acc_ledger.class.php:884 +#: include/class/acc_ledger.class.php:884 include/class/fiche.class.php:1464 msgid "Débit" msgstr "Debit" @@ -6652,6 +6606,7 @@ msgstr "Debit or credit" #: include/class_fiche.php:1232 include/class/class_fiche.php:1232 #: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238 #: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383 +#: include/class/fiche.class.php:1385 msgid "Débit/Crédit" msgstr "Debit or credit" @@ -6894,7 +6849,7 @@ msgstr "Sorry you-have to migrate this template in unicpde" msgid "Désolé vous ne pouvez pas utiliser ce plugin , vous êtes en mode STRICT" msgstr "Sorry , you are in strict mode , you cannot use this plugin" -#: include/class/fiche.class.php:838 +#: include/class/fiche.class.php:838 include/class/fiche.class.php:840 msgid "Désolé, il y a trop de virgule dans le poste comptable " msgstr "Sorry too many coma in the accounting" @@ -6983,9 +6938,8 @@ msgstr "Details item" msgid "Détail articles achetés" msgstr "Detail items" -#: include/class_acc_ledger_sold.php:666 -#: include/class_acc_ledger_sold.php:1138 include/class_pre_op_ven.php:241 -#: include/class_acc_ledger_sold.php:677 +#: include/class_acc_ledger_sold.php:666 include/class_acc_ledger_sold.php:1138 +#: include/class_pre_op_ven.php:241 include/class_acc_ledger_sold.php:677 #: include/class_acc_ledger_sold.php:1162 #: include/class_acc_ledger_sold.php:1163 #: include/class/class_acc_ledger_sold.php:677 @@ -7055,8 +7009,7 @@ msgstr "Plugin detail" #: include/ajax/ajax_card.php:340 include/ajax/ajax_card.php:341 #: include/ajax/ajax_card.php:130 include/ajax/ajax_card.php:342 #: include/ajax/ajax_add_concerned_card.php:44 include/ajax/ajax_card.php:133 -#: include/ajax/ajax_card.php:375 -#: include/export/export_fiche_detail_pdf.php:53 +#: include/ajax/ajax_card.php:375 include/export/export_fiche_detail_pdf.php:53 #: include/ajax/ajax_add_concerned_card.php:48 include/ajax/ajax_card.php:378 msgid "Détail fiche" msgstr "Card details" @@ -7547,6 +7500,7 @@ msgstr "Remove an operation" #: include/lib/class_manage_table_sql.php:725 #: include/lib/manage_table_sql.class.php:999 #: include/lib/manage_table_sql.class.php:1075 +#: include/lib/manage_table_sql.class.php:1095 msgid "Effacé" msgstr "Erased" @@ -7959,7 +7913,7 @@ msgid "Erreur exercice invalide" msgstr "Invalid exercice" #: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239 -#: html/do.php:236 html/do.php:273 html/do.php:285 +#: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295 msgid "Erreur menu" msgstr "Error menu" @@ -7995,7 +7949,7 @@ msgstr "Error backup" msgid "Essai effacement install.php et se connecter à NOALYSS" msgstr "Try to unlink install.php and connect to Noalyss" -#: html/test_class.php:214 +#: html/test_class.php:214 dev/test/test_class.php:210 msgid "Essayer de vous y amuser" msgstr "I hope you will enjoy it" @@ -8090,8 +8044,8 @@ msgstr "Step 4/4 : data are loaded" #: include/template/detail-action.php:119 #: include/ext/sav/include/template/sas_display_detail.php:145 #: include/template/detail-action.php:124 -#: include/template/detail-action.php:123 -#: include/template/action_search.php:60 include/template/action_search.php:56 +#: include/template/detail-action.php:123 include/template/action_search.php:60 +#: include/template/action_search.php:56 msgid "Etat" msgstr "State" @@ -8127,8 +8081,7 @@ msgid "Etes vous sûr et certain de vouloir effacer " msgstr "Are you sure to remove this folder" #: include/template/action_search.php:67 include/template/tag_choose.php:5 -#: include/template/action_search.php:81 -#: include/template/action_search.php:115 +#: include/template/action_search.php:81 include/template/action_search.php:115 #: include/template/action_search.php:129 include/class/tag.class.php:85 msgid "Etiquette" msgstr "Etiquette" @@ -8150,8 +8103,8 @@ msgid "Evènement Sauvée" msgstr "Event recorded" #: include/template/action_search.php:107 -#: include/template/action_search.php:121 -#: include/template/action_search.php:64 include/template/action_search.php:60 +#: include/template/action_search.php:121 include/template/action_search.php:64 +#: include/template/action_search.php:60 msgid "Exclure Etat" msgstr "Exclude State" @@ -8247,7 +8200,8 @@ msgstr "Export balance" #: html/popup.php:110 include/balance_card_ageing.inc.php:53 #: include/class/acc_account_ledger.class.php:735 #: include/class/fiche.class.php:1599 include/class/fiche.class.php:2189 -#: html/popup.php:113 +#: html/popup.php:113 include/class/fiche.class.php:1601 +#: include/class/fiche.class.php:2191 msgid "Export CSV" msgstr "Export CSV" @@ -8344,7 +8298,8 @@ msgstr "Export Ledger" #: include/class/fiche.class.php:1581 include/class/fiche.class.php:2190 #: html/popup.php:111 include/class/acc_account_ledger.class.php:757 #: include/class/fiche.class.php:1584 include/class/fiche.class.php:2211 -#: html/popup.php:114 +#: html/popup.php:114 include/class/fiche.class.php:1586 +#: include/class/fiche.class.php:2213 msgid "Export PDF" msgstr "Export PDF" @@ -8643,10 +8598,9 @@ msgstr "Firm action" #: include/class_acc_ledger.php:2854 include/template/history_top.php:12 #: include/template/ledger_detail_bottom.php:101 #: include/template/ledger_detail_bottom.php:102 -#: include/template/ledger_detail_top.php:11 -#: include/template/search_top.php:36 include/class_html_input.php:414 -#: include/class_html_input.php:415 include/class_html_input.php:430 -#: include/class_html_input.php:689 +#: include/template/ledger_detail_top.php:11 include/template/search_top.php:36 +#: include/class_html_input.php:414 include/class_html_input.php:415 +#: include/class_html_input.php:430 include/class_html_input.php:689 #: include/ext/amortis/include/template/material_detail.php:136 #: html/recherche.php:67 html/recherche.php:111 #: include/class_acc_ledger.php:2923 @@ -8758,8 +8712,8 @@ msgstr "Closed" #: include/template/security_list_action.php:52 #: include/ajax/ajax_anc_detail_operation.php:54 #: include/class/acc_plan_mtable.class.php:43 -#: include/class/anc_group_operation.class.php:121 -#: include/database.item.php:80 include/template/security_list_action.php:55 +#: include/class/anc_group_operation.class.php:121 include/database.item.php:80 +#: include/template/security_list_action.php:55 #: include/ext/amortis/include/template/material_detail.php:36 #: include/class/acc_plan_mtable.class.php:49 include/database.item.php:78 #: include/database.item.php:110 include/category_card.inc.php:75 @@ -8828,15 +8782,16 @@ msgstr "Undeleted record" #: include/ajax/ajax_card.php:145 include/class/class_fiche.php:655 #: include/ext/importbank/include/import_bank.class.php:490 #: include/ajax/ajax_card.php:148 include/class/fiche.class.php:661 +#: include/class/fiche.class.php:663 msgid "Fiche non trouvée" msgstr "Card not found" #: html/ajax_card.php:497 html/ajax_card.php:498 html/ajax_card.php:499 #: html/ajax_card.php:550 html/ajax_card.php:551 html/ajax_card.php:557 -#: html/ajax_card.php:559 html/ajax_card.php:558 -#: include/ajax/ajax_card.php:538 include/ajax/ajax_card.php:539 -#: include/ajax/ajax_card.php:540 include/ajax/ajax_card.php:573 -#: include/ajax/ajax_card.php:577 include/ajax/ajax_card.php:607 +#: html/ajax_card.php:559 html/ajax_card.php:558 include/ajax/ajax_card.php:538 +#: include/ajax/ajax_card.php:539 include/ajax/ajax_card.php:540 +#: include/ajax/ajax_card.php:573 include/ajax/ajax_card.php:577 +#: include/ajax/ajax_card.php:607 msgid "Fiche non valide" msgstr "Invalid file" @@ -8859,8 +8814,7 @@ msgstr "deed " msgid "Ficher Charge" msgstr "Fee Card" -#: include/ext/import_account/index.php:57 -#: include/ext/import_doli/index.php:57 +#: include/ext/import_account/index.php:57 include/ext/import_doli/index.php:57 #: include/export/export_stock_resume_list.php:38 msgid "Fiches" msgstr "Sheets" @@ -8893,10 +8847,9 @@ msgstr "File" #: include/ext/rapport_avance/raw.php:163 #: include/ext/rapport_avance/raw.php:210 html/show_pj.php:83 #: include/ext/rapport_avance/raw.php:277 include/export/export_receipt.php:71 -#: include/ext/rapport_avance/raw.php:63 -#: include/ext/rapport_avance/raw.php:107 include/ext/listing/raw.php:59 -#: include/ext/listing/raw.php:106 include/ext/listing/raw.php:173 -#: include/export/export_receipt.php:80 +#: include/ext/rapport_avance/raw.php:63 include/ext/rapport_avance/raw.php:107 +#: include/ext/listing/raw.php:59 include/ext/listing/raw.php:106 +#: include/ext/listing/raw.php:173 include/export/export_receipt.php:80 msgid "Fichier effacé" msgstr "Removed file" @@ -9012,8 +8965,7 @@ msgstr "Rapid filter:" msgid "Filtre rapide:" msgstr "Rapid filter:" -#: include/class_acc_ledger.php:2860 -#: include/template/stock_state_search.php:50 +#: include/class_acc_ledger.php:2860 include/template/stock_state_search.php:50 #: include/class_acc_ledger.php:2929 html/ajax_card.php:301 #: include/class_acc_ledger.php:2944 include/class_acc_ledger.php:2956 #: include/class_acc_ledger.php:2965 html/ajax_card.php:303 @@ -9057,7 +9009,7 @@ msgstr "filter on ledger" msgid "Fin" msgstr "Fin" -#: html/test_class.php:239 +#: html/test_class.php:239 dev/test/test_class.php:235 msgid "Fin de programme" msgstr "End of program" @@ -9071,12 +9023,10 @@ msgstr "Fin /MO" #: include/database.item.php:208 include/lib/user_menu.php:165 #: include/lib/user_menu.php:178 include/cfgledger.inc.php:163 #: include/database.item.php:211 include/database.item.php:222 -#: include/class/acc_ledger_search.class.php:1079 -#: include/cfgledger.inc.php:165 include/database.item.php:228 -#: include/database.item.php:245 -#: include/class/acc_ledger_search.class.php:1074 -#: include/database.item.php:209 include/database.item.php:220 -#: include/cfgledger.inc.php:170 +#: include/class/acc_ledger_search.class.php:1079 include/cfgledger.inc.php:165 +#: include/database.item.php:228 include/database.item.php:245 +#: include/class/acc_ledger_search.class.php:1074 include/database.item.php:209 +#: include/database.item.php:220 include/cfgledger.inc.php:170 #: include/class/acc_ledger_search.class.php:1082 msgid "Financier" msgstr "Financial" @@ -9207,6 +9157,7 @@ msgstr "Supplier to pay today" #: include/ajax_preference.php:165 include/ajax_preference.php:166 #: html/test_class.php:219 include/ajax_preference.php:173 #: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252 +#: dev/test/test_class.php:215 msgid "Français" msgstr "French" @@ -9392,8 +9343,7 @@ msgstr "Grid 63: VAT to be repaid mentioned on credit notes received" msgid "Grille 56 : tva due sur opération grille 87" msgstr "Grid 56: VAT due on grid operation 87" -#: include/ext/tva/form_parameter.php:97 -#: include/ext/tva/form_parameter.php:100 +#: include/ext/tva/form_parameter.php:97 include/ext/tva/form_parameter.php:100 msgid "Grille 57 :T.V.A. relative aux importations avec report de perception " msgstr "Grid 57: VAT on imports deferred collection" @@ -9402,8 +9352,7 @@ msgstr "Grid 57: VAT on imports deferred collection" msgid "Grille 59 : taxe déductible" msgstr "Grille 59 tax deductible" -#: include/ext/tva/form_parameter.php:98 -#: include/ext/tva/form_parameter.php:101 +#: include/ext/tva/form_parameter.php:98 include/ext/tva/form_parameter.php:101 msgid "Grille 61 :Diverses régularisations T.V.A. en faveur de l'Etat" msgstr "Grid 61: Various adjustments VAT for the State" @@ -9412,8 +9361,7 @@ msgstr "Grid 61: Various adjustments VAT for the State" msgid "Grille 62 : Diverses régularisations T.V.A. en faveur du déclarant" msgstr "Grid 62: Various adjustments in favor of declaring VAT" -#: include/ext/tva/form_parameter.php:99 -#: include/ext/tva/form_parameter.php:102 +#: include/ext/tva/form_parameter.php:99 include/ext/tva/form_parameter.php:102 msgid "Grille 63 :T.V.A. à reverser mentionnée sur les notes de crédit reçues" msgstr "Grid 63: VAT to be repaid mentioned on credit notes received" @@ -9962,8 +9910,7 @@ msgstr "Import Bank" msgid "Importation d'opérations " msgstr "Import operation" -#: include/ext/import_account/index.php:58 -#: include/ext/import_doli/index.php:58 +#: include/ext/import_account/index.php:58 include/ext/import_doli/index.php:58 msgid "Importation d'opérations de vente ou d'achat" msgstr "Import transactions of sale or purchase" @@ -10004,8 +9951,7 @@ msgstr "Import new records" msgid "Importation de nouveaux fichiers" msgstr "Import new files" -#: include/ext/import_account/index.php:57 -#: include/ext/import_doli/index.php:57 +#: include/ext/import_account/index.php:57 include/ext/import_doli/index.php:57 msgid "Importation de nouvelles fiches" msgstr "Import new records" @@ -10030,7 +9976,7 @@ msgstr "Imported" #: include/class_fiche.php:1022 include/class/class_fiche.php:1022 #: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027 -#: include/class/fiche.class.php:1117 +#: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119 msgid "Impossible cette fiche est utilisée dans un journal" msgstr "Can not remove this card, it is used" @@ -10044,6 +9990,11 @@ msgstr "Not possible to write in html folder" msgid "Impossible d'écrire dans le répertoire include" msgstr "Not possible to write in include folder" +#: include/database/acc_plan_sql.class.php:94 +#: include/database/acc_plan_sql.class.php:98 +msgid "Impossible d'effacer : ce poste est utilisé" +msgstr "It is not possible to remove this accounting.It is still in use" + #: include/class_acc_ledger.php:3611 include/class_acc_ledger.php:3695 #: include/class_acc_ledger.php:3694 include/class_acc_ledger.php:3710 #: include/class_acc_ledger.php:3740 include/class_acc_ledger.php:3767 @@ -10392,9 +10343,8 @@ msgstr "Internal" #: include/fiche.inc.php:446 include/class_acc_ledger_purchase.php:1772 #: include/class_acc_ledger_sold.php:1341 #: include/class_acc_ledger_purchase.php:1759 -#: include/class_acc_ledger_purchase.php:1758 -#: include/class_balance_age.php:143 include/fiche.inc.php:514 -#: include/template/balance_aged_result.php:53 +#: include/class_acc_ledger_purchase.php:1758 include/class_balance_age.php:143 +#: include/fiche.inc.php:514 include/template/balance_aged_result.php:53 #: include/class_acc_ledger_purchase.php:1757 include/fiche.inc.php:517 #: include/export/export_fiche_balance_csv.php:141 #: include/class/class_acc_ledger_purchase.php:1758 @@ -10538,8 +10488,8 @@ msgstr "Thursday" #: include/verif_bilan.inc.php:74 include/class/class_acc_ledger.php:670 #: include/class/class_acc_ledger_purchase.php:1388 #: include/class/class_acc_ledger_sold.php:678 -#: include/class/class_pdf_operation.php:62 -#: include/compta_fin_saldo.inc.php:49 include/export/export_ledger_pdf.php:83 +#: include/class/class_pdf_operation.php:62 include/compta_fin_saldo.inc.php:49 +#: include/export/export_ledger_pdf.php:83 #: include/export/export_poste_detail_pdf.php:96 #: include/class/acc_ledger_purchase.class.php:1402 #: include/class/acc_ledger_search.class.php:938 @@ -10617,10 +10567,8 @@ msgstr "Ledger not found" #: include/class_html_input.php:319 include/lib/class_html_input.php:319 #: include/lib/class_html_input.php:320 include/lib/class_html_input.php:321 -#: include/param_sec.inc.php:219 -#: include/class/acc_ledger_search.class.php:1070 -#: include/param_sec.inc.php:223 -#: include/class/acc_ledger_search.class.php:1065 +#: include/param_sec.inc.php:219 include/class/acc_ledger_search.class.php:1070 +#: include/param_sec.inc.php:223 include/class/acc_ledger_search.class.php:1065 #: include/class/acc_ledger_search.class.php:1073 msgid "Journaux" msgstr "Ledgers" @@ -11327,8 +11275,7 @@ msgstr "label" #: include/class_acc_account.php:187 include/class_acc_ledger.php:1428 #: include/class_acc_ledger.php:1435 include/class_acc_ledger.php:1661 -#: include/class_acc_ledger.php:1688 -#: include/class_acc_ledger_purchase.php:1364 +#: include/class_acc_ledger.php:1688 include/class_acc_ledger_purchase.php:1364 #: include/class_acc_ledger_sold.php:659 include/class_pre_op_advanced.php:184 #: include/template/forecast-detail.php:14 #: include/template/form_ledger_detail.php:50 @@ -11358,9 +11305,8 @@ msgstr "label" #: include/class_acc_ledger.php:1666 include/class_acc_ledger.php:1693 #: include/class_acc_ledger_purchase.php:1371 #: include/class_acc_ledger_purchase.php:1764 -#: include/class_acc_ledger_sold.php:670 -#: include/class_acc_ledger_sold.php:1338 include/class_anc_grandlivre.php:192 -#: include/class_pre_op_advanced.php:186 +#: include/class_acc_ledger_sold.php:670 include/class_acc_ledger_sold.php:1338 +#: include/class_anc_grandlivre.php:192 include/class_pre_op_advanced.php:186 #: include/template/ledger_detail_ach.php:72 #: include/template/ledger_detail_bottom.php:84 #: include/template/ledger_detail_fin.php:54 @@ -11368,18 +11314,16 @@ msgstr "label" #: include/template/ledger_detail_misc.php:90 #: include/template/ledger_detail_ven.php:80 include/class_acc_ledger.php:1444 #: include/class_acc_ledger.php:1451 include/class_acc_ledger.php:1678 -#: include/class_acc_ledger.php:1705 -#: include/class_acc_ledger_purchase.php:1374 +#: include/class_acc_ledger.php:1705 include/class_acc_ledger_purchase.php:1374 #: include/class_acc_ledger_purchase.php:1770 #: include/class_acc_ledger_sold.php:1339 #: include/class_print_ledger_detail_item.php:60 #: include/class_pre_op_advanced.php:197 #: include/template/ledger_detail_misc.php:89 -#: include/class_acc_ledger_purchase.php:1757 -#: include/class_acc_ledger.php:1445 include/class_acc_ledger.php:1452 -#: include/class_acc_ledger.php:1681 include/class_acc_ledger.php:1708 -#: include/class_acc_ledger_purchase.php:1756 include/param_pcmn.inc.php:75 -#: include/template/balance_aged_result.php:50 +#: include/class_acc_ledger_purchase.php:1757 include/class_acc_ledger.php:1445 +#: include/class_acc_ledger.php:1452 include/class_acc_ledger.php:1681 +#: include/class_acc_ledger.php:1708 include/class_acc_ledger_purchase.php:1756 +#: include/param_pcmn.inc.php:75 include/template/balance_aged_result.php:50 #: include/template/ledger_detail_misc.php:42 #: include/template/ledger_detail_misc.php:97 #: include/class_acc_ledger_purchase.php:1755 @@ -11821,9 +11765,8 @@ msgstr "Maximum is reached" #: include/menu.inc.php:130 include/cfgplugin.inc.php:99 #: include/menu.inc.php:114 include/menu.inc.php:131 #: include/ajax_get_profile.php:108 include/cfgplugin.inc.php:111 -#: include/template/profile_menu_display_module.php:55 -#: include/menu.inc.php:109 include/menu.inc.php:126 -#: include/ajax/ajax_get_profile.php:108 +#: include/template/profile_menu_display_module.php:55 include/menu.inc.php:109 +#: include/menu.inc.php:126 include/ajax/ajax_get_profile.php:108 #: include/template/profile_menu_display_module.php:56 #: include/cfgplugin.inc.php:112 include/cfgplugin.inc.php:113 #: include/cfgplugin.inc.php:114 @@ -12403,8 +12346,7 @@ msgid "Modèles locaux" msgstr "Local template" #: include/ext/tva/form_periode.php:7 include/ext/tva/form_periode.php:11 -#: include/export/export_form_csv.php:82 -#: include/export/export_form_csv.php:101 +#: include/export/export_form_csv.php:82 include/export/export_form_csv.php:101 msgid "Mois" msgstr "Month" @@ -12412,8 +12354,7 @@ msgstr "Month" msgid "Mois de début n'existe pas " msgstr "Starting month does not exist" -#: include/class_acc_ledger.php:1689 -#: include/class_acc_ledger_purchase.php:1388 +#: include/class_acc_ledger.php:1689 include/class_acc_ledger_purchase.php:1388 #: include/class_acc_ledger_sold.php:682 include/class_anc_account.php:271 #: include/class_anc_listing.php:89 include/class_pre_op_advanced.php:185 #: include/fiche.inc.php:441 include/template/forecast-detail.php:15 @@ -12436,8 +12377,7 @@ msgstr "Starting month does not exist" #: include/fiche.inc.php:446 include/ext/modop/template_ledger_fin.php:24 #: include/ac_common.php:1074 include/anc_pa.inc.php:207 #: include/class_acc_ledger.php:671 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:1694 -#: include/class_acc_ledger_purchase.php:1395 +#: include/class_acc_ledger.php:1694 include/class_acc_ledger_purchase.php:1395 #: include/class_acc_ledger_sold.php:693 include/class_pre_op_advanced.php:187 #: include/fiche.inc.php:448 include/ac_common.php:1075 #: include/anc_pa.inc.php:209 include/class_acc_ledger.php:672 @@ -12487,8 +12427,7 @@ msgstr "Starting month does not exist" #: include/template/form_ledger_fin.php:43 #: include/ext/amortis/include/amortissement_material_pdf.class.php:38 #: include/ext/amortis/include/amortissement_table_pdf.class.php:44 -#: include/lib/ac_common.php:1177 -#: include/ajax/ajax_anc_detail_operation.php:56 +#: include/lib/ac_common.php:1177 include/ajax/ajax_anc_detail_operation.php:56 #: include/export/export_form_csv.php:72 #: include/export/export_poste_detail_csv.php:201 #: include/class/acc_ledger.class.php:1314 @@ -12515,6 +12454,7 @@ msgstr "Starting month does not exist" #: include/class/acc_ledger_search.class.php:639 #: include/class/acc_ledger_search.class.php:949 #: include/class/print_ledger_misc.class.php:48 +#: include/class/fiche.class.php:1384 msgid "Montant" msgstr "Amount" @@ -12580,8 +12520,7 @@ msgid "Montant ND" msgstr "Amount ND" #: include/class_acc_ledger_purchase.php:1384 -#: include/class_acc_ledger_sold.php:678 -#: include/template/detail-action.php:309 +#: include/class_acc_ledger_sold.php:678 include/template/detail-action.php:309 #: include/ext/import_account/include/class_impacc_operation.php:149 #: include/class_acc_ledger_purchase.php:1749 #: include/class_acc_ledger_sold.php:1333 @@ -12589,8 +12528,7 @@ msgstr "Amount ND" #: include/class_acc_ledger_sold.php:1331 #: include/class_acc_ledger_purchase.php:1391 #: include/class_acc_ledger_purchase.php:1781 -#: include/class_acc_ledger_sold.php:689 -#: include/class_acc_ledger_sold.php:1355 +#: include/class_acc_ledger_sold.php:689 include/class_acc_ledger_sold.php:1355 #: include/template/detail-action.php:322 #: include/class_acc_ledger_purchase.php:1394 #: include/class_acc_ledger_purchase.php:1787 @@ -12662,12 +12600,10 @@ msgid "Montant TVA incorrect" msgstr "VAT amount incorrect" #: include/class_acc_ledger_purchase.php:1386 -#: include/class_acc_ledger_sold.php:680 -#: include/template/detail-action.php:310 +#: include/class_acc_ledger_sold.php:680 include/template/detail-action.php:310 #: include/template/detail-action.php:309 #: include/class_acc_ledger_purchase.php:1393 -#: include/class_acc_ledger_sold.php:691 -#: include/template/detail-action.php:323 +#: include/class_acc_ledger_sold.php:691 include/template/detail-action.php:323 #: include/class_acc_ledger_purchase.php:1396 #: include/template/detail-action.php:339 #: include/template/detail-action.php:345 @@ -12965,14 +12901,12 @@ msgstr "Can not add" msgid "Ne peut pas créer le répertoire " msgstr "Cannot create the directory" -#: include/ajax_account_update.php:185 -#: include/ajax/ajax_account_update.php:185 +#: include/ajax_account_update.php:185 include/ajax/ajax_account_update.php:185 #: include/ajax/ajax_account_update.php:187 msgid "Ne peut pas effacer le poste: d'autres postes en dépendent" msgstr "Cannot be remove: other accountings depend on" -#: include/ajax_account_update.php:194 -#: include/ajax/ajax_account_update.php:194 +#: include/ajax_account_update.php:194 include/ajax/ajax_account_update.php:194 #: include/ajax/ajax_account_update.php:196 msgid "Ne peut pas effacer le poste: il est utilisé dans les journaux" msgstr "Can not remove the accounting, it is used" @@ -13118,8 +13052,7 @@ msgstr "No action" #: include/profile.inc.php:354 include/lib/class_html_input.php:326 #: include/ajax/ajax_admin.php:200 include/ajax/ajax_get_profile.php:52 #: include/ajax/ajax_mod_stock_repo.php:39 -#: include/class/class_anc_account.php:267 -#: include/class/class_anc_plan.php:123 +#: include/class/class_anc_account.php:267 include/class/class_anc_plan.php:123 #: include/class/class_balance_age.php:139 #: include/class/class_document_modele.php:66 #: include/class/class_fiche.php:1598 include/class/class_user.php:977 @@ -13141,8 +13074,7 @@ msgstr "No action" #: include/ext/amortis/include/amortissement_material_pdf.class.php:34 #: include/ajax/ajax_admin.php:225 include/ajax/ajax_get_profile.php:55 #: include/class/acc_ledger_search.class.php:1088 -#: include/class/anc_plan.class.php:137 -#: include/class/balance_age.class.php:145 +#: include/class/anc_plan.class.php:137 include/class/balance_age.class.php:145 #: include/class/document_modele.class.php:67 #: include/class/fiche.class.php:1757 include/class/user.class.php:964 #: include/database.item.php:154 include/modele.inc.php:358 @@ -13154,6 +13086,7 @@ msgstr "No action" #: include/class/user.class.php:988 include/upgrade-plugin.php:59 #: include/upgrade-template.php:51 #: include/class/acc_ledger_search.class.php:1091 +#: include/class/fiche.class.php:1762 msgid "Nom" msgstr "Name" @@ -13878,8 +13811,7 @@ msgstr "VAT number incorrect" msgid "Numéro de téléphone incorrect" msgstr "Incorrect phone number" -#: include/template/action_search.php:88 -#: include/template/action_search.php:102 +#: include/template/action_search.php:88 include/template/action_search.php:102 #: include/template/action_search.php:139 #: include/template/action_search.php:121 msgid "Numéro document" @@ -14038,6 +13970,7 @@ msgstr "Receipt number" #: include/ajax_preference.php:167 include/ajax_preference.php:168 #: html/test_class.php:221 include/ajax_preference.php:175 #: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254 +#: dev/test/test_class.php:217 msgid "Néerlandais" msgstr "Dutch" @@ -14050,6 +13983,7 @@ msgstr "MW analytic" #: include/lib/class_manage_table_sql.php:659 #: include/lib/manage_table_sql.class.php:932 #: include/lib/manage_table_sql.class.php:1005 +#: include/lib/manage_table_sql.class.php:1025 msgid "OK" msgstr "OK" @@ -14124,6 +14058,22 @@ msgid "" "On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " msgstr "Not possible to write in the Noalyss folder, change the rights" +#: scenario/acc_ledger_historyTest.php:53 +msgid "Only VEN Detailled" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:58 +msgid "Only VEN Extended" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:44 +msgid "Only VEN from Acc_Ledger_History_Sale" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:48 +msgid "Only VEN one line" +msgstr "" + #: include/template/form_ledger_fin.php:45 #: include/template/form_ledger_fin.php:44 msgid "Op. Concernée(s)" @@ -14326,8 +14276,7 @@ msgstr "Misc. operations" msgid "Opérations NON lettrées" msgstr "Not Lettered operations" -#: include/ext/import_account/index.php:58 -#: include/ext/import_doli/index.php:58 +#: include/ext/import_account/index.php:58 include/ext/import_doli/index.php:58 msgid "Opérations Ventes/Achats" msgstr "Operations Sales / Purchases" @@ -14673,8 +14622,7 @@ msgstr "Company parametes" msgid "Parametres journaux non trouves" msgstr "Ledger parameters not found" -#: include/ext/import_account/index.php:59 -#: include/ext/import_doli/index.php:59 +#: include/ext/import_account/index.php:59 include/ext/import_doli/index.php:59 #: include/ext/import_account/index.php:66 #: include/ext/import-winbook/index.php:67 msgid "Paramètrage" @@ -14705,12 +14653,11 @@ msgstr "PHP Parameters" msgid "Paramètre SAV" msgstr "Parameter" -#: html/admin/setup.php:412 html/install.php:476 -#: include/admin_repo.inc.php:121 html/install.php:475 html/install.php:473 -#: html/install.php:479 html/install.php:471 include/admin_repo.inc.php:125 -#: html/install.php:477 html/install.php:439 include/admin_repo.inc.php:127 -#: html/install.php:414 include/admin_repo.inc.php:129 html/install.php:420 -#: html/install.php:423 +#: html/admin/setup.php:412 html/install.php:476 include/admin_repo.inc.php:121 +#: html/install.php:475 html/install.php:473 html/install.php:479 +#: html/install.php:471 include/admin_repo.inc.php:125 html/install.php:477 +#: html/install.php:439 include/admin_repo.inc.php:127 html/install.php:414 +#: include/admin_repo.inc.php:129 html/install.php:420 html/install.php:423 msgid "Paramètre base de données" msgstr "Database parameters" @@ -14735,8 +14682,7 @@ msgstr "Invalid parameter" #: 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/ajax_display_submenu.php:44 -#: include/ajax/ajax_display_submenu.php:44 +#: include/ajax_display_submenu.php:44 include/ajax/ajax_display_submenu.php:44 #: include/ext/rapport_avance/ajax_modify_param_detail.php:79 #: include/class/class_acc_ledger.php:83 include/lib/http_input.class.php:113 #: include/class/acc_ledger.class.php:86 include/lib/http_input.class.php:120 @@ -14947,12 +14893,9 @@ msgstr "Paid" #: include/class_acc_ledger.php:3478 include/class_acc_ledger.php:3548 #: include/class_acc_ledger.php:3547 include/class_acc_ledger.php:3563 #: include/class_acc_ledger.php:3583 include/class_acc_ledger.php:3610 -#: include/class_acc_ledger.php:3619 -#: include/class_acc_ledger_purchase.php:1628 -#: include/class_acc_ledger.php:3621 -#: include/class_acc_ledger_purchase.php:1627 -#: include/class_acc_ledger.php:3629 -#: include/class_acc_ledger_purchase.php:1626 +#: include/class_acc_ledger.php:3619 include/class_acc_ledger_purchase.php:1628 +#: include/class_acc_ledger.php:3621 include/class_acc_ledger_purchase.php:1627 +#: include/class_acc_ledger.php:3629 include/class_acc_ledger_purchase.php:1626 #: include/class/class_acc_ledger.php:3629 #: include/class/class_acc_ledger_purchase.php:1627 #: include/class/class_acc_ledger_purchase.php:1634 @@ -15117,8 +15060,7 @@ msgstr "Receipt" #: include/ext/tools/include/tool_function.php:491 #: include/class_acc_ledger_purchase.php:1758 include/ac_common.php:1087 #: include/class_acc_ledger.php:669 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:1674 -#: include/class_acc_ledger_purchase.php:1757 +#: include/class_acc_ledger.php:1674 include/class_acc_ledger_purchase.php:1757 #: include/template/balance_aged_result.php:47 #: include/template/ledger_detail_misc.php:58 include/ac_common.php:1088 #: include/class_acc_ledger_purchase.php:1756 include/ac_common.php:1152 @@ -15147,8 +15089,7 @@ msgstr "Receipt" #: include/class/class_pdf_operation.php:79 include/lib/ac_common.php:1173 #: include/ext/tools/include/anc_grandlivre_ext.class.php:124 #: include/lib/ac_common.php:1174 include/export/export_gl_csv.php:96 -#: include/export/export_gl_pdf.php:88 -#: include/export/export_ledger_csv.php:254 +#: include/export/export_gl_pdf.php:88 include/export/export_ledger_csv.php:254 #: include/class/acc_ledger.class.php:1281 #: include/class/acc_ledger_purchase.class.php:1810 #: include/class/acc_ledger_search.class.php:650 @@ -15306,8 +15247,7 @@ msgstr "Possible %d" #: include/class_acc_ledger_purchase.php:1768 #: include/class_acc_ledger_sold.php:1342 include/class_anc_grandlivre.php:190 #: include/class_pre_op_advanced.php:185 include/class_acc_ledger.php:1450 -#: include/class_acc_ledger.php:1704 -#: include/class_acc_ledger_purchase.php:1774 +#: include/class_acc_ledger.php:1704 include/class_acc_ledger_purchase.php:1774 #: include/class_acc_ledger_sold.php:1343 include/database.item.php:65 #: include/database.item.php:81 include/database.item.php:71 #: include/database.item.php:86 include/class_pre_op_advanced.php:196 @@ -15355,8 +15295,8 @@ msgstr "Possible %d" #: include/class/acc_ledger_purchase.class.php:1813 #: include/class/acc_ledger_sold.class.php:1388 #: include/class/anc_grandlivre.class.php:213 -#: include/class/anc_listing.class.php:78 -#: include/class/anc_table.class.php:441 include/class/fiche.class.php:1456 +#: include/class/anc_listing.class.php:78 include/class/anc_table.class.php:441 +#: include/class/fiche.class.php:1456 #: include/class/pre_op_advanced.class.php:196 include/database.item.php:64 #: include/database.item.php:79 include/ajax/ajax_display_letter.php:50 #: include/export/export_poste_detail_csv.php:79 @@ -15369,7 +15309,7 @@ msgstr "Possible %d" #: include/class/fiche.class.php:1457 include/database.item.php:77 #: include/class/acc_ledger_purchase.class.php:1834 #: include/class/acc_ledger.class.php:611 -#: include/class/acc_ledger.class.php:881 +#: include/class/acc_ledger.class.php:881 include/class/fiche.class.php:1459 msgid "Poste" msgstr "Account. Item" @@ -15396,11 +15336,11 @@ msgstr "Post Charge" #: include/database.item.php:167 include/ajax/ajax_poste.php:65 #: include/card_attr.inc.php:82 include/database.item.php:170 #: include/template/ledger_detail_bottom.php:83 -#: include/class/acc_plan_mtable.class.php:39 -#: include/class/fiche.class.php:468 include/balance.inc.php:306 -#: include/database.item.php:175 include/template/ledger_detail_bottom.php:88 +#: include/class/acc_plan_mtable.class.php:39 include/class/fiche.class.php:468 +#: include/balance.inc.php:306 include/database.item.php:175 +#: include/template/ledger_detail_bottom.php:88 #: include/template/ledger_detail_misc.php:99 include/ajax/ajax_poste.php:64 -#: include/class/acc_plan_mtable.class.php:45 +#: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:470 msgid "Poste Comptable" msgstr "Accounting item" @@ -15466,11 +15406,10 @@ msgstr "Post load" #: include/ajax/ajax_boxcard_search.php:66 include/class/class_fiche.php:1597 #: include/class/class_fiche.php:1600 include/template/pcmn_update.php:28 #: include/template/pcmn_update.php:36 include/class/class_fiche.php:1599 -#: include/class/class_fiche.php:1602 -#: include/class/class_pdf_operation.php:246 -#: include/class/fiche.class.php:1756 -#: include/class/pdf_operation.class.php:246 +#: include/class/class_fiche.php:1602 include/class/class_pdf_operation.php:246 +#: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246 #: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759 +#: include/class/fiche.class.php:1761 msgid "Poste comptable" msgstr "Accounting" @@ -15544,6 +15483,9 @@ msgstr "Accounting or card" #: include/class/fiche.class.php:843 include/class/fiche.class.php:986 #: include/class/fiche.class.php:987 include/class/fiche.class.php:1021 #: include/class/acc_plan_mtable.class.php:146 +#: include/class/fiche.class.php:819 include/class/fiche.class.php:844 +#: include/class/fiche.class.php:845 include/class/fiche.class.php:988 +#: include/class/fiche.class.php:989 include/class/fiche.class.php:1023 msgid "Poste comptable trop long" msgstr "Accounting too large" @@ -16072,14 +16014,12 @@ msgstr "Period %s" msgid "Période %s au %s " msgstr "period between%s and %s" -#: include/class_acc_ledger.php:1427 -#: include/class_acc_ledger_purchase.php:1358 +#: include/class_acc_ledger.php:1427 include/class_acc_ledger_purchase.php:1358 #: include/class_acc_ledger_sold.php:653 include/class_acc_ledger.php:1424 -#: include/class_acc_ledger.php:1431 -#: include/class_acc_ledger_purchase.php:1365 +#: include/class_acc_ledger.php:1431 include/class_acc_ledger_purchase.php:1365 #: include/class_acc_ledger_sold.php:664 include/class_acc_ledger.php:1443 -#: include/class_acc_ledger_purchase.php:1368 -#: include/class_acc_ledger.php:1444 include/class/class_acc_ledger.php:1444 +#: include/class_acc_ledger_purchase.php:1368 include/class_acc_ledger.php:1444 +#: include/class/class_acc_ledger.php:1444 #: include/class/class_acc_ledger_purchase.php:1369 #: include/class/class_acc_ledger_sold.php:664 #: include/class/class_acc_ledger_purchase.php:1376 @@ -16107,8 +16047,7 @@ msgstr "Period N-1" msgid "Période chevauchant une autre" msgstr "Period overlaping another one" -#: include/class_acc_ledger.php:1638 -#: include/class_acc_ledger_purchase.php:1016 +#: include/class_acc_ledger.php:1638 include/class_acc_ledger_purchase.php:1016 #: include/class_acc_ledger_sold.php:1039 #: include/ext/amortis/include/class_am_generate.php:91 #: include/class_acc_ledger.php:1635 include/class_acc_ledger.php:1643 @@ -16180,8 +16119,7 @@ msgstr "Code" #: include/template/ledger_detail_ven.php:125 #: include/template/operation_detail_ach.php:46 #: include/template/operation_detail_ven.php:38 -#: include/template/stock_inv.php:68 -#: include/template/ledger_detail_ven.php:131 +#: include/template/stock_inv.php:68 include/template/ledger_detail_ven.php:131 #: include/template/ledger_detail_ach.php:129 #: include/template/ledger_detail_ven.php:132 #: include/template/ledger_detail_ven.php:129 @@ -16226,7 +16164,7 @@ msgstr "Quantity" #: include/class/fiche.class.php:1755 include/database.item.php:164 #: include/template/ledger_detail_bottom.php:89 #: include/template/ledger_detail_misc.php:100 -#: include/class/fiche.class.php:1758 +#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760 msgid "Quick Code" msgstr "Quick Code" @@ -16292,12 +16230,12 @@ msgid "Rafraîchir" msgstr "Refresh" #: include/class_fiche.php:451 include/class/class_fiche.php:451 -#: include/class/fiche.class.php:453 +#: include/class/fiche.class.php:453 include/class/fiche.class.php:455 msgid "Rappel: Poste créé automatiquement à partir de " msgstr "Warning: Automatically create accounting item from" #: include/class_fiche.php:459 include/class/class_fiche.php:459 -#: include/class/fiche.class.php:461 +#: include/class/fiche.class.php:461 include/class/fiche.class.php:463 msgid "Rappel: Poste par défaut sera " msgstr "Warning: by default, the accounting item Will Be" @@ -16398,6 +16336,7 @@ msgstr "Bank Reconciliation" #: include/ajax/ajax_search_operation.php:72 #: include/class/acc_ledger_search.class.php:559 html/recherche.php:82 #: include/class/acc_ledger_search.class.php:547 +#: scenario/search_acc_operation.php:34 #, php-format msgid "Recherche" msgstr "Search" @@ -16411,18 +16350,18 @@ msgstr "Search activity" msgid "Recherche avancée" msgstr "Advanced search" -#: html/ajax_card.php:354 include/fiche.inc.php:90 -#: include/forecast.inc.php:264 include/forecast.inc.php:329 -#: include/impress_poste.inc.php:43 include/ext/modop/modop_display.php:80 +#: html/ajax_card.php:354 include/fiche.inc.php:90 include/forecast.inc.php:264 +#: include/forecast.inc.php:329 include/impress_poste.inc.php:43 +#: include/ext/modop/modop_display.php:80 #: include/ext/modop/modop_display.php:113 #: include/ext/modop/modop_display.php:147 #: include/ext/modop/modop_display.php:183 html/ajax_card.php:355 #: html/ajax_card.php:391 include/forecast.inc.php:242 -#: include/forecast.inc.php:308 html/ajax_card.php:392 -#: include/fiche.inc.php:92 html/ajax_card.php:393 -#: include/forecast.inc.php:244 include/ajax/ajax_card.php:373 -#: include/ajax/ajax_card.php:374 include/ajax/ajax_card.php:375 -#: include/ajax/ajax_card.php:408 include/ajax/ajax_card.php:411 +#: include/forecast.inc.php:308 html/ajax_card.php:392 include/fiche.inc.php:92 +#: html/ajax_card.php:393 include/forecast.inc.php:244 +#: include/ajax/ajax_card.php:373 include/ajax/ajax_card.php:374 +#: include/ajax/ajax_card.php:375 include/ajax/ajax_card.php:408 +#: include/ajax/ajax_card.php:411 msgid "Recherche de fiche" msgstr "Search Card" @@ -16637,17 +16576,17 @@ msgstr "Late" #: include/cfgledger.inc.php:124 include/forecast.inc.php:347 #: include/report.inc.php:130 include/anc_pa.inc.php:242 #: include/ext/invoicing/include/invoice_generate.inc.php:82 -#: html/ajax_misc.php:314 include/dossier.inc.php:302 -#: include/modele.inc.php:72 include/modele.inc.php:359 -#: include/modele.inc.php:387 include/restore.inc.php:50 -#: include/dossier.inc.php:332 html/ajax_misc.php:320 -#: include/ajax_get_profile.php:47 include/anc_pa.inc.php:246 -#: include/cfgledger.inc.php:126 include/dossier.inc.php:325 -#: include/dossier.inc.php:368 include/forecast.inc.php:343 -#: include/dossier.inc.php:361 include/dossier.inc.php:404 -#: include/opening.inc.php:166 include/opening.inc.php:253 -#: include/ajax/ajax_get_profile.php:47 include/forecast.inc.php:337 -#: html/ajax_misc.php:398 include/modele.inc.php:73 include/modele.inc.php:373 +#: html/ajax_misc.php:314 include/dossier.inc.php:302 include/modele.inc.php:72 +#: include/modele.inc.php:359 include/modele.inc.php:387 +#: include/restore.inc.php:50 include/dossier.inc.php:332 +#: html/ajax_misc.php:320 include/ajax_get_profile.php:47 +#: include/anc_pa.inc.php:246 include/cfgledger.inc.php:126 +#: include/dossier.inc.php:325 include/dossier.inc.php:368 +#: include/forecast.inc.php:343 include/dossier.inc.php:361 +#: include/dossier.inc.php:404 include/opening.inc.php:166 +#: include/opening.inc.php:253 include/ajax/ajax_get_profile.php:47 +#: include/forecast.inc.php:337 html/ajax_misc.php:398 +#: include/modele.inc.php:73 include/modele.inc.php:373 #: include/modele.inc.php:401 include/report.inc.php:129 #: include/ajax/ajax_display_letter.php:34 html/do.php:253 #: include/modele.inc.php:71 include/modele.inc.php:414 @@ -16663,7 +16602,7 @@ msgstr "Late" #: html/do.php:302 html/user_login.php:71 include/cfgledger.inc.php:138 #: include/modele.inc.php:403 include/modele.inc.php:443 #: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141 -#: include/ext/tva/ajax.php:35 +#: include/ext/tva/ajax.php:35 html/do.php:312 msgid "Retour" msgstr "Return" @@ -16914,9 +16853,9 @@ msgstr "new line" #: include/param_pcmn.inc.php:67 include/report.inc.php:89 #: include/report.inc.php:104 include/template/detail-action.php:437 #: include/compta_fin.inc.php:148 include/template/detail-action.php:453 -#: html/ajax_card.php:212 html/ajax_card.php:491 -#: include/compta_fin.inc.php:151 include/template/dashboard.php:308 -#: include/template/detail-action.php:459 include/template/pcmn_update.php:52 +#: html/ajax_card.php:212 html/ajax_card.php:491 include/compta_fin.inc.php:151 +#: include/template/dashboard.php:308 include/template/detail-action.php:459 +#: include/template/pcmn_update.php:52 #: include/template/todo_list_display.php:103 html/ajax_card.php:497 #: include/class_fiche_def.php:789 html/ajax_card.php:213 #: html/ajax_card.php:498 include/class_fiche_def.php:800 @@ -17013,8 +16952,8 @@ msgstr "Save template %s" #: include/ext/amortis/include/template/material_detail.php:187 #: include/ext/rapport_avance/ajax_listing_detail_modify.php:79 #: include/card_attr.inc.php:163 include/cfgledger.inc.php:144 -#: include/template/ledger_detail_bottom.php:294 -#: include/ajax/ajax_card.php:161 include/class/class_acc_ledger.php:3294 +#: include/template/ledger_detail_bottom.php:294 include/ajax/ajax_card.php:161 +#: include/class/class_acc_ledger.php:3294 #: include/ext/import_card/include/template/template_save.php:37 #: include/cfgledger.inc.php:151 include/forecast.inc.php:262 #: include/forecast.inc.php:277 include/forecast.inc.php:297 @@ -17176,6 +17115,12 @@ msgstr "Services, or good Sold (D)" msgid "Session expirée
Utilisateur déconnecté" msgstr "Session expired
User disconnected" +#: scenario/acc_ledger_historyTest.php:40 +msgid "" +"Set mode to D etailled all_ledgers result = Detailled Accounting from " +"Acc_Ledger_History_Generic" +msgstr "" + #: include/template/category_of_card.php:35 #: include/template/category_of_card.php:39 msgid "" @@ -17262,7 +17207,7 @@ msgstr "Company" #: include/class/acc_bilan.class.php:173 #: include/class/anc_listing.class.php:118 include/class/fiche.class.php:1761 #: include/balance.inc.php:317 include/class/acc_bilan.class.php:176 -#: include/class/fiche.class.php:1764 +#: include/class/fiche.class.php:1764 include/class/fiche.class.php:1766 msgid "Solde" msgstr "Balance" @@ -17850,8 +17795,7 @@ msgstr "Table with accountancy" #: include/template/tag_list.php:11 include/template/tag_search_select.php:16 #: include/template/tag_select.php:16 include/template/tag_list.php:12 -#: include/template/tag_search_select.php:18 -#: include/template/tag_select.php:20 +#: include/template/tag_search_select.php:18 include/template/tag_select.php:20 msgid "Tag" msgstr "Tag" @@ -17922,6 +17866,10 @@ msgstr "VAT rate" msgid "Taux de TVA invalide" msgstr "Invalid VAT code" +#: scenario/inplace_edit.test.php:32 +msgid "Test Inplace_Edit" +msgstr "" + #: include/card_attr.inc.php:77 include/card_attr.inc.php:78 msgid "Texte" msgstr "Text" @@ -17947,8 +17895,7 @@ msgstr "Theme" #: include/template/operation_detail_fin.php:32 #: include/class_acc_ledger.php:819 include/class_acc_ledger.php:823 #: include/template/ledger_detail_fin.php:45 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:825 -#: include/ext/importbank/bank_constant.php:58 +#: include/class_acc_ledger.php:825 include/ext/importbank/bank_constant.php:58 #: include/class/class_acc_ledger.php:825 include/ext/importbank/ajax.php:91 #: include/export/export_histo_csv.php:41 #: include/export/export_ledger_csv.php:187 @@ -17974,6 +17921,7 @@ msgstr "Theme" #: include/export/export_ledger_csv.php:212 #: include/class/acc_ledger_search.class.php:637 #: include/class/print_ledger_misc.class.php:46 +#: include/class/fiche.class.php:1461 msgid "Tiers" msgstr "Tiers" @@ -17986,15 +17934,26 @@ msgstr "Tiers" #: include/template/detail-action.php:248 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:122 #: include/template/dashboard.php:304 include/template/detail-action.php:254 -#: include/template/todo_list_display.php:54 -#: include/template/dashboard.php:334 include/template/dashboard.php:339 -#: include/template/detail-action.php:259 +#: include/template/todo_list_display.php:54 include/template/dashboard.php:334 +#: include/template/dashboard.php:339 include/template/detail-action.php:259 #: include/template/detail-action.php:258 include/template/dashboard.php:348 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:139 #: include/template/action_show.php:40 include/template/dashboard.php:346 msgid "Titre" msgstr "Title" +#: scenario/html_tab.test.php:32 +msgid "Titre 1" +msgstr "Title 1" + +#: scenario/html_tab.test.php:35 +msgid "Titre 2" +msgstr "Title 2" + +#: scenario/html_tab.test.php:49 +msgid "Titre 3" +msgstr "Title 3" + #: include/class_print_ledger_detail_item.php:61 #: include/class/class_print_ledger_detail_item.php:61 #: include/class/print_ledger_detail_item.class.php:61 @@ -18055,10 +18014,9 @@ msgstr "Total VAT NP" #: include/template/ledger_detail_ven.php:250 #: include/template/ledger_detail_ven.php:252 #: include/class/class_anc_balance_simple.php:164 -#: include/class/class_anc_listing.php:113 -#: include/export/export_gl_csv.php:158 include/export/export_gl_csv.php:203 -#: include/export/export_gl_csv.php:151 include/export/export_gl_csv.php:212 -#: include/template/letter_prop.php:169 +#: include/class/class_anc_listing.php:113 include/export/export_gl_csv.php:158 +#: include/export/export_gl_csv.php:203 include/export/export_gl_csv.php:151 +#: include/export/export_gl_csv.php:212 include/template/letter_prop.php:169 #: include/class/class_anc_balance_double.php:275 #: include/class/class_anc_balance_simple.php:170 #: include/class/class_pdf_operation.php:154 @@ -18215,7 +18173,7 @@ msgstr "Total fee" #: include/class_fiche.php:1601 include/class/class_fiche.php:1601 #: include/class/class_fiche.php:1604 include/class/class_fiche.php:1603 #: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760 -#: include/class/fiche.class.php:1763 +#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765 msgid "Total crédit" msgstr "Total credit" @@ -18228,7 +18186,7 @@ msgstr "Accounting sum" #: include/class_fiche.php:1600 include/class/class_fiche.php:1600 #: include/class/class_fiche.php:1603 include/class/class_fiche.php:1602 #: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759 -#: include/class/fiche.class.php:1762 +#: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764 msgid "Total débit" msgstr "Total Debit" @@ -18278,14 +18236,12 @@ msgstr "Total to distribute" #: include/class_acc_ledger.php:1543 include/export_fiche_balance_pdf.php:153 #: include/fiche.inc.php:357 include/template/forecast_result.php:31 #: include/class_acc_ledger.php:1540 include/fiche.inc.php:362 -#: include/class_acc_ledger.php:1548 -#: include/class_acc_ledger_purchase.php:1529 +#: include/class_acc_ledger.php:1548 include/class_acc_ledger_purchase.php:1529 #: include/class_acc_ledger_sold.php:806 include/class_acc_ledger.php:1560 #: include/class_acc_ledger_purchase.php:1536 #: include/class_acc_ledger_sold.php:807 include/impress_jrn.inc.php:316 #: include/template/print_ledger_simple.php:122 -#: include/class_acc_ledger.php:1563 -#: include/class_acc_ledger_purchase.php:1535 +#: include/class_acc_ledger.php:1563 include/class_acc_ledger_purchase.php:1535 #: include/class_balance_age.php:225 include/fiche.inc.php:435 #: include/class_acc_ledger_purchase.php:1534 include/fiche.inc.php:438 #: include/export/export_fiche_balance_pdf.php:153 @@ -18321,7 +18277,7 @@ msgstr "Total to distribute" #: include/class/acc_ledger_sold.class.php:844 #: include/class/fiche.class.php:1542 #: include/class/acc_ledger_purchase.class.php:1588 -#: include/class/acc_ledger.class.php:724 +#: include/class/acc_ledger.class.php:724 include/class/fiche.class.php:1544 msgid "Totaux" msgstr "Total" @@ -18550,6 +18506,7 @@ msgstr "VAT ND" #: include/class/acc_plan_mtable.class.php:46 #: include/class/fiche.class.php:1461 #: include/class/acc_ledger_search.class.php:1093 +#: include/class/fiche.class.php:1463 msgid "Type" msgstr "Type" @@ -18581,8 +18538,8 @@ msgstr "Type of backup" #: include/template/action_search.php:114 #: include/template/document_mod_change.php:25 -#: include/template/action_search.php:128 -#: include/template/action_search.php:71 include/template/action_search.php:67 +#: include/template/action_search.php:128 include/template/action_search.php:71 +#: include/template/action_search.php:67 msgid "Type de document" msgstr "Type of document" @@ -18703,8 +18660,8 @@ msgid "Uniquement actif" msgstr "Only assets" #: include/template/action_search.php:133 -#: include/template/action_search.php:134 -#: include/template/action_search.php:77 include/template/action_search.php:73 +#: include/template/action_search.php:134 include/template/action_search.php:77 +#: include/template/action_search.php:73 msgid "Uniquement actions internes" msgstr "Only internal actions" @@ -18767,8 +18724,7 @@ msgstr "" msgid "Unknown type" msgstr "Unknown type" -#: include/ajax_account_update.php:116 -#: include/ajax/ajax_account_update.php:116 +#: include/ajax_account_update.php:116 include/ajax/ajax_account_update.php:116 #: include/ajax/ajax_account_update.php:118 msgid "Update Valeurs invalides" msgstr "invalid values" @@ -18924,8 +18880,7 @@ msgstr "Net value" msgid "Valeurs invalides" msgstr "invalid values" -#: include/ajax_account_update.php:171 -#: include/ajax/ajax_account_update.php:171 +#: include/ajax_account_update.php:171 include/ajax/ajax_account_update.php:171 #: include/ajax/ajax_account_update.php:173 msgid "Valeurs invalides " msgstr "invalid values" @@ -19031,13 +18986,11 @@ msgstr "Friday" #: include/database.item.php:209 include/database.item.php:210 #: include/cfgledger.inc.php:166 include/database.item.php:17 #: include/database.item.php:213 include/database.item.php:223 -#: include/class/acc_ledger_search.class.php:1081 -#: include/cfgledger.inc.php:168 include/database.item.php:11 -#: include/database.item.php:230 include/database.item.php:246 -#: include/class/acc_ledger_search.class.php:1076 +#: include/class/acc_ledger_search.class.php:1081 include/cfgledger.inc.php:168 +#: include/database.item.php:11 include/database.item.php:230 +#: include/database.item.php:246 include/class/acc_ledger_search.class.php:1076 #: include/database.item.php:211 include/database.item.php:221 -#: include/cfgledger.inc.php:173 -#: include/class/acc_ledger_search.class.php:1084 +#: include/cfgledger.inc.php:173 include/class/acc_ledger_search.class.php:1084 msgid "Vente" msgstr "Sale" @@ -19075,7 +19028,7 @@ msgstr "PHP version to low, minimum 5.4" #: html/admin/setup.php:395 html/install.php:459 html/install.php:458 #: html/install.php:456 html/install.php:462 html/install.php:454 #: html/install.php:460 html/install.php:424 html/install.php:399 -#: html/install.php:405 html/install.php:408 +#: html/install.php:405 html/install.php:408 scenario/180209.php:18 msgid "Version base de données :" msgstr "Postgresql version" @@ -19109,8 +19062,7 @@ msgstr "Please reconnect from another tab or by clicking on the link" #: include/ext/sav/include/template/sas_display_detail.php:103 #: include/database.item.php:164 include/database.item.php:163 #: include/database.item.php:156 include/ajax/ajax_mod_stock_repo.php:55 -#: include/database.item.php:157 -#: include/export/export_stock_resume_list.php:38 +#: include/database.item.php:157 include/export/export_stock_resume_list.php:38 #: include/database.item.php:165 msgid "Ville" msgstr "City" @@ -19163,6 +19115,7 @@ msgstr "See documents monitoring" #: html/do.php:104 html/user_login.php:76 html/do.php:132 html/do.php:145 #: html/do.php:147 html/do.php:165 html/do.php:189 html/user_login.php:78 #: html/do.php:203 html/user_login.php:79 html/user_login.php:85 +#: html/do.php:213 msgid "Votre base de données n'est pas à jour" msgstr "Your database is not updated" @@ -19754,13 +19707,10 @@ msgstr "Choose" #: include/class_acc_ledger.php:2531 include/class_acc_ledger.php:2534 #: include/class_html_input.php:857 include/class_acc_ledger.php:2542 #: include/class_html_input.php:861 include/lib/class_html_input.php:861 -#: include/class/class_acc_ledger.php:2542 -#: include/lib/class_html_input.php:876 -#: include/class/class_acc_ledger.php:2541 -#: include/lib/class_html_input.php:887 include/lib/class_html_input.php:888 -#: include/lib/class_html_input.php:915 -#: include/class/class_acc_ledger.php:2546 -#: include/lib/html_input.class.php:968 +#: include/class/class_acc_ledger.php:2542 include/lib/class_html_input.php:876 +#: include/class/class_acc_ledger.php:2541 include/lib/class_html_input.php:887 +#: include/lib/class_html_input.php:888 include/lib/class_html_input.php:915 +#: include/class/class_acc_ledger.php:2546 include/lib/html_input.class.php:968 #: include/class/acc_ledger_search.class.php:111 #: include/lib/html_input.class.php:1017 include/lib/html_input.class.php:1018 #: include/class/acc_ledger_search.class.php:112 @@ -19786,10 +19736,11 @@ msgstr "Select the type of ledger" #: html/do.php:105 html/user_login.php:77 html/do.php:133 html/do.php:146 #: html/do.php:148 html/do.php:166 html/do.php:190 html/user_login.php:79 #: html/do.php:204 html/user_login.php:80 html/user_login.php:86 +#: html/do.php:214 msgid "cliquez ici pour appliquer le patch" msgstr "Click here to apply the patch" -#: html/do.php:193 +#: html/do.php:193 html/do.php:203 msgid "cliquez ici pour mettre à jour " msgstr "Click here to update " @@ -19830,8 +19781,8 @@ msgid "configuration de la sécurité" msgstr "Security Configuration" #: include/template/action_search.php:110 -#: include/template/action_search.php:124 -#: include/template/action_search.php:67 include/template/action_search.php:63 +#: include/template/action_search.php:124 include/template/action_search.php:67 +#: include/template/action_search.php:63 #, php-format msgid "contenant le mot" msgstr "containing the word" @@ -20047,6 +19998,12 @@ msgstr "and" msgid "export CSV" msgstr "Export CSV" +#: scenario/acc_ledger_historyTest.php:37 +msgid "" +"export detail html all ledgers result = Detailled Accounting from " +"Acc_Ledger_History_Generic" +msgstr "" + #: include/ajax_mod_periode.php:60 include/ajax_mod_periode.php:78 #: include/ajax/ajax_mod_periode.php:60 include/ajax/ajax_mod_periode.php:78 #: include/ajax/ajax_periode.php:176 include/class/periode.class.php:707 @@ -20126,6 +20083,7 @@ msgstr "id" #: include/class_fiche.php:557 include/class/class_fiche.php:557 #: include/class/class_fiche.php:558 include/class/fiche.class.php:564 +#: include/class/fiche.class.php:566 msgid "id fiche" msgstr "card id" @@ -20471,6 +20429,7 @@ msgstr "receipt #" #: include/class_fiche.php:1228 include/class/class_fiche.php:1228 #: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234 #: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379 +#: include/class/fiche.class.php:1381 msgid "n° de pièce / Code interne" msgstr "Internal code" @@ -20501,7 +20460,7 @@ msgstr "No online" #: include/class/fiche.class.php:1455 #: include/export/export_poste_detail_csv.php:80 #: include/class/acc_ledger_history_generic.class.php:680 -#: include/class/fiche.class.php:1456 +#: include/class/fiche.class.php:1456 include/class/fiche.class.php:1458 msgid "n° pièce" msgstr "receipt #" @@ -20551,7 +20510,7 @@ msgstr "optional" msgid "opération" msgstr "Entry" -#: include/class/fiche.class.php:1047 +#: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049 msgid "opération annulée" msgstr "Entry canceled" @@ -20774,8 +20733,7 @@ msgstr "QCode" #: include/class_acc_ledger_purchase.php:1379 #: include/class_acc_ledger_purchase.php:1389 -#: include/class_acc_ledger_sold.php:673 -#: include/template/detail-action.php:307 +#: include/class_acc_ledger_sold.php:673 include/template/detail-action.php:307 #: include/template/form_ledger_detail.php:70 #: include/template/form_ledger_detail.php:77 #: include/template/predf_ledger_detail.php:20 @@ -20786,8 +20744,7 @@ msgstr "QCode" #: include/class_acc_ledger_sold.php:1333 #: include/class_acc_ledger_purchase.php:1386 #: include/class_acc_ledger_purchase.php:1783 -#: include/class_acc_ledger_sold.php:684 -#: include/class_acc_ledger_sold.php:1357 +#: include/class_acc_ledger_sold.php:684 include/class_acc_ledger_sold.php:1357 #: include/template/detail-action.php:320 #: include/class_acc_ledger_purchase.php:1789 #: include/class_acc_ledger_sold.php:1358 @@ -20943,6 +20900,7 @@ msgstr "Balance" #: include/class/fiche.class.php:1404 include/class/fiche.class.php:1531 #: include/class/acc_account_ledger.class.php:475 #: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534 +#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 msgid "solde créditeur" msgstr "Total credit" @@ -20957,6 +20915,7 @@ msgstr "Sum credit" #: include/class/fiche.class.php:1404 include/class/fiche.class.php:1531 #: include/class/acc_account_ledger.class.php:475 #: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534 +#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 msgid "solde débiteur" msgstr "Total debit" diff --git a/html/lang/messages.po b/html/lang/messages.po index 11fd62298..c692e649e 100644 --- a/html/lang/messages.po +++ b/html/lang/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-21 13:51+0200\n" +"POT-Creation-Date: 2018-11-20 22:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -30,6 +30,7 @@ msgstr "" #: include/ajax/ajax_card.php:145 include/class/class_fiche.php:655 #: include/ext/importbank/include/import_bank.class.php:490 #: include/ajax/ajax_card.php:148 include/class/fiche.class.php:661 +#: include/ajax/ajax_card.php:148 include/class/fiche.class.php:663 msgid "Fiche non trouvée" msgstr "" @@ -48,14 +49,16 @@ msgstr "" #: include/ext/listing/index.php:60 include/ajax/ajax_card.php:163 #: include/database.item.php:11 include/ajax/ajax_card.php:166 #: include/database.item.php:5 include/database.item.php:98 -#: include/ext/import-winbook/index.php:66 +#: include/ext/import-winbook/index.php:66 include/ajax/ajax_card.php:166 +#: include/database.item.php:3 include/database.item.php:96 +#: include/fiche.inc.php:64 msgid "Historique" msgstr "" #: html/ajax_card.php:172 html/ajax_card.php:190 html/ajax_card.php:191 #: html/ajax_card.php:192 include/ajax/ajax_card.php:172 #: include/ajax/ajax_card.php:173 include/ajax/ajax_card.php:176 -#: include/ajax/ajax_card.php:182 +#: include/ajax/ajax_card.php:182 include/ajax/ajax_card.php:182 msgid "Aucune fiche demandée" msgstr "" @@ -82,6 +85,9 @@ msgstr "" #: include/ajax/ajax_card.php:567 include/ajax/ajax_card.php:213 #: include/ajax/ajax_card.php:368 include/ajax/ajax_card.php:563 #: include/ajax/ajax_card.php:571 include/ajax/ajax_card.php:601 +#: include/ajax/ajax_card.php:213 include/ajax/ajax_card.php:368 +#: include/ajax/ajax_card.php:526 include/ajax/ajax_card.php:563 +#: include/ajax/ajax_card.php:571 include/ajax/ajax_card.php:601 msgid "Action interdite" msgstr "" @@ -92,6 +98,7 @@ msgstr "" #: include/ajax/ajax_card.php:376 include/ajax/ajax_card.php:255 #: include/ajax/ajax_card.php:377 include/ajax/ajax_card.php:261 #: include/ajax/ajax_card.php:410 include/ajax/ajax_card.php:264 +#: include/ajax/ajax_card.php:413 include/ajax/ajax_card.php:264 #: include/ajax/ajax_card.php:413 msgid "" "Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait " @@ -101,7 +108,7 @@ msgstr "" #: html/ajax_card.php:265 html/ajax_card.php:283 html/ajax_card.php:285 #: html/ajax_card.php:286 include/ajax/ajax_card.php:266 #: include/ajax/ajax_card.php:267 include/ajax/ajax_card.php:273 -#: include/ajax/ajax_card.php:275 +#: include/ajax/ajax_card.php:275 include/ajax/ajax_card.php:275 msgid "Aucune catégorie de fiche ne correspond à votre demande" msgstr "" @@ -111,7 +118,8 @@ msgstr "" #: include/ajax/ajax_card.php:345 include/ajax/ajax_card.php:346 #: include/ajax/ajax_card.php:347 include/ajax/ajax_add_concerned_card.php:50 #: include/ajax/ajax_card.php:380 include/ajax/ajax_add_concerned_card.php:54 -#: include/ajax/ajax_card.php:383 +#: include/ajax/ajax_card.php:383 include/ajax/ajax_card.php:383 +#: include/ajax/ajax_add_concerned_card.php:54 msgid "Fiche contenant" msgstr "" @@ -180,23 +188,40 @@ msgstr "" #: include/ajax/ajax_card.php:385 include/ajax/ajax_search_operation.php:64 #: include/ajax/ajax_search_operation.php:72 #: include/class/acc_ledger_search.class.php:559 html/recherche.php:82 +#: include/class/acc_ledger_search.class.php:547 html/recherche.php:82 +#: scenario/search_acc_operation.php:34 include/template/action_show.php:33 +#: include/template/stock_histo_search.php:30 +#: include/template/stock_histo_search.php:68 +#: include/template/action_button.php:39 include/anc_acc_balance.inc.php:15 +#: include/anc_group_balance.inc.php:16 include/anc_acc_table.inc.php:15 +#: include/ajax/ajax_card.php:385 include/ajax/ajax_admin.php:144 +#: include/ajax/ajax_add_concerned_card.php:56 +#: include/ajax/ajax_search_operation.php:64 +#: include/ajax/ajax_search_operation.php:72 include/ajax/ajax_poste.php:62 +#: include/ajax/ajax_anc_search.php:49 include/ajax/ajax_anc_search.php:58 +#: include/menu.inc.php:140 include/menu.inc.php:143 +#: include/database.item.php:56 include/database.item.php:95 +#: include/lettering.gestion.inc.php:53 include/fiche.inc.php:85 #: include/class/acc_ledger_search.class.php:547 +#: include/lettering.account.inc.php:105 include/lib/user_menu.php:52 +#: include/lettering.card.inc.php:102 #, php-format msgid "Recherche" msgstr "" -#: html/ajax_card.php:354 include/fiche.inc.php:90 -#: include/forecast.inc.php:264 include/forecast.inc.php:329 -#: include/impress_poste.inc.php:43 include/ext/modop/modop_display.php:80 +#: html/ajax_card.php:354 include/fiche.inc.php:90 include/forecast.inc.php:264 +#: include/forecast.inc.php:329 include/impress_poste.inc.php:43 +#: include/ext/modop/modop_display.php:80 #: include/ext/modop/modop_display.php:113 #: include/ext/modop/modop_display.php:147 #: include/ext/modop/modop_display.php:183 html/ajax_card.php:355 #: html/ajax_card.php:391 include/forecast.inc.php:242 -#: include/forecast.inc.php:308 html/ajax_card.php:392 -#: include/fiche.inc.php:92 html/ajax_card.php:393 -#: include/forecast.inc.php:244 include/ajax/ajax_card.php:373 -#: include/ajax/ajax_card.php:374 include/ajax/ajax_card.php:375 -#: include/ajax/ajax_card.php:408 include/ajax/ajax_card.php:411 +#: include/forecast.inc.php:308 html/ajax_card.php:392 include/fiche.inc.php:92 +#: html/ajax_card.php:393 include/forecast.inc.php:244 +#: include/ajax/ajax_card.php:373 include/ajax/ajax_card.php:374 +#: include/ajax/ajax_card.php:375 include/ajax/ajax_card.php:408 +#: include/ajax/ajax_card.php:411 include/ajax/ajax_card.php:411 +#: include/fiche.inc.php:92 msgid "Recherche de fiche" msgstr "" @@ -204,7 +229,7 @@ msgstr "" #: html/ajax_card.php:457 html/ajax_card.php:458 html/ajax_card.php:459 #: include/ajax/ajax_card.php:439 include/ajax/ajax_card.php:440 #: include/ajax/ajax_card.php:441 include/ajax/ajax_card.php:474 -#: include/ajax/ajax_card.php:478 +#: include/ajax/ajax_card.php:478 include/ajax/ajax_card.php:478 msgid " de clients" msgstr "" @@ -212,7 +237,7 @@ msgstr "" #: html/ajax_card.php:461 html/ajax_card.php:462 html/ajax_card.php:463 #: include/ajax/ajax_card.php:443 include/ajax/ajax_card.php:444 #: include/ajax/ajax_card.php:445 include/ajax/ajax_card.php:478 -#: include/ajax/ajax_card.php:482 +#: include/ajax/ajax_card.php:482 include/ajax/ajax_card.php:482 msgid " de fournisseurs" msgstr "" @@ -220,7 +245,7 @@ msgstr "" #: html/ajax_card.php:465 html/ajax_card.php:466 html/ajax_card.php:467 #: include/ajax/ajax_card.php:447 include/ajax/ajax_card.php:448 #: include/ajax/ajax_card.php:449 include/ajax/ajax_card.php:482 -#: include/ajax/ajax_card.php:486 +#: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:486 msgid " d'administration" msgstr "" @@ -261,7 +286,8 @@ msgstr "" #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:361 #: include/ext/rapport_avance/include/formulaire_param_detail.class.php:368 #: include/ajax/ajax_card.php:506 include/class/acc_report.class.php:151 -#: include/ajax/ajax_card.php:510 +#: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:510 +#: include/class/acc_report.class.php:151 msgid "Recherche poste" msgstr "" @@ -279,9 +305,9 @@ msgstr "" #: include/param_pcmn.inc.php:67 include/report.inc.php:89 #: include/report.inc.php:104 include/template/detail-action.php:437 #: include/compta_fin.inc.php:148 include/template/detail-action.php:453 -#: html/ajax_card.php:212 html/ajax_card.php:491 -#: include/compta_fin.inc.php:151 include/template/dashboard.php:308 -#: include/template/detail-action.php:459 include/template/pcmn_update.php:52 +#: html/ajax_card.php:212 html/ajax_card.php:491 include/compta_fin.inc.php:151 +#: include/template/dashboard.php:308 include/template/detail-action.php:459 +#: include/template/pcmn_update.php:52 #: include/template/todo_list_display.php:103 html/ajax_card.php:497 #: include/class_fiche_def.php:789 html/ajax_card.php:213 #: html/ajax_card.php:498 include/class_fiche_def.php:800 @@ -304,24 +330,31 @@ msgstr "" #: include/class/fiche_def.class.php:812 include/cfgledger.inc.php:134 #: include/template/dashboard.php:350 include/ajax/ajax_card.php:203 #: include/ajax/ajax_card.php:517 include/ajax/ajax_mod_predf_op.php:54 -#: include/cfgledger.inc.php:137 +#: include/cfgledger.inc.php:137 include/template/pcmn_update.php:53 +#: include/template/dashboard.php:350 +#: include/template/todo_list_display.php:105 include/payment_middle.inc.php:53 +#: include/cfgledger.inc.php:137 include/compta_fin.inc.php:149 +#: include/ajax/ajax_mod_predf_op.php:54 include/ajax/ajax_card.php:203 +#: include/ajax/ajax_card.php:517 include/report.inc.php:88 +#: include/report.inc.php:103 include/company.inc.php:149 +#: include/class/fiche_def.class.php:812 msgid "Sauve" msgstr "" #: html/ajax_card.php:468 html/ajax_card.php:469 html/ajax_card.php:470 #: html/ajax_card.php:521 html/ajax_card.php:522 html/ajax_card.php:528 -#: html/ajax_card.php:530 html/ajax_card.php:529 -#: include/ajax/ajax_card.php:509 include/ajax/ajax_card.php:510 -#: include/ajax/ajax_card.php:511 include/ajax/ajax_card.php:544 +#: html/ajax_card.php:530 html/ajax_card.php:529 include/ajax/ajax_card.php:509 +#: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:548 #: include/ajax/ajax_card.php:548 msgid "Catégorie existe déjà" msgstr "" #: html/ajax_card.php:470 html/ajax_card.php:471 html/ajax_card.php:472 #: html/ajax_card.php:523 html/ajax_card.php:524 html/ajax_card.php:530 -#: html/ajax_card.php:532 html/ajax_card.php:531 -#: include/ajax/ajax_card.php:511 include/ajax/ajax_card.php:512 -#: include/ajax/ajax_card.php:513 include/ajax/ajax_card.php:546 +#: html/ajax_card.php:532 html/ajax_card.php:531 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:512 include/ajax/ajax_card.php:513 +#: include/ajax/ajax_card.php:546 include/ajax/ajax_card.php:550 #: include/ajax/ajax_card.php:550 msgid "Catégorie sauvée" msgstr "" @@ -334,10 +367,11 @@ msgstr "" #: html/ajax_card.php:497 html/ajax_card.php:498 html/ajax_card.php:499 #: html/ajax_card.php:550 html/ajax_card.php:551 html/ajax_card.php:557 -#: html/ajax_card.php:559 html/ajax_card.php:558 -#: include/ajax/ajax_card.php:538 include/ajax/ajax_card.php:539 -#: include/ajax/ajax_card.php:540 include/ajax/ajax_card.php:573 -#: include/ajax/ajax_card.php:577 include/ajax/ajax_card.php:607 +#: html/ajax_card.php:559 html/ajax_card.php:558 include/ajax/ajax_card.php:538 +#: include/ajax/ajax_card.php:539 include/ajax/ajax_card.php:540 +#: include/ajax/ajax_card.php:573 include/ajax/ajax_card.php:577 +#: include/ajax/ajax_card.php:607 include/ajax/ajax_card.php:577 +#: include/ajax/ajax_card.php:607 msgid "Fiche non valide" msgstr "" @@ -348,13 +382,14 @@ msgstr "" #: include/ajax/ajax_ledger.php:96 include/ajax/ajax_ledger.php:118 #: include/ajax/ajax_ledger.php:103 include/ajax/ajax_ledger.php:125 #: include/template/ledger_detail_bottom.php:37 include/ext/tva/ajax.php:101 -#: include/ext/tva/ajax.php:200 +#: include/ext/tva/ajax.php:200 include/template/ledger_detail_bottom.php:37 +#: include/ajax/ajax_ledger.php:103 include/ajax/ajax_ledger.php:125 msgid "Information" msgstr "" #: html/ajax_ledger.php:156 html/ajax_ledger.php:174 html/ajax_ledger.php:175 #: include/ajax/ajax_ledger.php:152 include/ajax/ajax_ledger.php:155 -#: include/ajax/ajax_ledger.php:159 +#: include/ajax/ajax_ledger.php:159 include/ajax/ajax_ledger.php:159 msgid "Opération Effacée" msgstr "" @@ -362,6 +397,7 @@ msgstr "" #: html/ajax_ledger.php:223 html/ajax_ledger.php:225 #: include/ajax/ajax_ledger.php:202 include/ajax/ajax_ledger.php:205 #: include/ajax/ajax_ledger.php:207 include/ajax/ajax_ledger.php:211 +#: include/ajax/ajax_ledger.php:211 msgid "Désolé il y a une erreur" msgstr "" @@ -369,6 +405,7 @@ msgstr "" #: html/ajax_ledger.php:277 html/ajax_ledger.php:279 #: include/ajax/ajax_ledger.php:256 include/ajax/ajax_ledger.php:259 #: include/ajax/ajax_ledger.php:261 include/ajax/ajax_ledger.php:265 +#: include/ajax/ajax_ledger.php:265 msgid "Aucun fichier" msgstr "" @@ -402,6 +439,11 @@ msgstr "" #: include/template/ledger_detail_bottom.php:39 #: include/class/acc_ledger_search.class.php:702 #: include/class/acc_ledger_search.class.php:696 +#: include/template/ledger_detail_bottom.php:39 include/compta_ven.inc.php:188 +#: include/ajax/ajax_ledger.php:322 include/ajax/ajax_ledger.php:351 +#: include/database.item.php:87 include/class/document.class.php:172 +#: include/class/acc_ledger_search.class.php:696 include/compta_ach.inc.php:176 +#: include/operation_ods_confirm.inc.php:52 msgid "Document" msgstr "" @@ -414,7 +456,8 @@ msgstr "" #: html/ajax_ledger.php:525 include/ajax/ajax_ledger.php:502 #: include/ajax/ajax_ledger.php:504 include/ajax/ajax_ledger.php:508 #: include/anc_od.inc.php:121 include/ajax/ajax_ledger.php:509 -#: include/ext/modop/modop_save.php:165 +#: include/ext/modop/modop_save.php:165 include/ajax/ajax_ledger.php:509 +#: include/anc_od.inc.php:121 include/stock_inv.inc.php:40 msgid "Opération sauvée" msgstr "" @@ -422,6 +465,7 @@ msgstr "" #: html/ajax_ledger.php:522 html/ajax_ledger.php:529 html/ajax_ledger.php:531 #: include/ajax/ajax_ledger.php:508 include/ajax/ajax_ledger.php:511 #: include/ajax/ajax_ledger.php:515 include/ajax/ajax_ledger.php:516 +#: include/ajax/ajax_ledger.php:516 msgid "" "Changement impossible: on ne peut pas changer la date dans une période fermée" msgstr "" @@ -430,6 +474,7 @@ msgstr "" #: html/ajax_ledger.php:564 html/ajax_ledger.php:576 html/ajax_ledger.php:578 #: include/ajax/ajax_ledger.php:555 include/ajax/ajax_ledger.php:558 #: include/ajax/ajax_ledger.php:563 include/ajax/ajax_ledger.php:568 +#: include/ajax/ajax_ledger.php:568 msgid "Opération extournée" msgstr "" @@ -441,24 +486,27 @@ msgstr "" #: include/class/pdf_operation.class.php:149 #: include/class/pdf_operation.class.php:194 #: include/class/pdf_operation.class.php:247 html/ajax_misc.php:456 +#: html/ajax_misc.php:456 include/class/pdf_operation.class.php:149 +#: include/class/pdf_operation.class.php:194 +#: include/class/pdf_operation.class.php:247 msgid "code" msgstr "" #: html/ajax_misc.php:195 html/ajax_misc.php:214 html/ajax_misc.php:228 #: html/ajax_misc.php:234 html/ajax_misc.php:312 html/ajax_misc.php:317 -#: html/ajax_misc.php:345 html/ajax_misc.php:457 +#: html/ajax_misc.php:345 html/ajax_misc.php:457 html/ajax_misc.php:457 msgid "Taux" msgstr "" #: html/ajax_misc.php:196 html/ajax_misc.php:215 html/ajax_misc.php:229 #: html/ajax_misc.php:235 html/ajax_misc.php:313 html/ajax_misc.php:318 -#: html/ajax_misc.php:346 html/ajax_misc.php:458 +#: html/ajax_misc.php:346 html/ajax_misc.php:458 html/ajax_misc.php:458 msgid "Symbole" msgstr "" #: html/ajax_misc.php:197 html/ajax_misc.php:216 html/ajax_misc.php:230 #: html/ajax_misc.php:236 html/ajax_misc.php:314 html/ajax_misc.php:319 -#: html/ajax_misc.php:347 html/ajax_misc.php:459 +#: html/ajax_misc.php:347 html/ajax_misc.php:459 html/ajax_misc.php:459 msgid "Explication" msgstr "" @@ -467,6 +515,7 @@ msgstr "" #: html/ajax_misc.php:289 html/ajax_misc.php:294 html/ajax_misc.php:367 #: html/ajax_misc.php:372 html/ajax_misc.php:377 html/ajax_misc.php:400 #: html/ajax_misc.php:405 html/ajax_misc.php:512 html/ajax_misc.php:517 +#: html/ajax_misc.php:512 html/ajax_misc.php:517 msgid "tva inconnue" msgstr "" @@ -477,17 +526,17 @@ msgstr "" #: include/cfgledger.inc.php:124 include/forecast.inc.php:347 #: include/report.inc.php:130 include/anc_pa.inc.php:242 #: include/ext/invoicing/include/invoice_generate.inc.php:82 -#: html/ajax_misc.php:314 include/dossier.inc.php:302 -#: include/modele.inc.php:72 include/modele.inc.php:359 -#: include/modele.inc.php:387 include/restore.inc.php:50 -#: include/dossier.inc.php:332 html/ajax_misc.php:320 -#: include/ajax_get_profile.php:47 include/anc_pa.inc.php:246 -#: include/cfgledger.inc.php:126 include/dossier.inc.php:325 -#: include/dossier.inc.php:368 include/forecast.inc.php:343 -#: include/dossier.inc.php:361 include/dossier.inc.php:404 -#: include/opening.inc.php:166 include/opening.inc.php:253 -#: include/ajax/ajax_get_profile.php:47 include/forecast.inc.php:337 -#: html/ajax_misc.php:398 include/modele.inc.php:73 include/modele.inc.php:373 +#: html/ajax_misc.php:314 include/dossier.inc.php:302 include/modele.inc.php:72 +#: include/modele.inc.php:359 include/modele.inc.php:387 +#: include/restore.inc.php:50 include/dossier.inc.php:332 +#: html/ajax_misc.php:320 include/ajax_get_profile.php:47 +#: include/anc_pa.inc.php:246 include/cfgledger.inc.php:126 +#: include/dossier.inc.php:325 include/dossier.inc.php:368 +#: include/forecast.inc.php:343 include/dossier.inc.php:361 +#: include/dossier.inc.php:404 include/opening.inc.php:166 +#: include/opening.inc.php:253 include/ajax/ajax_get_profile.php:47 +#: include/forecast.inc.php:337 html/ajax_misc.php:398 +#: include/modele.inc.php:73 include/modele.inc.php:373 #: include/modele.inc.php:401 include/report.inc.php:129 #: include/ajax/ajax_display_letter.php:34 html/do.php:253 #: include/modele.inc.php:71 include/modele.inc.php:414 @@ -503,7 +552,13 @@ msgstr "" #: html/do.php:302 html/user_login.php:71 include/cfgledger.inc.php:138 #: include/modele.inc.php:403 include/modele.inc.php:443 #: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141 -#: include/ext/tva/ajax.php:35 +#: include/ext/tva/ajax.php:35 html/do.php:312 html/user_login.php:71 +#: include/cfgledger.inc.php:141 include/dossier.inc.php:383 +#: include/dossier.inc.php:426 include/ajax/ajax_get_profile.php:50 +#: include/ajax/ajax_display_letter.php:39 include/modele.inc.php:72 +#: include/modele.inc.php:403 include/modele.inc.php:443 +#: include/report.inc.php:129 include/forecast.inc.php:351 +#: include/opening.inc.php:177 include/restore.inc.php:51 msgid "Retour" msgstr "" @@ -519,7 +574,10 @@ msgstr "" #: include/export/export_gl_csv.php:90 include/template/letter_prop.php:65 #: include/category_card.inc.php:79 include/export/export_gl_csv.php:96 #: include/database.item.php:74 include/ajax/ajax_display_letter.php:49 -#: include/category_card.inc.php:81 +#: include/category_card.inc.php:81 include/template/letter_prop.php:22 +#: include/template/letter_prop.php:65 include/template/letter_all.php:20 +#: include/export/export_gl_csv.php:96 include/category_card.inc.php:81 +#: include/ajax/ajax_display_letter.php:49 include/database.item.php:72 msgid "Lettrage" msgstr "" @@ -527,6 +585,7 @@ msgstr "" #: html/ajax_misc.php:355 html/ajax_misc.php:433 #: include/ajax/ajax_display_letter.php:69 #: include/ajax/ajax_display_letter.php:74 +#: include/ajax/ajax_display_letter.php:74 msgid "Montant min. " msgstr "" @@ -534,6 +593,7 @@ msgstr "" #: html/ajax_misc.php:362 html/ajax_misc.php:440 #: include/ajax/ajax_display_letter.php:76 #: include/ajax/ajax_display_letter.php:81 +#: include/ajax/ajax_display_letter.php:81 msgid "Montant max. " msgstr "" @@ -544,6 +604,8 @@ msgstr "" #: include/ajax/ajax_display_letter.php:105 #: include/ajax/ajax_display_letter.php:96 #: include/ajax/ajax_display_letter.php:110 +#: include/ajax/ajax_display_letter.php:96 +#: include/ajax/ajax_display_letter.php:110 msgid "Date malformée" msgstr "" @@ -557,6 +619,8 @@ msgstr "" #: include/ext/tools/include/anc_grandlivre_ext.class.php:126 #: include/export/export_poste_detail_pdf.php:102 #: include/ajax/ajax_display_letter.php:122 +#: include/export/export_poste_detail_pdf.php:102 +#: include/ajax/ajax_display_letter.php:122 include/fiche.inc.php:574 msgid "Debit" msgstr "" @@ -570,6 +634,8 @@ msgstr "" #: include/ext/tools/include/anc_grandlivre_ext.class.php:127 #: include/export/export_poste_detail_pdf.php:104 #: include/ajax/ajax_display_letter.php:123 +#: include/export/export_poste_detail_pdf.php:104 +#: include/ajax/ajax_display_letter.php:123 include/fiche.inc.php:578 msgid "Credit" msgstr "" @@ -577,6 +643,7 @@ msgstr "" #: html/ajax_misc.php:405 html/ajax_misc.php:483 #: include/ajax/ajax_display_letter.php:119 #: include/ajax/ajax_display_letter.php:124 +#: include/ajax/ajax_display_letter.php:124 msgid "Les 2" msgstr "" @@ -639,8 +706,8 @@ msgstr "" #: include/ext/amortis/include/template/material_detail.php:187 #: include/ext/rapport_avance/ajax_listing_detail_modify.php:79 #: include/card_attr.inc.php:163 include/cfgledger.inc.php:144 -#: include/template/ledger_detail_bottom.php:294 -#: include/ajax/ajax_card.php:161 include/class/class_acc_ledger.php:3294 +#: include/template/ledger_detail_bottom.php:294 include/ajax/ajax_card.php:161 +#: include/class/class_acc_ledger.php:3294 #: include/ext/import_card/include/template/template_save.php:37 #: include/cfgledger.inc.php:151 include/forecast.inc.php:262 #: include/forecast.inc.php:277 include/forecast.inc.php:297 @@ -659,11 +726,27 @@ msgstr "" #: include/ext/modop/modop_confirm.php:70 #: include/ext/modop/modop_confirm.php:94 include/cfgledger.inc.php:157 #: include/class/acc_ledger.class.php:2019 +#: include/template/user_sec_profile.php:58 +#: include/template/modele_document.php:119 +#: include/template/ledger_detail_bottom.php:317 +#: include/template/document_mod_change.php:86 +#: include/template/anc_key_input.php:205 include/template/stock_inv.php:105 +#: include/template/profile_sec_repository.php:59 include/cfgledger.inc.php:157 +#: include/default_menu.inc.php:45 include/ajax/ajax_mod_stock_repo.php:79 +#: include/ajax/ajax_create_menu.php:16 include/ajax/ajax_card.php:164 +#: include/ajax/ajax_display_letter.php:219 include/ajax/ajax_mod_menu.php:18 +#: include/class/acc_ledger.class.php:2019 +#: include/class/fiche_def.class.php:775 include/forecast.inc.php:262 +#: include/forecast.inc.php:277 include/forecast.inc.php:297 +#: include/forecast.inc.php:321 include/forecast.inc.php:368 +#: include/card_attr.inc.php:163 include/anc_od.inc.php:145 +#: include/stock_cfg.inc.php:164 msgid "Sauver" msgstr "" #: html/ajax.php:48 html/extension.raw.php:59 html/ajax.php:66 -#: html/extension.raw.php:57 html/ajax.php:67 html/ajax.php:68 +#: html/extension.raw.php:57 html/ajax.php:67 html/ajax.php:68 html/ajax.php:68 +#: html/extension.raw.php:57 msgid "Cette extension n'existe pas " msgstr "" @@ -686,29 +769,37 @@ msgstr "" #: include/database.item.php:167 include/ajax/ajax_poste.php:65 #: include/card_attr.inc.php:82 include/database.item.php:170 #: include/template/ledger_detail_bottom.php:83 -#: include/class/acc_plan_mtable.class.php:39 -#: include/class/fiche.class.php:468 include/balance.inc.php:306 -#: include/database.item.php:175 include/template/ledger_detail_bottom.php:88 +#: include/class/acc_plan_mtable.class.php:39 include/class/fiche.class.php:468 +#: include/balance.inc.php:306 include/database.item.php:175 +#: include/template/ledger_detail_bottom.php:88 #: include/template/ledger_detail_misc.php:99 include/ajax/ajax_poste.php:64 #: include/class/acc_plan_mtable.class.php:45 +#: include/template/fiche_list.php:41 +#: include/template/ledger_detail_misc.php:99 +#: include/template/ledger_detail_bottom.php:88 +#: include/template/operation_detail_misc.php:32 include/ajax/ajax_poste.php:64 +#: include/database.item.php:170 include/balance.inc.php:306 +#: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:470 +#: include/card_attr.inc.php:82 msgid "Poste Comptable" msgstr "" #: html/do.php:44 html/popup.php:38 html/popup.php:35 html/do.php:47 -#: html/do.php:48 html/popup.php:37 +#: html/do.php:48 html/popup.php:37 html/popup.php:37 html/do.php:47 msgid "Vous êtes déconnecté" msgstr "" #: html/do.php:97 html/user_login.php:66 html/do.php:96 html/do.php:91 #: html/do.php:93 html/user_login.php:67 html/do.php:121 html/do.php:134 #: html/do.php:136 html/do.php:154 html/do.php:178 html/user_login.php:69 -#: html/do.php:186 html/user_login.php:70 +#: html/do.php:186 html/user_login.php:70 html/do.php:196 +#: html/user_login.php:70 msgid "Base de donnée invalide" msgstr "" #: html/do.php:104 html/do.php:103 html/do.php:98 html/do.php:100 #: html/do.php:128 html/do.php:141 html/do.php:143 html/do.php:161 -#: html/do.php:185 html/do.php:197 +#: html/do.php:185 html/do.php:197 html/do.php:207 msgid "" "Attention: la version de base de donnée est supérieure à la version du " "programme, vous devriez mettre à jour" @@ -718,6 +809,7 @@ msgstr "" #: html/do.php:104 html/user_login.php:76 html/do.php:132 html/do.php:145 #: html/do.php:147 html/do.php:165 html/do.php:189 html/user_login.php:78 #: html/do.php:203 html/user_login.php:79 html/user_login.php:85 +#: html/do.php:213 html/user_login.php:85 msgid "Votre base de données n'est pas à jour" msgstr "" @@ -725,6 +817,7 @@ msgstr "" #: html/do.php:105 html/user_login.php:77 html/do.php:133 html/do.php:146 #: html/do.php:148 html/do.php:166 html/do.php:190 html/user_login.php:79 #: html/do.php:204 html/user_login.php:80 html/user_login.php:86 +#: html/do.php:214 html/user_login.php:86 msgid "cliquez ici pour appliquer le patch" msgstr "" @@ -733,20 +826,20 @@ msgstr "" #: include/ext/rapport_avance/raw.php:163 #: include/ext/rapport_avance/raw.php:210 html/show_pj.php:83 #: include/ext/rapport_avance/raw.php:277 include/export/export_receipt.php:71 -#: include/ext/rapport_avance/raw.php:63 -#: include/ext/rapport_avance/raw.php:107 include/ext/listing/raw.php:59 -#: include/ext/listing/raw.php:106 include/ext/listing/raw.php:173 +#: include/ext/rapport_avance/raw.php:63 include/ext/rapport_avance/raw.php:107 +#: include/ext/listing/raw.php:59 include/ext/listing/raw.php:106 +#: include/ext/listing/raw.php:173 include/export/export_receipt.php:80 #: include/export/export_receipt.php:80 msgid "Fichier effacé" msgstr "" #: html/user_login.php:40 html/user_login.php:41 html/user_login.php:42 -#: html/user_login.php:43 +#: html/user_login.php:43 html/user_login.php:43 msgid "Vous utilisez un navigateur dépassé depuis près de 8 ans!" msgstr "" #: html/user_login.php:41 html/user_login.php:42 html/user_login.php:43 -#: html/user_login.php:44 +#: html/user_login.php:44 html/user_login.php:44 msgid "" "Pour une meilleure expérience web, prenez le temps de mettre votre " "navigateur à jour" @@ -761,13 +854,15 @@ msgstr "" #: html/user_login.php:158 html/user_login.php:159 html/user_login.php:160 #: include/database.item.php:87 html/user_login.php:163 #: include/database.item.php:81 include/ajax/ajax_preference.php:31 -#: html/user_login.php:169 include/database.item.php:79 +#: html/user_login.php:169 include/database.item.php:79 html/user_login.php:169 +#: include/ajax/ajax_preference.php:31 include/database.item.php:79 msgid "Préférence" msgstr "" #: html/user_login.php:151 html/user_login.php:153 html/user_login.php:155 #: html/user_login.php:159 html/user_login.php:160 html/user_login.php:161 #: html/user_login.php:162 html/user_login.php:165 html/user_login.php:171 +#: html/user_login.php:171 msgid "Deconnexion" msgstr "" @@ -817,7 +912,11 @@ msgstr "" #: include/class/acc_ledger_search.class.php:570 html/recherche.php:81 #: include/balance.inc.php:101 include/modele.inc.php:278 #: include/class/acc_ledger_search.class.php:565 html/recherche.php:83 -#: include/class/acc_ledger_search.class.php:553 +#: include/class/acc_ledger_search.class.php:553 html/recherche.php:83 +#: include/cfgplugin.inc.php:110 include/ajax/ajax_search_filter.php:128 +#: include/modele.inc.php:278 include/menu.inc.php:146 +#: include/balance.inc.php:101 include/class/acc_ledger_search.class.php:553 +#: include/forecast.inc.php:386 msgid "Filtre" msgstr "" @@ -830,6 +929,8 @@ msgstr "" #: include/lib/ac_common.php:431 include/action.common.inc.php:129 #: include/lib/ac_common.php:432 include/action.common.inc.php:131 #: include/action.common.inc.php:165 include/lib/ac_common.php:434 +#: include/action.common.inc.php:131 include/action.common.inc.php:165 +#: include/lib/ac_common.php:434 msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "" @@ -839,6 +940,7 @@ msgstr "" #: include/lib/ac_common.php:434 include/lib/ac_common.php:435 #: include/lib/ac_common.php:436 include/lib/ac_common.php:437 #: include/lib/ac_common.php:438 include/lib/ac_common.php:440 +#: include/lib/ac_common.php:440 msgid " Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "" @@ -852,6 +954,7 @@ msgstr "" #: include/class/class_extension.php:122 include/lib/ac_common.php:880 #: include/lib/ac_common.php:881 include/class/extension.class.php:122 #: include/lib/ac_common.php:893 include/class/extension.class.php:138 +#: include/lib/ac_common.php:895 include/class/extension.class.php:138 #: include/lib/ac_common.php:895 msgid "Module inexistant" msgstr "" @@ -880,12 +983,15 @@ msgstr "" #: include/action.common.inc.php:316 include/compta_ven.inc.php:332 #: include/action.common.inc.php:191 include/action.common.inc.php:325 #: include/compta_ach.inc.php:298 include/compta_ven.inc.php:340 +#: include/action.common.inc.php:191 include/action.common.inc.php:325 +#: include/compta_ven.inc.php:340 include/compta_ach.inc.php:298 msgid "Enregistrer" msgstr "" #: include/action.common.inc.php:161 include/action.common.inc.php:178 #: include/action.common.inc.php:183 include/action.common.inc.php:185 #: include/action.common.inc.php:186 include/action.common.inc.php:192 +#: include/action.common.inc.php:192 msgid "Génère le document" msgstr "" @@ -900,7 +1006,7 @@ msgstr "" #: include/action.common.inc.php:187 include/action.common.inc.php:207 #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:222 msgid "Vous confirmez l\\'effacement" msgstr "" @@ -910,25 +1016,27 @@ msgstr "" #: include/ajax/ajax_view_action.php:55 include/action.common.inc.php:223 #: include/action.common.inc.php:225 include/ajax/ajax_view_action.php:56 #: include/ajax/ajax_view_action.php:52 include/action.common.inc.php:226 -#: include/action.common.inc.php:232 +#: include/action.common.inc.php:232 include/action.common.inc.php:232 +#: include/ajax/ajax_view_action.php:52 msgid "Ce document n'est pas accessible" msgstr "" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:253 msgid "Action " msgstr "" #: include/action.common.inc.php:218 include/action.common.inc.php:238 #: include/action.common.inc.php:239 include/action.common.inc.php:244 #: include/action.common.inc.php:246 include/action.common.inc.php:247 -#: include/action.common.inc.php:253 +#: include/action.common.inc.php:253 include/action.common.inc.php:253 msgid " effacée" msgstr "" #: include/action.inc.php:26 include/action.inc.php:25 +#: include/action.inc.php:25 msgid "Retour liste" msgstr "" @@ -941,6 +1049,9 @@ msgstr "" #: include/customer.inc.php:89 include/manager.inc.php:92 #: include/supplier.inc.php:92 include/contact.inc.php:86 #: include/manager.inc.php:93 include/customer.inc.php:90 +#: include/contact.inc.php:86 include/customer.inc.php:90 +#: include/manager.inc.php:93 include/supplier.inc.php:92 +#: include/bank.inc.php:86 include/adm.inc.php:90 msgid "Catégorie :" msgstr "" @@ -956,6 +1067,9 @@ msgstr "" #: include/contact.inc.php:98 include/manager.inc.php:105 #: include/template/action_search.php:152 include/customer.inc.php:103 #: include/template/action_search.php:148 +#: include/template/action_search.php:148 include/contact.inc.php:98 +#: include/customer.inc.php:103 include/manager.inc.php:105 +#: include/supplier.inc.php:104 include/bank.inc.php:99 include/adm.inc.php:100 msgid "recherche" msgstr "" @@ -977,33 +1091,31 @@ msgstr "" #: include/class_acc_ledger.php:3562 include/category_card.inc.php:140 #: include/class_acc_ledger_fin.php:252 include/class_acc_ledger.php:1591 #: include/class_acc_ledger.php:3578 include/class_acc_ledger_purchase.php:957 -#: include/class_acc_ledger_sold.php:997 -#: include/class_acc_ledger_sold.php:1004 include/class_follow_up.php:295 -#: include/class_pre_op_advanced.php:162 include/class_acc_ledger.php:1603 -#: include/class_acc_ledger.php:3606 include/class_acc_ledger_purchase.php:960 -#: include/class_acc_ledger_sold.php:998 -#: include/class_acc_ledger_sold.php:1005 include/class_acc_ledger.php:3633 -#: include/class_pre_op_advanced.php:173 include/class_acc_ledger.php:3642 -#: include/adm.inc.php:114 include/bank.inc.php:113 -#: include/category_card.inc.php:151 include/class_acc_ledger.php:1606 -#: include/class_acc_ledger.php:3644 include/fiche.inc.php:115 -#: include/class_acc_ledger.php:3652 include/adm.inc.php:124 -#: include/bank.inc.php:124 include/class_follow_up.php:303 -#: include/customer.inc.php:123 include/manager.inc.php:127 -#: include/supplier.inc.php:127 include/adm.inc.php:127 -#: include/category_card.inc.php:154 include/class_follow_up.php:305 -#: include/contact.inc.php:128 include/customer.inc.php:126 -#: include/manager.inc.php:130 include/supplier.inc.php:129 -#: include/ext/modop/modop_display.php:154 include/class_follow_up.php:306 -#: include/ext/modop/modop_display.php:171 +#: include/class_acc_ledger_sold.php:997 include/class_acc_ledger_sold.php:1004 +#: include/class_follow_up.php:295 include/class_pre_op_advanced.php:162 +#: include/class_acc_ledger.php:1603 include/class_acc_ledger.php:3606 +#: include/class_acc_ledger_purchase.php:960 +#: include/class_acc_ledger_sold.php:998 include/class_acc_ledger_sold.php:1005 +#: include/class_acc_ledger.php:3633 include/class_pre_op_advanced.php:173 +#: include/class_acc_ledger.php:3642 include/adm.inc.php:114 +#: include/bank.inc.php:113 include/category_card.inc.php:151 +#: include/class_acc_ledger.php:1606 include/class_acc_ledger.php:3644 +#: include/fiche.inc.php:115 include/class_acc_ledger.php:3652 +#: include/adm.inc.php:124 include/bank.inc.php:124 +#: include/class_follow_up.php:303 include/customer.inc.php:123 +#: include/manager.inc.php:127 include/supplier.inc.php:127 +#: include/adm.inc.php:127 include/category_card.inc.php:154 +#: include/class_follow_up.php:305 include/contact.inc.php:128 +#: include/customer.inc.php:126 include/manager.inc.php:130 +#: include/supplier.inc.php:129 include/ext/modop/modop_display.php:154 +#: include/class_follow_up.php:306 include/ext/modop/modop_display.php:171 #: include/class/class_acc_ledger_fin.php:252 #: include/class/class_acc_ledger.php:1606 #: include/class/class_acc_ledger.php:3652 #: include/class/class_acc_ledger_purchase.php:960 #: include/class/class_acc_ledger_sold.php:998 #: include/class/class_acc_ledger_sold.php:1005 -#: include/class/class_follow_up.php:306 -#: include/class/class_pre_op_ach.php:159 +#: include/class/class_follow_up.php:306 include/class/class_pre_op_ach.php:159 #: include/class/class_pre_op_ach.php:167 #: include/class/class_pre_op_advanced.php:173 #: include/class/class_pre_op_ven.php:153 @@ -1039,29 +1151,39 @@ msgstr "" #: include/category_card.inc.php:160 include/customer.inc.php:127 #: include/ext/coprop/include/copro_budget.class.php:134 #: include/class/acc_ledger.class.php:2852 -#: include/class/follow_up.class.php:296 -#: include/class/pre_op_ach.class.php:174 +#: include/class/follow_up.class.php:296 include/class/pre_op_ach.class.php:174 #: include/class/pre_op_ach.class.php:182 #: include/class/pre_op_advanced.class.php:173 #: include/class/pre_op_ven.class.php:178 #: include/class/pre_op_ven.class.php:185 #: include/class/acc_ledger.class.php:2435 #: include/class/follow_up.class.php:297 include/category_card.inc.php:162 -#: include/class/acc_ledger.class.php:2436 +#: include/class/acc_ledger.class.php:2436 include/category_card.inc.php:162 +#: include/contact.inc.php:129 include/customer.inc.php:127 +#: include/fiche.inc.php:115 include/class/acc_ledger.class.php:2436 +#: include/class/pre_op_ach.class.php:174 +#: include/class/pre_op_ach.class.php:182 include/class/follow_up.class.php:297 +#: include/class/pre_op_advanced.class.php:173 +#: include/class/pre_op_ven.class.php:178 +#: include/class/pre_op_ven.class.php:185 include/manager.inc.php:131 +#: include/supplier.inc.php:129 include/bank.inc.php:124 +#: include/adm.inc.php:125 msgid "Créer une nouvelle fiche" msgstr "" -#: include/adm.inc.php:128 include/bank.inc.php:124 -#: include/contact.inc.php:133 include/customer.inc.php:123 -#: include/manager.inc.php:126 include/supplier.inc.php:128 -#: include/adm.inc.php:125 include/bank.inc.php:123 include/adm.inc.php:135 -#: include/bank.inc.php:134 include/customer.inc.php:134 -#: include/manager.inc.php:137 include/supplier.inc.php:137 -#: include/adm.inc.php:138 include/contact.inc.php:137 -#: include/customer.inc.php:137 include/manager.inc.php:140 -#: include/supplier.inc.php:139 include/contact.inc.php:138 -#: include/manager.inc.php:141 include/adm.inc.php:136 -#: include/customer.inc.php:138 +#: include/adm.inc.php:128 include/bank.inc.php:124 include/contact.inc.php:133 +#: include/customer.inc.php:123 include/manager.inc.php:126 +#: include/supplier.inc.php:128 include/adm.inc.php:125 +#: include/bank.inc.php:123 include/adm.inc.php:135 include/bank.inc.php:134 +#: include/customer.inc.php:134 include/manager.inc.php:137 +#: include/supplier.inc.php:137 include/adm.inc.php:138 +#: include/contact.inc.php:137 include/customer.inc.php:137 +#: include/manager.inc.php:140 include/supplier.inc.php:139 +#: include/contact.inc.php:138 include/manager.inc.php:141 +#: include/adm.inc.php:136 include/customer.inc.php:138 +#: include/contact.inc.php:138 include/customer.inc.php:138 +#: include/manager.inc.php:141 include/supplier.inc.php:139 +#: include/bank.inc.php:134 include/adm.inc.php:136 msgid "Ajout d'une catégorie" msgstr "" @@ -1100,8 +1222,7 @@ msgstr "" #: include/profile.inc.php:354 include/lib/class_html_input.php:326 #: include/ajax/ajax_admin.php:200 include/ajax/ajax_get_profile.php:52 #: include/ajax/ajax_mod_stock_repo.php:39 -#: include/class/class_anc_account.php:267 -#: include/class/class_anc_plan.php:123 +#: include/class/class_anc_account.php:267 include/class/class_anc_plan.php:123 #: include/class/class_balance_age.php:139 #: include/class/class_document_modele.php:66 #: include/class/class_fiche.php:1598 include/class/class_user.php:977 @@ -1123,8 +1244,7 @@ msgstr "" #: include/ext/amortis/include/amortissement_material_pdf.class.php:34 #: include/ajax/ajax_admin.php:225 include/ajax/ajax_get_profile.php:55 #: include/class/acc_ledger_search.class.php:1088 -#: include/class/anc_plan.class.php:137 -#: include/class/balance_age.class.php:145 +#: include/class/anc_plan.class.php:137 include/class/balance_age.class.php:145 #: include/class/document_modele.class.php:67 #: include/class/fiche.class.php:1757 include/class/user.class.php:964 #: include/database.item.php:154 include/modele.inc.php:358 @@ -1135,48 +1255,65 @@ msgstr "" #: include/class/template_card_category.class.php:42 #: include/class/user.class.php:988 include/upgrade-plugin.php:59 #: include/upgrade-template.php:51 +#: include/class/acc_ledger_search.class.php:1091 include/param_sec.inc.php:58 +#: include/user.inc.php:82 include/user.inc.php:126 +#: include/template/fiche_list.php:38 +#: include/template/document_mod_change.php:34 include/template/profile.php:33 +#: include/template/forecast_cat.php:15 +#: include/export/export_fiche_balance_csv.php:57 include/profile.inc.php:359 +#: include/dossier.inc.php:227 include/ajax/ajax_mod_stock_repo.php:39 +#: include/ajax/ajax_get_profile.php:55 include/ajax/ajax_admin.php:229 +#: include/upgrade-template.php:51 include/modele.inc.php:247 +#: include/modele.inc.php:358 include/database.item.php:149 #: include/class/acc_ledger_search.class.php:1091 +#: include/class/template_card_category.class.php:42 +#: include/class/anc_plan.class.php:137 include/class/anc_plan.class.php:153 +#: include/class/fiche.class.php:1762 include/class/user.class.php:988 +#: include/class/balance_age.class.php:145 +#: include/class/document_modele.class.php:67 include/upgrade-plugin.php:59 +#: include/stock_cfg.inc.php:65 msgid "Nom" msgstr "" #: include/ajax_get_profile.php:41 include/ajax_get_profile.php:46 #: include/ajax_get_profile.php:53 include/ajax/ajax_get_profile.php:53 -#: include/ajax/ajax_get_profile.php:56 +#: include/ajax/ajax_get_profile.php:56 include/ajax/ajax_get_profile.php:56 msgid "Détail Menus" msgstr "" #: include/ajax_get_profile.php:42 include/ajax_get_profile.php:47 #: include/ajax_get_profile.php:54 include/ajax/ajax_get_profile.php:54 -#: include/ajax/ajax_get_profile.php:57 +#: include/ajax/ajax_get_profile.php:57 include/ajax/ajax_get_profile.php:57 msgid "Détail Impressions" msgstr "" #: include/ajax_get_profile.php:43 include/ajax_get_profile.php:48 #: include/ajax_get_profile.php:55 include/ajax/ajax_get_profile.php:55 -#: include/ajax/ajax_get_profile.php:58 +#: include/ajax/ajax_get_profile.php:58 include/ajax/ajax_get_profile.php:58 msgid "Action Gestion" msgstr "" #: include/ajax_get_profile.php:44 include/ajax_get_profile.php:49 #: include/ajax_get_profile.php:56 include/ajax/ajax_get_profile.php:56 -#: include/ajax/ajax_get_profile.php:59 +#: include/ajax/ajax_get_profile.php:59 include/ajax/ajax_get_profile.php:59 msgid "Dépôts" msgstr "" #: include/ajax_preference.php:69 include/ajax_preference.php:70 #: include/ajax/ajax_preference.php:69 include/ajax/ajax_preference.php:70 +#: include/ajax/ajax_preference.php:70 msgid "Options Générales" msgstr "" #: include/ajax_preference.php:81 include/ajax_preference.php:82 #: include/ajax_preference.php:89 include/ajax/ajax_preference.php:89 -#: include/ajax/ajax_preference.php:90 +#: include/ajax/ajax_preference.php:90 include/ajax/ajax_preference.php:90 msgid "Thème" msgstr "" #: include/ajax_preference.php:102 include/ajax_preference.php:103 #: include/ajax_preference.php:110 include/ajax/ajax_preference.php:110 -#: include/ajax/ajax_preference.php:115 +#: include/ajax/ajax_preference.php:115 include/ajax/ajax_preference.php:115 msgid "" "Attention cette période est fermée, vous ne pourrez rien modifier dans le " "module comptable" @@ -1211,12 +1348,15 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1826 #: include/class/acc_ledger_sold.class.php:1400 #: include/class/acc_ledger_purchase.class.php:1829 +#: include/template/forecast_result.php:25 include/ajax/ajax_preference.php:139 +#: include/database.item.php:84 include/class/acc_ledger_sold.class.php:1400 +#: include/class/acc_ledger_purchase.class.php:1829 msgid "Période" msgstr "" #: include/ajax_preference.php:120 include/ajax_preference.php:121 #: include/ajax_preference.php:128 include/ajax/ajax_preference.php:128 -#: include/ajax/ajax_preference.php:145 +#: include/ajax/ajax_preference.php:145 include/ajax/ajax_preference.php:145 msgid "Taille des pages" msgstr "" @@ -1225,60 +1365,64 @@ msgstr "" #: include/ajax_preference.php:137 include/ajax_preference.php:139 #: include/ajax/ajax_preference.php:137 include/ajax/ajax_preference.php:139 #: include/ajax/ajax_preference.php:154 include/ajax/ajax_preference.php:156 +#: include/ajax/ajax_preference.php:154 include/ajax/ajax_preference.php:156 msgid "Illimité" msgstr "" #: include/ajax_preference.php:148 include/ajax_preference.php:149 #: include/ajax_preference.php:156 include/ajax/ajax_preference.php:156 -#: include/ajax/ajax_preference.php:235 +#: include/ajax/ajax_preference.php:235 include/ajax/ajax_preference.php:235 msgid "Options pour la page d'accueil" msgstr "" #: include/ajax_preference.php:149 include/ajax_preference.php:150 #: include/ajax_preference.php:157 include/ajax/ajax_preference.php:157 -#: include/ajax/ajax_preference.php:236 +#: include/ajax/ajax_preference.php:236 include/ajax/ajax_preference.php:236 msgid "Mini-Rapport : " msgstr "" #: include/ajax_preference.php:152 include/ajax_preference.php:153 #: include/ajax_preference.php:160 include/ajax/ajax_preference.php:160 -#: include/ajax/ajax_preference.php:239 +#: include/ajax/ajax_preference.php:239 include/ajax/ajax_preference.php:239 msgid "Aucun mini rapport" msgstr "" #: include/ajax_preference.php:158 include/ajax_preference.php:159 #: include/ajax_preference.php:166 include/ajax/ajax_preference.php:166 -#: include/ajax/ajax_preference.php:245 +#: include/ajax/ajax_preference.php:245 include/ajax/ajax_preference.php:245 msgid "Le mini rapport est un rapport qui s'affiche sur votre page d'accueil" msgstr "" #: include/ajax_preference.php:163 include/ajax_preference.php:164 #: include/ajax_preference.php:171 include/ajax/ajax_preference.php:171 -#: include/ajax/ajax_preference.php:250 +#: include/ajax/ajax_preference.php:250 include/ajax/ajax_preference.php:250 msgid "Langue" msgstr "" #: include/ajax_preference.php:164 include/ajax_preference.php:165 #: include/ajax_preference.php:172 include/ajax/ajax_preference.php:172 -#: include/ajax/ajax_preference.php:251 +#: include/ajax/ajax_preference.php:251 include/ajax/ajax_preference.php:251 msgid "Selectionnez votre langue" msgstr "" #: include/ajax_preference.php:165 include/ajax_preference.php:166 #: html/test_class.php:219 include/ajax_preference.php:173 #: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252 +#: dev/test/test_class.php:215 include/ajax/ajax_preference.php:252 msgid "Français" msgstr "" #: include/ajax_preference.php:166 include/ajax_preference.php:167 #: html/test_class.php:220 include/ajax_preference.php:174 #: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253 +#: dev/test/test_class.php:216 include/ajax/ajax_preference.php:253 msgid "Anglais" msgstr "" #: include/ajax_preference.php:167 include/ajax_preference.php:168 #: html/test_class.php:221 include/ajax_preference.php:175 #: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254 +#: dev/test/test_class.php:217 include/ajax/ajax_preference.php:254 msgid "Néerlandais" msgstr "" @@ -1322,15 +1466,25 @@ msgstr "" #: include/template/action_display_short.php:126 #: include/lib/html_input.class.php:409 include/ajax/ajax_preference.php:269 #: include/class/acc_ledger_search.class.php:1113 +#: include/class/acc_ledger_search.class.php:1121 include/cfgplugin.inc.php:171 +#: include/template/action_display_short.php:126 +#: include/template/action_other_action.php:60 +#: include/stock_inv_histo.inc.php:69 include/ajax/ajax_add_menu.php:171 +#: include/ajax/ajax_add_menu.php:217 include/ajax/ajax_get_menu_detail.php:77 +#: include/ajax/ajax_preference.php:269 include/balance_card_ageing.inc.php:60 +#: include/balance_age.inc.php:54 #: include/class/acc_ledger_search.class.php:1121 +#: include/lib/html_input.class.php:409 msgid "Valider" msgstr "" #: include/ajax_view_action.php:33 include/ajax/ajax_view_action.php:33 +#: include/ajax/ajax_view_action.php:33 msgid "Détail action" msgstr "" #: include/anc_od.inc.php:43 include/anc_od.inc.php:44 +#: include/anc_od.inc.php:44 msgid "Aucun plan analytique défini" msgstr "" @@ -1345,11 +1499,14 @@ msgstr "" #: include/ext/importbank/include/import_bank.class.php:137 #: include/ajax/ajax_add_menu.php:143 include/class/anticipation.class.php:261 #: include/class/follow_up.class.php:163 include/class/follow_up.class.php:164 +#: include/ajax/ajax_add_menu.php:143 include/class/follow_up.class.php:164 +#: include/class/anticipation.class.php:261 include/anc_od.inc.php:58 msgid "Nouveau" msgstr "" #: include/anc_od.inc.php:61 include/anc_od.inc.php:62 #: include/impress_jrn.inc.php:134 include/impress_jrn.inc.php:146 +#: include/impress_jrn.inc.php:146 include/anc_od.inc.php:61 msgid "Liste opérations" msgstr "" @@ -1361,6 +1518,7 @@ msgid "Choississez un autre exercice" msgstr "" #: include/bank.inc.php:86 include/bank.inc.php:85 include/bank.inc.php:96 +#: include/bank.inc.php:96 msgid "Inclure les banques sans opération :" msgstr "" @@ -1371,6 +1529,9 @@ msgstr "" #: include/ajax/ajax_card.php:551 include/class/forecast.class.php:70 #: include/ajax/ajax_card.php:555 #: include/class/template_card_category.class.php:73 +#: include/cat_document.inc.php:63 include/ajax/ajax_card.php:555 +#: include/class/forecast.class.php:70 +#: include/class/template_card_category.class.php:73 msgid "Le nom ne peut pas être vide" msgstr "" @@ -1402,6 +1563,11 @@ msgstr "" #: include/class/anc_key.class.php:352 #: include/lib/manage_table_sql.class.php:652 #: include/class/acc_ledger_search.class.php:248 +#: include/template/dashboard.php:21 include/user_detail.inc.php:245 +#: include/cat_document.inc.php:85 include/class/anc_key.class.php:352 +#: include/class/acc_ledger_search.class.php:248 +#: include/lib/manage_table_sql.class.php:613 +#: include/lib/manage_table_sql.class.php:652 msgid "Ajout" msgstr "" @@ -1434,17 +1600,28 @@ msgstr "" #: include/template/security_list_action.php:52 #: include/ajax/ajax_anc_detail_operation.php:54 #: include/class/acc_plan_mtable.class.php:43 -#: include/class/anc_group_operation.class.php:121 -#: include/database.item.php:80 include/template/security_list_action.php:55 +#: include/class/anc_group_operation.class.php:121 include/database.item.php:80 +#: include/template/security_list_action.php:55 #: include/ext/amortis/include/template/material_detail.php:36 #: include/class/acc_plan_mtable.class.php:49 include/database.item.php:78 #: include/database.item.php:110 include/category_card.inc.php:75 +#: include/template/stock_histo_search.php:39 +#: include/template/detail-action.php:317 +#: include/template/form_ledger_fin.php:41 +#: include/template/security_list_action.php:55 +#: include/template/stock_inv.php:65 +#: include/export/export_stock_histo_csv.php:43 +#: include/category_card.inc.php:75 +#: include/ajax/ajax_anc_detail_operation.php:54 include/database.item.php:78 +#: include/database.item.php:110 +#: include/class/anc_group_operation.class.php:121 +#: include/class/acc_plan_mtable.class.php:49 include/card_attr.inc.php:83 msgid "Fiche" msgstr "" #: include/category_card.inc.php:64 include/category_card.inc.php:65 #: include/category_card.inc.php:68 include/category_card.inc.php:73 -#: include/category_card.inc.php:75 +#: include/category_card.inc.php:75 include/category_card.inc.php:75 msgid "Détail de la fiche" msgstr "" @@ -1456,13 +1633,16 @@ msgstr "" #: include/template/dashboard.php:293 include/template/dashboard.php:302 #: include/category_card.inc.php:74 #: include/template/security_list_action.php:60 +#: include/category_card.inc.php:76 include/template/action_show.php:31 +#: include/template/dashboard.php:302 +#: include/template/security_list_action.php:60 #: include/category_card.inc.php:76 msgid "Suivi" msgstr "" #: include/category_card.inc.php:65 include/category_card.inc.php:66 #: include/category_card.inc.php:69 include/category_card.inc.php:74 -#: include/category_card.inc.php:76 +#: include/category_card.inc.php:76 include/category_card.inc.php:76 msgid "Suivi Fournisseur, client, banque, devis, bon de commande, courrier" msgstr "" @@ -1473,13 +1653,14 @@ msgstr "" #: include/database.item.php:148 include/database.item.php:147 #: include/database.item.php:57 include/category_card.inc.php:75 #: include/database.item.php:60 include/database.item.php:52 -#: include/category_card.inc.php:77 +#: include/category_card.inc.php:77 include/template/detail-action.php:49 +#: include/category_card.inc.php:77 include/database.item.php:52 msgid "Contact" msgstr "" #: include/category_card.inc.php:66 include/category_card.inc.php:67 #: include/category_card.inc.php:70 include/category_card.inc.php:75 -#: include/category_card.inc.php:77 +#: include/category_card.inc.php:77 include/category_card.inc.php:77 msgid "Liste de contacts" msgstr "" @@ -1489,12 +1670,14 @@ msgstr "" #: include/ext/modop/template_ledger_fin.php:19 #: include/category_card.inc.php:71 include/category_card.inc.php:76 #: include/template/form_ledger_fin.php:36 include/category_card.inc.php:78 +#: include/template/form_ledger_fin.php:36 include/category_card.inc.php:78 msgid "Opérations" msgstr "" #: include/category_card.inc.php:67 include/category_card.inc.php:68 #: include/category_card.inc.php:71 include/impress_poste.inc.php:103 #: include/category_card.inc.php:76 include/category_card.inc.php:78 +#: include/category_card.inc.php:78 include/impress_poste.inc.php:103 msgid "Toutes les opérations" msgstr "" @@ -1508,6 +1691,8 @@ msgstr "" #: include/database.item.php:70 include/category_card.inc.php:77 #: include/database.item.php:73 include/database.item.php:67 #: include/database.item.php:101 include/category_card.inc.php:79 +#: include/category_card.inc.php:79 include/database.item.php:65 +#: include/database.item.php:101 include/fiche.inc.php:69 msgid "Balance" msgstr "" @@ -1517,22 +1702,24 @@ msgstr "" #: include/category_card.inc.php:69 include/category_card.inc.php:70 #: include/category_card.inc.php:74 include/category_card.inc.php:79 -#: include/category_card.inc.php:81 +#: include/category_card.inc.php:81 include/category_card.inc.php:81 msgid "Opérations & Lettrages" msgstr "" #: include/category_card.inc.php:125 include/category_card.inc.php:134 #: include/category_card.inc.php:145 include/category_card.inc.php:147 #: include/category_card.inc.php:153 include/category_card.inc.php:155 +#: include/category_card.inc.php:155 msgid "Vous devez aller dans fiche et créer une catégorie pour les contacts" msgstr "" #: include/category_detail.inc.php:49 include/category_detail.inc.php:50 -#: include/category_detail.inc.php:48 +#: include/category_detail.inc.php:48 include/category_detail.inc.php:48 msgid "Information sauvée" msgstr "" #: include/category_detail.inc.php:67 include/category_detail.inc.php:69 +#: include/category_detail.inc.php:67 msgid "Sauver les modifications" msgstr "" @@ -1551,12 +1738,14 @@ msgstr "" #: include/template/dashboard.php:353 include/template/pcmn_update.php:54 #: include/ext/amortis/include/template/material_add.php:88 #: include/ajax/ajax_card.php:304 include/template/dashboard.php:351 -#: include/ajax/ajax_mod_predf_op.php:55 +#: include/ajax/ajax_mod_predf_op.php:55 include/template/pcmn_update.php:54 +#: include/template/dashboard.php:351 include/ajax/ajax_mod_predf_op.php:55 +#: include/category_detail.inc.php:68 msgid "Annuler" msgstr "" #: include/category_detail.inc.php:69 include/category_detail.inc.php:71 -#: include/category_detail.inc.php:70 +#: include/category_detail.inc.php:70 include/category_detail.inc.php:70 msgid "Effacer cette fiche" msgstr "" @@ -1567,8 +1756,7 @@ msgstr "" #: include/class_acc_account.php:187 include/class_acc_ledger.php:1428 #: include/class_acc_ledger.php:1435 include/class_acc_ledger.php:1661 -#: include/class_acc_ledger.php:1688 -#: include/class_acc_ledger_purchase.php:1364 +#: include/class_acc_ledger.php:1688 include/class_acc_ledger_purchase.php:1364 #: include/class_acc_ledger_sold.php:659 include/class_pre_op_advanced.php:184 #: include/template/forecast-detail.php:14 #: include/template/form_ledger_detail.php:50 @@ -1598,9 +1786,8 @@ msgstr "" #: include/class_acc_ledger.php:1666 include/class_acc_ledger.php:1693 #: include/class_acc_ledger_purchase.php:1371 #: include/class_acc_ledger_purchase.php:1764 -#: include/class_acc_ledger_sold.php:670 -#: include/class_acc_ledger_sold.php:1338 include/class_anc_grandlivre.php:192 -#: include/class_pre_op_advanced.php:186 +#: include/class_acc_ledger_sold.php:670 include/class_acc_ledger_sold.php:1338 +#: include/class_anc_grandlivre.php:192 include/class_pre_op_advanced.php:186 #: include/template/ledger_detail_ach.php:72 #: include/template/ledger_detail_bottom.php:84 #: include/template/ledger_detail_fin.php:54 @@ -1608,18 +1795,16 @@ msgstr "" #: include/template/ledger_detail_misc.php:90 #: include/template/ledger_detail_ven.php:80 include/class_acc_ledger.php:1444 #: include/class_acc_ledger.php:1451 include/class_acc_ledger.php:1678 -#: include/class_acc_ledger.php:1705 -#: include/class_acc_ledger_purchase.php:1374 +#: include/class_acc_ledger.php:1705 include/class_acc_ledger_purchase.php:1374 #: include/class_acc_ledger_purchase.php:1770 #: include/class_acc_ledger_sold.php:1339 #: include/class_print_ledger_detail_item.php:60 #: include/class_pre_op_advanced.php:197 #: include/template/ledger_detail_misc.php:89 -#: include/class_acc_ledger_purchase.php:1757 -#: include/class_acc_ledger.php:1445 include/class_acc_ledger.php:1452 -#: include/class_acc_ledger.php:1681 include/class_acc_ledger.php:1708 -#: include/class_acc_ledger_purchase.php:1756 include/param_pcmn.inc.php:75 -#: include/template/balance_aged_result.php:50 +#: include/class_acc_ledger_purchase.php:1757 include/class_acc_ledger.php:1445 +#: include/class_acc_ledger.php:1452 include/class_acc_ledger.php:1681 +#: include/class_acc_ledger.php:1708 include/class_acc_ledger_purchase.php:1756 +#: include/param_pcmn.inc.php:75 include/template/balance_aged_result.php:50 #: include/template/ledger_detail_misc.php:42 #: include/template/ledger_detail_misc.php:97 #: include/class_acc_ledger_purchase.php:1755 @@ -1713,6 +1898,43 @@ msgstr "" #: include/class/acc_ledger.class.php:860 #: include/class/acc_ledger.class.php:882 #: include/class/anc_operation.class.php:297 +#: include/template/balance_aged_result.php:50 +#: include/template/operation_detail_fin.php:33 +#: include/template/acc_ledger_history_financial_oneline.php:35 +#: include/template/ledger_detail_fin.php:54 +#: include/template/ledger_detail_misc.php:46 +#: include/template/ledger_detail_misc.php:101 +#: include/template/ledger_detail_bottom.php:90 +#: include/template/ledger_detail_bottom.php:358 +#: include/template/new_mod_payment.php:19 +#: include/template/ledger_detail_ven.php:80 +#: include/template/forecast-detail.php:14 +#: include/template/form_ledger_detail.php:56 +#: include/template/impress_reconciliation.php:19 +#: include/template/operation_detail_misc.php:34 +#: include/template/account_result.php:14 +#: include/template/ledger_detail_ach.php:72 +#: include/export/export_gl_pdf.php:88 +#: include/export/export_poste_detail_pdf.php:98 +#: include/export/export_balance_pdf.php:129 +#: include/export/export_gl_csv.php:96 include/balance.inc.php:307 +#: include/class/print_ledger_detail_item.class.php:60 +#: include/class/acc_ledger_history_generic.class.php:769 +#: include/class/acc_ledger_sold.class.php:703 +#: include/class/acc_ledger_sold.class.php:1401 +#: include/class/acc_ledger.class.php:605 +#: include/class/acc_ledger.class.php:612 +#: include/class/acc_ledger.class.php:860 +#: include/class/acc_ledger.class.php:882 +#: include/class/acc_plan_mtable.class.php:47 +#: include/class/anc_operation.class.php:297 +#: include/class/pre_op_advanced.class.php:197 +#: include/class/acc_ledger_purchase.class.php:1425 +#: include/class/acc_ledger_purchase.class.php:1830 +#: include/class/pdf_operation.class.php:150 +#: include/class/pdf_operation.class.php:195 +#: include/class/pdf_operation.class.php:248 +#: include/class/anc_grandlivre.class.php:216 #, php-format msgid "Libellé" msgstr "" @@ -1730,24 +1952,26 @@ msgstr "" #: include/ext/bilan_interne/class_acc_bilaninterne.php:274 #: include/ext/bilan_interne/acc_bilaninterne.class.php:274 #: include/class/acc_bilan.class.php:70 include/class/anc_print.class.php:142 -#: include/balance.inc.php:77 +#: include/balance.inc.php:77 include/impress_gl_comptes.inc.php:62 +#: include/template/impress_cat_card.php:14 include/balance.inc.php:77 +#: include/class/acc_bilan.class.php:70 include/class/anc_print.class.php:142 +#: include/impress_poste.inc.php:86 msgid "Depuis" msgstr "" #: include/class_acc_bilan.php:74 include/class/class_acc_bilan.php:74 #: include/ext/bilan_interne/class_acc_bilaninterne.php:278 #: include/ext/bilan_interne/acc_bilaninterne.class.php:278 -#: include/class/acc_bilan.class.php:74 +#: include/class/acc_bilan.class.php:74 include/class/acc_bilan.class.php:74 msgid " jusque " msgstr "" #: include/class_acc_bilan.php:83 include/class/class_acc_bilan.php:83 -#: include/class/acc_bilan.class.php:83 +#: include/class/acc_bilan.class.php:83 include/class/acc_bilan.class.php:83 msgid "Choix du bilan" msgstr "" -#: include/class_acc_ledger_fin.php:60 -#: include/class_acc_ledger_purchase.php:72 +#: include/class_acc_ledger_fin.php:60 include/class_acc_ledger_purchase.php:72 #: include/class_acc_ledger_sold.php:67 include/class_acc_ledger_fin.php:70 #: include/class_acc_ledger_purchase.php:80 #: include/class_acc_ledger_sold.php:78 @@ -1758,6 +1982,9 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:70 #: include/class/acc_ledger_purchase.class.php:80 #: include/class/acc_ledger_sold.class.php:80 +#: include/class/acc_ledger_sold.class.php:80 +#: include/class/acc_ledger_fin.class.php:70 +#: include/class/acc_ledger_purchase.class.php:80 msgid "Double Encodage" msgstr "" @@ -1780,17 +2007,21 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:84 #: include/class/class_acc_ledger.php:1855 include/ajax/ajax_todo_list.php:198 #: include/ajax/ajax_todo_list.php:261 include/class/class_acc_ledger.php:1861 -#: html/export.php:45 html/recherche.php:55 -#: include/ajax/ajax_todo_list.php:200 include/ajax/ajax_todo_list.php:263 -#: include/class/acc_ledger.class.php:1461 +#: html/export.php:45 html/recherche.php:55 include/ajax/ajax_todo_list.php:200 +#: include/ajax/ajax_todo_list.php:263 include/class/acc_ledger.class.php:1461 #: include/class/acc_ledger_fin.class.php:74 #: include/class/acc_ledger_purchase.class.php:75 #: include/class/acc_ledger_sold.class.php:84 html/recherche.php:56 #: include/ajax/ajax_todo_list.php:201 include/ajax/ajax_todo_list.php:264 -#: include/class/acc_ledger.class.php:1028 -#: include/ext/modop/modop_save.php:247 html/recherche.php:58 +#: include/class/acc_ledger.class.php:1028 include/ext/modop/modop_save.php:247 +#: html/recherche.php:58 include/ajax/ajax_todo_list.php:203 +#: include/ajax/ajax_todo_list.php:266 include/class/acc_ledger.class.php:1029 +#: html/export.php:45 html/recherche.php:58 include/ajax/ajax_history.php:26 #: include/ajax/ajax_todo_list.php:203 include/ajax/ajax_todo_list.php:266 +#: include/class/acc_ledger_sold.class.php:84 #: include/class/acc_ledger.class.php:1029 +#: include/class/acc_ledger_fin.class.php:74 +#: include/class/acc_ledger_purchase.class.php:75 msgid "Accès interdit" msgstr "" @@ -1800,8 +2031,7 @@ msgstr "" #: include/class_acc_ledger_fin.php:110 include/class_acc_ledger_fin.php:194 #: include/class_acc_ledger.php:1864 include/class_acc_ledger_purchase.php:104 #: include/class_acc_ledger_sold.php:102 include/class_acc_ledger.php:1876 -#: include/class_acc_ledger.php:1879 -#: include/class/class_acc_ledger_fin.php:110 +#: include/class_acc_ledger.php:1879 include/class/class_acc_ledger_fin.php:110 #: include/class/class_acc_ledger_fin.php:194 #: include/class/class_acc_ledger.php:1879 #: include/class/class_acc_ledger_purchase.php:104 @@ -1816,6 +2046,11 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:104 #: include/class/acc_ledger.class.php:1054 #: include/class/acc_ledger.class.php:1055 +#: include/class/acc_ledger_sold.class.php:104 +#: include/class/acc_ledger.class.php:1055 +#: include/class/acc_ledger_fin.class.php:110 +#: include/class/acc_ledger_fin.class.php:194 +#: include/class/acc_ledger_purchase.class.php:104 msgid "Date et periode ne correspondent pas" msgstr "" @@ -1834,6 +2069,10 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:200 #: include/class/acc_ledger_purchase.class.php:109 #: include/class/acc_ledger_sold.class.php:113 +#: include/class/acc_ledger_sold.class.php:113 +#: include/class/acc_ledger_fin.class.php:116 +#: include/class/acc_ledger_fin.class.php:200 +#: include/class/acc_ledger_purchase.class.php:109 msgid "Periode fermee" msgstr "" @@ -1847,6 +2086,9 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:126 #: include/class/acc_ledger_fin.class.php:210 #: include/class/acc_ledger_purchase.class.php:119 +#: include/class/acc_ledger_fin.class.php:126 +#: include/class/acc_ledger_fin.class.php:210 +#: include/class/acc_ledger_purchase.class.php:119 msgid "Vous utilisez le mode strict la dernière operation est à la date du " msgstr "" @@ -1860,6 +2102,9 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:127 #: include/class/acc_ledger_fin.class.php:211 #: include/class/acc_ledger_sold.class.php:122 +#: include/class/acc_ledger_sold.class.php:122 +#: include/class/acc_ledger_fin.class.php:127 +#: include/class/acc_ledger_fin.class.php:211 msgid " vous ne pouvez pas encoder à une date antérieure" msgstr "" @@ -1869,24 +2114,20 @@ msgstr "" #: include/template/ledger_detail_ach.php:146 #: include/template/ledger_detail_fin.php:115 #: include/template/ledger_detail_misc.php:99 -#: include/template/ledger_detail_ven.php:144 -#: include/class_acc_ledger.php:1442 +#: include/template/ledger_detail_ven.php:144 include/class_acc_ledger.php:1442 #: include/template/ledger_detail_ven.php:150 #: include/class_acc_ledger_fin.php:552 include/class_acc_ledger_fin.php:563 -#: include/class_acc_ledger.php:1449 -#: include/class_acc_ledger_purchase.php:1405 +#: include/class_acc_ledger.php:1449 include/class_acc_ledger_purchase.php:1405 #: include/class_acc_ledger_sold.php:701 #: include/template/ledger_detail_ach.php:148 #: include/template/ledger_detail_fin.php:117 #: include/template/ledger_detail_misc.php:98 -#: include/template/ledger_detail_ven.php:152 -#: include/class_acc_ledger.php:1461 +#: include/template/ledger_detail_ven.php:152 include/class_acc_ledger.php:1461 #: include/class_acc_ledger_purchase.php:1408 #: include/template/ledger_detail_ach.php:147 #: include/template/ledger_detail_fin.php:107 #: include/template/ledger_detail_misc.php:97 -#: include/template/ledger_detail_ven.php:149 -#: include/class_acc_ledger.php:1462 +#: include/template/ledger_detail_ven.php:149 include/class_acc_ledger.php:1462 #: include/template/ledger_detail_misc.php:105 #: include/class/class_acc_ledger_fin.php:563 #: include/class/class_acc_ledger.php:1462 @@ -1912,6 +2153,14 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:738 #: include/class/acc_ledger_purchase.class.php:1462 #: include/class/acc_ledger.class.php:622 +#: include/template/ledger_detail_fin.php:107 +#: include/template/ledger_detail_misc.php:109 +#: include/template/ledger_detail_ven.php:160 +#: include/template/ledger_detail_ach.php:158 +#: include/class/acc_ledger_sold.class.php:738 +#: include/class/acc_ledger.class.php:622 +#: include/class/acc_ledger_fin.class.php:561 +#: include/class/acc_ledger_purchase.class.php:1462 msgid "Compt. Analytique" msgstr "" @@ -1950,7 +2199,13 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1069 #: include/class/acc_ledger_sold.class.php:1123 #: include/class/acc_ledger_purchase.class.php:1072 +#: include/class/acc_ledger.class.php:773 include/compta_ven.inc.php:253 +#: include/class/acc_ledger_sold.class.php:1123 #: include/class/acc_ledger.class.php:773 +#: include/class/acc_ledger_fin.class.php:314 +#: include/class/acc_ledger_fin.class.php:1035 +#: include/class/acc_ledger_purchase.class.php:1072 +#: include/compta_ach.inc.php:238 msgid "Pas de journal disponible" msgstr "" @@ -1961,6 +2216,7 @@ msgstr "" #: include/class/class_acc_ledger_fin.php:1042 #: include/class/acc_ledger_fin.class.php:1041 #: include/class/acc_ledger_fin.class.php:1040 +#: include/class/acc_ledger_fin.class.php:1040 msgid "Tous les journaux financiers" msgstr "" @@ -1993,6 +2249,12 @@ msgstr "" #: include/class/acc_ledger_search.class.php:563 #: include/class/anc_balance_double.class.php:368 #: include/class/acc_ledger_search.class.php:551 +#: include/ajax/ajax_admin.php:149 include/anc_great_ledger.inc.php:23 +#: include/class/anc_balance_double.class.php:368 +#: include/class/anc_balance_simple.class.php:193 +#: include/class/acc_ledger_search.class.php:551 +#: include/class/acc_ledger_fin.class.php:1070 +#: include/class/anc_listing.class.php:42 msgid "Rechercher" msgstr "" @@ -2022,8 +2284,7 @@ msgstr "" #: include/class/class_follow_up.php:1704 #: include/class/class_follow_up.php:1706 #: include/class/class_anc_acc_list.php:211 include/ajax/ajax_gestion.php:68 -#: include/class/class_anc_table.php:123 -#: include/class/class_follow_up.php:1707 +#: include/class/class_anc_table.php:123 include/class/class_follow_up.php:1707 #: include/class/class_follow_up.php:1709 #: include/class/class_follow_up.php:1702 #: include/class/class_acc_ledger.php:199 include/anc_od.inc.php:158 @@ -2034,15 +2295,21 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:89 #: include/class/acc_ledger_sold.class.php:92 #: include/class/anc_acc_list.class.php:327 -#: include/class/anc_table.class.php:242 -#: include/class/follow_up.class.php:1699 +#: include/class/anc_table.class.php:242 include/class/follow_up.class.php:1699 #: include/class/follow_up.class.php:1701 include/anc_od.inc.php:156 #: include/class/acc_ledger.class.php:206 #: include/class/follow_up.class.php:1697 #: include/class/follow_up.class.php:1698 #: include/class/follow_up.class.php:1700 #: include/class/acc_ledger.class.php:207 +#: include/class/anc_acc_list.class.php:334 include/ajax/ajax_gestion.php:69 +#: include/class/acc_ledger_sold.class.php:92 +#: include/class/acc_ledger.class.php:207 +#: include/class/follow_up.class.php:1698 +#: include/class/follow_up.class.php:1700 +#: include/class/acc_ledger_purchase.class.php:89 #: include/class/anc_acc_list.class.php:334 +#: include/class/anc_table.class.php:242 include/anc_od.inc.php:156 msgid "Date invalide" msgstr "" @@ -2058,6 +2325,8 @@ msgstr "" #: include/class/acc_ledger.class.php:216 #: include/class/acc_ledger.class.php:220 #: include/class/acc_ledger.class.php:221 +#: include/class/acc_ledger.class.php:217 +#: include/class/acc_ledger.class.php:221 msgid "Cette opération n'existe pas" msgstr "" @@ -2068,6 +2337,7 @@ msgstr "" #: include/class/acc_ledger.class.php:225 #: include/class/acc_ledger.class.php:228 #: include/class/acc_ledger.class.php:229 +#: include/class/acc_ledger.class.php:229 msgid "PERIODE FERMEE" msgstr "" @@ -2089,6 +2359,8 @@ msgstr "" #: include/class/acc_ledger_search.class.php:922 #: include/class/acc_ledger_search.class.php:664 #: include/class/acc_ledger_search.class.php:930 +#: include/class/acc_ledger_search.class.php:664 +#: include/class/acc_ledger_search.class.php:930 msgid "Aucun enregistrement trouvé" msgstr "" @@ -2111,6 +2383,8 @@ msgstr "" #: include/class/acc_ledger_search.class.php:942 #: include/class/acc_ledger_search.class.php:695 #: include/class/acc_ledger_search.class.php:950 +#: include/class/acc_ledger_search.class.php:695 +#: include/class/acc_ledger_search.class.php:950 msgid "Concerne" msgstr "" @@ -2135,6 +2409,9 @@ msgstr "" #: include/class/acc_ledger_search.class.php:856 #: include/class/acc_ledger_search.class.php:693 #: include/class/acc_ledger_search.class.php:864 +#: include/template/ledger_detail_ven.php:86 +#: include/class/acc_ledger_search.class.php:693 +#: include/class/acc_ledger_search.class.php:864 msgid "Payé" msgstr "" @@ -2145,6 +2422,7 @@ msgstr "" #: include/class/acc_ledger.class.php:854 #: include/class/acc_ledger.class.php:427 #: include/class/acc_ledger.class.php:428 +#: include/class/acc_ledger.class.php:428 msgid "Parametres journaux non trouves" msgstr "" @@ -2169,28 +2447,25 @@ msgstr "" #: include/template/ledger_detail_fin.php:24 #: include/template/ledger_detail_misc.php:27 #: include/template/ledger_detail_ven.php:25 -#: include/template/print_ledger_simple.php:7 -#: include/template/stock_inv.php:34 include/template/dashboard.php:316 -#: html/ajax_misc.php:296 include/ac_common.php:1062 -#: include/class_acc_ledger.php:662 include/class_acc_ledger.php:815 -#: include/class_acc_ledger.php:1421 include/class_acc_ledger.php:1607 -#: include/class_acc_ledger_purchase.php:1728 +#: include/template/print_ledger_simple.php:7 include/template/stock_inv.php:34 +#: include/template/dashboard.php:316 html/ajax_misc.php:296 +#: include/ac_common.php:1062 include/class_acc_ledger.php:662 +#: include/class_acc_ledger.php:815 include/class_acc_ledger.php:1421 +#: include/class_acc_ledger.php:1607 include/class_acc_ledger_purchase.php:1728 #: include/class_acc_ledger_sold.php:1312 include/class_anc_grandlivre.php:188 #: include/class_anc_listing.php:75 include/fiche.inc.php:442 -#: include/template/dashboard.php:320 -#: include/template/ledger_detail_ven.php:31 +#: include/template/dashboard.php:320 include/template/ledger_detail_ven.php:31 #: include/ext/modop/template_ledger_fin.php:7 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:94 #: include/ext/tools/include/class_anc_grandlivre_ext.php:119 #: include/class_acc_ledger_sold.php:1310 html/ajax_misc.php:315 #: include/ac_common.php:1070 include/class_acc_ledger.php:666 #: include/class_acc_ledger.php:819 include/class_acc_ledger.php:1428 -#: include/class_acc_ledger.php:1615 -#: include/class_acc_ledger_purchase.php:1357 +#: include/class_acc_ledger.php:1615 include/class_acc_ledger_purchase.php:1357 #: include/class_acc_ledger_purchase.php:1760 -#: include/class_acc_ledger_sold.php:658 -#: include/class_acc_ledger_sold.php:1334 include/class_anc_grandlivre.php:189 -#: include/fiche.inc.php:444 include/template/detail-action.php:85 +#: include/class_acc_ledger_sold.php:658 include/class_acc_ledger_sold.php:1334 +#: include/class_anc_grandlivre.php:189 include/fiche.inc.php:444 +#: include/template/detail-action.php:85 #: include/template/ledger_detail_ach.php:24 #: include/template/ledger_detail_fin.php:25 #: include/template/ledger_detail_ven.php:32 include/ac_common.php:1071 @@ -2205,8 +2480,7 @@ msgstr "" #: include/stock_inv_histo.inc.php:73 html/ajax_misc.php:329 #: include/ac_common.php:1086 include/class_acc_ledger.php:668 #: include/class_acc_ledger.php:821 include/class_acc_ledger.php:1441 -#: include/class_acc_ledger.php:1630 -#: include/class_acc_ledger_purchase.php:1752 +#: include/class_acc_ledger.php:1630 include/class_acc_ledger_purchase.php:1752 #: include/class_balance_age.php:141 include/fiche.inc.php:512 #: include/template/dashboard.php:303 include/template/detail-action.php:91 #: include/template/ledger_detail_misc.php:30 @@ -2279,8 +2553,7 @@ msgstr "" #: include/template/form_ledger_detail.php:22 #: include/template/form_ledger_fin.php:39 #: include/ext/tools/include/anc_grandlivre_ext.class.php:119 -#: include/lib/ac_common.php:1172 -#: include/export/export_fiche_detail_csv.php:70 +#: include/lib/ac_common.php:1172 include/export/export_fiche_detail_csv.php:70 #: include/export/export_gl_csv.php:96 include/export/export_gl_pdf.php:88 #: include/export/export_ledger_csv.php:142 #: include/export/export_ledger_csv.php:194 @@ -2335,8 +2608,8 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:687 #: include/class/acc_ledger_sold.class.php:1397 #: include/class/anc_grandlivre.class.php:213 -#: include/class/anc_operation.class.php:295 -#: include/class/fiche.class.php:1380 include/class/fiche.class.php:1455 +#: include/class/anc_operation.class.php:295 include/class/fiche.class.php:1380 +#: include/class/fiche.class.php:1455 #: include/class/acc_ledger_purchase.class.php:1407 #: include/class/acc_ledger_purchase.class.php:1826 #: include/template/acc_ledger_history_financial_oneline.php:31 @@ -2348,18 +2621,76 @@ msgstr "" #: include/class/acc_ledger_search.class.php:625 #: include/class/acc_ledger_search.class.php:944 #: include/class/anc_operation.class.php:296 +#: include/class/print_ledger_misc.class.php:43 include/audit_log.php:37 +#: include/template/letter_prop.php:25 include/template/letter_prop.php:68 +#: include/template/print_ledger_simple.php:7 +#: include/template/acc_ledger_history_financial_oneline.php:31 +#: include/template/ledger_detail_fin.php:25 +#: include/template/ledger_detail_misc.php:34 +#: include/template/acc_ledger_history_sale_detail.php:34 +#: include/template/action_display_short.php:86 +#: include/template/acc_ledger_history_purchase_detail.php:33 +#: include/template/dashboard.php:345 include/template/ledger_detail_ven.php:32 +#: include/template/acc_ledger_history_purchase_oneline.php:35 +#: include/template/form_ledger_detail.php:22 +#: include/template/todo_list_display.php:44 +#: include/template/impress_reconciliation.php:10 +#: include/template/detail-action.php:95 +#: include/template/acc_ledger_history_sale_oneline.php:32 +#: include/template/acc_ledger_history_purchase_extended.php:31 +#: include/template/acc_ledger_history_sale_extended.php:31 +#: include/template/form_ledger_fin.php:20 +#: include/template/form_ledger_fin.php:39 include/template/letter_all.php:23 +#: include/template/stock_inv.php:35 +#: include/template/action_search_result.php:44 +#: include/template/ledger_detail_ach.php:24 +#: include/export/export_gl_pdf.php:88 +#: include/export/export_stock_histo_csv.php:40 +#: include/export/export_fiche_balance_csv.php:153 +#: include/export/export_poste_detail_csv.php:78 +#: include/export/export_poste_detail_csv.php:198 +#: include/export/export_poste_detail_pdf.php:92 +#: include/export/export_ledger_csv.php:209 +#: include/export/export_histo_csv.php:38 +#: include/export/export_fiche_detail_csv.php:70 +#: include/export/export_gl_csv.php:96 include/stock_inv_histo.inc.php:75 +#: include/ajax/ajax_display_letter.php:54 +#: include/balance_card_ageing.inc.php:58 include/fiche.inc.php:516 +#: include/class/print_ledger_detail_item.class.php:57 +#: include/class/acc_ledger_history_generic.class.php:679 +#: include/class/acc_ledger_history_generic.class.php:766 +#: include/class/acc_ledger_sold.class.php:687 +#: include/class/acc_ledger_sold.class.php:1397 +#: include/class/acc_ledger.class.php:601 +#: include/class/acc_ledger.class.php:809 +#: include/class/acc_ledger_history_purchase.class.php:248 +#: include/class/acc_ledger_search.class.php:625 +#: include/class/acc_ledger_search.class.php:944 +#: include/class/anc_group_operation.class.php:111 #: include/class/print_ledger_misc.class.php:43 +#: include/class/anc_listing.class.php:77 +#: include/class/acc_reconciliation.class.php:483 +#: include/class/acc_reconciliation.class.php:491 +#: include/class/acc_reconciliation.class.php:507 +#: include/class/acc_ledger_history_sale.class.php:242 +#: include/class/anc_operation.class.php:296 +#: include/class/acc_account_ledger.class.php:392 +#: include/class/fiche.class.php:1382 include/class/fiche.class.php:1457 +#: include/class/acc_ledger_purchase.class.php:1407 +#: include/class/acc_ledger_purchase.class.php:1826 +#: include/class/pdf_operation.class.php:67 +#: include/class/anc_grandlivre.class.php:213 +#: include/class/balance_age.class.php:147 include/lib/ac_common.php:1186 +#: include/card_attr.inc.php:80 msgid "Date" msgstr "" -#: include/class_acc_ledger.php:1427 -#: include/class_acc_ledger_purchase.php:1358 +#: include/class_acc_ledger.php:1427 include/class_acc_ledger_purchase.php:1358 #: include/class_acc_ledger_sold.php:653 include/class_acc_ledger.php:1424 -#: include/class_acc_ledger.php:1431 -#: include/class_acc_ledger_purchase.php:1365 +#: include/class_acc_ledger.php:1431 include/class_acc_ledger_purchase.php:1365 #: include/class_acc_ledger_sold.php:664 include/class_acc_ledger.php:1443 -#: include/class_acc_ledger_purchase.php:1368 -#: include/class_acc_ledger.php:1444 include/class/class_acc_ledger.php:1444 +#: include/class_acc_ledger_purchase.php:1368 include/class_acc_ledger.php:1444 +#: include/class/class_acc_ledger.php:1444 #: include/class/class_acc_ledger_purchase.php:1369 #: include/class/class_acc_ledger_sold.php:664 #: include/class/class_acc_ledger_purchase.php:1376 @@ -2376,6 +2707,9 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:693 #: include/class/acc_ledger_purchase.class.php:1415 #: include/class/acc_ledger.class.php:604 +#: include/class/acc_ledger_sold.class.php:693 +#: include/class/acc_ledger.class.php:604 +#: include/class/acc_ledger_purchase.class.php:1415 msgid "Période Comptable" msgstr "" @@ -2386,6 +2720,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1030 #: include/class/acc_ledger.class.php:605 #: include/class/acc_ledger.class.php:606 +#: include/class/acc_ledger.class.php:606 msgid "PJ Num" msgstr "" @@ -2396,6 +2731,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1034 #: include/class/acc_ledger.class.php:609 #: include/class/acc_ledger.class.php:610 +#: include/class/acc_ledger.class.php:610 msgid "Quick Code ou " msgstr "" @@ -2413,8 +2749,7 @@ msgstr "" #: include/class_acc_ledger_purchase.php:1768 #: include/class_acc_ledger_sold.php:1342 include/class_anc_grandlivre.php:190 #: include/class_pre_op_advanced.php:185 include/class_acc_ledger.php:1450 -#: include/class_acc_ledger.php:1704 -#: include/class_acc_ledger_purchase.php:1774 +#: include/class_acc_ledger.php:1704 include/class_acc_ledger_purchase.php:1774 #: include/class_acc_ledger_sold.php:1343 include/database.item.php:65 #: include/database.item.php:81 include/database.item.php:71 #: include/database.item.php:86 include/class_pre_op_advanced.php:196 @@ -2462,8 +2797,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1813 #: include/class/acc_ledger_sold.class.php:1388 #: include/class/anc_grandlivre.class.php:213 -#: include/class/anc_listing.class.php:78 -#: include/class/anc_table.class.php:441 include/class/fiche.class.php:1456 +#: include/class/anc_listing.class.php:78 include/class/anc_table.class.php:441 +#: include/class/fiche.class.php:1456 #: include/class/pre_op_advanced.class.php:196 include/database.item.php:64 #: include/database.item.php:79 include/ajax/ajax_display_letter.php:50 #: include/export/export_poste_detail_csv.php:79 @@ -2477,6 +2812,22 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1834 #: include/class/acc_ledger.class.php:611 #: include/class/acc_ledger.class.php:881 +#: include/template/ledger_detail_ven.php:154 +#: include/template/ledger_detail_ach.php:152 +#: include/export/export_poste_detail_csv.php:79 +#: include/export/export_poste_detail_csv.php:194 +#: include/export/export_fiche_detail_csv.php:69 +#: include/ajax/ajax_display_letter.php:50 include/database.item.php:62 +#: include/database.item.php:77 +#: include/class/acc_ledger_history_generic.class.php:767 +#: include/class/acc_ledger_sold.class.php:1405 +#: include/class/acc_ledger.class.php:611 +#: include/class/acc_ledger.class.php:881 +#: include/class/anc_listing.class.php:78 include/class/fiche.class.php:1459 +#: include/class/pre_op_advanced.class.php:196 +#: include/class/acc_ledger_purchase.class.php:1834 +#: include/class/anc_grandlivre.class.php:214 +#: include/class/anc_table.class.php:441 msgid "Poste" msgstr "" @@ -2508,15 +2859,12 @@ msgstr "" #: include/template/ledger_detail_misc.php:91 #: include/ext/coprop/include/class_coprop_appel_fond.php:221 #: include/class_acc_ledger.php:1452 include/class_acc_ledger.php:1707 -#: include/impress_gl_comptes.inc.php:215 -#: include/class_pre_op_advanced.php:199 -#: include/template/ledger_detail_misc.php:90 -#: include/class_acc_ledger.php:1453 include/class_acc_ledger.php:1710 -#: include/template/ledger_detail_misc.php:98 include/anc_od.inc.php:150 -#: include/ext/modop/modop_display.php:136 +#: include/impress_gl_comptes.inc.php:215 include/class_pre_op_advanced.php:199 +#: include/template/ledger_detail_misc.php:90 include/class_acc_ledger.php:1453 +#: include/class_acc_ledger.php:1710 include/template/ledger_detail_misc.php:98 +#: include/anc_od.inc.php:150 include/ext/modop/modop_display.php:136 #: include/ext/modop/modop_display.php:153 include/class_fiche.php:1291 -#: include/class_fiche.php:1308 -#: include/export/export_fiche_balance_csv.php:143 +#: include/class_fiche.php:1308 include/export/export_fiche_balance_csv.php:143 #: include/class/class_acc_ledger.php:1453 #: include/class/class_acc_ledger.php:1710 #: include/class/class_anc_grandlivre.php:196 @@ -2525,8 +2873,7 @@ msgstr "" #: include/class/class_fiche.php:1311 include/export/export_gl_csv.php:95 #: include/class/class_acc_ledger.php:1709 #: include/export/export_fiche_balance_csv.php:156 -#: include/export/export_gl_csv.php:90 -#: include/export/export_ledger_csv.php:138 +#: include/export/export_gl_csv.php:90 include/export/export_ledger_csv.php:138 #: include/export/export_poste_detail_csv.php:75 #: include/export/export_fiche_balance_csv.php:157 #: include/template/letter_prop.php:37 include/template/letter_prop.php:80 @@ -2565,6 +2912,28 @@ msgstr "" #: include/class/anc_grandlivre.class.php:220 #: include/class/fiche.class.php:1462 include/class/acc_ledger.class.php:613 #: include/class/acc_ledger.class.php:884 +#: include/impress_gl_comptes.inc.php:216 include/template/letter_prop.php:37 +#: include/template/letter_prop.php:80 +#: include/template/ledger_detail_misc.php:102 +#: include/template/ledger_detail_bottom.php:91 +#: include/template/anc_balance_group.php:49 +#: include/template/operation_detail_misc.php:35 +#: include/template/letter_all.php:35 include/export/export_gl_pdf.php:88 +#: include/export/export_fiche_balance_csv.php:157 +#: include/export/export_poste_detail_csv.php:88 +#: include/export/export_poste_detail_pdf.php:247 +#: include/export/export_fiche_detail_csv.php:77 +#: include/export/export_gl_csv.php:96 include/verif_bilan.inc.php:74 +#: include/operation_ods_new.inc.php:83 include/balance.inc.php:315 +#: include/class/acc_ledger_history_generic.class.php:770 +#: include/class/acc_ledger.class.php:613 +#: include/class/acc_ledger.class.php:884 +#: include/class/anc_group_operation.class.php:137 +#: include/class/acc_account_ledger.class.php:399 +#: include/class/fiche.class.php:1464 +#: include/class/pre_op_advanced.class.php:199 +#: include/class/anc_grandlivre.class.php:220 +#: include/class/anticipation.class.php:420 include/anc_od.inc.php:148 msgid "Débit" msgstr "" @@ -2591,8 +2960,7 @@ msgstr "" #: include/template/ledger_detail_misc.php:92 #: include/ext/coprop/include/class_coprop_appel_fond.php:222 #: include/class_acc_ledger.php:1453 include/impress_gl_comptes.inc.php:214 -#: include/template/ledger_detail_misc.php:91 -#: include/class_acc_ledger.php:1454 +#: include/template/ledger_detail_misc.php:91 include/class_acc_ledger.php:1454 #: include/template/ledger_detail_misc.php:99 include/anc_od.inc.php:151 #: include/ext/modop/modop_display.php:137 #: include/ext/modop/modop_display.php:154 include/class_fiche.php:1292 @@ -2600,8 +2968,7 @@ msgstr "" #: include/class/class_anc_grandlivre.php:197 #: include/class/class_anticipation.php:421 include/class/class_fiche.php:1309 #: include/class/class_fiche.php:1312 include/export/export_gl_csv.php:95 -#: include/export/export_gl_csv.php:90 -#: include/export/export_ledger_csv.php:139 +#: include/export/export_gl_csv.php:90 include/export/export_ledger_csv.php:139 #: include/export/export_poste_detail_csv.php:76 #: include/template/letter_prop.php:40 include/template/letter_prop.php:83 #: include/export/export_poste_detail_pdf.php:239 @@ -2632,20 +2999,35 @@ msgstr "" #: include/class/acc_ledger_history_generic.class.php:771 #: include/class/anc_grandlivre.class.php:221 #: include/class/fiche.class.php:1463 include/class/acc_ledger.class.php:614 +#: include/impress_gl_comptes.inc.php:215 include/template/letter_prop.php:40 +#: include/template/letter_prop.php:83 +#: include/template/ledger_detail_misc.php:103 +#: include/template/ledger_detail_bottom.php:92 +#: include/template/operation_detail_misc.php:36 +#: include/template/letter_all.php:38 include/export/export_gl_pdf.php:88 +#: include/export/export_poste_detail_csv.php:89 +#: include/export/export_poste_detail_pdf.php:250 +#: include/export/export_fiche_detail_csv.php:78 +#: include/export/export_gl_csv.php:96 include/verif_bilan.inc.php:74 +#: include/operation_ods_new.inc.php:84 include/balance.inc.php:316 +#: include/class/acc_ledger_history_generic.class.php:771 +#: include/class/acc_ledger.class.php:614 +#: include/class/acc_account_ledger.class.php:400 +#: include/class/fiche.class.php:1465 +#: include/class/anc_grandlivre.class.php:221 +#: include/class/anticipation.class.php:421 include/anc_od.inc.php:149 msgid "Crédit" msgstr "" #: include/class_acc_ledger.php:1543 include/export_fiche_balance_pdf.php:153 #: include/fiche.inc.php:357 include/template/forecast_result.php:31 #: include/class_acc_ledger.php:1540 include/fiche.inc.php:362 -#: include/class_acc_ledger.php:1548 -#: include/class_acc_ledger_purchase.php:1529 +#: include/class_acc_ledger.php:1548 include/class_acc_ledger_purchase.php:1529 #: include/class_acc_ledger_sold.php:806 include/class_acc_ledger.php:1560 #: include/class_acc_ledger_purchase.php:1536 #: include/class_acc_ledger_sold.php:807 include/impress_jrn.inc.php:316 #: include/template/print_ledger_simple.php:122 -#: include/class_acc_ledger.php:1563 -#: include/class_acc_ledger_purchase.php:1535 +#: include/class_acc_ledger.php:1563 include/class_acc_ledger_purchase.php:1535 #: include/class_balance_age.php:225 include/fiche.inc.php:435 #: include/class_acc_ledger_purchase.php:1534 include/fiche.inc.php:438 #: include/export/export_fiche_balance_pdf.php:153 @@ -2682,6 +3064,22 @@ msgstr "" #: include/class/fiche.class.php:1542 #: include/class/acc_ledger_purchase.class.php:1588 #: include/class/acc_ledger.class.php:724 +#: include/template/print_ledger_simple.php:143 +#: include/template/acc_ledger_history_sale_detail.php:154 +#: include/template/acc_ledger_history_purchase_detail.php:167 +#: include/template/acc_ledger_history_purchase_oneline.php:137 +#: include/template/acc_ledger_history_sale_oneline.php:120 +#: include/template/acc_ledger_history_purchase_extended.php:159 +#: include/template/acc_ledger_history_sale_extended.php:159 +#: include/template/forecast_result.php:31 +#: include/export/export_fiche_balance_pdf.php:153 include/fiche.inc.php:439 +#: include/class/acc_ledger_history_generic.class.php:737 +#: include/class/acc_ledger_sold.class.php:844 +#: include/class/acc_ledger.class.php:724 +#: include/class/acc_account_ledger.class.php:439 +#: include/class/fiche.class.php:1544 +#: include/class/acc_ledger_purchase.class.php:1588 +#: include/class/balance_age.class.php:234 msgid "Totaux" msgstr "" @@ -2692,16 +3090,15 @@ msgstr "" #: include/class/acc_ledger.class.php:1156 #: include/class/acc_ledger.class.php:727 #: include/class/acc_ledger.class.php:728 +#: include/class/acc_ledger.class.php:728 msgid "verifie Imputation Analytique" msgstr "" -#: include/class_acc_ledger.php:1633 -#: include/class_acc_ledger_purchase.php:1009 +#: include/class_acc_ledger.php:1633 include/class_acc_ledger_purchase.php:1009 #: include/class_acc_ledger_sold.php:1034 #: include/ext/amortis/include/class_am_generate.php:86 #: include/class_acc_ledger.php:1630 include/class_acc_ledger_fin.php:295 -#: include/class_acc_ledger.php:1638 -#: include/class_acc_ledger_purchase.php:1017 +#: include/class_acc_ledger.php:1638 include/class_acc_ledger_purchase.php:1017 #: include/class_acc_ledger_sold.php:1059 include/class_acc_ledger.php:1650 #: include/class_acc_ledger_purchase.php:1020 #: include/class_acc_ledger_sold.php:1060 include/class_acc_ledger.php:1653 @@ -2729,11 +3126,14 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1103 #: include/class/acc_ledger_purchase.class.php:1046 #: include/class/acc_ledger.class.php:832 +#: include/class/acc_ledger_sold.class.php:1103 +#: include/class/acc_ledger.class.php:832 +#: include/class/acc_ledger_fin.class.php:294 +#: include/class/acc_ledger_purchase.class.php:1046 msgid "Aucune période ouverte" msgstr "" -#: include/class_acc_ledger.php:1638 -#: include/class_acc_ledger_purchase.php:1016 +#: include/class_acc_ledger.php:1638 include/class_acc_ledger_purchase.php:1016 #: include/class_acc_ledger_sold.php:1039 #: include/ext/amortis/include/class_am_generate.php:91 #: include/class_acc_ledger.php:1635 include/class_acc_ledger.php:1643 @@ -2763,6 +3163,9 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1107 #: include/class/acc_ledger_purchase.class.php:1052 #: include/class/acc_ledger.class.php:837 +#: include/class/acc_ledger_sold.class.php:1107 +#: include/class/acc_ledger.class.php:837 +#: include/class/acc_ledger_purchase.class.php:1052 msgid "Période comptable" msgstr "" @@ -2796,8 +3199,7 @@ msgstr "" #: include/ext/tools/include/tool_function.php:491 #: include/class_acc_ledger_purchase.php:1758 include/ac_common.php:1087 #: include/class_acc_ledger.php:669 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:1674 -#: include/class_acc_ledger_purchase.php:1757 +#: include/class_acc_ledger.php:1674 include/class_acc_ledger_purchase.php:1757 #: include/template/balance_aged_result.php:47 #: include/template/ledger_detail_misc.php:58 include/ac_common.php:1088 #: include/class_acc_ledger_purchase.php:1756 include/ac_common.php:1152 @@ -2826,8 +3228,7 @@ msgstr "" #: include/class/class_pdf_operation.php:79 include/lib/ac_common.php:1173 #: include/ext/tools/include/anc_grandlivre_ext.class.php:124 #: include/lib/ac_common.php:1174 include/export/export_gl_csv.php:96 -#: include/export/export_gl_pdf.php:88 -#: include/export/export_ledger_csv.php:254 +#: include/export/export_gl_pdf.php:88 include/export/export_ledger_csv.php:254 #: include/class/acc_ledger.class.php:1281 #: include/class/acc_ledger_purchase.class.php:1810 #: include/class/acc_ledger_search.class.php:650 @@ -2857,11 +3258,33 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:245 #: include/class/acc_ledger_search.class.php:633 #: include/class/acc_ledger_search.class.php:945 +#: include/template/balance_aged_result.php:47 +#: include/template/print_ledger_simple.php:6 +#: include/template/acc_ledger_history_financial_oneline.php:33 +#: include/template/ledger_detail_fin.php:66 +#: include/template/ledger_detail_misc.php:62 +#: include/template/acc_ledger_history_sale_detail.php:33 +#: include/template/acc_ledger_history_purchase_detail.php:32 +#: include/template/ledger_detail_ven.php:71 +#: include/template/acc_ledger_history_purchase_oneline.php:41 +#: include/template/acc_ledger_history_sale_oneline.php:38 +#: include/template/acc_ledger_history_purchase_extended.php:37 +#: include/template/acc_ledger_history_sale_extended.php:37 +#: include/template/ledger_detail_ach.php:63 +#: include/export/export_gl_pdf.php:88 include/export/export_gl_csv.php:96 +#: include/class/acc_ledger_sold.class.php:1402 +#: include/class/acc_ledger.class.php:853 +#: include/class/acc_ledger_history_purchase.class.php:251 +#: include/class/acc_ledger_search.class.php:633 +#: include/class/acc_ledger_search.class.php:945 +#: include/class/acc_ledger_history_sale.class.php:245 +#: include/class/acc_ledger_purchase.class.php:1831 +#: include/class/pdf_operation.class.php:79 +#: include/class/anc_grandlivre.class.php:218 include/lib/ac_common.php:1188 msgid "Pièce" msgstr "" -#: include/class_acc_ledger.php:1689 -#: include/class_acc_ledger_purchase.php:1388 +#: include/class_acc_ledger.php:1689 include/class_acc_ledger_purchase.php:1388 #: include/class_acc_ledger_sold.php:682 include/class_anc_account.php:271 #: include/class_anc_listing.php:89 include/class_pre_op_advanced.php:185 #: include/fiche.inc.php:441 include/template/forecast-detail.php:15 @@ -2884,8 +3307,7 @@ msgstr "" #: include/fiche.inc.php:446 include/ext/modop/template_ledger_fin.php:24 #: include/ac_common.php:1074 include/anc_pa.inc.php:207 #: include/class_acc_ledger.php:671 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:1694 -#: include/class_acc_ledger_purchase.php:1395 +#: include/class_acc_ledger.php:1694 include/class_acc_ledger_purchase.php:1395 #: include/class_acc_ledger_sold.php:693 include/class_pre_op_advanced.php:187 #: include/fiche.inc.php:448 include/ac_common.php:1075 #: include/anc_pa.inc.php:209 include/class_acc_ledger.php:672 @@ -2935,8 +3357,7 @@ msgstr "" #: include/template/form_ledger_fin.php:43 #: include/ext/amortis/include/amortissement_material_pdf.class.php:38 #: include/ext/amortis/include/amortissement_table_pdf.class.php:44 -#: include/lib/ac_common.php:1177 -#: include/ajax/ajax_anc_detail_operation.php:56 +#: include/lib/ac_common.php:1177 include/ajax/ajax_anc_detail_operation.php:56 #: include/export/export_form_csv.php:72 #: include/export/export_poste_detail_csv.php:201 #: include/class/acc_ledger.class.php:1314 @@ -2963,6 +3384,28 @@ msgstr "" #: include/class/acc_ledger_search.class.php:639 #: include/class/acc_ledger_search.class.php:949 #: include/class/print_ledger_misc.class.php:48 +#: include/template/operation_detail_fin.php:34 +#: include/template/acc_ledger_history_financial_oneline.php:36 +#: include/template/ledger_detail_misc.php:54 +#: include/template/ledger_detail_ven.php:157 +#: include/template/forecast-detail.php:15 +#: include/template/impress_reconciliation.php:22 +#: include/template/form_ledger_fin.php:43 +#: include/template/ledger_detail_ach.php:155 +#: include/export/export_poste_detail_csv.php:201 +#: include/export/export_form_csv.php:72 +#: include/ajax/ajax_anc_detail_operation.php:56 include/fiche.inc.php:520 +#: include/class/acc_ledger_sold.class.php:730 +#: include/class/acc_ledger.class.php:883 +#: include/class/acc_ledger_search.class.php:639 +#: include/class/acc_ledger_search.class.php:949 +#: include/class/anc_group_operation.class.php:136 +#: include/class/print_ledger_misc.class.php:48 +#: include/class/anc_listing.class.php:84 include/class/fiche.class.php:1384 +#: include/class/pre_op_advanced.class.php:198 +#: include/class/acc_ledger_purchase.class.php:1452 +#: include/class/pdf_operation.class.php:249 +#: include/class/pdf_operation.class.php:283 include/lib/ac_common.php:1191 msgid "Montant" msgstr "" @@ -2974,6 +3417,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1504 #: include/class/acc_ledger.class.php:1071 #: include/class/acc_ledger.class.php:1072 +#: include/class/acc_ledger.class.php:1072 msgid "Vous utilisez le mode strict la dernière operation est la date du " msgstr "" @@ -2985,6 +3429,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1505 #: include/class/acc_ledger.class.php:1072 #: include/class/acc_ledger.class.php:1073 +#: include/class/acc_ledger.class.php:1073 msgid "vous ne pouvez pas encoder à une date antérieure" msgstr "" @@ -3005,6 +3450,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1242 #: include/class/acc_ledger.class.php:1102 #: include/class/acc_ledger.class.php:1243 +#: include/class/acc_ledger.class.php:1102 +#: include/class/acc_ledger.class.php:1243 #, php-format msgid "La fiche %s n'a pas de poste comptable" msgstr "" @@ -3017,6 +3464,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1539 #: include/class/acc_ledger.class.php:1106 #: include/class/acc_ledger.class.php:1107 +#: include/class/acc_ledger.class.php:1107 msgid "Poste Inexistant pour la fiche [" msgstr "" @@ -3028,6 +3476,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1548 #: include/class/acc_ledger.class.php:1115 #: include/class/acc_ledger.class.php:1116 +#: include/class/acc_ledger.class.php:1116 msgid "Le poste" msgstr "" @@ -3039,6 +3488,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1548 #: include/class/acc_ledger.class.php:1115 #: include/class/acc_ledger.class.php:1116 +#: include/class/acc_ledger.class.php:1116 msgid "n'est pas dans ce journal" msgstr "" @@ -3050,6 +3500,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1551 #: include/class/acc_ledger.class.php:1118 #: include/class/acc_ledger.class.php:1119 +#: include/class/acc_ledger.class.php:1119 msgid "Poste invalide [" msgstr "" @@ -3061,6 +3512,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1554 #: include/class/acc_ledger.class.php:1121 #: include/class/acc_ledger.class.php:1122 +#: include/class/acc_ledger.class.php:1122 msgid "Poste Inexistant [" msgstr "" @@ -3072,11 +3524,11 @@ msgstr "" #: include/class/acc_ledger.class.php:1581 #: include/class/acc_ledger.class.php:1148 #: include/class/acc_ledger.class.php:1149 +#: include/class/acc_ledger.class.php:1149 msgid "Balance incorrecte " msgstr "" -#: include/class_acc_ledger.php:2860 -#: include/template/stock_state_search.php:50 +#: include/class_acc_ledger.php:2860 include/template/stock_state_search.php:50 #: include/class_acc_ledger.php:2929 html/ajax_card.php:301 #: include/class_acc_ledger.php:2944 include/class_acc_ledger.php:2956 #: include/class_acc_ledger.php:2965 html/ajax_card.php:303 @@ -3086,6 +3538,7 @@ msgstr "" #: include/class/class_pre_operation.php:282 include/ajax/ajax_card.php:284 #: include/class/class_acc_ledger.php:2974 #: include/class/class_acc_ledger.php:2979 +#: include/template/stock_state_search.php:50 msgid "Filtrer" msgstr "" @@ -3093,6 +3546,7 @@ msgstr "" #: include/class_acc_ledger.php:3349 include/class_acc_ledger.php:3348 #: include/ajax_create_menu.php:7 include/ajax/ajax_create_menu.php:7 #: include/lib/user_menu.php:51 include/ajax/ajax_create_menu.php:11 +#: include/ajax/ajax_create_menu.php:11 include/lib/user_menu.php:51 msgid "Création" msgstr "" @@ -3107,18 +3561,16 @@ msgstr "" #: include/class/acc_ledger.class.php:2635 #: include/class/acc_ledger.class.php:2204 #: include/class/acc_ledger.class.php:2205 +#: include/class/acc_ledger.class.php:2205 msgid "Journal n'existe pas" msgstr "" #: include/class_acc_ledger.php:3478 include/class_acc_ledger.php:3548 #: include/class_acc_ledger.php:3547 include/class_acc_ledger.php:3563 #: include/class_acc_ledger.php:3583 include/class_acc_ledger.php:3610 -#: include/class_acc_ledger.php:3619 -#: include/class_acc_ledger_purchase.php:1628 -#: include/class_acc_ledger.php:3621 -#: include/class_acc_ledger_purchase.php:1627 -#: include/class_acc_ledger.php:3629 -#: include/class_acc_ledger_purchase.php:1626 +#: include/class_acc_ledger.php:3619 include/class_acc_ledger_purchase.php:1628 +#: include/class_acc_ledger.php:3621 include/class_acc_ledger_purchase.php:1627 +#: include/class_acc_ledger.php:3629 include/class_acc_ledger_purchase.php:1626 #: include/class/class_acc_ledger.php:3629 #: include/class/class_acc_ledger_purchase.php:1627 #: include/class/class_acc_ledger_purchase.php:1634 @@ -3131,6 +3583,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1680 #: include/class/acc_ledger_purchase.class.php:1698 #: include/class/acc_ledger_purchase.class.php:1701 +#: include/class/acc_ledger_purchase.class.php:1701 msgid "Payé par" msgstr "" @@ -3138,6 +3591,7 @@ msgstr "" #: include/class_acc_ledger_purchase.php:84 #: include/class/class_acc_ledger_purchase.php:84 #: include/class/acc_ledger_purchase.class.php:84 +#: include/class/acc_ledger_purchase.class.php:84 msgid "Vous n'avez pas donné de fournisseur" msgstr "" @@ -3145,6 +3599,7 @@ msgstr "" #: include/class_acc_ledger_purchase.php:120 #: include/class/class_acc_ledger_purchase.php:120 #: include/class/acc_ledger_purchase.class.php:120 +#: include/class/acc_ledger_purchase.class.php:120 msgid " vous ne pouvez pas encoder à une date antérieure dans ce journal" msgstr "" @@ -3212,6 +3667,22 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:210 #: include/class/acc_ledger_purchase.class.php:200 #: include/class/acc_ledger_purchase.class.php:225 +#: include/class/acc_ledger_sold.class.php:129 +#: include/class/acc_ledger_sold.class.php:152 +#: include/class/acc_ledger_sold.class.php:164 +#: include/class/acc_ledger_sold.class.php:166 +#: include/class/acc_ledger_sold.class.php:171 +#: include/class/acc_ledger_sold.class.php:176 +#: include/class/acc_ledger_sold.class.php:180 +#: include/class/acc_ledger_sold.class.php:210 +#: include/class/acc_ledger_purchase.class.php:130 +#: include/class/acc_ledger_purchase.class.php:155 +#: include/class/acc_ledger_purchase.class.php:172 +#: include/class/acc_ledger_purchase.class.php:174 +#: include/class/acc_ledger_purchase.class.php:180 +#: include/class/acc_ledger_purchase.class.php:185 +#: include/class/acc_ledger_purchase.class.php:200 +#: include/class/acc_ledger_purchase.class.php:225 msgid "La fiche " msgstr "" @@ -3232,6 +3703,10 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:129 #: include/class/acc_ledger_sold.class.php:171 #: include/class/acc_ledger_purchase.class.php:200 +#: include/class/acc_ledger_sold.class.php:129 +#: include/class/acc_ledger_sold.class.php:171 +#: include/class/acc_ledger_purchase.class.php:130 +#: include/class/acc_ledger_purchase.class.php:200 msgid "n'a pas de poste comptable" msgstr "" @@ -3252,6 +3727,10 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_sold.class.php:145 +#: include/class/acc_ledger_sold.class.php:204 +#: include/class/acc_ledger_purchase.class.php:149 +#: include/class/acc_ledger_purchase.class.php:219 msgid "Pour la fiche " msgstr "" @@ -3267,6 +3746,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:149 #: include/class/acc_ledger_sold.class.php:145 #: include/class/acc_ledger_sold.class.php:204 +#: include/class/acc_ledger_sold.class.php:145 +#: include/class/acc_ledger_sold.class.php:204 +#: include/class/acc_ledger_purchase.class.php:149 msgid " le poste comptable [" msgstr "" @@ -3284,6 +3766,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:220 #: include/class/acc_ledger_sold.class.php:204 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_sold.class.php:204 +#: include/class/acc_ledger_purchase.class.php:149 +#: include/class/acc_ledger_purchase.class.php:219 msgid "n'existe pas" msgstr "" @@ -3304,6 +3789,10 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:152 #: include/class/acc_ledger_sold.class.php:210 #: include/class/acc_ledger_purchase.class.php:225 +#: include/class/acc_ledger_sold.class.php:152 +#: include/class/acc_ledger_sold.class.php:210 +#: include/class/acc_ledger_purchase.class.php:155 +#: include/class/acc_ledger_purchase.class.php:225 msgid "n'est pas accessible à ce journal" msgstr "" @@ -3311,6 +3800,7 @@ msgstr "" #: include/class_acc_ledger_purchase.php:172 #: include/class/class_acc_ledger_purchase.php:172 #: include/class/acc_ledger_purchase.class.php:172 +#: include/class/acc_ledger_purchase.class.php:172 msgid "a un montant invalide" msgstr "" @@ -3318,6 +3808,7 @@ msgstr "" #: include/class_acc_ledger_purchase.php:174 #: include/class/class_acc_ledger_purchase.php:174 #: include/class/acc_ledger_purchase.class.php:174 +#: include/class/acc_ledger_purchase.class.php:174 msgid "a une quantité invalide" msgstr "" @@ -3337,6 +3828,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:185 #: include/class/acc_ledger_sold.class.php:176 #: include/class/acc_ledger_sold.class.php:180 +#: include/class/acc_ledger_sold.class.php:176 +#: include/class/acc_ledger_sold.class.php:180 +#: include/class/acc_ledger_purchase.class.php:180 +#: include/class/acc_ledger_purchase.class.php:185 msgid "a un code tva invalide" msgstr "" @@ -3350,6 +3845,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:194 #: include/class/acc_ledger_sold.class.php:190 #: include/class/acc_ledger_purchase.class.php:193 +#: include/class/acc_ledger_sold.class.php:190 +#: include/class/acc_ledger_purchase.class.php:193 msgid " La TVA " msgstr "" @@ -3358,6 +3855,7 @@ msgstr "" #: include/class/class_acc_ledger_purchase.php:220 #: include/class/acc_ledger_purchase.class.php:220 #: include/class/acc_ledger_purchase.class.php:219 +#: include/class/acc_ledger_purchase.class.php:219 msgid " le poste comptable" msgstr "" @@ -3366,6 +3864,7 @@ msgstr "" #: include/class/class_acc_ledger_purchase.php:244 #: include/class/acc_ledger_purchase.class.php:244 #: include/class/acc_ledger_purchase.class.php:243 +#: include/class/acc_ledger_purchase.class.php:243 msgid "ce code n'a pas de poste comptable, créez ce poste : [" msgstr "" @@ -3374,6 +3873,7 @@ msgstr "" #: include/class/class_acc_ledger_purchase.php:254 #: include/class/acc_ledger_purchase.class.php:254 #: include/class/acc_ledger_purchase.class.php:253 +#: include/class/acc_ledger_purchase.class.php:253 #, php-format msgid "Pour la fiche %s, le compte contrepartie %s n'existe pas" msgstr "" @@ -3388,6 +3888,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:266 #: include/class/acc_ledger_sold.class.php:214 #: include/class/acc_ledger_purchase.class.php:265 +#: include/class/acc_ledger_sold.class.php:214 +#: include/class/acc_ledger_purchase.class.php:265 msgid "Il n'y a aucune marchandise" msgstr "" @@ -3411,6 +3913,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1433 #: include/class/acc_ledger_purchase.class.php:1008 #: include/class/acc_ledger_purchase.class.php:1436 +#: include/class/acc_ledger_purchase.class.php:1008 +#: include/class/acc_ledger_purchase.class.php:1436 msgid "Détail articles achetés" msgstr "" @@ -3429,6 +3933,8 @@ msgstr "" #: include/class/pre_op_ach.class.php:231 #: include/class/acc_ledger_purchase.class.php:1130 #: include/class/acc_ledger_purchase.class.php:1133 +#: include/class/pre_op_ach.class.php:231 +#: include/class/acc_ledger_purchase.class.php:1133 msgid "Fournisseur " msgstr "" @@ -3471,6 +3977,16 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1430 #: include/class/acc_ledger_history_purchase.class.php:252 #: include/class/acc_ledger_history_sale.class.php:246 +#: include/template/print_ledger_simple.php:10 +#: include/template/acc_ledger_history_purchase_detail.php:36 +#: include/template/ledger_detail_ach.php:51 include/database.item.php:11 +#: include/balance_age.inc.php:36 +#: include/class/acc_ledger_history_purchase.class.php:252 +#: include/class/pre_op_ach.class.php:397 +#: include/class/acc_ledger_history_sale.class.php:246 +#: include/class/acc_ledger_purchase.class.php:1303 +#: include/class/acc_ledger_purchase.class.php:1430 +#: include/class/pdf_operation.class.php:100 msgid "Fournisseur" msgstr "" @@ -3513,6 +4029,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1324 #: include/class/acc_ledger_sold.class.php:1358 #: include/class/acc_ledger_purchase.class.php:1327 +#: include/compta_fin.inc.php:148 include/class/acc_ledger_sold.class.php:1358 +#: include/class/pre_op_ach.class.php:406 +#: include/class/acc_ledger_purchase.class.php:1327 +#: include/class/pre_op_ven.class.php:410 msgid "Ajout article" msgstr "" @@ -3533,6 +4053,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1382 #: include/class/acc_ledger_sold.class.php:664 #: include/class/acc_ledger_purchase.class.php:1385 +#: include/class/acc_ledger_sold.class.php:664 +#: include/class/acc_ledger_purchase.class.php:1385 msgid "Détail opération " msgstr "" @@ -3583,6 +4105,13 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:682 #: include/class/acc_ledger_purchase.class.php:1395 #: include/class/acc_ledger_purchase.class.php:1403 +#: include/template/form_ledger_detail.php:48 +#: include/class/acc_ledger_sold.class.php:674 +#: include/class/acc_ledger_sold.class.php:679 +#: include/class/acc_ledger_sold.class.php:682 +#: include/class/acc_ledger_purchase.class.php:1395 +#: include/class/acc_ledger_purchase.class.php:1400 +#: include/class/acc_ledger_purchase.class.php:1403 msgid "Numéro Pièce" msgstr "" @@ -3608,6 +4137,8 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:680 #: include/ext/modop/modop_save.php:170 #: include/class/acc_ledger_purchase.class.php:1401 +#: include/compta_ods.inc.php:97 include/class/acc_ledger_sold.class.php:680 +#: include/class/acc_ledger_purchase.class.php:1401 include/opening.inc.php:87 msgid "Attention numéro pièce existante, elle a du être adaptée" msgstr "" @@ -3642,6 +4173,13 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:690 #: include/class/acc_ledger_purchase.class.php:1410 #: include/class/acc_ledger_search.class.php:629 +#: include/template/ledger_detail_ven.php:40 +#: include/template/form_ledger_detail.php:30 +#: include/template/ledger_detail_ach.php:31 +#: include/export/export_histo_csv.php:39 +#: include/class/acc_ledger_sold.class.php:690 +#: include/class/acc_ledger_search.class.php:629 +#: include/class/acc_ledger_purchase.class.php:1410 msgid "Echeance" msgstr "" @@ -3669,8 +4207,8 @@ msgstr "" #: include/verif_bilan.inc.php:74 include/class/class_acc_ledger.php:670 #: include/class/class_acc_ledger_purchase.php:1388 #: include/class/class_acc_ledger_sold.php:678 -#: include/class/class_pdf_operation.php:62 -#: include/compta_fin_saldo.inc.php:49 include/export/export_ledger_pdf.php:83 +#: include/class/class_pdf_operation.php:62 include/compta_fin_saldo.inc.php:49 +#: include/export/export_ledger_pdf.php:83 #: include/export/export_poste_detail_pdf.php:96 #: include/class/acc_ledger_purchase.class.php:1402 #: include/class/acc_ledger_search.class.php:938 @@ -3682,6 +4220,14 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:700 #: include/class/acc_ledger_purchase.class.php:1422 #: include/class/acc_ledger_search.class.php:941 +#: include/template/form_ledger_detail.php:11 +#: include/export/export_poste_detail_pdf.php:96 +#: include/export/export_histo_csv.php:37 +#: include/export/export_ledger_pdf.php:83 include/compta_fin_saldo.inc.php:49 +#: include/verif_bilan.inc.php:74 include/class/acc_ledger_sold.class.php:700 +#: include/class/acc_ledger_search.class.php:941 +#: include/class/acc_ledger_purchase.class.php:1422 +#: include/class/pdf_operation.class.php:62 msgid "Journal" msgstr "" @@ -3727,6 +4273,15 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1437 #: include/class/acc_ledger_sold.class.php:718 #: include/class/acc_ledger_purchase.class.php:1440 +#: include/upgrade-plugin.php:68 include/template/ledger_detail_ven.php:151 +#: include/template/stock_summary_list.php:45 +#: include/template/ledger_detail_ach.php:149 include/anc_group.inc.php:62 +#: include/ajax/ajax_add_menu.php:156 include/ajax/ajax_add_menu.php:211 +#: include/ajax/ajax_get_menu_detail.php:60 +#: include/ajax/ajax_plugin_detail.php:39 include/menu.inc.php:108 +#: include/class/print_ledger_detail_item.class.php:59 +#: include/class/acc_ledger_sold.class.php:718 +#: include/class/acc_ledger_purchase.class.php:1440 #: include/upgrade-plugin.php:68 msgid "Code" msgstr "" @@ -3753,6 +4308,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1438 #: include/class/acc_ledger_sold.class.php:719 #: include/class/acc_ledger_purchase.class.php:1441 +#: include/template/form_ledger_detail.php:72 +#: include/template/predf_ledger_detail.php:17 +#: include/class/acc_ledger_sold.class.php:719 +#: include/class/acc_ledger_purchase.class.php:1441 msgid "Dénomination" msgstr "" @@ -3774,13 +4333,14 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1439 #: include/class/acc_ledger_sold.class.php:720 #: include/class/acc_ledger_purchase.class.php:1442 +#: include/class/acc_ledger_sold.class.php:720 +#: include/class/acc_ledger_purchase.class.php:1442 msgid "prix" msgstr "" #: include/class_acc_ledger_purchase.php:1379 #: include/class_acc_ledger_purchase.php:1389 -#: include/class_acc_ledger_sold.php:673 -#: include/template/detail-action.php:307 +#: include/class_acc_ledger_sold.php:673 include/template/detail-action.php:307 #: include/template/form_ledger_detail.php:70 #: include/template/form_ledger_detail.php:77 #: include/template/predf_ledger_detail.php:20 @@ -3791,8 +4351,7 @@ msgstr "" #: include/class_acc_ledger_sold.php:1333 #: include/class_acc_ledger_purchase.php:1386 #: include/class_acc_ledger_purchase.php:1783 -#: include/class_acc_ledger_sold.php:684 -#: include/class_acc_ledger_sold.php:1357 +#: include/class_acc_ledger_sold.php:684 include/class_acc_ledger_sold.php:1357 #: include/template/detail-action.php:320 #: include/class_acc_ledger_purchase.php:1789 #: include/class_acc_ledger_sold.php:1358 @@ -3837,6 +4396,15 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1420 #: include/class/acc_ledger_purchase.class.php:1443 #: include/class/acc_ledger_purchase.class.php:1849 +#: include/template/form_ledger_detail.php:75 +#: include/template/form_ledger_detail.php:82 +#: include/template/predf_ledger_detail.php:20 +#: include/template/predf_ledger_detail.php:27 +#: include/template/detail-action.php:320 +#: include/class/acc_ledger_sold.class.php:721 +#: include/class/acc_ledger_sold.class.php:1420 +#: include/class/acc_ledger_purchase.class.php:1443 +#: include/class/acc_ledger_purchase.class.php:1849 msgid "quantité" msgstr "" @@ -3862,12 +4430,15 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1444 #: include/class/acc_ledger_sold.class.php:725 #: include/class/acc_ledger_purchase.class.php:1447 +#: include/template/form_ledger_detail.php:77 +#: include/template/predf_ledger_detail.php:22 +#: include/class/acc_ledger_sold.class.php:725 +#: include/class/acc_ledger_purchase.class.php:1447 msgid "tva" msgstr "" #: include/class_acc_ledger_purchase.php:1384 -#: include/class_acc_ledger_sold.php:678 -#: include/template/detail-action.php:309 +#: include/class_acc_ledger_sold.php:678 include/template/detail-action.php:309 #: include/ext/import_account/include/class_impacc_operation.php:149 #: include/class_acc_ledger_purchase.php:1749 #: include/class_acc_ledger_sold.php:1333 @@ -3875,8 +4446,7 @@ msgstr "" #: include/class_acc_ledger_sold.php:1331 #: include/class_acc_ledger_purchase.php:1391 #: include/class_acc_ledger_purchase.php:1781 -#: include/class_acc_ledger_sold.php:689 -#: include/class_acc_ledger_sold.php:1355 +#: include/class_acc_ledger_sold.php:689 include/class_acc_ledger_sold.php:1355 #: include/template/detail-action.php:322 #: include/class_acc_ledger_purchase.php:1394 #: include/class_acc_ledger_purchase.php:1787 @@ -3922,6 +4492,13 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1418 #: include/class/acc_ledger_purchase.class.php:1448 #: include/class/acc_ledger_purchase.class.php:1847 +#: include/template/detail-action.php:322 +#: include/class/acc_ledger_sold.class.php:726 +#: include/class/acc_ledger_sold.class.php:1418 +#: include/class/acc_ledger_purchase.class.php:1448 +#: include/class/acc_ledger_purchase.class.php:1847 +#: include/class/pdf_operation.class.php:153 +#: include/class/pdf_operation.class.php:198 msgid "Montant TVA" msgstr "" @@ -3947,16 +4524,18 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1446 #: include/class/acc_ledger_sold.class.php:727 #: include/class/acc_ledger_purchase.class.php:1449 +#: include/class/acc_ledger_sold.class.php:727 +#: include/class/acc_ledger_purchase.class.php:1449 +#: include/class/pdf_operation.class.php:151 +#: include/class/pdf_operation.class.php:196 msgid "Montant HTVA" msgstr "" #: include/class_acc_ledger_purchase.php:1386 -#: include/class_acc_ledger_sold.php:680 -#: include/template/detail-action.php:310 +#: include/class_acc_ledger_sold.php:680 include/template/detail-action.php:310 #: include/template/detail-action.php:309 #: include/class_acc_ledger_purchase.php:1393 -#: include/class_acc_ledger_sold.php:691 -#: include/template/detail-action.php:323 +#: include/class_acc_ledger_sold.php:691 include/template/detail-action.php:323 #: include/class_acc_ledger_purchase.php:1396 #: include/template/detail-action.php:339 #: include/template/detail-action.php:345 @@ -3978,6 +4557,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1447 #: include/class/acc_ledger_sold.class.php:728 #: include/class/acc_ledger_purchase.class.php:1450 +#: include/template/detail-action.php:323 +#: include/class/acc_ledger_sold.class.php:728 +#: include/class/acc_ledger_purchase.class.php:1450 msgid "Montant TVAC" msgstr "" @@ -4003,6 +4585,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1546 #: include/class/acc_ledger_sold.class.php:804 #: include/class/acc_ledger_purchase.class.php:1549 +#: include/class/acc_ledger_sold.class.php:804 +#: include/class/acc_ledger_purchase.class.php:1549 +#: include/lib/message_javascript.php:59 msgid "Attention Différence entre TVA calculée et donnée" msgstr "" @@ -4018,6 +4603,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1610 #: include/class/acc_ledger_purchase.class.php:1627 #: include/class/acc_ledger_purchase.class.php:1630 +#: include/class/acc_ledger_purchase.class.php:1630 msgid "Vérifiez imputation analytique" msgstr "" @@ -4045,6 +4631,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1643 #: include/class/acc_ledger_sold.class.php:900 #: include/class/acc_ledger_purchase.class.php:1646 +#: include/template/predf_ledger_detail.php:75 +#: include/class/acc_ledger_sold.class.php:900 +#: include/class/acc_ledger_purchase.class.php:1646 msgid "Total TVA" msgstr "" @@ -4072,6 +4661,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1644 #: include/class/acc_ledger_sold.class.php:901 #: include/class/acc_ledger_purchase.class.php:1647 +#: include/template/predf_ledger_detail.php:76 +#: include/class/acc_ledger_sold.class.php:901 +#: include/class/acc_ledger_purchase.class.php:1647 msgid "Total TVAC" msgstr "" @@ -4097,6 +4689,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1699 #: include/class/acc_ledger_sold.class.php:944 #: include/class/acc_ledger_purchase.class.php:1702 +#: include/class/acc_ledger_sold.class.php:944 +#: include/class/acc_ledger_purchase.class.php:1702 msgid "Déduction acompte " msgstr "" @@ -4122,6 +4716,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1700 #: include/class/acc_ledger_sold.class.php:945 #: include/class/acc_ledger_purchase.class.php:1703 +#: include/class/acc_ledger_sold.class.php:945 +#: include/class/acc_ledger_purchase.class.php:1703 msgid "Libellé :" msgstr "" @@ -4149,6 +4745,9 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1723 #: include/class/acc_ledger_sold.class.php:977 #: include/class/acc_ledger_purchase.class.php:1726 +#: include/class/acc_ledger_sold.class.php:977 +#: include/class/acc_ledger_purchase.class.php:1726 +#: include/operation_ods_confirm.inc.php:76 msgid "Ajoutez une pièce justificative " msgstr "" @@ -4165,6 +4764,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1711 #: include/class/acc_ledger_purchase.class.php:1729 #: include/class/acc_ledger_purchase.class.php:1732 +#: include/class/acc_ledger_purchase.class.php:1732 msgid "ou générer un document" msgstr "" @@ -4190,6 +4790,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1740 #: include/class/acc_ledger_sold.class.php:994 #: include/class/acc_ledger_purchase.class.php:1743 +#: include/class/acc_ledger_sold.class.php:994 +#: include/class/acc_ledger_purchase.class.php:1743 msgid "Numero de bon de commande : " msgstr "" @@ -4215,6 +4817,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1741 #: include/class/acc_ledger_sold.class.php:995 #: include/class/acc_ledger_purchase.class.php:1744 +#: include/class/acc_ledger_sold.class.php:995 +#: include/class/acc_ledger_purchase.class.php:1744 msgid "Autre information : " msgstr "" @@ -4240,6 +4844,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1773 #: include/class/acc_ledger_sold.class.php:1026 #: include/class/acc_ledger_purchase.class.php:1776 +#: include/class/acc_ledger_sold.class.php:1026 +#: include/class/acc_ledger_purchase.class.php:1776 msgid "Echeance dépassée" msgstr "" @@ -4265,6 +4871,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1775 #: include/class/acc_ledger_sold.class.php:1028 #: include/class/acc_ledger_purchase.class.php:1778 +#: include/class/acc_ledger_sold.class.php:1028 +#: include/class/acc_ledger_purchase.class.php:1778 msgid "Non Payée" msgstr "" @@ -4293,6 +4901,9 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1037 #: include/class/acc_ledger_purchase.class.php:1787 #: include/history_operation.inc.php:150 +#: include/class/acc_ledger_sold.class.php:1037 +#: include/class/acc_ledger_purchase.class.php:1787 +#: include/history_operation.inc.php:150 msgid "Mise à jour paiement" msgstr "" @@ -4300,6 +4911,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:86 #: include/class/class_acc_ledger_sold.php:88 #: include/class/acc_ledger_sold.class.php:88 +#: include/class/acc_ledger_sold.class.php:88 msgid "Vous n'avez pas donné de client" msgstr "" @@ -4307,6 +4919,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:119 #: include/class/class_acc_ledger_sold.php:121 #: include/class/acc_ledger_sold.class.php:121 +#: include/class/acc_ledger_sold.class.php:121 msgid "Vous utilisez le mode strict la dernière operation est date du " msgstr "" @@ -4314,6 +4927,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:143 #: include/class/class_acc_ledger_sold.php:145 #: include/class/acc_ledger_sold.class.php:145 +#: include/class/acc_ledger_sold.class.php:145 msgid "] n'existe pas" msgstr "" @@ -4321,6 +4935,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:162 #: include/class/class_acc_ledger_sold.php:164 #: include/class/acc_ledger_sold.class.php:164 +#: include/class/acc_ledger_sold.class.php:164 msgid "a un montant invalide [" msgstr "" @@ -4328,18 +4943,17 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:164 #: include/class/class_acc_ledger_sold.php:166 #: include/class/acc_ledger_sold.class.php:166 +#: include/class/acc_ledger_sold.class.php:166 msgid "a une quantité invalide [" msgstr "" -#: include/class_acc_ledger_sold.php:663 -#: include/class_acc_ledger_sold.php:1005 +#: include/class_acc_ledger_sold.php:663 include/class_acc_ledger_sold.php:1005 #: include/class_acc_ledger_sold.php:1260 include/class_pre_op_ven.php:371 #: include/database.item.php:15 include/template/ledger_detail_ven.php:52 #: include/ext/transform/ajax_modify_intervat_assujetti.php:24 #: include/template/print_ledger_simple.php:10 #: include/template/ledger_detail_ven.php:58 -#: include/class_acc_ledger_sold.php:1258 -#: include/class_acc_ledger_sold.php:674 +#: include/class_acc_ledger_sold.php:1258 include/class_acc_ledger_sold.php:674 #: include/class_acc_ledger_sold.php:1030 #: include/class_acc_ledger_sold.php:1282 #: include/template/ledger_detail_ven.php:59 @@ -4381,12 +4995,24 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:707 #: include/class/acc_ledger_sold.class.php:1074 #: include/class/acc_ledger_sold.class.php:1330 +#: include/template/print_ledger_simple.php:10 +#: include/template/acc_ledger_history_sale_detail.php:37 +#: include/template/ledger_detail_ven.php:59 +#: include/template/acc_ledger_history_purchase_oneline.php:47 +#: include/template/acc_ledger_history_sale_oneline.php:44 +#: include/template/acc_ledger_history_purchase_extended.php:43 +#: include/template/acc_ledger_history_sale_extended.php:43 +#: include/database.item.php:15 include/balance_age.inc.php:35 +#: include/class/acc_ledger_sold.class.php:707 +#: include/class/acc_ledger_sold.class.php:1074 +#: include/class/acc_ledger_sold.class.php:1330 +#: include/class/pdf_operation.class.php:103 +#: include/class/pre_op_ven.class.php:397 msgid "Client" msgstr "" -#: include/class_acc_ledger_sold.php:666 -#: include/class_acc_ledger_sold.php:1138 include/class_pre_op_ven.php:241 -#: include/class_acc_ledger_sold.php:677 +#: include/class_acc_ledger_sold.php:666 include/class_acc_ledger_sold.php:1138 +#: include/class_pre_op_ven.php:241 include/class_acc_ledger_sold.php:677 #: include/class_acc_ledger_sold.php:1162 #: include/class_acc_ledger_sold.php:1163 #: include/class/class_acc_ledger_sold.php:677 @@ -4407,6 +5033,9 @@ msgstr "" #: include/class/pre_op_ven.class.php:266 #: include/class/acc_ledger_sold.class.php:714 #: include/class/acc_ledger_sold.class.php:1206 +#: include/class/acc_ledger_sold.class.php:714 +#: include/class/acc_ledger_sold.class.php:1206 +#: include/class/pre_op_ven.class.php:266 msgid "Détail articles vendus" msgstr "" @@ -4418,6 +5047,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:844 #: include/class/acc_ledger_sold.class.php:867 #: include/class/acc_ledger_sold.class.php:884 +#: include/class/acc_ledger_sold.class.php:884 msgid "Vérifiez Imputation Analytique" msgstr "" @@ -4429,6 +5059,7 @@ msgstr "" #: include/class/class_acc_ledger_sold.php:941 #: include/class/acc_ledger_sold.class.php:966 #: include/class/acc_ledger_sold.class.php:983 +#: include/class/acc_ledger_sold.class.php:983 msgid "ou générer une facture" msgstr "" @@ -4444,6 +5075,8 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1064 #: include/class/pdf_operation.class.php:70 #: include/class/acc_ledger_sold.class.php:1081 +#: include/class/acc_ledger_sold.class.php:1081 +#: include/class/pdf_operation.class.php:70 msgid "Echéance" msgstr "" @@ -4451,6 +5084,7 @@ msgstr "" #: include/class/class_acc_payment.php:290 #: include/class/acc_payment.class.php:298 #: include/class/acc_payment.class.php:301 +#: include/class/acc_payment.class.php:301 msgid " Acompte à déduire" msgstr "" @@ -4458,6 +5092,7 @@ msgstr "" #: include/class/class_acc_payment.php:298 #: include/class/acc_payment.class.php:306 #: include/class/acc_payment.class.php:310 +#: include/class/acc_payment.class.php:310 msgid " Libellé du paiement" msgstr "" @@ -4465,6 +5100,7 @@ msgstr "" #: include/class/class_acc_payment.php:304 #: include/class/acc_payment.class.php:312 #: include/class/acc_payment.class.php:316 +#: include/class/acc_payment.class.php:316 msgid "Paiement encodé plus tard" msgstr "" @@ -4473,6 +5109,7 @@ msgstr "" #: include/class/class_acc_payment.php:328 #: include/class/acc_payment.class.php:337 #: include/class/acc_payment.class.php:341 +#: include/class/acc_payment.class.php:341 msgid " paiement par " msgstr "" @@ -4499,12 +5136,12 @@ msgstr "" #: include/template/menu_detail.php:43 #: include/template/print_ledger_simple.php:11 include/template/profile.php:37 #: include/template/tag_detail.php:18 include/template/tag_list.php:14 -#: include/template/tag_search_select.php:19 -#: include/template/tag_select.php:19 include/menu.inc.php:114 -#: include/class_html_input.php:327 include/template/dashboard.php:318 -#: include/ac_common.php:1064 include/class_acc_ledger.php:665 -#: include/class_acc_ledger.php:821 include/class_anc_listing.php:79 -#: include/template/dashboard.php:322 include/template/detail-action.php:304 +#: include/template/tag_search_select.php:19 include/template/tag_select.php:19 +#: include/menu.inc.php:114 include/class_html_input.php:327 +#: include/template/dashboard.php:318 include/ac_common.php:1064 +#: include/class_acc_ledger.php:665 include/class_acc_ledger.php:821 +#: include/class_anc_listing.php:79 include/template/dashboard.php:322 +#: include/template/detail-action.php:304 #: include/template/detail-action.php:460 #: include/template/ledger_detail_ven.php:129 #: include/template/param_jrn.php:119 include/ext/tva/form_parameter.php:120 @@ -4626,9 +5263,9 @@ msgstr "" #: include/template/action_display_short.php:114 #: include/template/dashboard.php:347 include/template/param_jrn.php:78 #: include/template/tag_detail.php:24 include/template/tag_list.php:15 -#: include/template/tag_search_select.php:21 -#: include/template/tag_select.php:23 include/lib/ac_common.php:1187 -#: include/ajax/ajax_admin.php:234 include/ajax/ajax_boxcard_search.php:59 +#: include/template/tag_search_select.php:21 include/template/tag_select.php:23 +#: include/lib/ac_common.php:1187 include/ajax/ajax_admin.php:234 +#: include/ajax/ajax_boxcard_search.php:59 #: include/export/export_histo_csv.php:44 #: include/class/acc_account_ledger.class.php:397 #: include/class/acc_ledger_search.class.php:653 @@ -4638,10 +5275,52 @@ msgstr "" #: include/class/fiche.class.php:1460 #: include/class/tva_rate_mtable.class.php:50 include/class/user.class.php:991 #: include/upgrade-plugin.php:62 include/upgrade-template.php:51 -#: include/lib/ac_common.php:1189 +#: include/lib/ac_common.php:1189 include/class/acc_ledger_search.class.php:641 +#: include/class/acc_ledger_search.class.php:947 +#: include/class/acc_ledger_search.class.php:1092 include/cfgplugin.inc.php:115 +#: include/template/letter_prop.php:34 include/template/letter_prop.php:77 +#: include/template/category_of_card.php:28 +#: include/template/print_ledger_simple.php:11 +#: include/template/param_jrn.php:78 include/template/pcmn_update.php:38 +#: include/template/menu_detail.php:43 +#: include/template/acc_ledger_history_sale_detail.php:38 +#: include/template/action_display_short.php:114 +#: include/template/acc_ledger_history_purchase_detail.php:37 +#: include/template/dashboard.php:347 include/template/profile.php:37 +#: include/template/ledger_detail_ven.php:127 +#: include/template/acc_ledger_history_purchase_oneline.php:50 +#: include/template/operation_detail_ven.php:36 +#: include/template/detail-action.php:243 +#: include/template/detail-action.php:318 +#: include/template/detail-action.php:471 +#: include/template/acc_ledger_history_sale_oneline.php:47 +#: include/template/acc_ledger_history_purchase_extended.php:46 +#: include/template/operation_detail_ach.php:36 +#: include/template/acc_ledger_history_sale_extended.php:46 +#: include/template/tag_search_select.php:21 include/template/tag_select.php:23 +#: include/template/letter_all.php:32 include/template/tag_detail.php:24 +#: include/template/ledger_detail_ach.php:119 include/template/tag_list.php:15 +#: include/anc_group.inc.php:62 include/export/export_poste_detail_csv.php:87 +#: include/export/export_poste_detail_csv.php:200 +#: include/export/export_form_csv.php:71 include/export/export_histo_csv.php:44 +#: include/export/export_fiche_detail_csv.php:76 include/profile.inc.php:361 +#: include/dossier.inc.php:228 include/dossier.inc.php:342 +#: include/compta_fin_saldo.inc.php:50 include/ajax/ajax_admin.php:234 +#: include/ajax/ajax_boxcard_search.php:59 +#: include/ajax/ajax_plugin_detail.php:43 include/upgrade-template.php:51 +#: include/modele.inc.php:248 include/modele.inc.php:362 +#: include/menu.inc.php:110 include/database.item.php:152 +#: include/class/tva_rate_mtable.class.php:50 #: include/class/acc_ledger_search.class.php:641 #: include/class/acc_ledger_search.class.php:947 #: include/class/acc_ledger_search.class.php:1092 +#: include/class/anc_listing.class.php:81 +#: include/class/acc_account_ledger.class.php:397 +#: include/class/anc_plan.class.php:138 include/class/anc_plan.class.php:154 +#: include/class/fiche.class.php:1383 include/class/fiche.class.php:1462 +#: include/class/user.class.php:991 include/class/anc_table.class.php:442 +#: include/class/anc_account_table.class.php:49 include/lib/ac_common.php:1189 +#: include/upgrade-plugin.php:62 include/card_attr.inc.php:95 msgid "Description" msgstr "" @@ -4661,7 +5340,8 @@ msgstr "" #: include/database.item.php:56 include/class/class_anc_account.php:288 #: include/class/class_anc_account.php:290 include/database.item.php:15 #: include/class/anc_account_table.class.php:50 include/database.item.php:9 -#: include/database.item.php:51 +#: include/database.item.php:51 include/database.item.php:7 +#: include/database.item.php:51 include/class/anc_account_table.class.php:50 msgid "Groupe" msgstr "" @@ -4670,6 +5350,7 @@ msgstr "" #: include/class/class_anc_balance_double.php:358 #: include/class/anc_balance_double.class.php:362 #: include/class/anc_balance_double.class.php:364 +#: include/class/anc_balance_double.class.php:364 msgid "" "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "" @@ -4693,6 +5374,8 @@ msgstr "" #: include/class/anc_grandlivre.class.php:214 #: include/class/anc_listing.class.php:79 #: include/class/anc_grandlivre.class.php:215 +#: include/class/anc_listing.class.php:79 +#: include/class/anc_grandlivre.class.php:215 msgid "Quick_code" msgstr "" @@ -4700,6 +5383,7 @@ msgstr "" #: include/class_anc_listing.php:80 include/class/class_anc_listing.php:80 #: include/class/class_anc_listing.php:82 #: include/class/anc_listing.class.php:82 +#: include/class/anc_listing.class.php:82 msgid "libelle" msgstr "" @@ -4710,18 +5394,20 @@ msgstr "" #: include/class/class_anc_listing.php:83 #: include/ext/tools/include/anc_grandlivre_ext.class.php:125 #: include/class/anc_listing.class.php:83 +#: include/class/anc_listing.class.php:83 msgid "Num.interne" msgstr "" #: include/class_anc_group_operation.php:73 #: include/class/class_anc_group_operation.php:73 #: include/class/anc_group_operation.class.php:73 +#: include/class/anc_group_operation.class.php:73 msgid "Operation non equilibrée" msgstr "" -#: include/class_anc_group_operation.php:189 -#: include/class_anticipation.php:430 include/template/stock_inv.php:103 -#: include/class_anticipation.php:431 include/template/detail-action.php:359 +#: include/class_anc_group_operation.php:189 include/class_anticipation.php:430 +#: include/template/stock_inv.php:103 include/class_anticipation.php:431 +#: include/template/detail-action.php:359 #: include/template/detail-action.php:374 #: include/template/detail-action.php:390 #: include/template/detail-action.php:396 @@ -4735,6 +5421,9 @@ msgstr "" #: include/class/class_anc_group_operation.php:190 #: include/class/anc_group_operation.class.php:207 #: include/class/anticipation.class.php:431 +#: include/template/detail-action.php:374 include/template/stock_inv.php:104 +#: include/class/anc_group_operation.class.php:207 +#: include/class/anticipation.class.php:431 msgid "Ajouter une ligne" msgstr "" @@ -4744,6 +5433,8 @@ msgstr "" #: include/class/class_pdf_operation.php:374 #: include/class/anc_listing.class.php:80 #: include/class/pdf_operation.class.php:374 +#: include/class/anc_listing.class.php:80 +#: include/class/pdf_operation.class.php:374 msgid "Analytique" msgstr "" @@ -4760,28 +5451,35 @@ msgstr "" #: include/export/export_poste_detail_csv.php:202 #: include/class/anc_listing.class.php:85 #: include/class/pdf_operation.class.php:250 +#: include/export/export_fiche_balance_csv.php:160 +#: include/export/export_poste_detail_csv.php:202 +#: include/ajax/ajax_anc_detail_operation.php:57 +#: include/class/anc_listing.class.php:85 +#: include/class/pdf_operation.class.php:250 msgid "D/C" msgstr "" #: include/class_anc_print.php:93 include/class_anc_print.php:94 #: include/class/class_anc_print.php:94 include/class/class_anc_print.php:96 -#: include/class/anc_print.class.php:96 +#: include/class/anc_print.class.php:96 include/class/anc_print.class.php:96 msgid "Aucun plan défini" msgstr "" #: include/class_anc_print.php:120 include/lib/message_javascript.php:68 +#: include/lib/message_javascript.php:68 msgid "Les dates sont en format DD.MM.YYYY" msgstr "" #: include/class_anc_print.php:128 include/class_anc_print.php:172 #: include/class/class_anc_print.php:172 include/class/class_anc_print.php:174 -#: include/class/anc_print.class.php:168 +#: include/class/anc_print.class.php:168 include/class/anc_print.class.php:168 msgid "Plan Analytique :" msgstr "" #: include/class_anc_print.php:130 include/class_anc_print.php:177 #: include/class_anc_print.php:179 include/class/class_anc_print.php:179 #: include/class/class_anc_print.php:181 include/class/anc_print.class.php:175 +#: include/class/anc_print.class.php:175 msgid "Entre l'activité " msgstr "" @@ -4795,21 +5493,24 @@ msgstr "" #: include/class_anc_print.php:137 include/class_anc_print.php:179 #: include/class_anc_print.php:181 include/class/class_anc_print.php:181 #: include/class/class_anc_print.php:183 include/class/anc_print.class.php:177 +#: include/class/anc_print.class.php:177 msgid " et l'activité " msgstr "" #: include/class_anc_print.php:140 include/class_anc_print.php:181 -#: include/lib/message_javascript.php:73 +#: include/lib/message_javascript.php:73 include/lib/message_javascript.php:73 msgid "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "" #: include/class_anticipation.php:122 include/class/class_anticipation.php:122 #: include/class/anticipation.class.php:122 +#: include/class/anticipation.class.php:122 msgid "Période de début non valable" msgstr "" #: include/class_anticipation.php:123 include/class/class_anticipation.php:123 #: include/class/anticipation.class.php:123 +#: include/class/anticipation.class.php:123 msgid "Période de fin non valable" msgstr "" @@ -4824,19 +5525,23 @@ msgstr "" #: include/ajax/ajax_admin.php:272 include/ajax/ajax_admin.php:279 #: include/ajax/ajax_admin.php:220 include/ajax/ajax_admin.php:300 #: include/class/anticipation.class.php:203 include/ajax/ajax_admin.php:224 -#: include/ajax/ajax_admin.php:304 +#: include/ajax/ajax_admin.php:304 include/ajax/ajax_admin.php:224 +#: include/ajax/ajax_admin.php:304 include/ajax/ajax_plugin_detail.php:29 +#: include/class/anticipation.class.php:203 msgid "Modification" msgstr "" #: include/class_anticipation.php:292 include/class_anticipation.php:293 #: include/class/class_anticipation.php:293 #: include/class/anticipation.class.php:293 +#: include/class/anticipation.class.php:293 msgid "Ventes" msgstr "" #: include/class_anticipation.php:292 include/class_anticipation.php:293 #: include/class/class_anticipation.php:293 #: include/class/anticipation.class.php:293 +#: include/class/anticipation.class.php:293 msgid "Dépense" msgstr "" @@ -4851,12 +5556,16 @@ msgstr "" #: include/class/anticipation.class.php:293 include/database.item.php:71 #: include/template/acc_ledger_history_financial_oneline.php:31 #: include/template/acc_ledger_history_financial_oneline.php:32 +#: include/template/acc_ledger_history_financial_oneline.php:32 +#: include/template/form_ledger_fin.php:25 include/database.item.php:69 +#: include/class/anticipation.class.php:293 msgid "Banque" msgstr "" #: include/class_anticipation.php:341 include/class_anticipation.php:342 #: include/class/class_anticipation.php:342 #: include/class/anticipation.class.php:342 +#: include/class/anticipation.class.php:342 msgid "Elements" msgstr "" @@ -4873,6 +5582,8 @@ msgstr "" #: include/class/calendar.class.php:136 #: include/class/acc_ledger_search.class.php:940 #: include/class/acc_ledger_search.class.php:948 +#: include/class/calendar.class.php:136 +#: include/class/acc_ledger_search.class.php:948 msgid "Notes" msgstr "" @@ -4880,6 +5591,7 @@ msgstr "" #: include/class_calendar.php:260 include/class/class_calendar.php:168 #: include/class/class_calendar.php:260 include/class/class_calendar.php:175 #: include/class/class_calendar.php:267 include/class/calendar.class.php:175 +#: include/class/calendar.class.php:267 include/class/calendar.class.php:175 #: include/class/calendar.class.php:267 msgid "Dimanche" msgstr "" @@ -4888,6 +5600,7 @@ msgstr "" #: include/class_calendar.php:260 include/class/class_calendar.php:168 #: include/class/class_calendar.php:260 include/class/class_calendar.php:175 #: include/class/class_calendar.php:267 include/class/calendar.class.php:175 +#: include/class/calendar.class.php:267 include/class/calendar.class.php:175 #: include/class/calendar.class.php:267 msgid "Lundi" msgstr "" @@ -4896,6 +5609,7 @@ msgstr "" #: include/class_calendar.php:260 include/class/class_calendar.php:168 #: include/class/class_calendar.php:260 include/class/class_calendar.php:175 #: include/class/class_calendar.php:267 include/class/calendar.class.php:175 +#: include/class/calendar.class.php:267 include/class/calendar.class.php:175 #: include/class/calendar.class.php:267 msgid "Mardi" msgstr "" @@ -4904,6 +5618,7 @@ msgstr "" #: include/class_calendar.php:260 include/class/class_calendar.php:168 #: include/class/class_calendar.php:260 include/class/class_calendar.php:175 #: include/class/class_calendar.php:267 include/class/calendar.class.php:175 +#: include/class/calendar.class.php:267 include/class/calendar.class.php:175 #: include/class/calendar.class.php:267 msgid "Mercredi" msgstr "" @@ -4912,6 +5627,7 @@ msgstr "" #: include/class_calendar.php:260 include/class/class_calendar.php:168 #: include/class/class_calendar.php:260 include/class/class_calendar.php:175 #: include/class/class_calendar.php:267 include/class/calendar.class.php:175 +#: include/class/calendar.class.php:267 include/class/calendar.class.php:175 #: include/class/calendar.class.php:267 msgid "Jeudi" msgstr "" @@ -4920,6 +5636,7 @@ msgstr "" #: include/class_calendar.php:260 include/class/class_calendar.php:168 #: include/class/class_calendar.php:260 include/class/class_calendar.php:175 #: include/class/class_calendar.php:267 include/class/calendar.class.php:175 +#: include/class/calendar.class.php:267 include/class/calendar.class.php:175 #: include/class/calendar.class.php:267 msgid "Vendredi" msgstr "" @@ -4928,6 +5645,7 @@ msgstr "" #: include/class_calendar.php:260 include/class/class_calendar.php:168 #: include/class/class_calendar.php:260 include/class/class_calendar.php:175 #: include/class/class_calendar.php:267 include/class/calendar.class.php:175 +#: include/class/calendar.class.php:267 include/class/calendar.class.php:175 #: include/class/calendar.class.php:267 msgid "Samedi" msgstr "" @@ -4935,32 +5653,36 @@ msgstr "" #: include/class_default_menu.php:48 include/class_default_menu.php:60 #: include/class/class_default_menu.php:60 #: include/class/default_menu.class.php:60 +#: include/class/default_menu.class.php:60 msgid "Code pour création facture depuis gestion" msgstr "" #: include/class_default_menu.php:49 include/class_default_menu.php:61 #: include/class/class_default_menu.php:61 #: include/class/default_menu.class.php:61 +#: include/class/default_menu.class.php:61 msgid "Code pour appel gestion" msgstr "" -#: include/class_document_modele.php:67 -#: include/template/forecast-detail.php:11 include/template/fiche_list.php:45 -#: include/class_html_input.php:367 +#: include/class_document_modele.php:67 include/template/forecast-detail.php:11 +#: include/template/fiche_list.php:45 include/class_html_input.php:367 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:130 #: include/class_html_input.php:368 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:132 #: include/template/fiche_list.php:47 include/class_fiche.php:430 #: include/class_fiche.php:553 include/class_html_input.php:372 #: include/class_fiche.php:555 include/lib/class_html_input.php:372 -#: include/class/class_document_modele.php:67 -#: include/class/class_fiche.php:430 include/class/class_fiche.php:555 +#: include/class/class_document_modele.php:67 include/class/class_fiche.php:430 +#: include/class/class_fiche.php:555 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:149 #: include/class/class_document_modele.php:68 #: include/lib/class_html_input.php:373 include/lib/class_html_input.php:374 #: include/class/class_fiche.php:556 include/lib/html_input.class.php:370 +#: include/class/document_modele.class.php:68 include/class/fiche.class.php:432 +#: include/class/fiche.class.php:562 include/lib/html_input.class.php:386 +#: include/template/fiche_list.php:45 include/template/forecast-detail.php:11 +#: include/class/fiche.class.php:434 include/class/fiche.class.php:564 #: include/class/document_modele.class.php:68 -#: include/class/fiche.class.php:432 include/class/fiche.class.php:562 #: include/lib/html_input.class.php:386 msgid "Catégorie" msgstr "" @@ -4969,6 +5691,7 @@ msgstr "" #: include/class/class_document_modele.php:68 #: include/class/class_document_modele.php:69 #: include/class/document_modele.class.php:69 +#: include/class/document_modele.class.php:69 msgid "Affect." msgstr "" @@ -4979,6 +5702,9 @@ msgstr "" #: include/class/class_document_modele.php:69 #: include/class/class_document_modele.php:70 #: include/class/document_modele.class.php:70 +#: include/template/modele_document.php:61 +#: include/ajax/ajax_plugin_detail.php:47 include/menu.inc.php:112 +#: include/class/document_modele.class.php:70 msgid "Fichier" msgstr "" @@ -5055,6 +5781,18 @@ msgstr "" #: include/class/anc_operation.class.php:317 #: include/class/periode.class.php:594 include/class/periode.class.php:599 #: include/class/anc_operation.class.php:316 +#: include/template/ledger_detail_bottom.php:327 +#: include/template/anc_key_input.php:212 include/preod.inc.php:112 +#: include/anc_group.inc.php:88 include/dossier.inc.php:281 +#: include/dossier.inc.php:290 include/compta_fin.inc.php:150 +#: include/ajax/ajax_admin.php:268 include/ajax/ajax_admin.php:293 +#: include/ajax/ajax_view_mod_stock.php:55 include/modele.inc.php:316 +#: include/class/document_type.class.php:82 +#: include/class/anc_operation.class.php:316 +#: include/class/periode.class.php:594 include/class/periode.class.php:599 +#: include/class/document_modele.class.php:71 +#: include/lib/manage_table_sql.class.php:765 include/forecast.inc.php:347 +#: include/card_attr.inc.php:110 msgid "Effacer" msgstr "" @@ -5066,6 +5804,8 @@ msgstr "" #: include/class/class_document_modele.php:258 #: include/class/document_modele.class.php:258 #: include/class/document_modele.class.php:261 +#: include/template/modele_document.php:40 +#: include/class/document_modele.class.php:261 msgid "Affectation" msgstr "" @@ -5077,6 +5817,8 @@ msgstr "" #: include/class/class_document_modele.php:262 #: include/class/document_modele.class.php:262 #: include/class/document_modele.class.php:265 +#: include/template/modele_document.php:48 +#: include/class/document_modele.class.php:265 msgid "Uniquement journaux achat" msgstr "" @@ -5088,6 +5830,8 @@ msgstr "" #: include/class/class_document_modele.php:263 #: include/class/document_modele.class.php:263 #: include/class/document_modele.class.php:266 +#: include/template/modele_document.php:49 +#: include/class/document_modele.class.php:266 msgid "Uniquement journaux vente" msgstr "" @@ -5099,6 +5843,8 @@ msgstr "" #: include/class/class_document_modele.php:264 #: include/class/document_modele.class.php:264 #: include/class/document_modele.class.php:267 +#: include/template/modele_document.php:50 +#: include/class/document_modele.class.php:267 msgid "Partie gestion" msgstr "" @@ -5143,7 +5889,7 @@ msgstr "" #: include/ext/listing/include/rapav_listing_compute_fiche.class.php:503 #: include/ext/rapport_avance/include/rapav_declaration.class.php:361 #: include/ext/rapport_avance/include/rapav_declaration.class.php:434 -#: include/class/document.class.php:311 +#: include/class/document.class.php:311 include/class/document.class.php:311 msgid "Ne peut pas sauver " msgstr "" @@ -5175,7 +5921,12 @@ msgstr "" #: include/class/document_type.class.php:75 #: include/lib/manage_table_sql.class.php:752 #: include/class/anc_operation.class.php:324 +#: include/class/anc_operation.class.php:318 include/dossier.inc.php:283 +#: include/ajax/ajax_get_profile.php:90 include/ajax/ajax_view_action.php:47 +#: include/class/document_type.class.php:75 #: include/class/anc_operation.class.php:318 +#: include/class/document_modele.class.php:92 +#: include/lib/manage_table_sql.class.php:752 include/stock_cfg.inc.php:110 msgid "Modifier" msgstr "" @@ -5187,18 +5938,24 @@ msgstr "" #: include/ajax/ajax_plugin_detail.php:32 #: include/class/class_document_type.php:83 include/ajax/ajax_add_menu.php:137 #: include/ajax/ajax_add_menu.php:145 include/class/document_type.class.php:83 +#: include/payment_middle.inc.php:46 include/ajax/ajax_add_menu.php:145 +#: include/ajax/ajax_get_menu_detail.php:53 +#: include/ajax/ajax_plugin_detail.php:32 +#: include/class/document_type.class.php:83 msgid "Vous confirmez" msgstr "" #: include/class_fiche_def.php:210 include/class_fiche_def.php:216 #: include/class_fiche_def.php:221 include/class_fiche_def.php:220 #: include/class/class_fiche_def.php:220 include/class/fiche_def.class.php:221 +#: include/class/fiche_def.class.php:221 msgid "Le nom de la catégorie ne peut pas être vide" msgstr "" #: include/class_fiche_def.php:236 include/class_fiche_def.php:219 #: include/class_fiche_def.php:225 include/class_fiche_def.php:235 #: include/class/class_fiche_def.php:235 include/class/fiche_def.class.php:236 +#: include/class/fiche_def.class.php:236 msgid "Catégorie existante" msgstr "" @@ -5207,26 +5964,30 @@ msgstr "" #: include/class_fiche_def.php:452 include/ajax/ajax_plugin_detail.php:35 #: include/class/class_fiche_def.php:452 #: include/class/anc_account_table.class.php:48 +#: include/class/fiche_def.class.php:453 include/ajax/ajax_plugin_detail.php:35 #: include/class/fiche_def.class.php:453 +#: include/class/anc_account_table.class.php:48 msgid "Label" msgstr "" #: include/class_fiche_def.php:466 include/class_fiche_def.php:449 #: include/class_fiche_def.php:455 include/class_fiche_def.php:467 #: include/class/class_fiche_def.php:466 include/class/fiche_def.class.php:467 +#: include/class/fiche_def.class.php:467 msgid "Poste Comptable de base" msgstr "" #: include/class_fiche_def.php:475 include/class_fiche_def.php:458 #: include/class_fiche_def.php:464 include/class_fiche_def.php:476 #: include/class/class_fiche_def.php:475 include/class/fiche_def.class.php:476 +#: include/class/fiche_def.class.php:476 msgid "Chaque fiche aura automatiquement son propre poste comptable : " msgstr "" #: include/class_fiche_def.php:783 include/class_fiche_def.php:786 #: include/class_fiche_def.php:767 include/class_fiche_def.php:774 #: include/class_fiche_def.php:785 include/class/class_fiche_def.php:785 -#: include/class/fiche_def.class.php:786 +#: include/class/fiche_def.class.php:786 include/class/fiche_def.class.php:786 msgid "Ajoutez cet élément" msgstr "" @@ -5234,6 +5995,7 @@ msgstr "" #: include/class_fiche_def.php:787 include/class_fiche_def.php:768 #: include/class_fiche_def.php:776 include/class_fiche_def.php:788 #: include/class/class_fiche_def.php:787 include/operation_ods_new.inc.php:95 +#: include/class/fiche_def.class.php:788 include/operation_ods_new.inc.php:95 #: include/class/fiche_def.class.php:788 msgid "Sauvez" msgstr "" @@ -5242,6 +6004,7 @@ msgstr "" #: include/class_fiche_def.php:769 include/class_fiche_def.php:779 #: include/class_fiche_def.php:791 include/class_fiche_def.php:790 #: include/class/class_fiche_def.php:790 include/class/fiche_def.class.php:791 +#: include/class/fiche_def.class.php:791 msgid "Effacer cette catégorie" msgstr "" @@ -5258,7 +6021,10 @@ msgstr "" #: include/class/class_fiche_def.php:790 include/class/class_fiche_def.php:795 #: include/ajax/ajax_add_menu.php:192 include/ajax/ajax_add_menu.php:200 #: include/class/fiche_def.class.php:791 include/class/fiche_def.class.php:796 -#: include/ajax/ajax_create_menu.php:13 +#: include/ajax/ajax_create_menu.php:13 include/template/fiche_list.php:30 +#: include/template/stock_inv.php:31 include/ajax/ajax_create_menu.php:13 +#: include/ajax/ajax_add_menu.php:200 include/class/fiche_def.class.php:791 +#: include/class/fiche_def.class.php:796 msgid "Vous confirmez ?" msgstr "" @@ -5266,6 +6032,7 @@ msgstr "" #: include/class_fiche_def.php:773 include/class_fiche_def.php:783 #: include/class_fiche_def.php:795 include/class_fiche_def.php:794 #: include/class/class_fiche_def.php:794 include/class/fiche_def.class.php:795 +#: include/class/fiche_def.class.php:795 msgid "Enleve les éléments cochés" msgstr "" @@ -5273,6 +6040,7 @@ msgstr "" #: include/class_fiche_def.php:776 include/class_fiche_def.php:787 #: include/class_fiche_def.php:799 include/class_fiche_def.php:798 #: include/class/class_fiche_def.php:798 include/class/fiche_def.class.php:799 +#: include/class/fiche_def.class.php:799 msgid "" "Attention : il n'y aura pas de demande de confirmation pour enlever les\n" " attributs sélectionnés. Il ne sera pas " @@ -5280,17 +6048,17 @@ msgid "" msgstr "" #: include/class_fiche.php:406 include/class/class_fiche.php:406 -#: include/class/fiche.class.php:408 +#: include/class/fiche.class.php:408 include/class/fiche.class.php:410 msgid "Cette categorie de card n'existe pas" msgstr "" #: include/class_fiche.php:451 include/class/class_fiche.php:451 -#: include/class/fiche.class.php:453 +#: include/class/fiche.class.php:453 include/class/fiche.class.php:455 msgid "Rappel: Poste créé automatiquement à partir de " msgstr "" #: include/class_fiche.php:459 include/class/class_fiche.php:459 -#: include/class/fiche.class.php:461 +#: include/class/fiche.class.php:461 include/class/fiche.class.php:463 msgid "Rappel: Poste par défaut sera " msgstr "" @@ -5305,6 +6073,11 @@ msgstr "" #: include/export/export_poste_detail_csv.php:80 #: include/class/acc_ledger_history_generic.class.php:680 #: include/class/fiche.class.php:1456 +#: include/template/impress_reconciliation.php:16 +#: include/export/export_poste_detail_csv.php:80 +#: include/export/export_fiche_detail_csv.php:71 +#: include/class/acc_ledger_history_generic.class.php:680 +#: include/class/fiche.class.php:1458 msgid "n° pièce" msgstr "" @@ -5316,6 +6089,9 @@ msgstr "" #: include/class/fiche.class.php:1457 #: include/class/acc_account_ledger.class.php:395 #: include/class/fiche.class.php:1458 +#: include/export/export_fiche_detail_csv.php:72 +#: include/class/acc_account_ledger.class.php:395 +#: include/class/fiche.class.php:1460 msgid "Code interne" msgstr "" @@ -5351,7 +6127,16 @@ msgstr "" #: include/class/fiche.class.php:1755 include/database.item.php:164 #: include/template/ledger_detail_bottom.php:89 #: include/template/ledger_detail_misc.php:100 -#: include/class/fiche.class.php:1758 +#: include/class/fiche.class.php:1758 include/template/fiche_list.php:34 +#: include/template/ledger_detail_misc.php:100 +#: include/template/ledger_detail_bottom.php:89 +#: include/template/ledger_detail_ven.php:126 +#: include/template/operation_detail_ven.php:35 +#: include/template/operation_detail_misc.php:33 +#: include/template/operation_detail_ach.php:35 +#: include/template/ledger_detail_ach.php:118 +#: include/ajax/ajax_boxcard_search.php:50 include/database.item.php:159 +#: include/class/fiche.class.php:1760 msgid "Quick Code" msgstr "" @@ -5365,6 +6150,10 @@ msgstr "" #: include/export/export_stock_resume_list.php:38 #: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604 #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761 +#: include/audit_log.php:38 include/template/stock_summary_list.php:39 +#: include/export/export_stock_resume_list.php:38 +#: include/ajax/ajax_mod_stock_repo.php:47 include/class/fiche.class.php:1763 +#: include/stock_cfg.inc.php:66 msgid "Adresse" msgstr "" @@ -5373,7 +6162,7 @@ msgstr "" #: include/class_fiche.php:1600 include/class/class_fiche.php:1600 #: include/class/class_fiche.php:1603 include/class/class_fiche.php:1602 #: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759 -#: include/class/fiche.class.php:1762 +#: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764 msgid "Total débit" msgstr "" @@ -5382,7 +6171,7 @@ msgstr "" #: include/class_fiche.php:1601 include/class/class_fiche.php:1601 #: include/class/class_fiche.php:1604 include/class/class_fiche.php:1603 #: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760 -#: include/class/fiche.class.php:1763 +#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765 msgid "Total crédit" msgstr "" @@ -5399,7 +6188,11 @@ msgstr "" #: include/class/acc_bilan.class.php:173 #: include/class/anc_listing.class.php:118 include/class/fiche.class.php:1761 #: include/balance.inc.php:317 include/class/acc_bilan.class.php:176 -#: include/class/fiche.class.php:1764 +#: include/class/fiche.class.php:1764 include/template/anc_balance_group.php:51 +#: include/template/anc_balance_group.php:72 +#: include/export/export_gl_pdf.php:88 include/export/export_gl_csv.php:96 +#: include/balance.inc.php:317 include/class/acc_bilan.class.php:176 +#: include/class/anc_listing.class.php:118 include/class/fiche.class.php:1766 msgid "Solde" msgstr "" @@ -5407,7 +6200,7 @@ msgstr "" #: include/class_follow_up.php:418 include/class_follow_up.php:420 #: include/class_follow_up.php:421 include/class/class_follow_up.php:421 #: include/class/class_follow_up.php:411 include/class/follow_up.class.php:411 -#: include/class/follow_up.class.php:412 +#: include/class/follow_up.class.php:412 include/class/follow_up.class.php:412 msgid "Génére le document" msgstr "" @@ -5422,6 +6215,7 @@ msgstr "" #: include/class/follow_up.class.php:1205 #: include/class/follow_up.class.php:1203 #: include/class/follow_up.class.php:1204 +#: include/class/follow_up.class.php:1204 msgid "Tous les types" msgstr "" @@ -5436,6 +6230,7 @@ msgstr "" #: include/class/follow_up.class.php:1212 #: include/class/follow_up.class.php:1210 #: include/class/follow_up.class.php:1211 +#: include/class/follow_up.class.php:1211 msgid "Tous les Etats" msgstr "" @@ -5450,6 +6245,7 @@ msgstr "" #: include/class/follow_up.class.php:1221 #: include/class/follow_up.class.php:1219 #: include/class/follow_up.class.php:1220 +#: include/class/follow_up.class.php:1220 msgid "Aucun" msgstr "" @@ -5464,6 +6260,7 @@ msgstr "" #: include/class/follow_up.class.php:1245 #: include/class/follow_up.class.php:1243 #: include/class/follow_up.class.php:1244 +#: include/class/follow_up.class.php:1244 msgid "Tous les profiles" msgstr "" @@ -5472,6 +6269,7 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1074 #: include/class/acc_ledger_search.class.php:1069 #: include/class/acc_ledger_search.class.php:1077 +#: include/class/acc_ledger_search.class.php:1077 msgid "Filtre " msgstr "" @@ -5486,10 +6284,9 @@ msgstr "" #: include/class_acc_ledger.php:2854 include/template/history_top.php:12 #: include/template/ledger_detail_bottom.php:101 #: include/template/ledger_detail_bottom.php:102 -#: include/template/ledger_detail_top.php:11 -#: include/template/search_top.php:36 include/class_html_input.php:414 -#: include/class_html_input.php:415 include/class_html_input.php:430 -#: include/class_html_input.php:689 +#: include/template/ledger_detail_top.php:11 include/template/search_top.php:36 +#: include/class_html_input.php:414 include/class_html_input.php:415 +#: include/class_html_input.php:430 include/class_html_input.php:689 #: include/ext/amortis/include/template/material_detail.php:136 #: html/recherche.php:67 html/recherche.php:111 #: include/class_acc_ledger.php:2923 @@ -5547,6 +6344,13 @@ msgstr "" #: include/lib/html_input.class.php:434 include/lib/html_input.class.php:449 #: include/ajax/ajax_card.php:312 include/class/extension.class.php:270 #: html/user_login.php:106 html/recherche.php:87 html/recherche.php:132 +#: html/user_login.php:106 html/recherche.php:87 html/recherche.php:132 +#: include/user.inc.php:88 include/template/ledger_detail_bottom.php:301 +#: include/template/ledger_detail_bottom.php:302 +#: include/template/ledger_detail_top.php:16 +#: include/template/action_search.php:156 include/ajax/ajax_card.php:312 +#: include/class/extension.class.php:270 include/lib/html_input.class.php:434 +#: include/lib/html_input.class.php:449 #, php-format msgid "Fermer" msgstr "" @@ -5555,17 +6359,20 @@ msgstr "" #: include/class_html_input.php:332 include/lib/class_html_input.php:332 #: include/lib/class_ibutton.php:63 include/compta_fin_rec.inc.php:221 #: include/lib/class_html_input.php:333 include/lib/class_html_input.php:334 +#: include/lib/ibutton.class.php:63 include/compta_fin_rec.inc.php:221 #: include/lib/ibutton.class.php:63 msgid "Inverser la sélection" msgstr "" #: include/class_ibutton.php:68 include/class_ibutton.php:70 #: include/lib/class_ibutton.php:70 include/lib/ibutton.class.php:70 +#: include/lib/ibutton.class.php:70 msgid "Cocher tous" msgstr "" #: include/class_ibutton.php:75 include/class_ibutton.php:77 #: include/lib/class_ibutton.php:77 include/lib/ibutton.class.php:77 +#: include/lib/ibutton.class.php:77 msgid "Décocher tous" msgstr "" @@ -5576,6 +6383,7 @@ msgstr "" #: include/class_iperiod.php:123 include/lib/class_iperiod.php:123 #: include/lib/iperiod.class.php:123 include/lib/iperiod.class.php:124 +#: include/lib/iperiod.class.php:124 msgid "Aucune periode trouvée" msgstr "" @@ -5584,12 +6392,16 @@ msgstr "" #: include/lib/itva_popup.class.php:125 include/ajax/ajax_anc_plan.php:48 #: include/class/anc_account_table.class.php:87 #: include/class/anc_key.class.php:153 include/lib/itva_popup.class.php:139 -#: include/ajax/ajax_anc_plan.php:51 +#: include/ajax/ajax_anc_plan.php:51 include/ajax/ajax_anc_plan.php:51 +#: include/class/anc_key.class.php:153 +#: include/class/anc_account_table.class.php:87 +#: include/lib/itva_popup.class.php:139 msgid "Le nom ne peut être vide" msgstr "" #: include/class_itva_popup.php:131 include/lib/class_itva_popup.php:131 #: include/lib/itva_popup.class.php:131 include/lib/itva_popup.class.php:145 +#: include/lib/itva_popup.class.php:145 msgid " TVA " msgstr "" @@ -5621,6 +6433,7 @@ msgstr "" #: include/class/class_pre_op_ach.php:196 #: include/class/class_pre_op_ach.php:197 #: include/class/pre_op_ach.class.php:197 +#: include/class/pre_op_ach.class.php:197 msgid "En-tête facture fournisseur" msgstr "" @@ -5629,6 +6442,7 @@ msgstr "" #: include/class/class_pre_op_ach.php:197 #: include/class/class_pre_op_ach.php:198 #: include/class/pre_op_ach.class.php:198 +#: include/class/pre_op_ach.class.php:198 msgid "Détail articles acheté" msgstr "" @@ -5637,6 +6451,7 @@ msgstr "" #: include/class/class_pre_op_ven.php:193 #: include/class/class_pre_op_ven.php:201 #: include/class/pre_op_ven.class.php:201 +#: include/class/pre_op_ven.class.php:201 msgid "En-tête facture client" msgstr "" @@ -5649,6 +6464,9 @@ msgstr "" #: include/export/export_security_pdf.php:137 #: include/class/profile_menu.class.php:246 #: include/class/profile_menu.class.php:271 +#: include/export/export_security_pdf.php:137 +#: include/class/profile_menu.class.php:246 +#: include/class/profile_menu.class.php:271 msgid "Lecture" msgstr "" @@ -5661,6 +6479,9 @@ msgstr "" #: include/export/export_security_pdf.php:147 #: include/class/profile_menu.class.php:247 #: include/class/profile_menu.class.php:272 +#: include/export/export_security_pdf.php:147 +#: include/class/profile_menu.class.php:247 +#: include/class/profile_menu.class.php:272 msgid "Ecriture" msgstr "" @@ -5676,23 +6497,29 @@ msgstr "" #: include/class/profile_menu.class.php:248 #: include/class/profile_menu.class.php:273 include/param_sec.inc.php:149 #: include/param_sec.inc.php:226 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:339 +#: include/param_sec.inc.php:339 include/param_sec.inc.php:149 +#: include/param_sec.inc.php:226 include/param_sec.inc.php:260 +#: include/param_sec.inc.php:339 include/class/profile_menu.class.php:248 +#: include/class/profile_menu.class.php:273 msgid "Aucun accès" msgstr "" #: include/class_user.php:51 include/class_user.php:58 #: include/class/class_user.php:58 include/class/user.class.php:58 +#: include/class/user.class.php:58 msgid "Session expirée
Utilisateur déconnecté" msgstr "" #: include/class_user.php:175 include/class_user.php:196 #: include/class/class_user.php:196 include/class/user.class.php:196 +#: include/class/user.class.php:196 msgid "Utilisateur ou mot de passe incorrect" msgstr "" #: include/class_user.php:405 include/class_user.php:406 #: include/class_user.php:435 include/class/class_user.php:435 #: include/class/user.class.php:435 include/class/user.class.php:442 +#: include/class/user.class.php:442 msgid "Aucune période trouvéee !!!" msgstr "" @@ -5700,6 +6527,7 @@ msgstr "" #: include/class_user.php:932 include/class_user.php:933 #: include/class/class_user.php:933 include/class/class_user.php:921 #: include/class/user.class.php:921 include/class/user.class.php:945 +#: include/class/user.class.php:945 msgid "Dossier non accessible" msgstr "" @@ -5708,21 +6536,22 @@ msgstr "" #: include/class/class_user.php:1212 include/class/class_user.php:1200 #: include/class/class_user.php:1238 include/class/class_user.php:1236 #: include/class/user.class.php:1236 include/class/user.class.php:1261 +#: include/class/user.class.php:1261 msgid "Les mots de passe ne correspondent pas. Mot de passe inchangé" msgstr "" #: include/company.inc.php:35 include/company.inc.php:54 -#: include/company.inc.php:58 +#: include/company.inc.php:58 include/company.inc.php:58 msgid "obligatoire" msgstr "" #: include/company.inc.php:36 include/company.inc.php:55 -#: include/company.inc.php:59 +#: include/company.inc.php:59 include/company.inc.php:59 msgid "optionnel" msgstr "" #: include/company.inc.php:37 include/company.inc.php:56 -#: include/company.inc.php:60 +#: include/company.inc.php:60 include/company.inc.php:60 msgid "non utilisé" msgstr "" @@ -5739,6 +6568,11 @@ msgstr "" #: include/template/profile_menu_display_submenu.php:65 #: include/user_detail.inc.php:158 #: include/template/profile_menu_display_module.php:81 +#: include/template/profile_menu_display_module.php:81 +#: include/template/profile_menu_display_submenu.php:65 +#: include/user_detail.inc.php:158 include/company.inc.php:63 +#: include/company.inc.php:67 include/company.inc.php:70 +#: include/company.inc.php:108 msgid "Non" msgstr "" @@ -5757,11 +6591,16 @@ msgstr "" #: include/template/profile_menu_display_module.php:81 #: include/class/acc_plan_mtable.class.php:59 #: include/class/acc_plan_mtable.class.php:65 +#: include/template/profile_menu_display_module.php:81 +#: include/template/profile_menu_display_submenu.php:65 +#: include/user_detail.inc.php:159 include/company.inc.php:64 +#: include/company.inc.php:68 include/company.inc.php:71 +#: include/company.inc.php:109 include/class/acc_plan_mtable.class.php:65 msgid "Oui" msgstr "" #: include/company.inc.php:97 include/company.inc.php:116 -#: include/company.inc.php:120 +#: include/company.inc.php:120 include/company.inc.php:120 msgid "Nom société" msgstr "" @@ -5772,6 +6611,9 @@ msgstr "" #: include/template/stock_summary_list.php:42 include/company.inc.php:118 #: include/ext/sav/include/template/sas_display_detail.php:115 #: include/ajax/ajax_mod_stock_repo.php:71 include/company.inc.php:122 +#: include/template/stock_summary_list.php:42 +#: include/ajax/ajax_mod_stock_repo.php:71 include/company.inc.php:122 +#: include/stock_cfg.inc.php:69 msgid "Téléphone" msgstr "" @@ -5780,27 +6622,28 @@ msgstr "" #: include/database.item.php:161 include/database.item.php:165 #: include/database.item.php:164 include/database.item.php:157 #: include/database.item.php:158 include/company.inc.php:124 -#: include/database.item.php:166 +#: include/database.item.php:166 include/database.item.php:161 +#: include/company.inc.php:124 msgid "Fax" msgstr "" #: include/company.inc.php:103 include/company.inc.php:122 -#: include/company.inc.php:126 +#: include/company.inc.php:126 include/company.inc.php:126 msgid "Rue " msgstr "" #: include/company.inc.php:105 include/company.inc.php:124 -#: include/company.inc.php:128 +#: include/company.inc.php:128 include/company.inc.php:128 msgid "Numéro" msgstr "" #: include/company.inc.php:107 include/company.inc.php:126 -#: include/company.inc.php:130 +#: include/company.inc.php:130 include/company.inc.php:130 msgid "Code Postal" msgstr "" #: include/company.inc.php:109 include/company.inc.php:128 -#: include/company.inc.php:132 +#: include/company.inc.php:132 include/company.inc.php:132 msgid "Commune" msgstr "" @@ -5810,56 +6653,60 @@ msgstr "" #: include/ext/sav/include/template/sas_display_detail.php:107 #: include/ajax/ajax_mod_stock_repo.php:63 include/company.inc.php:134 #: include/export/export_stock_resume_list.php:38 +#: include/template/stock_summary_list.php:41 +#: include/export/export_stock_resume_list.php:38 +#: include/ajax/ajax_mod_stock_repo.php:63 include/company.inc.php:134 +#: include/stock_cfg.inc.php:68 msgid "Pays" msgstr "" #: include/company.inc.php:113 include/company.inc.php:132 -#: include/company.inc.php:136 +#: include/company.inc.php:136 include/company.inc.php:136 msgid "Numéro de Tva" msgstr "" #: include/company.inc.php:114 include/company.inc.php:133 -#: include/company.inc.php:137 +#: include/company.inc.php:137 include/company.inc.php:137 msgid "Utilisation de la compta. analytique" msgstr "" #: include/company.inc.php:115 include/company.inc.php:134 -#: include/company.inc.php:138 +#: include/company.inc.php:138 include/company.inc.php:138 msgid "Utilisation des stocks" msgstr "" #: include/company.inc.php:117 include/company.inc.php:136 -#: include/company.inc.php:140 +#: include/company.inc.php:140 include/company.inc.php:140 msgid "Utilisation du mode strict " msgstr "" #: include/company.inc.php:118 include/company.inc.php:137 -#: include/company.inc.php:141 +#: include/company.inc.php:141 include/company.inc.php:141 msgid "Assujetti à la tva" msgstr "" #: include/company.inc.php:119 include/company.inc.php:138 -#: include/company.inc.php:142 +#: include/company.inc.php:142 include/company.inc.php:142 msgid "Suggérer le numéro de pièce justificative" msgstr "" #: include/company.inc.php:120 include/company.inc.php:139 -#: include/company.inc.php:143 +#: include/company.inc.php:143 include/company.inc.php:143 msgid "Suggérer la date" msgstr "" #: include/company.inc.php:121 include/company.inc.php:140 -#: include/company.inc.php:144 +#: include/company.inc.php:144 include/company.inc.php:144 msgid "Afficher la période comptable pour éviter les erreurs de date" msgstr "" #: include/company.inc.php:122 include/company.inc.php:141 -#: include/company.inc.php:145 +#: include/company.inc.php:145 include/company.inc.php:145 msgid "Utilisez des postes comptables alphanumérique" msgstr "" #: include/company.inc.php:123 include/company.inc.php:142 -#: include/company.inc.php:146 +#: include/company.inc.php:146 include/company.inc.php:146 msgid "Changer le libellé des détails" msgstr "" @@ -5872,7 +6719,9 @@ msgstr "" #: include/compta_ach.inc.php:110 include/compta_ach.inc.php:163 #: include/compta_ven.inc.php:118 include/compta_ach.inc.php:114 #: include/compta_ach.inc.php:167 include/compta_ven.inc.php:122 -#: include/ext/tva/ajax.php:111 +#: include/ext/tva/ajax.php:111 include/compta_ven.inc.php:122 +#: include/compta_fin.inc.php:116 include/compta_ach.inc.php:114 +#: include/compta_ach.inc.php:167 msgid "Enregistrement" msgstr "" @@ -5885,6 +6734,8 @@ msgstr "" #: include/compta_ach.inc.php:109 include/compta_ach.inc.php:111 #: include/compta_ven.inc.php:119 include/compta_ach.inc.php:115 #: include/compta_ven.inc.php:123 include/operation_ods_confirm.inc.php:90 +#: include/compta_ven.inc.php:123 include/compta_fin.inc.php:85 +#: include/compta_ach.inc.php:115 include/operation_ods_confirm.inc.php:90 msgid "Corriger" msgstr "" @@ -5909,7 +6760,10 @@ msgstr "" #: include/template/detail-action.php:371 include/compta_ach.inc.php:293 #: include/compta_ven.inc.php:328 include/compta_ven.inc.php:331 #: include/template/form_ledger_detail.php:128 include/compta_ach.inc.php:296 -#: include/compta_ven.inc.php:339 +#: include/compta_ven.inc.php:339 include/template/form_ledger_detail.php:128 +#: include/template/predf_ledger_detail.php:57 +#: include/template/detail-action.php:373 include/compta_ven.inc.php:339 +#: include/compta_ach.inc.php:296 msgid "Actualiser" msgstr "" @@ -5923,13 +6777,14 @@ msgstr "" #: include/compta_ven.inc.php:325 include/compta_ach.inc.php:296 #: include/compta_ven.inc.php:330 include/compta_ven.inc.php:333 #: include/compta_ach.inc.php:299 include/compta_ven.inc.php:341 +#: include/compta_ven.inc.php:341 include/compta_ach.inc.php:299 msgid "Effacer " msgstr "" #: include/compta_fin.inc.php:83 include/compta_fin.inc.php:84 -#: include/operation_ods_confirm.inc.php:78 -#: include/ext/importbank/ajax.php:232 include/ext/importbank/ajax.php:237 -#: include/ext/importbank/ajax.php:238 +#: include/operation_ods_confirm.inc.php:78 include/ext/importbank/ajax.php:232 +#: include/ext/importbank/ajax.php:237 include/ext/importbank/ajax.php:238 +#: include/operation_ods_confirm.inc.php:89 include/compta_fin.inc.php:84 #: include/operation_ods_confirm.inc.php:89 msgid "Confirmer" msgstr "" @@ -5943,16 +6798,20 @@ msgstr "" #: include/contact.inc.php:53 include/customer.inc.php:53 #: include/manager.inc.php:56 include/supplier.inc.php:55 #: include/adm.inc.php:51 include/customer.inc.php:54 +#: include/contact.inc.php:53 include/customer.inc.php:54 +#: include/manager.inc.php:56 include/supplier.inc.php:55 +#: include/bank.inc.php:48 include/adm.inc.php:51 msgid "Vous ne pouvez pas enlever de fiche" msgstr "" #: include/contact.inc.php:90 include/contact.inc.php:94 -#: include/contact.inc.php:95 +#: include/contact.inc.php:95 include/contact.inc.php:95 msgid "Société :" msgstr "" #: include/customer.inc.php:86 include/customer.inc.php:97 #: include/customer.inc.php:100 include/customer.inc.php:101 +#: include/customer.inc.php:101 msgid "Inclure les clients sans opération :" msgstr "" @@ -5966,69 +6825,69 @@ msgstr "" #: include/database.item.php:206 include/database.item.php:207 #: include/cfgledger.inc.php:164 include/database.item.php:10 #: include/database.item.php:74 include/database.item.php:210 -#: include/database.item.php:224 -#: include/class/acc_ledger_search.class.php:1083 +#: include/database.item.php:224 include/class/acc_ledger_search.class.php:1083 #: include/cfgledger.inc.php:166 include/database.item.php:4 #: include/database.item.php:68 include/database.item.php:227 -#: include/database.item.php:247 -#: include/class/acc_ledger_search.class.php:1078 +#: include/database.item.php:247 include/class/acc_ledger_search.class.php:1078 #: include/database.item.php:208 include/database.item.php:222 -#: include/cfgledger.inc.php:171 -#: include/class/acc_ledger_search.class.php:1086 +#: include/cfgledger.inc.php:171 include/class/acc_ledger_search.class.php:1086 +#: include/cfgledger.inc.php:171 include/database.item.php:2 +#: include/database.item.php:66 include/database.item.php:208 +#: include/database.item.php:222 include/class/acc_ledger_search.class.php:1086 msgid "Achat" msgstr "" #: include/database.item.php:2 include/database.item.php:5 #: include/database.item.php:7 include/database.item.php:10 -#: include/database.item.php:4 +#: include/database.item.php:4 include/database.item.php:2 msgid "Nouvel achat ou dépense" msgstr "" #: include/database.item.php:3 include/database.item.php:6 #: include/database.item.php:8 include/database.item.php:11 -#: include/database.item.php:5 +#: include/database.item.php:5 include/database.item.php:3 msgid "Historique des imputations analytiques" msgstr "" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:4 msgid "Balance simple" msgstr "" #: include/database.item.php:4 include/database.item.php:7 #: include/database.item.php:9 include/database.item.php:12 -#: include/database.item.php:6 +#: include/database.item.php:6 include/database.item.php:4 msgid "Balance simple des imputations analytiques" msgstr "" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:5 msgid "Tableau" msgstr "" #: include/database.item.php:5 include/database.item.php:8 #: include/database.item.php:10 include/database.item.php:13 -#: include/database.item.php:7 +#: include/database.item.php:7 include/database.item.php:5 msgid "Tableau lié à la comptabilité" msgstr "" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:6 msgid "Balance Analytique/comptabilité" msgstr "" #: include/database.item.php:6 include/database.item.php:9 #: include/database.item.php:11 include/database.item.php:14 -#: include/database.item.php:8 +#: include/database.item.php:8 include/database.item.php:6 msgid "Lien entre comptabilité et Comptabilité analytique" msgstr "" #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:12 include/database.item.php:15 -#: include/database.item.php:9 +#: include/database.item.php:9 include/database.item.php:7 msgid "Balance par groupe" msgstr "" @@ -6059,12 +6918,26 @@ msgstr "" #: include/template/acc_ledger_history_sale_oneline.php:53 #: include/class/acc_ledger_history_sale.class.php:249 #: include/class/acc_ledger_history_sale.class.php:250 +#: include/template/impress_reconciliation_detail.php:19 +#: include/template/ledger_detail_ven.php:137 +#: include/template/acc_ledger_history_purchase_oneline.php:59 +#: include/template/operation_detail_ven.php:46 +#: include/template/acc_ledger_history_sale_oneline.php:53 +#: include/template/acc_ledger_history_purchase_extended.php:52 +#: include/template/acc_ledger_history_purchase_extended.php:128 +#: include/template/operation_detail_ach.php:54 +#: include/template/acc_ledger_history_sale_extended.php:52 +#: include/template/acc_ledger_history_sale_extended.php:128 +#: include/template/ledger_detail_ach.php:135 include/database.item.php:8 +#: include/class/acc_ledger_history_sale.class.php:250 +#: include/class/pdf_operation.class.php:152 +#: include/class/pdf_operation.class.php:197 msgid "TVA" msgstr "" #: include/database.item.php:8 include/database.item.php:11 #: include/database.item.php:13 include/database.item.php:16 -#: include/database.item.php:10 +#: include/database.item.php:10 include/database.item.php:8 msgid "Config. de la tva" msgstr "" @@ -6075,37 +6948,38 @@ msgstr "" #: include/database.item.php:209 include/database.item.php:210 #: include/cfgledger.inc.php:166 include/database.item.php:17 #: include/database.item.php:213 include/database.item.php:223 -#: include/class/acc_ledger_search.class.php:1081 -#: include/cfgledger.inc.php:168 include/database.item.php:11 -#: include/database.item.php:230 include/database.item.php:246 -#: include/class/acc_ledger_search.class.php:1076 +#: include/class/acc_ledger_search.class.php:1081 include/cfgledger.inc.php:168 +#: include/database.item.php:11 include/database.item.php:230 +#: include/database.item.php:246 include/class/acc_ledger_search.class.php:1076 +#: include/database.item.php:211 include/database.item.php:221 +#: include/cfgledger.inc.php:173 include/class/acc_ledger_search.class.php:1084 +#: include/cfgledger.inc.php:173 include/database.item.php:9 #: include/database.item.php:211 include/database.item.php:221 -#: include/cfgledger.inc.php:173 #: include/class/acc_ledger_search.class.php:1084 msgid "Vente" msgstr "" #: include/database.item.php:9 include/database.item.php:12 #: include/database.item.php:14 include/database.item.php:17 -#: include/database.item.php:11 +#: include/database.item.php:11 include/database.item.php:9 msgid "Nouvelle vente ou recette" msgstr "" #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:10 msgid "Config. Menu" msgstr "" #: include/database.item.php:10 include/database.item.php:13 #: include/database.item.php:15 include/database.item.php:18 -#: include/database.item.php:12 +#: include/database.item.php:12 include/database.item.php:10 msgid "Configuration des menus et plugins" msgstr "" #: include/database.item.php:11 include/database.item.php:14 #: include/database.item.php:16 include/database.item.php:19 -#: include/database.item.php:13 +#: include/database.item.php:13 include/database.item.php:11 msgid "Suivi fournisseur" msgstr "" @@ -6114,25 +6988,27 @@ msgstr "" #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:17 #: include/database.item.php:20 include/database.item.php:14 +#: include/database.item.php:112 include/database.item.php:12 #: include/database.item.php:112 msgid "Opérations diverses" msgstr "" #: include/database.item.php:12 include/database.item.php:15 #: include/database.item.php:17 include/database.item.php:20 -#: include/database.item.php:14 +#: include/database.item.php:14 include/database.item.php:12 msgid "OD analytique" msgstr "" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:18 include/database.item.php:21 -#: include/database.item.php:15 +#: include/database.item.php:15 include/database.item.php:13 msgid "Création de rapport" msgstr "" #: include/database.item.php:14 include/database.item.php:17 #: include/database.item.php:15 include/database.item.php:20 #: include/database.item.php:23 include/database.item.php:16 +#: include/database.item.php:14 msgid "saut de ligne" msgstr "" @@ -6145,12 +7021,14 @@ msgstr "" #: include/database.item.php:108 include/database.item.php:105 #: include/database.item.php:104 include/database.item.php:21 #: include/database.item.php:24 include/database.item.php:17 +#: include/database.item.php:15 msgid "Suivi client" msgstr "" #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:23 include/database.item.php:22 #: include/database.item.php:25 include/database.item.php:18 +#: include/database.item.php:16 msgid "Historique stock" msgstr "" @@ -6162,6 +7040,7 @@ msgstr "" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:24 include/database.item.php:23 #: include/database.item.php:26 include/database.item.php:19 +#: include/database.item.php:17 msgid "Export Historique" msgstr "" @@ -6170,6 +7049,7 @@ msgstr "" #: include/database.item.php:25 include/database.item.php:26 #: include/database.item.php:24 include/database.item.php:27 #: include/database.item.php:28 include/database.item.php:20 +#: include/database.item.php:18 include/database.item.php:19 msgid "Export Journaux" msgstr "" @@ -6178,6 +7058,7 @@ msgstr "" #: include/database.item.php:27 include/database.item.php:28 #: include/database.item.php:26 include/database.item.php:29 #: include/database.item.php:30 include/database.item.php:22 +#: include/database.item.php:20 include/database.item.php:21 msgid "Export Poste détail" msgstr "" @@ -6186,6 +7067,7 @@ msgstr "" #: include/database.item.php:29 include/database.item.php:30 #: include/database.item.php:28 include/database.item.php:31 #: include/database.item.php:32 include/database.item.php:24 +#: include/database.item.php:22 include/database.item.php:23 msgid "Export Fiche détail" msgstr "" @@ -6194,6 +7076,7 @@ msgstr "" #: include/database.item.php:31 include/database.item.php:32 #: include/database.item.php:30 include/database.item.php:33 #: include/database.item.php:34 include/database.item.php:26 +#: include/database.item.php:24 include/database.item.php:25 msgid "Export Fiche balance" msgstr "" @@ -6202,6 +7085,7 @@ msgstr "" #: include/database.item.php:33 include/database.item.php:34 #: include/database.item.php:32 include/database.item.php:35 #: include/database.item.php:36 include/database.item.php:28 +#: include/database.item.php:26 include/database.item.php:27 msgid "Export report" msgstr "" @@ -6210,6 +7094,7 @@ msgstr "" #: include/database.item.php:35 include/database.item.php:36 #: include/database.item.php:34 include/database.item.php:37 #: include/database.item.php:38 include/database.item.php:30 +#: include/database.item.php:28 include/database.item.php:29 msgid "Export Fiche" msgstr "" @@ -6218,12 +7103,14 @@ msgstr "" #: include/database.item.php:37 include/database.item.php:38 #: include/database.item.php:36 include/database.item.php:39 #: include/database.item.php:40 include/database.item.php:32 +#: include/database.item.php:30 include/database.item.php:31 msgid "Export Grand Livre" msgstr "" #: include/database.item.php:32 include/database.item.php:35 #: include/database.item.php:39 include/database.item.php:38 #: include/database.item.php:41 include/database.item.php:34 +#: include/database.item.php:32 msgid "Export Sécurité" msgstr "" @@ -6232,12 +7119,14 @@ msgstr "" #: include/database.item.php:40 include/database.item.php:42 #: include/database.item.php:39 include/database.item.php:41 #: include/database.item.php:44 include/database.item.php:37 +#: include/database.item.php:33 include/database.item.php:35 msgid "Export Comptabilité analytique" msgstr "" #: include/database.item.php:34 include/database.item.php:37 #: include/database.item.php:41 include/database.item.php:40 #: include/database.item.php:43 include/database.item.php:36 +#: include/database.item.php:34 msgid "Export Comptabilité analytique balance simple" msgstr "" @@ -6246,6 +7135,7 @@ msgstr "" #: include/database.item.php:43 include/database.item.php:44 #: include/database.item.php:42 include/database.item.php:45 #: include/database.item.php:46 include/database.item.php:38 +#: include/database.item.php:36 include/database.item.php:37 msgid "Export Comptabilité analytique balance double" msgstr "" @@ -6254,87 +7144,98 @@ msgstr "" #: include/database.item.php:45 include/database.item.php:46 #: include/database.item.php:44 include/database.item.php:47 #: include/database.item.php:48 include/database.item.php:40 +#: include/database.item.php:38 include/database.item.php:39 msgid "Export Balance comptable" msgstr "" #: include/database.item.php:40 include/database.item.php:43 #: include/database.item.php:47 include/database.item.php:46 #: include/database.item.php:49 include/database.item.php:42 +#: include/database.item.php:40 msgid "Export Tableau Analytique" msgstr "" #: include/database.item.php:41 include/database.item.php:44 #: include/database.item.php:48 include/database.item.php:47 #: include/database.item.php:50 include/database.item.php:43 +#: include/database.item.php:41 msgid "Export Historique Compt. Analytique" msgstr "" #: include/database.item.php:42 include/database.item.php:45 #: include/database.item.php:49 include/database.item.php:48 #: include/database.item.php:51 include/database.item.php:44 +#: include/database.item.php:42 msgid "Export Balance groupe analytique" msgstr "" #: include/database.item.php:43 include/database.item.php:46 #: include/database.item.php:50 include/database.item.php:49 #: include/database.item.php:52 include/database.item.php:45 +#: include/database.item.php:43 msgid "Export Bilan" msgstr "" #: include/database.item.php:44 include/database.item.php:47 #: include/database.item.php:51 include/database.item.php:50 #: include/database.item.php:53 include/database.item.php:46 +#: include/database.item.php:44 msgid "Impression Grand-Livre" msgstr "" #: include/database.item.php:45 include/database.item.php:48 #: include/database.item.php:52 include/database.item.php:51 #: include/database.item.php:54 include/database.item.php:47 +#: include/database.item.php:45 msgid "Export définition d'un raport" msgstr "" #: include/database.item.php:46 include/database.item.php:49 #: include/database.item.php:53 include/database.item.php:52 #: include/database.item.php:55 include/database.item.php:48 +#: include/database.item.php:46 msgid "Export Action Gestion" msgstr "" #: include/database.item.php:47 include/database.item.php:50 #: include/database.item.php:54 include/database.item.php:53 #: include/database.item.php:56 include/database.item.php:49 +#: include/database.item.php:47 msgid "Export Historique mouvement stock" msgstr "" #: include/database.item.php:48 include/database.item.php:51 #: include/database.item.php:55 include/database.item.php:54 #: include/database.item.php:57 include/database.item.php:50 +#: include/database.item.php:48 msgid "Export Résumé list stock" msgstr "" #: include/database.item.php:49 include/database.item.php:52 #: include/database.item.php:61 include/database.item.php:58 #: include/database.item.php:57 include/database.item.php:55 -#: include/database.item.php:50 +#: include/database.item.php:50 include/database.item.php:50 msgid "Plan Compt. analytique" msgstr "" #: include/database.item.php:49 include/database.item.php:52 #: include/database.item.php:61 include/database.item.php:58 #: include/database.item.php:57 include/database.item.php:55 -#: include/database.item.php:50 +#: include/database.item.php:50 include/database.item.php:50 msgid "Plan analytique" msgstr "" #: include/database.item.php:50 include/database.item.php:53 #: include/database.item.php:62 include/database.item.php:59 #: include/database.item.php:58 include/database.item.php:56 -#: include/database.item.php:51 +#: include/database.item.php:51 include/database.item.php:51 msgid "Groupe analytique" msgstr "" #: include/database.item.php:51 include/database.item.php:54 #: include/database.item.php:58 include/database.item.php:57 #: include/database.item.php:60 include/database.item.php:52 +#: include/database.item.php:52 msgid "Liste des contacts" msgstr "" @@ -6347,6 +7248,8 @@ msgstr "" #: include/cfgplugin.inc.php:113 include/database.item.php:22 #: include/database.item.php:51 include/upgrade.inc.php:35 #: include/ajax/ajax_navigator.php:106 include/database.item.php:49 +#: include/cfgplugin.inc.php:113 include/upgrade.inc.php:35 +#: include/ajax/ajax_navigator.php:106 include/database.item.php:49 msgid "Extension" msgstr "" @@ -6354,21 +7257,21 @@ msgstr "" #: include/database.item.php:59 include/database.item.php:62 #: include/database.item.php:61 include/database.item.php:19 #: include/database.item.php:22 include/database.item.php:51 -#: include/database.item.php:49 +#: include/database.item.php:49 include/database.item.php:49 msgid "Extensions (plugins)" msgstr "" #: include/database.item.php:53 include/database.item.php:56 #: include/database.item.php:60 include/database.item.php:57 #: include/database.item.php:58 include/database.item.php:61 -#: include/database.item.php:55 +#: include/database.item.php:55 include/database.item.php:53 msgid "Ecriture prédefinie" msgstr "" #: include/database.item.php:53 include/database.item.php:56 #: include/database.item.php:60 include/database.item.php:57 #: include/database.item.php:58 include/database.item.php:61 -#: include/database.item.php:55 +#: include/database.item.php:55 include/database.item.php:53 msgid "Gestion des opérations prédéfinifies" msgstr "" @@ -6379,6 +7282,8 @@ msgstr "" #: include/database.item.php:225 include/cfgledger.inc.php:167 #: include/database.item.php:56 include/database.item.php:248 #: include/database.item.php:223 include/cfgledger.inc.php:172 +#: include/cfgledger.inc.php:172 include/database.item.php:54 +#: include/database.item.php:223 msgid "Opérations Diverses" msgstr "" @@ -6386,20 +7291,21 @@ msgstr "" #: include/database.item.php:64 include/database.item.php:61 #: include/database.item.php:60 include/database.item.php:59 #: include/database.item.php:62 include/database.item.php:56 +#: include/database.item.php:54 msgid "Nouvelle opérations diverses" msgstr "" #: include/database.item.php:55 include/database.item.php:58 #: include/database.item.php:65 include/database.item.php:63 #: include/database.item.php:62 include/database.item.php:60 -#: include/database.item.php:57 +#: include/database.item.php:57 include/database.item.php:55 msgid "Nouvel extrait" msgstr "" #: include/database.item.php:55 include/database.item.php:58 #: include/database.item.php:65 include/database.item.php:63 #: include/database.item.php:62 include/database.item.php:60 -#: include/database.item.php:57 +#: include/database.item.php:57 include/database.item.php:55 msgid "Nouvel extrait bancaire" msgstr "" @@ -6410,12 +7316,15 @@ msgstr "" #: include/template/menu_detail.php:75 include/menu.inc.php:114 #: include/database.item.php:59 include/database.item.php:62 #: include/ext/syndicat_tools/index.php:37 include/database.item.php:65 +#: include/template/menu_detail.php:75 include/menu.inc.php:114 +#: include/database.item.php:57 include/card_attr.inc.php:98 msgid "Paramètre" msgstr "" #: include/database.item.php:57 include/database.item.php:60 #: include/database.item.php:63 include/database.item.php:59 #: include/database.item.php:62 include/database.item.php:65 +#: include/database.item.php:57 msgid "Module paramètre" msgstr "" @@ -6423,6 +7332,7 @@ msgstr "" #: include/database.item.php:67 include/database.item.php:65 #: include/database.item.php:64 include/database.item.php:63 #: include/database.item.php:66 include/database.item.php:60 +#: include/database.item.php:58 msgid "Catégorie de documents" msgstr "" @@ -6430,6 +7340,7 @@ msgstr "" #: include/database.item.php:67 include/database.item.php:65 #: include/database.item.php:64 include/database.item.php:63 #: include/database.item.php:66 include/database.item.php:60 +#: include/database.item.php:58 msgid "Config. catégorie de documents" msgstr "" @@ -6437,6 +7348,7 @@ msgstr "" #: include/database.item.php:68 include/database.item.php:66 #: include/database.item.php:65 include/database.item.php:64 #: include/database.item.php:67 include/database.item.php:61 +#: include/database.item.php:59 msgid "Lettrage par Fiche" msgstr "" @@ -6444,6 +7356,7 @@ msgstr "" #: include/database.item.php:68 include/database.item.php:66 #: include/database.item.php:65 include/database.item.php:64 #: include/database.item.php:67 include/database.item.php:61 +#: include/database.item.php:59 msgid "Lettrage par fiche" msgstr "" @@ -6451,6 +7364,7 @@ msgstr "" #: include/database.item.php:69 include/database.item.php:67 #: include/database.item.php:66 include/database.item.php:65 #: include/database.item.php:68 include/database.item.php:62 +#: include/database.item.php:60 msgid "Historique achat" msgstr "" @@ -6458,6 +7372,7 @@ msgstr "" #: include/database.item.php:70 include/database.item.php:68 #: include/database.item.php:67 include/database.item.php:66 #: include/database.item.php:69 include/database.item.php:63 +#: include/database.item.php:61 msgid "Historique opérations diverses" msgstr "" @@ -6465,6 +7380,7 @@ msgstr "" #: include/database.item.php:71 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:67 #: include/database.item.php:70 include/database.item.php:64 +#: include/database.item.php:62 msgid "Impression du détail d'un poste comptable" msgstr "" @@ -6472,7 +7388,7 @@ msgstr "" #: include/database.item.php:66 include/database.item.php:72 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:68 include/database.item.php:71 -#: include/database.item.php:65 +#: include/database.item.php:65 include/database.item.php:63 msgid "Rapport" msgstr "" @@ -6480,6 +7396,7 @@ msgstr "" #: include/database.item.php:72 include/database.item.php:70 #: include/database.item.php:69 include/database.item.php:68 #: include/database.item.php:71 include/database.item.php:65 +#: include/database.item.php:63 msgid "Impression de rapport" msgstr "" @@ -6492,6 +7409,7 @@ msgstr "" #: include/class/class_acc_ledger.php:352 include/database.item.php:72 #: include/class/acc_ledger.class.php:364 include/database.item.php:66 #: include/class/acc_ledger.class.php:372 +#: include/class/acc_ledger.class.php:373 include/database.item.php:64 #: include/class/acc_ledger.class.php:373 msgid "Grand Livre" msgstr "" @@ -6500,6 +7418,7 @@ msgstr "" #: include/database.item.php:73 include/database.item.php:71 #: include/database.item.php:70 include/database.item.php:69 #: include/database.item.php:72 include/database.item.php:66 +#: include/database.item.php:64 msgid "Impression du grand livre" msgstr "" @@ -6507,6 +7426,7 @@ msgstr "" #: include/database.item.php:74 include/database.item.php:72 #: include/database.item.php:71 include/database.item.php:70 #: include/database.item.php:73 include/database.item.php:67 +#: include/database.item.php:65 msgid "Impression des balances comptables" msgstr "" @@ -6514,6 +7434,7 @@ msgstr "" #: include/database.item.php:75 include/database.item.php:73 #: include/database.item.php:72 include/database.item.php:71 #: include/database.item.php:74 include/database.item.php:68 +#: include/database.item.php:66 msgid "Menu achat" msgstr "" @@ -6521,6 +7442,7 @@ msgstr "" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 +#: include/database.item.php:67 msgid "Menu et profil" msgstr "" @@ -6528,6 +7450,7 @@ msgstr "" #: include/database.item.php:76 include/database.item.php:74 #: include/database.item.php:73 include/database.item.php:72 #: include/database.item.php:75 include/database.item.php:69 +#: include/database.item.php:67 msgid "Menu " msgstr "" @@ -6543,6 +7466,10 @@ msgstr "" #: include/database.item.php:73 include/ajax/ajax_get_profile.php:114 #: include/database.item.php:76 include/ajax/ajax_get_profile.php:120 #: include/database.item.php:70 include/database.item.php:115 +#: include/template/menu_detail.php:18 +#: include/template/action_other_action.php:22 +#: include/ajax/ajax_get_profile.php:120 include/menu.inc.php:127 +#: include/database.item.php:68 include/database.item.php:115 msgid "Impression" msgstr "" @@ -6550,6 +7477,7 @@ msgstr "" #: include/database.item.php:77 include/database.item.php:75 #: include/database.item.php:74 include/database.item.php:73 #: include/database.item.php:76 include/database.item.php:70 +#: include/database.item.php:68 msgid "Menu impression" msgstr "" @@ -6557,6 +7485,7 @@ msgstr "" #: include/database.item.php:78 include/database.item.php:76 #: include/database.item.php:75 include/database.item.php:74 #: include/database.item.php:77 include/database.item.php:71 +#: include/database.item.php:69 msgid "Information Banque" msgstr "" @@ -6564,6 +7493,7 @@ msgstr "" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 +#: include/database.item.php:70 msgid "Grand'Livre" msgstr "" @@ -6571,18 +7501,21 @@ msgstr "" #: include/database.item.php:79 include/database.item.php:77 #: include/database.item.php:76 include/database.item.php:75 #: include/database.item.php:78 include/database.item.php:72 +#: include/database.item.php:70 msgid "Grand livre analytique" msgstr "" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 +#: include/database.item.php:71 msgid "Gestion" msgstr "" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:14 include/database.item.php:76 #: include/database.item.php:79 include/database.item.php:73 +#: include/database.item.php:71 msgid "Module gestion" msgstr "" @@ -6592,6 +7525,8 @@ msgstr "" #: include/database.item.php:78 include/lib/user_menu.php:123 #: include/lib/user_menu.php:131 include/lib/user_menu.php:124 #: include/lib/user_menu.php:143 include/database.item.php:75 +#: include/database.item.php:73 include/lib/user_menu.php:124 +#: include/lib/user_menu.php:143 msgid "Accueil" msgstr "" @@ -6602,12 +7537,15 @@ msgstr "" #: include/template/security_list_action.php:63 #: include/class/pdf_operation.class.php:371 include/database.item.php:76 #: include/template/security_list_action.php:66 +#: include/template/security_list_action.php:66 include/database.item.php:74 +#: include/class/pdf_operation.class.php:371 msgid "Comptabilité" msgstr "" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:82 include/database.item.php:80 #: include/database.item.php:79 include/database.item.php:76 +#: include/database.item.php:74 msgid "Module comptabilité" msgstr "" @@ -6619,13 +7557,15 @@ msgstr "" #: include/database.item.php:192 include/database.item.php:80 #: include/database.item.php:190 include/database.item.php:180 #: include/database.item.php:181 include/database.item.php:184 -#: include/database.item.php:77 +#: include/database.item.php:77 include/database.item.php:75 +#: include/database.item.php:184 msgid "Divers" msgstr "" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:83 include/database.item.php:81 #: include/database.item.php:80 include/database.item.php:77 +#: include/database.item.php:75 msgid "Paramètres divers" msgstr "" @@ -6635,7 +7575,8 @@ msgstr "" #: include/database.item.php:104 include/lib/user_menu.php:124 #: include/lib/user_menu.php:125 include/lib/user_menu.php:144 #: include/database.item.php:107 include/database.item.php:101 -#: include/database.item.php:99 +#: include/database.item.php:99 include/database.item.php:99 +#: include/lib/user_menu.php:125 include/lib/user_menu.php:144 msgid "Sortie" msgstr "" @@ -6653,7 +7594,9 @@ msgstr "" #: include/template/action_search.php:56 include/database.item.php:84 #: include/param_sec.inc.php:217 include/database.item.php:78 #: include/param_sec.inc.php:221 include/template/action_search.php:52 -#: include/database.item.php:76 +#: include/database.item.php:76 include/param_sec.inc.php:221 +#: include/template/user_sec_profile.php:35 +#: include/template/action_search.php:52 include/database.item.php:76 msgid "Profil" msgstr "" @@ -6661,6 +7604,7 @@ msgstr "" #: include/database.item.php:85 include/database.item.php:82 #: include/database.item.php:81 include/database.item.php:84 #: include/database.item.php:78 include/database.item.php:76 +#: include/database.item.php:76 msgid "Configuration profil" msgstr "" @@ -6668,6 +7612,7 @@ msgstr "" #: include/database.item.php:86 include/database.item.php:83 #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:79 include/database.item.php:77 +#: include/database.item.php:77 msgid "Config. poste comptable de base" msgstr "" @@ -6675,6 +7620,7 @@ msgstr "" #: include/database.item.php:87 include/database.item.php:84 #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:80 include/database.item.php:78 +#: include/database.item.php:78 msgid "Liste,Balance,Historique par fiche" msgstr "" @@ -6682,6 +7628,7 @@ msgstr "" #: include/database.item.php:89 include/database.item.php:86 #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 +#: include/database.item.php:80 msgid "Configuration étiquette" msgstr "" @@ -6689,133 +7636,155 @@ msgstr "" #: include/database.item.php:89 include/database.item.php:86 #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 +#: include/database.item.php:80 msgid "Configuration des tags" msgstr "" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:82 msgid "Balance croisée double" msgstr "" #: include/database.item.php:82 include/database.item.php:85 #: include/database.item.php:90 include/database.item.php:87 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:82 msgid "Balance double croisées des imputations analytiques" msgstr "" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:83 msgid "Sociétés" msgstr "" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:91 include/database.item.php:88 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:83 msgid "Parametre societe" msgstr "" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:92 include/database.item.php:89 #: include/database.item.php:88 include/database.item.php:86 +#: include/database.item.php:84 msgid "Gestion des périodes" msgstr "" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:85 msgid "Vérification " msgstr "" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:93 include/database.item.php:90 #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:85 msgid "Vérification de la comptabilité" msgstr "" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:86 msgid "Ecriture Ouverture" msgstr "" #: include/database.item.php:86 include/database.item.php:89 #: include/database.item.php:94 include/database.item.php:91 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:86 msgid "Ecriture d'ouverture" msgstr "" #: include/database.item.php:87 include/database.item.php:90 #: include/database.item.php:95 include/database.item.php:92 #: include/database.item.php:91 include/database.item.php:89 +#: include/database.item.php:87 msgid "Config. modèle de document" msgstr "" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:88 msgid "journaux" msgstr "" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:96 include/database.item.php:93 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:88 msgid "Configuration des journaux" msgstr "" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/export/export_security_pdf.php:89 -#: include/database.item.php:91 +#: include/database.item.php:91 include/export/export_security_pdf.php:89 +#: include/database.item.php:89 msgid "Sécurité" msgstr "" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:97 include/database.item.php:94 #: include/database.item.php:93 include/database.item.php:91 +#: include/database.item.php:89 msgid "configuration de la sécurité" msgstr "" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:90 msgid "Attribut de fiche" msgstr "" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:98 include/database.item.php:95 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:90 msgid "Gestion des attributs de fiches " msgstr "" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:99 include/database.item.php:96 #: include/database.item.php:95 include/database.item.php:93 +#: include/database.item.php:91 msgid "Etat des stock" msgstr "" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:92 msgid "Modification Stocks" msgstr "" #: include/database.item.php:92 include/database.item.php:95 #: include/database.item.php:100 include/database.item.php:97 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:92 msgid "Modification des stocks (inventaire)" msgstr "" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:93 msgid "Histo. Changement" msgstr "" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:101 include/database.item.php:98 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:93 msgid "Liste des changements manuels des stocks" msgstr "" @@ -6823,13 +7792,15 @@ msgstr "" #: include/database.item.php:102 include/ajax_navigator.php:23 #: include/database.item.php:99 include/database.item.php:98 #: include/ajax/ajax_navigator.php:23 include/database.item.php:96 -#: include/ajax/ajax_navigator.php:28 +#: include/ajax/ajax_navigator.php:28 include/ajax/ajax_navigator.php:28 +#: include/database.item.php:94 msgid "Navigateur" msgstr "" #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:102 include/database.item.php:99 #: include/database.item.php:98 include/database.item.php:96 +#: include/database.item.php:94 msgid "Menu simplifié pour retrouver rapidement un menu" msgstr "" @@ -6839,24 +7810,28 @@ msgstr "" #: include/database.item.php:113 include/database.item.php:102 #: include/database.item.php:110 include/database.item.php:101 #: include/database.item.php:109 include/database.item.php:99 +#: include/database.item.php:97 include/database.item.php:105 msgid "Rapprochement" msgstr "" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:105 include/database.item.php:102 #: include/database.item.php:101 include/database.item.php:99 +#: include/database.item.php:97 msgid "Rapprochement bancaire" msgstr "" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 +#: include/database.item.php:98 msgid "Soldes" msgstr "" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:106 include/database.item.php:103 #: include/database.item.php:102 include/database.item.php:100 +#: include/database.item.php:98 msgid "Solde des comptes en banques, caisse..." msgstr "" @@ -6864,6 +7839,7 @@ msgstr "" #: include/database.item.php:107 include/database.item.php:104 #: include/database.item.php:103 include/database.item.php:105 #: include/database.item.php:108 include/database.item.php:100 +#: include/database.item.php:100 msgid "Lettrage par Poste" msgstr "" @@ -6871,78 +7847,91 @@ msgstr "" #: include/database.item.php:107 include/database.item.php:104 #: include/database.item.php:103 include/database.item.php:105 #: include/database.item.php:108 include/database.item.php:100 +#: include/database.item.php:100 msgid "lettrage par poste comptable" msgstr "" #: include/database.item.php:100 include/database.item.php:103 #: include/database.item.php:109 include/database.item.php:106 #: include/database.item.php:105 include/database.item.php:101 +#: include/database.item.php:101 msgid "Balance par catégorie de fiche" msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:110 include/database.item.php:107 #: include/database.item.php:106 include/database.item.php:102 +#: include/database.item.php:102 msgid "Plan Comptable" msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:110 include/database.item.php:107 #: include/database.item.php:106 include/database.item.php:102 +#: include/database.item.php:102 msgid "Config. du plan comptable" msgstr "" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 +#: include/database.item.php:103 msgid "Historique vente" msgstr "" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:111 include/database.item.php:108 #: include/database.item.php:107 include/database.item.php:103 +#: include/database.item.php:103 msgid "Historique des ventes" msgstr "" #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:112 include/database.item.php:109 #: include/database.item.php:108 include/database.item.php:104 +#: include/database.item.php:104 msgid "Historique financier" msgstr "" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:113 include/database.item.php:110 #: include/database.item.php:109 include/database.item.php:105 +#: include/database.item.php:105 msgid "Impression des rapprochements" msgstr "" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 +#: include/database.item.php:106 msgid "Bilan" msgstr "" #: include/database.item.php:105 include/database.item.php:108 #: include/database.item.php:114 include/database.item.php:111 #: include/database.item.php:110 include/database.item.php:106 +#: include/database.item.php:106 msgid "Impression de bilan" msgstr "" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 +#: include/database.item.php:107 msgid "Configuration des dépôts" msgstr "" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:115 include/database.item.php:112 #: include/database.item.php:111 include/database.item.php:107 +#: include/database.item.php:107 msgid "Configuration dépôts" msgstr "" #: include/database.item.php:107 include/database.item.php:110 #: include/database.item.php:116 include/database.item.php:113 #: include/database.item.php:112 include/database.item.php:108 +#: include/database.item.php:108 msgid "Stock" msgstr "" @@ -6958,6 +7947,7 @@ msgstr "" #: include/ext/import_doli/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/database.item.php:109 include/template/fiche_def_input.php:6 #: include/database.item.php:109 msgid "Catégorie de fiche" msgstr "" @@ -6965,72 +7955,84 @@ msgstr "" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:117 include/database.item.php:114 #: include/database.item.php:113 include/database.item.php:109 +#: include/database.item.php:109 msgid "Gestion catégorie de fiche" msgstr "" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:118 include/database.item.php:115 #: include/database.item.php:114 include/database.item.php:110 +#: include/database.item.php:110 msgid "Configuration de catégorie de fiches" msgstr "" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:119 include/database.item.php:116 #: include/database.item.php:115 include/database.item.php:111 +#: include/database.item.php:111 msgid "Etat des documents" msgstr "" #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:120 include/database.item.php:117 #: include/database.item.php:116 include/database.item.php:112 +#: include/database.item.php:112 msgid "Menu opérations diverses" msgstr "" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 +#: include/database.item.php:113 msgid "Impression Journaux" msgstr "" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:121 include/database.item.php:118 #: include/database.item.php:117 include/database.item.php:113 +#: include/database.item.php:113 msgid "Impression des journaux" msgstr "" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 +#: include/database.item.php:114 msgid "Vente / Recette" msgstr "" #: include/database.item.php:113 include/database.item.php:116 #: include/database.item.php:122 include/database.item.php:119 #: include/database.item.php:118 include/database.item.php:114 +#: include/database.item.php:114 msgid "Menu ventes et recettes" msgstr "" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:123 include/database.item.php:120 #: include/database.item.php:119 include/database.item.php:115 +#: include/database.item.php:115 msgid "Impression compta. analytique" msgstr "" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 +#: include/database.item.php:116 msgid "Compta Analytique" msgstr "" #: include/database.item.php:115 include/database.item.php:118 #: include/database.item.php:124 include/database.item.php:121 #: include/database.item.php:120 include/database.item.php:116 +#: include/database.item.php:116 msgid "Module comptabilité analytique" msgstr "" #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:125 include/database.item.php:122 #: include/database.item.php:121 include/database.item.php:117 +#: include/database.item.php:117 msgid "Tableau de bord" msgstr "" @@ -7039,12 +8041,14 @@ msgstr "" #: include/database.item.php:123 include/database.item.php:122 #: include/balance.inc.php:92 include/balance.inc.php:93 #: include/balance.inc.php:96 include/database.item.php:118 +#: include/database.item.php:118 include/balance.inc.php:96 msgid "Avancé" msgstr "" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:126 include/database.item.php:123 #: include/database.item.php:122 include/database.item.php:118 +#: include/database.item.php:118 msgid "Menu avancé" msgstr "" @@ -7057,49 +8061,49 @@ msgstr "" #: include/database.item.php:127 include/database.item.php:141 #: include/database.item.php:140 include/database.item.php:132 #: include/database.item.php:133 include/database.item.php:136 -#: include/database.item.php:131 +#: include/database.item.php:131 include/database.item.php:131 msgid "Raccourci vers vos menus préférés" msgstr "" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:119 msgid "Trésorerie" msgstr "" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:128 include/database.item.php:124 #: include/database.item.php:123 include/database.item.php:127 -#: include/database.item.php:121 +#: include/database.item.php:121 include/database.item.php:119 msgid "Menu Financier" msgstr "" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:120 msgid "Liste Suivi" msgstr "" #: include/database.item.php:120 include/database.item.php:123 #: include/database.item.php:129 include/database.item.php:125 #: include/database.item.php:124 include/database.item.php:128 -#: include/database.item.php:122 +#: include/database.item.php:122 include/database.item.php:120 msgid "Document de suivi sous forme de liste" msgstr "" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:121 msgid "Moyen de paiement" msgstr "" #: include/database.item.php:121 include/database.item.php:124 #: include/database.item.php:130 include/database.item.php:126 #: include/database.item.php:125 include/database.item.php:129 -#: include/database.item.php:123 +#: include/database.item.php:123 include/database.item.php:121 msgid "Config. des méthodes de paiement" msgstr "" @@ -7111,34 +8115,36 @@ msgstr "" #: include/admin_repo.inc.php:63 include/database.item.php:130 #: html/user_login.php:160 include/admin_repo.inc.php:65 #: include/database.item.php:124 html/user_login.php:166 +#: html/user_login.php:166 include/admin_repo.inc.php:65 +#: include/database.item.php:122 msgid "Administration" msgstr "" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:131 include/database.item.php:127 #: include/database.item.php:126 include/database.item.php:130 -#: include/database.item.php:124 +#: include/database.item.php:124 include/database.item.php:122 msgid "Suivi administration, banque" msgstr "" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:132 include/database.item.php:128 #: include/database.item.php:127 include/database.item.php:131 -#: include/database.item.php:125 +#: include/database.item.php:125 include/database.item.php:123 msgid "Prévision" msgstr "" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:124 msgid "Export opérations rapprochées" msgstr "" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:133 include/database.item.php:129 #: include/database.item.php:128 include/database.item.php:132 -#: include/database.item.php:126 +#: include/database.item.php:126 include/database.item.php:124 msgid "Export opérations rapprochées en CSV" msgstr "" @@ -7154,14 +8160,17 @@ msgstr "" #: include/user.inc.php:173 include/export/export_security_pdf.php:112 #: html/user_login.php:109 include/database.item.php:127 #: include/param_sec.inc.php:99 include/param_sec.inc.php:158 -#: html/user_login.php:115 +#: html/user_login.php:115 html/user_login.php:115 include/param_sec.inc.php:99 +#: include/param_sec.inc.php:158 include/user.inc.php:173 +#: include/user_detail.inc.php:175 include/export/export_security_pdf.php:112 +#: include/database.item.php:125 msgid "Administrateur" msgstr "" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:134 include/database.item.php:130 #: include/database.item.php:129 include/database.item.php:133 -#: include/database.item.php:127 +#: include/database.item.php:127 include/database.item.php:125 msgid "Suivi des gérants, administrateurs et salariés" msgstr "" @@ -7172,21 +8181,22 @@ msgstr "" #: include/database.item.php:130 include/ajax/ajax_add_menu.php:156 #: include/ajax/ajax_get_menu_detail.php:71 include/ajax/ajax_add_menu.php:157 #: include/database.item.php:134 include/ajax/ajax_add_menu.php:165 -#: include/database.item.php:128 +#: include/database.item.php:128 include/ajax/ajax_add_menu.php:165 +#: include/ajax/ajax_get_menu_detail.php:71 include/database.item.php:126 msgid "Menu par défaut" msgstr "" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:135 include/database.item.php:131 #: include/database.item.php:130 include/database.item.php:134 -#: include/database.item.php:128 +#: include/database.item.php:128 include/database.item.php:126 msgid "Configuration des menus par défaut" msgstr "" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:136 include/database.item.php:132 #: include/database.item.php:131 include/database.item.php:135 -#: include/database.item.php:129 +#: include/database.item.php:129 include/database.item.php:127 msgid "Agenda" msgstr "" @@ -7194,7 +8204,7 @@ msgstr "" #: include/database.item.php:168 include/database.item.php:172 #: include/database.item.php:171 include/database.item.php:135 #: include/database.item.php:136 include/database.item.php:146 -#: include/database.item.php:151 +#: include/database.item.php:151 include/database.item.php:146 msgid "Prix vente" msgstr "" @@ -7202,7 +8212,7 @@ msgstr "" #: include/database.item.php:169 include/database.item.php:173 #: include/database.item.php:172 include/database.item.php:136 #: include/database.item.php:137 include/database.item.php:147 -#: include/database.item.php:152 +#: include/database.item.php:152 include/database.item.php:147 msgid "Prix achat" msgstr "" @@ -7210,7 +8220,7 @@ msgstr "" #: include/database.item.php:175 include/database.item.php:179 #: include/database.item.php:178 include/database.item.php:137 #: include/database.item.php:138 include/database.item.php:139 -#: include/database.item.php:144 +#: include/database.item.php:144 include/database.item.php:139 msgid "Durée Amortissement" msgstr "" @@ -7218,7 +8228,7 @@ msgstr "" #: include/database.item.php:176 include/database.item.php:180 #: include/database.item.php:179 include/database.item.php:138 #: include/database.item.php:139 include/database.item.php:140 -#: include/database.item.php:145 +#: include/database.item.php:145 include/database.item.php:140 msgid "Montant initial" msgstr "" @@ -7226,7 +8236,7 @@ msgstr "" #: include/database.item.php:177 include/database.item.php:181 #: include/database.item.php:180 include/database.item.php:139 #: include/database.item.php:140 include/database.item.php:141 -#: include/database.item.php:146 +#: include/database.item.php:146 include/database.item.php:141 msgid "TVA non déductible" msgstr "" @@ -7234,7 +8244,7 @@ msgstr "" #: include/database.item.php:178 include/database.item.php:182 #: include/database.item.php:181 include/database.item.php:140 #: include/database.item.php:141 include/database.item.php:142 -#: include/database.item.php:147 +#: include/database.item.php:147 include/database.item.php:142 msgid "TVA non déductible récupérable par l'impôt" msgstr "" @@ -7242,7 +8252,7 @@ msgstr "" #: include/database.item.php:179 include/database.item.php:183 #: include/database.item.php:182 include/database.item.php:141 #: include/database.item.php:142 include/database.item.php:143 -#: include/database.item.php:148 +#: include/database.item.php:148 include/database.item.php:143 msgid "Partie fiscalement non déductible" msgstr "" @@ -7250,7 +8260,7 @@ msgstr "" #: include/database.item.php:180 include/database.item.php:184 #: include/database.item.php:183 include/database.item.php:142 #: include/database.item.php:143 include/database.item.php:144 -#: include/database.item.php:149 +#: include/database.item.php:149 include/database.item.php:144 msgid "Dépense charge du grant (partie privé) " msgstr "" @@ -7258,7 +8268,7 @@ msgstr "" #: include/database.item.php:181 include/database.item.php:185 #: include/database.item.php:184 include/database.item.php:143 #: include/database.item.php:144 include/database.item.php:145 -#: include/database.item.php:150 +#: include/database.item.php:150 include/database.item.php:145 msgid "Compte bancaire" msgstr "" @@ -7269,7 +8279,9 @@ msgstr "" #: include/database.item.php:148 include/lettering.account.inc.php:73 #: include/database.item.php:152 include/database.item.php:151 #: include/database.item.php:144 include/database.item.php:145 -#: include/database.item.php:153 +#: include/database.item.php:153 include/database.item.php:148 +#: include/lettering.gestion.inc.php:27 include/lettering.account.inc.php:73 +#: include/lettering.card.inc.php:69 msgid "Date début" msgstr "" @@ -7283,7 +8295,10 @@ msgstr "" #: include/database.item.php:150 include/template/ledger_detail_ven.php:131 #: include/database.item.php:154 include/database.item.php:153 #: include/database.item.php:146 include/database.item.php:147 -#: include/database.item.php:155 +#: include/database.item.php:155 include/template/ledger_detail_ven.php:131 +#: include/template/operation_detail_ven.php:40 +#: include/template/operation_detail_ach.php:39 +#: include/template/ledger_detail_ach.php:122 include/database.item.php:150 msgid "Taux TVA" msgstr "" @@ -7291,6 +8306,7 @@ msgstr "" #: include/database.item.php:151 include/database.item.php:155 #: include/database.item.php:154 include/database.item.php:147 #: include/database.item.php:148 include/database.item.php:156 +#: include/database.item.php:151 msgid "Nom de la banque" msgstr "" @@ -7298,6 +8314,7 @@ msgstr "" #: include/database.item.php:153 include/database.item.php:157 #: include/database.item.php:156 include/database.item.php:149 #: include/database.item.php:150 include/database.item.php:158 +#: include/database.item.php:153 msgid "Personne de contact " msgstr "" @@ -7305,6 +8322,7 @@ msgstr "" #: include/database.item.php:154 include/database.item.php:158 #: include/database.item.php:157 include/database.item.php:150 #: include/database.item.php:151 include/database.item.php:159 +#: include/database.item.php:154 msgid "numéro de tva " msgstr "" @@ -7312,6 +8330,7 @@ msgstr "" #: include/database.item.php:155 include/database.item.php:159 #: include/database.item.php:158 include/database.item.php:151 #: include/database.item.php:152 include/database.item.php:160 +#: include/database.item.php:155 msgid "Adresse " msgstr "" @@ -7319,6 +8338,7 @@ msgstr "" #: include/database.item.php:156 include/database.item.php:160 #: include/database.item.php:159 include/database.item.php:152 #: include/database.item.php:153 include/database.item.php:161 +#: include/database.item.php:156 msgid "pays " msgstr "" @@ -7326,6 +8346,7 @@ msgstr "" #: include/database.item.php:157 include/database.item.php:161 #: include/database.item.php:160 include/database.item.php:153 #: include/database.item.php:154 include/database.item.php:162 +#: include/database.item.php:157 msgid "téléphone " msgstr "" @@ -7333,6 +8354,7 @@ msgstr "" #: include/database.item.php:158 include/database.item.php:162 #: include/database.item.php:161 include/database.item.php:154 #: include/database.item.php:155 include/database.item.php:163 +#: include/database.item.php:158 msgid "email " msgstr "" @@ -7345,9 +8367,11 @@ msgstr "" #: include/ext/sav/include/template/sas_display_detail.php:103 #: include/database.item.php:164 include/database.item.php:163 #: include/database.item.php:156 include/ajax/ajax_mod_stock_repo.php:55 -#: include/database.item.php:157 +#: include/database.item.php:157 include/export/export_stock_resume_list.php:38 +#: include/database.item.php:165 include/template/stock_summary_list.php:40 #: include/export/export_stock_resume_list.php:38 -#: include/database.item.php:165 +#: include/ajax/ajax_mod_stock_repo.php:55 include/database.item.php:160 +#: include/stock_cfg.inc.php:67 msgid "Ville" msgstr "" @@ -7356,7 +8380,7 @@ msgstr "" #: include/ext/sav/include/template/sas_display_detail.php:111 #: include/database.item.php:166 include/database.item.php:165 #: include/database.item.php:158 include/database.item.php:159 -#: include/database.item.php:167 +#: include/database.item.php:167 include/database.item.php:162 msgid "GSM" msgstr "" @@ -7364,6 +8388,7 @@ msgstr "" #: include/database.item.php:163 include/database.item.php:167 #: include/database.item.php:166 include/database.item.php:159 #: include/database.item.php:160 include/database.item.php:168 +#: include/database.item.php:163 msgid "code postal" msgstr "" @@ -7371,6 +8396,7 @@ msgstr "" #: include/database.item.php:164 include/database.item.php:168 #: include/database.item.php:167 include/database.item.php:160 #: include/database.item.php:161 include/database.item.php:169 +#: include/database.item.php:164 msgid "Numero de client" msgstr "" @@ -7384,7 +8410,9 @@ msgstr "" #: include/database.item.php:162 include/class/class_balance_age.php:146 #: include/database.item.php:165 include/user.inc.php:81 #: include/user.inc.php:145 include/class/balance_age.class.php:146 -#: include/database.item.php:170 +#: include/database.item.php:170 include/user.inc.php:81 +#: include/user.inc.php:145 include/template/todo_list_list_user.php:43 +#: include/database.item.php:165 include/class/balance_age.class.php:146 msgid "Prénom" msgstr "" @@ -7392,7 +8420,7 @@ msgstr "" #: include/database.item.php:170 include/database.item.php:174 #: include/database.item.php:173 include/database.item.php:162 #: include/database.item.php:163 include/database.item.php:166 -#: include/database.item.php:171 +#: include/database.item.php:171 include/database.item.php:166 msgid "Contrepartie pour TVA récup par impot" msgstr "" @@ -7400,7 +8428,7 @@ msgstr "" #: include/database.item.php:171 include/database.item.php:175 #: include/database.item.php:174 include/database.item.php:163 #: include/database.item.php:164 include/database.item.php:167 -#: include/database.item.php:172 +#: include/database.item.php:172 include/database.item.php:167 msgid "Contrepartie pour TVA non Ded." msgstr "" @@ -7408,7 +8436,7 @@ msgstr "" #: include/database.item.php:172 include/database.item.php:176 #: include/database.item.php:175 include/database.item.php:164 #: include/database.item.php:165 include/database.item.php:168 -#: include/database.item.php:173 +#: include/database.item.php:173 include/database.item.php:168 msgid "Contrepartie pour dépense à charge du gérant" msgstr "" @@ -7416,7 +8444,7 @@ msgstr "" #: include/database.item.php:173 include/database.item.php:177 #: include/database.item.php:176 include/database.item.php:165 #: include/database.item.php:166 include/database.item.php:169 -#: include/database.item.php:174 +#: include/database.item.php:174 include/database.item.php:169 msgid "Contrepartie pour dépense fiscal. non déd." msgstr "" @@ -7427,23 +8455,25 @@ msgstr "" #: include/database.item.php:168 include/database.item.php:167 #: html/ajax_misc.php:475 include/ajax/ajax_display_letter.php:111 #: include/database.item.php:171 include/database.item.php:176 -#: include/ajax/ajax_display_letter.php:116 -#: include/class/periode.class.php:518 +#: include/ajax/ajax_display_letter.php:116 include/class/periode.class.php:518 #: include/class/periode_ledger_table.class.php:99 +#: include/ajax/ajax_display_letter.php:116 include/database.item.php:171 +#: include/class/periode_ledger_table.class.php:99 +#: include/class/periode.class.php:518 msgid "Date Fin" msgstr "" #: include/database.item.php:163 include/database.item.php:166 #: include/database.item.php:170 include/database.item.php:169 #: include/database.item.php:168 include/database.item.php:172 -#: include/database.item.php:177 +#: include/database.item.php:177 include/database.item.php:172 msgid "Gestion stock" msgstr "" #: include/database.item.php:164 include/database.item.php:167 #: include/database.item.php:171 include/database.item.php:170 #: include/database.item.php:169 include/database.item.php:173 -#: include/database.item.php:178 +#: include/database.item.php:178 include/database.item.php:173 msgid "Société" msgstr "" @@ -7451,7 +8481,7 @@ msgstr "" #: include/database.item.php:191 include/database.item.php:194 #: include/database.item.php:192 include/database.item.php:172 #: include/database.item.php:173 include/database.item.php:176 -#: include/database.item.php:184 +#: include/database.item.php:184 include/database.item.php:176 msgid "Document Interne" msgstr "" @@ -7459,7 +8489,7 @@ msgstr "" #: include/database.item.php:195 include/database.item.php:198 #: include/database.item.php:196 include/database.item.php:173 #: include/database.item.php:174 include/database.item.php:177 -#: include/database.item.php:185 +#: include/database.item.php:185 include/database.item.php:177 msgid "Bons de commande client" msgstr "" @@ -7467,7 +8497,7 @@ msgstr "" #: include/database.item.php:194 include/database.item.php:197 #: include/database.item.php:195 include/database.item.php:174 #: include/database.item.php:175 include/database.item.php:178 -#: include/database.item.php:186 +#: include/database.item.php:186 include/database.item.php:178 msgid "Bon de commande Fournisseur" msgstr "" @@ -7482,6 +8512,8 @@ msgstr "" #: include/ext/invoicing/include/invoice_to_zip.inc.php:76 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 #: include/database.item.php:179 include/database.item.php:187 +#: include/compta_ven.inc.php:96 include/database.item.php:179 +#: include/compta_ach.inc.php:89 msgid "Facture" msgstr "" @@ -7489,6 +8521,7 @@ msgstr "" #: include/database.item.php:198 include/database.item.php:201 #: include/database.item.php:176 include/database.item.php:177 #: include/database.item.php:180 include/database.item.php:188 +#: include/database.item.php:180 msgid "Lettre de rappel" msgstr "" @@ -7496,6 +8529,7 @@ msgstr "" #: include/database.item.php:207 include/database.item.php:204 #: include/database.item.php:177 include/database.item.php:178 #: include/database.item.php:181 include/database.item.php:189 +#: include/database.item.php:181 msgid "Courrier" msgstr "" @@ -7503,6 +8537,7 @@ msgstr "" #: include/database.item.php:205 include/database.item.php:202 #: include/database.item.php:178 include/database.item.php:179 #: include/database.item.php:182 include/database.item.php:190 +#: include/database.item.php:182 msgid "Proposition" msgstr "" @@ -7514,7 +8549,8 @@ msgstr "" #: include/database.item.php:179 include/ajax/ajax_preference.php:73 #: include/database.item.php:180 include/database.item.php:183 #: include/user.inc.php:84 include/database.item.php:191 -#: include/ajax/ajax_preference.php:74 +#: include/ajax/ajax_preference.php:74 include/user.inc.php:84 +#: include/ajax/ajax_preference.php:74 include/database.item.php:183 msgid "Email" msgstr "" @@ -7522,6 +8558,7 @@ msgstr "" #: include/database.item.php:192 include/database.item.php:195 #: include/database.item.php:193 include/database.item.php:181 #: include/database.item.php:182 include/database.item.php:185 +#: include/database.item.php:185 msgid "Note de frais" msgstr "" @@ -7529,6 +8566,7 @@ msgstr "" #: include/database.item.php:200 include/database.item.php:205 #: include/database.item.php:182 include/database.item.php:183 #: include/database.item.php:186 include/database.item.php:194 +#: include/database.item.php:186 msgid "Réception commande Fournisseur" msgstr "" @@ -7536,6 +8574,7 @@ msgstr "" #: include/database.item.php:199 include/database.item.php:206 #: include/database.item.php:183 include/database.item.php:184 #: include/database.item.php:187 include/database.item.php:195 +#: include/database.item.php:187 msgid "Réception commande Client" msgstr "" @@ -7543,48 +8582,49 @@ msgstr "" #: include/database.item.php:202 include/database.item.php:207 #: include/database.item.php:184 include/database.item.php:185 #: include/database.item.php:188 include/database.item.php:196 +#: include/database.item.php:188 msgid "Réception magazine" msgstr "" #: include/database.item.php:182 include/database.item.php:185 #: include/database.item.php:210 include/database.item.php:187 #: include/database.item.php:188 include/database.item.php:191 -#: include/database.item.php:202 +#: include/database.item.php:202 include/database.item.php:191 msgid "Ajout de fiche" msgstr "" #: include/database.item.php:183 include/database.item.php:186 #: include/database.item.php:211 include/database.item.php:188 #: include/database.item.php:189 include/database.item.php:192 -#: include/database.item.php:203 +#: include/database.item.php:203 include/database.item.php:192 msgid "Création, modification et effacement de fiche" msgstr "" #: include/database.item.php:184 include/database.item.php:187 #: include/database.item.php:212 include/database.item.php:189 #: include/database.item.php:190 include/database.item.php:193 -#: include/database.item.php:204 +#: include/database.item.php:204 include/database.item.php:193 msgid "création, modification et effacement de catégorie de fiche" msgstr "" #: include/database.item.php:185 include/database.item.php:188 #: include/database.item.php:213 include/database.item.php:190 #: include/database.item.php:191 include/database.item.php:194 -#: include/database.item.php:205 +#: include/database.item.php:205 include/database.item.php:194 msgid "Effacer les documents du suivi" msgstr "" #: include/database.item.php:186 include/database.item.php:189 #: include/database.item.php:214 include/database.item.php:191 #: include/database.item.php:192 include/database.item.php:195 -#: include/database.item.php:206 +#: include/database.item.php:206 include/database.item.php:195 msgid "Voir les documents du suivi" msgstr "" #: include/database.item.php:187 include/database.item.php:190 #: include/database.item.php:215 include/database.item.php:192 #: include/database.item.php:193 include/database.item.php:196 -#: include/database.item.php:207 +#: include/database.item.php:207 include/database.item.php:196 msgid "Modifier le type de document" msgstr "" @@ -7595,6 +8635,7 @@ msgstr "" #: include/database.item.php:202 include/database.item.php:201 #: include/database.item.php:203 include/database.item.php:204 #: include/database.item.php:206 include/database.item.php:220 +#: include/database.item.php:202 include/database.item.php:204 msgid "Caisse" msgstr "" @@ -7602,6 +8643,7 @@ msgstr "" #: include/database.item.php:219 include/database.item.php:224 #: include/database.item.php:201 include/database.item.php:202 #: include/database.item.php:205 include/database.item.php:203 +#: include/database.item.php:203 msgid "Paiement électronique" msgstr "" @@ -7610,6 +8652,7 @@ msgstr "" #: include/database.item.php:226 include/database.item.php:203 #: include/database.item.php:204 include/database.item.php:207 #: include/database.item.php:221 include/database.item.php:205 +#: include/database.item.php:205 msgid "Par gérant ou administrateur" msgstr "" @@ -7619,13 +8662,13 @@ msgstr "" #: include/database.item.php:208 include/lib/user_menu.php:165 #: include/lib/user_menu.php:178 include/cfgledger.inc.php:163 #: include/database.item.php:211 include/database.item.php:222 -#: include/class/acc_ledger_search.class.php:1079 -#: include/cfgledger.inc.php:165 include/database.item.php:228 -#: include/database.item.php:245 -#: include/class/acc_ledger_search.class.php:1074 +#: include/class/acc_ledger_search.class.php:1079 include/cfgledger.inc.php:165 +#: include/database.item.php:228 include/database.item.php:245 +#: include/class/acc_ledger_search.class.php:1074 include/database.item.php:209 +#: include/database.item.php:220 include/cfgledger.inc.php:170 +#: include/class/acc_ledger_search.class.php:1082 include/cfgledger.inc.php:170 #: include/database.item.php:209 include/database.item.php:220 -#: include/cfgledger.inc.php:170 -#: include/class/acc_ledger_search.class.php:1082 +#: include/class/acc_ledger_search.class.php:1082 include/lib/user_menu.php:178 msgid "Financier" msgstr "" @@ -7634,6 +8677,7 @@ msgstr "" #: include/database.item.php:231 include/database.item.php:208 #: include/database.item.php:209 include/database.item.php:212 #: include/database.item.php:229 include/database.item.php:210 +#: include/database.item.php:210 msgid "Opération Diverses" msgstr "" @@ -7642,6 +8686,7 @@ msgstr "" #: include/database.item.php:235 include/database.item.php:212 #: include/database.item.php:213 include/database.item.php:216 #: include/database.item.php:236 include/database.item.php:214 +#: include/database.item.php:214 msgid "" "Concerne tous les achats, factures reçues, notes de crédit reçues et notes " "de frais" @@ -7651,6 +8696,7 @@ msgstr "" #: include/database.item.php:236 include/database.item.php:213 #: include/database.item.php:214 include/database.item.php:217 #: include/database.item.php:237 include/database.item.php:215 +#: include/database.item.php:215 msgid "" "Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" msgstr "" @@ -7660,6 +8706,7 @@ msgstr "" #: include/database.item.php:237 include/database.item.php:214 #: include/database.item.php:215 include/database.item.php:218 #: include/database.item.php:238 include/database.item.php:216 +#: include/database.item.php:216 msgid "" "Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." msgstr "" @@ -7669,16 +8716,17 @@ msgstr "" #: include/database.item.php:238 include/database.item.php:215 #: include/database.item.php:216 include/database.item.php:219 #: include/database.item.php:239 include/database.item.php:217 +#: include/database.item.php:217 msgid "Concerne toutes les ventes, notes de crédit envoyées" msgstr "" -#: include/doc_state.inc.php:57 +#: include/doc_state.inc.php:57 include/doc_state.inc.php:57 msgid "Ferme l'action" msgstr "" #: include/dossier.inc.php:49 include/dossier.inc.php:54 #: include/dossier.inc.php:56 include/dossier.inc.php:58 -#: include/dossier.inc.php:65 +#: include/dossier.inc.php:65 include/dossier.inc.php:65 msgid "Le nom du dossier est vide" msgstr "" @@ -7686,18 +8734,19 @@ msgstr "" #: include/dossier.inc.php:74 include/dossier.inc.php:80 #: include/modele.inc.php:65 include/dossier.inc.php:82 #: include/dossier.inc.php:87 include/modele.inc.php:66 +#: include/dossier.inc.php:87 include/modele.inc.php:66 msgid "Désolé vous devez migrer ce modèle en unicode" msgstr "" #: include/dossier.inc.php:58 include/dossier.inc.php:76 #: include/dossier.inc.php:82 include/dossier.inc.php:84 -#: include/dossier.inc.php:89 +#: include/dossier.inc.php:89 include/dossier.inc.php:89 msgid "le modele " msgstr "" #: include/dossier.inc.php:58 include/dossier.inc.php:76 #: include/dossier.inc.php:82 include/dossier.inc.php:84 -#: include/dossier.inc.php:89 +#: include/dossier.inc.php:89 include/dossier.inc.php:89 msgid " doit être migré en unicode." msgstr "" @@ -7705,13 +8754,14 @@ msgstr "" #: include/dossier.inc.php:77 include/dossier.inc.php:83 #: include/modele.inc.php:71 include/modele.inc.php:69 #: include/dossier.inc.php:85 include/dossier.inc.php:90 +#: include/dossier.inc.php:90 include/modele.inc.php:70 msgid "" "Pour le passer en unicode, faites-en un backup puis restaurez le fichier reçu" msgstr "" #: include/dossier.inc.php:76 include/dossier.inc.php:97 #: include/dossier.inc.php:103 include/dossier.inc.php:106 -#: include/dossier.inc.php:111 +#: include/dossier.inc.php:111 include/dossier.inc.php:111 msgid "" "Desole la creation de ce dossier a echoue,\n" " la cause la plus probable est deux fois le même nom de dossier" @@ -7719,13 +8769,13 @@ msgstr "" #: include/dossier.inc.php:94 include/dossier.inc.php:115 #: include/dossier.inc.php:126 include/dossier.inc.php:129 -#: include/dossier.inc.php:134 +#: include/dossier.inc.php:134 include/dossier.inc.php:134 msgid " est une année invalide" msgstr "" #: include/dossier.inc.php:111 include/dossier.inc.php:132 #: include/dossier.inc.php:143 include/dossier.inc.php:146 -#: include/dossier.inc.php:151 +#: include/dossier.inc.php:151 include/dossier.inc.php:151 msgid " Base de donnée " msgstr "" @@ -7735,6 +8785,7 @@ msgstr "" #: include/dossier.inc.php:391 include/dossier.inc.php:392 #: include/dossier.inc.php:147 include/dossier.inc.php:408 #: include/dossier.inc.php:152 include/dossier.inc.php:413 +#: include/dossier.inc.php:152 include/dossier.inc.php:413 msgid "est accèdée, déconnectez-vous d'abord" msgstr "" @@ -7748,7 +8799,8 @@ msgstr "" #: include/modele.inc.php:254 include/modele.inc.php:278 #: include/dossier.inc.php:214 include/modele.inc.php:261 #: include/dossier.inc.php:217 include/dossier.inc.php:222 -#: include/modele.inc.php:262 +#: include/modele.inc.php:262 include/anc_group.inc.php:81 +#: include/dossier.inc.php:222 include/modele.inc.php:262 msgid "Ajouter" msgstr "" @@ -7759,6 +8811,7 @@ msgstr "" #: include/dossier.inc.php:268 include/upgrade.inc.php:78 #: include/upgrade.inc.php:79 include/dossier.inc.php:271 #: include/dossier.inc.php:276 include/upgrade.inc.php:80 +#: include/class/dossier.class.php:379 include/dossier.inc.php:276 #: include/class/dossier.class.php:379 msgid "Dossier inexistant" msgstr "" @@ -7769,6 +8822,7 @@ msgstr "" #: include/modele.inc.php:331 include/dossier.inc.php:278 #: include/modele.inc.php:314 include/dossier.inc.php:281 #: include/dossier.inc.php:286 include/modele.inc.php:315 +#: include/modele.inc.php:320 include/dossier.inc.php:286 #: include/modele.inc.php:320 msgid "Backup" msgstr "" @@ -7776,14 +8830,14 @@ msgstr "" #: include/dossier.inc.php:254 include/dossier.inc.php:251 #: include/dossier.inc.php:273 include/dossier.inc.php:307 #: include/dossier.inc.php:308 include/dossier.inc.php:311 -#: include/dossier.inc.php:316 +#: include/dossier.inc.php:316 include/dossier.inc.php:316 msgid "pas de modèle disponible" msgstr "" #: include/dossier.inc.php:275 include/dossier.inc.php:272 #: include/dossier.inc.php:294 include/dossier.inc.php:330 #: include/dossier.inc.php:331 include/dossier.inc.php:334 -#: include/dossier.inc.php:339 +#: include/dossier.inc.php:339 include/dossier.inc.php:339 msgid "Nom du dossier" msgstr "" @@ -7795,13 +8849,16 @@ msgstr "" #: include/dossier.inc.php:353 include/compta_ach.inc.php:89 #: include/compta_ach.inc.php:91 include/compta_ven.inc.php:98 #: include/dossier.inc.php:358 include/upgrade.inc.php:36 +#: include/compta_ven.inc.php:98 include/upgrade.inc.php:36 +#: include/dossier.inc.php:358 include/compta_ach.inc.php:91 +#: include/operation_ods_confirm.inc.php:51 msgid "Modèle" msgstr "" #: include/dossier.inc.php:286 include/dossier.inc.php:283 #: include/dossier.inc.php:305 include/dossier.inc.php:341 #: include/dossier.inc.php:342 include/dossier.inc.php:358 -#: include/dossier.inc.php:363 +#: include/dossier.inc.php:363 include/dossier.inc.php:363 msgid "Creation Dossier" msgstr "" @@ -7815,7 +8872,9 @@ msgstr "" #: include/ajax/ajax_admin.php:297 include/modele.inc.php:313 #: include/ajax/ajax_admin.php:240 include/ajax/ajax_admin.php:318 #: include/modele.inc.php:318 include/ajax/ajax_admin.php:244 -#: include/ajax/ajax_admin.php:322 +#: include/ajax/ajax_admin.php:322 include/template/list_mod_payment.php:79 +#: include/ajax/ajax_admin.php:244 include/ajax/ajax_admin.php:322 +#: include/modele.inc.php:318 msgid "Modifie" msgstr "" @@ -7823,6 +8882,7 @@ msgstr "" #: include/ajax_admin.php:224 include/ajax/ajax_admin.php:224 #: include/ajax/ajax_admin.php:228 include/ajax/ajax_admin.php:235 #: include/ajax/ajax_admin.php:256 include/ajax/ajax_admin.php:260 +#: include/ajax/ajax_admin.php:260 msgid "Etes vous sûr et certain de vouloir effacer " msgstr "" @@ -7830,6 +8890,7 @@ msgstr "" #: include/ajax_admin.php:228 include/ajax/ajax_admin.php:228 #: include/ajax/ajax_admin.php:232 include/ajax/ajax_admin.php:239 #: include/ajax/ajax_admin.php:260 include/ajax/ajax_admin.php:264 +#: include/ajax/ajax_admin.php:264 msgid "Cochez la case si vous êtes sûr de vouloir effacer ce dossier" msgstr "" @@ -7839,6 +8900,7 @@ msgstr "" #: include/modele.inc.php:413 include/dossier.inc.php:361 #: include/modele.inc.php:396 include/dossier.inc.php:377 #: include/dossier.inc.php:382 include/modele.inc.php:397 +#: include/modele.inc.php:402 include/dossier.inc.php:382 #: include/modele.inc.php:402 msgid "Désolé, vous n'avez pas coché la case" msgstr "" @@ -7846,14 +8908,14 @@ msgstr "" #: include/dossier.inc.php:355 include/dossier.inc.php:311 #: include/dossier.inc.php:334 include/dossier.inc.php:370 #: include/dossier.inc.php:371 include/dossier.inc.php:387 -#: include/dossier.inc.php:392 +#: include/dossier.inc.php:392 include/dossier.inc.php:392 msgid "inexistant" msgstr "" #: include/dossier.inc.php:365 include/dossier.inc.php:321 #: include/dossier.inc.php:354 include/dossier.inc.php:390 #: include/dossier.inc.php:391 include/dossier.inc.php:407 -#: include/dossier.inc.php:412 +#: include/dossier.inc.php:412 include/dossier.inc.php:412 msgid "Base de donnée " msgstr "" @@ -7863,6 +8925,7 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:140 #: include/export/export_fiche_balance_csv.php:153 #: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:517 +#: include/export/export_fiche_balance_csv.php:154 include/fiche.inc.php:517 msgid "ref" msgstr "" @@ -7876,9 +8939,8 @@ msgstr "" #: include/fiche.inc.php:446 include/class_acc_ledger_purchase.php:1772 #: include/class_acc_ledger_sold.php:1341 #: include/class_acc_ledger_purchase.php:1759 -#: include/class_acc_ledger_purchase.php:1758 -#: include/class_balance_age.php:143 include/fiche.inc.php:514 -#: include/template/balance_aged_result.php:53 +#: include/class_acc_ledger_purchase.php:1758 include/class_balance_age.php:143 +#: include/fiche.inc.php:514 include/template/balance_aged_result.php:53 #: include/class_acc_ledger_purchase.php:1757 include/fiche.inc.php:517 #: include/export/export_fiche_balance_csv.php:141 #: include/class/class_acc_ledger_purchase.php:1758 @@ -7919,6 +8981,22 @@ msgstr "" #: include/class/anc_grandlivre.class.php:219 #: include/class/acc_ledger_purchase.class.php:1832 #: include/class/print_ledger_misc.class.php:45 +#: include/template/balance_aged_result.php:53 +#: include/template/acc_ledger_history_purchase_oneline.php:44 +#: include/template/acc_ledger_history_sale_oneline.php:41 +#: include/template/acc_ledger_history_purchase_extended.php:40 +#: include/template/acc_ledger_history_sale_extended.php:40 +#: include/template/letter_all.php:29 +#: include/export/export_fiche_balance_csv.php:155 +#: include/export/export_poste_detail_csv.php:85 +#: include/export/export_poste_detail_csv.php:197 include/fiche.inc.php:518 +#: include/class/acc_ledger_history_generic.class.php:765 +#: include/class/acc_ledger_sold.class.php:1403 +#: include/class/print_ledger_misc.class.php:45 +#: include/class/acc_reconciliation.class.php:492 +#: include/class/acc_ledger_purchase.class.php:1832 +#: include/class/anc_grandlivre.class.php:219 +#: include/class/balance_age.class.php:149 msgid "Interne" msgstr "" @@ -7928,6 +9006,7 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:142 #: include/export/export_fiche_balance_csv.php:155 #: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519 +#: include/export/export_fiche_balance_csv.php:156 include/fiche.inc.php:519 msgid "Comm" msgstr "" @@ -7936,6 +9015,8 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:144 #: include/export/export_fiche_balance_csv.php:157 #: include/export/export_fiche_balance_csv.php:158 +#: include/template/anc_balance_group.php:50 +#: include/export/export_fiche_balance_csv.php:158 msgid "Crébit" msgstr "" @@ -7953,6 +9034,10 @@ msgstr "" #: include/export/export_poste_detail_csv.php:90 #: include/class/anc_grandlivre.class.php:221 #: include/class/anc_grandlivre.class.php:222 +#: include/export/export_fiche_balance_csv.php:159 +#: include/export/export_poste_detail_csv.php:90 +#: include/export/export_fiche_detail_csv.php:79 include/fiche.inc.php:521 +#: include/class/anc_grandlivre.class.php:222 msgid "Prog." msgstr "" @@ -7965,6 +9050,9 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:161 include/fiche.inc.php:522 #: include/export/export_fiche_detail_csv.php:80 #: include/export/export_poste_detail_csv.php:91 +#: include/export/export_fiche_balance_csv.php:161 +#: include/export/export_poste_detail_csv.php:91 +#: include/export/export_fiche_detail_csv.php:80 include/fiche.inc.php:522 msgid "Let." msgstr "" @@ -7972,6 +9060,7 @@ msgstr "" #: include/export/export_fiche_balance_csv.php:148 #: include/export/export_fiche_balance_csv.php:161 #: include/export/export_fiche_balance_csv.php:162 +#: include/export/export_fiche_balance_csv.php:162 msgid "Diff Let." msgstr "" @@ -7980,11 +9069,11 @@ msgstr "" msgid "Options invalides" msgstr "" -#: include/extension_choice.inc.php:37 +#: include/extension_choice.inc.php:37 include/extension_choice.inc.php:37 msgid "Aucune extension disponible" msgstr "" -#: include/extension_get.inc.php:38 +#: include/extension_get.inc.php:38 include/extension_get.inc.php:38 msgid "Ce fichier n'existe pas " msgstr "" @@ -7994,6 +9083,7 @@ msgstr "" #: include/extension.inc.php:49 include/ajax_plugin_detail.php:29 #: include/ajax/ajax_plugin_detail.php:29 +#: include/ajax/ajax_plugin_detail.php:29 msgid "Nouvelle extension" msgstr "" @@ -8007,11 +9097,13 @@ msgstr "" #: include/fiche_def.inc.php:68 #: include/class/template_card_category.class.php:104 +#: include/class/template_card_category.class.php:104 msgid "par exemple ne pas changer Client par fournisseur" msgstr "" #: include/fiche_def.inc.php:69 #: include/class/template_card_category.class.php:105 +#: include/class/template_card_category.class.php:105 msgid "" "sinon le programme fonctionnera mal, utiliser uniquement des chiffres pour " "la classe de base ou rien" @@ -8020,40 +9112,42 @@ msgstr "" #: include/fiche.inc.php:63 include/ext/rapport_avance/index.php:58 #: include/template/calendar.php:10 include/ext/rapport_avance/index.php:60 #: include/ext/listing/index.php:60 include/ext/listing/index.php:58 +#: include/template/calendar.php:10 include/fiche.inc.php:63 msgid "Liste" msgstr "" -#: include/fiche.inc.php:65 +#: include/fiche.inc.php:65 include/fiche.inc.php:65 msgid "Historique Lettré" msgstr "" -#: include/fiche.inc.php:66 +#: include/fiche.inc.php:66 include/fiche.inc.php:66 msgid "Historique Lettré et montants différents" msgstr "" -#: include/fiche.inc.php:67 +#: include/fiche.inc.php:67 include/fiche.inc.php:67 msgid "Historique non Lettré" msgstr "" #: include/fiche.inc.php:68 include/balance.inc.php:184 #: include/class/class_pdf_operation.php:107 +#: include/class/pdf_operation.class.php:107 include/fiche.inc.php:68 #: include/class/pdf_operation.class.php:107 msgid "Résumé" msgstr "" -#: include/fiche.inc.php:70 include/fiche.inc.php:72 +#: include/fiche.inc.php:70 include/fiche.inc.php:72 include/fiche.inc.php:72 msgid "Balance non soldée" msgstr "" #: include/fiche.inc.php:175 include/fiche.inc.php:179 #: include/fiche.inc.php:181 include/fiche.inc.php:182 -#: include/fiche.inc.php:183 +#: include/fiche.inc.php:183 include/fiche.inc.php:183 msgid "Fiche non effacées" msgstr "" #: include/fiche.inc.php:176 include/fiche.inc.php:180 #: include/fiche.inc.php:182 include/fiche.inc.php:183 -#: include/fiche.inc.php:184 +#: include/fiche.inc.php:184 include/fiche.inc.php:184 msgid " Ces fiches n'ont pas été effacées " msgstr "" @@ -8061,12 +9155,13 @@ msgstr "" #: include/fiche.inc.php:123 include/fiche.inc.php:125 #: include/fiche.inc.php:383 include/fiche.inc.php:386 #: include/fiche.inc.php:133 include/fiche.inc.php:387 +#: include/fiche.inc.php:133 include/fiche.inc.php:387 msgid "Aucune fiche trouvée" msgstr "" #: include/fiche.inc.php:312 include/fiche.inc.php:317 #: include/fiche.inc.php:390 include/fiche.inc.php:393 -#: include/fiche.inc.php:394 +#: include/fiche.inc.php:394 include/fiche.inc.php:394 msgid "Filtre rapide:" msgstr "" @@ -8076,37 +9171,37 @@ msgstr "" #: include/forecast.inc.php:241 include/forecast.inc.php:385 #: include/forecast.inc.php:381 include/forecast.inc.php:375 -#: include/forecast.inc.php:389 +#: include/forecast.inc.php:389 include/forecast.inc.php:389 msgid "Ajout d'une prévision" msgstr "" #: include/forecast.inc.php:360 include/forecast.inc.php:340 #: include/forecast.inc.php:336 include/forecast.inc.php:330 -#: include/forecast.inc.php:344 +#: include/forecast.inc.php:344 include/forecast.inc.php:344 msgid "Modifier nom ou catégories" msgstr "" #: include/forecast.inc.php:361 include/forecast.inc.php:341 #: include/forecast.inc.php:337 include/forecast.inc.php:331 -#: include/forecast.inc.php:345 +#: include/forecast.inc.php:345 include/forecast.inc.php:345 msgid "Modifier éléments" msgstr "" #: include/forecast.inc.php:363 include/forecast.inc.php:343 #: include/forecast.inc.php:339 include/forecast.inc.php:333 -#: include/forecast.inc.php:347 +#: include/forecast.inc.php:347 include/forecast.inc.php:347 msgid "Vous confirmez l\\' effacement" msgstr "" #: include/forecast.inc.php:364 include/forecast.inc.php:344 #: include/forecast.inc.php:340 include/forecast.inc.php:334 -#: include/forecast.inc.php:348 +#: include/forecast.inc.php:348 include/forecast.inc.php:348 msgid "Cloner" msgstr "" #: include/forecast.inc.php:364 include/forecast.inc.php:344 #: include/forecast.inc.php:340 include/forecast.inc.php:334 -#: include/forecast.inc.php:348 +#: include/forecast.inc.php:348 include/forecast.inc.php:348 msgid "Vous confirmez le clonage " msgstr "" @@ -8116,12 +9211,12 @@ msgstr "" #: include/forecast.inc.php:373 include/forecast.inc.php:355 #: include/forecast.inc.php:351 include/forecast.inc.php:345 -#: include/forecast.inc.php:359 +#: include/forecast.inc.php:359 include/forecast.inc.php:359 msgid "Vous devez corriger" msgstr "" #: include/impress_bilan.inc.php:64 include/impress_bilan.inc.php:71 -#: include/impress_bilan.inc.php:78 +#: include/impress_bilan.inc.php:78 include/impress_bilan.inc.php:78 msgid "Verification comptabilite" msgstr "" @@ -8139,15 +9234,16 @@ msgid "" msgstr "" #: include/impress_gl_comptes.inc.php:63 include/impress_poste.inc.php:94 +#: include/impress_poste.inc.php:87 include/impress_gl_comptes.inc.php:63 #: include/impress_poste.inc.php:87 msgid "Jusque " msgstr "" -#: include/impress_gl_comptes.inc.php:80 +#: include/impress_gl_comptes.inc.php:80 include/impress_gl_comptes.inc.php:80 msgid "Depuis le poste" msgstr "" -#: include/impress_gl_comptes.inc.php:84 +#: include/impress_gl_comptes.inc.php:84 include/impress_gl_comptes.inc.php:84 msgid "Jusqu'au poste" msgstr "" @@ -8157,11 +9253,15 @@ msgstr "" #: include/balance.inc.php:183 include/balance.inc.php:195 #: include/balance.inc.php:196 include/impress_jrn.inc.php:146 #: include/impress_rapport.inc.php:286 include/balance.inc.php:199 -#: include/impress_jrn.inc.php:160 +#: include/impress_jrn.inc.php:160 include/impress_gl_comptes.inc.php:100 +#: include/impress_rapport.inc.php:286 include/impress_jrn.inc.php:160 +#: include/impress_rec.inc.php:79 include/balance.inc.php:199 +#: include/impress_poste.inc.php:114 msgid "Visualisation" msgstr "" #: include/lettering.account.inc.php:47 include/lettering.account.inc.php:53 +#: include/lettering.account.inc.php:53 msgid "Lettrage pour le poste comptable " msgstr "" @@ -8170,6 +9270,9 @@ msgstr "" #: include/lettering.card.inc.php:76 include/lettering.gestion.inc.php:74 #: include/lettering.gestion.inc.php:73 include/lettering.account.inc.php:67 #: include/lettering.account.inc.php:80 include/lettering.account.inc.php:124 +#: include/lettering.gestion.inc.php:73 include/lettering.account.inc.php:67 +#: include/lettering.account.inc.php:80 include/lettering.account.inc.php:124 +#: include/lettering.card.inc.php:62 include/lettering.card.inc.php:76 msgid "Date malformée, désolé" msgstr "" @@ -8177,43 +9280,50 @@ msgstr "" #: include/lettering.gestion.inc.php:34 #: include/ext/tools/include/export_operation.inc.php:33 #: include/lettering.gestion.inc.php:33 include/lettering.account.inc.php:85 +#: include/lettering.gestion.inc.php:33 include/lettering.account.inc.php:85 +#: include/lettering.card.inc.php:82 msgid "Date fin" msgstr "" #: include/lettering.account.inc.php:84 include/lettering.card.inc.php:89 #: include/lettering.gestion.inc.php:41 include/lettering.gestion.inc.php:40 -#: include/lettering.account.inc.php:92 +#: include/lettering.account.inc.php:92 include/lettering.gestion.inc.php:40 +#: include/lettering.account.inc.php:92 include/lettering.card.inc.php:89 msgid "Toutes opérations" msgstr "" #: include/lettering.account.inc.php:85 include/lettering.card.inc.php:90 #: include/lettering.gestion.inc.php:42 include/lettering.gestion.inc.php:41 #: include/lettering.account.inc.php:93 include/impress_poste.inc.php:104 +#: include/lettering.gestion.inc.php:41 include/lettering.account.inc.php:93 +#: include/impress_poste.inc.php:104 include/lettering.card.inc.php:90 msgid "Opérations lettrées" msgstr "" #: include/lettering.account.inc.php:86 include/lettering.card.inc.php:91 -#: include/lettering.account.inc.php:94 +#: include/lettering.account.inc.php:94 include/lettering.account.inc.php:94 +#: include/lettering.card.inc.php:91 msgid "Opérations lettrées montants différents" msgstr "" #: include/lettering.account.inc.php:87 include/lettering.card.inc.php:92 #: include/lettering.gestion.inc.php:43 include/lettering.gestion.inc.php:42 -#: include/lettering.account.inc.php:95 +#: include/lettering.account.inc.php:95 include/lettering.gestion.inc.php:42 +#: include/lettering.account.inc.php:95 include/lettering.card.inc.php:92 msgid "Opérations NON lettrées" msgstr "" -#: include/lettering.card.inc.php:50 +#: include/lettering.card.inc.php:50 include/lettering.card.inc.php:50 msgid "Lettrage pour la fiche " msgstr "" #: include/manager.inc.php:88 include/manager.inc.php:99 #: include/manager.inc.php:102 include/manager.inc.php:103 +#: include/manager.inc.php:103 msgid "Inclure les employés sans opération :" msgstr "" -#: include/operation_ods_new.inc.php:93 -#: include/ext/modop/modop_display.php:165 +#: include/operation_ods_new.inc.php:93 include/ext/modop/modop_display.php:165 #: include/ext/coprop/include/appel_fond.inc.php:87 #: include/ext/coprop/include/appel_fond.inc.php:156 #: include/ext/coprop/include/class_coprop_appel_fond.php:204 @@ -8221,12 +9331,12 @@ msgstr "" #: include/ext/coprop/include/class_coprop_appel_fond.php:224 #: include/ext/coprop/include/class_coprop_appel_fond.php:223 #: include/anc_od.inc.php:152 include/ext/modop/modop_display.php:138 -#: include/ext/modop/modop_display.php:155 -#: include/operation_ods_new.inc.php:85 +#: include/ext/modop/modop_display.php:155 include/operation_ods_new.inc.php:85 #: include/ext/coprop/include/coprop_appel_fond.class.php:223 #: include/anc_od.inc.php:150 include/ext/coprop/include/appel_fond.inc.php:88 #: include/ext/coprop/include/appel_fond.inc.php:158 #: include/ext/coprop/include/coprop_appel_fond.class.php:252 +#: include/operation_ods_new.inc.php:85 include/anc_od.inc.php:150 msgid "Difference" msgstr "" @@ -8238,12 +9348,12 @@ msgstr "" #: include/ext/coprop/include/class_coprop_appel_fond.php:219 #: include/ext/coprop/include/class_coprop_appel_fond.php:218 #: include/ext/modop/modop_display.php:133 -#: include/ext/modop/modop_display.php:150 -#: include/operation_ods_new.inc.php:94 +#: include/ext/modop/modop_display.php:150 include/operation_ods_new.inc.php:94 #: include/ext/coprop/include/coprop_appel_fond.class.php:218 #: include/ext/coprop/include/appel_fond.inc.php:83 #: include/ext/coprop/include/appel_fond.inc.php:153 #: include/ext/coprop/include/coprop_appel_fond.class.php:247 +#: include/operation_ods_new.inc.php:94 msgid "Ajout d'une ligne" msgstr "" @@ -8256,16 +9366,19 @@ msgstr "" #: include/ajax/ajax_boxcard_search.php:66 include/class/class_fiche.php:1597 #: include/class/class_fiche.php:1600 include/template/pcmn_update.php:28 #: include/template/pcmn_update.php:36 include/class/class_fiche.php:1599 -#: include/class/class_fiche.php:1602 -#: include/class/class_pdf_operation.php:246 -#: include/class/fiche.class.php:1756 -#: include/class/pdf_operation.class.php:246 +#: include/class/class_fiche.php:1602 include/class/class_pdf_operation.php:246 +#: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246 #: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759 +#: include/template/pcmn_update.php:28 include/template/pcmn_update.php:36 +#: include/template/account_result.php:13 +#: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1761 +#: include/class/pdf_operation.class.php:246 msgid "Poste comptable" msgstr "" #: include/param_pcmn.inc.php:55 include/param_pcmn.inc.php:56 #: include/template/pcmn_update.php:39 include/template/pcmn_update.php:40 +#: include/template/pcmn_update.php:40 msgid "Parent" msgstr "" @@ -8286,11 +9399,15 @@ msgstr "" #: include/ajax/ajax_admin.php:276 include/cfgledger.inc.php:136 #: include/ajax/ajax_admin.php:254 include/ajax/ajax_admin.php:280 #: include/ajax/ajax_card.php:171 include/cfgledger.inc.php:139 +#: include/payment_middle.inc.php:54 include/cfgledger.inc.php:139 +#: include/ajax/ajax_card.php:171 include/ajax/ajax_admin.php:254 +#: include/ajax/ajax_admin.php:280 msgid "Efface" msgstr "" #: include/payment_middle.inc.php:56 include/payment_middle.inc.php:104 #: include/payment_middle.inc.php:55 include/payment_middle.inc.php:105 +#: include/payment_middle.inc.php:106 include/payment_middle.inc.php:55 #: include/payment_middle.inc.php:106 msgid "Retour sans sauver" msgstr "" @@ -8299,6 +9416,7 @@ msgstr "" #: include/anc_pa.inc.php:99 include/anc_pa.inc.php:192 #: include/anc_pa.inc.php:194 include/payment_middle.inc.php:104 #: include/anc_pa.inc.php:57 include/payment_middle.inc.php:105 +#: include/payment_middle.inc.php:105 include/anc_pa.inc.php:57 msgid "Enregistre" msgstr "" @@ -8307,7 +9425,7 @@ msgid "Valeurs invalides" msgstr "" #: include/report.inc.php:97 include/report.inc.php:83 -#: include/report.inc.php:82 +#: include/report.inc.php:82 include/report.inc.php:82 msgid "Définition" msgstr "" @@ -8315,30 +9433,32 @@ msgstr "" #: include/report.inc.php:144 include/report.inc.php:91 #: include/report.inc.php:106 include/report.inc.php:132 #: include/report.inc.php:90 include/report.inc.php:131 +#: include/report.inc.php:90 include/report.inc.php:105 +#: include/report.inc.php:131 msgid "Les lignes vides seront effacées" msgstr "" #: include/report.inc.php:116 include/report.inc.php:102 -#: include/report.inc.php:101 +#: include/report.inc.php:101 include/report.inc.php:101 msgid "Importer ce rapport" msgstr "" #: include/report.inc.php:133 include/report.inc.php:119 -#: include/report.inc.php:118 +#: include/report.inc.php:118 include/report.inc.php:118 msgid "Mise a jour" msgstr "" #: include/report.inc.php:134 include/report.inc.php:120 -#: include/report.inc.php:119 +#: include/report.inc.php:119 include/report.inc.php:119 msgid "Effacement" msgstr "" -#: include/stock_cfg.inc.php:37 +#: include/stock_cfg.inc.php:37 include/stock_cfg.inc.php:37 msgid "Vous n'utilisez pas de gestion de stock" msgstr "" #: include/supplier.inc.php:90 include/supplier.inc.php:99 -#: include/supplier.inc.php:101 +#: include/supplier.inc.php:101 include/supplier.inc.php:101 msgid "Inclure les fournisseurs sans opération :" msgstr "" @@ -8349,22 +9469,24 @@ msgstr "" #: include/user_menu.php:110 include/user_menu.php:120 #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 +#: include/lib/user_menu.php:117 include/lib/user_menu.php:140 msgid "Utilisateurs" msgstr "" #: include/user_menu.php:110 include/user_menu.php:120 #: include/lib/user_menu.php:116 include/lib/user_menu.php:129 #: include/lib/user_menu.php:117 include/lib/user_menu.php:140 +#: include/lib/user_menu.php:117 include/lib/user_menu.php:140 msgid "Gestion des utilisateurs" msgstr "" #: include/user_menu.php:111 include/lib/user_menu.php:117 -#: include/lib/user_menu.php:118 +#: include/lib/user_menu.php:118 include/lib/user_menu.php:118 msgid "Dossiers" msgstr "" #: include/user_menu.php:111 include/lib/user_menu.php:117 -#: include/lib/user_menu.php:118 +#: include/lib/user_menu.php:118 include/lib/user_menu.php:118 msgid "Gestion des dossiers" msgstr "" @@ -8372,68 +9494,78 @@ msgstr "" #: include/modele.inc.php:250 include/lib/user_menu.php:118 #: include/modele.inc.php:274 include/lib/user_menu.php:119 #: include/modele.inc.php:257 include/modele.inc.php:258 +#: include/modele.inc.php:258 include/lib/user_menu.php:119 msgid "Modèles" msgstr "" #: include/user_menu.php:112 include/lib/user_menu.php:118 -#: include/lib/user_menu.php:119 +#: include/lib/user_menu.php:119 include/lib/user_menu.php:119 msgid "Gestion des modèles" msgstr "" #: include/user_menu.php:113 include/lib/user_menu.php:119 -#: include/lib/user_menu.php:120 +#: include/lib/user_menu.php:120 include/lib/user_menu.php:120 msgid "Restaure" msgstr "" #: include/user_menu.php:113 include/lib/user_menu.php:119 -#: include/lib/user_menu.php:120 +#: include/lib/user_menu.php:120 include/lib/user_menu.php:120 msgid "Restaure une base de données" msgstr "" #: include/user_menu.php:114 include/user_menu.php:121 #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 +#: include/lib/user_menu.php:122 include/lib/user_menu.php:141 msgid "Audit" msgstr "" #: include/user_menu.php:114 include/user_menu.php:121 #: include/lib/user_menu.php:121 include/lib/user_menu.php:130 #: include/lib/user_menu.php:122 include/lib/user_menu.php:141 +#: include/lib/user_menu.php:122 include/lib/user_menu.php:141 msgid "Utilisateurs qui se sont connectés" msgstr "" #: include/user_menu.php:147 include/user_menu.php:151 #: include/lib/user_menu.php:160 include/lib/user_menu.php:173 +#: include/lib/user_menu.php:173 msgid " Hors Bilan" msgstr "" #: include/user_menu.php:148 include/user_menu.php:152 #: include/lib/user_menu.php:161 include/lib/user_menu.php:174 +#: include/lib/user_menu.php:174 msgid " Immobilisé" msgstr "" #: include/user_menu.php:149 include/user_menu.php:153 #: include/lib/user_menu.php:162 include/lib/user_menu.php:175 +#: include/lib/user_menu.php:175 msgid "Actif a un an au plus" msgstr "" #: include/user_menu.php:150 include/user_menu.php:154 #: include/lib/user_menu.php:163 include/lib/user_menu.php:176 +#: include/lib/user_menu.php:176 msgid "Stock et commande" msgstr "" #: include/user_menu.php:151 include/user_menu.php:155 #: include/lib/user_menu.php:164 include/lib/user_menu.php:177 +#: include/lib/user_menu.php:177 msgid "Compte tiers" msgstr "" #: include/user_menu.php:153 include/user_menu.php:157 #: include/lib/user_menu.php:166 include/lib/user_menu.php:179 +#: include/lib/user_menu.php:179 msgid "Charges" msgstr "" #: include/user_menu.php:154 include/user_menu.php:158 #: include/lib/user_menu.php:167 include/lib/user_menu.php:180 +#: include/lib/user_menu.php:180 msgid "Produits" msgstr "" @@ -8441,40 +9573,44 @@ msgstr "" #: include/user_menu.php:159 include/user_menu.php:160 #: include/lib/user_menu.php:168 include/lib/user_menu.php:169 #: include/lib/user_menu.php:181 include/lib/user_menu.php:182 +#: include/lib/user_menu.php:181 include/lib/user_menu.php:182 msgid "Hors Comptabilité" msgstr "" #: include/template/account_result.php:6 include/template/card_result.php:6 +#: include/template/card_result.php:6 include/template/account_result.php:6 msgid "Résultats" msgstr "" +#: include/template/account_result.php:59 #: include/template/account_result.php:59 msgid "Nombre d'enregistrements" msgstr "" -#: include/template/account_search.php:5 +#: include/template/account_search.php:5 include/template/account_search.php:5 msgid "Partie du poste comptable ou du libellé" msgstr "" -#: include/template/action_button.php:35 +#: include/template/action_button.php:35 include/template/action_button.php:35 msgid "Ajout Action" msgstr "" #: include/template/action_search.php:39 include/template/action_search.php:33 +#: include/template/action_search.php:33 include/template/action_search.php:39 msgid "Recherche avancée" msgstr "" #: include/template/action_search.php:67 include/template/tag_choose.php:5 -#: include/template/action_search.php:81 -#: include/template/action_search.php:115 +#: include/template/action_search.php:81 include/template/action_search.php:115 #: include/template/action_search.php:129 include/class/tag.class.php:85 +#: include/template/action_search.php:129 include/template/tag_choose.php:5 +#: include/class/tag.class.php:85 msgid "Etiquette" msgstr "" #: include/template/action_search.php:94 include/template/detail-action.php:65 #: include/template/action_search_result.php:53 -#: include/template/detail-action.php:125 -#: include/template/detail-action.php:40 +#: include/template/detail-action.php:125 include/template/detail-action.php:40 #: include/template/detail-action.php:133 #: include/template/action_search.php:108 #: include/template/detail-action.php:139 @@ -8482,6 +9618,10 @@ msgstr "" #: include/template/action_search.php:51 #: include/template/action_display_short.php:97 #: include/template/action_search.php:47 include/template/action_show.php:39 +#: include/template/action_show.php:39 +#: include/template/action_display_short.php:97 +#: include/template/action_search.php:47 include/template/detail-action.php:40 +#: include/template/action_search_result.php:53 msgid "Destinataire" msgstr "" @@ -8492,54 +9632,60 @@ msgstr "" #: include/template/detail-action.php:119 #: include/ext/sav/include/template/sas_display_detail.php:145 #: include/template/detail-action.php:124 +#: include/template/detail-action.php:123 include/template/action_search.php:60 +#: include/template/action_search.php:56 include/template/action_search.php:56 #: include/template/detail-action.php:123 -#: include/template/action_search.php:60 include/template/action_search.php:56 msgid "Etat" msgstr "" #: include/template/action_search.php:107 -#: include/template/action_search.php:121 -#: include/template/action_search.php:64 include/template/action_search.php:60 +#: include/template/action_search.php:121 include/template/action_search.php:64 +#: include/template/action_search.php:60 include/template/action_search.php:60 msgid "Exclure Etat" msgstr "" #: include/template/action_search.php:110 -#: include/template/action_search.php:124 -#: include/template/action_search.php:67 include/template/action_search.php:63 +#: include/template/action_search.php:124 include/template/action_search.php:67 +#: include/template/action_search.php:63 include/template/action_search.php:63 #, php-format msgid "contenant le mot" msgstr "" #: include/template/action_search.php:114 #: include/template/document_mod_change.php:25 -#: include/template/action_search.php:128 -#: include/template/action_search.php:71 include/template/action_search.php:67 +#: include/template/action_search.php:128 include/template/action_search.php:71 +#: include/template/action_search.php:67 +#: include/template/document_mod_change.php:25 +#: include/template/action_search.php:67 msgid "Type de document" msgstr "" -#: include/template/action_search.php:119 -#: include/template/action_search.php:52 include/template/action_search.php:86 +#: include/template/action_search.php:119 include/template/action_search.php:52 +#: include/template/action_search.php:86 include/template/action_search.php:82 #: include/template/action_search.php:82 #, php-format msgid "Après le " msgstr "" -#: include/template/action_search.php:126 -#: include/template/action_search.php:59 include/template/action_search.php:93 +#: include/template/action_search.php:126 include/template/action_search.php:59 +#: include/template/action_search.php:93 include/template/action_search.php:89 #: include/template/action_search.php:89 msgid "Avant le" msgstr "" #: include/template/action_search.php:133 -#: include/template/action_search.php:134 -#: include/template/action_search.php:77 include/template/action_search.php:73 +#: include/template/action_search.php:134 include/template/action_search.php:77 +#: include/template/action_search.php:73 include/template/action_search.php:73 msgid "Uniquement actions internes" msgstr "" +#: include/template/category_of_card.php:17 #: include/template/category_of_card.php:17 msgid "Nom de la catégorie de fiche" msgstr "" +#: include/template/category_of_card.php:21 +#: include/template/fiche_def_input.php:18 #: include/template/category_of_card.php:21 #: include/template/fiche_def_input.php:18 msgid "Classe de base" @@ -8547,11 +9693,13 @@ msgstr "" #: include/template/category_of_card.php:28 #: include/template/category_of_card.php:32 +#: include/template/category_of_card.php:32 msgid "Création automatique du poste comptable" msgstr "" #: include/template/category_of_card.php:32 #: include/template/category_of_card.php:36 +#: 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 " @@ -8560,6 +9708,7 @@ msgstr "" #: include/template/category_of_card.php:35 #: include/template/category_of_card.php:39 +#: 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 " @@ -8568,6 +9717,7 @@ msgstr "" #: include/template/category_of_card.php:38 #: include/template/category_of_card.php:42 +#: include/template/category_of_card.php:42 msgid " A moins qu'en créant la fiche, vous forcez un autre poste comptable" msgstr "" @@ -8583,33 +9733,39 @@ msgstr "" #: include/template/calendar-list.php:34 include/lib/html_input.class.php:943 #: include/ajax/ajax_calendar_zoom.php:26 include/lib/html_input.class.php:991 #: include/ajax/ajax_calendar_zoom.php:32 include/lib/html_input.class.php:992 +#: include/template/dashboard.php:6 include/template/calendar-list.php:34 +#: include/impress_rapport.inc.php:234 include/ajax/ajax_calendar_zoom.php:32 +#: include/lib/html_input.class.php:992 msgid "Calendrier" msgstr "" #: include/template/dashboard.php:35 include/template/dashboard.php:171 #: include/template/dashboard.php:175 include/template/dashboard.php:154 +#: include/template/dashboard.php:154 msgid "Aucune periode par defaut" msgstr "" #: include/template/dashboard.php:59 include/template/dashboard.php:195 #: include/template/dashboard.php:199 include/template/dashboard.php:178 -#: include/template/dashboard.php:183 +#: include/template/dashboard.php:183 include/template/dashboard.php:183 msgid "Aucun rapport défini" msgstr "" #: include/template/dashboard.php:60 include/template/dashboard.php:197 #: include/template/dashboard.php:201 include/template/dashboard.php:180 -#: include/template/dashboard.php:185 +#: include/template/dashboard.php:185 include/template/dashboard.php:185 msgid "Cliquez ici pour mettre à jour vos préférences" msgstr "" #: include/template/dashboard.php:185 include/template/dashboard.php:10 +#: include/template/dashboard.php:10 msgid "Pense-Bête" msgstr "" #: include/template/dashboard.php:291 include/template/dashboard.php:273 #: include/template/dashboard.php:277 include/template/dashboard.php:256 #: include/template/dashboard.php:261 include/template/dashboard.php:270 +#: include/template/dashboard.php:270 msgid "Dernières opérations" msgstr "" @@ -8622,12 +9778,14 @@ msgstr "" #: include/template/detail-action.php:248 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:122 #: include/template/dashboard.php:304 include/template/detail-action.php:254 -#: include/template/todo_list_display.php:54 -#: include/template/dashboard.php:334 include/template/dashboard.php:339 -#: include/template/detail-action.php:259 +#: include/template/todo_list_display.php:54 include/template/dashboard.php:334 +#: include/template/dashboard.php:339 include/template/detail-action.php:259 #: include/template/detail-action.php:258 include/template/dashboard.php:348 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:139 #: include/template/action_show.php:40 include/template/dashboard.php:346 +#: include/template/action_show.php:40 include/template/dashboard.php:346 +#: include/template/todo_list_display.php:54 +#: include/template/action_search_result.php:50 msgid "Titre" msgstr "" @@ -8636,10 +9794,12 @@ msgid "Informations générales" msgstr "" #: include/template/detail-action.php:19 include/template/detail-action.php:12 +#: include/template/detail-action.php:12 msgid "N° document" msgstr "" #: include/template/detail-action.php:27 include/template/detail-action.php:20 +#: include/template/detail-action.php:20 msgid "Reference" msgstr "" @@ -8649,14 +9809,16 @@ msgstr "" #: include/template/detail-action.php:104 #: include/template/action_display_short.php:88 #: include/template/action_display_short.php:89 +#: include/template/action_display_short.php:89 +#: include/template/detail-action.php:104 msgid "Heure" msgstr "" -#: include/template/detail-action.php:55 -#: include/template/detail-action.php:104 +#: include/template/detail-action.php:55 include/template/detail-action.php:104 #: include/template/detail-action.php:110 #: include/template/detail-action.php:115 #: include/template/detail-action.php:114 +#: include/template/detail-action.php:114 msgid "Date limite" msgstr "" @@ -8680,7 +9842,16 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1085 #: include/class/acc_plan_mtable.class.php:46 #: include/class/fiche.class.php:1461 +#: include/class/acc_ledger_search.class.php:1093 include/user.inc.php:147 +#: include/template/pcmn_update.php:42 include/template/menu_detail.php:51 +#: include/template/impress_cat_card.php:10 +#: include/template/detail-action.php:29 +#: include/template/action_search_result.php:56 include/user_detail.inc.php:168 +#: include/export/export_gl_csv.php:96 include/menu.inc.php:111 #: include/class/acc_ledger_search.class.php:1093 +#: include/class/acc_plan_mtable.class.php:46 +#: include/class/acc_account_ledger.class.php:398 +#: include/class/fiche.class.php:1463 include/card_attr.inc.php:96 msgid "Type" msgstr "" @@ -8691,6 +9862,8 @@ msgstr "" #: include/template/detail-action.php:133 #: include/template/action_display_short.php:99 #: include/template/action_display_short.php:100 +#: include/template/action_display_short.php:100 +#: include/template/detail-action.php:133 msgid "Priorité" msgstr "" @@ -8718,6 +9891,8 @@ msgstr "" #: include/class/follow_up.class.php:2017 #: include/class/follow_up.class.php:1954 #: include/class/follow_up.class.php:2018 +#: include/class/follow_up.class.php:1954 +#: include/class/follow_up.class.php:2018 #, php-format msgid "Voulez-vous effacer cette action " msgstr "" @@ -8767,6 +9942,15 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1406 #: include/class/acc_ledger_purchase.class.php:1835 #: include/class/print_ledger_misc.class.php:47 +#: include/template/detail-action.php:245 +#: include/template/form_ledger_fin.php:42 +#: include/export/export_stock_histo_csv.php:44 +#: include/stock_inv_histo.inc.php:78 +#: include/class/acc_ledger_history_generic.class.php:683 +#: include/class/acc_ledger_sold.class.php:1406 +#: include/class/print_ledger_misc.class.php:47 +#: include/class/acc_ledger_purchase.class.php:1835 +#: include/class/pdf_operation.class.php:82 msgid "Commentaire" msgstr "" @@ -8790,6 +9974,7 @@ msgstr "" #: include/template/detail-action.php:314 #: include/template/detail-action.php:318 #: include/template/detail-action.php:317 +#: include/template/detail-action.php:319 msgid "prix unitaire" msgstr "" @@ -8829,6 +10014,11 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1843 #: include/class/acc_ledger_sold.class.php:1417 #: include/class/acc_ledger_purchase.class.php:1846 +#: include/template/detail-action.php:321 +#: include/template/acc_ledger_history_purchase_extended.php:129 +#: include/template/acc_ledger_history_sale_extended.php:129 +#: include/class/acc_ledger_sold.class.php:1417 +#: include/class/acc_ledger_purchase.class.php:1846 msgid "Code TVA" msgstr "" @@ -8842,6 +10032,7 @@ msgstr "" #: include/template/detail-action.php:345 #: include/template/detail-action.php:349 #: include/template/detail-action.php:348 +#: include/template/detail-action.php:350 msgid "Montrer les détails" msgstr "" @@ -8855,6 +10046,7 @@ msgstr "" #: include/template/detail-action.php:346 #: include/template/detail-action.php:350 #: include/template/detail-action.php:349 +#: include/template/detail-action.php:351 msgid "Cacher les détails" msgstr "" @@ -8872,6 +10064,7 @@ msgstr "" #: include/template/detail-action.php:377 #: include/template/detail-action.php:379 #: include/ext/invoicing/include/invoicing.inc.php:100 +#: include/template/detail-action.php:379 msgid "Document à générer" msgstr "" @@ -8885,6 +10078,7 @@ msgstr "" #: include/template/detail-action.php:403 #: include/template/detail-action.php:407 #: include/template/detail-action.php:405 +#: include/template/detail-action.php:407 msgid "Pièces attachées" msgstr "" @@ -8898,6 +10092,7 @@ msgstr "" #: include/template/detail-action.php:438 #: include/template/detail-action.php:442 #: include/template/detail-action.php:440 +#: include/template/detail-action.php:438 #, php-format msgid "Voulez-vous effacer le document" msgstr "" @@ -8912,17 +10107,21 @@ msgstr "" #: include/template/detail-action.php:461 #: include/template/detail-action.php:465 #: include/template/detail-action.php:463 +#: include/template/detail-action.php:461 msgid "Je ne peux pas ajouter de fichier" msgstr "" +#: include/template/document_mod_change.php:45 #: include/template/document_mod_change.php:45 msgid "Préfixe" msgstr "" +#: include/template/document_mod_change.php:56 #: include/template/document_mod_change.php:56 msgid "numéro actuel" msgstr "" +#: include/template/document_mod_change.php:71 #: include/template/document_mod_change.php:71 msgid "Prochain numéro" msgstr "" @@ -8933,52 +10132,62 @@ msgid "" "poste" msgstr "" -#: include/template/forecast_cat.php:11 +#: include/template/forecast_cat.php:11 include/template/forecast_cat.php:11 msgid "Catégories" msgstr "" -#: include/template/forecast_cat.php:14 +#: include/template/forecast_cat.php:14 include/template/forecast_cat.php:14 msgid "Ordre" msgstr "" +#: include/template/forecast-detail.php:12 #: include/template/forecast-detail.php:12 msgid "Formules" msgstr "" +#: include/template/forecast-detail.php:13 #: include/template/forecast-detail.php:13 msgid "ou QuickCode" msgstr "" +#: include/template/forecast-detail.php:16 #: include/template/forecast-detail.php:16 msgid "Débit ou Crédit" msgstr "" +#: include/template/forecast_result.php:36 #: include/template/forecast_result.php:36 msgid "Estimé" msgstr "" +#: include/template/forecast_result.php:71 #: include/template/forecast_result.php:71 msgid "Réel" msgstr "" +#: include/template/forecast_result.php:84 #: include/template/forecast_result.php:84 msgid "Total réel" msgstr "" #: include/template/forecast_result.php:102 #: include/template/forecast_result.php:182 include/verif_bilan.inc.php:43 -#: include/verif_bilan.inc.php:74 +#: include/verif_bilan.inc.php:74 include/template/forecast_result.php:102 +#: include/template/forecast_result.php:182 include/verif_bilan.inc.php:74 msgid "Différence" msgstr "" +#: include/template/forecast_result.php:128 #: include/template/forecast_result.php:128 msgid "Diff. cumul." msgstr "" +#: include/template/forecast_result.php:176 #: include/template/forecast_result.php:176 msgid "Total Catégorie estimé" msgstr "" +#: include/template/forecast_result.php:179 #: include/template/forecast_result.php:179 msgid "Total Catégorie réel" msgstr "" @@ -8987,6 +10196,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:19 #: include/template/form_ledger_detail.php:70 #: include/template/form_ledger_detail.php:74 +#: include/template/form_ledger_detail.php:74 +#: include/template/predf_ledger_detail.php:19 msgid "prix/unité htva" msgstr "" @@ -9021,6 +10232,11 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1845 #: include/class/acc_ledger_sold.class.php:1419 #: include/class/acc_ledger_purchase.class.php:1848 +#: include/template/form_ledger_detail.php:76 +#: include/template/predf_ledger_detail.php:21 +#: include/template/predf_ledger_detail.php:74 +#: include/class/acc_ledger_sold.class.php:1419 +#: include/class/acc_ledger_purchase.class.php:1848 msgid "Total HTVA" msgstr "" @@ -9028,6 +10244,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:23 #: include/template/form_ledger_detail.php:74 #: include/template/form_ledger_detail.php:78 +#: include/template/form_ledger_detail.php:78 +#: include/template/predf_ledger_detail.php:23 msgid "tot.tva" msgstr "" @@ -9035,6 +10253,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:24 #: include/template/form_ledger_detail.php:75 #: include/template/form_ledger_detail.php:79 +#: include/template/form_ledger_detail.php:79 +#: include/template/predf_ledger_detail.php:24 msgid "tvac" msgstr "" @@ -9042,6 +10262,8 @@ msgstr "" #: include/template/predf_ledger_detail.php:26 #: include/template/form_ledger_detail.php:77 #: include/template/form_ledger_detail.php:81 +#: include/template/form_ledger_detail.php:81 +#: include/template/predf_ledger_detail.php:26 msgid "prix/unité " msgstr "" @@ -9052,6 +10274,9 @@ msgstr "" #: include/template/form_ledger_detail.php:79 #: include/template/form_ledger_detail.php:83 #: include/template/impress_reconciliation.php:65 +#: include/template/form_ledger_detail.php:83 +#: include/template/predf_ledger_detail.php:28 +#: include/template/impress_reconciliation.php:65 msgid "Total " msgstr "" @@ -9097,10 +10322,9 @@ msgstr "" #: include/template/ledger_detail_ven.php:250 #: include/template/ledger_detail_ven.php:252 #: include/class/class_anc_balance_simple.php:164 -#: include/class/class_anc_listing.php:113 -#: include/export/export_gl_csv.php:158 include/export/export_gl_csv.php:203 -#: include/export/export_gl_csv.php:151 include/export/export_gl_csv.php:212 -#: include/template/letter_prop.php:169 +#: include/class/class_anc_listing.php:113 include/export/export_gl_csv.php:158 +#: include/export/export_gl_csv.php:203 include/export/export_gl_csv.php:151 +#: include/export/export_gl_csv.php:212 include/template/letter_prop.php:169 #: include/class/class_anc_balance_double.php:275 #: include/class/class_anc_balance_simple.php:170 #: include/class/class_pdf_operation.php:154 @@ -9115,37 +10339,67 @@ msgstr "" #: include/class/pdf_operation.class.php:199 #: include/export/export_gl_csv.php:219 #: include/class/anc_balance_double.class.php:276 +#: include/template/letter_prop.php:169 +#: include/template/stock_summary_table.php:41 +#: include/template/ledger_detail_ven.php:140 +#: include/template/ledger_detail_ven.php:250 +#: include/template/ledger_detail_ven.php:252 +#: include/template/form_ledger_detail.php:113 +#: include/template/predf_ledger_detail.php:78 +#: include/template/operation_detail_ven.php:49 +#: include/template/operation_detail_ven.php:101 +#: include/template/operation_detail_ven.php:103 +#: include/template/operation_detail_ach.php:57 +#: include/template/operation_detail_ach.php:118 +#: include/template/operation_detail_ach.php:120 +#: include/template/anc_key_input.php:141 +#: include/template/ledger_detail_ach.php:138 +#: include/template/ledger_detail_ach.php:252 +#: include/template/ledger_detail_ach.php:254 +#: include/export/export_gl_csv.php:157 include/export/export_gl_csv.php:219 +#: include/class/anc_balance_double.class.php:276 +#: include/class/anc_balance_simple.class.php:170 +#: include/class/anc_listing.class.php:113 +#: include/class/pdf_operation.class.php:154 +#: include/class/pdf_operation.class.php:199 msgid "Total" msgstr "" #: include/template/form_ledger_fin.php:31 #: include/ext/modop/template_ledger_fin.php:10 #: include/ext/modop/template_ledger_fin.php:14 +#: include/template/form_ledger_fin.php:31 msgid "Extrait de compte" msgstr "" #: include/template/form_ledger_fin.php:32 #: include/ext/modop/template_ledger_fin.php:11 #: include/ext/modop/template_ledger_fin.php:15 +#: include/template/form_ledger_fin.php:32 msgid "Numéro extrait" msgstr "" +#: include/template/form_ledger_fin.php:33 #: include/template/form_ledger_fin.php:33 msgid "Solde début" msgstr "" +#: include/template/form_ledger_fin.php:34 #: include/template/form_ledger_fin.php:34 msgid "Solde Fin" msgstr "" #: include/template/form_ledger_fin.php:45 #: include/template/form_ledger_fin.php:44 +#: include/template/form_ledger_fin.php:44 msgid "Op. Concernée(s)" msgstr "" #: include/template/impress_cat_card.php:6 include/ajax_boxcard_search.php:57 #: include/ajax/ajax_boxcard_search.php:57 #: include/ajax/ajax_boxcard_search.php:56 +#: include/template/impress_cat_card.php:6 +#: include/ajax/ajax_boxcard_search.php:56 msgid "Categorie" msgstr "" @@ -9153,6 +10407,9 @@ msgstr "" #: include/template/stock_histo_search.php:47 include/class_anc_print.php:159 #: include/class/class_anc_print.php:159 include/class/class_anc_print.php:161 #: include/class/anc_print.class.php:155 +#: include/template/stock_histo_search.php:47 +#: include/template/impress_cat_card.php:18 +#: include/class/anc_print.class.php:155 msgid "Jusque" msgstr "" @@ -9181,12 +10438,20 @@ msgstr "" #: include/stock_inv_histo.inc.php:107 #: include/ajax/ajax_anc_detail_operation.php:44 #: include/class/pdf_operation.class.php:405 +#: include/template/stock_summary_list.php:46 +#: include/template/detail-action.php:303 +#: include/template/result_cat_card_summary.php:14 +#: include/stock_inv_histo.inc.php:107 +#: include/ajax/ajax_anc_detail_operation.php:44 +#: include/class/pdf_operation.class.php:405 msgid "Détail" msgstr "" #: include/template/ledger_detail_ach.php:127 #: include/template/operation_detail_ach.php:45 #: include/template/ledger_detail_ach.php:128 +#: include/template/operation_detail_ach.php:45 +#: include/template/ledger_detail_ach.php:127 msgid "Prix/Un." msgstr "" @@ -9194,8 +10459,7 @@ msgstr "" #: include/template/ledger_detail_ven.php:125 #: include/template/operation_detail_ach.php:46 #: include/template/operation_detail_ven.php:38 -#: include/template/stock_inv.php:68 -#: include/template/ledger_detail_ven.php:131 +#: include/template/stock_inv.php:68 include/template/ledger_detail_ven.php:131 #: include/template/ledger_detail_ach.php:129 #: include/template/ledger_detail_ven.php:132 #: include/template/ledger_detail_ven.php:129 @@ -9205,6 +10469,13 @@ msgstr "" #: include/export/export_stock_histo_csv.php:45 #: include/template/acc_ledger_history_purchase_extended.php:126 #: include/template/acc_ledger_history_sale_extended.php:126 +#: include/template/ledger_detail_ven.php:129 +#: include/template/operation_detail_ven.php:38 +#: include/template/acc_ledger_history_purchase_extended.php:126 +#: include/template/operation_detail_ach.php:46 +#: include/template/acc_ledger_history_sale_extended.php:126 +#: include/template/stock_inv.php:69 include/template/ledger_detail_ach.php:128 +#: include/export/export_stock_histo_csv.php:45 msgid "Quantité" msgstr "" @@ -9212,6 +10483,9 @@ msgstr "" #: include/template/operation_detail_ach.php:48 #: include/template/ledger_detail_ach.php:130 #: include/template/acc_ledger_history_purchase_oneline.php:56 +#: include/template/acc_ledger_history_purchase_oneline.php:56 +#: include/template/operation_detail_ach.php:48 +#: include/template/ledger_detail_ach.php:129 msgid "Non ded" msgstr "" @@ -9236,11 +10510,24 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:248 #: include/class/acc_ledger_history_purchase.class.php:255 #: include/class/acc_ledger_history_sale.class.php:249 +#: include/template/ledger_detail_ven.php:136 +#: include/template/acc_ledger_history_purchase_oneline.php:53 +#: include/template/operation_detail_ven.php:44 +#: include/template/acc_ledger_history_sale_oneline.php:50 +#: include/template/acc_ledger_history_purchase_extended.php:49 +#: include/template/acc_ledger_history_purchase_extended.php:127 +#: include/template/operation_detail_ach.php:52 +#: include/template/acc_ledger_history_sale_extended.php:49 +#: include/template/acc_ledger_history_sale_extended.php:127 +#: include/template/ledger_detail_ach.php:133 +#: include/class/acc_ledger_history_purchase.class.php:255 +#: include/class/acc_ledger_history_sale.class.php:249 msgid "HTVA" msgstr "" #: include/template/ledger_detail_ach.php:134 #: include/template/ledger_detail_ach.php:135 +#: include/template/ledger_detail_ach.php:134 msgid "TVA ND" msgstr "" @@ -9268,6 +10555,18 @@ msgstr "" #: include/template/acc_ledger_history_sale_extended.php:55 #: include/template/acc_ledger_history_sale_extended.php:130 #: include/template/acc_ledger_history_sale_oneline.php:56 +#: include/template/impress_reconciliation_detail.php:28 +#: include/template/ledger_detail_ven.php:138 +#: include/template/acc_ledger_history_purchase_oneline.php:63 +#: include/template/operation_detail_ven.php:47 +#: include/template/acc_ledger_history_sale_oneline.php:56 +#: include/template/acc_ledger_history_purchase_extended.php:55 +#: include/template/acc_ledger_history_purchase_extended.php:130 +#: include/template/operation_detail_ach.php:55 +#: include/template/acc_ledger_history_sale_extended.php:55 +#: include/template/acc_ledger_history_sale_extended.php:130 +#: include/template/ledger_detail_ach.php:136 +#: include/class/print_ledger_detail_item.class.php:65 msgid "TVAC" msgstr "" @@ -9286,6 +10585,7 @@ msgstr "" #: include/template/ledger_detail_bottom.php:297 #: include/template/ledger_detail_bottom.php:303 #: include/template/ledger_detail_bottom.php:320 +#: include/template/ledger_detail_bottom.php:320 msgid "verifie CA" msgstr "" @@ -9304,6 +10604,8 @@ msgstr "" #: include/template/ledger_detail_bottom.php:327 #: include/template/ledger_detail_bottom.php:335 #: include/template/ledger_detail_bottom.php:348 +#: include/template/ledger_detail_bottom.php:335 +#: include/template/ledger_detail_bottom.php:348 msgid "Extourner" msgstr "" @@ -9312,48 +10614,61 @@ msgstr "" #: include/template/ledger_detail_ven.php:130 #: include/template/ledger_detail_ven.php:131 #: include/template/ledger_detail_ven.php:128 +#: include/template/ledger_detail_ven.php:128 +#: include/template/operation_detail_ven.php:37 msgid "Prix/Un" msgstr "" #: include/template/ledger_search.php:8 include/template/ledger_search.php:9 +#: include/template/ledger_search.php:9 msgid "Dans le journal" msgstr "" #: include/template/ledger_search.php:22 include/template/ledger_search.php:23 +#: include/template/ledger_search.php:23 msgid "Et Compris entre les date" msgstr "" #: include/template/ledger_search.php:25 include/template/ledger_search.php:33 #: include/template/ledger_search.php:51 include/template/ledger_search.php:26 #: include/template/ledger_search.php:35 include/template/ledger_search.php:54 +#: include/template/ledger_search.php:26 include/template/ledger_search.php:35 +#: include/template/ledger_search.php:54 msgid "et" msgstr "" #: include/template/ledger_search.php:30 include/template/ledger_search.php:32 +#: include/template/ledger_search.php:32 msgid "Et paiement compris entre les date " msgstr "" #: include/template/ledger_search.php:39 include/template/ledger_search.php:42 +#: include/template/ledger_search.php:42 msgid "Et contenant dans le libellé, pièce justificative ou n° interne" msgstr "" #: include/template/ledger_search.php:48 include/template/ledger_search.php:51 +#: include/template/ledger_search.php:51 msgid "Et compris entre les montants" msgstr "" #: include/template/ledger_search.php:56 include/template/ledger_search.php:59 +#: include/template/ledger_search.php:59 msgid "Et utilisant la fiche (quick code)" msgstr "" #: include/template/ledger_search.php:64 include/template/ledger_search.php:67 +#: include/template/ledger_search.php:67 msgid "Et utilisant le poste comptable" msgstr "" #: include/template/ledger_search.php:74 include/template/ledger_search.php:77 +#: include/template/ledger_search.php:77 msgid "Et uniquement non payées" msgstr "" #: include/template/letter_all.php:13 include/template/letter_prop.php:11 +#: include/template/letter_prop.php:11 include/template/letter_all.php:13 msgid "Désolé aucun résultat trouvé" msgstr "" @@ -9365,42 +10680,57 @@ msgstr "" #: include/export/export_poste_detail_pdf.php:94 #: include/template/acc_ledger_history_purchase_detail.php:35 #: include/template/acc_ledger_history_sale_detail.php:36 +#: include/template/letter_prop.php:28 include/template/letter_prop.php:71 +#: include/template/print_ledger_simple.php:9 +#: include/template/acc_ledger_history_sale_detail.php:36 +#: include/template/acc_ledger_history_purchase_detail.php:35 +#: include/template/letter_all.php:26 +#: include/template/action_search_result.php:47 +#: include/export/export_poste_detail_pdf.php:94 msgid "Ref" msgstr "" #: include/template/letter_all.php:41 include/template/letter_prop.php:40 #: include/template/letter_prop.php:80 include/template/letter_prop.php:43 -#: include/template/letter_prop.php:86 +#: include/template/letter_prop.php:86 include/template/letter_prop.php:43 +#: include/template/letter_prop.php:86 include/template/letter_all.php:41 msgid "Op. concernée" msgstr "" #: include/template/letter_prop.php:159 include/template/letter_prop.php:167 +#: include/template/letter_prop.php:167 msgid "Total Debit" msgstr "" #: include/template/letter_prop.php:160 include/template/letter_prop.php:168 +#: include/template/letter_prop.php:168 msgid "Total Credit" msgstr "" #: include/template/new_mod_payment.php:10 include/payment_middle.inc.php:120 +#: include/payment_middle.inc.php:121 include/template/new_mod_payment.php:10 #: include/payment_middle.inc.php:121 msgid "Pour le journal" msgstr "" #: include/template/new_mod_payment.php:28 include/payment_middle.inc.php:121 +#: include/payment_middle.inc.php:122 include/template/new_mod_payment.php:28 #: include/payment_middle.inc.php:122 msgid "Type de fiche" msgstr "" +#: include/template/new_mod_payment.php:38 #: include/template/new_mod_payment.php:38 msgid "Paiement enregistré dans " msgstr "" #: include/template/new_mod_payment.php:47 include/payment_middle.inc.php:123 +#: include/payment_middle.inc.php:124 include/template/new_mod_payment.php:47 #: include/payment_middle.inc.php:124 msgid "Avec la fiche" msgstr "" +#: include/template/operation_detail_ach.php:47 #: include/template/operation_detail_ach.php:47 msgid "Personnel" msgstr "" @@ -9410,27 +10740,33 @@ msgstr "" #: include/export/export_fiche_detail_csv.php:74 #: include/export/export_poste_detail_csv.php:81 #: include/export/export_poste_detail_csv.php:82 +#: include/template/param_jrn.php:7 +#: include/export/export_poste_detail_csv.php:82 +#: include/export/export_fiche_detail_csv.php:74 msgid "Nom journal" msgstr "" -#: include/template/param_jrn.php:15 +#: include/template/param_jrn.php:15 include/template/param_jrn.php:15 msgid "Postes utilisables journal (débit/crédit) " msgstr "" -#: include/template/param_jrn.php:21 +#: include/template/param_jrn.php:21 include/template/param_jrn.php:21 msgid "" "Uniquement pour les journaux d'Opérations Diverses, les valeurs sont " "séparées par des espaces, on peut aussi\n" "\tutiliser le * pour indiquer 'tous les postes qui en dépendent' exemple: 4*" msgstr "" -#: include/template/param_jrn.php:33 +#: include/template/param_jrn.php:33 include/template/param_jrn.php:33 msgid "Numérotation de chaque opération" msgstr "" #: include/template/param_jrn.php:41 include/template/ledger_detail_fin.php:34 #: include/template/operation_detail_fin.php:31 #: include/template/ledger_detail_fin.php:35 +#: include/compta_fin_saldo.inc.php:48 include/template/param_jrn.php:41 +#: include/template/operation_detail_fin.php:31 +#: include/template/ledger_detail_fin.php:35 #: include/compta_fin_saldo.inc.php:48 msgid "Compte en banque" msgstr "" @@ -9441,18 +10777,22 @@ msgid "" msgstr "" #: include/template/param_jrn.php:78 include/template/param_jrn.php:85 +#: include/template/param_jrn.php:85 msgid "Type de journal" msgstr "" #: include/template/param_jrn.php:84 include/template/param_jrn.php:91 +#: include/template/param_jrn.php:91 msgid "Préfixe code interne" msgstr "" #: include/template/param_jrn.php:88 include/template/param_jrn.php:95 +#: include/template/param_jrn.php:95 msgid "Préfixe pièce justificative" msgstr "" #: include/template/param_jrn.php:94 include/lib/message_javascript.php:70 +#: include/lib/message_javascript.php:70 msgid "" "Le préfixe des pièces doit être différent pour chaque journal, on peut aussi " "utiliser l'année" @@ -9463,12 +10803,12 @@ msgid "Uniquement des chiffres" msgstr "" #: include/template/param_jrn.php:102 include/template/param_jrn.php:99 -#: include/template/param_jrn.php:106 +#: include/template/param_jrn.php:106 include/template/param_jrn.php:106 msgid "Dernière pièce numérotée" msgstr "" #: include/template/param_jrn.php:110 include/template/param_jrn.php:108 -#: include/template/param_jrn.php:115 +#: include/template/param_jrn.php:115 include/template/param_jrn.php:115 msgid "N° pièce justificative" msgstr "" @@ -9477,6 +10817,7 @@ msgid "La numérotation est propre à chaque journal" msgstr "" #: include/template/param_jrn.php:118 include/lib/message_javascript.php:71 +#: include/lib/message_javascript.php:71 msgid "Laissez à 0 pour ne pas changer le numéro" msgstr "" @@ -9484,6 +10825,9 @@ msgstr "" #: include/template/stock_inv.php:42 include/template/stock_inv.php:116 #: include/stock_inv_histo.inc.php:79 include/template/stock_inv.php:43 #: include/template/stock_inv.php:117 include/stock_inv_histo.inc.php:81 +#: include/template/stock_inv.php:43 include/template/stock_inv.php:117 +#: include/template/profile_sec_repository.php:35 +#: include/stock_inv_histo.inc.php:81 msgid "Dépot" msgstr "" @@ -9491,12 +10835,17 @@ msgstr "" #: include/template/security_list_action.php:8 #: include/template/user_sec_profile.php:36 #: include/export/export_security_pdf.php:180 +#: include/template/user_sec_profile.php:36 +#: include/template/profile_sec_repository.php:36 +#: include/export/export_security_pdf.php:180 msgid "Accès" msgstr "" #: include/template/security_list_action.php:7 #: include/export/export_security_pdf.php:133 #: include/export/export_security_pdf.php:175 +#: include/export/export_security_pdf.php:133 +#: include/export/export_security_pdf.php:175 msgid "Pas d'accès" msgstr "" @@ -9578,6 +10927,7 @@ msgstr "" #: include/ext/amortis/raw.php:100 include/export/export_histo_csv.php:41 #: include/export/export_histo_csv.php:42 +#: include/export/export_histo_csv.php:42 msgid "qcode" msgstr "" @@ -9621,7 +10971,7 @@ msgstr "" #: include/ext/coprop/index.php:44 include/database.item.php:3 #: include/database.item.php:143 include/database.item.php:139 #: include/database.item.php:138 include/database.item.php:131 -#: include/database.item.php:129 +#: include/database.item.php:129 include/database.item.php:129 msgid "Clef de répartition" msgstr "" @@ -9657,29 +11007,25 @@ msgstr "" msgid "L'extension est installée, pourriez-vous en vérifier le paramètrage ?" msgstr "" -#: include/ext/import_account/index.php:57 -#: include/ext/import_doli/index.php:57 +#: include/ext/import_account/index.php:57 include/ext/import_doli/index.php:57 +#: include/export/export_stock_resume_list.php:38 #: include/export/export_stock_resume_list.php:38 msgid "Fiches" msgstr "" -#: include/ext/import_account/index.php:57 -#: include/ext/import_doli/index.php:57 +#: include/ext/import_account/index.php:57 include/ext/import_doli/index.php:57 msgid "Importation de nouvelles fiches" msgstr "" -#: include/ext/import_account/index.php:58 -#: include/ext/import_doli/index.php:58 +#: include/ext/import_account/index.php:58 include/ext/import_doli/index.php:58 msgid "Opérations Ventes/Achats" msgstr "" -#: include/ext/import_account/index.php:58 -#: include/ext/import_doli/index.php:58 +#: include/ext/import_account/index.php:58 include/ext/import_doli/index.php:58 msgid "Importation d'opérations de vente ou d'achat" msgstr "" -#: include/ext/import_account/index.php:59 -#: include/ext/import_doli/index.php:59 +#: include/ext/import_account/index.php:59 include/ext/import_doli/index.php:59 #: include/ext/import_account/index.php:66 #: include/ext/import-winbook/index.php:67 msgid "Paramètrage" @@ -9721,13 +11067,14 @@ msgstr "" #: 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/ajax_display_submenu.php:44 -#: include/ajax/ajax_display_submenu.php:44 +#: include/ajax_display_submenu.php:44 include/ajax/ajax_display_submenu.php:44 #: include/ext/rapport_avance/ajax_modify_param_detail.php:79 #: include/class/class_acc_ledger.php:83 include/lib/http_input.class.php:113 #: include/class/acc_ledger.class.php:86 include/lib/http_input.class.php:120 #: include/class/acc_ledger.class.php:88 include/class/periode.class.php:235 #: include/lib/http_input.class.php:121 include/class/acc_ledger.class.php:89 +#: include/class/acc_ledger.class.php:89 include/class/periode.class.php:235 +#: include/lib/http_input.class.php:121 msgid "Paramètre invalide" msgstr "" @@ -9746,6 +11093,7 @@ msgstr "" #: include/ext/rapport_avance/ajax_parameter_send_mail.php:32 #: include/ext/rapport_avance/ajax_parameter_send_mail.php:39 #: include/class/document_modele.class.php:105 +#: include/class/document_modele.class.php:105 msgid "Aucun document" msgstr "" @@ -9773,7 +11121,8 @@ msgstr "" #: include/ext/importbank/include/template/confirm_transfer.php:275 #: include/ext/importbank/include/template/confirm_transfer.php:285 #: include/verif_bilan.inc.php:152 include/verif_bilan.inc.php:214 -#: include/verif_bilan.inc.php:217 +#: include/verif_bilan.inc.php:217 include/audit_log.php:40 +#: include/verif_bilan.inc.php:152 include/verif_bilan.inc.php:217 msgid "Résultat" msgstr "" @@ -9886,6 +11235,14 @@ msgstr "" #: include/template/periode_add_exercice.php:25 #: include/ajax/ajax_preference.php:131 include/class/periode.class.php:519 #: include/class/periode_ledger_table.class.php:100 +#: include/template/periode_add_exercice.php:25 +#: include/template/stock_state_search.php:35 +#: include/template/stock_inv.php:125 include/impress_rapport.inc.php:207 +#: include/impress_jrn.inc.php:102 include/compta_fin_saldo.inc.php:43 +#: include/ajax/ajax_preference.php:131 +#: include/class/periode_ledger_table.class.php:100 +#: include/class/periode.class.php:519 include/bank.inc.php:72 +#: include/impress_bilan.inc.php:49 msgid "Exercice" msgstr "" @@ -9941,7 +11298,8 @@ msgstr "" #: include/class/class_pdf_operation.php:240 include/impress_jrn.inc.php:135 #: include/ext/tva/ext_tva.class.php:340 #: include/class/pdf_operation.class.php:240 include/impress_jrn.inc.php:148 -#: include/ext/tva/ext_tva.class.php:341 +#: include/ext/tva/ext_tva.class.php:341 include/impress_jrn.inc.php:148 +#: include/class/pdf_operation.class.php:240 msgid "Ecriture comptable" msgstr "" @@ -10095,18 +11453,15 @@ msgstr "" msgid "Grille 56 : tva due sur opération grille 87" msgstr "" -#: include/ext/tva/form_parameter.php:97 -#: include/ext/tva/form_parameter.php:100 +#: include/ext/tva/form_parameter.php:97 include/ext/tva/form_parameter.php:100 msgid "Grille 57 :T.V.A. relative aux importations avec report de perception " msgstr "" -#: include/ext/tva/form_parameter.php:98 -#: include/ext/tva/form_parameter.php:101 +#: include/ext/tva/form_parameter.php:98 include/ext/tva/form_parameter.php:101 msgid "Grille 61 :Diverses régularisations T.V.A. en faveur de l'Etat" msgstr "" -#: include/ext/tva/form_parameter.php:99 -#: include/ext/tva/form_parameter.php:102 +#: include/ext/tva/form_parameter.php:99 include/ext/tva/form_parameter.php:102 msgid "Grille 63 :T.V.A. à reverser mentionnée sur les notes de crédit reçues" msgstr "" @@ -10165,11 +11520,12 @@ msgstr "" #: include/dossier.inc.php:303 include/dossier.inc.php:339 #: include/dossier.inc.php:340 include/dossier.inc.php:356 #: include/dossier.inc.php:361 include/template/periode_add_exercice.php:41 +#: include/template/periode_add_exercice.php:41 include/dossier.inc.php:361 msgid "Année" msgstr "" #: include/ext/tva/form_periode.php:7 include/ext/tva/form_periode.php:11 -#: include/export/export_form_csv.php:82 +#: include/export/export_form_csv.php:82 include/export/export_form_csv.php:101 #: include/export/export_form_csv.php:101 msgid "Mois" msgstr "" @@ -10207,9 +11563,10 @@ msgstr "" #: include/ajax/ajax_card.php:340 include/ajax/ajax_card.php:341 #: include/ajax/ajax_card.php:130 include/ajax/ajax_card.php:342 #: include/ajax/ajax_add_concerned_card.php:44 include/ajax/ajax_card.php:133 -#: include/ajax/ajax_card.php:375 -#: include/export/export_fiche_detail_pdf.php:53 +#: include/ajax/ajax_card.php:375 include/export/export_fiche_detail_pdf.php:53 #: include/ajax/ajax_add_concerned_card.php:48 include/ajax/ajax_card.php:378 +#: include/export/export_fiche_detail_pdf.php:53 include/ajax/ajax_card.php:133 +#: include/ajax/ajax_card.php:378 include/ajax/ajax_add_concerned_card.php:48 msgid "Détail fiche" msgstr "" @@ -10239,6 +11596,7 @@ msgstr "" #: include/ext/amortis/include/am_card.class.php:235 #: include/template/periode_add_exercice.php:92 #: include/ext/amortis/include/am_card.class.php:267 +#: include/template/periode_add_exercice.php:92 msgid "Année invalide" msgstr "" @@ -10261,6 +11619,7 @@ msgstr "" #: include/ext/import_account/include/impacc_csv.class.php:50 #: include/class/acc_compute.class.php:195 #: include/ext/amortis/include/am_card.class.php:279 +#: include/class/acc_compute.class.php:195 msgid "Montant invalide" msgstr "" @@ -10277,7 +11636,7 @@ msgid "Poste à créditer incorrect" msgstr "" #: include/ext/amortis/include/class_am_card.php:245 html/fid_card.php:169 -#: html/fid_card.php:170 +#: html/fid_card.php:170 html/fid_card.php:170 msgid "Non trouvé" msgstr "" @@ -10327,6 +11686,7 @@ msgstr "" #: include/class/class_acc_ledger.php:859 #: include/class/acc_ledger_search.class.php:686 #: include/class/acc_ledger_search.class.php:681 +#: include/class/acc_ledger_search.class.php:686 msgid "n° interne" msgstr "" @@ -10355,6 +11715,7 @@ msgstr "" #: include/lib/class_manage_table_sql.php:725 #: include/lib/manage_table_sql.class.php:999 #: include/lib/manage_table_sql.class.php:1075 +#: include/lib/manage_table_sql.class.php:1095 msgid "Effacé" msgstr "" @@ -10388,7 +11749,10 @@ msgstr "" #: html/popup.php:110 include/balance_card_ageing.inc.php:53 #: include/class/acc_account_ledger.class.php:735 #: include/class/fiche.class.php:1599 include/class/fiche.class.php:2189 -#: html/popup.php:113 +#: html/popup.php:113 html/popup.php:113 include/balance_card_ageing.inc.php:53 +#: include/fiche.inc.php:296 include/fiche.inc.php:332 +#: include/class/acc_account_ledger.class.php:735 +#: include/class/fiche.class.php:1601 include/class/fiche.class.php:2191 msgid "Export CSV" msgstr "" @@ -10492,6 +11856,12 @@ msgstr "" #: include/class/acc_account_ledger.class.php:394 #: include/class/acc_ledger_history_generic.class.php:768 #: include/export/export_ledger_csv.php:211 +#: include/export/export_poste_detail_csv.php:83 +#: include/export/export_poste_detail_csv.php:196 +#: include/export/export_ledger_csv.php:211 +#: include/class/acc_ledger_history_generic.class.php:768 +#: include/class/acc_account_ledger.class.php:394 +#: include/class/balance_age.class.php:144 msgid "QuickCode" msgstr "" @@ -10532,7 +11902,8 @@ msgstr "" #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:91 #: include/ext/invoicing/include/template/recorded_message_display.php:27 #: include/compta_ach.inc.php:111 include/compta_ven.inc.php:118 -#: include/operation_ods_confirm.inc.php:68 +#: include/operation_ods_confirm.inc.php:68 include/compta_ven.inc.php:118 +#: include/compta_ach.inc.php:111 include/operation_ods_confirm.inc.php:68 msgid "Message" msgstr "" @@ -10587,6 +11958,8 @@ msgstr "" #: include/class/class_acc_compute.php:104 #: include/class/acc_compute.class.php:94 #: include/class/acc_compute.class.php:104 +#: include/class/acc_compute.class.php:94 +#: include/class/acc_compute.class.php:104 msgid "Erreur attribut inexistant" msgstr "" @@ -10741,6 +12114,7 @@ msgstr "" #: include/ext/invoicing/include/template/recorded_message_display.php:24 #: include/ext/invoicing/include/template/recorded_message_list.php:27 #: include/template/action_display_short.php:110 +#: include/template/action_display_short.php:110 msgid "Sujet" msgstr "" @@ -10949,6 +12323,7 @@ msgstr "" #: include/ext/amortis/include/template/listing_histo.php:50 #: include/class/document_modele.class.php:103 +#: include/class/document_modele.class.php:103 msgid "Effacer la sélection" msgstr "" @@ -10971,7 +12346,7 @@ msgstr "" #: include/ext/amortis/include/template/listing_year.php:16 #: include/template/anc_key_input.php:64 #: include/ext/amortis/include/template/listing_year.php:36 -#: include/template/anc_key_input.php:66 +#: include/template/anc_key_input.php:66 include/template/anc_key_input.php:66 msgid "Pourcentage" msgstr "" @@ -11070,6 +12445,7 @@ msgstr "" #: include/class/anc_operation.class.php:618 #: include/class/anc_operation.class.php:625 #: include/class/anc_operation.class.php:619 +#: include/class/anc_operation.class.php:619 msgid "Reste" msgstr "" @@ -11116,6 +12492,8 @@ msgstr "" #: include/class/acc_ledger_search.class.php:933 #: include/class/acc_ledger_search.class.php:928 #: include/class/acc_ledger_search.class.php:936 +#: include/template/fiche_list.php:49 +#: include/class/acc_ledger_search.class.php:936 include/card_attr.inc.php:84 msgid "Selection" msgstr "" @@ -11125,11 +12503,13 @@ msgstr "" #: include/ext/amortis/include/template/util_generate.php:100 #: include/template/letter_prop.php:164 include/template/letter_prop.php:172 +#: include/template/letter_prop.php:172 msgid "Sélectionner tout" msgstr "" #: include/ext/amortis/include/template/util_generate.php:101 #: include/template/letter_prop.php:165 include/template/letter_prop.php:173 +#: include/template/letter_prop.php:173 msgid "Tout Désélectionner" msgstr "" @@ -11230,7 +12610,7 @@ msgstr "" #: include/ext/import_account/include/template/test_operation.php:26 #: include/ext/import_card/include/template/test_file.php:42 #: include/ext/import_doli/include/template/test_file.php:30 -#: include/ajax/ajax_preference.php:213 +#: include/ajax/ajax_preference.php:213 include/ajax/ajax_preference.php:213 msgid "Encodage" msgstr "" @@ -11283,7 +12663,7 @@ msgstr "" #: include/ext/transform/include/template/listing_assujetti_declarant.php:54 #: include/ext/transform/include/template/listing_assujetti_representative.php:54 #: include/user_detail.inc.php:130 include/user_detail.inc.php:126 -#: include/user_detail.inc.php:135 +#: include/user_detail.inc.php:135 include/user_detail.inc.php:135 msgid "email" msgstr "" @@ -11302,17 +12682,20 @@ msgstr "" #: include/ext/transform/include/template/listing_client_display.php:39 #: include/ajax_boxcard_search.php:63 include/ajax/ajax_boxcard_search.php:63 #: include/ajax/ajax_boxcard_search.php:62 +#: include/ajax/ajax_boxcard_search.php:62 msgid "Numéro TVA" msgstr "" #: html/ajax_card.php:106 html/ajax_card.php:124 html/ajax_card.php:125 #: include/ajax/ajax_card.php:105 include/ajax/ajax_card.php:108 +#: include/ajax/ajax_card.php:108 msgid "Parametre ad_id est invalide" msgstr "" #: html/ajax_card.php:182 html/ajax_card.php:200 html/ajax_card.php:201 #: include/ajax/ajax_card.php:181 include/ajax/ajax_card.php:182 #: include/ajax/ajax_card.php:185 include/ajax/ajax_card.php:191 +#: include/ajax/ajax_card.php:191 msgid "Nouvelle fiche" msgstr "" @@ -11325,6 +12708,7 @@ msgstr "" #: include/ajax/ajax_card.php:263 include/ajax/ajax_card.php:318 #: include/ajax/ajax_card.php:259 include/ajax/ajax_card.php:269 #: include/ajax/ajax_card.php:334 include/ajax/ajax_card.php:280 +#: include/ajax/ajax_card.php:337 include/ajax/ajax_card.php:280 #: include/ajax/ajax_card.php:337 msgid "Choix de la catégorie" msgstr "" @@ -11337,14 +12721,14 @@ msgstr "" #: html/ajax_card.php:304 html/ajax_card.php:340 html/ajax_card.php:342 #: html/ajax_card.php:343 include/ajax/ajax_card.php:323 #: include/ajax/ajax_card.php:324 include/ajax/ajax_card.php:342 -#: include/ajax/ajax_card.php:345 +#: include/ajax/ajax_card.php:345 include/ajax/ajax_card.php:345 msgid "Fiche sauvée" msgstr "" #: html/ajax_card.php:421 html/ajax_card.php:422 html/ajax_card.php:469 -#: html/ajax_card.php:470 html/ajax_card.php:471 -#: include/ajax/ajax_card.php:451 include/ajax/ajax_card.php:452 -#: include/ajax/ajax_card.php:453 include/ajax/ajax_card.php:486 +#: html/ajax_card.php:470 html/ajax_card.php:471 include/ajax/ajax_card.php:451 +#: include/ajax/ajax_card.php:452 include/ajax/ajax_card.php:453 +#: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:490 #: include/ajax/ajax_card.php:490 msgid " de contacts" msgstr "" @@ -11354,6 +12738,7 @@ msgstr "" #: html/ajax_card.php:563 include/ajax/ajax_card.php:543 #: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:545 #: include/ajax/ajax_card.php:578 include/ajax/ajax_card.php:582 +#: include/ajax/ajax_card.php:582 msgid "Détail fiche (sauvée)" msgstr "" @@ -11364,7 +12749,8 @@ msgstr "" #: include/ajax/ajax_history.php:138 include/ajax/ajax_history.php:139 #: include/ajax/ajax_history.php:58 include/ajax/ajax_history.php:141 #: include/ajax/ajax_history.php:61 include/ajax/ajax_history.php:146 -#: include/ajax/ajax_history.php:147 +#: include/ajax/ajax_history.php:147 include/ajax/ajax_history.php:61 +#: include/ajax/ajax_history.php:147 include/balance_card.inc.php:36 msgid "" "erreur aucune période par défaut, allez dans préférence pour en choisir une" msgstr "" @@ -11382,6 +12768,8 @@ msgstr "" #: include/ajax/ajax_history.php:178 include/ajax/ajax_history.php:91 #: include/ajax/ajax_history.php:97 include/ajax/ajax_history.php:177 #: include/ajax/ajax_history.php:183 include/ajax/ajax_history.php:184 +#: include/ajax/ajax_history.php:91 include/ajax/ajax_history.php:97 +#: include/ajax/ajax_history.php:178 include/ajax/ajax_history.php:184 msgid "Autre exercice" msgstr "" @@ -11393,7 +12781,8 @@ msgstr "" #: include/ajax/ajax_history.php:197 include/ajax/ajax_history.php:199 #: include/ajax/ajax_history.php:117 include/ajax/ajax_history.php:202 #: include/ajax/ajax_history.php:121 include/ajax/ajax_history.php:207 -#: include/ajax/ajax_history.php:208 +#: include/ajax/ajax_history.php:208 include/ajax/ajax_history.php:121 +#: include/ajax/ajax_history.php:208 include/balance_card.inc.php:70 msgid "Aucune opération pour l'exercice courant" msgstr "" @@ -11408,6 +12797,7 @@ msgstr "" #: include/ajax/ajax_ledger.php:350 include/ajax/ajax_ledger.php:237 #: include/ajax/ajax_ledger.php:239 include/ajax/ajax_ledger.php:352 #: include/ajax/ajax_ledger.php:243 include/ajax/ajax_ledger.php:356 +#: include/ajax/ajax_ledger.php:243 include/ajax/ajax_ledger.php:356 msgid "Chargement" msgstr "" @@ -11421,6 +12811,8 @@ msgstr "" #: include/ajax/ajax_ledger.php:543 #: include/template/ledger_detail_bottom.php:354 #: include/ajax/ajax_ledger.php:544 +#: include/template/ledger_detail_bottom.php:354 +#: include/ajax/ajax_ledger.php:544 msgid "entrez une date" msgstr "" @@ -11443,6 +12835,13 @@ msgstr "" #: include/ajax/ajax_display_letter.php:55 #: include/export/export_ledger_csv.php:221 #: include/export/export_ledger_csv.php:215 +#: include/template/ledger_detail_fin.php:60 +#: include/template/ledger_detail_bottom.php:216 +#: include/export/export_ledger_csv.php:215 +#: include/ajax/ajax_display_letter.php:55 +#: include/class/acc_reconciliation.class.php:489 +#: include/class/acc_reconciliation.class.php:497 +#: include/class/acc_reconciliation.class.php:513 msgid "montant" msgstr "" @@ -11450,6 +12849,7 @@ msgstr "" #: html/ajax_misc.php:497 html/ajax_misc.php:575 #: include/ajax/ajax_display_letter.php:211 #: include/ajax/ajax_display_letter.php:216 +#: include/ajax/ajax_display_letter.php:216 msgid "Mauvais type objet" msgstr "" @@ -11457,21 +12857,21 @@ msgstr "" msgid "Vous n\\'êtes pas administrateur" msgstr "" -#: html/fid_card.php:164 html/fid_card.php:165 +#: html/fid_card.php:164 html/fid_card.php:165 html/fid_card.php:165 #, php-format msgid "Résultat limité à 12" msgstr "" #: html/login.php:53 html/login.php:85 html/login.php:52 html/login.php:88 -#: html/login.php:89 html/login.php:90 +#: html/login.php:89 html/login.php:90 html/login.php:53 html/login.php:90 msgid "Version de base de données incorrectes, vous devez mettre à jour" msgstr "" -#: html/login.php:67 html/login.php:66 +#: html/login.php:67 html/login.php:66 html/login.php:67 msgid "Code invalide" msgstr "" -#: html/logout.php:30 html/logout.php:46 +#: html/logout.php:30 html/logout.php:46 html/logout.php:46 msgid "Vous êtes déconnecté" msgstr "" @@ -11488,7 +12888,9 @@ msgstr "" #: include/class/fiche.class.php:1581 include/class/fiche.class.php:2190 #: html/popup.php:111 include/class/acc_account_ledger.class.php:757 #: include/class/fiche.class.php:1584 include/class/fiche.class.php:2211 -#: html/popup.php:114 +#: html/popup.php:114 html/popup.php:114 +#: include/class/acc_account_ledger.class.php:757 +#: include/class/fiche.class.php:1586 include/class/fiche.class.php:2213 msgid "Export PDF" msgstr "" @@ -11500,6 +12902,8 @@ msgstr "" #: include/admin_repo.inc.php:146 include/stock_inv_histo.inc.php:84 #: include/user.inc.php:173 html/user_login.php:109 #: include/admin_repo.inc.php:148 html/user_login.php:115 +#: html/user_login.php:115 include/audit_log.php:36 include/user.inc.php:173 +#: include/admin_repo.inc.php:148 include/stock_inv_histo.inc.php:84 msgid "Utilisateur" msgstr "" @@ -11513,7 +12917,7 @@ msgstr "" #: include/lib/ac_common.php:627 include/lib/ac_common.php:628 #: include/lib/ac_common.php:629 include/lib/ac_common.php:630 #: include/lib/ac_common.php:641 include/lib/ac_common.php:642 -#: include/lib/ac_common.php:644 +#: include/lib/ac_common.php:644 include/lib/ac_common.php:644 #, php-format msgid "" "Attention periode \n" @@ -11527,7 +12931,7 @@ msgstr "" #: include/lib/ac_common.php:804 include/lib/ac_common.php:805 #: include/lib/ac_common.php:812 include/lib/ac_common.php:823 #: include/lib/ac_common.php:824 include/lib/ac_common.php:836 -#: include/lib/ac_common.php:838 +#: include/lib/ac_common.php:838 include/lib/ac_common.php:838 msgid "Données non disponibles" msgstr "" @@ -11552,6 +12956,7 @@ msgstr "" #: include/lib/ac_common.php:1160 include/lib/ac_common.php:1171 #: include/lib/ac_common.php:1172 include/lib/ac_common.php:1173 #: include/lib/ac_common.php:1185 include/lib/ac_common.php:1187 +#: include/lib/ac_common.php:1187 msgid "Code Interne" msgstr "" @@ -11564,13 +12969,12 @@ msgstr "" #: include/lib/ac_common.php:1185 include/lib/ac_common.php:1186 #: include/lib/ac_common.php:1189 include/lib/ac_common.php:1196 #: include/export/export_fiche_detail_csv.php:55 -#: include/template/ledger_detail_bottom.php:263 -#: include/lib/ac_common.php:1207 include/lib/ac_common.php:1208 -#: include/template/ledger_detail_bottom.php:269 -#: include/lib/ac_common.php:1209 -#: include/export/export_fiche_detail_csv.php:60 -#: include/template/ledger_detail_bottom.php:286 -#: include/lib/ac_common.php:1221 include/lib/ac_common.php:1223 +#: include/template/ledger_detail_bottom.php:263 include/lib/ac_common.php:1207 +#: include/lib/ac_common.php:1208 include/template/ledger_detail_bottom.php:269 +#: include/lib/ac_common.php:1209 include/export/export_fiche_detail_csv.php:60 +#: include/template/ledger_detail_bottom.php:286 include/lib/ac_common.php:1221 +#: include/lib/ac_common.php:1223 include/template/ledger_detail_bottom.php:286 +#: include/export/export_fiche_detail_csv.php:60 include/lib/ac_common.php:1223 msgid "Aucune donnée" msgstr "" @@ -11583,27 +12987,29 @@ msgstr "" #: include/ajax_add_menu.php:74 include/ajax_add_menu.php:123 #: include/ajax_add_menu.php:183 include/ajax/ajax_add_menu.php:183 #: include/ajax/ajax_add_menu.php:184 include/ajax/ajax_add_menu.php:192 +#: include/ajax/ajax_add_menu.php:192 msgid "Nouveau menu" msgstr "" #: include/ajax_add_menu.php:122 include/ajax_add_menu.php:126 #: include/ajax_add_menu.php:186 include/ajax/ajax_add_menu.php:186 #: include/ajax/ajax_add_menu.php:187 include/ajax/ajax_add_menu.php:195 +#: include/ajax/ajax_add_menu.php:195 msgid "Aucune impression disponible à ajouter" msgstr "" #: include/ajax_anc_search.php:41 include/ajax/ajax_anc_search.php:41 -#: include/ajax/ajax_anc_search.php:45 +#: include/ajax/ajax_anc_search.php:45 include/ajax/ajax_anc_search.php:45 msgid "Recherche activité" msgstr "" #: include/ajax_anc_search.php:65 include/ajax/ajax_anc_search.php:65 -#: include/ajax/ajax_anc_search.php:67 +#: include/ajax/ajax_anc_search.php:67 include/ajax/ajax_anc_search.php:67 msgid "Ce plan n'existe pas" msgstr "" #: include/ajax_anc_search.php:74 include/ajax/ajax_anc_search.php:74 -#: include/ajax/ajax_anc_search.php:76 +#: include/ajax/ajax_anc_search.php:76 include/ajax/ajax_anc_search.php:76 msgid "Aucun poste trouvé" msgstr "" @@ -11613,30 +13019,37 @@ msgid "Choix" msgstr "" #: include/ajax_bookmark.php:28 include/ajax/ajax_bookmark.php:28 +#: include/ajax/ajax_bookmark.php:28 msgid "Favoris" msgstr "" #: include/ajax_bookmark.php:46 include/ajax/ajax_bookmark.php:46 +#: include/ajax/ajax_bookmark.php:46 msgid "Ce favori a déjà été ajouté" msgstr "" #: include/ajax_bookmark.php:103 include/ajax/ajax_bookmark.php:103 +#: include/ajax/ajax_bookmark.php:103 msgid "Supprimez favoris sélectionnés" msgstr "" #: include/ajax_bookmark.php:109 include/ajax/ajax_bookmark.php:109 +#: include/ajax/ajax_bookmark.php:109 msgid "Menu actuel" msgstr "" #: include/ajax_bookmark.php:113 include/ajax/ajax_bookmark.php:113 +#: include/ajax/ajax_bookmark.php:113 msgid "Ajoutez le menu actuel à vos favoris" msgstr "" #: include/ajax_boxcard_search.php:39 include/ajax/ajax_boxcard_search.php:39 +#: include/ajax/ajax_boxcard_search.php:39 msgid "Résultat recherche" msgstr "" #: include/ajax_boxcard_search.php:43 include/ajax/ajax_boxcard_search.php:43 +#: include/ajax/ajax_boxcard_search.php:43 #, php-format msgid "Résultat limité à %d , %d nombre de fiches trouvées" msgstr "" @@ -11646,6 +13059,8 @@ msgstr "" #: include/export/export_gl_csv.php:84 include/export/export_gl_csv.php:90 #: include/ajax/ajax_boxcard_search.php:70 #: include/class/acc_ledger.class.php:577 +#: include/class/acc_ledger.class.php:578 include/template/dashboard.php:175 +#: include/export/export_gl_csv.php:90 include/ajax/ajax_boxcard_search.php:70 #: include/class/acc_ledger.class.php:578 msgid "Aucun résultat" msgstr "" @@ -11653,6 +13068,7 @@ msgstr "" #: include/ajax_fiche_def_detail.php:40 #: include/ajax/ajax_fiche_def_detail.php:40 include/param_sec.inc.php:135 #: include/param_sec.inc.php:141 include/ajax/ajax_fiche_def_detail.php:41 +#: include/param_sec.inc.php:141 include/ajax/ajax_fiche_def_detail.php:41 msgid "Retour à la liste" msgstr "" @@ -11664,6 +13080,7 @@ msgstr "" #: include/ajax_add_menu.php:152 include/ajax_get_menu_detail.php:67 #: include/ajax/ajax_add_menu.php:152 include/ajax/ajax_get_menu_detail.php:67 #: include/ajax/ajax_add_menu.php:153 include/ajax/ajax_add_menu.php:161 +#: include/ajax/ajax_add_menu.php:161 include/ajax/ajax_get_menu_detail.php:67 msgid "Ordre d'apparition" msgstr "" @@ -11681,6 +13098,7 @@ msgstr "" #: include/ajax_get_profile.php:80 include/ajax_get_profile.php:88 #: include/ajax_get_profile.php:97 include/ajax/ajax_get_profile.php:88 #: include/ajax/ajax_get_profile.php:97 include/ajax/ajax_get_profile.php:94 +#: include/ajax/ajax_get_profile.php:103 include/ajax/ajax_get_profile.php:94 #: include/ajax/ajax_get_profile.php:103 msgid "vous confirmez" msgstr "" @@ -11689,12 +13107,13 @@ msgstr "" #: include/ajax_get_profile.php:93 include/ajax_get_profile.php:99 #: include/ajax_get_profile.php:103 include/ajax/ajax_get_profile.php:99 #: include/ajax/ajax_get_profile.php:103 include/ajax/ajax_get_profile.php:105 +#: include/ajax/ajax_get_profile.php:109 include/ajax/ajax_get_profile.php:105 #: include/ajax/ajax_get_profile.php:109 msgid "Effacer ce profil" msgstr "" #: include/ajax_mod_predf_op.php:32 include/ajax/ajax_mod_predf_op.php:32 -#: include/ajax/ajax_mod_predf_op.php:31 +#: include/ajax/ajax_mod_predf_op.php:31 include/ajax/ajax_mod_predf_op.php:31 msgid "Modification du nom" msgstr "" @@ -11702,12 +13121,13 @@ msgstr "" #: include/ajax/ajax_mod_predf_op.php:44 #: include/class/class_pre_operation.php:63 #: include/class/pre_operation.class.php:63 -#: include/ajax/ajax_mod_predf_op.php:43 +#: include/ajax/ajax_mod_predf_op.php:43 include/ajax/ajax_mod_predf_op.php:43 +#: include/class/pre_operation.class.php:63 msgid "Description (max 50 car.)" msgstr "" #: include/ajax_navigator.php:37 include/ajax/ajax_navigator.php:37 -#: include/ajax/ajax_navigator.php:42 +#: include/ajax/ajax_navigator.php:42 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" @@ -11717,42 +13137,48 @@ msgstr "" #: include/cfgplugin.inc.php:113 include/ajax/ajax_navigator.php:52 #: include/cfgplugin.inc.php:114 include/cfgplugin.inc.php:115 #: include/cfgplugin.inc.php:116 include/ajax/ajax_navigator.php:56 +#: include/cfgplugin.inc.php:116 include/ajax/ajax_navigator.php:56 msgid "Chemin" msgstr "" #: include/ajax_navigator.php:56 include/database.item.php:183 #: include/database.item.php:187 include/database.item.php:186 #: include/ajax/ajax_navigator.php:56 include/ajax/ajax_navigator.php:60 +#: include/ajax/ajax_navigator.php:60 msgid "Description complète" msgstr "" #: include/ajax_navigator.php:59 include/ajax/ajax_navigator.php:59 -#: include/ajax/ajax_navigator.php:63 +#: include/ajax/ajax_navigator.php:63 include/ajax/ajax_navigator.php:63 msgid "Aide sur le wiki" msgstr "" #: include/ajax_navigator.php:106 include/ajax/ajax_navigator.php:106 -#: include/ajax/ajax_navigator.php:110 +#: include/ajax/ajax_navigator.php:110 include/ajax/ajax_navigator.php:110 msgid "sur le wiki" msgstr "" #: include/ajax_plugin_detail.php:54 include/ajax_plugin_detail.php:55 #: include/ajax/ajax_plugin_detail.php:55 +#: include/ajax/ajax_plugin_detail.php:55 msgid "Ajouter ce plugin" msgstr "" #: include/ajax_plugin_detail.php:57 include/ajax_plugin_detail.php:58 #: include/ajax/ajax_plugin_detail.php:58 +#: include/ajax/ajax_plugin_detail.php:58 msgid "Voulez-vous effacer ce plugin ?" msgstr "" #: include/ajax_plugin_detail.php:58 include/ajax_plugin_detail.php:60 #: include/ajax/ajax_plugin_detail.php:60 +#: include/ajax/ajax_plugin_detail.php:60 msgid "Modifier ce plugin" msgstr "" #: include/ajax_preference.php:34 include/ajax_preference.php:33 #: include/ajax/ajax_preference.php:33 include/ajax/ajax_preference.php:34 +#: include/ajax/ajax_preference.php:34 msgid "" "Si vous validez, la page sera rechargée et vous pourriez perdre ce que vous " "faisiez" @@ -11764,7 +13190,7 @@ msgid "Détail du dossier ou tag" msgstr "" #: include/ajax_tag_list.php:30 include/ajax/ajax_tag_list.php:30 -#: include/ajax/ajax_tag_list.php:34 +#: include/ajax/ajax_tag_list.php:34 include/ajax/ajax_tag_list.php:34 msgid "Ajout d'un tag" msgstr "" @@ -11775,27 +13201,34 @@ msgstr "" #: include/class/class_pre_operation.php:249 #: include/class/pre_operation.class.php:247 #: include/class/pre_operation.class.php:249 +#: include/ajax/ajax_update_predef.php:55 +#: include/class/pre_operation.class.php:247 +#: include/class/pre_operation.class.php:249 msgid "Modèle d'opérations" msgstr "" #: include/ajax_view_mod_stock.php:33 include/ajax/ajax_view_mod_stock.php:33 +#: include/ajax/ajax_view_mod_stock.php:33 msgid "Détail changement" msgstr "" #: include/ajax_view_mod_stock.php:52 include/ajax/ajax_view_mod_stock.php:52 +#: include/ajax/ajax_view_mod_stock.php:52 msgid "Cochez pour confirmer effacement" msgstr "" -#: include/anc_group.inc.php:62 +#: include/anc_group.inc.php:62 include/anc_group.inc.php:62 msgid "Plan" msgstr "" #: include/anc_pa.inc.php:47 include/anc_pa.inc.php:52 +#: include/anc_pa.inc.php:52 msgid "Nouveau plan" msgstr "" #: include/anc_pa.inc.php:60 include/anc_pa.inc.php:73 #: include/anc_pa.inc.php:74 include/anc_pa.inc.php:66 +#: include/anc_pa.inc.php:80 include/anc_pa.inc.php:66 #: include/anc_pa.inc.php:80 msgid "Maximum de plan analytique est atteint" msgstr "" @@ -11808,6 +13241,7 @@ msgstr "" #: include/ext/import_card/include/import_card.class.php:340 #: include/upgrade-plugin.php:101 include/upgrade-template.php:39 #: include/upgrade-plugin.php:113 include/upgrade-template.php:51 +#: include/upgrade-template.php:51 include/upgrade-plugin.php:113 msgid "Mise à jour" msgstr "" @@ -11822,65 +13256,78 @@ msgstr "" #: include/anc_pa.inc.php:273 include/anc_pa.inc.php:291 #: include/anc_pa.inc.php:175 include/anc_pa.inc.php:195 #: include/anc_pa.inc.php:179 include/anc_pa.inc.php:199 +#: include/anc_pa.inc.php:179 include/anc_pa.inc.php:199 msgid "Ajout d'un plan comptable" msgstr "" #: include/anc_pa.inc.php:255 include/anc_pa.inc.php:274 #: include/anc_pa.inc.php:276 include/anc_pa.inc.php:280 #: include/anc_pa.inc.php:182 include/anc_pa.inc.php:186 +#: include/anc_pa.inc.php:186 msgid "Aucun plan analytique n'est défini" msgstr "" -#: include/audit_log.php:39 +#: include/audit_log.php:39 include/audit_log.php:39 msgid "Module" msgstr "" +#: include/template/action_other_action.php:7 #: include/template/action_other_action.php:7 msgid "Autres actions" msgstr "" +#: include/template/action_other_action.php:17 #: include/template/action_other_action.php:17 msgid "Actions sur plusieurs documents" msgstr "" +#: include/template/action_other_action.php:18 #: include/template/action_other_action.php:18 msgid "Sélectionner les documents et l' action :" msgstr "" +#: include/template/action_other_action.php:26 #: include/template/action_other_action.php:26 msgid "Changement des états" msgstr "" +#: include/template/action_other_action.php:35 #: include/template/action_other_action.php:35 msgid "Ajout d'étiquettes" msgstr "" +#: include/template/action_other_action.php:43 #: include/template/action_other_action.php:43 msgid "Enlever des étiquettes" msgstr "" +#: include/template/action_other_action.php:51 #: include/template/action_other_action.php:51 msgid "Enlever toutes les étiquettes des documents choisis" msgstr "" +#: include/template/action_other_action.php:55 #: include/template/action_other_action.php:55 msgid "Effacer les documents choisis" msgstr "" #: include/template/action_search.php:51 include/template/action_search.php:65 #: include/template/action_search.php:99 include/template/action_search.php:95 +#: include/template/action_search.php:95 msgid "Date de rappel après" msgstr "" #: include/template/action_search.php:57 include/template/action_search.php:71 #: include/template/action_search.php:105 #: include/template/action_search.php:101 +#: include/template/action_search.php:101 msgid "Date de rappel avant" msgstr "" #: include/template/action_search.php:63 include/template/action_search.php:77 #: include/template/action_search.php:111 #: include/template/action_search.php:107 +#: include/template/action_search.php:107 msgid "Affiche aussi les actions fermées" msgstr "" @@ -11890,54 +13337,58 @@ msgstr "" #: include/search.inc.php:126 include/ajax/ajax_search_operation.php:123 #: include/ajax/ajax_search_operation.php:127 #: include/ajax/ajax_search_operation.php:132 +#: include/template/action_search_result.php:32 +#: include/template/action_search_result.php:88 +#: include/ajax/ajax_search_operation.php:127 +#: include/ajax/ajax_search_operation.php:132 msgid "Mettre à jour" msgstr "" #: include/balance.inc.php:101 include/balance.inc.php:102 #: include/balance.inc.php:108 include/balance.inc.php:109 -#: include/balance.inc.php:112 +#: include/balance.inc.php:112 include/balance.inc.php:112 msgid "Aucun filtre, tous les journaux" msgstr "" #: include/balance.inc.php:104 include/balance.inc.php:105 #: include/balance.inc.php:111 include/balance.inc.php:112 -#: include/balance.inc.php:115 +#: include/balance.inc.php:115 include/balance.inc.php:115 msgid "Filtré par journal" msgstr "" #: include/balance.inc.php:109 include/balance.inc.php:110 #: include/balance.inc.php:116 include/balance.inc.php:117 -#: include/balance.inc.php:120 +#: include/balance.inc.php:120 include/balance.inc.php:120 msgid "Filtré par catégorie" msgstr "" #: include/balance.inc.php:111 include/balance.inc.php:112 #: include/balance.inc.php:118 include/balance.inc.php:119 -#: include/balance.inc.php:122 +#: include/balance.inc.php:122 include/balance.inc.php:122 msgid "Totaux par sous-niveaux" msgstr "" #: include/balance.inc.php:128 include/balance.inc.php:129 #: include/balance.inc.php:135 include/balance.inc.php:136 -#: include/balance.inc.php:139 +#: include/balance.inc.php:139 include/balance.inc.php:139 msgid "Niveau 1" msgstr "" #: include/balance.inc.php:129 include/balance.inc.php:130 #: include/balance.inc.php:136 include/balance.inc.php:137 -#: include/balance.inc.php:140 +#: include/balance.inc.php:140 include/balance.inc.php:140 msgid "Niveau 2" msgstr "" #: include/balance.inc.php:130 include/balance.inc.php:131 #: include/balance.inc.php:137 include/balance.inc.php:138 -#: include/balance.inc.php:141 +#: include/balance.inc.php:141 include/balance.inc.php:141 msgid "Niveau 3" msgstr "" #: include/balance.inc.php:162 include/balance.inc.php:163 #: include/balance.inc.php:169 include/balance.inc.php:170 -#: include/balance.inc.php:173 +#: include/balance.inc.php:173 include/balance.inc.php:173 msgid "Plage de postes" msgstr "" @@ -11946,31 +13397,35 @@ msgstr "" #: include/balance.inc.php:90 include/balance.inc.php:171 #: include/balance.inc.php:91 include/balance.inc.php:172 #: include/impress_rapport.inc.php:267 include/balance.inc.php:94 -#: include/balance.inc.php:175 +#: include/balance.inc.php:175 include/impress_rapport.inc.php:267 +#: include/balance.inc.php:94 include/balance.inc.php:175 msgid "jusque" msgstr "" #: include/balance.inc.php:169 include/balance.inc.php:170 #: include/balance.inc.php:176 include/balance.inc.php:177 -#: include/balance.inc.php:180 +#: include/balance.inc.php:180 include/balance.inc.php:180 msgid "Uniquement comptes non soldés" msgstr "" #: include/balance.inc.php:172 include/balance.inc.php:173 #: include/balance.inc.php:179 include/balance.inc.php:180 -#: include/balance.inc.php:183 +#: include/balance.inc.php:183 include/balance.inc.php:183 msgid "Avec la balance de l'année précédente" msgstr "" #: include/card_attr.inc.php:77 include/card_attr.inc.php:78 +#: include/card_attr.inc.php:78 msgid "Texte" msgstr "" #: include/card_attr.inc.php:78 include/card_attr.inc.php:79 +#: include/card_attr.inc.php:79 msgid "Nombre" msgstr "" #: include/card_attr.inc.php:80 include/card_attr.inc.php:81 +#: include/card_attr.inc.php:81 msgid "Zone de texte" msgstr "" @@ -11981,6 +13436,8 @@ msgstr "" #: include/dossier.inc.php:218 include/modele.inc.php:245 #: include/dossier.inc.php:221 include/dossier.inc.php:226 #: include/modele.inc.php:246 include/class/tva_rate_mtable.class.php:47 +#: include/dossier.inc.php:226 include/modele.inc.php:246 +#: include/class/tva_rate_mtable.class.php:47 include/card_attr.inc.php:94 msgid "id" msgstr "" @@ -11988,16 +13445,17 @@ msgstr "" #: include/card_attr.inc.php:96 include/dossier.inc.php:204 #: include/dossier.inc.php:238 include/dossier.inc.php:239 #: include/dossier.inc.php:242 include/dossier.inc.php:247 +#: include/dossier.inc.php:247 include/card_attr.inc.php:97 msgid "Taille" msgstr "" #: include/card_attr.inc.php:124 include/card_attr.inc.php:125 -#: include/card_attr.inc.php:126 +#: include/card_attr.inc.php:126 include/card_attr.inc.php:126 msgid "Attention : effacera les données qui y sont liées" msgstr "" #: include/cfgfiche.inc.php:69 include/cfgfiche.inc.php:74 -#: include/cfgfiche.inc.php:88 +#: include/cfgfiche.inc.php:88 include/cfgfiche.inc.php:88 msgid "" "Impossible d'enlever cette catégorie, certaines fiches sont encore " "utilisées\n" @@ -12005,11 +13463,11 @@ msgid "" msgstr "" #: include/cfgledger.inc.php:50 include/cfgledger.inc.php:51 -#: include/cfgledger.inc.php:58 +#: include/cfgledger.inc.php:58 include/cfgledger.inc.php:58 msgid "Journal inexistant" msgstr "" -#: include/cfgtags.inc.php:51 +#: include/cfgtags.inc.php:51 include/cfgtags.inc.php:51 msgid "" "Vous pouvez utiliser ceci comme des étiquettes pour marquer des documents " "ou \n" @@ -12024,6 +13482,8 @@ msgstr "" #: include/class/acc_account_ledger.class.php:233 #: include/class/acc_account_ledger.class.php:234 #: include/class/acc_account.class.php:89 +#: include/class/acc_account.class.php:89 +#: include/class/acc_account_ledger.class.php:234 msgid "Poste inconnu" msgstr "" @@ -12042,108 +13502,126 @@ msgstr "" #: include/class_acc_bilan.php:134 include/class_acc_bilan.php:135 #: include/class/class_acc_bilan.php:135 include/class/class_acc_bilan.php:150 #: include/class/acc_bilan.class.php:150 include/class/acc_bilan.class.php:153 +#: include/class/acc_bilan.class.php:153 msgid "Nbres anomalies" msgstr "" #: include/class_acc_bilan.php:137 include/class_acc_bilan.php:138 #: include/class/class_acc_bilan.php:138 include/class/class_acc_bilan.php:153 #: include/class/acc_bilan.class.php:153 include/class/acc_bilan.class.php:156 +#: include/class/acc_bilan.class.php:156 msgid "Pas d'anomalie détectée" msgstr "" #: include/class_acc_bilan.php:146 include/class_acc_bilan.php:147 #: include/class/class_acc_bilan.php:147 include/class/class_acc_bilan.php:162 #: include/class/acc_bilan.class.php:162 include/class/acc_bilan.class.php:165 +#: include/class/acc_bilan.class.php:165 msgid "Comptes normaux" msgstr "" #: include/class_acc_bilan.php:147 include/class_acc_bilan.php:148 #: include/class/class_acc_bilan.php:148 include/class/class_acc_bilan.php:163 #: include/class/acc_bilan.class.php:163 include/class/acc_bilan.class.php:166 +#: include/class/acc_bilan.class.php:166 msgid "Actif avec un solde crediteur" msgstr "" #: include/class_acc_bilan.php:148 include/class_acc_bilan.php:149 #: include/class/class_acc_bilan.php:149 include/class/class_acc_bilan.php:164 #: include/class/acc_bilan.class.php:164 include/class/acc_bilan.class.php:167 +#: include/class/acc_bilan.class.php:167 msgid "Passif avec un solde debiteur" msgstr "" #: include/class_acc_bilan.php:149 include/class_acc_bilan.php:150 #: include/class/class_acc_bilan.php:150 include/class/class_acc_bilan.php:165 #: include/class/acc_bilan.class.php:165 include/class/acc_bilan.class.php:168 +#: include/class/acc_bilan.class.php:168 msgid "Compte de resultat : Charge avec un solde crediteur" msgstr "" #: include/class_acc_bilan.php:150 include/class_acc_bilan.php:151 #: include/class/class_acc_bilan.php:151 include/class/class_acc_bilan.php:166 #: include/class/acc_bilan.class.php:166 include/class/acc_bilan.class.php:169 +#: include/class/acc_bilan.class.php:169 msgid "Compte de resultat : produit avec un solde debiteur" msgstr "" #: include/class_acc_bilan.php:152 include/class_acc_bilan.php:153 #: include/class/class_acc_bilan.php:153 include/class/class_acc_bilan.php:168 #: include/class/acc_bilan.class.php:168 include/class/acc_bilan.class.php:171 +#: include/class/acc_bilan.class.php:171 msgid "Comptes inverses" msgstr "" #: include/class_acc_bilan.php:153 include/class_acc_bilan.php:154 #: include/class/class_acc_bilan.php:154 include/class/class_acc_bilan.php:169 #: include/class/acc_bilan.class.php:169 include/class/acc_bilan.class.php:172 +#: include/class/acc_bilan.class.php:172 msgid "Compte inverse : actif avec un solde debiteur" msgstr "" #: include/class_acc_bilan.php:154 include/class_acc_bilan.php:155 #: include/class/class_acc_bilan.php:155 include/class/class_acc_bilan.php:170 #: include/class/acc_bilan.class.php:170 include/class/acc_bilan.class.php:173 +#: include/class/acc_bilan.class.php:173 msgid "Compte inverse : passif avec un solde crediteur" msgstr "" #: include/class_acc_bilan.php:155 include/class_acc_bilan.php:156 #: include/class/class_acc_bilan.php:156 include/class/class_acc_bilan.php:171 #: include/class/acc_bilan.class.php:171 include/class/acc_bilan.class.php:174 +#: include/class/acc_bilan.class.php:174 msgid "Compte inverse : Charge avec un solde debiteur" msgstr "" #: include/class_acc_bilan.php:156 include/class_acc_bilan.php:157 #: include/class/class_acc_bilan.php:157 include/class/class_acc_bilan.php:172 #: include/class/acc_bilan.class.php:172 include/class/acc_bilan.class.php:175 +#: include/class/acc_bilan.class.php:175 msgid "Compte inverse : produit avec un solde crediteur" msgstr "" #: include/class_acc_bilan.php:175 include/class_acc_bilan.php:176 #: include/class/class_acc_bilan.php:176 include/class/class_acc_bilan.php:202 #: include/class/acc_bilan.class.php:202 include/class/acc_bilan.class.php:205 +#: include/class/acc_bilan.class.php:205 msgid "Total actif" msgstr "" #: include/class_acc_bilan.php:192 include/class_acc_bilan.php:193 #: include/class/class_acc_bilan.php:193 include/class/class_acc_bilan.php:215 #: include/class/acc_bilan.class.php:215 include/class/acc_bilan.class.php:218 +#: include/class/acc_bilan.class.php:218 msgid "Total passif" msgstr "" #: include/class_acc_bilan.php:211 include/class_acc_bilan.php:212 #: include/class/class_acc_bilan.php:212 include/class/class_acc_bilan.php:231 #: include/class/acc_bilan.class.php:231 include/class/acc_bilan.class.php:234 +#: include/class/acc_bilan.class.php:234 msgid "Total charge " msgstr "" #: include/class_acc_bilan.php:226 include/class_acc_bilan.php:227 #: include/class/class_acc_bilan.php:227 include/class/class_acc_bilan.php:243 #: include/class/acc_bilan.class.php:243 include/class/acc_bilan.class.php:246 +#: include/class/acc_bilan.class.php:246 msgid "Total produit" msgstr "" #: include/class_acc_bilan.php:230 include/class_acc_bilan.php:231 #: include/class/class_acc_bilan.php:231 include/class/class_acc_bilan.php:247 #: include/class/acc_bilan.class.php:247 include/class/acc_bilan.class.php:250 +#: include/class/acc_bilan.class.php:250 msgid "Difference Produit - Charge" msgstr "" #: include/class_acc_bilan.php:256 include/class_acc_bilan.php:257 #: include/class/class_acc_bilan.php:257 include/class/class_acc_bilan.php:273 #: include/class/acc_bilan.class.php:273 include/class/acc_bilan.class.php:276 +#: include/class/acc_bilan.class.php:276 msgid "Aucun enregistrement trouve" msgstr "" @@ -12159,7 +13637,8 @@ msgstr "" #: include/class/acc_bilan.class.php:680 include/class/acc_bilan.class.php:703 #: include/class/acc_bilan.class.php:372 include/class/acc_bilan.class.php:683 #: include/class/acc_bilan.class.php:706 include/class/acc_bilan.class.php:688 -#: include/class/acc_bilan.class.php:711 +#: include/class/acc_bilan.class.php:711 include/class/acc_bilan.class.php:372 +#: include/class/acc_bilan.class.php:688 include/class/acc_bilan.class.php:711 msgid "erreur Ouverture fichier" msgstr "" @@ -12167,7 +13646,7 @@ msgstr "" #: include/class_acc_bilan.php:666 include/class/class_acc_bilan.php:666 #: include/class/class_acc_bilan.php:668 include/class/class_acc_bilan.php:685 #: include/class/acc_bilan.class.php:686 include/class/acc_bilan.class.php:689 -#: include/class/acc_bilan.class.php:694 +#: include/class/acc_bilan.class.php:694 include/class/acc_bilan.class.php:694 msgid "erreur écriture fichier" msgstr "" @@ -12177,6 +13656,7 @@ msgstr "" #: include/class/acc_ledger.class.php:113 #: include/class/acc_ledger.class.php:115 #: include/class/acc_ledger.class.php:116 +#: include/class/acc_ledger.class.php:116 msgid " Tous les journaux" msgstr "" @@ -12187,6 +13667,7 @@ msgstr "" #: include/class/acc_ledger.class.php:199 #: include/class/acc_ledger.class.php:202 #: include/class/acc_ledger.class.php:203 +#: include/class/acc_ledger.class.php:203 msgid "this->jr_id is not set ou opération inconnue" msgstr "" @@ -12199,6 +13680,9 @@ msgstr "" #: include/export/export_histo_csv.php:36 #: include/class/acc_ledger_search.class.php:929 #: include/class/acc_ledger_search.class.php:937 +#: include/template/letter_prop.php:31 include/template/letter_prop.php:74 +#: include/export/export_histo_csv.php:36 +#: include/class/acc_ledger_search.class.php:937 msgid "Internal" msgstr "" @@ -12209,6 +13693,7 @@ msgstr "" #: include/class/acc_ledger_search.class.php:943 #: include/class/acc_ledger_search.class.php:938 #: include/class/acc_ledger_search.class.php:946 +#: include/class/acc_ledger_search.class.php:946 msgid "tiers" msgstr "" @@ -12227,6 +13712,8 @@ msgstr "" #: include/class/acc_ledger_search.class.php:1037 #: include/class/acc_ledger_search.class.php:837 #: include/class/acc_ledger_search.class.php:1045 +#: include/class/acc_ledger_search.class.php:837 +#: include/class/acc_ledger_search.class.php:1045 msgid "Opération annulée" msgstr "" @@ -12253,6 +13740,15 @@ msgstr "" #: include/class/acc_ledger_history_purchase.class.php:249 #: include/class/acc_ledger_history_sale.class.php:243 #: include/class/acc_ledger_search.class.php:631 +#: include/template/print_ledger_simple.php:8 +#: include/template/acc_ledger_history_sale_detail.php:35 +#: include/template/acc_ledger_history_purchase_detail.php:34 +#: include/export/export_histo_csv.php:40 +#: include/class/acc_ledger.class.php:2412 +#: include/class/acc_ledger_history_purchase.class.php:249 +#: include/class/acc_ledger_search.class.php:631 +#: include/class/acc_ledger_history_sale.class.php:243 +#: include/class/pdf_operation.class.php:73 msgid "Paiement" msgstr "" @@ -12260,8 +13756,7 @@ msgstr "" #: include/template/operation_detail_fin.php:32 #: include/class_acc_ledger.php:819 include/class_acc_ledger.php:823 #: include/template/ledger_detail_fin.php:45 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:825 -#: include/ext/importbank/bank_constant.php:58 +#: include/class_acc_ledger.php:825 include/ext/importbank/bank_constant.php:58 #: include/class/class_acc_ledger.php:825 include/ext/importbank/ajax.php:91 #: include/export/export_histo_csv.php:41 #: include/export/export_ledger_csv.php:187 @@ -12287,6 +13782,19 @@ msgstr "" #: include/export/export_ledger_csv.php:212 #: include/class/acc_ledger_search.class.php:637 #: include/class/print_ledger_misc.class.php:46 +#: include/template/operation_detail_fin.php:32 +#: include/template/acc_ledger_history_financial_oneline.php:34 +#: include/template/ledger_detail_fin.php:45 +#: include/export/export_poste_detail_csv.php:86 +#: include/export/export_poste_detail_csv.php:199 +#: include/export/export_ledger_csv.php:212 +#: include/export/export_histo_csv.php:43 +#: include/export/export_fiche_detail_csv.php:75 +#: include/class/acc_ledger_history_generic.class.php:682 +#: include/class/acc_ledger_search.class.php:637 +#: include/class/print_ledger_misc.class.php:46 +#: include/class/acc_account_ledger.class.php:396 +#: include/class/fiche.class.php:1461 msgid "Tiers" msgstr "" @@ -12297,6 +13805,7 @@ msgstr "" #: include/class/acc_ledger_search.class.php:865 #: include/class/acc_ledger_search.class.php:860 #: include/class/acc_ledger_search.class.php:868 +#: include/class/acc_ledger_search.class.php:868 msgid "Non payé" msgstr "" @@ -12307,6 +13816,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1022 #: include/class/acc_ledger.class.php:597 #: include/class/acc_ledger.class.php:598 +#: include/class/acc_ledger.class.php:598 msgid "Attention : il vaut mieux utiliser les fiches que les postes comptables" msgstr "" @@ -12318,6 +13828,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1630 #: include/class/acc_ledger.class.php:1197 #: include/class/acc_ledger.class.php:1198 +#: include/class/acc_ledger.class.php:1198 msgid "" "Attention : il vaut mieux utiliser les fiches que les postes comptables " msgstr "" @@ -12332,6 +13843,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1731 #: include/class/acc_ledger.class.php:1299 #: include/class/acc_ledger.class.php:1300 +#: include/class/acc_ledger.class.php:1300 msgid "Balance incorrecte" msgstr "" @@ -12344,6 +13856,7 @@ msgstr "" #: include/class/acc_ledger.class.php:1773 #: include/class/acc_ledger.class.php:1341 #: include/class/acc_ledger.class.php:1342 +#: include/class/acc_ledger.class.php:1342 msgid "OPERATION ANNULEE " msgstr "" @@ -12356,6 +13869,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2096 #: include/class/acc_ledger.class.php:1664 #: include/class/acc_ledger.class.php:1665 +#: include/class/acc_ledger.class.php:1665 msgid "Celui qui paie n' a pas de poste comptable" msgstr "" @@ -12368,6 +13882,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2114 #: include/class/acc_ledger.class.php:1682 #: include/class/acc_ledger.class.php:1683 +#: include/class/acc_ledger.class.php:1683 #, php-format msgid "Pour la fiche %s le poste comptable [%s] n'existe pas" msgstr "" @@ -12382,6 +13897,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2539 #: include/class/acc_ledger.class.php:2108 #: include/class/acc_ledger.class.php:2109 +#: include/class/acc_ledger.class.php:2109 msgid "Journaux de vente" msgstr "" @@ -12420,6 +13936,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2737 #: include/class/acc_ledger.class.php:2312 #: include/class/acc_ledger.class.php:2313 +#: include/class/acc_ledger.class.php:2313 msgid "Nombre de ligne incorrect" msgstr "" @@ -12434,6 +13951,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2742 #: include/class/acc_ledger.class.php:2317 #: include/class/acc_ledger.class.php:2318 +#: include/class/acc_ledger.class.php:2318 msgid "Un journal avec ce nom existe déjà" msgstr "" @@ -12473,6 +13991,9 @@ msgstr "" #: include/class/acc_ledger.class.php:2324 #: include/class/acc_ledger.class.php:2388 #: include/class/acc_ledger.class.php:2566 +#: include/class/acc_ledger.class.php:2324 +#: include/class/acc_ledger.class.php:2388 +#: include/class/acc_ledger.class.php:2566 msgid "Aucun compte en banque n'est donné" msgstr "" @@ -12488,6 +14009,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2899 #: include/class/acc_ledger.class.php:2482 #: include/class/acc_ledger.class.php:2483 +#: include/class/acc_ledger.class.php:2483 msgid "choix du type de journal" msgstr "" @@ -12503,6 +14025,7 @@ msgstr "" #: include/class/acc_ledger.class.php:3000 #: include/class/acc_ledger.class.php:2583 #: include/class/acc_ledger.class.php:2584 +#: include/class/acc_ledger.class.php:2584 msgid "Impossible d'effacer un journal qui contient des opérations" msgstr "" @@ -12518,6 +14041,7 @@ msgstr "" #: include/class/acc_ledger.class.php:3092 #: include/class/acc_ledger.class.php:2699 #: include/class/acc_ledger.class.php:2700 +#: include/class/acc_ledger.class.php:2700 msgid "Action non accessible" msgstr "" @@ -12525,19 +14049,21 @@ msgstr "" #: include/export/export_gl_csv.php:95 include/export/export_gl_csv.php:90 #: include/template/action_search.php:133 include/export/export_gl_csv.php:96 #: include/export/export_gl_pdf.php:88 include/template/action_search.php:115 -#: include/template/action_show.php:38 +#: include/template/action_show.php:38 include/template/action_show.php:38 +#: include/template/action_search.php:115 include/export/export_gl_pdf.php:88 +#: include/export/export_gl_csv.php:96 msgid "Référence" msgstr "" -#: include/template/action_search.php:88 -#: include/template/action_search.php:102 +#: include/template/action_search.php:88 include/template/action_search.php:102 #: include/template/action_search.php:139 #: include/template/action_search.php:121 +#: include/template/action_search.php:121 msgid "Numéro document" msgstr "" #: include/template/dashboard.php:90 include/template/dashboard.php:60 -#: include/template/dashboard.php:39 +#: include/template/dashboard.php:39 include/template/dashboard.php:39 msgid "Situation" msgstr "" @@ -12546,12 +14072,13 @@ msgid "Pour aujourd'hui" msgstr "" #: include/template/dashboard.php:100 include/template/dashboard.php:70 -#: include/template/dashboard.php:49 +#: include/template/dashboard.php:49 include/template/dashboard.php:49 msgid "En retard" msgstr "" #: include/template/dashboard.php:105 include/template/dashboard.php:71 #: include/template/dashboard.php:75 include/template/dashboard.php:54 +#: include/template/dashboard.php:54 msgid "Action" msgstr "" @@ -12566,59 +14093,70 @@ msgstr "" #: include/template/dashboard.php:135 include/template/dashboard.php:145 #: include/template/dashboard.php:61 include/template/dashboard.php:73 #: include/template/dashboard.php:89 include/template/dashboard.php:99 -#: include/template/dashboard.php:114 +#: include/template/dashboard.php:114 include/template/dashboard.php:61 +#: include/template/dashboard.php:73 include/template/dashboard.php:89 +#: include/template/dashboard.php:99 include/template/dashboard.php:114 +#: include/template/dashboard.php:124 msgid "détail" msgstr "" #: include/template/dashboard.php:135 include/template/dashboard.php:101 #: include/template/dashboard.php:105 include/template/dashboard.php:84 +#: include/template/dashboard.php:84 msgid "Paiement fournisseur" msgstr "" #: include/template/dashboard.php:160 include/template/dashboard.php:126 #: include/template/dashboard.php:130 include/template/dashboard.php:109 +#: include/template/dashboard.php:109 msgid "Paiement client" msgstr "" #: include/template/dashboard.php:222 include/template/dashboard.php:207 #: include/template/dashboard.php:211 include/template/dashboard.php:190 -#: include/template/dashboard.php:195 +#: include/template/dashboard.php:195 include/template/dashboard.php:195 msgid "Action en retard" msgstr "" #: include/template/dashboard.php:247 include/template/dashboard.php:232 #: include/template/dashboard.php:236 include/template/dashboard.php:215 #: include/template/dashboard.php:220 include/template/dashboard.php:222 +#: include/template/dashboard.php:222 msgid "Aucune action en retard" msgstr "" #: include/template/dashboard.php:253 include/template/dashboard.php:238 #: include/template/dashboard.php:242 include/template/dashboard.php:221 #: include/template/dashboard.php:226 include/template/dashboard.php:231 +#: include/template/dashboard.php:231 msgid "Action pour aujourd'hui" msgstr "" #: include/template/dashboard.php:281 include/template/dashboard.php:264 #: include/template/dashboard.php:268 include/template/dashboard.php:247 #: include/template/dashboard.php:252 include/template/dashboard.php:261 +#: include/template/dashboard.php:261 msgid "Fournisseurs à payer aujourd'hui" msgstr "" #: include/template/dashboard.php:282 include/template/dashboard.php:265 #: include/template/dashboard.php:269 include/template/dashboard.php:248 #: include/template/dashboard.php:253 include/template/dashboard.php:262 +#: include/template/dashboard.php:262 msgid "Fournisseurs en retad" msgstr "" #: include/template/dashboard.php:283 include/template/dashboard.php:266 #: include/template/dashboard.php:270 include/template/dashboard.php:249 #: include/template/dashboard.php:254 include/template/dashboard.php:263 +#: include/template/dashboard.php:263 msgid "Encaissement clients aujourd'hui" msgstr "" #: include/template/dashboard.php:284 include/template/dashboard.php:267 #: include/template/dashboard.php:271 include/template/dashboard.php:250 #: include/template/dashboard.php:255 include/template/dashboard.php:264 +#: include/template/dashboard.php:264 msgid "Clients en retard" msgstr "" @@ -12628,6 +14166,7 @@ msgstr "" #: include/template/detail-action.php:192 #: include/template/detail-action.php:191 #: include/template/detail-action.php:166 +#: include/template/detail-action.php:166 msgid "Actions concernées" msgstr "" @@ -12640,6 +14179,7 @@ msgstr "" #: include/template/detail-action.php:278 #: include/template/detail-action.php:247 #: include/template/detail-action.php:249 +#: include/template/detail-action.php:249 #, php-format msgid "Voulez-vous effacer ce commentaire" msgstr "" @@ -12654,73 +14194,86 @@ msgstr "" #: include/template/detail-action.php:476 #: include/template/detail-action.php:480 #: include/template/detail-action.php:478 +#: include/template/detail-action.php:476 msgid "Ajouter un fichier" msgstr "" +#: include/template/fiche_def_input.php:23 #: include/template/fiche_def_input.php:23 msgid "" "Création automatique du poste comptable uniquement s'il n'y a qu'un seul " "poste" msgstr "" +#: include/template/fiche_def_list.php:66 #: include/template/fiche_def_list.php:66 msgid "Automatique" msgstr "" +#: include/template/fiche_def_list.php:66 #: include/template/fiche_def_list.php:66 msgid "Manuel" msgstr "" +#: include/template/fiche_def_list.php:84 #: include/template/fiche_def_list.php:84 msgid "Ajout d'une nouvelle catégorie" msgstr "" #: include/template/fiche_list.php:87 include/template/fiche_list.php:89 -#: include/template/fiche_list.php:91 +#: include/template/fiche_list.php:91 include/template/fiche_list.php:89 msgid "Effacer la sélection " msgstr "" #: include/template/fiche_list.php:89 include/template/fiche_list.php:91 -#: include/template/fiche_list.php:93 +#: include/template/fiche_list.php:93 include/template/fiche_list.php:91 msgid "Déplacer la sélection vers" msgstr "" -#: include/template/forecast_cat.php:8 +#: include/template/forecast_cat.php:8 include/template/forecast_cat.php:8 msgid "Date de début" msgstr "" -#: include/template/forecast_cat.php:9 +#: include/template/forecast_cat.php:9 include/template/forecast_cat.php:9 msgid "Date de fin" msgstr "" +#: include/template/form_ledger_fin.php:12 #: include/template/form_ledger_fin.php:12 msgid "Avec date d'extrait" msgstr "" +#: include/template/form_ledger_fin.php:13 #: include/template/form_ledger_fin.php:13 msgid "Avec date opérations" msgstr "" +#: include/template/impress_reconciliation_detail.php:10 #: include/template/impress_reconciliation_detail.php:10 msgid "Prix HTVA" msgstr "" +#: include/template/impress_reconciliation_detail.php:13 #: include/template/impress_reconciliation_detail.php:13 msgid "Non Deductible" msgstr "" +#: include/template/impress_reconciliation_detail.php:16 #: include/template/impress_reconciliation_detail.php:16 msgid "code tva" msgstr "" +#: include/template/impress_reconciliation_detail.php:22 #: include/template/impress_reconciliation_detail.php:22 msgid "Tva ND" msgstr "" +#: include/template/impress_reconciliation.php:7 #: include/template/impress_reconciliation.php:7 msgid "N°" msgstr "" +#: include/template/impress_reconciliation.php:13 #: include/template/impress_reconciliation.php:13 msgid "N° op" msgstr "" @@ -12758,6 +14311,14 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1824 #: include/class/acc_ledger_sold.class.php:1398 #: include/class/acc_ledger_purchase.class.php:1827 +#: include/template/ledger_detail_ven.php:45 +#: include/template/acc_ledger_history_purchase_oneline.php:38 +#: include/template/acc_ledger_history_sale_oneline.php:35 +#: include/template/acc_ledger_history_purchase_extended.php:34 +#: include/template/acc_ledger_history_sale_extended.php:34 +#: include/template/ledger_detail_ach.php:37 +#: include/class/acc_ledger_sold.class.php:1398 +#: include/class/acc_ledger_purchase.class.php:1827 msgid "Date paiement" msgstr "" @@ -12769,6 +14330,7 @@ msgstr "" #: include/template/ledger_detail_bottom.php:142 #: include/template/ledger_detail_bottom.php:143 #: include/template/ledger_detail_bottom.php:148 +#: include/template/ledger_detail_bottom.php:148 msgid " Bon de commande" msgstr "" @@ -12777,12 +14339,14 @@ msgstr "" #: include/ext/importbank/ajax.php:89 include/ext/importbank/ajax.php:90 #: include/template/ledger_detail_bottom.php:146 #: include/template/ledger_detail_bottom.php:151 +#: include/template/ledger_detail_bottom.php:151 msgid "Autre information" msgstr "" #: include/template/ledger_detail_forbidden.php:5 #: include/ajax_view_action.php:44 include/ajax_view_action.php:46 #: include/ajax/ajax_view_action.php:46 include/ajax/ajax_view_action.php:47 +#: include/template/ledger_detail_forbidden.php:5 msgid "" "Accès interdit : vous n'avez pas accès à cette information, contactez votre " "responsable" @@ -12803,34 +14367,42 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:246 #: include/class/acc_ledger_history_purchase.class.php:253 #: include/class/acc_ledger_history_sale.class.php:247 +#: include/template/dashboard.php:344 +#: include/template/security_list_action.php:72 +#: include/export/export_histo_csv.php:45 +#: include/class/acc_ledger_history_purchase.class.php:253 +#: include/class/acc_ledger_history_sale.class.php:247 msgid "Note" msgstr "" -#: include/template/letter_all.php:108 +#: include/template/letter_all.php:108 include/template/letter_all.php:108 msgid "Solde débit" msgstr "" -#: include/template/letter_all.php:109 +#: include/template/letter_all.php:109 include/template/letter_all.php:109 msgid "Solde crédit" msgstr "" -#: include/template/letter_all.php:115 +#: include/template/letter_all.php:115 include/template/letter_all.php:115 msgid "Solde débiteur" msgstr "" -#: include/template/letter_all.php:117 +#: include/template/letter_all.php:117 include/template/letter_all.php:117 msgid "Solde créditeur" msgstr "" #: include/template/letter_prop.php:151 include/template/letter_prop.php:159 +#: include/template/letter_prop.php:159 msgid "Créditeur" msgstr "" #: include/template/letter_prop.php:153 include/template/letter_prop.php:161 +#: include/template/letter_prop.php:161 msgid "Débiteur" msgstr "" #: include/template/letter_prop.php:158 include/template/letter_prop.php:166 +#: include/template/letter_prop.php:166 msgid "Total lettré" msgstr "" @@ -12838,26 +14410,29 @@ msgstr "" #: include/menu.inc.php:130 include/cfgplugin.inc.php:99 #: include/menu.inc.php:114 include/menu.inc.php:131 #: include/ajax_get_profile.php:108 include/cfgplugin.inc.php:111 -#: include/template/profile_menu_display_module.php:55 -#: include/menu.inc.php:109 include/menu.inc.php:126 -#: include/ajax/ajax_get_profile.php:108 +#: include/template/profile_menu_display_module.php:55 include/menu.inc.php:109 +#: include/menu.inc.php:126 include/ajax/ajax_get_profile.php:108 #: include/template/profile_menu_display_module.php:56 #: include/cfgplugin.inc.php:112 include/cfgplugin.inc.php:113 #: include/cfgplugin.inc.php:114 #: include/template/profile_menu_display_module.php:57 -#: include/ajax/ajax_get_profile.php:114 +#: include/ajax/ajax_get_profile.php:114 include/cfgplugin.inc.php:114 +#: include/template/menu_detail.php:19 +#: include/template/profile_menu_display_module.php:57 +#: include/ajax/ajax_get_profile.php:114 include/menu.inc.php:109 +#: include/menu.inc.php:126 msgid "Menu" msgstr "" -#: include/template/menu_detail.php:27 +#: include/template/menu_detail.php:27 include/template/menu_detail.php:27 msgid "Code du menu" msgstr "" -#: include/template/menu_detail.php:35 +#: include/template/menu_detail.php:35 include/template/menu_detail.php:35 msgid "Libellé du menu" msgstr "" -#: include/template/menu_detail.php:59 +#: include/template/menu_detail.php:59 include/template/menu_detail.php:59 msgid "Fichier à inclure (depuis le répertoire include)" msgstr "" @@ -12865,21 +14440,25 @@ msgstr "" msgid "Modèle de document" msgstr "" +#: include/template/modele_document.php:10 #: include/template/modele_document.php:10 msgid "Nom du document" msgstr "" +#: include/template/modele_document.php:23 #: include/template/modele_document.php:23 msgid "Catégorie de document" msgstr "" #: include/template/modele_document.php:80 #: include/template/modele_document.php:81 +#: include/template/modele_document.php:81 msgid "Dernier numéro utilisé pour ce type de document" msgstr "" #: include/template/modele_document.php:101 #: include/template/modele_document.php:102 +#: include/template/modele_document.php:102 msgid "Redémarrer la séquence (laisser à 0 pour ne pas changer)" msgstr "" @@ -12890,6 +14469,7 @@ msgstr "" #: include/template/periode_add_exercice.php:21 #: include/template/periode_add_exercice.php:22 #: include/template/periode_add_exercice.php:74 +#: include/template/periode_add_exercice.php:74 msgid "Ajout d'un exercice comptable" msgstr "" @@ -12899,10 +14479,15 @@ msgstr "" #: include/template/acc_ledger_history_purchase_detail.php:58 #: include/template/acc_ledger_history_sale_detail.php:56 #: include/template/acc_ledger_history_financial_oneline.php:37 +#: include/template/print_ledger_simple.php:32 +#: include/template/acc_ledger_history_financial_oneline.php:37 +#: include/template/acc_ledger_history_sale_detail.php:56 +#: include/template/acc_ledger_history_purchase_detail.php:58 +#: include/impress_rec.inc.php:60 msgid "Opérations rapprochées" msgstr "" -#: include/template/profile.php:41 +#: include/template/profile.php:41 include/template/profile.php:41 msgid "Avec Calculatrice" msgstr "" @@ -12910,15 +14495,19 @@ msgstr "" msgid "Avec Direct Form" msgstr "" -#: include/template/stock_histo_search.php:35 -#: include/template/stock_inv.php:60 +#: include/template/stock_histo_search.php:35 include/template/stock_inv.php:60 #: include/template/stock_summary_table.php:33 #: include/template/stock_inv.php:61 #: include/export/export_stock_histo_csv.php:41 #: include/export/export_stock_resume_list.php:38 +#: include/template/stock_summary_table.php:33 +#: include/template/stock_histo_search.php:35 include/template/stock_inv.php:61 +#: include/export/export_stock_histo_csv.php:41 +#: include/export/export_stock_resume_list.php:38 msgid "Code Stock" msgstr "" +#: include/template/stock_histo_search.php:43 #: include/template/stock_histo_search.php:43 msgid "A partir de" msgstr "" @@ -12927,25 +14516,32 @@ msgstr "" #: include/compta_ven.inc.php:92 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 +#: include/template/stock_histo_search.php:51 include/compta_ven.inc.php:97 +#: include/compta_ach.inc.php:90 msgid "Dépôt" msgstr "" +#: include/template/stock_histo_search.php:55 #: include/template/stock_histo_search.php:55 msgid "Montant supérieur ou égal à" msgstr "" +#: include/template/stock_histo_search.php:59 #: include/template/stock_histo_search.php:59 msgid "Montant inférieur ou égal à" msgstr "" +#: include/template/stock_histo_search.php:64 #: include/template/stock_histo_search.php:64 msgid "Direction" msgstr "" #: include/template/stock_inv.php:50 include/template/stock_inv.php:51 +#: include/template/stock_inv.php:51 msgid "Motif de changement" msgstr "" +#: include/template/stock_state_search.php:43 #: include/template/stock_state_search.php:43 msgid "Présentation" msgstr "" @@ -12954,6 +14550,10 @@ msgstr "" #: include/template/stock_summary_table.php:73 #: include/template/stock_summary_table.php:107 #: include/export/export_stock_resume_list.php:38 +#: include/template/stock_summary_table.php:73 +#: include/template/stock_summary_table.php:107 +#: include/template/stock_summary_list.php:47 +#: include/export/export_stock_resume_list.php:38 msgid "IN" msgstr "" @@ -12961,17 +14561,25 @@ msgstr "" #: include/template/stock_summary_table.php:81 #: include/template/stock_summary_table.php:115 #: include/export/export_stock_resume_list.php:38 +#: include/template/stock_summary_table.php:81 +#: include/template/stock_summary_table.php:115 +#: include/template/stock_summary_list.php:48 +#: include/export/export_stock_resume_list.php:38 msgid "OUT" msgstr "" +#: include/template/stock_summary_list.php:49 #: include/template/stock_summary_list.php:49 msgid "En Stock" msgstr "" +#: include/template/stock_summary_list.php:87 #: include/template/stock_summary_list.php:87 msgid "Changement manuel" msgstr "" +#: 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" @@ -12979,10 +14587,13 @@ msgstr "" #: include/template/tag_choose.php:8 include/template/tag_search_select.php:8 #: include/template/tag_select.php:8 include/template/tag_select.php:12 +#: include/template/tag_choose.php:8 include/template/tag_search_select.php:8 +#: include/template/tag_select.php:12 msgid "Aucune étiquette disponible" msgstr "" #: include/template/tag_detail.php:15 include/template/tag_detail.php:21 +#: include/template/tag_detail.php:21 msgid "Etiquette (tag)" msgstr "" @@ -12992,38 +14603,47 @@ msgstr "" #: include/template/tag_list.php:11 include/template/tag_search_select.php:16 #: include/template/tag_select.php:16 include/template/tag_list.php:12 -#: include/template/tag_search_select.php:18 -#: include/template/tag_select.php:20 +#: include/template/tag_search_select.php:18 include/template/tag_select.php:20 +#: include/template/tag_search_select.php:18 include/template/tag_select.php:20 +#: include/template/tag_list.php:12 msgid "Tag" msgstr "" #: include/menu.inc.php:117 include/menu.inc.php:118 include/menu.inc.php:113 +#: include/menu.inc.php:113 msgid "URL" msgstr "" #: include/menu.inc.php:119 include/menu.inc.php:120 include/menu.inc.php:115 +#: include/menu.inc.php:115 msgid "Javascript" msgstr "" #: include/menu.inc.php:129 include/menu.inc.php:130 include/menu.inc.php:125 #: include/cfgledger.inc.php:162 include/balance_card_ageing.inc.php:57 #: include/cfgledger.inc.php:164 include/cfgledger.inc.php:169 +#: include/cfgledger.inc.php:169 include/menu.inc.php:125 +#: include/balance_card_ageing.inc.php:57 msgid "Tout" msgstr "" #: include/menu.inc.php:132 include/menu.inc.php:133 include/menu.inc.php:128 +#: include/menu.inc.php:128 msgid "Extension / Plugin" msgstr "" #: include/menu.inc.php:133 include/menu.inc.php:134 include/menu.inc.php:129 +#: include/menu.inc.php:129 msgid "Valeurs spéciales" msgstr "" #: include/menu.inc.php:154 include/menu.inc.php:155 include/menu.inc.php:150 +#: include/menu.inc.php:150 msgid "Ajout d'un plugin" msgstr "" #: include/menu.inc.php:155 include/menu.inc.php:156 include/menu.inc.php:151 +#: include/menu.inc.php:151 msgid "Ajout d'un menu" msgstr "" @@ -13048,6 +14668,8 @@ msgstr "" #: include/export/export_balance_pdf.php:124 #: include/export/export_poste_detail_csv.php:39 #: include/export/export_balance_pdf.php:128 +#: include/export/export_poste_detail_csv.php:39 +#: include/export/export_balance_pdf.php:128 msgid "poste" msgstr "" @@ -13079,15 +14701,16 @@ msgstr "" #: include/ext/importbank/include/import_bank.class.php:140 #: include/lib/ac_common.php:343 include/action.common.inc.php:144 #: include/action.common.inc.php:295 include/lib/ac_common.php:345 +#: include/action.common.inc.php:144 include/action.common.inc.php:295 +#: include/lib/ac_common.php:345 include/forecast.inc.php:359 msgid "Erreur" msgstr "" #: include/class_html_input.php:319 include/lib/class_html_input.php:319 #: include/lib/class_html_input.php:320 include/lib/class_html_input.php:321 -#: include/param_sec.inc.php:219 -#: include/class/acc_ledger_search.class.php:1070 -#: include/param_sec.inc.php:223 -#: include/class/acc_ledger_search.class.php:1065 +#: include/param_sec.inc.php:219 include/class/acc_ledger_search.class.php:1070 +#: include/param_sec.inc.php:223 include/class/acc_ledger_search.class.php:1065 +#: include/class/acc_ledger_search.class.php:1073 include/param_sec.inc.php:223 #: include/class/acc_ledger_search.class.php:1073 msgid "Journaux" msgstr "" @@ -13096,6 +14719,7 @@ msgstr "" #: include/class_html_input.php:378 include/lib/class_html_input.php:378 #: include/lib/class_html_input.php:379 include/lib/class_html_input.php:380 #: include/lib/html_input.class.php:376 include/lib/html_input.class.php:392 +#: include/lib/html_input.class.php:392 msgid "Choix des categories" msgstr "" @@ -13104,16 +14728,15 @@ msgstr "" #: include/class_acc_ledger.php:2531 include/class_acc_ledger.php:2534 #: include/class_html_input.php:857 include/class_acc_ledger.php:2542 #: include/class_html_input.php:861 include/lib/class_html_input.php:861 -#: include/class/class_acc_ledger.php:2542 -#: include/lib/class_html_input.php:876 -#: include/class/class_acc_ledger.php:2541 -#: include/lib/class_html_input.php:887 include/lib/class_html_input.php:888 -#: include/lib/class_html_input.php:915 -#: include/class/class_acc_ledger.php:2546 -#: include/lib/html_input.class.php:968 +#: include/class/class_acc_ledger.php:2542 include/lib/class_html_input.php:876 +#: include/class/class_acc_ledger.php:2541 include/lib/class_html_input.php:887 +#: include/lib/class_html_input.php:888 include/lib/class_html_input.php:915 +#: include/class/class_acc_ledger.php:2546 include/lib/html_input.class.php:968 #: include/class/acc_ledger_search.class.php:111 #: include/lib/html_input.class.php:1017 include/lib/html_input.class.php:1018 #: include/class/acc_ledger_search.class.php:112 +#: include/class/acc_ledger_search.class.php:112 +#: include/lib/html_input.class.php:1018 msgid "choix des journaux" msgstr "" @@ -13141,6 +14764,7 @@ msgstr "" #: html/ajax_misc.php:400 html/ajax_misc.php:478 #: include/ajax/ajax_display_letter.php:114 #: include/ajax/ajax_display_letter.php:119 +#: include/ajax/ajax_display_letter.php:119 msgid "Debit / Credit" msgstr "" @@ -13149,7 +14773,7 @@ msgstr "" msgid "Appel invalide" msgstr "" -#: html/export.php:53 +#: html/export.php:53 html/export.php:53 msgid "Export impossible" msgstr "" @@ -13159,6 +14783,7 @@ msgstr "" #: include/ajax_anc_key_choice.php:38 include/ajax/ajax_anc_key_choice.php:38 #: include/ajax/ajax_anc_key_choice.php:50 +#: include/ajax/ajax_anc_key_choice.php:50 msgid "Choix d'une clef" msgstr "" @@ -13166,13 +14791,15 @@ msgstr "" #: include/anc_great_ledger.inc.php:46 include/anc_history.inc.php:30 #: include/anc_great_ledger.inc.php:47 include/anc_balance_double.inc.php:27 #: include/anc_balance_simple.inc.php:27 include/anc_great_ledger.inc.php:78 +#: include/anc_history.inc.php:34 include/anc_great_ledger.inc.php:78 +#: include/anc_balance_simple.inc.php:27 include/anc_balance_double.inc.php:27 #: include/anc_history.inc.php:34 msgid "Aucune donnée trouvée" msgstr "" #: include/anc_great_ledger.inc.php:31 #: include/ext/tools/include/export_document_anc.inc.php:46 -#: include/anc_great_ledger.inc.php:35 +#: include/anc_great_ledger.inc.php:35 include/anc_great_ledger.inc.php:35 msgid "Tout sélectionner" msgstr "" @@ -13184,6 +14811,7 @@ msgstr "" #: include/balance.inc.php:341 include/balance.inc.php:342 #: include/balance.inc.php:348 include/balance.inc.php:349 #: include/balance.inc.php:365 include/balance.inc.php:366 +#: include/balance.inc.php:365 msgid "Total niveau" msgstr "" @@ -13203,6 +14831,8 @@ msgstr "" #: include/class/acc_ledger.class.php:1486 #: include/class/acc_ledger.class.php:1470 #: include/class/acc_ledger.class.php:1487 +#: include/class/acc_ledger.class.php:1470 +#: include/class/acc_ledger.class.php:1487 msgid "get_default_card p_ledger_side is invalide [" msgstr "" @@ -13231,6 +14861,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1822 #: include/class/acc_ledger_sold.class.php:1396 #: include/class/acc_ledger_purchase.class.php:1825 +#: include/class/acc_ledger_sold.class.php:1396 +#: include/class/acc_ledger_purchase.class.php:1825 msgid "Numéro opération" msgstr "" @@ -13258,6 +14890,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1825 #: include/class/acc_ledger_sold.class.php:1399 #: include/class/acc_ledger_purchase.class.php:1828 +#: include/class/acc_ledger_sold.class.php:1399 +#: include/class/acc_ledger_purchase.class.php:1828 msgid "Date échéance" msgstr "" @@ -13289,6 +14923,10 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1830 #: include/class/acc_ledger_sold.class.php:1404 #: include/class/acc_ledger_purchase.class.php:1833 +#: include/export/export_poste_detail_csv.php:81 +#: include/export/export_fiche_detail_csv.php:73 +#: include/class/acc_ledger_sold.class.php:1404 +#: include/class/acc_ledger_purchase.class.php:1833 msgid "Code journal" msgstr "" @@ -13316,6 +14954,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1833 #: include/class/acc_ledger_sold.class.php:1407 #: include/class/acc_ledger_purchase.class.php:1836 +#: include/class/acc_ledger_sold.class.php:1407 +#: include/class/acc_ledger_purchase.class.php:1836 msgid "Code Item" msgstr "" @@ -13343,6 +14983,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1834 #: include/class/acc_ledger_sold.class.php:1408 #: include/class/acc_ledger_purchase.class.php:1837 +#: include/class/acc_ledger_sold.class.php:1408 +#: include/class/acc_ledger_purchase.class.php:1837 msgid "N° fiche" msgstr "" @@ -13370,6 +15012,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1835 #: include/class/acc_ledger_sold.class.php:1409 #: include/class/acc_ledger_purchase.class.php:1838 +#: include/class/acc_ledger_sold.class.php:1409 +#: include/class/acc_ledger_purchase.class.php:1838 msgid "Nom fiche" msgstr "" @@ -13397,6 +15041,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1836 #: include/class/acc_ledger_sold.class.php:1410 #: include/class/acc_ledger_purchase.class.php:1839 +#: include/class/acc_ledger_sold.class.php:1410 +#: include/class/acc_ledger_purchase.class.php:1839 msgid "N° fiche fournisseur" msgstr "" @@ -13424,6 +15070,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1837 #: include/class/acc_ledger_sold.class.php:1411 #: include/class/acc_ledger_purchase.class.php:1840 +#: include/class/acc_ledger_sold.class.php:1411 +#: include/class/acc_ledger_purchase.class.php:1840 msgid "Nom fournisseur" msgstr "" @@ -13451,6 +15099,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1838 #: include/class/acc_ledger_sold.class.php:1412 #: include/class/acc_ledger_purchase.class.php:1841 +#: include/class/acc_ledger_sold.class.php:1412 +#: include/class/acc_ledger_purchase.class.php:1841 msgid "Code fournisseur" msgstr "" @@ -13478,6 +15128,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1839 #: include/class/acc_ledger_sold.class.php:1413 #: include/class/acc_ledger_purchase.class.php:1842 +#: include/class/acc_ledger_sold.class.php:1413 +#: include/class/acc_ledger_purchase.class.php:1842 msgid "Nom TVA" msgstr "" @@ -13505,6 +15157,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1840 #: include/class/acc_ledger_sold.class.php:1414 #: include/class/acc_ledger_purchase.class.php:1843 +#: include/class/acc_ledger_sold.class.php:1414 +#: include/class/acc_ledger_purchase.class.php:1843 msgid "Commentaire TVA" msgstr "" @@ -13534,6 +15188,9 @@ msgstr "" #: include/class/acc_ledger_sold.class.php:1415 #: include/class/acc_ledger_purchase.class.php:1844 #: include/class/acc_ledger_history_sale.class.php:251 +#: include/class/acc_ledger_sold.class.php:1415 +#: include/class/acc_ledger_history_sale.class.php:251 +#: include/class/acc_ledger_purchase.class.php:1844 msgid "TVA annulée" msgstr "" @@ -13569,6 +15226,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1847 #: include/class/acc_ledger_sold.class.php:1421 #: include/class/acc_ledger_purchase.class.php:1850 +#: include/class/acc_ledger_sold.class.php:1421 +#: include/class/acc_ledger_purchase.class.php:1850 msgid "PU" msgstr "" @@ -13585,6 +15244,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1830 #: include/class/acc_ledger_purchase.class.php:1848 #: include/class/acc_ledger_purchase.class.php:1851 +#: include/class/acc_ledger_purchase.class.php:1851 msgid "Montant ND" msgstr "" @@ -13601,6 +15261,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1831 #: include/class/acc_ledger_purchase.class.php:1849 #: include/class/acc_ledger_purchase.class.php:1852 +#: include/class/acc_ledger_purchase.class.php:1852 msgid "Montant TVA ND" msgstr "" @@ -13617,6 +15278,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1832 #: include/class/acc_ledger_purchase.class.php:1850 #: include/class/acc_ledger_purchase.class.php:1853 +#: include/class/acc_ledger_purchase.class.php:1853 msgid "TVA récup." msgstr "" @@ -13644,6 +15306,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1851 #: include/class/acc_ledger_sold.class.php:1422 #: include/class/acc_ledger_purchase.class.php:1854 +#: include/class/acc_ledger_sold.class.php:1422 +#: include/class/acc_ledger_purchase.class.php:1854 msgid "HTVA Opération" msgstr "" @@ -13671,6 +15335,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1852 #: include/class/acc_ledger_sold.class.php:1423 #: include/class/acc_ledger_purchase.class.php:1855 +#: include/class/acc_ledger_sold.class.php:1423 +#: include/class/acc_ledger_purchase.class.php:1855 msgid "TVA Opération" msgstr "" @@ -13685,6 +15351,8 @@ msgstr "" #: include/class/anc_grandlivre.class.php:169 #: include/class/anc_grandlivre.class.php:162 #: include/class/anc_grandlivre.class.php:170 +#: include/class/anc_grandlivre.class.php:162 +#: include/class/anc_grandlivre.class.php:170 msgid "Export des pièces en PDF" msgstr "" @@ -13695,44 +15363,49 @@ msgstr "" #: include/class_anc_group.php:56 include/class/class_anc_group.php:56 #: include/class/class_anc_group.php:57 include/class/anc_group.class.php:57 +#: include/class/anc_group.class.php:57 msgid "Taille de la code trop long maximum 10 caractères" msgstr "" #: include/class_anc_key.php:83 include/class_anc_key.php:101 #: include/class/class_anc_key.php:83 include/class/class_anc_key.php:101 #: include/class/anc_key.class.php:83 include/class/anc_key.class.php:101 +#: include/class/anc_key.class.php:83 include/class/anc_key.class.php:101 msgid "Aucune clef disponible" msgstr "" #: include/class_anc_key.php:84 include/class/class_anc_key.php:84 -#: include/class/anc_key.class.php:84 +#: include/class/anc_key.class.php:84 include/class/anc_key.class.php:84 msgid "Allez dans ANCKEY pour en ajouter pour ce journal" msgstr "" #: include/class_anc_key.php:140 include/class/class_anc_key.php:140 -#: include/class/anc_key.class.php:140 +#: include/class/anc_key.class.php:140 include/class/anc_key.class.php:140 msgid "Aucune répartition" msgstr "" #: include/class_anc_key.php:150 include/class/class_anc_key.php:150 -#: include/class/anc_key.class.php:150 +#: include/class/anc_key.class.php:150 include/class/anc_key.class.php:150 msgid "Le total ne vaut pas 100, total calculé = " msgstr "" #: include/class_anc_key.php:268 include/class/class_anc_key.php:268 #: include/class/class_anc_key.php:269 include/class/anc_key.class.php:270 +#: include/class/anc_key.class.php:270 msgid "erreur" msgstr "" #: include/class_anc_key.php:335 include/class_anc_key.php:337 #: include/class/class_anc_key.php:338 include/class/class_anc_key.php:339 #: include/class/class_anc_key.php:340 include/class/anc_key.class.php:349 +#: include/class/anc_key.class.php:349 msgid "Nouvelle clef" msgstr "" #: include/class_anc_key.php:336 include/class_anc_key.php:338 #: include/class/class_anc_key.php:339 include/class/class_anc_key.php:340 #: include/class/class_anc_key.php:341 include/class/anc_key.class.php:350 +#: include/class/anc_key.class.php:350 msgid "Description de la nouvelle clef" msgstr "" @@ -13743,6 +15416,7 @@ msgstr "" #: include/class/anc_operation.class.php:625 #: include/class/anc_operation.class.php:632 #: include/class/anc_operation.class.php:626 +#: include/class/anc_operation.class.php:626 msgid "Nouvelle ligne" msgstr "" @@ -13753,6 +15427,7 @@ msgstr "" #: include/class/anc_operation.class.php:641 #: include/class/anc_operation.class.php:648 #: include/class/anc_operation.class.php:642 +#: include/class/anc_operation.class.php:642 msgid "Clef" msgstr "" @@ -13763,6 +15438,7 @@ msgstr "" #: include/class/class_document_export.php:159 #: include/class/document_export.class.php:159 #: include/class/document_export.class.php:164 +#: include/class/document_export.class.php:164 msgid "Copie certifiée conforme à l'original" msgstr "" @@ -13775,6 +15451,7 @@ msgstr "" #: include/class/class_document_export.php:225 #: include/class/document_export.class.php:225 #: include/class/document_export.class.php:231 +#: include/class/document_export.class.php:231 msgid " ne peut pas convertir en PDF" msgstr "" @@ -13787,6 +15464,7 @@ msgstr "" #: include/class/class_document_export.php:280 #: include/class/document_export.class.php:280 #: include/class/document_export.class.php:290 +#: include/class/document_export.class.php:290 msgid "CONVERT_GIF_PDF n'est pas installé" msgstr "" @@ -13799,6 +15477,7 @@ msgstr "" #: include/class/class_document_export.php:281 #: include/class/document_export.class.php:281 #: include/class/document_export.class.php:291 +#: include/class/document_export.class.php:291 msgid "TKPDF n'est pas installé" msgstr "" @@ -13807,28 +15486,32 @@ msgid " est vide" msgstr "" #: include/preod.inc.php:82 include/preod.inc.php:85 include/preod.inc.php:86 +#: include/preod.inc.php:86 msgid "Aucun enregistrement" msgstr "" #: include/preod.inc.php:109 include/preod.inc.php:112 -#: include/preod.inc.php:113 +#: include/preod.inc.php:113 include/preod.inc.php:113 msgid "Voulez-vous vraiment effacer cette operation ?" msgstr "" #: include/restore.inc.php:196 include/restore.inc.php:135 #: include/restore.inc.php:197 include/restore.inc.php:198 #: include/restore.inc.php:136 include/restore.inc.php:199 +#: include/restore.inc.php:136 include/restore.inc.php:199 msgid "" "Ne pas recharger la page, sinon votre base de données sera restaurée une " "fois de plus" msgstr "" +#: include/template/account_result.php:15 #: include/template/account_result.php:15 #, php-format msgid "Fiche (limite %d)" msgstr "" #: include/template/anc_key_input.php:48 include/template/anc_key_input.php:49 +#: include/template/anc_key_input.php:49 msgid "Répartition" msgstr "" @@ -13844,21 +15527,30 @@ msgstr "" #: include/class/pdf_operation.class.php:148 #: include/class/pdf_operation.class.php:193 #: include/class/pdf_operation.class.php:245 +#: include/template/anc_key_input.php:53 +#: include/class/acc_reconciliation.class.php:482 +#: include/class/acc_reconciliation.class.php:506 +#: include/class/pdf_operation.class.php:148 +#: include/class/pdf_operation.class.php:193 +#: include/class/pdf_operation.class.php:245 msgid "n°" msgstr "" #: include/template/anc_key_input.php:148 #: include/template/anc_key_input.php:149 +#: include/template/anc_key_input.php:149 msgid "Ajout ligne" msgstr "" #: include/template/anc_key_input.php:153 #: include/template/anc_key_input.php:154 +#: include/template/anc_key_input.php:154 msgid "Disponible dans les journaux " msgstr "" #: include/template/anc_key_input.php:211 #: include/template/anc_key_input.php:212 +#: include/template/anc_key_input.php:212 msgid "Confirmer effacement?" msgstr "" @@ -13872,9 +15564,11 @@ msgstr "" #: include/template/detail-action.php:383 #: include/template/detail-action.php:390 #: include/template/detail-action.php:392 +#: include/template/detail-action.php:392 msgid "Transformer en facture" msgstr "" +#: include/template/impress_cat_card.php:21 #: include/template/impress_cat_card.php:21 msgid "Pour toutes les catégories" msgstr "" @@ -13882,6 +15576,7 @@ msgstr "" #: include/template/ledger_detail_bottom.php:18 #: include/template/ledger_detail_bottom.php:33 #: include/template/ledger_detail_bottom.php:38 +#: include/template/ledger_detail_bottom.php:38 msgid "Opérations liées" msgstr "" @@ -13890,6 +15585,7 @@ msgstr "" #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:118 #: include/export/export_poste_detail_pdf.php:182 #: include/ext/invoicing/include/acc_ledger_sold_generate.class.php:119 +#: include/export/export_poste_detail_pdf.php:182 msgid "D" msgstr "" @@ -13964,38 +15660,42 @@ msgid "Avec Direct Accès" msgstr "" #: include/ajax_mod_periode.php:48 include/ajax/ajax_mod_periode.php:48 -#: include/ajax/ajax_periode.php:150 +#: include/ajax/ajax_periode.php:150 include/ajax/ajax_periode.php:150 msgid "Modification période" msgstr "" #: include/ajax_mod_periode.php:49 include/ajax_mod_periode.php:75 #: include/ajax/ajax_mod_periode.php:49 include/ajax/ajax_mod_periode.php:75 -#: include/ajax/ajax_periode.php:151 +#: include/ajax/ajax_periode.php:151 include/ajax/ajax_periode.php:151 msgid "Modifier les dates de début et fin de période" msgstr "" #: include/ajax_mod_periode.php:50 include/ajax/ajax_mod_periode.php:50 -#: include/ajax/ajax_periode.php:153 +#: include/ajax/ajax_periode.php:153 include/ajax/ajax_periode.php:153 msgid "Cela pourrait avoir un impact sur les opérations déjà existantes" msgstr "" #: include/ajax_mod_periode.php:55 include/ajax/ajax_mod_periode.php:55 #: include/ajax/ajax_periode.php:171 include/class/periode.class.php:702 +#: include/ajax/ajax_periode.php:171 include/class/periode.class.php:702 msgid " Début période : " msgstr "" #: include/ajax_mod_periode.php:56 include/ajax/ajax_mod_periode.php:56 #: include/ajax/ajax_periode.php:172 include/class/periode.class.php:703 +#: include/ajax/ajax_periode.php:172 include/class/periode.class.php:703 msgid " Fin période : " msgstr "" #: include/ajax_mod_periode.php:57 include/ajax/ajax_mod_periode.php:57 #: include/ajax/ajax_periode.php:173 include/class/periode.class.php:704 +#: include/ajax/ajax_periode.php:173 include/class/periode.class.php:704 msgid " Exercice : " msgstr "" #: include/ajax_mod_periode.php:59 include/ajax/ajax_mod_periode.php:59 #: include/ajax/ajax_periode.php:175 include/class/periode.class.php:706 +#: include/ajax/ajax_periode.php:175 include/class/periode.class.php:706 msgid "sauver" msgstr "" @@ -14006,16 +15706,18 @@ msgstr "" #: include/search.inc.php:118 include/search.inc.php:119 #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 +#: include/ajax/ajax_search_operation.php:122 msgid "Liste limitée à " msgstr "" #: include/search.inc.php:118 include/search.inc.php:119 #: include/ajax/ajax_search_operation.php:119 #: include/ajax/ajax_search_operation.php:122 +#: include/ajax/ajax_search_operation.php:122 msgid " enregistrements. Le nombre d'enregistrements trouvés est de " msgstr "" -#: include/template/profile.php:45 +#: include/template/profile.php:45 include/template/profile.php:45 msgid "Avec Accès Direct " msgstr "" @@ -14035,13 +15737,14 @@ msgstr "" #: include/class_acc_bilan.php:249 include/class_acc_bilan.php:250 #: include/class/class_acc_bilan.php:250 include/class/class_acc_bilan.php:266 #: include/class/acc_bilan.class.php:266 include/class/acc_bilan.class.php:269 +#: include/class/acc_bilan.class.php:269 msgid "le formulaire id n'est pas donnee" msgstr "" #: include/class_acc_bilan.php:635 include/class/class_acc_bilan.php:635 #: include/class/class_acc_bilan.php:637 include/class/class_acc_bilan.php:654 #: include/class/acc_bilan.class.php:655 include/class/acc_bilan.class.php:658 -#: include/class/acc_bilan.class.php:663 +#: include/class/acc_bilan.class.php:663 include/class/acc_bilan.class.php:663 msgid "Ouverture fichier impossible" msgstr "" @@ -14051,11 +15754,14 @@ msgstr "" #: include/class/acc_ledger_search.class.php:587 #: include/class/anc_operation.class.php:293 #: include/class/acc_ledger_search.class.php:575 +#: include/class/anc_operation.class.php:294 include/fiche.inc.php:93 +#: include/class/acc_ledger_search.class.php:575 #: include/class/anc_operation.class.php:294 msgid "Chercher" msgstr "" #: include/impress_bilan.inc.php:65 include/impress_bilan.inc.php:72 +#: include/impress_bilan.inc.php:72 msgid "" "Attention : si le bilan n'est pas équilibré.
Vérifiez
    \n" "
  • L'affectation du résultat est fait
  • \n" @@ -14068,6 +15774,7 @@ msgid "" msgstr "" #: include/impress_bilan.inc.php:82 include/impress_bilan.inc.php:89 +#: include/impress_bilan.inc.php:89 msgid "Etape 2 :Impression" msgstr "" @@ -14076,38 +15783,46 @@ msgid "Choississez le rapport" msgstr "" #: include/impress_rapport.inc.php:208 include/impress_rapport.inc.php:233 +#: include/impress_rapport.inc.php:233 msgid "Période comptable" msgstr "" #: include/impress_rapport.inc.php:240 include/impress_rapport.inc.php:265 +#: include/impress_rapport.inc.php:265 msgid "Calendrier depuis :" msgstr "" #: include/impress_rapport.inc.php:247 include/impress_rapport.inc.php:272 +#: include/impress_rapport.inc.php:272 msgid "Pas d'étape" msgstr "" #: include/impress_rapport.inc.php:248 include/impress_rapport.inc.php:273 +#: include/impress_rapport.inc.php:273 msgid "1 mois" msgstr "" #: include/impress_rapport.inc.php:251 include/impress_rapport.inc.php:276 +#: include/impress_rapport.inc.php:276 msgid "Par étape de" msgstr "" #: include/impress_rapport.inc.php:257 include/impress_rapport.inc.php:282 +#: include/impress_rapport.inc.php:282 msgid "" "Attention : vous ne pouvez pas utiliser les étapes avec les dates " "calendriers." msgstr "" #: include/impress_rapport.inc.php:259 include/impress_rapport.inc.php:284 +#: include/impress_rapport.inc.php:284 msgid "Les clauses FROM sont ignorés avec les dates calendriers" msgstr "" #: html/ajax_card.php:295 html/ajax_card.php:297 html/ajax_card.php:298 #: include/ajax/ajax_card.php:278 include/ajax/ajax_card.php:279 #: include/ajax/ajax_card.php:285 include/ajax/ajax_card.php:287 +#: include/ajax/ajax_card.php:287 msgid "Choisissez une catégorie svp" msgstr "" @@ -14115,6 +15830,7 @@ msgstr "" #: html/ajax_card.php:475 include/ajax/ajax_card.php:455 #: include/ajax/ajax_card.php:456 include/ajax/ajax_card.php:457 #: include/ajax/ajax_card.php:490 include/ajax/ajax_card.php:494 +#: include/ajax/ajax_card.php:494 msgid " Banque" msgstr "" @@ -14131,38 +15847,32 @@ msgstr "" msgid "Ne peut pas modifier; aucun poste parent" msgstr "" -#: include/ajax_account_update.php:116 -#: include/ajax/ajax_account_update.php:116 +#: include/ajax_account_update.php:116 include/ajax/ajax_account_update.php:116 #: include/ajax/ajax_account_update.php:118 msgid "Update Valeurs invalides" msgstr "" -#: include/ajax_account_update.php:149 -#: include/ajax/ajax_account_update.php:149 +#: include/ajax_account_update.php:149 include/ajax/ajax_account_update.php:149 #: include/ajax/ajax_account_update.php:151 msgid " Ne peut pas modifier; aucun poste parent" msgstr "" -#: include/ajax_account_update.php:160 -#: include/ajax/ajax_account_update.php:160 +#: include/ajax_account_update.php:160 include/ajax/ajax_account_update.php:160 #: include/ajax/ajax_account_update.php:162 msgid "Ce poste existe déjà " msgstr "" -#: include/ajax_account_update.php:171 -#: include/ajax/ajax_account_update.php:171 +#: include/ajax_account_update.php:171 include/ajax/ajax_account_update.php:171 #: include/ajax/ajax_account_update.php:173 msgid "Valeurs invalides " msgstr "" -#: include/ajax_account_update.php:185 -#: include/ajax/ajax_account_update.php:185 +#: include/ajax_account_update.php:185 include/ajax/ajax_account_update.php:185 #: include/ajax/ajax_account_update.php:187 msgid "Ne peut pas effacer le poste: d'autres postes en dépendent" msgstr "" -#: include/ajax_account_update.php:194 -#: include/ajax/ajax_account_update.php:194 +#: include/ajax_account_update.php:194 include/ajax/ajax_account_update.php:194 #: include/ajax/ajax_account_update.php:196 msgid "Ne peut pas effacer le poste: il est utilisé dans les journaux" msgstr "" @@ -14172,17 +15882,19 @@ msgid "Mis à jour" msgstr "" #: include/cfgfiche.inc.php:68 include/cfgfiche.inc.php:82 +#: include/cfgfiche.inc.php:82 msgid "Impossible d'enlever cette catégorie" msgstr "" #: include/cfgplugin.inc.php:94 include/cfgplugin.inc.php:106 #: include/cfgplugin.inc.php:107 include/cfgplugin.inc.php:108 +#: include/cfgplugin.inc.php:108 msgid "Nombre de plugins trouvés" msgstr "" #: include/cfgplugin.inc.php:102 include/cfgplugin.inc.php:114 #: include/cfgplugin.inc.php:115 include/cfgplugin.inc.php:116 -#: include/cfgplugin.inc.php:117 +#: include/cfgplugin.inc.php:117 include/cfgplugin.inc.php:117 msgid "Disponible" msgstr "" @@ -14199,12 +15911,15 @@ msgstr "" #: include/class/acc_bilan.class.php:370 include/class/acc_bilan.class.php:391 #: include/class/acc_bilan.class.php:297 include/class/acc_bilan.class.php:309 #: include/class/acc_bilan.class.php:373 include/class/acc_bilan.class.php:394 +#: include/class/acc_bilan.class.php:297 include/class/acc_bilan.class.php:309 +#: include/class/acc_bilan.class.php:373 include/class/acc_bilan.class.php:394 msgid "Echec ouverture fichier " msgstr "" #: include/class_acc_ledger_info.php:54 #: include/class/class_acc_ledger_info.php:54 #: include/class/acc_ledger_info.class.php:54 +#: include/class/acc_ledger_info.class.php:54 msgid "appel incorrect" msgstr "" @@ -14218,6 +15933,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2609 #: include/class/acc_ledger.class.php:2178 #: include/class/acc_ledger.class.php:2179 +#: include/class/acc_ledger.class.php:2179 msgid "Ajout journal" msgstr "" @@ -14232,11 +15948,13 @@ msgstr "" #: include/class/acc_ledger.class.php:3162 #: include/class/acc_ledger.class.php:2769 #: include/class/acc_ledger.class.php:2770 +#: include/class/acc_ledger.class.php:2770 msgid "Dans le dépôt" msgstr "" #: include/class_acc_parm_code.php:87 include/class/class_acc_parm_code.php:87 #: include/class/acc_parm_code.class.php:87 +#: include/class/acc_parm_code.class.php:87 msgid "Ce compte n'existe pas" msgstr "" @@ -14244,101 +15962,110 @@ msgstr "" #: include/class/class_anc_acc_list.php:432 #: include/class/anc_acc_list.class.php:548 #: include/class/anc_acc_list.class.php:555 +#: include/class/anc_acc_list.class.php:555 msgid "date invalide" msgstr "" #: include/class_document.php:199 include/class_document.php:200 #: include/class/class_document.php:200 include/class/class_document.php:201 #: include/class/class_document.php:207 include/class/document.class.php:207 +#: include/class/document.class.php:207 msgid "Ne peut pas créer le répertoire " msgstr "" #: include/class_extension.php:116 include/class/class_extension.php:116 #: include/class/class_extension.php:117 include/class/extension.class.php:117 -#: include/class/extension.class.php:132 +#: include/class/extension.class.php:132 include/class/extension.class.php:132 msgid "Profil inexistant" msgstr "" #: include/class_extension.php:239 include/class_extension.php:254 #: include/class/class_extension.php:254 include/class/class_extension.php:262 #: include/class/extension.class.php:262 include/class/extension.class.php:290 +#: include/class/extension.class.php:290 msgid "Manque plugin" msgstr "" #: include/class_extension.php:244 include/class_extension.php:259 #: include/class/class_extension.php:259 include/class/class_extension.php:267 #: include/class/extension.class.php:267 include/class/extension.class.php:296 +#: include/class/extension.class.php:296 msgid "Manque nom" msgstr "" #: include/class_extension.php:245 include/class_extension.php:260 #: include/class/class_extension.php:260 include/class/class_extension.php:268 #: include/class/extension.class.php:268 include/class/extension.class.php:298 +#: include/class/extension.class.php:298 msgid "Manque description" msgstr "" #: include/class_extension.php:246 include/class_extension.php:261 #: include/class/class_extension.php:261 include/class/class_extension.php:269 #: include/class/extension.class.php:269 include/class/extension.class.php:300 +#: include/class/extension.class.php:300 msgid "Manque code" msgstr "" #: include/class_extension.php:247 include/class_extension.php:262 #: include/class/class_extension.php:262 include/class/class_extension.php:270 #: include/class/extension.class.php:270 include/class/extension.class.php:302 +#: include/class/extension.class.php:302 msgid "Manque auteur" msgstr "" #: include/class_extension.php:248 include/class_extension.php:263 #: include/class/class_extension.php:263 include/class/class_extension.php:271 #: include/class/extension.class.php:271 include/class/extension.class.php:304 +#: include/class/extension.class.php:304 msgid "Manque répertoire racine" msgstr "" #: include/class_extension.php:249 include/class_extension.php:264 #: include/class/class_extension.php:264 include/class/class_extension.php:272 #: include/class/extension.class.php:272 include/class/extension.class.php:306 +#: include/class/extension.class.php:306 msgid "Manque fichier à inclure" msgstr "" #: include/class_fiche_def.php:172 include/class/class_fiche_def.php:172 -#: include/class/fiche_def.class.php:172 +#: include/class/fiche_def.class.php:172 include/class/fiche_def.class.php:172 msgid "Nom de fiche" msgstr "" #: include/class_fiche_def.php:173 include/class/class_fiche_def.php:173 -#: include/class/fiche_def.class.php:173 +#: include/class/fiche_def.class.php:173 include/class/fiche_def.class.php:173 msgid "Basé sur le poste comptable" msgstr "" #: include/class_fiche_def.php:174 include/class/class_fiche_def.php:174 -#: include/class/fiche_def.class.php:174 +#: include/class/fiche_def.class.php:174 include/class/fiche_def.class.php:174 msgid "Calcul automatique du poste comptable" msgstr "" #: include/class_fiche_def.php:175 include/class/class_fiche_def.php:175 -#: include/class/fiche_def.class.php:175 +#: include/class/fiche_def.class.php:175 include/class/fiche_def.class.php:175 msgid "Basé sur le modèle" msgstr "" #: include/class_fiche_def.php:687 include/class_fiche_def.php:668 #: include/class_fiche_def.php:674 include/class_fiche_def.php:686 #: include/class_fiche_def.php:685 include/class/class_fiche_def.php:685 -#: include/class/fiche_def.class.php:686 +#: include/class/fiche_def.class.php:686 include/class/fiche_def.class.php:686 msgid "Catégorie verrouillée " msgstr "" #: include/class_fiche_def.php:767 include/class_fiche_def.php:748 #: include/class_fiche_def.php:754 include/class_fiche_def.php:766 #: include/class_fiche_def.php:765 include/class/class_fiche_def.php:765 -#: include/class/fiche_def.class.php:766 +#: include/class/fiche_def.class.php:766 include/class/fiche_def.class.php:766 msgid "Données générales" msgstr "" #: include/class_fiche_def.php:780 include/class_fiche_def.php:761 #: include/class_fiche_def.php:767 include/class_fiche_def.php:779 #: include/class_fiche_def.php:778 include/class/class_fiche_def.php:778 -#: include/class/fiche_def.class.php:779 +#: include/class/fiche_def.class.php:779 include/class/fiche_def.class.php:779 msgid "Détails" msgstr "" @@ -14369,6 +16096,7 @@ msgstr "" #: include/class/follow_up.class.php:1696 #: include/class/follow_up.class.php:1694 #: include/class/follow_up.class.php:1695 +#: include/class/follow_up.class.php:1695 msgid "Type action invalide" msgstr "" @@ -14378,7 +16106,7 @@ msgstr "" #: include/lib/class_html_input.php:934 include/lib/class_html_input.php:945 #: include/lib/class_html_input.php:946 include/lib/class_html_input.php:972 #: include/lib/html_input.class.php:1025 include/lib/html_input.class.php:1083 -#: include/lib/html_input.class.php:1084 +#: include/lib/html_input.class.php:1084 include/lib/html_input.class.php:1084 #, php-format msgid "Voulez-vous effacer cette relation " msgstr "" @@ -14389,12 +16117,13 @@ msgstr "" #: include/lib/class_html_input.php:946 include/lib/class_html_input.php:957 #: include/lib/class_html_input.php:958 include/lib/class_html_input.php:984 #: include/lib/html_input.class.php:1037 include/lib/html_input.class.php:1095 -#: include/lib/html_input.class.php:1096 +#: include/lib/html_input.class.php:1096 include/lib/html_input.class.php:1096 msgid "Ajout autres" msgstr "" #: include/class_noalyss_sql.php:316 include/lib/class_noalyss_sql.php:316 #: include/lib/data_sql.class.php:286 include/lib/noalyss_sql.class.php:391 +#: include/lib/data_sql.class.php:248 include/lib/noalyss_sql.class.php:391 #: include/lib/data_sql.class.php:248 msgid "Erreur : exec_sql attend un array" msgstr "" @@ -14408,20 +16137,26 @@ msgstr "" #: include/class/class_pre_operation.php:323 #: include/class/pre_operation.class.php:315 #: include/class/pre_operation.class.php:326 +#: include/class/pre_operation.class.php:315 +#: include/class/pre_operation.class.php:326 msgid ":" msgstr "" #: include/compta_ach.inc.php:66 include/compta_fin.inc.php:79 #: include/compta_ven.inc.php:76 include/operation_ods_confirm.inc.php:31 #: include/compta_ach.inc.php:68 include/compta_ach.inc.php:70 -#: include/compta_ven.inc.php:78 +#: include/compta_ven.inc.php:78 include/compta_ven.inc.php:78 +#: include/compta_fin.inc.php:79 include/compta_ach.inc.php:70 +#: include/operation_ods_confirm.inc.php:31 msgid "Confirmation" msgstr "" #: include/compta_ach.inc.php:70 include/compta_fin.inc.php:80 #: include/compta_ven.inc.php:80 include/operation_ods_confirm.inc.php:37 #: include/compta_ach.inc.php:72 include/compta_ach.inc.php:74 -#: include/compta_ven.inc.php:82 +#: include/compta_ven.inc.php:82 include/compta_ven.inc.php:82 +#: include/compta_fin.inc.php:80 include/compta_ach.inc.php:74 +#: include/operation_ods_confirm.inc.php:37 msgid "" "Attention, cette opération n'est pas encore sauvée : vous devez encore " "confirmer" @@ -14430,19 +16165,22 @@ msgstr "" #: include/compta_ach.inc.php:82 include/compta_ach.inc.php:85 #: include/compta_ven.inc.php:94 include/compta_ach.inc.php:87 #: include/compta_ach.inc.php:89 include/compta_ven.inc.php:96 +#: include/compta_ven.inc.php:96 include/compta_ach.inc.php:89 msgid "Générer une facture ou charger un document" msgstr "" #: include/compta_ach.inc.php:83 include/compta_ach.inc.php:86 #: include/compta_ven.inc.php:95 include/compta_ach.inc.php:88 #: include/compta_ach.inc.php:90 include/compta_ven.inc.php:97 +#: include/compta_ven.inc.php:97 include/compta_ach.inc.php:90 msgid "Choix du dépôt" msgstr "" #: include/compta_ach.inc.php:84 include/compta_ach.inc.php:87 #: include/compta_ven.inc.php:96 include/operation_ods_confirm.inc.php:51 #: include/compta_ach.inc.php:89 include/compta_ach.inc.php:91 -#: include/compta_ven.inc.php:98 +#: include/compta_ven.inc.php:98 include/compta_ven.inc.php:98 +#: include/compta_ach.inc.php:91 include/operation_ods_confirm.inc.php:51 msgid "Modèle à sauver" msgstr "" @@ -14452,34 +16190,35 @@ msgstr "" #: include/fiche.inc.php:290 include/fiche.inc.php:363 #: include/fiche.inc.php:366 include/fiche.inc.php:367 +#: include/fiche.inc.php:367 msgid "Cette catégorie n'ayant pas de poste comptable n'a pas de balance" msgstr "" #: include/history_operation.inc.php:97 include/history_operation.inc.php:101 #: include/history_operation.inc.php:93 include/history_operation.inc.php:94 -#: include/history_operation.inc.php:98 +#: include/history_operation.inc.php:98 include/history_operation.inc.php:97 msgid "Période " msgstr "" #: include/history_operation.inc.php:97 include/history_operation.inc.php:101 #: include/history_operation.inc.php:93 include/history_operation.inc.php:94 -#: include/history_operation.inc.php:98 +#: include/history_operation.inc.php:98 include/history_operation.inc.php:97 msgid " au " msgstr "" -#: include/impress_rec.inc.php:42 +#: include/impress_rec.inc.php:42 include/impress_rec.inc.php:42 msgid "Filtre par journal" msgstr "" -#: include/impress_rec.inc.php:64 +#: include/impress_rec.inc.php:64 include/impress_rec.inc.php:64 msgid "Opérations rapprochées avec des montants différents" msgstr "" -#: include/impress_rec.inc.php:68 +#: include/impress_rec.inc.php:68 include/impress_rec.inc.php:68 msgid "Opérations rapprochées avec des montants identiques" msgstr "" -#: include/impress_rec.inc.php:72 +#: include/impress_rec.inc.php:72 include/impress_rec.inc.php:72 msgid "Opérations non rapprochées" msgstr "" @@ -14489,7 +16228,7 @@ msgid "" msgstr "" #: include/param_pcmn.inc.php:65 include/template/pcmn_update.php:50 -#: include/template/pcmn_update.php:51 +#: include/template/pcmn_update.php:51 include/template/pcmn_update.php:51 msgid "Cocher pour effacer" msgstr "" @@ -14497,75 +16236,86 @@ msgstr "" #: include/param_pcmn.inc.php:63 include/param_pcmn.inc.php:141 #: include/param_pcmn.inc.php:144 include/param_pcmn.inc.php:142 #: include/param_pcmn.inc.php:145 include/param_pcmn.inc.php:83 -#: include/param_pcmn.inc.php:82 +#: include/param_pcmn.inc.php:82 include/param_pcmn.inc.php:82 msgid "Ajout poste comptable" msgstr "" #: include/restore.inc.php:54 include/restore.inc.php:55 +#: include/restore.inc.php:55 msgid "Vous devez préciser s'il s'agit d'un modèle ou d'un dossier" msgstr "" #: include/restore.inc.php:65 include/restore.inc.php:66 +#: include/restore.inc.php:66 msgid "Vous devez donner un fichier" msgstr "" #: include/restore.inc.php:121 include/restore.inc.php:180 #: include/restore.inc.php:181 include/restore.inc.php:182 #: include/restore.inc.php:122 include/restore.inc.php:183 +#: include/restore.inc.php:122 include/restore.inc.php:183 msgid "Restauration réussie du dossier " msgstr "" #: include/restore.inc.php:127 include/restore.inc.php:186 #: include/restore.inc.php:187 include/restore.inc.php:188 #: include/restore.inc.php:128 include/restore.inc.php:189 +#: include/restore.inc.php:128 include/restore.inc.php:189 msgid "Problème lors de la restauration " msgstr "" -#: include/tva.inc.php:93 include/tva.inc.php:36 +#: include/tva.inc.php:93 include/tva.inc.php:36 include/tva.inc.php:36 msgid "Vous n'êtes pas assujetti à la TVA" msgstr "" #: include/user_common.php:241 include/user_common.php:244 #: include/lib/user_common.php:244 include/lib/user_common.php:247 +#: include/lib/user_common.php:247 msgid "Paramètre manquant" msgstr "" #: include/verif_bilan.inc.php:37 include/verif_bilan.inc.php:35 +#: include/verif_bilan.inc.php:35 msgid "Vérification des journaux" msgstr "" #: include/verif_bilan.inc.php:78 include/verif_bilan.inc.php:105 +#: include/verif_bilan.inc.php:105 msgid "Grand livre" msgstr "" #: include/verif_bilan.inc.php:84 include/verif_bilan.inc.php:111 +#: include/verif_bilan.inc.php:111 msgid "Vérification des comptes" msgstr "" #: include/verif_bilan.inc.php:96 include/verif_bilan.inc.php:123 +#: include/verif_bilan.inc.php:123 msgid "Vérification des fiches" msgstr "" #: include/verif_bilan.inc.php:99 include/verif_bilan.inc.php:126 +#: include/verif_bilan.inc.php:126 msgid "Fiches ayant changé de poste comptable" msgstr "" #: include/verif_bilan.inc.php:117 include/verif_bilan.inc.php:153 +#: include/verif_bilan.inc.php:153 msgid "Attention " msgstr "" #: include/verif_bilan.inc.php:127 include/verif_bilan.inc.php:165 -#: include/verif_bilan.inc.php:168 +#: include/verif_bilan.inc.php:168 include/verif_bilan.inc.php:168 msgid "Hist." msgstr "" #: include/verif_bilan.inc.php:149 include/verif_bilan.inc.php:186 -#: include/verif_bilan.inc.php:189 +#: include/verif_bilan.inc.php:189 include/verif_bilan.inc.php:189 msgid "Poste comptable utilisé sans la fiche correspondante" msgstr "" #: include/verif_bilan.inc.php:151 include/verif_bilan.inc.php:188 -#: include/verif_bilan.inc.php:191 +#: include/verif_bilan.inc.php:191 include/verif_bilan.inc.php:191 msgid "" "Cela pourrait causer des différences entre les balances par fiches et celle " "par postes comptables, utilisez le plugin \n" @@ -14573,32 +16323,36 @@ msgid "" msgstr "" #: include/verif_bilan.inc.php:186 include/verif_bilan.inc.php:223 -#: include/verif_bilan.inc.php:226 +#: include/verif_bilan.inc.php:226 include/verif_bilan.inc.php:226 msgid "Poste comptable " msgstr "" #: include/verif_bilan.inc.php:186 include/verif_bilan.inc.php:223 -#: include/verif_bilan.inc.php:226 +#: include/verif_bilan.inc.php:226 include/verif_bilan.inc.php:226 msgid " pour la fiche " msgstr "" #: include/template/detail-action.php:64 include/template/detail-action.php:67 #: include/template/detail-action.php:72 include/template/detail-action.php:71 +#: include/template/detail-action.php:71 msgid "Autres concernés" msgstr "" #: include/template/ledger_detail_bottom.php:31 #: include/template/ledger_detail_bottom.php:36 +#: include/template/ledger_detail_bottom.php:36 msgid "Ecriture Comptable" msgstr "" #: include/template/ledger_detail_bottom.php:35 #: include/template/ledger_detail_bottom.php:40 +#: include/template/ledger_detail_bottom.php:40 msgid "Actions Gestion" msgstr "" #: include/template/ledger_detail_bottom.php:36 #: include/template/ledger_detail_bottom.php:41 +#: include/template/ledger_detail_bottom.php:41 msgid "Comptabilité Analytique" msgstr "" @@ -14608,6 +16362,7 @@ msgstr "" #: include/template/ledger_detail_bottom.php:268 #: include/template/ledger_detail_bottom.php:274 #: include/template/ledger_detail_bottom.php:291 +#: include/template/ledger_detail_bottom.php:291 msgid "Non utilisée" msgstr "" @@ -14628,6 +16383,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2752 #: include/class/acc_ledger.class.php:2327 #: include/class/acc_ledger.class.php:2328 +#: include/class/acc_ledger.class.php:2328 msgid "Choix du type de journal est obligatoire" msgstr "" @@ -14650,6 +16406,8 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1842 #: include/class/acc_ledger_sold.class.php:1416 #: include/class/acc_ledger_purchase.class.php:1845 +#: include/class/acc_ledger_sold.class.php:1416 +#: include/class/acc_ledger_purchase.class.php:1845 msgid "TVA Non Payé" msgstr "" @@ -14664,6 +16422,7 @@ msgstr "" #: include/class/acc_ledger_purchase.class.php:1835 #: include/class/acc_ledger_purchase.class.php:1853 #: include/class/acc_ledger_purchase.class.php:1856 +#: include/class/acc_ledger_purchase.class.php:1856 msgid "TVA NP opération" msgstr "" @@ -14672,39 +16431,47 @@ msgstr "" #: include/class/class_pdf_operation.php:76 #: include/class/pdf_operation.class.php:76 #: include/class/print_ledger_detail_item.class.php:58 +#: include/class/print_ledger_detail_item.class.php:58 +#: include/class/pdf_operation.class.php:76 msgid "Numéro interne" msgstr "" #: include/class_print_ledger_detail_item.php:61 #: include/class/class_print_ledger_detail_item.php:61 #: include/class/print_ledger_detail_item.class.php:61 +#: include/class/print_ledger_detail_item.class.php:61 msgid "Tot HTVA" msgstr "" #: include/class_print_ledger_detail_item.php:62 #: include/class/class_print_ledger_detail_item.php:62 #: include/class/print_ledger_detail_item.class.php:62 +#: include/class/print_ledger_detail_item.class.php:62 msgid "Tot TVA NP" msgstr "" #: include/class_print_ledger_detail_item.php:64 #: include/class/class_print_ledger_detail_item.php:64 #: include/class/print_ledger_detail_item.class.php:64 +#: include/class/print_ledger_detail_item.class.php:64 msgid "Tot TVA" msgstr "" #: include/class_stock_goods.php:226 include/class/class_stock_goods.php:227 #: include/class/stock_goods.class.php:228 +#: include/class/stock_goods.class.php:228 msgid "Inventaire invalide" msgstr "" #: include/class_stock_goods.php:228 include/class/class_stock_goods.php:229 #: include/class/stock_goods.class.php:230 +#: include/class/stock_goods.class.php:230 msgid "Dépôt invalide" msgstr "" #: include/class_stock_goods.php:252 include/class/class_stock_goods.php:253 #: include/class/stock_goods.class.php:254 +#: include/class/stock_goods.class.php:254 msgid "Inventaire " msgstr "" @@ -14720,6 +16487,9 @@ msgstr "" #: include/export/export_fiche_detail_csv.php:101 #: include/export/export_poste_detail_csv.php:112 #: include/export/export_poste_detail_csv.php:161 +#: include/export/export_poste_detail_csv.php:112 +#: include/export/export_poste_detail_csv.php:161 +#: include/export/export_fiche_detail_csv.php:101 #, php-format msgid "total" msgstr "" @@ -14732,24 +16502,29 @@ msgstr "" #: include/export/export_fiche_detail_csv.php:182 #: include/export/export_fiche_detail_pdf.php:122 #: include/export/export_poste_detail_pdf.php:138 +#: include/export/export_poste_detail_pdf.php:138 +#: include/export/export_fiche_detail_pdf.php:122 +#: include/export/export_fiche_detail_csv.php:182 msgid "totaux" msgstr "" #: include/impress_bilan.inc.php:87 include/impress_bilan.inc.php:94 +#: include/impress_bilan.inc.php:94 msgid "Pour une vérification complète, allez dans " msgstr "" -#: include/impress_gl_comptes.inc.php:88 +#: include/impress_gl_comptes.inc.php:88 include/impress_gl_comptes.inc.php:88 msgid "Uniquement les opérations non lettrées" msgstr "" -#: include/impress_gl_comptes.inc.php:93 +#: include/impress_gl_comptes.inc.php:93 include/impress_gl_comptes.inc.php:93 msgid "Uniquement les comptes non soldés" msgstr "" #: include/template/ledger_detail_top.php:10 #: include/template/ledger_detail_top.php:16 #: include/template/ledger_detail_top.php:17 +#: include/template/ledger_detail_top.php:17 msgid "Ouvrir dans une fenêtre séparée" msgstr "" @@ -14760,13 +16535,17 @@ msgstr "" #: include/export/export_ledger_csv.php:262 #: include/class/acc_ledger_history_purchase.class.php:258 #: include/class/acc_ledger_history_purchase.class.php:259 +#: include/template/operation_detail_ven.php:45 +#: include/template/operation_detail_ach.php:53 +#: include/class/acc_ledger_history_purchase.class.php:259 msgid "TVA NP" msgstr "" #: include/template/stock_inv.php:106 include/template/stock_inv.php:111 #: include/template/stock_inv.php:131 include/template/stock_inv.php:132 #: include/template/stock_inv.php:107 include/template/stock_inv.php:112 -#: include/template/stock_inv.php:133 +#: include/template/stock_inv.php:133 include/template/stock_inv.php:107 +#: include/template/stock_inv.php:112 include/template/stock_inv.php:133 msgid "Reprise inventaire" msgstr "" @@ -14838,12 +16617,14 @@ msgstr "" #: include/database.item.php:2 include/database.item.php:142 #: include/database.item.php:138 include/database.item.php:137 #: include/database.item.php:130 include/database.item.php:128 +#: include/database.item.php:128 msgid "Export pièce PDF" msgstr "" #: include/database.item.php:4 include/database.item.php:144 #: include/database.item.php:140 include/database.item.php:139 #: include/database.item.php:132 include/database.item.php:130 +#: include/database.item.php:130 msgid "Configuration extension" msgstr "" @@ -14857,24 +16638,28 @@ msgstr "" #: include/class/acc_ledger.class.php:3181 #: include/class/acc_ledger.class.php:2788 #: include/class/acc_ledger.class.php:2789 +#: include/class/acc_ledger.class.php:2789 msgid "Nouvelle opération" msgstr "" #: include/class_print_ledger_fin.php:55 #: include/class/class_print_ledger_fin.php:55 #: include/class/print_ledger_fin.class.php:55 +#: include/class/print_ledger_fin.class.php:55 msgid "report" msgstr "" #: include/class_print_ledger_fin.php:72 #: include/class/class_print_ledger_fin.php:72 #: include/class/print_ledger_fin.class.php:72 +#: include/class/print_ledger_fin.class.php:72 msgid "Total page" msgstr "" #: include/class_print_ledger_fin.php:76 #: include/class/class_print_ledger_fin.php:76 #: include/class/print_ledger_fin.class.php:76 +#: include/class/print_ledger_fin.class.php:76 msgid "Total à reporter" msgstr "" @@ -15032,11 +16817,12 @@ msgstr "" #: include/ajax_save_predf_op.php:52 include/ajax/ajax_save_predf_op.php:52 #: include/ajax/ajax_save_predf_op.php:54 +#: include/ajax/ajax_save_predf_op.php:54 msgid "Type de journal invalide" msgstr "" #: include/anc_od.inc.php:108 include/anc_od.inc.php:109 -#: include/anc_od.inc.php:107 +#: include/anc_od.inc.php:107 include/anc_od.inc.php:107 msgid "Filtrer par période" msgstr "" @@ -15045,6 +16831,7 @@ msgstr "" #: include/class/class_acc_operation.php:493 #: include/class/acc_operation.class.php:577 #: include/class/acc_operation.class.php:579 +#: include/class/acc_operation.class.php:579 msgid "Journal non trouvé" msgstr "" @@ -15055,6 +16842,7 @@ msgstr "" #: html/ajax_card.php:291 html/ajax_card.php:293 html/ajax_card.php:294 #: include/ajax/ajax_card.php:274 include/ajax/ajax_card.php:275 #: include/ajax/ajax_card.php:283 include/ajax/ajax_card.php:285 +#: include/ajax/ajax_card.php:285 msgid "" "Choisissez la catégorie de fiche à laquelle vous aimeriez ajouter une fiche" msgstr "" @@ -15076,10 +16864,13 @@ msgstr "" #: include/balance.inc.php:47 include/impress_bilan.inc.php:51 #: include/impress_jrn.inc.php:86 include/ext/bilan_interne/index.php:56 #: include/balance.inc.php:51 include/impress_jrn.inc.php:104 +#: include/impress_jrn.inc.php:104 include/balance.inc.php:51 +#: include/impress_bilan.inc.php:51 msgid "Choisissez un autre exercice" msgstr "" #: include/impress_rapport.inc.php:203 include/impress_rapport.inc.php:228 +#: include/impress_rapport.inc.php:228 msgid "Choisissez le rapport" msgstr "" @@ -15096,16 +16887,19 @@ msgid "Administration Globale" msgstr "" #: include/stock_inv_histo.inc.php:40 include/stock_inv_histo.inc.php:42 +#: include/stock_inv_histo.inc.php:42 msgid "Vous ne pouvez pas modifier ce dépôt" msgstr "" #: include/stock_inv_histo.inc.php:45 include/stock_inv_histo.inc.php:47 +#: include/stock_inv_histo.inc.php:47 msgid "Opération non effacée: vous n'avez pas confirmé" msgstr "" #: html/ajax_ledger.php:186 html/ajax_ledger.php:187 #: include/ajax/ajax_ledger.php:164 include/ajax/ajax_ledger.php:167 #: include/ajax/ajax_ledger.php:168 include/ajax/ajax_ledger.php:172 +#: include/ajax/ajax_ledger.php:172 msgid "Effacement refusé" msgstr "" @@ -15117,6 +16911,7 @@ msgstr "" #: html/ajax_todo_list.php:140 html/ajax_todo_list.php:141 #: include/ajax/ajax_todo_list.php:140 include/ajax/ajax_todo_list.php:157 #: include/ajax/ajax_todo_list.php:159 include/ajax/ajax_todo_list.php:161 +#: include/ajax/ajax_todo_list.php:161 msgid "Erreur : note invalide" msgstr "" @@ -15126,6 +16921,7 @@ msgstr "" #: include/ajax/ajax_todo_list.php:165 include/ajax/ajax_todo_list.php:204 #: include/ajax/ajax_todo_list.php:167 include/ajax/ajax_todo_list.php:206 #: include/ajax/ajax_todo_list.php:207 include/ajax/ajax_todo_list.php:169 +#: include/ajax/ajax_todo_list.php:209 include/ajax/ajax_todo_list.php:169 #: include/ajax/ajax_todo_list.php:209 msgid "Liste utilisateurs" msgstr "" @@ -15133,6 +16929,7 @@ msgstr "" #: html/ajax_todo_list.php:150 html/ajax_todo_list.php:151 #: include/ajax/ajax_todo_list.php:150 include/ajax/ajax_todo_list.php:167 #: include/ajax/ajax_todo_list.php:169 include/ajax/ajax_todo_list.php:171 +#: include/ajax/ajax_todo_list.php:171 msgid "Vous devez d'abord sauver" msgstr "" @@ -15146,6 +16943,8 @@ msgstr "" #: include/ajax/ajax_todo_list.php:254 include/ajax/ajax_todo_list.php:246 #: include/ajax/ajax_todo_list.php:255 include/ajax/ajax_todo_list.php:193 #: include/ajax/ajax_todo_list.php:248 include/ajax/ajax_todo_list.php:257 +#: include/ajax/ajax_todo_list.php:193 include/ajax/ajax_todo_list.php:248 +#: include/ajax/ajax_todo_list.php:257 msgid "Cette note n'est pas à vous" msgstr "" @@ -15156,26 +16955,27 @@ msgstr "" #: include/ajax/ajax_todo_list.php:233 include/ajax/ajax_todo_list.php:292 #: include/ajax/ajax_todo_list.php:234 include/ajax/ajax_todo_list.php:293 #: include/ajax/ajax_todo_list.php:236 include/ajax/ajax_todo_list.php:295 +#: include/ajax/ajax_todo_list.php:236 include/ajax/ajax_todo_list.php:295 msgid "Erreur : paramètre invalide" msgstr "" -#: html/test_class.php:213 +#: html/test_class.php:213 dev/test/test_class.php:209 msgid "Bienvenu sur mon site" msgstr "" -#: html/test_class.php:214 +#: html/test_class.php:214 dev/test/test_class.php:210 msgid "Essayer de vous y amuser" msgstr "" -#: html/test_class.php:218 +#: html/test_class.php:218 dev/test/test_class.php:214 msgid "Choississez votre langue" msgstr "" -#: html/test_class.php:231 +#: html/test_class.php:231 dev/test/test_class.php:227 msgid "Change de langue" msgstr "" -#: html/test_class.php:239 +#: html/test_class.php:239 dev/test/test_class.php:235 msgid "Fin de programme" msgstr "" @@ -15185,6 +16985,7 @@ msgstr "" #: include/lib/ac_common.php:959 include/lib/ac_common.php:970 #: include/lib/ac_common.php:971 include/lib/ac_common.php:972 #: include/lib/ac_common.php:984 include/lib/ac_common.php:986 +#: include/lib/ac_common.php:986 msgid "" "Utilisateur n'a pas de profil, votre administrateur doit en configurer un " "dans CFGSEC" @@ -15205,7 +17006,10 @@ msgstr "" #: include/ajax/ajax_admin.php:196 include/class/dossier.class.php:116 #: include/ajax/ajax_admin.php:69 include/ajax/ajax_admin.php:105 #: include/ajax/ajax_admin.php:167 include/ajax/ajax_admin.php:195 -#: include/ajax/ajax_admin.php:201 +#: include/ajax/ajax_admin.php:201 include/ajax/ajax_admin.php:69 +#: include/ajax/ajax_admin.php:105 include/ajax/ajax_admin.php:167 +#: include/ajax/ajax_admin.php:195 include/ajax/ajax_admin.php:201 +#: include/class/dossier.class.php:116 msgid "Erreur paramètre" msgstr "" @@ -15213,109 +17017,118 @@ msgstr "" #: include/ajax_admin.php:57 include/user_detail.inc.php:226 #: include/ajax/ajax_admin.php:57 include/user_detail.inc.php:235 #: include/ajax/ajax_admin.php:54 include/ajax/ajax_admin.php:62 +#: include/user_detail.inc.php:235 include/ajax/ajax_admin.php:62 msgid "Enleve" msgstr "" #: include/ajax_admin.php:129 include/ajax_admin.php:130 #: include/ajax/ajax_admin.php:130 include/ajax/ajax_admin.php:131 -#: include/ajax/ajax_admin.php:139 +#: include/ajax/ajax_admin.php:139 include/ajax/ajax_admin.php:139 msgid "Liste dossier" msgstr "" #: include/ajax_admin.php:142 include/ajax_admin.php:143 #: include/ajax/ajax_admin.php:143 include/ajax/ajax_admin.php:147 #: include/ajax/ajax_admin.php:148 include/ajax/ajax_admin.php:156 +#: include/ajax/ajax_admin.php:156 msgid "Dossiers trouvés" msgstr "" #: include/ajax_admin.php:142 include/ajax_admin.php:143 #: include/ajax/ajax_admin.php:143 include/ajax/ajax_admin.php:147 #: include/ajax/ajax_admin.php:148 include/ajax/ajax_admin.php:156 +#: include/ajax/ajax_admin.php:156 msgid "Dossiers affichés" msgstr "" #: include/ajax_admin.php:248 include/ajax_admin.php:249 #: include/ajax/ajax_admin.php:249 include/ajax/ajax_admin.php:253 #: include/ajax/ajax_admin.php:260 include/ajax/ajax_admin.php:281 -#: include/ajax/ajax_admin.php:285 +#: include/ajax/ajax_admin.php:285 include/ajax/ajax_admin.php:285 msgid "Etes vous sure et certain de vouloir effacer " msgstr "" #: include/ajax_admin.php:252 include/ajax_admin.php:253 #: include/ajax/ajax_admin.php:253 include/ajax/ajax_admin.php:257 #: include/ajax/ajax_admin.php:264 include/ajax/ajax_admin.php:285 -#: include/ajax/ajax_admin.php:289 +#: include/ajax/ajax_admin.php:289 include/ajax/ajax_admin.php:289 msgid "Cochez la case si vous êtes sûr de vouloir effacer ce modèle" msgstr "" #: include/balance_age.inc.php:39 include/balance_age.inc.php:43 -#: include/balance_age.inc.php:42 +#: include/balance_age.inc.php:42 include/balance_age.inc.php:42 msgid "lettrées et non lettrées" msgstr "" #: include/balance_age.inc.php:40 include/balance_age.inc.php:44 -#: include/balance_age.inc.php:43 +#: include/balance_age.inc.php:43 include/balance_age.inc.php:43 msgid "non lettrées" msgstr "" #: include/balance_age.inc.php:49 include/balance_age.inc.php:53 -#: include/balance_age.inc.php:52 +#: include/balance_age.inc.php:52 include/balance_age.inc.php:52 #, php-format msgid " Opérations après la date %s qui sont %s " msgstr "" #: include/balance_age.inc.php:50 include/balance_age.inc.php:54 -#: include/balance_age.inc.php:53 +#: include/balance_age.inc.php:53 include/balance_age.inc.php:53 msgid "Type de tiers" msgstr "" #: include/balance_age.inc.php:64 include/balance_age.inc.php:68 -#: include/balance_age.inc.php:67 +#: include/balance_age.inc.php:67 include/balance_age.inc.php:67 msgid "export CSV" msgstr "" #: include/category_card.inc.php:72 include/category_card.inc.php:77 -#: include/category_card.inc.php:79 +#: include/category_card.inc.php:79 include/category_card.inc.php:79 msgid "Balance du tiers" msgstr "" #: include/category_card.inc.php:73 include/fiche.inc.php:70 #: include/category_card.inc.php:78 include/category_card.inc.php:80 +#: include/category_card.inc.php:80 include/fiche.inc.php:70 msgid "Balance âgée" msgstr "" #: include/category_card.inc.php:73 include/category_card.inc.php:78 -#: include/category_card.inc.php:80 +#: include/category_card.inc.php:80 include/category_card.inc.php:80 msgid "Balance âgée du tiers" msgstr "" #: include/class_balance_age.php:142 include/class/class_balance_age.php:142 #: include/class/class_balance_age.php:148 #: include/class/balance_age.class.php:148 +#: include/class/balance_age.class.php:148 msgid "N° pièce" msgstr "" #: include/class_balance_age.php:144 include/class/class_balance_age.php:144 #: include/class/class_balance_age.php:150 #: include/class/balance_age.class.php:150 +#: include/class/balance_age.class.php:150 msgid "Fin" msgstr "" #: include/class_balance_age.php:145 include/class/class_balance_age.php:145 #: include/class/class_balance_age.php:151 #: include/class/balance_age.class.php:151 +#: include/class/balance_age.class.php:151 msgid "<30 jours" msgstr "" #: include/class_balance_age.php:146 include/class/class_balance_age.php:146 #: include/class/class_balance_age.php:152 #: include/class/balance_age.class.php:152 +#: include/class/balance_age.class.php:152 msgid "entre 30 et 60 jours" msgstr "" #: include/class_balance_age.php:147 include/class/class_balance_age.php:147 #: include/class/class_balance_age.php:153 #: include/class/balance_age.class.php:153 +#: include/class/balance_age.class.php:153 msgid "entre 60 et 90 jours" msgstr "" @@ -15324,6 +17137,8 @@ msgstr "" #: include/class/class_balance_age.php:148 #: include/class/class_balance_age.php:154 #: include/class/balance_age.class.php:154 +#: include/template/balance_aged_result.php:68 +#: include/class/balance_age.class.php:154 msgid "> 90 jours" msgstr "" @@ -15331,7 +17146,7 @@ msgstr "" #: include/lib/class_html_input.php:726 include/lib/class_html_input.php:741 #: include/lib/class_html_input.php:742 include/lib/class_html_input.php:768 #: include/lib/html_input.class.php:811 include/lib/html_input.class.php:857 -#: include/lib/html_input.class.php:858 +#: include/lib/html_input.class.php:858 include/lib/html_input.class.php:858 msgid "Paramètre invaide" msgstr "" @@ -15340,6 +17155,9 @@ msgstr "" #: include/operation_ods_confirm.inc.php:53 include/compta_ach.inc.php:90 #: include/compta_ach.inc.php:92 include/compta_ven.inc.php:99 #: include/ajax/ajax_ledger.php:564 include/class/acc_operation.class.php:729 +#: include/compta_ven.inc.php:99 include/ajax/ajax_ledger.php:564 +#: include/class/acc_operation.class.php:729 include/compta_ach.inc.php:92 +#: include/operation_ods_confirm.inc.php:53 msgid "Extourne" msgstr "" @@ -15347,13 +17165,16 @@ msgstr "" #: include/operation_ods_confirm.inc.php:61 #: include/operation_ods_confirm.inc.php:62 include/compta_ach.inc.php:104 #: include/compta_ach.inc.php:106 include/compta_ven.inc.php:113 +#: include/compta_ven.inc.php:113 include/compta_ach.inc.php:106 +#: include/operation_ods_confirm.inc.php:62 msgid "Extourne opération" msgstr "" #: include/compta_ach.inc.php:184 include/compta_ods.inc.php:114 #: include/compta_ven.inc.php:200 include/compta_ods.inc.php:115 #: include/compta_ven.inc.php:203 include/compta_ods.inc.php:116 -#: include/compta_ven.inc.php:208 +#: include/compta_ven.inc.php:208 include/compta_ven.inc.php:208 +#: include/compta_ods.inc.php:116 msgid "Extourné au " msgstr "" @@ -15362,6 +17183,8 @@ msgstr "" #: include/compta_ods.inc.php:120 include/compta_ach.inc.php:192 #: include/compta_ven.inc.php:209 include/compta_ach.inc.php:197 #: include/compta_ods.inc.php:121 include/compta_ven.inc.php:214 +#: include/compta_ven.inc.php:214 include/compta_ods.inc.php:121 +#: include/compta_ach.inc.php:197 msgid "Opération non extournée" msgstr "" @@ -15370,22 +17193,26 @@ msgstr "" #: include/compta_ods.inc.php:129 include/compta_ach.inc.php:200 #: include/compta_ven.inc.php:217 include/compta_ach.inc.php:205 #: include/compta_ods.inc.php:130 include/compta_ven.inc.php:222 +#: include/compta_ven.inc.php:222 include/compta_ods.inc.php:130 +#: include/compta_ach.inc.php:205 msgid "Date invalide, opération non extournée" msgstr "" #: include/dossier.inc.php:242 include/dossier.inc.php:264 #: include/dossier.inc.php:298 include/dossier.inc.php:299 #: include/dossier.inc.php:302 include/dossier.inc.php:307 +#: include/dossier.inc.php:307 msgid "Ajout d'un dossier" msgstr "" -#: include/fiche.inc.php:71 +#: include/fiche.inc.php:71 include/fiche.inc.php:71 msgid "Balance âgée en-cours" msgstr "" #: include/modele.inc.php:245 include/modele.inc.php:259 #: include/modele.inc.php:283 include/modele.inc.php:266 #: include/modele.inc.php:267 include/modele.inc.php:272 +#: include/modele.inc.php:272 msgid "Aucun modèle disponible" msgstr "" @@ -15395,12 +17222,14 @@ msgstr "" #: include/dossier.inc.php:239 include/modele.inc.php:280 #: include/dossier.inc.php:242 include/dossier.inc.php:247 #: include/modele.inc.php:281 include/modele.inc.php:286 +#: include/dossier.inc.php:247 include/modele.inc.php:286 msgid "Nom base de données" msgstr "" #: include/modele.inc.php:292 include/modele.inc.php:306 #: include/modele.inc.php:345 include/modele.inc.php:328 #: include/modele.inc.php:329 include/document_modele.inc.php:85 +#: include/modele.inc.php:334 include/document_modele.inc.php:85 #: include/modele.inc.php:334 msgid "Ajout d'un modèle" msgstr "" @@ -15419,6 +17248,8 @@ msgstr "" #: include/user_detail.inc.php:152 include/user.inc.php:129 #: include/class/acc_plan_mtable.class.php:49 #: include/template/tag_detail.php:15 +#: include/class/acc_plan_mtable.class.php:55 include/user.inc.php:129 +#: include/template/tag_detail.php:15 include/user_detail.inc.php:152 #: include/class/acc_plan_mtable.class.php:55 msgid "Actif" msgstr "" @@ -15426,14 +17257,18 @@ msgstr "" #: include/user_detail.inc.php:169 include/user_detail.inc.php:165 #: include/user_detail.inc.php:174 include/param_sec.inc.php:147 #: include/export/export_security_pdf.php:66 include/param_sec.inc.php:153 +#: include/param_sec.inc.php:153 include/user_detail.inc.php:174 +#: include/export/export_security_pdf.php:66 msgid "Utilisateur normal" msgstr "" #: include/user.inc.php:73 include/user.inc.php:74 include/user.inc.php:76 +#: include/user.inc.php:76 msgid "Ajout Utilisateur" msgstr "" #: include/user.inc.php:77 include/user.inc.php:78 include/user.inc.php:80 +#: include/user.inc.php:80 msgid "login" msgstr "" @@ -15442,42 +17277,51 @@ msgstr "" #: html/install.php:593 html/install.php:208 html/install.php:555 #: include/user.inc.php:83 html/install.php:215 html/install.php:545 #: html/install.php:551 html/install.php:218 html/install.php:554 +#: html/install.php:218 html/install.php:554 include/user.inc.php:83 msgid "Mot de passe" msgstr "" #: include/user.inc.php:93 include/user.inc.php:94 include/user.inc.php:96 +#: include/user.inc.php:96 msgid "Le login ne peut être vide" msgstr "" #: include/user.inc.php:98 include/user.inc.php:99 include/user.inc.php:101 +#: include/user.inc.php:101 msgid "Le mot de passe ne peut être vide" msgstr "" +#: include/template/balance_aged_result.php:44 #: include/template/balance_aged_result.php:44 msgid "Date opération" msgstr "" +#: include/template/balance_aged_result.php:56 #: include/template/balance_aged_result.php:56 msgid "Fin/ OD" msgstr "" +#: include/template/balance_aged_result.php:59 #: include/template/balance_aged_result.php:59 msgid "< 30 jours" msgstr "" +#: include/template/balance_aged_result.php:62 #: include/template/balance_aged_result.php:62 msgid "entre 31 et 60 jours" msgstr "" +#: include/template/balance_aged_result.php:65 #: include/template/balance_aged_result.php:65 msgid "entre 61 et 90 jours" msgstr "" #: include/template/calendar-list.php:38 include/template/calendar-list.php:40 -#: include/template/calendar-list.php:41 +#: include/template/calendar-list.php:41 include/template/calendar-list.php:41 msgid "Retard" msgstr "" +#: include/template/folder_display.php:36 #: include/template/folder_display.php:36 msgid "Aucun dossier à afficher" msgstr "" @@ -15487,14 +17331,18 @@ msgstr "" #: include/template/ledger_detail_bottom.php:323 #: include/template/ledger_detail_bottom.php:329 #: include/template/ledger_detail_bottom.php:350 +#: include/template/ledger_detail_bottom.php:350 msgid "" "Extourner une opération vous permet de l'annuler par son écriture inverse" msgstr "" +#: include/template/todo_list_display.php:70 #: include/template/todo_list_display.php:70 msgid "Public" msgstr "" +#: 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 msgid "Partage" @@ -15502,10 +17350,12 @@ msgstr "" #: include/template/todo_list_list_user.php:37 include/user.inc.php:122 #: include/user.inc.php:123 include/param_sec.inc.php:57 -#: include/user.inc.php:125 +#: include/user.inc.php:125 include/param_sec.inc.php:57 +#: include/user.inc.php:125 include/template/todo_list_list_user.php:37 msgid "Login" msgstr "" +#: include/template/todo_list_list_user.php:40 #: include/template/todo_list_list_user.php:40 msgid "Nom " msgstr "" @@ -15602,6 +17452,7 @@ msgstr "" #: 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:145 +#: include/class/periode_ledger_table.class.php:145 msgid "Fermé" msgstr "" @@ -15664,9 +17515,11 @@ msgstr "" #: include/ext/sav/include/template/sas_display_detail.php:141 #: include/ajax/ajax_display_letter.php:98 -#: include/ajax/ajax_display_letter.php:103 -#: include/class/periode.class.php:517 +#: include/ajax/ajax_display_letter.php:103 include/class/periode.class.php:517 #: include/class/periode_ledger_table.class.php:98 +#: include/ajax/ajax_display_letter.php:103 +#: include/class/periode_ledger_table.class.php:98 +#: include/class/periode.class.php:517 msgid "Date Début" msgstr "" @@ -15711,6 +17564,7 @@ msgstr "" #: include/class_fiche.php:1228 include/class/class_fiche.php:1228 #: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234 #: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379 +#: include/class/fiche.class.php:1381 msgid "n° de pièce / Code interne" msgstr "" @@ -15718,6 +17572,7 @@ msgstr "" #: include/class_fiche.php:1232 include/class/class_fiche.php:1232 #: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238 #: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383 +#: include/class/fiche.class.php:1385 msgid "Débit/Crédit" msgstr "" @@ -15728,6 +17583,8 @@ msgstr "" #: include/class/fiche.class.php:1404 include/class/fiche.class.php:1531 #: include/class/acc_account_ledger.class.php:475 #: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534 +#: include/class/acc_account_ledger.class.php:475 +#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 msgid "solde débiteur" msgstr "" @@ -15738,25 +17595,30 @@ msgstr "" #: include/class/fiche.class.php:1404 include/class/fiche.class.php:1531 #: include/class/acc_account_ledger.class.php:475 #: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534 +#: include/class/acc_account_ledger.class.php:475 +#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 msgid "solde créditeur" msgstr "" -#: include/template/module.php:38 +#: include/template/module.php:38 include/template/module.php:38 msgid "Aller" msgstr "" #: include/user.inc.php:84 include/user.inc.php:85 include/user.inc.php:87 +#: include/user.inc.php:87 msgid "Créer Utilisateur" msgstr "" #: include/user.inc.php:109 include/user.inc.php:110 include/user.inc.php:112 +#: include/user.inc.php:112 msgid "Ajout utilisateur" msgstr "" #: include/user.inc.php:124 include/restore.inc.php:219 #: include/user.inc.php:125 include/restore.inc.php:220 #: include/restore.inc.php:221 include/restore.inc.php:222 -#: include/user.inc.php:127 +#: include/user.inc.php:127 include/user.inc.php:127 +#: include/restore.inc.php:222 msgid "Dossier" msgstr "" @@ -15765,18 +17627,21 @@ msgstr "" #: include/template/ledger_detail_top.php:28 #: include/template/ledger_detail_top.php:31 #: include/template/ledger_detail_top.php:29 +#: include/template/ledger_detail_top.php:29 msgid "Opération ID" msgstr "" #: include/dossier.inc.php:159 include/dossier.inc.php:179 #: include/dossier.inc.php:213 include/dossier.inc.php:214 #: include/dossier.inc.php:217 include/dossier.inc.php:222 +#: include/dossier.inc.php:222 msgid "Ajouter un dossier" msgstr "" #: include/dossier.inc.php:331 include/dossier.inc.php:367 #: include/dossier.inc.php:403 include/dossier.inc.php:404 #: include/dossier.inc.php:420 include/dossier.inc.php:425 +#: include/dossier.inc.php:425 #, php-format msgid "Le dossier %s est effacé" msgstr "" @@ -15784,6 +17649,7 @@ msgstr "" #: include/dossier.inc.php:150 include/dossier.inc.php:170 #: include/dossier.inc.php:204 include/dossier.inc.php:205 #: include/dossier.inc.php:208 include/dossier.inc.php:213 +#: include/dossier.inc.php:213 msgid "Dossier Management" msgstr "" @@ -15801,13 +17667,14 @@ msgstr "" #: include/modele.inc.php:240 include/modele.inc.php:254 #: include/modele.inc.php:278 include/modele.inc.php:261 -#: include/modele.inc.php:262 +#: include/modele.inc.php:262 include/modele.inc.php:262 msgid "Ajouter un modèle" msgstr "" #: include/modele.inc.php:284 include/modele.inc.php:298 #: include/modele.inc.php:337 include/modele.inc.php:320 #: include/modele.inc.php:321 include/modele.inc.php:265 +#: include/modele.inc.php:265 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 " @@ -15819,12 +17686,14 @@ msgstr "" #: include/modele.inc.php:324 include/modele.inc.php:338 #: include/modele.inc.php:377 include/modele.inc.php:360 #: include/modele.inc.php:361 include/modele.inc.php:366 +#: include/modele.inc.php:366 msgid "Basé sur" msgstr "" #: include/modele.inc.php:328 include/modele.inc.php:342 #: include/modele.inc.php:384 include/modele.inc.php:367 #: include/modele.inc.php:368 include/modele.inc.php:373 +#: include/modele.inc.php:373 msgid "" "Nettoyage des Documents et courriers (ce qui n'effacera pas les modèles de " "documents)" @@ -15833,6 +17702,7 @@ msgstr "" #: include/modele.inc.php:331 include/modele.inc.php:345 #: include/modele.inc.php:388 include/modele.inc.php:371 #: include/modele.inc.php:372 include/modele.inc.php:377 +#: include/modele.inc.php:377 msgid "" "Nettoyage de toutes les fiches (ce qui effacera client,\n" "\topérations prédéfinies fournisseurs modèles de " @@ -15842,6 +17712,7 @@ msgstr "" #: include/modele.inc.php:337 include/modele.inc.php:351 #: include/modele.inc.php:393 include/modele.inc.php:376 #: include/modele.inc.php:377 include/modele.inc.php:382 +#: include/modele.inc.php:382 msgid "" "Nettoyage de la comptabilité analytique : effacement des plans et des " "postes, les opérations\n" @@ -15851,18 +17722,21 @@ msgstr "" #: include/modele.inc.php:342 include/modele.inc.php:356 #: include/modele.inc.php:398 include/modele.inc.php:381 #: include/modele.inc.php:382 include/modele.inc.php:387 +#: include/modele.inc.php:387 msgid "Effacement de toutes les données des plugins" msgstr "" #: include/modele.inc.php:346 include/modele.inc.php:360 #: include/modele.inc.php:401 include/modele.inc.php:384 #: include/modele.inc.php:385 include/modele.inc.php:390 +#: include/modele.inc.php:390 msgid "Ajout d'un modele" msgstr "" #: include/modele.inc.php:378 include/modele.inc.php:392 #: include/modele.inc.php:441 include/modele.inc.php:424 #: include/modele.inc.php:428 include/modele.inc.php:433 +#: include/modele.inc.php:433 #, php-format msgid "Base de donnée %s mod %s est accèdée, déconnectez-vous d'abord" msgstr "" @@ -15870,6 +17744,7 @@ msgstr "" #: include/modele.inc.php:386 include/modele.inc.php:400 #: include/modele.inc.php:450 include/modele.inc.php:433 #: include/modele.inc.php:437 include/modele.inc.php:442 +#: include/modele.inc.php:442 #, php-format msgid "Le modèle %s est effacé" msgstr "" @@ -15877,31 +17752,37 @@ msgstr "" #: include/restore.inc.php:107 include/restore.inc.php:166 #: include/restore.inc.php:167 include/restore.inc.php:168 #: include/restore.inc.php:108 include/restore.inc.php:169 +#: include/restore.inc.php:108 include/restore.inc.php:169 msgid "Echec de la restauration " msgstr "" #: include/restore.inc.php:209 include/restore.inc.php:210 #: include/restore.inc.php:211 include/restore.inc.php:212 +#: include/restore.inc.php:212 msgid "Nom de la base de donnée" msgstr "" #: include/restore.inc.php:215 include/restore.inc.php:216 #: include/restore.inc.php:217 include/restore.inc.php:218 +#: include/restore.inc.php:218 msgid "Type de backup" msgstr "" #: include/restore.inc.php:223 include/restore.inc.php:224 #: include/restore.inc.php:225 include/restore.inc.php:226 +#: include/restore.inc.php:226 msgid "Modele" msgstr "" #: include/restore.inc.php:228 include/restore.inc.php:229 #: include/restore.inc.php:230 include/restore.inc.php:231 +#: include/restore.inc.php:231 msgid "Fichier " msgstr "" #: include/restore.inc.php:237 include/restore.inc.php:238 #: include/restore.inc.php:239 include/restore.inc.php:240 +#: include/restore.inc.php:240 msgid "Restauration" msgstr "" @@ -15913,20 +17794,20 @@ msgstr "" msgid "Type de menu" msgstr "" -#: html/ajax_card.php:478 html/ajax_card.php:479 -#: include/ajax/ajax_card.php:459 include/ajax/ajax_card.php:460 -#: include/ajax/ajax_card.php:461 include/ajax/ajax_card.php:494 +#: html/ajax_card.php:478 html/ajax_card.php:479 include/ajax/ajax_card.php:459 +#: include/ajax/ajax_card.php:460 include/ajax/ajax_card.php:461 +#: include/ajax/ajax_card.php:494 include/ajax/ajax_card.php:498 #: include/ajax/ajax_card.php:498 msgid " Employé ou administrateur" msgstr "" #: include/param_sec.inc.php:91 include/param_sec.inc.php:95 -#: include/param_sec.inc.php:97 +#: include/param_sec.inc.php:97 include/param_sec.inc.php:97 msgid "Utilisateur Normal" msgstr "" #: include/template/calendar-list.php:49 include/template/calendar-list.php:51 -#: include/template/calendar-list.php:52 +#: include/template/calendar-list.php:52 include/template/calendar-list.php:52 msgid "jours" msgstr "" @@ -15963,27 +17844,29 @@ msgid "Modifie description" msgstr "" #: html/ajax_misc.php:179 html/ajax_misc.php:257 html/ajax_misc.php:262 -#: html/ajax_misc.php:290 html/ajax_misc.php:382 +#: html/ajax_misc.php:290 html/ajax_misc.php:382 html/ajax_misc.php:382 msgid "Action non autorisée" msgstr "" #: html/ajax_misc.php:196 html/ajax_misc.php:274 html/ajax_misc.php:279 -#: html/ajax_misc.php:307 html/ajax_misc.php:399 +#: html/ajax_misc.php:307 html/ajax_misc.php:399 html/ajax_misc.php:399 msgid "Des actions dépendent de cette catégorie" msgstr "" #: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239 -#: html/do.php:236 html/do.php:273 html/do.php:285 +#: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295 msgid "Erreur menu" msgstr "" #: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252 #: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300 +#: html/do.php:310 msgid "Accès menu impossible" msgstr "" #: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265 #: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319 +#: html/do.php:329 msgid "Aucun profil utilisateur" msgstr "" @@ -15992,6 +17875,7 @@ msgstr "" #: include/lib/ac_common.php:806 include/lib/ac_common.php:813 #: include/lib/ac_common.php:824 include/lib/ac_common.php:825 #: include/lib/ac_common.php:837 include/lib/ac_common.php:839 +#: include/lib/ac_common.php:839 msgid "" "Veuillez vous reconnecter soit dans une autre fenêtre soit en cliquant sur " "le lien" @@ -16002,6 +17886,7 @@ msgstr "" #: include/lib/ac_common.php:810 include/lib/ac_common.php:817 #: include/lib/ac_common.php:828 include/lib/ac_common.php:829 #: include/lib/ac_common.php:841 include/lib/ac_common.php:843 +#: include/lib/ac_common.php:843 msgid "Se reconnecter pour revenir ici" msgstr "" @@ -16010,18 +17895,19 @@ msgstr "" #: include/lib/ac_common.php:816 include/lib/ac_common.php:823 #: include/lib/ac_common.php:834 include/lib/ac_common.php:835 #: include/lib/ac_common.php:847 include/lib/ac_common.php:849 +#: include/lib/ac_common.php:849 msgid "Cliquez ici pour vous reconnecter dans une autre page" msgstr "" #: include/action.common.inc.php:207 include/action.common.inc.php:212 #: include/action.common.inc.php:214 include/action.common.inc.php:215 -#: include/action.common.inc.php:221 +#: include/action.common.inc.php:221 include/action.common.inc.php:221 msgid "Ajoute un événement à celui-ci" msgstr "" #: include/action.common.inc.php:208 include/action.common.inc.php:213 #: include/action.common.inc.php:215 include/action.common.inc.php:216 -#: include/action.common.inc.php:222 +#: include/action.common.inc.php:222 include/action.common.inc.php:222 msgid "Efface cet événement " msgstr "" @@ -16030,11 +17916,13 @@ msgstr "" #: include/action.common.inc.php:280 include/action.common.inc.php:284 #: include/action.common.inc.php:281 include/action.common.inc.php:285 #: include/action.common.inc.php:287 include/action.common.inc.php:291 +#: include/action.common.inc.php:287 include/action.common.inc.php:291 msgid "Evènement Sauvée" msgstr "" #: include/ajax_gestion.php:76 include/ajax/ajax_gestion.php:76 #: include/ajax/ajax_gestion.php:77 include/ajax/ajax_gestion.php:78 +#: include/ajax/ajax_gestion.php:78 msgid "Destinataire invalide" msgstr "" @@ -16043,11 +17931,14 @@ msgstr "" #: include/lib/http_input.class.php:65 include/lib/http_input.class.php:73 #: include/ajax/ajax_gestion.php:81 include/lib/http_input.class.php:62 #: include/lib/http_input.class.php:72 include/lib/http_input.class.php:80 +#: include/ajax/ajax_gestion.php:81 include/lib/http_input.class.php:62 +#: include/lib/http_input.class.php:72 include/lib/http_input.class.php:80 msgid "Type invalide" msgstr "" #: include/ajax_gestion.php:81 include/ajax/ajax_gestion.php:81 #: include/ajax/ajax_gestion.php:82 include/ajax/ajax_gestion.php:83 +#: include/ajax/ajax_gestion.php:83 msgid "Aucun titre" msgstr "" @@ -16056,27 +17947,29 @@ msgstr "" #: include/ajax/ajax_gestion.php:110 include/ajax/ajax_gestion.php:121 #: include/ajax/ajax_gestion.php:112 include/ajax/ajax_gestion.php:113 #: include/ajax/ajax_gestion.php:114 include/ext/amortis/ajax.php:68 +#: include/ajax/ajax_gestion.php:114 msgid "Sauvé" msgstr "" #: include/ajax_get_profile.php:40 include/ajax/ajax_get_profile.php:40 -#: include/ajax/ajax_get_profile.php:43 +#: include/ajax/ajax_get_profile.php:43 include/ajax/ajax_get_profile.php:43 msgid "Ajout Menu" msgstr "" #: include/ajax_get_profile.php:90 include/ajax/ajax_get_profile.php:90 -#: include/ajax/ajax_get_profile.php:96 +#: include/ajax/ajax_get_profile.php:96 include/ajax/ajax_get_profile.php:96 msgid "Vous pouvez aussi copier ce profil et puis le corriger" msgstr "" #: include/ajax_get_profile.php:123 include/ajax/ajax_get_profile.php:123 -#: include/ajax/ajax_get_profile.php:129 +#: include/ajax/ajax_get_profile.php:129 include/ajax/ajax_get_profile.php:129 msgid "Dépôt de stock accessible" msgstr "" #: include/ajax_mod_periode.php:60 include/ajax_mod_periode.php:78 #: include/ajax/ajax_mod_periode.php:60 include/ajax/ajax_mod_periode.php:78 #: include/ajax/ajax_periode.php:176 include/class/periode.class.php:707 +#: include/ajax/ajax_periode.php:176 include/class/periode.class.php:707 msgid "fermer" msgstr "" @@ -16086,6 +17979,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2540 #: include/class/acc_ledger.class.php:2109 #: include/class/acc_ledger.class.php:2110 +#: include/class/acc_ledger.class.php:2110 msgid "Journaux d'achat" msgstr "" @@ -16095,6 +17989,7 @@ msgstr "" #: include/class/acc_ledger.class.php:2541 #: include/class/acc_ledger.class.php:2110 #: include/class/acc_ledger.class.php:2111 +#: include/class/acc_ledger.class.php:2111 msgid "Journaux Financier" msgstr "" @@ -16104,12 +17999,13 @@ msgstr "" #: include/class/acc_ledger.class.php:2542 #: include/class/acc_ledger.class.php:2111 #: include/class/acc_ledger.class.php:2112 +#: include/class/acc_ledger.class.php:2112 msgid "Journaux d'Opérations diverses" msgstr "" #: include/class_extension.php:130 include/class/class_extension.php:130 #: include/class/class_extension.php:131 include/class/extension.class.php:131 -#: include/class/extension.class.php:148 +#: include/class/extension.class.php:148 include/class/extension.class.php:148 msgid "Pas de menu " msgstr "" @@ -16117,6 +18013,7 @@ msgstr "" #: include/class_follow_up.php:129 include/class/class_follow_up.php:128 #: include/class/class_follow_up.php:129 include/class/follow_up.class.php:128 #: include/class/follow_up.class.php:129 include/class/follow_up.class.php:130 +#: include/class/follow_up.class.php:129 include/class/follow_up.class.php:130 msgid "Securité" msgstr "" @@ -16128,6 +18025,7 @@ msgstr "" #: include/class/follow_up.class.php:1782 #: include/class/follow_up.class.php:1780 #: include/class/follow_up.class.php:1781 +#: include/class/follow_up.class.php:1781 msgid "SECURITE : Ajout impossible" msgstr "" @@ -16140,6 +18038,8 @@ msgstr "" #: include/lib/html_input.class.php:1043 #: include/template/action_display_short.php:81 #: include/lib/html_input.class.php:1103 include/lib/html_input.class.php:1104 +#: include/template/action_display_short.php:81 +#: include/lib/html_input.class.php:1104 msgid "Nouvel événement" msgstr "" @@ -16148,20 +18048,22 @@ msgstr "" #: include/class/print_ledger.class.php:71 #: include/class/print_ledger.class.php:109 #: include/class/print_ledger.class.php:115 +#: include/class/print_ledger.class.php:71 +#: include/class/print_ledger.class.php:115 msgid "Ce journal ne peut être imprimé en mode simple" msgstr "" #: include/class_user.php:973 include/class_user.php:974 #: include/class/class_user.php:974 include/class/class_user.php:962 #: include/class/class_user.php:961 include/class/user.class.php:961 -#: include/class/user.class.php:985 +#: include/class/user.class.php:985 include/class/user.class.php:985 msgid "Id" msgstr "" #: include/class_user.php:985 include/class_user.php:986 #: include/class/class_user.php:986 include/class/class_user.php:974 #: include/class/class_user.php:973 include/class/user.class.php:973 -#: include/class/user.class.php:997 +#: include/class/user.class.php:997 include/class/user.class.php:997 msgid "Aucun dossier disponible" msgstr "" @@ -16172,29 +18074,32 @@ msgstr "" #: include/payment_middle.inc.php:119 #: include/ext/importbank/bank_constant.php:56 -#: include/payment_middle.inc.php:120 +#: include/payment_middle.inc.php:120 include/payment_middle.inc.php:120 msgid "Libelle" msgstr "" #: include/payment_middle.inc.php:122 include/payment_middle.inc.php:123 +#: include/payment_middle.inc.php:123 msgid "Enregistré dans le journal" msgstr "" #: include/profile.inc.php:356 include/profile.inc.php:358 #: include/profile.inc.php:381 include/profile.inc.php:363 +#: include/profile.inc.php:363 msgid "Calculatrice visible" msgstr "" #: include/profile.inc.php:358 include/profile.inc.php:360 #: include/profile.inc.php:383 include/profile.inc.php:365 +#: include/profile.inc.php:365 msgid "Accès Direct visible" msgstr "" -#: include/user_detail.inc.php:59 +#: include/user_detail.inc.php:59 include/user_detail.inc.php:59 msgid "Cet utilisateur n'existe pas" msgstr "" -#: include/user.inc.php:51 include/user.inc.php:53 +#: include/user.inc.php:51 include/user.inc.php:53 include/user.inc.php:53 msgid "Le login ne peut pas être vide" msgstr "" @@ -16204,6 +18109,8 @@ msgstr "" #: include/class/class_follow_up.php:261 include/class/follow_up.class.php:261 #: include/template/action_display_short.php:58 #: include/class/follow_up.class.php:262 +#: include/template/action_display_short.php:58 +#: include/class/follow_up.class.php:262 msgid "Haute" msgstr "" @@ -16213,6 +18120,8 @@ msgstr "" #: include/class/class_follow_up.php:262 include/class/follow_up.class.php:262 #: include/template/action_display_short.php:59 #: include/class/follow_up.class.php:263 +#: include/template/action_display_short.php:59 +#: include/class/follow_up.class.php:263 msgid "Moyenne" msgstr "" @@ -16222,9 +18131,12 @@ msgstr "" #: include/class/class_follow_up.php:263 include/class/follow_up.class.php:263 #: include/template/action_display_short.php:60 #: include/class/follow_up.class.php:264 +#: include/template/action_display_short.php:60 +#: include/class/follow_up.class.php:264 msgid "Basse" msgstr "" +#: include/template/category_of_card.php:6 #: include/template/category_of_card.php:6 msgid "Ajout d'une catégorie " msgstr "" @@ -16232,6 +18144,7 @@ msgstr "" #: include/template/detail-action.php:139 #: include/template/detail-action.php:144 #: include/template/detail-action.php:143 +#: include/template/detail-action.php:143 msgid "Groupe Gestion" msgstr "" @@ -16239,9 +18152,11 @@ msgstr "" #: include/template/ledger_detail_bottom.php:174 #: include/template/ledger_detail_bottom.php:178 #: include/template/ledger_detail_bottom.php:195 +#: include/template/ledger_detail_bottom.php:195 msgid "vous confirmez?" msgstr "" +#: include/template/periode_add_exercice.php:15 #: include/template/periode_add_exercice.php:15 msgid "Confirmez vous l\\'ajout d\\'un exercice comptable ?" msgstr "" @@ -16251,6 +18166,8 @@ msgstr "" #: include/template/profile_menu_display_module.php:77 #: include/template/profile_menu_display_submenu.php:62 #: include/template/profile_menu_display_module.php:78 +#: include/template/profile_menu_display_module.php:78 +#: include/template/profile_menu_display_submenu.php:62 msgid "ordre apparition" msgstr "" @@ -16259,6 +18176,8 @@ msgstr "" #: include/template/profile_menu_display_module.php:79 #: include/template/profile_menu_display_submenu.php:64 #: include/template/profile_menu_display_module.php:80 +#: include/template/profile_menu_display_module.php:80 +#: include/template/profile_menu_display_submenu.php:64 msgid "Default" msgstr "" @@ -16272,15 +18191,18 @@ msgstr "" #: include/cfgfiche.inc.php:143 include/profile.inc.php:355 #: include/cfgfiche.inc.php:158 include/profile.inc.php:336 +#: include/profile.inc.php:336 include/cfgfiche.inc.php:158 msgid "Doublon" msgstr "" #: include/class_fiche_def.php:227 include/class_fiche_def.php:226 #: include/class/class_fiche_def.php:226 include/class/fiche_def.class.php:227 +#: include/class/fiche_def.class.php:227 msgid "Un modéle de catégorie est obligatoire" msgstr "" #: include/impress_poste.inc.php:129 include/impress_gl_comptes.inc.php:149 +#: include/impress_gl_comptes.inc.php:149 include/impress_poste.inc.php:129 msgid "Date malformée, désolée" msgstr "" @@ -16316,6 +18238,7 @@ msgstr "" #: include/ext/importbank/include/class_import_bank.php:136 #: include/user.inc.php:176 include/user.inc.php:178 #: include/ext/importbank/include/import_bank.class.php:136 +#: include/template/tag_search_select.php:14 include/user.inc.php:178 #: include/template/tag_search_select.php:14 msgid "Tous" msgstr "" @@ -16399,6 +18322,7 @@ msgstr "" #: include/class_pre_operation.php:56 include/class/class_pre_operation.php:56 #: include/class/pre_operation.class.php:56 +#: include/class/pre_operation.class.php:56 msgid "Donnez un nom pour sauver cette opération comme modèle" msgstr "" @@ -16408,19 +18332,19 @@ msgstr "" msgid "Choisissez un modèle" msgstr "" -#: html/direct.php:42 html/direct.php:43 +#: html/direct.php:42 html/direct.php:43 html/direct.php:43 msgid "Aucune correspondance" msgstr "" -#: html/do.php:93 html/do.php:60 html/do.php:63 html/do.php:64 +#: html/do.php:93 html/do.php:60 html/do.php:63 html/do.php:64 html/do.php:63 msgid "Désolé" msgstr "" -#: html/do.php:94 html/do.php:61 html/do.php:64 html/do.php:65 +#: html/do.php:94 html/do.php:61 html/do.php:64 html/do.php:65 html/do.php:64 msgid "Ce dossier est vide" msgstr "" -#: html/do.php:96 html/do.php:63 html/do.php:66 html/do.php:67 +#: html/do.php:96 html/do.php:63 html/do.php:66 html/do.php:67 html/do.php:66 msgid "Retour à l'accueil" msgstr "" @@ -16428,53 +18352,59 @@ msgstr "" #: include/lib/class_database.php:421 include/lib/class_database.php:422 #: include/lib/class_database.php:429 include/lib/class_database.php:434 #: include/lib/database.class.php:433 include/lib/database.class.php:442 -#: include/lib/database.class.php:443 +#: include/lib/database.class.php:443 include/lib/database.class.php:443 msgid "Base de donnée vide" msgstr "" #: include/dossier.inc.php:195 include/dossier.inc.php:196 #: include/dossier.inc.php:199 include/dossier.inc.php:204 +#: include/dossier.inc.php:204 msgid "Echec création " msgstr "" #: include/dossier.inc.php:318 include/dossier.inc.php:319 #: include/dossier.inc.php:322 include/dossier.inc.php:327 +#: include/dossier.inc.php:327 msgid "Aucun modèle (dossier vide, devant être restauré manuellement)" msgstr "" #: include/profile.inc.php:391 include/profile.inc.php:393 #: include/profile.inc.php:416 include/profile.inc.php:398 +#: include/profile.inc.php:398 msgid "Ajouter un profil" msgstr "" #: html/recherche.php:108 include/history_operation.inc.php:150 #: html/recherche.php:125 include/history_operation.inc.php:147 #: html/recherche.php:126 html/recherche.php:129 +#: include/history_operation.inc.php:167 html/recherche.php:129 #: include/history_operation.inc.php:167 msgid "Export vers CSV" msgstr "" #: include/class_fiche.php:557 include/class/class_fiche.php:557 #: include/class/class_fiche.php:558 include/class/fiche.class.php:564 +#: include/class/fiche.class.php:566 msgid "id fiche" msgstr "" #: include/class_fiche.php:1022 include/class/class_fiche.php:1022 #: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027 -#: include/class/fiche.class.php:1117 +#: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119 msgid "Impossible cette fiche est utilisée dans un journal" msgstr "" #: include/database.item.php:141 include/database.item.php:140 #: include/database.item.php:132 include/database.item.php:133 #: include/database.item.php:136 include/database.item.php:131 +#: include/database.item.php:131 msgid "Favori ★ " msgstr "" #: include/database.item.php:142 include/database.item.php:141 #: include/database.item.php:103 include/database.item.php:104 #: include/database.item.php:107 include/database.item.php:101 -#: include/database.item.php:99 +#: include/database.item.php:99 include/database.item.php:99 msgid "Sortie ⎆" msgstr "" @@ -16482,13 +18412,14 @@ msgstr "" #: include/database.item.php:142 include/database.item.php:5 #: include/database.item.php:6 include/database.item.php:134 #: include/database.item.php:135 include/database.item.php:132 +#: include/database.item.php:133 include/database.item.php:132 #: include/database.item.php:133 msgid "Balance agée" msgstr "" #: include/database.item.php:144 include/database.item.php:143 #: include/database.item.php:6 include/database.item.php:135 -#: include/database.item.php:133 +#: include/database.item.php:133 include/database.item.php:133 msgid "Export Balance agée" msgstr "" @@ -16522,31 +18453,31 @@ msgstr "" #: include/database.item.php:216 include/database.item.php:193 #: include/database.item.php:194 include/database.item.php:197 -#: include/database.item.php:208 +#: include/database.item.php:208 include/database.item.php:197 msgid "Enlever une pièce justificative" msgstr "" #: include/database.item.php:217 include/database.item.php:194 #: include/database.item.php:195 include/database.item.php:198 -#: include/database.item.php:209 +#: include/database.item.php:209 include/database.item.php:198 msgid "Effacer une opération " msgstr "" #: include/database.item.php:218 include/database.item.php:195 #: include/database.item.php:196 include/database.item.php:199 -#: include/database.item.php:210 +#: include/database.item.php:210 include/database.item.php:199 msgid "Partager une note" msgstr "" #: include/database.item.php:219 include/database.item.php:196 #: include/database.item.php:197 include/database.item.php:200 -#: include/database.item.php:211 +#: include/database.item.php:211 include/database.item.php:200 msgid "Créer une note publique" msgstr "" #: include/database.item.php:220 include/database.item.php:197 #: include/database.item.php:198 include/database.item.php:201 -#: include/database.item.php:212 +#: include/database.item.php:212 include/database.item.php:201 msgid "Effacer une note publique" msgstr "" @@ -16559,16 +18490,17 @@ msgid "Salaire" msgstr "" #: html/ajax_misc.php:571 html/ajax_misc.php:613 html/ajax_misc.php:408 -#: html/ajax_misc.php:434 html/ajax_misc.php:546 +#: html/ajax_misc.php:434 html/ajax_misc.php:546 html/ajax_misc.php:546 msgid "Ce plugin n'existe pas " msgstr "" #: html/ajax_misc.php:572 html/ajax_misc.php:614 html/ajax_misc.php:409 -#: html/ajax_misc.php:435 html/ajax_misc.php:547 +#: html/ajax_misc.php:435 html/ajax_misc.php:547 html/ajax_misc.php:547 msgid "Il y a une erreur, ce plugin n'existe pas" msgstr "" #: include/opening.inc.php:112 include/opening.inc.php:119 +#: include/opening.inc.php:119 msgid "Aucun dossier" msgstr "" @@ -16579,11 +18511,13 @@ msgstr "" #: html/install.php:300 html/install.php:264 html/install.php:306 #: html/install.php:215 html/install.php:257 include/opening.inc.php:140 #: include/opening.inc.php:174 html/install.php:222 html/install.php:225 -#: html/install.php:267 +#: html/install.php:267 html/install.php:225 html/install.php:267 +#: include/opening.inc.php:140 include/opening.inc.php:174 msgid "Continuer" msgstr "" #: include/opening.inc.php:178 include/opening.inc.php:189 +#: include/opening.inc.php:189 msgid " Choisissez le journal qui contiendra l'opération d'ouverture " msgstr "" @@ -16592,7 +18526,7 @@ msgid "" "Ne corrigez pas encore, cliquez continuer pour passer à l'étape suivante" msgstr "" -#: include/template/detail-action.php:57 +#: include/template/detail-action.php:57 include/template/detail-action.php:57 msgid "Pas de catégorie de contact" msgstr "" @@ -16601,6 +18535,7 @@ msgstr "" #: include/template/detail-action.php:278 #: include/template/detail-action.php:282 #: include/template/detail-action.php:284 +#: include/template/detail-action.php:284 msgid "Montrer articles" msgstr "" @@ -16620,19 +18555,19 @@ msgstr "" #: html/admin/setup.php:75 html/admin/setup.php:78 html/admin/setup.php:129 #: html/install.php:131 html/install.php:130 html/install.php:136 -#: html/install.php:143 +#: html/install.php:143 html/install.php:143 msgid "Désactiver le changement de langue (requis pour MacOSX)" msgstr "" #: html/admin/setup.php:76 html/admin/setup.php:79 html/admin/setup.php:130 #: html/install.php:132 html/install.php:131 html/install.php:137 -#: html/install.php:144 +#: html/install.php:144 html/install.php:144 msgid "Le chemin vers le repertoire contenant psql, pg_dump..." msgstr "" #: html/admin/setup.php:77 html/admin/setup.php:80 html/admin/setup.php:131 #: html/install.php:133 html/install.php:132 html/install.php:138 -#: html/install.php:145 +#: html/install.php:145 html/install.php:145 msgid "Utilisateur de la base de donnée postgresql" msgstr "" @@ -16647,14 +18582,14 @@ msgstr "" #: html/admin/setup.php:80 html/admin/setup.php:83 html/admin/setup.php:134 #: html/install.php:136 html/install.php:135 html/install.php:141 -#: html/install.php:148 +#: html/install.php:148 html/install.php:148 msgid "" "En version mono dossier, le nom de la base de données doit être mentionné" msgstr "" #: html/admin/setup.php:81 html/admin/setup.php:84 html/admin/setup.php:135 #: html/install.php:137 html/install.php:136 html/install.php:142 -#: html/install.php:149 +#: html/install.php:149 html/install.php:149 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" @@ -16673,19 +18608,19 @@ msgstr "" #: html/admin/setup.php:193 html/admin/setup.php:211 html/admin/setup.php:213 #: html/install.php:255 html/install.php:254 html/install.php:252 #: html/install.php:257 html/install.php:263 html/install.php:214 -#: html/install.php:221 html/install.php:224 +#: html/install.php:221 html/install.php:224 html/install.php:224 msgid "Les informations sont sauvées vous pouvez continuer" msgstr "" #: html/admin/setup.php:199 html/admin/setup.php:217 html/admin/setup.php:219 #: html/install.php:225 html/install.php:223 html/install.php:231 -#: html/install.php:182 html/install.php:189 +#: html/install.php:182 html/install.php:189 html/install.php:189 msgid "Ecriture non possible" msgstr "" #: html/admin/setup.php:201 html/admin/setup.php:219 html/admin/setup.php:221 #: html/install.php:227 html/install.php:225 html/install.php:233 -#: html/install.php:184 html/install.php:191 +#: html/install.php:184 html/install.php:191 html/install.php:191 msgid "" "On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " msgstr "" @@ -16693,7 +18628,7 @@ msgstr "" #: html/admin/setup.php:208 html/admin/setup.php:226 html/admin/setup.php:228 #: html/install.php:290 html/install.php:289 html/install.php:287 #: html/install.php:293 html/install.php:299 html/install.php:250 -#: html/install.php:257 html/install.php:260 +#: html/install.php:257 html/install.php:260 html/install.php:260 msgid "Entrez les informations nécessaires à noalyss" msgstr "" @@ -16704,7 +18639,7 @@ msgstr "" #: html/admin/setup.php:236 html/admin/setup.php:254 html/admin/setup.php:256 #: html/install.php:320 html/install.php:319 html/install.php:317 #: html/install.php:323 html/install.php:329 html/install.php:280 -#: html/install.php:287 html/install.php:290 +#: html/install.php:287 html/install.php:290 html/install.php:290 msgid "Configuration" msgstr "" @@ -16725,13 +18660,14 @@ msgstr "" #: html/install.php:429 html/install.php:384 html/install.php:393 #: html/install.php:351 html/install.php:360 html/install.php:369 #: html/install.php:354 html/install.php:363 html/install.php:372 +#: html/install.php:354 html/install.php:363 html/install.php:372 msgid "Avertissement" msgstr "" #: html/admin/setup.php:329 html/admin/setup.php:347 html/admin/setup.php:349 #: html/install.php:413 html/install.php:412 html/install.php:410 #: html/install.php:416 html/install.php:422 html/install.php:386 -#: html/install.php:353 html/install.php:356 +#: html/install.php:353 html/install.php:356 html/install.php:356 msgid "max_execution_time devrait être de 60 minimum" msgstr "" @@ -16739,7 +18675,7 @@ msgstr "" #: html/install.php:533 html/install.php:532 html/install.php:530 #: html/install.php:536 html/install.php:528 html/install.php:534 #: html/install.php:496 html/install.php:471 html/install.php:477 -#: html/install.php:480 +#: html/install.php:480 html/install.php:480 msgid "Commencer la mise à jour ou l'installation" msgstr "" @@ -16747,28 +18683,32 @@ msgstr "" #: include/upgrade.inc.php:106 include/upgrade.inc.php:101 #: include/upgrade.inc.php:102 include/upgrade.inc.php:104 #: include/upgrade.inc.php:105 include/class/dossier.class.php:404 +#: include/class/dossier.class.php:404 msgid "Modèle inexistant" msgstr "" #: html/admin/setup.php:261 html/admin/setup.php:279 html/admin/setup.php:281 #: html/install.php:345 html/install.php:344 html/install.php:342 #: html/install.php:348 html/install.php:354 html/install.php:318 -#: html/install.php:327 html/install.php:330 +#: html/install.php:327 html/install.php:330 html/install.php:330 msgid "Vous devez installer ou activer l'extension" msgstr "" #: html/admin/template_config_form.php:33 #: include/template/template_config_form.php:33 +#: include/template/template_config_form.php:33 msgid "Répertoire temporaire" msgstr "" #: html/admin/template_config_form.php:39 #: include/template/template_config_form.php:39 +#: include/template/template_config_form.php:39 msgid "Changement de langue" msgstr "" #: html/admin/template_config_form.php:43 #: include/template/template_config_form.php:43 +#: include/template/template_config_form.php:43 msgid "Chemin complet vers les executable de Postgresql" msgstr "" @@ -16783,18 +18723,21 @@ msgstr "" #: html/admin/template_config_form.php:59 #: include/template/template_config_form.php:63 #: include/template/template_config_form.php:71 +#: include/template/template_config_form.php:71 msgid "Mode Serveur mutualisé" msgstr "" #: html/admin/template_config_form.php:64 #: include/template/template_config_form.php:68 #: include/template/template_config_form.php:76 +#: include/template/template_config_form.php:76 msgid "Nom base de donnée" msgstr "" #: html/admin/template_config_form.php:76 #: include/template/template_config_form.php:80 #: include/template/template_config_form.php:88 +#: include/template/template_config_form.php:88 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)" @@ -16811,18 +18754,21 @@ msgstr "" #: html/admin/setup.php:259 html/install.php:323 html/install.php:322 #: html/install.php:320 html/install.php:326 html/install.php:332 #: html/install.php:283 html/install.php:290 html/install.php:293 +#: html/install.php:293 msgid "Vous utilisez le domaine" msgstr "" #: html/admin/setup.php:272 html/install.php:336 html/install.php:335 #: html/install.php:333 html/install.php:339 html/install.php:345 #: html/install.php:309 html/install.php:316 html/install.php:319 +#: html/install.php:319 msgid "a une mauvaise valeur" msgstr "" #: html/admin/setup.php:357 html/install.php:421 html/install.php:420 #: html/install.php:418 html/install.php:424 html/install.php:430 #: html/install.php:394 html/install.php:361 html/install.php:364 +#: html/install.php:364 msgid "register_globals doit être à off" msgstr "" @@ -16837,7 +18783,8 @@ msgstr "" #: html/admin/setup.php:395 html/install.php:459 html/install.php:458 #: html/install.php:456 html/install.php:462 html/install.php:454 #: html/install.php:460 html/install.php:424 html/install.php:399 -#: html/install.php:405 html/install.php:408 +#: html/install.php:405 html/install.php:408 html/install.php:408 +#: scenario/180209.php:18 msgid "Version base de données :" msgstr "" @@ -16852,19 +18799,19 @@ msgid "" "vos bases de données" msgstr "" -#: html/admin/setup.php:412 html/install.php:476 -#: include/admin_repo.inc.php:121 html/install.php:475 html/install.php:473 -#: html/install.php:479 html/install.php:471 include/admin_repo.inc.php:125 -#: html/install.php:477 html/install.php:439 include/admin_repo.inc.php:127 -#: html/install.php:414 include/admin_repo.inc.php:129 html/install.php:420 -#: html/install.php:423 +#: html/admin/setup.php:412 html/install.php:476 include/admin_repo.inc.php:121 +#: html/install.php:475 html/install.php:473 html/install.php:479 +#: html/install.php:471 include/admin_repo.inc.php:125 html/install.php:477 +#: html/install.php:439 include/admin_repo.inc.php:127 html/install.php:414 +#: include/admin_repo.inc.php:129 html/install.php:420 html/install.php:423 +#: html/install.php:423 include/admin_repo.inc.php:129 msgid "Paramètre base de données" msgstr "" #: html/admin/setup.php:419 html/install.php:483 html/install.php:482 #: html/install.php:480 html/install.php:486 html/install.php:478 #: html/install.php:484 html/install.php:446 html/install.php:421 -#: html/install.php:427 html/install.php:430 +#: html/install.php:427 html/install.php:430 html/install.php:430 msgid "" "Vous devez installer le langage plpgsql pour permettre aux fonctions SQL de " "fonctionner." @@ -16873,7 +18820,7 @@ msgstr "" #: html/admin/setup.php:420 html/install.php:484 html/install.php:483 #: html/install.php:481 html/install.php:487 html/install.php:479 #: html/install.php:485 html/install.php:447 html/install.php:422 -#: html/install.php:428 html/install.php:431 +#: html/install.php:428 html/install.php:431 html/install.php:431 msgid "" "Pour cela, sur la ligne de commande en tant qu\\'utilisateur postgres, " "faites createlang plpgsql template1" @@ -16892,7 +18839,7 @@ msgstr "" #: html/admin/setup.php:462 html/install.php:526 html/install.php:525 #: html/install.php:523 html/install.php:529 html/install.php:521 #: html/install.php:527 html/install.php:489 html/install.php:464 -#: html/install.php:470 html/install.php:473 +#: html/install.php:470 html/install.php:473 html/install.php:473 #, php-format msgid "Il y a %s paramètre qui sont trop bas" msgstr "" @@ -16900,14 +18847,14 @@ msgstr "" #: html/admin/setup.php:497 html/install.php:561 html/install.php:560 #: html/install.php:558 html/install.php:569 html/install.php:567 #: html/install.php:529 html/install.php:513 html/install.php:519 -#: html/install.php:522 +#: html/install.php:522 html/install.php:522 msgid "Creation of Modele 1" msgstr "" #: html/admin/setup.php:510 html/install.php:574 html/install.php:573 #: html/install.php:571 html/install.php:582 html/install.php:580 #: html/install.php:542 html/install.php:532 html/install.php:538 -#: html/install.php:541 +#: html/install.php:541 html/install.php:541 msgid "Creation of Modele 2" msgstr "" @@ -16930,7 +18877,7 @@ msgstr "" #: html/admin/setup.php:538 html/install.php:602 html/install.php:603 #: html/install.php:610 html/install.php:626 html/install.php:618 #: html/install.php:624 html/install.php:586 html/install.php:576 -#: html/install.php:582 html/install.php:585 +#: html/install.php:582 html/install.php:585 html/install.php:585 msgid "" "soit noalyss/contrib/mono-dossier/mono-france.sql pour la comptabilité " "française" @@ -16939,7 +18886,7 @@ msgstr "" #: html/admin/setup.php:539 html/install.php:603 html/install.php:604 #: html/install.php:611 html/install.php:627 html/install.php:619 #: html/install.php:625 html/install.php:587 html/install.php:577 -#: html/install.php:583 html/install.php:586 +#: html/install.php:583 html/install.php:586 html/install.php:586 msgid "" "soit noalyss/contrib/mono-dossier/mono-belge.sql pour la comptabilité belge" msgstr "" @@ -16947,7 +18894,7 @@ msgstr "" #: html/admin/setup.php:540 html/install.php:604 html/install.php:605 #: html/install.php:612 html/install.php:628 html/install.php:620 #: html/install.php:626 html/install.php:588 html/install.php:578 -#: html/install.php:584 html/install.php:587 +#: html/install.php:584 html/install.php:587 html/install.php:587 msgid "soit y restaurer un backup ou un modèle" msgstr "" @@ -16969,7 +18916,7 @@ msgstr "" #: html/install.php:635 html/install.php:656 html/install.php:657 #: html/install.php:683 html/install.php:676 html/install.php:655 #: html/install.php:682 html/install.php:617 html/install.php:644 -#: html/install.php:607 html/install.php:614 +#: html/install.php:607 html/install.php:614 html/install.php:617 msgid "Connectez-vous à NOALYSS" msgstr "" @@ -16984,49 +18931,50 @@ msgstr "" #: include/upgrade.inc.php:68 include/upgrade.inc.php:96 html/install.php:392 #: include/upgrade.inc.php:33 include/class/dossier.class.php:367 #: include/class/dossier.class.php:395 html/install.php:398 -#: html/install.php:401 +#: html/install.php:401 html/install.php:401 include/upgrade.inc.php:33 +#: include/class/dossier.class.php:367 include/class/dossier.class.php:395 msgid "Base de données" msgstr "" #: html/admin/setup.php:527 html/install.php:591 html/install.php:590 #: html/install.php:588 html/install.php:601 html/install.php:593 #: html/install.php:599 html/install.php:561 html/install.php:551 -#: html/install.php:557 html/install.php:560 +#: html/install.php:557 html/install.php:560 html/install.php:560 msgid "Mise à jour du systeme" msgstr "" #: html/admin/setup.php:528 html/install.php:592 html/install.php:591 #: html/install.php:589 html/install.php:602 html/install.php:594 #: html/install.php:600 html/install.php:562 html/install.php:552 -#: html/install.php:558 html/install.php:561 +#: html/install.php:558 html/install.php:561 html/install.php:561 msgid "Mise à jour dossier" msgstr "" #: html/admin/setup.php:549 html/install.php:613 html/install.php:614 #: html/install.php:621 html/install.php:637 html/install.php:629 #: html/install.php:635 html/install.php:597 html/install.php:587 -#: html/install.php:594 +#: html/install.php:594 html/install.php:597 msgid "Mise à jour Repository" msgstr "" #: html/admin/setup.php:373 html/install.php:437 html/install.php:436 #: html/install.php:434 html/install.php:440 html/install.php:432 #: html/install.php:438 html/install.php:402 html/install.php:377 -#: html/install.php:380 +#: html/install.php:380 html/install.php:380 msgid "php.ini est bien configuré " msgstr "" #: html/admin/setup.php:375 html/install.php:439 html/install.php:438 #: html/install.php:436 html/install.php:442 html/install.php:434 #: html/install.php:440 html/install.php:404 html/install.php:379 -#: html/install.php:382 +#: html/install.php:382 html/install.php:382 msgid "php mal configuré " msgstr "" #: html/admin/setup.php:442 html/install.php:506 html/install.php:505 #: html/install.php:503 html/install.php:509 html/install.php:501 #: html/install.php:507 html/install.php:469 html/install.php:444 -#: html/install.php:450 html/install.php:453 +#: html/install.php:450 html/install.php:453 html/install.php:453 #, php-format msgid "Attention le paramètre effective_cache_size est de %s au lieu de 1000" msgstr "" @@ -17034,7 +18982,7 @@ msgstr "" #: html/admin/setup.php:459 html/install.php:523 html/install.php:522 #: html/install.php:520 html/install.php:526 html/install.php:518 #: html/install.php:524 html/install.php:486 html/install.php:461 -#: html/install.php:467 html/install.php:470 +#: html/install.php:467 html/install.php:470 html/install.php:470 msgid "La base de données est bien configurée " msgstr "" @@ -17049,11 +18997,13 @@ msgstr "" #: include/database.item.php:5 include/database.item.php:6 #: include/database.item.php:134 include/database.item.php:135 #: include/database.item.php:132 include/database.item.php:133 +#: include/database.item.php:132 include/database.item.php:133 msgid "Balance agée pour les clients et fournisseurs" msgstr "" #: include/database.item.php:7 include/database.item.php:10 #: include/database.item.php:4 include/database.item.php:2 +#: include/database.item.php:2 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 " @@ -17062,6 +19012,7 @@ msgstr "" #: include/database.item.php:13 include/database.item.php:16 #: include/database.item.php:10 include/database.item.php:8 +#: include/database.item.php:8 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 " @@ -17070,26 +19021,31 @@ msgstr "" #: include/database.item.php:14 include/database.item.php:17 #: include/database.item.php:11 include/database.item.php:9 +#: include/database.item.php:9 msgid "Encodage de tous vos revenus ou vente" msgstr "" #: include/database.item.php:15 include/database.item.php:18 #: include/database.item.php:12 include/database.item.php:10 +#: include/database.item.php:10 msgid "Ajout de menu ou de plugins" msgstr "" #: include/database.item.php:16 include/database.item.php:19 #: include/database.item.php:13 include/database.item.php:11 +#: include/database.item.php:11 msgid "Suivi des fournisseurs : devis, lettres, email...." msgstr "" #: include/database.item.php:17 include/database.item.php:20 #: include/database.item.php:14 include/database.item.php:12 +#: include/database.item.php:12 msgid "Opérations diverses en Analytique" msgstr "" #: include/database.item.php:18 include/database.item.php:21 #: include/database.item.php:15 include/database.item.php:13 +#: include/database.item.php:13 msgid "" "Création de rapport sur mesure, comme les ratios, vous permet de créer des " "graphiques de vos données (vente, achat...)" @@ -17097,31 +19053,37 @@ msgstr "" #: include/database.item.php:19 include/database.item.php:22 #: include/database.item.php:51 include/database.item.php:49 +#: include/database.item.php:49 msgid "Menu regroupant les plugins" msgstr "" #: include/database.item.php:21 include/database.item.php:24 #: include/database.item.php:17 include/database.item.php:15 +#: include/database.item.php:15 msgid "Suivi client : devis, réunion, courrier, commande..." msgstr "" #: include/database.item.php:55 include/database.item.php:58 #: include/database.item.php:52 include/database.item.php:50 +#: include/database.item.php:50 msgid "Axe analytique" msgstr "" #: include/database.item.php:56 include/database.item.php:59 #: include/database.item.php:53 include/database.item.php:51 +#: include/database.item.php:51 msgid "Regroupement de compte analytique" msgstr "" #: include/database.item.php:57 include/database.item.php:60 #: include/database.item.php:54 include/database.item.php:52 +#: include/database.item.php:52 msgid "Liste de tous vos contacts" msgstr "" #: include/database.item.php:58 include/database.item.php:61 #: include/database.item.php:55 include/database.item.php:53 +#: include/database.item.php:53 msgid "" "Les opérations prédéfinies sont des opérations que vous faites régulièrement " "(loyer, abonnement,...) " @@ -17129,6 +19091,7 @@ msgstr "" #: include/database.item.php:59 include/database.item.php:62 #: include/database.item.php:56 include/database.item.php:54 +#: include/database.item.php:54 msgid "" "Opération diverses tels que les amortissements, les augmentations de " "capital, les salaires, ..." @@ -17136,11 +19099,13 @@ msgstr "" #: include/database.item.php:60 include/database.item.php:63 #: include/database.item.php:57 include/database.item.php:55 +#: include/database.item.php:55 msgid "Encodage d'un extrait bancaire (=relevé bancaire)" msgstr "" #: include/database.item.php:61 include/database.item.php:64 #: include/database.item.php:58 include/database.item.php:56 +#: include/database.item.php:56 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 " @@ -17149,11 +19114,13 @@ msgstr "" #: include/database.item.php:62 include/database.item.php:65 #: include/database.item.php:59 include/database.item.php:57 +#: include/database.item.php:57 msgid "Module paramètres" msgstr "" #: include/database.item.php:63 include/database.item.php:66 #: include/database.item.php:60 include/database.item.php:58 +#: include/database.item.php:58 msgid "" "Vous permet d'ajouter de nouveaux type de documents (bordereau de livraison, " "devis..)" @@ -17161,6 +19128,7 @@ msgstr "" #: include/database.item.php:65 include/database.item.php:68 #: include/database.item.php:62 include/database.item.php:60 +#: include/database.item.php:60 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 " @@ -17169,6 +19137,7 @@ msgstr "" #: include/database.item.php:66 include/database.item.php:69 #: include/database.item.php:63 include/database.item.php:61 +#: include/database.item.php:61 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 " @@ -17177,6 +19146,7 @@ msgstr "" #: include/database.item.php:68 include/database.item.php:71 #: include/database.item.php:65 include/database.item.php:63 +#: include/database.item.php:63 msgid "" "Impression de rapport personnalisé, il est aussi possible d'exporter en CSV " "afin de faire des graphiques" @@ -17184,41 +19154,49 @@ msgstr "" #: include/database.item.php:71 include/database.item.php:74 #: include/database.item.php:68 include/database.item.php:66 +#: include/database.item.php:66 msgid "Regroupement pour les menus d'achats(nouvelle opération, historique...)" msgstr "" #: include/database.item.php:72 include/database.item.php:75 #: include/database.item.php:69 include/database.item.php:67 +#: include/database.item.php:67 msgid "Regroupement pour les menus et les profils" msgstr "" #: include/database.item.php:74 include/database.item.php:77 #: include/database.item.php:71 include/database.item.php:69 +#: include/database.item.php:69 msgid "Regroupement des menus des journaux de trésorerie" msgstr "" #: include/database.item.php:75 include/database.item.php:78 #: include/database.item.php:72 include/database.item.php:70 +#: include/database.item.php:70 msgid "Grand livre pour la comptabilité analytique" msgstr "" #: include/database.item.php:77 include/database.item.php:80 #: include/database.item.php:74 include/database.item.php:72 +#: include/database.item.php:72 msgid "Menu Lettrage" msgstr "" #: include/database.item.php:78 include/database.item.php:81 #: include/database.item.php:75 include/database.item.php:73 +#: include/database.item.php:73 msgid "Choix de votre dossier" msgstr "" #: include/database.item.php:80 include/database.item.php:83 #: include/database.item.php:77 include/database.item.php:75 +#: include/database.item.php:75 msgid "Menu de différents paramètres" msgstr "" #: include/database.item.php:81 include/database.item.php:84 #: include/database.item.php:78 include/database.item.php:76 +#: include/database.item.php:76 msgid "" "Configuration des profils des utilisateurs, permet de fixer les journaux, " "profils dans les documents et stock que ce profil peut utiliser. Cela " @@ -17227,6 +19205,7 @@ msgstr "" #: include/database.item.php:83 include/database.item.php:86 #: include/database.item.php:80 include/database.item.php:78 +#: include/database.item.php:78 msgid "" "Permet d'avoir la balance de toutes vos fiches, les résumés exportables en " "CSV, les historiques avec ou sans lettrages" @@ -17234,6 +19213,7 @@ msgstr "" #: include/database.item.php:84 include/database.item.php:87 #: include/database.item.php:81 include/database.item.php:79 +#: include/database.item.php:79 msgid "" "Préférence de l'utilisateur, apparence de l'application pour l'utilisateur, " "période par défaut et mot de passe" @@ -17241,6 +19221,7 @@ msgstr "" #: include/database.item.php:85 include/database.item.php:88 #: include/database.item.php:82 include/database.item.php:80 +#: include/database.item.php:80 msgid "" "Configuration des tags ou dossiers, on l'appele tag ou dossier suivant la " "façon dont vous utilisez \n" @@ -17249,6 +19230,7 @@ msgstr "" #: include/database.item.php:88 include/database.item.php:91 #: include/database.item.php:85 include/database.item.php:83 +#: include/database.item.php:83 msgid "" "Information sur votre société : nom, adresse... utilisé lors de la " "génération de documents" @@ -17256,6 +19238,7 @@ msgstr "" #: include/database.item.php:89 include/database.item.php:92 #: include/database.item.php:86 include/database.item.php:84 +#: include/database.item.php:84 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" @@ -17263,6 +19246,7 @@ msgstr "" #: include/database.item.php:90 include/database.item.php:93 #: include/database.item.php:87 include/database.item.php:85 +#: include/database.item.php:85 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 " @@ -17271,6 +19255,7 @@ msgstr "" #: include/database.item.php:91 include/database.item.php:94 #: include/database.item.php:88 include/database.item.php:86 +#: include/database.item.php:86 msgid "" "Ecriture d'ouverture ou écriture à nouveau, reporte les soldes des comptes " "de l'année passé du poste comptable 0xxx à 5xxxx sur l'année courante" @@ -17284,6 +19269,7 @@ msgstr "" #: include/database.item.php:93 include/database.item.php:96 #: include/database.item.php:90 include/database.item.php:88 +#: include/database.item.php:88 msgid "" "Création et modification des journaux, préfixe des pièces justificatives, " "numérotation, catégories de fiches accessibles à ce journal" @@ -17291,6 +19277,7 @@ msgstr "" #: include/database.item.php:94 include/database.item.php:97 #: include/database.item.php:91 include/database.item.php:89 +#: include/database.item.php:89 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 " @@ -17299,6 +19286,7 @@ msgstr "" #: include/database.item.php:95 include/database.item.php:98 #: include/database.item.php:92 include/database.item.php:90 +#: include/database.item.php:90 msgid "" "Permet d'ajouter de nouveaux attributs que vous pourrez par la suite ajouter " "à des catégories de fiches" @@ -17306,16 +19294,19 @@ msgstr "" #: include/database.item.php:96 include/database.item.php:99 #: include/database.item.php:93 include/database.item.php:91 +#: include/database.item.php:91 msgid "Etat des stock de l'exercice indiqué" msgstr "" #: include/database.item.php:97 include/database.item.php:100 #: include/database.item.php:94 include/database.item.php:92 +#: include/database.item.php:92 msgid "Modification des stocks, menu utilisé pour l'inventaire" msgstr "" #: include/database.item.php:98 include/database.item.php:101 #: include/database.item.php:95 include/database.item.php:93 +#: include/database.item.php:93 msgid "" "Liste des changements manuels des stocks, inventaire, transfert de " "marchandises entre dépôts..." @@ -17323,6 +19314,7 @@ msgstr "" #: include/database.item.php:99 include/database.item.php:102 #: include/database.item.php:96 include/database.item.php:94 +#: include/database.item.php:94 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" @@ -17330,6 +19322,7 @@ msgstr "" #: include/database.item.php:100 include/database.item.php:103 #: include/database.item.php:97 include/database.item.php:95 +#: include/database.item.php:95 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 " @@ -17338,6 +19331,7 @@ msgstr "" #: include/database.item.php:101 include/database.item.php:104 #: include/database.item.php:98 include/database.item.php:96 +#: include/database.item.php:96 msgid "" "Historique de toutes vos opérations un menu de recherche, vous permettra de " "retrouver rapidement l'opération qui vous intéresse" @@ -17345,6 +19339,7 @@ msgstr "" #: include/database.item.php:102 include/database.item.php:105 #: include/database.item.php:99 include/database.item.php:97 +#: include/database.item.php:97 msgid "" "Permet de faire correspondre vos extraits bancaires avec les opérations de " "vente ou d'achat, le lettrage se fait automatiquement" @@ -17352,6 +19347,7 @@ msgstr "" #: include/database.item.php:103 include/database.item.php:106 #: include/database.item.php:100 include/database.item.php:98 +#: include/database.item.php:98 msgid "" "Solde des journaux de trésorerie cela concerne les comptes en banques, " "caisse , les chèques... " @@ -17359,11 +19355,13 @@ msgstr "" #: include/database.item.php:104 include/database.item.php:107 #: include/database.item.php:101 include/database.item.php:99 +#: include/database.item.php:99 msgid "Déconnexion " msgstr "" #: include/database.item.php:106 include/database.item.php:109 #: include/database.item.php:103 include/database.item.php:101 +#: include/database.item.php:101 msgid "" "Balance par catégorie de fiche ou pour toutes les fiches ayant un poste " "comptable" @@ -17371,6 +19369,7 @@ msgstr "" #: include/database.item.php:107 include/database.item.php:110 #: include/database.item.php:104 include/database.item.php:102 +#: include/database.item.php:102 msgid "" "Modification de votre plan comptable, parfois il est plus rapide d'utiliser " "le plugin \"Poste Comptable\"" @@ -17378,6 +19377,7 @@ msgstr "" #: include/database.item.php:108 include/database.item.php:111 #: include/database.item.php:105 include/database.item.php:103 +#: include/database.item.php:103 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 " @@ -17386,6 +19386,7 @@ msgstr "" #: include/database.item.php:109 include/database.item.php:112 #: include/database.item.php:106 include/database.item.php:104 +#: include/database.item.php:104 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 " @@ -17394,6 +19395,7 @@ msgstr "" #: include/database.item.php:110 include/database.item.php:113 #: include/database.item.php:107 include/database.item.php:105 +#: include/database.item.php:105 msgid "" "Impression des rapprochements : opérations non rapprochées ou avec des " "montants différents" @@ -17401,6 +19403,7 @@ msgstr "" #: include/database.item.php:111 include/database.item.php:114 #: include/database.item.php:108 include/database.item.php:106 +#: include/database.item.php:106 msgid "" "Impression de bilan, ce module est basique, il est plus intéressant " "d'utiliser le plugin \"rapport avancés\"" @@ -17408,13 +19411,15 @@ msgstr "" #: include/database.item.php:112 include/database.item.php:115 #: include/database.item.php:109 include/database.item.php:107 +#: include/database.item.php:107 msgid "Configuration des entrepots de dépôts" msgstr "" #: include/database.item.php:113 include/database.item.php:115 #: include/database.item.php:116 include/database.item.php:118 #: include/database.item.php:110 include/database.item.php:112 -#: include/database.item.php:108 +#: include/database.item.php:108 include/database.item.php:108 +#: include/database.item.php:110 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...)" @@ -17422,11 +19427,13 @@ msgstr "" #: include/database.item.php:114 include/database.item.php:117 #: include/database.item.php:111 include/database.item.php:109 +#: include/database.item.php:109 msgid "Permet de changer le poste comptable de base des catégories de fiches" msgstr "" #: include/database.item.php:116 include/database.item.php:119 #: include/database.item.php:113 include/database.item.php:111 +#: include/database.item.php:111 msgid "" "Permet d'ajouter des état pour les documents utilisés dans le suivi (à " "faire, à suivre...)" @@ -17434,6 +19441,7 @@ msgstr "" #: include/database.item.php:117 include/database.item.php:120 #: include/database.item.php:114 include/database.item.php:112 +#: include/database.item.php:112 msgid "" "Regroupement pour les menus d'opérations diverses (nouvelle opération, " "historique...)" @@ -17441,6 +19449,7 @@ msgstr "" #: include/database.item.php:118 include/database.item.php:121 #: include/database.item.php:115 include/database.item.php:113 +#: include/database.item.php:113 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 " @@ -17449,11 +19458,13 @@ msgstr "" #: include/database.item.php:119 include/database.item.php:122 #: include/database.item.php:116 include/database.item.php:114 +#: include/database.item.php:114 msgid "Regroupement des menus ventes et recettes" msgstr "" #: include/database.item.php:122 include/database.item.php:125 #: include/database.item.php:119 include/database.item.php:117 +#: include/database.item.php:117 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..." @@ -17461,18 +19472,21 @@ msgstr "" #: include/database.item.php:123 include/database.item.php:126 #: include/database.item.php:120 include/database.item.php:118 +#: include/database.item.php:118 msgid "" "Menu regroupant la création de rapport, la vérification de la comptabilité..." msgstr "" #: include/database.item.php:124 include/database.item.php:127 #: include/database.item.php:121 include/database.item.php:119 +#: include/database.item.php:119 msgid "" "Regroupement pour les menus de trésorerie (nouvelle opération, historique...)" msgstr "" #: include/database.item.php:125 include/database.item.php:128 #: include/database.item.php:122 include/database.item.php:120 +#: include/database.item.php:120 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 " @@ -17482,6 +19496,7 @@ msgstr "" #: include/database.item.php:126 include/database.item.php:129 #: include/database.item.php:123 include/database.item.php:121 +#: include/database.item.php:121 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 " @@ -17491,11 +19506,13 @@ msgstr "" #: include/database.item.php:127 include/database.item.php:130 #: include/database.item.php:124 include/database.item.php:122 +#: include/database.item.php:122 msgid "Suivi des administrations : courrrier, déclarations." msgstr "" #: include/database.item.php:128 include/database.item.php:131 #: include/database.item.php:125 include/database.item.php:123 +#: include/database.item.php:123 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 " @@ -17504,6 +19521,7 @@ msgstr "" #: include/database.item.php:130 include/database.item.php:133 #: include/database.item.php:127 include/database.item.php:125 +#: include/database.item.php:125 msgid "" "Suivi de vos salariés, managers ainsi que des administrateurs, pour les " "documents et les opérations comptables" @@ -17511,6 +19529,7 @@ msgstr "" #: include/database.item.php:131 include/database.item.php:134 #: include/database.item.php:128 include/database.item.php:126 +#: include/database.item.php:126 msgid "" "Configuration des menus par défaut, ces menus sont appelés par des actions " "dans d'autres menus" @@ -17518,40 +19537,46 @@ msgstr "" #: include/database.item.php:132 include/database.item.php:135 #: include/database.item.php:129 include/database.item.php:127 +#: include/database.item.php:127 msgid "Agenda, présentation du suivi sous forme d'agenda " msgstr "" #: include/database.item.php:133 include/database.item.php:136 -#: include/database.item.php:131 +#: include/database.item.php:131 include/database.item.php:131 msgid "Ce menu vous présente un menu rapide de vos menus préférés" msgstr "" #: html/admin/setup.php:132 html/install.php:134 html/install.php:133 -#: html/install.php:139 html/install.php:146 +#: html/install.php:139 html/install.php:146 html/install.php:146 msgid "Mot de passe de l'utilisateur de Postgresql" msgstr "" #: html/admin/template_config_form.php:47 #: include/template/template_config_form.php:47 +#: include/template/template_config_form.php:47 msgid "Utilisateur Postgresql" msgstr "" #: html/admin/template_config_form.php:51 #: include/template/template_config_form.php:51 +#: include/template/template_config_form.php:51 msgid "Mot de passe de l'utilisateur Postgresql" msgstr "" #: include/ajax/ajax_card.php:56 include/ajax/ajax_card.php:57 #: include/ajax/ajax_template_cat_category.php:42 +#: include/ajax/ajax_template_cat_category.php:51 include/ajax/ajax_card.php:57 +#: include/ajax/ajax_template_cat_category.php:42 #: include/ajax/ajax_template_cat_category.php:51 msgid "Accès non autorisé" msgstr "" #: include/ajax/ajax_ledger.php:31 include/ajax/ajax_poste.php:35 +#: include/ajax/ajax_poste.php:35 include/ajax/ajax_ledger.php:31 msgid "Non authorisé" msgstr "" -#: include/ajax/ajax_todo_list.php:36 +#: include/ajax/ajax_todo_list.php:36 include/ajax/ajax_todo_list.php:36 msgid "Aucun accès direct" msgstr "" @@ -17560,6 +19585,7 @@ msgstr "" #: include/class/class_acc_account_ledger.php:703 #: include/class/acc_account_ledger.class.php:763 #: include/class/acc_account_ledger.class.php:766 +#: include/class/acc_account_ledger.class.php:766 msgid "Filtre rapide" msgstr "" @@ -17571,7 +19597,14 @@ msgstr "" #: include/upgrade-core.php:23 include/upgrade.inc.php:27 #: include/upgrade-plugin.php:25 include/upgrade-template.php:25 #: include/ajax/ajax_remove_submenu.php:27 +#: include/ajax/ajax_user_security.php:39 html/ajax_misc.php:80 +#: include/upgrade.inc.php:27 include/admin_repo.inc.php:24 +#: include/admin_repo.inc.php:25 include/export/export_document.php:26 +#: include/export/export_receipt.php:24 include/backup.inc.php:22 #: include/ajax/ajax_user_security.php:39 +#: include/ajax/ajax_remove_submenu.php:27 include/upgrade-template.php:25 +#: include/upgrade-core.php:23 include/impress_poste.inc.php:20 +#: include/upgrade-plugin.php:25 msgid "Non autorisé" msgstr "" @@ -17580,12 +19613,12 @@ msgid "Le fichier " msgstr "" #: html/install.php:135 html/install.php:134 html/install.php:140 -#: html/install.php:147 +#: html/install.php:147 html/install.php:147 msgid "Port pour postgresql" msgstr "" #: html/install.php:138 html/install.php:137 html/install.php:143 -#: html/install.php:150 +#: html/install.php:150 html/install.php:150 msgid "Serveur postgresql" msgstr "" @@ -17594,20 +19627,20 @@ msgstr "" #: include/ext/import_account/include/class_impacc_file.php:69 #: html/install.php:269 html/install.php:220 #: include/ext/import_account/include/impacc_file.class.php:69 -#: html/install.php:227 html/install.php:230 +#: html/install.php:227 html/install.php:230 html/install.php:230 msgid "Fichier non sauvé" msgstr "" #: html/install.php:264 html/install.php:263 html/install.php:261 #: html/install.php:266 html/install.php:272 html/install.php:223 -#: html/install.php:230 html/install.php:233 +#: html/install.php:230 html/install.php:233 html/install.php:233 #, php-format msgid "Créez ce fichier %s avec les informations suivantes " msgstr "" #: html/install.php:268 html/install.php:267 html/install.php:265 #: html/install.php:270 html/install.php:276 html/install.php:227 -#: html/install.php:234 html/install.php:237 +#: html/install.php:234 html/install.php:237 html/install.php:237 msgid "Puis cliquez sur ce lien" msgstr "" @@ -17615,21 +19648,21 @@ msgstr "" #: html/install.php:271 html/install.php:277 html/install.php:228 #: html/install.php:235 include/upgrade-plugin.php:113 #: include/lib/user_menu.php:121 html/install.php:238 -#: include/upgrade-plugin.php:125 +#: include/upgrade-plugin.php:125 html/install.php:238 +#: include/lib/user_menu.php:121 include/upgrade-plugin.php:125 msgid "Installation" msgstr "" #: html/install.php:278 html/install.php:277 html/install.php:275 #: html/install.php:281 html/install.php:287 html/install.php:238 -#: html/install.php:245 html/install.php:248 +#: html/install.php:245 html/install.php:248 html/install.php:248 msgid "" "Impossible de se connecter à Postgresql, vérifiez les informations de " "connection" msgstr "" #: include/action.common.inc.php:99 include/ajax/ajax_ledger.php:152 -#: include/ajax/ajax_remove_submenu.php:29 -#: include/ext/importbank/index.php:146 +#: include/ajax/ajax_remove_submenu.php:29 include/ext/importbank/index.php:146 #: include/ext/importbank/include/class_import_bank.php:473 #: include/ext/importbank/include/class_import_bank.php:495 #: include/modele.inc.php:420 include/compta_fin_rec.inc.php:115 @@ -17642,85 +19675,88 @@ msgstr "" #: include/ext/importbank/index.php:141 #: include/ext/importbank/include/import_bank.class.php:463 #: include/ext/importbank/include/import_bank.class.php:484 -#: include/modele.inc.php:412 +#: include/modele.inc.php:412 include/compta_fin_rec.inc.php:115 +#: include/compta_fin_rec.inc.php:122 include/modele.inc.php:412 msgid "Donnée invalide" msgstr "" #: include/admin_repo.inc.php:43 include/admin_repo.inc.php:45 -#: include/admin_repo.inc.php:47 +#: include/admin_repo.inc.php:47 include/admin_repo.inc.php:47 msgid "Vous n'êtes pas administateur" msgstr "" #: include/admin_repo.inc.php:47 include/admin_repo.inc.php:49 -#: include/admin_repo.inc.php:51 +#: include/admin_repo.inc.php:51 include/admin_repo.inc.php:51 msgid "Connectez-vous comme administrateur" msgstr "" #: include/admin_repo.inc.php:106 include/admin_repo.inc.php:110 #: include/admin_repo.inc.php:112 include/admin_repo.inc.php:114 +#: include/admin_repo.inc.php:114 msgid "Variables" msgstr "" #: include/admin_repo.inc.php:127 include/admin_repo.inc.php:134 #: include/admin_repo.inc.php:138 include/admin_repo.inc.php:140 -#: include/admin_repo.inc.php:142 +#: include/admin_repo.inc.php:142 include/admin_repo.inc.php:142 msgid "Hôte" msgstr "" #: include/admin_repo.inc.php:130 include/admin_repo.inc.php:137 #: include/admin_repo.inc.php:141 include/admin_repo.inc.php:143 -#: include/admin_repo.inc.php:145 +#: include/admin_repo.inc.php:145 include/admin_repo.inc.php:145 msgid "Port" msgstr "" #: include/admin_repo.inc.php:146 include/admin_repo.inc.php:153 #: include/admin_repo.inc.php:157 include/admin_repo.inc.php:159 -#: include/admin_repo.inc.php:161 +#: include/admin_repo.inc.php:161 include/admin_repo.inc.php:161 msgid "Paramètre PHP" msgstr "" #: include/backup.inc.php:39 include/backup.inc.php:42 +#: include/backup.inc.php:42 msgid "Erreur : paramètre manquant " msgstr "" -#: include/impress_poste.inc.php:58 +#: include/impress_poste.inc.php:58 include/impress_poste.inc.php:58 msgid "Choisissez le poste" msgstr "" -#: include/impress_poste.inc.php:59 +#: include/impress_poste.inc.php:59 include/impress_poste.inc.php:59 msgid "Choisissez un poste" msgstr "" -#: include/impress_poste.inc.php:66 +#: include/impress_poste.inc.php:66 include/impress_poste.inc.php:66 msgid "Ou Choisissez la fiche" msgstr "" -#: include/impress_poste.inc.php:91 +#: include/impress_poste.inc.php:91 include/impress_poste.inc.php:91 msgid "Tous les postes qui en dépendent" msgstr "" -#: include/impress_poste.inc.php:97 +#: include/impress_poste.inc.php:97 include/impress_poste.inc.php:97 msgid "Détail des opérations" msgstr "" -#: include/impress_poste.inc.php:105 +#: include/impress_poste.inc.php:105 include/impress_poste.inc.php:105 msgid "Opérations non lettrées" msgstr "" #: include/modele.inc.php:69 include/modele.inc.php:67 -#: include/modele.inc.php:68 +#: include/modele.inc.php:68 include/modele.inc.php:68 #, php-format msgid "la base de donnée %smod%s doit être migrée en unicode" msgstr "" #: include/modele.inc.php:94 include/modele.inc.php:92 -#: include/modele.inc.php:93 +#: include/modele.inc.php:93 include/modele.inc.php:93 #, php-format msgid "Base de donnée %sdossier%d\" est accèdée, déconnectez-vous en d'abord" msgstr "" #: include/modele.inc.php:104 include/modele.inc.php:102 -#: include/modele.inc.php:103 +#: include/modele.inc.php:103 include/modele.inc.php:103 msgid "Le nom est vide" msgstr "" @@ -17730,43 +19766,49 @@ msgstr "" #: include/upgrade.inc.php:32 include/admin_repo.inc.php:183 #: include/admin_repo.inc.php:193 include/admin_repo.inc.php:195 -#: include/upgrade.inc.php:57 +#: include/upgrade.inc.php:57 include/upgrade.inc.php:57 msgid "Confirmez" msgstr "" #: include/upgrade.inc.php:35 include/admin_repo.inc.php:186 #: include/admin_repo.inc.php:196 include/admin_repo.inc.php:198 -#: include/upgrade.inc.php:61 +#: include/upgrade.inc.php:61 include/upgrade.inc.php:61 msgid "Tout mettre à jour" msgstr "" #: include/upgrade.inc.php:50 include/upgrade.inc.php:45 #: include/upgrade.inc.php:46 include/class/dossier.class.php:344 +#: include/class/dossier.class.php:344 msgid "Mise à jour de la base de données principale" msgstr "" #: include/upgrade.inc.php:65 include/upgrade.inc.php:60 #: include/upgrade.inc.php:61 include/class/dossier.class.php:360 +#: include/class/dossier.class.php:360 msgid "Mise à jour dossiers" msgstr "" #: include/upgrade.inc.php:91 include/upgrade.inc.php:86 #: include/upgrade.inc.php:87 include/upgrade.inc.php:88 #: include/upgrade.inc.php:89 include/class/dossier.class.php:388 +#: include/class/dossier.class.php:388 msgid "Mise à jour modèles" msgstr "" +#: include/template/modele_document.php:66 #: include/template/modele_document.php:66 msgid "fichier actuel" msgstr "" #: include/template/template_config_form.php:55 #: include/template/template_config_form.php:63 +#: include/template/template_config_form.php:63 msgid "Adresse Serveur Postgresql" msgstr "" #: include/template/template_config_form.php:59 #: include/template/template_config_form.php:67 +#: include/template/template_config_form.php:67 msgid "Port de Postgresql" msgstr "" @@ -17775,6 +19817,7 @@ msgid "Mise à jour du système et des bases de données" msgstr "" #: include/lib/user_menu.php:122 include/lib/user_menu.php:123 +#: include/lib/user_menu.php:142 include/lib/user_menu.php:123 #: include/lib/user_menu.php:142 msgid "Information système" msgstr "" @@ -17786,8 +19829,7 @@ msgstr "" #: include/user.inc.php:136 include/template/anc_key_display_list.php:28 #: include/template/fiche_def_list.php:32 #: include/template/result_cat_card_summary.php:5 -#: include/template/tag_search_select.php:12 -#: include/template/tag_select.php:12 +#: include/template/tag_search_select.php:12 include/template/tag_select.php:12 #: include/template/todo_list_list_user.php:31 #: include/ext/rapport_avance/ajax_listing_search_code.php:34 #: include/ext/rapport_avance/ajax_rapav_search_code.php:32 @@ -17796,8 +19838,7 @@ msgstr "" #: include/ext/amortis/include/template/listing_histo.php:30 #: include/ajax/ajax_boxcard_search.php:46 include/ajax/ajax_card.php:284 #: include/ajax/ajax_navigator.php:41 include/class/class_acc_ledger.php:3425 -#: include/class/class_fiche.php:2041 -#: include/class/class_pre_operation.php:282 +#: include/class/class_fiche.php:2041 include/class/class_pre_operation.php:282 #: include/class/class_fiche.php:2044 html/user_login.php:171 #: include/class/class_acc_ledger.php:3424 #: include/class/class_pre_operation.php:285 html/user_login.php:163 @@ -17823,7 +19864,19 @@ msgstr "" #: include/lib/manage_table_sql.class.php:631 include/ajax/ajax_card.php:291 #: include/ajax/ajax_navigator.php:46 include/class/acc_ledger.class.php:2175 #: include/class/fiche.class.php:2221 html/user_login.php:181 -#: include/class/acc_ledger.class.php:2176 +#: include/class/acc_ledger.class.php:2176 html/user_login.php:181 +#: html/ajax_misc.php:454 include/user.inc.php:138 +#: include/template/todo_list_list_user.php:31 +#: include/template/anc_key_display_list.php:28 +#: include/template/tag_search_select.php:12 include/template/tag_select.php:16 +#: include/template/fiche_def_list.php:32 +#: include/template/result_cat_card_summary.php:5 include/dossier.inc.php:239 +#: include/compta_fin_saldo.inc.php:44 include/ajax/ajax_card.php:291 +#: include/ajax/ajax_navigator.php:46 include/ajax/ajax_boxcard_search.php:46 +#: include/compta_fin_rec.inc.php:226 include/report.inc.php:142 +#: include/balance.inc.php:302 include/class/pre_operation.class.php:288 +#: include/class/acc_ledger.class.php:2176 include/class/fiche.class.php:2223 +#: include/lib/manage_table_sql.class.php:631 #, php-format msgid "Cherche" msgstr "" @@ -17866,7 +19919,7 @@ msgstr "" #: include/ext/importbank/include/template/show_transfer.php:177 #: include/ext/importbank/include/template/show_transfer.php:176 #: include/ext/importbank/include/template/show_field.php:48 -#: include/ajax/ajax_preference.php:181 +#: include/ajax/ajax_preference.php:181 include/ajax/ajax_preference.php:181 msgid "Séparateur de champs" msgstr "" @@ -17927,7 +19980,9 @@ msgstr "" #: include/adm.inc.php:81 include/bank.inc.php:74 include/contact.inc.php:77 #: include/customer.inc.php:77 include/manager.inc.php:81 #: include/supplier.inc.php:81 include/adm.inc.php:78 -#: include/customer.inc.php:78 +#: include/customer.inc.php:78 include/contact.inc.php:77 +#: include/customer.inc.php:78 include/manager.inc.php:81 +#: include/supplier.inc.php:81 include/bank.inc.php:74 include/adm.inc.php:78 msgid "Cherche " msgstr "" @@ -18059,19 +20114,19 @@ msgstr "" msgid "Valide?" msgstr "" -#: include/lib/message_javascript.php:31 +#: include/lib/message_javascript.php:31 include/lib/message_javascript.php:31 msgid "" "Cherchez en saisissant le quickcode, le poste comptable ou une partie du nom " "de la fiche ou de l'adresse" msgstr "" -#: include/lib/message_javascript.php:32 +#: include/lib/message_javascript.php:32 include/lib/message_javascript.php:32 msgid "" "(optionnel) La description est un commentaire libre qui sert à identifier " "cette opération" msgstr "" -#: include/lib/message_javascript.php:33 +#: include/lib/message_javascript.php:33 include/lib/message_javascript.php:33 msgid "Selectionnez le journal où l'opération doit être sauvée" msgstr "" @@ -18083,140 +20138,140 @@ msgid "" "mettez \"Afficher la période comptable\" à non" msgstr "" -#: include/lib/message_javascript.php:35 +#: include/lib/message_javascript.php:35 include/lib/message_javascript.php:35 msgid "(optionnel) L'échéance est la date limite de paiement" msgstr "" -#: include/lib/message_javascript.php:36 +#: include/lib/message_javascript.php:36 include/lib/message_javascript.php:36 msgid "" "(optionnel)Le numéro d'extrait permet de retrouver plus facilement l'extrait " "de banque" msgstr "" -#: include/lib/message_javascript.php:37 +#: include/lib/message_javascript.php:37 include/lib/message_javascript.php:37 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 "" -#: include/lib/message_javascript.php:38 +#: include/lib/message_javascript.php:38 include/lib/message_javascript.php:38 msgid "" "(optionnel) Ces champs servent à contrôler que les montants correspondent à " "l'extrait" msgstr "" -#: include/lib/message_javascript.php:39 +#: include/lib/message_javascript.php:39 include/lib/message_javascript.php:39 msgid "" "(optionnel) Ce montant correspond au total tva, si vous le laissez à vide, " "il sera calculé automatiquement en fonction du taux" msgstr "" -#: include/lib/message_javascript.php:40 +#: include/lib/message_javascript.php:40 include/lib/message_javascript.php:40 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 "" -#: include/lib/message_javascript.php:41 +#: include/lib/message_javascript.php:41 include/lib/message_javascript.php:41 msgid "" "ATTENTION changer le poste comptable d'une fiche ne modifiera pas toutes " "les opérations où cette fiche est utilisée" msgstr "" -#: include/lib/message_javascript.php:42 +#: include/lib/message_javascript.php:42 include/lib/message_javascript.php:42 msgid "ATTENTION si le poste comptable est vide, il sera créé automatiquement" msgstr "" -#: include/lib/message_javascript.php:43 +#: include/lib/message_javascript.php:43 include/lib/message_javascript.php:43 msgid "Document généré uniquement si le mode de paiement est utilisé" msgstr "" -#: include/lib/message_javascript.php:44 +#: include/lib/message_javascript.php:44 include/lib/message_javascript.php:44 msgid "Vous pouvez utiliser le % pour indiquer le poste parent" msgstr "" -#: include/lib/message_javascript.php:45 +#: include/lib/message_javascript.php:45 include/lib/message_javascript.php:45 msgid "Attention, le poste comptable doit exister, il ne sera pas vérifié" msgstr "" -#: include/lib/message_javascript.php:46 +#: include/lib/message_javascript.php:46 include/lib/message_javascript.php:46 msgid "Laissez à 0 pour ne rien changer" msgstr "" -#: include/lib/message_javascript.php:47 +#: include/lib/message_javascript.php:47 include/lib/message_javascript.php:47 msgid "Vous devez donner la date par opération" msgstr "" -#: include/lib/message_javascript.php:48 +#: include/lib/message_javascript.php:48 include/lib/message_javascript.php:48 msgid "Cliquez sur le titre d'une colonne pour trier" msgstr "" -#: include/lib/message_javascript.php:49 +#: include/lib/message_javascript.php:49 include/lib/message_javascript.php:49 msgid "" "Donnez une partie du nom, prénom, de la description, du poste comptable, du n" "° de TVA,quick code ... " msgstr "" -#: include/lib/message_javascript.php:50 +#: include/lib/message_javascript.php:50 include/lib/message_javascript.php:50 msgid "" "Donnez une partie du nom, de la description, du n° de TVA du poste " "comptable ou du quick code" msgstr "" -#: include/lib/message_javascript.php:51 +#: include/lib/message_javascript.php:51 include/lib/message_javascript.php:51 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 "" -#: include/lib/message_javascript.php:52 +#: include/lib/message_javascript.php:52 include/lib/message_javascript.php:52 msgid "Donnez un nombre entre 0 & 100" msgstr "" -#: include/lib/message_javascript.php:53 +#: include/lib/message_javascript.php:53 include/lib/message_javascript.php:53 msgid "" "Donnez une partie du nom du dossier,du nom, du prénom ou du login pour " "filtrer" msgstr "" -#: include/lib/message_javascript.php:54 +#: include/lib/message_javascript.php:54 include/lib/message_javascript.php:54 msgid "Donnez une partie du nom du dossier ou de la description pour filtrer" msgstr "" -#: include/lib/message_javascript.php:55 +#: include/lib/message_javascript.php:55 include/lib/message_javascript.php:55 msgid "Donnez une partie du poste comptable ou du libellé pour filtrer" msgstr "" -#: include/lib/message_javascript.php:56 +#: include/lib/message_javascript.php:56 include/lib/message_javascript.php:56 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 "" -#: include/lib/message_javascript.php:57 +#: include/lib/message_javascript.php:57 include/lib/message_javascript.php:57 msgid "Donnez une partie du quickcode, nom, description... pour filtrer" msgstr "" -#: include/lib/message_javascript.php:58 +#: include/lib/message_javascript.php:58 include/lib/message_javascript.php:58 msgid "" "Attention, SI la fiche a changé de poste comptable, c'est seulement " "le dernier qui est affiché" msgstr "" -#: include/lib/message_javascript.php:60 +#: include/lib/message_javascript.php:60 include/lib/message_javascript.php:60 msgid "" "Si vous ne donnez pas de nom, ce sera le nom du fichier qui sera utilisé" msgstr "" -#: include/lib/message_javascript.php:61 +#: include/lib/message_javascript.php:61 include/lib/message_javascript.php:61 msgid "" "Peut contenir une information telle que le message structuré sur le virement" msgstr "" -#: include/lib/message_javascript.php:62 +#: include/lib/message_javascript.php:62 include/lib/message_javascript.php:62 msgid "Peut contenir un numéro de bon de commande" msgstr "" @@ -18233,18 +20288,18 @@ msgid "" "TVA, ND, ...
" msgstr "" -#: include/lib/message_javascript.php:64 +#: include/lib/message_javascript.php:64 include/lib/message_javascript.php:64 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 "" -#: include/lib/message_javascript.php:65 +#: include/lib/message_javascript.php:65 include/lib/message_javascript.php:65 msgid "Cliquez sur le code AD pour ouvrir le menu dans un nouvel onglet" msgstr "" -#: include/lib/message_javascript.php:66 +#: include/lib/message_javascript.php:66 include/lib/message_javascript.php:66 msgid "Cliquez sur le chemin pour ouvrir le menu" msgstr "" @@ -18254,7 +20309,7 @@ msgid "" "type ACH et VEN seront utilisés ,vous excluez d\\'office les autres journaux" msgstr "" -#: include/lib/message_javascript.php:69 +#: include/lib/message_javascript.php:69 include/lib/message_javascript.php:69 msgid "" "La numérotation est propre à chaque journal. Laissez à 0 pour ne pas changer " "le numéro" @@ -18270,7 +20325,7 @@ msgstr "" msgid "Mettez le pourcentage à zéro pour effacer la ligne" msgstr "" -#: include/lib/message_javascript.php:34 +#: include/lib/message_javascript.php:34 include/lib/message_javascript.php:34 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 " @@ -18278,7 +20333,7 @@ msgid "" "mettez 'Afficher la période comptable' à non" msgstr "" -#: include/lib/message_javascript.php:63 +#: include/lib/message_javascript.php:63 include/lib/message_javascript.php:63 msgid "" "

Remarque : choix possibles

  • Détail opérations ne donne pas le même résultat si " @@ -18291,7 +20346,7 @@ msgid "" "ND, ...
" msgstr "" -#: include/lib/message_javascript.php:67 +#: include/lib/message_javascript.php:67 include/lib/message_javascript.php:67 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" @@ -18319,26 +20374,34 @@ msgstr "" #: include/class/anc_acc_list.class.php:440 #: include/class/anc_acc_list.class.php:492 #: include/class/anc_acc_list.class.php:546 +#: include/class/anc_acc_list.class.php:387 +#: include/class/anc_acc_list.class.php:440 +#: include/class/anc_acc_list.class.php:492 +#: include/class/anc_acc_list.class.php:546 msgid "Résultat global" msgstr "" #: include/class/class_anc_acc_list.php:44 #: include/class/anc_acc_list.class.php:44 +#: include/class/anc_acc_list.class.php:44 msgid "Fiche /Activité" msgstr "" #: include/class/class_anc_acc_list.php:45 #: include/class/anc_acc_list.class.php:45 +#: include/class/anc_acc_list.class.php:45 msgid "Poste comptable/Activité" msgstr "" #: include/class/class_anc_acc_list.php:46 #: include/class/anc_acc_list.class.php:46 +#: include/class/anc_acc_list.class.php:46 msgid "Activité/Fiche" msgstr "" #: include/class/class_anc_acc_list.php:47 #: include/class/anc_acc_list.class.php:47 +#: include/class/anc_acc_list.class.php:47 msgid "Activité/Poste Comptable" msgstr "" @@ -18353,11 +20416,13 @@ msgstr "" #: include/modele.inc.php:312 include/modele.inc.php:295 #: include/modele.inc.php:296 include/modele.inc.php:301 +#: include/modele.inc.php:301 msgid "Inexistant" msgstr "" #: include/modele.inc.php:318 include/modele.inc.php:301 #: include/modele.inc.php:302 include/modele.inc.php:307 +#: include/modele.inc.php:307 msgid "Invalide" msgstr "" @@ -18366,61 +20431,64 @@ msgid " Utilisateur normal" msgstr "" #: include/param_sec.inc.php:228 include/param_sec.inc.php:162 -#: include/param_sec.inc.php:168 +#: include/param_sec.inc.php:168 include/param_sec.inc.php:168 msgid "Cet utilisateur est administrateur, il a tous les droits" msgstr "" #: include/param_sec.inc.php:231 include/param_sec.inc.php:165 -#: include/param_sec.inc.php:171 +#: include/param_sec.inc.php:171 include/param_sec.inc.php:171 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\tl'écran administration -> utilisateur." msgstr "" #: include/param_sec.inc.php:242 include/param_sec.inc.php:176 -#: include/param_sec.inc.php:182 +#: include/param_sec.inc.php:182 include/param_sec.inc.php:182 msgid "L'utilisateur n'a pas accès à ce dossier" msgstr "" #: include/param_sec.inc.php:244 include/param_sec.inc.php:178 -#: include/param_sec.inc.php:184 +#: include/param_sec.inc.php:184 include/param_sec.inc.php:184 msgid "" "Impossible de modifier cet utilisateur dans cet écran, il faut passer par\n" "\t\t\tl'écran administration -> utilisateur." msgstr "" #: include/param_sec.inc.php:278 include/param_sec.inc.php:220 -#: include/param_sec.inc.php:224 +#: include/param_sec.inc.php:224 include/param_sec.inc.php:224 msgid "Accès à tout" msgstr "" #: include/param_sec.inc.php:279 include/param_sec.inc.php:221 -#: include/param_sec.inc.php:225 +#: include/param_sec.inc.php:225 include/param_sec.inc.php:225 msgid "Uniquement Lecture" msgstr "" #: include/param_sec.inc.php:320 include/param_sec.inc.php:260 -#: include/param_sec.inc.php:292 +#: include/param_sec.inc.php:292 include/param_sec.inc.php:292 msgid "Toutes les actions" msgstr "" #: include/param_sec.inc.php:321 include/param_sec.inc.php:261 -#: include/param_sec.inc.php:293 +#: include/param_sec.inc.php:293 include/param_sec.inc.php:293 msgid "Aucune action" msgstr "" #: include/template/action_display_short.php:91 #: include/template/action_display_short.php:92 +#: include/template/action_display_short.php:92 msgid "Type évenement" msgstr "" #: include/template/action_display_short.php:103 #: include/template/action_display_short.php:104 +#: include/template/action_display_short.php:104 msgid "groupe" msgstr "" #: include/class/class_stock_goods.php:149 #: include/class/stock_goods.class.php:150 +#: include/class/stock_goods.class.php:150 msgid "Code stock inutilisé" msgstr "" @@ -18436,7 +20504,7 @@ msgstr "" #: html/install.php:605 html/install.php:621 html/install.php:613 #: html/install.php:619 html/install.php:581 html/install.php:571 -#: html/install.php:577 html/install.php:580 +#: html/install.php:577 html/install.php:580 html/install.php:580 #, php-format msgid "" "La base de donnée %s est vide, \n" @@ -18445,48 +20513,59 @@ msgid "" " puis faites un seul de ces choix : " msgstr "" +#: include/export/export_fiche_balance_csv.php:37 #: include/export/export_fiche_balance_csv.php:37 msgid "fiche-balance" msgstr "" +#: include/export/export_fiche_balance_csv.php:57 #: include/export/export_fiche_balance_csv.php:57 msgid "poste comptable" msgstr "" +#: include/export/export_fiche_balance_csv.php:57 #: include/export/export_fiche_balance_csv.php:57 msgid "debit" msgstr "" +#: include/export/export_fiche_balance_csv.php:57 #: include/export/export_fiche_balance_csv.php:57 msgid "credit" msgstr "" +#: include/export/export_fiche_balance_csv.php:57 #: include/export/export_fiche_balance_csv.php:57 msgid "solde" msgstr "" +#: include/export/export_fiche_csv.php:36 #: include/export/export_fiche_csv.php:36 msgid "fiche" msgstr "" #: include/export/export_fiche_detail_csv.php:44 #: include/export/export_fiche_detail_csv.php:49 +#: include/export/export_fiche_detail_csv.php:49 msgid "fiche_" msgstr "" #: include/export/export_gl_csv.php:39 include/export/export_gl_csv.php:61 +#: include/export/export_gl_csv.php:61 msgid "grandlivre" msgstr "" #: include/export/export_histo_csv.php:40 #: include/export/export_histo_csv.php:41 #: include/class/print_ledger_misc.class.php:44 +#: include/export/export_histo_csv.php:41 +#: include/class/print_ledger_misc.class.php:44 msgid "Piece" msgstr "" #: include/export/export_histo_csv.php:44 #: include/export/export_histo_csv.php:45 #: include/export/export_histo_csv.php:46 +#: include/export/export_histo_csv.php:46 msgid "Montant opération" msgstr "" @@ -18502,6 +20581,12 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:232 #: include/class/acc_ledger_history_purchase.class.php:239 #: include/class/acc_ledger_history_sale.class.php:233 +#: include/export/export_ledger_csv.php:46 +#: include/class/acc_ledger_history_generic.class.php:758 +#: include/class/acc_ledger_history_purchase.class.php:239 +#: include/class/acc_reconciliation.class.php:487 +#: include/class/acc_reconciliation.class.php:511 +#: include/class/acc_ledger_history_sale.class.php:233 msgid "journal" msgstr "" @@ -18520,6 +20605,10 @@ msgstr "" #: include/export/export_ledger_csv.php:208 #: include/class/acc_ledger_history_purchase.class.php:250 #: include/class/acc_ledger_history_sale.class.php:244 +#: include/export/export_ledger_csv.php:208 +#: include/class/acc_ledger_history_generic.class.php:763 +#: include/class/acc_ledger_history_purchase.class.php:250 +#: include/class/acc_ledger_history_sale.class.php:244 msgid "operation" msgstr "" @@ -18531,6 +20620,8 @@ msgstr "" #: include/export/export_ledger_csv.php:216 #: include/class/acc_ledger_history_generic.class.php:764 #: include/export/export_ledger_csv.php:210 +#: include/export/export_ledger_csv.php:210 +#: include/class/acc_ledger_history_generic.class.php:764 msgid "N° Pièce" msgstr "" @@ -18539,6 +20630,7 @@ msgstr "" #: include/export/export_ledger_csv.php:198 #: include/export/export_ledger_csv.php:219 #: include/export/export_ledger_csv.php:213 +#: include/export/export_ledger_csv.php:213 msgid "commentaire" msgstr "" @@ -18550,6 +20642,9 @@ msgstr "" #: include/export/export_ledger_csv.php:220 #: include/class/acc_ledger_history_generic.class.php:681 #: include/export/export_ledger_csv.php:214 +#: include/export/export_ledger_csv.php:214 +#: include/class/acc_ledger_history_generic.class.php:681 +#: include/class/acc_reconciliation.class.php:484 msgid "internal" msgstr "" @@ -18568,6 +20663,9 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:247 #: include/class/acc_ledger_history_purchase.class.php:254 #: include/class/acc_ledger_history_sale.class.php:248 +#: include/class/acc_ledger_history_purchase.class.php:254 +#: include/class/acc_reconciliation.class.php:508 +#: include/class/acc_ledger_history_sale.class.php:248 msgid "interne" msgstr "" @@ -18576,6 +20674,7 @@ msgstr "" #: include/export/export_ledger_csv.php:259 #: include/class/acc_ledger_history_purchase.class.php:255 #: include/class/acc_ledger_history_purchase.class.php:256 +#: include/class/acc_ledger_history_purchase.class.php:256 msgid "privé" msgstr "" @@ -18584,6 +20683,7 @@ msgstr "" #: include/export/export_ledger_csv.php:260 #: include/class/acc_ledger_history_purchase.class.php:256 #: include/class/acc_ledger_history_purchase.class.php:257 +#: include/class/acc_ledger_history_purchase.class.php:257 msgid "DNA" msgstr "" @@ -18592,6 +20692,7 @@ msgstr "" #: include/export/export_ledger_csv.php:261 #: include/class/acc_ledger_history_purchase.class.php:257 #: include/class/acc_ledger_history_purchase.class.php:258 +#: include/class/acc_ledger_history_purchase.class.php:258 msgid "tva non ded." msgstr "" @@ -18602,6 +20703,8 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:262 #: include/class/acc_ledger_history_purchase.class.php:271 #: include/class/acc_ledger_history_sale.class.php:263 +#: include/class/acc_ledger_history_purchase.class.php:271 +#: include/class/acc_ledger_history_sale.class.php:263 msgid "opérations liées" msgstr "" @@ -18610,33 +20713,43 @@ msgstr "" #: include/export/export_poste_detail_csv.php:83 #: include/export/export_poste_detail_csv.php:195 #: include/export/export_poste_detail_csv.php:84 +#: include/export/export_poste_detail_csv.php:84 +#: include/export/export_poste_detail_csv.php:195 msgid "Lib." msgstr "" +#: include/export/export_stock_histo_csv.php:31 #: include/export/export_stock_histo_csv.php:31 msgid "historique-stock" msgstr "" +#: include/export/export_stock_histo_csv.php:42 +#: include/export/export_stock_resume_list.php:38 #: include/export/export_stock_histo_csv.php:42 #: include/export/export_stock_resume_list.php:38 msgid "Depot" msgstr "" +#: include/export/export_stock_histo_csv.php:46 #: include/export/export_stock_histo_csv.php:46 msgid "IN/OUT" msgstr "" +#: include/export/export_stock_resume_list.php:36 #: include/export/export_stock_resume_list.php:36 msgid "résumé-stock" msgstr "" #: include/export/export_stock_resume_list.php:38 #: include/template/impress_reconciliation.php:65 +#: include/template/impress_reconciliation.php:65 +#: include/export/export_stock_resume_list.php:38 msgid "Delta" msgstr "" #: include/class/class_acc_reconciliation.php:438 #: include/class/acc_reconciliation.class.php:463 +#: include/class/acc_reconciliation.class.php:463 msgid "rapprochement" msgstr "" @@ -18644,6 +20757,8 @@ msgstr "" #: include/class/class_acc_reconciliation.php:484 #: include/class/acc_reconciliation.class.php:485 #: include/class/acc_reconciliation.class.php:509 +#: include/class/acc_reconciliation.class.php:485 +#: include/class/acc_reconciliation.class.php:509 msgid "libellé" msgstr "" @@ -18653,6 +20768,9 @@ msgstr "" #: include/class/acc_reconciliation.class.php:486 #: include/class/acc_reconciliation.class.php:494 #: include/class/acc_reconciliation.class.php:510 +#: include/class/acc_reconciliation.class.php:486 +#: include/class/acc_reconciliation.class.php:494 +#: include/class/acc_reconciliation.class.php:510 msgid "pièce" msgstr "" @@ -18662,37 +20780,46 @@ msgstr "" #: include/class/acc_reconciliation.class.php:488 #: include/class/acc_reconciliation.class.php:496 #: include/class/acc_reconciliation.class.php:512 +#: include/class/acc_reconciliation.class.php:488 +#: include/class/acc_reconciliation.class.php:496 +#: include/class/acc_reconciliation.class.php:512 msgid "type journal" msgstr "" #: include/class/class_acc_reconciliation.php:465 #: include/class/acc_reconciliation.class.php:490 +#: include/class/acc_reconciliation.class.php:490 msgid "<->" msgstr "" #: include/class/class_acc_reconciliation.php:468 #: include/class/acc_reconciliation.class.php:493 +#: include/class/acc_reconciliation.class.php:493 msgid "libell" msgstr "" #: include/class/class_acc_reconciliation.php:470 #: include/class/acc_reconciliation.class.php:495 +#: include/class/acc_reconciliation.class.php:495 msgid "nom journal" msgstr "" -#: include/compta_fin_rec.inc.php:151 +#: include/compta_fin_rec.inc.php:151 include/compta_fin_rec.inc.php:151 msgid "Attention : Fichier non chargé" msgstr "" #: include/compta_fin_rec.inc.php:299 include/compta_fin_rec.inc.php:300 +#: include/compta_fin_rec.inc.php:300 msgid "Différence relevé" msgstr "" #: include/compta_fin_rec.inc.php:303 include/compta_fin_rec.inc.php:304 +#: include/compta_fin_rec.inc.php:304 msgid "Montant sélectionné" msgstr "" #: include/compta_fin_rec.inc.php:306 include/compta_fin_rec.inc.php:307 +#: include/compta_fin_rec.inc.php:307 msgid "Reste à selectionner" msgstr "" @@ -18752,6 +20879,8 @@ msgstr "" #: html/install.php:213 html/install.php:543 html/install.php:599 #: html/install.php:625 html/install.php:549 html/install.php:606 #: html/install.php:632 html/install.php:552 html/install.php:635 +#: html/install.php:213 html/install.php:552 html/install.php:609 +#: html/install.php:635 msgid "Important" msgstr "" @@ -18761,39 +20890,43 @@ msgstr "" #: html/install.php:610 html/install.php:634 html/install.php:214 #: html/install.php:600 html/install.php:626 html/install.php:607 #: html/install.php:633 html/install.php:217 html/install.php:636 +#: html/install.php:217 html/install.php:610 html/install.php:636 msgid "Utilisateur administrateur" msgstr "" #: html/install.php:594 html/install.php:586 html/install.php:592 #: html/install.php:554 html/install.php:544 html/install.php:550 -#: html/install.php:553 +#: html/install.php:553 html/install.php:553 msgid "Utilisateur administrateur" msgstr "" #: html/install.php:651 html/install.php:643 html/install.php:649 #: html/install.php:611 html/install.php:601 html/install.php:608 +#: html/install.php:611 msgid "Mot de passe par défaut à l'installation" msgstr "" #: include/param_sec.inc.php:285 include/param_sec.inc.php:227 #: include/param_sec.inc.php:280 include/param_sec.inc.php:258 +#: include/param_sec.inc.php:337 include/param_sec.inc.php:258 #: include/param_sec.inc.php:337 msgid "Uniquement lecture" msgstr "" #: include/param_sec.inc.php:286 include/param_sec.inc.php:228 #: include/param_sec.inc.php:278 include/param_sec.inc.php:259 +#: include/param_sec.inc.php:335 include/param_sec.inc.php:259 #: include/param_sec.inc.php:335 msgid "Lecture et écriture" msgstr "" #: include/param_sec.inc.php:319 include/param_sec.inc.php:259 -#: include/param_sec.inc.php:291 +#: include/param_sec.inc.php:291 include/param_sec.inc.php:291 msgid "Actions" msgstr "" #: include/param_sec.inc.php:324 include/param_sec.inc.php:264 -#: include/param_sec.inc.php:321 +#: include/param_sec.inc.php:321 include/param_sec.inc.php:321 msgid "imprime" msgstr "" @@ -18801,19 +20934,23 @@ msgstr "" msgid "Annule" msgstr "" +#: include/template/detail-action.php:167 #: include/template/detail-action.php:167 msgid "Opérations concernées" msgstr "" +#: include/template/detail-action.php:168 #: include/template/detail-action.php:168 msgid "Dépendant" msgstr "" #: include/template/param_jrn.php:136 include/template/param_jrn.php:143 +#: include/template/param_jrn.php:143 msgid "Services, fournitures ou biens achetés (D)" msgstr "" #: include/template/param_jrn.php:139 include/template/param_jrn.php:146 +#: include/template/param_jrn.php:146 msgid "Fournisseurs (C)" msgstr "" @@ -18826,9 +20963,11 @@ msgid "Services, fournitures ou biens vendus (D)" msgstr "" #: include/template/param_jrn.php:251 include/template/param_jrn.php:258 +#: include/template/param_jrn.php:258 msgid "Fiches utilisables (D/C)" msgstr "" +#: include/template/template_config_form.php:56 #: include/template/template_config_form.php:56 msgid "Administrateur de noalyss" msgstr "" @@ -18898,7 +21037,7 @@ msgid "Envoyé par" msgstr "" #: include/class/class_extension.php:96 include/class/extension.class.php:96 -#: include/class/extension.class.php:109 +#: include/class/extension.class.php:109 include/class/extension.class.php:109 msgid "" "Cette extension ne fonctionne pas sur cette version de NOALYSS Veuillez " "mettre votre programme a jour. Version minimum " @@ -18909,6 +21048,7 @@ msgstr "" #: include/class/follow_up.class.php:1923 #: include/class/follow_up.class.php:1921 #: include/class/follow_up.class.php:1922 +#: include/class/follow_up.class.php:1922 msgid "Principal" msgstr "" @@ -18917,6 +21057,7 @@ msgstr "" #: include/class/follow_up.class.php:1950 #: include/class/follow_up.class.php:1948 #: include/class/follow_up.class.php:1949 +#: include/class/follow_up.class.php:1949 msgid "direct parent " msgstr "" @@ -18944,7 +21085,7 @@ msgid "Clonage impossible" msgstr "" #: include/ajax/ajax_admin.php:147 include/ajax/ajax_admin.php:148 -#: include/ajax/ajax_admin.php:156 +#: include/ajax/ajax_admin.php:156 include/ajax/ajax_admin.php:156 msgid "Limite dossiers" msgstr "" @@ -18956,12 +21097,15 @@ msgstr "" #: include/class/acc_ledger_fin.class.php:925 #: include/class/acc_ledger_fin.class.php:903 #: include/class/acc_ledger_fin.class.php:924 +#: include/class/acc_ledger_fin.class.php:903 +#: include/class/acc_ledger_fin.class.php:924 msgid "Attention , erreur Acc_Ledger_Fin::insert , coche paiement" msgstr "" #: include/class/class_acc_operation.php:584 #: include/class/acc_operation.class.php:668 #: include/class/acc_operation.class.php:670 +#: include/class/acc_operation.class.php:670 msgid "Acc_Operation::set_id , id invalide " msgstr "" @@ -18974,6 +21118,9 @@ msgstr "" #: include/class/acc_operation.class.php:681 #: include/class/acc_operation.class.php:685 #: include/class/acc_operation.class.php:696 +#: include/class/acc_operation.class.php:681 +#: include/class/acc_operation.class.php:685 +#: include/class/acc_operation.class.php:696 msgid "Object invalide, id incorrect" msgstr "" @@ -18982,6 +21129,7 @@ msgstr "" #: include/class/class_document_export.php:283 #: include/class/document_export.class.php:283 #: include/class/document_export.class.php:293 +#: include/class/document_export.class.php:293 msgid "PS2PDF non installé" msgstr "" @@ -18990,6 +21138,7 @@ msgstr "" #: include/class/class_document_export.php:284 #: include/class/document_export.class.php:284 #: include/class/document_export.class.php:294 +#: include/class/document_export.class.php:294 msgid "PDF2PS non installé" msgstr "" @@ -18997,6 +21146,8 @@ msgstr "" #: include/export/export_poste_detail_pdf.php:225 #: include/export/export_poste_detail_pdf.php:128 #: include/export/export_poste_detail_pdf.php:236 +#: include/export/export_poste_detail_pdf.php:128 +#: include/export/export_poste_detail_pdf.php:236 msgid " C " msgstr "" @@ -19004,17 +21155,21 @@ msgstr "" #: include/export/export_poste_detail_pdf.php:230 #: include/export/export_poste_detail_pdf.php:133 #: include/export/export_poste_detail_pdf.php:241 +#: include/export/export_poste_detail_pdf.php:133 +#: include/export/export_poste_detail_pdf.php:241 msgid " D " msgstr "" #: include/export/export_poste_detail_pdf.php:168 #: include/export/export_poste_detail_pdf.php:179 +#: include/export/export_poste_detail_pdf.php:179 msgid "C" msgstr "" #: include/class/class_anc_grandlivre.php:146 #: include/class/anc_grandlivre.class.php:167 #: include/class/anc_grandlivre.class.php:168 +#: include/class/anc_grandlivre.class.php:168 msgid "" "Les extensions CONVERT_GIF_PDF et PDFTK pour convertir en pdf ne sont pas " "installées " @@ -19022,6 +21177,7 @@ msgstr "" #: include/dossier.inc.php:342 include/ajax/ajax_admin.php:213 #: include/dossier.inc.php:347 include/ajax/ajax_admin.php:234 +#: include/ajax/ajax_admin.php:238 include/dossier.inc.php:347 #: include/ajax/ajax_admin.php:238 msgid "Max. email / jour (-1 = illimité)" msgstr "" @@ -19047,10 +21203,12 @@ msgid "13 périodes" msgstr "" #: include/periode.inc.php:136 include/periode.inc.php:78 +#: include/periode.inc.php:78 msgid "Global : periode pour tous les journaux" msgstr "" #: include/periode.inc.php:140 include/periode.inc.php:83 +#: include/periode.inc.php:83 msgid "Choisissez global ou uniquement le journal à fermer" msgstr "" @@ -19133,14 +21291,14 @@ msgstr "" #: include/lib/class_sendmail.php:96 include/lib/class_sendmail.php:97 #: include/lib/class_sendmail.php:98 include/lib/sendmail.class.php:98 -#: include/lib/sendmail.class.php:102 +#: include/lib/sendmail.class.php:102 include/lib/sendmail.class.php:102 #, php-format msgid "%s est vide" msgstr "" #: include/lib/class_sendmail.php:152 include/lib/class_sendmail.php:153 #: include/lib/class_sendmail.php:155 include/lib/sendmail.class.php:157 -#: include/lib/sendmail.class.php:161 +#: include/lib/sendmail.class.php:161 include/lib/sendmail.class.php:161 msgid "Email non envoyé" msgstr "" @@ -19303,43 +21461,47 @@ msgid "Supprimer la contrepartie" msgstr "" #: include/admin_repo.inc.php:107 include/admin_repo.inc.php:109 -#: include/admin_repo.inc.php:111 +#: include/admin_repo.inc.php:111 include/admin_repo.inc.php:111 msgid "Version Noalyss" msgstr "" #: include/anc_great_ledger.inc.php:35 include/anc_great_ledger.inc.php:41 +#: include/anc_great_ledger.inc.php:41 msgid "Le traitement est en cours , merci de patienter sans recharger la page" msgstr "" #: include/balance.inc.php:439 include/export/export_balance_pdf.php:294 #: include/balance.inc.php:440 include/export/export_balance_pdf.php:309 #: include/balance.inc.php:458 include/export/export_balance_pdf.php:334 +#: include/export/export_balance_pdf.php:334 include/balance.inc.php:458 msgid "Résumé Exercice précédent" msgstr "" #: include/balance.inc.php:446 include/export/export_balance_pdf.php:301 #: include/balance.inc.php:447 include/export/export_balance_pdf.php:316 #: include/balance.inc.php:465 include/export/export_balance_pdf.php:341 +#: include/export/export_balance_pdf.php:341 include/balance.inc.php:465 msgid "Résumé Exercice courant" msgstr "" #: include/cfgplugin.inc.php:141 include/cfgplugin.inc.php:142 +#: include/cfgplugin.inc.php:142 #, php-format msgid "Installé par défaut dans %s" msgstr "" #: include/compta_ach.inc.php:184 include/compta_ach.inc.php:186 -#: include/compta_ach.inc.php:191 +#: include/compta_ach.inc.php:191 include/compta_ach.inc.php:191 #, php-format msgid "Extourné au %s" msgstr "" -#: include/verif_bilan.inc.php:71 +#: include/verif_bilan.inc.php:71 include/verif_bilan.inc.php:71 msgid "Aucune anomalie dans les montants des journaux" msgstr "" #: include/lib/ac_common.php:567 include/lib/ac_common.php:568 -#: include/lib/ac_common.php:570 +#: include/lib/ac_common.php:570 include/lib/ac_common.php:570 msgid "paramètre invalide" msgstr "" @@ -19350,12 +21512,14 @@ msgstr "" #: include/lib/class_manage_table_sql.php:659 #: include/lib/manage_table_sql.class.php:932 #: include/lib/manage_table_sql.class.php:1005 +#: include/lib/manage_table_sql.class.php:1025 msgid "OK" msgstr "" #: include/lib/class_manage_table_sql.php:662 #: include/lib/manage_table_sql.class.php:935 #: include/lib/manage_table_sql.class.php:1008 +#: include/lib/manage_table_sql.class.php:1028 msgid "Cancel" msgstr "" @@ -19365,6 +21529,8 @@ msgstr "" #: include/class/acc_balance.class.php:374 #: include/class/acc_balance.class.php:377 #: include/class/acc_balance.class.php:418 +#: include/class/acc_balance.class.php:377 +#: include/class/acc_balance.class.php:418 msgid "Class 1-5" msgstr "" @@ -19374,6 +21540,8 @@ msgstr "" #: include/class/acc_balance.class.php:383 #: include/class/acc_balance.class.php:385 #: include/class/acc_balance.class.php:427 +#: include/class/acc_balance.class.php:385 +#: include/class/acc_balance.class.php:427 msgid "Class 6" msgstr "" @@ -19383,6 +21551,8 @@ msgstr "" #: include/class/acc_balance.class.php:391 #: include/class/acc_balance.class.php:393 #: include/class/acc_balance.class.php:435 +#: include/class/acc_balance.class.php:393 +#: include/class/acc_balance.class.php:435 msgid "Class 7" msgstr "" @@ -19392,6 +21562,8 @@ msgstr "" #: include/class/acc_balance.class.php:399 #: include/class/acc_balance.class.php:401 #: include/class/acc_balance.class.php:443 +#: include/class/acc_balance.class.php:401 +#: include/class/acc_balance.class.php:443 msgid "Solde 6/7" msgstr "" @@ -19399,22 +21571,26 @@ msgstr "" #: include/class/acc_ledger.class.php:3218 #: include/class/acc_ledger.class.php:2825 #: include/class/acc_ledger.class.php:2826 +#: include/class/acc_ledger.class.php:2826 msgid "Opération identique" msgstr "" #: include/class/class_document_export.php:247 #: include/class/document_export.class.php:247 #: include/class/document_export.class.php:254 +#: include/class/document_export.class.php:254 msgid "Echec Ajout detail " msgstr "" #: include/class/class_pdf_operation.php:85 #: include/class/pdf_operation.class.php:85 +#: include/class/pdf_operation.class.php:85 msgid "Nom document" msgstr "" #: include/class/class_pdf_operation.php:378 #: include/class/pdf_operation.class.php:378 +#: include/class/pdf_operation.class.php:378 msgid "Diff" msgstr "" @@ -19422,11 +21598,13 @@ msgstr "" #: include/class/class_pdf_operation.php:422 #: include/class/pdf_operation.class.php:421 #: include/class/pdf_operation.class.php:422 +#: include/class/pdf_operation.class.php:421 +#: include/class/pdf_operation.class.php:422 msgid "Détail opération" msgstr "" #: include/balance.inc.php:184 include/balance.inc.php:185 -#: include/balance.inc.php:188 +#: include/balance.inc.php:188 include/balance.inc.php:188 msgid "Récapitulatif par classe" msgstr "" @@ -19523,79 +21701,84 @@ msgstr "" msgid "Erreur ouverture fichier %s " msgstr "" -#: include/card_attr.inc.php:155 +#: include/card_attr.inc.php:155 include/card_attr.inc.php:155 msgid "Nouvel attribut" msgstr "" -#: html/index.php:164 html/index.php:176 html/index.php:180 +#: html/index.php:164 html/index.php:176 html/index.php:180 html/index.php:180 #, php-format msgid "Domaine" msgstr "" #: html/install.php:297 html/install.php:304 html/install.php:307 +#: html/install.php:307 msgid "Version PHP trop basse , minimum 5.4" msgstr "" #: include/anc_od.inc.php:157 include/anc_od.inc.php:155 +#: include/anc_od.inc.php:155 msgid "Commentaire vide" msgstr "" #: include/anc_pa.inc.php:130 include/anc_pa.inc.php:132 +#: include/anc_pa.inc.php:132 msgid "Efface ce plan" msgstr "" -#: include/backup.inc.php:31 +#: include/backup.inc.php:31 include/backup.inc.php:31 msgid "Dossier invalide" msgstr "" -#: include/cfgfiche.inc.php:65 +#: include/cfgfiche.inc.php:65 include/cfgfiche.inc.php:65 msgid "Vous devez choisir au moins une ligne" msgstr "" -#: include/compta_fin_rec.inc.php:339 +#: include/compta_fin_rec.inc.php:339 include/compta_fin_rec.inc.php:339 msgid "Pièce justificative" msgstr "" -#: include/compta_fin_saldo.inc.php:51 +#: include/compta_fin_saldo.inc.php:51 include/compta_fin_saldo.inc.php:51 msgid "solde opération" msgstr "" -#: include/compta_fin_saldo.inc.php:53 +#: include/compta_fin_saldo.inc.php:53 include/compta_fin_saldo.inc.php:53 msgid "solde extrait/relevé" msgstr "" -#: include/compta_fin_saldo.inc.php:55 +#: include/compta_fin_saldo.inc.php:55 include/compta_fin_saldo.inc.php:55 msgid "différence" msgstr "" -#: include/compta_fin_saldo.inc.php:72 +#: include/compta_fin_saldo.inc.php:72 include/compta_fin_saldo.inc.php:72 msgid "Journal mal configuré" msgstr "" -#: include/compta_fin_saldo.inc.php:133 +#: include/compta_fin_saldo.inc.php:133 include/compta_fin_saldo.inc.php:133 msgid "TOTAUX" msgstr "" #: include/database.item.php:7 include/database.item.php:136 -#: include/database.item.php:134 +#: include/database.item.php:134 include/database.item.php:134 msgid "Exporte la pièce" msgstr "" #: include/database.item.php:8 include/database.item.php:137 -#: include/database.item.php:135 +#: include/database.item.php:135 include/database.item.php:135 msgid "Export le document" msgstr "" #: include/database.item.php:9 include/database.item.php:138 -#: include/database.item.php:136 +#: include/database.item.php:136 include/database.item.php:136 msgid "Exporte le modèle de document" msgstr "" #: include/impress_jrn.inc.php:70 include/impress_jrn.inc.php:76 +#: include/impress_jrn.inc.php:76 msgid "Tous les journaux disponibles" msgstr "" #: include/impress_jrn.inc.php:104 include/impress_jrn.inc.php:122 +#: include/impress_jrn.inc.php:122 msgid "Choisissez le journal" msgstr "" @@ -19603,111 +21786,121 @@ msgstr "" msgid "Avec Détails opérations " msgstr "" -#: include/opening.inc.php:84 +#: include/opening.inc.php:84 include/opening.inc.php:84 msgid "Opération enregistrée" msgstr "" -#: include/opening.inc.php:84 +#: include/opening.inc.php:84 include/opening.inc.php:84 msgid "Piece " msgstr "" -#: include/opening.inc.php:112 +#: include/opening.inc.php:112 include/opening.inc.php:112 msgid "Etape 1 : choix du dossier" msgstr "" -#: include/opening.inc.php:114 +#: include/opening.inc.php:114 include/opening.inc.php:114 msgid "Choisissez le dossier où sont les soldes à importer" msgstr "" -#: include/opening.inc.php:138 +#: include/opening.inc.php:138 include/opening.inc.php:138 #, php-format msgid "Choix du dossier : %s" msgstr "" -#: include/opening.inc.php:154 +#: include/opening.inc.php:154 include/opening.inc.php:154 msgid "Etape 2 : période" msgstr "" -#: include/opening.inc.php:157 +#: include/opening.inc.php:157 include/opening.inc.php:157 msgid "" "Choisissez l'exercice clôturé (exercice N-1) du dossier à reporter pour les " "a-nouveaux (exercice N)" msgstr "" -#: include/opening.inc.php:224 +#: include/opening.inc.php:224 include/opening.inc.php:224 msgid "étape 4" msgstr "" -#: include/opening.inc.php:234 +#: include/opening.inc.php:234 include/opening.inc.php:234 #, php-format msgid "Ecriture d'ouverture %d" msgstr "" -#: include/operation_ods_new.inc.php:43 +#: include/operation_ods_new.inc.php:43 include/operation_ods_new.inc.php:43 msgid "" "Vous ne pouvez pas écrire dans ce journal, contactez votre administrateur" msgstr "" -#: include/param_sec.inc.php:59 +#: include/param_sec.inc.php:59 include/param_sec.inc.php:59 msgid "Type d'utilisateur" msgstr "" -#: include/param_sec.inc.php:85 +#: include/param_sec.inc.php:85 include/param_sec.inc.php:85 msgid "prénom" msgstr "" -#: include/param_sec.inc.php:86 +#: include/param_sec.inc.php:86 include/param_sec.inc.php:86 msgid "profil" msgstr "" #: include/param_sec.inc.php:135 include/param_sec.inc.php:141 +#: include/param_sec.inc.php:141 msgid "retour" msgstr "" -#: include/profile.inc.php:317 +#: include/profile.inc.php:317 include/profile.inc.php:317 msgid "Boucle infinie" msgstr "" -#: include/profile.inc.php:322 +#: include/profile.inc.php:322 include/profile.inc.php:322 msgid "Un menu ne peut pas dépendre de lui-même" msgstr "" -#: include/stock_cfg.inc.php:117 +#: include/stock_cfg.inc.php:117 include/stock_cfg.inc.php:117 msgid "Ajout d'un dépot" msgstr "" -#: include/stock_cfg.inc.php:119 +#: include/stock_cfg.inc.php:119 include/stock_cfg.inc.php:119 msgid "Ajouter un dépôt" msgstr "" +#: include/template/form_ledger_detail.php:15 #: include/template/form_ledger_detail.php:15 msgid "Modèle opération" msgstr "" +#: include/template/impress_reconciliation_detail.php:25 +#: include/class/tva_rate_mtable.class.php:51 +#: include/class/tva_rate_mtable.class.php:57 #: include/template/impress_reconciliation_detail.php:25 #: include/class/tva_rate_mtable.class.php:51 #: include/class/tva_rate_mtable.class.php:57 msgid "Autoliquidation" msgstr "" +#: include/template/impress_reconciliation.php:65 #: include/template/impress_reconciliation.php:65 msgid "opération" msgstr "" +#: include/template/impress_reconciliation.php:65 #: include/template/impress_reconciliation.php:65 msgid "opérations dépendantes" msgstr "" #: include/template/ledger_detail_bottom.php:200 #: include/template/ledger_detail_bottom.php:217 +#: include/template/ledger_detail_bottom.php:217 msgid "delta" msgstr "" #: include/template/param_jrn.php:194 include/template/param_jrn.php:201 +#: include/template/param_jrn.php:201 msgid "Clients (D)" msgstr "" #: include/template/param_jrn.php:197 include/template/param_jrn.php:204 +#: include/template/param_jrn.php:204 msgid "Services, fournitures ou biens vendus (C)" msgstr "" @@ -19716,10 +21909,12 @@ msgid "Nouveau format" msgstr "" #: include/lib/http_input.class.php:78 include/lib/http_input.class.php:85 +#: include/lib/http_input.class.php:85 msgid "Unknown type" msgstr "" #: include/lib/icard.class.php:222 include/lib/icard.class.php:223 +#: include/lib/icard.class.php:223 msgid "Le nom d une icard doit être donne" msgstr "" @@ -19727,130 +21922,156 @@ msgstr "" msgid "Faites un choix" msgstr "" -#: include/lib/inplace_edit.class.php:79 +#: include/lib/inplace_edit.class.php:79 include/lib/inplace_edit.class.php:79 msgid "ok" msgstr "" -#: include/lib/inplace_edit.class.php:80 +#: include/lib/inplace_edit.class.php:80 include/lib/inplace_edit.class.php:80 msgid "cancel" msgstr "" #: include/lib/inplace_switch.class.php:69 #: include/lib/inplace_switch.class.php:70 +#: include/lib/inplace_switch.class.php:70 msgid "Invalide value" msgstr "" -#: include/lib/message_javascript.php:72 +#: include/lib/message_javascript.php:72 include/lib/message_javascript.php:72 msgid "Mettez le pourcentage
à zéro pour effacer la ligne" msgstr "" #: include/ajax/ajax_anc_plan.php:56 include/class/anc_plan.class.php:126 -#: include/ajax/ajax_anc_plan.php:59 +#: include/ajax/ajax_anc_plan.php:59 include/ajax/ajax_anc_plan.php:59 +#: include/class/anc_plan.class.php:126 msgid "Aucune description" msgstr "" #: include/ajax/ajax_card.php:356 include/ajax/ajax_card.php:359 +#: include/ajax/ajax_card.php:359 msgid "Erreur sauvegarde" msgstr "" +#: include/ajax/ajax_search_filter.php:73 #: include/ajax/ajax_search_filter.php:73 msgid "Nom ne peut être vide" msgstr "" +#: include/ajax/ajax_search_filter.php:151 #: include/ajax/ajax_search_filter.php:151 msgid "Remise à zéro" msgstr "" #: include/export/export_balance_pdf.php:123 #: include/export/export_balance_pdf.php:127 +#: include/export/export_balance_pdf.php:127 msgid "Balance comptable" msgstr "" +#: include/export/export_fiche_detail_csv.php:68 #: include/export/export_fiche_detail_csv.php:68 msgid "QCODE" msgstr "" +#: include/export/export_form_pdf.php:106 #: include/export/export_form_pdf.php:106 #, php-format msgid "Période de %s à %s" msgstr "" +#: include/export/export_form_pdf.php:110 #: include/export/export_form_pdf.php:110 #, php-format msgid "Période %s" msgstr "" +#: include/export/export_form_pdf.php:115 #: include/export/export_form_pdf.php:115 #, php-format msgid "Date %s jusque %s" msgstr "" -#: include/export/export_gl_pdf.php:75 +#: include/export/export_gl_pdf.php:75 include/export/export_gl_pdf.php:75 msgid " Periode : " msgstr "" +#: include/export/export_gl_pdf.php:88 +#: include/export/export_poste_detail_pdf.php:100 #: include/export/export_gl_pdf.php:88 #: include/export/export_poste_detail_pdf.php:100 msgid "Let" msgstr "" +#: include/export/export_poste_detail_pdf.php:60 #: include/export/export_poste_detail_pdf.php:60 #, php-format msgid " Période : %s %s" msgstr "" +#: include/export/export_poste_detail_pdf.php:64 #: include/export/export_poste_detail_pdf.php:64 msgid "Détail poste comptable" msgstr "" +#: include/export/export_poste_detail_pdf.php:106 #: include/export/export_poste_detail_pdf.php:106 msgid "Prog" msgstr "" +#: include/export/export_security_pdf.php:61 #: include/export/export_security_pdf.php:61 msgid "Local Admin" msgstr "" +#: include/export/export_security_pdf.php:70 #: include/export/export_security_pdf.php:70 msgid "Extension uniquement" msgstr "" +#: include/export/export_security_pdf.php:76 #: include/export/export_security_pdf.php:76 msgid " Super Admin" msgstr "" +#: include/export/export_security_pdf.php:85 #: include/export/export_security_pdf.php:85 msgid " Sécurité" msgstr "" +#: include/export/export_security_pdf.php:104 #: include/export/export_security_pdf.php:104 msgid "Bloqué" msgstr "" +#: include/export/export_security_pdf.php:119 #: include/export/export_security_pdf.php:119 msgid "Accès journaux" msgstr "" +#: include/export/export_security_pdf.php:143 #: include/export/export_security_pdf.php:143 msgid "Opérations prédéfinies uniquement" msgstr "" +#: include/export/export_security_pdf.php:157 #: include/export/export_security_pdf.php:157 msgid "Accès action" msgstr "" #: include/class/acc_account.class.php:133 #: include/class/acc_account.class.php:134 +#: include/class/acc_account.class.php:134 msgid "Poste en double" msgstr "" #: include/class/acc_account.class.php:136 #: include/class/acc_account.class.php:137 +#: include/class/acc_account.class.php:137 msgid "Libellé vide" msgstr "" #: include/class/acc_account.class.php:140 #: include/class/acc_account.class.php:141 +#: include/class/acc_account.class.php:141 msgid "Poste parent incorrect" msgstr "" @@ -19858,6 +22079,8 @@ msgstr "" #: include/class/acc_account.class.php:152 #: include/class/acc_account.class.php:147 #: include/class/acc_account.class.php:153 +#: include/class/acc_account.class.php:147 +#: include/class/acc_account.class.php:153 msgid "Poste Parent n'existe pas" msgstr "" @@ -19865,33 +22088,40 @@ msgstr "" #: include/class/acc_account.class.php:159 #: include/class/acc_account.class.php:157 #: include/class/acc_account.class.php:160 +#: include/class/acc_account.class.php:157 +#: include/class/acc_account.class.php:160 msgid "Paramètre incorrect" msgstr "" #: include/class/acc_account.class.php:162 #: include/class/acc_account.class.php:163 +#: include/class/acc_account.class.php:163 msgid "Poste comptable doit être de 40 caractères maximum" msgstr "" #: include/class/acc_account.class.php:181 #: include/class/acc_account.class.php:182 +#: include/class/acc_account.class.php:182 msgid "Poste utilisé : effacement interdit" msgstr "" #: include/class/acc_account_ledger.class.php:392 #: include/class/acc_account_ledger.class.php:393 +#: include/class/acc_account_ledger.class.php:393 msgid "n° de pièce" msgstr "" #: include/class/acc_ledger.class.php:1226 #: include/class/acc_ledger.class.php:797 #: include/class/acc_ledger.class.php:798 +#: include/class/acc_ledger.class.php:798 msgid "Modèle d'opération" msgstr "" #: include/class/acc_ledger.class.php:1413 #: include/class/acc_ledger.class.php:980 #: include/class/acc_ledger.class.php:981 +#: include/class/acc_ledger.class.php:981 #, php-format msgid "Réconciliation/rapprochements : %s" msgstr "" @@ -19902,90 +22132,107 @@ msgstr "" #: include/class/acc_ledger_search.class.php:259 #: include/class/acc_ledger_search.class.php:246 +#: include/class/acc_ledger_search.class.php:246 msgid "Nom du filtre" msgstr "" #: include/class/acc_ledger_search.class.php:1075 #: include/class/acc_ledger_search.class.php:1070 #: include/class/acc_ledger_search.class.php:1078 +#: include/class/acc_ledger_search.class.php:1078 msgid "Inverser sel" msgstr "" #: include/class/acc_ledger_search.class.php:1077 #: include/class/acc_ledger_search.class.php:1072 #: include/class/acc_ledger_search.class.php:1080 +#: include/class/acc_ledger_search.class.php:1080 msgid "Effacer sel" msgstr "" #: include/class/acc_ledger_search.class.php:1085 #: include/class/acc_ledger_search.class.php:1080 #: include/class/acc_ledger_search.class.php:1088 +#: include/class/acc_ledger_search.class.php:1088 msgid "Op.Diverses" msgstr "" #: include/class/acc_payment.class.php:294 #: include/class/acc_payment.class.php:297 +#: include/class/acc_payment.class.php:297 #, php-format msgid "Date %s" msgstr "" #: include/class/acc_plan_mtable.class.php:42 #: include/class/acc_plan_mtable.class.php:48 +#: include/class/acc_plan_mtable.class.php:48 msgid "Dépend" msgstr "" #: include/class/acc_plan_mtable.class.php:44 #: include/class/acc_plan_mtable.class.php:50 +#: include/class/acc_plan_mtable.class.php:50 msgid "Utilisation directe" msgstr "" #: include/class/acc_plan_mtable.class.php:50 #: include/class/acc_plan_mtable.class.php:56 +#: include/class/acc_plan_mtable.class.php:56 msgid "Actif inversé" msgstr "" #: include/class/acc_plan_mtable.class.php:51 #: include/class/acc_plan_mtable.class.php:57 +#: include/class/acc_plan_mtable.class.php:57 msgid "Passif" msgstr "" #: include/class/acc_plan_mtable.class.php:52 #: include/class/acc_plan_mtable.class.php:58 +#: include/class/acc_plan_mtable.class.php:58 msgid "Passif Inversé" msgstr "" #: include/class/acc_plan_mtable.class.php:53 #: include/class/acc_plan_mtable.class.php:59 +#: include/class/acc_plan_mtable.class.php:59 msgid "Charge" msgstr "" #: include/class/acc_plan_mtable.class.php:54 #: include/class/acc_plan_mtable.class.php:60 +#: include/class/acc_plan_mtable.class.php:60 msgid "Charge inversé" msgstr "" #: include/class/acc_plan_mtable.class.php:55 #: include/class/acc_plan_mtable.class.php:61 +#: include/class/acc_plan_mtable.class.php:61 msgid "Produit" msgstr "" #: include/class/acc_plan_mtable.class.php:56 #: include/class/acc_plan_mtable.class.php:62 +#: include/class/acc_plan_mtable.class.php:62 msgid "Produit inversé" msgstr "" #: include/class/acc_plan_mtable.class.php:57 #: include/class/acc_plan_mtable.class.php:63 +#: include/class/acc_plan_mtable.class.php:63 msgid "Contexte" msgstr "" #: include/class/acc_plan_mtable.class.php:127 #: include/class/acc_plan_mtable.class.php:139 +#: include/class/acc_plan_mtable.class.php:139 msgid "Poste comptable est unique" msgstr "" #: include/class/acc_plan_mtable.class.php:130 #: include/class/acc_plan_mtable.class.php:142 +#: include/class/acc_plan_mtable.class.php:142 msgid "Poste comptable ne peut être vide" msgstr "" @@ -19994,36 +22241,46 @@ msgstr "" #: include/class/fiche.class.php:843 include/class/fiche.class.php:986 #: include/class/fiche.class.php:987 include/class/fiche.class.php:1021 #: include/class/acc_plan_mtable.class.php:146 +#: include/class/acc_plan_mtable.class.php:146 +#: include/class/fiche.class.php:819 include/class/fiche.class.php:844 +#: include/class/fiche.class.php:845 include/class/fiche.class.php:988 +#: include/class/fiche.class.php:989 include/class/fiche.class.php:1023 msgid "Poste comptable trop long" msgstr "" #: include/class/acc_plan_mtable.class.php:137 #: include/class/acc_plan_mtable.class.php:149 +#: include/class/acc_plan_mtable.class.php:149 msgid "Poste comptable dépendant ne peut pas être vide" msgstr "" #: include/class/acc_plan_mtable.class.php:145 #: include/class/acc_plan_mtable.class.php:157 +#: include/class/acc_plan_mtable.class.php:157 msgid "Compte parent n'existe pas" msgstr "" +#: include/class/anc_account_table.class.php:81 #: include/class/anc_account_table.class.php:81 msgid "Le nom doit être unique dans un plan analytique" msgstr "" #: include/class/anc_balance_double.class.php:351 #: include/class/anc_balance_double.class.php:352 +#: include/class/anc_balance_double.class.php:352 msgid "Entre le poste " msgstr "" #: include/class/anc_balance_double.class.php:356 #: include/class/anc_balance_double.class.php:357 +#: include/class/anc_balance_double.class.php:357 msgid " et le poste " msgstr "" #: include/class/anc_operation.class.php:271 #: include/class/anc_operation.class.php:272 #: include/class/anc_operation.class.php:273 +#: include/class/anc_operation.class.php:273 msgid "Pas d'enregistrement trouvé" msgstr "" @@ -20032,45 +22289,47 @@ msgstr "" msgid "Num Pièce" msgstr "" -#: include/class/anc_table.class.php:233 +#: include/class/anc_table.class.php:233 include/class/anc_table.class.php:233 msgid "Export en CSV" msgstr "" -#: include/class/fiche.class.php:838 +#: include/class/fiche.class.php:838 include/class/fiche.class.php:840 msgid "Désolé, il y a trop de virgule dans le poste comptable " msgstr "" -#: include/class/fiche.class.php:1047 +#: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049 msgid "opération annulée" msgstr "" +#: include/class/pre_operation.class.php:285 #: include/class/pre_operation.class.php:285 msgid "Vous n'avez encore sauvé aucun modèle" msgstr "" -#: html/ajax_misc.php:288 +#: html/ajax_misc.php:288 html/ajax_misc.php:288 msgid "Invalide type" msgstr "" -#: html/ajax_misc.php:452 +#: html/ajax_misc.php:452 html/ajax_misc.php:452 msgid "Choisissez la TVA" msgstr "" -#: html/do.php:193 +#: html/do.php:193 html/do.php:203 msgid "cliquez ici pour mettre à jour " msgstr "" -#: html/install.php:142 +#: html/install.php:142 html/install.php:142 msgid "" "Indiquez ici le répertoire où les documents temporaires peuvent être sauvés " "exemple c:/temp, /tmp" msgstr "" -#: html/install.php:370 html/install.php:373 +#: html/install.php:370 html/install.php:373 html/install.php:373 msgid "open_basedir empêche certaines fonctions de Noalyss,mettez-le à vide " msgstr "" #: html/install.php:404 html/install.php:410 html/install.php:413 +#: html/install.php:413 msgid "" " Vous devez absolument utiliser au minimum une version 9.0 de PostGresql, si " "votre distribution n'en\n" @@ -20080,233 +22339,262 @@ msgid "" msgstr "" #: html/install.php:629 html/install.php:636 html/install.php:639 +#: html/install.php:639 #, php-format msgid "VOUS DEVEZ EFFACER CE FICHIER %s" msgstr "" #: html/install.php:632 html/install.php:592 html/install.php:639 -#: html/install.php:595 html/install.php:642 +#: html/install.php:595 html/install.php:642 html/install.php:595 +#: html/install.php:642 msgid "Tout est installé" msgstr "" #: html/install.php:636 html/install.php:643 html/install.php:646 +#: html/install.php:646 msgid "Essai effacement install.php et se connecter à NOALYSS" msgstr "" -#: html/user_login.php:97 html/user_login.php:103 +#: html/user_login.php:97 html/user_login.php:103 html/user_login.php:103 msgid "Cliquez ici pour mettre à jour" msgstr "" -#: include/anc_great_ledger.inc.php:67 +#: include/anc_great_ledger.inc.php:67 include/anc_great_ledger.inc.php:67 msgid "Choisissez au moins une opération" msgstr "" -#: include/balance.inc.php:309 +#: include/balance.inc.php:309 include/balance.inc.php:309 msgid "Débit N-1" msgstr "" -#: include/balance.inc.php:310 +#: include/balance.inc.php:310 include/balance.inc.php:310 msgid "Crédit N-1" msgstr "" -#: include/balance.inc.php:311 +#: include/balance.inc.php:311 include/balance.inc.php:311 msgid "Solde N-1" msgstr "" #: include/balance.inc.php:314 include/export/export_balance_pdf.php:135 #: include/class/acc_operation.class.php:727 +#: include/export/export_balance_pdf.php:135 include/balance.inc.php:314 +#: include/class/acc_operation.class.php:727 msgid "Ouverture" msgstr "" #: include/cfgledger.inc.php:82 include/cfgledger.inc.php:83 +#: include/cfgledger.inc.php:83 #, php-format msgid " %s est effacé" msgstr "" #: include/compta_ach.inc.php:109 include/compta_ven.inc.php:116 -#: include/operation_ods_confirm.inc.php:67 +#: include/operation_ods_confirm.inc.php:67 include/compta_ven.inc.php:116 +#: include/compta_ach.inc.php:109 include/operation_ods_confirm.inc.php:67 msgid "Message extourne" msgstr "" #: include/database.item.php:89 include/database.item.php:87 +#: include/database.item.php:87 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 "" +#: include/impress_gl_comptes.inc.php:209 #: include/impress_gl_comptes.inc.php:209 msgid "Total du compte" msgstr "" -#: include/impress_jrn.inc.php:147 +#: include/impress_jrn.inc.php:147 include/impress_jrn.inc.php:147 msgid "Liste détaillées opérations " msgstr "" -#: include/impress_jrn.inc.php:149 +#: include/impress_jrn.inc.php:149 include/impress_jrn.inc.php:149 msgid "Détails TVA" msgstr "" -#: include/modele.inc.php:269 +#: include/modele.inc.php:269 include/modele.inc.php:269 msgid "Modèles locaux" msgstr "" -#: include/modele.inc.php:326 +#: include/modele.inc.php:326 include/modele.inc.php:326 msgid "Modèles disponibles dans le dépôt" msgstr "" -#: include/opening.inc.php:166 +#: include/opening.inc.php:166 include/opening.inc.php:166 msgid "Periode N-1" msgstr "" -#: include/opening.inc.php:172 +#: include/opening.inc.php:172 include/opening.inc.php:172 msgid "Période N-1" msgstr "" #: include/operation_ods_confirm.inc.php:54 #: include/template/ledger_detail_bottom.php:155 +#: include/template/ledger_detail_bottom.php:155 +#: include/operation_ods_confirm.inc.php:54 msgid "Type opération" msgstr "" -#: include/param_sec.inc.php:87 +#: include/param_sec.inc.php:87 include/param_sec.inc.php:87 msgid "Séc. Journaux actif" msgstr "" -#: include/param_sec.inc.php:88 +#: include/param_sec.inc.php:88 include/param_sec.inc.php:88 msgid "Séc. Action actif" msgstr "" -#: include/param_sec.inc.php:231 +#: include/param_sec.inc.php:231 include/param_sec.inc.php:231 msgid "Sécurité sur les journaux" msgstr "" +#: include/param_sec.inc.php:237 include/param_sec.inc.php:302 #: include/param_sec.inc.php:237 include/param_sec.inc.php:302 msgid "Les administrateurs NOALYSS ont toujours accès à tout" msgstr "" -#: include/param_sec.inc.php:298 +#: include/param_sec.inc.php:298 include/param_sec.inc.php:298 msgid "Sécurité sur les actions" msgstr "" -#: include/periode.inc.php:88 +#: include/periode.inc.php:88 include/periode.inc.php:88 msgid "Montrer l'exercice" msgstr "" -#: include/periode.inc.php:94 +#: include/periode.inc.php:94 include/periode.inc.php:94 msgid "Fermer les périodes sélectionnées" msgstr "" -#: include/periode.inc.php:102 +#: include/periode.inc.php:102 include/periode.inc.php:102 msgid "Ajout exercice" msgstr "" +#: include/periode.inc.php:113 include/class/periode.class.php:687 #: include/periode.inc.php:113 include/class/periode.class.php:687 msgid "Ajout période" msgstr "" -#: include/periode.inc.php:126 +#: include/periode.inc.php:126 include/periode.inc.php:126 msgid "Pour ajouter, effacer ou modifier une période, il faut choisir global" msgstr "" -#: include/upgrade-core.php:31 +#: include/upgrade-core.php:31 include/upgrade-core.php:31 #, php-format msgid " La version de votre installation est %s " msgstr "" #: include/upgrade-core.php:35 include/upgrade-core.php:47 +#: include/upgrade-core.php:47 #, php-format msgid "Version %s du %s" msgstr "" #: include/upgrade-core.php:42 include/upgrade-core.php:54 +#: include/upgrade-core.php:54 msgid "Votre version est à jour" msgstr "" #: include/upgrade-core.php:49 include/upgrade-core.php:61 +#: include/upgrade-core.php:61 msgid "Mise à jour de votre système" msgstr "" -#: include/upgrade.inc.php:33 +#: include/upgrade.inc.php:33 include/upgrade.inc.php:33 msgid "Met à jour toutes les dossiers et modèles" msgstr "" -#: include/upgrade.inc.php:34 +#: include/upgrade.inc.php:34 include/upgrade.inc.php:34 msgid "Application" msgstr "" -#: include/upgrade.inc.php:34 +#: include/upgrade.inc.php:34 include/upgrade.inc.php:34 msgid "Installe la dernière version de Noalyss" msgstr "" -#: include/upgrade.inc.php:35 +#: include/upgrade.inc.php:35 include/upgrade.inc.php:35 msgid "Installe ou met à jour les extensions" msgstr "" -#: include/upgrade.inc.php:36 +#: include/upgrade.inc.php:36 include/upgrade.inc.php:36 msgid "Installe des modèles" msgstr "" -#: include/upgrade.inc.php:54 +#: include/upgrade.inc.php:54 include/upgrade.inc.php:54 msgid "" "Mettez vos bases de données à jour pour qu'elles correspondent à cette " "version de Noalyss" msgstr "" #: include/upgrade-plugin.php:41 include/upgrade-plugin.php:53 +#: include/upgrade-plugin.php:53 msgid "Les extensions doivent être activées dans le dossier après installation" msgstr "" #: include/upgrade-plugin.php:53 include/upgrade-plugin.php:65 +#: include/upgrade-plugin.php:65 msgid "Auteur" msgstr "" #: include/upgrade-plugin.php:91 include/upgrade-plugin.php:103 +#: include/upgrade-plugin.php:103 msgid "MultiModule" msgstr "" #: include/upgrade-plugin.php:98 include/upgrade-plugin.php:110 +#: include/upgrade-plugin.php:110 #, php-format msgid "Nouvelle version disponible %s , votre version %s" msgstr "" #: include/upgrade-plugin.php:105 include/upgrade-plugin.php:117 +#: include/upgrade-plugin.php:117 msgid "Dernière version installée" msgstr "" #: include/upgrade-plugin.php:112 include/upgrade-plugin.php:124 +#: include/upgrade-plugin.php:124 msgid "Non installée" msgstr "" +#: include/template/acc_ledger_history_purchase_extended.php:124 +#: include/template/acc_ledger_history_sale_extended.php:124 #: include/template/acc_ledger_history_purchase_extended.php:124 #: include/template/acc_ledger_history_sale_extended.php:124 msgid "Item" msgstr "" +#: include/template/acc_ledger_history_purchase_extended.php:125 #: include/template/acc_ledger_history_purchase_extended.php:125 msgid "Prix Unit" msgstr "" +#: include/template/acc_ledger_history_sale_extended.php:125 #: include/template/acc_ledger_history_sale_extended.php:125 msgid "Prix Uni" msgstr "" -#: include/template/action_show.php:37 +#: include/template/action_show.php:37 include/template/action_show.php:37 msgid "Date création" msgstr "" -#: include/template/param_jrn.php:125 +#: include/template/param_jrn.php:125 include/template/param_jrn.php:125 msgid "Journal actif" msgstr "" +#: include/template/periode_add_exercice.php:5 #: include/template/periode_add_exercice.php:5 msgid "Ajout d'un exercice" msgstr "" +#: include/template/periode_add_exercice.php:9 #: include/template/periode_add_exercice.php:9 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 "" +#: include/template/periode_add_exercice.php:12 #: include/template/periode_add_exercice.php:12 msgid "" "Réserver un jour de fermeture : le dernier jour de l'exercice sera vue comme " @@ -20315,35 +22603,42 @@ msgid "" "période, cela simplifie les prévisions, les rapports..." msgstr "" +#: include/template/periode_add_exercice.php:33 #: include/template/periode_add_exercice.php:33 msgid "A partir du mois de" msgstr "" +#: include/template/periode_add_exercice.php:49 #: include/template/periode_add_exercice.php:49 msgid "Nombre de mois" msgstr "" +#: include/template/periode_add_exercice.php:58 #: include/template/periode_add_exercice.php:58 msgid "Réservé un jour pour l'ouverture (RAN)" msgstr "" +#: include/template/periode_add_exercice.php:66 #: include/template/periode_add_exercice.php:66 msgid "Réservé un jour pour les opérations de fermeture " msgstr "" +#: include/template/periode_add_exercice.php:82 #: include/template/periode_add_exercice.php:82 msgid "Exercice invalide" msgstr "" +#: include/template/periode_add_exercice.php:87 #: include/template/periode_add_exercice.php:87 msgid "Nombre de mois invalide" msgstr "" +#: include/template/periode_add_exercice.php:99 #: include/template/periode_add_exercice.php:99 msgid "Nombre de mois possible entre 1 et 60" msgstr "" -#: include/template/tag_detail.php:16 +#: include/template/tag_detail.php:16 include/template/tag_detail.php:16 msgid "Non actif" msgstr "" @@ -20351,10 +22646,12 @@ msgstr "" msgid "Tag actif" msgstr "" +#: include/template/tag_search_select.php:13 #: include/template/tag_search_select.php:13 msgid "Uniquement actif" msgstr "" +#: include/template/tag_search_select.php:45 #: include/template/tag_search_select.php:45 msgid "non actif" msgstr "" @@ -20416,39 +22713,41 @@ msgid "" msgstr "" #: include/lib/ac_common.php:811 include/lib/ac_common.php:813 +#: include/lib/ac_common.php:813 msgid "Format Invalide" msgstr "" -#: include/lib/ianccard.class.php:79 +#: include/lib/ianccard.class.php:79 include/lib/ianccard.class.php:79 msgid "Le nom d une icard doit être donné" msgstr "" -#: include/lib/inplace_edit.class.php:58 +#: include/lib/inplace_edit.class.php:58 include/lib/inplace_edit.class.php:58 msgid "Cliquez pour éditer" msgstr "" -#: include/lib/message_javascript.php:74 +#: include/lib/message_javascript.php:74 include/lib/message_javascript.php:74 msgid "Autoliquidation : Utilisé en même temps au crédit et au débit" msgstr "" -#: include/lib/message_javascript.php:75 +#: include/lib/message_javascript.php:75 include/lib/message_javascript.php:75 msgid "Ne donner pas ce poste comptable si ce code n'est pas utilisé à l'achat" msgstr "" -#: include/lib/message_javascript.php:76 +#: include/lib/message_javascript.php:76 include/lib/message_javascript.php:76 msgid "" "Ne donner pas ce poste comptable si ce code n'est pas utilisé à la vente" msgstr "" #: include/lib/noalyss_csv.class.php:180 include/lib/noalyss_csv.class.php:184 +#: include/lib/noalyss_csv.class.php:184 msgid "Encodage invalide" msgstr "" -#: include/lib/user_menu.php:121 +#: include/lib/user_menu.php:121 include/lib/user_menu.php:121 msgid "Installation Mise à jour du système et des bases de données" msgstr "" -#: include/ajax/ajax_admin.php:364 +#: include/ajax/ajax_admin.php:364 include/ajax/ajax_admin.php:364 #, php-format msgid "" "Afin de terminer l'installation aller sur %s , à la fin de la procédure , " @@ -20463,122 +22762,140 @@ msgstr "" msgid "Modèle installé " msgstr "" -#: include/ajax/ajax_card.php:619 +#: include/ajax/ajax_card.php:619 include/ajax/ajax_card.php:619 msgid "Fiche non effacée" msgstr "" -#: include/ajax/ajax_periode.php:195 +#: include/ajax/ajax_periode.php:195 include/ajax/ajax_periode.php:195 msgid "Erreur exercice invalide" msgstr "" -#: include/ajax/ajax_periode.php:291 +#: include/ajax/ajax_periode.php:291 include/ajax/ajax_periode.php:291 msgid "Invalid command" msgstr "" -#: include/ajax/ajax_preference.php:169 +#: include/ajax/ajax_preference.php:169 include/ajax/ajax_preference.php:169 msgid "Format Export CSV" msgstr "" -#: include/ajax/ajax_preference.php:174 +#: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:174 msgid "N'utilisez pas le même séparateur pour les champs et les décimales" msgstr "" -#: include/ajax/ajax_preference.php:187 +#: include/ajax/ajax_preference.php:187 include/ajax/ajax_preference.php:187 msgid "Point-virgule" msgstr "" +#: include/ajax/ajax_preference.php:188 include/ajax/ajax_preference.php:204 #: include/ajax/ajax_preference.php:188 include/ajax/ajax_preference.php:204 msgid "virgule" msgstr "" -#: include/ajax/ajax_preference.php:197 +#: include/ajax/ajax_preference.php:197 include/ajax/ajax_preference.php:197 msgid "Séparateur Décimale" msgstr "" -#: include/ajax/ajax_preference.php:203 +#: include/ajax/ajax_preference.php:203 include/ajax/ajax_preference.php:203 msgid "point" msgstr "" -#: include/ajax/ajax_preference.php:219 +#: include/ajax/ajax_preference.php:219 include/ajax/ajax_preference.php:219 msgid "utf8" msgstr "" -#: include/ajax/ajax_preference.php:220 +#: include/ajax/ajax_preference.php:220 include/ajax/ajax_preference.php:220 msgid "latin1" msgstr "" -#: include/ajax/ajax_tag_save.php:17 +#: include/ajax/ajax_tag_save.php:17 include/ajax/ajax_tag_save.php:17 msgid "non permis" msgstr "" +#: include/ajax/ajax_template_cat_category.php:33 #: include/ajax/ajax_template_cat_category.php:33 msgid "Commande inconnue" msgstr "" +#: include/ajax/ajax_template_cat_category.php:64 #: include/ajax/ajax_template_cat_category.php:64 msgid "Attribut déjà ajouté" msgstr "" +#: include/ajax/ajax_template_cat_category.php:92 #: include/ajax/ajax_template_cat_category.php:92 msgid "Attribut déjà utilisé" msgstr "" +#: include/ajax/ajax_template_cat_category.php:95 #: include/ajax/ajax_template_cat_category.php:95 msgid "Attribut obligatoire" msgstr "" +#: include/export/export_anc_receipt_pdf.php:38 #: include/export/export_anc_receipt_pdf.php:38 msgid "Aucune sélection" msgstr "" +#: include/export/export_balance_pdf.php:136 #: include/export/export_balance_pdf.php:136 msgid "Total Débit" msgstr "" +#: include/export/export_balance_pdf.php:137 #: include/export/export_balance_pdf.php:137 msgid "Total Crédit" msgstr "" +#: include/export/export_balance_pdf.php:138 #: include/export/export_balance_pdf.php:138 msgid "Solde Débiteur" msgstr "" -#: include/class/acc_bilan.class.php:140 +#: include/class/acc_bilan.class.php:140 include/class/acc_bilan.class.php:140 msgid "Anomalie pour le compte " msgstr "" #: include/class/acc_ledger.class.php:2273 #: include/class/acc_ledger.class.php:2274 +#: include/class/acc_ledger.class.php:2274 msgid "Activé" msgstr "" #: include/class/acc_ledger.class.php:2274 #: include/class/acc_ledger.class.php:2275 +#: include/class/acc_ledger.class.php:2275 msgid "Désactivé" msgstr "" #: include/class/acc_ledger.class.php:2870 #: include/class/acc_ledger.class.php:2871 +#: include/class/acc_ledger.class.php:2871 msgid "Journal incorrect" msgstr "" +#: include/class/acc_ledger_history.class.php:46 #: include/class/acc_ledger_history.class.php:46 msgid "pa_ledger doit être un tableau" msgstr "" +#: include/class/acc_ledger_history.class.php:108 +#: include/class/acc_ledger_history.class.php:121 #: include/class/acc_ledger_history.class.php:108 #: include/class/acc_ledger_history.class.php:121 msgid "invalid parameter" msgstr "" +#: include/class/acc_ledger_history_generic.class.php:667 #: include/class/acc_ledger_history_generic.class.php:667 msgid "solde débiteur:" msgstr "" +#: include/class/acc_ledger_history_generic.class.php:668 #: include/class/acc_ledger_history_generic.class.php:668 msgid "solde créditeur:" msgstr "" +#: include/class/acc_ledger_history_generic.class.php:684 #: include/class/acc_ledger_history_generic.class.php:684 msgid "Total opération" msgstr "" @@ -20587,18 +22904,24 @@ msgstr "" #: include/class/acc_ledger_history_sale.class.php:261 #: include/class/acc_ledger_history_purchase.class.php:270 #: include/class/acc_ledger_history_sale.class.php:262 +#: include/class/acc_ledger_history_purchase.class.php:270 +#: include/class/acc_ledger_history_sale.class.php:262 msgid "TVAC/TTC" msgstr "" #: include/class/acc_ledger_purchase.class.php:270 #: include/class/acc_ledger_sold.class.php:225 #: include/class/acc_ledger_purchase.class.php:269 +#: include/class/acc_ledger_sold.class.php:225 +#: include/class/acc_ledger_purchase.class.php:269 msgid "Date de paiement invalide" msgstr "" #: include/class/acc_ledger_purchase.class.php:276 #: include/class/acc_ledger_sold.class.php:232 #: include/class/acc_ledger_purchase.class.php:275 +#: include/class/acc_ledger_sold.class.php:232 +#: include/class/acc_ledger_purchase.class.php:275 msgid "Date échéance invalide" msgstr "" @@ -20609,282 +22932,323 @@ msgstr "" #: include/class/acc_operation.class.php:726 #: include/class/tva_rate_mtable.class.php:56 +#: include/class/tva_rate_mtable.class.php:56 +#: include/class/acc_operation.class.php:726 msgid "Normal" msgstr "" +#: include/class/acc_operation.class.php:728 #: include/class/acc_operation.class.php:728 msgid "Fermeture" msgstr "" +#: include/class/acc_report.class.php:115 #: include/class/acc_report.class.php:115 msgid "Nom du rapport" msgstr "" +#: include/class/document_modele.class.php:106 #: include/class/document_modele.class.php:106 msgid "Il n'y a aucun document, cliquez sur Ajouter pour en ajouter un" msgstr "" +#: include/class/package_core.class.php:55 #: include/class/package_core.class.php:55 #, php-format msgid "Permission incorrecte : ne peut écrire dans %s ou %s" msgstr "" +#: include/class/package_core.class.php:64 #: include/class/package_core.class.php:64 msgid "Echec mise à jour" msgstr "" +#: include/class/package_core.class.php:69 +#: include/class/package_plugin.class.php:49 #: include/class/package_core.class.php:69 #: include/class/package_plugin.class.php:49 msgid "Ce n'est pas un fichier valide" msgstr "" +#: include/class/package_plugin.class.php:44 #: include/class/package_plugin.class.php:44 msgid "Echec installation plugin " msgstr "" #: include/class/package_repository.class.php:142 #: include/class/package_repository.class.php:162 +#: include/class/package_repository.class.php:162 msgid "Modèle non trouvé" msgstr "" #: include/class/package_repository.class.php:151 #: include/class/package_repository.class.php:171 +#: include/class/package_repository.class.php:171 msgid "Extension non trouvée" msgstr "" +#: include/class/package_template.class.php:72 #: include/class/package_template.class.php:72 #, php-format msgid "Installé le %s" msgstr "" -#: include/class/periode.class.php:251 +#: include/class/periode.class.php:251 include/class/periode.class.php:251 msgid "Période chevauchant une autre" msgstr "" -#: include/class/periode.class.php:421 +#: include/class/periode.class.php:421 include/class/periode.class.php:421 msgid "Exercice n'est pas un nombre" msgstr "" -#: include/class/periode.class.php:424 +#: include/class/periode.class.php:424 include/class/periode.class.php:424 #, php-format msgid "Exercice doit être entre %s et %s " msgstr "" -#: include/class/periode.class.php:427 +#: include/class/periode.class.php:427 include/class/periode.class.php:427 msgid "Année n'est pas un nombre" msgstr "" -#: include/class/periode.class.php:430 +#: include/class/periode.class.php:430 include/class/periode.class.php:430 #, php-format msgid "Année doit être entre %s et %s " msgstr "" -#: include/class/periode.class.php:434 +#: include/class/periode.class.php:434 include/class/periode.class.php:434 msgid "Nombre de mois n'est pas un nombre" msgstr "" -#: include/class/periode.class.php:436 +#: include/class/periode.class.php:436 include/class/periode.class.php:436 msgid "Nombre de mois doit être compris entre 1 & 60 " msgstr "" +#: include/class/periode.class.php:438 include/class/periode.class.php:440 #: include/class/periode.class.php:438 include/class/periode.class.php:440 msgid "Mois de début n'existe pas " msgstr "" -#: include/class/periode.class.php:520 +#: include/class/periode.class.php:520 include/class/periode.class.php:520 msgid "nb opérations" msgstr "" -#: include/class/periode.class.php:521 +#: include/class/periode.class.php:521 include/class/periode.class.php:521 msgid "Status" msgstr "" #: include/class/periode.class.php:585 #: include/class/periode_ledger_table.class.php:142 +#: include/class/periode_ledger_table.class.php:142 +#: include/class/periode.class.php:585 msgid "Fermée" msgstr "" #: include/class/periode.class.php:585 #: include/class/periode_ledger_table.class.php:142 #: include/class/periode_ledger_table.class.php:144 +#: include/class/periode_ledger_table.class.php:142 +#: include/class/periode_ledger_table.class.php:144 +#: include/class/periode.class.php:585 msgid "Ouvert" msgstr "" -#: include/class/periode.class.php:647 +#: include/class/periode.class.php:647 include/class/periode.class.php:647 msgid "Janvier" msgstr "" -#: include/class/periode.class.php:647 +#: include/class/periode.class.php:647 include/class/periode.class.php:647 msgid "Février" msgstr "" -#: include/class/periode.class.php:647 +#: include/class/periode.class.php:647 include/class/periode.class.php:647 msgid "Mars" msgstr "" -#: include/class/periode.class.php:647 +#: include/class/periode.class.php:647 include/class/periode.class.php:647 msgid "Avril" msgstr "" -#: include/class/periode.class.php:648 +#: include/class/periode.class.php:648 include/class/periode.class.php:648 msgid "Mai" msgstr "" -#: include/class/periode.class.php:648 +#: include/class/periode.class.php:648 include/class/periode.class.php:648 msgid "Juin" msgstr "" -#: include/class/periode.class.php:648 +#: include/class/periode.class.php:648 include/class/periode.class.php:648 msgid "Juillet" msgstr "" -#: include/class/periode.class.php:648 +#: include/class/periode.class.php:648 include/class/periode.class.php:648 msgid "Août" msgstr "" -#: include/class/periode.class.php:648 +#: include/class/periode.class.php:648 include/class/periode.class.php:648 msgid "Septembre" msgstr "" -#: include/class/periode.class.php:649 +#: include/class/periode.class.php:649 include/class/periode.class.php:649 msgid "Octobre" msgstr "" -#: include/class/periode.class.php:649 +#: include/class/periode.class.php:649 include/class/periode.class.php:649 msgid "Novembre" msgstr "" -#: include/class/periode.class.php:649 +#: include/class/periode.class.php:649 include/class/periode.class.php:649 msgid "Décembre" msgstr "" -#: include/class/periode.class.php:673 +#: include/class/periode.class.php:673 include/class/periode.class.php:673 msgid "Effacement impossible" msgstr "" -#: include/class/periode.class.php:688 +#: include/class/periode.class.php:688 include/class/periode.class.php:688 msgid "On ne peut ajouter une période que sur un exercice qui existe déjà" msgstr "" -#: include/class/tag.class.php:60 +#: include/class/tag.class.php:60 include/class/tag.class.php:60 msgid "Ajout d'un dossier (ou tag)" msgstr "" +#: include/class/template_card_category.class.php:43 #: include/class/template_card_category.class.php:43 msgid "Poste comptable de base" msgstr "" +#: include/class/template_card_category.class.php:44 #: include/class/template_card_category.class.php:44 msgid "ID" msgstr "" +#: include/class/template_card_category.class.php:57 #: include/class/template_card_category.class.php:57 msgid "Effacement impossible : catégorie utilisée" msgstr "" +#: include/class/template_card_category.class.php:83 #: include/class/template_card_category.class.php:83 msgid "Poste comptable n'existe pas" msgstr "" +#: include/class/template_card_category.class.php:103 #: include/class/template_card_category.class.php:103 msgid "Attention, ne pas changer la signification de ce poste." msgstr "" +#: include/class/template_card_category.class.php:114 #: include/class/template_card_category.class.php:114 msgid "Attribut minimum pour les catégories de fiches" msgstr "" +#: include/class/template_card_category.class.php:126 #: include/class/template_card_category.class.php:126 msgid "Catégorie utilisée, les attributs ne peuvent pas être modifiés" msgstr "" +#: include/class/template_card_category.class.php:158 #: include/class/template_card_category.class.php:158 msgid "Attribut à ajouter" msgstr "" +#: include/class/tva_rate_mtable.class.php:48 #: include/class/tva_rate_mtable.class.php:48 msgid "label" msgstr "" +#: include/class/tva_rate_mtable.class.php:49 #: include/class/tva_rate_mtable.class.php:49 msgid "taux" msgstr "" +#: include/class/tva_rate_mtable.class.php:52 #: include/class/tva_rate_mtable.class.php:52 msgid "TVA Vente (C)" msgstr "" +#: include/class/tva_rate_mtable.class.php:53 #: include/class/tva_rate_mtable.class.php:53 msgid "TVA Achat (D)" msgstr "" +#: include/class/tva_rate_mtable.class.php:207 +#: include/class/tva_rate_mtable.class.php:209 #: include/class/tva_rate_mtable.class.php:207 #: include/class/tva_rate_mtable.class.php:209 msgid "Les 2 postes comptables ne peuvent être nuls" msgstr "" +#: include/class/tva_rate_mtable.class.php:215 #: include/class/tva_rate_mtable.class.php:215 msgid "Taux de TVA invalide" msgstr "" +#: include/class/tva_rate_mtable.class.php:223 #: include/class/tva_rate_mtable.class.php:223 msgid "Ce nom est déjà utilisé" msgstr "" +#: include/class/tva_rate_mtable.class.php:233 +#: include/class/tva_rate_mtable.class.php:243 #: include/class/tva_rate_mtable.class.php:233 #: include/class/tva_rate_mtable.class.php:243 msgid "Poste comptable inexistant" msgstr "" +#: include/class/tva_rate_mtable.class.php:250 #: include/class/tva_rate_mtable.class.php:250 msgid "Choix incorrect" msgstr "" +#: include/class/tva_rate_mtable.class.php:267 #: include/class/tva_rate_mtable.class.php:267 msgid "Effacement interdit : TVA utilisée" msgstr "" +#: include/class/tva_rate_mtable.class.php:273 #: include/class/tva_rate_mtable.class.php:273 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 "" +#: include/class/user.class.php:1379 include/class/user.class.php:1408 #: include/class/user.class.php:1379 include/class/user.class.php:1408 msgid "Valeur invalide" msgstr "" -#: html/install.php:384 html/install.php:387 +#: html/install.php:384 html/install.php:387 html/install.php:387 msgid "Module php-pgsql n'est pas installé" msgstr "" -#: html/install.php:586 html/install.php:589 +#: html/install.php:586 html/install.php:589 html/install.php:589 msgid "" "Puis refaites la procédure d'installation pour mettre la base de données à " "jour" msgstr "" -#: include/template/tag_detail.php:27 +#: include/template/tag_detail.php:27 include/template/tag_detail.php:27 msgid "Etiquette(tag) actif" msgstr "" -#: include/template/tag_detail.php:33 +#: include/template/tag_detail.php:33 include/template/tag_detail.php:33 msgid "Cochez pour cette case pour effacer cette étiquette (tag)" msgstr "" -#: include/ajax/ajax_admin.php:392 +#: include/ajax/ajax_admin.php:392 include/ajax/ajax_admin.php:392 msgid "L'extension doit être activée dans le dossier avec CFGPLUGIN" msgstr "" -#: include/ajax/ajax_admin.php:414 +#: include/ajax/ajax_admin.php:414 include/ajax/ajax_admin.php:414 msgid "Modèle installé" msgstr "" -#: include/ajax/ajax_tag_detail.php:16 +#: include/ajax/ajax_tag_detail.php:16 include/ajax/ajax_tag_detail.php:16 msgid "Détail du dossier ou étiquette" msgstr "" -#: html/install.php:214 +#: html/install.php:214 html/install.php:214 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 " @@ -20899,39 +23263,40 @@ msgstr "" msgid "Opération invalide" msgstr "" -#: html/index.php:171 +#: html/index.php:171 html/index.php:171 #, 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 "" -#: html/index.php:173 +#: html/index.php:173 html/index.php:173 msgid "Tant que ce n'est pas vous fait vous ne pouvez pas utiliser NOALYSS" msgstr "" -#: include/database.item.php:124 +#: include/database.item.php:124 include/database.item.php:124 msgid " " msgstr "" -#: include/history_operation.inc.php:103 +#: include/history_operation.inc.php:103 include/history_operation.inc.php:103 #, php-format msgid "Période %s au %s " msgstr "" #: include/upgrade-core.php:41 include/upgrade-plugin.php:44 -#: include/upgrade-template.php:39 +#: include/upgrade-template.php:39 include/upgrade-template.php:39 +#: include/upgrade-core.php:41 include/upgrade-plugin.php:44 #, php-format msgid "Désolé , impossible de se connecter au serveur %s" msgstr "" -#: include/template/param_jrn.php:61 +#: include/template/param_jrn.php:61 include/template/param_jrn.php:61 msgid "" "Obligatoire pour les journaux FIN : donner ici la fiche du compte en banque " "utilisée" msgstr "" -#: include/template/param_jrn.php:68 +#: include/template/param_jrn.php:68 include/template/param_jrn.php:68 msgid "Minimum de lignes à afficher" msgstr "" @@ -20947,18 +23312,76 @@ msgstr "" msgid "delete_param : echec" msgstr "" -#: include/lib/html_tab.class.php:99 +#: include/lib/html_tab.class.php:99 include/lib/html_tab.class.php:99 msgid "Mode invalide" msgstr "" +#: include/class/acc_operation.class.php:281 #: include/class/acc_operation.class.php:281 #, php-format msgid "Erreur : balance incorrecte :diff = %s" msgstr "" +#: include/class/package_repository.class.php:84 +#: include/class/package_repository.class.php:109 +#: include/class/package_repository.class.php:132 +#: include/class/package_repository.class.php:149 #: include/class/package_repository.class.php:84 #: include/class/package_repository.class.php:109 #: include/class/package_repository.class.php:132 #: include/class/package_repository.class.php:149 msgid "Problème réseau" msgstr "" + +#: scenario/acc_ledger_historyTest.php:37 +msgid "" +"export detail html all ledgers result = Detailled Accounting from " +"Acc_Ledger_History_Generic" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:40 +msgid "" +"Set mode to D etailled all_ledgers result = Detailled Accounting from " +"Acc_Ledger_History_Generic" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:44 +msgid "Only VEN from Acc_Ledger_History_Sale" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:48 +msgid "Only VEN one line" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:53 +msgid "Only VEN Detailled" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:58 +msgid "Only VEN Extended" +msgstr "" + +#: scenario/inplace_edit.test.php:32 +msgid "Test Inplace_Edit" +msgstr "" + +#: scenario/html_tab.test.php:32 +msgid "Titre 1" +msgstr "" + +#: scenario/html_tab.test.php:35 +msgid "Titre 2" +msgstr "" + +#: scenario/html_tab.test.php:49 +msgid "Titre 3" +msgstr "" + +#: scenario/package_repository.test.php:71 +msgid "Download core" +msgstr "" + +#: include/database/acc_plan_sql.class.php:94 +#: include/database/acc_plan_sql.class.php:98 +msgid "Impossible d'effacer : ce poste est utilisé" +msgstr "" diff --git a/html/lang/nl_NL/LC_MESSAGES/messages.po b/html/lang/nl_NL/LC_MESSAGES/messages.po index e2f9a93a7..e302dd1d3 100644 --- a/html/lang/nl_NL/LC_MESSAGES/messages.po +++ b/html/lang/nl_NL/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: NOALYSS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-21 13:51+0200\n" +"POT-Creation-Date: 2018-11-20 22:27+0100\n" "PO-Revision-Date: 2018-07-21 14:01+0200\n" "Last-Translator: dany\n" "Language-Team: American English \n" @@ -142,10 +142,9 @@ msgstr "Begin" msgid " Désolé mais cette période est utilisée" msgstr "" -#: html/ajax_card.php:478 html/ajax_card.php:479 -#: include/ajax/ajax_card.php:459 include/ajax/ajax_card.php:460 -#: include/ajax/ajax_card.php:461 include/ajax/ajax_card.php:494 -#: include/ajax/ajax_card.php:498 +#: html/ajax_card.php:478 html/ajax_card.php:479 include/ajax/ajax_card.php:459 +#: include/ajax/ajax_card.php:460 include/ajax/ajax_card.php:461 +#: include/ajax/ajax_card.php:494 include/ajax/ajax_card.php:498 msgid " Employé ou administrateur" msgstr "Manager of bediende" @@ -206,8 +205,7 @@ msgstr "" msgid " Libellé du paiement" msgstr "Omschrijving van de betaling" -#: include/ajax_account_update.php:149 -#: include/ajax/ajax_account_update.php:149 +#: include/ajax_account_update.php:149 include/ajax/ajax_account_update.php:149 #: include/ajax/ajax_account_update.php:151 msgid " Ne peut pas modifier; aucun poste parent" msgstr "" @@ -301,10 +299,9 @@ msgid " de clients" msgstr "van klanten" #: html/ajax_card.php:421 html/ajax_card.php:422 html/ajax_card.php:469 -#: html/ajax_card.php:470 html/ajax_card.php:471 -#: include/ajax/ajax_card.php:451 include/ajax/ajax_card.php:452 -#: include/ajax/ajax_card.php:453 include/ajax/ajax_card.php:486 -#: include/ajax/ajax_card.php:490 +#: html/ajax_card.php:470 html/ajax_card.php:471 include/ajax/ajax_card.php:451 +#: include/ajax/ajax_card.php:452 include/ajax/ajax_card.php:453 +#: include/ajax/ajax_card.php:486 include/ajax/ajax_card.php:490 msgid " de contacts" msgstr "van contacten" @@ -762,17 +759,15 @@ msgstr "Foute toegang" #: include/class/class_acc_ledger_sold.php:84 #: include/class/class_acc_ledger.php:1855 include/ajax/ajax_todo_list.php:198 #: include/ajax/ajax_todo_list.php:261 include/class/class_acc_ledger.php:1861 -#: html/export.php:45 html/recherche.php:55 -#: include/ajax/ajax_todo_list.php:200 include/ajax/ajax_todo_list.php:263 -#: include/class/acc_ledger.class.php:1461 +#: html/export.php:45 html/recherche.php:55 include/ajax/ajax_todo_list.php:200 +#: include/ajax/ajax_todo_list.php:263 include/class/acc_ledger.class.php:1461 #: include/class/acc_ledger_fin.class.php:74 #: include/class/acc_ledger_purchase.class.php:75 #: include/class/acc_ledger_sold.class.php:84 html/recherche.php:56 #: include/ajax/ajax_todo_list.php:201 include/ajax/ajax_todo_list.php:264 -#: include/class/acc_ledger.class.php:1028 -#: include/ext/modop/modop_save.php:247 html/recherche.php:58 -#: include/ajax/ajax_todo_list.php:203 include/ajax/ajax_todo_list.php:266 -#: include/class/acc_ledger.class.php:1029 +#: include/class/acc_ledger.class.php:1028 include/ext/modop/modop_save.php:247 +#: html/recherche.php:58 include/ajax/ajax_todo_list.php:203 +#: include/ajax/ajax_todo_list.php:266 include/class/acc_ledger.class.php:1029 msgid "Accès interdit" msgstr "Verboden toegang" @@ -793,6 +788,7 @@ msgstr "Kranten" #: html/do.php:210 html/do.php:211 html/do.php:239 html/do.php:252 #: html/do.php:254 html/do.php:251 html/do.php:288 html/do.php:300 +#: html/do.php:310 msgid "Accès menu impossible" msgstr "" @@ -820,15 +816,12 @@ msgstr "Verboden toegang" #: include/database.item.php:206 include/database.item.php:207 #: include/cfgledger.inc.php:164 include/database.item.php:10 #: include/database.item.php:74 include/database.item.php:210 -#: include/database.item.php:224 -#: include/class/acc_ledger_search.class.php:1083 +#: include/database.item.php:224 include/class/acc_ledger_search.class.php:1083 #: include/cfgledger.inc.php:166 include/database.item.php:4 #: include/database.item.php:68 include/database.item.php:227 -#: include/database.item.php:247 -#: include/class/acc_ledger_search.class.php:1078 +#: include/database.item.php:247 include/class/acc_ledger_search.class.php:1078 #: include/database.item.php:208 include/database.item.php:222 -#: include/cfgledger.inc.php:171 -#: include/class/acc_ledger_search.class.php:1086 +#: include/cfgledger.inc.php:171 include/class/acc_ledger_search.class.php:1086 msgid "Achat" msgstr "Aankoop" @@ -1062,6 +1055,7 @@ msgstr "Globale Administratie" #: include/export/export_stock_resume_list.php:38 #: include/class/class_fiche.php:1601 include/class/class_fiche.php:1604 #: include/class/fiche.class.php:1758 include/class/fiche.class.php:1761 +#: include/class/fiche.class.php:1763 msgid "Adresse" msgstr "Adres" @@ -1332,17 +1326,16 @@ msgstr "Toevoeging van een tag" msgid "Ajout d'un taux de tva" msgstr "Het toevoegen van een BTW-tarief" -#: include/adm.inc.php:128 include/bank.inc.php:124 -#: include/contact.inc.php:133 include/customer.inc.php:123 -#: include/manager.inc.php:126 include/supplier.inc.php:128 -#: include/adm.inc.php:125 include/bank.inc.php:123 include/adm.inc.php:135 -#: include/bank.inc.php:134 include/customer.inc.php:134 -#: include/manager.inc.php:137 include/supplier.inc.php:137 -#: include/adm.inc.php:138 include/contact.inc.php:137 -#: include/customer.inc.php:137 include/manager.inc.php:140 -#: include/supplier.inc.php:139 include/contact.inc.php:138 -#: include/manager.inc.php:141 include/adm.inc.php:136 -#: include/customer.inc.php:138 +#: include/adm.inc.php:128 include/bank.inc.php:124 include/contact.inc.php:133 +#: include/customer.inc.php:123 include/manager.inc.php:126 +#: include/supplier.inc.php:128 include/adm.inc.php:125 +#: include/bank.inc.php:123 include/adm.inc.php:135 include/bank.inc.php:134 +#: include/customer.inc.php:134 include/manager.inc.php:137 +#: include/supplier.inc.php:137 include/adm.inc.php:138 +#: include/contact.inc.php:137 include/customer.inc.php:137 +#: include/manager.inc.php:140 include/supplier.inc.php:139 +#: include/contact.inc.php:138 include/manager.inc.php:141 +#: include/adm.inc.php:136 include/customer.inc.php:138 msgid "Ajout d'une catégorie" msgstr "Een categorie toevoegen" @@ -1365,8 +1358,7 @@ msgstr "Toevoeging van een correspondentie/overeenkomst" #: include/ext/coprop/include/class_coprop_appel_fond.php:219 #: include/ext/coprop/include/class_coprop_appel_fond.php:218 #: include/ext/modop/modop_display.php:133 -#: include/ext/modop/modop_display.php:150 -#: include/operation_ods_new.inc.php:94 +#: include/ext/modop/modop_display.php:150 include/operation_ods_new.inc.php:94 #: include/ext/coprop/include/coprop_appel_fond.class.php:218 #: include/ext/coprop/include/appel_fond.inc.php:83 #: include/ext/coprop/include/appel_fond.inc.php:153 @@ -1540,9 +1532,9 @@ msgstr "Geen enkel model" msgid "Ajouter un profil" msgstr "Een bestand toevoegen" -#: include/class_anc_group_operation.php:189 -#: include/class_anticipation.php:430 include/template/stock_inv.php:103 -#: include/class_anticipation.php:431 include/template/detail-action.php:359 +#: include/class_anc_group_operation.php:189 include/class_anticipation.php:430 +#: include/template/stock_inv.php:103 include/class_anticipation.php:431 +#: include/template/detail-action.php:359 #: include/template/detail-action.php:374 #: include/template/detail-action.php:390 #: include/template/detail-action.php:396 @@ -1656,6 +1648,7 @@ msgstr "Analytisch" #: include/ajax_preference.php:166 include/ajax_preference.php:167 #: html/test_class.php:220 include/ajax_preference.php:174 #: include/ajax/ajax_preference.php:174 include/ajax/ajax_preference.php:253 +#: dev/test/test_class.php:216 msgid "Anglais" msgstr "Engels" @@ -1792,9 +1785,8 @@ msgstr "Uitleg" msgid "Appliquer" msgstr "Analytisch" -#: include/template/action_search.php:119 -#: include/template/action_search.php:52 include/template/action_search.php:86 -#: include/template/action_search.php:82 +#: include/template/action_search.php:119 include/template/action_search.php:52 +#: include/template/action_search.php:86 include/template/action_search.php:82 #, php-format msgid "Après le " msgstr "Na" @@ -2057,7 +2049,7 @@ msgstr "Opgelet, niet de betekenis van deze post veranderen" #: html/do.php:104 html/do.php:103 html/do.php:98 html/do.php:100 #: html/do.php:128 html/do.php:141 html/do.php:143 html/do.php:161 -#: html/do.php:185 html/do.php:197 +#: html/do.php:185 html/do.php:197 html/do.php:207 msgid "" "Attention: la version de base de donnée est supérieure à la version du " "programme, vous devriez mettre à jour" @@ -2314,6 +2306,7 @@ msgstr "Geen enkele post gevonden " #: html/do.php:219 html/do.php:224 html/do.php:252 html/do.php:265 #: html/do.php:268 html/do.php:270 html/do.php:307 html/do.php:319 +#: html/do.php:329 #, fuzzy msgid "Aucun profil utilisateur" msgstr "Gebruiker toevoegen" @@ -2421,13 +2414,11 @@ msgstr "Beschrijving" #: include/lib/ac_common.php:1185 include/lib/ac_common.php:1186 #: include/lib/ac_common.php:1189 include/lib/ac_common.php:1196 #: include/export/export_fiche_detail_csv.php:55 -#: include/template/ledger_detail_bottom.php:263 -#: include/lib/ac_common.php:1207 include/lib/ac_common.php:1208 -#: include/template/ledger_detail_bottom.php:269 -#: include/lib/ac_common.php:1209 -#: include/export/export_fiche_detail_csv.php:60 -#: include/template/ledger_detail_bottom.php:286 -#: include/lib/ac_common.php:1221 include/lib/ac_common.php:1223 +#: include/template/ledger_detail_bottom.php:263 include/lib/ac_common.php:1207 +#: include/lib/ac_common.php:1208 include/template/ledger_detail_bottom.php:269 +#: include/lib/ac_common.php:1209 include/export/export_fiche_detail_csv.php:60 +#: include/template/ledger_detail_bottom.php:286 include/lib/ac_common.php:1221 +#: include/lib/ac_common.php:1223 msgid "Aucune donnée" msgstr "Geen enkel gegeven" @@ -2507,13 +2498,11 @@ msgstr "Geen enkele periode gevonden" msgid "Aucune pièce à envoyer" msgstr "Geen enkel stuk om te verzenden" -#: include/class_acc_ledger.php:1633 -#: include/class_acc_ledger_purchase.php:1009 +#: include/class_acc_ledger.php:1633 include/class_acc_ledger_purchase.php:1009 #: include/class_acc_ledger_sold.php:1034 #: include/ext/amortis/include/class_am_generate.php:86 #: include/class_acc_ledger.php:1630 include/class_acc_ledger_fin.php:295 -#: include/class_acc_ledger.php:1638 -#: include/class_acc_ledger_purchase.php:1017 +#: include/class_acc_ledger.php:1638 include/class_acc_ledger_purchase.php:1017 #: include/class_acc_ledger_sold.php:1059 include/class_acc_ledger.php:1650 #: include/class_acc_ledger_purchase.php:1020 #: include/class_acc_ledger_sold.php:1060 include/class_acc_ledger.php:1653 @@ -2661,9 +2650,8 @@ msgstr "Betreffende acties" msgid "Avancé" msgstr "Gevorderd" -#: include/template/action_search.php:126 -#: include/template/action_search.php:59 include/template/action_search.php:93 -#: include/template/action_search.php:89 +#: include/template/action_search.php:126 include/template/action_search.php:59 +#: include/template/action_search.php:93 include/template/action_search.php:89 msgid "Avant le" msgstr "Voor" @@ -2942,7 +2930,7 @@ msgstr "is in use of, logout eerst" #: html/do.php:97 html/user_login.php:66 html/do.php:96 html/do.php:91 #: html/do.php:93 html/user_login.php:67 html/do.php:121 html/do.php:134 #: html/do.php:136 html/do.php:154 html/do.php:178 html/user_login.php:69 -#: html/do.php:186 html/user_login.php:70 +#: html/do.php:186 html/user_login.php:70 html/do.php:196 msgid "Base de donnée invalide" msgstr "Ongeldige database" @@ -3000,7 +2988,7 @@ msgstr "Af te betalen goed verwijdert" msgid "Biens amortissables" msgstr "Aflosbare goederen" -#: html/test_class.php:213 +#: html/test_class.php:213 dev/test/test_class.php:209 #, fuzzy msgid "Bienvenu sur mon site" msgstr "Welkom" @@ -3136,6 +3124,7 @@ msgstr "Kalender" #: include/lib/class_manage_table_sql.php:662 #: include/lib/manage_table_sql.class.php:935 #: include/lib/manage_table_sql.class.php:1008 +#: include/lib/manage_table_sql.class.php:1028 #, fuzzy msgid "Cancel" msgstr "Evenwicht" @@ -3151,24 +3140,23 @@ msgstr "Bestaande categorie" msgid "Categorie" msgstr "Categorie" -#: include/class_document_modele.php:67 -#: include/template/forecast-detail.php:11 include/template/fiche_list.php:45 -#: include/class_html_input.php:367 +#: include/class_document_modele.php:67 include/template/forecast-detail.php:11 +#: include/template/fiche_list.php:45 include/class_html_input.php:367 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:130 #: include/class_html_input.php:368 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:132 #: include/template/fiche_list.php:47 include/class_fiche.php:430 #: include/class_fiche.php:553 include/class_html_input.php:372 #: include/class_fiche.php:555 include/lib/class_html_input.php:372 -#: include/class/class_document_modele.php:67 -#: include/class/class_fiche.php:430 include/class/class_fiche.php:555 +#: include/class/class_document_modele.php:67 include/class/class_fiche.php:430 +#: include/class/class_fiche.php:555 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:149 #: include/class/class_document_modele.php:68 #: include/lib/class_html_input.php:373 include/lib/class_html_input.php:374 #: include/class/class_fiche.php:556 include/lib/html_input.class.php:370 -#: include/class/document_modele.class.php:68 -#: include/class/fiche.class.php:432 include/class/fiche.class.php:562 -#: include/lib/html_input.class.php:386 +#: include/class/document_modele.class.php:68 include/class/fiche.class.php:432 +#: include/class/fiche.class.php:562 include/lib/html_input.class.php:386 +#: include/class/fiche.class.php:434 include/class/fiche.class.php:564 msgid "Catégorie" msgstr "Categorie" @@ -3229,10 +3217,9 @@ msgstr "Bestaande categorie" #: html/ajax_card.php:468 html/ajax_card.php:469 html/ajax_card.php:470 #: html/ajax_card.php:521 html/ajax_card.php:522 html/ajax_card.php:528 -#: html/ajax_card.php:530 html/ajax_card.php:529 -#: include/ajax/ajax_card.php:509 include/ajax/ajax_card.php:510 -#: include/ajax/ajax_card.php:511 include/ajax/ajax_card.php:544 -#: include/ajax/ajax_card.php:548 +#: html/ajax_card.php:530 html/ajax_card.php:529 include/ajax/ajax_card.php:509 +#: include/ajax/ajax_card.php:510 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:544 include/ajax/ajax_card.php:548 msgid "Catégorie existe déjà" msgstr "De categorie bestaat al." @@ -3244,10 +3231,9 @@ msgstr "Ongeldige code" #: html/ajax_card.php:470 html/ajax_card.php:471 html/ajax_card.php:472 #: html/ajax_card.php:523 html/ajax_card.php:524 html/ajax_card.php:530 -#: html/ajax_card.php:532 html/ajax_card.php:531 -#: include/ajax/ajax_card.php:511 include/ajax/ajax_card.php:512 -#: include/ajax/ajax_card.php:513 include/ajax/ajax_card.php:546 -#: include/ajax/ajax_card.php:550 +#: html/ajax_card.php:532 html/ajax_card.php:531 include/ajax/ajax_card.php:511 +#: include/ajax/ajax_card.php:512 include/ajax/ajax_card.php:513 +#: include/ajax/ajax_card.php:546 include/ajax/ajax_card.php:550 msgid "Catégorie sauvée" msgstr "Opgeslagen categorie" @@ -3331,8 +3317,7 @@ msgstr "Dit plan bestaat niet" msgid "Ce plugin n'existe pas " msgstr "Dit plan bestaat niet" -#: include/ajax_account_update.php:160 -#: include/ajax/ajax_account_update.php:160 +#: include/ajax_account_update.php:160 include/ajax/ajax_account_update.php:160 #: include/ajax/ajax_account_update.php:162 #, fuzzy msgid "Ce poste existe déjà " @@ -3386,7 +3371,7 @@ msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "U bent niet bevoegd voor deze actie. Contacteer uw verantwoordelijke" #: include/class_fiche.php:406 include/class/class_fiche.php:406 -#: include/class/fiche.class.php:408 +#: include/class/fiche.class.php:408 include/class/fiche.class.php:410 msgid "Cette categorie de card n'existe pas" msgstr "Deze cart categorie bestaat niet" @@ -3471,7 +3456,7 @@ msgstr "Deze BTW is ongeldig" msgid "Champ \"linetype\" vide mais autres valeurs présentes" msgstr "" -#: html/test_class.php:231 +#: html/test_class.php:231 dev/test/test_class.php:227 #, fuzzy msgid "Change de langue" msgstr "Handmatige wijziging" @@ -3579,8 +3564,7 @@ msgstr "" #: include/user.inc.php:136 include/template/anc_key_display_list.php:28 #: include/template/fiche_def_list.php:32 #: include/template/result_cat_card_summary.php:5 -#: include/template/tag_search_select.php:12 -#: include/template/tag_select.php:12 +#: include/template/tag_search_select.php:12 include/template/tag_select.php:12 #: include/template/todo_list_list_user.php:31 #: include/ext/rapport_avance/ajax_listing_search_code.php:34 #: include/ext/rapport_avance/ajax_rapav_search_code.php:32 @@ -3589,8 +3573,7 @@ msgstr "" #: include/ext/amortis/include/template/listing_histo.php:30 #: include/ajax/ajax_boxcard_search.php:46 include/ajax/ajax_card.php:284 #: include/ajax/ajax_navigator.php:41 include/class/class_acc_ledger.php:3425 -#: include/class/class_fiche.php:2041 -#: include/class/class_pre_operation.php:282 +#: include/class/class_fiche.php:2041 include/class/class_pre_operation.php:282 #: include/class/class_fiche.php:2044 html/user_login.php:171 #: include/class/class_acc_ledger.php:3424 #: include/class/class_pre_operation.php:285 html/user_login.php:163 @@ -3616,7 +3599,7 @@ msgstr "" #: include/lib/manage_table_sql.class.php:631 include/ajax/ajax_card.php:291 #: include/ajax/ajax_navigator.php:46 include/class/acc_ledger.class.php:2175 #: include/class/fiche.class.php:2221 html/user_login.php:181 -#: include/class/acc_ledger.class.php:2176 +#: include/class/acc_ledger.class.php:2176 include/class/fiche.class.php:2223 #, fuzzy, php-format msgid "Cherche" msgstr "Vinden" @@ -3774,7 +3757,7 @@ msgstr "Kies een dossier" msgid "Choississez votre dossier" msgstr "Kies uw dossier" -#: html/test_class.php:218 +#: html/test_class.php:218 dev/test/test_class.php:214 #, fuzzy msgid "Choississez votre langue" msgstr "Kies uw dossier" @@ -3949,15 +3932,13 @@ msgstr "Key distribution" msgid "Clef invalide" msgstr "Ongeldige sleutel" -#: include/class_acc_ledger_sold.php:663 -#: include/class_acc_ledger_sold.php:1005 +#: include/class_acc_ledger_sold.php:663 include/class_acc_ledger_sold.php:1005 #: include/class_acc_ledger_sold.php:1260 include/class_pre_op_ven.php:371 #: include/database.item.php:15 include/template/ledger_detail_ven.php:52 #: include/ext/transform/ajax_modify_intervat_assujetti.php:24 #: include/template/print_ledger_simple.php:10 #: include/template/ledger_detail_ven.php:58 -#: include/class_acc_ledger_sold.php:1258 -#: include/class_acc_ledger_sold.php:674 +#: include/class_acc_ledger_sold.php:1258 include/class_acc_ledger_sold.php:674 #: include/class_acc_ledger_sold.php:1030 #: include/class_acc_ledger_sold.php:1282 #: include/template/ledger_detail_ven.php:59 @@ -4244,8 +4225,7 @@ msgstr "Verkeerde landcode" msgid "Code Postal" msgstr "Postcode" -#: include/template/stock_histo_search.php:35 -#: include/template/stock_inv.php:60 +#: include/template/stock_histo_search.php:35 include/template/stock_inv.php:60 #: include/template/stock_summary_table.php:33 #: include/template/stock_inv.php:61 #: include/export/export_stock_histo_csv.php:41 @@ -4347,7 +4327,7 @@ msgstr "Levernacierscode" #: include/class/acc_account_ledger.class.php:394 #: include/class/fiche.class.php:1457 #: include/class/acc_account_ledger.class.php:395 -#: include/class/fiche.class.php:1458 +#: include/class/fiche.class.php:1458 include/class/fiche.class.php:1460 msgid "Code interne" msgstr "Interne code" @@ -4538,24 +4518,20 @@ msgstr "Gemeente" #: include/template/ledger_detail_ach.php:146 #: include/template/ledger_detail_fin.php:115 #: include/template/ledger_detail_misc.php:99 -#: include/template/ledger_detail_ven.php:144 -#: include/class_acc_ledger.php:1442 +#: include/template/ledger_detail_ven.php:144 include/class_acc_ledger.php:1442 #: include/template/ledger_detail_ven.php:150 #: include/class_acc_ledger_fin.php:552 include/class_acc_ledger_fin.php:563 -#: include/class_acc_ledger.php:1449 -#: include/class_acc_ledger_purchase.php:1405 +#: include/class_acc_ledger.php:1449 include/class_acc_ledger_purchase.php:1405 #: include/class_acc_ledger_sold.php:701 #: include/template/ledger_detail_ach.php:148 #: include/template/ledger_detail_fin.php:117 #: include/template/ledger_detail_misc.php:98 -#: include/template/ledger_detail_ven.php:152 -#: include/class_acc_ledger.php:1461 +#: include/template/ledger_detail_ven.php:152 include/class_acc_ledger.php:1461 #: include/class_acc_ledger_purchase.php:1408 #: include/template/ledger_detail_ach.php:147 #: include/template/ledger_detail_fin.php:107 #: include/template/ledger_detail_misc.php:97 -#: include/template/ledger_detail_ven.php:149 -#: include/class_acc_ledger.php:1462 +#: include/template/ledger_detail_ven.php:149 include/class_acc_ledger.php:1462 #: include/template/ledger_detail_misc.php:105 #: include/class/class_acc_ledger_fin.php:563 #: include/class/class_acc_ledger.php:1462 @@ -4928,9 +4904,8 @@ msgid "Confirmation" msgstr "Informatie" #: include/compta_fin.inc.php:83 include/compta_fin.inc.php:84 -#: include/operation_ods_confirm.inc.php:78 -#: include/ext/importbank/ajax.php:232 include/ext/importbank/ajax.php:237 -#: include/ext/importbank/ajax.php:238 +#: include/operation_ods_confirm.inc.php:78 include/ext/importbank/ajax.php:232 +#: include/ext/importbank/ajax.php:237 include/ext/importbank/ajax.php:238 #: include/operation_ods_confirm.inc.php:89 msgid "Confirmer" msgstr "Bevestigen" @@ -5277,8 +5252,7 @@ msgstr "Crébit" #: include/template/ledger_detail_misc.php:92 #: include/ext/coprop/include/class_coprop_appel_fond.php:222 #: include/class_acc_ledger.php:1453 include/impress_gl_comptes.inc.php:214 -#: include/template/ledger_detail_misc.php:91 -#: include/class_acc_ledger.php:1454 +#: include/template/ledger_detail_misc.php:91 include/class_acc_ledger.php:1454 #: include/template/ledger_detail_misc.php:99 include/anc_od.inc.php:151 #: include/ext/modop/modop_display.php:137 #: include/ext/modop/modop_display.php:154 include/class_fiche.php:1292 @@ -5286,8 +5260,7 @@ msgstr "Crébit" #: include/class/class_anc_grandlivre.php:197 #: include/class/class_anticipation.php:421 include/class/class_fiche.php:1309 #: include/class/class_fiche.php:1312 include/export/export_gl_csv.php:95 -#: include/export/export_gl_csv.php:90 -#: include/export/export_ledger_csv.php:139 +#: include/export/export_gl_csv.php:90 include/export/export_ledger_csv.php:139 #: include/export/export_poste_detail_csv.php:76 #: include/template/letter_prop.php:40 include/template/letter_prop.php:83 #: include/export/export_poste_detail_pdf.php:239 @@ -5318,6 +5291,7 @@ msgstr "Crébit" #: include/class/acc_ledger_history_generic.class.php:771 #: include/class/anc_grandlivre.class.php:221 #: include/class/fiche.class.php:1463 include/class/acc_ledger.class.php:614 +#: include/class/fiche.class.php:1465 msgid "Crédit" msgstr "Creditzijde" @@ -5361,33 +5335,31 @@ msgstr "Een nieuwe fiche aanmaken" #: include/class_acc_ledger.php:3562 include/category_card.inc.php:140 #: include/class_acc_ledger_fin.php:252 include/class_acc_ledger.php:1591 #: include/class_acc_ledger.php:3578 include/class_acc_ledger_purchase.php:957 -#: include/class_acc_ledger_sold.php:997 -#: include/class_acc_ledger_sold.php:1004 include/class_follow_up.php:295 -#: include/class_pre_op_advanced.php:162 include/class_acc_ledger.php:1603 -#: include/class_acc_ledger.php:3606 include/class_acc_ledger_purchase.php:960 -#: include/class_acc_ledger_sold.php:998 -#: include/class_acc_ledger_sold.php:1005 include/class_acc_ledger.php:3633 -#: include/class_pre_op_advanced.php:173 include/class_acc_ledger.php:3642 -#: include/adm.inc.php:114 include/bank.inc.php:113 -#: include/category_card.inc.php:151 include/class_acc_ledger.php:1606 -#: include/class_acc_ledger.php:3644 include/fiche.inc.php:115 -#: include/class_acc_ledger.php:3652 include/adm.inc.php:124 -#: include/bank.inc.php:124 include/class_follow_up.php:303 -#: include/customer.inc.php:123 include/manager.inc.php:127 -#: include/supplier.inc.php:127 include/adm.inc.php:127 -#: include/category_card.inc.php:154 include/class_follow_up.php:305 -#: include/contact.inc.php:128 include/customer.inc.php:126 -#: include/manager.inc.php:130 include/supplier.inc.php:129 -#: include/ext/modop/modop_display.php:154 include/class_follow_up.php:306 -#: include/ext/modop/modop_display.php:171 +#: include/class_acc_ledger_sold.php:997 include/class_acc_ledger_sold.php:1004 +#: include/class_follow_up.php:295 include/class_pre_op_advanced.php:162 +#: include/class_acc_ledger.php:1603 include/class_acc_ledger.php:3606 +#: include/class_acc_ledger_purchase.php:960 +#: include/class_acc_ledger_sold.php:998 include/class_acc_ledger_sold.php:1005 +#: include/class_acc_ledger.php:3633 include/class_pre_op_advanced.php:173 +#: include/class_acc_ledger.php:3642 include/adm.inc.php:114 +#: include/bank.inc.php:113 include/category_card.inc.php:151 +#: include/class_acc_ledger.php:1606 include/class_acc_ledger.php:3644 +#: include/fiche.inc.php:115 include/class_acc_ledger.php:3652 +#: include/adm.inc.php:124 include/bank.inc.php:124 +#: include/class_follow_up.php:303 include/customer.inc.php:123 +#: include/manager.inc.php:127 include/supplier.inc.php:127 +#: include/adm.inc.php:127 include/category_card.inc.php:154 +#: include/class_follow_up.php:305 include/contact.inc.php:128 +#: include/customer.inc.php:126 include/manager.inc.php:130 +#: include/supplier.inc.php:129 include/ext/modop/modop_display.php:154 +#: include/class_follow_up.php:306 include/ext/modop/modop_display.php:171 #: include/class/class_acc_ledger_fin.php:252 #: include/class/class_acc_ledger.php:1606 #: include/class/class_acc_ledger.php:3652 #: include/class/class_acc_ledger_purchase.php:960 #: include/class/class_acc_ledger_sold.php:998 #: include/class/class_acc_ledger_sold.php:1005 -#: include/class/class_follow_up.php:306 -#: include/class/class_pre_op_ach.php:159 +#: include/class/class_follow_up.php:306 include/class/class_pre_op_ach.php:159 #: include/class/class_pre_op_ach.php:167 #: include/class/class_pre_op_advanced.php:173 #: include/class/class_pre_op_ven.php:153 @@ -5423,8 +5395,7 @@ msgstr "Een nieuwe fiche aanmaken" #: include/category_card.inc.php:160 include/customer.inc.php:127 #: include/ext/coprop/include/copro_budget.class.php:134 #: include/class/acc_ledger.class.php:2852 -#: include/class/follow_up.class.php:296 -#: include/class/pre_op_ach.class.php:174 +#: include/class/follow_up.class.php:296 include/class/pre_op_ach.class.php:174 #: include/class/pre_op_ach.class.php:182 #: include/class/pre_op_advanced.class.php:173 #: include/class/pre_op_ven.class.php:178 @@ -5529,28 +5500,25 @@ msgstr "In het dagboek" #: include/template/ledger_detail_fin.php:24 #: include/template/ledger_detail_misc.php:27 #: include/template/ledger_detail_ven.php:25 -#: include/template/print_ledger_simple.php:7 -#: include/template/stock_inv.php:34 include/template/dashboard.php:316 -#: html/ajax_misc.php:296 include/ac_common.php:1062 -#: include/class_acc_ledger.php:662 include/class_acc_ledger.php:815 -#: include/class_acc_ledger.php:1421 include/class_acc_ledger.php:1607 -#: include/class_acc_ledger_purchase.php:1728 +#: include/template/print_ledger_simple.php:7 include/template/stock_inv.php:34 +#: include/template/dashboard.php:316 html/ajax_misc.php:296 +#: include/ac_common.php:1062 include/class_acc_ledger.php:662 +#: include/class_acc_ledger.php:815 include/class_acc_ledger.php:1421 +#: include/class_acc_ledger.php:1607 include/class_acc_ledger_purchase.php:1728 #: include/class_acc_ledger_sold.php:1312 include/class_anc_grandlivre.php:188 #: include/class_anc_listing.php:75 include/fiche.inc.php:442 -#: include/template/dashboard.php:320 -#: include/template/ledger_detail_ven.php:31 +#: include/template/dashboard.php:320 include/template/ledger_detail_ven.php:31 #: include/ext/modop/template_ledger_fin.php:7 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:94 #: include/ext/tools/include/class_anc_grandlivre_ext.php:119 #: include/class_acc_ledger_sold.php:1310 html/ajax_misc.php:315 #: include/ac_common.php:1070 include/class_acc_ledger.php:666 #: include/class_acc_ledger.php:819 include/class_acc_ledger.php:1428 -#: include/class_acc_ledger.php:1615 -#: include/class_acc_ledger_purchase.php:1357 +#: include/class_acc_ledger.php:1615 include/class_acc_ledger_purchase.php:1357 #: include/class_acc_ledger_purchase.php:1760 -#: include/class_acc_ledger_sold.php:658 -#: include/class_acc_ledger_sold.php:1334 include/class_anc_grandlivre.php:189 -#: include/fiche.inc.php:444 include/template/detail-action.php:85 +#: include/class_acc_ledger_sold.php:658 include/class_acc_ledger_sold.php:1334 +#: include/class_anc_grandlivre.php:189 include/fiche.inc.php:444 +#: include/template/detail-action.php:85 #: include/template/ledger_detail_ach.php:24 #: include/template/ledger_detail_fin.php:25 #: include/template/ledger_detail_ven.php:32 include/ac_common.php:1071 @@ -5565,8 +5533,7 @@ msgstr "In het dagboek" #: include/stock_inv_histo.inc.php:73 html/ajax_misc.php:329 #: include/ac_common.php:1086 include/class_acc_ledger.php:668 #: include/class_acc_ledger.php:821 include/class_acc_ledger.php:1441 -#: include/class_acc_ledger.php:1630 -#: include/class_acc_ledger_purchase.php:1752 +#: include/class_acc_ledger.php:1630 include/class_acc_ledger_purchase.php:1752 #: include/class_balance_age.php:141 include/fiche.inc.php:512 #: include/template/dashboard.php:303 include/template/detail-action.php:91 #: include/template/ledger_detail_misc.php:30 @@ -5639,8 +5606,7 @@ msgstr "In het dagboek" #: include/template/form_ledger_detail.php:22 #: include/template/form_ledger_fin.php:39 #: include/ext/tools/include/anc_grandlivre_ext.class.php:119 -#: include/lib/ac_common.php:1172 -#: include/export/export_fiche_detail_csv.php:70 +#: include/lib/ac_common.php:1172 include/export/export_fiche_detail_csv.php:70 #: include/export/export_gl_csv.php:96 include/export/export_gl_pdf.php:88 #: include/export/export_ledger_csv.php:142 #: include/export/export_ledger_csv.php:194 @@ -5695,8 +5661,8 @@ msgstr "In het dagboek" #: include/class/acc_ledger_sold.class.php:687 #: include/class/acc_ledger_sold.class.php:1397 #: include/class/anc_grandlivre.class.php:213 -#: include/class/anc_operation.class.php:295 -#: include/class/fiche.class.php:1380 include/class/fiche.class.php:1455 +#: include/class/anc_operation.class.php:295 include/class/fiche.class.php:1380 +#: include/class/fiche.class.php:1455 #: include/class/acc_ledger_purchase.class.php:1407 #: include/class/acc_ledger_purchase.class.php:1826 #: include/template/acc_ledger_history_financial_oneline.php:31 @@ -5709,6 +5675,7 @@ msgstr "In het dagboek" #: include/class/acc_ledger_search.class.php:944 #: include/class/anc_operation.class.php:296 #: include/class/print_ledger_misc.class.php:43 +#: include/class/fiche.class.php:1382 include/class/fiche.class.php:1457 msgid "Date" msgstr "Datum" @@ -5737,8 +5704,7 @@ msgstr "Datum DMY" #: include/ext/sav/include/template/sas_display_detail.php:141 #: include/ajax/ajax_display_letter.php:98 -#: include/ajax/ajax_display_letter.php:103 -#: include/class/periode.class.php:517 +#: include/ajax/ajax_display_letter.php:103 include/class/periode.class.php:517 #: include/class/periode_ledger_table.class.php:98 #, fuzzy msgid "Date Début" @@ -5751,8 +5717,7 @@ msgstr "Begindatum" #: include/database.item.php:168 include/database.item.php:167 #: html/ajax_misc.php:475 include/ajax/ajax_display_letter.php:111 #: include/database.item.php:171 include/database.item.php:176 -#: include/ajax/ajax_display_letter.php:116 -#: include/class/periode.class.php:518 +#: include/ajax/ajax_display_letter.php:116 include/class/periode.class.php:518 #: include/class/periode_ledger_table.class.php:99 msgid "Date Fin" msgstr "Einddatum" @@ -5840,8 +5805,7 @@ msgstr "Totaal afschrijvingen" #: include/class_acc_ledger_fin.php:110 include/class_acc_ledger_fin.php:194 #: include/class_acc_ledger.php:1864 include/class_acc_ledger_purchase.php:104 #: include/class_acc_ledger_sold.php:102 include/class_acc_ledger.php:1876 -#: include/class_acc_ledger.php:1879 -#: include/class/class_acc_ledger_fin.php:110 +#: include/class_acc_ledger.php:1879 include/class/class_acc_ledger_fin.php:110 #: include/class/class_acc_ledger_fin.php:194 #: include/class/class_acc_ledger.php:1879 #: include/class/class_acc_ledger_purchase.php:104 @@ -5900,8 +5864,7 @@ msgstr "Uiterste datum" #: include/class/class_follow_up.php:1704 #: include/class/class_follow_up.php:1706 #: include/class/class_anc_acc_list.php:211 include/ajax/ajax_gestion.php:68 -#: include/class/class_anc_table.php:123 -#: include/class/class_follow_up.php:1707 +#: include/class/class_anc_table.php:123 include/class/class_follow_up.php:1707 #: include/class/class_follow_up.php:1709 #: include/class/class_follow_up.php:1702 #: include/class/class_acc_ledger.php:199 include/anc_od.inc.php:158 @@ -5912,8 +5875,7 @@ msgstr "Uiterste datum" #: include/class/acc_ledger_purchase.class.php:89 #: include/class/acc_ledger_sold.class.php:92 #: include/class/anc_acc_list.class.php:327 -#: include/class/anc_table.class.php:242 -#: include/class/follow_up.class.php:1699 +#: include/class/anc_table.class.php:242 include/class/follow_up.class.php:1699 #: include/class/follow_up.class.php:1701 include/anc_od.inc.php:156 #: include/class/acc_ledger.class.php:206 #: include/class/follow_up.class.php:1697 @@ -5942,8 +5904,7 @@ msgstr "Ongeldig datum" msgid "Date invalide, opération non extournée" msgstr "Handeling is niet gevonden" -#: include/template/detail-action.php:55 -#: include/template/detail-action.php:104 +#: include/template/detail-action.php:55 include/template/detail-action.php:104 #: include/template/detail-action.php:110 #: include/template/detail-action.php:115 #: include/template/detail-action.php:114 @@ -6175,12 +6136,12 @@ msgstr "Kan dit bestand op te slaan" #: include/template/menu_detail.php:43 #: include/template/print_ledger_simple.php:11 include/template/profile.php:37 #: include/template/tag_detail.php:18 include/template/tag_list.php:14 -#: include/template/tag_search_select.php:19 -#: include/template/tag_select.php:19 include/menu.inc.php:114 -#: include/class_html_input.php:327 include/template/dashboard.php:318 -#: include/ac_common.php:1064 include/class_acc_ledger.php:665 -#: include/class_acc_ledger.php:821 include/class_anc_listing.php:79 -#: include/template/dashboard.php:322 include/template/detail-action.php:304 +#: include/template/tag_search_select.php:19 include/template/tag_select.php:19 +#: include/menu.inc.php:114 include/class_html_input.php:327 +#: include/template/dashboard.php:318 include/ac_common.php:1064 +#: include/class_acc_ledger.php:665 include/class_acc_ledger.php:821 +#: include/class_anc_listing.php:79 include/template/dashboard.php:322 +#: include/template/detail-action.php:304 #: include/template/detail-action.php:460 #: include/template/ledger_detail_ven.php:129 #: include/template/param_jrn.php:119 include/ext/tva/form_parameter.php:120 @@ -6302,9 +6263,9 @@ msgstr "Kan dit bestand op te slaan" #: include/template/action_display_short.php:114 #: include/template/dashboard.php:347 include/template/param_jrn.php:78 #: include/template/tag_detail.php:24 include/template/tag_list.php:15 -#: include/template/tag_search_select.php:21 -#: include/template/tag_select.php:23 include/lib/ac_common.php:1187 -#: include/ajax/ajax_admin.php:234 include/ajax/ajax_boxcard_search.php:59 +#: include/template/tag_search_select.php:21 include/template/tag_select.php:23 +#: include/lib/ac_common.php:1187 include/ajax/ajax_admin.php:234 +#: include/ajax/ajax_boxcard_search.php:59 #: include/export/export_histo_csv.php:44 #: include/class/acc_account_ledger.class.php:397 #: include/class/acc_ledger_search.class.php:653 @@ -6314,10 +6275,10 @@ msgstr "Kan dit bestand op te slaan" #: include/class/fiche.class.php:1460 #: include/class/tva_rate_mtable.class.php:50 include/class/user.class.php:991 #: include/upgrade-plugin.php:62 include/upgrade-template.php:51 -#: include/lib/ac_common.php:1189 -#: include/class/acc_ledger_search.class.php:641 +#: include/lib/ac_common.php:1189 include/class/acc_ledger_search.class.php:641 #: include/class/acc_ledger_search.class.php:947 #: include/class/acc_ledger_search.class.php:1092 +#: include/class/fiche.class.php:1383 include/class/fiche.class.php:1462 msgid "Description" msgstr "Beschrijving" @@ -6358,8 +6319,7 @@ msgstr "" #: include/template/action_search.php:94 include/template/detail-action.php:65 #: include/template/action_search_result.php:53 -#: include/template/detail-action.php:125 -#: include/template/detail-action.php:40 +#: include/template/detail-action.php:125 include/template/detail-action.php:40 #: include/template/detail-action.php:133 #: include/template/action_search.php:108 #: include/template/detail-action.php:139 @@ -6393,8 +6353,7 @@ msgstr "Laat Diff." msgid "Diff. cumul." msgstr "Diff. cumulatie." -#: include/operation_ods_new.inc.php:93 -#: include/ext/modop/modop_display.php:165 +#: include/operation_ods_new.inc.php:93 include/ext/modop/modop_display.php:165 #: include/ext/coprop/include/appel_fond.inc.php:87 #: include/ext/coprop/include/appel_fond.inc.php:156 #: include/ext/coprop/include/class_coprop_appel_fond.php:204 @@ -6402,8 +6361,7 @@ msgstr "Diff. cumulatie." #: include/ext/coprop/include/class_coprop_appel_fond.php:224 #: include/ext/coprop/include/class_coprop_appel_fond.php:223 #: include/anc_od.inc.php:152 include/ext/modop/modop_display.php:138 -#: include/ext/modop/modop_display.php:155 -#: include/operation_ods_new.inc.php:85 +#: include/ext/modop/modop_display.php:155 include/operation_ods_new.inc.php:85 #: include/ext/coprop/include/coprop_appel_fond.class.php:223 #: include/anc_od.inc.php:150 include/ext/coprop/include/appel_fond.inc.php:88 #: include/ext/coprop/include/appel_fond.inc.php:158 @@ -6655,8 +6613,7 @@ msgid "Donnez une partie du quickcode, nom, description... pour filtrer" msgstr "" #: include/action.common.inc.php:99 include/ajax/ajax_ledger.php:152 -#: include/ajax/ajax_remove_submenu.php:29 -#: include/ext/importbank/index.php:146 +#: include/ajax/ajax_remove_submenu.php:29 include/ext/importbank/index.php:146 #: include/ext/importbank/include/class_import_bank.php:473 #: include/ext/importbank/include/class_import_bank.php:495 #: include/modele.inc.php:420 include/compta_fin_rec.inc.php:115 @@ -6767,8 +6724,7 @@ msgstr "Storting" msgid "Dotation à " msgstr "Staffing" -#: include/class_acc_ledger_fin.php:60 -#: include/class_acc_ledger_purchase.php:72 +#: include/class_acc_ledger_fin.php:60 include/class_acc_ledger_purchase.php:72 #: include/class_acc_ledger_sold.php:67 include/class_acc_ledger_fin.php:70 #: include/class_acc_ledger_purchase.php:80 #: include/class_acc_ledger_sold.php:78 @@ -6787,6 +6743,10 @@ msgstr "Dubbel gecodeerd" msgid "Doublon" msgstr "" +#: scenario/package_repository.test.php:71 +msgid "Download core" +msgstr "" + #: include/ext/import_account/include/class_impacc_tva.php:64 #: include/ext/import_account/include/class_impacc_tva.php:76 #: include/ext/import_account/include/impacc_tva.class.php:64 @@ -6831,15 +6791,12 @@ msgstr "Afschrijvingstermijn" #: include/template/ledger_detail_misc.php:91 #: include/ext/coprop/include/class_coprop_appel_fond.php:221 #: include/class_acc_ledger.php:1452 include/class_acc_ledger.php:1707 -#: include/impress_gl_comptes.inc.php:215 -#: include/class_pre_op_advanced.php:199 -#: include/template/ledger_detail_misc.php:90 -#: include/class_acc_ledger.php:1453 include/class_acc_ledger.php:1710 -#: include/template/ledger_detail_misc.php:98 include/anc_od.inc.php:150 -#: include/ext/modop/modop_display.php:136 +#: include/impress_gl_comptes.inc.php:215 include/class_pre_op_advanced.php:199 +#: include/template/ledger_detail_misc.php:90 include/class_acc_ledger.php:1453 +#: include/class_acc_ledger.php:1710 include/template/ledger_detail_misc.php:98 +#: include/anc_od.inc.php:150 include/ext/modop/modop_display.php:136 #: include/ext/modop/modop_display.php:153 include/class_fiche.php:1291 -#: include/class_fiche.php:1308 -#: include/export/export_fiche_balance_csv.php:143 +#: include/class_fiche.php:1308 include/export/export_fiche_balance_csv.php:143 #: include/class/class_acc_ledger.php:1453 #: include/class/class_acc_ledger.php:1710 #: include/class/class_anc_grandlivre.php:196 @@ -6848,8 +6805,7 @@ msgstr "Afschrijvingstermijn" #: include/class/class_fiche.php:1311 include/export/export_gl_csv.php:95 #: include/class/class_acc_ledger.php:1709 #: include/export/export_fiche_balance_csv.php:156 -#: include/export/export_gl_csv.php:90 -#: include/export/export_ledger_csv.php:138 +#: include/export/export_gl_csv.php:90 include/export/export_ledger_csv.php:138 #: include/export/export_poste_detail_csv.php:75 #: include/export/export_fiche_balance_csv.php:157 #: include/template/letter_prop.php:37 include/template/letter_prop.php:80 @@ -6887,7 +6843,7 @@ msgstr "Afschrijvingstermijn" #: include/class/acc_ledger_history_generic.class.php:770 #: include/class/anc_grandlivre.class.php:220 #: include/class/fiche.class.php:1462 include/class/acc_ledger.class.php:613 -#: include/class/acc_ledger.class.php:884 +#: include/class/acc_ledger.class.php:884 include/class/fiche.class.php:1464 msgid "Débit" msgstr "debiet" @@ -6904,6 +6860,7 @@ msgstr "Debet of Credit" #: include/class_fiche.php:1232 include/class/class_fiche.php:1232 #: include/class/class_fiche.php:1235 include/class/class_fiche.php:1238 #: include/class/fiche.class.php:1382 include/class/fiche.class.php:1383 +#: include/class/fiche.class.php:1385 #, fuzzy msgid "Débit/Crédit" msgstr "Debet of Credit" @@ -7158,7 +7115,7 @@ msgstr "This model Moet are in unicode" msgid "Désolé vous ne pouvez pas utiliser ce plugin , vous êtes en mode STRICT" msgstr "" -#: include/class/fiche.class.php:838 +#: include/class/fiche.class.php:838 include/class/fiche.class.php:840 msgid "Désolé, il y a trop de virgule dans le poste comptable " msgstr "" @@ -7247,9 +7204,8 @@ msgstr "Detail gekochte Artikelen" msgid "Détail articles achetés" msgstr "Detail gekochte Artikelen" -#: include/class_acc_ledger_sold.php:666 -#: include/class_acc_ledger_sold.php:1138 include/class_pre_op_ven.php:241 -#: include/class_acc_ledger_sold.php:677 +#: include/class_acc_ledger_sold.php:666 include/class_acc_ledger_sold.php:1138 +#: include/class_pre_op_ven.php:241 include/class_acc_ledger_sold.php:677 #: include/class_acc_ledger_sold.php:1162 #: include/class_acc_ledger_sold.php:1163 #: include/class/class_acc_ledger_sold.php:677 @@ -7321,8 +7277,7 @@ msgstr "Extensie detail" #: include/ajax/ajax_card.php:340 include/ajax/ajax_card.php:341 #: include/ajax/ajax_card.php:130 include/ajax/ajax_card.php:342 #: include/ajax/ajax_add_concerned_card.php:44 include/ajax/ajax_card.php:133 -#: include/ajax/ajax_card.php:375 -#: include/export/export_fiche_detail_pdf.php:53 +#: include/ajax/ajax_card.php:375 include/export/export_fiche_detail_pdf.php:53 #: include/ajax/ajax_add_concerned_card.php:48 include/ajax/ajax_card.php:378 msgid "Détail fiche" msgstr "Detail van de fiche" @@ -7831,6 +7786,7 @@ msgstr "Alle activiteiten" #: include/lib/class_manage_table_sql.php:725 #: include/lib/manage_table_sql.class.php:999 #: include/lib/manage_table_sql.class.php:1075 +#: include/lib/manage_table_sql.class.php:1095 msgid "Effacé" msgstr "Verwijderen" @@ -8257,7 +8213,7 @@ msgid "Erreur exercice invalide" msgstr "Ongeldig datum" #: html/do.php:196 html/do.php:224 html/do.php:237 html/do.php:239 -#: html/do.php:236 html/do.php:273 html/do.php:285 +#: html/do.php:236 html/do.php:273 html/do.php:285 html/do.php:295 #, fuzzy msgid "Erreur menu" msgstr "Fout" @@ -8296,7 +8252,7 @@ msgstr "laatste back-up" msgid "Essai effacement install.php et se connecter à NOALYSS" msgstr "" -#: html/test_class.php:214 +#: html/test_class.php:214 dev/test/test_class.php:210 msgid "Essayer de vous y amuser" msgstr "" @@ -8394,8 +8350,8 @@ msgstr "" #: include/template/detail-action.php:119 #: include/ext/sav/include/template/sas_display_detail.php:145 #: include/template/detail-action.php:124 -#: include/template/detail-action.php:123 -#: include/template/action_search.php:60 include/template/action_search.php:56 +#: include/template/detail-action.php:123 include/template/action_search.php:60 +#: include/template/action_search.php:56 msgid "Etat" msgstr "Toestand" @@ -8432,8 +8388,7 @@ msgid "Etes vous sûr et certain de vouloir effacer " msgstr "Bent u DAT u verwelkingsziekte Zeker Wissen" #: include/template/action_search.php:67 include/template/tag_choose.php:5 -#: include/template/action_search.php:81 -#: include/template/action_search.php:115 +#: include/template/action_search.php:81 include/template/action_search.php:115 #: include/template/action_search.php:129 include/class/tag.class.php:85 msgid "Etiquette" msgstr "Etiquette" @@ -8456,8 +8411,8 @@ msgid "Evènement Sauvée" msgstr "" #: include/template/action_search.php:107 -#: include/template/action_search.php:121 -#: include/template/action_search.php:64 include/template/action_search.php:60 +#: include/template/action_search.php:121 include/template/action_search.php:64 +#: include/template/action_search.php:60 msgid "Exclure Etat" msgstr "Uitsluiten State" @@ -8557,7 +8512,8 @@ msgstr "Balans export" #: html/popup.php:110 include/balance_card_ageing.inc.php:53 #: include/class/acc_account_ledger.class.php:735 #: include/class/fiche.class.php:1599 include/class/fiche.class.php:2189 -#: html/popup.php:113 +#: html/popup.php:113 include/class/fiche.class.php:1601 +#: include/class/fiche.class.php:2191 msgid "Export CSV" msgstr "Export CSV" @@ -8654,7 +8610,8 @@ msgstr "Export Kranten" #: include/class/fiche.class.php:1581 include/class/fiche.class.php:2190 #: html/popup.php:111 include/class/acc_account_ledger.class.php:757 #: include/class/fiche.class.php:1584 include/class/fiche.class.php:2211 -#: html/popup.php:114 +#: html/popup.php:114 include/class/fiche.class.php:1586 +#: include/class/fiche.class.php:2213 msgid "Export PDF" msgstr "PDF exporteren" @@ -8970,10 +8927,9 @@ msgstr "Krachtdadig optreden" #: include/class_acc_ledger.php:2854 include/template/history_top.php:12 #: include/template/ledger_detail_bottom.php:101 #: include/template/ledger_detail_bottom.php:102 -#: include/template/ledger_detail_top.php:11 -#: include/template/search_top.php:36 include/class_html_input.php:414 -#: include/class_html_input.php:415 include/class_html_input.php:430 -#: include/class_html_input.php:689 +#: include/template/ledger_detail_top.php:11 include/template/search_top.php:36 +#: include/class_html_input.php:414 include/class_html_input.php:415 +#: include/class_html_input.php:430 include/class_html_input.php:689 #: include/ext/amortis/include/template/material_detail.php:136 #: html/recherche.php:67 html/recherche.php:111 #: include/class_acc_ledger.php:2923 @@ -9089,8 +9045,8 @@ msgstr "Dicht" #: include/template/security_list_action.php:52 #: include/ajax/ajax_anc_detail_operation.php:54 #: include/class/acc_plan_mtable.class.php:43 -#: include/class/anc_group_operation.class.php:121 -#: include/database.item.php:80 include/template/security_list_action.php:55 +#: include/class/anc_group_operation.class.php:121 include/database.item.php:80 +#: include/template/security_list_action.php:55 #: include/ext/amortis/include/template/material_detail.php:36 #: include/class/acc_plan_mtable.class.php:49 include/database.item.php:78 #: include/database.item.php:110 include/category_card.inc.php:75 @@ -9165,15 +9121,16 @@ msgstr "Undeleted opnemen" #: include/ajax/ajax_card.php:145 include/class/class_fiche.php:655 #: include/ext/importbank/include/import_bank.class.php:490 #: include/ajax/ajax_card.php:148 include/class/fiche.class.php:661 +#: include/class/fiche.class.php:663 msgid "Fiche non trouvée" msgstr "Record niet gevonden" #: html/ajax_card.php:497 html/ajax_card.php:498 html/ajax_card.php:499 #: html/ajax_card.php:550 html/ajax_card.php:551 html/ajax_card.php:557 -#: html/ajax_card.php:559 html/ajax_card.php:558 -#: include/ajax/ajax_card.php:538 include/ajax/ajax_card.php:539 -#: include/ajax/ajax_card.php:540 include/ajax/ajax_card.php:573 -#: include/ajax/ajax_card.php:577 include/ajax/ajax_card.php:607 +#: html/ajax_card.php:559 html/ajax_card.php:558 include/ajax/ajax_card.php:538 +#: include/ajax/ajax_card.php:539 include/ajax/ajax_card.php:540 +#: include/ajax/ajax_card.php:573 include/ajax/ajax_card.php:577 +#: include/ajax/ajax_card.php:607 msgid "Fiche non valide" msgstr "Ongeldige opnemen" @@ -9198,8 +9155,7 @@ msgstr "Afgeloste handeling" msgid "Ficher Charge" msgstr "Bestand te laden" -#: include/ext/import_account/index.php:57 -#: include/ext/import_doli/index.php:57 +#: include/ext/import_account/index.php:57 include/ext/import_doli/index.php:57 #: include/export/export_stock_resume_list.php:38 msgid "Fiches" msgstr "Fiches" @@ -9234,10 +9190,9 @@ msgstr "Bestand" #: include/ext/rapport_avance/raw.php:163 #: include/ext/rapport_avance/raw.php:210 html/show_pj.php:83 #: include/ext/rapport_avance/raw.php:277 include/export/export_receipt.php:71 -#: include/ext/rapport_avance/raw.php:63 -#: include/ext/rapport_avance/raw.php:107 include/ext/listing/raw.php:59 -#: include/ext/listing/raw.php:106 include/ext/listing/raw.php:173 -#: include/export/export_receipt.php:80 +#: include/ext/rapport_avance/raw.php:63 include/ext/rapport_avance/raw.php:107 +#: include/ext/listing/raw.php:59 include/ext/listing/raw.php:106 +#: include/ext/listing/raw.php:173 include/export/export_receipt.php:80 msgid "Fichier effacé" msgstr "Verwijderde bestand" @@ -9360,8 +9315,7 @@ msgstr "Rapid filter:" msgid "Filtre rapide:" msgstr "Rapid filter:" -#: include/class_acc_ledger.php:2860 -#: include/template/stock_state_search.php:50 +#: include/class_acc_ledger.php:2860 include/template/stock_state_search.php:50 #: include/class_acc_ledger.php:2929 html/ajax_card.php:301 #: include/class_acc_ledger.php:2944 include/class_acc_ledger.php:2956 #: include/class_acc_ledger.php:2965 html/ajax_card.php:303 @@ -9406,7 +9360,7 @@ msgstr "Gefilterd per dagboek" msgid "Fin" msgstr "" -#: html/test_class.php:239 +#: html/test_class.php:239 dev/test/test_class.php:235 msgid "Fin de programme" msgstr "" @@ -9420,12 +9374,10 @@ msgstr "" #: include/database.item.php:208 include/lib/user_menu.php:165 #: include/lib/user_menu.php:178 include/cfgledger.inc.php:163 #: include/database.item.php:211 include/database.item.php:222 -#: include/class/acc_ledger_search.class.php:1079 -#: include/cfgledger.inc.php:165 include/database.item.php:228 -#: include/database.item.php:245 -#: include/class/acc_ledger_search.class.php:1074 -#: include/database.item.php:209 include/database.item.php:220 -#: include/cfgledger.inc.php:170 +#: include/class/acc_ledger_search.class.php:1079 include/cfgledger.inc.php:165 +#: include/database.item.php:228 include/database.item.php:245 +#: include/class/acc_ledger_search.class.php:1074 include/database.item.php:209 +#: include/database.item.php:220 include/cfgledger.inc.php:170 #: include/class/acc_ledger_search.class.php:1082 msgid "Financier" msgstr "Financieel" @@ -9564,6 +9516,7 @@ msgstr "Leverancier vandaag betalen" #: include/ajax_preference.php:165 include/ajax_preference.php:166 #: html/test_class.php:219 include/ajax_preference.php:173 #: include/ajax/ajax_preference.php:173 include/ajax/ajax_preference.php:252 +#: dev/test/test_class.php:215 msgid "Français" msgstr "Frans" @@ -9757,8 +9710,7 @@ msgstr "Grid 56: te vorderen BTW vermeld op de afgegeven ratings" msgid "Grille 56 : tva due sur opération grille 87" msgstr "Grid 56: verschuldigde BTW op exploitatie van het net 87" -#: include/ext/tva/form_parameter.php:97 -#: include/ext/tva/form_parameter.php:100 +#: include/ext/tva/form_parameter.php:97 include/ext/tva/form_parameter.php:100 msgid "Grille 57 :T.V.A. relative aux importations avec report de perception " msgstr "Grid 57: BTW op de invoer uitgestelde collectie" @@ -9767,8 +9719,7 @@ msgstr "Grid 57: BTW op de invoer uitgestelde collectie" msgid "Grille 59 : taxe déductible" msgstr "Grille 59 fiscaal aftrekbaar" -#: include/ext/tva/form_parameter.php:98 -#: include/ext/tva/form_parameter.php:101 +#: include/ext/tva/form_parameter.php:98 include/ext/tva/form_parameter.php:101 msgid "Grille 61 :Diverses régularisations T.V.A. en faveur de l'Etat" msgstr "Grid 61: Diverse aanpassingen BTW voor de staat" @@ -9777,8 +9728,7 @@ msgstr "Grid 61: Diverse aanpassingen BTW voor de staat" msgid "Grille 62 : Diverses régularisations T.V.A. en faveur du déclarant" msgstr "Grid 62: Diverse aanpassingen in het voordeel te verklaren BTW" -#: include/ext/tva/form_parameter.php:99 -#: include/ext/tva/form_parameter.php:102 +#: include/ext/tva/form_parameter.php:99 include/ext/tva/form_parameter.php:102 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" @@ -10337,8 +10287,7 @@ msgstr "Informatie Bank" msgid "Importation d'opérations " msgstr "Operaties invoegen" -#: include/ext/import_account/index.php:58 -#: include/ext/import_doli/index.php:58 +#: include/ext/import_account/index.php:58 include/ext/import_doli/index.php:58 msgid "Importation d'opérations de vente ou d'achat" msgstr "Import transacties van verkoop of aankoop" @@ -10380,8 +10329,7 @@ msgstr "Nieuwe fiches invoegen" msgid "Importation de nouveaux fichiers" msgstr "Nieuwe bestanden importeren" -#: include/ext/import_account/index.php:57 -#: include/ext/import_doli/index.php:57 +#: include/ext/import_account/index.php:57 include/ext/import_doli/index.php:57 msgid "Importation de nouvelles fiches" msgstr "Nieuwe fiches invoegen" @@ -10408,7 +10356,7 @@ msgstr "Invoegen" #: include/class_fiche.php:1022 include/class/class_fiche.php:1022 #: include/class/class_fiche.php:1024 include/class/class_fiche.php:1027 -#: include/class/fiche.class.php:1117 +#: include/class/fiche.class.php:1117 include/class/fiche.class.php:1119 msgid "Impossible cette fiche est utilisée dans un journal" msgstr "" @@ -10422,6 +10370,12 @@ msgstr "" msgid "Impossible d'écrire dans le répertoire include" msgstr "" +#: 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.php:3611 include/class_acc_ledger.php:3695 #: include/class_acc_ledger.php:3694 include/class_acc_ledger.php:3710 #: include/class_acc_ledger.php:3740 include/class_acc_ledger.php:3767 @@ -10766,9 +10720,8 @@ msgstr "Intern" #: include/fiche.inc.php:446 include/class_acc_ledger_purchase.php:1772 #: include/class_acc_ledger_sold.php:1341 #: include/class_acc_ledger_purchase.php:1759 -#: include/class_acc_ledger_purchase.php:1758 -#: include/class_balance_age.php:143 include/fiche.inc.php:514 -#: include/template/balance_aged_result.php:53 +#: include/class_acc_ledger_purchase.php:1758 include/class_balance_age.php:143 +#: include/fiche.inc.php:514 include/template/balance_aged_result.php:53 #: include/class_acc_ledger_purchase.php:1757 include/fiche.inc.php:517 #: include/export/export_fiche_balance_csv.php:141 #: include/class/class_acc_ledger_purchase.php:1758 @@ -10920,8 +10873,8 @@ msgstr "Donderdag" #: include/verif_bilan.inc.php:74 include/class/class_acc_ledger.php:670 #: include/class/class_acc_ledger_purchase.php:1388 #: include/class/class_acc_ledger_sold.php:678 -#: include/class/class_pdf_operation.php:62 -#: include/compta_fin_saldo.inc.php:49 include/export/export_ledger_pdf.php:83 +#: include/class/class_pdf_operation.php:62 include/compta_fin_saldo.inc.php:49 +#: include/export/export_ledger_pdf.php:83 #: include/export/export_poste_detail_pdf.php:96 #: include/class/acc_ledger_purchase.class.php:1402 #: include/class/acc_ledger_search.class.php:938 @@ -11005,10 +10958,8 @@ msgstr "Handeling is niet gevonden" #: include/class_html_input.php:319 include/lib/class_html_input.php:319 #: include/lib/class_html_input.php:320 include/lib/class_html_input.php:321 -#: include/param_sec.inc.php:219 -#: include/class/acc_ledger_search.class.php:1070 -#: include/param_sec.inc.php:223 -#: include/class/acc_ledger_search.class.php:1065 +#: include/param_sec.inc.php:219 include/class/acc_ledger_search.class.php:1070 +#: include/param_sec.inc.php:223 include/class/acc_ledger_search.class.php:1065 #: include/class/acc_ledger_search.class.php:1073 msgid "Journaux" msgstr "Dagboeken" @@ -11710,8 +11661,7 @@ msgstr "smaad" #: include/class_acc_account.php:187 include/class_acc_ledger.php:1428 #: include/class_acc_ledger.php:1435 include/class_acc_ledger.php:1661 -#: include/class_acc_ledger.php:1688 -#: include/class_acc_ledger_purchase.php:1364 +#: include/class_acc_ledger.php:1688 include/class_acc_ledger_purchase.php:1364 #: include/class_acc_ledger_sold.php:659 include/class_pre_op_advanced.php:184 #: include/template/forecast-detail.php:14 #: include/template/form_ledger_detail.php:50 @@ -11741,9 +11691,8 @@ msgstr "smaad" #: include/class_acc_ledger.php:1666 include/class_acc_ledger.php:1693 #: include/class_acc_ledger_purchase.php:1371 #: include/class_acc_ledger_purchase.php:1764 -#: include/class_acc_ledger_sold.php:670 -#: include/class_acc_ledger_sold.php:1338 include/class_anc_grandlivre.php:192 -#: include/class_pre_op_advanced.php:186 +#: include/class_acc_ledger_sold.php:670 include/class_acc_ledger_sold.php:1338 +#: include/class_anc_grandlivre.php:192 include/class_pre_op_advanced.php:186 #: include/template/ledger_detail_ach.php:72 #: include/template/ledger_detail_bottom.php:84 #: include/template/ledger_detail_fin.php:54 @@ -11751,18 +11700,16 @@ msgstr "smaad" #: include/template/ledger_detail_misc.php:90 #: include/template/ledger_detail_ven.php:80 include/class_acc_ledger.php:1444 #: include/class_acc_ledger.php:1451 include/class_acc_ledger.php:1678 -#: include/class_acc_ledger.php:1705 -#: include/class_acc_ledger_purchase.php:1374 +#: include/class_acc_ledger.php:1705 include/class_acc_ledger_purchase.php:1374 #: include/class_acc_ledger_purchase.php:1770 #: include/class_acc_ledger_sold.php:1339 #: include/class_print_ledger_detail_item.php:60 #: include/class_pre_op_advanced.php:197 #: include/template/ledger_detail_misc.php:89 -#: include/class_acc_ledger_purchase.php:1757 -#: include/class_acc_ledger.php:1445 include/class_acc_ledger.php:1452 -#: include/class_acc_ledger.php:1681 include/class_acc_ledger.php:1708 -#: include/class_acc_ledger_purchase.php:1756 include/param_pcmn.inc.php:75 -#: include/template/balance_aged_result.php:50 +#: include/class_acc_ledger_purchase.php:1757 include/class_acc_ledger.php:1445 +#: include/class_acc_ledger.php:1452 include/class_acc_ledger.php:1681 +#: include/class_acc_ledger.php:1708 include/class_acc_ledger_purchase.php:1756 +#: include/param_pcmn.inc.php:75 include/template/balance_aged_result.php:50 #: include/template/ledger_detail_misc.php:42 #: include/template/ledger_detail_misc.php:97 #: include/class_acc_ledger_purchase.php:1755 @@ -12220,9 +12167,8 @@ msgstr "Maximale analytisch niveau is bereikt" #: include/menu.inc.php:130 include/cfgplugin.inc.php:99 #: include/menu.inc.php:114 include/menu.inc.php:131 #: include/ajax_get_profile.php:108 include/cfgplugin.inc.php:111 -#: include/template/profile_menu_display_module.php:55 -#: include/menu.inc.php:109 include/menu.inc.php:126 -#: include/ajax/ajax_get_profile.php:108 +#: include/template/profile_menu_display_module.php:55 include/menu.inc.php:109 +#: include/menu.inc.php:126 include/ajax/ajax_get_profile.php:108 #: include/template/profile_menu_display_module.php:56 #: include/cfgplugin.inc.php:112 include/cfgplugin.inc.php:113 #: include/cfgplugin.inc.php:114 @@ -12834,8 +12780,7 @@ msgid "Modèles locaux" msgstr "Modellen" #: include/ext/tva/form_periode.php:7 include/ext/tva/form_periode.php:11 -#: include/export/export_form_csv.php:82 -#: include/export/export_form_csv.php:101 +#: include/export/export_form_csv.php:82 include/export/export_form_csv.php:101 msgid "Mois" msgstr "Maand" @@ -12844,8 +12789,7 @@ msgstr "Maand" msgid "Mois de début n'existe pas " msgstr "Dit plan bestaat niet" -#: include/class_acc_ledger.php:1689 -#: include/class_acc_ledger_purchase.php:1388 +#: include/class_acc_ledger.php:1689 include/class_acc_ledger_purchase.php:1388 #: include/class_acc_ledger_sold.php:682 include/class_anc_account.php:271 #: include/class_anc_listing.php:89 include/class_pre_op_advanced.php:185 #: include/fiche.inc.php:441 include/template/forecast-detail.php:15 @@ -12868,8 +12812,7 @@ msgstr "Dit plan bestaat niet" #: include/fiche.inc.php:446 include/ext/modop/template_ledger_fin.php:24 #: include/ac_common.php:1074 include/anc_pa.inc.php:207 #: include/class_acc_ledger.php:671 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:1694 -#: include/class_acc_ledger_purchase.php:1395 +#: include/class_acc_ledger.php:1694 include/class_acc_ledger_purchase.php:1395 #: include/class_acc_ledger_sold.php:693 include/class_pre_op_advanced.php:187 #: include/fiche.inc.php:448 include/ac_common.php:1075 #: include/anc_pa.inc.php:209 include/class_acc_ledger.php:672 @@ -12919,8 +12862,7 @@ msgstr "Dit plan bestaat niet" #: include/template/form_ledger_fin.php:43 #: include/ext/amortis/include/amortissement_material_pdf.class.php:38 #: include/ext/amortis/include/amortissement_table_pdf.class.php:44 -#: include/lib/ac_common.php:1177 -#: include/ajax/ajax_anc_detail_operation.php:56 +#: include/lib/ac_common.php:1177 include/ajax/ajax_anc_detail_operation.php:56 #: include/export/export_form_csv.php:72 #: include/export/export_poste_detail_csv.php:201 #: include/class/acc_ledger.class.php:1314 @@ -12947,6 +12889,7 @@ msgstr "Dit plan bestaat niet" #: include/class/acc_ledger_search.class.php:639 #: include/class/acc_ledger_search.class.php:949 #: include/class/print_ledger_misc.class.php:48 +#: include/class/fiche.class.php:1384 msgid "Montant" msgstr "Bedrag" @@ -13014,8 +12957,7 @@ msgid "Montant ND" msgstr "Niet terug te vorderen bedrag" #: include/class_acc_ledger_purchase.php:1384 -#: include/class_acc_ledger_sold.php:678 -#: include/template/detail-action.php:309 +#: include/class_acc_ledger_sold.php:678 include/template/detail-action.php:309 #: include/ext/import_account/include/class_impacc_operation.php:149 #: include/class_acc_ledger_purchase.php:1749 #: include/class_acc_ledger_sold.php:1333 @@ -13023,8 +12965,7 @@ msgstr "Niet terug te vorderen bedrag" #: include/class_acc_ledger_sold.php:1331 #: include/class_acc_ledger_purchase.php:1391 #: include/class_acc_ledger_purchase.php:1781 -#: include/class_acc_ledger_sold.php:689 -#: include/class_acc_ledger_sold.php:1355 +#: include/class_acc_ledger_sold.php:689 include/class_acc_ledger_sold.php:1355 #: include/template/detail-action.php:322 #: include/class_acc_ledger_purchase.php:1394 #: include/class_acc_ledger_purchase.php:1787 @@ -13097,12 +13038,10 @@ msgid "Montant TVA incorrect" msgstr "Foutief bedrag van de BTW" #: include/class_acc_ledger_purchase.php:1386 -#: include/class_acc_ledger_sold.php:680 -#: include/template/detail-action.php:310 +#: include/class_acc_ledger_sold.php:680 include/template/detail-action.php:310 #: include/template/detail-action.php:309 #: include/class_acc_ledger_purchase.php:1393 -#: include/class_acc_ledger_sold.php:691 -#: include/template/detail-action.php:323 +#: include/class_acc_ledger_sold.php:691 include/template/detail-action.php:323 #: include/class_acc_ledger_purchase.php:1396 #: include/template/detail-action.php:339 #: include/template/detail-action.php:345 @@ -13418,14 +13357,12 @@ msgstr "Kan niet worden toegevoegd" msgid "Ne peut pas créer le répertoire " msgstr "Kan niet worden omgezet in PDF" -#: include/ajax_account_update.php:185 -#: include/ajax/ajax_account_update.php:185 +#: include/ajax_account_update.php:185 include/ajax/ajax_account_update.php:185 #: include/ajax/ajax_account_update.php:187 msgid "Ne peut pas effacer le poste: d'autres postes en dépendent" msgstr "" -#: include/ajax_account_update.php:194 -#: include/ajax/ajax_account_update.php:194 +#: include/ajax_account_update.php:194 include/ajax/ajax_account_update.php:194 #: include/ajax/ajax_account_update.php:196 msgid "Ne peut pas effacer le poste: il est utilisé dans les journaux" msgstr "" @@ -13569,8 +13506,7 @@ msgstr "Geen handeling" #: include/profile.inc.php:354 include/lib/class_html_input.php:326 #: include/ajax/ajax_admin.php:200 include/ajax/ajax_get_profile.php:52 #: include/ajax/ajax_mod_stock_repo.php:39 -#: include/class/class_anc_account.php:267 -#: include/class/class_anc_plan.php:123 +#: include/class/class_anc_account.php:267 include/class/class_anc_plan.php:123 #: include/class/class_balance_age.php:139 #: include/class/class_document_modele.php:66 #: include/class/class_fiche.php:1598 include/class/class_user.php:977 @@ -13592,8 +13528,7 @@ msgstr "Geen handeling" #: include/ext/amortis/include/amortissement_material_pdf.class.php:34 #: include/ajax/ajax_admin.php:225 include/ajax/ajax_get_profile.php:55 #: include/class/acc_ledger_search.class.php:1088 -#: include/class/anc_plan.class.php:137 -#: include/class/balance_age.class.php:145 +#: include/class/anc_plan.class.php:137 include/class/balance_age.class.php:145 #: include/class/document_modele.class.php:67 #: include/class/fiche.class.php:1757 include/class/user.class.php:964 #: include/database.item.php:154 include/modele.inc.php:358 @@ -13605,6 +13540,7 @@ msgstr "Geen handeling" #: include/class/user.class.php:988 include/upgrade-plugin.php:59 #: include/upgrade-template.php:51 #: include/class/acc_ledger_search.class.php:1091 +#: include/class/fiche.class.php:1762 msgid "Nom" msgstr "Naam" @@ -14362,8 +14298,7 @@ msgstr "Ongeldig btw nummer" msgid "Numéro de téléphone incorrect" msgstr "Verkeerd telefoonnummer" -#: include/template/action_search.php:88 -#: include/template/action_search.php:102 +#: include/template/action_search.php:88 include/template/action_search.php:102 #: include/template/action_search.php:139 #: include/template/action_search.php:121 msgid "Numéro document" @@ -14528,6 +14463,7 @@ msgstr "Nummer" #: include/ajax_preference.php:167 include/ajax_preference.php:168 #: html/test_class.php:221 include/ajax_preference.php:175 #: include/ajax/ajax_preference.php:175 include/ajax/ajax_preference.php:254 +#: dev/test/test_class.php:217 msgid "Néerlandais" msgstr "Nederlands" @@ -14540,6 +14476,7 @@ msgstr "Analytische OD" #: include/lib/class_manage_table_sql.php:659 #: include/lib/manage_table_sql.class.php:932 #: include/lib/manage_table_sql.class.php:1005 +#: include/lib/manage_table_sql.class.php:1025 msgid "OK" msgstr "" @@ -14619,6 +14556,22 @@ msgid "" "On ne peut pas écrire dans le répertoire de NOALYSS, changez-en les droits " msgstr "" +#: scenario/acc_ledger_historyTest.php:53 +msgid "Only VEN Detailled" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:58 +msgid "Only VEN Extended" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:44 +msgid "Only VEN from Acc_Ledger_History_Sale" +msgstr "" + +#: scenario/acc_ledger_historyTest.php:48 +msgid "Only VEN one line" +msgstr "" + #: include/template/form_ledger_fin.php:45 #: include/template/form_ledger_fin.php:44 msgid "Op. Concernée(s)" @@ -14830,8 +14783,7 @@ msgstr "Verschillende bewerkingen" msgid "Opérations NON lettrées" msgstr "NON operaties geletterde" -#: include/ext/import_account/index.php:58 -#: include/ext/import_doli/index.php:58 +#: include/ext/import_account/index.php:58 include/ext/import_doli/index.php:58 msgid "Opérations Ventes/Achats" msgstr "Operatie Verkopen/Aankopen" @@ -15204,8 +15156,7 @@ msgstr "Parameter bedrijf" msgid "Parametres journaux non trouves" msgstr "Parameters van niet journaal van stuurprogramma" -#: include/ext/import_account/index.php:59 -#: include/ext/import_doli/index.php:59 +#: include/ext/import_account/index.php:59 include/ext/import_doli/index.php:59 #: include/ext/import_account/index.php:66 #: include/ext/import-winbook/index.php:67 msgid "Paramètrage" @@ -15238,12 +15189,11 @@ msgstr "Parameter" msgid "Paramètre SAV" msgstr "Parameter" -#: html/admin/setup.php:412 html/install.php:476 -#: include/admin_repo.inc.php:121 html/install.php:475 html/install.php:473 -#: html/install.php:479 html/install.php:471 include/admin_repo.inc.php:125 -#: html/install.php:477 html/install.php:439 include/admin_repo.inc.php:127 -#: html/install.php:414 include/admin_repo.inc.php:129 html/install.php:420 -#: html/install.php:423 +#: html/admin/setup.php:412 html/install.php:476 include/admin_repo.inc.php:121 +#: html/install.php:475 html/install.php:473 html/install.php:479 +#: html/install.php:471 include/admin_repo.inc.php:125 html/install.php:477 +#: html/install.php:439 include/admin_repo.inc.php:127 html/install.php:414 +#: include/admin_repo.inc.php:129 html/install.php:420 html/install.php:423 #, fuzzy msgid "Paramètre base de données" msgstr "Database" @@ -15271,8 +15221,7 @@ msgstr "Parameter is ongeldig" #: 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/ajax_display_submenu.php:44 -#: include/ajax/ajax_display_submenu.php:44 +#: include/ajax_display_submenu.php:44 include/ajax/ajax_display_submenu.php:44 #: include/ext/rapport_avance/ajax_modify_param_detail.php:79 #: include/class/class_acc_ledger.php:83 include/lib/http_input.class.php:113 #: include/class/acc_ledger.class.php:86 include/lib/http_input.class.php:120 @@ -15490,12 +15439,9 @@ msgstr "Betaald" #: include/class_acc_ledger.php:3478 include/class_acc_ledger.php:3548 #: include/class_acc_ledger.php:3547 include/class_acc_ledger.php:3563 #: include/class_acc_ledger.php:3583 include/class_acc_ledger.php:3610 -#: include/class_acc_ledger.php:3619 -#: include/class_acc_ledger_purchase.php:1628 -#: include/class_acc_ledger.php:3621 -#: include/class_acc_ledger_purchase.php:1627 -#: include/class_acc_ledger.php:3629 -#: include/class_acc_ledger_purchase.php:1626 +#: include/class_acc_ledger.php:3619 include/class_acc_ledger_purchase.php:1628 +#: include/class_acc_ledger.php:3621 include/class_acc_ledger_purchase.php:1627 +#: include/class_acc_ledger.php:3629 include/class_acc_ledger_purchase.php:1626 #: include/class/class_acc_ledger.php:3629 #: include/class/class_acc_ledger_purchase.php:1627 #: include/class/class_acc_ledger_purchase.php:1634 @@ -15656,8 +15602,7 @@ msgstr "stuk" #: include/ext/tools/include/tool_function.php:491 #: include/class_acc_ledger_purchase.php:1758 include/ac_common.php:1087 #: include/class_acc_ledger.php:669 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:1674 -#: include/class_acc_ledger_purchase.php:1757 +#: include/class_acc_ledger.php:1674 include/class_acc_ledger_purchase.php:1757 #: include/template/balance_aged_result.php:47 #: include/template/ledger_detail_misc.php:58 include/ac_common.php:1088 #: include/class_acc_ledger_purchase.php:1756 include/ac_common.php:1152 @@ -15686,8 +15631,7 @@ msgstr "stuk" #: include/class/class_pdf_operation.php:79 include/lib/ac_common.php:1173 #: include/ext/tools/include/anc_grandlivre_ext.class.php:124 #: include/lib/ac_common.php:1174 include/export/export_gl_csv.php:96 -#: include/export/export_gl_pdf.php:88 -#: include/export/export_ledger_csv.php:254 +#: include/export/export_gl_pdf.php:88 include/export/export_ledger_csv.php:254 #: include/class/acc_ledger.class.php:1281 #: include/class/acc_ledger_purchase.class.php:1810 #: include/class/acc_ledger_search.class.php:650 @@ -15855,8 +15799,7 @@ msgstr "Archief" #: include/class_acc_ledger_purchase.php:1768 #: include/class_acc_ledger_sold.php:1342 include/class_anc_grandlivre.php:190 #: include/class_pre_op_advanced.php:185 include/class_acc_ledger.php:1450 -#: include/class_acc_ledger.php:1704 -#: include/class_acc_ledger_purchase.php:1774 +#: include/class_acc_ledger.php:1704 include/class_acc_ledger_purchase.php:1774 #: include/class_acc_ledger_sold.php:1343 include/database.item.php:65 #: include/database.item.php:81 include/database.item.php:71 #: include/database.item.php:86 include/class_pre_op_advanced.php:196 @@ -15904,8 +15847,8 @@ msgstr "Archief" #: include/class/acc_ledger_purchase.class.php:1813 #: include/class/acc_ledger_sold.class.php:1388 #: include/class/anc_grandlivre.class.php:213 -#: include/class/anc_listing.class.php:78 -#: include/class/anc_table.class.php:441 include/class/fiche.class.php:1456 +#: include/class/anc_listing.class.php:78 include/class/anc_table.class.php:441 +#: include/class/fiche.class.php:1456 #: include/class/pre_op_advanced.class.php:196 include/database.item.php:64 #: include/database.item.php:79 include/ajax/ajax_display_letter.php:50 #: include/export/export_poste_detail_csv.php:79 @@ -15918,7 +15861,7 @@ msgstr "Archief" #: include/class/fiche.class.php:1457 include/database.item.php:77 #: include/class/acc_ledger_purchase.class.php:1834 #: include/class/acc_ledger.class.php:611 -#: include/class/acc_ledger.class.php:881 +#: include/class/acc_ledger.class.php:881 include/class/fiche.class.php:1459 msgid "Poste" msgstr "Rekening" @@ -15945,11 +15888,11 @@ msgstr "Kostenpost " #: include/database.item.php:167 include/ajax/ajax_poste.php:65 #: include/card_attr.inc.php:82 include/database.item.php:170 #: include/template/ledger_detail_bottom.php:83 -#: include/class/acc_plan_mtable.class.php:39 -#: include/class/fiche.class.php:468 include/balance.inc.php:306 -#: include/database.item.php:175 include/template/ledger_detail_bottom.php:88 +#: include/class/acc_plan_mtable.class.php:39 include/class/fiche.class.php:468 +#: include/balance.inc.php:306 include/database.item.php:175 +#: include/template/ledger_detail_bottom.php:88 #: include/template/ledger_detail_misc.php:99 include/ajax/ajax_poste.php:64 -#: include/class/acc_plan_mtable.class.php:45 +#: include/class/acc_plan_mtable.class.php:45 include/class/fiche.class.php:470 msgid "Poste Comptable" msgstr "rekening" @@ -16018,11 +15961,10 @@ msgstr "Kostenpost" #: include/ajax/ajax_boxcard_search.php:66 include/class/class_fiche.php:1597 #: include/class/class_fiche.php:1600 include/template/pcmn_update.php:28 #: include/template/pcmn_update.php:36 include/class/class_fiche.php:1599 -#: include/class/class_fiche.php:1602 -#: include/class/class_pdf_operation.php:246 -#: include/class/fiche.class.php:1756 -#: include/class/pdf_operation.class.php:246 +#: include/class/class_fiche.php:1602 include/class/class_pdf_operation.php:246 +#: include/class/fiche.class.php:1756 include/class/pdf_operation.class.php:246 #: include/ajax/ajax_boxcard_search.php:65 include/class/fiche.class.php:1759 +#: include/class/fiche.class.php:1761 msgid "Poste comptable" msgstr "Accountant Vacature" @@ -16108,6 +16050,9 @@ msgstr "Boekhoudkundige post of fiche veranderen" #: include/class/fiche.class.php:843 include/class/fiche.class.php:986 #: include/class/fiche.class.php:987 include/class/fiche.class.php:1021 #: include/class/acc_plan_mtable.class.php:146 +#: include/class/fiche.class.php:819 include/class/fiche.class.php:844 +#: include/class/fiche.class.php:845 include/class/fiche.class.php:988 +#: include/class/fiche.class.php:989 include/class/fiche.class.php:1023 #, fuzzy msgid "Poste comptable trop long" msgstr "Accountant Vacature" @@ -16654,14 +16599,12 @@ msgstr "Periode" msgid "Période %s au %s " msgstr "periode tussen% s [% s] en [% s]" -#: include/class_acc_ledger.php:1427 -#: include/class_acc_ledger_purchase.php:1358 +#: include/class_acc_ledger.php:1427 include/class_acc_ledger_purchase.php:1358 #: include/class_acc_ledger_sold.php:653 include/class_acc_ledger.php:1424 -#: include/class_acc_ledger.php:1431 -#: include/class_acc_ledger_purchase.php:1365 +#: include/class_acc_ledger.php:1431 include/class_acc_ledger_purchase.php:1365 #: include/class_acc_ledger_sold.php:664 include/class_acc_ledger.php:1443 -#: include/class_acc_ledger_purchase.php:1368 -#: include/class_acc_ledger.php:1444 include/class/class_acc_ledger.php:1444 +#: include/class_acc_ledger_purchase.php:1368 include/class_acc_ledger.php:1444 +#: include/class/class_acc_ledger.php:1444 #: include/class/class_acc_ledger_purchase.php:1369 #: include/class/class_acc_ledger_sold.php:664 #: include/class/class_acc_ledger_purchase.php:1376 @@ -16690,8 +16633,7 @@ msgstr "Periode" msgid "Période chevauchant une autre" msgstr "" -#: include/class_acc_ledger.php:1638 -#: include/class_acc_ledger_purchase.php:1016 +#: include/class_acc_ledger.php:1638 include/class_acc_ledger_purchase.php:1016 #: include/class_acc_ledger_sold.php:1039 #: include/ext/amortis/include/class_am_generate.php:91 #: include/class_acc_ledger.php:1635 include/class_acc_ledger.php:1643 @@ -16766,8 +16708,7 @@ msgstr "Code" #: include/template/ledger_detail_ven.php:125 #: include/template/operation_detail_ach.php:46 #: include/template/operation_detail_ven.php:38 -#: include/template/stock_inv.php:68 -#: include/template/ledger_detail_ven.php:131 +#: include/template/stock_inv.php:68 include/template/ledger_detail_ven.php:131 #: include/template/ledger_detail_ach.php:129 #: include/template/ledger_detail_ven.php:132 #: include/template/ledger_detail_ven.php:129 @@ -16812,7 +16753,7 @@ msgstr "Hoeveelheid" #: include/class/fiche.class.php:1755 include/database.item.php:164 #: include/template/ledger_detail_bottom.php:89 #: include/template/ledger_detail_misc.php:100 -#: include/class/fiche.class.php:1758 +#: include/class/fiche.class.php:1758 include/class/fiche.class.php:1760 msgid "Quick Code" msgstr "Quick Code" @@ -16878,12 +16819,12 @@ msgid "Rafraîchir" msgstr "Hernieuwen" #: include/class_fiche.php:451 include/class/class_fiche.php:451 -#: include/class/fiche.class.php:453 +#: include/class/fiche.class.php:453 include/class/fiche.class.php:455 msgid "Rappel: Poste créé automatiquement à partir de " msgstr "HERINNERING: rekening Automatisch aangemaakt VANAF" #: include/class_fiche.php:459 include/class/class_fiche.php:459 -#: include/class/fiche.class.php:461 +#: include/class/fiche.class.php:461 include/class/fiche.class.php:463 msgid "Rappel: Poste par défaut sera " msgstr "HERINNERING: Rekining ZAL" @@ -16986,6 +16927,7 @@ msgstr "Bank Verzoening" #: include/ajax/ajax_search_operation.php:72 #: include/class/acc_ledger_search.class.php:559 html/recherche.php:82 #: include/class/acc_ledger_search.class.php:547 +#: scenario/search_acc_operation.php:34 #, php-format msgid "Recherche" msgstr "Vinden" @@ -16999,18 +16941,18 @@ msgstr "Activiteit zoeken" msgid "Recherche avancée" msgstr "Gedetailleerder Zoeken" -#: html/ajax_card.php:354 include/fiche.inc.php:90 -#: include/forecast.inc.php:264 include/forecast.inc.php:329 -#: include/impress_poste.inc.php:43 include/ext/modop/modop_display.php:80 +#: html/ajax_card.php:354 include/fiche.inc.php:90 include/forecast.inc.php:264 +#: include/forecast.inc.php:329 include/impress_poste.inc.php:43 +#: include/ext/modop/modop_display.php:80 #: include/ext/modop/modop_display.php:113 #: include/ext/modop/modop_display.php:147 #: include/ext/modop/modop_display.php:183 html/ajax_card.php:355 #: html/ajax_card.php:391 include/forecast.inc.php:242 -#: include/forecast.inc.php:308 html/ajax_card.php:392 -#: include/fiche.inc.php:92 html/ajax_card.php:393 -#: include/forecast.inc.php:244 include/ajax/ajax_card.php:373 -#: include/ajax/ajax_card.php:374 include/ajax/ajax_card.php:375 -#: include/ajax/ajax_card.php:408 include/ajax/ajax_card.php:411 +#: include/forecast.inc.php:308 html/ajax_card.php:392 include/fiche.inc.php:92 +#: html/ajax_card.php:393 include/forecast.inc.php:244 +#: include/ajax/ajax_card.php:373 include/ajax/ajax_card.php:374 +#: include/ajax/ajax_card.php:375 include/ajax/ajax_card.php:408 +#: include/ajax/ajax_card.php:411 msgid "Recherche de fiche" msgstr "VIND EEN blad" @@ -17233,17 +17175,17 @@ msgstr "Is te laat" #: include/cfgledger.inc.php:124 include/forecast.inc.php:347 #: include/report.inc.php:130 include/anc_pa.inc.php:242 #: include/ext/invoicing/include/invoice_generate.inc.php:82 -#: html/ajax_misc.php:314 include/dossier.inc.php:302 -#: include/modele.inc.php:72 include/modele.inc.php:359 -#: include/modele.inc.php:387 include/restore.inc.php:50 -#: include/dossier.inc.php:332 html/ajax_misc.php:320 -#: include/ajax_get_profile.php:47 include/anc_pa.inc.php:246 -#: include/cfgledger.inc.php:126 include/dossier.inc.php:325 -#: include/dossier.inc.php:368 include/forecast.inc.php:343 -#: include/dossier.inc.php:361 include/dossier.inc.php:404 -#: include/opening.inc.php:166 include/opening.inc.php:253 -#: include/ajax/ajax_get_profile.php:47 include/forecast.inc.php:337 -#: html/ajax_misc.php:398 include/modele.inc.php:73 include/modele.inc.php:373 +#: html/ajax_misc.php:314 include/dossier.inc.php:302 include/modele.inc.php:72 +#: include/modele.inc.php:359 include/modele.inc.php:387 +#: include/restore.inc.php:50 include/dossier.inc.php:332 +#: html/ajax_misc.php:320 include/ajax_get_profile.php:47 +#: include/anc_pa.inc.php:246 include/cfgledger.inc.php:126 +#: include/dossier.inc.php:325 include/dossier.inc.php:368 +#: include/forecast.inc.php:343 include/dossier.inc.php:361 +#: include/dossier.inc.php:404 include/opening.inc.php:166 +#: include/opening.inc.php:253 include/ajax/ajax_get_profile.php:47 +#: include/forecast.inc.php:337 html/ajax_misc.php:398 +#: include/modele.inc.php:73 include/modele.inc.php:373 #: include/modele.inc.php:401 include/report.inc.php:129 #: include/ajax/ajax_display_letter.php:34 html/do.php:253 #: include/modele.inc.php:71 include/modele.inc.php:414 @@ -17259,7 +17201,7 @@ msgstr "Is te laat" #: html/do.php:302 html/user_login.php:71 include/cfgledger.inc.php:138 #: include/modele.inc.php:403 include/modele.inc.php:443 #: include/ajax/ajax_display_letter.php:39 include/cfgledger.inc.php:141 -#: include/ext/tva/ajax.php:35 +#: include/ext/tva/ajax.php:35 html/do.php:312 msgid "Retour" msgstr "Terug" @@ -17512,9 +17454,9 @@ msgstr "Nieuwe lijn" #: include/param_pcmn.inc.php:67 include/report.inc.php:89 #: include/report.inc.php:104 include/template/detail-action.php:437 #: include/compta_fin.inc.php:148 include/template/detail-action.php:453 -#: html/ajax_card.php:212 html/ajax_card.php:491 -#: include/compta_fin.inc.php:151 include/template/dashboard.php:308 -#: include/template/detail-action.php:459 include/template/pcmn_update.php:52 +#: html/ajax_card.php:212 html/ajax_card.php:491 include/compta_fin.inc.php:151 +#: include/template/dashboard.php:308 include/template/detail-action.php:459 +#: include/template/pcmn_update.php:52 #: include/template/todo_list_display.php:103 html/ajax_card.php:497 #: include/class_fiche_def.php:789 html/ajax_card.php:213 #: html/ajax_card.php:498 include/class_fiche_def.php:800 @@ -17611,8 +17553,8 @@ msgstr "Geen enkel model" #: include/ext/amortis/include/template/material_detail.php:187 #: include/ext/rapport_avance/ajax_listing_detail_modify.php:79 #: include/card_attr.inc.php:163 include/cfgledger.inc.php:144 -#: include/template/ledger_detail_bottom.php:294 -#: include/ajax/ajax_card.php:161 include/class/class_acc_ledger.php:3294 +#: include/template/ledger_detail_bottom.php:294 include/ajax/ajax_card.php:161 +#: include/class/class_acc_ledger.php:3294 #: include/ext/import_card/include/template/template_save.php:37 #: include/cfgledger.inc.php:151 include/forecast.inc.php:262 #: include/forecast.inc.php:277 include/forecast.inc.php:297 @@ -17784,6 +17726,12 @@ msgstr "" msgid "Session expirée
Utilisateur déconnecté" msgstr "Sessie Vervallen
" +#: scenario/acc_ledger_historyTest.php:40 +msgid "" +"Set mode to D etailled all_ledgers result = Detailled Accounting from " +"Acc_Ledger_History_Generic" +msgstr "" + #: include/template/category_of_card.php:35 #: include/template/category_of_card.php:39 msgid "" @@ -17871,7 +17819,7 @@ msgstr "Bedrijven" #: include/class/acc_bilan.class.php:173 #: include/class/anc_listing.class.php:118 include/class/fiche.class.php:1761 #: include/balance.inc.php:317 include/class/acc_bilan.class.php:176 -#: include/class/fiche.class.php:1764 +#: include/class/fiche.class.php:1764 include/class/fiche.class.php:1766 msgid "Solde" msgstr "evenwicht" @@ -18474,8 +18422,7 @@ msgstr "Tabel met betrekking tot boekhouding" #: include/template/tag_list.php:11 include/template/tag_search_select.php:16 #: include/template/tag_select.php:16 include/template/tag_list.php:12 -#: include/template/tag_search_select.php:18 -#: include/template/tag_select.php:20 +#: include/template/tag_search_select.php:18 include/template/tag_select.php:20 msgid "Tag" msgstr "Tag" @@ -18546,6 +18493,10 @@ msgstr "Tarief van de BTW" msgid "Taux de TVA invalide" msgstr "Ongeldige code" +#: scenario/inplace_edit.test.php:32 +msgid "Test Inplace_Edit" +msgstr "" + #: include/card_attr.inc.php:77 include/card_attr.inc.php:78 msgid "Texte" msgstr "Tekst" @@ -18571,8 +18522,7 @@ msgstr "Thema" #: include/template/operation_detail_fin.php:32 #: include/class_acc_ledger.php:819 include/class_acc_ledger.php:823 #: include/template/ledger_detail_fin.php:45 include/class_acc_ledger.php:824 -#: include/class_acc_ledger.php:825 -#: include/ext/importbank/bank_constant.php:58 +#: include/class_acc_ledger.php:825 include/ext/importbank/bank_constant.php:58 #: include/class/class_acc_ledger.php:825 include/ext/importbank/ajax.php:91 #: include/export/export_histo_csv.php:41 #: include/export/export_ledger_csv.php:187 @@ -18598,6 +18548,7 @@ msgstr "Thema" #: include/export/export_ledger_csv.php:212 #: include/class/acc_ledger_search.class.php:637 #: include/class/print_ledger_misc.class.php:46 +#: include/class/fiche.class.php:1461 msgid "Tiers" msgstr "Derde" @@ -18610,15 +18561,29 @@ msgstr "Derde" #: include/template/detail-action.php:248 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:122 #: include/template/dashboard.php:304 include/template/detail-action.php:254 -#: include/template/todo_list_display.php:54 -#: include/template/dashboard.php:334 include/template/dashboard.php:339 -#: include/template/detail-action.php:259 +#: include/template/todo_list_display.php:54 include/template/dashboard.php:334 +#: include/template/dashboard.php:339 include/template/detail-action.php:259 #: include/template/detail-action.php:258 include/template/dashboard.php:348 #: include/ext/invoicing/include/invoice_send_mail_input.inc.php:139 #: include/template/action_show.php:40 include/template/dashboard.php:346 msgid "Titre" msgstr "Titel" +#: scenario/html_tab.test.php:32 +#, fuzzy +msgid "Titre 1" +msgstr "Titel" + +#: scenario/html_tab.test.php:35 +#, fuzzy +msgid "Titre 2" +msgstr "Titel" + +#: scenario/html_tab.test.php:49 +#, fuzzy +msgid "Titre 3" +msgstr "Titel" + #: include/class_print_ledger_detail_item.php:61 #: include/class/class_print_ledger_detail_item.php:61 #: include/class/print_ledger_detail_item.class.php:61 @@ -18682,10 +18647,9 @@ msgstr "Totaal BTW" #: include/template/ledger_detail_ven.php:250 #: include/template/ledger_detail_ven.php:252 #: include/class/class_anc_balance_simple.php:164 -#: include/class/class_anc_listing.php:113 -#: include/export/export_gl_csv.php:158 include/export/export_gl_csv.php:203 -#: include/export/export_gl_csv.php:151 include/export/export_gl_csv.php:212 -#: include/template/letter_prop.php:169 +#: include/class/class_anc_listing.php:113 include/export/export_gl_csv.php:158 +#: include/export/export_gl_csv.php:203 include/export/export_gl_csv.php:151 +#: include/export/export_gl_csv.php:212 include/template/letter_prop.php:169 #: include/class/class_anc_balance_double.php:275 #: include/class/class_anc_balance_simple.php:170 #: include/class/class_pdf_operation.php:154 @@ -18844,7 +18808,7 @@ msgstr "Totale last" #: include/class_fiche.php:1601 include/class/class_fiche.php:1601 #: include/class/class_fiche.php:1604 include/class/class_fiche.php:1603 #: include/class/class_fiche.php:1606 include/class/fiche.class.php:1760 -#: include/class/fiche.class.php:1763 +#: include/class/fiche.class.php:1763 include/class/fiche.class.php:1765 msgid "Total crédit" msgstr "Credit Totaal" @@ -18858,7 +18822,7 @@ msgstr "Rekeningoverzicht" #: include/class_fiche.php:1600 include/class/class_fiche.php:1600 #: include/class/class_fiche.php:1603 include/class/class_fiche.php:1602 #: include/class/class_fiche.php:1605 include/class/fiche.class.php:1759 -#: include/class/fiche.class.php:1762 +#: include/class/fiche.class.php:1762 include/class/fiche.class.php:1764 msgid "Total débit" msgstr "Debet Totaal" @@ -18912,14 +18876,12 @@ msgstr "Total Credit" #: include/class_acc_ledger.php:1543 include/export_fiche_balance_pdf.php:153 #: include/fiche.inc.php:357 include/template/forecast_result.php:31 #: include/class_acc_ledger.php:1540 include/fiche.inc.php:362 -#: include/class_acc_ledger.php:1548 -#: include/class_acc_ledger_purchase.php:1529 +#: include/class_acc_ledger.php:1548 include/class_acc_ledger_purchase.php:1529 #: include/class_acc_ledger_sold.php:806 include/class_acc_ledger.php:1560 #: include/class_acc_ledger_purchase.php:1536 #: include/class_acc_ledger_sold.php:807 include/impress_jrn.inc.php:316 #: include/template/print_ledger_simple.php:122 -#: include/class_acc_ledger.php:1563 -#: include/class_acc_ledger_purchase.php:1535 +#: include/class_acc_ledger.php:1563 include/class_acc_ledger_purchase.php:1535 #: include/class_balance_age.php:225 include/fiche.inc.php:435 #: include/class_acc_ledger_purchase.php:1534 include/fiche.inc.php:438 #: include/export/export_fiche_balance_pdf.php:153 @@ -18955,7 +18917,7 @@ msgstr "Total Credit" #: include/class/acc_ledger_sold.class.php:844 #: include/class/fiche.class.php:1542 #: include/class/acc_ledger_purchase.class.php:1588 -#: include/class/acc_ledger.class.php:724 +#: include/class/acc_ledger.class.php:724 include/class/fiche.class.php:1544 msgid "Totaux" msgstr "Totalen" @@ -19193,6 +19155,7 @@ msgstr "BTW NTV" #: include/class/acc_plan_mtable.class.php:46 #: include/class/fiche.class.php:1461 #: include/class/acc_ledger_search.class.php:1093 +#: include/class/fiche.class.php:1463 msgid "Type" msgstr "Type" @@ -19227,8 +19190,8 @@ msgstr "Soort document" #: include/template/action_search.php:114 #: include/template/document_mod_change.php:25 -#: include/template/action_search.php:128 -#: include/template/action_search.php:71 include/template/action_search.php:67 +#: include/template/action_search.php:128 include/template/action_search.php:71 +#: include/template/action_search.php:67 msgid "Type de document" msgstr "Soort document" @@ -19359,8 +19322,8 @@ msgid "Uniquement actif" msgstr "ALLEEN cijffers" #: include/template/action_search.php:133 -#: include/template/action_search.php:134 -#: include/template/action_search.php:77 include/template/action_search.php:73 +#: include/template/action_search.php:134 include/template/action_search.php:77 +#: include/template/action_search.php:73 msgid "Uniquement actions internes" msgstr "Alleen interne acties" @@ -19427,8 +19390,7 @@ msgstr "" msgid "Unknown type" msgstr "" -#: include/ajax_account_update.php:116 -#: include/ajax/ajax_account_update.php:116 +#: include/ajax_account_update.php:116 include/ajax/ajax_account_update.php:116 #: include/ajax/ajax_account_update.php:118 #, fuzzy msgid "Update Valeurs invalides" @@ -19601,8 +19563,7 @@ msgstr "Nettowaarde" msgid "Valeurs invalides" msgstr "Ongeldige waarden" -#: include/ajax_account_update.php:171 -#: include/ajax/ajax_account_update.php:171 +#: include/ajax_account_update.php:171 include/ajax/ajax_account_update.php:171 #: include/ajax/ajax_account_update.php:173 #, fuzzy msgid "Valeurs invalides " @@ -19712,13 +19673,11 @@ msgstr "Vrijdag" #: include/database.item.php:209 include/database.item.php:210 #: include/cfgledger.inc.php:166 include/database.item.php:17 #: include/database.item.php:213 include/database.item.php:223 -#: include/class/acc_ledger_search.class.php:1081 -#: include/cfgledger.inc.php:168 include/database.item.php:11 -#: include/database.item.php:230 include/database.item.php:246 -#: include/class/acc_ledger_search.class.php:1076 +#: include/class/acc_ledger_search.class.php:1081 include/cfgledger.inc.php:168 +#: include/database.item.php:11 include/database.item.php:230 +#: include/database.item.php:246 include/class/acc_ledger_search.class.php:1076 #: include/database.item.php:211 include/database.item.php:221 -#: include/cfgledger.inc.php:173 -#: include/class/acc_ledger_search.class.php:1084 +#: include/cfgledger.inc.php:173 include/class/acc_ledger_search.class.php:1084 msgid "Vente" msgstr "Verkoop" @@ -19756,7 +19715,7 @@ msgstr "" #: html/admin/setup.php:395 html/install.php:459 html/install.php:458 #: html/install.php:456 html/install.php:462 html/install.php:454 #: html/install.php:460 html/install.php:424 html/install.php:399 -#: html/install.php:405 html/install.php:408 +#: html/install.php:405 html/install.php:408 scenario/180209.php:18 #, fuzzy msgid "Version base de données :" msgstr "Database" @@ -19791,8 +19750,7 @@ msgstr "" #: include/ext/sav/include/template/sas_display_detail.php:103 #: include/database.item.php:164 include/database.item.php:163 #: include/database.item.php:156 include/ajax/ajax_mod_stock_repo.php:55 -#: include/database.item.php:157 -#: include/export/export_stock_resume_list.php:38 +#: include/database.item.php:157 include/export/export_stock_resume_list.php:38 #: include/database.item.php:165 msgid "Ville" msgstr "City" @@ -19844,6 +19802,7 @@ msgstr "Zie documenten controle" #: html/do.php:104 html/user_login.php:76 html/do.php:132 html/do.php:145 #: html/do.php:147 html/do.php:165 html/do.php:189 html/user_login.php:78 #: html/do.php:203 html/user_login.php:79 html/user_login.php:85 +#: html/do.php:213 msgid "Votre base de données n'est pas à jour" msgstr "UW datagegevens is niet van de laatste versie" @@ -20446,13 +20405,10 @@ msgstr "kiezen" #: include/class_acc_ledger.php:2531 include/class_acc_ledger.php:2534 #: include/class_html_input.php:857 include/class_acc_ledger.php:2542 #: include/class_html_input.php:861 include/lib/class_html_input.php:861 -#: include/class/class_acc_ledger.php:2542 -#: include/lib/class_html_input.php:876 -#: include/class/class_acc_ledger.php:2541 -#: include/lib/class_html_input.php:887 include/lib/class_html_input.php:888 -#: include/lib/class_html_input.php:915 -#: include/class/class_acc_ledger.php:2546 -#: include/lib/html_input.class.php:968 +#: include/class/class_acc_ledger.php:2542 include/lib/class_html_input.php:876 +#: include/class/class_acc_ledger.php:2541 include/lib/class_html_input.php:887 +#: include/lib/class_html_input.php:888 include/lib/class_html_input.php:915 +#: include/class/class_acc_ledger.php:2546 include/lib/html_input.class.php:968 #: include/class/acc_ledger_search.class.php:111 #: include/lib/html_input.class.php:1017 include/lib/html_input.class.php:1018 #: include/class/acc_ledger_search.class.php:112 @@ -20478,10 +20434,11 @@ msgstr "keuze van de soort dagboek" #: html/do.php:105 html/user_login.php:77 html/do.php:133 html/do.php:146 #: html/do.php:148 html/do.php:166 html/do.php:190 html/user_login.php:79 #: html/do.php:204 html/user_login.php:80 html/user_login.php:86 +#: html/do.php:214 msgid "cliquez ici pour appliquer le patch" msgstr "Click here for the laatste versie kunt verkrijgen" -#: html/do.php:193 +#: html/do.php:193 html/do.php:203 #, fuzzy msgid "cliquez ici pour mettre à jour " msgstr "Klik hier om uw voorkeuren bij te werken" @@ -20524,8 +20481,8 @@ msgid "configuration de la sécurité" msgstr "Beveiliging" #: include/template/action_search.php:110 -#: include/template/action_search.php:124 -#: include/template/action_search.php:67 include/template/action_search.php:63 +#: include/template/action_search.php:124 include/template/action_search.php:67 +#: include/template/action_search.php:63 #, php-format msgid "contenant le mot" msgstr "die het woord" @@ -20756,6 +20713,12 @@ msgstr "in" msgid "export CSV" msgstr "Export CSV" +#: scenario/acc_ledger_historyTest.php:37 +msgid "" +"export detail html all ledgers result = Detailled Accounting from " +"Acc_Ledger_History_Generic" +msgstr "" + #: include/ajax_mod_periode.php:60 include/ajax_mod_periode.php:78 #: include/ajax/ajax_mod_periode.php:60 include/ajax/ajax_mod_periode.php:78 #: include/ajax/ajax_periode.php:176 include/class/periode.class.php:707 @@ -20846,6 +20809,7 @@ msgstr "id" #: include/class_fiche.php:557 include/class/class_fiche.php:557 #: include/class/class_fiche.php:558 include/class/fiche.class.php:564 +#: include/class/fiche.class.php:566 #, fuzzy msgid "id fiche" msgstr "Het blad" @@ -21207,6 +21171,7 @@ msgstr "Geen ruimte" #: include/class_fiche.php:1228 include/class/class_fiche.php:1228 #: include/class/class_fiche.php:1231 include/class/class_fiche.php:1234 #: include/class/fiche.class.php:1378 include/class/fiche.class.php:1379 +#: include/class/fiche.class.php:1381 #, fuzzy msgid "n° de pièce / Code interne" msgstr "Interne code" @@ -21238,7 +21203,7 @@ msgstr "lijn nr" #: include/class/fiche.class.php:1455 #: include/export/export_poste_detail_csv.php:80 #: include/class/acc_ledger_history_generic.class.php:680 -#: include/class/fiche.class.php:1456 +#: include/class/fiche.class.php:1456 include/class/fiche.class.php:1458 msgid "n° pièce" msgstr "Geen ruimte" @@ -21290,7 +21255,7 @@ msgstr "Optie" msgid "opération" msgstr "Operatie" -#: include/class/fiche.class.php:1047 +#: include/class/fiche.class.php:1047 include/class/fiche.class.php:1049 #, fuzzy msgid "opération annulée" msgstr "Operatie ongedaan gemaakt" @@ -21524,8 +21489,7 @@ msgstr "Qcode" #: include/class_acc_ledger_purchase.php:1379 #: include/class_acc_ledger_purchase.php:1389 -#: include/class_acc_ledger_sold.php:673 -#: include/template/detail-action.php:307 +#: include/class_acc_ledger_sold.php:673 include/template/detail-action.php:307 #: include/template/form_ledger_detail.php:70 #: include/template/form_ledger_detail.php:77 #: include/template/predf_ledger_detail.php:20 @@ -21536,8 +21500,7 @@ msgstr "Qcode" #: include/class_acc_ledger_sold.php:1333 #: include/class_acc_ledger_purchase.php:1386 #: include/class_acc_ledger_purchase.php:1783 -#: include/class_acc_ledger_sold.php:684 -#: include/class_acc_ledger_sold.php:1357 +#: include/class_acc_ledger_sold.php:684 include/class_acc_ledger_sold.php:1357 #: include/template/detail-action.php:320 #: include/class_acc_ledger_purchase.php:1789 #: include/class_acc_ledger_sold.php:1358 @@ -21699,6 +21662,7 @@ msgstr "evenwicht" #: include/class/fiche.class.php:1404 include/class/fiche.class.php:1531 #: include/class/acc_account_ledger.class.php:475 #: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534 +#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 #, fuzzy msgid "solde créditeur" msgstr "Creditsaldo" @@ -21715,6 +21679,7 @@ msgstr "Creditsaldo" #: include/class/fiche.class.php:1404 include/class/fiche.class.php:1531 #: include/class/acc_account_ledger.class.php:475 #: include/class/fiche.class.php:1405 include/class/fiche.class.php:1534 +#: include/class/fiche.class.php:1407 include/class/fiche.class.php:1536 #, fuzzy msgid "solde débiteur" msgstr "Debetsaldo" diff --git a/html/style-classic7.css b/html/style-classic7.css index 7d9813ddd..a979f0a9f 100644 --- a/html/style-classic7.css +++ b/html/style-classic7.css @@ -315,7 +315,7 @@ td.selectedcell{ /*color:#FFFFFF;*/ width:250px; text-align:center; - background-color: lightsteelblue; + background-color: #002ba3; border-style: solid; border-width: 1px; border-color:white; @@ -356,7 +356,6 @@ td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle { /*! height: 100%; */ width: 100%; font-size: 1rem; -/* background-color:lightsteelblue;*/ font-weight: normal; } a.dossier { @@ -454,17 +453,15 @@ div.content a.mtitle { color:#0000FF; cursor: pointer; /*! background-color: white; */ - - + background-color: transparent; } div.content a.mtitle:hover { text-decoration:none; display:inline; - background-color:#888; - color:orangered; + background-color:transparent; + color:lightskyblue; cursor: pointer; - } @@ -1075,16 +1072,16 @@ ul { a.line,div.content a.line { text-decoration:underline; - display:inline; + display:inline !important; /* color: #0000FF; */ cursor:pointer; } a.line:hover,div_content a.line { text-decoration:underline; - display:inline; - color: #FFFFFF; - background-color:#336699; + display:inline !important; + color: #FFFFFF !important; + background-color:#336699 !important; cursor:pointer; } diff --git a/html/style-print.css b/html/style-print.css index baca9b6e5..7cc014c31 100644 --- a/html/style-print.css +++ b/html/style-print.css @@ -319,4 +319,7 @@ span.inplace_edit span.inplace_edit_input { text-decoration: none; +} +.inum { + text-align: right; } \ No newline at end of file diff --git a/html/user_login.php b/html/user_login.php index 1f3aafb96..d1f037656 100644 --- a/html/user_login.php +++ b/html/user_login.php @@ -29,7 +29,7 @@ require_once NOALYSS_INCLUDE.'/lib/http_input.class.php'; require_once NOALYSS_INCLUDE.'/lib/function_javascript.php'; require_once NOALYSS_INCLUDE.'/lib/icon_action.class.php'; -html_page_start($_SESSION['g_theme']); +@html_page_start($_SESSION['g_theme']); $rep=new Database(); require_once NOALYSS_INCLUDE.'/class/user.class.php'; $User=new User($rep); diff --git a/include/class/document.class.php b/include/class/document.class.php index 03258cf34..a703f7b7e 100644 --- a/include/class/document.class.php +++ b/include/class/document.class.php @@ -237,7 +237,6 @@ class Document $lt="<"; $gt=">"; } - //read the file while(! feof($h)) { @@ -270,33 +269,8 @@ class Document * Change type of cell to numeric * allow numeric cel in ODT for the formatting and formula */ - if ( is_numeric($value) && $p_type=='OOo') - { - // For libreOffice <=4 - $searched='/office:value-type="string">'.$pattern.'/i'; - $replaced='office:value-type="float" office:value="'.$value.'">'.$pattern; - $buffer=preg_replace($searched, $replaced, $buffer,1); - // For libreOffice >=4 - $searched='/office:value-type="string" calcext:value-type="string">'.$pattern.'/i'; - $replaced='office:value-type="float" office:value="'.$value.'" calcext:value-type="float">'.$pattern; - $buffer=preg_replace($searched, $replaced, $buffer,1); - } - // replace into the $buffer - // take the position in the buffer - $pos=strpos($buffer,$to_remove); - // get the length of the string to remove - $len=strlen($to_remove); - if ( $p_type=='OOo' ) - { - $value=str_replace('&','&',$value); - $value=str_replace('<','<',$value); - $value=str_replace('>','>',$value); - $value=str_replace('"','"',$value); - $value=str_replace("'",''',$value); - } - $buffer=substr_replace($buffer,$value,$pos,$len); - - // if the pattern if found we replace it + + $buffer=\Document::replace_value($buffer,$pattern, $value, 1,$p_type); } } } @@ -1111,9 +1085,9 @@ class Document } $sell=${'e_march'.$i.'_price'}; $qt=${'e_quant'.$i}; - $tot=bcmul($sell,$qt); - $tot=bcadd($tot,$tva_amount); - $sum=bcadd($sum,$tot); + $tot=bcmul($sell,$qt); + $tot=bcadd($tot,$tva_amount); + $sum=bcadd($sum,$tot); } $r=round($sum,2); @@ -1125,10 +1099,10 @@ class Document { $tva='e_march'.$i.'_tva_amount'; if (! isset(${$tva})) $tva_amount=0.0; - else $tva_amount=$ - { - $tva - }; + else { + $tva_amount=${$tva}; + $tva_amount=($tva_amount=="")?0:$tva_amount; + } $sum+=$tva_amount; $sum=round($sum,2); } @@ -1303,5 +1277,48 @@ class Document $this->db->exec_sql('update document set d_description = $1 where d_id=$2', array($p_desc,$this->d_id)); } + /** + * Replace a pattern with a value in the buffer , handle the change for OOo type file and amount + * + * @param string $p_buffer + * @param string $_pattern + * @param mixed $p_value + */ + static function replace_value($p_buffer, $p_pattern, $p_value,$p_limit=-1,$p_type='OOo') + { + $check=$p_pattern; + $check=str_replace(['<','>','<','>','='], "", $check); + if ( preg_replace('/[^[:alnum:]^_]/', '', $check) != $check) + { + throw new Exception(sprintf(_("chaine à remplacer [%s] contient un caractère interdit"), $p_pattern)); + } + $count=0; + if (is_numeric($p_value) && $p_type == 'OOo') + { + /* -- works only with OOo Calc -- */ + $searched='/office:value-type="string">'.$p_pattern.'/i'; + $replaced='office:value-type="float" office:value="'.$p_value.'">'.$p_value; + $p_buffer=preg_replace($searched, $replaced, $p_buffer,$p_limit,$count); + if ( $count == 0) { + /* -- work with libreOffice > 5 -- */ + $searched='/office:value-type="string" calcext:value-type="string">()*'.$p_pattern.'/i'; + $replaced='office:value-type="float" office:value="'.$p_value.'" calcext:value-type="float">'.$p_value; + $p_buffer=preg_replace($searched, $replaced, $p_buffer,$p_limit,$count); + } + } + if ($count == 0) + { + if ( $p_type=='OOo' ) + { + $p_value=str_replace('&','&',$p_value); + $p_value=str_replace('<','<',$p_value); + $p_value=str_replace('>','>',$p_value); + $p_value=str_replace('"','"',$p_value); + $p_value=str_replace("'",''',$p_value); + } + $p_buffer=preg_replace('/'.$p_pattern.'/i', $p_value, $p_buffer,$p_limit); + } + return $p_buffer; + } } diff --git a/include/constant.php b/include/constant.php index a9a55b6ca..d2657a22f 100644 --- a/include/constant.php +++ b/include/constant.php @@ -62,8 +62,9 @@ if ( strpos($inc_path,";") != 0 ) { $os=1; /* $os is 1 for unix */ } set_include_path($new_path); -ini_set ('default_charset',"UTF-8"); -ini_set ('magic_quotes_gpc','off'); +@ini_set ('default_charset',"UTF-8"); +@ini_set ('session.use_cookies',1); +@ini_set ('magic_quotes_gpc','off'); if ( ! defined('OVERRIDE_PARAM')) { ini_set ('max_execution_time',240); diff --git a/include/lib/http_input.class.php b/include/lib/http_input.class.php index 35922702a..5a5be5f6e 100644 --- a/include/lib/http_input.class.php +++ b/include/lib/http_input.class.php @@ -80,7 +80,9 @@ class HttpInput throw new Exception(_("Type invalide")."[ $p_name ] = {$this->array[$p_name]}" , EXC_PARAM_TYPE); } - $this->array[$p_name]=h($this->array[$p_name]); + if (is_string($this->array )) { + $this->array[$p_name]=h($this->array[$p_name]); + } }else { throw new Exception(_("Unknown type")); } diff --git a/include/lib/iselect.class.php b/include/lib/iselect.class.php index 20087359c..72996cc0b 100644 --- a/include/lib/iselect.class.php +++ b/include/lib/iselect.class.php @@ -29,6 +29,11 @@ require_once NOALYSS_INCLUDE.'/lib/html_input.class.php'; class ISelect extends HtmlInput { + function __construct($p_name="", $p_value="", $p_id="") + { + parent::__construct($p_name, $p_value, $p_id); + $this->value=[]; + } /*!\brief show the html input of the widget*/ public function input($p_name=null,$p_value=null) { diff --git a/include/profile.inc.php b/include/profile.inc.php index 27ced2efc..d48cd6adb 100644 --- a/include/profile.inc.php +++ b/include/profile.inc.php @@ -159,11 +159,11 @@ if (isset($_POST['clone'])) where p_id=$2 ", array($new_id, $p_id)); $cn->exec_sql("select menu_complete_dependency($1)",array($new_id)); - $cn->exec_sql("update profile_menu - set pm_id_dep=(select distinct higher_dep - from v_menu_dependency as a + $cn->exec_sql("update profile_menu + set pm_id_dep=(select distinct higher_dep + from v_menu_dependency as a where - a.pm_id= profile_menu.pm_id) + a.pm_id= profile_menu.pm_id) where pm_id_dep is null and p_id=$1",array($new_id)); $cn->commit(); $p_id=$new_id; @@ -203,7 +203,7 @@ if (isset($_POST['delete_profil'])) } } //************************************ -// Modify the menu +// Modify the menu //************************************ if (isset($_POST['mod'])) { @@ -213,7 +213,7 @@ if (isset($_POST['mod'])) $pm_id=$http->post("pm_id", "number"); // profile id $p_id=$http->post("p_id", "number"); - // display order + // display order $p_order=$http->post("p_order", "number"); // code to add $me_code=$http->post("me_code"); @@ -268,7 +268,7 @@ if (isset($_POST['add_menu'])||isset($_POST['add_impress'])) $p_dep=$http->post("dep","number",null); // profile id $p_id=$http->post("p_id", "number"); - // display order + // display order $p_order=$http->post("p_order"); // code to add $me_code=$http->post("me_code"); @@ -326,9 +326,9 @@ if (isset($_POST['add_menu'])||isset($_POST['add_impress'])) * if me_code_dep == -1, it means it is null */ $me_code_dep=($me_code_dep==-1)?null:$me_code_dep; - + /* - * Do not insert twice the same menu + * Do not insert twice the same menu */ $duplicate = $cn->get_value(" select count(*) from profile_menu where " . " pm_id_dep = $1 and me_code = $2",array($pm_id_dep,$me_code)); @@ -348,7 +348,7 @@ if (isset($_POST['add_menu'])||isset($_POST['add_impress'])) catch (Exception $exc) { alert($exc->getMessage()); - $cn->rollback; + $cn->rollback(); } } @@ -439,5 +439,5 @@ $dep=$http->post("dep","string",""); } selected_menu=rowid; } - - \ No newline at end of file + +