From fb7ca9d48fff8ef33d17cf348af425e9178b9023 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 13 Feb 2014 21:11:40 +0100 Subject: [PATCH] Fix bug with stock_goods_sql Improve translation --- dev/extract_text.sh | 5 +- dev/get_database_item.sh | 39 + dev/get_menu.sh | 13 - html/lang/en_US/LC_MESSAGES/messages.po | 9536 ++++++++++++----------- html/lang/nl_NL/LC_MESSAGES/messages.po | 1904 ++++- html/user_login.php | 2 +- include/class_stock_goods_sql.php | 2 +- include/database.item.php | 206 + 8 files changed, 6950 insertions(+), 4757 deletions(-) create mode 100755 dev/get_database_item.sh delete mode 100755 dev/get_menu.sh create mode 100644 include/database.item.php diff --git a/dev/extract_text.sh b/dev/extract_text.sh index d7d65338e..ff1304a3f 100644 --- a/dev/extract_text.sh +++ b/dev/extract_text.sh @@ -7,5 +7,8 @@ # Author D. DE BONTRIDDER danydb@aevalys.eu echo "Extract" cd .. -xgettext -L PHP -j --from-code=UTF-8 -p html/lang/en_US/LC_MESSAGES/ html/*.php include/*.php include/template/*.php +# For english +xgettext -L PHP -j --from-code=UTF-8 -p html/lang/en_US/LC_MESSAGES/ html/*.php include/*.php include/template/*.php include/ext/*/*.php include/ext/*/include/*.php include/ext/*/include/template/*.php + +# For dutch xgettext -L PHP -j --from-code=UTF-8 -p html/lang/nl_NL/LC_MESSAGES/ html/*.php include/*.php include/template/*.php diff --git a/dev/get_database_item.sh b/dev/get_database_item.sh new file mode 100755 index 000000000..2ce2df857 --- /dev/null +++ b/dev/get_database_item.sh @@ -0,0 +1,39 @@ +#!/bin/bash + +export PGUSER=dany +export PGPASSWORD=dany +export PGHOST=localhost +export PGDATABASE=rel671mod1 +export PGPORT=5432 +export PGCLUSTER=9.1/main + +( +echo "" ) > ../include/database.item.php +( +echo "" ) >> ../include/database.item.php +( +echo "" ) >> ../include/database.item.php +( +echo "" ) >> ../include/database.item.php +( +echo "" ) >> ../include/database.item.php +( +echo "" ) >> ../include/database.item.php +( +echo "" ) >> ../include/database.item.php + +echo "File ../include/database.item.php is created" diff --git a/dev/get_menu.sh b/dev/get_menu.sh deleted file mode 100755 index 52ee0e9c7..000000000 --- a/dev/get_menu.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -export PGUSER=dany -export PGPASSWORD=dany -export PGHOST=localhost -export PGDATABASE=trunkdossier25 -export PGPORT=5000 -export PGCLUSTER=9.0/main - -( -echo "" ) > ../include/menu_translate.php diff --git a/html/lang/en_US/LC_MESSAGES/messages.po b/html/lang/en_US/LC_MESSAGES/messages.po index 021fba9d3..0d6869e46 100644 --- a/html/lang/en_US/LC_MESSAGES/messages.po +++ b/html/lang/en_US/LC_MESSAGES/messages.po @@ -1,149 +1,89 @@ -# Translation file -# Copyright (C) 2014 -# This file is distributed under the same license as the NOLAYSS package. -# Dany De Bontridder +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. # +#, fuzzy msgid "" msgstr "" -"Project-Id-Version: NOALYSS 6.8\n" +"Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-09 01:32+0200\n" -"PO-Revision-Date: 2014-01-04 02:58+0100\n" -"Last-Translator: Dany De Bontridder \n" -"Language-Team: ENGLISH \n" +"POT-Creation-Date: 2014-02-13 21:08+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: test.php:228 -#: test.php:233 -#: html/test.php:233 -#: html/test.php:193 -#: html/test.php:195 -#: html/test.php:196 -#: html/test.php:204 -#: html/test.php:214 +#: test.php:228 test.php:233 html/test.php:233 html/test.php:193 +#: html/test.php:195 html/test.php:196 html/test.php:204 html/test.php:214 #: html/test.php:212 msgid "Bienvenu sur mon site" msgstr "Welcome on my website" -#: test.php:229 -#: test.php:234 -#: html/test.php:234 -#: html/test.php:194 -#: html/test.php:196 -#: html/test.php:197 -#: html/test.php:205 -#: html/test.php:215 +#: test.php:229 test.php:234 html/test.php:234 html/test.php:194 +#: html/test.php:196 html/test.php:197 html/test.php:205 html/test.php:215 #: html/test.php:213 msgid "Essayer de vous y amuser" msgstr "I hope you will enjoy it" -#: test.php:233 -#: test.php:238 -#: html/test.php:238 -#: html/test.php:198 -#: html/test.php:200 -#: html/test.php:201 -#: html/test.php:209 -#: html/test.php:219 +#: test.php:233 test.php:238 html/test.php:238 html/test.php:198 +#: html/test.php:200 html/test.php:201 html/test.php:209 html/test.php:219 #: html/test.php:217 msgid "Choississez votre langue" msgstr "Select your language" -#: test.php:234 -#: test.php:239 -#: html/test.php:239 -#: include/pref.inc.php:222 -#: html/test.php:199 -#: html/test.php:201 -#: include/pref.inc.php:201 -#: html/test.php:202 -#: html/test.php:210 -#: include/pref.inc.php:197 -#: html/test.php:220 -#: include/pref.inc.php:217 -#: html/test.php:218 +#: test.php:234 test.php:239 html/test.php:239 include/pref.inc.php:222 +#: html/test.php:199 html/test.php:201 include/pref.inc.php:201 +#: html/test.php:202 html/test.php:210 include/pref.inc.php:197 +#: html/test.php:220 include/pref.inc.php:217 html/test.php:218 +#: include/ajax_preference.php:165 msgid "Français" msgstr "French" -#: test.php:235 -#: test.php:240 -#: html/test.php:240 -#: include/pref.inc.php:223 -#: html/test.php:200 -#: html/test.php:202 -#: include/pref.inc.php:202 -#: html/test.php:203 -#: html/test.php:211 -#: include/pref.inc.php:198 -#: html/test.php:221 -#: include/pref.inc.php:218 -#: html/test.php:219 +#: test.php:235 test.php:240 html/test.php:240 include/pref.inc.php:223 +#: html/test.php:200 html/test.php:202 include/pref.inc.php:202 +#: html/test.php:203 html/test.php:211 include/pref.inc.php:198 +#: html/test.php:221 include/pref.inc.php:218 html/test.php:219 +#: include/ajax_preference.php:166 msgid "Anglais" msgstr "English" -#: test.php:236 -#: test.php:241 -#: html/test.php:241 -#: include/pref.inc.php:224 -#: html/test.php:201 -#: html/test.php:203 -#: include/pref.inc.php:203 -#: html/test.php:204 -#: html/test.php:212 -#: include/pref.inc.php:199 -#: html/test.php:222 -#: include/pref.inc.php:219 -#: html/test.php:220 +#: test.php:236 test.php:241 html/test.php:241 include/pref.inc.php:224 +#: html/test.php:201 html/test.php:203 include/pref.inc.php:203 +#: html/test.php:204 html/test.php:212 include/pref.inc.php:199 +#: html/test.php:222 include/pref.inc.php:219 html/test.php:220 +#: include/ajax_preference.php:167 msgid "Néerlandais" msgstr "Dutch" -#: test.php:245 -#: test.php:250 -#: html/test.php:250 -#: html/test.php:210 -#: html/test.php:212 -#: html/test.php:213 -#: html/test.php:221 -#: html/test.php:232 +#: test.php:245 test.php:250 html/test.php:250 html/test.php:210 +#: html/test.php:212 html/test.php:213 html/test.php:221 html/test.php:232 #: html/test.php:230 msgid "Change de langue" msgstr "Change language" -#: test.php:258 -#: html/test.php:258 -#: html/test.php:218 -#: html/test.php:220 -#: html/test.php:221 -#: html/test.php:229 -#: html/test.php:240 -#: html/test.php:238 +#: test.php:258 html/test.php:258 html/test.php:218 html/test.php:220 +#: html/test.php:221 html/test.php:229 html/test.php:240 html/test.php:238 msgid "Fin de programme" msgstr "End of program" -#: html/commercial.php:66 -#: html/commercial.php:65 -#: html/commercial.php:70 +#: html/commercial.php:66 html/commercial.php:65 html/commercial.php:70 #: html/commercial.php:74 msgid "Vous devez choisir un dossier " msgstr "You must choose a folder" -#: html/commercial.php:111 -#: include/user_menu.php:443 -#: include/user_menu.php:442 -#: include/user_menu.php:441 -#: include/user_menu.php:433 -#: include/user_menu.php:444 -#: include/user_menu.php:465 -#: include/menu_translate.php:92 +#: html/commercial.php:111 include/user_menu.php:443 include/user_menu.php:442 +#: include/user_menu.php:441 include/user_menu.php:433 +#: include/user_menu.php:444 include/user_menu.php:465 +#: include/menu_translate.php:92 include/database.item.php:116 msgid "Tableau de bord" msgstr "Dashboard" -#: html/commercial.php:113 -#: include/class_acc_ledger_sold.php:1083 -#: include/class_acc_ledger_sold.php:555 -#: html/commercial.php:111 +#: html/commercial.php:113 include/class_acc_ledger_sold.php:1083 +#: include/class_acc_ledger_sold.php:555 html/commercial.php:111 #: include/class_acc_ledger_sold.php:487 #: include/class_acc_ledger_sold.php:1015 #: include/class_acc_ledger_sold.php:489 @@ -161,30 +101,29 @@ msgstr "Dashboard" #: include/class_acc_ledger_sold.php:563 #: include/class_acc_ledger_sold.php:1108 #: include/class_acc_ledger_sold.php:570 -#: include/class_acc_ledger_sold.php:1118 -#: html/commercial.php:118 +#: include/class_acc_ledger_sold.php:1118 html/commercial.php:118 #: include/class_acc_ledger_sold.php:573 #: include/class_acc_ledger_sold.php:1137 #: include/template/ledger_detail_ach.php:21 -#: include/template/ledger_detail_ven.php:21 -#: html/commercial.php:124 +#: include/template/ledger_detail_ven.php:21 html/commercial.php:124 #: include/class_acc_ledger_sold.php:653 #: include/class_acc_ledger_sold.php:1254 #: include/template/ledger_detail_ach.php:29 #: include/template/ledger_detail_ven.php:30 #: include/class_acc_ledger_sold.php:677 #: include/class_acc_ledger_sold.php:1314 -#: include/template/ledger_detail_ven.php:38 -#: include/menu_translate.php:85 +#: include/template/ledger_detail_ven.php:38 include/menu_translate.php:85 +#: 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 msgid "Client" msgstr "Customer" -#: html/commercial.php:114 -#: include/compta_ach.inc.php:55 -#: include/class_acc_ledger_purchase.php:947 -#: include/compta_ach.inc.php:59 -#: include/class_acc_ledger_purchase.php:1023 -#: html/commercial.php:112 +#: html/commercial.php:114 include/compta_ach.inc.php:55 +#: include/class_acc_ledger_purchase.php:947 include/compta_ach.inc.php:59 +#: include/class_acc_ledger_purchase.php:1023 html/commercial.php:112 #: include/class_acc_ledger_purchase.php:847 #: include/class_acc_ledger_purchase.php:923 #: include/class_acc_ledger_purchase.php:861 @@ -200,1061 +139,768 @@ msgstr "Customer" #: include/class_acc_ledger_purchase.php:969 #: include/class_acc_ledger_purchase.php:1043 #: include/class_acc_ledger_purchase.php:1009 -#: include/class_acc_ledger_purchase.php:1088 -#: html/commercial.php:119 -#: include/class_acc_ledger_purchase.php:1095 -#: html/commercial.php:125 +#: include/class_acc_ledger_purchase.php:1088 html/commercial.php:119 +#: include/class_acc_ledger_purchase.php:1095 html/commercial.php:125 #: include/class_acc_ledger_purchase.php:1192 #: include/class_acc_ledger_purchase.php:1271 #: include/class_acc_ledger_purchase.php:1206 -#: include/class_acc_ledger_purchase.php:1282 -#: include/menu_translate.php:50 +#: include/class_acc_ledger_purchase.php:1282 include/menu_translate.php:50 #: include/template/ledger_detail_ach.php:38 +#: include/class_acc_ledger_purchase.php:1262 +#: include/class_acc_ledger_purchase.php:1369 include/class_pre_op_ach.php:381 +#: include/database.item.php:11 include/template/ledger_detail_ach.php:50 msgid "Fournisseur" msgstr "Supplier" -#: html/commercial.php:115 -#: html/commercial.php:113 -#: html/commercial.php:120 -#: html/commercial.php:126 -#: include/menu_translate.php:78 +#: html/commercial.php:115 html/commercial.php:113 html/commercial.php:120 +#: html/commercial.php:126 include/menu_translate.php:78 +#: include/database.item.php:122 msgid "Administration" msgstr "Administration" -#: html/commercial.php:116 -#: include/template/security_list_action.php:98 -#: include/template/security_list_action.php:92 -#: html/commercial.php:114 -#: html/commercial.php:117 -#: include/template/security_list_action.php:91 -#: include/template/security_list_action.php:81 -#: html/commercial.php:122 -#: html/commercial.php:128 -#: include/menu_translate.php:20 +#: html/commercial.php:116 include/template/security_list_action.php:98 +#: include/template/security_list_action.php:92 html/commercial.php:114 +#: html/commercial.php:117 include/template/security_list_action.php:91 +#: include/template/security_list_action.php:81 html/commercial.php:122 +#: html/commercial.php:128 include/menu_translate.php:20 +#: include/database.item.php:107 msgid "Stock" msgstr "Stock" -#: html/commercial.php:117 -#: include/user_menu.php:193 -#: include/user_menu.php:471 -#: include/client_card.inc.php:70 -#: include/template/detail-action.php:156 +#: html/commercial.php:117 include/user_menu.php:193 include/user_menu.php:471 +#: include/client_card.inc.php:70 include/template/detail-action.php:156 #: include/template/security_list_action.php:58 -#: include/template/security_list_action.php:52 -#: html/commercial.php:115 -#: include/user_menu.php:339 -#: html/commercial.php:118 -#: include/adm_card.inc.php:70 -#: include/supplier_card.inc.php:70 -#: include/user_menu.php:338 -#: include/template/security_list_action.php:51 -#: include/template/security_list_action.php:59 -#: include/impress.inc.php:34 -#: include/action.common.inc.php:265 -#: include/user_menu.php:185 +#: include/template/security_list_action.php:52 html/commercial.php:115 +#: include/user_menu.php:339 html/commercial.php:118 +#: include/adm_card.inc.php:70 include/supplier_card.inc.php:70 +#: include/user_menu.php:338 include/template/security_list_action.php:51 +#: include/template/security_list_action.php:59 include/impress.inc.php:34 +#: include/action.common.inc.php:265 include/user_menu.php:185 #: include/template/detail-action.php:160 -#: include/template/detail-action.php:178 -#: include/user_menu.php:195 -#: include/action.common.inc.php:270 -#: include/adm_card.inc.php:62 -#: include/client_card.inc.php:65 -#: include/supplier_card.inc.php:66 -#: include/user_menu.php:197 -#: include/action.common.inc.php:267 -#: include/user_menu.php:196 -#: html/commercial.php:123 -#: include/client_card.inc.php:62 -#: html/commercial.php:129 -#: include/adm_card.inc.php:67 -#: include/supplier_card.inc.php:68 -#: include/user_menu.php:205 -#: include/action.common.inc.php:271 -#: include/category_card.inc.php:64 -#: include/menu_translate.php:19 -#: include/template/form_ledger_fin.php:25 +#: include/template/detail-action.php:178 include/user_menu.php:195 +#: include/action.common.inc.php:270 include/adm_card.inc.php:62 +#: include/client_card.inc.php:65 include/supplier_card.inc.php:66 +#: include/user_menu.php:197 include/action.common.inc.php:267 +#: include/user_menu.php:196 html/commercial.php:123 +#: include/client_card.inc.php:62 html/commercial.php:129 +#: include/adm_card.inc.php:67 include/supplier_card.inc.php:68 +#: include/user_menu.php:205 include/action.common.inc.php:271 +#: include/category_card.inc.php:64 include/menu_translate.php:19 +#: include/template/form_ledger_fin.php:25 include/database.item.php:79 +#: include/database.item.php:109 include/template/detail-action.php:304 +#: include/template/form_ledger_fin.php:42 +#: include/template/security_list_action.php:54 +#: include/ext/amortis/include/print_fiche.inc.php:44 +#: include/ext/amortis/include/template/material_add.php:6 +#: include/ext/amortis/include/template/material_detail.php:8 +#: include/ext/amortis/include/template/material_display.php:5 msgid "Fiche" msgstr "Card" -#: html/commercial.php:118 -#: html/commercial.php:116 -#: html/commercial.php:119 -#: html/commercial.php:124 -#: html/commercial.php:130 +#: html/commercial.php:118 html/commercial.php:116 html/commercial.php:119 +#: html/commercial.php:124 html/commercial.php:130 msgid "Prevision" msgstr "Expectation" -#: html/commercial.php:119 -#: html/commercial.php:117 -#: html/commercial.php:120 +#: html/commercial.php:119 html/commercial.php:117 html/commercial.php:120 msgid "Suivi Courrier" msgstr "Follow up" -#: include/ac_common.php:282 -#: include/ac_common.php:272 -#: include/ac_common.php:273 -#: include/ac_common.php:270 -#: include/ac_common.php:280 -#: include/ac_common.php:356 -#: include/ac_common.php:398 +#: include/ac_common.php:282 include/ac_common.php:272 +#: include/ac_common.php:273 include/ac_common.php:270 +#: include/ac_common.php:280 include/ac_common.php:356 +#: include/ac_common.php:398 include/ac_common.php:409 msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "This action is not allowed, please contact your administrator" -#: include/class_user.php:45 -#: include/class_user.php:49 -#: include/class_user.php:52 +#: include/class_user.php:45 include/class_user.php:49 +#: include/class_user.php:52 include/class_user.php:51 msgid "Session expirée
Utilisateur déconnecté" msgstr "Session expired
User disconnected" -#: include/class_user.php:153 -#: include/class_user.php:156 -#: include/class_user.php:154 -#: include/class_user.php:169 -#: include/class_user.php:176 +#: include/class_user.php:153 include/class_user.php:156 +#: include/class_user.php:154 include/class_user.php:169 +#: include/class_user.php:176 include/class_user.php:175 msgid "Utilisateur ou mot de passe incorrect" msgstr "User or password incorrect" -#: include/class_user.php:336 -#: include/class_user.php:339 -#: include/class_user.php:337 -#: include/class_user.php:346 -#: include/class_user.php:382 -#: include/class_user.php:406 +#: include/class_user.php:336 include/class_user.php:339 +#: include/class_user.php:337 include/class_user.php:346 +#: include/class_user.php:382 include/class_user.php:406 +#: include/class_user.php:405 msgid "Aucune période trouvéee !!!" msgstr "No period found" -#: include/class_user.php:631 -#: include/class_user.php:660 -#: include/class_user.php:664 -#: include/class_user.php:668 -#: include/class_user.php:662 -#: include/class_user.php:672 -#: include/class_user.php:741 -#: include/class_user.php:863 +#: include/class_user.php:631 include/class_user.php:660 +#: include/class_user.php:664 include/class_user.php:668 +#: include/class_user.php:662 include/class_user.php:672 +#: include/class_user.php:741 include/class_user.php:863 +#: include/class_user.php:897 msgid "Dossier non accessible" msgstr "Folder not accessible" -#: include/pref.inc.php:52 -#: include/pref.inc.php:48 -#: include/pref.inc.php:51 +#: include/pref.inc.php:52 include/pref.inc.php:48 include/pref.inc.php:51 #: include/pref.inc.php:62 msgid "Mot de passe est modifiée" msgstr "Password modified" -#: include/pref.inc.php:61 -#: include/pref.inc.php:57 -#: include/pref.inc.php:62 +#: include/pref.inc.php:61 include/pref.inc.php:57 include/pref.inc.php:62 #: include/pref.inc.php:95 msgid "Changez vos préférences" msgstr "Change your preferences" -#: include/pref.inc.php:69 -#: include/pref.inc.php:65 -#: include/pref.inc.php:70 -#: include/pref.inc.php:101 +#: include/pref.inc.php:69 include/pref.inc.php:65 include/pref.inc.php:70 +#: include/pref.inc.php:101 include/ajax_preference.php:69 msgid "Options Générales" msgstr "General paramater" -#: include/pref.inc.php:100 -#: include/pref.inc.php:96 -#: include/pref.inc.php:106 -#: include/pref.inc.php:113 +#: include/pref.inc.php:100 include/pref.inc.php:96 include/pref.inc.php:106 +#: include/pref.inc.php:113 include/ajax_preference.php:81 msgid "Thème" msgstr "Theme" -#: include/pref.inc.php:155 -#: include/pref.inc.php:134 -#: include/pref.inc.php:130 -#: include/pref.inc.php:143 -msgid "Attention cette période est fermée, vous ne pourrez rien modifier dans le module comptable" -msgstr "Caution this period is closed, you won't be able to modify in the accountant module " +#: include/pref.inc.php:155 include/pref.inc.php:134 include/pref.inc.php:130 +#: include/pref.inc.php:143 include/ajax_preference.php:102 +msgid "" +"Attention cette période est fermée, vous ne pourrez rien modifier dans le " +"module comptable" +msgstr "" +"Caution this period is closed, you won't be able to modify in the accountant " +"module " -#: include/pref.inc.php:170 -#: include/class_acc_ledger.php:804 -#: include/template/forecast_result.php:21 -#: include/pref.inc.php:149 -#: include/pref.inc.php:145 -#: include/pref.inc.php:159 -#: include/template/forecast_result.php:22 -#: include/menu_translate.php:28 -#: include/pref.inc.php:146 +#: include/pref.inc.php:170 include/class_acc_ledger.php:804 +#: include/template/forecast_result.php:21 include/pref.inc.php:149 +#: include/pref.inc.php:145 include/pref.inc.php:159 +#: include/template/forecast_result.php:22 include/menu_translate.php:28 +#: include/pref.inc.php:146 include/ajax_preference.php:114 +#: include/database.item.php:84 include/template/forecast_result.php:25 +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:67 msgid "Période" msgstr "Period" -#: include/pref.inc.php:181 -#: include/pref.inc.php:160 -#: include/pref.inc.php:156 -#: include/pref.inc.php:173 -#: include/pref.inc.php:152 +#: include/pref.inc.php:181 include/pref.inc.php:160 include/pref.inc.php:156 +#: include/pref.inc.php:173 include/pref.inc.php:152 +#: include/ajax_preference.php:120 msgid "Taille des pages" msgstr "Page size" -#: include/pref.inc.php:190 -#: include/pref.inc.php:192 -#: include/pref.inc.php:169 -#: include/pref.inc.php:171 -#: include/pref.inc.php:165 -#: include/pref.inc.php:167 -#: include/pref.inc.php:183 -#: include/pref.inc.php:186 -#: include/pref.inc.php:161 -#: include/pref.inc.php:163 +#: include/pref.inc.php:190 include/pref.inc.php:192 include/pref.inc.php:169 +#: include/pref.inc.php:171 include/pref.inc.php:165 include/pref.inc.php:167 +#: include/pref.inc.php:183 include/pref.inc.php:186 include/pref.inc.php:161 +#: include/pref.inc.php:163 include/ajax_preference.php:129 +#: include/ajax_preference.php:131 msgid "Illimité" msgstr "Unlimited" -#: include/pref.inc.php:205 -#: include/pref.inc.php:184 -#: include/pref.inc.php:180 -#: include/pref.inc.php:200 +#: include/pref.inc.php:205 include/pref.inc.php:184 include/pref.inc.php:180 +#: include/pref.inc.php:200 include/ajax_preference.php:148 msgid "Options pour la page d'accueil" msgstr "Option for the welcome page" -#: include/pref.inc.php:206 -#: include/pref.inc.php:185 -#: include/pref.inc.php:181 -#: include/pref.inc.php:201 +#: include/pref.inc.php:206 include/pref.inc.php:185 include/pref.inc.php:181 +#: include/pref.inc.php:201 include/ajax_preference.php:149 msgid "Mini-Rapport : " msgstr "Mini-Report" -#: include/pref.inc.php:209 -#: include/pref.inc.php:188 -#: include/pref.inc.php:184 -#: include/pref.inc.php:204 +#: include/pref.inc.php:209 include/pref.inc.php:188 include/pref.inc.php:184 +#: include/pref.inc.php:204 include/ajax_preference.php:152 msgid "Aucun mini rapport" msgstr "No mini-report" -#: include/pref.inc.php:215 -#: include/pref.inc.php:194 -#: include/pref.inc.php:190 -#: include/pref.inc.php:210 +#: include/pref.inc.php:215 include/pref.inc.php:194 include/pref.inc.php:190 +#: include/pref.inc.php:210 include/ajax_preference.php:158 msgid "Le mini rapport est un rapport qui s'affiche sur votre page d'accueil" msgstr "The mini-report " -#: include/pref.inc.php:220 -#: include/pref.inc.php:199 -#: include/pref.inc.php:195 -#: include/pref.inc.php:215 +#: include/pref.inc.php:220 include/pref.inc.php:199 include/pref.inc.php:195 +#: include/pref.inc.php:215 include/ajax_preference.php:163 msgid "Langue" msgstr "Language" -#: include/pref.inc.php:221 -#: include/pref.inc.php:200 -#: include/pref.inc.php:196 -#: include/pref.inc.php:216 +#: include/pref.inc.php:221 include/pref.inc.php:200 include/pref.inc.php:196 +#: include/pref.inc.php:216 include/ajax_preference.php:164 msgid "Selectionnez votre langue" msgstr "Select your language" -#: include/pref.inc.php:236 -#: include/pref.inc.php:238 -#: include/pref.inc.php:217 -#: include/pref.inc.php:213 -#: include/pref.inc.php:234 +#: include/pref.inc.php:236 include/pref.inc.php:238 include/pref.inc.php:217 +#: include/pref.inc.php:213 include/pref.inc.php:234 +#: include/ajax_preference.php:182 include/template/action_other_action.php:60 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:81 +#: include/ext/import_account/include/template/input_file.php:31 +#: include/ext/import_account/include/template/test_file.php:39 +#: include/ext/import_account/include/template/test_operation.php:39 +#: include/ext/import_account/include/template/upload_operation.php:43 msgid "Valider" msgstr "Validate" -#: include/pref.inc.php:244 -#: include/dossier.inc.php:242 -#: include/dossier.inc.php:268 -#: include/dossier.inc.php:286 -#: include/action.inc.php:34 -#: include/pref.inc.php:246 -#: include/action.inc.php:44 -#: include/pref.inc.php:225 -#: include/pref.inc.php:59 -#: html/ajax_misc.php:205 -#: include/fiche.inc.php:294 -#: include/periode.inc.php:53 -#: html/ajax_misc.php:203 -#: include/dossier.inc.php:240 -#: include/dossier.inc.php:266 -#: include/dossier.inc.php:284 -#: include/fiche.inc.php:297 -#: html/ajax_misc.php:234 -#: include/fiche.inc.php:289 -#: include/pref.inc.php:55 -#: include/pref.inc.php:221 -#: html/ajax_misc.php:266 -#: include/action.inc.php:28 -#: include/dossier.inc.php:269 -#: include/dossier.inc.php:297 -#: include/dossier.inc.php:316 -#: include/fiche.inc.php:307 -#: include/pref.inc.php:58 -#: include/pref.inc.php:242 -#: html/ajax_misc.php:268 -#: include/dossier.inc.php:273 -#: include/dossier.inc.php:301 -#: include/dossier.inc.php:320 -#: include/fiche.inc.php:316 +#: include/pref.inc.php:244 include/dossier.inc.php:242 +#: include/dossier.inc.php:268 include/dossier.inc.php:286 +#: include/action.inc.php:34 include/pref.inc.php:246 +#: include/action.inc.php:44 include/pref.inc.php:225 include/pref.inc.php:59 +#: html/ajax_misc.php:205 include/fiche.inc.php:294 include/periode.inc.php:53 +#: html/ajax_misc.php:203 include/dossier.inc.php:240 +#: include/dossier.inc.php:266 include/dossier.inc.php:284 +#: include/fiche.inc.php:297 html/ajax_misc.php:234 include/fiche.inc.php:289 +#: include/pref.inc.php:55 include/pref.inc.php:221 html/ajax_misc.php:266 +#: include/action.inc.php:28 include/dossier.inc.php:269 +#: include/dossier.inc.php:297 include/dossier.inc.php:316 +#: include/fiche.inc.php:307 include/pref.inc.php:58 include/pref.inc.php:242 +#: html/ajax_misc.php:268 include/dossier.inc.php:273 +#: include/dossier.inc.php:301 include/dossier.inc.php:320 +#: include/fiche.inc.php:316 html/ajax_misc.php:281 +#: include/dossier.inc.php:288 include/dossier.inc.php:335 +#: include/ext/tva/ajax.php:17 msgid "Retour" msgstr "Return" -#: include/user_menu.php:186 -#: include/user_menu.php:178 -#: include/user_menu.php:188 -#: include/impress.inc.php:33 -#: include/user_menu.php:190 -#: include/user_menu.php:189 -#: include/impress.inc.php:32 -#: include/menu_translate.php:101 +#: include/user_menu.php:186 include/user_menu.php:178 +#: include/user_menu.php:188 include/impress.inc.php:33 +#: include/user_menu.php:190 include/user_menu.php:189 +#: include/impress.inc.php:32 include/menu_translate.php:101 +#: include/database.item.php:64 msgid "Grand Livre" msgstr "Ledger" -#: include/user_menu.php:186 -#: include/user_menu.php:178 -#: include/user_menu.php:188 -#: include/user_menu.php:190 +#: include/user_menu.php:186 include/user_menu.php:178 +#: include/user_menu.php:188 include/user_menu.php:190 #: include/user_menu.php:189 msgid "Grand livre : toutes les opérations" msgstr "Ledger : all entries" -#: include/user_menu.php:187 -#: include/user_menu.php:179 -#: include/class_acc_payment.php:343 -#: include/user_menu.php:189 -#: include/class_acc_payment.php:339 -#: include/user_menu.php:191 -#: include/user_menu.php:190 -#: include/class_acc_payment.php:387 -#: include/menu_translate.php:25 +#: include/user_menu.php:187 include/user_menu.php:179 +#: include/class_acc_payment.php:343 include/user_menu.php:189 +#: include/class_acc_payment.php:339 include/user_menu.php:191 +#: include/user_menu.php:190 include/class_acc_payment.php:387 +#: include/menu_translate.php:25 include/database.item.php:9 +#: include/database.item.php:199 msgid "Vente" msgstr "Sale" -#: include/user_menu.php:187 -#: include/user_menu.php:179 -#: include/user_menu.php:189 -#: include/user_menu.php:191 +#: include/user_menu.php:187 include/user_menu.php:179 +#: include/user_menu.php:189 include/user_menu.php:191 #: include/user_menu.php:190 msgid "Journal de vente / produit" msgstr "Ledger of sales" -#: include/user_menu.php:188 -#: include/class_anticipation.php:198 -#: include/class_anticipation.php:192 -#: include/user_menu.php:180 -#: include/user_menu.php:190 -#: include/user_menu.php:192 -#: include/user_menu.php:191 -#: include/class_anticipation.php:285 -#: include/user_menu.php:200 -#: include/class_anticipation.php:293 +#: include/user_menu.php:188 include/class_anticipation.php:198 +#: include/class_anticipation.php:192 include/user_menu.php:180 +#: include/user_menu.php:190 include/user_menu.php:192 +#: include/user_menu.php:191 include/class_anticipation.php:285 +#: include/user_menu.php:200 include/class_anticipation.php:293 +#: include/class_anticipation.php:292 msgid "Dépense" msgstr "Purchase" -#: include/user_menu.php:188 -#: include/user_menu.php:180 -#: include/user_menu.php:190 -#: include/user_menu.php:192 -#: include/user_menu.php:191 -#: include/user_menu.php:200 +#: include/user_menu.php:188 include/user_menu.php:180 +#: include/user_menu.php:190 include/user_menu.php:192 +#: include/user_menu.php:191 include/user_menu.php:200 msgid "Journaux de dépense, d'achat" msgstr "Ledger of purchase" -#: include/user_menu.php:189 -#: include/user_menu.php:181 -#: include/user_menu.php:191 -#: include/user_menu.php:193 -#: include/user_menu.php:192 -#: include/user_menu.php:201 -#: include/menu_translate.php:72 +#: include/user_menu.php:189 include/user_menu.php:181 +#: include/user_menu.php:191 include/user_menu.php:193 +#: include/user_menu.php:192 include/user_menu.php:201 +#: include/menu_translate.php:72 include/database.item.php:197 +#: include/user_menu.php:152 msgid "Financier" msgstr "Financial" -#: include/user_menu.php:189 -#: include/user_menu.php:181 -#: include/user_menu.php:191 -#: include/user_menu.php:193 -#: include/user_menu.php:192 -#: include/user_menu.php:201 +#: include/user_menu.php:189 include/user_menu.php:181 +#: include/user_menu.php:191 include/user_menu.php:193 +#: include/user_menu.php:192 include/user_menu.php:201 msgid "Journaux financiers: les banques, la caisse" msgstr "Financial ledger : bank,.." -#: include/user_menu.php:190 -#: include/user_menu.php:182 +#: include/user_menu.php:190 include/user_menu.php:182 #: include/user_menu.php:192 msgid "Ecriture directe" msgstr "Direct Writing" -#: include/user_menu.php:190 -#: include/user_menu.php:182 +#: include/user_menu.php:190 include/user_menu.php:182 #: include/user_menu.php:192 msgid "Ecriture directe dans les journaux" msgstr "Write directly in a ledger" -#: include/user_menu.php:192 -#: include/compta_ach.inc.php:54 -#: include/compta_fin.inc.php:54 -#: include/compta_ven.inc.php:53 -#: include/compta_ach.inc.php:58 -#: include/compta_fin.inc.php:58 -#: include/compta_ven.inc.php:57 -#: include/template/security_list_action.php:72 -#: include/template/security_list_action.php:66 -#: html/commercial.php:116 +#: include/user_menu.php:192 include/compta_ach.inc.php:54 +#: include/compta_fin.inc.php:54 include/compta_ven.inc.php:53 +#: include/compta_ach.inc.php:58 include/compta_fin.inc.php:58 +#: include/compta_ven.inc.php:57 include/template/security_list_action.php:72 +#: include/template/security_list_action.php:66 html/commercial.php:116 #: include/template/security_list_action.php:65 -#: include/template/security_list_action.php:73 -#: include/compta_ach.inc.php:60 -#: include/compta_ven.inc.php:59 -#: include/user_menu.php:184 -#: include/user_menu.php:194 -#: include/compta_ach.inc.php:63 -#: include/compta_ven.inc.php:64 -#: include/user_menu.php:196 -#: include/compta_ach.inc.php:73 -#: include/compta_fin.inc.php:70 -#: include/compta_ven.inc.php:74 -#: include/user_menu.php:195 -#: html/commercial.php:121 -#: include/compta_fin.inc.php:60 -#: include/compta_ven.inc.php:65 -#: html/commercial.php:127 -#: include/compta_ach.inc.php:43 -#: include/compta_fin.inc.php:40 -#: include/compta_ven.inc.php:43 -#: include/user_menu.php:204 -#: include/menu_translate.php:104 -#: include/menu_translate.php:106 +#: include/template/security_list_action.php:73 include/compta_ach.inc.php:60 +#: include/compta_ven.inc.php:59 include/user_menu.php:184 +#: include/user_menu.php:194 include/compta_ach.inc.php:63 +#: include/compta_ven.inc.php:64 include/user_menu.php:196 +#: include/compta_ach.inc.php:73 include/compta_fin.inc.php:70 +#: include/compta_ven.inc.php:74 include/user_menu.php:195 +#: html/commercial.php:121 include/compta_fin.inc.php:60 +#: include/compta_ven.inc.php:65 html/commercial.php:127 +#: include/compta_ach.inc.php:43 include/compta_fin.inc.php:40 +#: include/compta_ven.inc.php:43 include/user_menu.php:204 +#: include/menu_translate.php:104 include/menu_translate.php:106 +#: include/database.item.php:68 include/database.item.php:114 msgid "Impression" msgstr "Print" -#: include/user_menu.php:193 -#: include/user_menu.php:185 -#: include/user_menu.php:195 -#: include/user_menu.php:197 -#: include/user_menu.php:196 -#: include/user_menu.php:205 +#: include/user_menu.php:193 include/user_menu.php:185 +#: include/user_menu.php:195 include/user_menu.php:197 +#: include/user_menu.php:196 include/user_menu.php:205 msgid "Ajouter, modifier ou effacer des fiches" msgstr "Add,modifier or remove card" -#: include/user_menu.php:194 -#: include/user_menu.php:186 -#: include/user_menu.php:196 -#: include/user_menu.php:199 -#: include/user_menu.php:198 -#: include/user_menu.php:207 -#: include/menu_translate.php:63 +#: include/user_menu.php:194 include/user_menu.php:186 +#: include/user_menu.php:196 include/user_menu.php:199 +#: include/user_menu.php:198 include/user_menu.php:207 +#: include/menu_translate.php:63 include/database.item.php:117 msgid "Avancé" msgstr "Advanced" -#: include/user_menu.php:194 -#: include/user_menu.php:186 -#: include/user_menu.php:196 -#: include/user_menu.php:199 -#: include/user_menu.php:198 -#: include/user_menu.php:207 +#: include/user_menu.php:194 include/user_menu.php:186 +#: include/user_menu.php:196 include/user_menu.php:199 +#: include/user_menu.php:198 include/user_menu.php:207 msgid "Opérations délicates" msgstr "Advanced operation" -#: include/user_menu.php:355 -#: include/user_menu.php:223 -#: include/user_menu.php:215 -#: include/user_menu.php:225 -#: include/user_menu.php:228 -#: include/user_menu.php:227 +#: include/user_menu.php:355 include/user_menu.php:223 +#: include/user_menu.php:215 include/user_menu.php:225 +#: include/user_menu.php:228 include/user_menu.php:227 #: include/user_menu.php:237 msgid "Ecritures definies" msgstr "Defined entries" -#: include/user_menu.php:356 -#: include/user_menu.php:224 -#: include/user_menu.php:216 -#: include/user_menu.php:226 -#: include/user_menu.php:229 -#: include/user_menu.php:228 +#: include/user_menu.php:356 include/user_menu.php:224 +#: include/user_menu.php:216 include/user_menu.php:226 +#: include/user_menu.php:229 include/user_menu.php:228 #: include/user_menu.php:351 msgid "Periode" msgstr "Period" -#: include/user_menu.php:356 -#: include/user_menu.php:224 -#: include/user_menu.php:216 -#: include/user_menu.php:226 -#: include/user_menu.php:229 -#: include/user_menu.php:228 +#: include/user_menu.php:356 include/user_menu.php:224 +#: include/user_menu.php:216 include/user_menu.php:226 +#: include/user_menu.php:229 include/user_menu.php:228 #: include/user_menu.php:351 msgid "Gestion des periodes" msgstr "Period management" -#: include/user_menu.php:357 -#: include/user_menu.php:225 -#: include/user_menu.php:217 -#: include/user_menu.php:227 +#: include/user_menu.php:357 include/user_menu.php:225 +#: include/user_menu.php:217 include/user_menu.php:227 msgid "Centralise" msgstr "Centralize" -#: include/user_menu.php:357 -#: include/user_menu.php:225 -#: include/user_menu.php:217 -#: include/user_menu.php:227 +#: include/user_menu.php:357 include/user_menu.php:225 +#: include/user_menu.php:217 include/user_menu.php:227 msgid "Centralisation" msgstr "Centralization" -#: include/user_menu.php:359 -#: include/user_menu.php:227 -#: include/user_menu.php:219 -#: include/user_menu.php:229 -#: include/user_menu.php:230 -#: include/user_menu.php:239 +#: include/user_menu.php:359 include/user_menu.php:227 +#: include/user_menu.php:219 include/user_menu.php:229 +#: include/user_menu.php:230 include/user_menu.php:239 msgid "Gestion des stocks" msgstr "Stock control" -#: include/user_menu.php:360 -#: include/user_menu.php:228 -#: include/impress.inc.php:35 -#: include/user_menu.php:220 -#: include/user_menu.php:230 -#: include/impress.inc.php:36 -#: include/user_menu.php:231 -#: include/user_menu.php:240 -#: include/menu_translate.php:99 +#: include/user_menu.php:360 include/user_menu.php:228 +#: include/impress.inc.php:35 include/user_menu.php:220 +#: include/user_menu.php:230 include/impress.inc.php:36 +#: include/user_menu.php:231 include/user_menu.php:240 +#: include/menu_translate.php:99 include/database.item.php:63 +#: include/ext/amortis/index.php:53 msgid "Rapport" msgstr "Report" -#: include/user_menu.php:361 -#: include/user_menu.php:229 -#: include/user_menu.php:221 -#: include/user_menu.php:231 -#: include/user_menu.php:232 -#: include/user_menu.php:241 +#: include/user_menu.php:361 include/user_menu.php:229 +#: include/user_menu.php:221 include/user_menu.php:231 +#: include/user_menu.php:232 include/user_menu.php:241 msgid "Import Banque" msgstr "Bank import" -#: include/user_menu.php:361 -#: include/template/form_ledger_fin.php:6 -#: include/user_menu.php:229 -#: include/class_anticipation.php:198 -#: include/class_anticipation.php:192 -#: include/user_menu.php:221 -#: include/user_menu.php:231 -#: include/user_menu.php:232 -#: include/class_anticipation.php:285 -#: include/user_menu.php:241 -#: include/class_anticipation.php:293 -#: include/template/form_ledger_fin.php:9 +#: include/user_menu.php:361 include/template/form_ledger_fin.php:6 +#: include/user_menu.php:229 include/class_anticipation.php:198 +#: include/class_anticipation.php:192 include/user_menu.php:221 +#: include/user_menu.php:231 include/user_menu.php:232 +#: include/class_anticipation.php:285 include/user_menu.php:241 +#: include/class_anticipation.php:293 include/template/form_ledger_fin.php:9 +#: include/class_anticipation.php:292 include/database.item.php:69 +#: include/template/form_ledger_fin.php:25 +#: include/ext/modop/template_ledger_fin.php:5 msgid "Banque" msgstr "Bank" -#: include/user_menu.php:362 -#: include/user_menu.php:230 -#: include/user_menu.php:222 -#: include/user_menu.php:232 -#: include/user_menu.php:233 -#: include/user_menu.php:242 +#: include/user_menu.php:362 include/user_menu.php:230 +#: include/user_menu.php:222 include/user_menu.php:232 +#: include/user_menu.php:233 include/user_menu.php:242 msgid "Ecriture ouverture" msgstr "Opening entries" -#: include/user_menu.php:363 -#: include/user_menu.php:231 -#: include/user_menu.php:223 -#: include/user_menu.php:233 -#: include/user_menu.php:234 -#: include/user_menu.php:243 +#: include/user_menu.php:363 include/user_menu.php:231 +#: include/user_menu.php:223 include/user_menu.php:233 +#: include/user_menu.php:234 include/user_menu.php:243 msgid "Vérification" msgstr "Check in" -#: include/user_menu.php:437 -#: include/user_menu.php:305 -#: include/user_menu.php:297 -#: include/user_menu.php:307 -#: include/user_menu.php:308 -#: include/user_menu.php:323 -#: include/user_menu.php:109 +#: include/user_menu.php:437 include/user_menu.php:305 +#: include/user_menu.php:297 include/user_menu.php:307 +#: include/user_menu.php:308 include/user_menu.php:323 +#: include/user_menu.php:109 include/user_menu.php:110 +#: include/user_menu.php:120 msgid "Utilisateurs" msgstr "Users" -#: include/user_menu.php:437 -#: include/user_menu.php:305 -#: include/user_menu.php:297 -#: include/user_menu.php:307 -#: include/user_menu.php:308 -#: include/user_menu.php:323 -#: include/user_menu.php:109 +#: include/user_menu.php:437 include/user_menu.php:305 +#: include/user_menu.php:297 include/user_menu.php:307 +#: include/user_menu.php:308 include/user_menu.php:323 +#: include/user_menu.php:109 include/user_menu.php:110 +#: include/user_menu.php:120 msgid "Gestion des utilisateurs" msgstr "Users managements" -#: include/user_menu.php:438 -#: include/user_menu.php:306 -#: include/user_menu.php:298 -#: include/user_menu.php:308 -#: include/user_menu.php:309 -#: include/user_menu.php:324 -#: include/user_menu.php:110 +#: include/user_menu.php:438 include/user_menu.php:306 +#: include/user_menu.php:298 include/user_menu.php:308 +#: include/user_menu.php:309 include/user_menu.php:324 +#: include/user_menu.php:110 include/user_menu.php:111 msgid "Dossiers" msgstr "Folders" -#: include/user_menu.php:438 -#: include/user_menu.php:306 -#: include/user_menu.php:298 -#: include/user_menu.php:308 -#: include/user_menu.php:309 -#: include/user_menu.php:324 -#: include/user_menu.php:110 +#: include/user_menu.php:438 include/user_menu.php:306 +#: include/user_menu.php:298 include/user_menu.php:308 +#: include/user_menu.php:309 include/user_menu.php:324 +#: include/user_menu.php:110 include/user_menu.php:111 msgid "Gestion des dossiers" msgstr "Folders managements" -#: include/user_menu.php:439 -#: include/user_menu.php:307 -#: include/user_menu.php:299 -#: include/user_menu.php:309 -#: include/user_menu.php:310 -#: include/user_menu.php:325 -#: include/user_menu.php:111 +#: include/user_menu.php:439 include/user_menu.php:307 +#: include/user_menu.php:299 include/user_menu.php:309 +#: include/user_menu.php:310 include/user_menu.php:325 +#: include/user_menu.php:111 include/user_menu.php:112 msgid "Modèles" msgstr "Template" -#: include/user_menu.php:439 -#: include/user_menu.php:307 -#: include/user_menu.php:299 -#: include/user_menu.php:309 -#: include/user_menu.php:310 -#: include/user_menu.php:325 -#: include/user_menu.php:111 +#: include/user_menu.php:439 include/user_menu.php:307 +#: include/user_menu.php:299 include/user_menu.php:309 +#: include/user_menu.php:310 include/user_menu.php:325 +#: include/user_menu.php:111 include/user_menu.php:112 msgid "Gestion des modèles" msgstr "Template management" -#: include/user_menu.php:440 -#: include/user_menu.php:308 -#: include/user_menu.php:300 -#: include/user_menu.php:310 -#: include/user_menu.php:311 -#: include/user_menu.php:326 -#: include/user_menu.php:112 +#: include/user_menu.php:440 include/user_menu.php:308 +#: include/user_menu.php:300 include/user_menu.php:310 +#: include/user_menu.php:311 include/user_menu.php:326 +#: include/user_menu.php:112 include/user_menu.php:113 msgid "Restaure" msgstr "Restore" -#: include/user_menu.php:440 -#: include/user_menu.php:308 -#: include/user_menu.php:300 -#: include/user_menu.php:310 -#: include/user_menu.php:311 -#: include/user_menu.php:326 -#: include/user_menu.php:112 +#: include/user_menu.php:440 include/user_menu.php:308 +#: include/user_menu.php:300 include/user_menu.php:310 +#: include/user_menu.php:311 include/user_menu.php:326 +#: include/user_menu.php:112 include/user_menu.php:113 msgid "Restaure une base de données" msgstr "Restore a folder" -#: include/user_menu.php:441 -#: include/user_menu.php:575 -#: include/user_menu.php:309 -#: include/user_menu.php:301 -#: include/user_menu.php:311 -#: include/user_menu.php:312 -#: include/user_menu.php:328 -#: include/menu_translate.php:105 -#: include/user_menu.php:114 +#: include/user_menu.php:441 include/user_menu.php:575 +#: include/user_menu.php:309 include/user_menu.php:301 +#: include/user_menu.php:311 include/user_menu.php:312 +#: include/user_menu.php:328 include/menu_translate.php:105 +#: include/user_menu.php:114 include/database.item.php:73 +#: include/user_menu.php:115 include/user_menu.php:122 msgid "Accueil" msgstr "Homepage" -#: include/user_menu.php:442 -#: include/user_menu.php:310 -#: include/user_menu.php:302 -#: include/user_menu.php:312 -#: include/ext_inc.php:17 -#: include/user_menu.php:313 -#: include/menu_translate.php:91 +#: include/user_menu.php:442 include/user_menu.php:310 +#: include/user_menu.php:302 include/user_menu.php:312 include/ext_inc.php:17 +#: include/user_menu.php:313 include/menu_translate.php:91 +#: include/database.item.php:76 msgid "Sortie" msgstr "Logout" -#: include/user_menu.php:466 -#: include/user_menu.php:334 -#: include/user_menu.php:326 -#: include/user_menu.php:336 -#: include/user_menu.php:337 -#: include/user_menu.php:350 -#: include/menu_translate.php:27 +#: include/user_menu.php:466 include/user_menu.php:334 +#: include/user_menu.php:326 include/user_menu.php:336 +#: include/user_menu.php:337 include/user_menu.php:350 +#: include/menu_translate.php:27 include/database.item.php:83 msgid "Sociétés" msgstr "Company" -#: include/user_menu.php:466 -#: include/user_menu.php:334 -#: include/user_menu.php:326 -#: include/user_menu.php:336 -#: include/user_menu.php:337 -#: include/user_menu.php:350 -#: include/menu_translate.php:27 +#: include/user_menu.php:466 include/user_menu.php:334 +#: include/user_menu.php:326 include/user_menu.php:336 +#: include/user_menu.php:337 include/user_menu.php:350 +#: include/menu_translate.php:27 include/database.item.php:83 msgid "Parametre societe" msgstr "Company parametes" -#: include/user_menu.php:467 -#: include/user_menu.php:335 -#: include/user_menu.php:327 -#: include/user_menu.php:337 -#: include/user_menu.php:338 -#: include/user_menu.php:352 -#: include/menu_translate.php:17 +#: include/user_menu.php:467 include/user_menu.php:335 +#: include/user_menu.php:327 include/user_menu.php:337 +#: include/user_menu.php:338 include/user_menu.php:352 +#: include/menu_translate.php:17 include/database.item.php:75 +#: include/database.item.php:175 include/ext/tva/form_parameter.php:111 msgid "Divers" msgstr "Miscelleanous" -#: include/user_menu.php:467 -#: include/user_menu.php:335 -#: include/user_menu.php:327 -#: include/user_menu.php:337 -#: include/user_menu.php:338 -#: include/user_menu.php:352 +#: include/user_menu.php:467 include/user_menu.php:335 +#: include/user_menu.php:327 include/user_menu.php:337 +#: include/user_menu.php:338 include/user_menu.php:352 msgid "Devise, moyen de paiement" msgstr "Currency, " -#: include/user_menu.php:468 -#: include/user_menu.php:336 -#: html/parametre.php:157 -#: html/parametre.php:136 -#: html/parametre.php:135 -#: html/parametre.php:126 +#: include/user_menu.php:468 include/user_menu.php:336 html/parametre.php:157 +#: html/parametre.php:136 html/parametre.php:135 html/parametre.php:126 msgid "Tva" msgstr "VAT" -#: include/user_menu.php:468 -#: include/user_menu.php:336 +#: include/user_menu.php:468 include/user_menu.php:336 msgid "Taux & poste pour la TVA" msgstr "Rate and accounting item for VAT" -#: include/user_menu.php:469 -#: include/user_menu.php:337 -#: include/user_menu.php:336 -#: include/template/forecast-detail.php:8 -#: html/parametre.php:137 -#: html/parametre.php:136 -#: html/parametre.php:127 +#: include/user_menu.php:469 include/user_menu.php:337 +#: include/user_menu.php:336 include/template/forecast-detail.php:8 +#: html/parametre.php:137 html/parametre.php:136 html/parametre.php:127 #: include/template/ledger_detail_ach.php:157 #: include/template/ledger_detail_fin.php:71 #: include/template/ledger_detail_misc.php:56 -#: include/template/ledger_detail_ven.php:159 -#: html/ajax_poste.php:83 +#: include/template/ledger_detail_ven.php:159 html/ajax_poste.php:83 #: include/template/ledger_detail_ach.php:208 #: include/template/ledger_detail_fin.php:98 #: include/template/ledger_detail_misc.php:86 #: include/template/ledger_detail_ven.php:204 #: include/template/ledger_detail_ach.php:248 #: include/template/ledger_detail_fin.php:104 -#: include/template/ledger_detail_ven.php:246 +#: include/template/ledger_detail_ven.php:246 html/ajax_poste.php:86 +#: include/database.item.php:161 include/template/ledger_detail_ach.php:273 +#: include/template/ledger_detail_fin.php:105 +#: include/template/ledger_detail_misc.php:89 +#: include/template/ledger_detail_ven.php:272 +#: include/template/operation_detail_misc.php:32 msgid "Poste Comptable" msgstr "Accounting item" -#: include/user_menu.php:469 -#: include/user_menu.php:337 -#: include/user_menu.php:336 -#: html/parametre.php:137 -#: html/parametre.php:136 +#: include/user_menu.php:469 include/user_menu.php:337 +#: include/user_menu.php:336 html/parametre.php:137 html/parametre.php:136 #: html/parametre.php:127 msgid "Poste comptable constant" msgstr "Constant accounting item " -#: include/user_menu.php:470 -#: include/user_menu.php:338 -#: include/user_menu.php:337 -#: include/user_menu.php:336 -#: include/user_menu.php:328 -#: include/user_menu.php:339 -#: include/user_menu.php:353 -#: include/menu_translate.php:90 +#: include/user_menu.php:470 include/user_menu.php:338 +#: include/user_menu.php:337 include/user_menu.php:336 +#: include/user_menu.php:328 include/user_menu.php:339 +#: include/user_menu.php:353 include/menu_translate.php:90 +#: include/database.item.php:101 msgid "Plan Comptable" msgstr "Accounting system" -#: include/user_menu.php:470 -#: include/user_menu.php:338 -#: include/user_menu.php:337 -#: include/user_menu.php:336 -#: include/user_menu.php:328 -#: include/user_menu.php:339 +#: include/user_menu.php:470 include/user_menu.php:338 +#: include/user_menu.php:337 include/user_menu.php:336 +#: include/user_menu.php:328 include/user_menu.php:339 #: include/user_menu.php:353 msgid "Modification du plan comptable" msgstr "Modification of the accounting system" -#: include/user_menu.php:471 -#: include/user_menu.php:339 +#: include/user_menu.php:471 include/user_menu.php:339 #: include/user_menu.php:338 msgid "Modifie les classe de base" msgstr "Modify the fondamental accounting item" -#: include/user_menu.php:472 -#: include/user_menu.php:340 -#: include/user_menu.php:339 -#: include/template/extension-sec.php:3 -#: include/user_menu.php:338 -#: include/user_menu.php:330 -#: include/user_menu.php:341 -#: include/user_menu.php:355 -#: include/menu_translate.php:65 +#: include/user_menu.php:472 include/user_menu.php:340 +#: include/user_menu.php:339 include/template/extension-sec.php:3 +#: include/user_menu.php:338 include/user_menu.php:330 +#: include/user_menu.php:341 include/user_menu.php:355 +#: include/menu_translate.php:65 include/database.item.php:89 msgid "Sécurité" msgstr "Security" -#: include/user_menu.php:472 -#: include/user_menu.php:340 -#: include/user_menu.php:339 -#: include/user_menu.php:338 -#: include/user_menu.php:330 -#: include/user_menu.php:341 +#: include/user_menu.php:472 include/user_menu.php:340 +#: include/user_menu.php:339 include/user_menu.php:338 +#: include/user_menu.php:330 include/user_menu.php:341 #: include/user_menu.php:355 msgid "securite" msgstr "security" -#: include/user_menu.php:473 -#: include/user_menu.php:341 -#: include/user_menu.php:340 -#: include/user_menu.php:339 -#: include/user_menu.php:331 -#: include/user_menu.php:342 +#: include/user_menu.php:473 include/user_menu.php:341 +#: include/user_menu.php:340 include/user_menu.php:339 +#: include/user_menu.php:331 include/user_menu.php:342 #: include/user_menu.php:356 msgid "Ecritures définies" msgstr "Defined entries" -#: include/user_menu.php:474 -#: include/class_acc_ledger.php:618 -#: include/user_menu.php:342 -#: include/class_acc_ledger.php:617 -#: include/user_menu.php:341 -#: include/user_menu.php:340 -#: include/user_menu.php:332 -#: include/user_menu.php:343 -#: include/class_acc_ledger.php:507 -#: include/class_acc_ledger.php:695 -#: include/class_acc_ledger.php:729 -#: include/user_menu.php:357 -#: include/class_acc_ledger.php:855 -#: include/menu_translate.php:60 +#: include/user_menu.php:474 include/class_acc_ledger.php:618 +#: include/user_menu.php:342 include/class_acc_ledger.php:617 +#: include/user_menu.php:341 include/user_menu.php:340 +#: include/user_menu.php:332 include/user_menu.php:343 +#: include/class_acc_ledger.php:507 include/class_acc_ledger.php:695 +#: include/class_acc_ledger.php:729 include/user_menu.php:357 +#: include/class_acc_ledger.php:855 include/menu_translate.php:60 +#: html/ajax_ledger.php:284 html/ajax_ledger.php:324 html/ajax_ledger.php:348 +#: include/class_acc_ledger.php:868 include/database.item.php:87 +#: include/ext/invoicing/include/class_acc_ledger_sold_generate.php:125 msgid "Document" msgstr "Document" -#: include/user_menu.php:474 -#: include/user_menu.php:342 -#: include/user_menu.php:341 -#: include/user_menu.php:340 -#: include/user_menu.php:332 -#: include/user_menu.php:343 +#: include/user_menu.php:474 include/user_menu.php:342 +#: include/user_menu.php:341 include/user_menu.php:340 +#: include/user_menu.php:332 include/user_menu.php:343 #: include/user_menu.php:357 msgid "Facture, lettre de rappel, proposition..." msgstr "Invoice, delivery, mail..." -#: include/user_menu.php:475 -#: include/user_menu.php:343 -#: include/user_menu.php:342 -#: include/impress.inc.php:32 -#: include/user_menu.php:341 -#: include/user_menu.php:333 -#: include/user_menu.php:344 -#: include/user_menu.php:358 +#: include/user_menu.php:475 include/user_menu.php:343 +#: include/user_menu.php:342 include/impress.inc.php:32 +#: include/user_menu.php:341 include/user_menu.php:333 +#: include/user_menu.php:344 include/user_menu.php:358 msgid "Journaux" msgstr "Ledgers" -#: include/user_menu.php:475 -#: include/user_menu.php:343 -#: include/user_menu.php:342 -#: include/user_menu.php:341 -#: include/user_menu.php:333 -#: include/user_menu.php:344 +#: include/user_menu.php:475 include/user_menu.php:343 +#: include/user_menu.php:342 include/user_menu.php:341 +#: include/user_menu.php:333 include/user_menu.php:344 #: include/user_menu.php:358 msgid "Creation et modification de journaux" msgstr "Creation and modification of ledger" -#: include/user_menu.php:494 -#: include/user_menu.php:362 -#: include/user_menu.php:361 -#: include/user_menu.php:254 -#: include/user_menu.php:360 -#: include/user_menu.php:246 -#: include/user_menu.php:352 -#: include/user_menu.php:256 -#: include/user_menu.php:257 -#: include/user_menu.php:363 -#: include/user_menu.php:266 -#: include/user_menu.php:377 -#: include/class_acc_ledger.php:3106 -#: include/user_menu.php:52 +#: include/user_menu.php:494 include/user_menu.php:362 +#: include/user_menu.php:361 include/user_menu.php:254 +#: include/user_menu.php:360 include/user_menu.php:246 +#: include/user_menu.php:352 include/user_menu.php:256 +#: include/user_menu.php:257 include/user_menu.php:363 +#: include/user_menu.php:266 include/user_menu.php:377 +#: include/class_acc_ledger.php:3106 include/user_menu.php:52 +#: include/class_acc_ledger.php:3279 include/user_menu.php:51 msgid "Création" msgstr "Creation" -#: include/user_menu.php:548 -#: include/user_menu.php:416 -#: include/user_menu.php:415 -#: include/user_menu.php:414 -#: include/user_menu.php:406 -#: include/user_menu.php:417 +#: include/user_menu.php:548 include/user_menu.php:416 +#: include/user_menu.php:415 include/user_menu.php:414 +#: include/user_menu.php:406 include/user_menu.php:417 #: include/user_menu.php:434 msgid "Importer CSV" msgstr "Import CSV" -#: include/user_menu.php:549 -#: include/user_menu.php:417 -#: include/user_menu.php:416 -#: include/user_menu.php:415 -#: include/user_menu.php:407 -#: include/user_menu.php:418 +#: include/user_menu.php:549 include/user_menu.php:417 +#: include/user_menu.php:416 include/user_menu.php:415 +#: include/user_menu.php:407 include/user_menu.php:418 #: include/user_menu.php:435 msgid "Verif CSV" msgstr "Verif CSV" -#: include/user_menu.php:550 -#: include/user_menu.php:418 -#: include/user_menu.php:417 -#: include/user_menu.php:416 -#: include/user_menu.php:408 -#: include/user_menu.php:419 +#: include/user_menu.php:550 include/user_menu.php:418 +#: include/user_menu.php:417 include/user_menu.php:416 +#: include/user_menu.php:408 include/user_menu.php:419 #: include/user_menu.php:436 msgid "Transfert CSV" msgstr "CSV Transfert" -#: include/user_menu.php:576 -#: include/user_menu.php:444 -#: include/user_menu.php:443 -#: include/user_menu.php:442 -#: include/user_menu.php:434 -#: include/user_menu.php:445 +#: include/user_menu.php:576 include/user_menu.php:444 +#: include/user_menu.php:443 include/user_menu.php:442 +#: include/user_menu.php:434 include/user_menu.php:445 #: include/user_menu.php:466 msgid "Preference" msgstr "Preference" -#: include/user_menu.php:577 -#: include/template/security_list_action.php:81 -#: include/template/security_list_action.php:75 -#: include/user_menu.php:445 -#: include/user_menu.php:444 -#: include/template/security_list_action.php:74 -#: include/template/security_list_action.php:51 -#: include/user_menu.php:443 -#: include/user_menu.php:435 -#: include/user_menu.php:446 -#: include/user_menu.php:467 -#: include/menu_translate.php:95 +#: include/user_menu.php:577 include/template/security_list_action.php:81 +#: include/template/security_list_action.php:75 include/user_menu.php:445 +#: include/user_menu.php:444 include/template/security_list_action.php:74 +#: include/template/security_list_action.php:51 include/user_menu.php:443 +#: include/user_menu.php:435 include/user_menu.php:446 +#: include/user_menu.php:467 include/menu_translate.php:95 +#: include/database.item.php:57 include/ext/coprop/index.php:48 msgid "Paramètre" msgstr "Parameter" -#: include/user_menu.php:578 -#: include/user_menu.php:446 -#: include/user_menu.php:445 -#: include/user_menu.php:444 -#: include/user_menu.php:436 -#: include/user_menu.php:447 +#: include/user_menu.php:578 include/user_menu.php:446 +#: include/user_menu.php:445 include/user_menu.php:444 +#: include/user_menu.php:436 include/user_menu.php:447 #: include/user_menu.php:468 msgid "Autre Dossier" msgstr "Other folder" -#: include/user_menu.php:579 -#: html/user_login.php:73 -#: html/user_login.php:74 -#: include/user_menu.php:447 -#: html/user_login.php:82 -#: include/user_menu.php:446 -#: include/user_menu.php:445 -#: include/user_menu.php:437 -#: html/user_login.php:81 -#: html/user_login.php:72 -#: include/user_menu.php:448 -#: html/user_login.php:110 -#: html/user_login.php:118 -#: include/user_menu.php:469 -#: html/user_login.php:120 +#: include/user_menu.php:579 html/user_login.php:73 html/user_login.php:74 +#: include/user_menu.php:447 html/user_login.php:82 include/user_menu.php:446 +#: include/user_menu.php:445 include/user_menu.php:437 html/user_login.php:81 +#: html/user_login.php:72 include/user_menu.php:448 html/user_login.php:110 +#: html/user_login.php:118 include/user_menu.php:469 html/user_login.php:120 +#: html/user_login.php:151 msgid "Deconnexion" msgstr "Disconnect" -#: include/user_menu.php:581 -#: include/user_menu.php:449 -#: include/user_menu.php:448 -#: include/user_menu.php:447 -#: include/user_menu.php:439 -#: include/user_menu.php:450 +#: include/user_menu.php:581 include/user_menu.php:449 +#: include/user_menu.php:448 include/user_menu.php:447 +#: include/user_menu.php:439 include/user_menu.php:450 #: include/user_menu.php:471 msgid "Compta Générale" msgstr "Accountancy" -#: include/user_menu.php:582 -#: include/template/security_list_action.php:91 -#: include/template/security_list_action.php:85 -#: include/user_menu.php:450 -#: include/user_menu.php:449 -#: include/template/security_list_action.php:84 -#: include/template/security_list_action.php:98 -#: include/user_menu.php:448 -#: include/user_menu.php:440 -#: include/user_menu.php:451 -#: include/user_menu.php:472 -#: include/menu_translate.php:94 +#: include/user_menu.php:582 include/template/security_list_action.php:91 +#: include/template/security_list_action.php:85 include/user_menu.php:450 +#: include/user_menu.php:449 include/template/security_list_action.php:84 +#: include/template/security_list_action.php:98 include/user_menu.php:448 +#: include/user_menu.php:440 include/user_menu.php:451 +#: include/user_menu.php:472 include/menu_translate.php:94 +#: include/database.item.php:71 msgid "Gestion" msgstr "Management" -#: include/user_menu.php:583 -#: include/class_acc_ledger_purchase.php:1043 +#: include/user_menu.php:583 include/class_acc_ledger_purchase.php:1043 #: include/class_acc_ledger_sold.php:572 #: include/class_acc_ledger_purchase.php:943 -#: include/class_acc_ledger_sold.php:504 -#: include/user_menu.php:451 +#: include/class_acc_ledger_sold.php:504 include/user_menu.php:451 #: include/class_acc_ledger_purchase.php:957 -#: include/class_acc_ledger_sold.php:506 -#: include/user_menu.php:450 +#: include/class_acc_ledger_sold.php:506 include/user_menu.php:450 #: include/class_acc_ledger_purchase.php:954 -#: include/class_acc_ledger_sold.php:507 -#: include/class_acc_ledger_sold.php:509 -#: include/user_menu.php:449 -#: include/class_acc_ledger_purchase.php:958 -#: include/class_acc_ledger_sold.php:511 -#: include/user_menu.php:441 +#: include/class_acc_ledger_sold.php:507 include/class_acc_ledger_sold.php:509 +#: include/user_menu.php:449 include/class_acc_ledger_purchase.php:958 +#: include/class_acc_ledger_sold.php:511 include/user_menu.php:441 #: include/class_acc_ledger_purchase.php:1036 #: include/class_acc_ledger_sold.php:564 #: include/class_acc_ledger_purchase.php:1041 #: include/class_acc_ledger_sold.php:568 #: include/class_acc_ledger_purchase.php:1063 -#: include/class_acc_ledger_sold.php:581 -#: include/user_menu.php:452 +#: include/class_acc_ledger_sold.php:581 include/user_menu.php:452 #: include/class_acc_ledger_purchase.php:1108 -#: include/class_acc_ledger_sold.php:588 -#: include/class_acc_ledger.php:1214 +#: include/class_acc_ledger_sold.php:588 include/class_acc_ledger.php:1214 #: include/class_acc_ledger_purchase.php:1122 #: include/class_acc_ledger_sold.php:597 #: include/template/ledger_detail_ach.php:73 #: include/template/ledger_detail_misc.php:66 -#: include/template/ledger_detail_ven.php:72 -#: include/class_acc_ledger.php:1271 +#: include/template/ledger_detail_ven.php:72 include/class_acc_ledger.php:1271 #: include/class_acc_ledger_purchase.php:1302 -#: include/class_acc_ledger_sold.php:679 -#: include/user_menu.php:473 +#: include/class_acc_ledger_sold.php:679 include/user_menu.php:473 #: include/template/ledger_detail_ach.php:108 #: include/template/ledger_detail_misc.php:96 #: include/template/ledger_detail_ven.php:107 -#: include/class_acc_ledger_fin.php:493 -#: include/class_acc_ledger.php:1394 +#: include/class_acc_ledger_fin.php:493 include/class_acc_ledger.php:1394 #: include/class_acc_ledger_purchase.php:1314 #: include/class_acc_ledger_sold.php:708 #: include/template/ledger_detail_ach.php:130 #: include/template/ledger_detail_fin.php:114 #: include/template/ledger_detail_ven.php:127 +#: include/class_acc_ledger_fin.php:551 include/class_acc_ledger.php:1444 +#: include/class_acc_ledger_purchase.php:1399 +#: include/class_acc_ledger_sold.php:690 +#: 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 msgid "Compt. Analytique" msgstr "Cost Accounting" -#: include/user_menu.php:584 -#: include/template/security_list_action.php:52 +#: include/user_menu.php:584 include/template/security_list_action.php:52 +#: include/ext/coprop/index.php:46 msgid "Budget" msgstr "Budget" -#: include/ac_common.php:288 -#: include/ac_common.php:278 -#: include/ac_common.php:279 -#: include/ac_common.php:276 -#: include/ac_common.php:286 -#: include/ac_common.php:362 -#: include/ac_common.php:404 +#: include/ac_common.php:288 include/ac_common.php:278 +#: include/ac_common.php:279 include/ac_common.php:276 +#: include/ac_common.php:286 include/ac_common.php:362 +#: include/ac_common.php:404 include/ac_common.php:415 msgid " Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "This action is not authorized contact your administrator" -#: html/access.php:71 -#: html/access.php:72 -#: html/access.php:73 -#: html/access.php:75 -#: html/access.php:77 -#: html/access.php:85 -#: html/user_login.php:70 -#: html/access.php:90 -#: html/user_login.php:73 -#: html/do.php:105 +#: html/access.php:71 html/access.php:72 html/access.php:73 html/access.php:75 +#: html/access.php:77 html/access.php:85 html/user_login.php:70 +#: html/access.php:90 html/user_login.php:73 html/do.php:105 html/do.php:108 +#: html/user_login.php:75 msgid "Votre base de données n'est pas à jour" msgstr "Your database is not updated" -#: html/access.php:72 -#: html/access.php:73 -#: html/access.php:74 -#: html/access.php:76 -#: html/access.php:78 -#: html/access.php:86 -#: html/user_login.php:71 -#: html/access.php:91 -#: html/user_login.php:74 -#: html/do.php:106 +#: html/access.php:72 html/access.php:73 html/access.php:74 html/access.php:76 +#: html/access.php:78 html/access.php:86 html/user_login.php:71 +#: html/access.php:91 html/user_login.php:74 html/do.php:106 html/do.php:109 +#: html/user_login.php:76 msgid "cliquez ici pour appliquer le patch" msgstr "Click here to apply the patch" @@ -1262,362 +908,254 @@ msgstr "Click here to apply the patch" msgid "Liste des tâches" msgstr "Todo list" -#: html/access.php:109 -#: include/class_acc_ledger.php:498 -#: include/class_acc_ledger.php:1216 -#: include/class_acc_ledger.php:1338 +#: html/access.php:109 include/class_acc_ledger.php:498 +#: include/class_acc_ledger.php:1216 include/class_acc_ledger.php:1338 #: include/template/detail-action.php:15 #: include/template/form_ledger_detail.php:13 #: include/template/form_ledger_fin.php:3 #: include/class_acc_ledger_sold.php:545 -#: include/class_acc_ledger_purchase.php:1013 -#: html/access.php:110 -#: include/class_acc_ledger.php:1142 -#: include/class_acc_ledger.php:1264 +#: include/class_acc_ledger_purchase.php:1013 html/access.php:110 +#: include/class_acc_ledger.php:1142 include/class_acc_ledger.php:1264 #: include/class_acc_ledger_purchase.php:913 -#: include/class_acc_ledger_sold.php:477 -#: html/access.php:156 -#: include/class_acc_ledger.php:497 -#: include/class_acc_ledger.php:1141 -#: include/class_acc_ledger.php:1263 -#: include/class_acc_ledger_purchase.php:927 -#: include/class_acc_ledger_sold.php:479 -#: include/class_anc_listing.php:73 +#: include/class_acc_ledger_sold.php:477 html/access.php:156 +#: include/class_acc_ledger.php:497 include/class_acc_ledger.php:1141 +#: include/class_acc_ledger.php:1263 include/class_acc_ledger_purchase.php:927 +#: include/class_acc_ledger_sold.php:479 include/class_anc_listing.php:73 #: include/class_acc_ledger_purchase.php:924 -#: include/class_acc_ledger_sold.php:480 -#: include/class_acc_ledger_sold.php:482 +#: include/class_acc_ledger_sold.php:480 include/class_acc_ledger_sold.php:482 #: include/class_acc_ledger_purchase.php:928 -#: include/class_acc_ledger_sold.php:484 -#: html/access.php:158 +#: include/class_acc_ledger_sold.php:484 html/access.php:158 #: include/class_acc_ledger_purchase.php:1006 -#: include/class_acc_ledger_sold.php:537 -#: include/class_fiche.php:1077 +#: include/class_acc_ledger_sold.php:537 include/class_fiche.php:1077 #: include/class_acc_ledger_purchase.php:1011 -#: include/class_acc_ledger_sold.php:541 -#: include/class_fiche.php:1079 +#: include/class_acc_ledger_sold.php:541 include/class_fiche.php:1079 #: include/class_acc_ledger_purchase.php:1033 -#: include/class_acc_ledger_sold.php:553 -#: include/class_fiche.php:1041 -#: include/impress_fiche.inc.php:146 -#: include/template/dashboard.php:36 -#: include/template/letter_all.php:20 -#: include/template/letter_prop.php:23 -#: include/class_acc_ledger.php:387 -#: include/class_acc_ledger.php:1012 +#: include/class_acc_ledger_sold.php:553 include/class_fiche.php:1041 +#: include/impress_fiche.inc.php:146 include/template/dashboard.php:36 +#: include/template/letter_all.php:20 include/template/letter_prop.php:23 +#: include/class_acc_ledger.php:387 include/class_acc_ledger.php:1012 #: include/class_acc_ledger.php:1146 #: include/class_acc_ledger_purchase.php:1078 -#: include/class_acc_ledger_sold.php:560 -#: include/class_fiche.php:1018 -#: include/impress_fiche.inc.php:145 -#: include/template/dashboard.php:31 -#: include/template/letter_prop.php:22 -#: include/class_acc_ledger.php:577 -#: include/class_acc_ledger.php:1195 -#: include/class_acc_ledger.php:1337 +#: include/class_acc_ledger_sold.php:560 include/class_fiche.php:1018 +#: include/impress_fiche.inc.php:145 include/template/dashboard.php:31 +#: include/template/letter_prop.php:22 include/class_acc_ledger.php:577 +#: include/class_acc_ledger.php:1195 include/class_acc_ledger.php:1337 #: include/class_acc_ledger_purchase.php:1085 -#: include/class_acc_ledger_sold.php:563 -#: include/class_fiche.php:1117 -#: include/impress_fiche.inc.php:193 -#: include/class_acc_ledger.php:606 -#: include/class_acc_ledger.php:1251 -#: include/class_acc_ledger.php:1394 +#: include/class_acc_ledger_sold.php:563 include/class_fiche.php:1117 +#: include/impress_fiche.inc.php:193 include/class_acc_ledger.php:606 +#: include/class_acc_ledger.php:1251 include/class_acc_ledger.php:1394 #: include/class_acc_ledger_purchase.php:1261 -#: include/class_acc_ledger_sold.php:643 -#: include/class_anc_listing.php:82 -#: include/class_fiche.php:1276 -#: include/impress_fiche.inc.php:225 -#: include/template/form_ledger_detail.php:7 -#: include/class_acc_ledger.php:1373 +#: include/class_acc_ledger_sold.php:643 include/class_anc_listing.php:82 +#: include/class_fiche.php:1276 include/impress_fiche.inc.php:225 +#: include/template/form_ledger_detail.php:7 include/class_acc_ledger.php:1373 #: include/class_acc_ledger.php:1551 #: include/class_acc_ledger_purchase.php:1272 -#: include/class_acc_ledger_sold.php:667 -#: include/class_anc_grandlivre.php:156 -#: include/class_fiche.php:1320 -#: include/export_fiche_balance_csv.php:138 -#: include/impress_fiche.inc.php:288 -#: include/template/dashboard.php:123 +#: include/class_acc_ledger_sold.php:667 include/class_anc_grandlivre.php:156 +#: include/class_fiche.php:1320 include/export_fiche_balance_csv.php:138 +#: include/impress_fiche.inc.php:288 include/template/dashboard.php:123 #: include/template/form_ledger_detail.php:10 -#: include/template/form_ledger_fin.php:6 -#: include/template/letter_prop.php:62 +#: include/template/form_ledger_fin.php:6 include/template/letter_prop.php:62 +#: include/class_acc_ledger.php:1423 include/class_acc_ledger.php:1609 +#: include/class_acc_ledger_purchase.php:1350 +#: include/class_acc_ledger_sold.php:647 include/class_fiche.php:1281 +#: include/export_fiche_balance_csv.php:139 include/fiche.inc.php:437 +#: include/template/dashboard.php:337 include/template/detail-action.php:36 +#: include/template/form_ledger_detail.php:16 +#: include/template/form_ledger_fin.php:20 +#: include/template/form_ledger_fin.php:40 include/template/letter_all.php:23 +#: include/template/letter_prop.php:25 include/template/letter_prop.php:65 +#: include/ext/modop/template_ledger_fin.php:3 +#: include/ext/import_account/include/class_impacc_operation.php:248 +#: include/ext/import_account/include/class_impacc_operation.php:486 msgid "Date" msgstr "Date" -#: html/access.php:110 -#: include/template/detail-action.php:132 -#: html/access.php:111 -#: html/access.php:157 +#: html/access.php:110 include/template/detail-action.php:132 +#: html/access.php:111 html/access.php:157 #: include/template/detail-action.php:136 -#: include/template/detail-action.php:150 -#: html/access.php:159 -#: include/template/dashboard.php:37 -#: include/template/dashboard.php:32 -#: include/template/dashboard.php:124 +#: include/template/detail-action.php:150 html/access.php:159 +#: include/template/dashboard.php:37 include/template/dashboard.php:32 +#: include/template/dashboard.php:124 include/template/dashboard.php:338 +#: include/template/detail-action.php:227 msgid "Titre" msgstr "Title" -#: html/access.php:111 -#: include/dossier.inc.php:235 -#: include/dossier.inc.php:264 -#: include/class_acc_ledger.php:499 -#: include/class_acc_ledger.php:1217 -#: include/class_acc_ledger.php:1341 -#: include/template/detail-action.php:129 +#: html/access.php:111 include/dossier.inc.php:235 include/dossier.inc.php:264 +#: include/class_acc_ledger.php:499 include/class_acc_ledger.php:1217 +#: include/class_acc_ledger.php:1341 include/template/detail-action.php:129 #: include/template/detail-action.php:157 #: include/template/form_ledger_detail.php:17 #: include/class_acc_ledger_sold.php:552 -#: include/class_acc_ledger_purchase.php:1020 -#: html/access.php:112 -#: include/class_acc_ledger.php:1143 -#: include/class_acc_ledger.php:1267 +#: include/class_acc_ledger_purchase.php:1020 html/access.php:112 +#: include/class_acc_ledger.php:1143 include/class_acc_ledger.php:1267 #: include/class_acc_ledger_purchase.php:920 -#: include/class_acc_ledger_sold.php:484 -#: html/access.php:158 -#: include/class_acc_ledger.php:498 -#: include/class_acc_ledger.php:1142 -#: include/class_acc_ledger.php:1266 -#: include/class_acc_ledger_purchase.php:934 -#: include/class_acc_ledger_sold.php:486 -#: include/class_anc_account.php:266 -#: include/class_anc_listing.php:75 -#: include/class_anc_plan.php:125 +#: include/class_acc_ledger_sold.php:484 html/access.php:158 +#: include/class_acc_ledger.php:498 include/class_acc_ledger.php:1142 +#: include/class_acc_ledger.php:1266 include/class_acc_ledger_purchase.php:934 +#: include/class_acc_ledger_sold.php:486 include/class_anc_account.php:266 +#: include/class_anc_listing.php:75 include/class_anc_plan.php:125 #: include/class_acc_ledger_purchase.php:931 -#: include/class_acc_ledger_sold.php:487 -#: include/class_acc_ledger_sold.php:489 +#: include/class_acc_ledger_sold.php:487 include/class_acc_ledger_sold.php:489 #: include/class_acc_ledger_purchase.php:935 #: include/class_acc_ledger_sold.php:491 #: include/template/detail-action.php:133 #: include/template/detail-action.php:161 -#: include/template/detail-action.php:179 -#: html/access.php:160 +#: include/template/detail-action.php:179 html/access.php:160 #: include/class_acc_ledger_purchase.php:1013 -#: include/class_acc_ledger_sold.php:544 -#: include/class_fiche.php:1078 +#: include/class_acc_ledger_sold.php:544 include/class_fiche.php:1078 #: include/class_acc_ledger_purchase.php:1018 -#: include/class_acc_ledger_sold.php:548 -#: include/class_fiche.php:1080 +#: include/class_acc_ledger_sold.php:548 include/class_fiche.php:1080 #: include/class_acc_ledger_purchase.php:1040 -#: include/class_acc_ledger_sold.php:560 -#: include/class_fiche.php:1042 -#: include/template/dashboard.php:38 -#: include/template/letter_all.php:26 -#: include/template/letter_prop.php:29 -#: include/class_acc_ledger.php:388 -#: include/class_acc_ledger.php:1016 -#: include/class_acc_ledger.php:1175 +#: include/class_acc_ledger_sold.php:560 include/class_fiche.php:1042 +#: include/template/dashboard.php:38 include/template/letter_all.php:26 +#: include/template/letter_prop.php:29 include/class_acc_ledger.php:388 +#: include/class_acc_ledger.php:1016 include/class_acc_ledger.php:1175 #: include/class_acc_ledger_purchase.php:1085 -#: include/class_acc_ledger_sold.php:567 -#: include/class_anc_account.php:264 -#: include/class_fiche.php:1019 -#: include/dossier.inc.php:233 -#: include/dossier.inc.php:262 -#: include/param_pcmn.inc.php:55 -#: include/template/dashboard.php:33 -#: include/template/letter_prop.php:28 -#: include/class_acc_ledger.php:578 -#: include/class_fiche.php:1118 +#: include/class_acc_ledger_sold.php:567 include/class_anc_account.php:264 +#: include/class_fiche.php:1019 include/dossier.inc.php:233 +#: include/dossier.inc.php:262 include/param_pcmn.inc.php:55 +#: include/template/dashboard.php:33 include/template/letter_prop.php:28 +#: include/class_acc_ledger.php:578 include/class_fiche.php:1118 #: include/template/ledger_detail_ach.php:54 #: include/template/ledger_detail_ven.php:54 -#: include/template/letter_all.php:29 -#: include/class_acc_ledger.php:607 -#: include/class_anc_account.php:278 -#: include/class_anc_listing.php:84 -#: include/class_fiche.php:1279 -#: include/dossier.inc.php:259 -#: include/dossier.inc.php:293 -#: include/template/ledger_detail_ach.php:87 -#: include/template/ledger_detail_ven.php:89 -#: include/class_anc_listing.php:86 -#: include/class_fiche.php:1323 -#: include/dossier.inc.php:263 -#: include/dossier.inc.php:297 -#: include/template/dashboard.php:125 +#: include/template/letter_all.php:29 include/class_acc_ledger.php:607 +#: include/class_anc_account.php:278 include/class_anc_listing.php:84 +#: include/class_fiche.php:1279 include/dossier.inc.php:259 +#: include/dossier.inc.php:293 include/template/ledger_detail_ach.php:87 +#: include/template/ledger_detail_ven.php:89 include/class_anc_listing.php:86 +#: include/class_fiche.php:1323 include/dossier.inc.php:263 +#: include/dossier.inc.php:297 include/template/dashboard.php:125 #: include/template/ledger_detail_ach.php:108 #: include/template/ledger_detail_ven.php:108 -#: include/template/letter_prop.php:68 +#: include/template/letter_prop.php:68 include/class_anc_account.php:277 +#: include/class_anc_plan.php:124 include/class_fiche.php:1284 +#: include/database.item.php:143 include/dossier.inc.php:278 +#: include/dossier.inc.php:312 include/param_pcmn.inc.php:53 +#: include/template/dashboard.php:339 include/template/detail-action.php:208 +#: include/template/detail-action.php:305 +#: include/template/ledger_detail_ach.php:119 +#: include/template/ledger_detail_ven.php:123 +#: include/template/letter_all.php:32 include/template/letter_prop.php:31 +#: include/template/letter_prop.php:71 +#: include/template/operation_detail_ach.php:36 +#: include/template/operation_detail_ven.php:36 +#: include/template/param_jrn.php:124 include/ext/tva/form_parameter.php:117 +#: include/ext/amortis/raw.php:51 +#: include/ext/amortis/include/template/listing_year.php:9 +#: include/ext/amortis/include/template/util_generate.php:68 msgid "Description" msgstr "Description" -#: html/access.php:115 -#: include/compta_fin.inc.php:161 -#: include/compta_fin.inc.php:165 -#: include/report.inc.php:123 -#: include/report.inc.php:138 -#: html/access.php:116 -#: html/ajax_card.php:271 -#: html/access.php:162 -#: html/ajax_extension.php:117 -#: html/ajax_extension.php:174 -#: html/parametre.php:283 -#: include/payment_middle.inc.php:57 -#: html/ajax_extension.php:111 -#: html/ajax_extension.php:168 -#: html/parametre.php:289 -#: html/access.php:164 -#: include/payment_middle.inc.php:58 -#: html/parametre.php:301 -#: include/template/dashboard.php:42 -#: html/ajax_card.php:270 -#: html/parametre.php:306 -#: include/compta_fin.inc.php:177 -#: include/param_pcmn.inc.php:64 -#: include/report.inc.php:122 -#: include/report.inc.php:137 -#: include/template/dashboard.php:36 -#: html/ajax_card.php:291 -#: html/ajax_extension.php:112 -#: html/ajax_extension.php:169 -#: html/parametre.php:316 -#: include/compta_fin.inc.php:172 -#: include/payment_middle.inc.php:51 -#: include/report.inc.php:109 -#: include/report.inc.php:124 -#: html/ajax_card.php:413 -#: html/ajax_extension.php:121 -#: html/ajax_extension.php:179 -#: html/parametre.php:333 -#: include/compta_fin.inc.php:167 -#: include/report.inc.php:116 -#: include/report.inc.php:131 -#: html/ajax_card.php:417 -#: include/company.inc.php:115 -#: include/compta_fin.inc.php:142 -#: include/payment_middle.inc.php:54 -#: include/report.inc.php:106 -#: include/report.inc.php:121 -#: include/template/dashboard.php:128 +#: html/access.php:115 include/compta_fin.inc.php:161 +#: include/compta_fin.inc.php:165 include/report.inc.php:123 +#: include/report.inc.php:138 html/access.php:116 html/ajax_card.php:271 +#: html/access.php:162 html/ajax_extension.php:117 html/ajax_extension.php:174 +#: html/parametre.php:283 include/payment_middle.inc.php:57 +#: html/ajax_extension.php:111 html/ajax_extension.php:168 +#: html/parametre.php:289 html/access.php:164 +#: include/payment_middle.inc.php:58 html/parametre.php:301 +#: include/template/dashboard.php:42 html/ajax_card.php:270 +#: html/parametre.php:306 include/compta_fin.inc.php:177 +#: include/param_pcmn.inc.php:64 include/report.inc.php:122 +#: include/report.inc.php:137 include/template/dashboard.php:36 +#: html/ajax_card.php:291 html/ajax_extension.php:112 +#: html/ajax_extension.php:169 html/parametre.php:316 +#: include/compta_fin.inc.php:172 include/payment_middle.inc.php:51 +#: include/report.inc.php:109 include/report.inc.php:124 +#: html/ajax_card.php:413 html/ajax_extension.php:121 +#: html/ajax_extension.php:179 html/parametre.php:333 +#: include/compta_fin.inc.php:167 include/report.inc.php:116 +#: include/report.inc.php:131 html/ajax_card.php:417 +#: include/company.inc.php:115 include/compta_fin.inc.php:142 +#: include/payment_middle.inc.php:54 include/report.inc.php:106 +#: include/report.inc.php:121 include/template/dashboard.php:128 +#: html/ajax_card.php:437 include/company.inc.php:126 +#: include/compta_fin.inc.php:143 include/param_pcmn.inc.php:62 +#: include/report.inc.php:103 include/report.inc.php:118 +#: include/template/dashboard.php:342 include/ext/modop/modop_display.php:311 msgid "Sauve" msgstr "Save" -#: html/access.php:116 -#: html/access.php:117 -#: html/access.php:163 -#: include/detail_adm.inc.php:68 -#: include/detail_client.inc.php:68 -#: include/detail_supplier.inc.php:68 -#: include/fiche.inc.php:292 -#: include/fiche.inc.php:380 -#: html/access.php:165 -#: include/fiche.inc.php:290 -#: include/fiche.inc.php:378 -#: include/fiche.inc.php:382 -#: include/template/dashboard.php:43 -#: include/fiche.inc.php:385 -#: include/param_pcmn.inc.php:65 -#: include/template/dashboard.php:37 -#: include/fiche.inc.php:377 -#: include/fiche.inc.php:400 -#: include/category_detail.inc.php:68 -#: include/fiche.inc.php:412 -#: include/template/dashboard.php:129 +#: html/access.php:116 html/access.php:117 html/access.php:163 +#: include/detail_adm.inc.php:68 include/detail_client.inc.php:68 +#: include/detail_supplier.inc.php:68 include/fiche.inc.php:292 +#: include/fiche.inc.php:380 html/access.php:165 include/fiche.inc.php:290 +#: include/fiche.inc.php:378 include/fiche.inc.php:382 +#: include/template/dashboard.php:43 include/fiche.inc.php:385 +#: include/param_pcmn.inc.php:65 include/template/dashboard.php:37 +#: include/fiche.inc.php:377 include/fiche.inc.php:400 +#: include/category_detail.inc.php:68 include/fiche.inc.php:412 +#: include/template/dashboard.php:129 include/param_pcmn.inc.php:63 +#: include/template/dashboard.php:343 +#: include/ext/amortis/include/template/material_add.php:51 msgid "Annuler" msgstr "Cancel" -#: html/access.php:120 -#: html/access.php:121 -#: html/access.php:167 -#: html/access.php:169 -#: include/payment_middle.inc.php:164 -#: include/cat_document.inc.php:37 -#: include/template/dashboard.php:47 -#: include/template/dashboard.php:45 -#: include/payment_middle.inc.php:157 -#: include/cat_document.inc.php:39 -#: include/payment_middle.inc.php:171 -#: include/template/dashboard.php:31 +#: html/access.php:120 html/access.php:121 html/access.php:167 +#: html/access.php:169 include/payment_middle.inc.php:164 +#: include/cat_document.inc.php:37 include/template/dashboard.php:47 +#: include/template/dashboard.php:45 include/payment_middle.inc.php:157 +#: include/cat_document.inc.php:39 include/payment_middle.inc.php:171 +#: include/template/dashboard.php:31 include/cat_document.inc.php:55 +#: include/template/dashboard.php:188 +#: include/ext/import_account/include/template/parameter_tva_add.php:52 msgid "Ajout" msgstr "Add" -#: html/access.php:161 -#: html/access.php:162 -#: html/access.php:100 -#: html/access.php:102 -#: include/template/dashboard.php:92 -#: include/template/dashboard.php:90 -#: include/template/dashboard.php:79 +#: html/access.php:161 html/access.php:162 html/access.php:100 +#: html/access.php:102 include/template/dashboard.php:92 +#: include/template/dashboard.php:90 include/template/dashboard.php:79 +#: include/template/dashboard.php:35 msgid "Aucune periode par defaut" msgstr "There is no default period" -#: html/access.php:184 -#: html/access.php:185 -#: html/access.php:123 -#: html/access.php:125 -#: include/template/dashboard.php:115 -#: include/template/dashboard.php:113 -#: include/template/dashboard.php:101 +#: html/access.php:184 html/access.php:185 html/access.php:123 +#: html/access.php:125 include/template/dashboard.php:115 +#: include/template/dashboard.php:113 include/template/dashboard.php:101 +#: include/template/dashboard.php:59 msgid "Aucun rapport défini" msgstr "No report defined" -#: html/access.php:185 -#: html/access.php:186 -#: html/access.php:124 -#: html/access.php:126 -#: include/template/dashboard.php:116 -#: include/template/dashboard.php:114 -#: include/template/dashboard.php:102 +#: html/access.php:185 html/access.php:186 html/access.php:124 +#: html/access.php:126 include/template/dashboard.php:116 +#: include/template/dashboard.php:114 include/template/dashboard.php:102 +#: include/template/dashboard.php:60 msgid "Cliquez ici pour mettre à jour vos préférences" msgstr "Click here to update your preference" -#: html/user_login.php:77 -#: html/user_login.php:78 -#: html/user_login.php:86 -#: html/user_login.php:85 -#: html/user_login.php:76 -#: html/user_login.php:114 +#: html/user_login.php:77 html/user_login.php:78 html/user_login.php:86 +#: html/user_login.php:85 html/user_login.php:76 html/user_login.php:114 #: html/user_login.php:122 msgid "Bienvenue" msgstr "Welcome" -#: html/user_login.php:77 -#: html/user_login.php:78 -#: html/user_login.php:86 -#: html/user_login.php:85 -#: html/user_login.php:76 -#: html/user_login.php:114 -#: html/user_login.php:122 -#: html/user_login.php:124 +#: html/user_login.php:77 html/user_login.php:78 html/user_login.php:86 +#: html/user_login.php:85 html/user_login.php:76 html/user_login.php:114 +#: html/user_login.php:122 html/user_login.php:124 html/user_login.php:155 msgid "dans NOALYSS" msgstr "in NOALYSS" -#: html/user_login.php:83 -#: html/user_login.php:84 -#: html/user_login.php:92 -#: include/class_acc_ledger_fin.php:763 -#: include/class_acc_ledger.php:2176 -#: include/fiche.inc.php:74 -#: include/class_acc_ledger_fin.php:764 -#: html/user_login.php:91 -#: include/class_acc_ledger_fin.php:819 -#: include/class_acc_ledger.php:2195 -#: include/fiche.inc.php:72 -#: include/class_acc_ledger_fin.php:824 -#: include/class_acc_ledger.php:2201 -#: html/user_login.php:82 -#: include/class_acc_ledger_fin.php:823 -#: include/class_acc_ledger.php:2200 -#: include/class_acc_ledger_fin.php:860 -#: include/class_acc_ledger.php:2097 -#: include/fiche.inc.php:70 -#: html/user_login.php:120 -#: include/class_acc_ledger_fin.php:825 -#: include/class_acc_ledger.php:2296 -#: include/fiche.inc.php:60 -#: html/user_login.php:128 -#: include/class_acc_ledger_fin.php:878 -#: include/class_acc_ledger.php:2465 -#: include/fiche.inc.php:62 -#: html/user_login.php:131 -#: include/class_acc_ledger_fin.php:939 -#: include/class_acc_ledger.php:2673 -#: include/fiche.inc.php:66 +#: html/user_login.php:83 html/user_login.php:84 html/user_login.php:92 +#: include/class_acc_ledger_fin.php:763 include/class_acc_ledger.php:2176 +#: include/fiche.inc.php:74 include/class_acc_ledger_fin.php:764 +#: html/user_login.php:91 include/class_acc_ledger_fin.php:819 +#: include/class_acc_ledger.php:2195 include/fiche.inc.php:72 +#: include/class_acc_ledger_fin.php:824 include/class_acc_ledger.php:2201 +#: html/user_login.php:82 include/class_acc_ledger_fin.php:823 +#: include/class_acc_ledger.php:2200 include/class_acc_ledger_fin.php:860 +#: include/class_acc_ledger.php:2097 include/fiche.inc.php:70 +#: html/user_login.php:120 include/class_acc_ledger_fin.php:825 +#: include/class_acc_ledger.php:2296 include/fiche.inc.php:60 +#: html/user_login.php:128 include/class_acc_ledger_fin.php:878 +#: include/class_acc_ledger.php:2465 include/fiche.inc.php:62 +#: html/user_login.php:131 include/class_acc_ledger_fin.php:939 +#: include/class_acc_ledger.php:2673 include/fiche.inc.php:66 +#: include/class_acc_ledger_fin.php:1037 include/class_acc_ledger.php:2841 msgid "Rechercher" msgstr "Search" -#: html/user_login.php:92 -#: html/user_login.php:93 -#: html/user_login.php:101 -#: html/user_login.php:100 -#: html/user_login.php:91 -#: html/user_login.php:129 +#: html/user_login.php:92 html/user_login.php:93 html/user_login.php:101 +#: html/user_login.php:100 html/user_login.php:91 html/user_login.php:129 #: html/user_login.php:137 msgid "Donnez une partie du nom du dossier à rechercher" msgstr "Give the a part of the folder name " @@ -1626,152 +1164,115 @@ msgstr "Give the a part of the folder name " msgid "Immobilisé" msgstr "Fixed asset" -#: include/user_menu.php:527 -#: include/user_menu.php:395 -#: include/user_menu.php:394 -#: include/user_menu.php:393 -#: include/user_menu.php:385 -#: include/user_menu.php:396 -#: include/user_menu.php:412 -#: include/user_menu.php:140 +#: include/user_menu.php:527 include/user_menu.php:395 +#: include/user_menu.php:394 include/user_menu.php:393 +#: include/user_menu.php:385 include/user_menu.php:396 +#: include/user_menu.php:412 include/user_menu.php:140 +#: include/user_menu.php:149 msgid "Actif a un an au plus" msgstr "Asset of one year max" -#: include/user_menu.php:528 -#: include/user_menu.php:396 -#: include/user_menu.php:395 -#: include/user_menu.php:394 -#: include/user_menu.php:386 -#: include/user_menu.php:397 -#: include/user_menu.php:413 -#: include/user_menu.php:141 +#: include/user_menu.php:528 include/user_menu.php:396 +#: include/user_menu.php:395 include/user_menu.php:394 +#: include/user_menu.php:386 include/user_menu.php:397 +#: include/user_menu.php:413 include/user_menu.php:141 +#: include/user_menu.php:150 msgid "Stock et commande" msgstr "Stock and Order" -#: include/user_menu.php:529 -#: include/user_menu.php:397 -#: include/user_menu.php:396 -#: include/user_menu.php:395 -#: include/user_menu.php:387 -#: include/user_menu.php:398 -#: include/user_menu.php:414 -#: include/user_menu.php:142 +#: include/user_menu.php:529 include/user_menu.php:397 +#: include/user_menu.php:396 include/user_menu.php:395 +#: include/user_menu.php:387 include/user_menu.php:398 +#: include/user_menu.php:414 include/user_menu.php:142 +#: include/user_menu.php:151 msgid "Compte tiers" msgstr "Other account" -#: include/user_menu.php:530 -#: include/user_menu.php:398 -#: include/user_menu.php:397 -#: include/template/extension-detail.php:39 -#: include/user_menu.php:396 -#: include/user_menu.php:388 -#: include/user_menu.php:399 -#: include/user_menu.php:415 +#: include/user_menu.php:530 include/user_menu.php:398 +#: include/user_menu.php:397 include/template/extension-detail.php:39 +#: include/user_menu.php:396 include/user_menu.php:388 +#: include/user_menu.php:399 include/user_menu.php:415 #: include/user_menu.php:143 msgid "Actif" msgstr "Asset" -#: include/user_menu.php:531 -#: include/user_menu.php:399 -#: include/user_menu.php:398 -#: include/user_menu.php:397 -#: include/user_menu.php:389 -#: include/user_menu.php:400 -#: include/user_menu.php:416 -#: include/user_menu.php:144 +#: include/user_menu.php:531 include/user_menu.php:399 +#: include/user_menu.php:398 include/user_menu.php:397 +#: include/user_menu.php:389 include/user_menu.php:400 +#: include/user_menu.php:416 include/user_menu.php:144 +#: include/user_menu.php:153 msgid "Charges" msgstr "Expenses" -#: include/user_menu.php:532 -#: include/user_menu.php:400 -#: include/user_menu.php:399 -#: include/user_menu.php:398 -#: include/user_menu.php:390 -#: include/user_menu.php:401 -#: include/user_menu.php:417 -#: include/user_menu.php:145 +#: include/user_menu.php:532 include/user_menu.php:400 +#: include/user_menu.php:399 include/user_menu.php:398 +#: include/user_menu.php:390 include/user_menu.php:401 +#: include/user_menu.php:417 include/user_menu.php:145 +#: include/user_menu.php:154 msgid "Produits" msgstr "Products" -#: include/user_menu.php:533 -#: include/user_menu.php:534 -#: include/user_menu.php:401 -#: include/user_menu.php:402 -#: include/user_menu.php:400 -#: include/user_menu.php:399 -#: include/user_menu.php:391 -#: include/user_menu.php:392 -#: include/user_menu.php:403 -#: include/user_menu.php:418 -#: include/user_menu.php:419 -#: include/user_menu.php:146 -#: include/user_menu.php:147 +#: include/user_menu.php:533 include/user_menu.php:534 +#: include/user_menu.php:401 include/user_menu.php:402 +#: include/user_menu.php:400 include/user_menu.php:399 +#: include/user_menu.php:391 include/user_menu.php:392 +#: include/user_menu.php:403 include/user_menu.php:418 +#: include/user_menu.php:419 include/user_menu.php:146 +#: include/user_menu.php:147 include/user_menu.php:155 +#: include/user_menu.php:156 msgid "Hors Comptabilité" msgstr "Out of accountancy system" -#: html/user_login.php:71 -#: html/user_login.php:72 -#: html/user_login.php:80 +#: html/user_login.php:71 html/user_login.php:72 html/user_login.php:80 msgid "Aide" msgstr "Help" -#: html/user_login.php:72 -#: html/user_login.php:73 -#: html/user_login.php:81 -#: html/user_login.php:80 -#: html/user_login.php:71 -#: html/extension.php:71 -#: html/extension.php:87 -#: html/user_login.php:109 -#: html/extension.php:61 -#: html/extension.php:79 -#: html/user_login.php:117 -#: html/user_login.php:119 -#: include/menu_translate.php:70 +#: html/user_login.php:72 html/user_login.php:73 html/user_login.php:81 +#: html/user_login.php:80 html/user_login.php:71 html/extension.php:71 +#: html/extension.php:87 html/user_login.php:109 html/extension.php:61 +#: html/extension.php:79 html/user_login.php:117 html/user_login.php:119 +#: include/menu_translate.php:70 include/ajax_preference.php:31 +#: include/database.item.php:80 html/user_login.php:149 msgid "Préférence" -msgstr "Preference" +msgstr "Setting" -#: include/user_menu.php:526 -#: include/user_menu.php:394 -#: include/user_menu.php:393 -#: include/user_menu.php:392 -#: include/user_menu.php:384 -#: include/user_menu.php:395 -#: include/user_menu.php:411 -#: include/user_menu.php:139 +#: include/user_menu.php:526 include/user_menu.php:394 +#: include/user_menu.php:393 include/user_menu.php:392 +#: include/user_menu.php:384 include/user_menu.php:395 +#: include/user_menu.php:411 include/user_menu.php:139 +#: include/user_menu.php:148 msgid " Immobilisé" msgstr "Fixed Asset" -#: include/user.inc.php:81 -#: include/user.inc.php:80 -#: include/user.inc.php:60 -#: include/user.inc.php:75 +#: include/user.inc.php:81 include/user.inc.php:80 include/user.inc.php:60 +#: include/user.inc.php:75 include/user.inc.php:74 msgid "Ajout d'utilisateur" msgstr "Add users" -#: include/dossier.inc.php:47 -#: include/dossier.inc.php:50 +#: include/dossier.inc.php:47 include/dossier.inc.php:50 +#: include/dossier.inc.php:49 msgid "Le nom du dossier est vide" msgstr "The name is empty" -#: include/dossier.inc.php:53 -#: include/dossier.inc.php:57 +#: include/dossier.inc.php:53 include/dossier.inc.php:57 +#: include/dossier.inc.php:56 msgid "Désolé vous devez migrer ce modèle en unicode" msgstr "Sorry vous have to migrate this template in unicpde" -#: include/dossier.inc.php:55 -#: include/dossier.inc.php:59 +#: include/dossier.inc.php:55 include/dossier.inc.php:59 +#: include/dossier.inc.php:58 msgid "le modele " msgstr "the template" -#: include/dossier.inc.php:55 -#: include/dossier.inc.php:59 +#: include/dossier.inc.php:55 include/dossier.inc.php:59 +#: include/dossier.inc.php:58 msgid " doit être migré en unicode." msgstr " must be migrated in unicode" -#: include/dossier.inc.php:56 -#: include/dossier.inc.php:60 -msgid "Pour le passer en unicode, faites-en un backup puis restaurez le fichier reçu" +#: include/dossier.inc.php:56 include/dossier.inc.php:60 +#: include/dossier.inc.php:59 +msgid "" +"Pour le passer en unicode, faites-en un backup puis restaurez le fichier reçu" msgstr "To convert it in unicode, do first an backup en restore it" #: include/dossier.inc.php:69 @@ -1782,648 +1283,526 @@ msgstr "" "Sorry the folder creation failed,\n" " it is likely due to " -#: include/dossier.inc.php:87 -#: include/dossier.inc.php:86 -#: include/dossier.inc.php:95 +#: include/dossier.inc.php:87 include/dossier.inc.php:86 +#: include/dossier.inc.php:95 include/dossier.inc.php:94 msgid " est une année invalide" msgstr " is an invalid year" -#: include/dossier.inc.php:104 -#: include/dossier.inc.php:102 -#: include/dossier.inc.php:112 +#: include/dossier.inc.php:104 include/dossier.inc.php:102 +#: include/dossier.inc.php:112 include/dossier.inc.php:111 msgid " Base de donnée " msgstr "Database" -#: include/dossier.inc.php:105 -#: include/dossier.inc.php:310 -#: include/dossier.inc.php:103 -#: include/dossier.inc.php:308 -#: include/dossier.inc.php:113 -#: include/dossier.inc.php:347 -#: include/dossier.inc.php:351 +#: include/dossier.inc.php:105 include/dossier.inc.php:310 +#: include/dossier.inc.php:103 include/dossier.inc.php:308 +#: include/dossier.inc.php:113 include/dossier.inc.php:347 +#: include/dossier.inc.php:351 include/dossier.inc.php:112 +#: include/dossier.inc.php:366 msgid "est accèdée, déconnectez-vous d'abord" msgstr "is accessed, disconnect first" -#: include/dossier.inc.php:153 -#: include/dossier.inc.php:151 -#: include/dossier.inc.php:162 -#: include/dossier.inc.php:159 +#: include/dossier.inc.php:153 include/dossier.inc.php:151 +#: include/dossier.inc.php:162 include/dossier.inc.php:159 msgid "Rafraîchir" msgstr "Refresh" -#: include/dossier.inc.php:154 -#: include/dossier.inc.php:152 -#: include/dossier.inc.php:163 -#: include/dossier.inc.php:160 +#: include/dossier.inc.php:154 include/dossier.inc.php:152 +#: include/dossier.inc.php:163 include/dossier.inc.php:160 msgid "Ajouter" msgstr "Add" -#: include/dossier.inc.php:183 -#: include/dossier.inc.php:285 -#: include/compta_fin.inc.php:162 -#: include/compta_fin.inc.php:166 -#: include/forecast.inc.php:333 -#: include/class_acc_ledger.php:744 -#: include/class_document_type.php:64 -#: include/class_document_modele.php:66 -#: include/class_acc_ledger.php:633 -#: include/compta_fin.inc.php:178 -#: include/dossier.inc.php:181 -#: include/dossier.inc.php:283 -#: include/compta_fin.inc.php:173 -#: include/forecast.inc.php:312 +#: include/dossier.inc.php:183 include/dossier.inc.php:285 +#: include/compta_fin.inc.php:162 include/compta_fin.inc.php:166 +#: include/forecast.inc.php:333 include/class_acc_ledger.php:744 +#: include/class_document_type.php:64 include/class_document_modele.php:66 +#: include/class_acc_ledger.php:633 include/compta_fin.inc.php:178 +#: include/dossier.inc.php:181 include/dossier.inc.php:283 +#: include/compta_fin.inc.php:173 include/forecast.inc.php:312 #: include/template/ledger_detail_bottom.php:67 -#: include/class_document_modele.php:71 -#: include/class_document_type.php:66 -#: include/compta_fin.inc.php:168 -#: include/dossier.inc.php:201 -#: include/dossier.inc.php:315 -#: include/forecast.inc.php:372 -#: include/template/ledger_detail_bottom.php:71 -#: include/compta_fin.inc.php:143 -#: include/dossier.inc.php:205 -#: include/dossier.inc.php:319 -#: include/forecast.inc.php:363 -#: include/template/ledger_detail_bottom.php:75 +#: include/class_document_modele.php:71 include/class_document_type.php:66 +#: include/compta_fin.inc.php:168 include/dossier.inc.php:201 +#: include/dossier.inc.php:315 include/forecast.inc.php:372 +#: include/template/ledger_detail_bottom.php:71 include/compta_fin.inc.php:143 +#: include/dossier.inc.php:205 include/dossier.inc.php:319 +#: include/forecast.inc.php:363 include/template/ledger_detail_bottom.php:75 +#: include/class_document_modele.php:70 include/class_document_type.php:82 +#: include/compta_fin.inc.php:144 include/dossier.inc.php:220 +#: include/dossier.inc.php:334 include/template/ledger_detail_bottom.php:123 +#: include/ext/transform/ajax_save_intervat_assujetti.php:72 +#: include/ext/amortis/include/template/material_detail.php:137 msgid "Effacer" msgstr "Remove" -#: include/dossier.inc.php:185 -#: include/dossier.inc.php:183 -#: include/dossier.inc.php:203 -#: include/dossier.inc.php:207 +#: include/dossier.inc.php:185 include/dossier.inc.php:183 +#: include/dossier.inc.php:203 include/dossier.inc.php:207 +#: include/class_document_type.php:75 include/dossier.inc.php:222 +#: include/stock_cfg.inc.php:103 +#: include/ext/transform/ajax_save_intervat_assujetti.php:61 +#: include/ext/transform/include/template/listing_client_display.php:89 msgid "Modifier" msgstr "Modify" -#: include/dossier.inc.php:188 -#: include/dossier.inc.php:186 -#: include/dossier.inc.php:206 -#: include/dossier.inc.php:210 +#: include/dossier.inc.php:188 include/dossier.inc.php:186 +#: include/dossier.inc.php:206 include/dossier.inc.php:210 +#: include/dossier.inc.php:225 msgid "Backup" msgstr "Backup" -#: include/dossier.inc.php:215 -#: include/dossier.inc.php:213 -#: include/dossier.inc.php:235 -#: include/dossier.inc.php:239 +#: include/dossier.inc.php:215 include/dossier.inc.php:213 +#: include/dossier.inc.php:235 include/dossier.inc.php:239 +#: include/dossier.inc.php:254 msgid "pas de modèle disponible" msgstr "No template" -#: include/dossier.inc.php:233 -#: include/dossier.inc.php:231 -#: include/dossier.inc.php:256 -#: include/dossier.inc.php:260 +#: include/dossier.inc.php:233 include/dossier.inc.php:231 +#: include/dossier.inc.php:256 include/dossier.inc.php:260 +#: include/dossier.inc.php:275 msgid "Nom du dossier" msgstr "Folder name" -#: include/dossier.inc.php:237 -#: include/dossier.inc.php:235 -#: include/dossier.inc.php:262 -#: include/dossier.inc.php:266 +#: include/dossier.inc.php:237 include/dossier.inc.php:235 +#: include/dossier.inc.php:262 include/dossier.inc.php:266 +#: include/dossier.inc.php:281 msgid "Modèle" msgstr "Template" -#: include/dossier.inc.php:240 -#: include/dossier.inc.php:238 -#: include/dossier.inc.php:267 -#: include/dossier.inc.php:271 +#: include/dossier.inc.php:240 include/dossier.inc.php:238 +#: include/dossier.inc.php:267 include/dossier.inc.php:271 +#: include/dossier.inc.php:286 msgid "Creation Dossier" msgstr "Folder Creation" -#: include/dossier.inc.php:259 -#: include/class_anc_account.php:255 -#: include/class_anc_listing.php:74 -#: include/class_anc_plan.php:124 +#: include/dossier.inc.php:259 include/class_anc_account.php:255 +#: include/class_anc_listing.php:74 include/class_anc_plan.php:124 #: include/template/extension-detail.php:8 -#: include/template/extension-sec.php:8 -#: include/template/forecast_cat.php:9 -#: include/class_fiche.php:1249 -#: include/class_fiche.php:1251 -#: include/class_document_modele.php:62 -#: include/class_fiche.php:1213 -#: include/class_anc_account.php:253 -#: include/class_fiche.php:1190 -#: include/dossier.inc.php:257 -#: include/class_fiche.php:1303 -#: include/class_anc_account.php:267 -#: include/class_anc_listing.php:83 -#: include/class_document_modele.php:67 -#: include/class_fiche.php:1514 -#: include/dossier.inc.php:288 -#: include/template/forecast_cat.php:12 -#: include/class_fiche.php:1597 -#: include/dossier.inc.php:292 +#: include/template/extension-sec.php:8 include/template/forecast_cat.php:9 +#: include/class_fiche.php:1249 include/class_fiche.php:1251 +#: include/class_document_modele.php:62 include/class_fiche.php:1213 +#: include/class_anc_account.php:253 include/class_fiche.php:1190 +#: include/dossier.inc.php:257 include/class_fiche.php:1303 +#: include/class_anc_account.php:267 include/class_anc_listing.php:83 +#: include/class_document_modele.php:67 include/class_fiche.php:1514 +#: include/dossier.inc.php:288 include/template/forecast_cat.php:12 +#: include/class_fiche.php:1597 include/dossier.inc.php:292 +#: include/ajax_get_profile.php:40 include/class_anc_account.php:266 +#: include/class_anc_plan.php:123 include/class_document_modele.php:66 +#: include/class_fiche.php:1569 include/database.item.php:140 +#: include/dossier.inc.php:307 include/stock_cfg.inc.php:58 +#: include/template/document_mod_change.php:34 +#: include/template/forecast_cat.php:15 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:39 +#: include/ext/transform/include/template/listing_assujetti_declarant.php:25 +#: include/ext/transform/include/template/listing_assujetti_representative.php:25 +#: include/ext/transform/include/template/listing_client_display.php:36 +#: include/ext/amortis/raw.php:100 +#: include/ext/amortis/include/am_histo.inc.php:34 +#: include/ext/amortis/include/template/util_generate.php:67 msgid "Nom" msgstr "Name" -#: include/dossier.inc.php:267 -#: include/payment_middle.inc.php:93 -#: include/payment_middle.inc.php:128 -#: include/dossier.inc.php:265 -#: include/payment_middle.inc.php:121 -#: include/dossier.inc.php:296 -#: include/payment_middle.inc.php:133 -#: include/dossier.inc.php:300 -#: include/template/list_mod_payment.php:79 +#: include/dossier.inc.php:267 include/payment_middle.inc.php:93 +#: include/payment_middle.inc.php:128 include/dossier.inc.php:265 +#: include/payment_middle.inc.php:121 include/dossier.inc.php:296 +#: include/payment_middle.inc.php:133 include/dossier.inc.php:300 +#: include/template/list_mod_payment.php:79 include/dossier.inc.php:315 msgid "Modifie" msgstr "Modify" -#: include/dossier.inc.php:283 -#: include/dossier.inc.php:281 -#: include/dossier.inc.php:313 -#: include/dossier.inc.php:317 +#: include/dossier.inc.php:283 include/dossier.inc.php:281 +#: include/dossier.inc.php:313 include/dossier.inc.php:317 +#: include/dossier.inc.php:332 msgid "Cochez la case si vous êtes sûr de vouloir effacer ce dossier" msgstr "Check the box if you are sur to remove this folder" -#: include/dossier.inc.php:293 -#: include/dossier.inc.php:291 -#: include/dossier.inc.php:326 -#: include/dossier.inc.php:330 +#: include/dossier.inc.php:293 include/dossier.inc.php:291 +#: include/dossier.inc.php:326 include/dossier.inc.php:330 +#: include/dossier.inc.php:345 msgid "Désolé, vous n'avez pas coché la case" msgstr "Sorry the box is not checked" -#: include/dossier.inc.php:309 -#: include/dossier.inc.php:307 -#: include/dossier.inc.php:346 -#: include/dossier.inc.php:350 +#: include/dossier.inc.php:309 include/dossier.inc.php:307 +#: include/dossier.inc.php:346 include/dossier.inc.php:350 +#: include/dossier.inc.php:365 msgid "Base de donnée " msgstr "Database" -#: include/dossier.inc.php:280 -#: include/dossier.inc.php:278 -#: include/dossier.inc.php:310 -#: include/dossier.inc.php:314 +#: include/dossier.inc.php:280 include/dossier.inc.php:278 +#: include/dossier.inc.php:310 include/dossier.inc.php:314 +#: include/dossier.inc.php:329 msgid "Etes vous sûr et certain de vouloir effacer " msgstr "Are you sure to remove this folder" -#: include/dossier.inc.php:300 -#: include/dossier.inc.php:298 -#: include/dossier.inc.php:336 -#: include/dossier.inc.php:340 +#: include/dossier.inc.php:300 include/dossier.inc.php:298 +#: include/dossier.inc.php:336 include/dossier.inc.php:340 +#: include/dossier.inc.php:355 msgid "inexistant" msgstr "inexistent" -#: html/user_login.php:38 -#: html/user_login.php:46 -#: html/user_login.php:37 +#: html/user_login.php:38 html/user_login.php:46 html/user_login.php:37 +#: html/user_login.php:40 msgid "Vous utilisez un navigateur dépassé depuis près de 8 ans!" msgstr "Your browser is outdated for 8 years!" -#: html/user_login.php:39 -#: html/user_login.php:47 -#: html/user_login.php:38 -msgid "Pour une meilleure expérience web, prenez le temps de mettre votre navigateur à jour" +#: html/user_login.php:39 html/user_login.php:47 html/user_login.php:38 +#: html/user_login.php:41 +msgid "" +"Pour une meilleure expérience web, prenez le temps de mettre votre " +"navigateur à jour" msgstr "For a better web experience, take the time to update your brower" -#: html/user_login.php:79 -#: html/user_login.php:87 -#: html/user_login.php:86 -#: html/user_login.php:77 -#: html/user_login.php:115 -#: html/user_login.php:123 -#: html/user_login.php:129 +#: html/user_login.php:79 html/user_login.php:87 html/user_login.php:86 +#: html/user_login.php:77 html/user_login.php:115 html/user_login.php:123 +#: html/user_login.php:129 html/user_login.php:160 msgid "Choississez votre dossier" msgstr "Select your folder" -#: include/client_card.inc.php:70 -#: include/adm_card.inc.php:70 -#: include/supplier_card.inc.php:70 -#: include/adm_card.inc.php:62 -#: include/client_card.inc.php:65 -#: include/supplier_card.inc.php:66 -#: include/client_card.inc.php:62 -#: include/adm_card.inc.php:67 -#: include/supplier_card.inc.php:68 -#: include/category_card.inc.php:64 +#: include/client_card.inc.php:70 include/adm_card.inc.php:70 +#: include/supplier_card.inc.php:70 include/adm_card.inc.php:62 +#: include/client_card.inc.php:65 include/supplier_card.inc.php:66 +#: include/client_card.inc.php:62 include/adm_card.inc.php:67 +#: include/supplier_card.inc.php:68 include/category_card.inc.php:64 msgid "Détail de la fiche" msgstr "Details of the card" -#: include/client_card.inc.php:71 -#: include/adm_card.inc.php:71 -#: include/supplier_card.inc.php:71 -#: html/commercial.php:120 -#: include/adm_card.inc.php:63 -#: include/client_card.inc.php:66 -#: include/supplier_card.inc.php:67 -#: html/commercial.php:125 -#: include/client_card.inc.php:63 -#: html/commercial.php:131 -#: include/adm_card.inc.php:68 -#: include/supplier_card.inc.php:69 +#: include/client_card.inc.php:71 include/adm_card.inc.php:71 +#: include/supplier_card.inc.php:71 html/commercial.php:120 +#: include/adm_card.inc.php:63 include/client_card.inc.php:66 +#: include/supplier_card.inc.php:67 html/commercial.php:125 +#: include/client_card.inc.php:63 html/commercial.php:131 +#: include/adm_card.inc.php:68 include/supplier_card.inc.php:69 #: include/category_card.inc.php:65 #: include/template/security_list_action.php:54 +#: include/template/security_list_action.php:57 msgid "Suivi" msgstr "Follow up" -#: include/client_card.inc.php:71 -#: include/client_card.inc.php:66 +#: include/client_card.inc.php:71 include/client_card.inc.php:66 #: include/client_card.inc.php:63 msgid "Suivi client, devis, bon de commande, courrier" msgstr "Follow up, mail, invoice, ordering" -#: include/client_card.inc.php:72 -#: include/template/detail-action.php:51 -#: include/adm_card.inc.php:72 -#: include/supplier_card.inc.php:72 -#: include/adm_card.inc.php:64 -#: include/client_card.inc.php:67 -#: include/supplier_card.inc.php:68 -#: include/client_card.inc.php:64 -#: include/adm_card.inc.php:69 -#: include/supplier_card.inc.php:70 -#: include/category_card.inc.php:66 +#: include/client_card.inc.php:72 include/template/detail-action.php:51 +#: include/adm_card.inc.php:72 include/supplier_card.inc.php:72 +#: include/adm_card.inc.php:64 include/client_card.inc.php:67 +#: include/supplier_card.inc.php:68 include/client_card.inc.php:64 +#: include/adm_card.inc.php:69 include/supplier_card.inc.php:70 +#: include/category_card.inc.php:66 include/database.item.php:51 +#: include/template/detail-action.php:74 msgid "Contact" msgstr "Contact" -#: include/client_card.inc.php:72 -#: include/client_card.inc.php:67 +#: include/client_card.inc.php:72 include/client_card.inc.php:67 #: include/client_card.inc.php:64 msgid "Liste de contacts de ce client" msgstr "Constact list of this customer" -#: include/client_card.inc.php:73 -#: include/template/form_ledger_fin.php:17 -#: include/adm_card.inc.php:73 -#: include/supplier_card.inc.php:73 -#: include/adm_card.inc.php:65 -#: include/client_card.inc.php:68 -#: include/supplier_card.inc.php:69 -#: include/client_card.inc.php:65 -#: include/adm_card.inc.php:70 -#: include/supplier_card.inc.php:71 -#: include/category_card.inc.php:67 -#: include/template/form_ledger_fin.php:21 +#: include/client_card.inc.php:73 include/template/form_ledger_fin.php:17 +#: include/adm_card.inc.php:73 include/supplier_card.inc.php:73 +#: include/adm_card.inc.php:65 include/client_card.inc.php:68 +#: include/supplier_card.inc.php:69 include/client_card.inc.php:65 +#: include/adm_card.inc.php:70 include/supplier_card.inc.php:71 +#: include/category_card.inc.php:67 include/template/form_ledger_fin.php:21 +#: include/template/form_ledger_fin.php:37 +#: include/ext/modop/template_ledger_fin.php:15 msgid "Opérations" msgstr "Entries" -#: include/client_card.inc.php:73 -#: include/adm_card.inc.php:73 -#: include/supplier_card.inc.php:73 -#: include/adm_card.inc.php:65 -#: include/client_card.inc.php:68 -#: include/supplier_card.inc.php:69 -#: include/client_card.inc.php:65 -#: include/adm_card.inc.php:70 -#: include/supplier_card.inc.php:71 -#: include/category_card.inc.php:67 +#: include/client_card.inc.php:73 include/adm_card.inc.php:73 +#: include/supplier_card.inc.php:73 include/adm_card.inc.php:65 +#: include/client_card.inc.php:68 include/supplier_card.inc.php:69 +#: include/client_card.inc.php:65 include/adm_card.inc.php:70 +#: include/supplier_card.inc.php:71 include/category_card.inc.php:67 msgid "Toutes les opérations" msgstr "All entries" -#: include/client_card.inc.php:74 -#: include/adm_card.inc.php:74 -#: include/supplier_card.inc.php:74 -#: include/adm_card.inc.php:66 -#: include/client_card.inc.php:70 -#: include/supplier_card.inc.php:71 -#: include/client_card.inc.php:67 -#: include/adm_card.inc.php:73 -#: include/client_card.inc.php:71 -#: include/action.inc.php:26 +#: include/client_card.inc.php:74 include/adm_card.inc.php:74 +#: include/supplier_card.inc.php:74 include/adm_card.inc.php:66 +#: include/client_card.inc.php:70 include/supplier_card.inc.php:71 +#: include/client_card.inc.php:67 include/adm_card.inc.php:73 +#: include/client_card.inc.php:71 include/action.inc.php:26 msgid "Retour liste" msgstr "Return to list" -#: include/client_card.inc.php:74 -#: include/client_card.inc.php:70 -#: include/client_card.inc.php:67 -#: include/client_card.inc.php:71 +#: include/client_card.inc.php:74 include/client_card.inc.php:70 +#: include/client_card.inc.php:67 include/client_card.inc.php:71 msgid "Retour à la liste des clients" msgstr "Return to the customers list" -#: include/client_card.inc.php:116 -#: include/adm_card.inc.php:116 -#: include/supplier_card.inc.php:116 -#: include/adm_card.inc.php:112 -#: include/client_card.inc.php:117 -#: include/supplier_card.inc.php:118 -#: include/adm_card.inc.php:111 -#: include/supplier_card.inc.php:117 -#: include/client_card.inc.php:113 -#: include/adm_card.inc.php:122 -#: include/client_card.inc.php:121 -#: include/supplier_card.inc.php:131 -#: include/category_card.inc.php:126 +#: include/client_card.inc.php:116 include/adm_card.inc.php:116 +#: include/supplier_card.inc.php:116 include/adm_card.inc.php:112 +#: include/client_card.inc.php:117 include/supplier_card.inc.php:118 +#: include/adm_card.inc.php:111 include/supplier_card.inc.php:117 +#: include/client_card.inc.php:113 include/adm_card.inc.php:122 +#: include/client_card.inc.php:121 include/supplier_card.inc.php:131 +#: include/category_card.inc.php:126 include/category_card.inc.php:125 msgid "Vous devez aller dans fiche et créer une catégorie pour les contacts" msgstr "You have to create first a category of card in the card menu" -#: include/client_card.inc.php:122 -#: include/class_acc_ledger_sold.php:827 +#: include/client_card.inc.php:122 include/class_acc_ledger_sold.php:827 #: include/class_acc_ledger_sold.php:834 #: include/class_acc_ledger_purchase.php:681 #: include/class_acc_ledger_purchase.php:688 #: include/class_acc_ledger_purchase.php:581 #: include/class_acc_ledger_purchase.php:588 -#: include/class_acc_ledger_sold.php:759 -#: include/class_acc_ledger_sold.php:766 -#: include/client.inc.php:112 -#: include/adm_card.inc.php:122 -#: include/adm.inc.php:118 -#: include/class_acc_ledger_sold.php:761 -#: include/class_acc_ledger_sold.php:768 -#: include/client.inc.php:117 -#: include/supplier_card.inc.php:122 -#: include/supplier.inc.php:117 +#: include/class_acc_ledger_sold.php:759 include/class_acc_ledger_sold.php:766 +#: include/client.inc.php:112 include/adm_card.inc.php:122 +#: include/adm.inc.php:118 include/class_acc_ledger_sold.php:761 +#: include/class_acc_ledger_sold.php:768 include/client.inc.php:117 +#: include/supplier_card.inc.php:122 include/supplier.inc.php:117 #: include/class_acc_ledger_purchase.php:578 #: include/class_acc_ledger_purchase.php:585 -#: include/class_acc_ledger_sold.php:762 -#: include/class_acc_ledger_sold.php:769 -#: include/class_acc_ledger_sold.php:764 -#: include/class_acc_ledger_sold.php:771 -#: include/class_acc_ledger_fin.php:172 -#: include/class_acc_ledger.php:1240 +#: include/class_acc_ledger_sold.php:762 include/class_acc_ledger_sold.php:769 +#: include/class_acc_ledger_sold.php:764 include/class_acc_ledger_sold.php:771 +#: include/class_acc_ledger_fin.php:172 include/class_acc_ledger.php:1240 #: include/class_acc_ledger_purchase.php:592 -#: include/class_acc_ledger_sold.php:773 -#: include/class_action.php:260 -#: include/class_action.php:261 -#: include/class_acc_ledger_fin.php:192 +#: include/class_acc_ledger_sold.php:773 include/class_action.php:260 +#: include/class_action.php:261 include/class_acc_ledger_fin.php:192 #: include/class_acc_ledger_purchase.php:663 #: include/class_acc_ledger_purchase.php:670 -#: include/class_acc_ledger_sold.php:819 -#: include/class_acc_ledger_sold.php:826 +#: include/class_acc_ledger_sold.php:819 include/class_acc_ledger_sold.php:826 #: include/class_acc_ledger_fin.php:197 #: include/class_acc_ledger_purchase.php:668 #: include/class_acc_ledger_purchase.php:675 -#: include/class_acc_ledger_sold.php:823 -#: include/class_acc_ledger_sold.php:830 -#: include/adm_card.inc.php:118 -#: include/adm.inc.php:130 +#: include/class_acc_ledger_sold.php:823 include/class_acc_ledger_sold.php:830 +#: include/adm_card.inc.php:118 include/adm.inc.php:130 #: include/class_acc_ledger_purchase.php:687 #: include/class_acc_ledger_purchase.php:694 -#: include/class_acc_ledger_sold.php:836 -#: include/class_acc_ledger_sold.php:843 -#: include/client_card.inc.php:123 -#: include/client.inc.php:129 -#: include/supplier_card.inc.php:124 -#: include/supplier.inc.php:128 -#: include/adm_card.inc.php:117 -#: include/adm.inc.php:129 -#: include/class_acc_ledger.php:1118 -#: include/class_acc_ledger_purchase.php:724 +#: include/class_acc_ledger_sold.php:836 include/class_acc_ledger_sold.php:843 +#: include/client_card.inc.php:123 include/client.inc.php:129 +#: include/supplier_card.inc.php:124 include/supplier.inc.php:128 +#: include/adm_card.inc.php:117 include/adm.inc.php:129 +#: include/class_acc_ledger.php:1118 include/class_acc_ledger_purchase.php:724 #: include/class_acc_ledger_purchase.php:731 -#: include/class_acc_ledger_sold.php:850 -#: include/client.inc.php:128 -#: include/supplier_card.inc.php:123 -#: include/supplier.inc.php:126 -#: include/class_acc_ledger_fin.php:182 -#: include/class_acc_ledger.php:1315 +#: include/class_acc_ledger_sold.php:850 include/client.inc.php:128 +#: include/supplier_card.inc.php:123 include/supplier.inc.php:126 +#: include/class_acc_ledger_fin.php:182 include/class_acc_ledger.php:1315 #: include/class_acc_ledger_purchase.php:728 #: include/class_acc_ledger_purchase.php:735 -#: include/class_acc_ledger_sold.php:859 -#: include/class_acc_ledger_sold.php:866 -#: include/client_card.inc.php:119 -#: include/adm_card.inc.php:128 -#: include/class_acc_ledger.php:1379 -#: include/class_acc_ledger_purchase.php:885 +#: include/class_acc_ledger_sold.php:859 include/class_acc_ledger_sold.php:866 +#: include/client_card.inc.php:119 include/adm_card.inc.php:128 +#: include/class_acc_ledger.php:1379 include/class_acc_ledger_purchase.php:885 #: include/class_acc_ledger_purchase.php:891 -#: include/class_acc_ledger_sold.php:960 -#: include/class_acc_ledger_sold.php:966 -#: include/class_action.php:265 -#: include/client_card.inc.php:127 -#: include/client.inc.php:127 -#: include/supplier_card.inc.php:137 -#: include/supplier.inc.php:115 -#: include/adm.inc.php:116 -#: include/bank.inc.php:113 -#: include/category_card.inc.php:132 -#: include/class_acc_ledger_fin.php:198 -#: include/class_acc_ledger.php:1528 +#: include/class_acc_ledger_sold.php:960 include/class_acc_ledger_sold.php:966 +#: include/class_action.php:265 include/client_card.inc.php:127 +#: include/client.inc.php:127 include/supplier_card.inc.php:137 +#: include/supplier.inc.php:115 include/adm.inc.php:116 +#: include/bank.inc.php:113 include/category_card.inc.php:132 +#: include/class_acc_ledger_fin.php:198 include/class_acc_ledger.php:1528 #: include/class_acc_ledger_purchase.php:887 #: include/class_acc_ledger_purchase.php:893 #: include/class_acc_ledger_sold.php:1008 -#: include/class_acc_ledger_sold.php:1014 -#: include/class_follow_up.php:271 -#: include/client.inc.php:109 -#: include/contact.inc.php:124 +#: include/class_acc_ledger_sold.php:1014 include/class_follow_up.php:271 +#: include/client.inc.php:109 include/contact.inc.php:124 +#: include/adm.inc.php:117 include/bank.inc.php:114 +#: include/category_card.inc.php:131 include/class_acc_ledger_fin.php:242 +#: include/class_acc_ledger.php:1585 include/class_acc_ledger.php:3492 +#: include/class_acc_ledger_purchase.php:949 +#: include/class_acc_ledger_sold.php:972 include/class_acc_ledger_sold.php:979 +#: include/class_follow_up.php:293 include/class_pre_op_ach.php:159 +#: include/class_pre_op_ach.php:167 include/class_pre_op_advanced.php:160 +#: include/class_pre_op_ven.php:153 include/class_pre_op_ven.php:160 +#: include/customer.inc.php:112 include/fiche.inc.php:112 +#: include/manager.inc.php:116 include/supplier.inc.php:118 +#: include/ext/modop/modop_display.php:188 +#: include/ext/coprop/include/class_copro_budget.php:114 +#: include/ext/coprop/include/lot.inc.php:34 msgid "Créer une nouvelle fiche" msgstr "Add a new card" -#: include/class_acc_ledger.php:500 -#: include/class_acc_ledger.php:1224 -#: include/class_acc_ledger.php:1383 -#: include/template/form_ledger_fin.php:22 -#: include/class_acc_ledger.php:1150 -#: include/class_acc_ledger.php:1309 -#: include/class_acc_ledger.php:499 -#: include/class_acc_ledger.php:1149 -#: include/class_acc_ledger.php:1308 -#: include/class_anc_account.php:260 -#: include/class_anc_listing.php:76 -#: include/template/forecast-detail.php:11 -#: include/impress_fiche.inc.php:149 -#: include/template/letter_all.php:29 -#: include/template/letter_prop.php:32 -#: include/class_acc_ledger.php:389 -#: include/class_acc_ledger.php:1023 -#: include/class_acc_ledger.php:1216 -#: include/class_anc_account.php:258 -#: include/impress_fiche.inc.php:148 -#: include/template/letter_prop.php:31 -#: include/class_acc_ledger.php:579 -#: include/class_acc_ledger.php:1206 -#: include/class_acc_ledger.php:1407 -#: include/impress_fiche.inc.php:197 -#: include/template/letter_all.php:32 -#: include/class_acc_ledger.php:608 -#: include/class_acc_ledger.php:1262 -#: include/class_acc_ledger.php:1470 -#: include/class_anc_account.php:272 -#: include/class_anc_listing.php:85 -#: include/impress_fiche.inc.php:229 -#: include/class_acc_ledger.php:1629 -#: include/class_acc_ledger_sold.php:699 -#: include/class_anc_listing.php:89 -#: include/impress_fiche.inc.php:292 -#: include/template/form_ledger_fin.php:27 -#: include/template/letter_prop.php:71 +#: include/class_acc_ledger.php:500 include/class_acc_ledger.php:1224 +#: include/class_acc_ledger.php:1383 include/template/form_ledger_fin.php:22 +#: include/class_acc_ledger.php:1150 include/class_acc_ledger.php:1309 +#: include/class_acc_ledger.php:499 include/class_acc_ledger.php:1149 +#: include/class_acc_ledger.php:1308 include/class_anc_account.php:260 +#: include/class_anc_listing.php:76 include/template/forecast-detail.php:11 +#: include/impress_fiche.inc.php:149 include/template/letter_all.php:29 +#: include/template/letter_prop.php:32 include/class_acc_ledger.php:389 +#: include/class_acc_ledger.php:1023 include/class_acc_ledger.php:1216 +#: include/class_anc_account.php:258 include/impress_fiche.inc.php:148 +#: include/template/letter_prop.php:31 include/class_acc_ledger.php:579 +#: include/class_acc_ledger.php:1206 include/class_acc_ledger.php:1407 +#: include/impress_fiche.inc.php:197 include/template/letter_all.php:32 +#: include/class_acc_ledger.php:608 include/class_acc_ledger.php:1262 +#: include/class_acc_ledger.php:1470 include/class_anc_account.php:272 +#: include/class_anc_listing.php:85 include/impress_fiche.inc.php:229 +#: include/class_acc_ledger.php:1629 include/class_acc_ledger_sold.php:699 +#: include/class_anc_listing.php:89 include/impress_fiche.inc.php:292 +#: include/template/form_ledger_fin.php:27 include/template/letter_prop.php:71 +#: include/class_acc_ledger.php:1688 +#: include/class_acc_ledger_purchase.php:1388 +#: include/class_acc_ledger_sold.php:682 include/class_anc_account.php:271 +#: include/class_pre_op_advanced.php:185 include/fiche.inc.php:441 +#: include/template/forecast-detail.php:15 +#: include/template/form_ledger_fin.php:44 +#: include/ext/modop/template_ledger_fin.php:20 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:55 +#: include/ext/transform/include/template/listing_client_display.php:42 +#: include/ext/amortis/include/am_histo.inc.php:35 +#: include/ext/amortis/include/class_pdf_card.php:74 +#: include/ext/amortis/include/class_pdf_card.php:103 +#: include/ext/amortis/include/template/material_detail.php:56 +#: include/ext/amortis/include/template/material_display.php:42 msgid "Montant" msgstr "Amount" -#: include/class_acc_ledger.php:501 -#: include/class_acc_ledger.php:500 -#: include/class_acc_ledger.php:390 -#: include/class_acc_ledger.php:580 +#: include/class_acc_ledger.php:501 include/class_acc_ledger.php:500 +#: include/class_acc_ledger.php:390 include/class_acc_ledger.php:580 #: include/class_acc_ledger.php:609 msgid "PJ" msgstr "Receipt" -#: include/class_acc_ledger.php:502 -#: include/class_acc_ledger.php:501 -#: include/class_acc_ledger.php:391 -#: include/class_acc_ledger.php:581 +#: include/class_acc_ledger.php:502 include/class_acc_ledger.php:501 +#: include/class_acc_ledger.php:391 include/class_acc_ledger.php:581 #: include/class_acc_ledger.php:610 msgid "Ech" msgstr "Date limit" -#: include/class_acc_ledger.php:595 -#: include/class_acc_ledger.php:594 -#: include/class_acc_ledger.php:484 -#: include/class_acc_ledger.php:674 -#: include/class_acc_ledger.php:706 -#: include/class_acc_ledger.php:637 -#: include/class_acc_ledger.php:831 +#: include/class_acc_ledger.php:595 include/class_acc_ledger.php:594 +#: include/class_acc_ledger.php:484 include/class_acc_ledger.php:674 +#: include/class_acc_ledger.php:706 include/class_acc_ledger.php:637 +#: include/class_acc_ledger.php:831 include/class_acc_ledger.php:649 +#: include/class_acc_ledger.php:843 +#: include/ext/invoicing/include/class_acc_ledger_sold_generate.php:97 msgid "Aucun enregistrement trouvé" msgstr "No record found" -#: include/class_acc_ledger.php:613 -#: include/class_acc_ledger.php:612 -#: include/class_acc_ledger.php:502 -#: include/class_acc_ledger.php:692 -#: include/class_acc_ledger.php:726 -#: include/class_acc_ledger.php:852 +#: include/class_acc_ledger.php:613 include/class_acc_ledger.php:612 +#: include/class_acc_ledger.php:502 include/class_acc_ledger.php:692 +#: include/class_acc_ledger.php:726 include/class_acc_ledger.php:852 +#: include/class_acc_ledger.php:865 +#: include/ext/invoicing/include/class_acc_ledger_sold_generate.php:122 msgid "Payé" msgstr "Paid" -#: include/class_acc_ledger.php:615 -#: include/class_acc_ledger.php:614 -#: include/class_acc_ledger.php:504 -#: include/class_acc_ledger.php:694 -#: include/class_acc_ledger.php:728 -#: include/class_acc_ledger.php:657 +#: include/class_acc_ledger.php:615 include/class_acc_ledger.php:614 +#: include/class_acc_ledger.php:504 include/class_acc_ledger.php:694 +#: include/class_acc_ledger.php:728 include/class_acc_ledger.php:657 #: include/class_acc_ledger.php:854 msgid "Op. Concernée" msgstr "Concerned entry" -#: include/class_acc_ledger.php:617 -#: include/class_acc_ledger.php:616 +#: include/class_acc_ledger.php:617 include/class_acc_ledger.php:616 #: include/class_acc_ledger.php:506 msgid "Action" msgstr "Action" -#: include/class_acc_ledger.php:1074 -#: include/class_acc_ledger.php:1000 -#: include/class_acc_ledger.php:999 -#: include/class_acc_ledger.php:876 -#: include/class_acc_ledger.php:1056 -#: include/class_acc_ledger.php:1101 -#: include/class_acc_ledger.php:1215 +#: include/class_acc_ledger.php:1074 include/class_acc_ledger.php:1000 +#: include/class_acc_ledger.php:999 include/class_acc_ledger.php:876 +#: include/class_acc_ledger.php:1056 include/class_acc_ledger.php:1101 +#: include/class_acc_ledger.php:1215 include/class_acc_ledger.php:1247 msgid "Parametres journaux non trouves" msgstr "Ledger parameters not found" -#: include/class_acc_ledger.php:1218 -#: include/class_acc_ledger.php:1144 -#: include/class_acc_ledger.php:1143 -#: include/class_acc_ledger.php:1017 -#: include/class_acc_ledger.php:1200 -#: include/class_acc_ledger.php:1256 -#: include/class_acc_ledger.php:1378 +#: include/class_acc_ledger.php:1218 include/class_acc_ledger.php:1144 +#: include/class_acc_ledger.php:1143 include/class_acc_ledger.php:1017 +#: include/class_acc_ledger.php:1200 include/class_acc_ledger.php:1256 +#: include/class_acc_ledger.php:1378 include/class_acc_ledger.php:1428 msgid "PJ Num" msgstr "Receipt #" -#: include/class_acc_ledger.php:1222 -#: include/class_acc_ledger.php:1148 -#: include/class_acc_ledger.php:1147 -#: include/class_acc_ledger.php:1021 -#: include/class_acc_ledger.php:1204 -#: include/class_acc_ledger.php:1260 +#: include/class_acc_ledger.php:1222 include/class_acc_ledger.php:1148 +#: include/class_acc_ledger.php:1147 include/class_acc_ledger.php:1021 +#: include/class_acc_ledger.php:1204 include/class_acc_ledger.php:1260 msgid "Quick Code ou" msgstr "Quick code or" -#: include/class_acc_ledger.php:1223 -#: include/class_acc_ledger.php:1381 -#: include/class_acc_ledger.php:1149 -#: include/class_acc_ledger.php:1307 -#: include/class_acc_ledger.php:1148 -#: include/class_acc_ledger.php:1306 -#: include/impress.inc.php:33 -#: include/impress.inc.php:34 -#: include/class_acc_ledger.php:1022 -#: include/class_acc_ledger.php:1214 -#: include/class_acc_ledger.php:1205 -#: include/class_acc_ledger.php:1405 -#: include/class_acc_ledger.php:1261 -#: include/class_acc_ledger.php:1468 -#: include/class_acc_ledger.php:1383 -#: include/class_acc_ledger.php:1627 -#: include/class_anc_grandlivre.php:157 -#: include/class_anc_listing.php:83 -#: include/menu_translate.php:24 -#: include/menu_translate.php:98 +#: include/class_acc_ledger.php:1223 include/class_acc_ledger.php:1381 +#: include/class_acc_ledger.php:1149 include/class_acc_ledger.php:1307 +#: include/class_acc_ledger.php:1148 include/class_acc_ledger.php:1306 +#: include/impress.inc.php:33 include/impress.inc.php:34 +#: include/class_acc_ledger.php:1022 include/class_acc_ledger.php:1214 +#: include/class_acc_ledger.php:1205 include/class_acc_ledger.php:1405 +#: include/class_acc_ledger.php:1261 include/class_acc_ledger.php:1468 +#: include/class_acc_ledger.php:1383 include/class_acc_ledger.php:1627 +#: include/class_anc_grandlivre.php:157 include/class_anc_listing.php:83 +#: include/menu_translate.php:24 include/menu_translate.php:98 +#: include/class_acc_ledger.php:1433 include/class_acc_ledger.php:1686 +#: include/class_pre_op_advanced.php:183 include/database.item.php:62 +#: include/database.item.php:78 msgid "Poste" msgstr "Account. Item" -#: include/class_acc_ledger.php:1225 -#: include/class_acc_ledger.php:1384 -#: include/quick_writing.inc.php:112 -#: include/quick_writing.inc.php:116 -#: include/class_acc_ledger.php:1151 -#: include/class_acc_ledger.php:1310 -#: include/class_acc_ledger.php:1150 -#: include/class_acc_ledger.php:1309 -#: include/class_anticipation.php:304 -#: include/class_anticipation.php:298 -#: html/annulation.php:414 -#: include/class_fiche.php:1079 -#: include/class_fiche.php:1081 -#: include/class_fiche.php:1043 -#: html/annulation.php:413 -#: include/class_acc_ledger.php:1024 -#: include/class_acc_ledger.php:1217 -#: include/class_fiche.php:1020 -#: include/quick_writing.inc.php:128 -#: include/class_acc_ledger.php:1207 -#: include/class_acc_ledger.php:1408 -#: include/class_anticipation.php:301 -#: include/class_fiche.php:1119 -#: include/template/ledger_detail_ach.php:160 +#: include/class_acc_ledger.php:1225 include/class_acc_ledger.php:1384 +#: include/quick_writing.inc.php:112 include/quick_writing.inc.php:116 +#: include/class_acc_ledger.php:1151 include/class_acc_ledger.php:1310 +#: include/class_acc_ledger.php:1150 include/class_acc_ledger.php:1309 +#: include/class_anticipation.php:304 include/class_anticipation.php:298 +#: html/annulation.php:414 include/class_fiche.php:1079 +#: include/class_fiche.php:1081 include/class_fiche.php:1043 +#: html/annulation.php:413 include/class_acc_ledger.php:1024 +#: include/class_acc_ledger.php:1217 include/class_fiche.php:1020 +#: include/quick_writing.inc.php:128 include/class_acc_ledger.php:1207 +#: include/class_acc_ledger.php:1408 include/class_anticipation.php:301 +#: include/class_fiche.php:1119 include/template/ledger_detail_ach.php:160 #: include/template/ledger_detail_fin.php:74 #: include/template/ledger_detail_misc.php:59 #: include/template/ledger_detail_ven.php:162 -#: include/class_acc_ledger.php:1263 -#: include/class_acc_ledger.php:1471 -#: include/class_anticipation.php:408 -#: include/class_fiche.php:1280 -#: include/quick_writing.inc.php:99 -#: include/template/ledger_detail_ach.php:211 +#: include/class_acc_ledger.php:1263 include/class_acc_ledger.php:1471 +#: include/class_anticipation.php:408 include/class_fiche.php:1280 +#: include/quick_writing.inc.php:99 include/template/ledger_detail_ach.php:211 #: include/template/ledger_detail_fin.php:101 #: include/template/ledger_detail_misc.php:89 #: include/template/ledger_detail_ven.php:207 -#: include/class_acc_ledger.php:1385 -#: include/class_acc_ledger.php:1630 -#: include/class_anticipation.php:420 -#: include/class_fiche.php:1324 +#: include/class_acc_ledger.php:1385 include/class_acc_ledger.php:1630 +#: include/class_anticipation.php:420 include/class_fiche.php:1324 #: include/export_fiche_balance_csv.php:142 #: include/operation_ods_new.inc.php:97 #: include/template/ledger_detail_ach.php:251 #: include/template/ledger_detail_fin.php:107 #: include/template/ledger_detail_ven.php:249 +#: include/class_acc_ledger.php:1435 include/class_acc_ledger.php:1689 +#: include/class_anticipation.php:419 include/class_fiche.php:1285 +#: include/class_pre_op_advanced.php:186 +#: include/export_fiche_balance_csv.php:143 +#: include/operation_ods_new.inc.php:91 +#: include/template/ledger_detail_ach.php:276 +#: include/template/ledger_detail_fin.php:108 +#: include/template/ledger_detail_misc.php:92 +#: include/template/ledger_detail_ven.php:275 +#: include/template/letter_all.php:35 include/template/letter_prop.php:34 +#: include/template/letter_prop.php:74 +#: include/template/operation_detail_misc.php:35 +#: include/ext/modop/modop_display.php:163 +#: include/ext/coprop/include/appel_fond.inc.php:85 +#: include/ext/coprop/include/appel_fond.inc.php:154 +#: include/ext/coprop/include/class_coprop_appel_fond.php:202 msgid "Débit" msgstr "Debit" -#: include/class_acc_ledger.php:1361 -#: include/class_acc_ledger.php:1287 -#: include/class_acc_ledger.php:1286 -#: include/class_acc_ledger.php:1195 -#: include/class_acc_ledger.php:1375 -#: include/template/ledger_detail_ach.php:32 +#: include/class_acc_ledger.php:1361 include/class_acc_ledger.php:1287 +#: include/class_acc_ledger.php:1286 include/class_acc_ledger.php:1195 +#: include/class_acc_ledger.php:1375 include/template/ledger_detail_ach.php:32 #: include/template/ledger_detail_fin.php:55 #: include/template/ledger_detail_misc.php:40 -#: include/template/ledger_detail_ven.php:32 -#: include/class_acc_ledger.php:1438 +#: include/template/ledger_detail_ven.php:32 include/class_acc_ledger.php:1438 #: include/template/ledger_detail_ach.php:42 #: include/template/ledger_detail_fin.php:58 #: include/template/ledger_detail_misc.php:47 -#: include/template/ledger_detail_ven.php:43 -#: include/class_acc_ledger.php:1595 +#: include/template/ledger_detail_ven.php:43 include/class_acc_ledger.php:1595 #: include/template/ledger_detail_ach.php:51 #: include/template/ledger_detail_fin.php:64 -#: include/template/ledger_detail_ven.php:51 +#: include/template/ledger_detail_ven.php:51 include/class_acc_ledger.php:1653 +#: include/template/ledger_detail_ach.php:62 +#: include/template/ledger_detail_fin.php:65 +#: include/template/ledger_detail_misc.php:50 +#: include/template/ledger_detail_ven.php:64 include/ext/tools/index.php:42 +#: include/ext/amortis/include/am_histo.inc.php:37 +#: include/ext/amortis/include/class_pdf_card.php:103 +#: include/ext/import_account/include/class_impacc_operation.php:488 +#: include/ext/amortis/include/template/material_detail.php:58 +#: include/ext/amortis/include/template/material_display.php:44 +#: include/ext/amortis/include/template/util_generate.php:57 msgid "Pièce" msgstr "Receipt" -#: include/class_acc_ledger.php:1382 -#: include/class_acc_ledger.php:1308 -#: include/class_acc_ledger.php:1307 -#: include/payment_middle.inc.php:87 -#: include/template/forecast-detail.php:10 -#: include/payment_middle.inc.php:122 -#: include/template/new_mod_payment.php:7 -#: include/class_acc_account.php:169 -#: include/class_acc_ledger.php:1215 -#: include/class_acc_ledger.php:1199 -#: include/class_acc_ledger.php:1380 -#: include/class_acc_ledger.php:1406 +#: include/class_acc_ledger.php:1382 include/class_acc_ledger.php:1308 +#: include/class_acc_ledger.php:1307 include/payment_middle.inc.php:87 +#: include/template/forecast-detail.php:10 include/payment_middle.inc.php:122 +#: include/template/new_mod_payment.php:7 include/class_acc_account.php:169 +#: include/class_acc_ledger.php:1215 include/class_acc_ledger.php:1199 +#: include/class_acc_ledger.php:1380 include/class_acc_ledger.php:1406 #: include/class_acc_ledger_purchase.php:1092 -#: include/class_acc_ledger_sold.php:570 -#: include/payment_middle.inc.php:115 +#: include/class_acc_ledger_sold.php:570 include/payment_middle.inc.php:115 #: include/template/form_ledger_detail.php:17 #: include/template/ledger_detail_ach.php:40 #: include/template/ledger_detail_ach.php:159 @@ -2433,13 +1812,10 @@ msgstr "Receipt" #: include/template/ledger_detail_misc.php:58 #: include/template/ledger_detail_ven.php:40 #: include/template/ledger_detail_ven.php:161 -#: include/class_acc_account.php:194 -#: include/class_acc_ledger.php:1255 -#: include/class_acc_ledger.php:1443 -#: include/class_acc_ledger.php:1469 +#: include/class_acc_account.php:194 include/class_acc_ledger.php:1255 +#: include/class_acc_ledger.php:1443 include/class_acc_ledger.php:1469 #: include/class_acc_ledger_purchase.php:1268 -#: include/class_acc_ledger_sold.php:650 -#: include/payment_middle.inc.php:126 +#: include/class_acc_ledger_sold.php:650 include/payment_middle.inc.php:126 #: include/template/form_ledger_detail.php:11 #: include/template/ledger_detail_ach.php:51 #: include/template/ledger_detail_ach.php:210 @@ -2449,10 +1825,8 @@ msgstr "Receipt" #: include/template/ledger_detail_misc.php:88 #: include/template/ledger_detail_ven.php:52 #: include/template/ledger_detail_ven.php:206 -#: include/class_acc_account.php:188 -#: include/class_acc_ledger.php:1377 -#: include/class_acc_ledger.php:1384 -#: include/class_acc_ledger.php:1602 +#: include/class_acc_account.php:188 include/class_acc_ledger.php:1377 +#: include/class_acc_ledger.php:1384 include/class_acc_ledger.php:1602 #: include/class_acc_ledger.php:1628 #: include/class_acc_ledger_purchase.php:1279 #: include/class_acc_ledger_sold.php:674 @@ -2463,418 +1837,305 @@ msgstr "Receipt" #: include/template/ledger_detail_fin.php:106 #: include/template/ledger_detail_ven.php:60 #: include/template/ledger_detail_ven.php:248 -#: include/template/new_mod_payment.php:16 +#: include/template/new_mod_payment.php:16 include/class_acc_account.php:187 +#: include/class_acc_ledger.php:1427 include/class_acc_ledger.php:1434 +#: include/class_acc_ledger.php:1660 include/class_acc_ledger.php:1687 +#: 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 +#: include/template/ledger_detail_ach.php:71 +#: include/template/ledger_detail_ach.php:275 +#: include/template/ledger_detail_fin.php:53 +#: include/template/ledger_detail_fin.php:107 +#: include/template/ledger_detail_misc.php:38 +#: include/template/ledger_detail_misc.php:91 +#: include/template/ledger_detail_ven.php:73 +#: include/template/ledger_detail_ven.php:274 +#: include/template/new_mod_payment.php:19 +#: include/template/operation_detail_misc.php:34 +#: include/ext/import_account/include/class_impacc_operation.php:251 +#: include/ext/import_account/include/class_impacc_operation.php:487 #, php-format msgid "Libellé" msgstr "Label" -#: include/class_acc_ledger.php:1526 -#: include/class_acc_ledger.php:1452 -#: include/class_acc_ledger.php:1451 -#: include/class_acc_ledger.php:1457 +#: include/class_acc_ledger.php:1526 include/class_acc_ledger.php:1452 +#: include/class_acc_ledger.php:1451 include/class_acc_ledger.php:1457 msgid "Pas dans la periode active" msgstr "Not in the active period" -#: include/class_acc_ledger.php:1545 -#: include/class_acc_ledger.php:1471 -#: include/class_acc_ledger.php:1470 -#: include/class_acc_ledger.php:1476 -#: include/class_acc_ledger.php:1374 -#: include/class_acc_ledger.php:1570 -#: include/class_acc_ledger.php:1648 -#: include/class_acc_ledger.php:1810 +#: include/class_acc_ledger.php:1545 include/class_acc_ledger.php:1471 +#: include/class_acc_ledger.php:1470 include/class_acc_ledger.php:1476 +#: include/class_acc_ledger.php:1374 include/class_acc_ledger.php:1570 +#: include/class_acc_ledger.php:1648 include/class_acc_ledger.php:1810 +#: include/class_acc_ledger.php:1868 msgid "Vous utilisez le mode strict la dernière operation est la date du " msgstr "You're using the strict mod and the last entry is on" -#: include/class_acc_ledger.php:1546 -#: include/class_acc_ledger.php:1472 -#: include/class_acc_ledger.php:1471 -#: include/class_acc_ledger.php:1477 -#: include/class_acc_ledger.php:1375 -#: include/class_acc_ledger.php:1571 -#: include/class_acc_ledger.php:1649 -#: include/class_acc_ledger.php:1811 +#: include/class_acc_ledger.php:1546 include/class_acc_ledger.php:1472 +#: include/class_acc_ledger.php:1471 include/class_acc_ledger.php:1477 +#: include/class_acc_ledger.php:1375 include/class_acc_ledger.php:1571 +#: include/class_acc_ledger.php:1649 include/class_acc_ledger.php:1811 +#: include/class_acc_ledger.php:1869 msgid "vous ne pouvez pas encoder à une date antérieure" msgstr "You cannot record to an ealier date" -#: include/class_acc_ledger.php:1578 -#: include/class_acc_ledger.php:1504 -#: include/class_acc_ledger.php:1503 -#: include/class_acc_ledger.php:1509 -#: include/class_acc_ledger.php:1407 -#: include/class_acc_ledger.php:1603 -#: include/class_acc_ledger.php:1683 -#: include/class_acc_ledger.php:1851 +#: include/class_acc_ledger.php:1578 include/class_acc_ledger.php:1504 +#: include/class_acc_ledger.php:1503 include/class_acc_ledger.php:1509 +#: include/class_acc_ledger.php:1407 include/class_acc_ledger.php:1603 +#: include/class_acc_ledger.php:1683 include/class_acc_ledger.php:1851 +#: include/class_acc_ledger.php:1909 msgid "Le poste" msgstr "The accounting item" -#: include/class_acc_ledger.php:1578 -#: include/class_acc_ledger.php:1504 -#: include/class_acc_ledger.php:1503 -#: include/class_acc_ledger.php:1509 -#: include/class_acc_ledger.php:1407 -#: include/class_acc_ledger.php:1603 -#: include/class_acc_ledger.php:1683 -#: include/class_acc_ledger.php:1851 +#: include/class_acc_ledger.php:1578 include/class_acc_ledger.php:1504 +#: include/class_acc_ledger.php:1503 include/class_acc_ledger.php:1509 +#: include/class_acc_ledger.php:1407 include/class_acc_ledger.php:1603 +#: include/class_acc_ledger.php:1683 include/class_acc_ledger.php:1851 +#: include/class_acc_ledger.php:1909 msgid "n'est pas dans ce journal" msgstr "doesn't belong to this ledger" -#: include/class_acc_ledger.php:1580 -#: include/class_acc_ledger.php:1506 -#: include/class_acc_ledger.php:1505 -#: include/class_acc_ledger.php:1511 -#: include/class_acc_ledger.php:1409 -#: include/class_acc_ledger.php:1605 +#: include/class_acc_ledger.php:1580 include/class_acc_ledger.php:1506 +#: include/class_acc_ledger.php:1505 include/class_acc_ledger.php:1511 +#: include/class_acc_ledger.php:1409 include/class_acc_ledger.php:1605 msgid "Poste invalide" msgstr "Invalid Accounting item" -#: include/class_acc_ledger.php:1582 -#: include/class_acc_ledger.php:1508 -#: include/class_acc_ledger.php:1507 -#: include/class_acc_ledger.php:1513 -#: include/class_acc_ledger.php:1411 -#: include/class_acc_ledger.php:1607 +#: include/class_acc_ledger.php:1582 include/class_acc_ledger.php:1508 +#: include/class_acc_ledger.php:1507 include/class_acc_ledger.php:1513 +#: include/class_acc_ledger.php:1411 include/class_acc_ledger.php:1607 msgid "Poste Inexistant" msgstr "Inexistant accouting item" -#: include/class_acc_ledger.php:1592 -#: include/class_acc_ledger.php:1518 -#: include/class_acc_ledger.php:1515 -#: include/class_acc_ledger.php:1521 -#: include/class_acc_ledger.php:1419 -#: include/class_acc_ledger.php:1615 -#: include/class_acc_ledger.php:1696 -#: include/class_acc_ledger.php:1877 +#: include/class_acc_ledger.php:1592 include/class_acc_ledger.php:1518 +#: include/class_acc_ledger.php:1515 include/class_acc_ledger.php:1521 +#: include/class_acc_ledger.php:1419 include/class_acc_ledger.php:1615 +#: include/class_acc_ledger.php:1696 include/class_acc_ledger.php:1877 +#: include/class_acc_ledger.php:1933 msgid "Balance incorrecte " msgstr "wrong balance" -#: include/class_acc_ledger.php:2254 -#: include/class_acc_ledger.php:2180 -#: include/class_acc_ledger.php:2187 -#: include/class_acc_ledger.php:2206 -#: include/class_acc_ledger.php:2212 -#: include/class_acc_ledger.php:2211 -#: include/class_acc_ledger.php:2108 -#: include/class_acc_ledger.php:2307 +#: include/class_acc_ledger.php:2254 include/class_acc_ledger.php:2180 +#: include/class_acc_ledger.php:2187 include/class_acc_ledger.php:2206 +#: include/class_acc_ledger.php:2212 include/class_acc_ledger.php:2211 +#: include/class_acc_ledger.php:2108 include/class_acc_ledger.php:2307 msgid "Afficher recherche" msgstr "Display search" -#: include/compta_ach.inc.php:51 -#: include/compta_ach.inc.php:165 -#: include/compta_ach.inc.php:55 -#: include/compta_ach.inc.php:169 -#: include/compta_ach.inc.php:56 -#: include/compta_ach.inc.php:167 -#: include/compta_ach.inc.php:173 -#: include/compta_ach.inc.php:59 -#: include/compta_ach.inc.php:176 -#: include/compta_ach.inc.php:69 -#: include/compta_ach.inc.php:185 -#: include/compta_ach.inc.php:179 -#: include/compta_ach.inc.php:39 -#: include/compta_ach.inc.php:177 +#: include/compta_ach.inc.php:51 include/compta_ach.inc.php:165 +#: include/compta_ach.inc.php:55 include/compta_ach.inc.php:169 +#: include/compta_ach.inc.php:56 include/compta_ach.inc.php:167 +#: include/compta_ach.inc.php:173 include/compta_ach.inc.php:59 +#: include/compta_ach.inc.php:176 include/compta_ach.inc.php:69 +#: include/compta_ach.inc.php:185 include/compta_ach.inc.php:179 +#: include/compta_ach.inc.php:39 include/compta_ach.inc.php:177 msgid "Nouvelle dépense" msgstr "New expense" -#: include/compta_ach.inc.php:51 -#: include/compta_ach.inc.php:55 -#: include/compta_ach.inc.php:56 -#: include/compta_ach.inc.php:59 -#: include/compta_ach.inc.php:69 -#: include/compta_ach.inc.php:39 -#: include/menu_translate.php:2 +#: include/compta_ach.inc.php:51 include/compta_ach.inc.php:55 +#: include/compta_ach.inc.php:56 include/compta_ach.inc.php:59 +#: include/compta_ach.inc.php:69 include/compta_ach.inc.php:39 +#: include/menu_translate.php:2 include/database.item.php:2 msgid "Nouvel achat ou dépense" msgstr "New purchase" -#: include/compta_ach.inc.php:52 -#: include/compta_ach.inc.php:56 -#: include/compta_ach.inc.php:57 -#: include/compta_ach.inc.php:60 -#: include/compta_ach.inc.php:70 -#: include/compta_ach.inc.php:40 +#: include/compta_ach.inc.php:52 include/compta_ach.inc.php:56 +#: include/compta_ach.inc.php:57 include/compta_ach.inc.php:60 +#: include/compta_ach.inc.php:70 include/compta_ach.inc.php:40 msgid "Liste achat" msgstr "List purchase" -#: include/compta_ach.inc.php:52 -#: include/compta_ach.inc.php:56 -#: include/compta_ach.inc.php:57 -#: include/compta_ach.inc.php:60 -#: include/compta_ach.inc.php:70 -#: include/compta_ach.inc.php:40 +#: include/compta_ach.inc.php:52 include/compta_ach.inc.php:56 +#: include/compta_ach.inc.php:57 include/compta_ach.inc.php:60 +#: include/compta_ach.inc.php:70 include/compta_ach.inc.php:40 msgid "Liste des achats" msgstr "List of purchase" -#: include/compta_ach.inc.php:53 -#: include/compta_ach.inc.php:57 -#: include/compta_ach.inc.php:58 -#: include/compta_ach.inc.php:61 -#: include/compta_ach.inc.php:71 -#: include/compta_ach.inc.php:41 +#: include/compta_ach.inc.php:53 include/compta_ach.inc.php:57 +#: include/compta_ach.inc.php:58 include/compta_ach.inc.php:61 +#: include/compta_ach.inc.php:71 include/compta_ach.inc.php:41 msgid "Liste dépenses non payées" msgstr "List of unpaid purchase" -#: include/compta_ach.inc.php:53 -#: include/compta_ven.inc.php:52 -#: include/compta_ach.inc.php:57 -#: include/compta_ven.inc.php:56 -#: include/compta_ach.inc.php:58 -#: include/compta_ven.inc.php:57 -#: include/compta_ach.inc.php:61 -#: include/compta_ven.inc.php:62 -#: include/compta_ach.inc.php:71 -#: include/compta_ven.inc.php:72 -#: include/compta_ven.inc.php:63 -#: include/compta_ach.inc.php:41 +#: include/compta_ach.inc.php:53 include/compta_ven.inc.php:52 +#: include/compta_ach.inc.php:57 include/compta_ven.inc.php:56 +#: include/compta_ach.inc.php:58 include/compta_ven.inc.php:57 +#: include/compta_ach.inc.php:61 include/compta_ven.inc.php:62 +#: include/compta_ach.inc.php:71 include/compta_ven.inc.php:72 +#: include/compta_ven.inc.php:63 include/compta_ach.inc.php:41 #: include/compta_ven.inc.php:41 msgid "Liste des ventes non payées" msgstr "List of unpaid sales" -#: include/compta_ach.inc.php:55 -#: include/compta_ach.inc.php:59 +#: include/compta_ach.inc.php:55 include/compta_ach.inc.php:59 msgid "Solde des fournisseurs" msgstr "Supplier account" -#: include/compta_ach.inc.php:122 -#: include/compta_ven.inc.php:125 -#: include/compta_ach.inc.php:126 -#: include/compta_ven.inc.php:129 -#: include/compta_ven.inc.php:124 -#: include/compta_ach.inc.php:124 -#: include/compta_ven.inc.php:127 -#: include/compta_ach.inc.php:127 -#: include/compta_ven.inc.php:132 -#: include/compta_ach.inc.php:137 -#: include/compta_ven.inc.php:142 -#: include/compta_ven.inc.php:133 -#: include/compta_ach.inc.php:117 -#: include/compta_ven.inc.php:122 -#: include/compta_ach.inc.php:81 -#: include/compta_fin.inc.php:113 -#: include/compta_ven.inc.php:92 +#: include/compta_ach.inc.php:122 include/compta_ven.inc.php:125 +#: include/compta_ach.inc.php:126 include/compta_ven.inc.php:129 +#: include/compta_ven.inc.php:124 include/compta_ach.inc.php:124 +#: include/compta_ven.inc.php:127 include/compta_ach.inc.php:127 +#: include/compta_ven.inc.php:132 include/compta_ach.inc.php:137 +#: include/compta_ven.inc.php:142 include/compta_ven.inc.php:133 +#: include/compta_ach.inc.php:117 include/compta_ven.inc.php:122 +#: include/compta_ach.inc.php:81 include/compta_fin.inc.php:113 +#: include/compta_ven.inc.php:92 include/compta_ach.inc.php:77 +#: include/compta_fin.inc.php:114 include/compta_ven.inc.php:86 msgid "Enregistrement" msgstr "Record" -#: include/compta_ach.inc.php:123 -#: include/compta_fin.inc.php:114 -#: include/compta_ven.inc.php:126 -#: include/compta_ach.inc.php:127 -#: include/compta_fin.inc.php:118 -#: include/compta_ven.inc.php:130 -#: include/compta_ven.inc.php:125 -#: include/compta_ach.inc.php:125 -#: include/compta_ven.inc.php:128 -#: include/compta_ach.inc.php:128 -#: include/compta_ven.inc.php:133 -#: include/compta_ach.inc.php:138 -#: include/compta_fin.inc.php:130 -#: include/compta_ven.inc.php:143 -#: include/compta_fin.inc.php:123 -#: include/compta_ven.inc.php:134 -#: include/compta_ach.inc.php:118 -#: include/compta_fin.inc.php:112 -#: include/compta_ven.inc.php:123 -#: include/compta_ach.inc.php:82 -#: include/compta_fin.inc.php:83 -#: include/compta_ven.inc.php:93 +#: include/compta_ach.inc.php:123 include/compta_fin.inc.php:114 +#: include/compta_ven.inc.php:126 include/compta_ach.inc.php:127 +#: include/compta_fin.inc.php:118 include/compta_ven.inc.php:130 +#: include/compta_ven.inc.php:125 include/compta_ach.inc.php:125 +#: include/compta_ven.inc.php:128 include/compta_ach.inc.php:128 +#: include/compta_ven.inc.php:133 include/compta_ach.inc.php:138 +#: include/compta_fin.inc.php:130 include/compta_ven.inc.php:143 +#: include/compta_fin.inc.php:123 include/compta_ven.inc.php:134 +#: include/compta_ach.inc.php:118 include/compta_fin.inc.php:112 +#: include/compta_ven.inc.php:123 include/compta_ach.inc.php:82 +#: include/compta_fin.inc.php:83 include/compta_ven.inc.php:93 +#: include/compta_ach.inc.php:78 include/compta_fin.inc.php:84 +#: include/compta_ven.inc.php:87 +#: include/ext/amortis/include/class_am_generate.php:214 msgid "Corriger" msgstr "Correct" -#: include/compta_ach.inc.php:158 -#: include/compta_ven.inc.php:167 -#: include/compta_ach.inc.php:162 -#: include/compta_ven.inc.php:171 -#: include/compta_ven.inc.php:166 -#: include/anc_od.inc.php:114 -#: include/compta_ach.inc.php:160 -#: include/compta_ven.inc.php:169 -#: include/compta_ach.inc.php:163 -#: include/compta_ven.inc.php:174 -#: include/compta_ach.inc.php:172 -#: include/compta_ven.inc.php:184 -#: html/ajax_ledger.php:329 -#: include/compta_ach.inc.php:165 -#: include/compta_ven.inc.php:177 -#: html/ajax_ledger.php:390 -#: include/anc_od.inc.php:121 -#: include/compta_ach.inc.php:161 -#: include/compta_ven.inc.php:173 -#: html/ajax_ledger.php:447 -#: include/anc_od.inc.php:122 -#: include/compta_ach.inc.php:127 -#: include/compta_ven.inc.php:144 +#: include/compta_ach.inc.php:158 include/compta_ven.inc.php:167 +#: include/compta_ach.inc.php:162 include/compta_ven.inc.php:171 +#: include/compta_ven.inc.php:166 include/anc_od.inc.php:114 +#: include/compta_ach.inc.php:160 include/compta_ven.inc.php:169 +#: include/compta_ach.inc.php:163 include/compta_ven.inc.php:174 +#: include/compta_ach.inc.php:172 include/compta_ven.inc.php:184 +#: html/ajax_ledger.php:329 include/compta_ach.inc.php:165 +#: include/compta_ven.inc.php:177 html/ajax_ledger.php:390 +#: include/anc_od.inc.php:121 include/compta_ach.inc.php:161 +#: include/compta_ven.inc.php:173 html/ajax_ledger.php:447 +#: include/anc_od.inc.php:122 include/compta_ach.inc.php:127 +#: include/compta_ven.inc.php:144 html/ajax_ledger.php:498 +#: include/ext/modop/modop_save.php:80 include/ext/modop/modop_save.php:162 +#: include/ext/amortis/include/am_generate.inc.php:76 msgid "Opération sauvée" msgstr "Entry saved" -#: include/compta_ach.inc.php:162 -#: include/compta_ven.inc.php:172 -#: include/quick_writing.inc.php:272 -#: include/compta_ach.inc.php:166 -#: include/compta_ven.inc.php:176 -#: include/quick_writing.inc.php:276 -#: include/compta_ven.inc.php:171 -#: include/compta_ach.inc.php:164 -#: include/compta_ven.inc.php:173 -#: include/quick_writing.inc.php:274 -#: include/compta_ach.inc.php:167 -#: include/compta_ven.inc.php:178 -#: include/quick_writing.inc.php:277 -#: include/compta_ach.inc.php:176 -#: include/compta_ven.inc.php:188 -#: include/quick_writing.inc.php:288 -#: include/compta_ach.inc.php:169 -#: include/compta_ven.inc.php:181 -#: include/quick_writing.inc.php:279 -#: include/quick_writing.inc.php:300 -#: include/compta_ach.inc.php:133 -#: include/compta_ods.inc.php:94 -#: include/compta_ven.inc.php:149 -#: include/opening.inc.php:80 +#: include/compta_ach.inc.php:162 include/compta_ven.inc.php:172 +#: include/quick_writing.inc.php:272 include/compta_ach.inc.php:166 +#: include/compta_ven.inc.php:176 include/quick_writing.inc.php:276 +#: include/compta_ven.inc.php:171 include/compta_ach.inc.php:164 +#: include/compta_ven.inc.php:173 include/quick_writing.inc.php:274 +#: include/compta_ach.inc.php:167 include/compta_ven.inc.php:178 +#: include/quick_writing.inc.php:277 include/compta_ach.inc.php:176 +#: include/compta_ven.inc.php:188 include/quick_writing.inc.php:288 +#: include/compta_ach.inc.php:169 include/compta_ven.inc.php:181 +#: include/quick_writing.inc.php:279 include/quick_writing.inc.php:300 +#: include/compta_ach.inc.php:133 include/compta_ods.inc.php:94 +#: include/compta_ven.inc.php:149 include/opening.inc.php:80 +#: include/class_acc_ledger_purchase.php:1344 +#: include/class_acc_ledger_sold.php:640 include/opening.inc.php:79 +#: include/ext/modop/modop_save.php:86 include/ext/modop/modop_save.php:167 msgid "Attention numéro pièce existante, elle a du être adaptée" msgstr "Caution, the receipt number already exists and has been changed" -#: include/compta_ach.inc.php:347 -#: include/compta_ven.inc.php:334 -#: include/compta_ven.inc.php:393 -#: include/compta_ach.inc.php:351 -#: include/compta_ven.inc.php:338 -#: include/compta_ven.inc.php:397 +#: include/compta_ach.inc.php:347 include/compta_ven.inc.php:334 +#: include/compta_ven.inc.php:393 include/compta_ach.inc.php:351 +#: include/compta_ven.inc.php:338 include/compta_ven.inc.php:397 #: include/class_acc_ledger_purchase.php:657 #: include/class_acc_ledger_purchase.php:1263 -#: include/class_acc_ledger_sold.php:499 -#: include/class_acc_ledger_sold.php:811 +#: include/class_acc_ledger_sold.php:499 include/class_acc_ledger_sold.php:811 #: include/class_acc_ledger_purchase.php:1163 -#: include/class_acc_ledger_sold.php:743 -#: include/compta_ven.inc.php:333 -#: include/compta_ven.inc.php:392 -#: include/class_acc_ledger_purchase.php:1177 +#: include/class_acc_ledger_sold.php:743 include/compta_ven.inc.php:333 +#: include/compta_ven.inc.php:392 include/class_acc_ledger_purchase.php:1177 #: include/class_acc_ledger_sold.php:745 #: include/class_acc_ledger_purchase.php:1174 -#: include/class_acc_ledger_sold.php:746 -#: include/class_acc_ledger_sold.php:748 -#: include/compta_ach.inc.php:293 -#: include/compta_ach.inc.php:349 -#: include/compta_ven.inc.php:323 -#: include/compta_ven.inc.php:382 +#: include/class_acc_ledger_sold.php:746 include/class_acc_ledger_sold.php:748 +#: include/compta_ach.inc.php:293 include/compta_ach.inc.php:349 +#: include/compta_ven.inc.php:323 include/compta_ven.inc.php:382 #: include/class_acc_ledger_purchase.php:1223 -#: include/class_acc_ledger_sold.php:750 -#: include/compta_ach.inc.php:308 -#: include/compta_ach.inc.php:364 -#: include/compta_ven.inc.php:321 -#: include/compta_ven.inc.php:380 -#: include/class_acc_ledger_purchase.php:1278 +#: include/class_acc_ledger_sold.php:750 include/compta_ach.inc.php:308 +#: include/compta_ach.inc.php:364 include/compta_ven.inc.php:321 +#: include/compta_ven.inc.php:380 include/class_acc_ledger_purchase.php:1278 #: include/class_acc_ledger_sold.php:803 #: include/class_acc_ledger_purchase.php:1283 #: include/class_acc_ledger_sold.php:807 #: include/class_acc_ledger_purchase.php:1305 -#: include/class_acc_ledger_sold.php:820 -#: include/compta_ach.inc.php:311 -#: include/compta_ach.inc.php:367 -#: include/compta_ven.inc.php:326 -#: include/compta_ven.inc.php:385 -#: include/class_acc_ledger_purchase.php:1350 -#: include/class_acc_ledger_sold.php:827 -#: include/compta_ach.inc.php:317 -#: include/compta_ach.inc.php:373 -#: include/class_acc_ledger_purchase.php:1372 -#: include/class_acc_ledger_sold.php:843 -#: include/compta_ach.inc.php:313 -#: include/compta_ach.inc.php:369 -#: include/compta_ven.inc.php:330 -#: include/compta_ven.inc.php:389 -#: include/class_acc_ledger_purchase.php:1568 -#: include/class_acc_ledger_sold.php:943 -#: include/compta_ach.inc.php:328 -#: include/compta_ach.inc.php:409 -#: include/compta_ven.inc.php:349 -#: include/compta_ven.inc.php:434 -#: include/class_acc_ledger_purchase.php:1598 -#: include/class_acc_ledger_sold.php:991 -#: include/compta_ven.inc.php:329 -#: include/compta_ven.inc.php:415 -#: include/history_operation.inc.php:140 +#: include/class_acc_ledger_sold.php:820 include/compta_ach.inc.php:311 +#: include/compta_ach.inc.php:367 include/compta_ven.inc.php:326 +#: include/compta_ven.inc.php:385 include/class_acc_ledger_purchase.php:1350 +#: include/class_acc_ledger_sold.php:827 include/compta_ach.inc.php:317 +#: include/compta_ach.inc.php:373 include/class_acc_ledger_purchase.php:1372 +#: include/class_acc_ledger_sold.php:843 include/compta_ach.inc.php:313 +#: include/compta_ach.inc.php:369 include/compta_ven.inc.php:330 +#: include/compta_ven.inc.php:389 include/class_acc_ledger_purchase.php:1568 +#: include/class_acc_ledger_sold.php:943 include/compta_ach.inc.php:328 +#: include/compta_ach.inc.php:409 include/compta_ven.inc.php:349 +#: include/compta_ven.inc.php:434 include/class_acc_ledger_purchase.php:1598 +#: include/class_acc_ledger_sold.php:991 include/compta_ven.inc.php:329 +#: include/compta_ven.inc.php:415 include/history_operation.inc.php:140 +#: include/class_acc_ledger_purchase.php:1689 +#: include/class_acc_ledger_sold.php:954 msgid "Mise à jour paiement" msgstr "Update payment" -#: include/compta_fin.inc.php:51 -#: include/compta_fin.inc.php:136 -#: include/compta_fin.inc.php:55 -#: include/compta_fin.inc.php:140 -#: include/compta_fin.inc.php:67 -#: include/compta_fin.inc.php:152 -#: include/compta_fin.inc.php:56 -#: include/compta_fin.inc.php:148 -#: include/compta_fin.inc.php:36 -#: include/compta_fin.inc.php:142 -#: include/menu_translate.php:79 +#: include/compta_fin.inc.php:51 include/compta_fin.inc.php:136 +#: include/compta_fin.inc.php:55 include/compta_fin.inc.php:140 +#: include/compta_fin.inc.php:67 include/compta_fin.inc.php:152 +#: include/compta_fin.inc.php:56 include/compta_fin.inc.php:148 +#: include/compta_fin.inc.php:36 include/compta_fin.inc.php:142 +#: include/menu_translate.php:79 include/database.item.php:55 msgid "Nouvel extrait" msgstr "new entry" -#: include/compta_fin.inc.php:51 -#: include/compta_fin.inc.php:55 -#: include/compta_fin.inc.php:67 -#: include/compta_fin.inc.php:56 +#: include/compta_fin.inc.php:51 include/compta_fin.inc.php:55 +#: include/compta_fin.inc.php:67 include/compta_fin.inc.php:56 #: include/compta_fin.inc.php:36 msgid "Encodage d'un nouvel extrait" msgstr "Write an new entry" -#: include/compta_fin.inc.php:52 -#: include/compta_fin.inc.php:56 -#: include/compta_fin.inc.php:68 -#: include/compta_fin.inc.php:57 -#: include/compta_fin.inc.php:37 +#: include/compta_fin.inc.php:52 include/compta_fin.inc.php:56 +#: include/compta_fin.inc.php:68 include/compta_fin.inc.php:57 +#: include/compta_fin.inc.php:37 include/fiche.inc.php:63 +#: include/ext/rapport_avance/index.php:58 msgid "Liste" msgstr "List" -#: include/compta_fin.inc.php:52 -#: include/compta_fin.inc.php:56 -#: include/compta_fin.inc.php:68 -#: include/compta_fin.inc.php:57 +#: include/compta_fin.inc.php:52 include/compta_fin.inc.php:56 +#: include/compta_fin.inc.php:68 include/compta_fin.inc.php:57 #: include/compta_fin.inc.php:37 msgid "Liste opération bancaire" msgstr "List financial entries" -#: include/compta_fin.inc.php:53 -#: include/compta_fin.inc.php:57 -#: include/class_fiche.php:1253 -#: include/class_fiche.php:1255 -#: include/class_fiche.php:1217 -#: include/class_fiche.php:1194 -#: include/compta_fin.inc.php:69 -#: include/class_fiche.php:1307 -#: include/compta_fin.inc.php:58 -#: include/class_fiche.php:1518 -#: include/compta_fin.inc.php:38 -#: include/class_fiche.php:1601 +#: include/compta_fin.inc.php:53 include/compta_fin.inc.php:57 +#: include/class_fiche.php:1253 include/class_fiche.php:1255 +#: include/class_fiche.php:1217 include/class_fiche.php:1194 +#: include/compta_fin.inc.php:69 include/class_fiche.php:1307 +#: include/compta_fin.inc.php:58 include/class_fiche.php:1518 +#: include/compta_fin.inc.php:38 include/class_fiche.php:1601 +#: include/class_fiche.php:1573 msgid "Solde" msgstr "Balance" -#: include/compta_fin.inc.php:53 -#: include/compta_fin.inc.php:57 -#: include/compta_fin.inc.php:69 -#: include/compta_fin.inc.php:58 +#: include/compta_fin.inc.php:53 include/compta_fin.inc.php:57 +#: include/compta_fin.inc.php:69 include/compta_fin.inc.php:58 #: include/compta_fin.inc.php:38 msgid "Solde des comptes" msgstr "Balance of accounting system" -#: include/compta_fin.inc.php:113 -#: include/compta_fin.inc.php:117 -#: include/compta_fin.inc.php:129 -#: include/compta_fin.inc.php:122 -#: include/compta_fin.inc.php:111 -#: include/compta_fin.inc.php:82 +#: include/compta_fin.inc.php:113 include/compta_fin.inc.php:117 +#: include/compta_fin.inc.php:129 include/compta_fin.inc.php:122 +#: include/compta_fin.inc.php:111 include/compta_fin.inc.php:82 +#: include/compta_fin.inc.php:83 msgid "Confirmer" msgstr "Confirmed" -#: include/compta_fin.inc.php:135 -#: include/compta_fin.inc.php:139 -#: include/compta_fin.inc.php:151 -#: include/compta_fin.inc.php:144 +#: include/compta_fin.inc.php:135 include/compta_fin.inc.php:139 +#: include/compta_fin.inc.php:151 include/compta_fin.inc.php:144 #: include/compta_fin.inc.php:138 msgid "Opération sauvée" msgstr "Entry saved" -#: include/compta_fin.inc.php:160 -#: include/compta_fin.inc.php:164 +#: include/compta_fin.inc.php:160 include/compta_fin.inc.php:164 #: include/class_acc_ledger_sold.php:1094 #: include/class_acc_ledger_purchase.php:955 #: include/class_acc_ledger_purchase.php:855 @@ -2893,217 +2154,178 @@ msgstr "Entry saved" #: include/class_acc_ledger_purchase.php:978 #: include/class_acc_ledger_sold.php:1119 #: include/class_acc_ledger_purchase.php:1023 -#: include/class_acc_ledger_sold.php:1136 -#: include/compta_fin.inc.php:176 +#: include/class_acc_ledger_sold.php:1136 include/compta_fin.inc.php:176 #: include/class_acc_ledger_purchase.php:1030 -#: include/class_acc_ledger_sold.php:1155 -#: include/compta_fin.inc.php:171 +#: include/class_acc_ledger_sold.php:1155 include/compta_fin.inc.php:171 #: include/class_acc_ledger_purchase.php:1201 -#: include/class_acc_ledger_sold.php:1267 -#: include/compta_fin.inc.php:166 +#: include/class_acc_ledger_sold.php:1267 include/compta_fin.inc.php:166 #: include/class_acc_ledger_purchase.php:1215 -#: include/class_acc_ledger_sold.php:1327 -#: include/compta_fin.inc.php:141 +#: include/class_acc_ledger_sold.php:1327 include/compta_fin.inc.php:141 +#: include/class_acc_ledger_purchase.php:1271 +#: include/class_acc_ledger_sold.php:1273 include/class_pre_op_ach.php:390 +#: include/class_pre_op_ven.php:384 include/compta_fin.inc.php:142 +#: include/ext/modop/modop_display.php:98 msgid "Ajout article" msgstr "Add item" -#: include/compta_ven.inc.php:50 -#: include/compta_ven.inc.php:201 -#: include/compta_ven.inc.php:54 -#: include/compta_ven.inc.php:205 -#: include/compta_ven.inc.php:200 -#: include/compta_ven.inc.php:55 -#: include/compta_ven.inc.php:190 -#: include/compta_ven.inc.php:183 -#: include/compta_ven.inc.php:60 -#: include/compta_ven.inc.php:188 -#: include/compta_ven.inc.php:70 -#: include/compta_ven.inc.php:198 -#: include/compta_ven.inc.php:61 -#: include/compta_ven.inc.php:195 -#: include/compta_ven.inc.php:39 -#: include/compta_ven.inc.php:196 +#: include/compta_ven.inc.php:50 include/compta_ven.inc.php:201 +#: include/compta_ven.inc.php:54 include/compta_ven.inc.php:205 +#: include/compta_ven.inc.php:200 include/compta_ven.inc.php:55 +#: include/compta_ven.inc.php:190 include/compta_ven.inc.php:183 +#: include/compta_ven.inc.php:60 include/compta_ven.inc.php:188 +#: include/compta_ven.inc.php:70 include/compta_ven.inc.php:198 +#: include/compta_ven.inc.php:61 include/compta_ven.inc.php:195 +#: include/compta_ven.inc.php:39 include/compta_ven.inc.php:196 msgid "Nouvelle vente" msgstr "New sale" -#: include/compta_ven.inc.php:51 -#: include/compta_ven.inc.php:55 -#: include/compta_ven.inc.php:56 -#: include/compta_ven.inc.php:61 -#: include/compta_ven.inc.php:71 -#: include/compta_ven.inc.php:62 +#: include/compta_ven.inc.php:51 include/compta_ven.inc.php:55 +#: include/compta_ven.inc.php:56 include/compta_ven.inc.php:61 +#: include/compta_ven.inc.php:71 include/compta_ven.inc.php:62 #: include/compta_ven.inc.php:40 msgid "Liste ventes" msgstr "List Sales" -#: include/compta_ven.inc.php:51 -#: include/compta_ven.inc.php:55 -#: include/compta_ven.inc.php:56 -#: include/compta_ven.inc.php:61 -#: include/compta_ven.inc.php:71 -#: include/compta_ven.inc.php:62 +#: include/compta_ven.inc.php:51 include/compta_ven.inc.php:55 +#: include/compta_ven.inc.php:56 include/compta_ven.inc.php:61 +#: include/compta_ven.inc.php:71 include/compta_ven.inc.php:62 #: include/compta_ven.inc.php:40 msgid "Liste des ventes" msgstr "List sales" -#: include/compta_ven.inc.php:52 -#: include/compta_ven.inc.php:56 -#: include/compta_ven.inc.php:57 -#: include/compta_ven.inc.php:62 -#: include/compta_ven.inc.php:72 -#: include/compta_ven.inc.php:63 +#: include/compta_ven.inc.php:52 include/compta_ven.inc.php:56 +#: include/compta_ven.inc.php:57 include/compta_ven.inc.php:62 +#: include/compta_ven.inc.php:72 include/compta_ven.inc.php:63 #: include/compta_ven.inc.php:41 msgid "Liste vente non payées" msgstr "List unpaid sales" -#: include/compta_ven.inc.php:54 -#: include/compta_ven.inc.php:58 -#: include/compta_ven.inc.php:63 -#: include/compta_ven.inc.php:73 -#: include/compta_ven.inc.php:64 -#: include/compta_ven.inc.php:42 +#: include/compta_ven.inc.php:54 include/compta_ven.inc.php:58 +#: include/compta_ven.inc.php:63 include/compta_ven.inc.php:73 +#: include/compta_ven.inc.php:64 include/compta_ven.inc.php:42 msgid "Clients" msgstr "Customers" -#: include/compta_ven.inc.php:54 -#: include/compta_ven.inc.php:58 +#: include/compta_ven.inc.php:54 include/compta_ven.inc.php:58 msgid "Solde des clients" msgstr "Customer balance" -#: include/compta_ven.inc.php:122 -#: include/compta_ven.inc.php:126 -#: include/compta_ven.inc.php:121 -#: include/compta_ven.inc.php:124 -#: include/compta_ven.inc.php:129 -#: include/compta_ven.inc.php:139 +#: include/compta_ven.inc.php:122 include/compta_ven.inc.php:126 +#: include/compta_ven.inc.php:121 include/compta_ven.inc.php:124 +#: include/compta_ven.inc.php:129 include/compta_ven.inc.php:139 #: include/compta_ven.inc.php:130 msgid "Sauvez cette opération comme modèle ?" msgstr "Save this entry as template" -#: include/quick_writing.inc.php:62 -#: include/quick_writing.inc.php:66 -#: include/quick_writing.inc.php:78 -#: include/quick_writing.inc.php:49 +#: include/quick_writing.inc.php:62 include/quick_writing.inc.php:66 +#: include/quick_writing.inc.php:78 include/quick_writing.inc.php:49 msgid "Encoder une Operation" msgstr "Write an entry" -#: include/quick_writing.inc.php:63 -#: include/quick_writing.inc.php:67 -#: include/quick_writing.inc.php:79 -#: include/quick_writing.inc.php:50 +#: include/quick_writing.inc.php:63 include/quick_writing.inc.php:67 +#: include/quick_writing.inc.php:79 include/quick_writing.inc.php:50 msgid "Encoder une operation dans ce journal" msgstr "Write an entry in this ledger" -#: include/quick_writing.inc.php:64 -#: include/quick_writing.inc.php:68 -#: include/quick_writing.inc.php:80 -#: include/quick_writing.inc.php:51 +#: include/quick_writing.inc.php:64 include/quick_writing.inc.php:68 +#: include/quick_writing.inc.php:80 include/quick_writing.inc.php:51 msgid "Voir Operation" msgstr "See entries" -#: include/quick_writing.inc.php:65 -#: include/quick_writing.inc.php:69 -#: include/quick_writing.inc.php:81 -#: include/quick_writing.inc.php:52 +#: include/quick_writing.inc.php:65 include/quick_writing.inc.php:69 +#: include/quick_writing.inc.php:81 include/quick_writing.inc.php:52 msgid "Voir les operations de ce journal" msgstr "See entries of this ledger" -#: include/quick_writing.inc.php:67 -#: include/quick_writing.inc.php:71 -#: include/quick_writing.inc.php:83 -#: include/quick_writing.inc.php:54 +#: include/quick_writing.inc.php:67 include/quick_writing.inc.php:71 +#: include/quick_writing.inc.php:83 include/quick_writing.inc.php:54 msgid "Autre journal" msgstr "other ledger" -#: include/quick_writing.inc.php:68 -#: include/quick_writing.inc.php:72 -#: include/quick_writing.inc.php:84 -#: include/quick_writing.inc.php:55 +#: include/quick_writing.inc.php:68 include/quick_writing.inc.php:72 +#: include/quick_writing.inc.php:84 include/quick_writing.inc.php:55 msgid "Choisir un autre journal" msgstr "Choose another ledger" -#: include/quick_writing.inc.php:93 -#: include/quick_writing.inc.php:97 -#: include/quick_writing.inc.php:109 -#: include/quick_writing.inc.php:80 +#: include/quick_writing.inc.php:93 include/quick_writing.inc.php:97 +#: include/quick_writing.inc.php:109 include/quick_writing.inc.php:80 msgid "Utilisez une operation " msgstr "Use an operation" -#: include/quick_writing.inc.php:108 -#: include/quick_writing.inc.php:112 -#: include/quick_writing.inc.php:124 -#: include/quick_writing.inc.php:95 -#: include/operation_ods_new.inc.php:91 +#: include/quick_writing.inc.php:108 include/quick_writing.inc.php:112 +#: include/quick_writing.inc.php:124 include/quick_writing.inc.php:95 +#: include/operation_ods_new.inc.php:91 include/operation_ods_new.inc.php:102 +#: include/ext/modop/modop_display.php:160 +#: include/ext/coprop/include/appel_fond.inc.php:82 +#: include/ext/coprop/include/appel_fond.inc.php:151 +#: include/ext/coprop/include/class_coprop_appel_fond.php:199 msgid "Ajout d'une ligne" msgstr "Add a row" -#: include/quick_writing.inc.php:110 -#: include/fiche.inc.php:114 -#: include/quick_writing.inc.php:114 -#: include/fiche.inc.php:112 -#: include/quick_writing.inc.php:126 -#: include/fiche.inc.php:104 -#: include/fiche.inc.php:109 -#: include/quick_writing.inc.php:97 -#: include/fiche.inc.php:117 -#: include/operation_ods_new.inc.php:93 +#: include/quick_writing.inc.php:110 include/fiche.inc.php:114 +#: include/quick_writing.inc.php:114 include/fiche.inc.php:112 +#: include/quick_writing.inc.php:126 include/fiche.inc.php:104 +#: include/fiche.inc.php:109 include/quick_writing.inc.php:97 +#: include/fiche.inc.php:117 include/operation_ods_new.inc.php:93 +#: include/class_fiche_def.php:784 include/operation_ods_new.inc.php:103 msgid "Sauvez" msgstr "Save" -#: include/quick_writing.inc.php:113 -#: include/quick_writing.inc.php:117 -#: include/class_anticipation.php:305 -#: include/class_anticipation.php:299 -#: html/annulation.php:429 -#: include/class_fiche.php:1080 -#: include/class_fiche.php:1082 -#: include/class_fiche.php:1044 -#: html/annulation.php:428 -#: include/class_fiche.php:1021 -#: include/quick_writing.inc.php:129 -#: include/class_anticipation.php:302 -#: include/class_fiche.php:1120 -#: include/template/ledger_detail_ach.php:161 +#: include/quick_writing.inc.php:113 include/quick_writing.inc.php:117 +#: include/class_anticipation.php:305 include/class_anticipation.php:299 +#: html/annulation.php:429 include/class_fiche.php:1080 +#: include/class_fiche.php:1082 include/class_fiche.php:1044 +#: html/annulation.php:428 include/class_fiche.php:1021 +#: include/quick_writing.inc.php:129 include/class_anticipation.php:302 +#: include/class_fiche.php:1120 include/template/ledger_detail_ach.php:161 #: include/template/ledger_detail_fin.php:75 #: include/template/ledger_detail_misc.php:60 #: include/template/ledger_detail_ven.php:163 -#: include/class_anticipation.php:409 -#: include/class_fiche.php:1281 +#: include/class_anticipation.php:409 include/class_fiche.php:1281 #: include/quick_writing.inc.php:100 #: include/template/ledger_detail_ach.php:212 #: include/template/ledger_detail_fin.php:102 #: include/template/ledger_detail_misc.php:90 #: include/template/ledger_detail_ven.php:208 -#: include/class_acc_ledger.php:1386 -#: include/class_anticipation.php:421 -#: include/class_fiche.php:1325 -#: include/operation_ods_new.inc.php:98 +#: include/class_acc_ledger.php:1386 include/class_anticipation.php:421 +#: include/class_fiche.php:1325 include/operation_ods_new.inc.php:98 #: include/template/ledger_detail_ach.php:252 #: include/template/ledger_detail_fin.php:108 #: include/template/ledger_detail_ven.php:250 +#: include/class_acc_ledger.php:1436 include/class_anticipation.php:420 +#: include/class_fiche.php:1286 include/operation_ods_new.inc.php:92 +#: include/template/ledger_detail_ach.php:277 +#: include/template/ledger_detail_fin.php:109 +#: include/template/ledger_detail_misc.php:93 +#: include/template/ledger_detail_ven.php:276 +#: include/template/letter_all.php:38 include/template/letter_prop.php:37 +#: include/template/letter_prop.php:77 +#: include/template/operation_detail_misc.php:36 +#: include/ext/modop/modop_display.php:164 +#: include/ext/coprop/include/appel_fond.inc.php:86 +#: include/ext/coprop/include/appel_fond.inc.php:155 +#: include/ext/coprop/include/class_coprop_appel_fond.php:203 msgid "Crédit" msgstr "Credit" -#: include/quick_writing.inc.php:114 -#: include/quick_writing.inc.php:118 -#: include/quick_writing.inc.php:130 -#: include/quick_writing.inc.php:101 -#: include/operation_ods_new.inc.php:99 +#: include/quick_writing.inc.php:114 include/quick_writing.inc.php:118 +#: include/quick_writing.inc.php:130 include/quick_writing.inc.php:101 +#: include/operation_ods_new.inc.php:99 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 msgid "Difference" msgstr "Difference" -#: include/quick_writing.inc.php:140 -#: include/quick_writing.inc.php:144 -#: include/quick_writing.inc.php:145 -#: include/quick_writing.inc.php:156 +#: include/quick_writing.inc.php:140 include/quick_writing.inc.php:144 +#: include/quick_writing.inc.php:145 include/quick_writing.inc.php:156 #: include/quick_writing.inc.php:128 msgid "Choix du journal" msgstr "Ledgers" -#: include/quick_writing.inc.php:146 -#: include/quick_writing.inc.php:150 -#: include/quick_writing.inc.php:151 -#: include/quick_writing.inc.php:162 +#: include/quick_writing.inc.php:146 include/quick_writing.inc.php:150 +#: include/quick_writing.inc.php:151 include/quick_writing.inc.php:162 #: include/quick_writing.inc.php:135 msgid "" "L'acces a ce journal est interdit, \n" @@ -3112,20 +2334,16 @@ msgstr "" "You are not allowed to access this ledger,\n" " contact your administrator" -#: include/quick_writing.inc.php:150 -#: include/quick_writing.inc.php:154 +#: include/quick_writing.inc.php:150 include/quick_writing.inc.php:154 #: include/template/form_ledger_detail.php:15 #: include/class_acc_ledger_sold.php:549 #: include/class_acc_ledger_purchase.php:1017 #: include/class_acc_ledger_purchase.php:917 -#: include/class_acc_ledger_sold.php:481 -#: include/import_inc.php:139 -#: include/import_inc.php:402 -#: include/class_acc_ledger_purchase.php:931 +#: include/class_acc_ledger_sold.php:481 include/import_inc.php:139 +#: include/import_inc.php:402 include/class_acc_ledger_purchase.php:931 #: include/class_acc_ledger_sold.php:483 #: include/class_acc_ledger_purchase.php:928 -#: include/class_acc_ledger_sold.php:484 -#: include/class_acc_ledger_sold.php:486 +#: include/class_acc_ledger_sold.php:484 include/class_acc_ledger_sold.php:486 #: include/class_acc_ledger_purchase.php:932 #: include/class_acc_ledger_sold.php:488 #: include/class_acc_ledger_purchase.php:1010 @@ -3133,52 +2351,40 @@ msgstr "" #: include/class_acc_ledger_purchase.php:1015 #: include/class_acc_ledger_sold.php:545 #: include/class_acc_ledger_purchase.php:1037 -#: include/class_acc_ledger_sold.php:557 -#: include/import_inc.php:400 +#: include/class_acc_ledger_sold.php:557 include/import_inc.php:400 #: include/quick_writing.inc.php:156 #: include/class_acc_ledger_purchase.php:1082 -#: include/class_acc_ledger_sold.php:564 -#: include/import_inc.php:396 +#: include/class_acc_ledger_sold.php:564 include/import_inc.php:396 #: include/quick_writing.inc.php:167 #: include/class_acc_ledger_purchase.php:1089 -#: include/class_acc_ledger_sold.php:567 -#: include/import_inc.php:142 -#: include/import_inc.php:401 -#: include/class_acc_ledger_purchase.php:1265 -#: include/class_acc_ledger_sold.php:647 -#: include/import_inc.php:131 -#: include/quick_writing.inc.php:140 -#: include/template/form_ledger_detail.php:9 +#: include/class_acc_ledger_sold.php:567 include/import_inc.php:142 +#: include/import_inc.php:401 include/class_acc_ledger_purchase.php:1265 +#: include/class_acc_ledger_sold.php:647 include/import_inc.php:131 +#: include/quick_writing.inc.php:140 include/template/form_ledger_detail.php:9 #: include/class_acc_ledger_purchase.php:1276 #: include/class_acc_ledger_sold.php:671 #: include/template/form_ledger_detail.php:12 +#: include/class_acc_ledger_purchase.php:1361 +#: include/class_acc_ledger_sold.php:656 +#: include/template/form_ledger_detail.php:11 msgid "Journal" msgstr "Ledger" -#: include/quick_writing.inc.php:201 -#: include/quick_writing.inc.php:205 -#: include/quick_writing.inc.php:203 -#: include/quick_writing.inc.php:206 -#: include/quick_writing.inc.php:217 -#: include/quick_writing.inc.php:209 +#: include/quick_writing.inc.php:201 include/quick_writing.inc.php:205 +#: include/quick_writing.inc.php:203 include/quick_writing.inc.php:206 +#: include/quick_writing.inc.php:217 include/quick_writing.inc.php:209 msgid "Vous ne pouvez pas accèder à ce journal, contactez votre responsable" msgstr "You are not allowed to access this ledger, contact your administrator" -#: include/quick_writing.inc.php:211 -#: include/quick_writing.inc.php:215 -#: include/quick_writing.inc.php:213 -#: include/quick_writing.inc.php:216 -#: include/quick_writing.inc.php:227 -#: include/quick_writing.inc.php:222 +#: include/quick_writing.inc.php:211 include/quick_writing.inc.php:215 +#: include/quick_writing.inc.php:213 include/quick_writing.inc.php:216 +#: include/quick_writing.inc.php:227 include/quick_writing.inc.php:222 msgid "Désolé mais cette periode est fermee pour ce journal" msgstr "Sorry but this period is closed" -#: include/quick_writing.inc.php:275 -#: include/quick_writing.inc.php:279 -#: include/quick_writing.inc.php:277 -#: include/quick_writing.inc.php:280 -#: include/quick_writing.inc.php:291 -#: include/quick_writing.inc.php:284 +#: include/quick_writing.inc.php:275 include/quick_writing.inc.php:279 +#: include/quick_writing.inc.php:277 include/quick_writing.inc.php:280 +#: include/quick_writing.inc.php:291 include/quick_writing.inc.php:284 #: include/quick_writing.inc.php:305 msgid "Autre opération dans ce journal" msgstr "Other entry in this ledger" @@ -3187,86 +2393,54 @@ msgstr "Other entry in this ledger" msgid "Fiche contenant " msgstr "Card containing" -#: html/ajax_card.php:160 -#: html/ajax_card.php:164 -#: include/class_acc_ledger_purchase.php:616 -#: html/ajax_card.php:175 -#: include/class_acc_payment.php:250 -#: include/user_menu.php:255 -#: include/user_menu.php:476 -#: html/ajax_card.php:173 -#: include/user_menu.php:475 -#: html/ajax_poste.php:75 -#: html/search_ca.php:48 -#: html/search_ca.php:56 -#: include/class_anc_balance_double.php:280 -#: include/quick_writing.inc.php:177 -#: include/user_menu.php:247 -#: include/user_menu.php:467 -#: include/class_acc_payment.php:263 -#: include/user_menu.php:257 -#: include/user_menu.php:477 -#: include/class_anc_print.php:129 -#: html/recherche.php:71 -#: include/client.inc.php:97 -#: include/adm.inc.php:98 -#: include/supplier.inc.php:97 -#: include/class_anc_balance_double.php:287 -#: include/impress_fiche.inc.php:73 -#: include/lettering.account.inc.php:93 -#: include/lettering.card.inc.php:100 -#: include/lettering.card.php:93 -#: include/lettering.gestion.inc.php:48 -#: include/quick_writing.inc.php:180 -#: include/supplier.inc.php:98 -#: include/user_menu.php:258 -#: include/user_menu.php:478 -#: html/ajax_card.php:172 -#: html/recherche.php:68 -#: include/adm.inc.php:97 -#: include/class_anc_print.php:128 -#: include/client.inc.php:96 -#: include/lettering.account.inc.php:91 -#: include/lettering.card.inc.php:99 -#: include/lettering.gestion.inc.php:47 -#: include/quick_writing.inc.php:191 -#: include/supplier.inc.php:96 -#: html/ajax_card.php:193 -#: include/impress_fiche.inc.php:74 -#: html/ajax_card.php:309 -#: html/ajax_poste.php:78 -#: html/recherche.php:62 -#: html/search_ca.php:49 -#: html/search_ca.php:57 -#: include/adm.inc.php:85 -#: include/class_acc_payment.php:303 -#: include/class_anc_balance_double.php:299 -#: include/class_anc_print.php:133 -#: include/client.inc.php:90 -#: include/lettering.account.inc.php:83 -#: include/lettering.card.inc.php:86 -#: include/quick_writing.inc.php:167 -#: include/supplier.inc.php:78 -#: include/user_menu.php:267 -#: include/user_menu.php:506 -#: html/ajax_card.php:318 -#: html/ajax_poste.php:80 -#: html/recherche.php:64 -#: include/adm.inc.php:80 -#: include/ajax_anc_search.php:45 -#: include/ajax_anc_search.php:56 -#: include/bank.inc.php:74 -#: include/class_anc_balance_double.php:331 -#: include/class_anc_print.php:134 -#: include/client.inc.php:73 -#: include/contact.inc.php:73 -#: include/impress_fiche.inc.php:80 -#: include/lettering.account.inc.php:84 -#: include/lettering.card.inc.php:87 -#: include/menu_translate.php:16 -#: include/search.inc.php:73 -#: include/user_menu.php:53 -#: include/menu_translate.php:82 +#: html/ajax_card.php:160 html/ajax_card.php:164 +#: include/class_acc_ledger_purchase.php:616 html/ajax_card.php:175 +#: include/class_acc_payment.php:250 include/user_menu.php:255 +#: include/user_menu.php:476 html/ajax_card.php:173 include/user_menu.php:475 +#: html/ajax_poste.php:75 html/search_ca.php:48 html/search_ca.php:56 +#: include/class_anc_balance_double.php:280 include/quick_writing.inc.php:177 +#: include/user_menu.php:247 include/user_menu.php:467 +#: include/class_acc_payment.php:263 include/user_menu.php:257 +#: include/user_menu.php:477 include/class_anc_print.php:129 +#: html/recherche.php:71 include/client.inc.php:97 include/adm.inc.php:98 +#: include/supplier.inc.php:97 include/class_anc_balance_double.php:287 +#: include/impress_fiche.inc.php:73 include/lettering.account.inc.php:93 +#: include/lettering.card.inc.php:100 include/lettering.card.php:93 +#: include/lettering.gestion.inc.php:48 include/quick_writing.inc.php:180 +#: include/supplier.inc.php:98 include/user_menu.php:258 +#: include/user_menu.php:478 html/ajax_card.php:172 html/recherche.php:68 +#: include/adm.inc.php:97 include/class_anc_print.php:128 +#: include/client.inc.php:96 include/lettering.account.inc.php:91 +#: include/lettering.card.inc.php:99 include/lettering.gestion.inc.php:47 +#: include/quick_writing.inc.php:191 include/supplier.inc.php:96 +#: html/ajax_card.php:193 include/impress_fiche.inc.php:74 +#: html/ajax_card.php:309 html/ajax_poste.php:78 html/recherche.php:62 +#: html/search_ca.php:49 html/search_ca.php:57 include/adm.inc.php:85 +#: include/class_acc_payment.php:303 include/class_anc_balance_double.php:299 +#: include/class_anc_print.php:133 include/client.inc.php:90 +#: include/lettering.account.inc.php:83 include/lettering.card.inc.php:86 +#: include/quick_writing.inc.php:167 include/supplier.inc.php:78 +#: include/user_menu.php:267 include/user_menu.php:506 html/ajax_card.php:318 +#: html/ajax_poste.php:80 html/recherche.php:64 include/adm.inc.php:80 +#: include/ajax_anc_search.php:45 include/ajax_anc_search.php:56 +#: include/bank.inc.php:74 include/class_anc_balance_double.php:331 +#: include/class_anc_print.php:134 include/client.inc.php:73 +#: include/contact.inc.php:73 include/impress_fiche.inc.php:80 +#: include/lettering.account.inc.php:84 include/lettering.card.inc.php:87 +#: include/menu_translate.php:16 include/search.inc.php:73 +#: include/user_menu.php:53 include/menu_translate.php:82 +#: html/ajax_card.php:328 html/ajax_poste.php:83 html/recherche.php:65 +#: include/adm.inc.php:81 include/bank.inc.php:75 +#: include/class_anc_balance_double.php:330 include/class_icard.php:290 +#: include/class_iposte.php:133 include/customer.inc.php:75 +#: include/database.item.php:56 include/database.item.php:95 +#: include/fiche.inc.php:83 include/lettering.account.inc.php:97 +#: include/lettering.card.inc.php:102 include/lettering.gestion.inc.php:54 +#: include/manager.inc.php:78 include/search.inc.php:70 +#: include/supplier.inc.php:79 include/user_menu.php:52 +#: include/template/action_button.php:39 +#: include/ext/tools/include/operation.inc.php:9 +#: include/ext/amortis/include/am_card.php:44 #, php-format msgid "Recherche" msgstr "Search" @@ -3275,179 +2449,127 @@ msgstr "Search" msgid "Vous devez choisir une catgorie" msgstr "You must use a category" -#: include/class_fiche_def.php:409 -#: include/class_fiche_def.php:413 -#: include/class_fiche_def.php:407 -#: include/class_fiche_def.php:405 -#: include/class_fiche_def.php:403 -#: include/class_fiche_def.php:408 -#: include/class_fiche_def.php:423 -#: include/class_fiche_def.php:429 +#: include/class_fiche_def.php:409 include/class_fiche_def.php:413 +#: include/class_fiche_def.php:407 include/class_fiche_def.php:405 +#: include/class_fiche_def.php:403 include/class_fiche_def.php:408 +#: include/class_fiche_def.php:423 include/class_fiche_def.php:429 +#: include/class_fiche_def.php:453 msgid "Label" msgstr "Label" -#: include/class_fiche_def.php:418 -#: include/class_fiche_def.php:422 -#: include/class_fiche_def.php:416 -#: include/class_fiche_def.php:414 -#: include/class_fiche_def.php:412 -#: include/class_fiche_def.php:417 -#: include/class_fiche_def.php:432 -#: include/class_fiche_def.php:438 +#: include/class_fiche_def.php:418 include/class_fiche_def.php:422 +#: include/class_fiche_def.php:416 include/class_fiche_def.php:414 +#: include/class_fiche_def.php:412 include/class_fiche_def.php:417 +#: include/class_fiche_def.php:432 include/class_fiche_def.php:438 +#: include/class_fiche_def.php:466 msgid "Poste Comptable de base" msgstr "Accounting item of base" -#: include/class_fiche_def.php:424 -#: include/class_fiche_def.php:428 -#: include/class_fiche_def.php:422 -#: include/class_fiche_def.php:420 -#: include/class_fiche_def.php:418 -#: include/class_fiche_def.php:423 -#: include/class_fiche_def.php:438 -#: include/class_fiche_def.php:444 +#: include/class_fiche_def.php:424 include/class_fiche_def.php:428 +#: include/class_fiche_def.php:422 include/class_fiche_def.php:420 +#: include/class_fiche_def.php:418 include/class_fiche_def.php:423 +#: include/class_fiche_def.php:438 include/class_fiche_def.php:444 +#: include/class_fiche_def.php:475 msgid "Chaque fiche aura automatiquement son propre poste comptable : " msgstr "Each card will automatically have his own accounting item" -#: include/compta_ach.inc.php:45 -#: include/compta_fin.inc.php:47 -#: include/compta_ven.inc.php:43 -#: include/quick_writing.inc.php:54 -#: html/user_advanced.php:57 -#: include/impress_poste.inc.php:51 -#: include/report.inc.php:53 -#: include/import_inc.php:48 -#: html/recherche.php:45 -#: include/action.inc.php:38 -#: include/adm.inc.php:50 -#: include/client.inc.php:49 -#: include/compta_ven.inc.php:45 -#: include/forecast.inc.php:229 -#: include/forecast.inc.php:302 -#: include/supplier.inc.php:49 -#: include/user_action_gl.php:44 -#: include/lettering.card.inc.php:39 -#: html/user_advanced.php:56 -#: include/adm.inc.php:49 -#: include/client.inc.php:48 -#: include/compta_fin.inc.php:51 -#: include/supplier.inc.php:48 -#: include/action.inc.php:28 -#: include/compta_ach.inc.php:35 -#: include/compta_fin.inc.php:40 -#: include/compta_ven.inc.php:36 -#: include/forecast.inc.php:218 -#: include/forecast.inc.php:281 -#: include/impress_poste.inc.php:42 -#: include/param_jrn_add.inc.php:35 -#: include/param_jrn_detail.inc.php:34 -#: include/quick_writing.inc.php:42 -#: include/report.inc.php:40 -#: include/user_action_gl.php:35 -#: html/ajax_card.php:302 -#: html/user_advanced.php:48 -#: include/client.inc.php:41 -#: include/forecast.inc.php:272 -#: include/forecast.inc.php:339 -#: html/ajax_card.php:311 -#: include/forecast.inc.php:264 -#: include/forecast.inc.php:329 -#: include/impress_poste.inc.php:43 +#: include/compta_ach.inc.php:45 include/compta_fin.inc.php:47 +#: include/compta_ven.inc.php:43 include/quick_writing.inc.php:54 +#: html/user_advanced.php:57 include/impress_poste.inc.php:51 +#: include/report.inc.php:53 include/import_inc.php:48 html/recherche.php:45 +#: include/action.inc.php:38 include/adm.inc.php:50 include/client.inc.php:49 +#: include/compta_ven.inc.php:45 include/forecast.inc.php:229 +#: include/forecast.inc.php:302 include/supplier.inc.php:49 +#: include/user_action_gl.php:44 include/lettering.card.inc.php:39 +#: html/user_advanced.php:56 include/adm.inc.php:49 include/client.inc.php:48 +#: include/compta_fin.inc.php:51 include/supplier.inc.php:48 +#: include/action.inc.php:28 include/compta_ach.inc.php:35 +#: include/compta_fin.inc.php:40 include/compta_ven.inc.php:36 +#: include/forecast.inc.php:218 include/forecast.inc.php:281 +#: include/impress_poste.inc.php:42 include/param_jrn_add.inc.php:35 +#: include/param_jrn_detail.inc.php:34 include/quick_writing.inc.php:42 +#: include/report.inc.php:40 include/user_action_gl.php:35 +#: html/ajax_card.php:302 html/user_advanced.php:48 include/client.inc.php:41 +#: include/forecast.inc.php:272 include/forecast.inc.php:339 +#: html/ajax_card.php:311 include/forecast.inc.php:264 +#: include/forecast.inc.php:329 include/impress_poste.inc.php:43 +#: html/ajax_card.php:354 include/fiche.inc.php:90 +#: 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 msgid "Recherche de fiche" msgstr "Search Card" -#: include/fiche_def.inc.php:63 -#: include/fiche_def.inc.php:64 +#: include/fiche_def.inc.php:63 include/fiche_def.inc.php:64 #: include/fiche_def.inc.php:65 msgid "Voulez-vous modifier ?" msgstr "Do you want to modify" -#: include/fiche_def.inc.php:65 -#: include/fiche_def.inc.php:66 +#: include/fiche_def.inc.php:65 include/fiche_def.inc.php:66 #: include/fiche_def.inc.php:67 msgid "Attention, ne changer pas la signification de ce poste." msgstr "Warning, do not change the meaning of this accounting item" -#: include/fiche_def.inc.php:66 -#: include/fiche_def.inc.php:67 +#: include/fiche_def.inc.php:66 include/fiche_def.inc.php:67 #: include/fiche_def.inc.php:68 msgid "par exemple ne pas changer Client par fournisseur" msgstr "For example, do not change customer by supplier" -#: include/fiche_def.inc.php:67 -#: include/fiche_def.inc.php:68 +#: include/fiche_def.inc.php:67 include/fiche_def.inc.php:68 msgid "sinon le programme fonctionnera mal, " msgstr "Otherwise the programm may have misfunctions" -#: include/fiche.inc.php:106 -#: include/forecast.inc.php:239 -#: include/forecast.inc.php:254 -#: include/forecast.inc.php:274 -#: include/forecast.inc.php:312 -#: include/fiche.inc.php:104 -#: html/ajax_misc.php:334 -#: html/ajax_misc.php:330 -#: include/fiche.inc.php:103 -#: html/ajax_misc.php:364 -#: include/fiche.inc.php:93 -#: include/forecast.inc.php:228 -#: include/forecast.inc.php:243 -#: include/forecast.inc.php:263 -#: include/forecast.inc.php:291 -#: include/template/ledger_detail_bottom.php:62 -#: html/ajax_misc.php:428 -#: include/fiche.inc.php:98 -#: include/forecast.inc.php:282 -#: include/forecast.inc.php:298 -#: include/forecast.inc.php:319 -#: include/forecast.inc.php:349 -#: include/forecast.inc.php:392 -#: html/ajax_misc.php:449 -#: include/forecast.inc.php:289 -#: include/forecast.inc.php:309 -#: include/forecast.inc.php:339 -#: include/forecast.inc.php:382 -#: include/template/ledger_detail_bottom.php:66 +#: include/fiche.inc.php:106 include/forecast.inc.php:239 +#: include/forecast.inc.php:254 include/forecast.inc.php:274 +#: include/forecast.inc.php:312 include/fiche.inc.php:104 +#: html/ajax_misc.php:334 html/ajax_misc.php:330 include/fiche.inc.php:103 +#: html/ajax_misc.php:364 include/fiche.inc.php:93 +#: include/forecast.inc.php:228 include/forecast.inc.php:243 +#: include/forecast.inc.php:263 include/forecast.inc.php:291 +#: include/template/ledger_detail_bottom.php:62 html/ajax_misc.php:428 +#: include/fiche.inc.php:98 include/forecast.inc.php:282 +#: include/forecast.inc.php:298 include/forecast.inc.php:319 +#: include/forecast.inc.php:349 include/forecast.inc.php:392 +#: html/ajax_misc.php:449 include/forecast.inc.php:289 +#: include/forecast.inc.php:309 include/forecast.inc.php:339 +#: include/forecast.inc.php:382 include/template/ledger_detail_bottom.php:66 +#: html/ajax_misc.php:461 include/class_fiche_def.php:773 +#: include/template/document_mod_change.php:86 +#: include/template/ledger_detail_bottom.php:114 +#: include/ext/rapport_avance/ajax_listing_detail_modify.php:73 +#: include/ext/amortis/include/template/material_add.php:52 +#: include/ext/amortis/include/template/material_detail.php:135 msgid "Sauver" msgstr "Save" -#: include/fiche.inc.php:113 -#: include/fiche.inc.php:111 -#: include/fiche.inc.php:103 -#: include/fiche.inc.php:108 -#: include/fiche.inc.php:116 +#: include/fiche.inc.php:113 include/fiche.inc.php:111 +#: include/fiche.inc.php:103 include/fiche.inc.php:108 +#: include/fiche.inc.php:116 include/class_fiche_def.php:783 msgid "Ajoutez cet élément" msgstr "Add this item" -#: include/fiche.inc.php:115 -#: include/fiche.inc.php:113 -#: include/fiche.inc.php:105 -#: include/fiche.inc.php:110 -#: include/fiche.inc.php:118 +#: include/fiche.inc.php:115 include/fiche.inc.php:113 +#: include/fiche.inc.php:105 include/fiche.inc.php:110 +#: include/fiche.inc.php:118 include/class_fiche_def.php:785 msgid "Effacer cette catégorie" msgstr "Remove this categorie" -#: include/fiche.inc.php:115 -#: include/fiche.inc.php:113 -#: include/fiche.inc.php:292 -#: include/fiche.inc.php:105 -#: include/fiche.inc.php:284 -#: include/fiche.inc.php:110 -#: include/fiche.inc.php:301 -#: include/fiche.inc.php:118 -#: include/fiche.inc.php:310 +#: include/fiche.inc.php:115 include/fiche.inc.php:113 +#: include/fiche.inc.php:292 include/fiche.inc.php:105 +#: include/fiche.inc.php:284 include/fiche.inc.php:110 +#: include/fiche.inc.php:301 include/fiche.inc.php:118 +#: include/fiche.inc.php:310 include/class_fiche_def.php:785 msgid "Vous confirmez ?" msgstr "Do you confirm ?" -#: include/fiche.inc.php:118 -#: include/fiche.inc.php:116 -#: include/fiche.inc.php:108 -#: include/fiche.inc.php:114 -#: include/fiche.inc.php:122 +#: include/fiche.inc.php:118 include/fiche.inc.php:116 +#: include/fiche.inc.php:108 include/fiche.inc.php:114 +#: include/fiche.inc.php:122 include/class_fiche_def.php:789 msgid "Enleve les éléments cochés" msgstr "Remove the checked items" -#: include/fiche.inc.php:121 -#: include/fiche.inc.php:119 +#: include/fiche.inc.php:121 include/fiche.inc.php:119 #: include/fiche.inc.php:111 msgid "" "Attention : il n'y aura pas de demande de confirmation pour enlever les \n" @@ -3456,39 +2578,30 @@ msgstr "" "Warning : there is no confirmation to remove the selected attributes. \n" "It won't be possible to get back" -#: include/fiche.inc.php:215 -#: include/template/security_list_action.php:4 -#: include/fiche.inc.php:213 -#: include/fiche.inc.php:216 -#: include/fiche.inc.php:208 -#: include/fiche.inc.php:219 -#: include/fiche.inc.php:227 +#: include/fiche.inc.php:215 include/template/security_list_action.php:4 +#: include/fiche.inc.php:213 include/fiche.inc.php:216 +#: include/fiche.inc.php:208 include/fiche.inc.php:219 +#: include/fiche.inc.php:227 include/template/security_list_action.php:7 msgid "Pas d'accès" msgstr "No access" -#: include/param_jrn_add.inc.php:61 -#: include/param_jrn_detail.inc.php:77 -#: include/param_jrn_add.inc.php:56 -#: include/param_jrn_add.inc.php:58 +#: include/param_jrn_add.inc.php:61 include/param_jrn_detail.inc.php:77 +#: include/param_jrn_add.inc.php:56 include/param_jrn_add.inc.php:58 #: include/param_jrn_detail.inc.php:86 msgid "Un paramètre manque" msgstr "A parameter is missing" -#: include/param_jrn_add.inc.php:67 -#: include/param_jrn_add.inc.php:62 +#: include/param_jrn_add.inc.php:67 include/param_jrn_add.inc.php:62 #: include/param_jrn_add.inc.php:66 msgid "Un journal de ce nom existe déjà" msgstr "This name is already used" -#: include/param_jrn_detail.inc.php:57 -#: include/param_jrn_detail.inc.php:54 +#: include/param_jrn_detail.inc.php:57 include/param_jrn_detail.inc.php:54 msgid "Journal inexistant" msgstr "No existent ledger" -#: include/param_jrn_detail.inc.php:68 -#: include/param_jrn_detail.inc.php:62 -#: include/param_jrn_detail.inc.php:67 -#: include/param_jrn_detail.inc.php:75 +#: include/param_jrn_detail.inc.php:68 include/param_jrn_detail.inc.php:62 +#: include/param_jrn_detail.inc.php:67 include/param_jrn_detail.inc.php:75 msgid "" "Impossible d\\'effacer ce journal.\n" " Il est utilisé\n" @@ -3496,27 +2609,27 @@ msgstr "" "It is not possible to remove this ledger.\n" "It is still in use\n" -#: include/quick_writing.inc.php:99 -#: include/quick_writing.inc.php:111 +#: include/quick_writing.inc.php:99 include/quick_writing.inc.php:111 #: include/quick_writing.inc.php:82 msgid "Utilisez une operation" msgstr "Use an entry" -#: include/template/account_result.php:2 -#: include/template/card_result.php:2 +#: include/template/account_result.php:2 include/template/card_result.php:2 +#: include/template/account_result.php:6 include/template/card_result.php:6 msgid "Résultats" msgstr "Results" #: include/template/account_result.php:21 #: include/template/account_result.php:25 +#: include/template/account_result.php:59 msgid "Nombre d'enregistrements" msgstr "Number of records" -#: include/template/account_search.php:1 +#: include/template/account_search.php:1 include/template/account_search.php:5 msgid "Partie du poste comptable ou du libellé" msgstr "Part of the name or part of the accounting item" -#: include/template/param_jrn.php:4 +#: include/template/param_jrn.php:4 include/template/param_jrn.php:7 msgid "Nom journal" msgstr "Name of the ledger" @@ -3524,156 +2637,122 @@ msgstr "Name of the ledger" msgid "Postes utilisables journal (débit/crédit)" msgstr "Allowed accouting item (debit/credit)" -#: include/template/param_jrn.php:22 -#: include/template/param_jrn.php:23 -#: include/template/param_jrn.php:71 -#: include/template/param_jrn.php:72 +#: include/template/param_jrn.php:22 include/template/param_jrn.php:23 +#: include/template/param_jrn.php:71 include/template/param_jrn.php:72 +#: include/template/param_jrn.php:78 msgid "Type de journal" msgstr "Type of ledgers" -#: include/template/param_jrn.php:28 -#: include/template/param_jrn.php:29 -#: include/template/param_jrn.php:77 -#: include/template/param_jrn.php:78 +#: include/template/param_jrn.php:28 include/template/param_jrn.php:29 +#: include/template/param_jrn.php:77 include/template/param_jrn.php:78 +#: include/template/param_jrn.php:84 msgid "Préfixe code interne" msgstr "Prefix for internal code" -#: include/template/param_jrn.php:32 -#: include/template/param_jrn.php:33 -#: include/template/param_jrn.php:81 -#: include/template/param_jrn.php:82 +#: include/template/param_jrn.php:32 include/template/param_jrn.php:33 +#: include/template/param_jrn.php:81 include/template/param_jrn.php:82 +#: include/template/param_jrn.php:88 msgid "Préfixe pièce justificative" msgstr "Prefix for receipt" -#: include/template/param_jrn.php:36 -#: include/template/param_jrn.php:39 +#: include/template/param_jrn.php:36 include/template/param_jrn.php:39 #: include/template/param_jrn.php:87 msgid "Le préfixe des pièces peut être différent pour chaque journal" msgstr "Prefix of receipt can be different for each ledgers" -#: include/template/param_jrn.php:40 -#: include/template/param_jrn.php:53 -#: include/template/param_jrn.php:101 -#: include/template/param_jrn.php:102 +#: include/template/param_jrn.php:40 include/template/param_jrn.php:53 +#: include/template/param_jrn.php:101 include/template/param_jrn.php:102 +#: include/template/param_jrn.php:110 msgid "N° pièce justificative" msgstr "Receipt number" -#: include/template/param_jrn.php:44 -#: include/template/param_jrn.php:59 -#: include/template/param_jrn.php:108 -#: include/template/param_jrn.php:109 +#: include/template/param_jrn.php:44 include/template/param_jrn.php:59 +#: include/template/param_jrn.php:108 include/template/param_jrn.php:109 +#: include/template/param_jrn.php:117 msgid "La numérotation est propre à chaque journal" msgstr "The numbering is unique for each ledger" -#: include/template/param_jrn.php:53 -#: include/template/param_jrn.php:69 -#: include/template/param_jrn.php:121 -#: include/template/param_jrn.php:122 +#: include/template/param_jrn.php:53 include/template/param_jrn.php:69 +#: include/template/param_jrn.php:121 include/template/param_jrn.php:122 msgid "Fiches Débit" msgstr "Card at the debit" -#: include/template/param_jrn.php:54 -#: include/template/param_jrn.php:70 -#: include/template/param_jrn.php:122 -#: include/template/param_jrn.php:123 +#: include/template/param_jrn.php:54 include/template/param_jrn.php:70 +#: include/template/param_jrn.php:122 include/template/param_jrn.php:123 msgid "Fiches Crédit" msgstr "Card at the credit" -#: include/class_fiche_def.php:190 -#: include/class_fiche_def.php:191 -#: include/class_fiche_def.php:187 -#: include/class_fiche_def.php:184 -#: include/class_fiche_def.php:198 -#: include/class_fiche_def.php:199 +#: include/class_fiche_def.php:190 include/class_fiche_def.php:191 +#: include/class_fiche_def.php:187 include/class_fiche_def.php:184 +#: include/class_fiche_def.php:198 include/class_fiche_def.php:199 msgid "Vous devez choisir une categorie" msgstr "You must select a category" -#: include/action.common.inc.php:90 -#: include/action.common.inc.php:95 -#: include/action.common.inc.php:93 -#: include/action.common.inc.php:96 +#: include/action.common.inc.php:90 include/action.common.inc.php:95 +#: include/action.common.inc.php:93 include/action.common.inc.php:96 msgid "Action sauvée" msgstr "Action saved" -#: include/action.common.inc.php:121 -#: include/action.common.inc.php:206 +#: include/action.common.inc.php:121 include/action.common.inc.php:206 #: include/class_acc_ledger_sold.php:1095 #: include/class_acc_ledger_purchase.php:960 #: include/class_acc_ledger_purchase.php:860 -#: include/class_acc_ledger_sold.php:1027 -#: include/action.common.inc.php:204 +#: include/class_acc_ledger_sold.php:1027 include/action.common.inc.php:204 #: include/class_acc_ledger_purchase.php:874 #: include/class_acc_ledger_sold.php:1042 #: include/class_acc_ledger_purchase.php:871 #: include/class_acc_ledger_sold.php:1043 -#: include/class_acc_ledger_sold.php:1045 -#: include/compta_ach.inc.php:230 -#: include/compta_ven.inc.php:240 -#: include/action.common.inc.php:126 -#: include/action.common.inc.php:209 -#: include/compta_ach.inc.php:233 -#: include/compta_ven.inc.php:245 -#: include/action.common.inc.php:207 -#: include/compta_ach.inc.php:242 -#: include/compta_ven.inc.php:255 -#: include/compta_ach.inc.php:236 -#: include/compta_ven.inc.php:252 -#: include/compta_ach.inc.php:238 -#: include/compta_ven.inc.php:257 -#: include/action.common.inc.php:125 -#: include/compta_ven.inc.php:246 +#: include/class_acc_ledger_sold.php:1045 include/compta_ach.inc.php:230 +#: include/compta_ven.inc.php:240 include/action.common.inc.php:126 +#: include/action.common.inc.php:209 include/compta_ach.inc.php:233 +#: include/compta_ven.inc.php:245 include/action.common.inc.php:207 +#: include/compta_ach.inc.php:242 include/compta_ven.inc.php:255 +#: include/compta_ach.inc.php:236 include/compta_ven.inc.php:252 +#: include/compta_ach.inc.php:238 include/compta_ven.inc.php:257 +#: include/action.common.inc.php:125 include/compta_ven.inc.php:246 +#: include/action.common.inc.php:160 include/action.common.inc.php:258 +#: include/compta_ach.inc.php:222 include/compta_ven.inc.php:238 msgid "Enregistrer" msgstr "Submit" -#: include/action.common.inc.php:122 -#: include/action.common.inc.php:123 -#: include/action.common.inc.php:151 -#: include/action.common.inc.php:207 -#: include/action.common.inc.php:127 -#: include/action.common.inc.php:126 +#: include/action.common.inc.php:122 include/action.common.inc.php:123 +#: include/action.common.inc.php:151 include/action.common.inc.php:207 +#: include/action.common.inc.php:127 include/action.common.inc.php:126 +#: include/action.common.inc.php:161 msgid "Génère le document" msgstr "Generate the document" -#: include/action.common.inc.php:152 -#: include/action.common.inc.php:150 -#: include/action.common.inc.php:155 -#: include/action.common.inc.php:154 -#: include/action.common.inc.php:153 +#: include/action.common.inc.php:152 include/action.common.inc.php:150 +#: include/action.common.inc.php:155 include/action.common.inc.php:154 +#: include/action.common.inc.php:153 include/action.common.inc.php:186 msgid "Ajoute une action à celle-ci" msgstr "Add an action here" -#: include/action.common.inc.php:153 -#: include/action.common.inc.php:151 -#: include/action.common.inc.php:156 -#: include/action.common.inc.php:155 -#: include/action.common.inc.php:154 +#: include/action.common.inc.php:153 include/action.common.inc.php:151 +#: include/action.common.inc.php:156 include/action.common.inc.php:155 +#: include/action.common.inc.php:154 include/action.common.inc.php:187 msgid "Efface cette action" msgstr "Remobe this action" -#: include/action.common.inc.php:153 -#: include/action.common.inc.php:151 +#: include/action.common.inc.php:153 include/action.common.inc.php:151 #: include/action.common.inc.php:156 msgid "Vous confirmez l'effacement" msgstr "You confirm the removal" -#: include/action.common.inc.php:172 -#: include/action.common.inc.php:170 -#: include/action.common.inc.php:175 -#: include/action.common.inc.php:174 +#: include/action.common.inc.php:172 include/action.common.inc.php:170 +#: include/action.common.inc.php:175 include/action.common.inc.php:174 +#: include/action.common.inc.php:218 msgid "Action " msgstr "Action" -#: include/action.common.inc.php:172 -#: include/action.common.inc.php:170 -#: include/action.common.inc.php:175 -#: include/action.common.inc.php:174 +#: include/action.common.inc.php:172 include/action.common.inc.php:170 +#: include/action.common.inc.php:175 include/action.common.inc.php:174 +#: include/action.common.inc.php:218 msgid " effacée" msgstr " removed" -#: include/action.common.inc.php:265 -#: include/action.common.inc.php:266 -#: include/action.common.inc.php:271 -#: include/action.common.inc.php:268 +#: include/action.common.inc.php:265 include/action.common.inc.php:266 +#: include/action.common.inc.php:271 include/action.common.inc.php:268 #: include/action.common.inc.php:272 #, php-format msgid "Titre ou référence" @@ -3683,127 +2762,96 @@ msgstr "Title or reference" msgid "uniquement mes actions:" msgstr "Only mes action" -#: include/action.common.inc.php:279 -#: include/action.common.inc.php:276 -#: include/action.common.inc.php:287 -#: include/client.inc.php:100 -#: include/contact.inc.php:126 -#: include/adm.inc.php:101 -#: include/supplier.inc.php:100 -#: include/action.common.inc.php:292 -#: include/adm.inc.php:109 -#: include/client.inc.php:108 -#: include/supplier.inc.php:108 -#: include/action.common.inc.php:289 -#: include/adm.inc.php:108 -#: include/client.inc.php:107 -#: include/supplier.inc.php:106 -#: include/action.common.inc.php:301 -#: include/adm.inc.php:96 -#: include/client.inc.php:105 -#: include/contact.inc.php:127 -#: include/supplier.inc.php:92 -#: include/action.common.inc.php:293 -#: include/adm.inc.php:92 -#: include/bank.inc.php:88 -#: include/client.inc.php:86 -#: include/contact.inc.php:93 +#: include/action.common.inc.php:279 include/action.common.inc.php:276 +#: include/action.common.inc.php:287 include/client.inc.php:100 +#: include/contact.inc.php:126 include/adm.inc.php:101 +#: include/supplier.inc.php:100 include/action.common.inc.php:292 +#: include/adm.inc.php:109 include/client.inc.php:108 +#: include/supplier.inc.php:108 include/action.common.inc.php:289 +#: include/adm.inc.php:108 include/client.inc.php:107 +#: include/supplier.inc.php:106 include/action.common.inc.php:301 +#: include/adm.inc.php:96 include/client.inc.php:105 +#: include/contact.inc.php:127 include/supplier.inc.php:92 +#: include/action.common.inc.php:293 include/adm.inc.php:92 +#: include/bank.inc.php:88 include/client.inc.php:86 +#: include/contact.inc.php:93 include/adm.inc.php:93 include/bank.inc.php:89 +#: include/customer.inc.php:88 include/manager.inc.php:90 +#: include/supplier.inc.php:93 include/template/action_search.php:138 msgid "recherche" msgstr "Search" -#: include/action.common.inc.php:290 -#: include/action.common.inc.php:289 -#: include/action.common.inc.php:300 -#: include/action.common.inc.php:305 -#: include/action.common.inc.php:302 -#: include/action.common.inc.php:315 -#: include/action.common.inc.php:307 +#: include/action.common.inc.php:290 include/action.common.inc.php:289 +#: include/action.common.inc.php:300 include/action.common.inc.php:305 +#: include/action.common.inc.php:302 include/action.common.inc.php:315 +#: include/action.common.inc.php:307 include/template/action_button.php:35 msgid "Ajout Action" msgstr "Add action" -#: include/class_fiche.php:305 -#: include/class_fiche.php:345 -#: include/class_fiche.php:356 -#: include/class_fiche.php:354 -#: include/class_fiche.php:387 -#: include/class_fiche.php:440 -#: include/class_fiche.php:444 +#: include/class_fiche.php:305 include/class_fiche.php:345 +#: include/class_fiche.php:356 include/class_fiche.php:354 +#: include/class_fiche.php:387 include/class_fiche.php:440 +#: include/class_fiche.php:444 include/class_fiche.php:451 msgid "Rappel: Poste créé automatiquement à partir de " msgstr "Warning : accounting item create automatically from " -#: include/class_fiche.php:312 -#: include/class_fiche.php:352 -#: include/class_fiche.php:363 -#: include/class_fiche.php:361 -#: include/class_fiche.php:394 -#: include/class_fiche.php:447 -#: include/class_fiche.php:452 +#: include/class_fiche.php:312 include/class_fiche.php:352 +#: include/class_fiche.php:363 include/class_fiche.php:361 +#: include/class_fiche.php:394 include/class_fiche.php:447 +#: include/class_fiche.php:452 include/class_fiche.php:459 msgid "Rappel: Poste par défaut sera " msgstr "Warning : by default, the accounting item will be " -#: include/report.inc.php:117 -#: include/report.inc.php:116 -#: include/report.inc.php:103 -#: include/report.inc.php:110 -#: include/report.inc.php:100 +#: include/report.inc.php:117 include/report.inc.php:116 +#: include/report.inc.php:103 include/report.inc.php:110 +#: include/report.inc.php:100 include/report.inc.php:97 msgid "Définition" msgstr "Definition" -#: include/report.inc.php:125 -#: include/report.inc.php:140 -#: include/report.inc.php:162 -#: include/report.inc.php:124 -#: include/report.inc.php:139 -#: include/report.inc.php:161 -#: include/report.inc.php:111 -#: include/report.inc.php:126 -#: include/report.inc.php:148 -#: include/report.inc.php:118 -#: include/report.inc.php:133 -#: include/report.inc.php:155 -#: include/report.inc.php:108 -#: include/report.inc.php:123 -#: include/report.inc.php:147 +#: include/report.inc.php:125 include/report.inc.php:140 +#: include/report.inc.php:162 include/report.inc.php:124 +#: include/report.inc.php:139 include/report.inc.php:161 +#: include/report.inc.php:111 include/report.inc.php:126 +#: include/report.inc.php:148 include/report.inc.php:118 +#: include/report.inc.php:133 include/report.inc.php:155 +#: include/report.inc.php:108 include/report.inc.php:123 +#: include/report.inc.php:147 include/report.inc.php:105 +#: include/report.inc.php:120 include/report.inc.php:144 msgid "Les lignes vides seront effacées" msgstr "The empty rows will be removed" -#: include/report.inc.php:136 -#: include/report.inc.php:135 -#: include/report.inc.php:122 -#: include/report.inc.php:129 -#: include/report.inc.php:119 +#: include/report.inc.php:136 include/report.inc.php:135 +#: include/report.inc.php:122 include/report.inc.php:129 +#: include/report.inc.php:119 include/report.inc.php:116 msgid "Importer ce rapport" msgstr "Import this report" -#: include/report.inc.php:153 -#: include/report.inc.php:152 -#: include/report.inc.php:139 -#: include/report.inc.php:146 -#: include/report.inc.php:136 +#: include/report.inc.php:153 include/report.inc.php:152 +#: include/report.inc.php:139 include/report.inc.php:146 +#: include/report.inc.php:136 include/report.inc.php:133 msgid "Mise a jour" msgstr "Update" -#: include/report.inc.php:154 -#: include/report.inc.php:153 -#: include/report.inc.php:140 -#: include/report.inc.php:147 -#: include/report.inc.php:137 +#: include/report.inc.php:154 include/report.inc.php:153 +#: include/report.inc.php:140 include/report.inc.php:147 +#: include/report.inc.php:137 include/report.inc.php:134 msgid "Effacement" msgstr "Remove" -#: include/template/category_of_card.php:3 -#: html/parametre.php:138 -#: html/parametre.php:137 -#: html/parametre.php:128 -#: include/impress.inc.php:35 -#: include/impress.inc.php:34 -#: include/menu_translate.php:86 +#: include/template/category_of_card.php:3 html/parametre.php:138 +#: html/parametre.php:137 html/parametre.php:128 include/impress.inc.php:35 +#: include/impress.inc.php:34 include/menu_translate.php:86 +#: include/database.item.php:108 +#: include/ext/import_account/include/template/input_file.php:22 +#: include/ext/import_account/include/template/test_file.php:23 +#: include/ext/import_account/include/template/test_operation.php:23 msgid "Catégorie de fiche" msgstr "Card Category" #: include/template/category_of_card.php:7 #: include/template/fiche_def_input.php:7 #: include/template/category_of_card.php:18 +#: include/template/category_of_card.php:21 +#: include/template/fiche_def_input.php:18 msgid "Classe de base" msgstr "Base accounting item" @@ -3816,64 +2864,78 @@ msgstr "Search" #: include/template/fiche_def_input.php:12 #: include/template/category_of_card.php:14 #: include/template/category_of_card.php:25 +#: include/template/category_of_card.php:28 msgid "Création automatique du poste comptable" msgstr "Automatic creation of the accounting item" #: include/template/category_of_card.php:16 #: include/template/category_of_card.php:18 #: include/template/category_of_card.php:29 -msgid "Si vous utilisez la création automatique de poste, chaque nouvelle fiche de cette catégorie aura son propre poste comptable. Ce poste comptable sera la classe de base augmenté de 1." -msgstr "If you're using the automatic creation of accounting item, the new card of this category will have his own accounting item. This accounting item will be the base increase by 1." +#: include/template/category_of_card.php:32 +msgid "" +"Si vous utilisez la création automatique de poste, chaque nouvelle fiche de " +"cette catégorie aura son propre poste comptable. Ce poste comptable sera la " +"classe de base augmenté de 1." +msgstr "" +"If you're using the automatic creation of accounting item, the new card of " +"this category will have his own accounting item. This accounting item will " +"be the base increase by 1." #: include/template/category_of_card.php:19 msgid "Si vous n" msgstr "if you " -#: include/template/detail-action.php:3 +#: include/template/detail-action.php:3 include/template/detail-action.php:6 msgid "Informations générales" msgstr "General Information" -#: include/template/detail-action.php:24 +#: include/template/detail-action.php:24 include/template/detail-action.php:45 msgid "Heure" msgstr "Hour" -#: include/template/detail-action.php:33 +#: include/template/detail-action.php:33 include/template/detail-action.php:27 msgid "Reference" msgstr "Reference" -#: include/template/detail-action.php:42 +#: include/template/detail-action.php:42 include/template/action_search.php:94 +#: include/template/detail-action.php:65 msgid "Destinataire" msgstr "Recipient" -#: include/template/detail-action.php:69 -#: include/template/detail-action.php:71 +#: include/template/detail-action.php:69 include/template/detail-action.php:71 +#: include/class_acc_ledger.php:669 include/class_acc_ledger.php:867 +#: include/ext/invoicing/include/class_acc_ledger_sold_generate.php:124 msgid "Concerne" msgstr "concerning" -#: include/template/detail-action.php:78 -#: include/template/detail-action.php:80 +#: include/template/detail-action.php:78 include/template/detail-action.php:80 #: include/template/impress_cat_card.php:7 +#: include/template/detail-action.php:95 +#: include/template/impress_cat_card.php:10 +#: include/ext/transform/include/template/listing_assujetti_representative.php:71 msgid "Type" msgstr "Type" -#: include/template/detail-action.php:88 -#: include/template/dashboard.php:3 -#: include/template/detail-action.php:90 +#: include/template/detail-action.php:88 include/template/dashboard.php:3 +#: include/template/detail-action.php:90 include/template/dashboard.php:9 msgid "Calendrier" msgstr "Calendar" -#: include/template/detail-action.php:97 -#: include/template/detail-action.php:99 +#: include/template/detail-action.php:97 include/template/detail-action.php:99 +#: include/template/action_search.php:103 +#: include/template/detail-action.php:105 msgid "Etat" msgstr "State" #: include/template/detail-action.php:107 #: include/template/detail-action.php:109 +#: include/template/detail-action.php:115 msgid "Priorité" msgstr "Priority" #: include/template/detail-action.php:117 #: include/template/detail-action.php:119 +#: include/template/detail-action.php:125 msgid "Affecté" msgstr "Responsible" @@ -3882,18 +2944,25 @@ msgstr "Responsible" #: include/template/detail-action.php:141 #: include/template/detail-action.php:155 #: include/template/form_ledger_fin.php:26 +#: include/template/detail-action.php:232 +#: include/template/form_ledger_fin.php:43 +#: include/ext/modop/template_ledger_fin.php:19 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:71 +#: include/ext/transform/include/template/listing_client_display.php:48 msgid "Commentaire" msgstr "Comment" #: include/template/detail-action.php:145 #: include/template/detail-action.php:149 #: include/template/detail-action.php:167 +#: include/template/detail-action.php:290 msgid "Détail des articles" msgstr "Item details" #: include/template/detail-action.php:158 #: include/template/detail-action.php:162 #: include/template/detail-action.php:180 +#: include/template/detail-action.php:306 msgid "prix unitaire" msgstr "Price unit" @@ -3910,8 +2979,7 @@ msgstr "Price unit" #: include/class_acc_ledger_sold.php:500 #: include/class_acc_ledger_purchase.php:947 #: include/class_acc_ledger_purchase.php:951 -#: include/class_acc_ledger_sold.php:501 -#: include/class_acc_ledger_sold.php:503 +#: include/class_acc_ledger_sold.php:501 include/class_acc_ledger_sold.php:503 #: include/class_acc_ledger_purchase.php:955 #: include/class_acc_ledger_sold.php:505 #: include/template/detail-action.php:163 @@ -3939,12 +3007,21 @@ msgstr "Price unit" #: include/class_acc_ledger_purchase.php:1303 #: include/class_acc_ledger_sold.php:687 #: include/template/form_ledger_detail.php:26 +#: 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/template/form_ledger_detail.php:70 +#: include/template/form_ledger_detail.php:77 +#: include/template/predf_ledger_detail.php:20 +#: include/template/predf_ledger_detail.php:27 msgid "quantité" msgstr "quantity" #: include/template/detail-action.php:160 #: include/template/detail-action.php:164 #: include/template/detail-action.php:182 +#: include/template/detail-action.php:308 msgid "Code TVA" msgstr "VAT Code" @@ -3956,8 +3033,7 @@ msgstr "VAT Code" #: include/class_acc_ledger_purchase.php:951 #: include/class_acc_ledger_sold.php:503 #: include/class_acc_ledger_purchase.php:948 -#: include/class_acc_ledger_sold.php:504 -#: include/class_acc_ledger_sold.php:506 +#: include/class_acc_ledger_sold.php:504 include/class_acc_ledger_sold.php:506 #: include/class_acc_ledger_purchase.php:952 #: include/class_acc_ledger_sold.php:508 #: include/template/detail-action.php:165 @@ -3976,6 +3052,10 @@ msgstr "VAT Code" #: include/class_acc_ledger_sold.php:669 #: include/class_acc_ledger_purchase.php:1297 #: include/class_acc_ledger_sold.php:693 +#: include/class_acc_ledger_purchase.php:1384 +#: include/class_acc_ledger_sold.php:678 +#: include/template/detail-action.php:309 +#: include/ext/import_account/include/class_impacc_operation.php:149 msgid "Montant TVA" msgstr "Amount VAT " @@ -3984,6 +3064,9 @@ msgstr "Amount VAT " #: include/template/detail-action.php:184 #: include/class_acc_ledger_purchase.php:1299 #: include/class_acc_ledger_sold.php:695 +#: include/class_acc_ledger_purchase.php:1386 +#: include/class_acc_ledger_sold.php:680 +#: include/template/detail-action.php:310 msgid "Montant TVAC" msgstr "Amount VAT included" @@ -3991,6 +3074,7 @@ msgstr "Amount VAT included" #: include/template/detail-action.php:192 #: include/template/detail-action.php:210 #: include/template/detail-action.php:206 +#: include/template/detail-action.php:336 msgid "Montrer les détails" msgstr "Show details" @@ -3998,6 +3082,7 @@ msgstr "Show details" #: include/template/detail-action.php:193 #: include/template/detail-action.php:211 #: include/template/detail-action.php:207 +#: include/template/detail-action.php:337 msgid "Cacher les détails" msgstr "Hide details" @@ -4007,22 +3092,19 @@ msgstr "Hide details" #: include/class_acc_ledger_purchase.php:854 #: include/class_acc_ledger_purchase.php:868 #: include/template/form_ledger_detail.php:63 -#: include/class_acc_ledger_purchase.php:865 -#: include/compta_ach.inc.php:229 -#: include/compta_ven.inc.php:239 -#: include/template/detail-action.php:199 -#: include/template/detail-action.php:217 -#: include/compta_ach.inc.php:232 -#: include/compta_ven.inc.php:244 -#: include/compta_ach.inc.php:241 -#: include/compta_ven.inc.php:254 -#: include/compta_ach.inc.php:235 -#: include/compta_ven.inc.php:251 -#: include/compta_ach.inc.php:237 -#: include/compta_ven.inc.php:256 -#: include/template/detail-action.php:213 -#: include/compta_ven.inc.php:245 -#: include/template/form_ledger_detail.php:60 +#: include/class_acc_ledger_purchase.php:865 include/compta_ach.inc.php:229 +#: include/compta_ven.inc.php:239 include/template/detail-action.php:199 +#: include/template/detail-action.php:217 include/compta_ach.inc.php:232 +#: include/compta_ven.inc.php:244 include/compta_ach.inc.php:241 +#: include/compta_ven.inc.php:254 include/compta_ach.inc.php:235 +#: include/compta_ven.inc.php:251 include/compta_ach.inc.php:237 +#: include/compta_ven.inc.php:256 include/template/detail-action.php:213 +#: include/compta_ven.inc.php:245 include/template/form_ledger_detail.php:60 +#: include/compta_ach.inc.php:221 include/compta_ven.inc.php:237 +#: include/template/detail-action.php:359 +#: include/template/form_ledger_detail.php:107 +#: include/template/predf_ledger_detail.php:57 +#: include/ext/modop/modop_display.php:132 msgid "Actualiser" msgstr "Refresh" @@ -4031,6 +3113,7 @@ msgstr "Refresh" #: include/template/detail-action.php:233 #: include/template/detail-action.php:251 #: include/template/detail-action.php:247 +#: include/template/detail-action.php:426 #, php-format msgid "Voulez-vous effacer le document" msgstr "Would you remove this document" @@ -4041,6 +3124,7 @@ msgstr "Would you remove this document" #: include/template/detail-action.php:270 #: include/template/detail-action.php:269 #: include/template/detail-action.php:265 +#: include/template/detail-action.php:446 msgid "Je ne peux pas ajouter de fichier" msgstr "I can't add this file" @@ -4052,8 +3136,7 @@ msgstr "I can't add this file" #: include/class_acc_ledger_purchase.php:928 #: include/class_acc_ledger_sold.php:480 #: include/class_acc_ledger_purchase.php:925 -#: include/class_acc_ledger_sold.php:481 -#: include/class_acc_ledger_sold.php:483 +#: include/class_acc_ledger_sold.php:481 include/class_acc_ledger_sold.php:483 #: include/class_acc_ledger_purchase.php:929 #: include/class_acc_ledger_sold.php:485 #: include/class_acc_ledger_purchase.php:1007 @@ -4072,6 +3155,9 @@ msgstr "I can't add this file" #: include/class_acc_ledger_purchase.php:1273 #: include/class_acc_ledger_sold.php:668 #: include/template/form_ledger_detail.php:10 +#: include/class_acc_ledger_purchase.php:1353 +#: include/class_acc_ledger_sold.php:650 +#: include/template/form_ledger_detail.php:24 msgid "Echeance" msgstr "Limit date" @@ -4089,8 +3175,7 @@ msgstr "Receipt #" #: include/class_acc_ledger_purchase.php:945 #: include/class_acc_ledger_sold.php:497 #: include/class_acc_ledger_purchase.php:942 -#: include/class_acc_ledger_sold.php:498 -#: include/class_acc_ledger_sold.php:500 +#: include/class_acc_ledger_sold.php:498 include/class_acc_ledger_sold.php:500 #: include/class_acc_ledger_purchase.php:946 #: include/class_acc_ledger_sold.php:502 #: include/class_acc_ledger_purchase.php:1024 @@ -4109,37 +3194,43 @@ msgstr "Receipt #" #: include/class_acc_ledger_purchase.php:1290 #: include/class_acc_ledger_sold.php:685 #: include/template/form_ledger_detail.php:24 +#: include/class_acc_ledger_purchase.php:1377 +#: include/class_acc_ledger_sold.php:671 +#: include/template/form_ledger_detail.php:67 +#: include/template/predf_ledger_detail.php:17 msgid "Dénomination" msgstr "Name" #: include/template/form_ledger_detail.php:28 #: include/template/form_ledger_detail.php:22 #: include/template/form_ledger_detail.php:25 +#: include/template/form_ledger_detail.php:69 +#: include/template/predf_ledger_detail.php:19 msgid "prix/unité htva" msgstr "price/unit without vat" #: include/template/form_ledger_detail.php:32 -#: include/class_acc_ledger_sold.php:565 -#: include/class_acc_ledger_sold.php:497 -#: include/class_acc_ledger_sold.php:499 -#: include/class_acc_ledger_sold.php:500 -#: include/class_acc_ledger_sold.php:502 -#: include/class_acc_ledger_sold.php:504 -#: include/class_acc_ledger_sold.php:557 -#: include/class_acc_ledger_sold.php:561 -#: include/class_acc_ledger_sold.php:574 -#: include/class_acc_ledger_sold.php:581 -#: include/class_acc_ledger_sold.php:584 -#: include/class_acc_ledger_sold.php:664 +#: include/class_acc_ledger_sold.php:565 include/class_acc_ledger_sold.php:497 +#: include/class_acc_ledger_sold.php:499 include/class_acc_ledger_sold.php:500 +#: include/class_acc_ledger_sold.php:502 include/class_acc_ledger_sold.php:504 +#: include/class_acc_ledger_sold.php:557 include/class_acc_ledger_sold.php:561 +#: include/class_acc_ledger_sold.php:574 include/class_acc_ledger_sold.php:581 +#: include/class_acc_ledger_sold.php:584 include/class_acc_ledger_sold.php:664 #: include/template/form_ledger_detail.php:26 #: include/class_acc_ledger_sold.php:692 #: include/template/form_ledger_detail.php:29 +#: include/class_acc_ledger_purchase.php:1383 +#: include/class_acc_ledger_sold.php:677 +#: include/template/form_ledger_detail.php:72 +#: include/template/predf_ledger_detail.php:22 msgid "tva" msgstr "vat" #: include/template/form_ledger_detail.php:33 #: include/template/form_ledger_detail.php:27 #: include/template/form_ledger_detail.php:30 +#: include/template/form_ledger_detail.php:73 +#: include/template/predf_ledger_detail.php:23 msgid "tot.tva" msgstr "tot. vat" @@ -4161,6 +3252,10 @@ msgstr "tot. vat" #: include/class_acc_ledger_purchase.php:1437 #: include/template/form_ledger_detail.php:27 #: include/template/form_ledger_detail.php:77 +#: include/template/form_ledger_detail.php:71 +#: include/template/form_ledger_detail.php:124 +#: include/template/predf_ledger_detail.php:21 +#: include/template/predf_ledger_detail.php:74 msgid "Total HTVA" msgstr "Total VAT excluded" @@ -4179,6 +3274,10 @@ msgstr "Total VAT excluded" #: include/class_acc_ledger_purchase.php:1423 #: include/class_acc_ledger_purchase.php:1448 #: include/template/form_ledger_detail.php:78 +#: include/class_acc_ledger_purchase.php:1539 +#: include/class_acc_ledger_sold.php:810 +#: include/template/form_ledger_detail.php:125 +#: include/template/predf_ledger_detail.php:75 msgid "Total TVA" msgstr "Total VAT" @@ -4196,6 +3295,10 @@ msgstr "Total VAT" #: include/class_acc_ledger_purchase.php:1235 #: include/class_acc_ledger_purchase.php:1426 #: include/template/form_ledger_detail.php:79 +#: include/class_acc_ledger_purchase.php:1540 +#: include/class_acc_ledger_sold.php:811 +#: include/template/form_ledger_detail.php:126 +#: include/template/predf_ledger_detail.php:76 msgid "Total TVAC" msgstr "Total VAT included" @@ -4227,31 +3330,54 @@ msgstr "Total VAT included" #: include/template/ledger_detail_ven.php:120 #: include/template/ledger_detail_ven.php:203 #: include/template/ledger_detail_ven.php:205 +#: include/template/form_ledger_detail.php:128 +#: include/template/ledger_detail_ach.php:138 +#: include/template/ledger_detail_ach.php:236 +#: include/template/ledger_detail_ach.php:238 +#: include/template/ledger_detail_ven.php:136 +#: include/template/ledger_detail_ven.php:229 +#: include/template/ledger_detail_ven.php:231 +#: include/template/operation_detail_ach.php:56 +#: include/template/operation_detail_ach.php:116 +#: include/template/operation_detail_ach.php:118 +#: include/template/operation_detail_ven.php:48 +#: include/template/operation_detail_ven.php:99 +#: include/template/operation_detail_ven.php:101 +#: include/template/predf_ledger_detail.php:78 +#: include/ext/amortis/include/template/material_detail.php:121 +#: include/ext/amortis/include/template/material_display.php:95 msgid "Total" msgstr "Total" #: include/template/form_ledger_fin.php:11 #: include/template/form_ledger_fin.php:15 +#: include/template/form_ledger_fin.php:31 +#: include/ext/modop/template_ledger_fin.php:10 msgid "Extrait de compte" msgstr "Bank receipt" #: include/template/form_ledger_fin.php:12 #: include/template/form_ledger_fin.php:16 +#: include/template/form_ledger_fin.php:32 +#: include/ext/modop/template_ledger_fin.php:11 msgid "Numéro extrait" msgstr "Number of Bank receipt" #: include/template/form_ledger_fin.php:13 #: include/template/form_ledger_fin.php:17 +#: include/template/form_ledger_fin.php:33 msgid "Solde début" msgstr "Start balance" #: include/template/form_ledger_fin.php:14 #: include/template/form_ledger_fin.php:18 +#: include/template/form_ledger_fin.php:34 msgid "Solde Fin" msgstr "End balance " #: include/template/form_ledger_fin.php:23 #: include/template/form_ledger_fin.php:28 +#: include/template/form_ledger_fin.php:45 msgid "Op. Concernée(s)" msgstr "Concerned entry" @@ -4259,12 +3385,13 @@ msgstr "Concerned entry" msgid "Critères de Recherche" msgstr "Search Criteria" -#: include/template/ledger_search.php:5 +#: include/template/ledger_search.php:5 include/template/ledger_search.php:8 msgid "Dans le journal" msgstr "In the ledger" -#: include/template/ledger_search.php:17 -#: include/template/ledger_search.php:35 +#: include/template/ledger_search.php:17 include/template/ledger_search.php:35 +#: include/template/ledger_search.php:25 include/template/ledger_search.php:33 +#: include/template/ledger_search.php:51 msgid "et" msgstr "and" @@ -4272,35 +3399,33 @@ msgstr "and" msgid "Et contenant dans la description, pièce justificative ou n° interne" msgstr "And having in its description, receipt or internal number" -#: include/template/ledger_search.php:32 +#: include/template/ledger_search.php:32 include/template/ledger_search.php:48 msgid "Et compris entre les montants" msgstr "And between the amounts" -#: include/template/ledger_search.php:40 +#: include/template/ledger_search.php:40 include/template/ledger_search.php:56 msgid "Et utilisant la fiche (quick code)" msgstr "And using the card (quick code)" -#: include/template/ledger_search.php:48 +#: include/template/ledger_search.php:48 include/template/ledger_search.php:64 msgid "Et utilisant le poste comptable" msgstr "And using the accounting item" -#: include/template/ledger_search.php:58 +#: include/template/ledger_search.php:58 include/template/ledger_search.php:74 msgid "Et uniquement non payées" msgstr "And only not paid" -#: include/template/ledger_search.php:14 +#: include/template/ledger_search.php:14 include/template/ledger_search.php:22 msgid "Et Compris entre les date" msgstr "And between the date" -#: include/template/security_list_action.php:5 -#: html/ajax_extension.php:102 -#: html/ajax_extension.php:159 -#: include/template/extension-sec.php:9 -#: html/ajax_extension.php:96 -#: html/ajax_extension.php:153 -#: html/ajax_extension.php:154 -#: html/ajax_extension.php:104 -#: html/ajax_extension.php:163 +#: include/template/security_list_action.php:5 html/ajax_extension.php:102 +#: html/ajax_extension.php:159 include/template/extension-sec.php:9 +#: html/ajax_extension.php:96 html/ajax_extension.php:153 +#: html/ajax_extension.php:154 html/ajax_extension.php:104 +#: html/ajax_extension.php:163 include/template/profile_sec_repository.php:36 +#: include/template/security_list_action.php:8 +#: include/template/user_sec_profile.php:36 msgid "Accès" msgstr "Access" @@ -4310,41 +3435,26 @@ msgstr "Access" msgid "Comptabilité Analytique" msgstr "Cost Accounting" -#: html/access.php:102 -#: html/access.php:103 -#: html/access.php:149 -#: html/access.php:151 -#: include/template/dashboard.php:28 -#: include/template/dashboard.php:42 +#: html/access.php:102 html/access.php:103 html/access.php:149 +#: html/access.php:151 include/template/dashboard.php:28 +#: include/template/dashboard.php:42 include/template/dashboard.php:185 msgid "Pense-Bête" msgstr "Todo List" -#: include/class_acc_ledger_sold.php:542 -#: include/class_acc_ledger_sold.php:854 -#: include/class_acc_ledger_sold.php:474 -#: include/class_acc_ledger_sold.php:786 -#: include/class_acc_ledger_sold.php:476 -#: include/class_acc_ledger_sold.php:788 -#: include/class_acc_ledger_sold.php:477 -#: include/class_acc_ledger_sold.php:789 -#: include/class_acc_ledger_sold.php:479 -#: include/class_acc_ledger_sold.php:791 -#: include/class_acc_ledger_sold.php:481 -#: include/class_acc_ledger_sold.php:793 -#: include/class_acc_ledger_sold.php:534 -#: include/class_acc_ledger_sold.php:846 -#: include/class_acc_ledger_sold.php:538 -#: include/class_acc_ledger_sold.php:850 -#: include/class_acc_ledger_sold.php:550 -#: include/class_acc_ledger_sold.php:863 -#: include/class_acc_ledger_sold.php:557 -#: include/class_acc_ledger_sold.php:873 -#: include/class_acc_ledger_sold.php:560 -#: include/class_acc_ledger_sold.php:889 -#: include/class_acc_ledger_sold.php:640 -#: include/class_acc_ledger_sold.php:989 +#: include/class_acc_ledger_sold.php:542 include/class_acc_ledger_sold.php:854 +#: include/class_acc_ledger_sold.php:474 include/class_acc_ledger_sold.php:786 +#: include/class_acc_ledger_sold.php:476 include/class_acc_ledger_sold.php:788 +#: include/class_acc_ledger_sold.php:477 include/class_acc_ledger_sold.php:789 +#: include/class_acc_ledger_sold.php:479 include/class_acc_ledger_sold.php:791 +#: include/class_acc_ledger_sold.php:481 include/class_acc_ledger_sold.php:793 +#: include/class_acc_ledger_sold.php:534 include/class_acc_ledger_sold.php:846 +#: include/class_acc_ledger_sold.php:538 include/class_acc_ledger_sold.php:850 +#: include/class_acc_ledger_sold.php:550 include/class_acc_ledger_sold.php:863 +#: include/class_acc_ledger_sold.php:557 include/class_acc_ledger_sold.php:873 +#: include/class_acc_ledger_sold.php:560 include/class_acc_ledger_sold.php:889 +#: include/class_acc_ledger_sold.php:640 include/class_acc_ledger_sold.php:989 #: include/class_acc_ledger_sold.php:661 -#: include/class_acc_ledger_sold.php:1041 +#: include/class_acc_ledger_sold.php:1041 include/class_pre_op_ven.php:176 msgid "En-tête facture client" msgstr "Header invoice customer" @@ -4355,8 +3465,7 @@ msgstr "Header invoice customer" #: include/class_acc_ledger_purchase.php:929 #: include/class_acc_ledger_sold.php:481 #: include/class_acc_ledger_purchase.php:926 -#: include/class_acc_ledger_sold.php:482 -#: include/class_acc_ledger_sold.php:484 +#: include/class_acc_ledger_sold.php:482 include/class_acc_ledger_sold.php:484 #: include/class_acc_ledger_purchase.php:930 #: include/class_acc_ledger_sold.php:486 #: include/class_acc_ledger_purchase.php:1008 @@ -4364,40 +3473,29 @@ msgstr "Header invoice customer" #: include/class_acc_ledger_purchase.php:1013 #: include/class_acc_ledger_sold.php:543 #: include/class_acc_ledger_purchase.php:1035 -#: include/class_acc_ledger_sold.php:555 -#: include/class_acc_ledger.php:1015 +#: include/class_acc_ledger_sold.php:555 include/class_acc_ledger.php:1015 #: include/class_acc_ledger_purchase.php:1080 -#: include/class_acc_ledger_sold.php:562 -#: include/class_acc_ledger.php:1198 +#: include/class_acc_ledger_sold.php:562 include/class_acc_ledger.php:1198 #: include/class_acc_ledger_purchase.php:1087 -#: include/class_acc_ledger_sold.php:565 -#: include/class_acc_ledger.php:1254 +#: include/class_acc_ledger_sold.php:565 include/class_acc_ledger.php:1254 #: include/class_acc_ledger_purchase.php:1263 -#: include/class_acc_ledger_sold.php:645 -#: include/class_acc_ledger.php:1376 +#: include/class_acc_ledger_sold.php:645 include/class_acc_ledger.php:1376 #: include/class_acc_ledger_purchase.php:1274 -#: include/class_acc_ledger_sold.php:669 +#: include/class_acc_ledger_sold.php:669 include/class_acc_ledger.php:1426 +#: include/class_acc_ledger_purchase.php:1358 +#: include/class_acc_ledger_sold.php:653 msgid "Période Comptable" msgstr "Accounting Periode" -#: include/class_acc_ledger_sold.php:559 -#: include/class_acc_ledger_sold.php:984 -#: include/class_acc_ledger_sold.php:491 -#: include/class_acc_ledger_sold.php:916 -#: include/class_acc_ledger_sold.php:493 -#: include/class_acc_ledger_sold.php:918 -#: include/class_acc_ledger_sold.php:494 -#: include/class_acc_ledger_sold.php:919 -#: include/class_acc_ledger_sold.php:496 -#: include/class_acc_ledger_sold.php:921 -#: include/class_acc_ledger_sold.php:498 -#: include/class_acc_ledger_sold.php:923 -#: include/class_acc_ledger_sold.php:551 -#: include/class_acc_ledger_sold.php:976 -#: include/class_acc_ledger_sold.php:555 -#: include/class_acc_ledger_sold.php:980 -#: include/class_acc_ledger_sold.php:567 -#: include/class_acc_ledger_sold.php:993 +#: include/class_acc_ledger_sold.php:559 include/class_acc_ledger_sold.php:984 +#: include/class_acc_ledger_sold.php:491 include/class_acc_ledger_sold.php:916 +#: include/class_acc_ledger_sold.php:493 include/class_acc_ledger_sold.php:918 +#: include/class_acc_ledger_sold.php:494 include/class_acc_ledger_sold.php:919 +#: include/class_acc_ledger_sold.php:496 include/class_acc_ledger_sold.php:921 +#: include/class_acc_ledger_sold.php:498 include/class_acc_ledger_sold.php:923 +#: include/class_acc_ledger_sold.php:551 include/class_acc_ledger_sold.php:976 +#: include/class_acc_ledger_sold.php:555 include/class_acc_ledger_sold.php:980 +#: include/class_acc_ledger_sold.php:567 include/class_acc_ledger_sold.php:993 #: include/class_acc_ledger_sold.php:574 #: include/class_acc_ledger_sold.php:1003 #: include/class_acc_ledger_sold.php:577 @@ -4406,23 +3504,22 @@ msgstr "Accounting Periode" #: include/class_acc_ledger_sold.php:1130 #: include/class_acc_ledger_sold.php:681 #: include/class_acc_ledger_sold.php:1184 +#: include/class_acc_ledger_sold.php:666 +#: include/class_acc_ledger_sold.php:1138 include/class_pre_op_ven.php:241 msgid "Détail articles vendus" msgstr "Detail sold items" -#: include/class_acc_ledger_sold.php:562 -#: include/class_acc_ledger_sold.php:494 +#: include/class_acc_ledger_sold.php:562 include/class_acc_ledger_sold.php:494 #: include/class_acc_ledger_sold.php:496 #: include/template/extension-detail.php:16 -#: include/class_acc_ledger_sold.php:497 -#: include/class_acc_ledger_sold.php:499 -#: include/class_acc_ledger_sold.php:501 -#: include/class_acc_ledger_sold.php:554 -#: include/class_acc_ledger_sold.php:558 -#: include/class_acc_ledger_sold.php:570 -#: include/class_acc_ledger_sold.php:577 -#: include/class_acc_ledger_sold.php:580 -#: include/class_acc_ledger_sold.php:660 -#: include/class_acc_ledger_sold.php:684 +#: include/class_acc_ledger_sold.php:497 include/class_acc_ledger_sold.php:499 +#: include/class_acc_ledger_sold.php:501 include/class_acc_ledger_sold.php:554 +#: include/class_acc_ledger_sold.php:558 include/class_acc_ledger_sold.php:570 +#: include/class_acc_ledger_sold.php:577 include/class_acc_ledger_sold.php:580 +#: include/class_acc_ledger_sold.php:660 include/class_acc_ledger_sold.php:684 +#: include/class_acc_ledger_purchase.php:1376 +#: include/class_acc_ledger_sold.php:670 include/ext/amortis/raw.php:51 +#: include/ext/amortis/include/template/listing_year.php:8 msgid "Code" msgstr "Code" @@ -4433,8 +3530,7 @@ msgstr "Code" #: include/class_acc_ledger_purchase.php:946 #: include/class_acc_ledger_sold.php:498 #: include/class_acc_ledger_purchase.php:943 -#: include/class_acc_ledger_sold.php:499 -#: include/class_acc_ledger_sold.php:501 +#: include/class_acc_ledger_sold.php:499 include/class_acc_ledger_sold.php:501 #: include/class_acc_ledger_purchase.php:947 #: include/class_acc_ledger_sold.php:503 #: include/class_acc_ledger_purchase.php:1025 @@ -4451,6 +3547,8 @@ msgstr "Code" #: include/class_acc_ledger_sold.php:662 #: include/class_acc_ledger_purchase.php:1291 #: include/class_acc_ledger_sold.php:686 +#: include/class_acc_ledger_purchase.php:1378 +#: include/class_acc_ledger_sold.php:672 msgid "prix" msgstr "price" @@ -4461,8 +3559,7 @@ msgstr "price" #: include/class_acc_ledger_purchase.php:952 #: include/class_acc_ledger_sold.php:504 #: include/class_acc_ledger_purchase.php:949 -#: include/class_acc_ledger_sold.php:505 -#: include/class_acc_ledger_sold.php:507 +#: include/class_acc_ledger_sold.php:505 include/class_acc_ledger_sold.php:507 #: include/class_acc_ledger_purchase.php:953 #: include/class_acc_ledger_sold.php:509 #: include/class_acc_ledger_purchase.php:1031 @@ -4479,21 +3576,17 @@ msgstr "price" #: include/class_acc_ledger_sold.php:670 #: include/class_acc_ledger_purchase.php:1298 #: include/class_acc_ledger_sold.php:694 +#: include/class_acc_ledger_purchase.php:1385 +#: include/class_acc_ledger_sold.php:679 msgid "Montant HTVA" msgstr "Amount without VAT" -#: include/class_acc_ledger_sold.php:627 -#: include/class_acc_ledger_sold.php:559 -#: include/class_acc_ledger_sold.php:561 -#: include/class_acc_ledger_sold.php:562 -#: include/class_acc_ledger_sold.php:564 -#: include/class_acc_ledger_sold.php:566 -#: include/class_acc_ledger_sold.php:619 -#: include/class_acc_ledger_sold.php:623 -#: include/class_acc_ledger_sold.php:636 -#: include/class_acc_ledger_sold.php:643 -#: include/class_acc_ledger_sold.php:656 -#: include/class_acc_ledger_sold.php:744 +#: include/class_acc_ledger_sold.php:627 include/class_acc_ledger_sold.php:559 +#: include/class_acc_ledger_sold.php:561 include/class_acc_ledger_sold.php:562 +#: include/class_acc_ledger_sold.php:564 include/class_acc_ledger_sold.php:566 +#: include/class_acc_ledger_sold.php:619 include/class_acc_ledger_sold.php:623 +#: include/class_acc_ledger_sold.php:636 include/class_acc_ledger_sold.php:643 +#: include/class_acc_ledger_sold.php:656 include/class_acc_ledger_sold.php:744 msgid "Attention Différence" msgstr "Warning difference" @@ -4504,8 +3597,7 @@ msgstr "Warning difference" #: include/class_acc_ledger_purchase.php:1045 #: include/class_acc_ledger_sold.php:588 #: include/class_acc_ledger_purchase.php:1042 -#: include/class_acc_ledger_sold.php:589 -#: include/class_acc_ledger_sold.php:591 +#: include/class_acc_ledger_sold.php:589 include/class_acc_ledger_sold.php:591 #: include/class_acc_ledger_purchase.php:1046 #: include/class_acc_ledger_sold.php:593 #: include/class_acc_ledger_purchase.php:1124 @@ -4517,23 +3609,21 @@ msgstr "Warning difference" #: include/class_acc_ledger_purchase.php:1196 #: include/class_acc_ledger_sold.php:670 #: include/class_acc_ledger_purchase.php:1218 -#: include/class_acc_ledger_sold.php:686 -#: include/class_acc_ledger.php:1354 +#: include/class_acc_ledger_sold.php:686 include/class_acc_ledger.php:1354 #: include/class_acc_ledger_purchase.php:1407 #: include/class_acc_ledger_sold.php:775 #: include/template/ledger_detail_bottom.php:65 #: include/template/ledger_detail_bottom.php:69 +#: include/template/ledger_detail_bottom.php:117 msgid "verifie CA" msgstr "Check CA" #: include/class_acc_ledger_sold.php:883 #: include/class_acc_ledger_purchase.php:741 #: include/class_acc_ledger_purchase.php:641 -#: include/class_acc_ledger_sold.php:815 -#: include/class_acc_ledger_sold.php:817 +#: include/class_acc_ledger_sold.php:815 include/class_acc_ledger_sold.php:817 #: include/class_acc_ledger_purchase.php:638 -#: include/class_acc_ledger_sold.php:818 -#: include/class_acc_ledger_sold.php:820 +#: include/class_acc_ledger_sold.php:818 include/class_acc_ledger_sold.php:820 #: include/class_acc_ledger_purchase.php:645 #: include/class_acc_ledger_sold.php:822 #: include/class_acc_ledger_purchase.php:723 @@ -4541,30 +3631,27 @@ msgstr "Check CA" #: include/class_acc_ledger_purchase.php:728 #: include/class_acc_ledger_sold.php:879 #: include/class_acc_ledger_purchase.php:747 -#: include/class_acc_ledger_sold.php:892 -#: include/class_acc_ledger.php:1164 +#: include/class_acc_ledger_sold.php:892 include/class_acc_ledger.php:1164 #: include/class_acc_ledger_purchase.php:786 -#: include/class_acc_ledger_sold.php:902 -#: include/class_acc_ledger.php:1355 +#: include/class_acc_ledger_sold.php:902 include/class_acc_ledger.php:1355 #: include/class_acc_ledger_purchase.php:790 -#: include/class_acc_ledger_sold.php:918 -#: include/class_acc_ledger.php:1417 +#: include/class_acc_ledger_sold.php:918 include/class_acc_ledger.php:1417 #: include/class_acc_ledger_purchase.php:951 -#: include/class_acc_ledger_sold.php:1023 -#: include/class_acc_ledger.php:1574 +#: include/class_acc_ledger_sold.php:1023 include/class_acc_ledger.php:1574 #: include/class_acc_ledger_purchase.php:956 -#: include/class_acc_ledger_sold.php:1075 +#: include/class_acc_ledger_sold.php:1075 include/class_acc_ledger.php:1632 +#: include/class_acc_ledger_purchase.php:1009 +#: include/class_acc_ledger_sold.php:1034 +#: include/ext/amortis/include/class_am_generate.php:86 msgid "Aucune période ouverte" msgstr "No periode opened" #: include/class_acc_ledger_sold.php:888 #: include/class_acc_ledger_purchase.php:748 #: include/class_acc_ledger_purchase.php:648 -#: include/class_acc_ledger_sold.php:820 -#: include/class_acc_ledger_sold.php:822 +#: include/class_acc_ledger_sold.php:820 include/class_acc_ledger_sold.php:822 #: include/class_acc_ledger_purchase.php:645 -#: include/class_acc_ledger_sold.php:823 -#: include/class_acc_ledger_sold.php:825 +#: include/class_acc_ledger_sold.php:823 include/class_acc_ledger_sold.php:825 #: include/class_acc_ledger_purchase.php:652 #: include/class_acc_ledger_sold.php:827 #: include/class_acc_ledger_purchase.php:730 @@ -4572,19 +3659,18 @@ msgstr "No periode opened" #: include/class_acc_ledger_purchase.php:735 #: include/class_acc_ledger_sold.php:884 #: include/class_acc_ledger_purchase.php:754 -#: include/class_acc_ledger_sold.php:897 -#: include/class_acc_ledger.php:1169 +#: include/class_acc_ledger_sold.php:897 include/class_acc_ledger.php:1169 #: include/class_acc_ledger_purchase.php:793 -#: include/class_acc_ledger_sold.php:907 -#: include/class_acc_ledger.php:1360 +#: include/class_acc_ledger_sold.php:907 include/class_acc_ledger.php:1360 #: include/class_acc_ledger_purchase.php:797 -#: include/class_acc_ledger_sold.php:923 -#: include/class_acc_ledger.php:1422 +#: include/class_acc_ledger_sold.php:923 include/class_acc_ledger.php:1422 #: include/class_acc_ledger_purchase.php:958 -#: include/class_acc_ledger_sold.php:1028 -#: include/class_acc_ledger.php:1579 +#: include/class_acc_ledger_sold.php:1028 include/class_acc_ledger.php:1579 #: include/class_acc_ledger_purchase.php:963 -#: include/class_acc_ledger_sold.php:1080 +#: include/class_acc_ledger_sold.php:1080 include/class_acc_ledger.php:1637 +#: include/class_acc_ledger_purchase.php:1016 +#: include/class_acc_ledger_sold.php:1039 +#: include/ext/amortis/include/class_am_generate.php:91 msgid "Période comptable" msgstr "Accounting periode" @@ -4592,37 +3678,30 @@ msgstr "Accounting periode" #: include/class_acc_ledger_purchase.php:585 #: include/class_acc_ledger_purchase.php:758 #: include/class_acc_ledger_purchase.php:658 -#: include/class_acc_ledger_sold.php:830 -#: include/class_acc_ledger_sold.php:832 +#: include/class_acc_ledger_sold.php:830 include/class_acc_ledger_sold.php:832 #: include/class_acc_ledger_fin.php:731 #: include/class_acc_ledger_purchase.php:655 -#: include/class_acc_ledger_sold.php:833 -#: include/class_acc_ledger_sold.php:835 +#: include/class_acc_ledger_sold.php:833 include/class_acc_ledger_sold.php:835 #: include/class_acc_ledger_fin.php:732 #: include/class_acc_ledger_purchase.php:662 -#: include/class_acc_ledger_sold.php:837 -#: include/class_acc_ledger_fin.php:787 +#: include/class_acc_ledger_sold.php:837 include/class_acc_ledger_fin.php:787 #: include/class_acc_ledger_purchase.php:740 -#: include/class_acc_ledger_sold.php:890 -#: include/class_acc_ledger_fin.php:792 +#: include/class_acc_ledger_sold.php:890 include/class_acc_ledger_fin.php:792 #: include/class_acc_ledger_purchase.php:745 -#: include/class_acc_ledger_sold.php:894 -#: include/class_acc_ledger_fin.php:791 +#: include/class_acc_ledger_sold.php:894 include/class_acc_ledger_fin.php:791 #: include/class_acc_ledger_purchase.php:764 -#: include/class_acc_ledger_sold.php:907 -#: include/class_acc_ledger_fin.php:828 +#: include/class_acc_ledger_sold.php:907 include/class_acc_ledger_fin.php:828 #: include/class_acc_ledger_purchase.php:803 -#: include/class_acc_ledger_sold.php:917 -#: include/class_acc_ledger_fin.php:793 +#: include/class_acc_ledger_sold.php:917 include/class_acc_ledger_fin.php:793 #: include/class_acc_ledger_purchase.php:809 -#: include/class_acc_ledger_sold.php:934 -#: include/class_acc_ledger_fin.php:843 +#: include/class_acc_ledger_sold.php:934 include/class_acc_ledger_fin.php:843 #: include/class_acc_ledger_purchase.php:971 -#: include/class_acc_ledger_sold.php:1040 -#: include/class_acc_ledger_fin.php:904 -#: include/class_acc_ledger.php:1535 -#: include/class_acc_ledger_purchase.php:978 +#: include/class_acc_ledger_sold.php:1040 include/class_acc_ledger_fin.php:904 +#: include/class_acc_ledger.php:1535 include/class_acc_ledger_purchase.php:978 #: include/class_acc_ledger_sold.php:1094 +#: include/class_acc_ledger_fin.php:1002 include/class_acc_ledger.php:1593 +#: include/class_acc_ledger_purchase.php:1035 +#: include/class_acc_ledger_sold.php:1055 msgid "Pas de journal disponible" msgstr "No available ledger" @@ -4634,18 +3713,13 @@ msgstr "No available ledger" #: include/class_acc_ledger_sold.php:1043 #: include/class_acc_ledger_purchase.php:872 #: include/class_acc_ledger_sold.php:1044 -#: include/class_acc_ledger_sold.php:1046 -#: include/compta_ach.inc.php:231 -#: include/compta_ven.inc.php:241 -#: include/compta_ach.inc.php:234 -#: include/compta_ven.inc.php:246 -#: include/compta_ach.inc.php:243 -#: include/compta_ven.inc.php:256 -#: include/compta_ach.inc.php:237 -#: include/compta_ven.inc.php:253 -#: include/compta_ach.inc.php:239 -#: include/compta_ven.inc.php:258 -#: include/compta_ven.inc.php:247 +#: include/class_acc_ledger_sold.php:1046 include/compta_ach.inc.php:231 +#: include/compta_ven.inc.php:241 include/compta_ach.inc.php:234 +#: include/compta_ven.inc.php:246 include/compta_ach.inc.php:243 +#: include/compta_ven.inc.php:256 include/compta_ach.inc.php:237 +#: include/compta_ven.inc.php:253 include/compta_ach.inc.php:239 +#: include/compta_ven.inc.php:258 include/compta_ven.inc.php:247 +#: include/compta_ach.inc.php:223 include/compta_ven.inc.php:239 msgid "Effacer " msgstr "Remove" @@ -4670,39 +3744,35 @@ msgstr "Remove" #: include/class_acc_ledger_purchase.php:1043 #: include/class_acc_ledger_sold.php:1163 #: include/class_acc_ledger_purchase.php:1216 -#: include/class_acc_ledger_sold.php:1276 -#: include/class_acc_ledger.php:3286 +#: include/class_acc_ledger_sold.php:1276 include/class_acc_ledger.php:3286 +#: include/class_acc_ledger.php:3477 msgid "Payé par" msgstr "Paid by" -#: html/ajax_card.php:120 -#: html/ajax_card.php:124 +#: html/ajax_card.php:120 html/ajax_card.php:124 msgid "Aucune catégorie de fiche ne correspondant a" msgstr "No card category is matching" -#: html/ajax_card.php:158 -#: html/ajax_card.php:162 -#: html/ajax_card.php:173 -#: html/ajax_card.php:171 -#: html/ajax_card.php:170 -#: html/ajax_card.php:191 -#: html/ajax_card.php:307 -#: html/ajax_card.php:316 +#: html/ajax_card.php:158 html/ajax_card.php:162 html/ajax_card.php:173 +#: html/ajax_card.php:171 html/ajax_card.php:170 html/ajax_card.php:191 +#: html/ajax_card.php:307 html/ajax_card.php:316 html/ajax_card.php:326 msgid "Fiche contenant" msgstr "Card containing" -#: include/class_ipopup.php:94 -#: include/class_ipopup.php:96 -#: include/class_ipopup.php:100 -#: include/class_ipopup.php:110 -#: include/class_ipopup.php:124 +#: include/class_ipopup.php:94 include/class_ipopup.php:96 +#: include/class_ipopup.php:100 include/class_ipopup.php:110 +#: include/class_ipopup.php:124 include/class_html_input.php:686 +#: include/class_ipopup.php:123 include/template/action_search.php:142 +#: include/ext/amortis/include/material_delete.inc.php:7 +#: include/ext/amortis/include/material_modify.inc.php:42 +#: include/ext/amortis/include/template/material_detail.php:138 +#: include/ext/import_account/include/template/parameter_tva_add.php:55 #, php-format msgid "Fermer" msgstr "close" #: include/class_acc_ledger_purchase.php:60 -#: include/class_acc_ledger_sold.php:60 -#: include/class_acc_ledger_fin.php:54 +#: include/class_acc_ledger_sold.php:60 include/class_acc_ledger_fin.php:54 #: include/class_acc_ledger_purchase.php:65 #: include/class_acc_ledger_purchase.php:68 #: include/class_acc_ledger_sold.php:61 @@ -4711,6 +3781,7 @@ msgstr "close" #: include/class_acc_ledger_purchase.php:72 #: include/class_acc_ledger_sold.php:65 #: include/class_acc_ledger_purchase.php:73 +#: include/class_acc_ledger_fin.php:60 include/class_acc_ledger_sold.php:67 msgid "Double Encodage" msgstr "Double entries" @@ -4724,62 +3795,52 @@ msgid "Vous n'avez pas donné de fournisseur" msgstr "You haven't give any supplier" #: include/class_acc_ledger_purchase.php:68 -#: include/class_acc_ledger_sold.php:68 -#: html/annulation.php:134 +#: include/class_acc_ledger_sold.php:68 html/annulation.php:134 #: include/class_acc_ledger_purchase.php:73 #: include/class_acc_ledger_sold.php:72 #: include/class_acc_ledger_purchase.php:76 -#: include/class_acc_ledger_sold.php:73 -#: html/annulation.php:133 -#: include/class_acc_ledger_purchase.php:75 -#: include/class_acc_ledger.php:151 -#: include/class_acc_ledger_sold.php:74 -#: include/class_acc_ledger.php:159 +#: include/class_acc_ledger_sold.php:73 html/annulation.php:133 +#: include/class_acc_ledger_purchase.php:75 include/class_acc_ledger.php:151 +#: include/class_acc_ledger_sold.php:74 include/class_acc_ledger.php:159 #: include/class_acc_ledger_purchase.php:81 -#: include/class_acc_ledger_sold.php:79 -#: include/class_acc_ledger.php:179 -#: include/class_acc_ledger_purchase.php:82 +#: include/class_acc_ledger_sold.php:79 include/class_acc_ledger.php:179 +#: include/class_acc_ledger_purchase.php:82 include/class_acc_ledger.php:191 msgid "Date invalide" msgstr "Invalid date" #: include/class_acc_ledger_purchase.php:80 -#: include/class_acc_ledger_sold.php:79 -#: include/class_acc_ledger_fin.php:72 -#: include/class_acc_ledger_sold.php:80 -#: include/class_acc_ledger_fin.php:77 +#: include/class_acc_ledger_sold.php:79 include/class_acc_ledger_fin.php:72 +#: include/class_acc_ledger_sold.php:80 include/class_acc_ledger_fin.php:77 #: include/class_acc_ledger_purchase.php:85 #: include/class_acc_ledger_sold.php:84 #: include/class_acc_ledger_purchase.php:88 #: include/class_acc_ledger_sold.php:85 #: include/class_acc_ledger_purchase.php:87 -#: include/class_acc_ledger_fin.php:89 -#: include/class_acc_ledger.php:1553 -#: include/class_acc_ledger_sold.php:86 -#: include/class_acc_ledger_fin.php:96 -#: include/class_acc_ledger.php:1630 -#: include/class_acc_ledger_purchase.php:96 -#: include/class_acc_ledger_sold.php:92 -#: include/class_acc_ledger.php:1792 +#: include/class_acc_ledger_fin.php:89 include/class_acc_ledger.php:1553 +#: include/class_acc_ledger_sold.php:86 include/class_acc_ledger_fin.php:96 +#: include/class_acc_ledger.php:1630 include/class_acc_ledger_purchase.php:96 +#: include/class_acc_ledger_sold.php:92 include/class_acc_ledger.php:1792 #: include/class_acc_ledger_purchase.php:97 +#: include/class_acc_ledger_fin.php:100 include/class_acc_ledger_fin.php:184 +#: include/class_acc_ledger.php:1851 include/class_acc_ledger_sold.php:91 msgid "Date et periode ne correspondent pas" msgstr "Date and period do not match" #: include/class_acc_ledger_purchase.php:85 -#: include/class_acc_ledger_sold.php:88 -#: include/class_acc_ledger_fin.php:78 -#: include/class_acc_ledger_sold.php:89 -#: include/class_acc_ledger_fin.php:83 +#: include/class_acc_ledger_sold.php:88 include/class_acc_ledger_fin.php:78 +#: include/class_acc_ledger_sold.php:89 include/class_acc_ledger_fin.php:83 #: include/class_acc_ledger_purchase.php:90 #: include/class_acc_ledger_sold.php:93 #: include/class_acc_ledger_purchase.php:93 #: include/class_acc_ledger_sold.php:94 #: include/class_acc_ledger_purchase.php:92 -#: include/class_acc_ledger_fin.php:95 -#: include/class_acc_ledger_sold.php:95 +#: include/class_acc_ledger_fin.php:95 include/class_acc_ledger_sold.php:95 #: include/class_acc_ledger_fin.php:102 #: include/class_acc_ledger_purchase.php:101 #: include/class_acc_ledger_sold.php:103 #: include/class_acc_ledger_purchase.php:102 +#: include/class_acc_ledger_fin.php:106 include/class_acc_ledger_fin.php:190 +#: include/class_acc_ledger_sold.php:100 msgid "Periode fermee" msgstr "Closed Periode" @@ -4790,10 +3851,10 @@ msgstr "Closed Periode" #: include/class_acc_ledger_purchase.php:99 #: include/class_acc_ledger_purchase.php:102 #: include/class_acc_ledger_purchase.php:101 -#: include/class_acc_ledger_fin.php:104 -#: include/class_acc_ledger_fin.php:112 +#: include/class_acc_ledger_fin.php:104 include/class_acc_ledger_fin.php:112 #: include/class_acc_ledger_purchase.php:111 #: include/class_acc_ledger_purchase.php:112 +#: include/class_acc_ledger_fin.php:116 include/class_acc_ledger_fin.php:200 msgid "Vous utilisez le mode strict la dernière operation est à la date du " msgstr "You're using the strict the last accounting entry is on" @@ -4808,42 +3869,32 @@ msgstr "You cannot enter an accounting entry" #: include/class_acc_ledger_purchase.php:138 #: include/class_acc_ledger_purchase.php:144 #: include/class_acc_ledger_purchase.php:154 -#: include/class_acc_ledger_sold.php:105 -#: include/class_acc_ledger_sold.php:117 -#: include/class_acc_ledger_sold.php:128 -#: include/class_acc_ledger_sold.php:130 -#: include/class_acc_ledger_sold.php:136 -#: include/class_acc_ledger_sold.php:146 +#: include/class_acc_ledger_sold.php:105 include/class_acc_ledger_sold.php:117 +#: include/class_acc_ledger_sold.php:128 include/class_acc_ledger_sold.php:130 +#: include/class_acc_ledger_sold.php:136 include/class_acc_ledger_sold.php:146 #: include/class_acc_ledger_purchase.php:105 #: include/class_acc_ledger_purchase.php:117 #: include/class_acc_ledger_purchase.php:133 #: include/class_acc_ledger_purchase.php:135 #: include/class_acc_ledger_purchase.php:141 #: include/class_acc_ledger_purchase.php:151 -#: include/class_acc_ledger_sold.php:106 -#: include/class_acc_ledger_sold.php:118 -#: include/class_acc_ledger_sold.php:129 -#: include/class_acc_ledger_sold.php:131 -#: include/class_acc_ledger_sold.php:137 -#: include/class_acc_ledger_sold.php:147 +#: include/class_acc_ledger_sold.php:106 include/class_acc_ledger_sold.php:118 +#: include/class_acc_ledger_sold.php:129 include/class_acc_ledger_sold.php:131 +#: include/class_acc_ledger_sold.php:137 include/class_acc_ledger_sold.php:147 #: include/class_acc_ledger_purchase.php:127 #: include/class_acc_ledger_purchase.php:143 #: include/class_acc_ledger_purchase.php:145 #: include/class_acc_ledger_purchase.php:172 -#: include/class_acc_ledger_sold.php:140 -#: include/class_acc_ledger_sold.php:142 -#: include/class_acc_ledger_sold.php:148 -#: include/class_acc_ledger_sold.php:167 +#: include/class_acc_ledger_sold.php:140 include/class_acc_ledger_sold.php:142 +#: include/class_acc_ledger_sold.php:148 include/class_acc_ledger_sold.php:167 #: include/class_acc_ledger_purchase.php:110 #: include/class_acc_ledger_purchase.php:132 #: include/class_acc_ledger_purchase.php:148 #: include/class_acc_ledger_purchase.php:150 #: include/class_acc_ledger_purchase.php:156 #: include/class_acc_ledger_purchase.php:177 -#: include/class_acc_ledger_sold.php:110 -#: include/class_acc_ledger_sold.php:133 -#: include/class_acc_ledger_sold.php:144 -#: include/class_acc_ledger_sold.php:152 +#: include/class_acc_ledger_sold.php:110 include/class_acc_ledger_sold.php:133 +#: include/class_acc_ledger_sold.php:144 include/class_acc_ledger_sold.php:152 #: include/class_acc_ledger_sold.php:171 #: include/class_acc_ledger_purchase.php:113 #: include/class_acc_ledger_purchase.php:157 @@ -4852,29 +3903,23 @@ msgstr "You cannot enter an accounting entry" #: include/class_acc_ledger_purchase.php:168 #: include/class_acc_ledger_purchase.php:174 #: include/class_acc_ledger_purchase.php:195 -#: include/class_acc_ledger_sold.php:111 -#: include/class_acc_ledger_sold.php:134 -#: include/class_acc_ledger_sold.php:145 -#: include/class_acc_ledger_sold.php:153 -#: include/class_acc_ledger_sold.php:157 -#: include/class_acc_ledger_sold.php:162 +#: include/class_acc_ledger_sold.php:111 include/class_acc_ledger_sold.php:134 +#: include/class_acc_ledger_sold.php:145 include/class_acc_ledger_sold.php:153 +#: include/class_acc_ledger_sold.php:157 include/class_acc_ledger_sold.php:162 #: include/class_acc_ledger_sold.php:182 #: include/class_acc_ledger_purchase.php:112 #: include/class_acc_ledger_purchase.php:149 #: include/class_acc_ledger_purchase.php:162 #: include/class_acc_ledger_purchase.php:189 -#: include/class_acc_ledger_sold.php:159 -#: include/class_acc_ledger_sold.php:164 +#: include/class_acc_ledger_sold.php:159 include/class_acc_ledger_sold.php:164 #: include/class_acc_ledger_sold.php:184 #: include/class_acc_ledger_purchase.php:134 #: include/class_acc_ledger_purchase.php:152 #: include/class_acc_ledger_purchase.php:158 #: include/class_acc_ledger_purchase.php:169 #: include/class_acc_ledger_purchase.php:190 -#: include/class_acc_ledger_sold.php:112 -#: include/class_acc_ledger_sold.php:135 -#: include/class_acc_ledger_sold.php:154 -#: include/class_acc_ledger_sold.php:160 +#: include/class_acc_ledger_sold.php:112 include/class_acc_ledger_sold.php:135 +#: include/class_acc_ledger_sold.php:154 include/class_acc_ledger_sold.php:160 #: include/class_acc_ledger_purchase.php:122 #: include/class_acc_ledger_purchase.php:147 #: include/class_acc_ledger_purchase.php:164 @@ -4883,71 +3928,64 @@ msgstr "You cannot enter an accounting entry" #: include/class_acc_ledger_purchase.php:178 #: include/class_acc_ledger_purchase.php:194 #: include/class_acc_ledger_purchase.php:219 -#: include/class_acc_ledger_sold.php:121 -#: include/class_acc_ledger_sold.php:168 -#: include/class_acc_ledger_sold.php:175 -#: include/class_acc_ledger_sold.php:179 +#: include/class_acc_ledger_sold.php:121 include/class_acc_ledger_sold.php:168 +#: include/class_acc_ledger_sold.php:175 include/class_acc_ledger_sold.php:179 #: include/class_acc_ledger_sold.php:213 #: include/class_acc_ledger_purchase.php:123 #: include/class_acc_ledger_purchase.php:165 #: include/class_acc_ledger_purchase.php:167 -#: include/class_acc_ledger_sold.php:174 -#: include/class_acc_ledger_sold.php:178 +#: include/class_acc_ledger_sold.php:174 include/class_acc_ledger_sold.php:178 #: include/class_acc_ledger_sold.php:212 +#: include/class_acc_ledger_purchase.php:193 +#: include/class_acc_ledger_purchase.php:218 +#: include/class_acc_ledger_sold.php:116 include/class_acc_ledger_sold.php:139 +#: include/class_acc_ledger_sold.php:151 include/class_acc_ledger_sold.php:158 +#: include/class_acc_ledger_sold.php:163 include/class_acc_ledger_sold.php:197 msgid "La fiche " msgstr "The card" #: include/class_acc_ledger_purchase.php:108 #: include/class_acc_ledger_purchase.php:144 -#: include/class_acc_ledger_sold.php:105 -#: include/class_acc_ledger_sold.php:136 +#: include/class_acc_ledger_sold.php:105 include/class_acc_ledger_sold.php:136 #: include/class_acc_ledger_purchase.php:105 #: include/class_acc_ledger_purchase.php:141 -#: include/class_acc_ledger_sold.php:106 -#: include/class_acc_ledger_sold.php:137 +#: include/class_acc_ledger_sold.php:106 include/class_acc_ledger_sold.php:137 #: include/class_acc_ledger_purchase.php:151 #: include/class_acc_ledger_sold.php:148 #: include/class_acc_ledger_purchase.php:110 #: include/class_acc_ledger_purchase.php:156 -#: include/class_acc_ledger_sold.php:110 -#: include/class_acc_ledger_sold.php:152 +#: include/class_acc_ledger_sold.php:110 include/class_acc_ledger_sold.php:152 #: include/class_acc_ledger_purchase.php:113 #: include/class_acc_ledger_purchase.php:174 -#: include/class_acc_ledger_sold.php:111 -#: include/class_acc_ledger_sold.php:153 +#: include/class_acc_ledger_sold.php:111 include/class_acc_ledger_sold.php:153 #: include/class_acc_ledger_purchase.php:112 #: include/class_acc_ledger_purchase.php:168 #: include/class_acc_ledger_purchase.php:169 -#: include/class_acc_ledger_sold.php:112 -#: include/class_acc_ledger_sold.php:154 +#: include/class_acc_ledger_sold.php:112 include/class_acc_ledger_sold.php:154 #: include/class_acc_ledger_purchase.php:122 #: include/class_acc_ledger_purchase.php:194 -#: include/class_acc_ledger_sold.php:121 -#: include/class_acc_ledger_sold.php:168 +#: include/class_acc_ledger_sold.php:121 include/class_acc_ledger_sold.php:168 #: include/class_acc_ledger_purchase.php:123 +#: include/class_acc_ledger_purchase.php:193 +#: include/class_acc_ledger_sold.php:116 include/class_acc_ledger_sold.php:158 msgid "n'a pas de poste comptable" msgstr "has no accounting entry" #: include/class_acc_ledger_purchase.php:113 #: include/class_acc_ledger_purchase.php:148 -#: include/class_acc_ledger_sold.php:110 -#: include/class_acc_ledger_sold.php:140 +#: include/class_acc_ledger_sold.php:110 include/class_acc_ledger_sold.php:140 #: include/class_acc_ledger_purchase.php:110 #: include/class_acc_ledger_purchase.php:145 -#: include/class_acc_ledger_sold.php:111 -#: include/class_acc_ledger_sold.php:141 +#: include/class_acc_ledger_sold.php:111 include/class_acc_ledger_sold.php:141 #: include/class_acc_ledger_purchase.php:120 #: include/class_acc_ledger_purchase.php:166 -#: include/class_acc_ledger_sold.php:122 -#: include/class_acc_ledger_sold.php:161 +#: include/class_acc_ledger_sold.php:122 include/class_acc_ledger_sold.php:161 #: include/class_acc_ledger_purchase.php:125 #: include/class_acc_ledger_purchase.php:171 -#: include/class_acc_ledger_sold.php:126 -#: include/class_acc_ledger_sold.php:165 +#: include/class_acc_ledger_sold.php:126 include/class_acc_ledger_sold.php:165 #: include/class_acc_ledger_purchase.php:128 #: include/class_acc_ledger_purchase.php:189 -#: include/class_acc_ledger_sold.php:127 -#: include/class_acc_ledger_sold.php:176 +#: include/class_acc_ledger_sold.php:127 include/class_acc_ledger_sold.php:176 #: include/class_acc_ledger_purchase.php:127 #: include/class_acc_ledger_purchase.php:183 #: include/class_acc_ledger_sold.php:178 @@ -4958,31 +3996,28 @@ msgstr "has no accounting entry" #: include/class_acc_ledger_sold.php:207 #: include/class_acc_ledger_purchase.php:142 #: include/class_acc_ledger_sold.php:206 +#: include/class_acc_ledger_purchase.php:212 +#: include/class_acc_ledger_sold.php:132 include/class_acc_ledger_sold.php:191 msgid "Pour la fiche " msgstr "For the card" #: include/class_acc_ledger_purchase.php:113 -#: include/class_acc_ledger_sold.php:110 -#: include/class_acc_ledger_sold.php:140 +#: include/class_acc_ledger_sold.php:110 include/class_acc_ledger_sold.php:140 #: include/class_acc_ledger_purchase.php:110 -#: include/class_acc_ledger_sold.php:111 -#: include/class_acc_ledger_sold.php:141 +#: include/class_acc_ledger_sold.php:111 include/class_acc_ledger_sold.php:141 #: include/class_acc_ledger_purchase.php:120 -#: include/class_acc_ledger_sold.php:122 -#: include/class_acc_ledger_sold.php:161 +#: include/class_acc_ledger_sold.php:122 include/class_acc_ledger_sold.php:161 #: include/class_acc_ledger_purchase.php:125 -#: include/class_acc_ledger_sold.php:126 -#: include/class_acc_ledger_sold.php:165 +#: include/class_acc_ledger_sold.php:126 include/class_acc_ledger_sold.php:165 #: include/class_acc_ledger_purchase.php:128 -#: include/class_acc_ledger_sold.php:127 -#: include/class_acc_ledger_sold.php:176 +#: include/class_acc_ledger_sold.php:127 include/class_acc_ledger_sold.php:176 #: include/class_acc_ledger_purchase.php:127 -#: include/class_acc_ledger_sold.php:178 -#: include/class_acc_ledger_sold.php:128 +#: include/class_acc_ledger_sold.php:178 include/class_acc_ledger_sold.php:128 #: include/class_acc_ledger_purchase.php:141 #: include/class_acc_ledger_sold.php:207 #: include/class_acc_ledger_purchase.php:142 -#: include/class_acc_ledger_sold.php:206 +#: include/class_acc_ledger_sold.php:206 include/class_acc_ledger_sold.php:132 +#: include/class_acc_ledger_sold.php:191 msgid " le poste comptable [" msgstr " The accounting item [" @@ -5010,29 +4045,26 @@ msgstr " The accounting item [" #: include/class_acc_ledger_sold.php:207 #: include/class_acc_ledger_purchase.php:142 #: include/class_acc_ledger_sold.php:206 +#: include/class_acc_ledger_purchase.php:212 +#: include/class_acc_ledger_sold.php:191 msgid "n'existe pas" msgstr "does not exist" #: include/class_acc_ledger_purchase.php:120 #: include/class_acc_ledger_purchase.php:154 -#: include/class_acc_ledger_sold.php:117 -#: include/class_acc_ledger_sold.php:146 +#: include/class_acc_ledger_sold.php:117 include/class_acc_ledger_sold.php:146 #: include/class_acc_ledger_purchase.php:117 #: include/class_acc_ledger_purchase.php:151 -#: include/class_acc_ledger_sold.php:118 -#: include/class_acc_ledger_sold.php:147 +#: include/class_acc_ledger_sold.php:118 include/class_acc_ledger_sold.php:147 #: include/class_acc_ledger_purchase.php:127 #: include/class_acc_ledger_purchase.php:172 -#: include/class_acc_ledger_sold.php:129 -#: include/class_acc_ledger_sold.php:167 +#: include/class_acc_ledger_sold.php:129 include/class_acc_ledger_sold.php:167 #: include/class_acc_ledger_purchase.php:132 #: include/class_acc_ledger_purchase.php:177 -#: include/class_acc_ledger_sold.php:133 -#: include/class_acc_ledger_sold.php:171 +#: include/class_acc_ledger_sold.php:133 include/class_acc_ledger_sold.php:171 #: include/class_acc_ledger_purchase.php:141 #: include/class_acc_ledger_purchase.php:195 -#: include/class_acc_ledger_sold.php:134 -#: include/class_acc_ledger_sold.php:182 +#: include/class_acc_ledger_sold.php:134 include/class_acc_ledger_sold.php:182 #: include/class_acc_ledger_purchase.php:133 #: include/class_acc_ledger_purchase.php:189 #: include/class_acc_ledger_sold.php:184 @@ -5041,10 +4073,11 @@ msgstr "does not exist" #: include/class_acc_ledger_sold.php:135 #: include/class_acc_ledger_purchase.php:147 #: include/class_acc_ledger_purchase.php:219 -#: include/class_acc_ledger_sold.php:148 -#: include/class_acc_ledger_sold.php:213 +#: include/class_acc_ledger_sold.php:148 include/class_acc_ledger_sold.php:213 #: include/class_acc_ledger_purchase.php:148 #: include/class_acc_ledger_sold.php:212 +#: include/class_acc_ledger_purchase.php:218 +#: include/class_acc_ledger_sold.php:139 include/class_acc_ledger_sold.php:197 msgid "n'est pas accessible à ce journal" msgstr "is not allowed for this ledger" @@ -5080,6 +4113,7 @@ msgstr "has an invalid quantity" #: include/class_acc_ledger_purchase.php:183 #: include/class_acc_ledger_purchase.php:184 #: include/class_acc_ledger_purchase.php:213 +#: include/class_acc_ledger_purchase.php:212 msgid " le poste comptable" msgstr " the accounting item" @@ -5099,7 +4133,7 @@ msgstr " the accounting item" #: include/class_acc_ledger_purchase.php:264 #: include/class_acc_ledger_sold.php:217 #: include/class_acc_ledger_purchase.php:258 -#: include/class_acc_ledger_sold.php:216 +#: include/class_acc_ledger_sold.php:216 include/class_acc_ledger_sold.php:201 msgid "Il n'y a aucune marchandise" msgstr "There is no item" @@ -5129,7 +4163,7 @@ msgstr "All the purchase ledgers" #: include/class_acc_ledger_purchase.php:913 #: include/class_acc_ledger_purchase.php:1258 #: include/class_acc_ledger_purchase.php:918 -#: include/class_acc_ledger_purchase.php:1266 +#: include/class_acc_ledger_purchase.php:1266 include/class_pre_op_ach.php:182 msgid "En-tête facture fournisseur" msgstr "Header invoice supplier" @@ -5143,7 +4177,7 @@ msgstr "Header invoice supplier" #: include/class_acc_ledger_purchase.php:754 #: include/class_acc_ledger_purchase.php:758 #: include/class_acc_ledger_purchase.php:914 -#: include/class_acc_ledger_purchase.php:919 +#: include/class_acc_ledger_purchase.php:919 include/class_pre_op_ach.php:183 msgid "Détail articles acheté" msgstr "Details item" @@ -5158,6 +4192,7 @@ msgstr "Details item" #: include/class_acc_ledger_purchase.php:869 #: include/class_acc_ledger_purchase.php:1033 #: include/class_acc_ledger_purchase.php:1040 +#: include/class_acc_ledger_purchase.php:1096 include/class_pre_op_ach.php:216 msgid "Fournisseur " msgstr "Supplier" @@ -5173,6 +4208,8 @@ msgstr "Supplier" #: include/class_acc_ledger_purchase.php:1099 #: include/class_acc_ledger_purchase.php:1275 #: include/class_acc_ledger_purchase.php:1286 +#: include/class_acc_ledger_purchase.php:972 +#: include/class_acc_ledger_purchase.php:1372 msgid "Détail articles achetés" msgstr "Detail items" @@ -5198,8 +4235,7 @@ msgstr "VAT " #: include/class_acc_ledger_purchase.php:1123 #: include/class_acc_ledger_sold.php:686 #: include/class_acc_ledger_purchase.php:1120 -#: include/class_acc_ledger_sold.php:687 -#: include/class_acc_ledger_sold.php:689 +#: include/class_acc_ledger_sold.php:687 include/class_acc_ledger_sold.php:689 #: include/class_acc_ledger_purchase.php:1164 #: include/class_acc_ledger_sold.php:691 #: include/class_acc_ledger_purchase.php:1219 @@ -5216,6 +4252,8 @@ msgstr "VAT " #: include/class_acc_ledger_sold.php:883 #: include/class_acc_ledger_purchase.php:1539 #: include/class_acc_ledger_sold.php:931 +#: include/class_acc_ledger_purchase.php:1632 +#: include/class_acc_ledger_sold.php:898 msgid "Ajoutez une pièce justificative " msgstr "Add a receipt" @@ -5234,8 +4272,7 @@ msgstr "or generate an expense report" #: include/class_acc_ledger_purchase.php:1166 #: include/class_acc_ledger_sold.php:734 #: include/class_acc_ledger_purchase.php:1163 -#: include/class_acc_ledger_sold.php:735 -#: include/class_acc_ledger_sold.php:737 +#: include/class_acc_ledger_sold.php:735 include/class_acc_ledger_sold.php:737 #: include/class_acc_ledger_purchase.php:1212 #: include/class_acc_ledger_sold.php:739 #: include/class_acc_ledger_purchase.php:1267 @@ -5252,6 +4289,8 @@ msgstr "or generate an expense report" #: include/class_acc_ledger_sold.php:932 #: include/class_acc_ledger_purchase.php:1587 #: include/class_acc_ledger_sold.php:980 +#: include/class_acc_ledger_purchase.php:1678 +#: include/class_acc_ledger_sold.php:943 msgid "Echeance dépassée" msgstr "Missed deadline" @@ -5262,8 +4301,7 @@ msgstr "Missed deadline" #: include/class_acc_ledger_purchase.php:1168 #: include/class_acc_ledger_sold.php:736 #: include/class_acc_ledger_purchase.php:1165 -#: include/class_acc_ledger_sold.php:737 -#: include/class_acc_ledger_sold.php:739 +#: include/class_acc_ledger_sold.php:737 include/class_acc_ledger_sold.php:739 #: include/class_acc_ledger_purchase.php:1214 #: include/class_acc_ledger_sold.php:741 #: include/class_acc_ledger_purchase.php:1269 @@ -5280,89 +4318,67 @@ msgstr "Missed deadline" #: include/class_acc_ledger_sold.php:934 #: include/class_acc_ledger_purchase.php:1589 #: include/class_acc_ledger_sold.php:982 +#: include/class_acc_ledger_purchase.php:1680 +#: include/class_acc_ledger_sold.php:945 msgid "Non Payée" msgstr "Not paid" -#: include/class_acc_ledger_sold.php:64 -#: include/class_acc_ledger_sold.php:68 -#: include/class_acc_ledger_sold.php:69 -#: include/class_acc_ledger_sold.php:70 -#: include/class_acc_ledger_sold.php:74 +#: include/class_acc_ledger_sold.php:64 include/class_acc_ledger_sold.php:68 +#: include/class_acc_ledger_sold.php:69 include/class_acc_ledger_sold.php:70 +#: include/class_acc_ledger_sold.php:74 include/class_acc_ledger_sold.php:75 msgid "Vous n'avez pas donné de client" msgstr "You haven't enter any customer" -#: include/class_acc_ledger_sold.php:96 -#: include/class_acc_ledger_sold.php:97 -#: include/class_acc_ledger_sold.php:101 -#: include/class_acc_ledger_sold.php:102 -#: include/class_acc_ledger_sold.php:103 -#: include/class_acc_ledger_sold.php:112 +#: include/class_acc_ledger_sold.php:96 include/class_acc_ledger_sold.php:97 +#: include/class_acc_ledger_sold.php:101 include/class_acc_ledger_sold.php:102 +#: include/class_acc_ledger_sold.php:103 include/class_acc_ledger_sold.php:112 +#: include/class_acc_ledger_sold.php:108 msgid "Vous utilisez le mode strict la dernière operation est date du " msgstr "You are using the strict mode, the last entry was typed on " -#: include/class_acc_ledger_sold.php:97 -#: include/class_acc_ledger_fin.php:87 -#: include/class_acc_ledger_sold.php:98 -#: include/class_acc_ledger_fin.php:92 -#: include/class_acc_ledger_sold.php:102 -#: include/class_acc_ledger_sold.php:103 -#: include/class_acc_ledger_fin.php:105 -#: include/class_acc_ledger_sold.php:104 -#: include/class_acc_ledger_fin.php:113 -#: include/class_acc_ledger_sold.php:113 +#: include/class_acc_ledger_sold.php:97 include/class_acc_ledger_fin.php:87 +#: include/class_acc_ledger_sold.php:98 include/class_acc_ledger_fin.php:92 +#: include/class_acc_ledger_sold.php:102 include/class_acc_ledger_sold.php:103 +#: include/class_acc_ledger_fin.php:105 include/class_acc_ledger_sold.php:104 +#: include/class_acc_ledger_fin.php:113 include/class_acc_ledger_sold.php:113 +#: include/class_acc_ledger_fin.php:117 include/class_acc_ledger_fin.php:201 +#: include/class_acc_ledger_sold.php:109 msgid " vous ne pouvez pas encoder à une date antérieure" msgstr " You can not enter an entry before the last operation" -#: include/class_acc_ledger_sold.php:110 -#: include/class_acc_ledger_sold.php:111 -#: include/class_acc_ledger_sold.php:122 -#: include/class_acc_ledger_sold.php:126 -#: include/class_acc_ledger_sold.php:127 -#: include/class_acc_ledger_sold.php:128 -#: include/class_acc_ledger_sold.php:141 +#: include/class_acc_ledger_sold.php:110 include/class_acc_ledger_sold.php:111 +#: include/class_acc_ledger_sold.php:122 include/class_acc_ledger_sold.php:126 +#: include/class_acc_ledger_sold.php:127 include/class_acc_ledger_sold.php:128 +#: include/class_acc_ledger_sold.php:141 include/class_acc_ledger_sold.php:132 msgid "] n'existe pas" msgstr "] doesn't exist" -#: include/class_acc_ledger_sold.php:128 -#: include/class_acc_ledger_sold.php:129 -#: include/class_acc_ledger_sold.php:140 -#: include/class_acc_ledger_sold.php:144 -#: include/class_acc_ledger_sold.php:145 -#: include/class_acc_ledger_sold.php:146 -#: include/class_acc_ledger_sold.php:160 +#: include/class_acc_ledger_sold.php:128 include/class_acc_ledger_sold.php:129 +#: include/class_acc_ledger_sold.php:140 include/class_acc_ledger_sold.php:144 +#: include/class_acc_ledger_sold.php:145 include/class_acc_ledger_sold.php:146 +#: include/class_acc_ledger_sold.php:160 include/class_acc_ledger_sold.php:151 msgid "a un montant invalide [" msgstr "has an invalid amount" -#: include/class_acc_ledger_sold.php:130 -#: include/class_acc_ledger_sold.php:131 -#: include/class_acc_ledger_sold.php:142 -#: include/class_acc_ledger_sold.php:146 -#: include/class_acc_ledger_sold.php:147 -#: include/class_acc_ledger_sold.php:148 -#: include/class_acc_ledger_sold.php:162 +#: include/class_acc_ledger_sold.php:130 include/class_acc_ledger_sold.php:131 +#: include/class_acc_ledger_sold.php:142 include/class_acc_ledger_sold.php:146 +#: include/class_acc_ledger_sold.php:147 include/class_acc_ledger_sold.php:148 +#: include/class_acc_ledger_sold.php:162 include/class_acc_ledger_sold.php:153 msgid "a une quantité invalide [" msgstr " has an invalid quantity" -#: include/class_acc_ledger_sold.php:759 -#: include/class_acc_ledger_sold.php:691 -#: include/class_acc_ledger_sold.php:693 -#: include/class_acc_ledger_sold.php:694 -#: include/class_acc_ledger_sold.php:696 -#: include/class_acc_ledger_sold.php:698 -#: include/class_acc_ledger_sold.php:751 -#: include/class_acc_ledger_sold.php:755 -#: include/class_acc_ledger_sold.php:768 -#: include/class_acc_ledger_sold.php:775 -#: include/class_acc_ledger_sold.php:791 -#: include/class_acc_ledger_sold.php:890 -#: include/class_acc_ledger_sold.php:938 +#: include/class_acc_ledger_sold.php:759 include/class_acc_ledger_sold.php:691 +#: include/class_acc_ledger_sold.php:693 include/class_acc_ledger_sold.php:694 +#: include/class_acc_ledger_sold.php:696 include/class_acc_ledger_sold.php:698 +#: include/class_acc_ledger_sold.php:751 include/class_acc_ledger_sold.php:755 +#: include/class_acc_ledger_sold.php:768 include/class_acc_ledger_sold.php:775 +#: include/class_acc_ledger_sold.php:791 include/class_acc_ledger_sold.php:890 +#: include/class_acc_ledger_sold.php:938 include/class_acc_ledger_sold.php:904 msgid "ou générer une facture" msgstr "or generate an invoice" -#: include/class_acc_ledger_sold.php:770 -#: include/class_acc_ledger_sold.php:702 -#: include/class_acc_ledger_sold.php:704 -#: include/class_acc_ledger_sold.php:705 +#: include/class_acc_ledger_sold.php:770 include/class_acc_ledger_sold.php:702 +#: include/class_acc_ledger_sold.php:704 include/class_acc_ledger_sold.php:705 #: include/class_acc_ledger_sold.php:707 #: include/class_acc_ledger_purchase.php:1182 #: include/class_acc_ledger_sold.php:709 @@ -5380,13 +4396,13 @@ msgstr "or generate an invoice" #: include/class_acc_ledger_sold.php:901 #: include/class_acc_ledger_purchase.php:1557 #: include/class_acc_ledger_sold.php:949 +#: include/class_acc_ledger_purchase.php:1649 +#: include/class_acc_ledger_sold.php:915 msgid "Numero de bon de commande : " msgstr "Number of ordering" -#: include/class_acc_ledger_sold.php:771 -#: include/class_acc_ledger_sold.php:703 -#: include/class_acc_ledger_sold.php:705 -#: include/class_acc_ledger_sold.php:706 +#: include/class_acc_ledger_sold.php:771 include/class_acc_ledger_sold.php:703 +#: include/class_acc_ledger_sold.php:705 include/class_acc_ledger_sold.php:706 #: include/class_acc_ledger_sold.php:708 #: include/class_acc_ledger_purchase.php:1183 #: include/class_acc_ledger_sold.php:710 @@ -5404,22 +4420,19 @@ msgstr "Number of ordering" #: include/class_acc_ledger_sold.php:902 #: include/class_acc_ledger_purchase.php:1558 #: include/class_acc_ledger_sold.php:950 +#: include/class_acc_ledger_purchase.php:1650 +#: include/class_acc_ledger_sold.php:916 msgid "Autre information : " msgstr "Other info" -#: include/class_acc_ledger_sold.php:861 -#: include/class_acc_ledger_sold.php:793 -#: include/class_acc_ledger_sold.php:795 -#: include/class_acc_ledger_sold.php:796 -#: include/class_acc_ledger_sold.php:798 -#: include/class_acc_ledger_sold.php:800 -#: include/class_acc_ledger_sold.php:853 -#: include/class_acc_ledger_sold.php:857 -#: include/class_acc_ledger_sold.php:870 -#: include/class_acc_ledger_sold.php:880 -#: include/class_acc_ledger_sold.php:896 -#: include/class_acc_ledger_sold.php:996 +#: include/class_acc_ledger_sold.php:861 include/class_acc_ledger_sold.php:793 +#: include/class_acc_ledger_sold.php:795 include/class_acc_ledger_sold.php:796 +#: include/class_acc_ledger_sold.php:798 include/class_acc_ledger_sold.php:800 +#: include/class_acc_ledger_sold.php:853 include/class_acc_ledger_sold.php:857 +#: include/class_acc_ledger_sold.php:870 include/class_acc_ledger_sold.php:880 +#: include/class_acc_ledger_sold.php:896 include/class_acc_ledger_sold.php:996 #: include/class_acc_ledger_sold.php:1048 +#: include/class_acc_ledger_sold.php:1012 msgid "Echéance" msgstr "Date Limit" @@ -5427,84 +4440,51 @@ msgstr "Date Limit" msgid "Aucune catégorie de fiche ne correspondant a votre demande" msgstr "No category matches your request" -#: html/ajax_card.php:237 -#: html/ajax_card.php:236 -#: html/ajax_card.php:257 -#: html/ajax_card.php:379 -#: html/ajax_card.php:388 +#: html/ajax_card.php:237 html/ajax_card.php:236 html/ajax_card.php:257 +#: html/ajax_card.php:379 html/ajax_card.php:388 html/ajax_card.php:408 msgid " de clients" msgstr " of customes" -#: html/ajax_card.php:241 -#: html/ajax_card.php:240 -#: html/ajax_card.php:261 -#: html/ajax_card.php:383 -#: html/ajax_card.php:392 +#: html/ajax_card.php:241 html/ajax_card.php:240 html/ajax_card.php:261 +#: html/ajax_card.php:383 html/ajax_card.php:392 html/ajax_card.php:412 msgid " de fournisseurs" msgstr " of suppliers" -#: html/ajax_card.php:245 -#: html/ajax_card.php:244 -#: html/ajax_card.php:265 -#: html/ajax_card.php:387 -#: html/ajax_card.php:396 +#: html/ajax_card.php:245 html/ajax_card.php:244 html/ajax_card.php:265 +#: html/ajax_card.php:387 html/ajax_card.php:396 html/ajax_card.php:416 msgid " d'administration" msgstr " of administration" -#: html/ajax_card.php:251 -#: include/client.inc.php:44 -#: include/client.inc.php:123 -#: include/adm.inc.php:45 -#: include/adm.inc.php:129 -#: include/client.inc.php:128 -#: include/supplier.inc.php:44 -#: include/supplier.inc.php:128 -#: include/adm.inc.php:141 -#: include/client.inc.php:140 -#: include/supplier.inc.php:139 -#: html/ajax_card.php:250 -#: include/adm.inc.php:44 -#: include/adm.inc.php:140 -#: include/client.inc.php:43 -#: include/client.inc.php:139 -#: include/supplier.inc.php:43 -#: include/supplier.inc.php:137 -#: html/ajax_card.php:271 -#: html/ajax_card.php:393 -#: include/client.inc.php:36 -#: include/client.inc.php:138 -#: include/supplier.inc.php:126 -#: include/adm.inc.php:127 -#: include/bank.inc.php:122 -#: include/client.inc.php:120 -#: include/contact.inc.php:133 -#: include/template/category_of_card.php:4 +#: html/ajax_card.php:251 include/client.inc.php:44 include/client.inc.php:123 +#: include/adm.inc.php:45 include/adm.inc.php:129 include/client.inc.php:128 +#: include/supplier.inc.php:44 include/supplier.inc.php:128 +#: include/adm.inc.php:141 include/client.inc.php:140 +#: include/supplier.inc.php:139 html/ajax_card.php:250 include/adm.inc.php:44 +#: include/adm.inc.php:140 include/client.inc.php:43 +#: include/client.inc.php:139 include/supplier.inc.php:43 +#: include/supplier.inc.php:137 html/ajax_card.php:271 html/ajax_card.php:393 +#: include/client.inc.php:36 include/client.inc.php:138 +#: include/supplier.inc.php:126 include/adm.inc.php:127 +#: include/bank.inc.php:122 include/client.inc.php:120 +#: include/contact.inc.php:133 include/template/category_of_card.php:4 +#: include/adm.inc.php:128 include/bank.inc.php:124 +#: include/customer.inc.php:123 include/manager.inc.php:126 msgid "Ajout d'une catégorie" msgstr "Add a category" -#: html/ajax_card.php:293 -#: html/ajax_card.php:295 -#: html/ajax_card.php:298 -#: html/ajax_card.php:297 -#: html/ajax_card.php:318 -#: html/ajax_card.php:444 -#: html/ajax_card.php:450 +#: html/ajax_card.php:293 html/ajax_card.php:295 html/ajax_card.php:298 +#: html/ajax_card.php:297 html/ajax_card.php:318 html/ajax_card.php:444 +#: html/ajax_card.php:450 html/ajax_card.php:470 msgid "Catégorie sauvée" msgstr "Category saved" -#: html/ajax_card.php:295 -#: html/ajax_card.php:298 -#: html/ajax_card.php:301 -#: html/ajax_card.php:300 -#: html/ajax_card.php:321 -#: html/ajax_card.php:449 -#: html/ajax_card.php:455 +#: html/ajax_card.php:295 html/ajax_card.php:298 html/ajax_card.php:301 +#: html/ajax_card.php:300 html/ajax_card.php:321 html/ajax_card.php:449 +#: html/ajax_card.php:455 html/ajax_card.php:475 msgid "Le nom et la classe base ne peuvent être vide" msgstr "The name and the accounting base can not be empty" -#: html/import.php:103 -#: html/import.php:100 -#: html/import.php:107 +#: html/import.php:103 html/import.php:100 html/import.php:107 msgid "Choississez la période à transfèrer" msgstr "Choose the periode to transfert" @@ -5522,124 +4502,114 @@ msgstr " You cannot add an entry before the last operation of this ledger" msgid "Aucune priode trouve" msgstr "No periode found" -#: include/dossier.inc.php:69 -#: include/dossier.inc.php:76 +#: include/dossier.inc.php:69 include/dossier.inc.php:76 #: include/dossier.inc.php:77 msgid "" "Desole la creation de ce dossier a echoue,\n" " la cause la plus probable est deux fois le même nom de dossier" -msgstr "Sorry you can't create this folder, probably because you use twice the same name" +msgstr "" +"Sorry you can't create this folder, probably because you use twice the same " +"name" -#: include/fiche_def.inc.php:67 -#: include/fiche_def.inc.php:68 +#: include/fiche_def.inc.php:67 include/fiche_def.inc.php:68 #: include/fiche_def.inc.php:69 -msgid "sinon le programme fonctionnera mal, utiliser uniquement des chiffres pour la classe de base ou rien" -msgstr "Otherwise the application won't work fine. Use only digits for the accounting entry or nothing" +msgid "" +"sinon le programme fonctionnera mal, utiliser uniquement des chiffres pour " +"la classe de base ou rien" +msgstr "" +"Otherwise the application won't work fine. Use only digits for the " +"accounting entry or nothing" -#: include/import_inc.php:79 -#: include/import_inc.php:82 +#: include/import_inc.php:79 include/import_inc.php:82 #: include/import_inc.php:69 msgid "Importation terminée" msgstr "Import done" -#: include/import_inc.php:115 -#: include/import_inc.php:118 +#: include/import_inc.php:115 include/import_inc.php:118 #: include/import_inc.php:106 +#: include/ext/importbank/include/class_bank_item.php:63 msgid "op. concernée" msgstr "Concerned op" -#: include/import_inc.php:139 -#: include/import_inc.php:142 +#: include/import_inc.php:139 include/import_inc.php:142 #: include/import_inc.php:131 msgid "poste comptable Destination" msgstr "Accounting item target" -#: include/import_inc.php:167 -#: include/import_inc.php:164 +#: include/import_inc.php:167 include/import_inc.php:164 #: include/import_inc.php:158 msgid "Enlever" msgstr "Remove" -#: include/import_inc.php:183 -#: include/import_inc.php:179 -#: include/import_inc.php:182 -#: include/import_inc.php:174 +#: include/import_inc.php:183 include/import_inc.php:179 +#: include/import_inc.php:182 include/import_inc.php:174 msgid " opérations à complèter" msgstr " operation to complete" -#: include/import_inc.php:212 -#: include/import_inc.php:271 -#: include/import_inc.php:210 -#: include/import_inc.php:269 -#: include/import_inc.php:206 -#: include/import_inc.php:265 -#: include/import_inc.php:209 -#: include/import_inc.php:268 -#: include/import_inc.php:201 -#: include/import_inc.php:262 +#: include/import_inc.php:212 include/import_inc.php:271 +#: include/import_inc.php:210 include/import_inc.php:269 +#: include/import_inc.php:206 include/import_inc.php:265 +#: include/import_inc.php:209 include/import_inc.php:268 +#: include/import_inc.php:201 include/import_inc.php:262 msgid "Vous devez selectionner votre période dans vos préférences" msgstr "You have to select a period in your preference" -#: include/import_inc.php:227 -#: include/import_inc.php:225 -#: include/import_inc.php:221 -#: include/import_inc.php:224 +#: include/import_inc.php:227 include/import_inc.php:225 +#: include/import_inc.php:221 include/import_inc.php:224 #: include/import_inc.php:216 msgid "opérations à transfèrer" msgstr "Operation to transfert" -#: include/import_inc.php:245 -#: include/import_inc.php:243 -#: include/import_inc.php:239 -#: include/import_inc.php:242 +#: include/import_inc.php:245 include/import_inc.php:243 +#: include/import_inc.php:239 include/import_inc.php:242 #: include/import_inc.php:235 msgid "Commencer le transfert" msgstr "Start the transfert" -#: include/import_inc.php:323 -#: include/import_inc.php:321 -#: include/import_inc.php:317 -#: include/import_inc.php:320 +#: include/import_inc.php:323 include/import_inc.php:321 +#: include/import_inc.php:317 include/import_inc.php:320 #: include/import_inc.php:316 msgid "Poste comptable erronné pour l'opération " msgstr "Wrong accounting item for the operation" -#: include/import_inc.php:373 -#: include/import_inc.php:371 -#: include/import_inc.php:367 -#: include/import_inc.php:372 +#: include/import_inc.php:373 include/import_inc.php:371 +#: include/import_inc.php:367 include/import_inc.php:372 #: include/import_inc.php:368 msgid "Tranfert de l'opération " msgstr "Transfert of the operation" -#: include/import_inc.php:373 -#: include/import_inc.php:371 -#: include/import_inc.php:367 -#: include/import_inc.php:372 +#: include/import_inc.php:373 include/import_inc.php:371 +#: include/import_inc.php:367 include/import_inc.php:372 #: include/import_inc.php:368 msgid " effectué" msgstr "Done" -#: include/import_inc.php:412 -#: include/import_inc.php:415 -#: include/import_inc.php:413 -#: include/import_inc.php:409 +#: include/import_inc.php:412 include/import_inc.php:415 +#: include/import_inc.php:413 include/import_inc.php:409 #: include/import_inc.php:414 msgid "Import fiche" msgstr "Import Card" #: include/template/category_of_card.php:3 #: include/template/category_of_card.php:14 +#: include/template/category_of_card.php:17 msgid "Nom de la catégorie de fiche" msgstr "Name of the category of card" #: include/template/category_of_card.php:21 #: include/template/category_of_card.php:32 -msgid "Si vous n'utilisez pas la création automatique, toutes les nouvelles fiches auront par défaut le même poste comptable. Ce poste comptable par défaut est la classe de base." -msgstr "If you don't use the automatic creation, all the new cards will have the same accounting item. This accounting item will be the class base" +#: include/template/category_of_card.php:35 +msgid "" +"Si vous n'utilisez pas la création automatique, toutes les nouvelles fiches " +"auront par défaut le même poste comptable. Ce poste comptable par défaut est " +"la classe de base." +msgstr "" +"If you don't use the automatic creation, all the new cards will have the " +"same accounting item. This accounting item will be the class base" #: include/template/category_of_card.php:24 #: include/template/category_of_card.php:35 +#: include/template/category_of_card.php:38 msgid " A moins qu'en créant la fiche, vous forcez un autre poste comptable" msgstr "Except if you give another accounting item when you create the card" @@ -5655,6 +4625,8 @@ msgstr "Except if you give another accounting item when you create the card" #: include/class_acc_ledger_purchase.php:1505 #: include/template/detail-action.php:231 #: include/class_acc_ledger_purchase.php:1535 +#: include/template/detail-action.php:382 +#: include/ext/invoicing/include/invoicing.inc.php:95 msgid "Document à générer" msgstr "Document to generate" @@ -5663,398 +4635,264 @@ msgstr "Document to generate" #: include/template/detail-action.php:225 #: include/template/detail-action.php:243 #: include/template/detail-action.php:239 +#: include/template/detail-action.php:393 msgid "Pièces attachées" msgstr "Attachment" -#: include/class_iperiod.php:106 -#: include/class_iperiod.php:124 +#: include/class_iperiod.php:106 include/class_iperiod.php:124 +#: include/class_iperiod.php:123 msgid "Aucune periode trouvée" msgstr "No period found" -#: html/ajax_card.php:131 -#: html/ajax_card.php:125 -#: html/ajax_card.php:124 -#: html/ajax_card.php:145 -#: html/ajax_card.php:244 -#: html/ajax_card.php:253 +#: html/ajax_card.php:131 html/ajax_card.php:125 html/ajax_card.php:124 +#: html/ajax_card.php:145 html/ajax_card.php:244 html/ajax_card.php:253 msgid "Aucune catégorie de fiche ne correspondant à votre demande" msgstr "No category of card is matching" -#: html/ajax_card.php:293 -#: html/ajax_card.php:296 -#: html/ajax_card.php:295 -#: html/ajax_card.php:316 -#: html/ajax_card.php:442 -#: html/ajax_card.php:448 +#: html/ajax_card.php:293 html/ajax_card.php:296 html/ajax_card.php:295 +#: html/ajax_card.php:316 html/ajax_card.php:442 html/ajax_card.php:448 +#: html/ajax_card.php:468 msgid "Catégorie existe déjà" msgstr "Category already exists" -#: html/ajax_extension.php:87 -#: html/ajax_extension.php:144 -#: html/parametre.php:236 -#: html/ajax_extension.php:81 -#: html/ajax_extension.php:138 -#: html/parametre.php:242 -#: html/parametre.php:254 -#: html/ajax_extension.php:139 -#: html/parametre.php:256 -#: html/ajax_extension.php:89 -#: html/ajax_extension.php:148 -#: html/parametre.php:273 -#: include/company.inc.php:39 -#: include/company.inc.php:43 -#: include/company.inc.php:46 +#: html/ajax_extension.php:87 html/ajax_extension.php:144 +#: html/parametre.php:236 html/ajax_extension.php:81 +#: html/ajax_extension.php:138 html/parametre.php:242 html/parametre.php:254 +#: html/ajax_extension.php:139 html/parametre.php:256 +#: html/ajax_extension.php:89 html/ajax_extension.php:148 +#: html/parametre.php:273 include/company.inc.php:39 +#: include/company.inc.php:43 include/company.inc.php:46 +#: include/company.inc.php:41 include/company.inc.php:45 +#: include/company.inc.php:48 include/company.inc.php:86 msgid "Oui" msgstr "yes" -#: html/ajax_extension.php:88 -#: html/ajax_extension.php:145 -#: html/parametre.php:235 -#: html/ajax_extension.php:82 -#: html/ajax_extension.php:139 -#: html/parametre.php:241 -#: html/parametre.php:253 -#: html/ajax_extension.php:140 -#: html/parametre.php:255 -#: html/ajax_extension.php:90 -#: html/ajax_extension.php:149 -#: html/parametre.php:272 -#: include/company.inc.php:38 -#: include/company.inc.php:42 -#: include/company.inc.php:45 +#: html/ajax_extension.php:88 html/ajax_extension.php:145 +#: html/parametre.php:235 html/ajax_extension.php:82 +#: html/ajax_extension.php:139 html/parametre.php:241 html/parametre.php:253 +#: html/ajax_extension.php:140 html/parametre.php:255 +#: html/ajax_extension.php:90 html/ajax_extension.php:149 +#: html/parametre.php:272 include/company.inc.php:38 +#: include/company.inc.php:42 include/company.inc.php:45 +#: include/company.inc.php:40 include/company.inc.php:44 +#: include/company.inc.php:47 include/company.inc.php:85 msgid "Non" msgstr "No" -#: html/ajax_extension.php:103 -#: html/ajax_extension.php:160 -#: html/ajax_extension.php:97 -#: html/ajax_extension.php:154 -#: html/ajax_extension.php:155 -#: html/ajax_extension.php:105 +#: html/ajax_extension.php:103 html/ajax_extension.php:160 +#: html/ajax_extension.php:97 html/ajax_extension.php:154 +#: html/ajax_extension.php:155 html/ajax_extension.php:105 #: html/ajax_extension.php:164 msgid "Interdit" msgstr "Forbidden" -#: html/compta.php:34 -#: html/compta.php:35 +#: html/compta.php:34 html/compta.php:35 msgid " Vous êtes déconnecté" msgstr "You are disconnected" -#: html/extension.php:64 -#: html/extension.php:62 -#: html/extension.php:54 +#: html/extension.php:64 html/extension.php:62 html/extension.php:54 msgid "Retour au tableau de bord" msgstr "return to the dashboard" -#: html/extension.php:78 -#: html/extension.php:76 -#: html/extension.php:80 -#: html/extension.php:81 -#: html/extension.php:102 -#: html/extension.php:96 -#: include/extension_choice.inc.php:32 +#: html/extension.php:78 html/extension.php:76 html/extension.php:80 +#: html/extension.php:81 html/extension.php:102 html/extension.php:96 +#: include/extension_choice.inc.php:32 include/extension_choice.inc.php:37 msgid "Aucune extension disponible" msgstr "No available plugin" -#: html/extension.php:86 -#: html/parametre.php:158 -#: include/user_menu.php:451 +#: html/extension.php:86 html/parametre.php:158 include/user_menu.php:451 #: include/template/security_list_action.php:110 -#: include/template/security_list_action.php:92 -#: include/user_menu.php:337 -#: include/user_menu.php:450 -#: html/extension.php:84 -#: include/user_menu.php:329 -#: include/user_menu.php:442 -#: html/extension.php:88 -#: include/user_menu.php:339 -#: include/user_menu.php:452 -#: include/user_menu.php:340 -#: include/user_menu.php:453 -#: html/extension.php:89 -#: html/extension.php:110 -#: html/extension.php:109 -#: include/user_menu.php:354 -#: include/user_menu.php:474 -#: include/menu_translate.php:59 +#: include/template/security_list_action.php:92 include/user_menu.php:337 +#: include/user_menu.php:450 html/extension.php:84 include/user_menu.php:329 +#: include/user_menu.php:442 html/extension.php:88 include/user_menu.php:339 +#: include/user_menu.php:452 include/user_menu.php:340 +#: include/user_menu.php:453 html/extension.php:89 html/extension.php:110 +#: html/extension.php:109 include/user_menu.php:354 include/user_menu.php:474 +#: include/menu_translate.php:59 include/database.item.php:52 msgid "Extension" msgstr "Plugin" -#: html/extension.php:86 -#: html/extension.php:84 -#: html/extension.php:88 -#: html/extension.php:89 -#: html/extension.php:110 -#: html/extension.php:109 +#: html/extension.php:86 html/extension.php:84 html/extension.php:88 +#: html/extension.php:89 html/extension.php:110 html/extension.php:109 msgid "Choix de l'extension" msgstr "Choice of the plugin" -#: html/extension.php:100 -#: include/ext_inc.php:11 -#: include/ext_inc.php:14 -msgid "Vous ne pouvez pas utiliser cette extension. Contactez votre responsable" +#: html/extension.php:100 include/ext_inc.php:11 include/ext_inc.php:14 +msgid "" +"Vous ne pouvez pas utiliser cette extension. Contactez votre responsable" msgstr "You cannot use this plugin, contact your administrator" -#: html/extension.php:107 -#: include/ext_inc.php:18 -#: html/ajax.php:33 -#: include/ext_inc.php:20 -#: include/ext_inc.php:22 -#: html/ajax.php:32 -#: include/ext_inc.php:25 -#: html/ajax.php:37 -#: html/extension.raw.php:57 -#: include/ext_inc.php:32 +#: html/extension.php:107 include/ext_inc.php:18 html/ajax.php:33 +#: include/ext_inc.php:20 include/ext_inc.php:22 html/ajax.php:32 +#: include/ext_inc.php:25 html/ajax.php:37 html/extension.raw.php:57 +#: include/ext_inc.php:32 html/ajax.php:44 html/extension.raw.php:59 msgid "Cette extension n'existe pas " msgstr "This plugin do not exist" -#: html/parametre.php:156 -#: html/parametre.php:135 -#: html/parametre.php:134 -#: html/parametre.php:125 -#: include/menu_translate.php:23 +#: html/parametre.php:156 html/parametre.php:135 html/parametre.php:134 +#: html/parametre.php:125 include/menu_translate.php:23 +#: include/database.item.php:121 msgid "Moyen de paiement" msgstr "Payment middle" -#: html/parametre.php:157 -#: html/parametre.php:136 -#: html/parametre.php:135 +#: html/parametre.php:157 html/parametre.php:136 html/parametre.php:135 #: html/parametre.php:126 msgid "Taux et poste comptable tva" msgstr "Rate and accounting entry" -#: html/parametre.php:230 -#: html/parametre.php:236 -#: html/parametre.php:248 -#: html/parametre.php:250 -#: html/parametre.php:267 -#: include/company.inc.php:33 +#: html/parametre.php:230 html/parametre.php:236 html/parametre.php:248 +#: html/parametre.php:250 html/parametre.php:267 include/company.inc.php:33 +#: include/company.inc.php:35 msgid "obligatoire" msgstr "mandatory" -#: html/parametre.php:231 -#: html/parametre.php:237 -#: html/parametre.php:249 -#: html/parametre.php:251 -#: html/parametre.php:268 -#: include/company.inc.php:34 +#: html/parametre.php:231 html/parametre.php:237 html/parametre.php:249 +#: html/parametre.php:251 html/parametre.php:268 include/company.inc.php:34 +#: include/company.inc.php:36 msgid "optionnel" msgstr "optional" -#: html/parametre.php:232 -#: html/parametre.php:238 -#: html/parametre.php:250 -#: html/parametre.php:252 -#: html/parametre.php:269 -#: include/company.inc.php:35 +#: html/parametre.php:232 html/parametre.php:238 html/parametre.php:250 +#: html/parametre.php:252 html/parametre.php:269 include/company.inc.php:35 +#: include/company.inc.php:37 msgid "non utilisé" msgstr "not used" -#: html/parametre.php:265 -#: html/parametre.php:271 -#: html/parametre.php:283 -#: html/parametre.php:287 -#: html/parametre.php:289 -#: html/parametre.php:306 -#: include/company.inc.php:87 +#: html/parametre.php:265 html/parametre.php:271 html/parametre.php:283 +#: html/parametre.php:287 html/parametre.php:289 html/parametre.php:306 +#: include/company.inc.php:87 include/company.inc.php:97 msgid "Nom société" msgstr "Company name" -#: html/parametre.php:266 -#: html/parametre.php:272 -#: html/parametre.php:284 -#: html/parametre.php:288 -#: html/parametre.php:291 -#: html/parametre.php:308 -#: include/company.inc.php:89 +#: html/parametre.php:266 html/parametre.php:272 html/parametre.php:284 +#: html/parametre.php:288 html/parametre.php:291 html/parametre.php:308 +#: include/company.inc.php:89 include/company.inc.php:99 +#: include/stock_cfg.inc.php:62 +#: include/ext/transform/include/template/listing_assujetti_declarant.php:64 +#: include/ext/transform/include/template/listing_assujetti_representative.php:60 msgid "Téléphone" msgstr "Phone" -#: html/parametre.php:267 -#: html/parametre.php:273 -#: html/parametre.php:285 -#: html/parametre.php:289 -#: html/parametre.php:293 -#: html/parametre.php:310 -#: include/company.inc.php:91 +#: html/parametre.php:267 html/parametre.php:273 html/parametre.php:285 +#: html/parametre.php:289 html/parametre.php:293 html/parametre.php:310 +#: include/company.inc.php:91 include/company.inc.php:101 +#: include/database.item.php:152 msgid "Fax" msgstr "Fax" -#: html/parametre.php:268 -#: html/parametre.php:274 -#: html/parametre.php:286 -#: html/parametre.php:290 -#: html/parametre.php:295 -#: html/parametre.php:312 -#: include/company.inc.php:93 +#: html/parametre.php:268 html/parametre.php:274 html/parametre.php:286 +#: html/parametre.php:290 html/parametre.php:295 html/parametre.php:312 +#: include/company.inc.php:93 include/company.inc.php:103 msgid "Rue " msgstr "Street" -#: html/parametre.php:269 -#: html/parametre.php:275 -#: html/parametre.php:287 -#: html/parametre.php:291 -#: html/parametre.php:297 -#: html/parametre.php:314 -#: include/company.inc.php:95 +#: html/parametre.php:269 html/parametre.php:275 html/parametre.php:287 +#: html/parametre.php:291 html/parametre.php:297 html/parametre.php:314 +#: include/company.inc.php:95 include/company.inc.php:105 msgid "Numéro" msgstr "Number" -#: html/parametre.php:270 -#: html/parametre.php:276 -#: html/parametre.php:288 -#: html/parametre.php:292 -#: html/parametre.php:299 -#: html/parametre.php:316 -#: include/company.inc.php:97 +#: html/parametre.php:270 html/parametre.php:276 html/parametre.php:288 +#: html/parametre.php:292 html/parametre.php:299 html/parametre.php:316 +#: include/company.inc.php:97 include/company.inc.php:107 msgid "Code Postal" msgstr "ZIP Code" -#: html/parametre.php:271 -#: html/parametre.php:277 -#: html/parametre.php:289 -#: html/parametre.php:293 -#: html/parametre.php:301 -#: html/parametre.php:318 -#: include/company.inc.php:99 +#: html/parametre.php:271 html/parametre.php:277 html/parametre.php:289 +#: html/parametre.php:293 html/parametre.php:301 html/parametre.php:318 +#: include/company.inc.php:99 include/company.inc.php:109 msgid "Commune" msgstr "Department" -#: html/parametre.php:272 -#: html/parametre.php:278 -#: html/parametre.php:290 -#: html/parametre.php:294 -#: html/parametre.php:303 -#: html/parametre.php:320 -#: include/company.inc.php:101 +#: html/parametre.php:272 html/parametre.php:278 html/parametre.php:290 +#: html/parametre.php:294 html/parametre.php:303 html/parametre.php:320 +#: include/company.inc.php:101 include/company.inc.php:111 +#: include/stock_cfg.inc.php:61 msgid "Pays" msgstr "Country" -#: html/parametre.php:273 -#: html/parametre.php:279 -#: html/parametre.php:291 -#: html/parametre.php:295 -#: html/parametre.php:305 -#: html/parametre.php:322 -#: include/company.inc.php:103 +#: html/parametre.php:273 html/parametre.php:279 html/parametre.php:291 +#: html/parametre.php:295 html/parametre.php:305 html/parametre.php:322 +#: include/company.inc.php:103 include/company.inc.php:113 msgid "Numéro de Tva" msgstr "VAT Number" -#: html/parametre.php:275 -#: html/parametre.php:281 -#: html/parametre.php:293 -#: html/parametre.php:297 -#: html/parametre.php:307 -#: html/parametre.php:324 -#: include/company.inc.php:104 +#: html/parametre.php:275 html/parametre.php:281 html/parametre.php:293 +#: html/parametre.php:297 html/parametre.php:307 html/parametre.php:324 +#: include/company.inc.php:104 include/company.inc.php:114 msgid "Utilisation de la compta. analytique" msgstr "Use of the analytic accountancy" -#: html/parametre.php:277 -#: html/parametre.php:283 -#: html/parametre.php:295 -#: html/parametre.php:299 -#: html/parametre.php:309 -#: html/parametre.php:326 -#: include/company.inc.php:106 +#: html/parametre.php:277 html/parametre.php:283 html/parametre.php:295 +#: html/parametre.php:299 html/parametre.php:309 html/parametre.php:326 +#: include/company.inc.php:106 include/company.inc.php:117 msgid "Utilisation du mode strict " msgstr "Use of the strict mode" -#: html/parametre.php:279 -#: html/parametre.php:285 -#: html/parametre.php:297 -#: html/parametre.php:301 -#: html/parametre.php:311 -#: html/parametre.php:328 -#: include/company.inc.php:107 +#: html/parametre.php:279 html/parametre.php:285 html/parametre.php:297 +#: html/parametre.php:301 html/parametre.php:311 html/parametre.php:328 +#: include/company.inc.php:107 include/company.inc.php:118 msgid "Assujetti à la tva" msgstr "VAT users" -#: html/parametre.php:280 -#: html/parametre.php:286 -#: html/parametre.php:298 -#: html/parametre.php:302 -#: html/parametre.php:312 -#: html/parametre.php:329 -#: include/company.inc.php:108 +#: html/parametre.php:280 html/parametre.php:286 html/parametre.php:298 +#: html/parametre.php:302 html/parametre.php:312 html/parametre.php:329 +#: include/company.inc.php:108 include/company.inc.php:119 msgid "Suggérer le numéro de pièce justificative" msgstr "Suggest the receipt number" -#: html/parametre.php:281 -#: html/parametre.php:287 -#: html/parametre.php:299 -#: html/parametre.php:304 -#: html/parametre.php:314 -#: html/parametre.php:331 -#: include/company.inc.php:110 +#: html/parametre.php:281 html/parametre.php:287 html/parametre.php:299 +#: html/parametre.php:304 html/parametre.php:314 html/parametre.php:331 +#: include/company.inc.php:110 include/company.inc.php:121 msgid "Afficher la période comptable pour éviter les erreurs de date" msgstr "Display the accounting periode to avoid date errors" -#: include/action.common.inc.php:235 -#: include/action.common.inc.php:240 -#: include/action.common.inc.php:238 -#: include/action.common.inc.php:241 +#: include/action.common.inc.php:235 include/action.common.inc.php:240 +#: include/action.common.inc.php:238 include/action.common.inc.php:241 +#: include/template/action_search.php:39 msgid "Recherche avancée" msgstr "Advanced search" -#: include/action.common.inc.php:274 -#: include/action.common.inc.php:285 -#: include/action.common.inc.php:290 -#: include/action.common.inc.php:287 -#: include/action.common.inc.php:299 -#: include/action.common.inc.php:291 +#: include/action.common.inc.php:274 include/action.common.inc.php:285 +#: include/action.common.inc.php:290 include/action.common.inc.php:287 +#: include/action.common.inc.php:299 include/action.common.inc.php:291 msgid "affecté à d'autre:" msgstr "Concerned other" -#: include/action.common.inc.php:293 -#: include/action.common.inc.php:305 -#: include/action.common.inc.php:304 -#: include/action.common.inc.php:318 -#: include/action.common.inc.php:309 -#: include/action.common.inc.php:323 -#: include/action.common.inc.php:306 -#: include/action.common.inc.php:320 -#: include/action.common.inc.php:319 -#: include/action.common.inc.php:335 -#: include/action.common.inc.php:311 -#: include/action.common.inc.php:327 +#: include/action.common.inc.php:293 include/action.common.inc.php:305 +#: include/action.common.inc.php:304 include/action.common.inc.php:318 +#: include/action.common.inc.php:309 include/action.common.inc.php:323 +#: include/action.common.inc.php:306 include/action.common.inc.php:320 +#: include/action.common.inc.php:319 include/action.common.inc.php:335 +#: include/action.common.inc.php:311 include/action.common.inc.php:327 msgid "Afficher Recherche" msgstr "Display search" -#: include/action.common.inc.php:293 -#: include/action.common.inc.php:305 -#: include/action.common.inc.php:304 -#: include/action.common.inc.php:318 -#: include/action.common.inc.php:309 -#: include/action.common.inc.php:323 -#: include/action.common.inc.php:306 -#: include/action.common.inc.php:320 -#: include/action.common.inc.php:319 -#: include/action.common.inc.php:335 -#: include/action.common.inc.php:311 -#: include/action.common.inc.php:327 +#: include/action.common.inc.php:293 include/action.common.inc.php:305 +#: include/action.common.inc.php:304 include/action.common.inc.php:318 +#: include/action.common.inc.php:309 include/action.common.inc.php:323 +#: include/action.common.inc.php:306 include/action.common.inc.php:320 +#: include/action.common.inc.php:319 include/action.common.inc.php:335 +#: include/action.common.inc.php:311 include/action.common.inc.php:327 msgid "Cache Recherche" msgstr "Hide search" -#: include/adm_card.inc.php:71 -#: include/adm_card.inc.php:63 +#: include/adm_card.inc.php:71 include/adm_card.inc.php:63 #: include/adm_card.inc.php:68 msgid "Suivi adm, devis, bon de commande, courrier" msgstr "Follow up administration,mail, " -#: include/adm_card.inc.php:72 -#: include/adm_card.inc.php:64 +#: include/adm_card.inc.php:72 include/adm_card.inc.php:64 #: include/adm_card.inc.php:69 msgid "Liste de contacts de cette administration" msgstr "List of contact" -#: include/adm_card.inc.php:74 -#: include/adm_card.inc.php:66 +#: include/adm_card.inc.php:74 include/adm_card.inc.php:66 #: include/adm_card.inc.php:73 msgid "Retour à la liste des administration" msgstr "return to administration" -#: include/anc_imp.inc.php:36 +#: include/anc_imp.inc.php:36 include/ext/amortis/include/am_print.php:33 msgid "Listing" msgstr "Listing" @@ -6062,8 +4900,8 @@ msgstr "Listing" msgid "Listing des opérations" msgstr "Listing of operation" -#: include/anc_imp.inc.php:37 -#: include/menu_translate.php:5 +#: include/anc_imp.inc.php:37 include/menu_translate.php:5 +#: include/database.item.php:4 msgid "Balance simple" msgstr "Simple balance" @@ -6079,223 +4917,186 @@ msgstr "Cross balance " msgid "Balance croisée de 2 plans analytiques" msgstr "Crossed balance" -#: include/anc_od.inc.php:39 -#: include/anc_od.inc.php:42 +#: include/anc_od.inc.php:39 include/anc_od.inc.php:42 #: include/anc_od.inc.php:43 msgid "Aucun plan analytique défini" msgstr "No analytical defined" -#: include/anc_od.inc.php:52 -#: include/class_anticipation.php:193 -#: include/class_anticipation.php:187 -#: include/anc_od.inc.php:57 -#: include/class_anticipation.php:253 -#: include/anc_od.inc.php:58 -#: include/class_anticipation.php:261 +#: include/anc_od.inc.php:52 include/class_anticipation.php:193 +#: include/class_anticipation.php:187 include/anc_od.inc.php:57 +#: include/class_anticipation.php:253 include/anc_od.inc.php:58 +#: include/class_anticipation.php:261 include/class_anticipation.php:260 +#: include/class_follow_up.php:152 msgid "Nouveau" msgstr "New" -#: include/anc_od.inc.php:55 -#: include/anc_od.inc.php:60 +#: include/anc_od.inc.php:55 include/anc_od.inc.php:60 #: include/anc_od.inc.php:61 msgid "Liste opérations" msgstr "Operation list" -#: include/class_action.php:372 -#: include/class_action.php:376 -#: include/class_action.php:386 -#: include/class_action.php:387 -#: include/class_action.php:385 -#: include/class_action.php:394 -#: include/class_follow_up.php:400 +#: include/class_action.php:372 include/class_action.php:376 +#: include/class_action.php:386 include/class_action.php:387 +#: include/class_action.php:385 include/class_action.php:394 +#: include/class_follow_up.php:400 include/class_follow_up.php:407 msgid "Génére le document" msgstr "Generate the document" -#: include/class_anc_account.php:271 -#: include/class_anc_account.php:269 -#: include/class_anc_account.php:283 +#: include/class_anc_account.php:271 include/class_anc_account.php:269 +#: include/class_anc_account.php:283 include/class_anc_account.php:282 msgid "Plan Analytique" msgstr "Analytical" -#: include/class_anc_account.php:276 -#: include/class_anc_account.php:274 -#: include/class_anc_account.php:288 -#: include/menu_translate.php:8 -#: include/menu_translate.php:67 +#: include/class_anc_account.php:276 include/class_anc_account.php:274 +#: include/class_anc_account.php:288 include/menu_translate.php:8 +#: include/menu_translate.php:67 include/class_anc_account.php:287 +#: include/database.item.php:7 include/database.item.php:50 msgid "Groupe" msgstr "Group" #: include/class_anc_group_operation.php:71 #: include/class_anc_group_operation.php:74 +#: include/class_anc_group_operation.php:73 msgid "Operation non equilibrée" msgstr "Unbalanced operation" -#: include/class_anc_listing.php:70 -#: include/class_anc_listing.php:77 -#: include/class_anc_grandlivre.php:137 -#: include/class_anc_grandlivre.php:250 +#: include/class_anc_listing.php:70 include/class_anc_listing.php:77 +#: include/class_anc_grandlivre.php:137 include/class_anc_grandlivre.php:250 +#: include/class_anc_grandlivre.php:136 msgid "aucune donnée" msgstr "no data" -#: include/class_anc_listing.php:77 -#: include/class_anc_listing.php:86 -#: include/class_anc_listing.php:90 +#: include/class_anc_listing.php:77 include/class_anc_listing.php:86 +#: include/class_anc_listing.php:90 include/export_fiche_balance_csv.php:146 msgid "D/C" msgstr "D/C" -#: include/class_anc_print.php:89 -#: include/class_anc_print.php:88 -#: include/class_anc_print.php:93 -#: include/class_anc_print.php:94 +#: include/class_anc_print.php:89 include/class_anc_print.php:88 +#: include/class_anc_print.php:93 include/class_anc_print.php:94 msgid "Aucun plan défini" msgstr "No plan defined" -#: include/class_anc_print.php:114 -#: include/class_anc_print.php:113 -#: include/class_anc_print.php:118 -#: include/class_anc_print.php:121 +#: include/class_anc_print.php:114 include/class_anc_print.php:113 +#: include/class_anc_print.php:118 include/class_anc_print.php:121 +#: include/class_anc_print.php:120 msgid "Les dates sont en format DD.MM.YYYY" msgstr "The date format are DD.MM.YYYY" -#: include/class_anc_print.php:136 -#: include/class_anc_print.php:135 -#: include/class_anc_print.php:140 -#: include/class_anc_print.php:141 +#: include/class_anc_print.php:136 include/class_anc_print.php:135 +#: include/class_anc_print.php:140 include/class_anc_print.php:141 msgid "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "Select the plan before clicking on search" -#: include/class_anticipation.php:161 -#: include/class_anticipation.php:155 -#: include/class_anticipation.php:195 -#: include/class_anticipation.php:203 +#: include/class_anticipation.php:161 include/class_anticipation.php:155 +#: include/class_anticipation.php:195 include/class_anticipation.php:203 +#: include/class_anticipation.php:202 +#: include/ext/import_account/include/imd_parameter.inc.php:86 msgid "Modification" msgstr "Modification" -#: include/class_anticipation.php:198 -#: include/class_anticipation.php:192 -#: include/class_anticipation.php:285 -#: include/class_anticipation.php:293 +#: include/class_anticipation.php:198 include/class_anticipation.php:192 +#: include/class_anticipation.php:285 include/class_anticipation.php:293 +#: include/class_anticipation.php:292 msgid "Ventes" msgstr "Sales" -#: include/class_anticipation.php:240 -#: include/class_anticipation.php:234 -#: include/class_anticipation.php:334 -#: include/class_anticipation.php:342 +#: include/class_anticipation.php:240 include/class_anticipation.php:234 +#: include/class_anticipation.php:334 include/class_anticipation.php:342 +#: include/class_anticipation.php:341 msgid "Elements" msgstr "Items" -#: include/class_calendar.php:87 -#: include/class_calendar.php:89 -#: include/class_calendar.php:90 -#: include/class_calendar.php:98 -#: include/class_calendar.php:99 +#: include/class_calendar.php:87 include/class_calendar.php:89 +#: include/class_calendar.php:90 include/class_calendar.php:98 +#: include/class_calendar.php:99 include/class_calendar.php:168 +#: include/class_calendar.php:256 msgid "Lundi" msgstr "Monday" -#: include/class_calendar.php:87 -#: include/class_calendar.php:89 -#: include/class_calendar.php:90 -#: include/class_calendar.php:98 -#: include/class_calendar.php:99 +#: include/class_calendar.php:87 include/class_calendar.php:89 +#: include/class_calendar.php:90 include/class_calendar.php:98 +#: include/class_calendar.php:99 include/class_calendar.php:168 +#: include/class_calendar.php:256 msgid "Mardi" msgstr "Tuesday" -#: include/class_calendar.php:87 -#: include/class_calendar.php:89 -#: include/class_calendar.php:90 -#: include/class_calendar.php:98 -#: include/class_calendar.php:99 +#: include/class_calendar.php:87 include/class_calendar.php:89 +#: include/class_calendar.php:90 include/class_calendar.php:98 +#: include/class_calendar.php:99 include/class_calendar.php:168 +#: include/class_calendar.php:256 msgid "Mercredi" msgstr "Wednesday" -#: include/class_calendar.php:87 -#: include/class_calendar.php:89 -#: include/class_calendar.php:90 -#: include/class_calendar.php:98 -#: include/class_calendar.php:99 +#: include/class_calendar.php:87 include/class_calendar.php:89 +#: include/class_calendar.php:90 include/class_calendar.php:98 +#: include/class_calendar.php:99 include/class_calendar.php:168 +#: include/class_calendar.php:256 msgid "Jeudi" msgstr "Thursday" -#: include/class_calendar.php:87 -#: include/class_calendar.php:89 -#: include/class_calendar.php:90 -#: include/class_calendar.php:98 -#: include/class_calendar.php:99 +#: include/class_calendar.php:87 include/class_calendar.php:89 +#: include/class_calendar.php:90 include/class_calendar.php:98 +#: include/class_calendar.php:99 include/class_calendar.php:168 +#: include/class_calendar.php:256 msgid "Vendredi" msgstr "Friday" -#: include/class_calendar.php:87 -#: include/class_calendar.php:89 -#: include/class_calendar.php:90 -#: include/class_calendar.php:98 -#: include/class_calendar.php:99 +#: include/class_calendar.php:87 include/class_calendar.php:89 +#: include/class_calendar.php:90 include/class_calendar.php:98 +#: include/class_calendar.php:99 include/class_calendar.php:168 +#: include/class_calendar.php:256 msgid "Samedi" msgstr "Saterday" -#: include/class_calendar.php:87 -#: include/class_calendar.php:89 -#: include/class_calendar.php:90 -#: include/class_calendar.php:98 -#: include/class_calendar.php:99 +#: include/class_calendar.php:87 include/class_calendar.php:89 +#: include/class_calendar.php:90 include/class_calendar.php:98 +#: include/class_calendar.php:99 include/class_calendar.php:168 +#: include/class_calendar.php:256 msgid "Dimanche" msgstr "Sunday" -#: include/class_fiche.php:304 -#: include/class_fiche.php:315 -#: include/class_fiche.php:313 -#: include/class_fiche.php:346 -#: include/class_fiche.php:398 -#: include/class_fiche.php:400 +#: include/class_fiche.php:304 include/class_fiche.php:315 +#: include/class_fiche.php:313 include/class_fiche.php:346 +#: include/class_fiche.php:398 include/class_fiche.php:400 +#: include/class_fiche.php:406 msgid "Cette categorie de card n'existe pas" msgstr "This category do not exist" -#: include/class_forecast.php:66 -#: include/class_forecast.php:62 -#: include/class_forecast.php:71 +#: include/class_forecast.php:66 include/class_forecast.php:62 +#: include/class_forecast.php:71 include/cat_document.inc.php:42 +#: include/class_forecast.php:70 msgid "Le nom ne peut pas être vide" msgstr "the name cannot be empty" -#: include/extension.inc.php:52 -#: include/template/extension-detail.php:4 -#: include/extension.inc.php:51 -#: include/extension.inc.php:50 -#: include/extension.inc.php:45 -#: include/extension.inc.php:41 +#: include/extension.inc.php:52 include/template/extension-detail.php:4 +#: include/extension.inc.php:51 include/extension.inc.php:50 +#: include/extension.inc.php:45 include/extension.inc.php:41 msgid "Détail extension" msgstr "Plugin detail" -#: include/extension.inc.php:60 -#: include/extension.inc.php:59 -#: include/extension.inc.php:58 -#: include/extension.inc.php:53 +#: include/extension.inc.php:60 include/extension.inc.php:59 +#: include/extension.inc.php:58 include/extension.inc.php:53 #: include/extension.inc.php:49 msgid "Nouvelle extension" msgstr "New plugin" -#: include/forecast.inc.php:197 -#: include/forecast.inc.php:249 +#: include/forecast.inc.php:197 include/forecast.inc.php:249 #: include/forecast.inc.php:241 msgid "Ajout prévision" msgstr "Add forecast" -#: include/forecast.inc.php:197 -#: include/forecast.inc.php:249 +#: include/forecast.inc.php:197 include/forecast.inc.php:249 #: include/forecast.inc.php:241 msgid "Ajout d'une prévision" msgstr "Add a forecast" -#: include/forecast.inc.php:330 -#: include/forecast.inc.php:309 -#: include/forecast.inc.php:369 -#: include/forecast.inc.php:360 +#: include/forecast.inc.php:330 include/forecast.inc.php:309 +#: include/forecast.inc.php:369 include/forecast.inc.php:360 msgid "Modifier nom ou catégories" msgstr "Modify name or categories" -#: include/forecast.inc.php:331 -#: include/forecast.inc.php:310 -#: include/forecast.inc.php:370 -#: include/forecast.inc.php:361 +#: include/forecast.inc.php:331 include/forecast.inc.php:310 +#: include/forecast.inc.php:370 include/forecast.inc.php:361 msgid "Modifier éléments" msgstr "Modify items" @@ -6303,68 +5104,51 @@ msgstr "Modify items" msgid "Vous confirmez l\\' effacement ?" msgstr "Do you confirm the removal ?" -#: include/payment_middle.inc.php:58 -#: include/payment_middle.inc.php:60 -#: include/payment_middle.inc.php:95 -#: include/payment_middle.inc.php:53 -#: include/payment_middle.inc.php:88 -#: include/payment_middle.inc.php:59 +#: include/payment_middle.inc.php:58 include/payment_middle.inc.php:60 +#: include/payment_middle.inc.php:95 include/payment_middle.inc.php:53 +#: include/payment_middle.inc.php:88 include/payment_middle.inc.php:59 #: include/payment_middle.inc.php:97 msgid "Retour sans sauvez" msgstr "Return without saving" -#: include/payment_middle.inc.php:87 -#: include/payment_middle.inc.php:122 -#: include/template/new_mod_payment.php:16 -#: include/payment_middle.inc.php:115 -#: include/payment_middle.inc.php:126 -#: include/template/new_mod_payment.php:25 +#: include/payment_middle.inc.php:87 include/payment_middle.inc.php:122 +#: include/template/new_mod_payment.php:16 include/payment_middle.inc.php:115 +#: include/payment_middle.inc.php:126 include/template/new_mod_payment.php:25 +#: include/template/new_mod_payment.php:28 msgid "Type de fiche" msgstr "Type of card" -#: include/payment_middle.inc.php:88 -#: include/payment_middle.inc.php:123 -#: include/payment_middle.inc.php:116 -#: include/payment_middle.inc.php:127 +#: include/payment_middle.inc.php:88 include/payment_middle.inc.php:123 +#: include/payment_middle.inc.php:116 include/payment_middle.inc.php:127 msgid "enregistré dans le journal" msgstr "recorded in the ledger" -#: include/payment_middle.inc.php:89 -#: include/payment_middle.inc.php:124 -#: include/payment_middle.inc.php:117 -#: include/payment_middle.inc.php:128 +#: include/payment_middle.inc.php:89 include/payment_middle.inc.php:124 +#: include/payment_middle.inc.php:117 include/payment_middle.inc.php:128 msgid " Avec la fiche" msgstr " With the card" -#: include/supplier_card.inc.php:71 -#: include/supplier_card.inc.php:67 -#: include/supplier_card.inc.php:69 -#: include/category_card.inc.php:65 +#: include/supplier_card.inc.php:71 include/supplier_card.inc.php:67 +#: include/supplier_card.inc.php:69 include/category_card.inc.php:65 msgid "Suivi Fournisseur, devis, bon de commande, courrier" msgstr "Orderinf, follow-up, mail" -#: include/supplier_card.inc.php:72 -#: include/supplier_card.inc.php:68 -#: include/supplier_card.inc.php:70 -#: include/category_card.inc.php:66 +#: include/supplier_card.inc.php:72 include/supplier_card.inc.php:68 +#: include/supplier_card.inc.php:70 include/category_card.inc.php:66 msgid "Liste de contacts de ce fournisseur" msgstr "Contact list of this supplier" -#: include/supplier_card.inc.php:74 -#: include/supplier_card.inc.php:71 +#: include/supplier_card.inc.php:74 include/supplier_card.inc.php:71 msgid "Retour à la liste des fournisseurs" msgstr "return to suppliers" -#: include/template/dashboard.php:10 -#: include/template/dashboard.php:125 -#: include/template/dashboard.php:123 +#: include/template/dashboard.php:10 include/template/dashboard.php:125 +#: include/template/dashboard.php:123 include/template/dashboard.php:291 msgid "Dernières opérations" msgstr "Last entries" -#: include/template/dashboard.php:40 -#: include/template/dashboard.php:155 -#: include/template/dashboard.php:153 -#: include/template/dashboard.php:157 +#: include/template/dashboard.php:40 include/template/dashboard.php:155 +#: include/template/dashboard.php:153 include/template/dashboard.php:157 #: include/template/dashboard.php:158 msgid "Dernières actions" msgstr "Last actions" @@ -6377,8 +5161,7 @@ msgstr "description" msgid "chemin et nom de fichier" msgstr "Path and name of the file" -#: include/template/extension.php:18 -#: include/template/extension-detail.php:39 +#: include/template/extension.php:18 include/template/extension-detail.php:39 msgid "Activé" msgstr "Activated" @@ -6398,48 +5181,53 @@ msgstr "Do you confirm the removal of this plugin ?" msgid "login" msgstr "login" -#: include/template/extension-sec.php:7 +#: include/template/extension-sec.php:7 include/database.item.php:156 msgid "Prénom" msgstr "First Name" -#: include/template/forecast_cat.php:5 -#: include/template/forecast_cat.php:8 +#: include/template/forecast_cat.php:5 include/template/forecast_cat.php:8 +#: include/template/forecast_cat.php:11 msgid "Catégories" msgstr "Categories" -#: include/template/forecast_cat.php:8 -#: include/template/forecast_cat.php:11 +#: include/template/forecast_cat.php:8 include/template/forecast_cat.php:11 +#: include/template/forecast_cat.php:14 msgid "Ordre" msgstr "Order" -#: include/template/forecast-detail.php:7 -#: include/class_document_modele.php:63 -#: include/impress.inc.php:35 -#: include/class_document_modele.php:68 +#: include/template/forecast-detail.php:7 include/class_document_modele.php:63 +#: include/impress.inc.php:35 include/class_document_modele.php:68 +#: include/class_document_modele.php:67 +#: include/template/forecast-detail.php:11 msgid "Catégorie" msgstr "Category" #: include/template/forecast-detail.php:9 +#: include/ext/import_account/include/class_impacc_operation.php:250 msgid "QuickCode" msgstr "QuickCode" #: include/template/forecast-detail.php:12 +#: include/template/forecast-detail.php:16 msgid "Débit ou Crédit" msgstr "Debit or credit" #: include/template/forecast_result.php:27 -#: include/template/forecast_result.php:28 -#: include/class_acc_ledger.php:1492 +#: include/template/forecast_result.php:28 include/class_acc_ledger.php:1492 +#: include/class_acc_ledger.php:1542 include/export_fiche_balance_pdf.php:153 +#: include/fiche.inc.php:357 include/template/forecast_result.php:31 msgid "Totaux" msgstr "Total" #: include/template/forecast_result.php:32 #: include/template/forecast_result.php:33 +#: include/template/forecast_result.php:36 msgid "Estimé" msgstr "Estimated" #: include/template/forecast_result.php:67 #: include/template/forecast_result.php:68 +#: include/template/forecast_result.php:71 msgid "Réel" msgstr "Real" @@ -6447,101 +5235,85 @@ msgstr "Real" #: include/template/forecast_result.php:125 #: include/template/forecast_result.php:82 #: include/template/forecast_result.php:162 +#: include/template/forecast_result.php:102 +#: include/template/forecast_result.php:182 msgid "Différence" msgstr "Difference" #: include/template/forecast_result.php:93 #: include/template/forecast_result.php:108 +#: include/template/forecast_result.php:128 msgid "Diff. cumul." msgstr "Cumulated diff" #: include/template/forecast_result.php:119 #: include/template/forecast_result.php:156 +#: include/template/forecast_result.php:176 msgid "Total Catégorie estimé" msgstr "Total Cat. Estimated" #: include/template/forecast_result.php:122 #: include/template/forecast_result.php:159 +#: include/template/forecast_result.php:179 msgid "Total Catégorie réel" msgstr "Total Cat. real" #: include/template/form_ledger_detail.php:34 #: include/template/form_ledger_detail.php:28 #: include/template/form_ledger_detail.php:31 +#: include/template/form_ledger_detail.php:74 +#: include/template/predf_ledger_detail.php:24 msgid "tvac" msgstr "VAT included" #: include/template/security_list_action.php:104 -#: include/template/security_list_action.php:87 -#: include/menu_translate.php:58 +#: include/template/security_list_action.php:87 include/menu_translate.php:58 +#: include/database.item.php:123 msgid "Prévision" msgstr "Forecast" -#: include/class_acc_ledger_fin.php:58 -#: include/class_acc_ledger_fin.php:63 +#: include/class_acc_ledger_fin.php:58 include/class_acc_ledger_fin.php:63 +#: include/ext/modop/modop_save.php:248 msgid "Vous n'avez pas donné de banque" msgstr "You didn't give any bank" -#: include/class_acc_ledger_fin.php:734 -#: include/class_acc_ledger_fin.php:735 -#: include/class_acc_ledger_fin.php:790 -#: include/class_acc_ledger_fin.php:795 -#: include/class_acc_ledger_fin.php:794 -#: include/class_acc_ledger_fin.php:831 -#: include/class_acc_ledger_fin.php:796 -#: include/class_acc_ledger_fin.php:848 -#: include/class_acc_ledger_fin.php:909 +#: include/class_acc_ledger_fin.php:734 include/class_acc_ledger_fin.php:735 +#: include/class_acc_ledger_fin.php:790 include/class_acc_ledger_fin.php:795 +#: include/class_acc_ledger_fin.php:794 include/class_acc_ledger_fin.php:831 +#: include/class_acc_ledger_fin.php:796 include/class_acc_ledger_fin.php:848 +#: include/class_acc_ledger_fin.php:909 include/class_acc_ledger_fin.php:1007 msgid "Tous les journaux financiers" msgstr "All the financial ledgers" -#: include/detail_adm.inc.php:67 -#: include/detail_client.inc.php:67 -#: include/detail_supplier.inc.php:67 -#: include/category_detail.inc.php:67 +#: include/detail_adm.inc.php:67 include/detail_client.inc.php:67 +#: include/detail_supplier.inc.php:67 include/category_detail.inc.php:67 msgid "Sauver les modifications" msgstr "Save modification" -#: include/detail_client.inc.php:50 -#: include/detail_supplier.inc.php:50 +#: include/detail_client.inc.php:50 include/detail_supplier.inc.php:50 #: include/category_detail.inc.php:49 msgid "Information sauvée" msgstr "Data saved" -#: include/detail_client.inc.php:69 -#: include/detail_supplier.inc.php:69 +#: include/detail_client.inc.php:69 include/detail_supplier.inc.php:69 #: include/category_detail.inc.php:69 msgid "Effacer cette fiche" msgstr "Remove this card" -#: include/forecast.inc.php:333 -#: include/forecast.inc.php:312 -#: include/forecast.inc.php:372 -#: include/forecast.inc.php:363 +#: include/forecast.inc.php:333 include/forecast.inc.php:312 +#: include/forecast.inc.php:372 include/forecast.inc.php:363 msgid "Vous confirmez l\\' effacement" msgstr "Do you confirm the removal " -#: html/ajax_card.php:107 -#: html/ajax_card.php:158 -#: html/ajax_card.php:278 -#: html/ajax_card.php:309 -#: html/ajax_card.php:106 -#: html/ajax_card.php:157 -#: html/ajax_card.php:277 -#: html/ajax_card.php:308 -#: html/ajax_card.php:127 -#: html/ajax_card.php:178 -#: html/ajax_card.php:298 -#: html/ajax_card.php:329 -#: html/ajax_card.php:190 -#: html/ajax_card.php:288 -#: html/ajax_card.php:422 -#: html/ajax_card.php:459 -#: html/ajax_card.php:468 -#: html/ajax_card.php:199 -#: html/ajax_card.php:299 -#: html/ajax_card.php:426 -#: html/ajax_card.php:463 -#: html/ajax_card.php:472 +#: html/ajax_card.php:107 html/ajax_card.php:158 html/ajax_card.php:278 +#: html/ajax_card.php:309 html/ajax_card.php:106 html/ajax_card.php:157 +#: html/ajax_card.php:277 html/ajax_card.php:308 html/ajax_card.php:127 +#: html/ajax_card.php:178 html/ajax_card.php:298 html/ajax_card.php:329 +#: html/ajax_card.php:190 html/ajax_card.php:288 html/ajax_card.php:422 +#: html/ajax_card.php:459 html/ajax_card.php:468 html/ajax_card.php:199 +#: html/ajax_card.php:299 html/ajax_card.php:426 html/ajax_card.php:463 +#: html/ajax_card.php:472 html/ajax_card.php:311 html/ajax_card.php:446 +#: html/ajax_card.php:483 html/ajax_card.php:491 msgid "Action interdite" msgstr "Forbidden action" @@ -6549,9 +5321,7 @@ msgstr "Forbidden action" msgid "Aucune catégorie de fiche ne correspondant à" msgstr "No category is matching" -#: html/parametre.php:138 -#: html/parametre.php:137 -#: html/parametre.php:128 +#: html/parametre.php:138 html/parametre.php:137 html/parametre.php:128 msgid "Modifie les classe de base, les attribut,..." msgstr "Modify the account base, attributes...." @@ -6573,6 +5343,7 @@ msgstr "Modify the account base, attributes...." #: include/class_acc_ledger_sold.php:479 #: include/class_acc_ledger_purchase.php:726 #: include/class_acc_ledger_sold.php:501 +#: include/ext/rapport_avance/ajax_parameter_send_mail.php:25 msgid "Document généré" msgstr "Generated document" @@ -6582,27 +5353,29 @@ msgstr "Generated document" #: include/class_acc_ledger_purchase.php:552 #: include/class_acc_ledger_purchase.php:571 #: include/class_acc_ledger_purchase.php:580 -#: include/class_acc_ledger_purchase.php:584 +#: include/class_acc_ledger_purchase.php:584 include/database.item.php:176 msgid "Note de frais" msgstr "Note of free" -#: include/class_document.php:258 -#: include/class_document.php:240 -#: include/class_document.php:255 -#: include/class_document.php:272 +#: include/class_document.php:258 include/class_document.php:240 +#: include/class_document.php:255 include/class_document.php:272 +#: include/class_document.php:297 +#: include/ext/rapport_avance/include/class_rapav_declaration.php:267 +#: include/ext/rapport_avance/include/class_rapav_declaration.php:339 +#: include/ext/rapport_avance/include/class_rapav_listing_compute_fiche.php:218 +#: include/ext/rapport_avance/include/class_rapav_listing_compute_fiche.php:297 +#: include/ext/rapport_avance/include/class_rapav_listing_compute_fiche.php:459 msgid "Ne peut pas sauver " msgstr "Cannot save" -#: include/impress.inc.php:36 -#: include/impress.inc.php:37 +#: include/impress.inc.php:36 include/impress.inc.php:37 #: include/impress.inc.php:38 msgid "Balance des comptes" msgstr "Balance" -#: include/impress.inc.php:37 -#: include/impress.inc.php:38 -#: include/impress.inc.php:39 -#: include/menu_translate.php:100 +#: include/impress.inc.php:37 include/impress.inc.php:38 +#: include/impress.inc.php:39 include/menu_translate.php:100 +#: include/database.item.php:105 msgid "Bilan" msgstr "Bilan" @@ -6610,33 +5383,34 @@ msgstr "Bilan" msgid "Liste Clients Assujettis" msgstr "List Customer" -#: include/impress_poste.inc.php:114 -#: include/class_acc_bilan.php:68 -#: include/impress_gl_comptes.inc.php:62 -#: include/impress_poste.inc.php:101 -#: include/template/impress_cat_card.php:11 -#: include/impress_poste.inc.php:92 -#: include/class_acc_bilan.php:71 -#: include/impress_poste.inc.php:93 +#: include/impress_poste.inc.php:114 include/class_acc_bilan.php:68 +#: include/impress_gl_comptes.inc.php:62 include/impress_poste.inc.php:101 +#: include/template/impress_cat_card.php:11 include/impress_poste.inc.php:92 +#: include/class_acc_bilan.php:71 include/impress_poste.inc.php:93 +#: include/class_acc_bilan.php:70 include/template/impress_cat_card.php:14 msgid "Depuis" msgstr "From" -#: include/impress_poste.inc.php:115 -#: include/impress_gl_comptes.inc.php:63 -#: include/impress_poste.inc.php:102 -#: include/impress_poste.inc.php:93 +#: include/impress_poste.inc.php:115 include/impress_gl_comptes.inc.php:63 +#: include/impress_poste.inc.php:102 include/impress_poste.inc.php:93 #: include/impress_poste.inc.php:94 msgid "Jusque " msgstr "Until" -#: html/ajax_card.php:261 -#: include/class_acc_report.php:142 -#: html/ajax_card.php:260 -#: include/class_acc_report.php:141 -#: html/ajax_card.php:281 -#: html/ajax_card.php:403 -#: include/class_acc_report.php:152 -#: html/ajax_card.php:410 +#: html/ajax_card.php:261 include/class_acc_report.php:142 +#: html/ajax_card.php:260 include/class_acc_report.php:141 +#: html/ajax_card.php:281 html/ajax_card.php:403 +#: include/class_acc_report.php:152 html/ajax_card.php:410 +#: html/ajax_card.php:430 include/class_acc_report.php:151 +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:121 +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:163 +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:279 +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:286 +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:346 +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:353 +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:360 +#: include/ext/rapport_avance/include/class_rapav_listing_formula.php:375 +#: include/ext/rapport_avance/include/class_rapav_listing_formula.php:795 msgid "Recherche poste" msgstr "Search account" @@ -6644,20 +5418,19 @@ msgstr "Search account" #: include/class_anc_balance_double.php:295 #: include/class_anc_balance_double.php:307 #: include/class_anc_balance_double.php:339 -msgid "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" +#: include/class_anc_balance_double.php:338 +msgid "" +"Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "Select the plan you are interested before clicking on Search" -#: include/action.common.inc.php:273 -#: include/action.common.inc.php:278 -#: include/action.common.inc.php:275 -#: include/action.common.inc.php:279 +#: include/action.common.inc.php:273 include/action.common.inc.php:278 +#: include/action.common.inc.php:275 include/action.common.inc.php:279 +#: include/class_follow_up.php:1180 msgid "Tous les types" msgstr "Any types" -#: include/action.common.inc.php:282 -#: include/action.common.inc.php:287 -#: include/action.common.inc.php:284 -#: include/action.common.inc.php:297 +#: include/action.common.inc.php:282 include/action.common.inc.php:287 +#: include/action.common.inc.php:284 include/action.common.inc.php:297 #: include/action.common.inc.php:289 msgid "les actions fermées aussi:" msgstr "The closed items" @@ -6670,58 +5443,51 @@ msgstr "The closed items" #: include/class_acc_ledger_purchase.php:1320 #: include/class_acc_ledger_purchase.php:1516 #: include/class_acc_ledger_purchase.php:1546 +#: include/class_acc_ledger_purchase.php:1638 msgid "ou générer un document" msgstr "or generate a document" -#: include/compta_ach.inc.php:59 -#: include/compta_ach.inc.php:62 -#: include/compta_ach.inc.php:72 -#: include/compta_ach.inc.php:42 +#: include/compta_ach.inc.php:59 include/compta_ach.inc.php:62 +#: include/compta_ach.inc.php:72 include/compta_ach.inc.php:42 msgid "Fournisseurs" msgstr "Suppliers" -#: html/annulation.php:143 -#: html/annulation.php:142 +#: html/annulation.php:143 html/annulation.php:142 msgid "Période ou date incorrecte" msgstr "Wrong date" -#: html/annulation.php:149 -#: html/annulation.php:148 +#: html/annulation.php:149 html/annulation.php:148 msgid "Cette période est fermée" msgstr "This periode is closed" -#: include/class_acc_payment.php:342 -#: include/class_acc_payment.php:338 -#: include/class_acc_payment.php:386 -#: include/menu_translate.php:2 -#: include/menu_translate.php:74 +#: include/class_acc_payment.php:342 include/class_acc_payment.php:338 +#: include/class_acc_payment.php:386 include/menu_translate.php:2 +#: include/menu_translate.php:74 include/database.item.php:2 +#: include/database.item.php:66 include/database.item.php:196 msgid "Achat" msgstr "Purchase" -#: include/payment_middle.inc.php:47 -#: include/class_document_type.php:65 -#: include/payment_middle.inc.php:40 -#: include/class_document_type.php:67 -#: include/payment_middle.inc.php:46 +#: include/payment_middle.inc.php:47 include/class_document_type.php:65 +#: include/payment_middle.inc.php:40 include/class_document_type.php:67 +#: include/payment_middle.inc.php:46 include/class_document_type.php:83 msgid "Vous confirmez" msgstr "Do you confirm" -#: include/payment_middle.inc.php:59 -#: include/payment_middle.inc.php:52 -#: include/payment_middle.inc.php:58 -#: include/payment_middle.inc.php:55 +#: include/payment_middle.inc.php:59 include/payment_middle.inc.php:52 +#: include/payment_middle.inc.php:58 include/payment_middle.inc.php:55 msgid "Efface" msgstr "Remove" -#: include/payment_middle.inc.php:93 -#: include/payment_middle.inc.php:86 -#: include/payment_middle.inc.php:95 -#: include/payment_middle.inc.php:103 +#: include/payment_middle.inc.php:93 include/payment_middle.inc.php:86 +#: include/payment_middle.inc.php:95 include/payment_middle.inc.php:103 msgid "Enregistre" msgstr "Record" #: include/template/fiche_def_input.php:12 -msgid "Création automatique du poste comptable uniquement s'il n\\y a qu'un seul poste" +#: 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 "Automatic creation of the accounting entry only if unique" #: include/template/new_mod_payment.php:2 @@ -6734,552 +5500,452 @@ msgstr "For the type of ledger" #: include/template/new_mod_payment.php:34 #: include/template/new_mod_payment.php:35 +#: include/template/new_mod_payment.php:38 msgid "Paiement enregistré dans " msgstr "Payment recorded in " #: include/template/new_mod_payment.php:43 #: include/template/new_mod_payment.php:44 +#: include/template/new_mod_payment.php:47 msgid "Avec la fiche" msgstr "With the card" -#: include/class_acc_ledger_sold.php:714 -#: include/class_acc_ledger_sold.php:718 -#: include/class_acc_ledger_sold.php:731 -#: include/class_acc_ledger_sold.php:738 -#: include/class_acc_ledger_sold.php:754 -#: include/class_acc_ledger_sold.php:850 +#: include/class_acc_ledger_sold.php:714 include/class_acc_ledger_sold.php:718 +#: include/class_acc_ledger_sold.php:731 include/class_acc_ledger_sold.php:738 +#: include/class_acc_ledger_sold.php:754 include/class_acc_ledger_sold.php:850 msgid "Payé par " msgstr "Paid by" -#: include/class_acc_payment.php:282 -#: include/class_acc_payment.php:323 -#: include/class_acc_payment.php:329 +#: include/class_acc_payment.php:282 include/class_acc_payment.php:323 +#: include/class_acc_payment.php:329 include/class_acc_payment.php:305 msgid "Paiement encodé plus tard" msgstr "Payment encoded later" -#: include/class_acc_payment.php:313 -#: include/class_acc_payment.php:301 -#: include/class_acc_payment.php:345 -#: include/class_acc_payment.php:351 +#: include/class_acc_payment.php:313 include/class_acc_payment.php:301 +#: include/class_acc_payment.php:345 include/class_acc_payment.php:351 +#: include/class_acc_payment.php:327 msgid " paiement par " msgstr "Paid by" -#: include/class_anc_print.php:122 -#: include/class_anc_print.php:121 -#: include/class_anc_print.php:126 -#: include/class_anc_print.php:129 +#: include/class_anc_print.php:122 include/class_anc_print.php:121 +#: include/class_anc_print.php:126 include/class_anc_print.php:129 +#: include/class_anc_print.php:128 msgid "Plan Analytique :" msgstr "Analytic Plan" -#: include/class_anc_print.php:126 -#: include/class_anc_print.php:125 +#: include/class_anc_print.php:126 include/class_anc_print.php:125 #: include/class_anc_print.php:130 msgid "Entre le poste " msgstr "Between the account" -#: include/class_anc_print.php:128 -#: include/class_anc_print.php:127 -#: include/class_anc_print.php:132 -#: include/class_anc_print.php:133 +#: include/class_anc_print.php:128 include/class_anc_print.php:127 +#: include/class_anc_print.php:132 include/class_anc_print.php:133 msgid "Choix Poste" msgstr "Account choice" -#: include/class_anc_print.php:133 -#: include/class_anc_print.php:132 +#: include/class_anc_print.php:133 include/class_anc_print.php:132 #: include/class_anc_print.php:137 msgid " et le poste " msgstr "and the account" -#: include/fiche.inc.php:71 -#: include/fiche.inc.php:69 -#: include/fiche.inc.php:59 -#: include/fiche.inc.php:61 -#: include/fiche.inc.php:65 +#: include/fiche.inc.php:71 include/fiche.inc.php:69 include/fiche.inc.php:59 +#: include/fiche.inc.php:61 include/fiche.inc.php:65 msgid "Recherche :" msgstr "search :" -#: include/jrn.php:291 -#: include/jrn.php:292 -#: include/jrn.php:287 +#: include/jrn.php:291 include/jrn.php:292 include/jrn.php:287 #: include/deprecated_jrn.php:287 msgid "Echéance " msgstr "Limit of payment" -#: include/class_fiche.php:1076 -#: include/class_fiche.php:1078 -#: include/class_fiche.php:1040 -#: include/class_fiche.php:1017 -#: include/class_fiche.php:1116 -#: include/class_fiche.php:1278 -#: include/class_fiche.php:1322 +#: include/class_fiche.php:1076 include/class_fiche.php:1078 +#: include/class_fiche.php:1040 include/class_fiche.php:1017 +#: include/class_fiche.php:1116 include/class_fiche.php:1278 +#: include/class_fiche.php:1322 include/class_fiche.php:1283 msgid "Code interne" msgstr "Internal code" -#: include/class_fiche.php:1248 -#: include/class_fiche.php:1250 -#: include/class_fiche.php:1212 -#: include/class_fiche.php:1189 -#: include/class_fiche.php:1302 -#: include/template/ledger_detail_ach.php:53 +#: include/class_fiche.php:1248 include/class_fiche.php:1250 +#: include/class_fiche.php:1212 include/class_fiche.php:1189 +#: include/class_fiche.php:1302 include/template/ledger_detail_ach.php:53 #: include/template/ledger_detail_ach.php:158 #: include/template/ledger_detail_fin.php:72 #: include/template/ledger_detail_misc.php:57 #: include/template/ledger_detail_ven.php:53 -#: include/template/ledger_detail_ven.php:160 -#: include/class_fiche.php:1513 +#: include/template/ledger_detail_ven.php:160 include/class_fiche.php:1513 #: include/template/ledger_detail_ach.php:86 #: include/template/ledger_detail_ach.php:209 #: include/template/ledger_detail_fin.php:99 #: include/template/ledger_detail_misc.php:87 #: include/template/ledger_detail_ven.php:88 -#: include/template/ledger_detail_ven.php:205 -#: include/class_fiche.php:1596 +#: include/template/ledger_detail_ven.php:205 include/class_fiche.php:1596 #: include/template/ledger_detail_ach.php:107 #: include/template/ledger_detail_ach.php:249 #: include/template/ledger_detail_fin.php:105 #: include/template/ledger_detail_ven.php:107 -#: include/template/ledger_detail_ven.php:247 +#: include/template/ledger_detail_ven.php:247 include/class_fiche.php:1568 +#: include/database.item.php:150 include/template/ledger_detail_ach.php:118 +#: include/template/ledger_detail_ach.php:274 +#: include/template/ledger_detail_fin.php:106 +#: include/template/ledger_detail_misc.php:90 +#: include/template/ledger_detail_ven.php:122 +#: include/template/ledger_detail_ven.php:273 +#: include/template/operation_detail_ach.php:35 +#: include/template/operation_detail_misc.php:33 +#: include/template/operation_detail_ven.php:35 +#: include/ext/amortis/include/template/util_generate.php:66 msgid "Quick Code" msgstr "Quick Code" -#: include/class_fiche.php:1250 -#: include/class_fiche.php:1252 -#: include/class_fiche.php:1214 -#: include/class_fiche.php:1191 -#: include/class_fiche.php:1304 -#: include/class_fiche.php:1515 -#: include/class_fiche.php:1598 +#: include/class_fiche.php:1250 include/class_fiche.php:1252 +#: include/class_fiche.php:1214 include/class_fiche.php:1191 +#: include/class_fiche.php:1304 include/class_fiche.php:1515 +#: include/class_fiche.php:1598 include/class_fiche.php:1570 +#: include/stock_cfg.inc.php:59 msgid "Adresse" msgstr "Address" -#: include/class_fiche.php:1251 -#: include/class_fiche.php:1253 -#: include/class_fiche.php:1215 -#: include/class_fiche.php:1192 -#: include/class_fiche.php:1305 -#: include/class_fiche.php:1516 -#: include/class_fiche.php:1599 +#: include/class_fiche.php:1251 include/class_fiche.php:1253 +#: include/class_fiche.php:1215 include/class_fiche.php:1192 +#: include/class_fiche.php:1305 include/class_fiche.php:1516 +#: include/class_fiche.php:1599 include/class_fiche.php:1571 msgid "Total débit" msgstr "Total Debit" -#: include/class_fiche.php:1252 -#: include/class_fiche.php:1254 -#: include/class_fiche.php:1216 -#: include/class_fiche.php:1193 -#: include/class_fiche.php:1306 -#: include/class_fiche.php:1517 -#: include/class_fiche.php:1600 +#: include/class_fiche.php:1252 include/class_fiche.php:1254 +#: include/class_fiche.php:1216 include/class_fiche.php:1193 +#: include/class_fiche.php:1306 include/class_fiche.php:1517 +#: include/class_fiche.php:1600 include/class_fiche.php:1572 msgid "Total crédit" msgstr "Total credit" -#: include/client.inc.php:72 -#: include/client.inc.php:71 -#: include/client.inc.php:65 -#: include/client.inc.php:50 -#: include/contact.inc.php:50 +#: include/client.inc.php:72 include/client.inc.php:71 +#: include/client.inc.php:65 include/client.inc.php:50 +#: include/contact.inc.php:50 include/customer.inc.php:51 msgid "Vous ne pouvez pas enlever de fiche" msgstr "You can not remove a card" -#: include/class_acc_account.php:167 -#: include/class_acc_account.php:192 -#: include/class_acc_account.php:186 +#: include/class_acc_account.php:167 include/class_acc_account.php:192 +#: include/class_acc_account.php:186 include/class_acc_account.php:185 #, php-format msgid "Numéro de classe" msgstr "Class nummer" -#: include/class_acc_account.php:171 -#: include/class_acc_account.php:196 -#: include/class_acc_account.php:190 +#: include/class_acc_account.php:171 include/class_acc_account.php:196 +#: include/class_acc_account.php:190 include/class_acc_account.php:189 #, php-format msgid "Classe Parent" msgstr "Parent accouting" -#: include/class_acc_bilan.php:72 -#: include/class_acc_bilan.php:75 +#: include/class_acc_bilan.php:72 include/class_acc_bilan.php:75 +#: include/class_acc_bilan.php:74 msgid " jusque " msgstr "until" -#: include/class_acc_bilan.php:81 -#: include/class_acc_bilan.php:84 +#: include/class_acc_bilan.php:81 include/class_acc_bilan.php:84 +#: include/class_acc_bilan.php:83 msgid "Choix du bilan" msgstr "Report choice" -#: include/class_acc_ledger_fin.php:59 -#: include/class_acc_ledger.php:1436 +#: include/class_acc_ledger_fin.php:59 include/class_acc_ledger.php:1436 #: include/class_acc_ledger_purchase.php:60 #: include/class_acc_ledger_sold.php:64 #: include/class_acc_ledger_purchase.php:63 -#: include/class_acc_ledger_sold.php:65 -#: include/class_acc_ledger.php:1343 -#: include/class_acc_ledger_purchase.php:62 -#: include/class_acc_ledger.php:1534 -#: include/class_acc_ledger_sold.php:66 -#: include/class_acc_ledger_fin.php:62 -#: include/class_acc_ledger.php:1607 -#: include/class_acc_ledger_purchase.php:67 -#: include/class_acc_ledger_sold.php:70 -#: include/class_acc_ledger.php:1769 +#: include/class_acc_ledger_sold.php:65 include/class_acc_ledger.php:1343 +#: include/class_acc_ledger_purchase.php:62 include/class_acc_ledger.php:1534 +#: include/class_acc_ledger_sold.php:66 include/class_acc_ledger_fin.php:62 +#: include/class_acc_ledger.php:1607 include/class_acc_ledger_purchase.php:67 +#: include/class_acc_ledger_sold.php:70 include/class_acc_ledger.php:1769 #: include/class_acc_ledger_purchase.php:68 +#: include/class_acc_ledger_fin.php:64 include/class_acc_ledger.php:1828 +#: include/class_acc_ledger_sold.php:71 include/ext/modop/modop_save.php:245 msgid "Accès interdit" msgstr "Forbidden access" -#: include/impress_bilan.inc.php:46 -#: include/impress_bilan.inc.php:47 -#: include/impress_bilan.inc.php:65 -#: include/impress_bilan.inc.php:64 +#: include/impress_bilan.inc.php:46 include/impress_bilan.inc.php:47 +#: include/impress_bilan.inc.php:65 include/impress_bilan.inc.php:64 msgid "Verification comptabilite" msgstr "Check accountancy" -#: include/impress_bilan.inc.php:66 -#: include/impress_bilan.inc.php:67 +#: include/impress_bilan.inc.php:66 include/impress_bilan.inc.php:67 msgid "" -" Attention : si le bilan n'est pas équilibré.
Vérifiez
    \n" +" Attention : si le bilan n'est pas équilibré.
    " +"Vérifiez
      \n" "
    • L'affectation du résultat est fait
    • \n" -"
    • Vos comptes actifs ont un solde débiteur (sauf les comptes dit inversés)
    • \n" -"
    • les comptes passifs ont un solde créditeur (sauf les comptes dit inversés)
    • \n" +"
    • Vos comptes actifs ont un solde débiteur (sauf les comptes dit inversés)" +"
    • \n" +"
    • les comptes passifs ont un solde créditeur (sauf les comptes dit " +"inversés)
    • \n" "
    \n" "Utilisez la balance des comptes pour vérifier.
    " msgstr "" -"Attention : if the outcome is not balanced
    check
      \n" +"Attention : if the outcome is not balanced
      check " +"
        \n" "
      • You allocate the results
      • \n" "
      • The asset has a saldo on debit (except the reverse accounting)
      • \n" -"
      • The liability has a saldo on credit(except the reverse accounting)
      • \n" +"
      • The liability has a saldo on credit(except the reverse accounting) \n" "
      \n" "Use the report of accouting to check
      " -#: html/parametre.php:139 -#: html/parametre.php:138 -#: html/parametre.php:129 -#: include/menu_translate.php:87 +#: html/parametre.php:139 html/parametre.php:138 html/parametre.php:129 +#: include/menu_translate.php:87 include/database.item.php:58 msgid "Catégorie de documents" msgstr "Document category" -#: html/parametre.php:139 -#: html/parametre.php:138 -#: html/parametre.php:129 +#: html/parametre.php:139 html/parametre.php:138 html/parametre.php:129 msgid "Ajoute des catégories de documents,..." msgstr "Add or remove category of documents" -#: html/access.php:74 -#: html/access.php:82 -#: html/access.php:86 -#: html/do.php:101 -msgid "Attention: la version de base de donnée est supérieure à la version du programme, vous devriez mettre à jour" -msgstr "Warning the database version is superior to the program, you must upgrade" +#: html/access.php:74 html/access.php:82 html/access.php:86 html/do.php:101 +#: html/do.php:104 +msgid "" +"Attention: la version de base de donnée est supérieure à la version du " +"programme, vous devriez mettre à jour" +msgstr "" +"Warning the database version is superior to the program, you must upgrade" -#: html/ajax_misc.php:131 -#: html/ajax_misc.php:129 -#: html/ajax_misc.php:160 -#: html/ajax_misc.php:181 -#: html/ajax_misc.php:183 +#: html/ajax_misc.php:131 html/ajax_misc.php:129 html/ajax_misc.php:160 +#: html/ajax_misc.php:181 html/ajax_misc.php:183 html/ajax_misc.php:194 msgid "code" msgstr "code" -#: html/ajax_misc.php:132 -#: html/ajax_misc.php:130 -#: html/ajax_misc.php:161 -#: html/ajax_misc.php:182 -#: html/ajax_misc.php:184 +#: html/ajax_misc.php:132 html/ajax_misc.php:130 html/ajax_misc.php:161 +#: html/ajax_misc.php:182 html/ajax_misc.php:184 html/ajax_misc.php:195 msgid "Taux" msgstr "Rate" -#: html/ajax_misc.php:133 -#: html/ajax_misc.php:131 -#: html/ajax_misc.php:162 -#: html/ajax_misc.php:183 -#: html/ajax_misc.php:185 +#: html/ajax_misc.php:133 html/ajax_misc.php:131 html/ajax_misc.php:162 +#: html/ajax_misc.php:183 html/ajax_misc.php:185 html/ajax_misc.php:196 msgid "Symbole" msgstr "Symbol" -#: html/ajax_misc.php:134 -#: html/ajax_misc.php:132 -#: html/ajax_misc.php:163 -#: html/ajax_misc.php:184 -#: html/ajax_misc.php:186 +#: html/ajax_misc.php:134 html/ajax_misc.php:132 html/ajax_misc.php:163 +#: html/ajax_misc.php:184 html/ajax_misc.php:186 html/ajax_misc.php:197 msgid "Explication" msgstr "Explanation" -#: html/ajax_misc.php:177 -#: html/ajax_misc.php:181 -#: html/ajax_misc.php:175 -#: html/ajax_misc.php:179 -#: html/ajax_misc.php:206 -#: html/ajax_misc.php:210 -#: html/ajax_misc.php:237 -#: html/ajax_misc.php:242 -#: html/ajax_misc.php:238 -#: html/ajax_misc.php:243 +#: html/ajax_misc.php:177 html/ajax_misc.php:181 html/ajax_misc.php:175 +#: html/ajax_misc.php:179 html/ajax_misc.php:206 html/ajax_misc.php:210 +#: html/ajax_misc.php:237 html/ajax_misc.php:242 html/ajax_misc.php:238 +#: html/ajax_misc.php:243 html/ajax_misc.php:250 html/ajax_misc.php:255 msgid "tva inconnue" msgstr "unknown VAT" -#: html/ajax_misc.php:215 -#: include/client_card.inc.php:69 -#: include/supplier_card.inc.php:70 -#: include/user_menu.php:198 -#: include/template/letter_all.php:17 -#: include/template/letter_prop.php:20 -#: html/ajax_misc.php:213 -#: include/user_menu.php:197 -#: include/template/letter_prop.php:19 -#: html/ajax_misc.php:244 -#: include/client_card.inc.php:66 -#: html/ajax_misc.php:276 -#: include/adm_card.inc.php:72 -#: include/client_card.inc.php:70 -#: include/supplier_card.inc.php:73 -#: include/user_menu.php:206 -#: html/ajax_misc.php:278 -#: include/category_card.inc.php:69 -#: include/menu_translate.php:51 -#: include/template/letter_prop.php:59 +#: html/ajax_misc.php:215 include/client_card.inc.php:69 +#: include/supplier_card.inc.php:70 include/user_menu.php:198 +#: include/template/letter_all.php:17 include/template/letter_prop.php:20 +#: html/ajax_misc.php:213 include/user_menu.php:197 +#: include/template/letter_prop.php:19 html/ajax_misc.php:244 +#: include/client_card.inc.php:66 html/ajax_misc.php:276 +#: include/adm_card.inc.php:72 include/client_card.inc.php:70 +#: include/supplier_card.inc.php:73 include/user_menu.php:206 +#: html/ajax_misc.php:278 include/category_card.inc.php:69 +#: include/menu_translate.php:51 include/template/letter_prop.php:59 +#: html/ajax_misc.php:291 include/database.item.php:72 +#: include/template/letter_all.php:20 include/template/letter_prop.php:22 +#: include/template/letter_prop.php:62 msgid "Lettrage" msgstr "Lettering" -#: html/ajax_misc.php:235 -#: html/ajax_misc.php:232 -#: html/ajax_misc.php:266 -#: html/ajax_misc.php:298 -#: html/ajax_misc.php:303 +#: html/ajax_misc.php:235 html/ajax_misc.php:232 html/ajax_misc.php:266 +#: html/ajax_misc.php:298 html/ajax_misc.php:303 html/ajax_misc.php:316 msgid "Montant min. " msgstr "min amount" -#: html/ajax_misc.php:242 -#: html/ajax_misc.php:239 -#: html/ajax_misc.php:273 -#: html/ajax_misc.php:305 -#: html/ajax_misc.php:310 +#: html/ajax_misc.php:242 html/ajax_misc.php:239 html/ajax_misc.php:273 +#: html/ajax_misc.php:305 html/ajax_misc.php:310 html/ajax_misc.php:323 msgid "Montant max. " msgstr "Max amount" -#: html/ajax_misc.php:264 -#: include/impress_fiche.inc.php:177 -#: html/ajax_misc.php:261 -#: include/impress_fiche.inc.php:176 -#: html/ajax_misc.php:295 -#: include/impress_fiche.inc.php:226 -#: html/ajax_misc.php:327 -#: include/impress_fiche.inc.php:270 -#: html/ajax_misc.php:332 -#: include/class_anc_grandlivre.php:161 -#: include/impress_fiche.inc.php:339 +#: html/ajax_misc.php:264 include/impress_fiche.inc.php:177 +#: html/ajax_misc.php:261 include/impress_fiche.inc.php:176 +#: html/ajax_misc.php:295 include/impress_fiche.inc.php:226 +#: html/ajax_misc.php:327 include/impress_fiche.inc.php:270 +#: html/ajax_misc.php:332 include/class_anc_grandlivre.php:161 +#: include/impress_fiche.inc.php:339 html/ajax_misc.php:364 +#: include/fiche.inc.php:495 msgid "Debit" msgstr "Debit" -#: html/ajax_misc.php:265 -#: include/impress_fiche.inc.php:180 -#: html/ajax_misc.php:262 -#: include/impress_fiche.inc.php:179 -#: html/ajax_misc.php:296 -#: include/impress_fiche.inc.php:229 -#: html/ajax_misc.php:328 -#: include/impress_fiche.inc.php:274 -#: html/ajax_misc.php:333 -#: include/class_anc_grandlivre.php:162 -#: include/impress_fiche.inc.php:343 +#: html/ajax_misc.php:265 include/impress_fiche.inc.php:180 +#: html/ajax_misc.php:262 include/impress_fiche.inc.php:179 +#: html/ajax_misc.php:296 include/impress_fiche.inc.php:229 +#: html/ajax_misc.php:328 include/impress_fiche.inc.php:274 +#: html/ajax_misc.php:333 include/class_anc_grandlivre.php:162 +#: include/impress_fiche.inc.php:343 html/ajax_misc.php:365 +#: include/fiche.inc.php:499 msgid "Credit" msgstr "Credit" -#: html/ajax_misc.php:266 -#: html/ajax_misc.php:263 -#: html/ajax_misc.php:297 -#: html/ajax_misc.php:329 -#: html/ajax_misc.php:334 +#: html/ajax_misc.php:266 html/ajax_misc.php:263 html/ajax_misc.php:297 +#: html/ajax_misc.php:329 html/ajax_misc.php:334 html/ajax_misc.php:366 msgid "Les 2" msgstr "Both" -#: include/action.common.inc.php:35 -#: include/compta_ach.inc.php:49 -#: include/compta_ven.inc.php:50 -#: include/compta_fin.inc.php:40 -#: include/fiche.inc.php:48 -#: include/quick_writing.inc.php:58 -#: include/compta_ach.inc.php:39 -#: include/compta_fin.inc.php:29 -#: include/compta_ven.inc.php:41 -#: include/fiche.inc.php:38 -#: include/quick_writing.inc.php:46 -#: include/fiche.inc.php:39 -#: include/fiche.inc.php:40 +#: include/action.common.inc.php:35 include/compta_ach.inc.php:49 +#: include/compta_ven.inc.php:50 include/compta_fin.inc.php:40 +#: include/fiche.inc.php:48 include/quick_writing.inc.php:58 +#: include/compta_ach.inc.php:39 include/compta_fin.inc.php:29 +#: include/compta_ven.inc.php:41 include/fiche.inc.php:38 +#: include/quick_writing.inc.php:46 include/fiche.inc.php:39 +#: include/fiche.inc.php:40 include/ext/modop/modop_display.php:84 +#: include/ext/modop/modop_display.php:117 msgid "Choix TVA" msgstr "Choice VAT" -#: include/adm.inc.php:106 -#: include/client.inc.php:105 -#: include/supplier.inc.php:106 -#: include/adm.inc.php:105 -#: include/client.inc.php:104 -#: include/supplier.inc.php:104 -#: include/adm.inc.php:93 -#: include/client.inc.php:98 -#: include/supplier.inc.php:86 -#: include/adm.inc.php:89 -#: include/bank.inc.php:82 -#: include/client.inc.php:80 -#: include/contact.inc.php:81 +#: include/adm.inc.php:106 include/client.inc.php:105 +#: include/supplier.inc.php:106 include/adm.inc.php:105 +#: include/client.inc.php:104 include/supplier.inc.php:104 +#: include/adm.inc.php:93 include/client.inc.php:98 +#: include/supplier.inc.php:86 include/adm.inc.php:89 include/bank.inc.php:82 +#: include/client.inc.php:80 include/contact.inc.php:81 include/adm.inc.php:90 +#: include/bank.inc.php:83 include/customer.inc.php:82 +#: include/manager.inc.php:85 include/supplier.inc.php:87 msgid "Catégorie :" msgstr "Category" #: include/class_acc_ledger_purchase.php:163 #: include/class_acc_ledger_purchase.php:168 -#: include/class_acc_ledger_sold.php:157 -#: include/class_acc_ledger_sold.php:162 +#: include/class_acc_ledger_sold.php:157 include/class_acc_ledger_sold.php:162 #: include/class_acc_ledger_purchase.php:157 #: include/class_acc_ledger_purchase.php:162 -#: include/class_acc_ledger_sold.php:159 -#: include/class_acc_ledger_sold.php:164 +#: include/class_acc_ledger_sold.php:159 include/class_acc_ledger_sold.php:164 #: include/class_acc_ledger_purchase.php:158 #: include/class_acc_ledger_sold.php:160 #: include/class_acc_ledger_purchase.php:173 #: include/class_acc_ledger_purchase.php:178 -#: include/class_acc_ledger_sold.php:175 -#: include/class_acc_ledger_sold.php:179 -#: include/class_acc_ledger_sold.php:174 -#: include/class_acc_ledger_sold.php:178 +#: include/class_acc_ledger_sold.php:175 include/class_acc_ledger_sold.php:179 +#: include/class_acc_ledger_sold.php:174 include/class_acc_ledger_sold.php:178 +#: include/class_acc_ledger_purchase.php:172 +#: include/class_acc_ledger_purchase.php:177 +#: include/class_acc_ledger_sold.php:163 include/class_acc_ledger_sold.php:167 msgid "a un code tva invalide" msgstr "has an invalid VAT code" -#: include/class_document_modele.php:64 -#: include/class_document_modele.php:69 +#: include/class_document_modele.php:64 include/class_document_modele.php:69 +#: include/class_document_modele.php:68 msgid "Affect." msgstr "Assigned" -#: include/class_document_modele.php:65 -#: include/class_document_modele.php:70 +#: include/class_document_modele.php:65 include/class_document_modele.php:70 +#: include/class_document_modele.php:69 msgid "Fichier" msgstr "File" -#: include/class_document_modele.php:247 -#: include/class_document_modele.php:243 +#: include/class_document_modele.php:247 include/class_document_modele.php:243 #: include/class_document_modele.php:255 msgid "Affectation" msgstr "Affectation" -#: include/class_document_modele.php:251 -#: include/class_document_modele.php:247 +#: include/class_document_modele.php:251 include/class_document_modele.php:247 #: include/class_document_modele.php:259 #: include/template/modele_document.php:47 #: include/template/modele_document.php:45 +#: include/template/modele_document.php:48 msgid "Uniquement journaux achat" msgstr "Only ledger of purchase" -#: include/class_document_modele.php:252 -#: include/class_document_modele.php:248 +#: include/class_document_modele.php:252 include/class_document_modele.php:248 #: include/class_document_modele.php:260 #: include/template/modele_document.php:48 #: include/template/modele_document.php:46 +#: include/template/modele_document.php:49 msgid "Uniquement journaux vente" msgstr "Only ledger of sales" -#: include/class_document_modele.php:253 -#: include/class_document_modele.php:249 +#: include/class_document_modele.php:253 include/class_document_modele.php:249 #: include/class_document_modele.php:261 #: include/template/modele_document.php:49 #: include/template/modele_document.php:47 +#: include/template/modele_document.php:50 msgid "Partie gestion" msgstr "Management" -#: include/class_itva_popup.php:117 -#: include/class_itva_popup.php:116 -#: include/class_itva_popup.php:122 +#: include/class_itva_popup.php:117 include/class_itva_popup.php:116 +#: include/class_itva_popup.php:122 include/class_itva_popup.php:125 msgid "Le nom ne peut être vide" msgstr "The name can not be empty" -#: include/class_itva_popup.php:120 -#: include/class_itva_popup.php:119 -#: include/class_itva_popup.php:125 +#: include/class_itva_popup.php:120 include/class_itva_popup.php:119 +#: include/class_itva_popup.php:125 include/class_itva_popup.php:131 msgid " TVA " msgstr "VAT" -#: include/class_periode.php:185 -#: include/class_periode.php:183 +#: include/class_periode.php:185 include/class_periode.php:183 #: include/class_periode.php:238 msgid "Confirmez cloture" msgstr "Confirm closing" -#: include/class_periode.php:196 -#: include/class_periode.php:194 -#: include/class_periode.php:264 +#: include/class_periode.php:196 include/class_periode.php:194 +#: include/class_periode.php:264 include/class_periode.php:265 msgid "Confirmez effacement ?" msgstr "Confirm removal" -#: include/class_periode.php:198 -#: include/class_periode.php:196 +#: include/class_periode.php:198 include/class_periode.php:196 #, php-format msgid "Nombre opération %d" msgstr "Number of operation %d" -#: include/client_card.inc.php:69 -#: include/supplier_card.inc.php:70 -#: include/client_card.inc.php:66 -#: include/adm_card.inc.php:72 -#: include/client_card.inc.php:70 -#: include/supplier_card.inc.php:73 +#: include/client_card.inc.php:69 include/supplier_card.inc.php:70 +#: include/client_card.inc.php:66 include/adm_card.inc.php:72 +#: include/client_card.inc.php:70 include/supplier_card.inc.php:73 #: include/category_card.inc.php:69 msgid "Opérations & Lettrages" msgstr "Operation & Lettering" -#: include/fiche.inc.php:290 -#: include/fiche.inc.php:293 -#: include/fiche.inc.php:285 -#: include/fiche.inc.php:303 +#: include/fiche.inc.php:290 include/fiche.inc.php:293 +#: include/fiche.inc.php:285 include/fiche.inc.php:303 #: include/fiche.inc.php:312 msgid "Déplacer vers" msgstr "Move to" -#: include/impress_fiche.inc.php:56 -#: include/user_menu.php:189 -#: html/ajax_card.php:152 -#: include/fiche.inc.php:302 -#: include/impress.inc.php:31 -#: include/user_menu.php:198 -#: html/ajax_card.php:161 -#: include/fiche.inc.php:311 -#: include/impress_fiche.inc.php:61 -#: include/menu_translate.php:3 -#: include/menu_translate.php:71 -#: include/menu_translate.php:96 +#: include/impress_fiche.inc.php:56 include/user_menu.php:189 +#: html/ajax_card.php:152 include/fiche.inc.php:302 include/impress.inc.php:31 +#: include/user_menu.php:198 html/ajax_card.php:161 include/fiche.inc.php:311 +#: include/impress_fiche.inc.php:61 include/menu_translate.php:3 +#: include/menu_translate.php:71 include/menu_translate.php:96 +#: html/ajax_card.php:163 include/database.item.php:3 +#: include/database.item.php:96 include/fiche.inc.php:64 +#: include/ext/coprop/index.php:47 include/ext/rapport_avance/index.php:62 +#: include/ext/amortis/include/am_util.php:31 +#: include/ext/amortis/include/template/listing_histo.php:2 msgid "Historique" msgstr "Historical account" -#: include/impress_fiche.inc.php:57 -#: include/impress_fiche.inc.php:62 +#: include/impress_fiche.inc.php:57 include/impress_fiche.inc.php:62 +#: include/fiche.inc.php:65 msgid "Historique Lettré" msgstr "Historical lettered" -#: include/impress_fiche.inc.php:58 -#: include/impress_fiche.inc.php:64 +#: include/impress_fiche.inc.php:58 include/impress_fiche.inc.php:64 +#: include/fiche.inc.php:67 msgid "Historique non Lettré" msgstr "Historical not lettered" -#: include/impress_fiche.inc.php:59 -#: include/impress_fiche.inc.php:65 +#: include/impress_fiche.inc.php:59 include/impress_fiche.inc.php:65 +#: include/fiche.inc.php:68 msgid "Résumé" msgstr "Summary" -#: include/impress_fiche.inc.php:147 -#: include/impress_fiche.inc.php:146 -#: include/impress_fiche.inc.php:194 -#: include/impress_fiche.inc.php:226 -#: include/export_fiche_balance_csv.php:139 -#: include/impress_fiche.inc.php:289 +#: include/impress_fiche.inc.php:147 include/impress_fiche.inc.php:146 +#: include/impress_fiche.inc.php:194 include/impress_fiche.inc.php:226 +#: include/export_fiche_balance_csv.php:139 include/impress_fiche.inc.php:289 +#: include/export_fiche_balance_csv.php:140 include/fiche.inc.php:438 msgid "ref" msgstr "Ref" -#: include/impress_fiche.inc.php:148 -#: include/impress_fiche.inc.php:147 -#: include/impress_fiche.inc.php:196 -#: include/impress_fiche.inc.php:228 -#: include/export_fiche_balance_csv.php:141 -#: include/impress_fiche.inc.php:291 +#: include/impress_fiche.inc.php:148 include/impress_fiche.inc.php:147 +#: include/impress_fiche.inc.php:196 include/impress_fiche.inc.php:228 +#: include/export_fiche_balance_csv.php:141 include/impress_fiche.inc.php:291 +#: include/export_fiche_balance_csv.php:142 include/fiche.inc.php:440 msgid "Comm" msgstr "Comment" -#: include/impress_fiche.inc.php:150 -#: include/impress_fiche.inc.php:149 -#: include/impress_fiche.inc.php:198 -#: include/impress_fiche.inc.php:231 -#: include/export_fiche_balance_csv.php:145 -#: include/impress_fiche.inc.php:294 +#: include/impress_fiche.inc.php:150 include/impress_fiche.inc.php:149 +#: include/impress_fiche.inc.php:198 include/impress_fiche.inc.php:231 +#: include/export_fiche_balance_csv.php:145 include/impress_fiche.inc.php:294 +#: include/export_fiche_balance_csv.php:147 include/fiche.inc.php:443 msgid "Let." msgstr "Let." @@ -7295,192 +5961,160 @@ msgstr "Lettering for accounting" msgid "Par fiche" msgstr "By card" -#: include/letter.inc.php:31 -#: include/menu_translate.php:89 +#: include/letter.inc.php:31 include/menu_translate.php:89 +#: include/database.item.php:59 msgid "Lettrage par fiche" msgstr "Lettering by card" -#: include/lettering.account.inc.php:57 -#: include/lettering.card.php:57 -#: include/lettering.account.inc.php:55 -#: include/lettering.account.inc.php:47 +#: include/lettering.account.inc.php:57 include/lettering.card.php:57 +#: include/lettering.account.inc.php:55 include/lettering.account.inc.php:47 msgid "Lettrage pour le poste comptable " msgstr "Lettering for the accounting" -#: include/lettering.account.inc.php:68 -#: include/lettering.card.inc.php:75 -#: include/lettering.card.php:68 -#: include/lettering.gestion.inc.php:22 -#: include/lettering.account.inc.php:66 -#: include/lettering.card.inc.php:74 -#: include/lettering.gestion.inc.php:21 -#: include/lettering.account.inc.php:58 -#: include/lettering.card.inc.php:61 +#: include/lettering.account.inc.php:68 include/lettering.card.inc.php:75 +#: include/lettering.card.php:68 include/lettering.gestion.inc.php:22 +#: include/lettering.account.inc.php:66 include/lettering.card.inc.php:74 +#: include/lettering.gestion.inc.php:21 include/lettering.account.inc.php:58 +#: include/lettering.card.inc.php:61 include/database.item.php:139 +#: include/lettering.account.inc.php:65 include/lettering.card.inc.php:69 +#: include/lettering.gestion.inc.php:28 msgid "Date début" msgstr "Start date" -#: include/lettering.account.inc.php:74 -#: include/lettering.card.inc.php:81 -#: include/lettering.card.php:74 -#: include/lettering.gestion.inc.php:28 -#: include/lettering.account.inc.php:72 -#: include/lettering.card.inc.php:80 -#: include/lettering.gestion.inc.php:27 -#: include/lettering.account.inc.php:64 -#: include/lettering.card.inc.php:67 +#: include/lettering.account.inc.php:74 include/lettering.card.inc.php:81 +#: include/lettering.card.php:74 include/lettering.gestion.inc.php:28 +#: include/lettering.account.inc.php:72 include/lettering.card.inc.php:80 +#: include/lettering.gestion.inc.php:27 include/lettering.account.inc.php:64 +#: include/lettering.card.inc.php:67 include/lettering.account.inc.php:77 +#: include/lettering.card.inc.php:82 include/lettering.gestion.inc.php:34 msgid "Date fin" msgstr "End date" -#: include/lettering.account.inc.php:81 -#: include/lettering.card.inc.php:88 -#: include/lettering.card.php:81 -#: include/lettering.gestion.inc.php:35 -#: include/lettering.account.inc.php:79 -#: include/lettering.card.inc.php:87 -#: include/lettering.gestion.inc.php:34 -#: include/lettering.account.inc.php:71 -#: include/lettering.card.inc.php:74 +#: include/lettering.account.inc.php:81 include/lettering.card.inc.php:88 +#: include/lettering.card.php:81 include/lettering.gestion.inc.php:35 +#: include/lettering.account.inc.php:79 include/lettering.card.inc.php:87 +#: include/lettering.gestion.inc.php:34 include/lettering.account.inc.php:71 +#: include/lettering.card.inc.php:74 include/lettering.account.inc.php:84 +#: include/lettering.card.inc.php:89 include/lettering.gestion.inc.php:41 msgid "Toutes opérations" msgstr "All operations" -#: include/lettering.account.inc.php:82 -#: include/lettering.card.inc.php:89 -#: include/lettering.card.php:82 -#: include/lettering.gestion.inc.php:36 -#: include/lettering.account.inc.php:80 -#: include/lettering.card.inc.php:88 -#: include/lettering.gestion.inc.php:35 -#: include/lettering.account.inc.php:72 -#: include/lettering.card.inc.php:75 +#: include/lettering.account.inc.php:82 include/lettering.card.inc.php:89 +#: include/lettering.card.php:82 include/lettering.gestion.inc.php:36 +#: include/lettering.account.inc.php:80 include/lettering.card.inc.php:88 +#: include/lettering.gestion.inc.php:35 include/lettering.account.inc.php:72 +#: include/lettering.card.inc.php:75 include/lettering.account.inc.php:85 +#: include/lettering.card.inc.php:90 include/lettering.gestion.inc.php:42 msgid "Opérations lettrées" msgstr "Lettered operations" -#: include/lettering.account.inc.php:83 -#: include/lettering.card.inc.php:90 -#: include/lettering.card.php:83 -#: include/lettering.gestion.inc.php:37 -#: include/lettering.account.inc.php:81 -#: include/lettering.card.inc.php:89 -#: include/lettering.gestion.inc.php:36 -#: include/lettering.account.inc.php:73 -#: include/lettering.card.inc.php:76 -#: include/lettering.account.inc.php:74 -#: include/lettering.card.inc.php:77 +#: include/lettering.account.inc.php:83 include/lettering.card.inc.php:90 +#: include/lettering.card.php:83 include/lettering.gestion.inc.php:37 +#: include/lettering.account.inc.php:81 include/lettering.card.inc.php:89 +#: include/lettering.gestion.inc.php:36 include/lettering.account.inc.php:73 +#: include/lettering.card.inc.php:76 include/lettering.account.inc.php:74 +#: include/lettering.card.inc.php:77 include/lettering.account.inc.php:87 +#: include/lettering.card.inc.php:92 include/lettering.gestion.inc.php:43 msgid "Opérations NON lettrées" msgstr "Not Lettered operations" -#: include/lettering.card.inc.php:64 -#: include/lettering.card.inc.php:63 +#: include/lettering.card.inc.php:64 include/lettering.card.inc.php:63 #: include/lettering.card.inc.php:50 msgid "Lettrage pour la fiche " msgstr "Lettering for the card" -#: include/periode.inc.php:65 -#: include/periode.inc.php:82 -#: include/periode.inc.php:46 -#: include/periode.inc.php:58 -#: include/periode.inc.php:45 -#: include/periode.inc.php:56 +#: include/periode.inc.php:65 include/periode.inc.php:82 +#: include/periode.inc.php:46 include/periode.inc.php:58 +#: include/periode.inc.php:45 include/periode.inc.php:56 msgid "Valeurs invalides" msgstr "invalid values" -#: include/user_menu.php:194 -#: include/user_menu.php:193 -#: include/user_menu.php:202 +#: include/user_menu.php:194 include/user_menu.php:193 +#: include/user_menu.php:202 include/database.item.php:198 msgid "Opération Diverses" msgstr "Miscellaneous operation" -#: include/user_menu.php:194 -#: include/user_menu.php:193 +#: include/user_menu.php:194 include/user_menu.php:193 #: include/user_menu.php:202 msgid "Journaux d'OD: salaires, déclarations TVA,..." msgstr "Ledger for MO : salary, VAT ..." -#: include/user_menu.php:198 -#: include/user_menu.php:197 +#: include/user_menu.php:198 include/user_menu.php:197 #: include/user_menu.php:206 msgid "Ajouter, modifier ou effacer des lettrage" msgstr "Add, modify or remove lettering" #: include/template/impress_cat_card.php:3 +#: include/template/impress_cat_card.php:6 msgid "Categorie" msgstr "Category" #: include/template/impress_cat_card.php:15 +#: include/template/impress_cat_card.php:18 msgid "Jusque" msgstr "until" -#: include/template/letter_all.php:10 -#: include/template/letter_prop.php:10 -#: include/template/letter_prop.php:9 +#: include/template/letter_all.php:10 include/template/letter_prop.php:10 +#: include/template/letter_prop.php:9 include/template/letter_all.php:13 +#: include/template/letter_prop.php:11 msgid "Désolé aucun résultat trouvé" msgstr "Sorry no data found" -#: include/template/letter_all.php:23 -#: include/template/letter_prop.php:26 -#: include/template/letter_prop.php:25 -#: include/template/letter_prop.php:65 +#: include/template/letter_all.php:23 include/template/letter_prop.php:26 +#: include/template/letter_prop.php:25 include/template/letter_prop.php:65 +#: include/template/letter_all.php:26 include/template/letter_prop.php:28 +#: include/template/letter_prop.php:68 msgid "Ref" msgstr "Ref" -#: include/template/letter_all.php:32 -#: include/template/letter_prop.php:35 -#: include/template/letter_prop.php:34 -#: include/template/letter_all.php:35 +#: include/template/letter_all.php:32 include/template/letter_prop.php:35 +#: include/template/letter_prop.php:34 include/template/letter_all.php:35 #: include/template/letter_prop.php:74 msgid "Debit / Credit" msgstr "Debit / Credit" -#: include/template/letter_all.php:35 -#: include/template/letter_prop.php:38 -#: include/template/letter_prop.php:37 -#: include/template/letter_all.php:38 +#: include/template/letter_all.php:35 include/template/letter_prop.php:38 +#: include/template/letter_prop.php:37 include/template/letter_all.php:38 #: include/template/letter_prop.php:77 msgid "Op. concerné" msgstr "Concerned Op." -#: include/template/letter_prop.php:104 -#: include/template/letter_prop.php:103 -#: include/template/letter_prop.php:105 -#: include/template/letter_prop.php:145 +#: include/template/letter_prop.php:104 include/template/letter_prop.php:103 +#: include/template/letter_prop.php:105 include/template/letter_prop.php:145 +#: include/template/letter_prop.php:159 msgid "Total Debit" msgstr "Total Debit" -#: include/template/letter_prop.php:105 -#: include/template/letter_prop.php:104 -#: include/template/letter_prop.php:106 -#: include/template/letter_prop.php:146 +#: include/template/letter_prop.php:105 include/template/letter_prop.php:104 +#: include/template/letter_prop.php:106 include/template/letter_prop.php:146 +#: include/template/letter_prop.php:160 msgid "Total Credit" msgstr "Only Credit" -#: include/template/param_jrn.php:40 -#: include/template/param_jrn.php:88 -#: include/template/param_jrn.php:89 +#: include/template/param_jrn.php:40 include/template/param_jrn.php:88 +#: include/template/param_jrn.php:89 include/template/param_jrn.php:95 msgid "Uniquement des chiffres" msgstr "Only digits" -#: include/template/param_jrn.php:46 -#: include/template/param_jrn.php:94 -#: include/template/param_jrn.php:95 +#: include/template/param_jrn.php:46 include/template/param_jrn.php:94 +#: include/template/param_jrn.php:95 include/template/param_jrn.php:102 msgid "Dernière pièce numérotée" msgstr "Last numbered receipt" -#: include/template/param_jrn.php:60 -#: include/template/param_jrn.php:109 -#: include/template/param_jrn.php:110 +#: include/template/param_jrn.php:60 include/template/param_jrn.php:109 +#: include/template/param_jrn.php:110 include/template/param_jrn.php:118 msgid "Laissez à 0 pour ne pas changer le numéro" msgstr "0 for no change" -#: html/parametre.php:303 -#: html/parametre.php:313 -#: html/parametre.php:330 -#: include/company.inc.php:109 +#: html/parametre.php:303 html/parametre.php:313 html/parametre.php:330 +#: include/company.inc.php:109 include/company.inc.php:120 msgid "Suggérer la date" msgstr "Suggest the date" #: include/class_acc_ledger_purchase.php:205 #: include/class_acc_ledger_purchase.php:206 #: include/class_acc_ledger_purchase.php:237 +#: include/class_acc_ledger_purchase.php:236 msgid "ce code n'a pas de poste comptable, créez ce poste : [" msgstr "This code has no accounting, please create it [" @@ -7488,163 +6122,146 @@ msgstr "This code has no accounting, please create it [" msgid "Attention, certains attributs pourraient être effacés, vous confirmez ?" msgstr "Warning some attributes could be removed, do you confirm" -#: include/param_pcmn.inc.php:53 +#: include/param_pcmn.inc.php:53 include/param_pcmn.inc.php:51 +#: include/ext/tva/form_parameter.php:116 msgid "Poste comptable" msgstr "Accounting" -#: include/param_pcmn.inc.php:57 +#: include/param_pcmn.inc.php:57 include/param_pcmn.inc.php:55 msgid "Parent" msgstr "Parent" -#: include/param_pcmn.inc.php:59 +#: include/param_pcmn.inc.php:59 include/param_pcmn.inc.php:57 msgid "Type " msgstr "Type" -#: include/user_menu.php:392 -#: include/user_menu.php:410 -#: include/user_menu.php:138 +#: include/user_menu.php:392 include/user_menu.php:410 +#: include/user_menu.php:138 include/user_menu.php:147 msgid " Hors Bilan" msgstr "Out Balance Sheet" -#: html/access.php:76 -#: html/user_login.php:62 -#: html/access.php:79 -#: html/user_login.php:64 -#: html/do.php:94 +#: html/access.php:76 html/user_login.php:62 html/access.php:79 +#: html/user_login.php:64 html/do.php:94 html/do.php:97 html/user_login.php:66 msgid "Base de donnée invalide" msgstr "Invalid Database" -#: html/ajax_ledger.php:113 -#: html/ajax_ledger.php:136 -#: html/ajax_ledger.php:129 +#: html/ajax_ledger.php:113 html/ajax_ledger.php:136 html/ajax_ledger.php:129 +#: html/ajax_ledger.php:156 msgid "Opération Effacée" msgstr "Removed accounting" -#: html/ajax_ledger.php:184 -#: html/ajax_ledger.php:226 -#: html/ajax_ledger.php:236 +#: html/ajax_ledger.php:184 html/ajax_ledger.php:226 html/ajax_ledger.php:236 +#: html/ajax_ledger.php:263 msgid "Aucun fichier" msgstr "No file" -#: html/ajax_ledger.php:371 -#: html/ajax_ledger.php:438 -#: html/ajax_ledger.php:495 +#: html/ajax_ledger.php:371 html/ajax_ledger.php:438 html/ajax_ledger.php:495 +#: html/ajax_ledger.php:546 msgid "Opération extournée" msgstr "Reversed accounting" -#: html/extension.php:80 -#: html/extension.php:72 +#: html/extension.php:80 html/extension.php:72 msgid "Retour accueil" msgstr "Back to home" -#: html/extension.php:88 -#: html/extension.php:80 +#: html/extension.php:88 html/extension.php:80 msgid "Déconnexion" msgstr "Logout" -#: html/parametre.php:130 -#: html/parametre.php:140 -#: include/menu_translate.php:80 +#: html/parametre.php:130 html/parametre.php:140 include/menu_translate.php:80 +#: include/database.item.php:90 msgid "Attribut de fiche" msgstr "Card attribute" -#: html/parametre.php:130 -#: html/parametre.php:140 +#: html/parametre.php:130 html/parametre.php:140 msgid "Modifie les attributs des catégories de fiches" msgstr "Modify category of card attributes" -#: html/show_pj.php:77 -#: html/show_pj.php:81 +#: html/show_pj.php:77 html/show_pj.php:81 html/show_pj.php:82 +#: include/ext/rapport_avance/raw.php:65 +#: include/ext/rapport_avance/raw.php:109 +#: include/ext/rapport_avance/raw.php:163 +#: include/ext/rapport_avance/raw.php:210 msgid "Fichier effacé" msgstr "Removed file" -#: include/class_acc_ledger.php:161 -#: include/class_acc_ledger.php:165 -#: include/class_acc_ledger.php:169 -#: include/class_acc_ledger.php:173 -#: include/class_acc_ledger.php:189 -#: include/class_acc_ledger.php:193 +#: include/class_acc_ledger.php:161 include/class_acc_ledger.php:165 +#: include/class_acc_ledger.php:169 include/class_acc_ledger.php:173 +#: include/class_acc_ledger.php:189 include/class_acc_ledger.php:193 +#: include/class_acc_ledger.php:200 include/class_acc_ledger.php:203 msgid "Cette opération n'existe pas" msgstr "This account doesn't exist" -#: include/class_acc_ledger.php:173 -#: include/class_acc_ledger.php:181 -#: include/class_acc_ledger.php:201 +#: include/class_acc_ledger.php:173 include/class_acc_ledger.php:181 +#: include/class_acc_ledger.php:201 include/class_acc_ledger.php:211 msgid "PERIODE FERMEE" msgstr "Close period" #: include/class_anc_group_operation.php:176 #: include/class_anticipation.php:312 #: include/class_anc_group_operation.php:190 -#: include/class_anticipation.php:419 -#: include/class_anticipation.php:431 +#: include/class_anticipation.php:419 include/class_anticipation.php:431 +#: include/class_anc_group_operation.php:189 +#: include/class_anticipation.php:430 msgid "Ajouter une ligne" msgstr "Add a row" -#: include/compta_fin.inc.php:59 -#: include/compta_fin.inc.php:39 +#: include/compta_fin.inc.php:59 include/compta_fin.inc.php:39 msgid "Rapprochements banquaires" msgstr "Bank reconciliation" -#: include/ext_inc.php:21 -#: include/ext_inc.php:25 -#: include/extension_get.inc.php:34 +#: include/ext_inc.php:21 include/ext_inc.php:25 +#: include/extension_get.inc.php:34 include/extension_get.inc.php:38 msgid "Ce fichier n'existe pas " msgstr "This file doesn't exist" -#: include/fiche.inc.php:285 -#: include/fiche.inc.php:303 +#: include/fiche.inc.php:285 include/fiche.inc.php:303 #: include/fiche.inc.php:312 -msgid "Attention, certains attributs pourraient être ajoutés à la catégorie de destination, vous confirmez ?" -msgstr "Caution some attributes will be add to the destination, do you confirm ?" +msgid "" +"Attention, certains attributs pourraient être ajoutés à la catégorie de " +"destination, vous confirmez ?" +msgstr "" +"Caution some attributes will be add to the destination, do you confirm ?" -#: include/impress_fiche.inc.php:60 -#: include/adm_card.inc.php:71 -#: include/client_card.inc.php:69 -#: include/supplier_card.inc.php:72 -#: include/category_card.inc.php:68 -#: include/impress_fiche.inc.php:66 -#: include/menu_translate.php:102 -#: include/menu_translate.php:84 +#: include/impress_fiche.inc.php:60 include/adm_card.inc.php:71 +#: include/client_card.inc.php:69 include/supplier_card.inc.php:72 +#: include/category_card.inc.php:68 include/impress_fiche.inc.php:66 +#: include/menu_translate.php:102 include/menu_translate.php:84 +#: include/database.item.php:65 include/database.item.php:100 +#: include/fiche.inc.php:69 msgid "Balance" msgstr "Balance" -#: include/impress_fiche.inc.php:195 -#: include/template/letter_all.php:26 -#: include/impress_fiche.inc.php:227 -#: include/export_fiche_balance_csv.php:140 -#: include/impress_fiche.inc.php:290 +#: include/impress_fiche.inc.php:195 include/template/letter_all.php:26 +#: include/impress_fiche.inc.php:227 include/export_fiche_balance_csv.php:140 +#: include/impress_fiche.inc.php:290 include/export_fiche_balance_csv.php:141 +#: include/fiche.inc.php:439 include/template/letter_all.php:29 msgid "Interne" msgstr "Internal" -#: include/impress.inc.php:37 -#: include/template/ledger_detail_bottom.php:4 -#: include/impress.inc.php:36 -#: include/template/ledger_detail_bottom.php:3 -#: include/menu_translate.php:77 -#: include/menu_translate.php:97 +#: include/impress.inc.php:37 include/template/ledger_detail_bottom.php:4 +#: include/impress.inc.php:36 include/template/ledger_detail_bottom.php:3 +#: include/menu_translate.php:77 include/menu_translate.php:97 +#: include/database.item.php:97 include/database.item.php:104 +#: include/template/ledger_detail_bottom.php:18 msgid "Rapprochement" msgstr "Reconciliation" -#: include/impress_rec.inc.php:62 -#: include/impress_reconciliation.php:47 -#: include/impress_rec.inc.php:78 +#: include/impress_rec.inc.php:62 include/impress_reconciliation.php:47 +#: include/impress_rec.inc.php:78 include/impress_rec.inc.php:79 msgid "Visualisation" msgstr "View" -#: include/pref.inc.php:39 -#: include/pref.inc.php:41 -#: include/pref.inc.php:66 +#: include/pref.inc.php:39 include/pref.inc.php:41 include/pref.inc.php:66 +#: include/class_user.php:1141 msgid "Les mots de passe ne correspondent pas. Mot de passe inchangé" msgstr "The password don't match, the password is not changed" -#: include/user_menu.php:189 -#: include/user_menu.php:198 +#: include/user_menu.php:189 include/user_menu.php:198 msgid "Historique : toutes les opérations" msgstr "Historic : all operation" -#: include/user_menu.php:418 -#: include/user_menu.php:437 +#: include/user_menu.php:418 include/user_menu.php:437 msgid "Purge CSV" msgstr "Prune CSV" @@ -7659,6 +6276,10 @@ msgstr "Prune CSV" #: include/template/ledger_detail_ach.php:102 #: include/template/ledger_detail_fin.php:95 #: include/template/ledger_detail_ven.php:102 +#: include/template/ledger_detail_ach.php:112 +#: include/template/ledger_detail_fin.php:96 +#: include/template/ledger_detail_misc.php:81 +#: include/template/ledger_detail_ven.php:115 msgid "Détail" msgstr "Detail" @@ -7667,7 +6288,11 @@ msgstr "Detail" #: include/template/ledger_detail_ach.php:89 #: include/template/ledger_detail_ven.php:91 #: include/template/ledger_detail_ach.php:110 -#: include/template/ledger_detail_ven.php:112 +#: include/template/ledger_detail_ven.php:112 include/database.item.php:141 +#: include/template/ledger_detail_ach.php:122 +#: include/template/ledger_detail_ven.php:127 +#: include/template/operation_detail_ach.php:39 +#: include/template/operation_detail_ven.php:40 msgid "Taux TVA" msgstr "VAT rate" @@ -7682,6 +6307,10 @@ msgstr "Unit P" #: include/template/ledger_detail_ven.php:94 #: include/template/ledger_detail_ach.php:115 #: include/template/ledger_detail_ven.php:110 +#: include/template/ledger_detail_ach.php:128 +#: include/template/ledger_detail_ven.php:125 +#: include/template/operation_detail_ach.php:46 +#: include/template/operation_detail_ven.php:38 msgid "Quantité" msgstr "Quantity" @@ -7691,6 +6320,10 @@ msgstr "Quantity" #: include/template/ledger_detail_ven.php:96 #: include/template/ledger_detail_ach.php:119 #: include/template/ledger_detail_ven.php:116 +#: include/template/ledger_detail_ach.php:133 +#: include/template/ledger_detail_ven.php:132 +#: include/template/operation_detail_ach.php:52 +#: include/template/operation_detail_ven.php:44 msgid "HTVA" msgstr "wo VAT" @@ -7700,6 +6333,10 @@ msgstr "wo VAT" #: include/template/ledger_detail_ven.php:98 #: include/template/ledger_detail_ach.php:121 #: include/template/ledger_detail_ven.php:118 +#: include/template/ledger_detail_ach.php:136 +#: include/template/ledger_detail_ven.php:134 +#: include/template/operation_detail_ach.php:54 +#: include/template/operation_detail_ven.php:46 msgid "TVAC" msgstr "with VAT" @@ -7709,20 +6346,23 @@ msgstr "with VAT" #: include/template/ledger_detail_ven.php:180 #: include/template/ledger_detail_ach.php:225 #: include/template/ledger_detail_ven.php:222 +#: include/template/ledger_detail_ach.php:249 +#: include/template/ledger_detail_ven.php:247 msgid "Ecritures comptables" msgstr "Accounting" #: include/template/ledger_detail_bottom.php:73 #: include/template/ledger_detail_bottom.php:77 #: include/template/ledger_detail_bottom.php:81 +#: include/template/ledger_detail_bottom.php:129 msgid "Extourner" msgstr "Reverse" -#: include/template/ledger_search.php:23 +#: include/template/ledger_search.php:23 include/template/ledger_search.php:39 msgid "Et contenant dans le libellé, pièce justificative ou n° interne" msgstr "And containing in the label, receipt or internal number" -#: include/template/param_jrn.php:11 +#: include/template/param_jrn.php:11 include/template/param_jrn.php:15 msgid "Postes utilisables journal (débit/crédit) " msgstr "Available accounting ledger (debit/credit)" @@ -7730,89 +6370,85 @@ msgstr "Available accounting ledger (debit/credit)" msgid "Uniquement pour les journaux d'Opérations Diverses" msgstr "Only for the Ledger for various operations" -#: include/template/param_jrn.php:28 -#: include/template/param_jrn.php:29 +#: include/template/param_jrn.php:28 include/template/param_jrn.php:29 +#: include/template/param_jrn.php:33 msgid "Numérotation de chaque opération" msgstr "Numbering of each operation" -#: include/template/param_jrn.php:36 -#: include/template/param_jrn.php:37 +#: include/template/param_jrn.php:36 include/template/param_jrn.php:37 +#: include/template/param_jrn.php:41 msgid "Compte en banque" msgstr "Bank account" -#: include/template/param_jrn.php:55 -#: include/template/param_jrn.php:56 -msgid "Obligatoire pour les journaux FIN : donner ici la fiche de la banque utilisée" +#: include/template/param_jrn.php:55 include/template/param_jrn.php:56 +#: include/template/param_jrn.php:61 +msgid "" +"Obligatoire pour les journaux FIN : donner ici la fiche de la banque utilisée" msgstr "Mandatory for FIN ledger : give here the card of the bank" -#: html/ajax_card.php:134 -#: html/ajax_card.php:143 +#: html/ajax_card.php:134 html/ajax_card.php:143 html/ajax_card.php:145 msgid "Fiche non trouvée" msgstr "Card not found" -#: html/ajax_card.php:161 -#: html/ajax_card.php:170 +#: html/ajax_card.php:161 html/ajax_card.php:170 html/ajax_card.php:172 msgid "Aucune fiche demandée" msgstr "No card asked" -#: html/ajax_card.php:176 -#: html/ajax_card.php:185 +#: html/ajax_card.php:176 html/ajax_card.php:185 +#: include/ext/coprop/include/appel_fond.inc.php:214 msgid "Nouvelle fiche " msgstr "New card" -#: html/ajax_card.php:474 -#: html/ajax_card.php:478 +#: html/ajax_card.php:474 html/ajax_card.php:478 html/ajax_card.php:497 msgid "Fiche non valide" msgstr "Invalid file" -#: html/ajax_misc.php:384 -#: include/lettering.account.inc.php:102 -#: include/lettering.card.inc.php:105 -#: include/lettering.gestion.inc.php:67 -#: html/ajax_misc.php:395 -#: include/lettering.account.inc.php:103 -#: include/lettering.card.inc.php:106 -#: include/lettering.gestion.inc.php:68 +#: html/ajax_misc.php:384 include/lettering.account.inc.php:102 +#: include/lettering.card.inc.php:105 include/lettering.gestion.inc.php:67 +#: html/ajax_misc.php:395 include/lettering.account.inc.php:103 +#: include/lettering.card.inc.php:106 include/lettering.gestion.inc.php:68 +#: include/lettering.account.inc.php:59 include/lettering.account.inc.php:72 +#: include/lettering.account.inc.php:116 include/lettering.card.inc.php:62 +#: include/lettering.card.inc.php:76 include/lettering.gestion.inc.php:74 msgid "Date malformée, désolé" msgstr "Wrong date sorry" -#: include/action.common.inc.php:155 -#: include/action.common.inc.php:154 +#: include/action.common.inc.php:155 include/action.common.inc.php:154 +#: include/action.common.inc.php:187 msgid "Vous confirmez l\\'effacement" msgstr "Confirm the removing ?" -#: include/adm_card.inc.php:71 -#: include/supplier_card.inc.php:72 +#: include/adm_card.inc.php:71 include/supplier_card.inc.php:72 #: include/category_card.inc.php:68 msgid "Balance du fournisseur" msgstr "Supplier balance" -#: include/balance.inc.php:46 -#: include/impress_bilan.inc.php:48 -#: include/impress_jrn.inc.php:82 -#: include/impress_rapport.inc.php:180 -#: include/impress_rapport.inc.php:182 +#: include/balance.inc.php:46 include/impress_bilan.inc.php:48 +#: include/impress_jrn.inc.php:82 include/impress_rapport.inc.php:180 +#: include/impress_rapport.inc.php:182 include/balance.inc.php:45 +#: include/impress_jrn.inc.php:84 msgid "Choississez un autre exercice" msgstr "Choose another year" -#: include/class_acc_ledger.php:1685 -#: include/class_acc_ledger.php:1853 +#: include/class_acc_ledger.php:1685 include/class_acc_ledger.php:1853 +#: include/class_acc_ledger.php:1911 msgid "Poste invalide [" msgstr "Invalid accounting [" -#: include/class_acc_ledger.php:1687 -#: include/class_acc_ledger.php:1855 +#: include/class_acc_ledger.php:1687 include/class_acc_ledger.php:1855 +#: include/class_acc_ledger.php:1913 msgid "Poste Inexistant [" msgstr "non-existent accounting" -#: include/class_acc_ledger.php:2479 -#: include/class_acc_ledger.php:2687 +#: include/class_acc_ledger.php:2479 include/class_acc_ledger.php:2687 +#: include/class_acc_ledger.php:2859 msgid "Filtrer" msgstr "Filter" #: include/class_acc_ledger_purchase.php:187 -#: include/class_acc_ledger_sold.php:189 -#: include/class_acc_ledger_sold.php:188 +#: include/class_acc_ledger_sold.php:189 include/class_acc_ledger_sold.php:188 +#: include/class_acc_ledger_purchase.php:186 +#: include/class_acc_ledger_sold.php:177 msgid " La TVA " msgstr "The VAT" @@ -7821,45 +6457,43 @@ msgstr "The VAT" msgid "Pour la fiche %s, le compte %s n'existe pas" msgstr "For the card %s the accounting %s doesn't exist" -#: include/class_anticipation.php:120 -#: include/class_anticipation.php:122 +#: include/class_anticipation.php:120 include/class_anticipation.php:122 msgid "Période de début non valable" msgstr "Invalid start period" -#: include/class_anticipation.php:121 -#: include/class_anticipation.php:123 +#: include/class_anticipation.php:121 include/class_anticipation.php:123 msgid "Période de fin non valable" msgstr "Invalid end period" -#: include/class_fiche.php:1277 -#: include/class_fiche.php:1321 +#: include/class_fiche.php:1277 include/class_fiche.php:1321 +#: include/class_fiche.php:1282 msgid "n° pièce" msgstr "receipt #" -#: include/class_ibutton.php:56 +#: include/class_ibutton.php:56 include/class_ibutton.php:61 msgid "Inverser la sélection" msgstr "Invert selection" -#: include/class_ibutton.php:63 +#: include/class_ibutton.php:63 include/class_ibutton.php:68 msgid "Cocher tous" msgstr "check all" -#: include/class_ibutton.php:70 +#: include/class_ibutton.php:70 include/class_ibutton.php:75 msgid "Décocher tous" msgstr "Uncheck all" -#: include/class_ibutton.php:77 +#: include/class_ibutton.php:77 include/class_ibutton.php:82 msgid "Calculatrice" msgstr "calculator" -#: include/class_periode.php:230 -#: include/class_periode.php:268 +#: include/class_periode.php:230 include/class_periode.php:268 +#: include/class_periode.php:240 include/class_periode.php:269 #, php-format msgid "Nombre opérations %d" msgstr "Number of operation %d" -#: include/class_periode.php:232 -#: include/class_periode.php:328 +#: include/class_periode.php:232 include/class_periode.php:328 +#: include/class_periode.php:242 include/class_periode.php:360 msgid "Confirmez Réouverture" msgstr "Confirm reopening" @@ -7871,53 +6505,54 @@ msgstr "Confirm closing" msgid "Balance du client" msgstr "Customer balance" -#: include/client.inc.php:102 -#: include/client.inc.php:84 +#: include/client.inc.php:102 include/client.inc.php:84 +#: include/customer.inc.php:86 msgid "Inclure les clients sans opération :" msgstr "Including customer wo operation" -#: include/fiche.inc.php:117 -#: include/fiche.inc.php:125 +#: include/fiche.inc.php:117 include/fiche.inc.php:125 +#: include/class_fiche_def.php:792 msgid "" "Attention : il n'y aura pas de demande de confirmation pour enlever les\n" -" attributs sélectionnés. Il ne sera pas possible de revenir en arrière" +" attributs sélectionnés. Il ne sera pas " +"possible de revenir en arrière" msgstr "" "Caution : there is no confirm when you remove the selected attributes, \n" " This operation is not reversible" -#: include/forecast.inc.php:373 -#: include/forecast.inc.php:364 +#: include/forecast.inc.php:373 include/forecast.inc.php:364 msgid "Cloner" msgstr "Clone" -#: include/forecast.inc.php:373 -#: include/forecast.inc.php:364 +#: include/forecast.inc.php:373 include/forecast.inc.php:364 msgid "Vous confirmez le clonage " msgstr "Confirm cloning" -#: include/forecast.inc.php:383 -#: include/forecast.inc.php:373 +#: include/forecast.inc.php:383 include/forecast.inc.php:373 msgid "Erreur : " msgstr "Error :" -#: include/forecast.inc.php:383 -#: include/forecast.inc.php:373 +#: include/forecast.inc.php:383 include/forecast.inc.php:373 msgid "Vous devez corriger" msgstr "You must correct " #: include/impress_bilan.inc.php:89 msgid "" -" Attention : si le bilan n'est pas équilibré.
      Vérifiez
        \n" +" Attention : si le bilan n'est pas équilibré.
        " +"Vérifiez
          \n" "
        • L'affectation du résultat est fait
        • \n" -"
        • Vos comptes actifs ont un solde débiteur (sauf les comptes dit inversés)
        • \n" -"
        • les comptes passifs ont un solde créditeur (sauf les comptes dit inversés)
        • \n" +"
        • Vos comptes actifs ont un solde débiteur (sauf les comptes dit " +"inversés)
        • \n" +"
        • les comptes passifs ont un solde créditeur (sauf les comptes dit " +"inversés)
        • \n" "
        \n" " Utilisez la balance des comptes pour vérifier.
        " -msgstr " Caution the result is not balanced
        " +msgstr "" +" Caution the result is not balanced
        " -#: include/impress_fiche.inc.php:230 -#: include/export_fiche_balance_csv.php:144 -#: include/impress_fiche.inc.php:293 +#: include/impress_fiche.inc.php:230 include/export_fiche_balance_csv.php:144 +#: include/impress_fiche.inc.php:293 include/export_fiche_balance_csv.php:145 +#: include/fiche.inc.php:442 msgid "Prog." msgstr "Progr." @@ -7929,7 +6564,7 @@ msgstr "In/out" msgid "Entrée/Achat " msgstr "Sale/Purchase" -#: include/supplier.inc.php:89 +#: include/supplier.inc.php:89 include/supplier.inc.php:90 msgid "Inclure les fournisseurs sans opération :" msgstr "Including supplier wo operation" @@ -7941,30 +6576,38 @@ msgstr "Income" msgid "Journal de vente, produit et recette" msgstr "Ledger of sale" -#: include/user_menu.php:327 -#: include/user_menu.php:113 +#: include/user_menu.php:327 include/user_menu.php:113 +#: include/user_menu.php:114 include/user_menu.php:121 msgid "Audit" msgstr "Audit" -#: include/user_menu.php:327 -#: include/user_menu.php:113 +#: include/user_menu.php:327 include/user_menu.php:113 +#: include/user_menu.php:114 include/user_menu.php:121 msgid "Utilisateurs qui se sont connectés" msgstr "Connected users" #: include/template/ledger_detail_ach.php:94 #: include/template/ledger_detail_ach.php:116 +#: include/template/ledger_detail_ach.php:129 +#: include/template/operation_detail_ach.php:48 msgid "Non ded" msgstr "No ded" #: include/template/ledger_detail_ach.php:98 -#: include/template/ledger_detail_ven.php:97 -#: include/menu_translate.php:18 +#: include/template/ledger_detail_ven.php:97 include/menu_translate.php:18 #: include/template/ledger_detail_ach.php:120 -#: include/template/ledger_detail_ven.php:117 +#: include/template/ledger_detail_ven.php:117 include/database.item.php:8 +#: include/template/ledger_detail_ach.php:135 +#: include/template/ledger_detail_ven.php:133 +#: include/template/operation_detail_ach.php:53 +#: include/template/operation_detail_ven.php:45 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:47 +#: include/ext/transform/ajax_modify_intervat_assujetti.php:63 +#: include/ext/transform/include/template/listing_client_display.php:45 msgid "TVA" msgstr "VAT" -#: html/user_login.php:124 +#: html/user_login.php:124 html/user_login.php:155 msgid "Bienvenue " msgstr "Welcome" @@ -7972,38 +6615,40 @@ msgstr "Welcome" msgid "Donnez une partie du nom du dossier ou de la description à rechercher" msgstr "Give the name of the folder or the description" -#: include/bank.inc.php:85 +#: include/bank.inc.php:85 include/bank.inc.php:86 msgid "Inclure les banques sans opération :" msgstr "Including without operation" -#: include/class_acc_ledger.php:1382 +#: include/class_acc_ledger.php:1382 include/class_acc_ledger.php:1432 msgid "Quick Code ou " msgstr "Quickcode or" -#: include/class_acc_ledger.php:1495 +#: include/class_acc_ledger.php:1495 include/class_acc_ledger.php:1545 msgid "verifie Imputation Analytique" msgstr "Verify Analytic " -#: include/class_acc_ledger.php:1839 -#: include/class_acc_ledger.php:1965 +#: include/class_acc_ledger.php:1839 include/class_acc_ledger.php:1965 +#: include/class_acc_ledger.php:1897 include/class_acc_ledger.php:2027 #, php-format msgid "La fiche %s n'a pas de poste comptable" msgstr "The card %s has no accountancy " -#: include/class_acc_ledger.php:1843 +#: include/class_acc_ledger.php:1843 include/class_acc_ledger.php:1901 msgid "Poste Inexistant pour la fiche [" msgstr "Inexisting accountancy" -#: include/class_acc_ledger.php:3129 +#: include/class_acc_ledger.php:3129 include/class_acc_ledger.php:3304 msgid "Journal n'existe pas" msgstr "The ledger doesn't exist" #: include/class_acc_ledger_purchase.php:247 +#: include/class_acc_ledger_purchase.php:246 #, php-format msgid "Pour la fiche %s, le compte contrepartie %s n'existe pas" msgstr "For the card %s, the otherside %s doesn't exist" #: include/class_acc_ledger_purchase.php:1426 +#: include/class_acc_ledger_purchase.php:1523 msgid "Vérifiez imputation analytique" msgstr "Verify analytic" @@ -8012,25 +6657,24 @@ msgid " TVAC" msgstr "Included VAT" #: include/class_acc_ledger_sold.php:775 +#: include/class_acc_ledger_purchase.php:1484 +#: include/class_acc_ledger_sold.php:755 msgid "Attention Différence entre TVA calculée et donnée" msgstr "Warning difference with computed VAT" -#: include/class_acc_ledger_sold.php:816 +#: include/class_acc_ledger_sold.php:816 include/class_acc_ledger_sold.php:794 msgid "Vérifiez Imputation Analytique" msgstr "Verify analytic" -#: include/class_anc_grandlivre.php:158 -#: include/class_anc_listing.php:84 +#: include/class_anc_grandlivre.php:158 include/class_anc_listing.php:84 msgid "Quick_code" msgstr "Quick_code" -#: include/class_anc_grandlivre.php:159 -#: include/class_anc_listing.php:87 +#: include/class_anc_grandlivre.php:159 include/class_anc_listing.php:87 msgid "libelle" msgstr "label" -#: include/class_anc_grandlivre.php:160 -#: include/class_anc_listing.php:88 +#: include/class_anc_grandlivre.php:160 include/class_anc_listing.php:88 msgid "Num.interne" msgstr "Internal number" @@ -8038,15 +6682,15 @@ msgstr "Internal number" msgid "Analytique" msgstr "Analytic" -#: include/class_anc_print.php:131 +#: include/class_anc_print.php:131 include/class_anc_print.php:130 msgid "Entre l'activité " msgstr "Between activity " -#: include/class_anc_print.php:138 +#: include/class_anc_print.php:138 include/class_anc_print.php:137 msgid " et l'activité " msgstr "and activity" -#: include/company.inc.php:111 +#: include/company.inc.php:111 include/company.inc.php:122 msgid "Utilisez des postes comptables alphanumérique" msgstr "Use alphanumeric accountancy" @@ -8063,18 +6707,20 @@ msgid "Société :" msgstr "Company" #: include/export_fiche_balance_csv.php:143 +#: include/export_fiche_balance_csv.php:144 msgid "Crébit" msgstr "Credit" #: include/export_fiche_balance_csv.php:146 +#: include/export_fiche_balance_csv.php:148 msgid "Diff Let." msgstr "Diff Let." -#: include/impress_fiche.inc.php:63 +#: include/impress_fiche.inc.php:63 include/fiche.inc.php:66 msgid "Historique Lettré et montants différents" msgstr "Lettered history and different amounts" -#: include/impress_fiche.inc.php:67 +#: include/impress_fiche.inc.php:67 include/fiche.inc.php:70 msgid "Balance non soldée" msgstr "Balance not voided" @@ -8086,12 +6732,12 @@ msgstr "From the accountancy" msgid "Jusqu'au poste" msgstr "Until accountancy" -#: include/lettering.account.inc.php:73 -#: include/lettering.card.inc.php:76 +#: include/lettering.account.inc.php:73 include/lettering.card.inc.php:76 +#: include/lettering.account.inc.php:86 include/lettering.card.inc.php:91 msgid "Opérations lettrées montants différents" msgstr "Lettered writing with different amounts" -#: include/menu_translate.php:3 +#: include/menu_translate.php:3 include/database.item.php:3 msgid "Historique des imputations analytiques" msgstr "History analytic record" @@ -8099,186 +6745,188 @@ msgstr "History analytic record" msgid "Grand" msgstr "Great" -#: include/menu_translate.php:5 +#: include/menu_translate.php:5 include/database.item.php:4 msgid "Balance simple des imputations analytiques" msgstr "Simple balance for analytic record" -#: include/menu_translate.php:6 +#: include/menu_translate.php:6 include/database.item.php:82 msgid "Balance croisée double" msgstr "Crossed balance" -#: include/menu_translate.php:6 +#: include/menu_translate.php:6 include/database.item.php:82 msgid "Balance double croisées des imputations analytiques" msgstr "Double crossed balance" -#: include/menu_translate.php:7 +#: include/menu_translate.php:7 include/database.item.php:5 msgid "Tableau" msgstr "Table" -#: include/menu_translate.php:7 +#: include/menu_translate.php:7 include/database.item.php:5 msgid "Tableau lié à la comptabilité" msgstr "Table with accountancy" -#: include/menu_translate.php:8 +#: include/menu_translate.php:8 include/database.item.php:7 msgid "Balance par groupe" msgstr "Balance group" -#: include/menu_translate.php:9 +#: include/menu_translate.php:9 include/database.item.php:44 msgid "Impression Grand-Livre" msgstr "Print Great Ledger" -#: include/menu_translate.php:10 +#: include/menu_translate.php:10 include/database.item.php:42 msgid "Export Balance groupe analytique" msgstr "export Balance analytic group" -#: include/menu_translate.php:11 +#: include/menu_translate.php:11 include/database.item.php:43 msgid "Export Bilan" msgstr "Export Bilan" -#: include/menu_translate.php:12 -#: include/menu_translate.php:47 +#: include/menu_translate.php:12 include/menu_translate.php:47 +#: include/database.item.php:18 include/database.item.php:19 msgid "Export Journaux" msgstr "Export Ledger" -#: include/menu_translate.php:13 -#: include/menu_translate.php:14 +#: include/menu_translate.php:13 include/menu_translate.php:14 +#: include/database.item.php:20 include/database.item.php:21 msgid "Export Poste détail" msgstr "Export Accountancy" -#: include/menu_translate.php:15 -#: include/menu_translate.php:29 +#: include/menu_translate.php:15 include/menu_translate.php:29 +#: include/database.item.php:22 include/database.item.php:23 msgid "Export Fiche détail" msgstr "Export card detail" -#: include/menu_translate.php:17 +#: include/menu_translate.php:17 include/database.item.php:75 msgid "Paramètres divers" msgstr "Misc. parameters" -#: include/menu_translate.php:18 +#: include/menu_translate.php:18 include/database.item.php:8 msgid "Config. de la tva" msgstr "VAT setting" -#: include/menu_translate.php:21 +#: include/menu_translate.php:21 include/database.item.php:67 msgid "Menu et profil" msgstr "Menu and Profile" -#: include/menu_translate.php:21 +#: include/menu_translate.php:21 include/database.item.php:67 msgid "Menu " msgstr "Menu " -#: include/menu_translate.php:22 +#: include/menu_translate.php:22 include/database.item.php:77 +#: include/param_sec.inc.php:271 include/template/action_search.php:99 +#: include/template/user_sec_profile.php:35 msgid "Profil" msgstr "Profil" -#: include/menu_translate.php:22 +#: include/menu_translate.php:22 include/database.item.php:77 msgid "Configuration profil" msgstr "Configuration profile" -#: include/menu_translate.php:23 +#: include/menu_translate.php:23 include/database.item.php:121 msgid "Config. des méthodes de paiement" msgstr "Payment method configuration" -#: include/menu_translate.php:24 +#: include/menu_translate.php:24 include/database.item.php:78 msgid "Config. poste comptable de base" msgstr "Config accountancy" -#: include/menu_translate.php:25 +#: include/menu_translate.php:25 include/database.item.php:9 msgid "Nouvelle vente ou recette" msgstr "New sale" -#: include/menu_translate.php:26 +#: include/menu_translate.php:26 include/database.item.php:10 msgid "Config. Menu" msgstr "Config. Menu" -#: include/menu_translate.php:26 +#: include/menu_translate.php:26 include/database.item.php:10 msgid "Configuration des menus et plugins" msgstr "Setting menus and plugins" -#: include/menu_translate.php:28 +#: include/menu_translate.php:28 include/database.item.php:84 msgid "Gestion des périodes" msgstr "Setting periode" -#: include/menu_translate.php:30 -#: include/menu_translate.php:31 +#: include/menu_translate.php:30 include/menu_translate.php:31 +#: include/database.item.php:24 include/database.item.php:25 msgid "Export Fiche balance" msgstr "Export card balance" -#: include/menu_translate.php:32 -#: include/menu_translate.php:33 +#: include/menu_translate.php:32 include/menu_translate.php:33 +#: include/database.item.php:26 include/database.item.php:27 msgid "Export report" msgstr "Export report" -#: include/menu_translate.php:34 -#: include/menu_translate.php:35 +#: include/menu_translate.php:34 include/menu_translate.php:35 +#: include/database.item.php:28 include/database.item.php:29 msgid "Export Fiche" msgstr "Export Card" -#: include/menu_translate.php:36 -#: include/menu_translate.php:37 +#: include/menu_translate.php:36 include/menu_translate.php:37 +#: include/database.item.php:30 include/database.item.php:31 msgid "Export Grand Livre" msgstr "Export Great Ledger" -#: include/menu_translate.php:38 +#: include/menu_translate.php:38 include/database.item.php:32 msgid "Export Sécurité" msgstr "Export Security" -#: include/menu_translate.php:39 -#: include/menu_translate.php:41 +#: include/menu_translate.php:39 include/menu_translate.php:41 +#: include/database.item.php:33 include/database.item.php:35 msgid "Export Comptabilité analytique" msgstr "Export Analytic" -#: include/menu_translate.php:40 +#: include/menu_translate.php:40 include/database.item.php:34 msgid "Export Comptabilité analytique balance simple" msgstr "Export simple analytic balance" -#: include/menu_translate.php:42 -#: include/menu_translate.php:43 +#: include/menu_translate.php:42 include/menu_translate.php:43 +#: include/database.item.php:36 include/database.item.php:37 msgid "Export Comptabilité analytique balance double" msgstr "Export double crossed analytic balance" -#: include/menu_translate.php:44 -#: include/menu_translate.php:45 +#: include/menu_translate.php:44 include/menu_translate.php:45 +#: include/database.item.php:38 include/database.item.php:39 msgid "Export Balance comptable" msgstr "Export accountancy balance" -#: include/menu_translate.php:46 +#: include/menu_translate.php:46 include/database.item.php:17 msgid "Export Historique" msgstr "Export History" -#: include/menu_translate.php:48 +#: include/menu_translate.php:48 include/database.item.php:40 msgid "Export Tableau Analytique" msgstr "Export analytic tabel" -#: include/menu_translate.php:49 +#: include/menu_translate.php:49 include/database.item.php:41 msgid "Export Historique Compt. Analytique" msgstr "Export for analytic history" -#: include/menu_translate.php:50 +#: include/menu_translate.php:50 include/database.item.php:11 msgid "Suivi fournisseur" msgstr "Follow up supplier" -#: include/menu_translate.php:52 -#: include/menu_translate.php:75 +#: include/menu_translate.php:52 include/menu_translate.php:75 +#: include/database.item.php:12 include/database.item.php:111 msgid "Opérations diverses" msgstr "Misc. writing" -#: include/menu_translate.php:52 +#: include/menu_translate.php:52 include/database.item.php:12 msgid "OD analytique" msgstr "MW analytic" -#: include/menu_translate.php:53 +#: include/menu_translate.php:53 include/database.item.php:85 msgid "Vérification " msgstr "Verifying" -#: include/menu_translate.php:53 +#: include/menu_translate.php:53 include/database.item.php:85 msgid "Vérification de la comptabilité" msgstr "Verifying accountancy writing" -#: include/menu_translate.php:54 +#: include/menu_translate.php:54 include/database.item.php:13 msgid "Création de rapport" msgstr "Create a raport" -#: include/menu_translate.php:55 +#: include/menu_translate.php:55 include/database.item.php:86 msgid "Ecriture Ouverture" msgstr "Opening writing" @@ -8286,19 +6934,19 @@ msgstr "Opening writing" msgid "Ecriture d" msgstr "Writing of" -#: include/menu_translate.php:99 +#: include/menu_translate.php:99 include/database.item.php:63 msgid "Impression de rapport" msgstr "Print report " -#: include/menu_translate.php:100 +#: include/menu_translate.php:100 include/database.item.php:105 msgid "Impression de bilan" msgstr "Print balance sheet" -#: include/menu_translate.php:101 +#: include/menu_translate.php:101 include/database.item.php:64 msgid "Impression du grand livre" msgstr "Print great ledger" -#: include/menu_translate.php:102 +#: include/menu_translate.php:102 include/database.item.php:65 msgid "Impression des balances comptables" msgstr "Print balance" @@ -8310,19 +6958,19 @@ msgstr "Category of card" msgid "Impression catégorie de fiches" msgstr "Print category of card" -#: include/menu_translate.php:104 +#: include/menu_translate.php:104 include/database.item.php:68 msgid "Menu impression" msgstr "Printing menu" -#: include/menu_translate.php:106 +#: include/menu_translate.php:106 include/database.item.php:114 msgid "Impression compta. analytique" msgstr "Print analytic" -#: include/menu_translate.php:107 +#: include/menu_translate.php:107 include/database.item.php:14 msgid "saut de ligne" msgstr "new line" -#: include/menu_translate.php:107 +#: include/menu_translate.php:107 include/database.item.php:14 msgid "Saut de ligne" msgstr "new line" @@ -8330,48 +6978,59 @@ msgstr "new line" msgid "Export définition d" msgstr "export " -#: include/payment_middle.inc.php:56 -#: include/payment_middle.inc.php:104 +#: include/payment_middle.inc.php:56 include/payment_middle.inc.php:104 msgid "Retour sans sauver" msgstr "Return without saving" #: include/template/forecast-detail.php:8 +#: include/template/forecast-detail.php:12 msgid "Formules" msgstr "Formula" #: include/template/forecast-detail.php:9 +#: include/template/forecast-detail.php:13 msgid "ou QuickCode" msgstr "or QuickCode" #: include/template/ledger_detail_ach.php:114 +#: include/template/ledger_detail_ach.php:127 +#: include/template/operation_detail_ach.php:45 msgid "Prix/Un." msgstr "Price/unit" #: include/template/ledger_detail_ven.php:109 +#: include/template/ledger_detail_ven.php:124 +#: include/template/operation_detail_ven.php:37 msgid "Prix/Un" msgstr "Price/unit" #: include/template/new_mod_payment.php:7 +#: include/template/new_mod_payment.php:10 msgid "Pour le journal" msgstr "For the ledger" -#: include/template/param_jrn.php:17 +#: include/template/param_jrn.php:17 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" +"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 "" -"Only for the ledger of miscellaneous writing, values are separated by space, you can also \n" +"Only for the ledger of miscellaneous writing, values are separated by space, " +"you can also \n" "use * to get the child accountancy example : 4*" -#: include/template/param_jrn.php:88 -msgid "Le préfixe des pièces doit être différent pour chaque journal, on peut aussi utiliser l'année" -msgstr "Prefix must be different for each ledger, you can also use the current year" +#: include/template/param_jrn.php:88 include/template/param_jrn.php:94 +msgid "" +"Le préfixe des pièces doit être différent pour chaque journal, on peut aussi " +"utiliser l'année" +msgstr "" +"Prefix must be different for each ledger, you can also use the current year" -#: html/do.php:41 +#: html/do.php:41 html/do.php:44 msgid "Vous êtes déconnecté" msgstr "You disconnected" -#: include/ac_common.php:807 +#: include/ac_common.php:807 include/ac_common.php:825 msgid "Module inexistant" msgstr "Module not found" @@ -8383,24 +7042,23 @@ msgstr "User without a profile" msgid "Plusieurs modules sont le module par défaut" msgstr "Several modules marked as default" -#: include/menu_translate.php:4 +#: include/menu_translate.php:4 include/database.item.php:70 msgid "Grand'Livre" msgstr "Great ledger" #: include/menu_translate.php:4 -#, fuzzy msgid "Grand livre d'plan analytique" msgstr "" -#: include/menu_translate.php:55 +#: include/menu_translate.php:55 include/database.item.php:86 msgid "Ecriture d'ouverture" msgstr "Opening" -#: include/menu_translate.php:56 +#: include/menu_translate.php:56 include/database.item.php:60 msgid "Historique achat" msgstr "Buy log" -#: include/menu_translate.php:57 +#: include/menu_translate.php:57 include/database.item.php:172 msgid "Courrier" msgstr "mail" @@ -8408,103 +7066,103 @@ msgstr "mail" msgid "Suivi, courrier, devis" msgstr "Follow up" -#: include/menu_translate.php:59 +#: include/menu_translate.php:59 include/database.item.php:52 msgid "Extensions (plugins)" msgstr "Plugin" -#: include/menu_translate.php:60 +#: include/menu_translate.php:60 include/database.item.php:87 msgid "Config. modèle de document" msgstr "Template of document parameters" -#: include/menu_translate.php:61 +#: include/menu_translate.php:61 include/database.item.php:88 msgid "journaux" msgstr "ledger" -#: include/menu_translate.php:61 +#: include/menu_translate.php:61 include/database.item.php:88 msgid "Configuration des journaux" msgstr "ledger parameter" -#: include/menu_translate.php:62 +#: include/menu_translate.php:62 include/database.item.php:53 msgid "Ecriture prédefinie" msgstr "Predefined accounting" -#: include/menu_translate.php:62 +#: include/menu_translate.php:62 include/database.item.php:53 msgid "Gestion des opérations prédéfinifies" msgstr "Manage predefined accounting" -#: include/menu_translate.php:63 +#: include/menu_translate.php:63 include/database.item.php:117 msgid "Menu avancé" msgstr "Menu Advanced" -#: include/menu_translate.php:64 +#: include/menu_translate.php:64 include/database.item.php:115 msgid "Compta Analytique" msgstr "Analytic accountancy" -#: include/menu_translate.php:64 +#: include/menu_translate.php:64 include/database.item.php:115 msgid "Module comptabilité analytique" msgstr "" -#: include/menu_translate.php:65 +#: include/menu_translate.php:65 include/database.item.php:89 msgid "configuration de la sécurité" msgstr "" -#: include/menu_translate.php:66 +#: include/menu_translate.php:66 include/database.item.php:49 msgid "Plan Compt. analytique" msgstr "" -#: include/menu_translate.php:66 +#: include/menu_translate.php:66 include/database.item.php:49 msgid "Plan analytique" msgstr "" -#: include/menu_translate.php:67 +#: include/menu_translate.php:67 include/database.item.php:50 msgid "Groupe analytique" msgstr "" -#: include/menu_translate.php:68 +#: include/menu_translate.php:68 include/database.item.php:61 msgid "Historique opérations diverses" msgstr "" -#: include/menu_translate.php:69 +#: include/menu_translate.php:69 include/database.item.php:113 msgid "Vente / Recette" msgstr "" -#: include/menu_translate.php:69 +#: include/menu_translate.php:69 include/database.item.php:113 msgid "Menu ventes et recettes" msgstr "" -#: include/menu_translate.php:72 +#: include/menu_translate.php:72 include/database.item.php:119 msgid "Menu Financier" msgstr "" -#: include/menu_translate.php:73 +#: include/menu_translate.php:73 include/database.item.php:103 msgid "Historique financier" msgstr "" -#: include/menu_translate.php:74 +#: include/menu_translate.php:74 include/database.item.php:66 msgid "Menu achat" msgstr "" -#: include/menu_translate.php:75 +#: include/menu_translate.php:75 include/database.item.php:111 msgid "Menu opérations diverses" msgstr "" -#: include/menu_translate.php:76 +#: include/menu_translate.php:76 include/database.item.php:54 msgid "Opérations Diverses" msgstr "" -#: include/menu_translate.php:76 +#: include/menu_translate.php:76 include/database.item.php:54 msgid "Nouvelle opérations diverses" msgstr "" -#: include/menu_translate.php:77 +#: include/menu_translate.php:77 include/database.item.php:97 msgid "Rapprochement bancaire" msgstr "" -#: include/menu_translate.php:78 +#: include/menu_translate.php:78 include/database.item.php:122 msgid "Suivi administration, banque" msgstr "" -#: include/menu_translate.php:79 +#: include/menu_translate.php:79 include/database.item.php:55 msgid "Nouvel extrait bancaire" msgstr "" @@ -8512,67 +7170,67 @@ msgstr "" msgid "Gestion des modèles de fiches" msgstr "" -#: include/menu_translate.php:81 +#: include/menu_translate.php:81 include/database.item.php:98 msgid "Soldes" msgstr "" -#: include/menu_translate.php:81 +#: include/menu_translate.php:81 include/database.item.php:98 msgid "Solde des comptes en banques, caisse..." msgstr "" -#: include/menu_translate.php:83 +#: include/menu_translate.php:83 include/database.item.php:99 msgid "Lettrage par Poste" msgstr "" -#: include/menu_translate.php:83 +#: include/menu_translate.php:83 include/database.item.php:99 msgid "lettrage par poste comptable" msgstr "" -#: include/menu_translate.php:84 +#: include/menu_translate.php:84 include/database.item.php:100 msgid "Balance par catégorie de fiche" msgstr "" -#: include/menu_translate.php:85 +#: include/menu_translate.php:85 include/database.item.php:15 msgid "Suivi client" msgstr "" -#: include/menu_translate.php:86 +#: include/menu_translate.php:86 include/database.item.php:108 msgid "Gestion catégorie de fiche" msgstr "" -#: include/menu_translate.php:87 +#: include/menu_translate.php:87 include/database.item.php:58 msgid "Config. catégorie de documents" msgstr "" -#: include/menu_translate.php:88 +#: include/menu_translate.php:88 include/database.item.php:102 msgid "Historique vente" msgstr "" -#: include/menu_translate.php:88 +#: include/menu_translate.php:88 include/database.item.php:102 msgid "Historique des ventes" msgstr "" -#: include/menu_translate.php:89 +#: include/menu_translate.php:89 include/database.item.php:59 msgid "Lettrage par Fiche" msgstr "" -#: include/menu_translate.php:90 +#: include/menu_translate.php:90 include/database.item.php:101 msgid "Config. du plan comptable" msgstr "" -#: include/menu_translate.php:93 +#: include/menu_translate.php:93 include/database.item.php:74 msgid "Comptabilité" msgstr "Accountancy" -#: include/menu_translate.php:93 +#: include/menu_translate.php:93 include/database.item.php:74 msgid "Module comptabilité" msgstr "Accountancy module" -#: include/menu_translate.php:94 +#: include/menu_translate.php:94 include/database.item.php:71 msgid "Module gestion" msgstr "ERP module" -#: include/menu_translate.php:95 +#: include/menu_translate.php:95 include/database.item.php:57 msgid "Module paramètre" msgstr "Setting" @@ -8580,15 +7238,15 @@ msgstr "Setting" msgid "Impression historique" msgstr "" -#: include/menu_translate.php:97 +#: include/menu_translate.php:97 include/database.item.php:104 msgid "Impression des rapprochements" msgstr "" -#: include/menu_translate.php:98 +#: include/menu_translate.php:98 include/database.item.php:62 msgid "Impression du détail d'un poste comptable" msgstr "" -#: include/menu_translate.php:108 +#: include/menu_translate.php:108 include/database.item.php:45 msgid "Export définition d'un raport" msgstr "" @@ -8608,11 +7266,11 @@ msgstr "" msgid "Cette extension permet de faire les listings et declarations TVA" msgstr "" -#: include/menu_translate.php:111 +#: include/menu_translate.php:111 include/database.item.php:6 msgid "Balance Analytique/comptabilité" msgstr "" -#: include/menu_translate.php:111 +#: include/menu_translate.php:111 include/database.item.php:6 msgid "Lien entre comptabilité et Comptabilité analytique" msgstr "" @@ -8620,3 +7278,2063 @@ msgstr "" msgid "test" msgstr "" +#: html/admin_repo.php:42 +msgid " Administration Globale" +msgstr "" + +#: html/ajax_card.php:253 html/ajax_card.php:356 +msgid "" +"Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait " +"n'avoir accès à aucune fiche" +msgstr "" + +#: html/ajax_card.php:265 +msgid "Aucune catégorie de fiche ne correspond à votre demande" +msgstr "" + +#: html/ajax_ledger.php:100 html/ajax_ledger.php:122 +msgid "Information" +msgstr "" + +#: html/ajax_ledger.php:200 +msgid "Désolé il y a une erreur" +msgstr "" + +#: html/ajax_ledger.php:504 +msgid "" +"Changement impossible: on ne peut pas changer la date dans une période fermée" +msgstr "" + +#: html/ajax_misc.php:338 html/ajax_misc.php:352 +msgid "Date malformée" +msgstr "" + +#: html/user_login.php:163 include/balance.inc.php:278 +#: include/compta_fin_rec.inc.php:126 include/dossier.inc.php:177 +#: include/modele.inc.php:237 include/user.inc.php:117 +#: include/ext/rapport_avance/ajax_listing_search_code.php:34 +#: include/ext/rapport_avance/ajax_rapav_search_code.php:32 +#: include/ext/rapport_avance/include/historique.inc.php:54 +#: include/ext/amortis/include/template/listing_histo.php:10 +msgid "Filtre" +msgstr "" + +#: include/ac_common.php:907 +msgid "" +"Utilisateur n'a pas de profile, votre administrateur doit en configurer un " +"dans CFGSEC" +msgstr "" + +#: include/action.common.inc.php:197 include/ajax_view_action.php:51 +msgid "Ce document n'est pas accessible" +msgstr "" + +#: include/ajax_get_profile.php:41 +msgid "Détail Menus" +msgstr "" + +#: include/ajax_get_profile.php:42 +msgid "Détail Impressions" +msgstr "" + +#: include/ajax_get_profile.php:43 +msgid "Action Gestion" +msgstr "" + +#: include/ajax_get_profile.php:44 +msgid "Dépôts" +msgstr "" + +#: include/ajax_view_action.php:33 +msgid "Détail action" +msgstr "" + +#: include/category_card.inc.php:65 +msgid "Suivi Fournisseur, client, banque, devis, bon de commande, courrier" +msgstr "" + +#: include/category_card.inc.php:66 +msgid "Liste de contacts" +msgstr "" + +#: include/class_acc_ledger_purchase.php:1328 +#: include/class_acc_ledger_sold.php:624 +msgid "Détail opération " +msgstr "" + +#: include/class_acc_ledger_purchase.php:1338 +#: include/class_acc_ledger_purchase.php:1343 +#: include/class_acc_ledger_purchase.php:1346 +#: include/class_acc_ledger_sold.php:634 include/class_acc_ledger_sold.php:639 +#: include/class_acc_ledger_sold.php:642 +#: include/template/form_ledger_detail.php:42 +msgid "Numéro Pièce" +msgstr "" + +#: include/class_acc_ledger_purchase.php:1608 +#: include/class_acc_ledger_sold.php:864 +msgid "Déduction acompte " +msgstr "" + +#: include/class_acc_ledger_purchase.php:1609 +#: include/class_acc_ledger_sold.php:865 +msgid "Libellé :" +msgstr "" + +#: include/class_acc_payment.php:291 +msgid " Acompte à déduire" +msgstr "" + +#: include/class_acc_payment.php:299 +msgid " Libellé du paiement" +msgstr "" + +#: include/class_calendar.php:85 +msgid "Tâches" +msgstr "" + +#: include/class_calendar.php:129 +msgid "Notes" +msgstr "" + +#: include/class_default_menu.php:48 +msgid "Code pour création facture depuis gestion" +msgstr "" + +#: include/class_default_menu.php:49 +msgid "Code pour appel gestion" +msgstr "" + +#: include/class_fiche_def.php:210 +msgid "Le nom de la catégorie ne peut pas être vide" +msgstr "" + +#: include/class_fiche_def.php:236 +msgid "Catégorie existante" +msgstr "" + +#: include/class_follow_up.php:1187 +msgid "Tous les Etats" +msgstr "" + +#: include/class_follow_up.php:1196 +msgid "Aucun" +msgstr "" + +#: include/class_follow_up.php:1218 +msgid "Tous les profiles" +msgstr "" + +#: include/class_html_input.php:323 +msgid "Filtre " +msgstr "" + +#: include/class_profile_menu.php:236 include/class_profile_menu.php:260 +msgid "Lecture" +msgstr "" + +#: include/class_profile_menu.php:237 include/class_profile_menu.php:261 +msgid "Ecriture" +msgstr "" + +#: include/class_profile_menu.php:238 include/class_profile_menu.php:262 +msgid "Aucun accès" +msgstr "" + +#: include/company.inc.php:115 +msgid "Utilisation des stocks" +msgstr "" + +#: include/company.inc.php:123 +msgid "Changer le libellé des détails" +msgstr "" + +#: include/compta_fin_saldo.inc.php:38 +msgid "Filtre :" +msgstr "" + +#: include/database.item.php:16 +msgid "Historique stock" +msgstr "" + +#: include/database.item.php:16 +msgid "Historique des mouvement de stock" +msgstr "" + +#: include/database.item.php:46 +msgid "Export Action Gestion" +msgstr "" + +#: include/database.item.php:47 +msgid "Export Historique mouvement stock" +msgstr "" + +#: include/database.item.php:48 +msgid "Export Résumé list stock" +msgstr "" + +#: include/database.item.php:51 +msgid "Liste des contacts" +msgstr "" + +#: include/database.item.php:69 +msgid "Information Banque" +msgstr "" + +#: include/database.item.php:70 +msgid "Grand livre analytique" +msgstr "" + +#: include/database.item.php:79 +msgid "Liste,Balance,Historique par fiche" +msgstr "" + +#: include/database.item.php:81 +msgid "Configuration étiquette" +msgstr "" + +#: include/database.item.php:81 +msgid "Configuration des tags" +msgstr "" + +#: include/database.item.php:90 +msgid "Gestion des attributs de fiches " +msgstr "" + +#: include/database.item.php:91 +msgid "Etat des stock" +msgstr "" + +#: include/database.item.php:92 +msgid "Modification Stocks" +msgstr "" + +#: include/database.item.php:92 +msgid "Modification des stocks (inventaire)" +msgstr "" + +#: include/database.item.php:93 +msgid "Histo. Changement" +msgstr "" + +#: include/database.item.php:93 +msgid "Liste des changements manuels des stocks" +msgstr "" + +#: include/database.item.php:94 +msgid "Navigateur" +msgstr "" + +#: include/database.item.php:94 +msgid "Menu simplifié pour retrouver rapidement un menu" +msgstr "" + +#: include/database.item.php:106 +msgid "Configuration des dépôts" +msgstr "" + +#: include/database.item.php:106 +msgid "Configuration dépôts" +msgstr "" + +#: include/database.item.php:109 +msgid "Configuration de catégorie de fiches" +msgstr "" + +#: include/database.item.php:110 +msgid "Etat des documents" +msgstr "" + +#: include/database.item.php:112 +msgid "Impression Journaux" +msgstr "" + +#: include/database.item.php:112 +msgid "Impression des journaux" +msgstr "" + +#: include/database.item.php:118 +msgid "Favori" +msgstr "" + +#: include/database.item.php:118 +msgid "Raccourci vers vos menus préférés" +msgstr "" + +#: include/database.item.php:119 +msgid "Trésorerie" +msgstr "" + +#: include/database.item.php:120 +msgid "Liste Suivi" +msgstr "" + +#: include/database.item.php:120 +msgid "Document de suivi sous forme de liste" +msgstr "" + +#: include/database.item.php:124 +msgid "Export opérations rapprochées" +msgstr "" + +#: include/database.item.php:124 +msgid "Export opérations rapprochées en CSV" +msgstr "" + +#: include/database.item.php:125 +msgid "Administrateur" +msgstr "" + +#: include/database.item.php:125 +msgid "Suivi des gérants, administrateurs et salariés" +msgstr "" + +#: include/database.item.php:126 +msgid "Menu par défaut" +msgstr "" + +#: include/database.item.php:126 +msgid "Configuration des menus par défaut" +msgstr "" + +#: include/database.item.php:127 +msgid "Agenda" +msgstr "" + +#: include/database.item.php:130 +msgid "Prix vente" +msgstr "" + +#: include/database.item.php:131 +msgid "Prix achat" +msgstr "" + +#: include/database.item.php:132 +msgid "Durée Amortissement" +msgstr "" + +#: include/database.item.php:133 +msgid "Montant initial" +msgstr "" + +#: include/database.item.php:134 +msgid "TVA non déductible" +msgstr "" + +#: include/database.item.php:135 +msgid "TVA non déductible récupérable par l'impôt" +msgstr "" + +#: include/database.item.php:136 +msgid "Partie fiscalement non déductible" +msgstr "" + +#: include/database.item.php:137 +msgid "Dépense charge du grant (partie privé) " +msgstr "" + +#: include/database.item.php:138 +msgid "Compte bancaire" +msgstr "" + +#: include/database.item.php:142 +msgid "Nom de la banque" +msgstr "" + +#: include/database.item.php:144 +msgid "Personne de contact " +msgstr "" + +#: include/database.item.php:145 +msgid "numéro de tva " +msgstr "" + +#: include/database.item.php:146 +msgid "Adresse " +msgstr "" + +#: include/database.item.php:147 +msgid "pays " +msgstr "" + +#: include/database.item.php:148 +msgid "téléphone " +msgstr "" + +#: include/database.item.php:149 +msgid "email " +msgstr "" + +#: include/database.item.php:151 include/stock_cfg.inc.php:60 +#: include/ext/transform/include/template/listing_assujetti_declarant.php:40 +#: include/ext/transform/include/template/listing_assujetti_representative.php:42 +msgid "Ville" +msgstr "" + +#: include/database.item.php:153 +msgid "GSM" +msgstr "" + +#: include/database.item.php:154 +msgid "code postal" +msgstr "" + +#: include/database.item.php:155 +msgid "Numero de client" +msgstr "" + +#: include/database.item.php:157 +msgid "Contrepartie pour TVA récup par impot" +msgstr "" + +#: include/database.item.php:158 +msgid "Contrepartie pour TVA non Ded." +msgstr "" + +#: include/database.item.php:159 +msgid "Contrepartie pour dépense à charge du gérant" +msgstr "" + +#: include/database.item.php:160 +msgid "Contrepartie pour dépense fiscal. non déd." +msgstr "" + +#: include/database.item.php:162 +msgid "Date Fin" +msgstr "" + +#: include/database.item.php:163 +msgid "Gestion stock" +msgstr "" + +#: include/database.item.php:164 +msgid "Société" +msgstr "" + +#: include/database.item.php:167 +msgid "Document Interne" +msgstr "" + +#: include/database.item.php:168 +msgid "Bons de commande client" +msgstr "" + +#: include/database.item.php:169 +msgid "Bon de commande Fournisseur" +msgstr "" + +#: include/database.item.php:170 +#: include/ext/invoicing/include/invoice_to_zip.inc.php:64 +msgid "Facture" +msgstr "" + +#: include/database.item.php:171 +msgid "Lettre de rappel" +msgstr "" + +#: include/database.item.php:173 +msgid "Proposition" +msgstr "" + +#: include/database.item.php:174 +msgid "Email" +msgstr "" + +#: include/database.item.php:177 +msgid "Réception commande Fournisseur" +msgstr "" + +#: include/database.item.php:178 +msgid "Réception commande Client" +msgstr "" + +#: include/database.item.php:179 +msgid "Réception magazine" +msgstr "" + +#: include/database.item.php:182 +msgid "Ajout de fiche" +msgstr "" + +#: include/database.item.php:183 +msgid "Création, modification et effacement de fiche" +msgstr "" + +#: include/database.item.php:184 +msgid "création, modification et effacement de catégorie de fiche" +msgstr "" + +#: include/database.item.php:185 +msgid "Effacer les documents du suivi" +msgstr "" + +#: include/database.item.php:186 +msgid "Voir les documents du suivi" +msgstr "" + +#: include/database.item.php:187 +msgid "Modifier le type de document" +msgstr "" + +#: include/database.item.php:190 include/database.item.php:192 +msgid "Caisse" +msgstr "" + +#: include/database.item.php:191 +msgid "Paiement électronique" +msgstr "" + +#: include/database.item.php:193 +msgid "Par gérant ou administrateur" +msgstr "" + +#: include/database.item.php:202 +msgid "" +"Concerne tous les achats, factures reçues, notes de crédit reçues et notes " +"de frais" +msgstr "" + +#: include/database.item.php:203 +msgid "" +"Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" +msgstr "" + +#: include/database.item.php:204 +msgid "" +"Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." +msgstr "" + +#: include/database.item.php:205 +msgid "Concerne toutes les ventes, notes de crédit envoyées" +msgstr "" + +#: include/doc_state.inc.php:57 +msgid "Ferme l'action" +msgstr "" + +#: include/dossier.inc.php:214 +msgid "Dossier inexistant" +msgstr "" + +#: include/fiche.inc.php:175 +msgid "Fiche non effacées" +msgstr "" + +#: include/fiche.inc.php:176 +msgid " Ces fiches n'ont pas été effacées " +msgstr "" + +#: include/fiche.inc.php:305 +msgid "Aucune fiche trouvée" +msgstr "" + +#: include/fiche.inc.php:312 +msgid "Filtre rapide:" +msgstr "" + +#: include/manager.inc.php:88 +msgid "Inclure les employés sans opération :" +msgstr "" + +#: include/stock_cfg.inc.php:37 +msgid "Vous n'utilisez pas de gestion de stock" +msgstr "" + +#: include/template/action_search.php:67 +msgid "Etiquette" +msgstr "" + +#: include/template/action_search.php:107 +msgid "Exclure Etat" +msgstr "" + +#: include/template/action_search.php:110 +#, php-format +msgid "contenant le mot" +msgstr "" + +#: include/template/action_search.php:114 +#: include/template/document_mod_change.php:25 +msgid "Type de document" +msgstr "" + +#: include/template/action_search.php:119 +#, php-format +msgid "Après le " +msgstr "" + +#: include/template/action_search.php:126 +msgid "Avant le" +msgstr "" + +#: include/template/action_search.php:133 +msgid "Uniquement actions internes" +msgstr "" + +#: include/template/detail-action.php:19 +msgid "N° document" +msgstr "" + +#: include/template/detail-action.php:55 +msgid "Date limite" +msgstr "" + +#: include/template/detail-action.php:156 +#, php-format +msgid "Voulez-vous effacer cette opération " +msgstr "" + +#: include/template/detail-action.php:185 +#, php-format +msgid "Voulez-vous effacer cette action " +msgstr "" + +#: include/template/detail-action.php:240 +#, php-format +msgid "Voulez-vous effacer ce commentaire " +msgstr "" + +#: include/template/document_mod_change.php:45 +msgid "Préfixe" +msgstr "" + +#: include/template/document_mod_change.php:56 +msgid "numéro actuel" +msgstr "" + +#: include/template/document_mod_change.php:71 +msgid "Prochain numéro" +msgstr "" + +#: include/template/forecast_result.php:84 +msgid "Total réel" +msgstr "" + +#: include/template/form_ledger_detail.php:76 +#: include/template/predf_ledger_detail.php:26 +msgid "prix/unité " +msgstr "" + +#: include/template/form_ledger_detail.php:78 +#: include/template/letter_prop.php:161 +#: include/template/predf_ledger_detail.php:28 +msgid "Total " +msgstr "" + +#: include/template/ledger_detail_ach.php:134 +msgid "TVA ND" +msgstr "" + +#: include/template/ledger_search.php:30 +msgid "Et paiement compris entre les date " +msgstr "" + +#: include/template/letter_all.php:41 include/template/letter_prop.php:40 +#: include/template/letter_prop.php:80 +msgid "Op. concernée" +msgstr "" + +#: include/template/operation_detail_ach.php:47 +msgid "Personnel" +msgstr "" + +#: include/template/profile_sec_repository.php:35 +msgid "Dépot" +msgstr "" + +#: include/ext/coprop/index.php:43 +msgid "Immeubles,lots et copropriétaires" +msgstr "" + +#: include/ext/coprop/index.php:43 +msgid "Listes des immeubles, copropriétaire et lots " +msgstr "" + +#: include/ext/coprop/index.php:44 +msgid "Clef de répartition" +msgstr "" + +#: include/ext/coprop/index.php:45 +msgid "Appel de fond" +msgstr "" + +#: include/ext/coprop/index.php:45 +msgid "Création décompte pour appel de fond" +msgstr "" + +#: include/ext/coprop/index.php:46 +msgid "budgets" +msgstr "" + +#: include/ext/coprop/index.php:47 +msgid "Historique des appels" +msgstr "" + +#: include/ext/coprop/index.php:48 +msgid "Configuration et paramètre" +msgstr "" + +#: include/ext/coprop/index.php:84 include/ext/rapport_avance/index.php:39 +#: include/ext/skel/index.php:82 include/ext/tva/index.php:69 +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 +msgid "Fiches" +msgstr "" + +#: 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 +msgid "Opérations Ventes/Achats" +msgstr "" + +#: 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 +msgid "Paramètrage" +msgstr "" + +#: include/ext/importbank/index.php:56 +msgid "Importation" +msgstr "" + +#: include/ext/importbank/index.php:56 +msgid "Importation de nouveaux fichiers" +msgstr "" + +#: include/ext/importbank/index.php:57 +msgid "Liste Import " +msgstr "" + +#: include/ext/importbank/index.php:57 +msgid "Historique des imports effectués" +msgstr "" + +#: include/ext/modop/index.php:42 +msgid "Code interne de l'opération à modifier" +msgstr "" + +#: include/ext/rapport_avance/ajax_modify_param_detail.php:68 +msgid "Paramètre invalide" +msgstr "" + +#: include/ext/rapport_avance/ajax_parameter_send_mail.php:14 +msgid "Cette catégorie n'a pas d'attribut email" +msgstr "" + +#: include/ext/rapport_avance/ajax_parameter_send_mail.php:17 +msgid "Envoi par email" +msgstr "" + +#: include/ext/rapport_avance/ajax_parameter_send_mail.php:23 +msgid "Aucun document" +msgstr "" + +#: include/ext/rapport_avance/ajax_parameter_send_mail.php:24 +msgid "Document en PDF" +msgstr "" + +#: include/ext/rapport_avance/ajax.php:4 +msgid "act invalide" +msgstr "" + +#: include/ext/rapport_avance/ajax_send_mail.php:10 +msgid "Résultat" +msgstr "" + +#: include/ext/rapport_avance/index.php:58 +msgid "Création, modification, Paramètre de listes, mailing list" +msgstr "" + +#: include/ext/rapport_avance/index.php:59 +msgid "Formulaire" +msgstr "" + +#: include/ext/rapport_avance/index.php:59 +msgid "Création, modification, Paramètre" +msgstr "" + +#: include/ext/rapport_avance/index.php:61 +msgid "Génération" +msgstr "" + +#: include/ext/rapport_avance/index.php:61 +msgid "Génération Déclaration / listing" +msgstr "" + +#: include/ext/rapport_avance/index.php:62 +msgid "Historique des déclarations faites" +msgstr "" + +#: include/ext/skel/index.php:43 include/ext/tva/index.php:32 +msgid "Déclaration TVA" +msgstr "" + +#: include/ext/skel/index.php:43 include/ext/tva/index.php:32 +msgid "Déclaration Trimestriel ou annuel de TVA" +msgstr "" + +#: include/ext/skel/index.php:44 include/ext/tva/index.php:33 +msgid "Listing intracommunautaire" +msgstr "" + +#: include/ext/skel/index.php:44 include/ext/tva/index.php:33 +msgid "Listing intracommunautaire trimestriel" +msgstr "" + +#: include/ext/skel/index.php:45 include/ext/tva/index.php:34 +msgid "Listing Assujetti" +msgstr "" + +#: include/ext/skel/index.php:45 include/ext/tva/index.php:34 +msgid "Listing des clients assujettis" +msgstr "" + +#: include/ext/skel/index.php:46 include/ext/tva/index.php:35 +msgid "Liste des déclarations TVA" +msgstr "" + +#: include/ext/skel/index.php:46 include/ext/tva/index.php:35 +msgid "Historique des déclarations TVA" +msgstr "" + +#: include/ext/skel/index.php:47 include/ext/tva/index.php:36 +msgid "Paramètrage " +msgstr "" + +#: include/ext/skel/index.php:47 include/ext/tva/index.php:36 +msgid "Paramètre pour la TVA" +msgstr "" + +#: include/ext/tools/index.php:41 +msgid "Opération" +msgstr "" + +#: include/ext/tools/index.php:41 +msgid "Changer poste comptable ou fiche" +msgstr "" + +#: include/ext/tools/index.php:42 +msgid "Rénuméroter des pièces justificative" +msgstr "" + +#: include/ext/tools/index.php:43 +msgid "Exercice" +msgstr "" + +#: include/ext/tools/index.php:43 +msgid "Ajouter des années comptables" +msgstr "" + +#: include/ext/transform/ajax_modify_intervat_assujetti.php:27 +msgid "Aucun client" +msgstr "" + +#: include/ext/transform/ajax_modify_intervat_assujetti.php:78 +msgid "Cochez pour effacer cette fiche" +msgstr "" + +#: include/ext/transform/ajax.php:23 +msgid "No action" +msgstr "" + +#: include/ext/transform/ajax_save_intervat_assujetti.php:27 +msgid "Client incorrect" +msgstr "" + +#: include/ext/transform/raw.php:31 include/ext/transform/raw.php:70 +#: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:27 +msgid "Accès directe incorrecte" +msgstr "" + +#: include/ext/tva/ajax.php:188 +msgid "Pour la grille " +msgstr "" + +#: include/ext/tva/ajax.php:205 +msgid " Code TVA " +msgstr "" + +#: include/ext/tva/class_ext_list_assujetti.php:54 +#: include/ext/tva/class_ext_tvagen.php:114 +msgid "Afficher" +msgstr "" + +#: include/ext/tva/class_ext_tva.php:200 +msgid "Cette exercice comptable n'est pas dans ce dossier" +msgstr "" + +#: include/ext/tva/class_ext_tva.php:340 +msgid "Ecriture comptable" +msgstr "" + +#: include/ext/tva/class_ext_tva.php:340 +msgid "Création de l'écriture comptable" +msgstr "" + +#: include/ext/tva/class_ext_tva.php:341 +msgid "Générer fichier" +msgstr "" + +#: include/ext/tva/class_ext_tva.php:341 +msgid "Création du fichier xml" +msgstr "" + +#: include/ext/tva/class_ext_tva.php:342 +msgid "Effacement déclaration" +msgstr "" + +#: include/ext/tva/decl_tva.inc.php:32 +#: include/ext/tva/list_assujetti.inc.php:30 +#: include/ext/tva/list_intra.inc.php:31 +msgid "Année invalide [" +msgstr "" + +#: include/ext/tva/decl_tva.inc.php:49 +#: include/ext/tva/list_assujetti.inc.php:48 +#: include/ext/tva/list_intra.inc.php:49 +msgid "Déclaration sauvée" +msgstr "" + +#: include/ext/tva/decl_tva.inc.php:105 +#: include/ext/tva/list_assujetti.inc.php:95 +#: include/ext/tva/list_intra.inc.php:117 +msgid "Sauvegarde" +msgstr "" + +#: include/ext/tva/form_parameter.php:66 +msgid "Opération à la sortie" +msgstr "" + +#: include/ext/tva/form_parameter.php:68 +msgid "Grille 00 : opérations soumises à un régime particulier" +msgstr "" + +#: include/ext/tva/form_parameter.php:69 +msgid "Grille 01 : Opérations pour lesquelles la TVA est due (6%)" +msgstr "" + +#: include/ext/tva/form_parameter.php:70 +msgid "Grille 02 : Opérations pour lesquelles la TVA est due (12%)" +msgstr "" + +#: include/ext/tva/form_parameter.php:71 +msgid "Grille 03 : Opérations pour lesquelles la TVA est due (21%)" +msgstr "" + +#: include/ext/tva/form_parameter.php:72 +msgid "" +"Grille 44 : Opérations pour lesquelles la TVA étrangère est due par le " +"cocontractant" +msgstr "" + +#: include/ext/tva/form_parameter.php:73 +msgid "" +"Grille 45 : Opérations pour lesquelles la TVA est due par le cocontractant" +msgstr "" + +#: include/ext/tva/form_parameter.php:74 +msgid "" +"Grille 46 : Livraisons intracommunautaires exemptées effectuées en Belgique " +"et ventes ABC" +msgstr "" + +#: include/ext/tva/form_parameter.php:75 +msgid "" +"Grille 47 :Autres opérations exemptées et autres opérations effectuées à " +"l’étranger" +msgstr "" + +#: include/ext/tva/form_parameter.php:76 +msgid "" +"Grille 48 : Opérations relatives aux notes de crédit des grilles 44 et 48" +msgstr "" + +#: include/ext/tva/form_parameter.php:77 +msgid "Grille 49 : Opérations relatives aux notes de crédit" +msgstr "" + +#: include/ext/tva/form_parameter.php:81 +msgid "Opération à l'entrée" +msgstr "" + +#: include/ext/tva/form_parameter.php:82 +msgid "Grille 81 : Opération sur les marchandises, matières premières..." +msgstr "" + +#: include/ext/tva/form_parameter.php:83 +msgid "Grille 82 : Opération sur les services et biens divers" +msgstr "" + +#: include/ext/tva/form_parameter.php:84 +msgid "Grille 83 : Opération sur les biens d'investissements" +msgstr "" + +#: include/ext/tva/form_parameter.php:85 +msgid "" +"Grille 84 : Montant des notes de crédit reçues et des corrections négatives " +"relatif aux opérations inscrites en grilles 86 et 88" +msgstr "" + +#: include/ext/tva/form_parameter.php:86 +msgid "" +"Grille 85 : Montant des notes de crédit reçues et des corrections négatives " +"relatif aux autres opérations du cadre III " +msgstr "" + +#: include/ext/tva/form_parameter.php:87 +msgid "" +"Grille 86 : Acquisitions intracommunautaires effectuées en Belgique et " +"ventes ABC " +msgstr "" + +#: include/ext/tva/form_parameter.php:88 +msgid "" +" Autres opérations à l'entrée pour lesquelles la T.V.A. est due par le " +"déclarant " +msgstr "" + +#: include/ext/tva/form_parameter.php:89 +msgid "Services intracommunautaires avec report de perception" +msgstr "" + +#: include/ext/tva/form_parameter.php:93 +msgid "TVA Due" +msgstr "" + +#: include/ext/tva/form_parameter.php:94 +msgid "Grille 54 : tva due sur opération grille 01,02 et 03" +msgstr "" + +#: include/ext/tva/form_parameter.php:95 +msgid "Grille 55 : tva due sur opération grille 86 et 88" +msgstr "" + +#: include/ext/tva/form_parameter.php:96 +msgid "Grille 56 : tva due sur opération grille 87" +msgstr "" + +#: include/ext/tva/form_parameter.php:97 +msgid "Grille 57 :T.V.A. relative aux importations avec report de perception " +msgstr "" + +#: include/ext/tva/form_parameter.php:98 +msgid "Grille 61 :Diverses régularisations T.V.A. en faveur de l'Etat" +msgstr "" + +#: include/ext/tva/form_parameter.php:99 +msgid "Grille 63 :T.V.A. à reverser mentionnée sur les notes de crédit reçues" +msgstr "" + +#: include/ext/tva/form_parameter.php:103 +msgid "TVA Déductible" +msgstr "" + +#: include/ext/tva/form_parameter.php:104 +msgid "Grille 59 : taxe déductible" +msgstr "" + +#: include/ext/tva/form_parameter.php:105 +msgid "Grille 62 : Diverses régularisations T.V.A. en faveur du déclarant" +msgstr "" + +#: include/ext/tva/form_parameter.php:106 +msgid "" +"Grille 56 : T.V.A. à récupérer mentionnée sur les notes de crédit délivrées " +msgstr "" + +#: include/ext/tva/form_parameter.php:137 +msgid "Poste comptable utilisé pour les avances faites à la TVA" +msgstr "" + +#: include/ext/tva/form_parameter.php:173 +msgid "Poste comptable utilisé pour les dettes envers la TVA" +msgstr "" + +#: include/ext/tva/form_parameter.php:183 +msgid "Code TVA pour clients Intracommunataire" +msgstr "" + +#: include/ext/tva/form_parameter.php:189 +msgid "Code TVA pour clients nationaux" +msgstr "" + +#: include/ext/tva/form_periode.php:3 +msgid "Entrez la période de la déclaration" +msgstr "" + +#: include/ext/tva/form_periode.php:6 +#: include/ext/amortis/include/am_histo.inc.php:36 +#: include/ext/amortis/include/class_pdf_card.php:103 +#: include/ext/amortis/include/template/material_detail.php:55 +#: include/ext/amortis/include/template/material_display.php:41 +#: include/ext/amortis/include/template/util_generate.php:35 +msgid "Année" +msgstr "" + +#: include/ext/tva/form_periode.php:7 +msgid "Mois" +msgstr "" + +#: include/ext/tva/form_periode.php:8 +msgid "Trimestre" +msgstr "" + +#: include/ext/tva/form_periode.php:13 +msgid "Par année" +msgstr "" + +#: include/ext/tva/index.php:98 +msgid "Mise à jour du plugin, pourriez-vous en vérifier le paramètrage ?" +msgstr "" + +#: include/ext/tva/list_tva.inc.php:35 +msgid "Filtrer par " +msgstr "" + +#: include/ext/amortis/include/class_am_card.php:177 +msgid "Année invalide" +msgstr "" + +#: include/ext/amortis/include/class_am_card.php:178 +msgid "Nombre annuités invalide" +msgstr "" + +#: include/ext/amortis/include/class_am_card.php:179 +msgid "Montant invalide" +msgstr "" + +#: include/ext/amortis/include/material_add.inc.php:36 +#: include/ext/amortis/include/print_fiche.inc.php:74 +msgid "Matériel à amortir" +msgstr "" + +#: include/ext/amortis/include/material_add.inc.php:37 +#: include/ext/amortis/include/print_fiche.inc.php:75 +msgid "Attention pas de catégorie de fiche à amortir" +msgstr "" + +#: include/ext/invoicing/include/invoice_generate.inc.php:65 +#: include/ext/invoicing/include/invoicing.inc.php:87 +msgid "Télécharger toutes les factures" +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:39 +msgid "Désolé mais il faut donner l'email de celui qui envoie" +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:42 +msgid "Le sujet est obligatoire" +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:75 +msgid "Pas de conversion en PDF disponible" +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:113 +msgid "Envoi facture " +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:113 +msgid " destinataire " +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:116 +msgid "Envoi echoué" +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:120 +msgid "Aucune pièce à envoyer" +msgstr "" + +#: include/ext/invoicing/include/invoice_send_mail.inc.php:123 +msgid "Aucune adresse email trouvée" +msgstr "" + +#: include/ext/invoicing/include/invoice_to_zip.inc.php:43 +msgid "Ajout facture " +msgstr "" + +#: include/ext/invoicing/include/invoice_to_zip.inc.php:76 +msgid "Télécharger le fichier" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:93 +msgid "Générer les factures" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:102 +msgid "Envoi des factures par email" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:104 +msgid "Envoi uniquement à ceux ayant une adresse email et une facture" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:106 +msgid "Conversion en PDF" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:109 +msgid "Email envoyé par" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:115 +msgid "Sujet" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:120 +#: include/ext/import_account/include/class_impacc_operation.php:259 +msgid "Message" +msgstr "" + +#: include/ext/invoicing/include/invoicing.inc.php:124 +msgid "Envoyer copie à l'expéditeur" +msgstr "" + +#: include/ext/rapport_avance/include/class_formulaire_param_detail.php:186 +msgid "Choix du type de journal " +msgstr "" + +#: include/ext/rapport_avance/include/declaration.inc.php:57 +msgid " Sauvé " +msgstr "" + +#: include/ext/rapport_avance/include/formulaire.inc.php:42 +msgid " dernière sauvegarde " +msgstr "" + +#: include/ext/rapport_avance/include/formulaire.inc.php:46 +msgid " Impossible de sauver" +msgstr "" + +#: include/ext/tools/include/tools_exercice.inc.php:38 +#, php-format +msgid "%s Vous avez ajouté %d mois depuis le %d/%d pour l'exercice %d " +msgstr "" + +#: include/ext/transform/include/class_transform_client.php:94 +msgid "Numéro de tva incorrect" +msgstr "" + +#: include/ext/transform/include/class_transform_client.php:98 +msgid "Montant incorrect" +msgstr "" + +#: include/ext/transform/include/class_transform_client.php:102 +msgid "Montant TVA incorrect" +msgstr "" + +#: include/ext/transform/include/class_transform_declarant.php:163 +#: include/ext/transform/include/class_transform_representative.php:198 +msgid "Email incorrect" +msgstr "" + +#: include/ext/transform/include/class_transform_declarant.php:166 +#: include/ext/transform/include/class_transform_representative.php:201 +msgid "Code Pays incorrect" +msgstr "" + +#: include/ext/transform/include/class_transform_declarant.php:170 +#: include/ext/transform/include/class_transform_representative.php:205 +msgid "Numéro de téléphone incorrect" +msgstr "" + +#: include/ext/transform/include/class_transform_declarant.php:173 +msgid "Numéro de TVA incorrect" +msgstr "" + +#: include/ext/transform/include/class_transform_representative.php:208 +#: include/ext/transform/include/class_transform_representative.php:211 +#: include/ext/transform/include/class_transform_representative.php:214 +msgid "Obligatoire" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:34 +msgid "Par date paiement" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:35 +msgid "Par date opération" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:45 +msgid "Etape 1/3" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:49 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:267 +msgid "Mandataire" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:52 +msgid "Ne remplissez pas s'il n'y a pas de mandataire" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:60 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:271 +msgid "Déclarant" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:80 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:152 +msgid "Par fichier" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:94 +msgid "Par calcul" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:99 +#, php-format +msgid "Entre les date %s et %s" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_1.inc.php:129 +msgid "Opération de vente" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:41 +msgid "Vous devez choisir par fichier ou par calcul" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:45 +msgid "Vous devez donner la période" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:54 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:58 +msgid "La date donnée est invalide" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:62 +msgid "Vous devez choisir au moins un taux TVA" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:67 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:71 +msgid "Date de calcul incorrect" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:108 +msgid "Aucun fichier donné" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:117 +msgid "Impossible de sauver ce fichier" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:130 +msgid "Ligne non importée" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:150 +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:261 +msgid "Ne peut pas ajouter " +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:191 +msgid "Par calcul : date opération" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:194 +msgid "Par calcul : date paiement" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:264 +#, php-format +msgid "période %s entre [%s] et [%s]" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:266 +msgid "Etape 2/3" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_2.inc.php:287 +msgid "Rejeté" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:34 +msgid "Etape 3/3" +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:37 +#, php-format +msgid "Attention : il y a %d enregistrements incorrects " +msgstr "" + +#: include/ext/transform/include/intervat_listing_assujetti_step_3.inc.php:38 +msgid "Ils ne seront inclus pas dans le fichier XML" +msgstr "" + +#: include/ext/import_account/include/template/input_file.php:3 +#: include/ext/import_account/include/template/test_file.php:4 +#: include/ext/import_account/include/template/test_operation.php:4 +#: include/ext/importbank/include/template/input_file.php:3 +#: include/ext/importbank/include/template/test_file.php:4 +#: include/ext/import_card/include/template/input_file.php:3 +#: include/ext/import_card/include/template/test_file.php:4 +#: include/ext/import_doli/include/template/input_file.php:3 +#: include/ext/import_doli/include/template/test_file.php:4 +#: include/ext/import_doli/include/template/test_operation.php:4 +msgid "Importation de données" +msgstr "" + +#: include/ext/import_account/include/template/upload_operation.php:32 +#: include/ext/import_doli/include/template/upload_operation.php:32 +msgid "Importation des opération" +msgstr "" + +#: include/ext/rapport_avance/include/template/parameter_send_mail_input.php:23 +msgid "Envoi" +msgstr "" + +#: include/ext/transform/include/template/listing_assujetti_declarant.php:30 +#: include/ext/transform/include/template/listing_assujetti_representative.php:30 +msgid "Rue" +msgstr "" + +#: include/ext/transform/include/template/listing_assujetti_declarant.php:35 +#: include/ext/transform/include/template/listing_assujetti_representative.php:36 +msgid "Code postal" +msgstr "" + +#: include/ext/transform/include/template/listing_assujetti_declarant.php:45 +#: include/ext/transform/include/template/listing_assujetti_representative.php:48 +msgid "Code Pays" +msgstr "" + +#: include/ext/transform/include/template/listing_assujetti_declarant.php:54 +#: include/ext/transform/include/template/listing_assujetti_representative.php:54 +msgid "email" +msgstr "" + +#: include/ext/transform/include/template/listing_assujetti_declarant.php:74 +msgid "N° TVA" +msgstr "" + +#: include/ext/transform/include/template/listing_assujetti_representative.php:66 +msgid "listing id" +msgstr "" + +#: include/ext/transform/include/template/listing_client_display.php:31 +msgid "les enregistrements incorrects ne seront inclus pas dans le fichier XML" +msgstr "" + +#: include/ext/transform/include/template/listing_client_display.php:39 +msgid "Numéro TVA" +msgstr "" + +#: include/ext/amortis/ajax.php:32 +msgid "opération non trouvée" +msgstr "" + +#: include/ext/amortis/index.php:52 +msgid "Biens amortissables" +msgstr "" + +#: include/ext/amortis/index.php:52 +msgid "Liste des biens amortissables" +msgstr "" + +#: include/ext/amortis/index.php:53 +msgid "rapport et tableaux sur les biens amortissables" +msgstr "" + +#: include/ext/amortis/index.php:54 +msgid "Utilitaire" +msgstr "" + +#: include/ext/amortis/index.php:54 include/ext/amortis/include/am_util.php:30 +msgid "Génération écriture comptable" +msgstr "" + +#: include/ext/amortis/raw.php:51 include/ext/amortis/raw.php:100 +#: include/ext/amortis/include/template/material_listing.php:11 +msgid "Date acquisition" +msgstr "" + +#: include/ext/amortis/raw.php:51 +#: include/ext/amortis/include/template/material_listing.php:12 +msgid "Année achat" +msgstr "" + +#: include/ext/amortis/raw.php:51 +msgid "Montant Achats" +msgstr "" + +#: include/ext/amortis/raw.php:51 +msgid "Nombre annuités" +msgstr "" + +#: include/ext/amortis/raw.php:51 +#: include/ext/amortis/include/template/listing_year.php:14 +#: include/ext/amortis/include/template/material_add.php:15 +#: include/ext/amortis/include/template/material_detail.php:17 +#: include/ext/amortis/include/template/material_display.php:15 +#: include/ext/amortis/include/template/material_listing.php:15 +msgid "Montant à amortir" +msgstr "" + +#: include/ext/amortis/raw.php:51 +#: include/ext/amortis/include/template/listing_year.php:69 +#: include/ext/amortis/include/template/listing_year.php:15 +msgid "Amortissement" +msgstr "" + +#: include/ext/amortis/raw.php:100 +#: include/ext/amortis/include/template/material_detail.php:40 +msgid "Visible" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "qcode" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "Année Achat" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "Nbre annuité" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "Poste Charge" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "Poste amortis" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "Montant achat" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "Montant amorti" +msgstr "" + +#: include/ext/amortis/raw.php:100 +msgid "Montant a amortir" +msgstr "" + +#: include/ext/amortis/include/am_card.php:43 +msgid "Tous les biens y compris ceux qui sont complétement amortis" +msgstr "" + +#: include/ext/amortis/include/am_histo.inc.php:38 +msgid "N° interne" +msgstr "" + +#: include/ext/amortis/include/am_print.php:32 +msgid "Détail fiche" +msgstr "" + +#: include/ext/amortis/include/am_print.php:34 +msgid "Tableau / année" +msgstr "" + +#: include/ext/amortis/include/am_print.php:34 +msgid "Tableau amortissement par année" +msgstr "" + +#: include/ext/amortis/include/am_util.php:30 +msgid "Génére écriture" +msgstr "" + +#: include/ext/amortis/include/am_util.php:31 +msgid "Historique des opérations" +msgstr "" + +#: include/ext/amortis/include/class_am_card.php:180 +msgid "Visible Y ou N" +msgstr "" + +#: include/ext/amortis/include/class_am_card.php:181 +msgid "Poste de charge incorrect" +msgstr "" + +#: include/ext/amortis/include/class_am_card.php:182 +msgid "Poste à créditer incorrect" +msgstr "" + +#: include/ext/amortis/include/class_am_card.php:245 +msgid "Non trouvé" +msgstr "" + +#: include/ext/amortis/include/class_am_generate.php:121 +msgid "Date invalide " +msgstr "" + +#: include/ext/amortis/include/class_am_generate.php:157 +msgid "Dotation à " +msgstr "" + +#: include/ext/amortis/include/class_am_generate.php:164 +msgid "Amortissement " +msgstr "" + +#: include/ext/amortis/include/class_pdf_card.php:78 +#: include/ext/amortis/include/template/listing_year.php:11 +msgid "Année d'achat" +msgstr "" + +#: include/ext/amortis/include/class_pdf_card.php:82 +msgid "Poste charge" +msgstr "" + +#: include/ext/amortis/include/class_pdf_card.php:89 +msgid "Poste contrepartie" +msgstr "" + +#: include/ext/amortis/include/class_pdf_card.php:96 +msgid "Nbre annuités" +msgstr "" + +#: include/ext/amortis/include/class_pdf_card.php:103 +msgid "Am. actés" +msgstr "" + +#: include/ext/amortis/include/class_pdf_card.php:103 +#: include/ext/amortis/include/template/material_detail.php:59 +#: include/ext/amortis/include/template/material_display.php:45 +msgid "n° interne" +msgstr "" + +#: include/ext/amortis/include/class_pdf_card.php:133 +msgid "toutes_les_fiches.pdf" +msgstr "" + +#: include/ext/amortis/include/material_delete.inc.php:5 +msgid "Bien à amortir" +msgstr "" + +#: include/ext/amortis/include/material_delete.inc.php:6 +msgid "Effacé" +msgstr "" + +#: include/ext/amortis/include/material_modify.inc.php:40 +#: include/ext/amortis/include/template/material_display.php:1 +msgid "Détail de matériel" +msgstr "" + +#: include/ext/amortis/include/material_modify.inc.php:41 +msgid "Bien à amortir effacé" +msgstr "" + +#: include/ext/amortis/include/print_all.inc.php:40 +msgid "Export CSV" +msgstr "" + +#: include/ext/amortis/include/print_fiche.inc.php:55 +msgid "Accepter" +msgstr "" + +#: include/ext/amortis/include/print_fiche.inc.php:63 +msgid "Toutes les fiches en PDF" +msgstr "" + +#: include/ext/amortis/include/template/listing_histo.php:50 +msgid "Effacer la sélection" +msgstr "" + +#: include/ext/amortis/include/template/listing_year.php:61 +msgid "Acquisition de l'année" +msgstr "" + +#: include/ext/amortis/include/template/listing_year.php:75 +msgid "Valeur net " +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:128 +#: include/ext/amortis/include/template/material_display.php:102 +msgid "Différence entre le montant à amortir et le montant amorti =" +msgstr "" + +#: include/ext/amortis/include/template/material_display.php:108 +msgid "Date " +msgstr "" + +#: include/ext/amortis/include/template/util_generate.php:39 +msgid "Journal dans lequel l'écriture sera passée" +msgstr "" + +#: include/ext/amortis/include/template/util_generate.php:43 +msgid "Date de l'opération" +msgstr "" + +#: include/ext/amortis/include/template/util_generate.php:98 +msgid "Générer l'écriture" +msgstr "" + +#: include/ext/amortis/include/template/util_generate.php:100 +msgid "Sélectionner tout" +msgstr "" + +#: include/ext/amortis/include/template/util_generate.php:101 +msgid "Tout Désélectionner" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:38 +msgid "Pas de fichier donné" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:61 +#, php-format +msgid "Attention %s ne contient pas 11 colonnes" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:80 +msgid "Nombre de lignes enregistrées" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:113 +msgid "Opération déjà transférée : doublon " +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:120 +msgid "le numéro de ligne pour dolibarr est invalide" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:125 +msgid "La date est invalide, format n'est pas JJ.MM.AAAA" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:133 +msgid "Cette fiche n'existe pas" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:146 +msgid "Cette fiche n'a pas de poste comptable valide" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:149 +msgid "Taux de TVA" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:149 +msgid "Montant total" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:149 +msgid "Nombre d'unité" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:172 +msgid "Plusieurs code TVA correspondent à ce taux" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:177 +msgid "Aucun code TVA ne correspond à ce taux" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:191 +msgid "Aucun client ou fournisseur" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:196 +msgid "Aucune marchandise ou service" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:246 +msgid "n° ligne" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:252 +msgid "n° Pièce" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:253 +msgid "Montant / unité" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:254 +msgid "Montant Total TVA" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:255 +msgid "Nbre unités" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:256 +msgid "taux TVA" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:257 +msgid "Montant total TVAC" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:258 +msgid "Transfert" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:284 +msgid "Erreur ce type journal n' est pas encore supporté" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:483 +msgid "Opérations sauvées" +msgstr "" + +#: include/ext/import_account/include/class_impacc_operation.php:489 +msgid "N° opération" +msgstr "" + +#: include/ext/import_account/include/class_import_card.php:145 +msgid "Aucune colonne n'est définie" +msgstr "" + +#: include/ext/import_account/include/class_import_card.php:150 +msgid "Les fiches doivent avoir au minimum un nom" +msgstr "" + +#: include/ext/import_account/include/class_import_card.php:155 +msgid "Vous avez défini plusieurs fois la même colonne" +msgstr "" + +#: include/ext/import_account/include/class_import_card.php:160 +msgid "Vous devez donner la colonne quick_code" +msgstr "" + +#: include/ext/import_account/include/class_import_card.php:242 +msgid "fiches sont insérées dans la catégorie" +msgstr "" + +#: include/ext/import_account/include/class_sql_impacc.php:36 +#: include/ext/import_account/include/class_sql_impacc.php:47 +msgid "Erreur attribut inexistant" +msgstr "" + +#: include/ext/import_account/include/imd_operation.inc.php:55 +msgid "" +"Les opérations qui ne sont pas marquées comme correctes ne seront pas " +"transfèrées" +msgstr "" + +#: include/ext/import_account/include/imd_operation.inc.php:64 +msgid "Transfert des opérations" +msgstr "" + +#: include/ext/import_account/include/imd_parameter.inc.php:38 +#: include/ext/import_account/include/imd_parameter.inc.php:65 +msgid "le taux est invalide" +msgstr "" + +#: include/ext/import_account/include/imd_parameter.inc.php:41 +#: include/ext/import_account/include/imd_parameter.inc.php:68 +msgid "Cette tva est invalide" +msgstr "" + +#: include/ext/import_account/include/imd_parameter.inc.php:63 +msgid "le taux n'est pas un nombre" +msgstr "" + +#: include/ext/amortis/include/template/listing_year.php:10 +#: include/ext/amortis/include/template/material_add.php:10 +#: include/ext/amortis/include/template/material_display.php:10 +msgid "Date d'acquisition" +msgstr "" + +#: include/ext/amortis/include/template/listing_year.php:12 +msgid "Montant à l'achat" +msgstr "" + +#: include/ext/amortis/include/template/listing_year.php:13 +msgid "Nombre amortissement" +msgstr "" + +#: include/ext/amortis/include/template/listing_year.php:16 +msgid "Pourcentage" +msgstr "" + +#: include/ext/amortis/include/template/listing_year.php:17 +msgid "Reste à amortir" +msgstr "" + +#: include/ext/amortis/include/template/material_add.php:3 +msgid "Nouveau matériel" +msgstr "" + +#: include/ext/amortis/include/template/material_add.php:20 +#: include/ext/amortis/include/template/material_detail.php:22 +#: include/ext/amortis/include/template/material_display.php:20 +msgid "Année comptable d'achat" +msgstr "" + +#: include/ext/amortis/include/template/material_add.php:24 +#: include/ext/amortis/include/template/material_detail.php:26 +#: include/ext/amortis/include/template/material_display.php:24 +msgid "Poste de charge dotations amortissement (débit)" +msgstr "" + +#: include/ext/amortis/include/template/material_add.php:29 +#: include/ext/amortis/include/template/material_detail.php:31 +#: include/ext/amortis/include/template/material_display.php:29 +msgid "Poste amortissement en contrepartie" +msgstr "" + +#: include/ext/amortis/include/template/material_add.php:34 +msgid "Nombre d'années amortissement" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:1 +msgid "Modification de matériel" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:13 +msgid "Date Acquisition" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:36 +#: include/ext/amortis/include/template/material_display.php:34 +msgid "Nombre d'années amortissement (non modifiable)" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:40 +msgid "Y pour oui ou N pour non" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:52 +msgid "" +"En changeant le montant à amortir, l'année ou le nombre d'années, les " +"annuités seront recalculées et l'historique effacé" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:53 +#: include/ext/amortis/include/template/material_display.php:39 +msgid "Annuités" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:57 +#: include/ext/amortis/include/template/material_display.php:43 +msgid "Amortissement acté" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:62 +#: include/ext/amortis/include/template/material_display.php:48 +msgid "Pourcent" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:122 +#: include/ext/amortis/include/template/material_display.php:96 +msgid "Amorti" +msgstr "" + +#: include/ext/amortis/include/template/material_detail.php:123 +#: include/ext/amortis/include/template/material_display.php:97 +msgid "Reste" +msgstr "" + +#: include/ext/amortis/include/template/material_listing.php:6 +msgid "Quickcode" +msgstr "" + +#: include/ext/amortis/include/template/material_listing.php:13 +msgid "Montant Initial" +msgstr "" + +#: include/ext/amortis/include/template/material_listing.php:14 +msgid "Montant Amorti" +msgstr "" + +#: include/ext/amortis/include/template/util_generate.php:62 +msgid "Cochez ce qu'il faut amortir" +msgstr "" + +#: include/ext/amortis/include/template/util_generate.php:65 +msgid "Selection" +msgstr "" + +#: include/ext/backup_noadmin/include/template/home.php:1 +msgid "Backup du dossier courant" +msgstr "" + +#: include/ext/backup_noadmin/include/template/home.php:3 +msgid "Voulez-vous avoir une copie de ce dossier" +msgstr "" + +#: include/ext/import_account/include/template/input_file.php:7 +#: include/ext/import_account/include/template/test_file.php:9 +msgid "" +"Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur " +"séparé par des virgules) en des fiches. Vous devez choisir, un fichier et " +"donner une catégorie de fiche existante. Ensuite, il suffit d'indiquer " +"quelles colonnes correspondent à quelle attribut." +msgstr "" + +#: include/ext/import_account/include/template/input_file.php:10 +msgid "" +"Par défaut, correspond à un export CSV depuis Calc (OpenOffice.org ou " +"libreoffice)" +msgstr "" + +#: include/ext/import_account/include/template/input_file.php:16 +#: include/ext/import_account/include/template/test_file.php:16 +#: include/ext/import_account/include/template/test_operation.php:16 +msgid "Délimiteur" +msgstr "" + +#: include/ext/import_account/include/template/input_file.php:19 +#: include/ext/import_account/include/template/test_file.php:20 +#: include/ext/import_account/include/template/test_operation.php:20 +#: include/ext/import_account/include/template/upload_operation.php:40 +msgid "Fichier à charger" +msgstr "" + +#: include/ext/import_account/include/template/input_file.php:25 +msgid "Encodage unicode" +msgstr "" + +#: include/ext/import_account/include/template/input_file.php:28 +msgid "Texte entouré du signe" +msgstr "" + +#: include/ext/import_account/include/template/parameter.php:4 +msgid "Ajout d'une correspondance" +msgstr "" + +#: include/ext/import_account/include/template/parameter.php:11 +msgid "Fiche TVA" +msgstr "" + +#: include/ext/import_account/include/template/parameter.php:12 +msgid "Taux correspondant" +msgstr "" + +#: include/ext/import_account/include/template/parameter_tva_add.php:30 +msgid "Ajout d'un taux de tva" +msgstr "" + +#: include/ext/import_account/include/template/test_file.php:26 +#: include/ext/import_account/include/template/test_operation.php:26 +msgid "Encodage" +msgstr "" + +#: include/ext/import_account/include/template/test_file.php:29 +#: include/ext/import_account/include/template/test_operation.php:29 +msgid "Texte entouré par" +msgstr "" + +#: include/ext/import_account/include/template/test_file.php:81 +#: include/ext/import_account/include/template/test_operation.php:81 +msgid "Non Utilisé" +msgstr "" + +#: include/ext/import_account/include/template/test_operation.php:9 +msgid "" +"Pour importer des données, c'est-à-dire transformer des fichiers CSV (Valeur " +"séparé par des virgules) en des fiches. Vous devez choisir, un fichier et " +"donner une catégorie de fiche existante. Ensuite, il suffit d'indiquer " +"quelles colonnes correspondent à quelle attribut" +msgstr "" diff --git a/html/lang/nl_NL/LC_MESSAGES/messages.po b/html/lang/nl_NL/LC_MESSAGES/messages.po index 68447f5b3..a5973ca1d 100644 --- a/html/lang/nl_NL/LC_MESSAGES/messages.po +++ b/html/lang/nl_NL/LC_MESSAGES/messages.po @@ -8,10 +8,11 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-05-09 01:32+0200\n" +"POT-Creation-Date: 2014-02-13 21:08+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -30,16 +31,19 @@ msgstr "kies uw taal" #: test.php:234 html/test.php:201 include/pref.inc.php:201 html/test.php:220 #: include/pref.inc.php:217 html/test.php:218 include/pref.inc.php:197 +#: include/ajax_preference.php:165 msgid "Français" msgstr "Frans" #: test.php:235 html/test.php:202 include/pref.inc.php:202 html/test.php:221 #: include/pref.inc.php:218 html/test.php:219 include/pref.inc.php:198 +#: include/ajax_preference.php:166 msgid "Anglais" msgstr "Engels" #: test.php:236 html/test.php:203 include/pref.inc.php:203 html/test.php:222 #: include/pref.inc.php:219 html/test.php:220 include/pref.inc.php:199 +#: include/ajax_preference.php:167 msgid "Néerlandais" msgstr "Nederlands" @@ -48,32 +52,32 @@ msgid "Change de langue" msgstr "Verander het taal" #: html/access.php:75 html/access.php:90 html/user_login.php:73 -#: html/do.php:105 +#: html/do.php:105 html/do.php:108 html/user_login.php:75 msgid "Votre base de données n'est pas à jour" msgstr "Uw datagegevens is niet de laatste versie " #: html/access.php:76 html/access.php:91 html/user_login.php:74 -#: html/do.php:106 +#: html/do.php:106 html/do.php:109 html/user_login.php:76 msgid "cliquez ici pour appliquer le patch" msgstr "Klik hier voor de laatste versie te verkrijgen" #: html/access.php:102 include/template/dashboard.php:90 -#: include/template/dashboard.php:79 +#: include/template/dashboard.php:79 include/template/dashboard.php:35 msgid "Aucune periode par defaut" msgstr "Geen periode gevonden" #: html/access.php:125 include/template/dashboard.php:113 -#: include/template/dashboard.php:101 +#: include/template/dashboard.php:101 include/template/dashboard.php:59 msgid "Aucun rapport défini" msgstr "Geen enkele rapport beschikbaar " #: html/access.php:126 include/template/dashboard.php:114 -#: include/template/dashboard.php:102 +#: include/template/dashboard.php:102 include/template/dashboard.php:60 msgid "Cliquez ici pour mettre à jour vos préférences" msgstr "Klik hier om uw voorkeuren te veranderen" #: html/access.php:151 include/template/dashboard.php:42 -#: include/template/dashboard.php:28 +#: include/template/dashboard.php:28 include/template/dashboard.php:185 msgid "Pense-Bête" msgstr "Te doen lijst" @@ -103,11 +107,21 @@ msgstr "Te doen lijst" #: include/impress_fiche.inc.php:288 include/template/dashboard.php:123 #: include/template/form_ledger_detail.php:10 #: include/template/form_ledger_fin.php:6 include/template/letter_prop.php:62 +#: include/class_acc_ledger.php:1423 include/class_acc_ledger.php:1609 +#: include/class_acc_ledger_purchase.php:1350 +#: include/class_acc_ledger_sold.php:647 include/class_fiche.php:1281 +#: include/export_fiche_balance_csv.php:139 include/fiche.inc.php:437 +#: include/template/dashboard.php:337 include/template/detail-action.php:36 +#: include/template/form_ledger_detail.php:16 +#: include/template/form_ledger_fin.php:20 +#: include/template/form_ledger_fin.php:40 include/template/letter_all.php:23 +#: include/template/letter_prop.php:25 include/template/letter_prop.php:65 msgid "Date" msgstr "Datum" #: html/access.php:159 include/template/detail-action.php:150 #: include/template/dashboard.php:32 include/template/dashboard.php:124 +#: include/template/dashboard.php:338 include/template/detail-action.php:227 msgid "Titre" msgstr "Titel" @@ -137,7 +151,19 @@ msgstr "Titel" #: include/dossier.inc.php:297 include/template/dashboard.php:125 #: include/template/ledger_detail_ach.php:108 #: include/template/ledger_detail_ven.php:108 -#: include/template/letter_prop.php:68 +#: include/template/letter_prop.php:68 include/class_anc_account.php:277 +#: include/class_anc_plan.php:124 include/class_fiche.php:1284 +#: include/database.item.php:143 include/dossier.inc.php:278 +#: include/dossier.inc.php:312 include/param_pcmn.inc.php:53 +#: include/template/dashboard.php:339 include/template/detail-action.php:208 +#: include/template/detail-action.php:305 +#: include/template/ledger_detail_ach.php:119 +#: include/template/ledger_detail_ven.php:123 +#: include/template/letter_all.php:32 include/template/letter_prop.php:31 +#: include/template/letter_prop.php:71 +#: include/template/operation_detail_ach.php:36 +#: include/template/operation_detail_ven.php:36 +#: include/template/param_jrn.php:124 msgid "Description" msgstr "Beschrijving" @@ -153,7 +179,10 @@ msgstr "Beschrijving" #: html/ajax_card.php:417 include/company.inc.php:115 #: include/compta_fin.inc.php:142 include/payment_middle.inc.php:54 #: include/report.inc.php:106 include/report.inc.php:121 -#: include/template/dashboard.php:128 +#: include/template/dashboard.php:128 html/ajax_card.php:437 +#: include/company.inc.php:126 include/compta_fin.inc.php:143 +#: include/param_pcmn.inc.php:62 include/report.inc.php:103 +#: include/report.inc.php:118 include/template/dashboard.php:342 msgid "Sauve" msgstr "Opslaan" @@ -163,13 +192,15 @@ msgstr "Opslaan" #: include/fiche.inc.php:400 include/param_pcmn.inc.php:65 #: include/template/dashboard.php:37 include/category_detail.inc.php:68 #: include/fiche.inc.php:412 include/template/dashboard.php:129 +#: include/param_pcmn.inc.php:63 include/template/dashboard.php:343 msgid "Annuler" msgstr "Annuleren" #: html/access.php:169 include/payment_middle.inc.php:164 #: include/cat_document.inc.php:37 include/cat_document.inc.php:39 #: include/payment_middle.inc.php:171 include/template/dashboard.php:45 -#: include/template/dashboard.php:31 +#: include/template/dashboard.php:31 include/cat_document.inc.php:55 +#: include/template/dashboard.php:188 msgid "Ajout" msgstr "Toevoegen" @@ -177,7 +208,8 @@ msgstr "Toevoegen" #: html/ajax_card.php:309 html/ajax_card.php:190 html/ajax_card.php:288 #: html/ajax_card.php:422 html/ajax_card.php:459 html/ajax_card.php:468 #: html/ajax_card.php:199 html/ajax_card.php:299 html/ajax_card.php:426 -#: html/ajax_card.php:463 html/ajax_card.php:472 +#: html/ajax_card.php:463 html/ajax_card.php:472 html/ajax_card.php:311 +#: html/ajax_card.php:446 html/ajax_card.php:483 html/ajax_card.php:491 msgid "Action interdite" msgstr "Verboden actie" @@ -187,6 +219,7 @@ msgid "Aucune catégorie de fiche ne correspondant à votre demande" msgstr "Geen enkele categorie van de bladeren komen overeen met uw vraag " #: html/ajax_card.php:171 html/ajax_card.php:307 html/ajax_card.php:316 +#: html/ajax_card.php:326 msgid "Fiche contenant" msgstr "Blad bevat" @@ -213,19 +246,32 @@ msgstr "Blad bevat" #: include/lettering.card.inc.php:87 include/lettering.gestion.inc.php:48 #: include/menu_translate.php:16 include/search.inc.php:73 #: include/user_menu.php:53 include/menu_translate.php:82 +#: html/ajax_card.php:328 html/ajax_poste.php:83 html/recherche.php:65 +#: include/adm.inc.php:81 include/bank.inc.php:75 +#: include/class_anc_balance_double.php:330 include/class_icard.php:290 +#: include/class_iposte.php:133 include/customer.inc.php:75 +#: include/database.item.php:56 include/database.item.php:95 +#: include/fiche.inc.php:83 include/lettering.account.inc.php:97 +#: include/lettering.card.inc.php:102 include/lettering.gestion.inc.php:54 +#: include/manager.inc.php:78 include/search.inc.php:70 +#: include/supplier.inc.php:79 include/user_menu.php:52 +#: include/template/action_button.php:39 #, php-format msgid "Recherche" msgstr "Vinden" #: html/ajax_card.php:237 html/ajax_card.php:379 html/ajax_card.php:388 +#: html/ajax_card.php:408 msgid " de clients" msgstr " van klanten" #: html/ajax_card.php:241 html/ajax_card.php:383 html/ajax_card.php:392 +#: html/ajax_card.php:412 msgid " de fournisseurs" msgstr " van leveranciers" #: html/ajax_card.php:245 html/ajax_card.php:387 html/ajax_card.php:396 +#: html/ajax_card.php:416 msgid " d'administration" msgstr " van administratie" @@ -236,24 +282,30 @@ msgstr " van administratie" #: include/supplier.inc.php:126 include/adm.inc.php:127 #: include/bank.inc.php:122 include/client.inc.php:120 #: include/contact.inc.php:133 include/template/category_of_card.php:4 +#: include/adm.inc.php:128 include/bank.inc.php:124 +#: include/customer.inc.php:123 include/manager.inc.php:126 msgid "Ajout d'une catégorie" msgstr "Categorie toevoegen" #: html/ajax_card.php:261 include/class_acc_report.php:142 #: html/ajax_card.php:403 include/class_acc_report.php:152 -#: html/ajax_card.php:410 +#: html/ajax_card.php:410 html/ajax_card.php:430 +#: include/class_acc_report.php:151 msgid "Recherche poste" msgstr "Post vinden" #: html/ajax_card.php:296 html/ajax_card.php:442 html/ajax_card.php:448 +#: html/ajax_card.php:468 msgid "Catégorie existe déjà" msgstr "Die categorie bestaat al" #: html/ajax_card.php:298 html/ajax_card.php:444 html/ajax_card.php:450 +#: html/ajax_card.php:470 msgid "Catégorie sauvée" msgstr "Opgeslagen categorie" #: html/ajax_card.php:301 html/ajax_card.php:449 html/ajax_card.php:455 +#: html/ajax_card.php:475 msgid "Le nom et la classe base ne peuvent être vide" msgstr "Een naam en de moeder post zijn verplicht" @@ -261,7 +313,9 @@ msgstr "Een naam en de moeder post zijn verplicht" #: html/parametre.php:242 html/parametre.php:254 html/ajax_extension.php:89 #: html/ajax_extension.php:148 html/parametre.php:273 #: include/company.inc.php:39 include/company.inc.php:43 -#: include/company.inc.php:46 +#: include/company.inc.php:46 include/company.inc.php:41 +#: include/company.inc.php:45 include/company.inc.php:48 +#: include/company.inc.php:86 msgid "Oui" msgstr "Ja" @@ -269,14 +323,18 @@ msgstr "Ja" #: html/parametre.php:241 html/parametre.php:253 html/ajax_extension.php:90 #: html/ajax_extension.php:149 html/parametre.php:272 #: include/company.inc.php:38 include/company.inc.php:42 -#: include/company.inc.php:45 +#: include/company.inc.php:45 include/company.inc.php:40 +#: include/company.inc.php:44 include/company.inc.php:47 +#: include/company.inc.php:85 msgid "Non" msgstr "Nee" #: html/ajax_extension.php:96 html/ajax_extension.php:153 #: include/template/extension-sec.php:9 #: include/template/security_list_action.php:5 html/ajax_extension.php:104 -#: html/ajax_extension.php:163 +#: html/ajax_extension.php:163 include/template/profile_sec_repository.php:36 +#: include/template/security_list_action.php:8 +#: include/template/user_sec_profile.php:36 msgid "Accès" msgstr "Vergunning" @@ -287,6 +345,7 @@ msgstr "Verboden" #: html/ajax.php:33 include/ext_inc.php:20 include/ext_inc.php:22 #: html/ajax.php:37 html/extension.raw.php:57 include/ext_inc.php:32 +#: html/ajax.php:44 html/extension.raw.php:59 msgid "Cette extension n'existe pas " msgstr "Die plugin bestaat niet" @@ -296,7 +355,7 @@ msgstr "Die plugin bestaat niet" #: include/class_acc_ledger_sold.php:72 include/class_acc_ledger.php:159 #: include/class_acc_ledger_purchase.php:81 #: include/class_acc_ledger_sold.php:79 include/class_acc_ledger.php:179 -#: include/class_acc_ledger_purchase.php:82 +#: include/class_acc_ledger_purchase.php:82 include/class_acc_ledger.php:191 msgid "Date invalide" msgstr "Verkeerd datum" @@ -325,6 +384,18 @@ msgstr "Die periode is dicht" #: include/template/ledger_detail_ach.php:251 #: include/template/ledger_detail_fin.php:107 #: include/template/ledger_detail_ven.php:249 +#: include/class_acc_ledger.php:1435 include/class_acc_ledger.php:1689 +#: include/class_anticipation.php:419 include/class_fiche.php:1285 +#: include/class_pre_op_advanced.php:186 +#: include/export_fiche_balance_csv.php:143 +#: include/operation_ods_new.inc.php:91 +#: include/template/ledger_detail_ach.php:276 +#: include/template/ledger_detail_fin.php:108 +#: include/template/ledger_detail_misc.php:92 +#: include/template/ledger_detail_ven.php:275 +#: include/template/letter_all.php:35 include/template/letter_prop.php:34 +#: include/template/letter_prop.php:74 +#: include/template/operation_detail_misc.php:35 msgid "Débit" msgstr "debiet" @@ -341,6 +412,15 @@ msgstr "debiet" #: include/template/ledger_detail_ach.php:252 #: include/template/ledger_detail_fin.php:108 #: include/template/ledger_detail_ven.php:250 +#: include/class_acc_ledger.php:1436 include/class_anticipation.php:420 +#: include/class_fiche.php:1286 include/operation_ods_new.inc.php:92 +#: include/template/ledger_detail_ach.php:277 +#: include/template/ledger_detail_fin.php:109 +#: include/template/ledger_detail_misc.php:93 +#: include/template/ledger_detail_ven.php:276 +#: include/template/letter_all.php:38 include/template/letter_prop.php:37 +#: include/template/letter_prop.php:77 +#: include/template/operation_detail_misc.php:36 msgid "Crédit" msgstr "Creditzijde" @@ -368,6 +448,10 @@ msgstr "U moet een dossier kiezen" #: include/class_acc_ledger_sold.php:677 #: include/class_acc_ledger_sold.php:1314 #: include/template/ledger_detail_ven.php:38 include/menu_translate.php:85 +#: 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 msgid "Client" msgstr "Klant" @@ -390,11 +474,14 @@ msgstr "Klant" #: include/class_acc_ledger_purchase.php:1206 #: include/class_acc_ledger_purchase.php:1282 include/menu_translate.php:50 #: include/template/ledger_detail_ach.php:38 +#: include/class_acc_ledger_purchase.php:1262 +#: include/class_acc_ledger_purchase.php:1369 include/class_pre_op_ach.php:381 +#: include/database.item.php:11 include/template/ledger_detail_ach.php:50 msgid "Fournisseur" msgstr "Leverancier" #: html/commercial.php:115 html/commercial.php:126 -#: include/menu_translate.php:78 +#: include/menu_translate.php:78 include/database.item.php:122 msgid "Administration" msgstr "Administratie" @@ -404,13 +491,14 @@ msgstr "Administratie" #: html/commercial.php:127 include/compta_ach.inc.php:43 #: include/compta_fin.inc.php:40 include/compta_ven.inc.php:43 #: include/user_menu.php:204 include/menu_translate.php:104 -#: include/menu_translate.php:106 +#: include/menu_translate.php:106 include/database.item.php:68 +#: include/database.item.php:114 msgid "Impression" msgstr "Indruk" #: html/commercial.php:117 include/template/security_list_action.php:81 #: include/ext/stock/index.php:38 html/commercial.php:128 -#: include/menu_translate.php:20 +#: include/menu_translate.php:20 include/database.item.php:107 msgid "Stock" msgstr "Voorraad" @@ -424,7 +512,10 @@ msgstr "Voorraad" #: include/user_menu.php:205 include/action.common.inc.php:271 #: include/category_card.inc.php:64 include/menu_translate.php:19 #: include/template/form_ledger_fin.php:25 -#: include/template/security_list_action.php:51 +#: include/template/security_list_action.php:51 include/database.item.php:79 +#: include/database.item.php:109 include/template/detail-action.php:304 +#: include/template/form_ledger_fin.php:42 +#: include/template/security_list_action.php:54 msgid "Fiche" msgstr "Blad" @@ -438,6 +529,7 @@ msgstr "Vooruitzicht" #: include/client_card.inc.php:66 include/supplier_card.inc.php:69 #: include/category_card.inc.php:65 #: include/template/security_list_action.php:54 +#: include/template/security_list_action.php:57 msgid "Suivi" msgstr "Volgen" @@ -450,14 +542,14 @@ msgid "Retour au tableau de bord" msgstr "Terug naar controleblad" #: html/extension.php:80 html/extension.php:96 -#: include/extension_choice.inc.php:32 +#: include/extension_choice.inc.php:32 include/extension_choice.inc.php:37 msgid "Aucune extension disponible" msgstr "Geen extensie beschikbaar" #: html/extension.php:88 include/user_menu.php:339 include/user_menu.php:452 #: include/template/security_list_action.php:92 html/extension.php:109 #: include/user_menu.php:354 include/user_menu.php:474 -#: include/menu_translate.php:59 +#: include/menu_translate.php:59 include/database.item.php:52 msgid "Extension" msgstr "Plugin" @@ -470,6 +562,7 @@ msgid "Choississez la période à transfèrer" msgstr "Kies de periode" #: html/parametre.php:135 include/menu_translate.php:23 +#: include/database.item.php:121 msgid "Moyen de paiement" msgstr "Betaling" @@ -488,7 +581,12 @@ msgstr "Voetkoers en rekeningen " #: include/template/ledger_detail_ven.php:204 #: include/template/ledger_detail_ach.php:248 #: include/template/ledger_detail_fin.php:104 -#: include/template/ledger_detail_ven.php:246 +#: include/template/ledger_detail_ven.php:246 html/ajax_poste.php:86 +#: include/database.item.php:161 include/template/ledger_detail_ach.php:273 +#: include/template/ledger_detail_fin.php:105 +#: include/template/ledger_detail_misc.php:89 +#: include/template/ledger_detail_ven.php:272 +#: include/template/operation_detail_misc.php:32 msgid "Poste Comptable" msgstr "rekening" @@ -497,7 +595,7 @@ msgid "Poste comptable constant" msgstr "constante rekeningen" #: html/parametre.php:138 include/impress.inc.php:34 -#: include/menu_translate.php:86 +#: include/menu_translate.php:86 include/database.item.php:108 msgid "Catégorie de fiche" msgstr "Categorie van bladeren" @@ -506,87 +604,90 @@ msgid "Modifie les classe de base, les attribut,..." msgstr "Veranderd de basis van rekening, attributen" #: html/parametre.php:236 html/parametre.php:248 html/parametre.php:267 -#: include/company.inc.php:33 +#: include/company.inc.php:33 include/company.inc.php:35 msgid "obligatoire" msgstr "Verplicht" #: html/parametre.php:237 html/parametre.php:249 html/parametre.php:268 -#: include/company.inc.php:34 +#: include/company.inc.php:34 include/company.inc.php:36 msgid "optionnel" msgstr "optie" #: html/parametre.php:238 html/parametre.php:250 html/parametre.php:269 -#: include/company.inc.php:35 +#: include/company.inc.php:35 include/company.inc.php:37 msgid "non utilisé" msgstr "niet gebruik" #: html/parametre.php:271 html/parametre.php:283 html/parametre.php:306 -#: include/company.inc.php:87 +#: include/company.inc.php:87 include/company.inc.php:97 msgid "Nom société" msgstr "Maatschappij naam" #: html/parametre.php:272 html/parametre.php:284 html/parametre.php:308 -#: include/company.inc.php:89 +#: include/company.inc.php:89 include/company.inc.php:99 +#: include/stock_cfg.inc.php:62 msgid "Téléphone" msgstr "Telefoon" #: html/parametre.php:273 html/parametre.php:285 html/parametre.php:310 -#: include/company.inc.php:91 +#: include/company.inc.php:91 include/company.inc.php:101 +#: include/database.item.php:152 msgid "Fax" msgstr "Fax" #: html/parametre.php:274 html/parametre.php:286 html/parametre.php:312 -#: include/company.inc.php:93 +#: include/company.inc.php:93 include/company.inc.php:103 msgid "Rue " msgstr "Straat" #: html/parametre.php:275 html/parametre.php:287 html/parametre.php:314 -#: include/company.inc.php:95 +#: include/company.inc.php:95 include/company.inc.php:105 msgid "Numéro" msgstr "Nummer" #: html/parametre.php:276 html/parametre.php:288 html/parametre.php:316 -#: include/company.inc.php:97 +#: include/company.inc.php:97 include/company.inc.php:107 msgid "Code Postal" msgstr "Postcode" #: html/parametre.php:277 html/parametre.php:289 html/parametre.php:318 -#: include/company.inc.php:99 +#: include/company.inc.php:99 include/company.inc.php:109 msgid "Commune" msgstr "Gemeente" #: html/parametre.php:278 html/parametre.php:290 html/parametre.php:320 -#: include/company.inc.php:101 +#: include/company.inc.php:101 include/company.inc.php:111 +#: include/stock_cfg.inc.php:61 msgid "Pays" msgstr "Land" #: html/parametre.php:279 html/parametre.php:291 html/parametre.php:322 -#: include/company.inc.php:103 +#: include/company.inc.php:103 include/company.inc.php:113 msgid "Numéro de Tva" msgstr "BTW Nummer" #: html/parametre.php:281 html/parametre.php:293 html/parametre.php:324 -#: include/company.inc.php:104 +#: include/company.inc.php:104 include/company.inc.php:114 msgid "Utilisation de la compta. analytique" msgstr "Gebruik van de analytisch boekhouding" #: html/parametre.php:283 html/parametre.php:295 html/parametre.php:326 -#: include/company.inc.php:106 +#: include/company.inc.php:106 include/company.inc.php:117 msgid "Utilisation du mode strict " msgstr "Gebruik van de strikt wijze" #: html/parametre.php:285 html/parametre.php:297 html/parametre.php:328 -#: include/company.inc.php:107 +#: include/company.inc.php:107 include/company.inc.php:118 msgid "Assujetti à la tva" msgstr "Gebruik van BTW" #: html/parametre.php:286 html/parametre.php:298 html/parametre.php:329 -#: include/company.inc.php:108 +#: include/company.inc.php:108 include/company.inc.php:119 msgid "Suggérer le numéro de pièce justificative" msgstr "Suggeren de nummer van de akte" #: html/parametre.php:287 html/parametre.php:299 html/parametre.php:331 -#: include/company.inc.php:110 +#: include/company.inc.php:110 include/company.inc.php:121 msgid "Afficher la période comptable pour éviter les erreurs de date" msgstr "Tonen de periode om fouten van datum te vermijden" @@ -605,6 +706,7 @@ msgstr "Tonen de periode om fouten van datum te vermijden" #: include/param_jrn_detail.inc.php:34 include/report.inc.php:40 #: html/ajax_card.php:311 include/forecast.inc.php:264 #: include/forecast.inc.php:329 include/impress_poste.inc.php:43 +#: html/ajax_card.php:354 include/fiche.inc.php:90 msgid "Recherche de fiche" msgstr "Vind een blad" @@ -612,11 +714,11 @@ msgstr "Vind een blad" msgid "Fin de programme" msgstr "Eind" -#: html/user_login.php:46 html/user_login.php:38 +#: html/user_login.php:46 html/user_login.php:38 html/user_login.php:40 msgid "Vous utilisez un navigateur dépassé depuis près de 8 ans!" msgstr "IE 6 is NOT supported" -#: html/user_login.php:47 html/user_login.php:39 +#: html/user_login.php:47 html/user_login.php:39 html/user_login.php:41 msgid "" "Pour une meilleure expérience web, prenez le temps de mettre votre " "navigateur à jour" @@ -625,12 +727,13 @@ msgstr "" #: html/user_login.php:80 html/extension.php:61 html/extension.php:79 #: html/user_login.php:117 html/user_login.php:119 -#: include/menu_translate.php:70 +#: include/menu_translate.php:70 include/ajax_preference.php:31 +#: include/database.item.php:80 html/user_login.php:149 msgid "Préférence" msgstr "Voorkeur" #: html/user_login.php:81 include/user_menu.php:447 html/user_login.php:118 -#: include/user_menu.php:469 html/user_login.php:120 +#: include/user_menu.php:469 html/user_login.php:120 html/user_login.php:151 msgid "Deconnexion" msgstr "Logout" @@ -639,10 +742,12 @@ msgid "Bienvenue" msgstr "Welkome" #: html/user_login.php:85 html/user_login.php:122 html/user_login.php:124 +#: html/user_login.php:155 msgid "dans NOALYSS" msgstr "in NOALYSS" #: html/user_login.php:86 html/user_login.php:123 html/user_login.php:129 +#: html/user_login.php:160 msgid "Choississez votre dossier" msgstr "Kiez uw dossier" @@ -653,6 +758,7 @@ msgstr "Kiez uw dossier" #: include/class_acc_ledger.php:2465 include/fiche.inc.php:62 #: html/user_login.php:131 include/class_acc_ledger_fin.php:939 #: include/class_acc_ledger.php:2673 include/fiche.inc.php:66 +#: include/class_acc_ledger_fin.php:1037 include/class_acc_ledger.php:2841 msgid "Rechercher" msgstr "Vinden" @@ -661,12 +767,12 @@ msgid "Donnez une partie du nom du dossier à rechercher" msgstr "Geef een deel van de naam of de dossier" #: include/ac_common.php:272 include/ac_common.php:356 -#: include/ac_common.php:398 +#: include/ac_common.php:398 include/ac_common.php:409 msgid "Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "Die actie is verboden" #: include/ac_common.php:278 include/ac_common.php:362 -#: include/ac_common.php:404 +#: include/ac_common.php:404 include/ac_common.php:415 msgid " Cette action ne vous est pas autorisée Contactez votre responsable" msgstr "Die actie is verboden" @@ -680,21 +786,23 @@ msgstr "Opslagen actie" #: include/action.common.inc.php:126 include/action.common.inc.php:206 #: include/compta_ach.inc.php:238 include/compta_ven.inc.php:257 #: include/action.common.inc.php:125 include/compta_ven.inc.php:246 +#: include/action.common.inc.php:160 include/action.common.inc.php:258 +#: include/compta_ach.inc.php:222 include/compta_ven.inc.php:238 msgid "Enregistrer" msgstr "Opslaan" #: include/action.common.inc.php:122 include/action.common.inc.php:127 -#: include/action.common.inc.php:126 +#: include/action.common.inc.php:126 include/action.common.inc.php:161 msgid "Génère le document" msgstr "Maak de document" #: include/action.common.inc.php:150 include/action.common.inc.php:154 -#: include/action.common.inc.php:153 +#: include/action.common.inc.php:153 include/action.common.inc.php:186 msgid "Ajoute une action à celle-ci" msgstr "Een actie toevoegen bij deze " #: include/action.common.inc.php:151 include/action.common.inc.php:155 -#: include/action.common.inc.php:154 +#: include/action.common.inc.php:154 include/action.common.inc.php:187 msgid "Efface cette action" msgstr "Deze actie wissen" @@ -703,14 +811,17 @@ msgid "Vous confirmez l'effacement" msgstr "Wissen bevestigen" #: include/action.common.inc.php:170 include/action.common.inc.php:174 +#: include/action.common.inc.php:218 msgid "Action " msgstr "Actie" #: include/action.common.inc.php:170 include/action.common.inc.php:174 +#: include/action.common.inc.php:218 msgid " effacée" msgstr "Wissen" #: include/action.common.inc.php:235 include/action.common.inc.php:241 +#: include/template/action_search.php:39 msgid "Recherche avancée" msgstr "Gedetailleerder zoeken" @@ -721,7 +832,7 @@ msgid "Titre ou référence" msgstr "Titel of referentie" #: include/action.common.inc.php:273 include/action.common.inc.php:278 -#: include/action.common.inc.php:279 +#: include/action.common.inc.php:279 include/class_follow_up.php:1180 msgid "Tous les types" msgstr "Alle types" @@ -742,12 +853,14 @@ msgstr "Bestemt aan anderen" #: include/contact.inc.php:127 include/supplier.inc.php:92 #: include/action.common.inc.php:293 include/adm.inc.php:92 #: include/bank.inc.php:88 include/client.inc.php:86 -#: include/contact.inc.php:93 +#: include/contact.inc.php:93 include/adm.inc.php:93 include/bank.inc.php:89 +#: include/customer.inc.php:88 include/manager.inc.php:90 +#: include/supplier.inc.php:93 include/template/action_search.php:138 msgid "recherche" msgstr "zoeken" #: include/action.common.inc.php:300 include/action.common.inc.php:315 -#: include/action.common.inc.php:307 +#: include/action.common.inc.php:307 include/template/action_button.php:35 msgid "Ajout Action" msgstr "Actie toevoegen" @@ -771,7 +884,8 @@ msgstr "Zoekcriteria verbergen " #: include/fiche.inc.php:307 include/pref.inc.php:58 include/pref.inc.php:242 #: html/ajax_misc.php:268 include/dossier.inc.php:273 #: include/dossier.inc.php:301 include/dossier.inc.php:320 -#: include/fiche.inc.php:316 include/pref.inc.php:221 +#: include/fiche.inc.php:316 include/pref.inc.php:221 html/ajax_misc.php:281 +#: include/dossier.inc.php:288 include/dossier.inc.php:335 msgid "Retour" msgstr "Terug" @@ -790,6 +904,7 @@ msgstr "Opvolging van adminstratie, schatting, bestelbon" #: include/supplier_card.inc.php:72 include/template/detail-action.php:51 #: include/adm_card.inc.php:69 include/client_card.inc.php:67 #: include/supplier_card.inc.php:70 include/category_card.inc.php:66 +#: include/database.item.php:51 include/template/detail-action.php:74 msgid "Contact" msgstr "Contact" @@ -802,6 +917,7 @@ msgstr "Contacten lijst van deze administratie" #: include/adm_card.inc.php:70 include/client_card.inc.php:68 #: include/supplier_card.inc.php:71 include/category_card.inc.php:67 #: include/template/form_ledger_fin.php:21 +#: include/template/form_ledger_fin.php:37 msgid "Opérations" msgstr "Operatie" @@ -825,7 +941,7 @@ msgstr "Terug naar de lijst van administratie" #: include/adm_card.inc.php:116 include/client_card.inc.php:116 #: include/supplier_card.inc.php:116 include/adm_card.inc.php:122 #: include/client_card.inc.php:121 include/supplier_card.inc.php:131 -#: include/category_card.inc.php:126 +#: include/category_card.inc.php:126 include/category_card.inc.php:125 msgid "Vous devez aller dans fiche et créer une catégorie pour les contacts" msgstr "" "U moet naar het menu blad en een niewe categorie maken voor de contacten" @@ -858,6 +974,16 @@ msgstr "" #: include/class_acc_ledger_sold.php:1008 #: include/class_acc_ledger_sold.php:1014 include/class_follow_up.php:271 #: include/client.inc.php:109 include/contact.inc.php:124 +#: include/adm.inc.php:117 include/bank.inc.php:114 +#: include/category_card.inc.php:131 include/class_acc_ledger_fin.php:242 +#: include/class_acc_ledger.php:1585 include/class_acc_ledger.php:3492 +#: include/class_acc_ledger_purchase.php:949 +#: include/class_acc_ledger_sold.php:972 include/class_acc_ledger_sold.php:979 +#: include/class_follow_up.php:293 include/class_pre_op_ach.php:159 +#: include/class_pre_op_ach.php:167 include/class_pre_op_advanced.php:160 +#: include/class_pre_op_ven.php:153 include/class_pre_op_ven.php:160 +#: include/customer.inc.php:112 include/fiche.inc.php:112 +#: include/manager.inc.php:116 include/supplier.inc.php:118 msgid "Créer une nouvelle fiche" msgstr "Maak een nieuwe blad" @@ -870,6 +996,7 @@ msgid "Listing des opérations" msgstr "Listing van operatie" #: include/anc_imp.inc.php:37 include/menu_translate.php:5 +#: include/database.item.php:4 msgid "Balance simple" msgstr "Eenvoudige balans" @@ -893,6 +1020,7 @@ msgstr "Geen enkele analytisch plan" #: include/anc_od.inc.php:52 include/class_anticipation.php:187 #: include/anc_od.inc.php:57 include/class_anticipation.php:253 #: include/anc_od.inc.php:58 include/class_anticipation.php:261 +#: include/class_anticipation.php:260 include/class_follow_up.php:152 msgid "Nouveau" msgstr "Nieuw" @@ -906,7 +1034,7 @@ msgstr "Operatielijsten" #: include/anc_od.inc.php:121 include/compta_ach.inc.php:161 #: include/compta_ven.inc.php:173 html/ajax_ledger.php:447 #: include/anc_od.inc.php:122 include/compta_ach.inc.php:127 -#: include/compta_ven.inc.php:144 +#: include/compta_ven.inc.php:144 html/ajax_ledger.php:498 msgid "Opération sauvée" msgstr "Opgeslagen operatie" @@ -918,6 +1046,7 @@ msgstr "Opgeslagen operatie" #: include/class_acc_ledger_purchase.php:72 #: include/class_acc_ledger_sold.php:65 #: include/class_acc_ledger_purchase.php:73 +#: include/class_acc_ledger_fin.php:60 include/class_acc_ledger_sold.php:67 msgid "Double Encodage" msgstr "Dubbel gecodeerd" @@ -933,6 +1062,8 @@ msgstr "U hebt geen bank opgegeven" #: include/class_acc_ledger.php:1630 include/class_acc_ledger_purchase.php:96 #: include/class_acc_ledger_sold.php:92 include/class_acc_ledger.php:1792 #: include/class_acc_ledger_purchase.php:97 +#: include/class_acc_ledger_fin.php:100 include/class_acc_ledger_fin.php:184 +#: include/class_acc_ledger.php:1851 include/class_acc_ledger_sold.php:91 msgid "Date et periode ne correspondent pas" msgstr "Datum en periode komen niet overeen" @@ -944,6 +1075,8 @@ msgstr "Datum en periode komen niet overeen" #: include/class_acc_ledger_purchase.php:101 #: include/class_acc_ledger_sold.php:103 #: include/class_acc_ledger_purchase.php:102 +#: include/class_acc_ledger_fin.php:106 include/class_acc_ledger_fin.php:190 +#: include/class_acc_ledger_sold.php:100 msgid "Periode fermee" msgstr "Gesloten periode" @@ -954,12 +1087,15 @@ msgstr "Gesloten periode" #: include/class_acc_ledger_fin.php:112 #: include/class_acc_ledger_purchase.php:111 #: include/class_acc_ledger_purchase.php:112 +#: include/class_acc_ledger_fin.php:116 include/class_acc_ledger_fin.php:200 msgid "Vous utilisez le mode strict la dernière operation est à la date du " msgstr "U gebruikt de strikt mode, de datum van de laatste operatie is" #: include/class_acc_ledger_fin.php:87 include/class_acc_ledger_sold.php:98 #: include/class_acc_ledger_fin.php:92 include/class_acc_ledger_sold.php:102 #: include/class_acc_ledger_fin.php:113 include/class_acc_ledger_sold.php:113 +#: include/class_acc_ledger_fin.php:117 include/class_acc_ledger_fin.php:201 +#: include/class_acc_ledger_sold.php:109 msgid " vous ne pouvez pas encoder à une date antérieure" msgstr "U mag niet voor deze datum coderen" @@ -972,11 +1108,15 @@ msgstr "U mag niet voor deze datum coderen" #: include/class_acc_ledger_sold.php:1040 include/class_acc_ledger_fin.php:904 #: include/class_acc_ledger.php:1535 include/class_acc_ledger_purchase.php:978 #: include/class_acc_ledger_sold.php:1094 +#: include/class_acc_ledger_fin.php:1002 include/class_acc_ledger.php:1593 +#: include/class_acc_ledger_purchase.php:1035 +#: include/class_acc_ledger_sold.php:1055 msgid "Pas de journal disponible" msgstr "Geen journaal beschikbaar" #: include/class_acc_ledger_fin.php:790 include/class_acc_ledger_fin.php:795 #: include/class_acc_ledger_fin.php:848 include/class_acc_ledger_fin.php:909 +#: include/class_acc_ledger_fin.php:1007 msgid "Tous les journaux financiers" msgstr "Alle financiele grootboeken" @@ -990,7 +1130,12 @@ msgstr "Alle financiele grootboeken" #: include/template/letter_prop.php:31 include/class_acc_ledger.php:1629 #: include/class_acc_ledger_sold.php:699 include/class_anc_listing.php:89 #: include/impress_fiche.inc.php:292 include/template/form_ledger_fin.php:27 -#: include/template/letter_prop.php:71 +#: include/template/letter_prop.php:71 include/class_acc_ledger.php:1688 +#: include/class_acc_ledger_purchase.php:1388 +#: include/class_acc_ledger_sold.php:682 include/class_anc_account.php:271 +#: include/class_pre_op_advanced.php:185 include/fiche.inc.php:441 +#: include/template/forecast-detail.php:15 +#: include/template/form_ledger_fin.php:44 msgid "Montant" msgstr "bedrag" @@ -1004,11 +1149,12 @@ msgstr "Termijn" #: include/class_acc_ledger.php:594 include/class_acc_ledger.php:706 #: include/class_acc_ledger.php:637 include/class_acc_ledger.php:831 +#: include/class_acc_ledger.php:649 include/class_acc_ledger.php:843 msgid "Aucun enregistrement trouvé" msgstr "Geen enkele gegevens gevonden" #: include/class_acc_ledger.php:612 include/class_acc_ledger.php:726 -#: include/class_acc_ledger.php:852 +#: include/class_acc_ledger.php:852 include/class_acc_ledger.php:865 msgid "Payé" msgstr "Betaald" @@ -1024,6 +1170,8 @@ msgstr "Actie" #: include/class_acc_ledger.php:617 include/user_menu.php:342 #: include/class_acc_ledger.php:729 include/user_menu.php:357 #: include/class_acc_ledger.php:855 include/menu_translate.php:60 +#: html/ajax_ledger.php:284 html/ajax_ledger.php:324 html/ajax_ledger.php:348 +#: include/class_acc_ledger.php:868 include/database.item.php:87 msgid "Document" msgstr "Document" @@ -1036,16 +1184,19 @@ msgstr "Document" #: include/template/ledger_detail_bottom.php:71 include/compta_fin.inc.php:143 #: include/dossier.inc.php:205 include/dossier.inc.php:319 #: include/forecast.inc.php:363 include/template/ledger_detail_bottom.php:75 +#: include/class_document_modele.php:70 include/class_document_type.php:82 +#: include/compta_fin.inc.php:144 include/dossier.inc.php:220 +#: include/dossier.inc.php:334 include/template/ledger_detail_bottom.php:123 msgid "Effacer" msgstr "Wissen" #: include/class_acc_ledger.php:999 include/class_acc_ledger.php:1101 -#: include/class_acc_ledger.php:1215 +#: include/class_acc_ledger.php:1215 include/class_acc_ledger.php:1247 msgid "Parametres journaux non trouves" msgstr "Parameters van de journaal niet gevonden" #: include/class_acc_ledger.php:1143 include/class_acc_ledger.php:1256 -#: include/class_acc_ledger.php:1378 +#: include/class_acc_ledger.php:1378 include/class_acc_ledger.php:1428 msgid "PJ Num" msgstr "Bewijs nummer" @@ -1058,7 +1209,9 @@ msgstr "Quick code of" #: include/class_acc_ledger.php:1468 include/class_acc_ledger.php:1383 #: include/class_acc_ledger.php:1627 include/class_anc_grandlivre.php:157 #: include/class_anc_listing.php:83 include/menu_translate.php:24 -#: include/menu_translate.php:98 +#: include/menu_translate.php:98 include/class_acc_ledger.php:1433 +#: include/class_acc_ledger.php:1686 include/class_pre_op_advanced.php:183 +#: include/database.item.php:62 include/database.item.php:78 msgid "Poste" msgstr "Rekening" @@ -1069,7 +1222,11 @@ msgstr "Rekening" #: include/template/ledger_detail_ven.php:43 include/class_acc_ledger.php:1595 #: include/template/ledger_detail_ach.php:51 #: include/template/ledger_detail_fin.php:64 -#: include/template/ledger_detail_ven.php:51 +#: include/template/ledger_detail_ven.php:51 include/class_acc_ledger.php:1653 +#: include/template/ledger_detail_ach.php:62 +#: include/template/ledger_detail_fin.php:65 +#: include/template/ledger_detail_misc.php:50 +#: include/template/ledger_detail_ven.php:64 msgid "Pièce" msgstr "bewijs" @@ -1101,7 +1258,23 @@ msgstr "bewijs" #: include/template/ledger_detail_fin.php:106 #: include/template/ledger_detail_ven.php:60 #: include/template/ledger_detail_ven.php:248 -#: include/template/new_mod_payment.php:16 +#: include/template/new_mod_payment.php:16 include/class_acc_account.php:187 +#: include/class_acc_ledger.php:1427 include/class_acc_ledger.php:1434 +#: include/class_acc_ledger.php:1660 include/class_acc_ledger.php:1687 +#: 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 +#: include/template/ledger_detail_ach.php:71 +#: include/template/ledger_detail_ach.php:275 +#: include/template/ledger_detail_fin.php:53 +#: include/template/ledger_detail_fin.php:107 +#: include/template/ledger_detail_misc.php:38 +#: include/template/ledger_detail_misc.php:91 +#: include/template/ledger_detail_ven.php:73 +#: include/template/ledger_detail_ven.php:274 +#: include/template/new_mod_payment.php:19 +#: include/template/operation_detail_misc.php:34 #, php-format msgid "Libellé" msgstr "Opstellen" @@ -1112,21 +1285,25 @@ msgstr "Niet in de actieve periode" #: include/class_acc_ledger.php:1470 include/class_acc_ledger.php:1476 #: include/class_acc_ledger.php:1648 include/class_acc_ledger.php:1810 +#: include/class_acc_ledger.php:1868 msgid "Vous utilisez le mode strict la dernière operation est la date du " msgstr "U gebruikt de strikt mode, de datum van de laatste operatie is" #: include/class_acc_ledger.php:1471 include/class_acc_ledger.php:1477 #: include/class_acc_ledger.php:1649 include/class_acc_ledger.php:1811 +#: include/class_acc_ledger.php:1869 msgid "vous ne pouvez pas encoder à une date antérieure" msgstr "U mag niet voor deze datum coderen" #: include/class_acc_ledger.php:1503 include/class_acc_ledger.php:1509 #: include/class_acc_ledger.php:1683 include/class_acc_ledger.php:1851 +#: include/class_acc_ledger.php:1909 msgid "Le poste" msgstr "De rekening" #: include/class_acc_ledger.php:1503 include/class_acc_ledger.php:1509 #: include/class_acc_ledger.php:1683 include/class_acc_ledger.php:1851 +#: include/class_acc_ledger.php:1909 msgid "n'est pas dans ce journal" msgstr "is niet in deze journaal" @@ -1140,6 +1317,7 @@ msgstr "Niet bestaand rekening " #: include/class_acc_ledger.php:1515 include/class_acc_ledger.php:1521 #: include/class_acc_ledger.php:1696 include/class_acc_ledger.php:1877 +#: include/class_acc_ledger.php:1933 msgid "Balance incorrecte " msgstr "Verkeerde balans" @@ -1196,6 +1374,12 @@ msgstr "U mag niet voor deze datum coderen" #: include/class_acc_ledger_purchase.php:167 #: include/class_acc_ledger_sold.php:174 include/class_acc_ledger_sold.php:178 #: include/class_acc_ledger_sold.php:212 +#: include/class_acc_ledger_purchase.php:193 +#: include/class_acc_ledger_purchase.php:218 +#: include/class_acc_ledger_sold.php:116 include/class_acc_ledger_sold.php:139 +#: include/class_acc_ledger_sold.php:151 include/class_acc_ledger_sold.php:153 +#: include/class_acc_ledger_sold.php:158 include/class_acc_ledger_sold.php:163 +#: include/class_acc_ledger_sold.php:197 msgid "La fiche " msgstr "Het blad" @@ -1209,6 +1393,8 @@ msgstr "Het blad" #: include/class_acc_ledger_purchase.php:194 #: include/class_acc_ledger_sold.php:121 include/class_acc_ledger_sold.php:168 #: include/class_acc_ledger_purchase.php:123 +#: include/class_acc_ledger_purchase.php:193 +#: include/class_acc_ledger_sold.php:116 include/class_acc_ledger_sold.php:158 msgid "n'a pas de poste comptable" msgstr "heeft geen rekening" @@ -1223,6 +1409,8 @@ msgstr "heeft geen rekening" #: include/class_acc_ledger_sold.php:141 include/class_acc_ledger_sold.php:207 #: include/class_acc_ledger_purchase.php:142 #: include/class_acc_ledger_sold.php:206 +#: include/class_acc_ledger_purchase.php:212 +#: include/class_acc_ledger_sold.php:132 include/class_acc_ledger_sold.php:191 msgid "Pour la fiche " msgstr "Voor het blad" @@ -1233,7 +1421,8 @@ msgstr "Voor het blad" #: include/class_acc_ledger_purchase.php:141 #: include/class_acc_ledger_sold.php:141 include/class_acc_ledger_sold.php:207 #: include/class_acc_ledger_purchase.php:142 -#: include/class_acc_ledger_sold.php:206 +#: include/class_acc_ledger_sold.php:206 include/class_acc_ledger_sold.php:132 +#: include/class_acc_ledger_sold.php:191 msgid " le poste comptable [" msgstr "De rekening [" @@ -1248,6 +1437,8 @@ msgstr "De rekening [" #: include/class_acc_ledger_sold.php:207 #: include/class_acc_ledger_purchase.php:142 #: include/class_acc_ledger_sold.php:206 +#: include/class_acc_ledger_purchase.php:212 +#: include/class_acc_ledger_sold.php:191 msgid "n'existe pas" msgstr "bestaat niet" @@ -1262,6 +1453,8 @@ msgstr "bestaat niet" #: include/class_acc_ledger_sold.php:148 include/class_acc_ledger_sold.php:213 #: include/class_acc_ledger_purchase.php:148 #: include/class_acc_ledger_sold.php:212 +#: include/class_acc_ledger_purchase.php:218 +#: include/class_acc_ledger_sold.php:139 include/class_acc_ledger_sold.php:197 msgid "n'est pas accessible à ce journal" msgstr "kan niet gebruikt worden door dit journaal" @@ -1282,6 +1475,7 @@ msgstr " heeft een verkeerd hoeveelheid" #: include/class_acc_ledger_purchase.php:166 #: include/class_acc_ledger_purchase.php:171 #: include/class_acc_ledger_purchase.php:213 +#: include/class_acc_ledger_purchase.php:212 msgid " le poste comptable" msgstr "de rekening" @@ -1292,7 +1486,7 @@ msgstr "de rekening" #: include/class_acc_ledger_purchase.php:264 #: include/class_acc_ledger_sold.php:217 #: include/class_acc_ledger_purchase.php:258 -#: include/class_acc_ledger_sold.php:216 +#: include/class_acc_ledger_sold.php:216 include/class_acc_ledger_sold.php:201 msgid "Il n'y a aucune marchandise" msgstr "Er zijn geen goederen" @@ -1314,7 +1508,7 @@ msgid "Document généré" msgstr "gegenereerd document" #: include/class_acc_ledger_purchase.php:547 -#: include/class_acc_ledger_purchase.php:552 +#: include/class_acc_ledger_purchase.php:552 include/database.item.php:176 msgid "Note de frais" msgstr "Onkostennota" @@ -1325,14 +1519,14 @@ msgstr "Onkostennota" #: include/class_acc_ledger_purchase.php:913 #: include/class_acc_ledger_purchase.php:1258 #: include/class_acc_ledger_purchase.php:918 -#: include/class_acc_ledger_purchase.php:1266 +#: include/class_acc_ledger_purchase.php:1266 include/class_pre_op_ach.php:182 msgid "En-tête facture fournisseur" msgstr "Hoefdbrief Leverancier" #: include/class_acc_ledger_purchase.php:691 #: include/class_acc_ledger_purchase.php:696 #: include/class_acc_ledger_purchase.php:914 -#: include/class_acc_ledger_purchase.php:919 +#: include/class_acc_ledger_purchase.php:919 include/class_pre_op_ach.php:183 msgid "Détail articles acheté" msgstr "Detail gekochte artikelen" @@ -1343,7 +1537,9 @@ msgstr "Detail gekochte artikelen" #: include/class_acc_ledger_purchase.php:951 #: include/class_acc_ledger_sold.php:1023 include/class_acc_ledger.php:1574 #: include/class_acc_ledger_purchase.php:956 -#: include/class_acc_ledger_sold.php:1075 +#: include/class_acc_ledger_sold.php:1075 include/class_acc_ledger.php:1632 +#: include/class_acc_ledger_purchase.php:1009 +#: include/class_acc_ledger_sold.php:1034 msgid "Aucune période ouverte" msgstr "Geen geopende periode" @@ -1354,7 +1550,9 @@ msgstr "Geen geopende periode" #: include/class_acc_ledger_purchase.php:958 #: include/class_acc_ledger_sold.php:1028 include/class_acc_ledger.php:1579 #: include/class_acc_ledger_purchase.php:963 -#: include/class_acc_ledger_sold.php:1080 +#: include/class_acc_ledger_sold.php:1080 include/class_acc_ledger.php:1637 +#: include/class_acc_ledger_purchase.php:1016 +#: include/class_acc_ledger_sold.php:1039 msgid "Période comptable" msgstr "Boekhoudingsperiode" @@ -1362,6 +1560,7 @@ msgstr "Boekhoudingsperiode" #: include/class_acc_ledger_purchase.php:804 #: include/class_acc_ledger_purchase.php:1033 #: include/class_acc_ledger_purchase.php:1040 +#: include/class_acc_ledger_purchase.php:1096 include/class_pre_op_ach.php:216 msgid "Fournisseur " msgstr "Leverancier" @@ -1379,6 +1578,9 @@ msgstr "Leverancier" #: include/ext/stock/class_ext_stock.php:332 #: include/class_acc_ledger_purchase.php:1215 #: include/class_acc_ledger_sold.php:1327 include/compta_fin.inc.php:141 +#: include/class_acc_ledger_purchase.php:1271 +#: include/class_acc_ledger_sold.php:1273 include/class_pre_op_ach.php:390 +#: include/class_pre_op_ven.php:384 include/compta_fin.inc.php:142 msgid "Ajout article" msgstr "Artikel toevoegen" @@ -1388,6 +1590,7 @@ msgstr "Artikel toevoegen" #: include/class_acc_ledger_sold.php:1111 #: include/class_acc_ledger_purchase.php:1216 #: include/class_acc_ledger_sold.php:1276 include/class_acc_ledger.php:3286 +#: include/class_acc_ledger.php:3477 msgid "Payé par" msgstr "Betaald door" @@ -1404,6 +1607,9 @@ msgstr "Betaald door" #: include/class_acc_ledger_purchase.php:1273 #: include/class_acc_ledger_sold.php:668 #: include/template/form_ledger_detail.php:10 +#: include/class_acc_ledger_purchase.php:1353 +#: include/class_acc_ledger_sold.php:650 +#: include/template/form_ledger_detail.php:24 msgid "Echeance" msgstr "Termijn" @@ -1414,7 +1620,9 @@ msgstr "Termijn" #: include/class_acc_ledger_purchase.php:1263 #: include/class_acc_ledger_sold.php:645 include/class_acc_ledger.php:1376 #: include/class_acc_ledger_purchase.php:1274 -#: include/class_acc_ledger_sold.php:669 +#: include/class_acc_ledger_sold.php:669 include/class_acc_ledger.php:1426 +#: include/class_acc_ledger_purchase.php:1358 +#: include/class_acc_ledger_sold.php:653 msgid "Période Comptable" msgstr "Boekhoudingsperiode" @@ -1431,6 +1639,9 @@ msgstr "Boekhoudingsperiode" #: include/class_acc_ledger_purchase.php:1276 #: include/class_acc_ledger_sold.php:671 #: include/template/form_ledger_detail.php:12 +#: include/class_acc_ledger_purchase.php:1361 +#: include/class_acc_ledger_sold.php:656 +#: include/template/form_ledger_detail.php:11 msgid "Journal" msgstr "Journaal" @@ -1438,6 +1649,8 @@ msgstr "Journaal" #: include/class_acc_ledger_purchase.php:1025 #: include/class_acc_ledger_purchase.php:1275 #: include/class_acc_ledger_purchase.php:1286 +#: include/class_acc_ledger_purchase.php:972 +#: include/class_acc_ledger_purchase.php:1372 msgid "Détail articles achetés" msgstr "Detail gekochte artikelen" @@ -1455,6 +1668,10 @@ msgstr "Detail gekochte artikelen" #: include/class_acc_ledger_purchase.php:1290 #: include/class_acc_ledger_sold.php:685 #: include/template/form_ledger_detail.php:24 +#: include/class_acc_ledger_purchase.php:1377 +#: include/class_acc_ledger_sold.php:671 +#: include/template/form_ledger_detail.php:67 +#: include/template/predf_ledger_detail.php:17 msgid "Dénomination" msgstr "beschrijving" @@ -1466,6 +1683,8 @@ msgstr "beschrijving" #: include/class_acc_ledger_sold.php:662 #: include/class_acc_ledger_purchase.php:1291 #: include/class_acc_ledger_sold.php:686 +#: include/class_acc_ledger_purchase.php:1378 +#: include/class_acc_ledger_sold.php:672 msgid "prix" msgstr "Prijs" @@ -1488,6 +1707,14 @@ msgstr "Prijs" #: include/class_acc_ledger_purchase.php:1303 #: include/class_acc_ledger_sold.php:687 #: include/template/form_ledger_detail.php:26 +#: 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/template/form_ledger_detail.php:70 +#: include/template/form_ledger_detail.php:77 +#: include/template/predf_ledger_detail.php:20 +#: include/template/predf_ledger_detail.php:27 msgid "quantité" msgstr "hoeveelheid" @@ -1501,6 +1728,9 @@ msgstr "hoeveelheid" #: include/class_acc_ledger_sold.php:669 #: include/class_acc_ledger_purchase.php:1297 #: include/class_acc_ledger_sold.php:693 +#: include/class_acc_ledger_purchase.php:1384 +#: include/class_acc_ledger_sold.php:678 +#: include/template/detail-action.php:309 msgid "Montant TVA" msgstr "BTW Bedrag" @@ -1512,6 +1742,8 @@ msgstr "BTW Bedrag" #: include/class_acc_ledger_sold.php:670 #: include/class_acc_ledger_purchase.php:1298 #: include/class_acc_ledger_sold.php:694 +#: include/class_acc_ledger_purchase.php:1385 +#: include/class_acc_ledger_sold.php:679 msgid "Montant HTVA" msgstr "Bedrag zonder BTW" @@ -1533,6 +1765,20 @@ msgstr "Bedrag zonder BTW" #: include/template/ledger_detail_ven.php:120 #: include/template/ledger_detail_ven.php:203 #: include/template/ledger_detail_ven.php:205 +#: include/template/form_ledger_detail.php:128 +#: include/template/ledger_detail_ach.php:138 +#: include/template/ledger_detail_ach.php:236 +#: include/template/ledger_detail_ach.php:238 +#: include/template/ledger_detail_ven.php:136 +#: include/template/ledger_detail_ven.php:229 +#: include/template/ledger_detail_ven.php:231 +#: include/template/operation_detail_ach.php:56 +#: include/template/operation_detail_ach.php:116 +#: include/template/operation_detail_ach.php:118 +#: include/template/operation_detail_ven.php:48 +#: include/template/operation_detail_ven.php:99 +#: include/template/operation_detail_ven.php:101 +#: include/template/predf_ledger_detail.php:78 msgid "Total" msgstr "Totale" @@ -1551,6 +1797,13 @@ msgstr "Totale" #: include/template/ledger_detail_ach.php:130 #: include/template/ledger_detail_fin.php:114 #: include/template/ledger_detail_ven.php:127 +#: include/class_acc_ledger_fin.php:551 include/class_acc_ledger.php:1444 +#: include/class_acc_ledger_purchase.php:1399 +#: include/class_acc_ledger_sold.php:690 +#: 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 msgid "Compt. Analytique" msgstr "Analytischerekening" @@ -1562,6 +1815,7 @@ msgstr "Analytischerekening" #: include/class_acc_ledger_sold.php:775 #: include/template/ledger_detail_bottom.php:65 #: include/template/ledger_detail_bottom.php:69 +#: include/template/ledger_detail_bottom.php:117 msgid "verifie CA" msgstr "Controlleren Analytischrekening" @@ -1582,6 +1836,10 @@ msgstr "Controlleren Analytischrekening" #: include/class_acc_ledger_purchase.php:1437 #: include/template/form_ledger_detail.php:27 #: include/template/form_ledger_detail.php:77 +#: include/template/form_ledger_detail.php:71 +#: include/template/form_ledger_detail.php:124 +#: include/template/predf_ledger_detail.php:21 +#: include/template/predf_ledger_detail.php:74 msgid "Total HTVA" msgstr "Totale zonder BTW" @@ -1602,6 +1860,10 @@ msgstr "BTW aan" #: include/template/form_ledger_detail.php:75 #: include/class_acc_ledger_purchase.php:1448 #: include/template/form_ledger_detail.php:78 +#: include/class_acc_ledger_purchase.php:1539 +#: include/class_acc_ledger_sold.php:810 +#: include/template/form_ledger_detail.php:125 +#: include/template/predf_ledger_detail.php:75 msgid "Total TVA" msgstr "BTW Totale" @@ -1614,6 +1876,10 @@ msgstr "BTW Totale" #: include/class_acc_ledger_purchase.php:1426 #: include/template/form_ledger_detail.php:76 #: include/template/form_ledger_detail.php:79 +#: include/class_acc_ledger_purchase.php:1540 +#: include/class_acc_ledger_sold.php:811 +#: include/template/form_ledger_detail.php:126 +#: include/template/predf_ledger_detail.php:76 msgid "Total TVAC" msgstr "Totale met BTW" @@ -1623,6 +1889,7 @@ msgstr "Totale met BTW" #: include/class_acc_ledger_purchase.php:1505 #: include/template/detail-action.php:231 #: include/class_acc_ledger_purchase.php:1535 +#: include/template/detail-action.php:382 msgid "Document à générer" msgstr "Document te maken " @@ -1634,6 +1901,8 @@ msgstr "Document te maken " #: include/class_acc_ledger_sold.php:883 #: include/class_acc_ledger_purchase.php:1539 #: include/class_acc_ledger_sold.php:931 +#: include/class_acc_ledger_purchase.php:1632 +#: include/class_acc_ledger_sold.php:898 msgid "Ajoutez une pièce justificative " msgstr "Voeg een bewijs toe" @@ -1641,6 +1910,7 @@ msgstr "Voeg een bewijs toe" #: include/class_acc_ledger_purchase.php:1231 #: include/class_acc_ledger_purchase.php:1516 #: include/class_acc_ledger_purchase.php:1546 +#: include/class_acc_ledger_purchase.php:1638 msgid "ou générer un document" msgstr "of maak een document" @@ -1652,6 +1922,8 @@ msgstr "of maak een document" #: include/class_acc_ledger_sold.php:901 #: include/class_acc_ledger_purchase.php:1557 #: include/class_acc_ledger_sold.php:949 +#: include/class_acc_ledger_purchase.php:1649 +#: include/class_acc_ledger_sold.php:915 msgid "Numero de bon de commande : " msgstr "Nummer van de bestelbon" @@ -1663,6 +1935,8 @@ msgstr "Nummer van de bestelbon" #: include/class_acc_ledger_sold.php:902 #: include/class_acc_ledger_purchase.php:1558 #: include/class_acc_ledger_sold.php:950 +#: include/class_acc_ledger_purchase.php:1650 +#: include/class_acc_ledger_sold.php:916 msgid "Autre information : " msgstr "Andere informatie" @@ -1674,6 +1948,8 @@ msgstr "Andere informatie" #: include/class_acc_ledger_sold.php:932 #: include/class_acc_ledger_purchase.php:1587 #: include/class_acc_ledger_sold.php:980 +#: include/class_acc_ledger_purchase.php:1678 +#: include/class_acc_ledger_sold.php:943 msgid "Echeance dépassée" msgstr "termijn is overschreden" @@ -1685,6 +1961,8 @@ msgstr "termijn is overschreden" #: include/class_acc_ledger_sold.php:934 #: include/class_acc_ledger_purchase.php:1589 #: include/class_acc_ledger_sold.php:982 +#: include/class_acc_ledger_purchase.php:1680 +#: include/class_acc_ledger_sold.php:945 msgid "Non Payée" msgstr "Niet betaald" @@ -1699,31 +1977,33 @@ msgstr "Niet betaald" #: include/compta_ven.inc.php:434 include/class_acc_ledger_purchase.php:1598 #: include/class_acc_ledger_sold.php:991 include/compta_ven.inc.php:329 #: include/compta_ven.inc.php:415 include/history_operation.inc.php:140 +#: include/class_acc_ledger_purchase.php:1689 +#: include/class_acc_ledger_sold.php:954 msgid "Mise à jour paiement" msgstr "Opslaan" #: include/class_acc_ledger_sold.php:64 include/class_acc_ledger_sold.php:68 -#: include/class_acc_ledger_sold.php:74 +#: include/class_acc_ledger_sold.php:74 include/class_acc_ledger_sold.php:75 msgid "Vous n'avez pas donné de client" msgstr "U heeft geen klant gegeven" #: include/class_acc_ledger_sold.php:97 include/class_acc_ledger_sold.php:101 -#: include/class_acc_ledger_sold.php:112 +#: include/class_acc_ledger_sold.php:112 include/class_acc_ledger_sold.php:108 msgid "Vous utilisez le mode strict la dernière operation est date du " msgstr "U gebruikt de strikt mode, de datum van de laatste operatie is" #: include/class_acc_ledger_sold.php:122 include/class_acc_ledger_sold.php:126 -#: include/class_acc_ledger_sold.php:141 +#: include/class_acc_ledger_sold.php:141 include/class_acc_ledger_sold.php:132 msgid "] n'existe pas" msgstr "] bestaat niet" #: include/class_acc_ledger_sold.php:140 include/class_acc_ledger_sold.php:144 -#: include/class_acc_ledger_sold.php:160 +#: include/class_acc_ledger_sold.php:160 include/class_acc_ledger_sold.php:151 msgid "a un montant invalide [" msgstr "heet een ongeldig bedrag" #: include/class_acc_ledger_sold.php:142 include/class_acc_ledger_sold.php:146 -#: include/class_acc_ledger_sold.php:162 +#: include/class_acc_ledger_sold.php:162 include/class_acc_ledger_sold.php:153 msgid "a une quantité invalide [" msgstr "heeft een ongeldige hoeveelheid" @@ -1731,7 +2011,7 @@ msgstr "heeft een ongeldige hoeveelheid" #: include/class_acc_ledger_sold.php:538 include/class_acc_ledger_sold.php:850 #: include/class_acc_ledger_sold.php:640 include/class_acc_ledger_sold.php:989 #: include/class_acc_ledger_sold.php:661 -#: include/class_acc_ledger_sold.php:1041 +#: include/class_acc_ledger_sold.php:1041 include/class_pre_op_ven.php:176 msgid "En-tête facture client" msgstr "Hoofding" @@ -1746,6 +2026,8 @@ msgstr "Hoofding" #: include/ext/stock/class_ext_stock.php:230 #: include/class_acc_ledger_sold.php:681 #: include/class_acc_ledger_sold.php:1184 +#: include/class_acc_ledger_sold.php:666 +#: include/class_acc_ledger_sold.php:1138 include/class_pre_op_ven.php:241 msgid "Détail articles vendus" msgstr "Detail verkocht artikelen" @@ -1753,6 +2035,8 @@ msgstr "Detail verkocht artikelen" #: include/template/extension-detail.php:16 #: include/class_acc_ledger_sold.php:558 include/class_acc_ledger_sold.php:660 #: include/class_acc_ledger_sold.php:684 +#: include/class_acc_ledger_purchase.php:1376 +#: include/class_acc_ledger_sold.php:670 msgid "Code" msgstr "Code" @@ -1762,6 +2046,10 @@ msgstr "Code" #: include/template/form_ledger_detail.php:26 #: include/class_acc_ledger_sold.php:692 #: include/template/form_ledger_detail.php:29 +#: include/class_acc_ledger_purchase.php:1383 +#: include/class_acc_ledger_sold.php:677 +#: include/template/form_ledger_detail.php:72 +#: include/template/predf_ledger_detail.php:22 msgid "tva" msgstr "btw" @@ -1772,12 +2060,14 @@ msgstr "Opgelet verschil" #: include/class_acc_ledger_sold.php:751 include/class_acc_ledger_sold.php:755 #: include/class_acc_ledger_sold.php:890 include/class_acc_ledger_sold.php:938 +#: include/class_acc_ledger_sold.php:904 msgid "ou générer une facture" msgstr "of een factuurmaken " #: include/class_acc_ledger_sold.php:853 include/class_acc_ledger_sold.php:857 #: include/class_acc_ledger_sold.php:996 #: include/class_acc_ledger_sold.php:1048 +#: include/class_acc_ledger_sold.php:1012 msgid "Echéance" msgstr "Termijn" @@ -1787,7 +2077,8 @@ msgstr "Termijn" #: include/ext/stock/class_ext_stock.php:669 #: include/ext/stock/class_ext_stock.php:649 include/class_acc_payment.php:386 #: include/ext/stock/class_ext_stock.php:655 include/menu_translate.php:2 -#: include/menu_translate.php:74 +#: include/menu_translate.php:74 include/database.item.php:2 +#: include/database.item.php:66 include/database.item.php:196 msgid "Achat" msgstr "Aankoop" @@ -1798,11 +2089,12 @@ msgstr "Aankoop" #: include/ext/stock/class_ext_stock.php:669 #: include/ext/stock/class_ext_stock.php:649 include/class_acc_payment.php:387 #: include/ext/stock/class_ext_stock.php:655 include/menu_translate.php:25 +#: include/database.item.php:9 include/database.item.php:199 msgid "Vente" msgstr "Verkoop" #: include/class_action.php:387 include/class_action.php:394 -#: include/class_follow_up.php:400 +#: include/class_follow_up.php:400 include/class_follow_up.php:407 msgid "Génére le document" msgstr "Document maken" @@ -1815,37 +2107,49 @@ msgstr "Document maken" #: include/class_document_modele.php:67 include/class_fiche.php:1514 #: include/dossier.inc.php:288 include/template/forecast_cat.php:12 #: include/class_fiche.php:1597 include/dossier.inc.php:292 +#: include/ajax_get_profile.php:40 include/class_anc_account.php:266 +#: include/class_anc_plan.php:123 include/class_document_modele.php:66 +#: include/class_fiche.php:1569 include/database.item.php:140 +#: include/dossier.inc.php:307 include/stock_cfg.inc.php:58 +#: include/template/document_mod_change.php:34 +#: include/template/forecast_cat.php:15 msgid "Nom" msgstr "Naam" #: include/class_anc_account.php:271 include/class_anc_account.php:283 +#: include/class_anc_account.php:282 msgid "Plan Analytique" msgstr "Analytische plan" #: include/class_anc_account.php:276 include/class_anc_account.php:288 #: include/menu_translate.php:8 include/menu_translate.php:67 +#: include/class_anc_account.php:287 include/database.item.php:7 +#: include/database.item.php:50 msgid "Groupe" msgstr "Groep" #: include/class_anc_balance_double.php:288 #: include/class_anc_balance_double.php:307 #: include/class_anc_balance_double.php:339 +#: include/class_anc_balance_double.php:338 msgid "" "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "Selectionneer de plan dat u interesseert voor te klikken op zoeken" #: include/class_anc_group_operation.php:71 #: include/class_anc_group_operation.php:74 +#: include/class_anc_group_operation.php:73 msgid "Operation non equilibrée" msgstr "Niet evenwichtige Operatie " #: include/class_anc_listing.php:70 include/class_anc_listing.php:77 #: include/class_anc_grandlivre.php:137 include/class_anc_grandlivre.php:250 +#: include/class_anc_grandlivre.php:136 msgid "aucune donnée" msgstr "Geen gegevens" #: include/class_anc_listing.php:77 include/class_anc_listing.php:86 -#: include/class_anc_listing.php:90 +#: include/class_anc_listing.php:90 include/export_fiche_balance_csv.php:146 msgid "D/C" msgstr "D/C" @@ -1855,7 +2159,7 @@ msgid "Aucun plan défini" msgstr "Geen plan" #: include/class_anc_print.php:114 include/class_anc_print.php:118 -#: include/class_anc_print.php:121 +#: include/class_anc_print.php:121 include/class_anc_print.php:120 msgid "Les dates sont en format DD.MM.YYYY" msgstr "de datum is in formaat DD.MM.YYYY " @@ -1865,70 +2169,78 @@ msgid "Selectionnez le plan qui vous intéresse avant de cliquer sur Recherche" msgstr "Selectionneer de plan dat u interesseert voor te klikken op zoeken" #: include/class_anticipation.php:155 include/class_anticipation.php:195 -#: include/class_anticipation.php:203 +#: include/class_anticipation.php:203 include/class_anticipation.php:202 msgid "Modification" msgstr "Verandering" #: include/class_anticipation.php:192 include/class_anticipation.php:285 -#: include/class_anticipation.php:293 +#: include/class_anticipation.php:293 include/class_anticipation.php:292 msgid "Ventes" msgstr "Verkoop" #: include/class_anticipation.php:192 include/user_menu.php:190 #: include/class_anticipation.php:285 include/user_menu.php:200 -#: include/class_anticipation.php:293 +#: include/class_anticipation.php:293 include/class_anticipation.php:292 msgid "Dépense" msgstr "Uitgaven" #: include/class_anticipation.php:192 include/user_menu.php:231 #: include/template/form_ledger_fin.php:6 include/class_anticipation.php:285 #: include/user_menu.php:241 include/class_anticipation.php:293 -#: include/template/form_ledger_fin.php:9 +#: include/template/form_ledger_fin.php:9 include/class_anticipation.php:292 +#: include/database.item.php:69 include/template/form_ledger_fin.php:25 msgid "Banque" msgstr "Bank" #: include/class_anticipation.php:234 include/class_anticipation.php:334 -#: include/class_anticipation.php:342 +#: include/class_anticipation.php:342 include/class_anticipation.php:341 msgid "Elements" msgstr "Elementen" #: include/class_calendar.php:87 include/class_calendar.php:89 #: include/class_calendar.php:98 include/class_calendar.php:99 +#: include/class_calendar.php:168 include/class_calendar.php:256 msgid "Dimanche" msgstr "Zondag" #: include/class_calendar.php:87 include/class_calendar.php:89 #: include/class_calendar.php:98 include/class_calendar.php:99 +#: include/class_calendar.php:168 include/class_calendar.php:256 msgid "Lundi" msgstr "Maandag" #: include/class_calendar.php:87 include/class_calendar.php:89 #: include/class_calendar.php:98 include/class_calendar.php:99 +#: include/class_calendar.php:168 include/class_calendar.php:256 msgid "Mardi" msgstr "Dinsdag" #: include/class_calendar.php:87 include/class_calendar.php:89 #: include/class_calendar.php:98 include/class_calendar.php:99 +#: include/class_calendar.php:168 include/class_calendar.php:256 msgid "Mercredi" msgstr "Woensdag" #: include/class_calendar.php:87 include/class_calendar.php:89 #: include/class_calendar.php:98 include/class_calendar.php:99 +#: include/class_calendar.php:168 include/class_calendar.php:256 msgid "Jeudi" msgstr "Donderdag" #: include/class_calendar.php:87 include/class_calendar.php:89 #: include/class_calendar.php:98 include/class_calendar.php:99 +#: include/class_calendar.php:168 include/class_calendar.php:256 msgid "Vendredi" msgstr "Vrijdag" #: include/class_calendar.php:87 include/class_calendar.php:89 #: include/class_calendar.php:98 include/class_calendar.php:99 +#: include/class_calendar.php:168 include/class_calendar.php:256 msgid "Samedi" msgstr "Zaterdag" #: include/class_document.php:258 include/class_document.php:255 -#: include/class_document.php:272 +#: include/class_document.php:272 include/class_document.php:297 msgid "Ne peut pas sauver " msgstr "Het kan niet opslaan" @@ -1938,65 +2250,69 @@ msgid "Vous devez choisir une categorie" msgstr "U moet een categorie kiezen" #: include/class_fiche_def.php:407 include/class_fiche_def.php:423 -#: include/class_fiche_def.php:429 +#: include/class_fiche_def.php:429 include/class_fiche_def.php:453 msgid "Label" msgstr "Label" #: include/class_fiche_def.php:416 include/class_fiche_def.php:432 -#: include/class_fiche_def.php:438 +#: include/class_fiche_def.php:438 include/class_fiche_def.php:466 msgid "Poste Comptable de base" msgstr "Basis rekening" #: include/class_fiche_def.php:422 include/class_fiche_def.php:438 -#: include/class_fiche_def.php:444 +#: include/class_fiche_def.php:444 include/class_fiche_def.php:475 msgid "Chaque fiche aura automatiquement son propre poste comptable : " msgstr "Ieder blad zal automatisch zijn eigen rekening hebben" #: include/class_fiche.php:315 include/class_fiche.php:398 -#: include/class_fiche.php:400 +#: include/class_fiche.php:400 include/class_fiche.php:406 msgid "Cette categorie de card n'existe pas" msgstr "Deze categorie bestaat niet" #: include/class_fiche.php:356 include/class_fiche.php:440 -#: include/class_fiche.php:444 +#: include/class_fiche.php:444 include/class_fiche.php:451 msgid "Rappel: Poste créé automatiquement à partir de " msgstr "Herinnering : rekening automatisch aangemaakt vanaf" #: include/class_fiche.php:363 include/class_fiche.php:447 -#: include/class_fiche.php:452 +#: include/class_fiche.php:452 include/class_fiche.php:459 msgid "Rappel: Poste par défaut sera " msgstr "Herinnering : Rekining zal" #: include/class_forecast.php:62 include/class_forecast.php:71 +#: include/cat_document.inc.php:42 include/class_forecast.php:70 msgid "Le nom ne peut pas être vide" msgstr "De naam mag niet leeg zijn " #: include/class_iperiod.php:106 include/class_iperiod.php:124 +#: include/class_iperiod.php:123 msgid "Aucune periode trouvée" msgstr "Geen enkele periode gevonden" #: include/class_ipopup.php:100 include/class_ipopup.php:124 +#: include/class_html_input.php:686 include/class_ipopup.php:123 +#: include/template/action_search.php:142 #, php-format msgid "Fermer" msgstr "Close" #: include/class_user.php:45 include/class_user.php:49 -#: include/class_user.php:52 +#: include/class_user.php:52 include/class_user.php:51 msgid "Session expirée
        Utilisateur déconnecté" msgstr "Sessie vervallen
        " #: include/class_user.php:156 include/class_user.php:169 -#: include/class_user.php:176 +#: include/class_user.php:176 include/class_user.php:175 msgid "Utilisateur ou mot de passe incorrect" msgstr "Verkeerd login of wachword" #: include/class_user.php:339 include/class_user.php:382 -#: include/class_user.php:406 +#: include/class_user.php:406 include/class_user.php:405 msgid "Aucune période trouvéee !!!" msgstr "Geen enkele periode gevonden" #: include/class_user.php:668 include/class_user.php:741 -#: include/class_user.php:863 +#: include/class_user.php:863 include/class_user.php:897 msgid "Dossier non accessible" msgstr "Dossier niet bereikbaar" @@ -2018,7 +2334,7 @@ msgid "Nouvelle dépense" msgstr "Nieuwe uitgave" #: include/compta_ach.inc.php:56 include/compta_ach.inc.php:39 -#: include/menu_translate.php:2 +#: include/menu_translate.php:2 include/database.item.php:2 msgid "Nouvel achat ou dépense" msgstr "Nieuwe aankopen of uitgave" @@ -2046,7 +2362,8 @@ msgstr "Leveranciers" #: include/compta_ach.inc.php:124 include/compta_ven.inc.php:127 #: include/compta_ach.inc.php:117 include/compta_ven.inc.php:122 #: include/compta_ach.inc.php:81 include/compta_fin.inc.php:113 -#: include/compta_ven.inc.php:92 +#: include/compta_ven.inc.php:92 include/compta_ach.inc.php:77 +#: include/compta_fin.inc.php:114 include/compta_ven.inc.php:86 msgid "Enregistrement" msgstr "Opgeslagen" @@ -2054,7 +2371,8 @@ msgstr "Opgeslagen" #: include/compta_ven.inc.php:128 include/compta_ach.inc.php:118 #: include/compta_fin.inc.php:112 include/compta_ven.inc.php:123 #: include/compta_ach.inc.php:82 include/compta_fin.inc.php:83 -#: include/compta_ven.inc.php:93 +#: include/compta_ven.inc.php:93 include/compta_ach.inc.php:78 +#: include/compta_fin.inc.php:84 include/compta_ven.inc.php:87 msgid "Corriger" msgstr "Verbetering" @@ -2063,7 +2381,8 @@ msgstr "Verbetering" #: include/compta_ach.inc.php:166 include/compta_ven.inc.php:178 #: include/quick_writing.inc.php:300 include/compta_ach.inc.php:133 #: include/compta_ods.inc.php:94 include/compta_ven.inc.php:149 -#: include/opening.inc.php:80 +#: include/opening.inc.php:80 include/class_acc_ledger_purchase.php:1344 +#: include/class_acc_ledger_sold.php:640 include/opening.inc.php:79 msgid "Attention numéro pièce existante, elle a du être adaptée" msgstr "Opgelet bestaand bewijs nummer, moest aangepast worden" @@ -2078,19 +2397,23 @@ msgstr "Opgelet bestaand bewijs nummer, moest aangepast worden" #: include/compta_ven.inc.php:256 include/template/detail-action.php:213 #: include/template/form_ledger_detail.php:57 #: include/ext/stock/class_ext_stock.php:324 include/compta_ven.inc.php:245 -#: include/template/form_ledger_detail.php:60 +#: include/template/form_ledger_detail.php:60 include/compta_ach.inc.php:221 +#: include/compta_ven.inc.php:237 include/template/detail-action.php:359 +#: include/template/form_ledger_detail.php:107 +#: include/template/predf_ledger_detail.php:57 msgid "Actualiser" msgstr "refresh" #: include/compta_ach.inc.php:231 include/compta_ven.inc.php:241 #: include/compta_ach.inc.php:239 include/compta_ven.inc.php:258 -#: include/compta_ven.inc.php:247 +#: include/compta_ven.inc.php:247 include/compta_ach.inc.php:223 +#: include/compta_ven.inc.php:239 msgid "Effacer " msgstr "Wissen" #: include/compta_fin.inc.php:55 include/compta_fin.inc.php:140 #: include/compta_fin.inc.php:36 include/compta_fin.inc.php:142 -#: include/menu_translate.php:79 +#: include/menu_translate.php:79 include/database.item.php:55 msgid "Nouvel extrait" msgstr "Nieuwe extrait" @@ -2099,6 +2422,7 @@ msgid "Encodage d'un nouvel extrait" msgstr "Het coderen van een nieuwe extrait" #: include/compta_fin.inc.php:56 include/compta_fin.inc.php:37 +#: include/fiche.inc.php:63 msgid "Liste" msgstr "Lijst" @@ -2109,6 +2433,7 @@ msgstr "lijst bankoperatie" #: include/compta_fin.inc.php:57 include/class_fiche.php:1253 #: include/class_fiche.php:1255 include/class_fiche.php:1518 #: include/compta_fin.inc.php:38 include/class_fiche.php:1601 +#: include/class_fiche.php:1573 msgid "Solde" msgstr "solde" @@ -2117,7 +2442,7 @@ msgid "Solde des comptes" msgstr "Rekeningensolde" #: include/compta_fin.inc.php:117 include/compta_fin.inc.php:111 -#: include/compta_fin.inc.php:82 +#: include/compta_fin.inc.php:82 include/compta_fin.inc.php:83 msgid "Confirmer" msgstr "Bevestigen" @@ -2166,22 +2491,27 @@ msgid "Effacer cette fiche" msgstr "Dit blad wissen" #: include/dossier.inc.php:47 include/dossier.inc.php:50 +#: include/dossier.inc.php:49 msgid "Le nom du dossier est vide" msgstr "De naam van de dossier is leeg" #: include/dossier.inc.php:53 include/dossier.inc.php:57 +#: include/dossier.inc.php:56 msgid "Désolé vous devez migrer ce modèle en unicode" msgstr "Deze model moet in unicode zijn" #: include/dossier.inc.php:55 include/dossier.inc.php:59 +#: include/dossier.inc.php:58 msgid "le modele " msgstr "het model" #: include/dossier.inc.php:55 include/dossier.inc.php:59 +#: include/dossier.inc.php:58 msgid " doit être migré en unicode." msgstr "moet in unicode zijn" #: include/dossier.inc.php:56 include/dossier.inc.php:60 +#: include/dossier.inc.php:59 msgid "" "Pour le passer en unicode, faites-en un backup puis restaurez le fichier reçu" msgstr "" @@ -2196,16 +2526,19 @@ msgstr "" " U hebt waarschijnlijk twee keer dezelfde naam gebruikt " #: include/dossier.inc.php:87 include/dossier.inc.php:95 +#: include/dossier.inc.php:94 msgid " est une année invalide" msgstr "is een ongeldig jaar" #: include/dossier.inc.php:104 include/dossier.inc.php:112 +#: include/dossier.inc.php:111 msgid " Base de donnée " msgstr "Database" #: include/dossier.inc.php:105 include/dossier.inc.php:310 #: include/dossier.inc.php:113 include/dossier.inc.php:347 -#: include/dossier.inc.php:351 +#: include/dossier.inc.php:351 include/dossier.inc.php:112 +#: include/dossier.inc.php:366 msgid "est accèdée, déconnectez-vous d'abord" msgstr "is in gebruik, logout eerst" @@ -2220,63 +2553,65 @@ msgid "Ajouter" msgstr "Toevoegen" #: include/dossier.inc.php:185 include/dossier.inc.php:203 -#: include/dossier.inc.php:207 +#: include/dossier.inc.php:207 include/class_document_type.php:75 +#: include/dossier.inc.php:222 include/stock_cfg.inc.php:103 msgid "Modifier" msgstr "Veranderen" #: include/dossier.inc.php:188 include/dossier.inc.php:206 -#: include/dossier.inc.php:210 +#: include/dossier.inc.php:210 include/dossier.inc.php:225 msgid "Backup" msgstr "Backup" #: include/dossier.inc.php:215 include/dossier.inc.php:235 -#: include/dossier.inc.php:239 +#: include/dossier.inc.php:239 include/dossier.inc.php:254 msgid "pas de modèle disponible" msgstr "Geen model beschikbaar" #: include/dossier.inc.php:233 include/dossier.inc.php:256 -#: include/dossier.inc.php:260 +#: include/dossier.inc.php:260 include/dossier.inc.php:275 msgid "Nom du dossier" msgstr "Naam van dossier" #: include/dossier.inc.php:237 include/dossier.inc.php:262 -#: include/dossier.inc.php:266 +#: include/dossier.inc.php:266 include/dossier.inc.php:281 msgid "Modèle" msgstr "Model" #: include/dossier.inc.php:240 include/dossier.inc.php:267 -#: include/dossier.inc.php:271 +#: include/dossier.inc.php:271 include/dossier.inc.php:286 msgid "Creation Dossier" msgstr "Dossier maken" #: include/dossier.inc.php:267 include/payment_middle.inc.php:128 #: include/dossier.inc.php:296 include/payment_middle.inc.php:133 #: include/dossier.inc.php:300 include/template/list_mod_payment.php:79 +#: include/dossier.inc.php:315 msgid "Modifie" msgstr "Veranderen" #: include/dossier.inc.php:280 include/dossier.inc.php:310 -#: include/dossier.inc.php:314 +#: include/dossier.inc.php:314 include/dossier.inc.php:329 msgid "Etes vous sûr et certain de vouloir effacer " msgstr "Bent u zeker dat u wilt wissen " #: include/dossier.inc.php:283 include/dossier.inc.php:313 -#: include/dossier.inc.php:317 +#: include/dossier.inc.php:317 include/dossier.inc.php:332 msgid "Cochez la case si vous êtes sûr de vouloir effacer ce dossier" msgstr "Kruis aan indien u zeker bent dat u dit dossier wilt wissen" #: include/dossier.inc.php:293 include/dossier.inc.php:326 -#: include/dossier.inc.php:330 +#: include/dossier.inc.php:330 include/dossier.inc.php:345 msgid "Désolé, vous n'avez pas coché la case" msgstr "Sorry u hebt het vak niet aangekruisd" #: include/dossier.inc.php:300 include/dossier.inc.php:336 -#: include/dossier.inc.php:340 +#: include/dossier.inc.php:340 include/dossier.inc.php:355 msgid "inexistant" msgstr "onbestaand" #: include/dossier.inc.php:309 include/dossier.inc.php:346 -#: include/dossier.inc.php:350 +#: include/dossier.inc.php:350 include/dossier.inc.php:365 msgid "Base de donnée " msgstr "Database" @@ -2324,23 +2659,26 @@ msgstr "" #: include/template/ledger_detail_bottom.php:62 html/ajax_misc.php:449 #: include/forecast.inc.php:289 include/forecast.inc.php:309 #: include/forecast.inc.php:339 include/forecast.inc.php:382 -#: include/template/ledger_detail_bottom.php:66 +#: include/template/ledger_detail_bottom.php:66 html/ajax_misc.php:461 +#: include/class_fiche_def.php:773 include/template/document_mod_change.php:86 +#: include/template/ledger_detail_bottom.php:114 msgid "Sauver" msgstr "Opslaan" #: include/fiche.inc.php:111 include/fiche.inc.php:108 -#: include/fiche.inc.php:116 +#: include/fiche.inc.php:116 include/class_fiche_def.php:783 msgid "Ajoutez cet élément" msgstr "Voeg dit element toe" #: include/fiche.inc.php:112 include/quick_writing.inc.php:114 #: include/fiche.inc.php:109 include/quick_writing.inc.php:97 #: include/fiche.inc.php:117 include/operation_ods_new.inc.php:93 +#: include/class_fiche_def.php:784 include/operation_ods_new.inc.php:103 msgid "Sauvez" msgstr "Opslaan" #: include/fiche.inc.php:113 include/fiche.inc.php:110 -#: include/fiche.inc.php:118 +#: include/fiche.inc.php:118 include/class_fiche_def.php:785 msgid "Effacer cette catégorie" msgstr "Deze categorie wissen" @@ -2348,11 +2686,12 @@ msgstr "Deze categorie wissen" #: include/ext/stock/stock_out.php:60 include/fiche.inc.php:110 #: include/fiche.inc.php:301 include/ext/stock/stock_out.php:61 #: include/fiche.inc.php:118 include/fiche.inc.php:310 +#: include/class_fiche_def.php:785 msgid "Vous confirmez ?" msgstr "U bevestigt" #: include/fiche.inc.php:116 include/fiche.inc.php:114 -#: include/fiche.inc.php:122 +#: include/fiche.inc.php:122 include/class_fiche_def.php:789 msgid "Enleve les éléments cochés" msgstr "Verwijdert de aangekruiste elementen" @@ -2366,6 +2705,7 @@ msgstr "" #: include/fiche.inc.php:213 include/template/security_list_action.php:4 #: include/fiche.inc.php:219 include/fiche.inc.php:227 +#: include/template/security_list_action.php:7 msgid "Pas d'accès" msgstr "Geen toegang" @@ -2451,7 +2791,7 @@ msgstr "Grootboeken" #: include/impress.inc.php:35 include/user_menu.php:230 #: include/ext/stock/index.php:41 include/user_menu.php:240 -#: include/menu_translate.php:99 +#: include/menu_translate.php:99 include/database.item.php:63 msgid "Rapport" msgstr "Rapport" @@ -2460,7 +2800,7 @@ msgid "Balance des comptes" msgstr "Rekeningbalansen" #: include/impress.inc.php:37 include/impress.inc.php:38 -#: include/menu_translate.php:100 +#: include/menu_translate.php:100 include/database.item.php:105 msgid "Bilan" msgstr "Bilan" @@ -2471,7 +2811,8 @@ msgstr "" #: include/impress_poste.inc.php:114 include/class_acc_bilan.php:68 #: include/class_acc_bilan.php:71 include/impress_gl_comptes.inc.php:62 #: include/impress_poste.inc.php:92 include/template/impress_cat_card.php:11 -#: include/impress_poste.inc.php:93 +#: include/impress_poste.inc.php:93 include/class_acc_bilan.php:70 +#: include/template/impress_cat_card.php:14 msgid "Depuis" msgstr "Vanaf" @@ -2504,6 +2845,7 @@ msgstr "" #: include/payment_middle.inc.php:47 include/class_document_type.php:65 #: include/class_document_type.php:67 include/payment_middle.inc.php:46 +#: include/class_document_type.php:83 msgid "Vous confirmez" msgstr "U bevestigt" @@ -2528,6 +2870,7 @@ msgstr "Opslaan" #: include/payment_middle.inc.php:122 include/template/new_mod_payment.php:16 #: include/payment_middle.inc.php:126 include/template/new_mod_payment.php:25 +#: include/template/new_mod_payment.php:28 msgid "Type de fiche" msgstr "Soort blad" @@ -2548,14 +2891,17 @@ msgid "Changez vos préférences" msgstr "Verander uw voorkeuren" #: include/pref.inc.php:69 include/pref.inc.php:70 include/pref.inc.php:101 +#: include/ajax_preference.php:69 msgid "Options Générales" msgstr "Algemeen opties" #: include/pref.inc.php:100 include/pref.inc.php:106 include/pref.inc.php:113 +#: include/ajax_preference.php:81 msgid "Thème" msgstr "Thema" #: include/pref.inc.php:134 include/pref.inc.php:143 +#: include/ajax_preference.php:102 msgid "" "Attention cette période est fermée, vous ne pourrez rien modifier dans le " "module comptable" @@ -2564,43 +2910,54 @@ msgstr "" #: include/pref.inc.php:149 include/template/forecast_result.php:21 #: include/pref.inc.php:159 include/template/forecast_result.php:22 #: include/menu_translate.php:28 include/pref.inc.php:146 +#: include/ajax_preference.php:114 include/database.item.php:84 +#: include/template/forecast_result.php:25 msgid "Période" msgstr "" #: include/pref.inc.php:160 include/pref.inc.php:173 include/pref.inc.php:152 +#: include/ajax_preference.php:120 msgid "Taille des pages" msgstr "" #: include/pref.inc.php:169 include/pref.inc.php:171 include/pref.inc.php:183 #: include/pref.inc.php:186 include/pref.inc.php:161 include/pref.inc.php:163 +#: include/ajax_preference.php:129 include/ajax_preference.php:131 msgid "Illimité" msgstr "" #: include/pref.inc.php:184 include/pref.inc.php:200 include/pref.inc.php:180 +#: include/ajax_preference.php:148 msgid "Options pour la page d'accueil" msgstr "" #: include/pref.inc.php:185 include/pref.inc.php:201 include/pref.inc.php:181 +#: include/ajax_preference.php:149 msgid "Mini-Rapport : " msgstr "" #: include/pref.inc.php:188 include/pref.inc.php:204 include/pref.inc.php:184 +#: include/ajax_preference.php:152 msgid "Aucun mini rapport" msgstr "" #: include/pref.inc.php:194 include/pref.inc.php:210 include/pref.inc.php:190 +#: include/ajax_preference.php:158 msgid "Le mini rapport est un rapport qui s'affiche sur votre page d'accueil" msgstr "" #: include/pref.inc.php:199 include/pref.inc.php:215 include/pref.inc.php:195 +#: include/ajax_preference.php:163 msgid "Langue" msgstr "" #: include/pref.inc.php:200 include/pref.inc.php:216 include/pref.inc.php:196 +#: include/ajax_preference.php:164 msgid "Selectionnez votre langue" msgstr "" #: include/pref.inc.php:217 include/pref.inc.php:234 include/pref.inc.php:213 +#: include/ajax_preference.php:182 include/template/action_other_action.php:60 msgid "Valider" msgstr "" @@ -2637,12 +2994,12 @@ msgid "Utilisez une operation" msgstr "" #: include/quick_writing.inc.php:112 include/quick_writing.inc.php:95 -#: include/operation_ods_new.inc.php:91 +#: include/operation_ods_new.inc.php:91 include/operation_ods_new.inc.php:102 msgid "Ajout d'une ligne" msgstr "" #: include/quick_writing.inc.php:118 include/quick_writing.inc.php:101 -#: include/operation_ods_new.inc.php:99 +#: include/operation_ods_new.inc.php:99 include/operation_ods_new.inc.php:93 msgid "Difference" msgstr "" @@ -2672,7 +3029,7 @@ msgid "Autre opération dans ce journal" msgstr "" #: include/report.inc.php:117 include/report.inc.php:110 -#: include/report.inc.php:100 +#: include/report.inc.php:100 include/report.inc.php:97 msgid "Définition" msgstr "" @@ -2680,22 +3037,23 @@ msgstr "" #: include/report.inc.php:162 include/report.inc.php:118 #: include/report.inc.php:133 include/report.inc.php:155 #: include/report.inc.php:108 include/report.inc.php:123 -#: include/report.inc.php:147 +#: include/report.inc.php:147 include/report.inc.php:105 +#: include/report.inc.php:120 include/report.inc.php:144 msgid "Les lignes vides seront effacées" msgstr "" #: include/report.inc.php:136 include/report.inc.php:129 -#: include/report.inc.php:119 +#: include/report.inc.php:119 include/report.inc.php:116 msgid "Importer ce rapport" msgstr "" #: include/report.inc.php:153 include/report.inc.php:146 -#: include/report.inc.php:136 +#: include/report.inc.php:136 include/report.inc.php:133 msgid "Mise a jour" msgstr "" #: include/report.inc.php:154 include/report.inc.php:147 -#: include/report.inc.php:137 +#: include/report.inc.php:137 include/report.inc.php:134 msgid "Effacement" msgstr "" @@ -2714,11 +3072,12 @@ msgid "Retour à la liste des fournisseurs" msgstr "" #: include/user.inc.php:81 include/user.inc.php:60 include/user.inc.php:75 +#: include/user.inc.php:74 msgid "Ajout d'utilisateur" msgstr "" #: include/user_menu.php:188 include/impress.inc.php:32 -#: include/menu_translate.php:101 +#: include/menu_translate.php:101 include/database.item.php:64 msgid "Grand Livre" msgstr "" @@ -2735,7 +3094,8 @@ msgid "Journaux de dépense, d'achat" msgstr "" #: include/user_menu.php:191 include/user_menu.php:201 -#: include/menu_translate.php:72 +#: include/menu_translate.php:72 include/database.item.php:197 +#: include/user_menu.php:152 msgid "Financier" msgstr "" @@ -2756,7 +3116,7 @@ msgid "Ajouter, modifier ou effacer des fiches" msgstr "" #: include/user_menu.php:196 include/user_menu.php:207 -#: include/menu_translate.php:63 +#: include/menu_translate.php:63 include/database.item.php:117 msgid "Avancé" msgstr "" @@ -2804,73 +3164,79 @@ msgstr "" #: include/user_menu.php:256 include/user_menu.php:362 #: include/user_menu.php:266 include/user_menu.php:377 #: include/class_acc_ledger.php:3106 include/user_menu.php:52 +#: include/class_acc_ledger.php:3279 include/user_menu.php:51 msgid "Création" msgstr "" #: include/user_menu.php:307 include/ext/stock/form_user.php:3 #: include/ext/stock/index.php:41 include/ext/stock/index.php:42 #: include/user_menu.php:323 include/user_menu.php:109 +#: include/user_menu.php:110 include/user_menu.php:120 msgid "Utilisateurs" msgstr "Gebruikers" #: include/user_menu.php:307 include/ext/stock/index.php:41 #: include/ext/stock/index.php:42 include/user_menu.php:323 -#: include/user_menu.php:109 +#: include/user_menu.php:109 include/user_menu.php:110 +#: include/user_menu.php:120 msgid "Gestion des utilisateurs" msgstr "Gebruikers beheer" #: include/user_menu.php:308 include/user_menu.php:324 -#: include/user_menu.php:110 +#: include/user_menu.php:110 include/user_menu.php:111 msgid "Dossiers" msgstr "" #: include/user_menu.php:308 include/user_menu.php:324 -#: include/user_menu.php:110 +#: include/user_menu.php:110 include/user_menu.php:111 msgid "Gestion des dossiers" msgstr "" #: include/user_menu.php:309 include/user_menu.php:325 -#: include/user_menu.php:111 +#: include/user_menu.php:111 include/user_menu.php:112 msgid "Modèles" msgstr "" #: include/user_menu.php:309 include/user_menu.php:325 -#: include/user_menu.php:111 +#: include/user_menu.php:111 include/user_menu.php:112 msgid "Gestion des modèles" msgstr "" #: include/user_menu.php:310 include/user_menu.php:326 -#: include/user_menu.php:112 +#: include/user_menu.php:112 include/user_menu.php:113 msgid "Restaure" msgstr "" #: include/user_menu.php:310 include/user_menu.php:326 -#: include/user_menu.php:112 +#: include/user_menu.php:112 include/user_menu.php:113 msgid "Restaure une base de données" msgstr "" #: include/user_menu.php:311 include/user_menu.php:328 #: include/menu_translate.php:105 include/user_menu.php:114 +#: include/database.item.php:73 include/user_menu.php:115 +#: include/user_menu.php:122 msgid "Accueil" msgstr "" #: include/user_menu.php:312 include/ext_inc.php:17 -#: include/menu_translate.php:91 +#: include/menu_translate.php:91 include/database.item.php:76 msgid "Sortie" msgstr "Uitgang" #: include/user_menu.php:336 include/user_menu.php:350 -#: include/menu_translate.php:27 +#: include/menu_translate.php:27 include/database.item.php:83 msgid "Sociétés" msgstr "" #: include/user_menu.php:336 include/user_menu.php:350 -#: include/menu_translate.php:27 +#: include/menu_translate.php:27 include/database.item.php:83 msgid "Parametre societe" msgstr "" #: include/user_menu.php:337 include/user_menu.php:352 -#: include/menu_translate.php:17 +#: include/menu_translate.php:17 include/database.item.php:75 +#: include/database.item.php:175 msgid "Divers" msgstr "" @@ -2879,7 +3245,7 @@ msgid "Devise, moyen de paiement" msgstr "" #: include/user_menu.php:338 include/user_menu.php:353 -#: include/menu_translate.php:90 +#: include/menu_translate.php:90 include/database.item.php:101 msgid "Plan Comptable" msgstr "" @@ -2889,6 +3255,7 @@ msgstr "" #: include/user_menu.php:340 include/template/extension-sec.php:3 #: include/user_menu.php:355 include/menu_translate.php:65 +#: include/database.item.php:89 msgid "Sécurité" msgstr "" @@ -2909,22 +3276,22 @@ msgid "Creation et modification de journaux" msgstr "" #: include/user_menu.php:394 include/user_menu.php:411 -#: include/user_menu.php:139 +#: include/user_menu.php:139 include/user_menu.php:148 msgid " Immobilisé" msgstr "" #: include/user_menu.php:395 include/user_menu.php:412 -#: include/user_menu.php:140 +#: include/user_menu.php:140 include/user_menu.php:149 msgid "Actif a un an au plus" msgstr "" #: include/user_menu.php:396 include/user_menu.php:413 -#: include/user_menu.php:141 +#: include/user_menu.php:141 include/user_menu.php:150 msgid "Stock et commande" msgstr "Voorraad en Bestelling" #: include/user_menu.php:397 include/user_menu.php:414 -#: include/user_menu.php:142 +#: include/user_menu.php:142 include/user_menu.php:151 msgid "Compte tiers" msgstr "" @@ -2934,18 +3301,19 @@ msgid "Actif" msgstr "" #: include/user_menu.php:399 include/user_menu.php:416 -#: include/user_menu.php:144 +#: include/user_menu.php:144 include/user_menu.php:153 msgid "Charges" msgstr "" #: include/user_menu.php:400 include/user_menu.php:417 -#: include/user_menu.php:145 +#: include/user_menu.php:145 include/user_menu.php:154 msgid "Produits" msgstr "" #: include/user_menu.php:401 include/user_menu.php:402 #: include/user_menu.php:418 include/user_menu.php:419 #: include/user_menu.php:146 include/user_menu.php:147 +#: include/user_menu.php:155 include/user_menu.php:156 msgid "Hors Comptabilité" msgstr "" @@ -2962,7 +3330,7 @@ msgid "Transfert CSV" msgstr "" #: include/user_menu.php:443 include/user_menu.php:465 -#: include/menu_translate.php:92 +#: include/menu_translate.php:92 include/database.item.php:116 msgid "Tableau de bord" msgstr "" @@ -2972,6 +3340,7 @@ msgstr "" #: include/user_menu.php:445 include/template/security_list_action.php:51 #: include/user_menu.php:467 include/menu_translate.php:95 +#: include/database.item.php:57 msgid "Paramètre" msgstr "" @@ -2985,40 +3354,48 @@ msgstr "" #: include/user_menu.php:450 include/template/security_list_action.php:98 #: include/user_menu.php:472 include/menu_translate.php:94 +#: include/database.item.php:71 msgid "Gestion" msgstr "" #: include/template/account_result.php:2 include/template/card_result.php:2 +#: include/template/account_result.php:6 include/template/card_result.php:6 msgid "Résultats" msgstr "" #: include/template/account_result.php:21 #: include/template/account_result.php:25 +#: include/template/account_result.php:59 msgid "Nombre d'enregistrements" msgstr "" -#: include/template/account_search.php:1 +#: include/template/account_search.php:1 include/template/account_search.php:5 msgid "Partie du poste comptable ou du libellé" msgstr "" #: include/template/category_of_card.php:3 #: include/template/category_of_card.php:14 +#: include/template/category_of_card.php:17 msgid "Nom de la catégorie de fiche" msgstr "" #: include/template/category_of_card.php:7 #: include/template/fiche_def_input.php:7 #: include/template/category_of_card.php:18 +#: include/template/category_of_card.php:21 +#: include/template/fiche_def_input.php:18 msgid "Classe de base" msgstr "" #: include/template/category_of_card.php:14 #: include/template/category_of_card.php:25 +#: include/template/category_of_card.php:28 msgid "Création automatique du poste comptable" msgstr "" #: include/template/category_of_card.php:18 #: include/template/category_of_card.php:29 +#: include/template/category_of_card.php:32 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 " @@ -3027,6 +3404,7 @@ msgstr "" #: include/template/category_of_card.php:21 #: include/template/category_of_card.php:32 +#: include/template/category_of_card.php:35 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 " @@ -3035,14 +3413,17 @@ msgstr "" #: include/template/category_of_card.php:24 #: include/template/category_of_card.php:35 +#: include/template/category_of_card.php:38 msgid " A moins qu'en créant la fiche, vous forcez un autre poste comptable" msgstr "" #: include/template/dashboard.php:3 include/template/detail-action.php:90 +#: include/template/dashboard.php:9 msgid "Calendrier" msgstr "" #: include/template/dashboard.php:10 include/template/dashboard.php:123 +#: include/template/dashboard.php:291 msgid "Dernières opérations" msgstr "" @@ -3050,90 +3431,111 @@ msgstr "" msgid "Dernières actions" msgstr "" -#: include/template/detail-action.php:3 +#: include/template/detail-action.php:3 include/template/detail-action.php:6 msgid "Informations générales" msgstr "" -#: include/template/detail-action.php:24 +#: include/template/detail-action.php:24 include/template/detail-action.php:45 msgid "Heure" msgstr "" -#: include/template/detail-action.php:33 +#: include/template/detail-action.php:33 include/template/detail-action.php:27 msgid "Reference" msgstr "" -#: include/template/detail-action.php:42 +#: include/template/detail-action.php:42 include/template/action_search.php:94 +#: include/template/detail-action.php:65 msgid "Destinataire" msgstr "ontvanger" -#: include/template/detail-action.php:71 +#: include/template/detail-action.php:71 include/class_acc_ledger.php:669 +#: include/class_acc_ledger.php:867 msgid "Concerne" msgstr "" #: include/template/detail-action.php:80 #: include/template/impress_cat_card.php:7 +#: include/template/detail-action.php:95 +#: include/template/impress_cat_card.php:10 msgid "Type" msgstr "" #: include/template/detail-action.php:99 include/ext/stock/stock_sto.php:42 +#: include/template/action_search.php:103 +#: include/template/detail-action.php:105 msgid "Etat" msgstr "Status" #: include/template/detail-action.php:109 +#: include/template/detail-action.php:115 msgid "Priorité" msgstr "" #: include/template/detail-action.php:119 +#: include/template/detail-action.php:125 msgid "Affecté" msgstr "" #: include/template/detail-action.php:155 #: include/template/form_ledger_fin.php:21 #: include/template/form_ledger_fin.php:26 +#: include/template/detail-action.php:232 +#: include/template/form_ledger_fin.php:43 msgid "Commentaire" msgstr "" #: include/template/detail-action.php:167 +#: include/template/detail-action.php:290 msgid "Détail des articles" msgstr "Artiken detal" #: include/template/detail-action.php:180 +#: include/template/detail-action.php:306 msgid "prix unitaire" msgstr "Eenheid prijs" #: include/template/detail-action.php:182 +#: include/template/detail-action.php:308 msgid "Code TVA" msgstr "BTW Code" #: include/template/detail-action.php:184 #: include/class_acc_ledger_purchase.php:1299 #: include/class_acc_ledger_sold.php:695 +#: include/class_acc_ledger_purchase.php:1386 +#: include/class_acc_ledger_sold.php:680 +#: include/template/detail-action.php:310 msgid "Montant TVAC" msgstr "BTW inbegrepen bedrag" #: include/template/detail-action.php:210 #: include/template/detail-action.php:206 +#: include/template/detail-action.php:336 msgid "Montrer les détails" msgstr "Details tonen" #: include/template/detail-action.php:211 #: include/template/detail-action.php:207 +#: include/template/detail-action.php:337 msgid "Cacher les détails" msgstr "Detail verschuilen" #: include/template/detail-action.php:243 #: include/template/detail-action.php:239 +#: include/template/detail-action.php:393 msgid "Pièces attachées" msgstr "Documents " #: include/template/detail-action.php:251 #: include/template/detail-action.php:247 +#: include/template/detail-action.php:426 #, php-format msgid "Voulez-vous effacer le document" msgstr "Wilt u die document afvegen ?" #: include/template/detail-action.php:270 #: include/template/detail-action.php:265 +#: include/template/detail-action.php:446 msgid "Je ne peux pas ajouter de fichier" msgstr "Een blad toevoegen is niet mogelijk" @@ -3165,25 +3567,30 @@ msgstr "U bevestigt ??" msgid "login" msgstr "login" -#: include/template/extension-sec.php:7 +#: include/template/extension-sec.php:7 include/database.item.php:156 msgid "Prénom" msgstr "Voornaam" #: include/template/fiche_def_input.php:12 +#: 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/forecast_cat.php:5 include/template/forecast_cat.php:8 +#: include/template/forecast_cat.php:11 msgid "Catégories" msgstr "Categorien" #: include/template/forecast_cat.php:8 include/template/forecast_cat.php:11 +#: include/template/forecast_cat.php:14 msgid "Ordre" msgstr "Order" #: include/template/forecast-detail.php:7 include/class_document_modele.php:68 +#: include/class_document_modele.php:67 +#: include/template/forecast-detail.php:11 msgid "Catégorie" msgstr "Categorie" @@ -3192,21 +3599,26 @@ msgid "QuickCode" msgstr "" #: include/template/forecast-detail.php:12 +#: include/template/forecast-detail.php:16 msgid "Débit ou Crédit" msgstr "" #: include/template/forecast_result.php:27 #: include/template/forecast_result.php:28 include/class_acc_ledger.php:1492 +#: include/class_acc_ledger.php:1542 include/export_fiche_balance_pdf.php:153 +#: include/fiche.inc.php:357 include/template/forecast_result.php:31 msgid "Totaux" msgstr "" #: include/template/forecast_result.php:32 #: include/template/forecast_result.php:33 +#: include/template/forecast_result.php:36 msgid "Estimé" msgstr "" #: include/template/forecast_result.php:67 #: include/template/forecast_result.php:68 +#: include/template/forecast_result.php:71 msgid "Réel" msgstr "" @@ -3214,21 +3626,26 @@ msgstr "" #: include/template/forecast_result.php:125 #: include/template/forecast_result.php:82 #: include/template/forecast_result.php:162 +#: include/template/forecast_result.php:102 +#: include/template/forecast_result.php:182 msgid "Différence" msgstr "" #: include/template/forecast_result.php:93 #: include/template/forecast_result.php:108 +#: include/template/forecast_result.php:128 msgid "Diff. cumul." msgstr "" #: include/template/forecast_result.php:119 #: include/template/forecast_result.php:156 +#: include/template/forecast_result.php:176 msgid "Total Catégorie estimé" msgstr "" #: include/template/forecast_result.php:122 #: include/template/forecast_result.php:159 +#: include/template/forecast_result.php:179 msgid "Total Catégorie réel" msgstr "" @@ -3244,43 +3661,54 @@ msgstr "" #: include/ext/stock/form_stock_detail_in.php:33 #: include/template/form_ledger_detail.php:22 #: include/template/form_ledger_detail.php:25 +#: include/template/form_ledger_detail.php:69 +#: include/template/predf_ledger_detail.php:19 msgid "prix/unité htva" msgstr "Eenheid prijs zonder BTW" #: include/template/form_ledger_detail.php:33 #: include/template/form_ledger_detail.php:27 #: include/template/form_ledger_detail.php:30 +#: include/template/form_ledger_detail.php:73 +#: include/template/predf_ledger_detail.php:23 msgid "tot.tva" msgstr "tot btw" #: include/template/form_ledger_detail.php:34 #: include/template/form_ledger_detail.php:28 #: include/template/form_ledger_detail.php:31 +#: include/template/form_ledger_detail.php:74 +#: include/template/predf_ledger_detail.php:24 msgid "tvac" msgstr "met btw" #: include/template/form_ledger_fin.php:11 #: include/template/form_ledger_fin.php:15 +#: include/template/form_ledger_fin.php:31 msgid "Extrait de compte" msgstr "" #: include/template/form_ledger_fin.php:12 #: include/template/form_ledger_fin.php:16 +#: include/template/form_ledger_fin.php:32 msgid "Numéro extrait" msgstr "" #: include/template/form_ledger_fin.php:13 #: include/template/form_ledger_fin.php:17 +#: include/template/form_ledger_fin.php:33 msgid "Solde début" msgstr "" #: include/template/form_ledger_fin.php:14 #: include/template/form_ledger_fin.php:18 +#: include/template/form_ledger_fin.php:34 msgid "Solde Fin" msgstr "" #: include/template/form_ledger_fin.php:23 #: include/template/form_ledger_fin.php:28 +#: include/template/form_ledger_fin.php:45 msgid "Op. Concernée(s)" msgstr "" @@ -3288,15 +3716,17 @@ msgstr "" msgid "Critères de Recherche" msgstr "Zoeken criteria" -#: include/template/ledger_search.php:5 +#: include/template/ledger_search.php:5 include/template/ledger_search.php:8 msgid "Dans le journal" msgstr "En in het boek" -#: include/template/ledger_search.php:14 +#: include/template/ledger_search.php:14 include/template/ledger_search.php:22 msgid "Et Compris entre les date" msgstr "En tussen de datum" #: include/template/ledger_search.php:17 include/template/ledger_search.php:35 +#: include/template/ledger_search.php:25 include/template/ledger_search.php:33 +#: include/template/ledger_search.php:51 msgid "et" msgstr "en" @@ -3304,19 +3734,19 @@ msgstr "en" msgid "Et contenant dans la description, pièce justificative ou n° interne" msgstr "En met de interne number, de beschrijving, " -#: include/template/ledger_search.php:32 +#: include/template/ledger_search.php:32 include/template/ledger_search.php:48 msgid "Et compris entre les montants" msgstr "En tussen de bedragen" -#: include/template/ledger_search.php:40 +#: include/template/ledger_search.php:40 include/template/ledger_search.php:56 msgid "Et utilisant la fiche (quick code)" msgstr "En met de blad (quick code)" -#: include/template/ledger_search.php:48 +#: include/template/ledger_search.php:48 include/template/ledger_search.php:64 msgid "Et utilisant le poste comptable" msgstr "En met de rekening" -#: include/template/ledger_search.php:58 +#: include/template/ledger_search.php:58 include/template/ledger_search.php:74 msgid "Et uniquement non payées" msgstr "En alleen niet betalend" @@ -3330,15 +3760,17 @@ msgstr "Voor de soort van boek" #: include/template/new_mod_payment.php:34 #: include/template/new_mod_payment.php:35 +#: include/template/new_mod_payment.php:38 msgid "Paiement enregistré dans " msgstr "Betaling geregistreerd in" #: include/template/new_mod_payment.php:43 #: include/template/new_mod_payment.php:44 +#: include/template/new_mod_payment.php:47 msgid "Avec la fiche" msgstr "Met de blad" -#: include/template/param_jrn.php:4 +#: include/template/param_jrn.php:4 include/template/param_jrn.php:7 msgid "Nom journal" msgstr "Boek naam" @@ -3347,17 +3779,17 @@ msgid "Postes utilisables journal (débit/crédit)" msgstr "beschikbaar rekening (debit/credit) " #: include/template/param_jrn.php:22 include/template/param_jrn.php:71 -#: include/template/param_jrn.php:72 +#: include/template/param_jrn.php:72 include/template/param_jrn.php:78 msgid "Type de journal" msgstr "Soort van boek" #: include/template/param_jrn.php:28 include/template/param_jrn.php:77 -#: include/template/param_jrn.php:78 +#: include/template/param_jrn.php:78 include/template/param_jrn.php:84 msgid "Préfixe code interne" msgstr "" #: include/template/param_jrn.php:32 include/template/param_jrn.php:81 -#: include/template/param_jrn.php:82 +#: include/template/param_jrn.php:82 include/template/param_jrn.php:88 msgid "Préfixe pièce justificative" msgstr "" @@ -3366,12 +3798,12 @@ msgid "Le préfixe des pièces peut être différent pour chaque journal" msgstr "" #: include/template/param_jrn.php:40 include/template/param_jrn.php:101 -#: include/template/param_jrn.php:102 +#: include/template/param_jrn.php:102 include/template/param_jrn.php:110 msgid "N° pièce justificative" msgstr "Nummer " #: include/template/param_jrn.php:44 include/template/param_jrn.php:108 -#: include/template/param_jrn.php:109 +#: include/template/param_jrn.php:109 include/template/param_jrn.php:117 msgid "La numérotation est propre à chaque journal" msgstr "De nummering hangt journal" @@ -3390,6 +3822,7 @@ msgid "Comptabilité Analytique" msgstr "Analytische boekhoeding" #: include/template/security_list_action.php:87 include/menu_translate.php:58 +#: include/database.item.php:123 msgid "Prévision" msgstr "Uitzicht" @@ -3445,6 +3878,10 @@ msgstr "Creeren" #: include/template/ledger_detail_ven.php:94 #: include/template/ledger_detail_ach.php:115 #: include/template/ledger_detail_ven.php:110 +#: include/template/ledger_detail_ach.php:128 +#: include/template/ledger_detail_ven.php:125 +#: include/template/operation_detail_ach.php:46 +#: include/template/operation_detail_ven.php:38 msgid "Quantité" msgstr "Hoeveelheid" @@ -3519,7 +3956,11 @@ msgstr "Seizoen" #: include/template/ledger_detail_ach.php:98 #: include/template/ledger_detail_ven.php:97 include/menu_translate.php:18 #: include/template/ledger_detail_ach.php:120 -#: include/template/ledger_detail_ven.php:117 +#: include/template/ledger_detail_ven.php:117 include/database.item.php:8 +#: include/template/ledger_detail_ach.php:135 +#: include/template/ledger_detail_ven.php:133 +#: include/template/operation_detail_ach.php:53 +#: include/template/operation_detail_ven.php:45 msgid "TVA" msgstr "BTW" @@ -3551,7 +3992,7 @@ msgstr "Goederen uit" msgid "Marchandise Out" msgstr "Goederen uit" -#: include/ext/stock/index.php:39 +#: include/ext/stock/index.php:39 include/database.item.php:170 msgid "Facture" msgstr "Faktuur" @@ -3586,6 +4027,10 @@ msgstr "Andere faktuur" #: include/template/ledger_detail_ach.php:102 #: include/template/ledger_detail_fin.php:95 #: include/template/ledger_detail_ven.php:102 +#: include/template/ledger_detail_ach.php:112 +#: include/template/ledger_detail_fin.php:96 +#: include/template/ledger_detail_misc.php:81 +#: include/template/ledger_detail_ven.php:115 msgid "Détail" msgstr "Detail" @@ -3611,12 +4056,13 @@ msgid "Payé par " msgstr " Betaald door " #: include/class_acc_payment.php:282 include/class_acc_payment.php:323 -#: include/class_acc_payment.php:329 +#: include/class_acc_payment.php:329 include/class_acc_payment.php:305 msgid "Paiement encodé plus tard" msgstr " Later in te brengen" #: include/class_acc_payment.php:313 include/class_acc_payment.php:301 #: include/class_acc_payment.php:345 include/class_acc_payment.php:351 +#: include/class_acc_payment.php:327 msgid " paiement par " msgstr " - " @@ -3632,12 +4078,16 @@ msgstr "Gebruiker" #: include/template/ledger_detail_ach.php:89 #: include/template/ledger_detail_ven.php:91 #: include/template/ledger_detail_ach.php:110 -#: include/template/ledger_detail_ven.php:112 +#: include/template/ledger_detail_ven.php:112 include/database.item.php:141 +#: include/template/ledger_detail_ach.php:122 +#: include/template/ledger_detail_ven.php:127 +#: include/template/operation_detail_ach.php:39 +#: include/template/operation_detail_ven.php:40 msgid "Taux TVA" msgstr "BTW %" #: include/class_anc_print.php:122 include/class_anc_print.php:126 -#: include/class_anc_print.php:129 +#: include/class_anc_print.php:129 include/class_anc_print.php:128 msgid "Plan Analytique :" msgstr "Analytische plan" @@ -3671,6 +4121,7 @@ msgstr "Korting" #: include/class_fiche.php:1076 include/class_fiche.php:1078 #: include/class_fiche.php:1278 include/class_fiche.php:1322 +#: include/class_fiche.php:1283 msgid "Code interne" msgstr "Interne code" @@ -3685,47 +4136,62 @@ msgstr "Interne code" #: include/template/ledger_detail_ach.php:249 #: include/template/ledger_detail_fin.php:105 #: include/template/ledger_detail_ven.php:107 -#: include/template/ledger_detail_ven.php:247 +#: include/template/ledger_detail_ven.php:247 include/class_fiche.php:1568 +#: include/database.item.php:150 include/template/ledger_detail_ach.php:118 +#: include/template/ledger_detail_ach.php:274 +#: include/template/ledger_detail_fin.php:106 +#: include/template/ledger_detail_misc.php:90 +#: include/template/ledger_detail_ven.php:122 +#: include/template/ledger_detail_ven.php:273 +#: include/template/operation_detail_ach.php:35 +#: include/template/operation_detail_misc.php:33 +#: include/template/operation_detail_ven.php:35 msgid "Quick Code" msgstr "Quick Code" #: include/class_fiche.php:1250 include/class_fiche.php:1252 #: include/class_fiche.php:1515 include/class_fiche.php:1598 +#: include/class_fiche.php:1570 include/stock_cfg.inc.php:59 msgid "Adresse" msgstr "Adress" #: include/class_fiche.php:1251 include/class_fiche.php:1253 #: include/class_fiche.php:1516 include/class_fiche.php:1599 +#: include/class_fiche.php:1571 msgid "Total débit" msgstr "Debit totaal" #: include/class_fiche.php:1252 include/class_fiche.php:1254 #: include/class_fiche.php:1517 include/class_fiche.php:1600 +#: include/class_fiche.php:1572 msgid "Total crédit" msgstr "Credit totaal" #: include/client.inc.php:72 include/client.inc.php:65 #: include/client.inc.php:50 include/contact.inc.php:50 +#: include/customer.inc.php:51 msgid "Vous ne pouvez pas enlever de fiche" msgstr "U mag geen blad verwijderen" #: include/class_acc_account.php:167 include/class_acc_account.php:192 -#: include/class_acc_account.php:186 +#: include/class_acc_account.php:186 include/class_acc_account.php:185 #, php-format msgid "Numéro de classe" msgstr "rekeningsnummer" #: include/class_acc_account.php:171 include/class_acc_account.php:196 -#: include/class_acc_account.php:190 +#: include/class_acc_account.php:190 include/class_acc_account.php:189 #, php-format msgid "Classe Parent" msgstr "Rekening " #: include/class_acc_bilan.php:72 include/class_acc_bilan.php:75 +#: include/class_acc_bilan.php:74 msgid " jusque " msgstr "tot" #: include/class_acc_bilan.php:81 include/class_acc_bilan.php:84 +#: include/class_acc_bilan.php:83 msgid "Choix du bilan" msgstr "Keuze van de handelsbalans" @@ -3735,6 +4201,8 @@ msgstr "Keuze van de handelsbalans" #: include/class_acc_ledger.php:1607 include/class_acc_ledger_purchase.php:67 #: include/class_acc_ledger_sold.php:70 include/class_acc_ledger.php:1769 #: include/class_acc_ledger_purchase.php:68 +#: include/class_acc_ledger_fin.php:64 include/class_acc_ledger.php:1828 +#: include/class_acc_ledger_sold.php:71 msgid "Accès interdit" msgstr "Verboden" @@ -3766,6 +4234,7 @@ msgstr "" "Gebruik de rekening van de betalingsbalans te controleren. " #: html/parametre.php:139 include/menu_translate.php:87 +#: include/database.item.php:58 msgid "Catégorie de documents" msgstr "Categorie van documenten" @@ -3773,17 +4242,18 @@ msgstr "Categorie van documenten" msgid "Ajoute des catégories de documents,..." msgstr "Voegt categorieën van documenten toe" -#: html/access.php:79 html/user_login.php:64 html/do.php:94 +#: html/access.php:79 html/user_login.php:64 html/do.php:94 html/do.php:97 +#: html/user_login.php:66 msgid "Base de donnée invalide" msgstr "" -#: html/access.php:86 html/do.php:101 +#: html/access.php:86 html/do.php:101 html/do.php:104 msgid "" "Attention: la version de base de donnée est supérieure à la version du " "programme, vous devriez mettre à jour" msgstr "" -#: html/ajax_card.php:134 html/ajax_card.php:143 +#: html/ajax_card.php:134 html/ajax_card.php:143 html/ajax_card.php:145 msgid "Fiche non trouvée" msgstr "" @@ -3792,10 +4262,12 @@ msgstr "" #: include/user_menu.php:198 html/ajax_card.php:161 include/fiche.inc.php:311 #: include/impress_fiche.inc.php:61 include/menu_translate.php:3 #: include/menu_translate.php:71 include/menu_translate.php:96 +#: html/ajax_card.php:163 include/database.item.php:3 +#: include/database.item.php:96 include/fiche.inc.php:64 msgid "Historique" msgstr "" -#: html/ajax_card.php:161 html/ajax_card.php:170 +#: html/ajax_card.php:161 html/ajax_card.php:170 html/ajax_card.php:172 msgid "Aucune fiche demandée" msgstr "" @@ -3803,40 +4275,40 @@ msgstr "" msgid "Nouvelle fiche " msgstr "" -#: html/ajax_card.php:474 html/ajax_card.php:478 +#: html/ajax_card.php:474 html/ajax_card.php:478 html/ajax_card.php:497 msgid "Fiche non valide" msgstr "" -#: html/ajax_ledger.php:136 html/ajax_ledger.php:129 +#: html/ajax_ledger.php:136 html/ajax_ledger.php:129 html/ajax_ledger.php:156 msgid "Opération Effacée" msgstr "" -#: html/ajax_ledger.php:226 html/ajax_ledger.php:236 +#: html/ajax_ledger.php:226 html/ajax_ledger.php:236 html/ajax_ledger.php:263 msgid "Aucun fichier" msgstr "" -#: html/ajax_ledger.php:438 html/ajax_ledger.php:495 +#: html/ajax_ledger.php:438 html/ajax_ledger.php:495 html/ajax_ledger.php:546 msgid "Opération extournée" msgstr "" -#: html/ajax_misc.php:181 html/ajax_misc.php:183 +#: html/ajax_misc.php:181 html/ajax_misc.php:183 html/ajax_misc.php:194 msgid "code" msgstr "" -#: html/ajax_misc.php:182 html/ajax_misc.php:184 +#: html/ajax_misc.php:182 html/ajax_misc.php:184 html/ajax_misc.php:195 msgid "Taux" msgstr "" -#: html/ajax_misc.php:183 html/ajax_misc.php:185 +#: html/ajax_misc.php:183 html/ajax_misc.php:185 html/ajax_misc.php:196 msgid "Symbole" msgstr "" -#: html/ajax_misc.php:184 html/ajax_misc.php:186 +#: html/ajax_misc.php:184 html/ajax_misc.php:186 html/ajax_misc.php:197 msgid "Explication" msgstr "" #: html/ajax_misc.php:237 html/ajax_misc.php:242 html/ajax_misc.php:238 -#: html/ajax_misc.php:243 +#: html/ajax_misc.php:243 html/ajax_misc.php:250 html/ajax_misc.php:255 msgid "tva inconnue" msgstr "" @@ -3845,31 +4317,35 @@ msgstr "" #: include/user_menu.php:206 include/template/letter_all.php:17 #: include/template/letter_prop.php:19 html/ajax_misc.php:278 #: include/category_card.inc.php:69 include/menu_translate.php:51 -#: include/template/letter_prop.php:59 +#: include/template/letter_prop.php:59 html/ajax_misc.php:291 +#: include/database.item.php:72 include/template/letter_all.php:20 +#: include/template/letter_prop.php:22 include/template/letter_prop.php:62 msgid "Lettrage" msgstr "" -#: html/ajax_misc.php:298 html/ajax_misc.php:303 +#: html/ajax_misc.php:298 html/ajax_misc.php:303 html/ajax_misc.php:316 msgid "Montant min. " msgstr "" -#: html/ajax_misc.php:305 html/ajax_misc.php:310 +#: html/ajax_misc.php:305 html/ajax_misc.php:310 html/ajax_misc.php:323 msgid "Montant max. " msgstr "" #: html/ajax_misc.php:327 include/impress_fiche.inc.php:270 #: html/ajax_misc.php:332 include/class_anc_grandlivre.php:161 -#: include/impress_fiche.inc.php:339 +#: include/impress_fiche.inc.php:339 html/ajax_misc.php:364 +#: include/fiche.inc.php:495 msgid "Debit" msgstr "" #: html/ajax_misc.php:328 include/impress_fiche.inc.php:274 #: html/ajax_misc.php:333 include/class_anc_grandlivre.php:162 -#: include/impress_fiche.inc.php:343 +#: include/impress_fiche.inc.php:343 html/ajax_misc.php:365 +#: include/fiche.inc.php:499 msgid "Credit" msgstr "" -#: html/ajax_misc.php:329 html/ajax_misc.php:334 +#: html/ajax_misc.php:329 html/ajax_misc.php:334 html/ajax_misc.php:366 msgid "Les 2" msgstr "" @@ -3877,6 +4353,9 @@ msgstr "" #: include/lettering.card.inc.php:105 include/lettering.gestion.inc.php:67 #: html/ajax_misc.php:395 include/lettering.account.inc.php:103 #: include/lettering.card.inc.php:106 include/lettering.gestion.inc.php:68 +#: include/lettering.account.inc.php:59 include/lettering.account.inc.php:72 +#: include/lettering.account.inc.php:116 include/lettering.card.inc.php:62 +#: include/lettering.card.inc.php:76 include/lettering.gestion.inc.php:74 msgid "Date malformée, désolé" msgstr "" @@ -3889,6 +4368,7 @@ msgid "Déconnexion" msgstr "" #: html/parametre.php:140 include/menu_translate.php:80 +#: include/database.item.php:90 msgid "Attribut de fiche" msgstr "" @@ -3897,14 +4377,16 @@ msgid "Modifie les attributs des catégories de fiches" msgstr "" #: html/parametre.php:330 include/company.inc.php:109 +#: include/company.inc.php:120 msgid "Suggérer la date" msgstr "" -#: html/show_pj.php:81 +#: html/show_pj.php:81 html/show_pj.php:82 msgid "Fichier effacé" msgstr "" #: include/action.common.inc.php:155 include/action.common.inc.php:154 +#: include/action.common.inc.php:187 msgid "Vous confirmez l\\'effacement" msgstr "" @@ -3912,6 +4394,8 @@ msgstr "" #: include/impress_fiche.inc.php:60 include/supplier_card.inc.php:72 #: include/category_card.inc.php:68 include/impress_fiche.inc.php:66 #: include/menu_translate.php:102 include/menu_translate.php:84 +#: include/database.item.php:65 include/database.item.php:100 +#: include/fiche.inc.php:69 msgid "Balance" msgstr "" @@ -3927,34 +4411,42 @@ msgstr "" #: include/adm.inc.php:93 include/client.inc.php:98 #: include/supplier.inc.php:86 include/adm.inc.php:89 include/bank.inc.php:82 -#: include/client.inc.php:80 include/contact.inc.php:81 +#: include/client.inc.php:80 include/contact.inc.php:81 include/adm.inc.php:90 +#: include/bank.inc.php:83 include/customer.inc.php:82 +#: include/manager.inc.php:85 include/supplier.inc.php:87 msgid "Catégorie :" msgstr "" #: include/balance.inc.php:46 include/impress_bilan.inc.php:48 #: include/impress_jrn.inc.php:82 include/impress_rapport.inc.php:180 -#: include/impress_rapport.inc.php:182 +#: include/impress_rapport.inc.php:182 include/balance.inc.php:45 +#: include/impress_jrn.inc.php:84 msgid "Choississez un autre exercice" msgstr "" #: include/class_acc_ledger.php:169 include/class_acc_ledger.php:173 #: include/class_acc_ledger.php:189 include/class_acc_ledger.php:193 +#: include/class_acc_ledger.php:200 include/class_acc_ledger.php:203 msgid "Cette opération n'existe pas" msgstr "" #: include/class_acc_ledger.php:181 include/class_acc_ledger.php:201 +#: include/class_acc_ledger.php:211 msgid "PERIODE FERMEE" msgstr "" #: include/class_acc_ledger.php:1685 include/class_acc_ledger.php:1853 +#: include/class_acc_ledger.php:1911 msgid "Poste invalide [" msgstr "" #: include/class_acc_ledger.php:1687 include/class_acc_ledger.php:1855 +#: include/class_acc_ledger.php:1913 msgid "Poste Inexistant [" msgstr "" #: include/class_acc_ledger.php:2479 include/class_acc_ledger.php:2687 +#: include/class_acc_ledger.php:2859 msgid "Filtrer" msgstr "" @@ -3962,15 +4454,21 @@ msgstr "" #: include/class_acc_ledger_purchase.php:178 #: include/class_acc_ledger_sold.php:175 include/class_acc_ledger_sold.php:179 #: include/class_acc_ledger_sold.php:174 include/class_acc_ledger_sold.php:178 +#: include/class_acc_ledger_purchase.php:172 +#: include/class_acc_ledger_purchase.php:177 +#: include/class_acc_ledger_sold.php:163 include/class_acc_ledger_sold.php:167 msgid "a un code tva invalide" msgstr "" #: include/class_acc_ledger_purchase.php:187 #: include/class_acc_ledger_sold.php:189 include/class_acc_ledger_sold.php:188 +#: include/class_acc_ledger_purchase.php:186 +#: include/class_acc_ledger_sold.php:177 msgid " La TVA " msgstr "" #: include/class_acc_ledger_purchase.php:237 +#: include/class_acc_ledger_purchase.php:236 msgid "ce code n'a pas de poste comptable, créez ce poste : [" msgstr "" @@ -3981,6 +4479,8 @@ msgstr "" #: include/class_anc_group_operation.php:190 #: include/class_anticipation.php:419 include/class_anticipation.php:431 +#: include/class_anc_group_operation.php:189 +#: include/class_anticipation.php:430 msgid "Ajouter une ligne" msgstr "" @@ -3992,11 +4492,11 @@ msgstr "" msgid "Période de fin non valable" msgstr "" -#: include/class_document_modele.php:69 +#: include/class_document_modele.php:69 include/class_document_modele.php:68 msgid "Affect." msgstr "" -#: include/class_document_modele.php:70 +#: include/class_document_modele.php:70 include/class_document_modele.php:69 msgid "Fichier" msgstr "" @@ -4007,55 +4507,61 @@ msgstr "" #: include/class_document_modele.php:259 #: include/template/modele_document.php:47 #: include/template/modele_document.php:45 +#: include/template/modele_document.php:48 msgid "Uniquement journaux achat" msgstr "" #: include/class_document_modele.php:260 #: include/template/modele_document.php:48 #: include/template/modele_document.php:46 +#: include/template/modele_document.php:49 msgid "Uniquement journaux vente" msgstr "" #: include/class_document_modele.php:261 #: include/template/modele_document.php:49 #: include/template/modele_document.php:47 +#: include/template/modele_document.php:50 msgid "Partie gestion" msgstr "" #: include/class_fiche.php:1277 include/class_fiche.php:1321 +#: include/class_fiche.php:1282 msgid "n° pièce" msgstr "" -#: include/class_ibutton.php:56 +#: include/class_ibutton.php:56 include/class_ibutton.php:61 msgid "Inverser la sélection" msgstr "" -#: include/class_ibutton.php:63 +#: include/class_ibutton.php:63 include/class_ibutton.php:68 msgid "Cocher tous" msgstr "" -#: include/class_ibutton.php:70 +#: include/class_ibutton.php:70 include/class_ibutton.php:75 msgid "Décocher tous" msgstr "" -#: include/class_ibutton.php:77 +#: include/class_ibutton.php:77 include/class_ibutton.php:82 msgid "Calculatrice" msgstr "" -#: include/class_itva_popup.php:122 +#: include/class_itva_popup.php:122 include/class_itva_popup.php:125 msgid "Le nom ne peut être vide" msgstr "" -#: include/class_itva_popup.php:125 +#: include/class_itva_popup.php:125 include/class_itva_popup.php:131 msgid " TVA " msgstr "" #: include/class_periode.php:230 include/class_periode.php:268 +#: include/class_periode.php:240 include/class_periode.php:269 #, php-format msgid "Nombre opérations %d" msgstr "" #: include/class_periode.php:232 include/class_periode.php:328 +#: include/class_periode.php:242 include/class_periode.php:360 msgid "Confirmez Réouverture" msgstr "" @@ -4063,7 +4569,7 @@ msgstr "" msgid "Confirmez cloture" msgstr "" -#: include/class_periode.php:264 +#: include/class_periode.php:264 include/class_periode.php:265 msgid "Confirmez effacement ?" msgstr "" @@ -4076,6 +4582,7 @@ msgid "Balance du client" msgstr "" #: include/client.inc.php:102 include/client.inc.php:84 +#: include/customer.inc.php:86 msgid "Inclure les clients sans opération :" msgstr "" @@ -4084,6 +4591,7 @@ msgid "Rapprochements banquaires" msgstr "" #: include/ext_inc.php:25 include/extension_get.inc.php:34 +#: include/extension_get.inc.php:38 msgid "Ce fichier n'existe pas " msgstr "" @@ -4092,6 +4600,7 @@ msgid "Choix TVA" msgstr "" #: include/fiche.inc.php:117 include/fiche.inc.php:125 +#: include/class_fiche_def.php:792 msgid "" "Attention : il n'y aura pas de demande de confirmation pour enlever les\n" " attributs sélectionnés. Il ne sera pas " @@ -4138,49 +4647,60 @@ msgid "" msgstr "" #: include/impress_fiche.inc.php:57 include/impress_fiche.inc.php:62 +#: include/fiche.inc.php:65 msgid "Historique Lettré" msgstr "" #: include/impress_fiche.inc.php:58 include/impress_fiche.inc.php:64 +#: include/fiche.inc.php:67 msgid "Historique non Lettré" msgstr "" #: include/impress_fiche.inc.php:59 include/impress_fiche.inc.php:65 +#: include/fiche.inc.php:68 msgid "Résumé" msgstr "" #: include/impress_fiche.inc.php:226 include/export_fiche_balance_csv.php:139 -#: include/impress_fiche.inc.php:289 +#: include/impress_fiche.inc.php:289 include/export_fiche_balance_csv.php:140 +#: include/fiche.inc.php:438 msgid "ref" msgstr "" #: include/impress_fiche.inc.php:227 include/template/letter_all.php:26 #: include/export_fiche_balance_csv.php:140 include/impress_fiche.inc.php:290 +#: include/export_fiche_balance_csv.php:141 include/fiche.inc.php:439 +#: include/template/letter_all.php:29 msgid "Interne" msgstr "" #: include/impress_fiche.inc.php:228 include/export_fiche_balance_csv.php:141 -#: include/impress_fiche.inc.php:291 +#: include/impress_fiche.inc.php:291 include/export_fiche_balance_csv.php:142 +#: include/fiche.inc.php:440 msgid "Comm" msgstr "" #: include/impress_fiche.inc.php:230 include/export_fiche_balance_csv.php:144 -#: include/impress_fiche.inc.php:293 +#: include/impress_fiche.inc.php:293 include/export_fiche_balance_csv.php:145 +#: include/fiche.inc.php:442 msgid "Prog." msgstr "" #: include/impress_fiche.inc.php:231 include/export_fiche_balance_csv.php:145 -#: include/impress_fiche.inc.php:294 +#: include/impress_fiche.inc.php:294 include/export_fiche_balance_csv.php:147 +#: include/fiche.inc.php:443 msgid "Let." msgstr "" #: include/impress.inc.php:36 include/template/ledger_detail_bottom.php:4 #: include/template/ledger_detail_bottom.php:3 include/menu_translate.php:77 -#: include/menu_translate.php:97 +#: include/menu_translate.php:97 include/database.item.php:97 +#: include/database.item.php:104 include/template/ledger_detail_bottom.php:18 msgid "Rapprochement" msgstr "" #: include/impress_rec.inc.php:78 include/impress_reconciliation.php:47 +#: include/impress_rec.inc.php:79 msgid "Visualisation" msgstr "" @@ -4197,6 +4717,7 @@ msgid "Par fiche" msgstr "" #: include/letter.inc.php:31 include/menu_translate.php:89 +#: include/database.item.php:59 msgid "Lettrage par fiche" msgstr "" @@ -4206,27 +4727,37 @@ msgstr "" #: include/lettering.account.inc.php:58 include/lettering.card.inc.php:61 #: include/lettering.gestion.inc.php:21 include/lettering.gestion.inc.php:22 +#: include/database.item.php:139 include/lettering.account.inc.php:65 +#: include/lettering.card.inc.php:69 include/lettering.gestion.inc.php:28 msgid "Date début" msgstr "" #: include/lettering.account.inc.php:64 include/lettering.card.inc.php:67 #: include/lettering.gestion.inc.php:27 include/lettering.gestion.inc.php:28 +#: include/lettering.account.inc.php:77 include/lettering.card.inc.php:82 +#: include/lettering.gestion.inc.php:34 msgid "Date fin" msgstr "" #: include/lettering.account.inc.php:71 include/lettering.card.inc.php:74 #: include/lettering.gestion.inc.php:34 include/lettering.gestion.inc.php:35 +#: include/lettering.account.inc.php:84 include/lettering.card.inc.php:89 +#: include/lettering.gestion.inc.php:41 msgid "Toutes opérations" msgstr "" #: include/lettering.account.inc.php:72 include/lettering.card.inc.php:75 #: include/lettering.gestion.inc.php:35 include/lettering.gestion.inc.php:36 +#: include/lettering.account.inc.php:85 include/lettering.card.inc.php:90 +#: include/lettering.gestion.inc.php:42 msgid "Opérations lettrées" msgstr "" #: include/lettering.account.inc.php:73 include/lettering.card.inc.php:76 #: include/lettering.gestion.inc.php:36 include/lettering.account.inc.php:74 #: include/lettering.card.inc.php:77 include/lettering.gestion.inc.php:37 +#: include/lettering.account.inc.php:87 include/lettering.card.inc.php:92 +#: include/lettering.gestion.inc.php:43 msgid "Opérations NON lettrées" msgstr "" @@ -4234,15 +4765,15 @@ msgstr "" msgid "Lettrage pour la fiche " msgstr "" -#: include/param_pcmn.inc.php:53 +#: include/param_pcmn.inc.php:53 include/param_pcmn.inc.php:51 msgid "Poste comptable" msgstr "" -#: include/param_pcmn.inc.php:57 +#: include/param_pcmn.inc.php:57 include/param_pcmn.inc.php:55 msgid "Parent" msgstr "" -#: include/param_pcmn.inc.php:59 +#: include/param_pcmn.inc.php:59 include/param_pcmn.inc.php:57 msgid "Type " msgstr "" @@ -4251,7 +4782,7 @@ msgstr "" msgid "Valeurs invalides" msgstr "" -#: include/pref.inc.php:41 include/pref.inc.php:66 +#: include/pref.inc.php:41 include/pref.inc.php:66 include/class_user.php:1141 msgid "Les mots de passe ne correspondent pas. Mot de passe inchangé" msgstr "" @@ -4263,7 +4794,7 @@ msgstr "" msgid "Entrée/Achat " msgstr "" -#: include/supplier.inc.php:89 +#: include/supplier.inc.php:89 include/supplier.inc.php:90 msgid "Inclure les fournisseurs sans opération :" msgstr "" @@ -4279,7 +4810,7 @@ msgstr "" msgid "Journal de vente, produit et recette" msgstr "" -#: include/user_menu.php:202 +#: include/user_menu.php:202 include/database.item.php:198 msgid "Opération Diverses" msgstr "" @@ -4292,14 +4823,17 @@ msgid "Ajouter, modifier ou effacer des lettrage" msgstr "" #: include/user_menu.php:327 include/user_menu.php:113 +#: include/user_menu.php:114 include/user_menu.php:121 msgid "Audit" msgstr "" #: include/user_menu.php:327 include/user_menu.php:113 +#: include/user_menu.php:114 include/user_menu.php:121 msgid "Utilisateurs qui se sont connectés" msgstr "" #: include/user_menu.php:410 include/user_menu.php:138 +#: include/user_menu.php:147 msgid " Hors Bilan" msgstr "" @@ -4308,15 +4842,19 @@ msgid "Purge CSV" msgstr "" #: include/template/impress_cat_card.php:3 +#: include/template/impress_cat_card.php:6 msgid "Categorie" msgstr "" #: include/template/impress_cat_card.php:15 +#: include/template/impress_cat_card.php:18 msgid "Jusque" msgstr "Tot" #: include/template/ledger_detail_ach.php:94 #: include/template/ledger_detail_ach.php:116 +#: include/template/ledger_detail_ach.php:129 +#: include/template/operation_detail_ach.php:48 msgid "Non ded" msgstr "" @@ -4324,6 +4862,10 @@ msgstr "" #: include/template/ledger_detail_ven.php:96 #: include/template/ledger_detail_ach.php:119 #: include/template/ledger_detail_ven.php:116 +#: include/template/ledger_detail_ach.php:133 +#: include/template/ledger_detail_ven.php:132 +#: include/template/operation_detail_ach.php:52 +#: include/template/operation_detail_ven.php:44 msgid "HTVA" msgstr "Zonder BTW" @@ -4331,6 +4873,10 @@ msgstr "Zonder BTW" #: include/template/ledger_detail_ven.php:98 #: include/template/ledger_detail_ach.php:121 #: include/template/ledger_detail_ven.php:118 +#: include/template/ledger_detail_ach.php:136 +#: include/template/ledger_detail_ven.php:134 +#: include/template/operation_detail_ach.php:54 +#: include/template/operation_detail_ven.php:46 msgid "TVAC" msgstr "Met BTW" @@ -4338,24 +4884,29 @@ msgstr "Met BTW" #: include/template/ledger_detail_ven.php:180 #: include/template/ledger_detail_ach.php:225 #: include/template/ledger_detail_ven.php:222 +#: include/template/ledger_detail_ach.php:249 +#: include/template/ledger_detail_ven.php:247 msgid "Ecritures comptables" msgstr "" #: include/template/ledger_detail_bottom.php:77 #: include/template/ledger_detail_bottom.php:81 +#: include/template/ledger_detail_bottom.php:129 msgid "Extourner" msgstr "" -#: include/template/ledger_search.php:23 +#: include/template/ledger_search.php:23 include/template/ledger_search.php:39 msgid "Et contenant dans le libellé, pièce justificative ou n° interne" msgstr "" #: include/template/letter_all.php:10 include/template/letter_prop.php:9 +#: include/template/letter_all.php:13 include/template/letter_prop.php:11 msgid "Désolé aucun résultat trouvé" msgstr "Sorry geen resultaat gevonden" #: include/template/letter_all.php:23 include/template/letter_prop.php:25 -#: include/template/letter_prop.php:65 +#: include/template/letter_prop.php:65 include/template/letter_all.php:26 +#: include/template/letter_prop.php:28 include/template/letter_prop.php:68 msgid "Ref" msgstr "Ref" @@ -4370,14 +4921,16 @@ msgid "Op. concerné" msgstr "Betreft op." #: include/template/letter_prop.php:105 include/template/letter_prop.php:145 +#: include/template/letter_prop.php:159 msgid "Total Debit" msgstr "" #: include/template/letter_prop.php:106 include/template/letter_prop.php:146 +#: include/template/letter_prop.php:160 msgid "Total Credit" msgstr "" -#: include/template/param_jrn.php:11 +#: include/template/param_jrn.php:11 include/template/param_jrn.php:15 msgid "Postes utilisables journal (débit/crédit) " msgstr "" @@ -4386,31 +4939,37 @@ msgid "Uniquement pour les journaux d'Opérations Diverses" msgstr "" #: include/template/param_jrn.php:28 include/template/param_jrn.php:29 +#: include/template/param_jrn.php:33 msgid "Numérotation de chaque opération" msgstr "" #: include/template/param_jrn.php:36 include/template/param_jrn.php:37 +#: include/template/param_jrn.php:41 msgid "Compte en banque" msgstr "Bankrekening" #: include/template/param_jrn.php:55 include/template/param_jrn.php:56 +#: include/template/param_jrn.php:61 msgid "" "Obligatoire pour les journaux FIN : donner ici la fiche de la banque utilisée" msgstr "" #: include/template/param_jrn.php:88 include/template/param_jrn.php:89 +#: include/template/param_jrn.php:95 msgid "Uniquement des chiffres" msgstr "Alleen cijffers" #: include/template/param_jrn.php:94 include/template/param_jrn.php:95 +#: include/template/param_jrn.php:102 msgid "Dernière pièce numérotée" msgstr "" #: include/template/param_jrn.php:109 include/template/param_jrn.php:110 +#: include/template/param_jrn.php:118 msgid "Laissez à 0 pour ne pas changer le numéro" msgstr "" -#: html/user_login.php:124 +#: html/user_login.php:124 html/user_login.php:155 msgid "Bienvenue " msgstr "" @@ -4418,37 +4977,40 @@ msgstr "" msgid "Donnez une partie du nom du dossier ou de la description à rechercher" msgstr "" -#: include/bank.inc.php:85 +#: include/bank.inc.php:85 include/bank.inc.php:86 msgid "Inclure les banques sans opération :" msgstr "" -#: include/class_acc_ledger.php:1382 +#: include/class_acc_ledger.php:1382 include/class_acc_ledger.php:1432 msgid "Quick Code ou " msgstr "" -#: include/class_acc_ledger.php:1495 +#: include/class_acc_ledger.php:1495 include/class_acc_ledger.php:1545 msgid "verifie Imputation Analytique" msgstr "" #: include/class_acc_ledger.php:1839 include/class_acc_ledger.php:1965 +#: include/class_acc_ledger.php:1897 include/class_acc_ledger.php:2027 #, php-format msgid "La fiche %s n'a pas de poste comptable" msgstr "" -#: include/class_acc_ledger.php:1843 +#: include/class_acc_ledger.php:1843 include/class_acc_ledger.php:1901 msgid "Poste Inexistant pour la fiche [" msgstr "" -#: include/class_acc_ledger.php:3129 +#: include/class_acc_ledger.php:3129 include/class_acc_ledger.php:3304 msgid "Journal n'existe pas" msgstr "" #: include/class_acc_ledger_purchase.php:247 +#: include/class_acc_ledger_purchase.php:246 #, php-format msgid "Pour la fiche %s, le compte contrepartie %s n'existe pas" msgstr "" #: include/class_acc_ledger_purchase.php:1426 +#: include/class_acc_ledger_purchase.php:1523 msgid "Vérifiez imputation analytique" msgstr "" @@ -4457,10 +5019,12 @@ msgid " TVAC" msgstr "" #: include/class_acc_ledger_sold.php:775 +#: include/class_acc_ledger_purchase.php:1484 +#: include/class_acc_ledger_sold.php:755 msgid "Attention Différence entre TVA calculée et donnée" msgstr "" -#: include/class_acc_ledger_sold.php:816 +#: include/class_acc_ledger_sold.php:816 include/class_acc_ledger_sold.php:794 msgid "Vérifiez Imputation Analytique" msgstr "" @@ -4480,15 +5044,15 @@ msgstr "" msgid "Analytique" msgstr "" -#: include/class_anc_print.php:131 +#: include/class_anc_print.php:131 include/class_anc_print.php:130 msgid "Entre l'activité " msgstr "" -#: include/class_anc_print.php:138 +#: include/class_anc_print.php:138 include/class_anc_print.php:137 msgid " et l'activité " msgstr "" -#: include/company.inc.php:111 +#: include/company.inc.php:111 include/company.inc.php:122 msgid "Utilisez des postes comptables alphanumérique" msgstr "" @@ -4505,18 +5069,20 @@ msgid "Société :" msgstr "" #: include/export_fiche_balance_csv.php:143 +#: include/export_fiche_balance_csv.php:144 msgid "Crébit" msgstr "" #: include/export_fiche_balance_csv.php:146 +#: include/export_fiche_balance_csv.php:148 msgid "Diff Let." msgstr "" -#: include/impress_fiche.inc.php:63 +#: include/impress_fiche.inc.php:63 include/fiche.inc.php:66 msgid "Historique Lettré et montants différents" msgstr "" -#: include/impress_fiche.inc.php:67 +#: include/impress_fiche.inc.php:67 include/fiche.inc.php:70 msgid "Balance non soldée" msgstr "" @@ -4529,10 +5095,11 @@ msgid "Jusqu'au poste" msgstr "" #: include/lettering.account.inc.php:73 include/lettering.card.inc.php:76 +#: include/lettering.account.inc.php:86 include/lettering.card.inc.php:91 msgid "Opérations lettrées montants différents" msgstr "" -#: include/menu_translate.php:3 +#: include/menu_translate.php:3 include/database.item.php:3 msgid "Historique des imputations analytiques" msgstr "" @@ -4540,175 +5107,188 @@ msgstr "" msgid "Grand" msgstr "" -#: include/menu_translate.php:5 +#: include/menu_translate.php:5 include/database.item.php:4 msgid "Balance simple des imputations analytiques" msgstr "" -#: include/menu_translate.php:6 +#: include/menu_translate.php:6 include/database.item.php:82 msgid "Balance croisée double" msgstr "" -#: include/menu_translate.php:6 +#: include/menu_translate.php:6 include/database.item.php:82 msgid "Balance double croisées des imputations analytiques" msgstr "" -#: include/menu_translate.php:7 +#: include/menu_translate.php:7 include/database.item.php:5 msgid "Tableau" msgstr "" -#: include/menu_translate.php:7 +#: include/menu_translate.php:7 include/database.item.php:5 msgid "Tableau lié à la comptabilité" msgstr "" -#: include/menu_translate.php:8 +#: include/menu_translate.php:8 include/database.item.php:7 msgid "Balance par groupe" msgstr "" -#: include/menu_translate.php:9 +#: include/menu_translate.php:9 include/database.item.php:44 msgid "Impression Grand-Livre" msgstr "" -#: include/menu_translate.php:10 +#: include/menu_translate.php:10 include/database.item.php:42 msgid "Export Balance groupe analytique" msgstr "" -#: include/menu_translate.php:11 +#: include/menu_translate.php:11 include/database.item.php:43 msgid "Export Bilan" msgstr "" #: include/menu_translate.php:12 include/menu_translate.php:47 +#: include/database.item.php:18 include/database.item.php:19 msgid "Export Journaux" msgstr "" #: include/menu_translate.php:13 include/menu_translate.php:14 +#: include/database.item.php:20 include/database.item.php:21 msgid "Export Poste détail" msgstr "" #: include/menu_translate.php:15 include/menu_translate.php:29 +#: include/database.item.php:22 include/database.item.php:23 msgid "Export Fiche détail" msgstr "" -#: include/menu_translate.php:17 +#: include/menu_translate.php:17 include/database.item.php:75 msgid "Paramètres divers" msgstr "" -#: include/menu_translate.php:18 +#: include/menu_translate.php:18 include/database.item.php:8 msgid "Config. de la tva" msgstr "" -#: include/menu_translate.php:21 +#: include/menu_translate.php:21 include/database.item.php:67 msgid "Menu et profil" msgstr "" -#: include/menu_translate.php:21 +#: include/menu_translate.php:21 include/database.item.php:67 msgid "Menu " msgstr "" -#: include/menu_translate.php:22 +#: include/menu_translate.php:22 include/database.item.php:77 +#: include/param_sec.inc.php:271 include/template/action_search.php:99 +#: include/template/user_sec_profile.php:35 msgid "Profil" msgstr "" -#: include/menu_translate.php:22 +#: include/menu_translate.php:22 include/database.item.php:77 msgid "Configuration profil" msgstr "" -#: include/menu_translate.php:23 +#: include/menu_translate.php:23 include/database.item.php:121 msgid "Config. des méthodes de paiement" msgstr "" -#: include/menu_translate.php:24 +#: include/menu_translate.php:24 include/database.item.php:78 msgid "Config. poste comptable de base" msgstr "" -#: include/menu_translate.php:25 +#: include/menu_translate.php:25 include/database.item.php:9 msgid "Nouvelle vente ou recette" msgstr "" -#: include/menu_translate.php:26 +#: include/menu_translate.php:26 include/database.item.php:10 msgid "Config. Menu" msgstr "" -#: include/menu_translate.php:26 +#: include/menu_translate.php:26 include/database.item.php:10 msgid "Configuration des menus et plugins" msgstr "" -#: include/menu_translate.php:28 +#: include/menu_translate.php:28 include/database.item.php:84 msgid "Gestion des périodes" msgstr "" #: include/menu_translate.php:30 include/menu_translate.php:31 +#: include/database.item.php:24 include/database.item.php:25 msgid "Export Fiche balance" msgstr "" #: include/menu_translate.php:32 include/menu_translate.php:33 +#: include/database.item.php:26 include/database.item.php:27 msgid "Export report" msgstr "" #: include/menu_translate.php:34 include/menu_translate.php:35 +#: include/database.item.php:28 include/database.item.php:29 msgid "Export Fiche" msgstr "" #: include/menu_translate.php:36 include/menu_translate.php:37 +#: include/database.item.php:30 include/database.item.php:31 msgid "Export Grand Livre" msgstr "" -#: include/menu_translate.php:38 +#: include/menu_translate.php:38 include/database.item.php:32 msgid "Export Sécurité" msgstr "" #: include/menu_translate.php:39 include/menu_translate.php:41 +#: include/database.item.php:33 include/database.item.php:35 msgid "Export Comptabilité analytique" msgstr "" -#: include/menu_translate.php:40 +#: include/menu_translate.php:40 include/database.item.php:34 msgid "Export Comptabilité analytique balance simple" msgstr "" #: include/menu_translate.php:42 include/menu_translate.php:43 +#: include/database.item.php:36 include/database.item.php:37 msgid "Export Comptabilité analytique balance double" msgstr "" #: include/menu_translate.php:44 include/menu_translate.php:45 +#: include/database.item.php:38 include/database.item.php:39 msgid "Export Balance comptable" msgstr "" -#: include/menu_translate.php:46 +#: include/menu_translate.php:46 include/database.item.php:17 msgid "Export Historique" msgstr "" -#: include/menu_translate.php:48 +#: include/menu_translate.php:48 include/database.item.php:40 msgid "Export Tableau Analytique" msgstr "" -#: include/menu_translate.php:49 +#: include/menu_translate.php:49 include/database.item.php:41 msgid "Export Historique Compt. Analytique" msgstr "" -#: include/menu_translate.php:50 +#: include/menu_translate.php:50 include/database.item.php:11 msgid "Suivi fournisseur" msgstr "" #: include/menu_translate.php:52 include/menu_translate.php:75 +#: include/database.item.php:12 include/database.item.php:111 msgid "Opérations diverses" msgstr "" -#: include/menu_translate.php:52 +#: include/menu_translate.php:52 include/database.item.php:12 msgid "OD analytique" msgstr "" -#: include/menu_translate.php:53 +#: include/menu_translate.php:53 include/database.item.php:85 msgid "Vérification " msgstr "" -#: include/menu_translate.php:53 +#: include/menu_translate.php:53 include/database.item.php:85 msgid "Vérification de la comptabilité" msgstr "" -#: include/menu_translate.php:54 +#: include/menu_translate.php:54 include/database.item.php:13 msgid "Création de rapport" msgstr "" -#: include/menu_translate.php:55 +#: include/menu_translate.php:55 include/database.item.php:86 msgid "Ecriture Ouverture" msgstr "" @@ -4716,19 +5296,19 @@ msgstr "" msgid "Ecriture d" msgstr "" -#: include/menu_translate.php:99 +#: include/menu_translate.php:99 include/database.item.php:63 msgid "Impression de rapport" msgstr "" -#: include/menu_translate.php:100 +#: include/menu_translate.php:100 include/database.item.php:105 msgid "Impression de bilan" msgstr "" -#: include/menu_translate.php:101 +#: include/menu_translate.php:101 include/database.item.php:64 msgid "Impression du grand livre" msgstr "" -#: include/menu_translate.php:102 +#: include/menu_translate.php:102 include/database.item.php:65 msgid "Impression des balances comptables" msgstr "" @@ -4740,19 +5320,19 @@ msgstr "" msgid "Impression catégorie de fiches" msgstr "" -#: include/menu_translate.php:104 +#: include/menu_translate.php:104 include/database.item.php:68 msgid "Menu impression" msgstr "" -#: include/menu_translate.php:106 +#: include/menu_translate.php:106 include/database.item.php:114 msgid "Impression compta. analytique" msgstr "" -#: include/menu_translate.php:107 +#: include/menu_translate.php:107 include/database.item.php:14 msgid "saut de ligne" msgstr "" -#: include/menu_translate.php:107 +#: include/menu_translate.php:107 include/database.item.php:14 msgid "Saut de ligne" msgstr "" @@ -4765,43 +5345,50 @@ msgid "Retour sans sauver" msgstr "" #: include/template/forecast-detail.php:8 +#: include/template/forecast-detail.php:12 msgid "Formules" msgstr "" #: include/template/forecast-detail.php:9 +#: include/template/forecast-detail.php:13 msgid "ou QuickCode" msgstr "" #: include/template/ledger_detail_ach.php:114 +#: include/template/ledger_detail_ach.php:127 +#: include/template/operation_detail_ach.php:45 msgid "Prix/Un." msgstr "" #: include/template/ledger_detail_ven.php:109 +#: include/template/ledger_detail_ven.php:124 +#: include/template/operation_detail_ven.php:37 msgid "Prix/Un" msgstr "" #: include/template/new_mod_payment.php:7 +#: include/template/new_mod_payment.php:10 msgid "Pour le journal" msgstr "" -#: include/template/param_jrn.php:17 +#: include/template/param_jrn.php:17 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:88 +#: include/template/param_jrn.php:88 include/template/param_jrn.php:94 msgid "" "Le préfixe des pièces doit être différent pour chaque journal, on peut aussi " "utiliser l'année" msgstr "" -#: html/do.php:41 +#: html/do.php:41 html/do.php:44 msgid "Vous êtes déconnecté" msgstr "" -#: include/ac_common.php:807 +#: include/ac_common.php:807 include/ac_common.php:825 msgid "Module inexistant" msgstr "" @@ -4813,7 +5400,7 @@ msgstr "" msgid "Plusieurs modules sont le module par défaut" msgstr "" -#: include/menu_translate.php:4 +#: include/menu_translate.php:4 include/database.item.php:70 msgid "Grand'Livre" msgstr "" @@ -4821,15 +5408,15 @@ msgstr "" msgid "Grand livre d'plan analytique" msgstr "" -#: include/menu_translate.php:55 +#: include/menu_translate.php:55 include/database.item.php:86 msgid "Ecriture d'ouverture" msgstr "" -#: include/menu_translate.php:56 +#: include/menu_translate.php:56 include/database.item.php:60 msgid "Historique achat" msgstr "" -#: include/menu_translate.php:57 +#: include/menu_translate.php:57 include/database.item.php:172 msgid "Courrier" msgstr "" @@ -4837,103 +5424,103 @@ msgstr "" msgid "Suivi, courrier, devis" msgstr "" -#: include/menu_translate.php:59 +#: include/menu_translate.php:59 include/database.item.php:52 msgid "Extensions (plugins)" msgstr "" -#: include/menu_translate.php:60 +#: include/menu_translate.php:60 include/database.item.php:87 msgid "Config. modèle de document" msgstr "" -#: include/menu_translate.php:61 +#: include/menu_translate.php:61 include/database.item.php:88 msgid "journaux" msgstr "" -#: include/menu_translate.php:61 +#: include/menu_translate.php:61 include/database.item.php:88 msgid "Configuration des journaux" msgstr "" -#: include/menu_translate.php:62 +#: include/menu_translate.php:62 include/database.item.php:53 msgid "Ecriture prédefinie" msgstr "" -#: include/menu_translate.php:62 +#: include/menu_translate.php:62 include/database.item.php:53 msgid "Gestion des opérations prédéfinifies" msgstr "" -#: include/menu_translate.php:63 +#: include/menu_translate.php:63 include/database.item.php:117 msgid "Menu avancé" msgstr "" -#: include/menu_translate.php:64 +#: include/menu_translate.php:64 include/database.item.php:115 msgid "Compta Analytique" msgstr "" -#: include/menu_translate.php:64 +#: include/menu_translate.php:64 include/database.item.php:115 msgid "Module comptabilité analytique" msgstr "" -#: include/menu_translate.php:65 +#: include/menu_translate.php:65 include/database.item.php:89 msgid "configuration de la sécurité" msgstr "" -#: include/menu_translate.php:66 +#: include/menu_translate.php:66 include/database.item.php:49 msgid "Plan Compt. analytique" msgstr "" -#: include/menu_translate.php:66 +#: include/menu_translate.php:66 include/database.item.php:49 msgid "Plan analytique" msgstr "" -#: include/menu_translate.php:67 +#: include/menu_translate.php:67 include/database.item.php:50 msgid "Groupe analytique" msgstr "" -#: include/menu_translate.php:68 +#: include/menu_translate.php:68 include/database.item.php:61 msgid "Historique opérations diverses" msgstr "" -#: include/menu_translate.php:69 +#: include/menu_translate.php:69 include/database.item.php:113 msgid "Vente / Recette" msgstr "" -#: include/menu_translate.php:69 +#: include/menu_translate.php:69 include/database.item.php:113 msgid "Menu ventes et recettes" msgstr "" -#: include/menu_translate.php:72 +#: include/menu_translate.php:72 include/database.item.php:119 msgid "Menu Financier" msgstr "" -#: include/menu_translate.php:73 +#: include/menu_translate.php:73 include/database.item.php:103 msgid "Historique financier" msgstr "" -#: include/menu_translate.php:74 +#: include/menu_translate.php:74 include/database.item.php:66 msgid "Menu achat" msgstr "" -#: include/menu_translate.php:75 +#: include/menu_translate.php:75 include/database.item.php:111 msgid "Menu opérations diverses" msgstr "" -#: include/menu_translate.php:76 +#: include/menu_translate.php:76 include/database.item.php:54 msgid "Opérations Diverses" msgstr "" -#: include/menu_translate.php:76 +#: include/menu_translate.php:76 include/database.item.php:54 msgid "Nouvelle opérations diverses" msgstr "" -#: include/menu_translate.php:77 +#: include/menu_translate.php:77 include/database.item.php:97 msgid "Rapprochement bancaire" msgstr "" -#: include/menu_translate.php:78 +#: include/menu_translate.php:78 include/database.item.php:122 msgid "Suivi administration, banque" msgstr "" -#: include/menu_translate.php:79 +#: include/menu_translate.php:79 include/database.item.php:55 msgid "Nouvel extrait bancaire" msgstr "" @@ -4941,67 +5528,67 @@ msgstr "" msgid "Gestion des modèles de fiches" msgstr "" -#: include/menu_translate.php:81 +#: include/menu_translate.php:81 include/database.item.php:98 msgid "Soldes" msgstr "" -#: include/menu_translate.php:81 +#: include/menu_translate.php:81 include/database.item.php:98 msgid "Solde des comptes en banques, caisse..." msgstr "" -#: include/menu_translate.php:83 +#: include/menu_translate.php:83 include/database.item.php:99 msgid "Lettrage par Poste" msgstr "" -#: include/menu_translate.php:83 +#: include/menu_translate.php:83 include/database.item.php:99 msgid "lettrage par poste comptable" msgstr "" -#: include/menu_translate.php:84 +#: include/menu_translate.php:84 include/database.item.php:100 msgid "Balance par catégorie de fiche" msgstr "" -#: include/menu_translate.php:85 +#: include/menu_translate.php:85 include/database.item.php:15 msgid "Suivi client" msgstr "" -#: include/menu_translate.php:86 +#: include/menu_translate.php:86 include/database.item.php:108 msgid "Gestion catégorie de fiche" msgstr "" -#: include/menu_translate.php:87 +#: include/menu_translate.php:87 include/database.item.php:58 msgid "Config. catégorie de documents" msgstr "" -#: include/menu_translate.php:88 +#: include/menu_translate.php:88 include/database.item.php:102 msgid "Historique vente" msgstr "" -#: include/menu_translate.php:88 +#: include/menu_translate.php:88 include/database.item.php:102 msgid "Historique des ventes" msgstr "" -#: include/menu_translate.php:89 +#: include/menu_translate.php:89 include/database.item.php:59 msgid "Lettrage par Fiche" msgstr "" -#: include/menu_translate.php:90 +#: include/menu_translate.php:90 include/database.item.php:101 msgid "Config. du plan comptable" msgstr "" -#: include/menu_translate.php:93 +#: include/menu_translate.php:93 include/database.item.php:74 msgid "Comptabilité" msgstr "" -#: include/menu_translate.php:93 +#: include/menu_translate.php:93 include/database.item.php:74 msgid "Module comptabilité" msgstr "" -#: include/menu_translate.php:94 +#: include/menu_translate.php:94 include/database.item.php:71 msgid "Module gestion" msgstr "" -#: include/menu_translate.php:95 +#: include/menu_translate.php:95 include/database.item.php:57 msgid "Module paramètre" msgstr "" @@ -5009,15 +5596,15 @@ msgstr "" msgid "Impression historique" msgstr "" -#: include/menu_translate.php:97 +#: include/menu_translate.php:97 include/database.item.php:104 msgid "Impression des rapprochements" msgstr "" -#: include/menu_translate.php:98 +#: include/menu_translate.php:98 include/database.item.php:62 msgid "Impression du détail d'un poste comptable" msgstr "" -#: include/menu_translate.php:108 +#: include/menu_translate.php:108 include/database.item.php:45 msgid "Export définition d'un raport" msgstr "" @@ -5037,14 +5624,667 @@ msgstr "" msgid "Cette extension permet de faire les listings et declarations TVA" msgstr "" -#: include/menu_translate.php:111 +#: include/menu_translate.php:111 include/database.item.php:6 msgid "Balance Analytique/comptabilité" msgstr "" -#: include/menu_translate.php:111 +#: include/menu_translate.php:111 include/database.item.php:6 msgid "Lien entre comptabilité et Comptabilité analytique" msgstr "" #: include/menu_translate.php:112 msgid "test" msgstr "" + +#: html/admin_repo.php:42 +msgid " Administration Globale" +msgstr "" + +#: html/ajax_card.php:253 html/ajax_card.php:356 +msgid "" +"Aucune catégorie de fiche ne correspond à votre demande, le journal pourrait " +"n'avoir accès à aucune fiche" +msgstr "" + +#: html/ajax_card.php:265 +msgid "Aucune catégorie de fiche ne correspond à votre demande" +msgstr "" + +#: html/ajax_ledger.php:100 html/ajax_ledger.php:122 +msgid "Information" +msgstr "" + +#: html/ajax_ledger.php:200 +msgid "Désolé il y a une erreur" +msgstr "" + +#: html/ajax_ledger.php:504 +msgid "" +"Changement impossible: on ne peut pas changer la date dans une période fermée" +msgstr "" + +#: html/ajax_misc.php:338 html/ajax_misc.php:352 +msgid "Date malformée" +msgstr "" + +#: html/user_login.php:163 include/balance.inc.php:278 +#: include/compta_fin_rec.inc.php:126 include/dossier.inc.php:177 +#: include/modele.inc.php:237 include/user.inc.php:117 +msgid "Filtre" +msgstr "" + +#: include/ac_common.php:907 +msgid "" +"Utilisateur n'a pas de profile, votre administrateur doit en configurer un " +"dans CFGSEC" +msgstr "" + +#: include/action.common.inc.php:197 include/ajax_view_action.php:51 +msgid "Ce document n'est pas accessible" +msgstr "" + +#: include/ajax_get_profile.php:41 +msgid "Détail Menus" +msgstr "" + +#: include/ajax_get_profile.php:42 +msgid "Détail Impressions" +msgstr "" + +#: include/ajax_get_profile.php:43 +msgid "Action Gestion" +msgstr "" + +#: include/ajax_get_profile.php:44 +msgid "Dépôts" +msgstr "" + +#: include/ajax_view_action.php:33 +msgid "Détail action" +msgstr "" + +#: include/category_card.inc.php:65 +msgid "Suivi Fournisseur, client, banque, devis, bon de commande, courrier" +msgstr "" + +#: include/category_card.inc.php:66 +msgid "Liste de contacts" +msgstr "" + +#: include/class_acc_ledger_purchase.php:1328 +#: include/class_acc_ledger_sold.php:624 +msgid "Détail opération " +msgstr "" + +#: include/class_acc_ledger_purchase.php:1338 +#: include/class_acc_ledger_purchase.php:1343 +#: include/class_acc_ledger_purchase.php:1346 +#: include/class_acc_ledger_sold.php:634 include/class_acc_ledger_sold.php:639 +#: include/class_acc_ledger_sold.php:642 +#: include/template/form_ledger_detail.php:42 +msgid "Numéro Pièce" +msgstr "" + +#: include/class_acc_ledger_purchase.php:1608 +#: include/class_acc_ledger_sold.php:864 +msgid "Déduction acompte " +msgstr "" + +#: include/class_acc_ledger_purchase.php:1609 +#: include/class_acc_ledger_sold.php:865 +msgid "Libellé :" +msgstr "" + +#: include/class_acc_payment.php:291 +msgid " Acompte à déduire" +msgstr "" + +#: include/class_acc_payment.php:299 +msgid " Libellé du paiement" +msgstr "" + +#: include/class_calendar.php:85 +msgid "Tâches" +msgstr "" + +#: include/class_calendar.php:129 +msgid "Notes" +msgstr "" + +#: include/class_default_menu.php:48 +msgid "Code pour création facture depuis gestion" +msgstr "" + +#: include/class_default_menu.php:49 +msgid "Code pour appel gestion" +msgstr "" + +#: include/class_fiche_def.php:210 +msgid "Le nom de la catégorie ne peut pas être vide" +msgstr "" + +#: include/class_fiche_def.php:236 +msgid "Catégorie existante" +msgstr "" + +#: include/class_follow_up.php:1187 +msgid "Tous les Etats" +msgstr "" + +#: include/class_follow_up.php:1196 +msgid "Aucun" +msgstr "" + +#: include/class_follow_up.php:1218 +msgid "Tous les profiles" +msgstr "" + +#: include/class_html_input.php:323 +msgid "Filtre " +msgstr "" + +#: include/class_profile_menu.php:236 include/class_profile_menu.php:260 +msgid "Lecture" +msgstr "" + +#: include/class_profile_menu.php:237 include/class_profile_menu.php:261 +msgid "Ecriture" +msgstr "" + +#: include/class_profile_menu.php:238 include/class_profile_menu.php:262 +msgid "Aucun accès" +msgstr "" + +#: include/company.inc.php:115 +msgid "Utilisation des stocks" +msgstr "" + +#: include/company.inc.php:123 +msgid "Changer le libellé des détails" +msgstr "" + +#: include/compta_fin_saldo.inc.php:38 +msgid "Filtre :" +msgstr "" + +#: include/database.item.php:16 +msgid "Historique stock" +msgstr "" + +#: include/database.item.php:16 +msgid "Historique des mouvement de stock" +msgstr "" + +#: include/database.item.php:46 +msgid "Export Action Gestion" +msgstr "" + +#: include/database.item.php:47 +msgid "Export Historique mouvement stock" +msgstr "" + +#: include/database.item.php:48 +msgid "Export Résumé list stock" +msgstr "" + +#: include/database.item.php:51 +msgid "Liste des contacts" +msgstr "" + +#: include/database.item.php:69 +msgid "Information Banque" +msgstr "" + +#: include/database.item.php:70 +msgid "Grand livre analytique" +msgstr "" + +#: include/database.item.php:79 +msgid "Liste,Balance,Historique par fiche" +msgstr "" + +#: include/database.item.php:81 +msgid "Configuration étiquette" +msgstr "" + +#: include/database.item.php:81 +msgid "Configuration des tags" +msgstr "" + +#: include/database.item.php:90 +msgid "Gestion des attributs de fiches " +msgstr "" + +#: include/database.item.php:91 +msgid "Etat des stock" +msgstr "" + +#: include/database.item.php:92 +msgid "Modification Stocks" +msgstr "" + +#: include/database.item.php:92 +msgid "Modification des stocks (inventaire)" +msgstr "" + +#: include/database.item.php:93 +msgid "Histo. Changement" +msgstr "" + +#: include/database.item.php:93 +msgid "Liste des changements manuels des stocks" +msgstr "" + +#: include/database.item.php:94 +msgid "Navigateur" +msgstr "" + +#: include/database.item.php:94 +msgid "Menu simplifié pour retrouver rapidement un menu" +msgstr "" + +#: include/database.item.php:106 +msgid "Configuration des dépôts" +msgstr "" + +#: include/database.item.php:106 +msgid "Configuration dépôts" +msgstr "" + +#: include/database.item.php:109 +msgid "Configuration de catégorie de fiches" +msgstr "" + +#: include/database.item.php:110 +msgid "Etat des documents" +msgstr "" + +#: include/database.item.php:112 +msgid "Impression Journaux" +msgstr "" + +#: include/database.item.php:112 +msgid "Impression des journaux" +msgstr "" + +#: include/database.item.php:118 +msgid "Favori" +msgstr "" + +#: include/database.item.php:118 +msgid "Raccourci vers vos menus préférés" +msgstr "" + +#: include/database.item.php:119 +msgid "Trésorerie" +msgstr "" + +#: include/database.item.php:120 +msgid "Liste Suivi" +msgstr "" + +#: include/database.item.php:120 +msgid "Document de suivi sous forme de liste" +msgstr "" + +#: include/database.item.php:124 +msgid "Export opérations rapprochées" +msgstr "" + +#: include/database.item.php:124 +msgid "Export opérations rapprochées en CSV" +msgstr "" + +#: include/database.item.php:125 +msgid "Administrateur" +msgstr "" + +#: include/database.item.php:125 +msgid "Suivi des gérants, administrateurs et salariés" +msgstr "" + +#: include/database.item.php:126 +msgid "Menu par défaut" +msgstr "" + +#: include/database.item.php:126 +msgid "Configuration des menus par défaut" +msgstr "" + +#: include/database.item.php:127 +msgid "Agenda" +msgstr "" + +#: include/database.item.php:130 +msgid "Prix vente" +msgstr "" + +#: include/database.item.php:131 +msgid "Prix achat" +msgstr "" + +#: include/database.item.php:132 +msgid "Durée Amortissement" +msgstr "" + +#: include/database.item.php:133 +msgid "Montant initial" +msgstr "" + +#: include/database.item.php:134 +msgid "TVA non déductible" +msgstr "" + +#: include/database.item.php:135 +msgid "TVA non déductible récupérable par l'impôt" +msgstr "" + +#: include/database.item.php:136 +msgid "Partie fiscalement non déductible" +msgstr "" + +#: include/database.item.php:137 +msgid "Dépense charge du grant (partie privé) " +msgstr "" + +#: include/database.item.php:138 +msgid "Compte bancaire" +msgstr "" + +#: include/database.item.php:142 +msgid "Nom de la banque" +msgstr "" + +#: include/database.item.php:144 +msgid "Personne de contact " +msgstr "" + +#: include/database.item.php:145 +msgid "numéro de tva " +msgstr "" + +#: include/database.item.php:146 +msgid "Adresse " +msgstr "" + +#: include/database.item.php:147 +msgid "pays " +msgstr "" + +#: include/database.item.php:148 +msgid "téléphone " +msgstr "" + +#: include/database.item.php:149 +msgid "email " +msgstr "" + +#: include/database.item.php:151 include/stock_cfg.inc.php:60 +msgid "Ville" +msgstr "" + +#: include/database.item.php:153 +msgid "GSM" +msgstr "" + +#: include/database.item.php:154 +msgid "code postal" +msgstr "" + +#: include/database.item.php:155 +msgid "Numero de client" +msgstr "" + +#: include/database.item.php:157 +msgid "Contrepartie pour TVA récup par impot" +msgstr "" + +#: include/database.item.php:158 +msgid "Contrepartie pour TVA non Ded." +msgstr "" + +#: include/database.item.php:159 +msgid "Contrepartie pour dépense à charge du gérant" +msgstr "" + +#: include/database.item.php:160 +msgid "Contrepartie pour dépense fiscal. non déd." +msgstr "" + +#: include/database.item.php:162 +msgid "Date Fin" +msgstr "" + +#: include/database.item.php:163 +msgid "Gestion stock" +msgstr "" + +#: include/database.item.php:164 +msgid "Société" +msgstr "" + +#: include/database.item.php:167 +msgid "Document Interne" +msgstr "" + +#: include/database.item.php:168 +msgid "Bons de commande client" +msgstr "" + +#: include/database.item.php:169 +msgid "Bon de commande Fournisseur" +msgstr "" + +#: include/database.item.php:171 +msgid "Lettre de rappel" +msgstr "" + +#: include/database.item.php:173 +msgid "Proposition" +msgstr "" + +#: include/database.item.php:174 +msgid "Email" +msgstr "" + +#: include/database.item.php:177 +msgid "Réception commande Fournisseur" +msgstr "" + +#: include/database.item.php:178 +msgid "Réception commande Client" +msgstr "" + +#: include/database.item.php:179 +msgid "Réception magazine" +msgstr "" + +#: include/database.item.php:182 +msgid "Ajout de fiche" +msgstr "" + +#: include/database.item.php:183 +msgid "Création, modification et effacement de fiche" +msgstr "" + +#: include/database.item.php:184 +msgid "création, modification et effacement de catégorie de fiche" +msgstr "" + +#: include/database.item.php:185 +msgid "Effacer les documents du suivi" +msgstr "" + +#: include/database.item.php:186 +msgid "Voir les documents du suivi" +msgstr "" + +#: include/database.item.php:187 +msgid "Modifier le type de document" +msgstr "" + +#: include/database.item.php:190 include/database.item.php:192 +msgid "Caisse" +msgstr "" + +#: include/database.item.php:191 +msgid "Paiement électronique" +msgstr "" + +#: include/database.item.php:193 +msgid "Par gérant ou administrateur" +msgstr "" + +#: include/database.item.php:202 +msgid "" +"Concerne tous les achats, factures reçues, notes de crédit reçues et notes " +"de frais" +msgstr "" + +#: include/database.item.php:203 +msgid "" +"Concerne tous les mouvements financiers (comptes en banque, caisses, visa...)" +msgstr "" + +#: include/database.item.php:204 +msgid "" +"Concerne toutes les opérations comme les amortissements, les comptes TVA, ..." +msgstr "" + +#: include/database.item.php:205 +msgid "Concerne toutes les ventes, notes de crédit envoyées" +msgstr "" + +#: include/doc_state.inc.php:57 +msgid "Ferme l'action" +msgstr "" + +#: include/dossier.inc.php:214 +msgid "Dossier inexistant" +msgstr "" + +#: include/fiche.inc.php:175 +msgid "Fiche non effacées" +msgstr "" + +#: include/fiche.inc.php:176 +msgid " Ces fiches n'ont pas été effacées " +msgstr "" + +#: include/fiche.inc.php:305 +msgid "Aucune fiche trouvée" +msgstr "" + +#: include/fiche.inc.php:312 +msgid "Filtre rapide:" +msgstr "" + +#: include/manager.inc.php:88 +msgid "Inclure les employés sans opération :" +msgstr "" + +#: include/stock_cfg.inc.php:37 +msgid "Vous n'utilisez pas de gestion de stock" +msgstr "" + +#: include/template/action_search.php:67 +msgid "Etiquette" +msgstr "" + +#: include/template/action_search.php:107 +msgid "Exclure Etat" +msgstr "" + +#: include/template/action_search.php:110 +#, php-format +msgid "contenant le mot" +msgstr "" + +#: include/template/action_search.php:114 +#: include/template/document_mod_change.php:25 +msgid "Type de document" +msgstr "" + +#: include/template/action_search.php:119 +#, php-format +msgid "Après le " +msgstr "" + +#: include/template/action_search.php:126 +msgid "Avant le" +msgstr "" + +#: include/template/action_search.php:133 +msgid "Uniquement actions internes" +msgstr "" + +#: include/template/detail-action.php:19 +msgid "N° document" +msgstr "" + +#: include/template/detail-action.php:55 +msgid "Date limite" +msgstr "" + +#: include/template/detail-action.php:156 +#, php-format +msgid "Voulez-vous effacer cette opération " +msgstr "" + +#: include/template/detail-action.php:185 +#, php-format +msgid "Voulez-vous effacer cette action " +msgstr "" + +#: include/template/detail-action.php:240 +#, php-format +msgid "Voulez-vous effacer ce commentaire " +msgstr "" + +#: include/template/document_mod_change.php:45 +msgid "Préfixe" +msgstr "" + +#: include/template/document_mod_change.php:56 +msgid "numéro actuel" +msgstr "" + +#: include/template/document_mod_change.php:71 +msgid "Prochain numéro" +msgstr "" + +#: include/template/forecast_result.php:84 +msgid "Total réel" +msgstr "" + +#: include/template/form_ledger_detail.php:76 +#: include/template/predf_ledger_detail.php:26 +msgid "prix/unité " +msgstr "" + +#: include/template/form_ledger_detail.php:78 +#: include/template/letter_prop.php:161 +#: include/template/predf_ledger_detail.php:28 +msgid "Total " +msgstr "" + +#: include/template/ledger_detail_ach.php:134 +msgid "TVA ND" +msgstr "" + +#: include/template/ledger_search.php:30 +msgid "Et paiement compris entre les date " +msgstr "" + +#: include/template/letter_all.php:41 include/template/letter_prop.php:40 +#: include/template/letter_prop.php:80 +msgid "Op. concernée" +msgstr "" + +#: include/template/operation_detail_ach.php:47 +msgid "Personnel" +msgstr "" + +#: include/template/profile_sec_repository.php:35 +msgid "Dépot" +msgstr "" diff --git a/html/user_login.php b/html/user_login.php index 5b2226134..d17af17b3 100644 --- a/html/user_login.php +++ b/html/user_login.php @@ -146,7 +146,7 @@ if ( $User->Admin() == 1 ) $result.=" Administration "; } $result.=''; -$result.='Préférence'; +$result.=''._('Préférence').''; $result.= ''; $result.=''._('Deconnexion').''; $result.=""; diff --git a/include/class_stock_goods_sql.php b/include/class_stock_goods_sql.php index 4d2f07e60..13c90cd4d 100644 --- a/include/class_stock_goods_sql.php +++ b/include/class_stock_goods_sql.php @@ -81,7 +81,7 @@ class Stock_Goods_Sql extends Phpcompta_SQL } -class Stock_Change_Sql extends NOALYSS_Sql +class Stock_Change_Sql extends Phpcompta_SQL { function __construct($cn,$p_id = -1) diff --git a/include/database.item.php b/include/database.item.php new file mode 100644 index 000000000..ab507a838 --- /dev/null +++ b/include/database.item.php @@ -0,0 +1,206 @@ + + + + + + +