diff --git a/ChangeLog b/ChangeLog index 603d7a5930f9abe7821e915e286b2c318026c1d8..f59614f981b1fdc848fc5851f6c3de339ddf94a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -806,7 +806,7 @@ For developers: - New: Support a backtopage parameter on contact creation page. - New: Add id on div to show logo. - New: Install wizard can activate a module at end of install. -- New: Dictionnary setup works with very large external dictionnaries (Add +- New: Dictionary setup works with very large external dictionnaries (Add page navigation). - New: Add api to draw graphics with javascript (using Jquery Flot). - New: Can add user login into menu urls added by modules. diff --git a/htdocs/adherents/canvas/actions_adherentcard_common.class.php b/htdocs/adherents/canvas/actions_adherentcard_common.class.php index 99aa24abcd03071b6d6e30e0899b99784d645629..9f93f0f1bdaae4ff8cdeff893d97f77392dea1aa 100644 --- a/htdocs/adherents/canvas/actions_adherentcard_common.class.php +++ b/htdocs/adherents/canvas/actions_adherentcard_common.class.php @@ -296,7 +296,7 @@ abstract class ActionsAdherentCardCommon $this->tpl['select_country'] = $form->select_country($this->object->country_id,'country_id'); $countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')'; - if ($user->admin) $this->tpl['info_admin'] = info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) $this->tpl['info_admin'] = info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); // State if ($this->object->country_id) $this->tpl['select_state'] = $formcompany->select_state($this->object->state_id,$this->object->country_code); diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index 6dbd80ba4d8dc1bfa563ea2b99d2a4536373fb17..90e0abcfd4bac664bdbd075fa4555a8b03dba84c 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -834,7 +834,7 @@ else $object->country_id=$object->country_id?$object->country_id:$mysoc->country_id; print '<tr><td width="25%">'.$langs->trans('Country').'</td><td>'; print $form->select_country(GETPOST('country_id','alpha')?GETPOST('country_id','alpha'):$object->country_id,'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State @@ -1083,7 +1083,7 @@ else //$object->country_id=$object->country_id?$object->country_id:$mysoc->country_id; // In edit mode we don't force to company country if not defined print '<tr><td width="25%">'.$langs->trans('Country').'</td><td>'; print $form->select_country(isset($_POST["country_id"])?$_POST["country_id"]:$object->country_id,'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php index 26611da68ee51065cd66a009d144d06cd289cc6d..d6c750c63a39902b771798fd7ed27b3f9cde9396 100644 --- a/htdocs/admin/company.php +++ b/htdocs/admin/company.php @@ -295,7 +295,7 @@ if ($action == 'edit' || $action == 'updateedit') print '<tr '.$bc[$var].'><td class="fieldrequired">'.$langs->trans("Country").'</td><td class="maxwidthonsmartphone">'; //if (empty($country_selected)) $country_selected=substr($langs->defaultlang,-2); // Par defaut, pays de la localisation print $form->select_country($mysoc->country_id,'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'."\n"; $var=!$var; diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php index 9feca68cfae120dbfae0a3fbd5805222efab0830..65612d3290859c460986ed240812b6832f250598 100644 --- a/htdocs/admin/dict.php +++ b/htdocs/admin/dict.php @@ -102,31 +102,31 @@ $tabname[25]= MAIN_DB_PREFIX."c_revenuestamp"; // Dictionary labels $tablib=array(); -$tablib[1] = "DictionnaryCompanyJuridicalType"; -$tablib[2] = "DictionnaryCanton"; -$tablib[3] = "DictionnaryRegion"; -$tablib[4] = "DictionnaryCountry"; -$tablib[5] = "DictionnaryCivility"; -$tablib[6] = "DictionnaryActions"; -$tablib[7] = "DictionnarySocialContributions"; -$tablib[8] = "DictionnaryCompanyType"; -$tablib[9] = "DictionnaryCurrency"; -$tablib[10]= "DictionnaryVAT"; -$tablib[11]= "DictionnaryTypeContact"; -$tablib[12]= "DictionnaryPaymentConditions"; -$tablib[13]= "DictionnaryPaymentModes"; -$tablib[14]= "DictionnaryEcotaxe"; -$tablib[15]= "DictionnaryPaperFormat"; -$tablib[16]= "DictionnaryProspectLevel"; -$tablib[17]= "DictionnaryFees"; -$tablib[18]= "DictionnarySendingMethods"; -$tablib[19]= "DictionnaryStaff"; -$tablib[20]= "DictionnaryOrderMethods"; -$tablib[21]= "DictionnaryAvailability"; -$tablib[22]= "DictionnarySource"; -$tablib[23]= "DictionnaryAccountancyplan"; -$tablib[24]= "DictionnaryAccountancysystem"; -$tablib[25]= "DictionnaryRevenueStamp"; +$tablib[1] = "DictionaryCompanyJuridicalType"; +$tablib[2] = "DictionaryCanton"; +$tablib[3] = "DictionaryRegion"; +$tablib[4] = "DictionaryCountry"; +$tablib[5] = "DictionaryCivility"; +$tablib[6] = "DictionaryActions"; +$tablib[7] = "DictionarySocialContributions"; +$tablib[8] = "DictionaryCompanyType"; +$tablib[9] = "DictionaryCurrency"; +$tablib[10]= "DictionaryVAT"; +$tablib[11]= "DictionaryTypeContact"; +$tablib[12]= "DictionaryPaymentConditions"; +$tablib[13]= "DictionaryPaymentModes"; +$tablib[14]= "DictionaryEcotaxe"; +$tablib[15]= "DictionaryPaperFormat"; +$tablib[16]= "DictionaryProspectLevel"; +$tablib[17]= "DictionaryFees"; +$tablib[18]= "DictionarySendingMethods"; +$tablib[19]= "DictionaryStaff"; +$tablib[20]= "DictionaryOrderMethods"; +$tablib[21]= "DictionaryAvailability"; +$tablib[22]= "DictionarySource"; +$tablib[23]= "DictionaryAccountancyplan"; +$tablib[24]= "DictionaryAccountancysystem"; +$tablib[25]= "DictionaryRevenueStamp"; // Requete pour extraction des donnees des dictionnaires $tabsql=array(); @@ -655,18 +655,18 @@ $formadmin=new FormAdmin($db); llxHeader(); -$titre=$langs->trans("DictionnarySetup"); +$titre=$langs->trans("DictionarySetup"); $linkback=''; if ($id) { $titre.=' - '.$langs->trans($tablib[$id]); - $linkback='<a href="'.$_SERVER['PHP_SELF'].'">'.$langs->trans("BackToDictionnaryList").'</a>'; + $linkback='<a href="'.$_SERVER['PHP_SELF'].'">'.$langs->trans("BackToDictionaryList").'</a>'; } print_fiche_titre($titre,$linkback,'setup'); if (empty($id)) { - print $langs->trans("DictionnaryDesc"); + print $langs->trans("DictionaryDesc"); print " ".$langs->trans("OnlyActiveElementsAreShown")."<br>\n"; } print "<br>\n"; @@ -1148,7 +1148,7 @@ else print '<table class="noborder" width="100%">'; print '<tr class="liste_titre">'; //print '<td>'.$langs->trans("Module").'</td>'; - print '<td colspan="2">'.$langs->trans("Dictionnary").'</td>'; + print '<td colspan="2">'.$langs->trans("Dictionary").'</td>'; print '<td>'.$langs->trans("Table").'</td>'; print '</tr>'; @@ -1181,7 +1181,7 @@ else print '<td>'; /*if (empty($tabcond[$i])) { - print info_admin($langs->trans("DictionnaryDisabledSinceNoModuleNeedIt"),1); + print info_admin($langs->trans("DictionaryDisabledSinceNoModuleNeedIt"),1); }*/ print '</td>'; print '<td>'.$tabname[$i].'</td></tr>'; diff --git a/htdocs/admin/pdf.php b/htdocs/admin/pdf.php index 85a707339f608f7b93f7100d453c8604082d293d..7976702f17ce7e6ba7659439893db757fe7e17d3 100644 --- a/htdocs/admin/pdf.php +++ b/htdocs/admin/pdf.php @@ -110,7 +110,7 @@ if ($action == 'edit') // Edit // Misc options - print_fiche_titre($langs->trans("DictionnaryPaperFormat"),'','').'<br>'; + print_fiche_titre($langs->trans("DictionaryPaperFormat"),'','').'<br>'; $var=true; print '<table summary="more" class="noborder" width="100%">'; print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td width="200px">'.$langs->trans("Value").'</td></tr>'; @@ -120,7 +120,7 @@ if ($action == 'edit') // Edit // Show pdf format $var=!$var; - print '<tr '.$bc[$var].'><td>'.$langs->trans("DictionnaryPaperFormat").'</td><td>'; + print '<tr '.$bc[$var].'><td>'.$langs->trans("DictionaryPaperFormat").'</td><td>'; print $formadmin->select_paper_format($selected,'MAIN_PDF_FORMAT'); print '</td></tr>'; @@ -262,14 +262,14 @@ else // Show $var=true; // Misc options - print_fiche_titre($langs->trans("DictionnaryPaperFormat"),'','').'<br>'; + print_fiche_titre($langs->trans("DictionaryPaperFormat"),'','').'<br>'; $var=true; print '<table summary="more" class="noborder" width="100%">'; print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td width="200px">'.$langs->trans("Value").'</td></tr>'; // Show pdf format $var=!$var; - print '<tr '.$bc[$var].'><td>'.$langs->trans("DictionnaryPaperFormat").'</td><td>'; + print '<tr '.$bc[$var].'><td>'.$langs->trans("DictionaryPaperFormat").'</td><td>'; $pdfformatlabel=''; if (empty($conf->global->MAIN_PDF_FORMAT)) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 90036a05de60f57ad495ef0ed0464d290f3def78..df5b6ef4d4361af5854aa6dd4d476a6cf7ae6476 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -2177,7 +2177,7 @@ else // Removed because using dictionnary is an admin feature, not a user feature. Ther is already the "star" to show info to admin users. // This is to avoid too heavy screens and have an uniform look and feel for all screens. //print '</td><td>'; - //print '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=22&origin=order&originid='.$object->id.'">'.$langs->trans("DictionnarySource").'</a>'; + //print '<a href="'.DOL_URL_ROOT.'/admin/dict.php?id=22&origin=order&originid='.$object->id.'">'.$langs->trans("DictionarySource").'</a>'; print '</td></tr>'; // Project diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php index 37376aceb7a2e429d1d0d3ca1a4287183e2fac34..445d7add8fc191eb3e0a4d8df48edbce0fd91d2d 100644 --- a/htdocs/compta/bank/fiche.php +++ b/htdocs/compta/bank/fiche.php @@ -277,7 +277,7 @@ if ($action == 'create') } else if (empty($selectedcode)) $selectedcode=$mysoc->country_code; print $form->select_country($selectedcode,'account_country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State @@ -550,7 +550,7 @@ else if (isset($_POST["account_country_id"])) $selectedcode=$_POST["account_country_id"]; else if (empty($selectedcode)) $selectedcode=$mysoc->country_code; print $form->select_country($selectedcode,'account_country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State diff --git a/htdocs/contact/canvas/actions_contactcard_common.class.php b/htdocs/contact/canvas/actions_contactcard_common.class.php index cd9169e1b2c3594d2c944a225e7db43431c8dbe7..0b65d2b2db89fb2c935cd7acb50b038bede69a86 100644 --- a/htdocs/contact/canvas/actions_contactcard_common.class.php +++ b/htdocs/contact/canvas/actions_contactcard_common.class.php @@ -296,7 +296,7 @@ abstract class ActionsContactCardCommon $this->tpl['select_country'] = $form->select_country($this->object->country_id,'country_id'); $countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')'; - if ($user->admin) $this->tpl['info_admin'] = info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) $this->tpl['info_admin'] = info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); // State if ($this->object->country_id) $this->tpl['select_state'] = $formcompany->select_state($this->object->fk_departement,$this->object->country_code); diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 8e5dd00986a5a83e8b63f97999de43edceac7b33..7724806f5c235c77e385b4e2c8ebff8121d90dee 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -482,7 +482,7 @@ else // Country print '<tr><td>'.$langs->trans("Country").'</td><td colspan="'.$colspan.'" class="maxwidthonsmartphone">'; print $form->select_country((isset($_POST["country_id"])?$_POST["country_id"]:$object->country_id),'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State @@ -688,7 +688,7 @@ else // Country print '<tr><td>'.$langs->trans("Country").'</td><td colspan="2" class="maxwidthonsmartphone">'; print $form->select_country(isset($_POST["country_id"])?$_POST["country_id"]:$object->country_id,'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index aca67c810e008d729c2f9dee45e5ee0c2d30351f..fa61089a8535583206dd6aa5542348daaa922477 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -572,7 +572,7 @@ class Form print '>'.$langs->trans("Service"); print '</select>'; - //if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + //if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } if (! $forceall && empty($conf->product->enabled) && ! empty($conf->service->enabled)) { @@ -662,7 +662,7 @@ class Form } print '</select>'; - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } @@ -2105,7 +2105,7 @@ class Form print '</option>'; } print '</select>'; - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } /** @@ -2185,7 +2185,7 @@ class Form print '</option>'; } print '</select>'; - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } /** @@ -2261,7 +2261,7 @@ class Form print '</option>'; } print '</select>'; - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } @@ -2316,7 +2316,7 @@ class Form print '</option>'; } print '</select>'; - if ($user->admin && ! $noadmininfo) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin && ! $noadmininfo) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } @@ -3239,7 +3239,7 @@ class Form $out.= '</option>'; } $out.= '</select>'; - if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); return $out; } diff --git a/htdocs/core/class/html.formactions.class.php b/htdocs/core/class/html.formactions.class.php index 43a06fead4e5df7ba547b5357b3c6e6692d9e03d..89cc3d2535aaa6002f716351bd6cb40c82db9c77 100644 --- a/htdocs/core/class/html.formactions.class.php +++ b/htdocs/core/class/html.formactions.class.php @@ -233,7 +233,7 @@ class FormActions if ($selected == 'auto') $selected='AC_OTH_AUTO'; print $form->selectarray($htmlname, $arraylist, $selected); - if ($user->admin && empty($onlyautoornot)) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin && empty($onlyautoornot)) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } } diff --git a/htdocs/core/class/html.formcompany.class.php b/htdocs/core/class/html.formcompany.class.php index 45aa19855d4441d2f7d5c26876a5e3f3fc7d053b..5420357a5a92c247295d6c847820854975be16af 100644 --- a/htdocs/core/class/html.formcompany.class.php +++ b/htdocs/core/class/html.formcompany.class.php @@ -274,7 +274,7 @@ class FormCompany } } if (! empty($htmlname)) $out.= '</select>'; - if (! empty($htmlname) && $user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if (! empty($htmlname) && $user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } else { @@ -395,7 +395,7 @@ class FormCompany } } $out.= '</select>'; - if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } else { @@ -488,7 +488,7 @@ class FormCompany } } $out.= '</select>'; - if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); $out.= '</div>'; } else diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index aec3884ac150e57cca766adcca06d40f9e367d75..4be04b8c559aff6f25bd6c168f685c7cc7c16d11 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -1088,7 +1088,7 @@ class FormOther * Return a HTML select list of bank accounts * * @param string $htmlname Name of select zone - * @param string $dictionnarytable Dictionnary table + * @param string $dictionnarytable Dictionary table * @param string $keyfield Field for key * @param string $labelfield Label field * @param string $selected Selected value @@ -1138,7 +1138,7 @@ class FormOther } else { - print $langs->trans("DictionnaryEmpty"); + print $langs->trans("DictionaryEmpty"); } } else { diff --git a/htdocs/core/class/html.formsocialcontrib.class.php b/htdocs/core/class/html.formsocialcontrib.class.php index 2b903052f274fc4b590484939c72acfd742aec4f..6ca8e3affb985a104fbf2676b499390713bd8062 100644 --- a/htdocs/core/class/html.formsocialcontrib.class.php +++ b/htdocs/core/class/html.formsocialcontrib.class.php @@ -99,7 +99,7 @@ class FormSocialContrib $i++; } print '</select>'; - if ($user->admin && $help) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin && $help) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); } else { diff --git a/htdocs/core/menus/init_menu_auguria.sql b/htdocs/core/menus/init_menu_auguria.sql index 282cc4e823679363ce2f9c2bd024b6eefe48dd55..b7dee64a100d36c5c7d9fadf11be5d68ff1e99a0 100644 --- a/htdocs/core/menus/init_menu_auguria.sql +++ b/htdocs/core/menus/init_menu_auguria.sql @@ -33,7 +33,7 @@ insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, left insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 107__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/pdf.php?leftmenu=setup', 'PDF', 1, 'admin', '', '', 2, 9, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 109__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/mails.php?leftmenu=setup', 'Emails', 1, 'admin', '', '', 2, 10, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 113__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/sms.php?leftmenu=setup', 'SMS', 1, 'admin', '', '', 2, 11, __ENTITY__); -insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 111__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/dict.php?leftmenu=setup', 'Dictionnary', 1, 'admin', '', '', 2, 12, __ENTITY__); +insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 111__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/dict.php?leftmenu=setup', 'Dictionary', 1, 'admin', '', '', 2, 12, __ENTITY__); insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$leftmenu=="setup"', __HANDLER__, 'left', 112__+MAX_llx_menu__, 'home', '', 100__+MAX_llx_menu__, '/admin/const.php?leftmenu=setup', 'OtherSetup', 1, 'admin', '', '', 2, 13, __ENTITY__); -- Home - Sytem info insert into llx_menu (module, enabled, menu_handler, type, rowid, mainmenu, leftmenu, fk_menu, url, titre, level, langs, perms, target, usertype, position, entity) values ('', '$user->admin', __HANDLER__, 'left', 300__+MAX_llx_menu__, 'home', 'admintools', 1__+MAX_llx_menu__, '/admin/tools/index.php?leftmenu=admintools', 'SystemTools', 0, 'admin', '', '', 2, 2, __ENTITY__); diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php index 954cdc1c2d1c27845448ce701c3fc43a0cf89feb..b244e8bbd15d98d4e03cd552748ef105798f92f3 100644 --- a/htdocs/core/menus/standard/eldy.lib.php +++ b/htdocs/core/menus/standard/eldy.lib.php @@ -510,7 +510,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu $newmenu->add("/admin/pdf.php?mainmenu=home", $langs->trans("PDF"),1); $newmenu->add("/admin/mails.php?mainmenu=home", $langs->trans("Emails"),1); $newmenu->add("/admin/sms.php?mainmenu=home", $langs->trans("SMS"),1); - $newmenu->add("/admin/dict.php?mainmenu=home", $langs->trans("Dictionnary"),1); + $newmenu->add("/admin/dict.php?mainmenu=home", $langs->trans("Dictionary"),1); $newmenu->add("/admin/const.php?mainmenu=home", $langs->trans("OtherSetup"),1); } diff --git a/htdocs/core/menus/standard/empty.php b/htdocs/core/menus/standard/empty.php index f64bfd3a757f945ebbd4634c3775b46fe870e29a..30bd17906cede2ad8db136341744d001b43743ff 100644 --- a/htdocs/core/menus/standard/empty.php +++ b/htdocs/core/menus/standard/empty.php @@ -122,7 +122,7 @@ class MenuManager $this->menu->add("/admin/pdf.php?mainmenu=home", $langs->trans("PDF"),1); $this->menu->add("/admin/mails.php?mainmenu=home", $langs->trans("Emails"),1); $this->menu->add("/admin/sms.php?mainmenu=home", $langs->trans("SMS"),1); - $this->menu->add("/admin/dict.php?mainmenu=home", $langs->trans("DictionnarySetup"),1); + $this->menu->add("/admin/dict.php?mainmenu=home", $langs->trans("DictionarySetup"),1); $this->menu->add("/admin/const.php?mainmenu=home", $langs->trans("OtherSetup"),1); // ***** END ***** diff --git a/htdocs/core/modules/modSociete.class.php b/htdocs/core/modules/modSociete.class.php index 28d83897b37bdcf8b990562ca9edef9c1df14f63..8d9c3bdd18b5273368e7674dad445f31b846dddf 100644 --- a/htdocs/core/modules/modSociete.class.php +++ b/htdocs/core/modules/modSociete.class.php @@ -398,8 +398,8 @@ class modSociete extends DolibarrModules // End add extra fields $this->import_fieldshidden_array[$r]=array('s.fk_user_creat'=>'user->id','extra.fk_object'=>'lastrowid-'.MAIN_DB_PREFIX.'societe'); // aliastable.field => ('user->id' or 'lastrowid-'.tableparent) $this->import_convertvalue_array[$r]=array( - 's.fk_typent'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/ctypent.class.php','class'=>'Ctypent','method'=>'fetch','dict'=>'DictionnaryCompanyType'), - 's.fk_pays'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/cpays.class.php','class'=>'Cpays','method'=>'fetch','dict'=>'DictionnaryCountry'), + 's.fk_typent'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/ctypent.class.php','class'=>'Ctypent','method'=>'fetch','dict'=>'DictionaryCompanyType'), + 's.fk_pays'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/cpays.class.php','class'=>'Cpays','method'=>'fetch','dict'=>'DictionaryCountry'), 's.fk_stcomm'=>array('rule'=>'zeroifnull'), 's.code_client'=>array('rule'=>'getcustomercodeifnull'), 's.code_fournisseur'=>array('rule'=>'getsuppliercodeifnull'), @@ -434,7 +434,7 @@ class modSociete extends DolibarrModules $this->import_fieldshidden_array[$r]=array('s.fk_user_creat'=>'user->id','extra.fk_object'=>'lastrowid-'.MAIN_DB_PREFIX.'socpeople'); // aliastable.field => ('user->id' or 'lastrowid-'.tableparent) $this->import_convertvalue_array[$r]=array( 's.fk_soc'=>array('rule'=>'fetchidfromref','file'=>'/societe/class/societe.class.php','class'=>'Societe','method'=>'fetch','element'=>'ThirdParty'), - 's.fk_pays'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/cpays.class.php','class'=>'Cpays','method'=>'fetch','dict'=>'DictionnaryCountry'), + 's.fk_pays'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/cpays.class.php','class'=>'Cpays','method'=>'fetch','dict'=>'DictionaryCountry'), ); //$this->import_convertvalue_array[$r]=array('s.fk_soc'=>array('rule'=>'lastrowid',table='t'); $this->import_regex_array[$r]=array('s.birthday'=>'^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]$','s.datec'=>'^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]$'); diff --git a/htdocs/core/modules/modStock.class.php b/htdocs/core/modules/modStock.class.php index 6527a59d6e664d4ef8652bf7a85c935536bacc09..abf6add2c293ee88660c7e0535dcdef56621b385 100644 --- a/htdocs/core/modules/modStock.class.php +++ b/htdocs/core/modules/modStock.class.php @@ -154,7 +154,7 @@ class modStock extends DolibarrModules ); $this->import_convertvalue_array[$r]=array( - 'e.fk_pays'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/cpays.class.php','class'=>'Cpays','method'=>'fetch','dict'=>'DictionnaryCountry') + 'e.fk_pays'=>array('rule'=>'fetchidfromcodeid','classfile'=>'/core/class/cpays.class.php','class'=>'Cpays','method'=>'fetch','dict'=>'DictionaryCountry') ); $this->import_regex_array[$r]=array('e.statut'=>'^[0|1]'); $this->import_examplevalues_array[$r]=array('e.label'=>"ALM001", diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php index c77753c0948d608a02928024526ca740f5dd1dfd..0a5d3d0cfcf5438689fd9102e27aadce18f28967 100644 --- a/htdocs/expedition/fiche.php +++ b/htdocs/expedition/fiche.php @@ -653,7 +653,7 @@ if ($action == 'create') print '<td colspan="3">'; $expe->fetch_delivery_methods(); print $form->selectarray("shipping_method_id",$expe->meths,GETPOST('shipping_method_id','int'),1,0,0,"",1); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print "</td></tr>\n"; // Tracking number @@ -1152,7 +1152,7 @@ else if ($id || $ref) print '<input type="hidden" name="action" value="setshipping_method_id">'; $object->fetch_delivery_methods(); print $form->selectarray("shipping_method_id",$object->meths,$object->shipping_method_id,1,0,0,"",1); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '<input type="submit" class="button" value="'.$langs->trans('Modify').'">'; print '</form>'; } diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index aefe54908026b82f0bfe314bd1704e0d6cf6685f..020d6dc928664fdc8f553ca5b503549bc2d704e0 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -80,7 +80,7 @@ $entitytolang = array( 'member_type' => 'MemberType', 'subscription' => 'Subscription', 'tax' => 'SocialContribution', - 'tax_type' => 'DictionnarySocialContributions', + 'tax_type' => 'DictionarySocialContributions', 'account' => 'BankTransactions', 'payment' => 'Payment', 'product' => 'Product', diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index c6ada78322a2562207d505a3e9c508ec27f54e7b..6bb65e258c9cd22141ae60e72bcc240a91255b04 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -57,7 +57,7 @@ $entitytolang=array( // Translation code 'order'=>'Order','order_line'=>'OrderLine', 'intervention'=>'Intervention' ,'inter_line'=>'InterLine', 'member'=>'Member','member_type'=>'MemberType','subscription'=>'Subscription', - 'tax'=>'SocialContribution','tax_type'=>'DictionnarySocialContributions', + 'tax'=>'SocialContribution','tax_type'=>'DictionarySocialContributions', 'account'=>'BankTransactions', 'payment'=>'Payment', 'product'=>'Product','stock'=>'Stock','warehouse'=>'Warehouse', @@ -890,7 +890,7 @@ if ($step == 4 && $datatoimport) else { if ($objimport->array_import_convertvalue[0][$code]['rule']=='fetchidfromref') $htmltext.=$langs->trans("SourceExample").': <b>'.$langs->transnoentitiesnoconv("ExampleAnyRefFoundIntoElement",$entitylang).($example?' ('.$langs->transnoentitiesnoconv("Example").': '.$example.')':'').'</b><br>'; - if ($objimport->array_import_convertvalue[0][$code]['rule']=='fetchidfromcodeid') $htmltext.=$langs->trans("SourceExample").': <b>'.$langs->trans("ExampleAnyCodeOrIdFoundIntoDictionnary",$langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$code]['dict'])).($example?' ('.$langs->transnoentitiesnoconv("Example").': '.$example.')':'').'</b><br>'; + if ($objimport->array_import_convertvalue[0][$code]['rule']=='fetchidfromcodeid') $htmltext.=$langs->trans("SourceExample").': <b>'.$langs->trans("ExampleAnyCodeOrIdFoundIntoDictionary",$langs->transnoentitiesnoconv($objimport->array_import_convertvalue[0][$code]['dict'])).($example?' ('.$langs->transnoentitiesnoconv("Example").': '.$example.')':'').'</b><br>'; } $htmltext.='<br>'; // Target field info diff --git a/htdocs/langs/ar_SA/admin.lang b/htdocs/langs/ar_SA/admin.lang index fd17aae252ed3a18d562688a39b2452bfbad7454..c26171676985270cb18695d81ab9f8f30620a378 100644 --- a/htdocs/langs/ar_SA/admin.lang +++ b/htdocs/langs/ar_SA/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=الإعداد الأمني ErrorModuleRequirePHPVersion=خطأ ، وهذا يتطلب وحدة PHP نسخة ثانية أو أعلى ٪ ErrorModuleRequireDolibarrVersion=خطأ ، وهذا يتطلب وحدة Dolibarr نسخة ثانية أو أعلى ٪ ErrorDecimalLargerThanAreForbidden=خطأ ، وهو أعلى من الدقة <b>٪</b> ق غير مدعوم. -DictionnarySetup=قاموس الإعداد -# Dictionnary=Dictionaries +DictionarySetup=قاموس الإعداد +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=جافا سكريبت تعطيل وظائف اياكس @@ -726,34 +726,34 @@ Permission50202=استيراد المعاملات # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=أنواع الشركة -DictionnaryCompanyJuridicalType=أنواع القانوني للشركة -DictionnaryProspectLevel=آفاق محتملة المستوى -DictionnaryCanton=الدولة / الكانتونات -DictionnaryRegion=المناطق -DictionnaryCountry=البلدان -DictionnaryCurrency=العملات -DictionnaryCivility=عنوان الكياسة -DictionnaryActions=الإجراءات القائمة -DictionnarySocialContributions=أنواع المساهمات الاجتماعية -DictionnaryVAT=معدلات ضريبة القيمة المضافة -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=شروط الدفع -DictionnaryPaymentModes=طرق الدفع -DictionnaryTypeContact=أنواع الاتصال -DictionnaryEcotaxe=الضرائب الإيكولوجية (WEEE) -DictionnaryPaperFormat=الصيغة الورقية -DictionnaryFees=نوع من الرسوم -DictionnarySendingMethods=طرق الإرسال -DictionnaryStaff=العاملين -DictionnaryAvailability=تأخير تسليم -DictionnaryOrderMethods=ترتيب طرق -DictionnarySource=الأصل من مقترحات / أوامر -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=أنواع الشركة +DictionaryCompanyJuridicalType=أنواع القانوني للشركة +DictionaryProspectLevel=آفاق محتملة المستوى +DictionaryCanton=الدولة / الكانتونات +DictionaryRegion=المناطق +DictionaryCountry=البلدان +DictionaryCurrency=العملات +DictionaryCivility=عنوان الكياسة +DictionaryActions=الإجراءات القائمة +DictionarySocialContributions=أنواع المساهمات الاجتماعية +DictionaryVAT=معدلات ضريبة القيمة المضافة +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=شروط الدفع +DictionaryPaymentModes=طرق الدفع +DictionaryTypeContact=أنواع الاتصال +DictionaryEcotaxe=الضرائب الإيكولوجية (WEEE) +DictionaryPaperFormat=الصيغة الورقية +DictionaryFees=نوع من الرسوم +DictionarySendingMethods=طرق الإرسال +DictionaryStaff=العاملين +DictionaryAvailability=تأخير تسليم +DictionaryOrderMethods=ترتيب طرق +DictionarySource=الأصل من مقترحات / أوامر +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=الإعداد المحفوظة BackToModuleList=العودة إلى قائمة الوحدات -BackToDictionnaryList=العودة إلى قائمة معاجم +BackToDictionaryList=العودة إلى قائمة معاجم VATReceivedOnly=سعر خاص لا تحمل VATManagement=إدارة الضريبة على القيمة المضافة VATIsUsedDesc=معدل ضريبة القيمة المضافة بشكل افتراضي عند إنشاء الآفاق ، والفواتير ، وما يتبع أوامر النشطة القياسية للمادة : <br> إذا كان البائع هو تعرض لضريبة القيمة المضافة ، وضريبة القيمة المضافة بعد ذلك تلقائيا= 0. نهاية المادة. <br> إذا كان (بيع وشراء= بلد في البلد) ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة من بيع المنتج في البلد. نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية ، وبيعت البضاعة الجديدة بعد أن وسائل النقل (السيارات ، والسفن ، والطائرات) ، الافتراضي= 0 ضريبة القيمة المضافة (ضريبة القيمة المضافة وينبغي أن تدفع من قبل المشتري في customoffice بلاده وليس على البائع . نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية والسلع التي تباع عن طريق وسائل أخرى جديدة بدلا من وسائل النقل ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة للمنتجات المباعة. نهاية المادة. <br> وإلا فإن ضريبة القيمة المضافة المقترحة الافتراضي= 1. نهاية المادة. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=يتسبب في تعطيل هذه الصورة TriggerAlwaysActive=يطلق في هذا الملف هي حركة دائمة ، وتفعيل ما هي وحدات Dolibarr. TriggerActiveAsModuleActive=يطلق في هذا الملف كما ينشط حدة تمكين <b>٪ ق.</b> GeneratedPasswordDesc=هنا تعريف القاعدة التي تريد استخدامه لكلمة السر اذا كنت أسأل لصناعة السيارات ولدت كلمة السر -DictionnaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك. +DictionaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك. ConstDesc=تسمح لك هذه الصفحة لتحرير جميع البارامترات الأخرى غير المتوفرة في الصفحات السابقة. فهي محفوظة لمعايير متقدمة للمطورين أو troubleshouting. OnceSetupFinishedCreateUsers=تحذير فأنت Dolibarr مدير المستخدم. مدير المستخدمين تستخدم لإعداد Dolibarr. لالمعتاد استخدام Dolibarr ، يوصى باستخدام غير مستخدم مدير خلق مجموعات من المستخدمين & القائمة. MiscellaneousDesc=هنا تعريف جميع البارامترات الأخرى ذات الصلة بالأمن. @@ -1435,7 +1435,7 @@ AccountancyCode=قانون المحاسبة AgendaSetup=جدول الأعمال وحدة الإعداد PasswordTogetVCalExport=مفتاح ربط تصدير تأذن PastDelayVCalExport=لا تصدر الحدث الأكبر من -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=هذا النموذج يسمح لإضافة رمز بعد رقم هاتف Dolibarr الاتصالات. وهناك اضغط على هذه الأيقونة ، سوف يطلب من أحد serveur معينة مع تحديد عنوان لكم أدناه. ويمكن استخدام هذه الكلمة لدعوة من مركز نظام Dolibarr التي يمكن الاتصال على رقم الهاتف هذا المسبار النظام على سبيل المثال. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/ar_SA/exports.lang b/htdocs/langs/ar_SA/exports.lang index b87e75429894af38e5bf8f53404e05db5a11c463..06b96435e2d7f5a05874e6f9d1d3149e9716b08a 100644 --- a/htdocs/langs/ar_SA/exports.lang +++ b/htdocs/langs/ar_SA/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=معرف خط الأم وجدت من رمز، س SourceRequired=بيانات قيمة إلزامية SourceExample=مثال على قيمة البيانات ممكن ExampleAnyRefFoundIntoElement=أي المرجع تم العثور عليها ل <b>%s</b> العنصر -ExampleAnyCodeOrIdFoundIntoDictionnary=أي رمز (أو الهوية) وجدت في <b>%s</b> dictionnary +ExampleAnyCodeOrIdFoundIntoDictionary=أي رمز (أو الهوية) وجدت في <b>%s</b> dictionnary CSVFormatDesc=<b>فاصلة فصل</b> ملف <b>القيمة</b> تنسيق (csv.). <br> هذا هو شكل ملف نصي ، حيث يتم فصل الحقول بواسطة فاصل [%s]. إذا تم العثور على فاصل داخل محتوى الحقل ، يتم تقريب الجولة الميدانية التي قام بها حرف] %s [. الهروب حرف وحرف الهروب جولة هو [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/ar_SA/main.lang b/htdocs/langs/ar_SA/main.lang index ae5d994fc5f58423e76ec18cda230c19e74bb027..b09144b88198a24830ea28d2939939b87aec177c 100644 --- a/htdocs/langs/ar_SA/main.lang +++ b/htdocs/langs/ar_SA/main.lang @@ -572,7 +572,7 @@ TotalWoman=المجموع TotalMan=المجموع NeverReceived=لم يتلق Canceled=ألغى -YouCanChangeValuesForThisListFromDictionnarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary Color=لون Documents=ربط الملفات DocumentsNb=ملفات مرتبطة (%s) diff --git a/htdocs/langs/bg_BG/admin.lang b/htdocs/langs/bg_BG/admin.lang index d8a47d228b1be2361e1828145b917616cef3ba57..b01eb168d33227d9befee79cd9be9253c895cce9 100644 --- a/htdocs/langs/bg_BG/admin.lang +++ b/htdocs/langs/bg_BG/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Настройки на сигурността ErrorModuleRequirePHPVersion=Грешка, този модул изисква PHP версия %s или по-висока ErrorModuleRequireDolibarrVersion=Грешка, този модул изисква Dolibarr версия %s или по-висока ErrorDecimalLargerThanAreForbidden=Грешка, с точност по-висока от <b>%s</b> не се поддържа. -DictionnarySetup=Настройки на речника -Dictionnary=Речници +DictionarySetup=Настройки на речника +Dictionary=Речници # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Изключване на Java скрипт и Ajax функции @@ -726,34 +726,34 @@ Permission50202=Сделки на внос # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Фирма видове -DictionnaryCompanyJuridicalType=Юридическите видове дружества -DictionnaryProspectLevel=Prospect потенциал ниво -DictionnaryCanton=Област -DictionnaryRegion=Регионите -DictionnaryCountry=Страни -DictionnaryCurrency=Валути -DictionnaryCivility=Учтивост заглавие -DictionnaryActions=Вид на дневния ред събития -DictionnarySocialContributions=Социални видове вноски -DictionnaryVAT=Ставките на ДДС или данък върху продажбите цени -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Условия на плащане -DictionnaryPaymentModes=Плащане режими -DictionnaryTypeContact=Контакт / Адрес видове -DictionnaryEcotaxe=Ecotax (ОЕЕО) -DictionnaryPaperFormat=Формати на хартията -DictionnaryFees=Вид на таксите -DictionnarySendingMethods=Доставка методи -DictionnaryStaff=Персонал -DictionnaryAvailability=Доставка закъснение -DictionnaryOrderMethods=Подреждане методи -DictionnarySource=Произход на предложения / поръчки -DictionnaryAccountancyplan=Сметкоплан -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Фирма видове +DictionaryCompanyJuridicalType=Юридическите видове дружества +DictionaryProspectLevel=Prospect потенциал ниво +DictionaryCanton=Област +DictionaryRegion=Регионите +DictionaryCountry=Страни +DictionaryCurrency=Валути +DictionaryCivility=Учтивост заглавие +DictionaryActions=Вид на дневния ред събития +DictionarySocialContributions=Социални видове вноски +DictionaryVAT=Ставките на ДДС или данък върху продажбите цени +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Условия на плащане +DictionaryPaymentModes=Плащане режими +DictionaryTypeContact=Контакт / Адрес видове +DictionaryEcotaxe=Ecotax (ОЕЕО) +DictionaryPaperFormat=Формати на хартията +DictionaryFees=Вид на таксите +DictionarySendingMethods=Доставка методи +DictionaryStaff=Персонал +DictionaryAvailability=Доставка закъснение +DictionaryOrderMethods=Подреждане методи +DictionarySource=Произход на предложения / поръчки +DictionaryAccountancyplan=Сметкоплан +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Setup спаси BackToModuleList=Обратно към списъка с модули -BackToDictionnaryList=Обратно към речници списък +BackToDictionaryList=Обратно към речници списък VATReceivedOnly=Специална цена не се начислява VATManagement=Управление на ДДС VATIsUsedDesc=Ставка на ДДС по подразбиране при създаването на перспективите, фактури, поръчки и т.н. следват активна стандартното правило: <br> Ако продавачът не се облагат с ДДС, а след това ДДС по подразбиране = 0. Край на правило. <br> Ако (продажба страната = закупуване на страната), а след това на ДДС по подразбиране = ДДС на продукта в продажба страната. Край на правило. <br> Ако продавача и купувача в Европейската общност и стоки са транспортни продукти (кола, кораб, самолет), по подразбиране ДДС = 0 (ДДС следва да бъде платена от купувача, в customoffice на страната си, а не на продавача). Край на правило. <br> Ако продавача и купувача в Европейската общност и купувача не е компания, тогава ДДС по подразбиране = ДДС на продаваните продукти. Край на правило. <br> Ако продавача и купувача в Европейската общност и купувача е фирма, тогава ДДС по подразбиране = 0. Край на правило. <br> Иначе предложената по подразбиране на ДДС = 0. Край на правило. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Тригерите в този файл са з TriggerAlwaysActive=Тригерите в този файл са винаги активни,, каквото са активирани модули Dolibarr. TriggerActiveAsModuleActive=Тригерите в този файл са активни, като модул <b>%s</b> е активирана. GeneratedPasswordDesc=Определете тук правилото, което искате да използвате, за да генерира нова парола, ако поискате да има автоматично генерирана парола -DictionnaryDesc=Определете тук всички референтни презареждане на данните. Можете да попълните предварително зададена стойност с вашите. +DictionaryDesc=Определете тук всички референтни презареждане на данните. Можете да попълните предварително зададена стойност с вашите. ConstDesc=Тази страница ви позволява да редактирате всички останали параметри не са налични в предишните страници. Те са запазени параметрите за напреднали разработчиците или за troubleshouting. OnceSetupFinishedCreateUsers=Внимание, вие сте на потребителя администратор Dolibarr. Администратор потребители не се използват да настроите Dolibarr. За обичайна употреба на Dolibarr, се препоръчва да използвате не потребителски администратора, създаден от Потребители и групи менюто. MiscellaneousDesc=Определете тук всички други параметри, свързани със сигурността. @@ -1435,7 +1435,7 @@ AccountancyCode=Счетоводен код AgendaSetup=Събития и натъкмяване на дневен ред модул PasswordTogetVCalExport=, За да разреши износ връзка PastDelayVCalExport=Не изнася случай по-стари от -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Този модул позволява да добавите икона след телефонни номера. Кликнете върху тази икона ще призове сървър с определен URL адрес можете да зададете по-долу. Това може да се използва, за да се обадя на кол център система от Dolibarr, че да се обаждат на телефонен номер на SIP система, например. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/bg_BG/exports.lang b/htdocs/langs/bg_BG/exports.lang index 66c7f49487a29e62f803f2f900623998d4f13bf7..109b7a37540e48728a316d44b7ffacfc086f3a18 100644 --- a/htdocs/langs/bg_BG/exports.lang +++ b/htdocs/langs/bg_BG/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=ID на родител ред от кода, ще SourceRequired=Стойността на данните е задължително SourceExample=Пример за възможно стойността на данните ExampleAnyRefFoundIntoElement=Всеки код за елемент <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Всеки код (ID) в dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Всеки код (ID) в dictionnary <b>%s</b> CSVFormatDesc=<b>Разделени със запетаи</b> формат <b>стойност</b> файл (CSV). <br> Това е формат текстов файл, където полетата са разделени със сепаратор [%s]. Ако сепаратор се намира във вътрешността съдържанието поле, поле се закръглява кръг характер [%s]. Бягство характер, за да избягат кръг характер е %s]. Excel95FormatDesc=Файлов формат на <b>Excel</b> (XLS) <br> Това е роден Excel 95 формат (BIFF5). Excel2007FormatDesc=<b>Excel</b> файлов формат (XLSX) <br> Това е роден формат Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/bg_BG/main.lang b/htdocs/langs/bg_BG/main.lang index 8814a5598f4bfa76eba06891199420ab3a74eb84..51cd49a047f25eca46b71489b04077a307b33ea9 100644 --- a/htdocs/langs/bg_BG/main.lang +++ b/htdocs/langs/bg_BG/main.lang @@ -572,7 +572,7 @@ TotalWoman=Общо TotalMan=Общо NeverReceived=Никога не са получавали Canceled=Отменен -YouCanChangeValuesForThisListFromDictionnarySetup=Можете да промените стойности за този списък от менюто за настройки - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Можете да промените стойности за този списък от менюто за настройки - dictionnary Color=Цвят Documents=Свързани файлове DocumentsNb=Свързани файлове (%s) diff --git a/htdocs/langs/ca_ES/admin.lang b/htdocs/langs/ca_ES/admin.lang index 373d60b98daefd723f13d14cd617ccc0b0eda530..5ffd8b1775ae4dbb7f41c0623c01001cb3d5291b 100644 --- a/htdocs/langs/ca_ES/admin.lang +++ b/htdocs/langs/ca_ES/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Configuració de la seguretat ErrorModuleRequirePHPVersion=Error, aquest mòdul requereix una versió %s o superior de PHP ErrorModuleRequireDolibarrVersion=Error, aquest mòdul requereix una versió %s o superior de Dolibarr ErrorDecimalLargerThanAreForbidden=Error, les precisions superiors a <b>%s</b> no estan suportades. -DictionnarySetup=Diccionaris -Dictionnary=Diccionaris +DictionarySetup=Diccionaris +Dictionary=Diccionaris ErrorReservedTypeSystemSystemAuto=L'ús del tipus 'system' i 'systemauto' està reservat. Podeu utilitzar 'user' com a valor per afegir el seu propi registre ErrorCodeCantContainZero=El codi no pot contenir el valor 0 DisableJavascript=Desactivar les funcions Javascript @@ -726,34 +726,34 @@ Permission50202=Importar les transaccions # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Tipus d'empresa -DictionnaryCompanyJuridicalType=Formes jurídiques -DictionnaryProspectLevel=Perspectiva nivell client potencial -DictionnaryCanton=Departaments/Províncies/Zones -DictionnaryRegion=Regions -DictionnaryCountry=Països -DictionnaryCurrency=Monedes -DictionnaryCivility=Títol cortesia -DictionnaryActions=Tipus d'esdeveniments de l'agenda -DictionnarySocialContributions=Tipus de càrregues socials -DictionnaryVAT=Taxa d'IVA (Impost sobre vendes als EEUU) -DictionnaryRevenueStamp=Imports de segells fiscals -DictionnaryPaymentConditions=Condicions de pagament -DictionnaryPaymentModes=Modes de pagament -DictionnaryTypeContact=Tipus de contactes/adreces -DictionnaryEcotaxe=Barems CEcoParticipación (DEEE) -DictionnaryPaperFormat=Formats paper -DictionnaryFees=Tipus de desplaçaments i honoraris -DictionnarySendingMethods=Mètodes d'expedició -DictionnaryStaff=Empleats -DictionnaryAvailability=Temps de lliurament -DictionnaryOrderMethods=Mètodes de comanda -DictionnarySource=Orígens de pressupostos/comandes -DictionnaryAccountancyplan=Pla comptable -DictionnaryAccountancysystem=Models de plans comptables +DictionaryCompanyType=Tipus d'empresa +DictionaryCompanyJuridicalType=Formes jurídiques +DictionaryProspectLevel=Perspectiva nivell client potencial +DictionaryCanton=Departaments/Províncies/Zones +DictionaryRegion=Regions +DictionaryCountry=Països +DictionaryCurrency=Monedes +DictionaryCivility=Títol cortesia +DictionaryActions=Tipus d'esdeveniments de l'agenda +DictionarySocialContributions=Tipus de càrregues socials +DictionaryVAT=Taxa d'IVA (Impost sobre vendes als EEUU) +DictionaryRevenueStamp=Imports de segells fiscals +DictionaryPaymentConditions=Condicions de pagament +DictionaryPaymentModes=Modes de pagament +DictionaryTypeContact=Tipus de contactes/adreces +DictionaryEcotaxe=Barems CEcoParticipación (DEEE) +DictionaryPaperFormat=Formats paper +DictionaryFees=Tipus de desplaçaments i honoraris +DictionarySendingMethods=Mètodes d'expedició +DictionaryStaff=Empleats +DictionaryAvailability=Temps de lliurament +DictionaryOrderMethods=Mètodes de comanda +DictionarySource=Orígens de pressupostos/comandes +DictionaryAccountancyplan=Pla comptable +DictionaryAccountancysystem=Models de plans comptables SetupSaved=Configuració desada BackToModuleList=Retornar llista de mòduls -BackToDictionnaryList=Tornar a la llista de diccionaris +BackToDictionaryList=Tornar a la llista de diccionaris VATReceivedOnly=Impostos especials no facturables VATManagement=Gestió IVA VATIsUsedDesc=El tipus d'IVA proposat per defecte en les creacions de pressupostos, factures, comandes, etc. Respon a la següent regla: <br> Si el venedor no està subjecte a IVA, IVA per defecte= 0. Final de regla. <br> Si el país del venedor= país del comprador llavors IVA per defecte= IVA del producte venut. Final de regla. <br> Si venedor i comprador resideixen a la Comunitat Europea i el bé venut= nou mitjà de transports (auto, vaixell, avió), IVA per defecte= 0 (l'IVA ha de ser pagat pel comprador a la hisenda pública del seu país i no al venedor). Final de regla <br> Si venedor i comprador resideixen a la Comunitat Europea i comprador= particular o empresa sense NIF intracomunitari llavors IVA per defecte= IVA del producte venut. Final de regla. <br> Si venedor i comprador resideixen a la Comunitat Europea i comprador= empresa amb NIF intracomunitari llavors IVA per defecte= 0. Final de regla. <br> Sinó, IVA proposat per defecte= 0. Final de regla. <br> @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Triggers d'aquest arxiu desactivats ja que el m TriggerAlwaysActive=Triggers d'aquest arxiu sempre actius, ja que els mòduls Dolibarr relacionats estan activats TriggerActiveAsModuleActive=Triggers d'aquest arxiu actius ja que el mòdul <b>%s</b> està activat GeneratedPasswordDesc=Indiqui aquí que norma vol utilitzar per generar les contrasenyes quan vulgui generar una nova contrasenya -DictionnaryDesc=Indiqui aquí les dades de referència. Pot completar/modificar les dades predefinides amb les seves +DictionaryDesc=Indiqui aquí les dades de referència. Pot completar/modificar les dades predefinides amb les seves ConstDesc=Qualsevol altre paràmetre no editable en les pàgines anteriors OnceSetupFinishedCreateUsers=Atenció, està sota un compte d'administrador de Dolibarr. Els administradors s'utilitzen per configurar Dolibarr. Per a un ús corrent de Dolibarr, es recomana utilitzar un compte no administrador creada des del menú "Usuaris i grups" MiscellaneousDesc=Definiu aquí els altres paràmetres relacionats amb la seguretat. diff --git a/htdocs/langs/ca_ES/exports.lang b/htdocs/langs/ca_ES/exports.lang index 3a1518439ff997b03db4e6acf4c07d53a738b6eb..b57bc759b113fb94d77342f4dc304d4ccf64ee91 100644 --- a/htdocs/langs/ca_ES/exports.lang +++ b/htdocs/langs/ca_ES/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=L'id de la línia pare trobada a partir del codi, SourceRequired=Dades d'origen obligatòries SourceExample=Exemple de dades d'origen possibles ExampleAnyRefFoundIntoElement=Totes les referències trobades per als elements <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Tots els codis (o id) trobats en el diccionari <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Tots els codis (o id) trobats en el diccionari <b>%s</b> CSVFormatDesc=Arxiu amb format <b>Valors separats per coma</b> (.csv).<br>És un fitxer amb format de text en què els camps són separats pel caràcter [ %s ]. Si el separador es troba en el contingut d'un camp, el camp ha d'estar tancat per el caràcter [ %s ]. El caràcter d'escapament per a incloure un caràcter d'entorn en una dada és [ %s ]. Excel95FormatDesc=Arxiu amb format <b>Excel</b> (.xls)<br>Aquest és el format natiu d'Excel 95 (BIFF5). Excel2007FormatDesc=Arxiu amb format <b>Excel</b> (.xlsx)<br>Aquest és el format natiu d'Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/ca_ES/main.lang b/htdocs/langs/ca_ES/main.lang index d6bab3bdbb9c7a06ec75be47293ac61c8523ef8b..1c5debd6eb5c1025dee2e60b61c5abfb1cdfb4ba 100644 --- a/htdocs/langs/ca_ES/main.lang +++ b/htdocs/langs/ca_ES/main.lang @@ -572,7 +572,7 @@ TotalWoman=Total TotalMan=Total NeverReceived=Mai rebut Canceled=Cancel·lat -YouCanChangeValuesForThisListFromDictionnarySetup=Pot canviar aquestos valors al menú configuració->diccionaris +YouCanChangeValuesForThisListFromDictionarySetup=Pot canviar aquestos valors al menú configuració->diccionaris Color=Color Documents=Documents DocumentsNb=Fitxers adjunts (%s) diff --git a/htdocs/langs/cs_CZ/admin.lang b/htdocs/langs/cs_CZ/admin.lang index 03776c76de176f0cb678fc843c19c309cc510afb..995371d10a3b17b0aa9c91c5948e89c80c9c5f39 100644 --- a/htdocs/langs/cs_CZ/admin.lang +++ b/htdocs/langs/cs_CZ/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Bezpečnostní nastavení ErrorModuleRequirePHPVersion=Chyba, tento modul vyžaduje PHP verze %s nebo vyšší ErrorModuleRequireDolibarrVersion=Chyba, tento modul vyžaduje Dolibarr verze %s nebo vyšší ErrorDecimalLargerThanAreForbidden=Chyba, přesnost vyšší než <b>%s</b> není podporováno. -DictionnarySetup=Slovník Nastavení -Dictionnary=Slovníky +DictionarySetup=Slovník Nastavení +Dictionary=Slovníky ErrorReservedTypeSystemSystemAuto=Hodnota "systém" a "systemauto" typu je vyhrazena. Můžete použít "uživatelem" jako hodnota přidat svůj vlastní rekord ErrorCodeCantContainZero=Kód může obsahovat hodnotu 0 DisableJavascript=Zakázat JavaScript a Ajax funkce @@ -726,34 +726,34 @@ Permission55001=Přečtěte si průzkumy Permission55002=Vytvořit / upravit průzkumy # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Společnost typy -DictionnaryCompanyJuridicalType=Právnické druhy společnosti -DictionnaryProspectLevel=Prospect potenciální míra -DictionnaryCanton=Státní / kantony -DictionnaryRegion=Regiony -DictionnaryCountry=Země -DictionnaryCurrency=Měny -DictionnaryCivility=Zdvořilost titul -DictionnaryActions=Typ agendy událostí -DictionnarySocialContributions=Sociální příspěvky typy -DictionnaryVAT=Sazby DPH nebo daň z prodeje Kurzy -DictionnaryRevenueStamp=Množství kolkových známek -DictionnaryPaymentConditions=Platební podmínky -DictionnaryPaymentModes=Platební způsoby -DictionnaryTypeContact=Kontakt / Adresa typy -DictionnaryEcotaxe=Ekologické daně (OEEZ) -DictionnaryPaperFormat=Formáty papíru -DictionnaryFees=Typy poplatků -DictionnarySendingMethods=Způsoby dopravy -DictionnaryStaff=Zaměstnanci -DictionnaryAvailability=Dodací zpoždění -DictionnaryOrderMethods=Řazení metody -DictionnarySource=Původ návrhů / objednávky -DictionnaryAccountancyplan=Graf účtů -DictionnaryAccountancysystem=Modely účtové osnovy +DictionaryCompanyType=Společnost typy +DictionaryCompanyJuridicalType=Právnické druhy společnosti +DictionaryProspectLevel=Prospect potenciální míra +DictionaryCanton=Státní / kantony +DictionaryRegion=Regiony +DictionaryCountry=Země +DictionaryCurrency=Měny +DictionaryCivility=Zdvořilost titul +DictionaryActions=Typ agendy událostí +DictionarySocialContributions=Sociální příspěvky typy +DictionaryVAT=Sazby DPH nebo daň z prodeje Kurzy +DictionaryRevenueStamp=Množství kolkových známek +DictionaryPaymentConditions=Platební podmínky +DictionaryPaymentModes=Platební způsoby +DictionaryTypeContact=Kontakt / Adresa typy +DictionaryEcotaxe=Ekologické daně (OEEZ) +DictionaryPaperFormat=Formáty papíru +DictionaryFees=Typy poplatků +DictionarySendingMethods=Způsoby dopravy +DictionaryStaff=Zaměstnanci +DictionaryAvailability=Dodací zpoždění +DictionaryOrderMethods=Řazení metody +DictionarySource=Původ návrhů / objednávky +DictionaryAccountancyplan=Graf účtů +DictionaryAccountancysystem=Modely účtové osnovy SetupSaved=Nastavení uloženo BackToModuleList=Zpět na seznam modulů -BackToDictionnaryList=Zpět na seznam slovníků +BackToDictionaryList=Zpět na seznam slovníků VATReceivedOnly=Zvláštní sazba není účtován VATManagement=DPH řízení VATIsUsedDesc=Sazba DPH ve výchozím nastavení při vytváření vyhlídky, faktury, objednávky atd. sledovat aktivní standardní pravidlo: <br> Pokud prodávající není předmětem DPH, pak se DPH ve výchozím nastavení = 0. Konec vlády. <br> Je-li (prodejní country = nákup zemi), pak se DPH standardně = DPH výrobku v zemi prodeje. Konec vlády. <br> Pokud se prodávající a kupující v Evropském společenství a zboží je doprava výrobků (auto, loď, letadlo), výchozí DPH = 0 (DPH by měla být věnována ze strany kupujícího v customoffice své země, a ne u prodejce). Konec vlády. <br> Pokud se prodávající a kupující v Evropském společenství a kupujícím není společnost, pak se DPH standardně = DPH z výrobků prodaných. Konec vlády. <br> Pokud se prodávající a kupující v Evropském společenství a kupujícím je společnost, pak se DPH ve výchozím nastavení = 0. Konec vlády. <br> Jinak navrhovaná výchozí DPH = 0. Konec vlády. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Trigger v tomto souboru jsou zakázány jako mod TriggerAlwaysActive=Trigger v tomto souboru jsou vždy aktivní, ať už jsou aktivované Dolibarr moduly. TriggerActiveAsModuleActive=Trigger v tomto souboru jsou aktivní jako modul <b>%s</b> je povoleno. GeneratedPasswordDesc=Definujte zde pravidlo, které chcete použít k vytvoření nového hesla, pokud se zeptáte mít automaticky generované heslo -DictionnaryDesc=Definujte zde všechny referenční Kako. Můžete dokončit danou hodnotu s vašimi. +DictionaryDesc=Definujte zde všechny referenční Kako. Můžete dokončit danou hodnotu s vašimi. ConstDesc=Na této stránce můžete upravovat všechny ostatní parametry nejsou k dispozici v předchozích stránkách. Oni jsou vyhrazeny parametry pro zkušené vývojáře nebo troubleshouting. OnceSetupFinishedCreateUsers=Upozornění, že jste správce Dolibarr uživatel. Správce Uživatelské slouží k nastavení Dolibarr. Pro běžné použití Dolibarr, se doporučuje používat non správce uživateli vytvořené od uživatelů a skupin Menu. MiscellaneousDesc=Definujte zde všechny ostatní parametry vztahující se k bezpečnosti. @@ -1435,7 +1435,7 @@ AccountancyCodeBuy=Nákup účet. kód AgendaSetup=Akce a agenda Nastavení modulu PasswordTogetVCalExport=Klíč povolit export odkaz PastDelayVCalExport=Neexportovat události starší než -AGENDA_USE_EVENT_TYPE=Používejte typy událostí (podařilo do Configuration-> Dictionnary-> llx_c_actioncomm) +AGENDA_USE_EVENT_TYPE=Používejte typy událostí (podařilo do Configuration-> Dictionary-> llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Tento modul umožňuje přidat ikonu po telefonních čísel. Klepnutím na tuto ikonu bude volat server s konkrétní URL, kterou definujete níže. To lze použít k volání call centra systému z Dolibarr které mohou volat na telefonní číslo SIP systému pro příklad. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/cs_CZ/exports.lang b/htdocs/langs/cs_CZ/exports.lang index 44272bfc793b58fb1657f1e4540d1bcaed9a2984..31b4e1560caad27f9d06fae7420a785a7cff9bd8 100644 --- a/htdocs/langs/cs_CZ/exports.lang +++ b/htdocs/langs/cs_CZ/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id mateřské linie nalezli kódu, bude vložen d SourceRequired=Hodnota dat je povinné SourceExample=Příklad možné hodnoty údajů ExampleAnyRefFoundIntoElement=Veškeré ref našli prvků <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Jakýkoliv kód (nebo id) našel na dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Jakýkoliv kód (nebo id) našel na dictionnary <b>%s</b> CSVFormatDesc=<b>Hodnoty oddělené čárkami</b> formát souboru (. Csv). <br> Jedná se o textový formát souboru, kde jsou pole oddělena oddělovačem [%s]. Pokud oddělovač se nachází uvnitř pole obsahu je pole zaoblené charakteru kola [%s]. Útěk charakter unikat kolem znaku je %s []. Excel95FormatDesc=<b>Excel</b> formát souboru (. Xls) <br> Toto je nativní formát aplikace Excel 95 (BIFF5). Excel2007FormatDesc=<b>Excel</b> formát souboru (. Xlsx) <br> Toto je nativní formát aplikace Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/cs_CZ/main.lang b/htdocs/langs/cs_CZ/main.lang index f4fb57fda595d70f4079696344bb1ac440f6dbc3..c069e9063ef071faa7f0c483629018ee80dc59af 100644 --- a/htdocs/langs/cs_CZ/main.lang +++ b/htdocs/langs/cs_CZ/main.lang @@ -572,7 +572,7 @@ TotalWoman=Celkový TotalMan=Celkový NeverReceived=Nikdy nedostal Canceled=Zrušený -YouCanChangeValuesForThisListFromDictionnarySetup=Můžete změnit hodnoty tohoto seznamu z menu nastavení - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Můžete změnit hodnoty tohoto seznamu z menu nastavení - dictionnary Color=Barva Documents=Připojené soubory DocumentsNb=Připojené soubory (%s) diff --git a/htdocs/langs/da_DK/admin.lang b/htdocs/langs/da_DK/admin.lang index 50606f61147998ea8e9261c58c3ab08c21e43a1c..320339ab0716cb74b7988bc2e43b7a7e5d3c3f86 100644 --- a/htdocs/langs/da_DK/admin.lang +++ b/htdocs/langs/da_DK/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Sikkerhed setup ErrorModuleRequirePHPVersion=Fejl, dette modul kræver PHP version %s eller højere ErrorModuleRequireDolibarrVersion=Fejl, dette modul kræver Dolibarr version %s eller højere ErrorDecimalLargerThanAreForbidden=Fejl, en præcision højere <b>end %s</b> er ikke understøttet. -DictionnarySetup=Ordbog setup -# Dictionnary=Dictionaries +DictionarySetup=Ordbog setup +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Deaktiver JavaScript og Ajax funktioner @@ -726,34 +726,34 @@ Permission50202=Import transaktioner # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Company typer -DictionnaryCompanyJuridicalType=Juridiske former for virksomhed -DictionnaryProspectLevel=Prospect potentielle niveau -DictionnaryCanton=Distrikter -DictionnaryRegion=Regioner -DictionnaryCountry=Lande -DictionnaryCurrency=Valuta -DictionnaryCivility=Høfligt titel -DictionnaryActions=Aktioner liste -DictionnarySocialContributions=Sociale bidrag typer -DictionnaryVAT=Momssatser -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Betalingsbetingelser -DictionnaryPaymentModes=Betalingsformer -DictionnaryTypeContact=Kontakt typer -DictionnaryEcotaxe=Miljøafgift (WEEE) -DictionnaryPaperFormat=Papir formater -DictionnaryFees=Type af gebyrer -DictionnarySendingMethods=Sendings metoder -DictionnaryStaff=Personale -DictionnaryAvailability=Levering forsinkelse -DictionnaryOrderMethods=Bestilling af metoder -DictionnarySource=Oprindelse af forslag / ordrer -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Company typer +DictionaryCompanyJuridicalType=Juridiske former for virksomhed +DictionaryProspectLevel=Prospect potentielle niveau +DictionaryCanton=Distrikter +DictionaryRegion=Regioner +DictionaryCountry=Lande +DictionaryCurrency=Valuta +DictionaryCivility=Høfligt titel +DictionaryActions=Aktioner liste +DictionarySocialContributions=Sociale bidrag typer +DictionaryVAT=Momssatser +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Betalingsbetingelser +DictionaryPaymentModes=Betalingsformer +DictionaryTypeContact=Kontakt typer +DictionaryEcotaxe=Miljøafgift (WEEE) +DictionaryPaperFormat=Papir formater +DictionaryFees=Type af gebyrer +DictionarySendingMethods=Sendings metoder +DictionaryStaff=Personale +DictionaryAvailability=Levering forsinkelse +DictionaryOrderMethods=Bestilling af metoder +DictionarySource=Oprindelse af forslag / ordrer +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Setup gemt BackToModuleList=Tilbage til moduler liste -BackToDictionnaryList=Tilbage til ordbøger liste +BackToDictionaryList=Tilbage til ordbøger liste VATReceivedOnly=Særlige sats ikke afholdes VATManagement=Moms Management # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Udløser i denne fil er slået fra som <b>modul TriggerAlwaysActive=Udløser i denne fil er altid aktive, uanset hvad er det aktiverede Dolibarr moduler. TriggerActiveAsModuleActive=Udløser i denne fil er aktive som <b>modul %s</b> er aktiveret. GeneratedPasswordDesc=Definer her som regel, du vil bruge til at generere nye adgangskode, hvis du beder om at få automatisk genereret adgangskode -DictionnaryDesc=Definer her alle reference oplysningerne. Du kan færdiggøre foruddefineret værdi med dine. +DictionaryDesc=Definer her alle reference oplysningerne. Du kan færdiggøre foruddefineret værdi med dine. ConstDesc=Denne side giver dig mulighed for at redigere alle andre parametre, som ikke findes i de foregående sider. De er forbeholdt parametre for avancerede udviklere eller for troubleshouting. OnceSetupFinishedCreateUsers=Advarsel, du er en Dolibarr administrator bruger. Administrator brugere er vant til opsætningen Dolibarr. For en almindelig brug af Dolibarr, anbefales det at bruge en ikke administrator bruger oprettet fra Brugere & Grupper menuen. MiscellaneousDesc=Definer her alle andre parametre med relation til sikkerhed. @@ -1435,7 +1435,7 @@ AccountancyCode=Regnskab Kode AgendaSetup=Aktioner og dagsorden modul opsætning PasswordTogetVCalExport=Nøglen til at tillade eksport link PastDelayVCalExport=Må ikke eksportere begivenhed ældre end -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Dette modul giver mulighed for at tilføje et ikon efter telefonnummeret på Dolibarr kontakter. Et klik på dette ikon, vil kalde en serveur med en bestemt webadresse du definerer nedenfor. Dette kan bruges til at ringe til et call center-system fra Dolibarr, der kan ringe til telefonnummeret på en SIP-system f.eks. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/da_DK/exports.lang b/htdocs/langs/da_DK/exports.lang index 9badbb451a60d4a016f1f51439d3b4923a642aa5..a87d26d8b43174e8bd403427791cbe39d50b414b 100644 --- a/htdocs/langs/da_DK/exports.lang +++ b/htdocs/langs/da_DK/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Den id stamlinjen fundet fra kode, vil blive inds SourceRequired=Data værdi er obligatorisk SourceExample=Eksempel på mulige dataværdi ExampleAnyRefFoundIntoElement=Enhver ref fundet for element <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Enhver kode (eller id) fundet i dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Enhver kode (eller id) fundet i dictionnary <b>%s</b> CSVFormatDesc=<b>Semikolonseparerede Værdi</b> filformat (. Csv). <br> Dette er en tekstfil format, hvor felterne er adskilt af separator [%s]. Hvis separator er fundet inde i et felt indhold, er området afrundet med runde karakter [%s]. Escape character at flygte runde karakter er [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/da_DK/main.lang b/htdocs/langs/da_DK/main.lang index 429190bd59d5d5555c39c9cf7e49a4b65240dd03..c7ff89a25d5ca8e3b34bda2f64d2fc81ef4afe64 100644 --- a/htdocs/langs/da_DK/main.lang +++ b/htdocs/langs/da_DK/main.lang @@ -572,7 +572,7 @@ TotalWoman=Total TotalMan=Total NeverReceived=Aldrig modtaget Canceled=Annulleret -YouCanChangeValuesForThisListFromDictionnarySetup=Du kan ændre værdier for denne liste fra menuen setup - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Du kan ændre værdier for denne liste fra menuen setup - dictionnary Color=Color Documents=Forbundet filer DocumentsNb=Linkede filer (%s) diff --git a/htdocs/langs/de_AT/admin.lang b/htdocs/langs/de_AT/admin.lang index 4bd29990e0c19040fc337388e7f0009fac7acfaa..42aae30343b95e7006e73f7c2c6074852caa137a 100644 --- a/htdocs/langs/de_AT/admin.lang +++ b/htdocs/langs/de_AT/admin.lang @@ -32,7 +32,7 @@ SecuritySetup=Sicherheitseinstellungen ErrorModuleRequirePHPVersion=Fehler: Dieses Modul benötigt PHP Version %s oder höher ErrorModuleRequireDolibarrVersion=Fehler: Dieses Moduls erfordert Dolibarr Version %s oder höher ErrorDecimalLargerThanAreForbidden=Fehler: Eine höhere Genauigkeit als <b>%s</b> wird nicht unterstützt. -DictionnarySetup=Wörterbucheinstellungen +DictionarySetup=Wörterbucheinstellungen DisableJavascript=JavaScript- und Ajax-Funktionen deaktivieren ConfirmAjax=Ajax-Bestätigungs-Popups verwenden ViewFullDateActions=Zeige alle Terminaktionen in der Partneransicht @@ -451,26 +451,26 @@ Permission2405=Maßnahmen (Termine/Aufgaben) Anderer erstellen/bearbeiten Permission2500=Dokumente einsehen Permission2501=Dokumente hochladen oder löschen Permission2515=Dokumentverzeichnisse verwalten -DictionnaryCompanyType=Art des Unternehmens -DictionnaryCompanyJuridicalType=Rechtsform -DictionnaryProspectLevel=Geschäftsaussicht -DictionnaryCanton=Bundesland -DictionnaryRegion=Regionen -DictionnaryCountry=Länder -DictionnaryCurrency=Währungen -DictionnaryCivility=Anredeformen -DictionnaryActions=Maßnahmen -DictionnarySocialContributions=Sozialbeitragstypen -DictionnaryVAT=MwSt.-Sätze -DictionnaryPaymentConditions=Zahlungsbedingungen -DictionnaryPaymentModes=Zahlungsarten -DictionnaryTypeContact=Kontaktarten -DictionnaryEcotaxe=Ökosteuern (WEEE) -DictionnaryPaperFormat=Papierformate -DictionnaryFees=Gebührenarten +DictionaryCompanyType=Art des Unternehmens +DictionaryCompanyJuridicalType=Rechtsform +DictionaryProspectLevel=Geschäftsaussicht +DictionaryCanton=Bundesland +DictionaryRegion=Regionen +DictionaryCountry=Länder +DictionaryCurrency=Währungen +DictionaryCivility=Anredeformen +DictionaryActions=Maßnahmen +DictionarySocialContributions=Sozialbeitragstypen +DictionaryVAT=MwSt.-Sätze +DictionaryPaymentConditions=Zahlungsbedingungen +DictionaryPaymentModes=Zahlungsarten +DictionaryTypeContact=Kontaktarten +DictionaryEcotaxe=Ökosteuern (WEEE) +DictionaryPaperFormat=Papierformate +DictionaryFees=Gebührenarten SetupSaved=Setup gespeichert BackToModuleList=Zurück zur Modulübersicht -BackToDictionnaryList=Zurück zur Wörterbuchübersicht +BackToDictionaryList=Zurück zur Wörterbuchübersicht VATReceivedOnly=Nur Mehtwertsteuererhalt VATManagement=MwSt-Verwaltung VATIsUsedDesc=Der standardmäßige MwSt.-Satz für die Erstellung von Leads, Rechnungen, Bestellungen, etc. folgt der folgenden, aktiven Regel:<br>Ist der Verkäufer mehrwertsteuerpflichtig, ist die MwSt. standardmäßig 0. Ende der Regel.<br>Ist das Verkaufsland gleich dem Einkaufsland, ist die MwSt. standardmäßig die MwSt. des Produkts im Verkaufsland. Ende der Regel. <br>Sind Verkäufer und Käufer beide aus Europäischen Mitgliedsstaaten und die Produkte physisch transportfähig (Auto, Schiff, Flugzeug), ist die MwSt. standardmäßig 0. (Die MwSt. sollte durch den Käufer beim eigenen Zollamt entrichtet werden, nicht durch den Verkäufer. Ende der Regel.<br>Sind Verkäufer und Käufer beide aus Europäischen Mitgliedsstaaten, der Käufer jedoch kein Unternehmen so ist die MwSt. standardmäßig die MwSt. des verkauften Produkts. Ende der Regel.<br>Sind Verkäufer und Käufer beide Unternehmen im Europäischen Gemeinschaftsraum, so ist die MwSt. standardmäßig 0. Ende der Regel.<br>Trifft keine der obigen Regeln zu, ist die MwSt. standardmäßig 0. @@ -590,7 +590,7 @@ TriggerDisabledAsModuleDisabled=Trigger in dieser Datei sind durch das übergeor TriggerAlwaysActive=Trigger in dieser Datei sind unabhängig der Modulkonfiguration immer aktiviert. TriggerActiveAsModuleActive=Trigger in dieser Datei sind durch das übergeordnete Modul <b>%s</b> aktiviert. GeneratedPasswordDesc=Definieren Sie hier das Schema nach dem automatisch generierte Passwörter erstellt werden sollen. -DictionnaryDesc=Definieren Sie hier alle Referenzwerte. Sie können vordefinierte Werte mit ihren eigenen ergänzen. +DictionaryDesc=Definieren Sie hier alle Referenzwerte. Sie können vordefinierte Werte mit ihren eigenen ergänzen. ConstDesc=Auf dieser Seite können Sie alle, auf bisherigen Seiten nicht aufgeführte, Parameter einstellen. Dieser Bereich ist primär für fortgeschrittene Entwickler und zur Fehlersuche gedacht. OnceSetupFinishedCreateUsers=Achtung: Sie sind derzeit als Systemadministrator angemeldet. Administratorenkonten dienen primär zur Einrichtung des Systems, für die reguläre Verwendung sollten Sie ein herkömmliches Benutzerkonto unter 'Benutzer&Gruppen' anlegen und verwenden. MiscellaneousDesc=Definieren Sie hier alle sonstigen Sicherheitseinstellungen @@ -1002,7 +1002,7 @@ Permission534=Services löschen Permission538=Services exportieren Permission1251=Massenimport von Daten in die Datenbank (Systemlast!) Permission1421=Kundenbestellungen und -attribute exportieren -DictionnarySendingMethods=Versandarten +DictionarySendingMethods=Versandarten SetupDescription5=Andere Einträge verwalten optionale Parameter. BackupDesc=Um eine vollständige Systemsicherung durchzuführen müssen Sie: BackupDesc2=* Eine Sicherung des Dokumentenverzeichnisses (<b>%s</b>), das alle hochgeladenen und erzeugte Dateien beinhaltet, erzeugen (z.B. als zip-Archiv). @@ -1092,7 +1092,7 @@ Permission536=Versteckte Services einsehen/verwalten Permission2411=Maßnahmen (Termine oder Aufgaben) Anderer einsehen Permission2412=Maßnahmen (Termine oder Aufgaben) Anderer erstellen/bearbeiten Permission2413=Maßnahmen (Termine oder Aufgaben) Anderer löschen -DictionnaryStaff=Mitarbeiter +DictionaryStaff=Mitarbeiter LocalTax1ManagementES=RE Management LocalTax1IsUsedDescES=Die RE Rate standardmäßig beim Erstellen Aussichten, Rechnungen, Bestellungen etc. folgen die aktive Standard-Regel: <br> Wenn te Käufer ist nicht unterworfen RE, RE standardmäßig = 0 ist. Ende der Regel. <br> Ist der Käufer unterzogen, um dann die RE RE standardmäßig. Ende der Regel. <br> LocalTax1IsNotUsedDescES=Standardmäßig werden die vorgeschlagenen RE 0 ist. Ende der Regel. diff --git a/htdocs/langs/de_AT/main.lang b/htdocs/langs/de_AT/main.lang index 1967f105dfdb97e46f2225341c04f6821cac9d28..0e5e8a3add201779e6d63d6dd52030512a08832d 100644 --- a/htdocs/langs/de_AT/main.lang +++ b/htdocs/langs/de_AT/main.lang @@ -457,7 +457,7 @@ TotalWoman=Vollständig TotalMan=Vollständig NeverReceived=Nie erhalten Canceled=Storniert -YouCanChangeValuesForThisListFromDictionnarySetup=Sie können die Listenoptionen in den Wörterbuch-Einstellungen anpassen +YouCanChangeValuesForThisListFromDictionarySetup=Sie können die Listenoptionen in den Wörterbuch-Einstellungen anpassen Color=Farbe Documents=Verknüpfte Dokumente Documents2=Dokumente diff --git a/htdocs/langs/de_DE/admin.lang b/htdocs/langs/de_DE/admin.lang index 6975e2a3db873a59e3880030013ced733a30defa..9fee8b99e602aaeeb6b20846d6317b0dcb51d466 100644 --- a/htdocs/langs/de_DE/admin.lang +++ b/htdocs/langs/de_DE/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Sicherheitseinstellungen ErrorModuleRequirePHPVersion=Fehler: Dieses Modul benötigt PHP Version %s oder höher ErrorModuleRequireDolibarrVersion=Fehler: Dieses Moduls erfordert Dolibarr Version %s oder höher ErrorDecimalLargerThanAreForbidden=Fehler: Eine höhere Genauigkeit als <b>%s</b> wird nicht unterstützt. -DictionnarySetup=Wörterbucheinstellungen -Dictionnary=Wörterbücher +DictionarySetup=Wörterbucheinstellungen +Dictionary=Wörterbücher # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record ErrorCodeCantContainZero=Code darf keinen Wert 0 enthalten DisableJavascript=JavaScript- und Ajax-Funktionen deaktivieren @@ -726,34 +726,34 @@ Permission54001=Drucken # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Art des Unternehmens -DictionnaryCompanyJuridicalType=Rechtsform -DictionnaryProspectLevel=Geschäftsaussicht -DictionnaryCanton=Bundesland -DictionnaryRegion=Regionen -DictionnaryCountry=Länder -DictionnaryCurrency=Währungen -DictionnaryCivility=Anredeformen -DictionnaryActions=Maßnahmen -DictionnarySocialContributions=Sozialbeitragstypen -DictionnaryVAT=MwSt.-Sätze -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Zahlungsbedingungen -DictionnaryPaymentModes=Zahlungsarten -DictionnaryTypeContact=Kontaktarten -DictionnaryEcotaxe=Ökosteuern (WEEE) -DictionnaryPaperFormat=Papierformate -DictionnaryFees=Gebührenarten -DictionnarySendingMethods=Versandarten -DictionnaryStaff=Mitarbeiter -DictionnaryAvailability=Lieferverzug -DictionnaryOrderMethods=Bestellmethoden -DictionnarySource=Quelle der Angebote/Bestellungen -DictionnaryAccountancyplan=Kontenplan -DictionnaryAccountancysystem=Kontenplan Modul +DictionaryCompanyType=Art des Unternehmens +DictionaryCompanyJuridicalType=Rechtsform +DictionaryProspectLevel=Geschäftsaussicht +DictionaryCanton=Bundesland +DictionaryRegion=Regionen +DictionaryCountry=Länder +DictionaryCurrency=Währungen +DictionaryCivility=Anredeformen +DictionaryActions=Maßnahmen +DictionarySocialContributions=Sozialbeitragstypen +DictionaryVAT=MwSt.-Sätze +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Zahlungsbedingungen +DictionaryPaymentModes=Zahlungsarten +DictionaryTypeContact=Kontaktarten +DictionaryEcotaxe=Ökosteuern (WEEE) +DictionaryPaperFormat=Papierformate +DictionaryFees=Gebührenarten +DictionarySendingMethods=Versandarten +DictionaryStaff=Mitarbeiter +DictionaryAvailability=Lieferverzug +DictionaryOrderMethods=Bestellmethoden +DictionarySource=Quelle der Angebote/Bestellungen +DictionaryAccountancyplan=Kontenplan +DictionaryAccountancysystem=Kontenplan Modul SetupSaved=Setup gespeichert BackToModuleList=Zurück zur Modulübersicht -BackToDictionnaryList=Zurück zur Wörterbuchübersicht +BackToDictionaryList=Zurück zur Wörterbuchübersicht VATReceivedOnly=Nur Mehrwertsteuererhalt VATManagement=MwSt-Verwaltung VATIsUsedDesc=Der standardmäßige MwSt.-Satz für die Erstellung von Leads, Rechnungen, Bestellungen, etc. folgt der folgenden, aktiven Regel:<br>Ist der Verkäufer mehrwertsteuerpflichtig, ist die MwSt. standardmäßig 0. Ende der Regel.<br>Ist das Verkaufsland gleich dem Einkaufsland, ist die MwSt. standardmäßig die MwSt. des Produkts im Verkaufsland. Ende der Regel. <br>Sind Verkäufer und Käufer beide aus Europäischen Mitgliedsstaaten und die Produkte physisch transportfähig (Auto, Schiff, Flugzeug), ist die MwSt. standardmäßig 0. (Die MwSt. sollte durch den Käufer beim eigenen Zollamt entrichtet werden, nicht durch den Verkäufer. Ende der Regel.<br>Sind Verkäufer und Käufer beide aus Europäischen Mitgliedsstaaten, der Käufer jedoch kein Unternehmen so ist die MwSt. standardmäßig die MwSt. des verkauften Produkts. Ende der Regel.<br>Sind Verkäufer und Käufer beide Unternehmen im Europäischen Gemeinschaftsraum, so ist die MwSt. standardmäßig 0. Ende der Regel.<br>Trifft keine der obigen Regeln zu, ist die MwSt. standardmäßig 0. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Trigger in dieser Datei sind durch das übergeor TriggerAlwaysActive=Trigger in dieser Datei sind unabhängig der Modulkonfiguration immer aktiviert. TriggerActiveAsModuleActive=Trigger in dieser Datei sind durch das übergeordnete Modul <b>%s</b> aktiviert. GeneratedPasswordDesc=Definieren Sie hier das Schema nach dem automatisch generierte Passwörter erstellt werden sollen. -DictionnaryDesc=Definieren Sie hier alle Referenzwerte. Sie können vordefinierte Werte mit ihren eigenen ergänzen. +DictionaryDesc=Definieren Sie hier alle Referenzwerte. Sie können vordefinierte Werte mit ihren eigenen ergänzen. ConstDesc=Auf dieser Seite können Sie alle, auf bisherigen Seiten nicht aufgeführte, Parameter einstellen. Dieser Bereich ist primär für fortgeschrittene Entwickler und zur Fehlersuche gedacht. OnceSetupFinishedCreateUsers=Achtung: Sie sind derzeit als Systemadministrator angemeldet. Administratorenkonten dienen primär zur Einrichtung des Systems, für die reguläre Verwendung sollten Sie ein herkömmliches Benutzerkonto unter 'Benutzer&Gruppen' anlegen und verwenden. MiscellaneousDesc=Definieren Sie hier alle sonstigen Sicherheitseinstellungen @@ -1435,7 +1435,7 @@ AccountancyCode=Rechnungswesen-Code AgendaSetup=Agenda-Moduleinstellungen PasswordTogetVCalExport=Passwort für den VCal-Export PastDelayVCalExport=Keine Termine exportieren die älter sind als -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Dieses Modul fügt ein Symbols nach Telefonnummern ein, bei dessen der Server unter der unten definierten URL aufgerufen wird. Diese Funktion können Sie dazu verwenden, ein Callcenter-System innerhalb dolibarrs aufzurufen, das eine Telefonnummer z.B. über ein SIP-System, für Sie wählt. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/de_DE/exports.lang b/htdocs/langs/de_DE/exports.lang index 9a66332e74bbc1d1264a60a13437a58bfdbf1343..a059166721edfa1ec4ac8a738ecc8c6922557dba 100644 --- a/htdocs/langs/de_DE/exports.lang +++ b/htdocs/langs/de_DE/exports.lang @@ -102,14 +102,14 @@ NbOfLinesImported=Anzahl der erfolgreich importierten Zeilen: <b>%s</b>. DataComeFromNoWhere=Der einzufügende Wert kommt nicht aus der Quelldatei. DataComeFromFileFieldNb=Der einzufügende Wert stammt aus Feldnummer <b>%s</b> der Quelldatei. DataComeFromIdFoundFromRef=Der Wert aus Feldnummer <b>%s</b> der Quelldatei wird zur Auffindung der ID des zu verwendenden Elternelements verwendet (entsprechend muss das Objekt <b>%s</b> mit der Nummer aus der Quelldatei im System vorhanden sein). -DataComeFromIdFoundFromCodeId=Der Eintrag aus der Quelldatei mit der Feldnummer <b>%s</b>, wird zur Referenzierung verwendet. Dazu muss die ID des Objektes in Dictionnary <b>%s</b> existieren. Ist Ihnen die ID bekannt, dann können Sie auch dies in der Sourcedatei - anstelle des Codes - eintragen. Der Import sollte in beiden Fällen funktionieren. +DataComeFromIdFoundFromCodeId=Der Eintrag aus der Quelldatei mit der Feldnummer <b>%s</b>, wird zur Referenzierung verwendet. Dazu muss die ID des Objektes in Dictionary <b>%s</b> existieren. Ist Ihnen die ID bekannt, dann können Sie auch dies in der Sourcedatei - anstelle des Codes - eintragen. Der Import sollte in beiden Fällen funktionieren. DataIsInsertedInto=Die Quelldateidaten werden in folgendes Feld eingefügt: DataIDSourceIsInsertedInto=Die ID des mittels Quelldatei ermittelten Elternelements werden in folgendes Feld eingefügt: DataCodeIDSourceIsInsertedInto=Die gefundene, übergeordnete ID aus dem Code wird in das folgende Feld eingefügt: SourceRequired=Datenwert erforderlich SourceExample=Beispiel möglicher Datenwerte ExampleAnyRefFoundIntoElement=Ein Referenz für das Element <b>%s</b> gefunden -ExampleAnyCodeOrIdFoundIntoDictionnary=Ein Code (oder eine ID) wurde im Dictionnary <b>%s</b> gefunden +ExampleAnyCodeOrIdFoundIntoDictionary=Ein Code (oder eine ID) wurde im Dictionary <b>%s</b> gefunden CSVFormatDesc=<b>Comma Separated Value</b> Format (.csv). <br> Dies ist ein Textdatei-Format, bei dem einzelne Spalten durch ein Trennzeichen [ %s ] getrennt sind. Wird innerhalb eines Feldes das Trennzeichen gefunden, wird der Wert des entsprechenden Feldes über ein Rundungszeichen [ %s ] gerundet. Das Escape-Zeichen für die Rundung ist [ %s ]. Excel95FormatDesc=<b>Excel</b> Dateiformat (.xls)<br>Dies ist das Excel 95 Format (BIFF5). Excel2007FormatDesc=<b>Excel</b> Dateiformat (.xlsx)<br>Dies ist das Excel 2007 Format (XML). diff --git a/htdocs/langs/de_DE/main.lang b/htdocs/langs/de_DE/main.lang index 5f7fc957db0dc02598016bb199312cc3e757dac0..27be8d5d60cdd83b30d9f204585109e4a13974ba 100644 --- a/htdocs/langs/de_DE/main.lang +++ b/htdocs/langs/de_DE/main.lang @@ -572,7 +572,7 @@ TotalWoman=Vollständig TotalMan=Vollständig NeverReceived=Nie erhalten Canceled=Storniert -YouCanChangeValuesForThisListFromDictionnarySetup=Sie können die Listenoptionen in den Wörterbuch-Einstellungen anpassen +YouCanChangeValuesForThisListFromDictionarySetup=Sie können die Listenoptionen in den Wörterbuch-Einstellungen anpassen Color=Farbe Documents=Verknüpfte Dokumente DocumentsNb=Verknüpfte Dateien (%s) diff --git a/htdocs/langs/el_GR/admin.lang b/htdocs/langs/el_GR/admin.lang index 36cc5fe920b0a28ae35b2ee6515f7525a0464847..37006d16fbb77ee3786921fbddc14ae0e3d4c0fa 100644 --- a/htdocs/langs/el_GR/admin.lang +++ b/htdocs/langs/el_GR/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Διαχείριση Ασφάλειας ErrorModuleRequirePHPVersion=Λάθος, αυτή η ενότητα απαιτεί έκδοση PHP %s ή μεγαλύτερη ErrorModuleRequireDolibarrVersion=Λάθος, αυτό το module απαιτεί Dolibarr έκδοση %s ή μεγαλύτερη ErrorDecimalLargerThanAreForbidden=Λάθος, μια διευκρίνιση μεγαλύτερη από <b>%s</b> δεν υποστηρίζεται. -DictionnarySetup=Διαχείριση Λεξικού -Dictionnary=Λεξικά +DictionarySetup=Διαχείριση Λεξικού +Dictionary=Λεξικά ErrorReservedTypeSystemSystemAuto=Αξία «system» και «systemauto» για τον τύπο είναι κατοχυρωμένα. Μπορείτε να χρησιμοποιήσετε το «χρήστη» ως αξία για να προσθέσετε το δικό σας μητρώο ErrorCodeCantContainZero=Ο κώδικας δεν μπορεί να περιέχει την τιμή 0 DisableJavascript=Απενεργοποίηση συναρτήσεων JavaScript και Ajax @@ -726,34 +726,34 @@ Permission55001=Διαβάστε τις έρευνες Permission55002=Δημιουργία/τροποποίηση ερευνών # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Company types -DictionnaryCompanyJuridicalType=Juridical kinds of company -DictionnaryProspectLevel=Prospect potential level -DictionnaryCanton=State/Cantons -DictionnaryRegion=Περιοχές -DictionnaryCountry=Χώρες -DictionnaryCurrency=Νομίσματα -DictionnaryCivility=Civility title -DictionnaryActions=Type of agenda events -DictionnarySocialContributions=Social contributions types -DictionnaryVAT=Τιμές Φ.Π.Α. -DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Payment terms -DictionnaryPaymentModes=Τρόποι Πληρωμής -DictionnaryTypeContact=Contact/Address types -DictionnaryEcotaxe=Ecotax (WEEE) -DictionnaryPaperFormat=Paper formats -DictionnaryFees=Type of fees -DictionnarySendingMethods=Sendings methods -DictionnaryStaff=Προσωπικό -DictionnaryAvailability=Καθυστέρηση παράδοσης -DictionnaryOrderMethods=Παραγγελία μεθόδους -DictionnarySource=Προέλευση των προτάσεων / εντολών -DictionnaryAccountancyplan=Chart of accounts -DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Company types +DictionaryCompanyJuridicalType=Juridical kinds of company +DictionaryProspectLevel=Prospect potential level +DictionaryCanton=State/Cantons +DictionaryRegion=Περιοχές +DictionaryCountry=Χώρες +DictionaryCurrency=Νομίσματα +DictionaryCivility=Civility title +DictionaryActions=Type of agenda events +DictionarySocialContributions=Social contributions types +DictionaryVAT=Τιμές Φ.Π.Α. +DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Payment terms +DictionaryPaymentModes=Τρόποι Πληρωμής +DictionaryTypeContact=Contact/Address types +DictionaryEcotaxe=Ecotax (WEEE) +DictionaryPaperFormat=Paper formats +DictionaryFees=Type of fees +DictionarySendingMethods=Sendings methods +DictionaryStaff=Προσωπικό +DictionaryAvailability=Καθυστέρηση παράδοσης +DictionaryOrderMethods=Παραγγελία μεθόδους +DictionarySource=Προέλευση των προτάσεων / εντολών +DictionaryAccountancyplan=Chart of accounts +DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Οι ρυθμίσεις αποθηκεύτηκαν BackToModuleList=Back to modules list -BackToDictionnaryList=Back to dictionaries list +BackToDictionaryList=Back to dictionaries list VATReceivedOnly=Special rate not charged VATManagement=Διαχείριση Φ.Π.Α. VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b> TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules. TriggerActiveAsModuleActive=Triggers in this file are active as module <b>%s</b> is enabled. GeneratedPasswordDesc=Define here which rule you want to use to generate new password if you ask to have auto generated password -DictionnaryDesc=Define here all reference datas. You can complete predefined value with yours. +DictionaryDesc=Define here all reference datas. You can complete predefined value with yours. ConstDesc=This page allows you to edit all other parameters not available in previous pages. They are reserved parameters for advanced developers or for troubleshouting. OnceSetupFinishedCreateUsers=Warning, you are a Dolibarr administrator user. Administrator users are used to setup Dolibarr. For a usual usage of Dolibarr, it is recommended to use a non administrator user created from Users & Groups menu. MiscellaneousDesc=Define here all other parameters related to security. @@ -1435,7 +1435,7 @@ AccountancyCodeBuy=Purchase account. code AgendaSetup=Events and agenda module setup PasswordTogetVCalExport=Key to authorize export link PastDelayVCalExport=Do not export event older than -AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=This module allows to add an icon after phone numbers. A click on this icon will call a server with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/el_GR/exports.lang b/htdocs/langs/el_GR/exports.lang index 2a21b8de8e8ed5728dc0cfc0d3f94442e0f5cc3d..9d05905f287492effd772d47c88220be6a8bedf0 100644 --- a/htdocs/langs/el_GR/exports.lang +++ b/htdocs/langs/el_GR/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Η ταυτότητα του γονέα που β SourceRequired=Data value is mandatory SourceExample=Example of possible data value ExampleAnyRefFoundIntoElement=Κάθε σχ βρέθηκαν για <b>%s</b> στοιχείο -ExampleAnyCodeOrIdFoundIntoDictionnary=Κάθε κωδικός (ή id) βρέθηκαν σε dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Κάθε κωδικός (ή id) βρέθηκαν σε dictionnary <b>%s</b> CSVFormatDesc=<b>Comma Separated Value</b> file format (.csv).<br>This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ]. Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/el_GR/main.lang b/htdocs/langs/el_GR/main.lang index 6d4c300e74ecdc58125890586b14f98130d222e3..bd71746725134e84c81c074754e50671ac517af1 100644 --- a/htdocs/langs/el_GR/main.lang +++ b/htdocs/langs/el_GR/main.lang @@ -572,7 +572,7 @@ TotalWoman=Συνολικές TotalMan=Συνολικοί NeverReceived=Δεν παραλήφθηκε Canceled=Ακυρώθηκε -YouCanChangeValuesForThisListFromDictionnarySetup=You can change values for this list from menu setup - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu setup - dictionnary Color=Χρώμα Documents=Συνδεδεμένα Αρχεία DocumentsNb=Συνδεδεμένα Αρχεία (%s) diff --git a/htdocs/langs/en_GB/admin.lang b/htdocs/langs/en_GB/admin.lang index 4e835df5eab071319f6d345a12907d9db623e045..28a42a2d38e2bff54deb150266530dabbab886b4 100644 --- a/htdocs/langs/en_GB/admin.lang +++ b/htdocs/langs/en_GB/admin.lang @@ -1,2 +1,2 @@ # Dolibarr language file - en_GB - admin -DictionnaryVAT=VAT Rates +DictionaryVAT=VAT Rates diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index dfcd5c5d27c5c5f65bb8c29698481e7651d6c0f4..3c381d4c0c3543749695a740eddd95069a318ae3 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Security setup ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr version %s or higher ErrorDecimalLargerThanAreForbidden=Error, a precision higher than <b>%s</b> is not supported. -DictionnarySetup=Dictionary setup -Dictionnary=Dictionaries +DictionarySetup=Dictionary setup +Dictionary=Dictionaries ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Disable JavaScript and Ajax functions @@ -726,34 +726,34 @@ Permission55001=Read surveys Permission55002=Create/modify surveys Permission59001=Read commercial margins Permission59002=Define commercial margins -DictionnaryCompanyType=Company types -DictionnaryCompanyJuridicalType=Juridical kinds of company -DictionnaryProspectLevel=Prospect potential level -DictionnaryCanton=State/Cantons -DictionnaryRegion=Regions -DictionnaryCountry=Countries -DictionnaryCurrency=Currencies -DictionnaryCivility=Civility title -DictionnaryActions=Type of agenda events -DictionnarySocialContributions=Social contributions types -DictionnaryVAT=VAT Rates or Sales Tax Rates -DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Payment terms -DictionnaryPaymentModes=Payment modes -DictionnaryTypeContact=Contact/Address types -DictionnaryEcotaxe=Ecotax (WEEE) -DictionnaryPaperFormat=Paper formats -DictionnaryFees=Type of fees -DictionnarySendingMethods=Shipping methods -DictionnaryStaff=Staff -DictionnaryAvailability=Delivery delay -DictionnaryOrderMethods=Ordering methods -DictionnarySource=Origin of proposals/orders -DictionnaryAccountancyplan=Chart of accounts -DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Company types +DictionaryCompanyJuridicalType=Juridical kinds of company +DictionaryProspectLevel=Prospect potential level +DictionaryCanton=State/Cantons +DictionaryRegion=Regions +DictionaryCountry=Countries +DictionaryCurrency=Currencies +DictionaryCivility=Civility title +DictionaryActions=Type of agenda events +DictionarySocialContributions=Social contributions types +DictionaryVAT=VAT Rates or Sales Tax Rates +DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Payment terms +DictionaryPaymentModes=Payment modes +DictionaryTypeContact=Contact/Address types +DictionaryEcotaxe=Ecotax (WEEE) +DictionaryPaperFormat=Paper formats +DictionaryFees=Type of fees +DictionarySendingMethods=Shipping methods +DictionaryStaff=Staff +DictionaryAvailability=Delivery delay +DictionaryOrderMethods=Ordering methods +DictionarySource=Origin of proposals/orders +DictionaryAccountancyplan=Chart of accounts +DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Setup saved BackToModuleList=Back to modules list -BackToDictionnaryList=Back to dictionaries list +BackToDictionaryList=Back to dictionaries list VATReceivedOnly=Special rate not charged VATManagement=VAT Management VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Triggers in this file are disabled as module <b> TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules. TriggerActiveAsModuleActive=Triggers in this file are active as module <b>%s</b> is enabled. GeneratedPasswordDesc=Define here which rule you want to use to generate new password if you ask to have auto generated password -DictionnaryDesc=Define here all reference datas. You can complete predefined value with yours. +DictionaryDesc=Define here all reference datas. You can complete predefined value with yours. ConstDesc=This page allows you to edit all other parameters not available in previous pages. They are reserved parameters for advanced developers or for troubleshouting. OnceSetupFinishedCreateUsers=Warning, you are a Dolibarr administrator user. Administrator users are used to setup Dolibarr. For a usual usage of Dolibarr, it is recommended to use a non administrator user created from Users & Groups menu. MiscellaneousDesc=Define here all other parameters related to security. @@ -1425,7 +1425,7 @@ AccountancyCodeBuy=Purchase account. code AgendaSetup=Events and agenda module setup PasswordTogetVCalExport=Key to authorize export link PastDelayVCalExport=Do not export event older than -AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=This module allows to add an icon after phone numbers. A click on this icon will call a server with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/en_US/exports.lang b/htdocs/langs/en_US/exports.lang index f1defa94c368fb8f6b906ccbcc619a80a087ebe9..f084b154e10af9dc6707627410b35d8117c50665 100644 --- a/htdocs/langs/en_US/exports.lang +++ b/htdocs/langs/en_US/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=The id of parent line found from code, will be in SourceRequired=Data value is mandatory SourceExample=Example of possible data value ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Any code (or id) found into dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionnary <b>%s</b> CSVFormatDesc=<b>Comma Separated Value</b> file format (.csv).<br>This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ]. Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang index d889dedc9d654413e0abf6cf8cfe68d1de877e30..165099328ba90fa1fa5c448eaf134dbb0dddb68b 100644 --- a/htdocs/langs/en_US/main.lang +++ b/htdocs/langs/en_US/main.lang @@ -572,7 +572,7 @@ TotalWoman=Total TotalMan=Total NeverReceived=Never received Canceled=Canceled -YouCanChangeValuesForThisListFromDictionnarySetup=You can change values for this list from menu setup - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu setup - dictionnary Color=Color Documents=Linked files DocumentsNb=Linked files (%s) diff --git a/htdocs/langs/es_ES/admin.lang b/htdocs/langs/es_ES/admin.lang index 82bdf87d025c2b246f712ce20a56a369e1fbff0b..6415a9a7cf16907a0f5659cae0beb9cd508fd68b 100644 --- a/htdocs/langs/es_ES/admin.lang +++ b/htdocs/langs/es_ES/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Configuración de la seguridad ErrorModuleRequirePHPVersion=Error, este módulo requiere una versión %s o superior de PHP ErrorModuleRequireDolibarrVersion=Error, este módulo requiere una versión %s o superior de Dolibarr ErrorDecimalLargerThanAreForbidden=Error, las precisiones superiores a <b>%s</b> no están soportadas. -DictionnarySetup=Diccionarios -Dictionnary=Diccionarios +DictionarySetup=Diccionarios +Dictionary=Diccionarios ErrorReservedTypeSystemSystemAuto=El uso del tipo 'system' y 'systemauto' está reservado. Puede utilizar 'user' como valor para añadir su propio registro ErrorCodeCantContainZero=El código no puede contener el valor 0 DisableJavascript=Desactivar las funciones Javascript y AJAX @@ -726,34 +726,34 @@ Permission55001=Leer encuestas Permission55002=Crear/modificar encuestas # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Tipos de empresa -DictionnaryCompanyJuridicalType=Formas jurídicas -DictionnaryProspectLevel=Perspectiva nivel cliente potencial -DictionnaryCanton=Departamentos/Provincias/Zonas -DictionnaryRegion=Regiones -DictionnaryCountry=Países -DictionnaryCurrency=Monedas -DictionnaryCivility=Títulos de cortesía -DictionnaryActions=Tipos de eventos de la agenda -DictionnarySocialContributions=Tipos de cargas sociales -DictionnaryVAT=Tasa de IVA (Impuesto sobre ventas en EEUU) -DictionnaryRevenueStamp=Importes de sellos fiscales -DictionnaryPaymentConditions=Condiciones de pago -DictionnaryPaymentModes=Modos de pago -DictionnaryTypeContact=Tipos de contactos/direcciones -DictionnaryEcotaxe=Baremos CEcoParticipación (DEEE) -DictionnaryPaperFormat=Formatos de papel -DictionnaryFees=Tipos de desplazamientos y honorarios -DictionnarySendingMethods=Métodos de expedición -DictionnaryStaff=Empleados -DictionnaryAvailability=Tiempos de entrega -DictionnaryOrderMethods=Métodos de pedido -DictionnarySource=Orígenes de presupuestos/pedidos -DictionnaryAccountancyplan=Plan contable -DictionnaryAccountancysystem=Modelos de planes contables +DictionaryCompanyType=Tipos de empresa +DictionaryCompanyJuridicalType=Formas jurídicas +DictionaryProspectLevel=Perspectiva nivel cliente potencial +DictionaryCanton=Departamentos/Provincias/Zonas +DictionaryRegion=Regiones +DictionaryCountry=Países +DictionaryCurrency=Monedas +DictionaryCivility=Títulos de cortesía +DictionaryActions=Tipos de eventos de la agenda +DictionarySocialContributions=Tipos de cargas sociales +DictionaryVAT=Tasa de IVA (Impuesto sobre ventas en EEUU) +DictionaryRevenueStamp=Importes de sellos fiscales +DictionaryPaymentConditions=Condiciones de pago +DictionaryPaymentModes=Modos de pago +DictionaryTypeContact=Tipos de contactos/direcciones +DictionaryEcotaxe=Baremos CEcoParticipación (DEEE) +DictionaryPaperFormat=Formatos de papel +DictionaryFees=Tipos de desplazamientos y honorarios +DictionarySendingMethods=Métodos de expedición +DictionaryStaff=Empleados +DictionaryAvailability=Tiempos de entrega +DictionaryOrderMethods=Métodos de pedido +DictionarySource=Orígenes de presupuestos/pedidos +DictionaryAccountancyplan=Plan contable +DictionaryAccountancysystem=Modelos de planes contables SetupSaved=Configuración guardada BackToModuleList=Volver a la lista de módulos -BackToDictionnaryList=Volver a la lista de diccionarios +BackToDictionaryList=Volver a la lista de diccionarios VATReceivedOnly=Impuestos especiales no facturables VATManagement=Gestión IVA VATIsUsedDesc=El tipo de IVA propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el vendedor no está sujeto a IVA, IVA por defecto=0. Final de regla.<br>Si el país del vendedor= país del comprador entonces IVA por defecto=IVA del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y el bien vendido= nuevo medio de transportes (auto, barco, avión), IVA por defecto=0 (el IVA debe ser pagado por comprador a la hacienda pública de su país y no al vendedor). Final de regla<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= particular o empresa sin NIF intracomunitario entonces IVA por defecto=IVA del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= empresa con NIF intracomunitario entonces IVA por defecto=0. Final de regla.<br>Si no, IVA propuesto por defecto=0. Final de regla.<br> @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Triggers de este archivo desactivados ya que el TriggerAlwaysActive=Triggers de este archivo siempre activos, ya que los módulos Dolibarr relacionados están activados TriggerActiveAsModuleActive=Triggers de este archivo activos ya que el módulo <b>%s</b> está activado GeneratedPasswordDesc=Indique aquí que norma quiere utilizar para generar las contraseñas cuando quiera generar una nueva contraseña -DictionnaryDesc=Indique aquí los datos de referencia. Puede completar/modificar los datos predefinidos con los suyos. +DictionaryDesc=Indique aquí los datos de referencia. Puede completar/modificar los datos predefinidos con los suyos. ConstDesc=Cualquier otro parámetro no editable en las páginas anteriores OnceSetupFinishedCreateUsers=Atención, está bajo una cuenta de administrador de Dolibarr. Los administradores se utilizan para configurar a Dolibarr. Para un uso corriente de Dolibarr, se recomienda utilizar una cuenta no administrador creada desde el menú "Usuarios y grupos" MiscellaneousDesc=Defina aquí los otros parámetros relacionados con la seguridad. diff --git a/htdocs/langs/es_ES/exports.lang b/htdocs/langs/es_ES/exports.lang index 61517a81dc5bc7ade431e726cf34f861e7050875..b0e45dab359c88f5a30cabbd51ca81e35d32b651 100644 --- a/htdocs/langs/es_ES/exports.lang +++ b/htdocs/langs/es_ES/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=El id de la línea padre encontrada a partir del SourceRequired=Datos de origen obligatorios SourceExample=Ejemplo de datos de origen posibles ExampleAnyRefFoundIntoElement=Todas las referencias encontradas para los elementos <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Todos los códigos (o id) encontrados en el diccionario <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Todos los códigos (o id) encontrados en el diccionario <b>%s</b> CSVFormatDesc=Archivo con formato <b>Valores separados por coma</b> (.csv).<br>Es un fichero con formato de texto en el que los campos son separados por el carácter [ %s ]. Si el separador se encuentra en el contenido de un campo, El campo debe de estar acotado por el carácter [ %s ]. El carácter de escape para incluir un carácter de entorno en un dato es [ %s ]. Excel95FormatDesc=Archivo con formato <b>Excel</b> (.xls)<br>Este es el formato nativo de Excel 95 (BIFF5). Excel2007FormatDesc=Archivo con formato <b>Excel</b> (.xlsx)<br>Este es el formato nativo de Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/es_ES/main.lang b/htdocs/langs/es_ES/main.lang index 8b350dd93d35af85c914d3ef11635619503ec961..16eb995ba28d839757a06e53dce00abb73a6448a 100644 --- a/htdocs/langs/es_ES/main.lang +++ b/htdocs/langs/es_ES/main.lang @@ -572,7 +572,7 @@ TotalWoman=Total TotalMan=Total NeverReceived=Nunca recibido Canceled=Cancelado -YouCanChangeValuesForThisListFromDictionnarySetup=Puede cambiar estos valores en el menú configuración->diccionarios +YouCanChangeValuesForThisListFromDictionarySetup=Puede cambiar estos valores en el menú configuración->diccionarios Color=Color Documents=Documentos DocumentsNb=archivos adjuntos (%s) diff --git a/htdocs/langs/es_HN/admin.lang b/htdocs/langs/es_HN/admin.lang index 4036b97632db4680ce1ea582423f773901879869..a823583bd5039a2e62bbb5f6b36bac877ae88756 100644 --- a/htdocs/langs/es_HN/admin.lang +++ b/htdocs/langs/es_HN/admin.lang @@ -2,7 +2,7 @@ Permission91=Consultar impuestos e ISV Permission92=Crear/modificar impuestos e ISV Permission93=Eliminar impuestos e ISV -DictionnaryVAT=Tasa de ISV (Impuesto sobre ventas en EEUU) +DictionaryVAT=Tasa de ISV (Impuesto sobre ventas en EEUU) VATManagement=Gestión ISV VATIsUsedDesc=El tipo de ISV propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el vendedor no está sujeto a ISV, ISV por defecto=0. Final de regla.<br>Si el país del vendedor= país del comprador entonces ISV por defecto=ISV del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y el bien vendido= nuevo medio de transportes (auto, barco, avión), ISV por defecto=0 (el ISV debe ser pagado por comprador a la hacienda pública de su país y no al vendedor). Final de regla<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= particular o empresa sin NIF intracomunitario entonces ISV por defecto=ISV del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= empresa con NIF intracomunitario entonces ISV por defecto=0. Final de regla.<br>Si no, ISV propuesto por defecto=0. Final de regla.<br> VATIsNotUsedDesc=El tipo de ISV propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades. diff --git a/htdocs/langs/es_PE/admin.lang b/htdocs/langs/es_PE/admin.lang index 23978bc3e3719c15b821b0033efcf369e894ed88..877beecd423e1927cc828ac7ab232bcbfa0205ba 100644 --- a/htdocs/langs/es_PE/admin.lang +++ b/htdocs/langs/es_PE/admin.lang @@ -2,7 +2,7 @@ Permission91=Consultar impuestos e IGV Permission92=Crear/modificar impuestos e IGV Permission93=Eliminar impuestos e IGV -DictionnaryVAT=Tasa de IGV (Impuesto sobre ventas en EEUU) +DictionaryVAT=Tasa de IGV (Impuesto sobre ventas en EEUU) VATManagement=Gestión IGV VATIsUsedDesc=El tipo de IGV propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el vendedor no está sujeto a IVU, IVU por defecto=0. Final de regla.<br>Si el país del vendedor= país del comprador entonces IVU por defecto=IVU del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y el bien vendido= nuevo medio de transportes (auto, barco, avión), IVU por defecto=0 (el IVU debe ser pagado por comprador a la hacienda pública de su país y no al vendedor). Final de regla<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= particular o empresa sin NIF intracomunitario entonces IVU por defecto=IVU del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= empresa con NIF intracomunitario entonces IVU por defecto=0. Final de regla.<br>Si no, IVU propuesto por defecto=0. Final de regla.<br> VATIsNotUsedDesc=El tipo de IGV propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades. diff --git a/htdocs/langs/es_PR/admin.lang b/htdocs/langs/es_PR/admin.lang index 061e4c16561a7d7b5d4d4706e68024b7f65c8f1c..f5906e9e162685372990f1a397efb2ad6191a3d8 100644 --- a/htdocs/langs/es_PR/admin.lang +++ b/htdocs/langs/es_PR/admin.lang @@ -2,7 +2,7 @@ Permission91=Consultar impuestos e IVU Permission92=Crear/modificar impuestos e IVU Permission93=Eliminar impuestos e IVU -DictionnaryVAT=Tasa de IVU (Impuesto sobre ventas en EEUU) +DictionaryVAT=Tasa de IVU (Impuesto sobre ventas en EEUU) VATManagement=Gestión IVU VATIsUsedDesc=El tipo de IVU propuesto por defecto en las creaciones de presupuestos, facturas, pedidos, etc. Responde a la siguiente regla:<br>Si el vendedor no está sujeto a IVU, IVU por defecto=0. Final de regla.<br>Si el país del vendedor= país del comprador entonces IVU por defecto=IVU del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y el bien vendido= nuevo medio de transportes (auto, barco, avión), IVU por defecto=0 (el IVU debe ser pagado por comprador a la hacienda pública de su país y no al vendedor). Final de regla<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= particular o empresa sin NIF intracomunitario entonces IVU por defecto=IVU del producto vendido. Final de regla.<br>Si vendedor y comprador residen en la Comunidad Europea y comprador= empresa con NIF intracomunitario entonces IVU por defecto=0. Final de regla.<br>Si no, IVU propuesto por defecto=0. Final de regla.<br> VATIsNotUsedDesc=El tipo de IVU propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades. diff --git a/htdocs/langs/et_EE/admin.lang b/htdocs/langs/et_EE/admin.lang index d3b66340035e62861cfd5654eb7b4823d8fe5f30..7fadbeeda4a6f4e72a3837bd28a6ee04b7adc574 100644 --- a/htdocs/langs/et_EE/admin.lang +++ b/htdocs/langs/et_EE/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Turvaseaded ErrorModuleRequirePHPVersion=Viga: see moodul nõuab PHP versiooni %s või kõrgemat ErrorModuleRequireDolibarrVersion=Viga: see moodul nõuab Dolibarri versiooni %s või kõrgemat ErrorDecimalLargerThanAreForbidden=Viga, suurem täpsus kui <b>%s</b> ei ole toetatud. -DictionnarySetup=Sõnastiku seadistamine -Dictionnary=Sõnastikud +DictionarySetup=Sõnastiku seadistamine +Dictionary=Sõnastikud ErrorReservedTypeSystemSystemAuto=Tüübi väärtused 'system' ja 'systemauto' on reserveeritud. Omaloodud kirje väärtuseks võib kasutada väärtust 'user'. ErrorCodeCantContainZero=Kood ei või sisaldada väärtust 0 DisableJavascript=Keela JavaScript ja Ajax funktsioonid @@ -726,34 +726,34 @@ Permission55001=Küsitluste vaatamine Permission55002=Küsitluste loomine/muutmine # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Ettevõtete tüübid -DictionnaryCompanyJuridicalType=Ettevõtete juriidilised liigid -DictionnaryProspectLevel=Huvilise potentsiaal -DictionnaryCanton=Osariik/kantonid -DictionnaryRegion=Regioonid -DictionnaryCountry=Riigid -DictionnaryCurrency=Valuutad -DictionnaryCivility=Pöördumise tiitel -DictionnaryActions=Päevakava tegevuste liigid -DictionnarySocialContributions=Sotsiaalmaksu liigid -DictionnaryVAT=Käibemaksu või müügimaksu määrad -DictionnaryRevenueStamp=Maksumärkide kogus -DictionnaryPaymentConditions=Maksetingimused -DictionnaryPaymentModes=Maksemoodused -DictionnaryTypeContact=Kontaktide/Aadresside liigid -DictionnaryEcotaxe=Keskkonnamaks (WEEE) -DictionnaryPaperFormat=Paberiformaadid -DictionnaryFees=Lisatasude liigid -DictionnarySendingMethods=Saatmise meetodid -DictionnaryStaff=Personal -DictionnaryAvailability=Saatmise viivitus -DictionnaryOrderMethods=Tellimise meetodid -DictionnarySource=Pakkumiste/tellimuste päritolu -DictionnaryAccountancyplan=Kontoplaan -DictionnaryAccountancysystem=Kontoplaani mudelid +DictionaryCompanyType=Ettevõtete tüübid +DictionaryCompanyJuridicalType=Ettevõtete juriidilised liigid +DictionaryProspectLevel=Huvilise potentsiaal +DictionaryCanton=Osariik/kantonid +DictionaryRegion=Regioonid +DictionaryCountry=Riigid +DictionaryCurrency=Valuutad +DictionaryCivility=Pöördumise tiitel +DictionaryActions=Päevakava tegevuste liigid +DictionarySocialContributions=Sotsiaalmaksu liigid +DictionaryVAT=Käibemaksu või müügimaksu määrad +DictionaryRevenueStamp=Maksumärkide kogus +DictionaryPaymentConditions=Maksetingimused +DictionaryPaymentModes=Maksemoodused +DictionaryTypeContact=Kontaktide/Aadresside liigid +DictionaryEcotaxe=Keskkonnamaks (WEEE) +DictionaryPaperFormat=Paberiformaadid +DictionaryFees=Lisatasude liigid +DictionarySendingMethods=Saatmise meetodid +DictionaryStaff=Personal +DictionaryAvailability=Saatmise viivitus +DictionaryOrderMethods=Tellimise meetodid +DictionarySource=Pakkumiste/tellimuste päritolu +DictionaryAccountancyplan=Kontoplaan +DictionaryAccountancysystem=Kontoplaani mudelid SetupSaved=Seadistused salvestatud BackToModuleList=Tagasi moodulite nimekirja -BackToDictionnaryList=Tagasi sõnastike nimekirja +BackToDictionaryList=Tagasi sõnastike nimekirja VATReceivedOnly=Erihinda ei maksustata VATManagement=Käibemaksu haldamine VATIsUsedDesc=Pakkumiste, tellimuste, arvete jne loomisel kasutatav vaikimisi käibemaksumäär järgib aktiivset reeglit:<br>Kui müüja ei ole käibemaksukohuslane, siis on käibemaks vaikimisi 0. Reegli lõpp.<br>Juhul, kui (müümise maa=ostmise maa), siis kasututakse müümise maa käibemaksumäära. Reegli lõpp.<br>Kui müüja ja ostja on Euroopa Ühenduses ja tegu on transpordikaupadega (auto, laev, lennuk), siis on vaikimisi maksumäär 0 (käibemaksu peaks ostja maksma oma maa tollis ja mitte müüja juures). Reegli lõpp.<br>Kui müüja ja ostja on Euroopa Ühenduses ja ostja ei ole ettevõte, siis on käibemaksumääraks müüdava toote vaikimisi käibemaksumäär. Reegli lõpp.<br>Kui müüja ja ostja on Euroopa Ühenduses ja ostja on ettevõte, siis on käibemaks vaikimisi 0. Reegli lõpp.<br>Muul juhul on vaikimisi pakutud määraks 0. Reegli lõpp. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Selles failis olevad trigerid on blokeeritud, ku TriggerAlwaysActive=Selles failis olevad trigerid on alati aktiivsed hoolimata aktiveeritud Dolibarri moodulitest. TriggerActiveAsModuleActive=Selles failis olevad trigerid on aktiivsed, kuna moodul <b>%s</b> on aktiivne. GeneratedPasswordDesc=Määratle siin uue parooli loomise reegel, kui keegi tahab kasutada automaatselt loodud parooli. -DictionnaryDesc=Määratle siin kogu viidatav andmestik. Eelnevalt määratletud väärtusi võid ise täiustada. +DictionaryDesc=Määratle siin kogu viidatav andmestik. Eelnevalt määratletud väärtusi võid ise täiustada. ConstDesc=See lehekülg võimaldab muuta kõiki parameetreid, mis ei olnud eelmistel lehtedel saadaval. Tegu on edasijõudnud arendajate või programmi silujate jaoks mõeldud parameetritega. OnceSetupFinishedCreateUsers=Hoiatus: oled sisse logitud Dolibarri administraatorina. Administraatoreid kasutatakse Dolibarri seadistamiseks. Igapäevaseks kasutamiseks on soovitav kasutada tavakasutajat, kes on loodud Kasutajad & Grupid menüü abil. MiscellaneousDesc=Määratle siin muud parameetrid, mis on seotud turvalisusega. diff --git a/htdocs/langs/et_EE/exports.lang b/htdocs/langs/et_EE/exports.lang index 055535a279e7a8c0627b3234abb7d656f270381b..06c204284cce3204a02bdf7f33e6164b7e317d25 100644 --- a/htdocs/langs/et_EE/exports.lang +++ b/htdocs/langs/et_EE/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Koodist leitud emarea ID sisestatakse järgmisse SourceRequired=Andmeväärtus on kohustuslik SourceExample=Võimaliku andmeväärtuse näide ExampleAnyRefFoundIntoElement=Iga elemendi <b>%s</b> jaoks leitud viide -ExampleAnyCodeOrIdFoundIntoDictionnary=Iga sõnastiku <b>%s</b> jaoks leitud kood (või ID) +ExampleAnyCodeOrIdFoundIntoDictionary=Iga sõnastiku <b>%s</b> jaoks leitud kood (või ID) CSVFormatDesc=<b>Comma Separated Value</b> faili formaat (.csv).<br>See on tekstifaili formaat, kus väljad on eraldatud eraldajaga [ %s ]. Kui välja sisus leidub eraldaja, eraldatakse väli teistest väljadest eraldusssümboliga [ %s ]. Eraldussümboli paomärk on [ %s ]. Excel95FormatDesc=<b>Excel</b> faili formaat (.xls)<br>Excel 95 formaat (BIFF5). Excel2007FormatDesc=<b>Excel</b> faili formaat (.xlsx)<br>Excel 2007 formaat (SpreadsheetML). diff --git a/htdocs/langs/et_EE/main.lang b/htdocs/langs/et_EE/main.lang index b637dfe6db41741889c8019590943fbbffb72dcd..5fde4354ef80c1d3686bcb05ca39194acf0b1d42 100644 --- a/htdocs/langs/et_EE/main.lang +++ b/htdocs/langs/et_EE/main.lang @@ -572,7 +572,7 @@ TotalWoman=Täielik TotalMan=Täielik NeverReceived=Pole vastu võetud Canceled=Tühistatud -YouCanChangeValuesForThisListFromDictionnarySetup=Selle nimekirja väärtusi on võimalik muuta menüüst Seadistamine - Sõnastik +YouCanChangeValuesForThisListFromDictionarySetup=Selle nimekirja väärtusi on võimalik muuta menüüst Seadistamine - Sõnastik Color=Värv Documents=Seotud failid DocumentsNb=Seotud failid (%s) diff --git a/htdocs/langs/fa_IR/admin.lang b/htdocs/langs/fa_IR/admin.lang index a92a17932cbc0bfeaa221416bb3f57c0dfc4aca2..e26b8f1ceddd05da1c3bbfe94793c92b92f881cb 100644 --- a/htdocs/langs/fa_IR/admin.lang +++ b/htdocs/langs/fa_IR/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=تنظیمات امنیتی ErrorModuleRequirePHPVersion=خطا! این ماژول نیازمند پی اچ پی نسخه <b>%s</b> و ب ErrorModuleRequireDolibarrVersion=خطا این ماژول نیازمند دلیبار نسخه <b>%s</b> و به بالاست ErrorDecimalLargerThanAreForbidden=خطا دقت بیش از <b>%s</b> امکان پذیر نیست -DictionnarySetup=تنظیمات فرهنگ لغات -Dictionnary=دیکشنری +DictionarySetup=تنظیمات فرهنگ لغات +Dictionary=دیکشنری # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=غیر فعال سازی جاوا اسکریپت @@ -726,34 +726,34 @@ Permission2515=إعداد وثائق وأدلة # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=أنواع الشركة -DictionnaryCompanyJuridicalType=أنواع القانوني للشركة -DictionnaryProspectLevel=آفاق محتملة المستوى -DictionnaryCanton=الدولة / الكانتونات -DictionnaryRegion=المناطق -DictionnaryCountry=البلدان -DictionnaryCurrency=العملات -DictionnaryCivility=عنوان الكياسة -DictionnaryActions=الإجراءات القائمة -DictionnarySocialContributions=أنواع المساهمات الاجتماعية -DictionnaryVAT=معدلات ضريبة القيمة المضافة -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=شروط الدفع -DictionnaryPaymentModes=طرق الدفع -DictionnaryTypeContact=أنواع الاتصال -DictionnaryEcotaxe=الضرائب الإيكولوجية (WEEE) -DictionnaryPaperFormat=الصيغة الورقية -DictionnaryFees=نوع من الرسوم -DictionnarySendingMethods=طرق الإرسال -DictionnaryStaff=العاملين -# DictionnaryAvailability=Delivery delay -# DictionnaryOrderMethods=Ordering methods -# DictionnarySource=Origin of proposals/orders -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=أنواع الشركة +DictionaryCompanyJuridicalType=أنواع القانوني للشركة +DictionaryProspectLevel=آفاق محتملة المستوى +DictionaryCanton=الدولة / الكانتونات +DictionaryRegion=المناطق +DictionaryCountry=البلدان +DictionaryCurrency=العملات +DictionaryCivility=عنوان الكياسة +DictionaryActions=الإجراءات القائمة +DictionarySocialContributions=أنواع المساهمات الاجتماعية +DictionaryVAT=معدلات ضريبة القيمة المضافة +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=شروط الدفع +DictionaryPaymentModes=طرق الدفع +DictionaryTypeContact=أنواع الاتصال +DictionaryEcotaxe=الضرائب الإيكولوجية (WEEE) +DictionaryPaperFormat=الصيغة الورقية +DictionaryFees=نوع من الرسوم +DictionarySendingMethods=طرق الإرسال +DictionaryStaff=العاملين +# DictionaryAvailability=Delivery delay +# DictionaryOrderMethods=Ordering methods +# DictionarySource=Origin of proposals/orders +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=الإعداد المحفوظة BackToModuleList=العودة إلى قائمة الوحدات -BackToDictionnaryList=العودة إلى قائمة معاجم +BackToDictionaryList=العودة إلى قائمة معاجم VATReceivedOnly=سعر خاص لا تحمل VATManagement=إدارة الضريبة على القيمة المضافة VATIsUsedDesc=معدل ضريبة القيمة المضافة بشكل افتراضي عند إنشاء الآفاق ، والفواتير ، وما يتبع أوامر النشطة القياسية للمادة : <br> إذا كان البائع هو تعرض لضريبة القيمة المضافة ، وضريبة القيمة المضافة بعد ذلك تلقائيا= 0. نهاية المادة. <br> إذا كان (بيع وشراء= بلد في البلد) ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة من بيع المنتج في البلد. نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية ، وبيعت البضاعة الجديدة بعد أن وسائل النقل (السيارات ، والسفن ، والطائرات) ، الافتراضي= 0 ضريبة القيمة المضافة (ضريبة القيمة المضافة وينبغي أن تدفع من قبل المشتري في customoffice بلاده وليس على البائع . نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية والسلع التي تباع عن طريق وسائل أخرى جديدة بدلا من وسائل النقل ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة للمنتجات المباعة. نهاية المادة. <br> وإلا فإن ضريبة القيمة المضافة المقترحة الافتراضي= 1. نهاية المادة. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=يتسبب في تعطيل هذه الصورة TriggerAlwaysActive=يطلق في هذا الملف هي حركة دائمة ، وتفعيل ما هي وحدات Dolibarr. TriggerActiveAsModuleActive=يطلق في هذا الملف كما ينشط حدة تمكين <b>٪ ق.</b> GeneratedPasswordDesc=هنا تعريف القاعدة التي تريد استخدامه لكلمة السر اذا كنت أسأل لصناعة السيارات ولدت كلمة السر -DictionnaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك. +DictionaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك. ConstDesc=تسمح لك هذه الصفحة لتحرير جميع البارامترات الأخرى غير المتوفرة في الصفحات السابقة. فهي محفوظة لمعايير متقدمة للمطورين أو troubleshouting. OnceSetupFinishedCreateUsers=تحذير فأنت Dolibarr مدير المستخدم. مدير المستخدمين تستخدم لإعداد Dolibarr. لالمعتاد استخدام Dolibarr ، يوصى باستخدام غير مستخدم مدير خلق مجموعات من المستخدمين & القائمة. MiscellaneousDesc=هنا تعريف جميع البارامترات الأخرى ذات الصلة بالأمن. @@ -1435,7 +1435,7 @@ YourCompanyDoesNotUseVAT=وقد تم تسجيل شركة محددة لعدم ا AgendaSetup=جدول الأعمال وحدة الإعداد PasswordTogetVCalExport=مفتاح ربط تصدير تأذن PastDelayVCalExport=لا تصدر الحدث الأكبر من -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=هذا النموذج يسمح لإضافة رمز بعد رقم هاتف Dolibarr الاتصالات. وهناك اضغط على هذه الأيقونة ، سوف يطلب من أحد serveur معينة مع تحديد عنوان لكم أدناه. ويمكن استخدام هذه الكلمة لدعوة من مركز نظام Dolibarr التي يمكن الاتصال على رقم الهاتف هذا المسبار النظام على سبيل المثال. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/fa_IR/exports.lang b/htdocs/langs/fa_IR/exports.lang index 7956a2215b827f2569b4fff936fb58fd2cc74cd5..bec92a5d5ad65e3b505cb3192191b49802203f0c 100644 --- a/htdocs/langs/fa_IR/exports.lang +++ b/htdocs/langs/fa_IR/exports.lang @@ -109,7 +109,7 @@ DataIDSourceIsInsertedInto=العثور على كائن معرف الأصل با SourceRequired=بيانات قيمة إلزامية SourceExample=مثال على قيمة البيانات ممكن # ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> -# ExampleAnyCodeOrIdFoundIntoDictionnary=Any code (or id) found into dictionnary <b>%s</b> +# ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionnary <b>%s</b> CSVFormatDesc=<b>فاصلة فصل</b> ملف <b>القيمة</b> تنسيق (csv.). <br> هذا هو شكل ملف نصي ، حيث يتم فصل الحقول بواسطة فاصل [%s]. إذا تم العثور على فاصل داخل محتوى الحقل ، يتم تقريب الجولة الميدانية التي قام بها حرف] %s [. الهروب حرف وحرف الهروب جولة هو [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/fa_IR/main.lang b/htdocs/langs/fa_IR/main.lang index cb23133871082b89537737f11c5c30e995e4335e..b80bc3656bab29495d6db067e3ff36698739a1e8 100644 --- a/htdocs/langs/fa_IR/main.lang +++ b/htdocs/langs/fa_IR/main.lang @@ -572,7 +572,7 @@ TotalWoman=المجموع TotalMan=المجموع NeverReceived=لم يتلق Canceled=ألغى -YouCanChangeValuesForThisListFromDictionnarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary Color=لون Documents=ربط الملفات DocumentsNb=ملفات مرتبطة (%s) diff --git a/htdocs/langs/fi_FI/admin.lang b/htdocs/langs/fi_FI/admin.lang index 6eb96f966818029ff54790e10156318f4256608b..1383f919e3cd5611fed1f60ca9f5919e2252fd77 100644 --- a/htdocs/langs/fi_FI/admin.lang +++ b/htdocs/langs/fi_FI/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Turvallisuus-asetukset ErrorModuleRequirePHPVersion=Virhe Tätä moduulia edellyttää PHP version %s tai enemmän ErrorModuleRequireDolibarrVersion=Virhe Tätä moduulia edellyttää Dolibarr version %s tai enemmän ErrorDecimalLargerThanAreForbidden=Virhe, tarkkuuden suurempi <b>kuin %s</b> ei ole tuettu. -DictionnarySetup=Sanakirja setup -# Dictionnary=Dictionaries +DictionarySetup=Sanakirja setup +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Poista JavaScript-ja Ajax toiminnot @@ -726,34 +726,34 @@ Permission50202=Tuo liiketoimet # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Yritys tyypit -DictionnaryCompanyJuridicalType=Mustan erilaisia yrityksen -DictionnaryProspectLevel=Esitetilaus mahdolliset tasolla -DictionnaryCanton=Piirit -DictionnaryRegion=Alueiden -DictionnaryCountry=Maat -DictionnaryCurrency=Valuutat -DictionnaryCivility=Kohteliaisuus otsikko -DictionnaryActions=Toimet luettelo -DictionnarySocialContributions=Sosiaaliturvamaksut tyypit -DictionnaryVAT=Alv -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Maksuehdot -DictionnaryPaymentModes=Maksutavat -DictionnaryTypeContact=Yhteystiedot tyypit -DictionnaryEcotaxe=Ympäristöveron (WEEE) -DictionnaryPaperFormat=Paper tiedostomuodot -DictionnaryFees=Tyyppi maksujen -DictionnarySendingMethods=Sendings menetelmiä -DictionnaryStaff=Henkilöstö -DictionnaryAvailability=Toimituksen viivästyminen -DictionnaryOrderMethods=Tilaaminen menetelmät -DictionnarySource=Alkuperä ehdotusten / tilaukset -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Yritys tyypit +DictionaryCompanyJuridicalType=Mustan erilaisia yrityksen +DictionaryProspectLevel=Esitetilaus mahdolliset tasolla +DictionaryCanton=Piirit +DictionaryRegion=Alueiden +DictionaryCountry=Maat +DictionaryCurrency=Valuutat +DictionaryCivility=Kohteliaisuus otsikko +DictionaryActions=Toimet luettelo +DictionarySocialContributions=Sosiaaliturvamaksut tyypit +DictionaryVAT=Alv +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Maksuehdot +DictionaryPaymentModes=Maksutavat +DictionaryTypeContact=Yhteystiedot tyypit +DictionaryEcotaxe=Ympäristöveron (WEEE) +DictionaryPaperFormat=Paper tiedostomuodot +DictionaryFees=Tyyppi maksujen +DictionarySendingMethods=Sendings menetelmiä +DictionaryStaff=Henkilöstö +DictionaryAvailability=Toimituksen viivästyminen +DictionaryOrderMethods=Tilaaminen menetelmät +DictionarySource=Alkuperä ehdotusten / tilaukset +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Setup tallennettu BackToModuleList=Palaa moduulien luetteloon -BackToDictionnaryList=Palaa sanakirjat luettelo +BackToDictionaryList=Palaa sanakirjat luettelo VATReceivedOnly=Erityistä verokantaa ei veloiteta VATManagement=Alv Management # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Käynnistäjät tähän tiedostoon pois päält TriggerAlwaysActive=Käynnistäjät tässä tiedosto on aina aktiivinen, mikä on aktivoitu Dolibarr moduulit. TriggerActiveAsModuleActive=Käynnistäjät tähän tiedostoon ovat aktiivisia <b>moduuli %s</b> on käytössä. GeneratedPasswordDesc=Määritä tässä joka sääntö, jota haluat käyttää luoda uuden salasanan, jos pyytää, että auto tuotti salasana -DictionnaryDesc=Määritä tässä kaikki viittaukset datas. Voit täysin ennalta-arvon sinun. +DictionaryDesc=Määritä tässä kaikki viittaukset datas. Voit täysin ennalta-arvon sinun. ConstDesc=Tällä sivulla voit muokata kaikkia muita muuttujia ei ole saatavilla edellinen sivua. Ne on varattu parametrit edistyneelle kehittäjät tai troubleshouting. OnceSetupFinishedCreateUsers=Varoitus, olet Dolibarr järjestelmänvalvojan käyttäjätili. Administrator käyttäjät ovat tottuneet setup Dolibarr. Jos kyseessä on tavanomainen käyttö Dolibarr, on suositeltavaa käyttää kuin järjestelmänvalvojan käyttäjätili luotu Käyttäjät & ryhmät valikosta. MiscellaneousDesc=Määritä tässä kaikki muut parametrit, jotka liittyvät turvallisuuteen. @@ -1435,7 +1435,7 @@ AccountancyCode=Kirjanpito koodi AgendaSetup=Toimet ja esityslistan moduulin asetukset PasswordTogetVCalExport=Avain sallia viennin linkki PastDelayVCalExport=Älä viedä tapauksessa vanhempia kuin -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Tämän moduulin avulla voidaan lisätä kuvake jälkeen puhelinnumero Dolibarr yhteystiedot. A napsautat tätä kuvaketta, tulee soittaa serveur tiettyyn URL määritellä alla. Tätä voidaan käyttää soittaa puhelun keskellä järjestelmän Dolibarr että voi soittaa puhelinnumeroon, joka SIP järjestelmä esimerkiksi. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/fi_FI/exports.lang b/htdocs/langs/fi_FI/exports.lang index 657732337de91f55f71c3a6fb15478ae9359a76e..ec8bab35c056b919f245406de37ec268e87bd85c 100644 --- a/htdocs/langs/fi_FI/exports.lang +++ b/htdocs/langs/fi_FI/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id vanhemman linjan löydy koodia, lisätään os SourceRequired=Tiedon arvo on pakollinen SourceExample=Esimerkki mahdollisesta tietojen arvo ExampleAnyRefFoundIntoElement=Jos ref löytynyt elementin <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Kaikki koodia (tai id) löytyi tulee dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Kaikki koodia (tai id) löytyi tulee dictionnary <b>%s</b> CSVFormatDesc=<b>Pilkuin erotellut</b> tiedostomuodossa (. Csv). <br> Tämä on tekstitiedosto muodossa, jossa kentät on erotettu separaattori [%s]. Jos erotin on sisäpuolella kentän sisältöä, kenttä on pyöristetty pyöreä merkki [%s]. Escape paeta pyöreä merkki on [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/fi_FI/main.lang b/htdocs/langs/fi_FI/main.lang index c90ab6ba92d456aa7958bd4347cb71f43511cc50..70593fffc80876811b38ebbb217f192acf242568 100644 --- a/htdocs/langs/fi_FI/main.lang +++ b/htdocs/langs/fi_FI/main.lang @@ -572,7 +572,7 @@ TotalWoman=Yhteensä TotalMan=Yhteensä NeverReceived=Koskaan saanut Canceled=Peruutettu -YouCanChangeValuesForThisListFromDictionnarySetup=Voit muuttaa arvoja tämän listan valikkopalkki setup - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Voit muuttaa arvoja tämän listan valikkopalkki setup - dictionnary Color=Väri Documents=Linkitettyjä tiedostoja DocumentsNb=Linkitettyä kuvaa (%s) diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index e958d336ef096e322b594b975e6ddff3a832a2d4..d63223955055fe5317e7917372e8422879d4e126 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Configuration de la sécurité ErrorModuleRequirePHPVersion=Erreur, ce module requiert une version %s ou supérieure de PHP ErrorModuleRequireDolibarrVersion=Erreur, ce module requiert une version %s ou supérieure de Dolibarr ErrorDecimalLargerThanAreForbidden=Erreur, les précisions supérieures à <b>%s</b> ne sont pas prises en charge. -DictionnarySetup=Configuration des dictionnaires -Dictionnary=Dictionnaires +DictionarySetup=Configuration des dictionnaires +Dictionary=Dictionnaires ErrorReservedTypeSystemSystemAuto=Erreur, les valeurs 'system' et 'systemauto' sont réservées. Vous pouvez utiliser la valeur 'user' pour ajouter vos propres enregistrements ErrorCodeCantContainZero=Erreur, le code ne peut contenir la valeur 0 DisableJavascript=Désactiver les fonctions Javascript et Ajax @@ -726,34 +726,34 @@ Permission55001=Lire les sondages Permission55002=Créer/modifier les sondages Permission59001=Consulter les propositions commerciales Permission59002=Saisir les marges commerciales -DictionnaryCompanyType=Types de sociétés -DictionnaryCompanyJuridicalType=Formes juridiques -DictionnaryProspectLevel=Niveau de potentiel des prospects -DictionnaryCanton=Départements/Provinces/Cantons -DictionnaryRegion=Régions -DictionnaryCountry=Pays -DictionnaryCurrency=Monnaies -DictionnaryCivility=Titres de civilité -DictionnaryActions=Liste des types d'événements de l'agenda -DictionnarySocialContributions=Types de charges sociales -DictionnaryVAT=Taux de TVA ou de taxes de ventes -DictionnaryRevenueStamp=Montants des timbres fiscaux -DictionnaryPaymentConditions=Conditions de règlement -DictionnaryPaymentModes=Modes de paiements -DictionnaryTypeContact=Types de contacts/adresses -DictionnaryEcotaxe=Barèmes Éco-participation (DEEE) -DictionnaryPaperFormat=Formats de papier -DictionnaryFees=Types de déplacements et notes de frais -DictionnarySendingMethods=Méthodes d'expédition -DictionnaryStaff=Effectifs -DictionnaryAvailability=Délais de livraison -DictionnaryOrderMethods=Méthodes de commandes -DictionnarySource=Origines des propales/commandes -DictionnaryAccountancyplan=Plan comptable -DictionnaryAccountancysystem=Modèles de plan comptable +DictionaryCompanyType=Types de sociétés +DictionaryCompanyJuridicalType=Formes juridiques +DictionaryProspectLevel=Niveau de potentiel des prospects +DictionaryCanton=Départements/Provinces/Cantons +DictionaryRegion=Régions +DictionaryCountry=Pays +DictionaryCurrency=Monnaies +DictionaryCivility=Titres de civilité +DictionaryActions=Liste des types d'événements de l'agenda +DictionarySocialContributions=Types de charges sociales +DictionaryVAT=Taux de TVA ou de taxes de ventes +DictionaryRevenueStamp=Montants des timbres fiscaux +DictionaryPaymentConditions=Conditions de règlement +DictionaryPaymentModes=Modes de paiements +DictionaryTypeContact=Types de contacts/adresses +DictionaryEcotaxe=Barèmes Éco-participation (DEEE) +DictionaryPaperFormat=Formats de papier +DictionaryFees=Types de déplacements et notes de frais +DictionarySendingMethods=Méthodes d'expédition +DictionaryStaff=Effectifs +DictionaryAvailability=Délais de livraison +DictionaryOrderMethods=Méthodes de commandes +DictionarySource=Origines des propales/commandes +DictionaryAccountancyplan=Plan comptable +DictionaryAccountancysystem=Modèles de plan comptable SetupSaved=Configuration sauvegardée BackToModuleList=Retour liste des modules -BackToDictionnaryList=Retour liste des dictionnaires +BackToDictionaryList=Retour liste des dictionnaires VATReceivedOnly=Taux spécial non facturé VATManagement=Gestion TVA VATIsUsedDesc=Le taux de TVA proposé par défaut lors de la création de proposition commerciale, facture, commande, etc... répond à la règle standard suivante :<br>Si vendeur non assujetti à TVA, TVA par défaut=0. Fin de règle.<br>Si le (pays vendeur= pays acheteur) alors TVA par défaut=TVA du produit vendu. Fin de règle.<br>Si vendeur et acheteur dans Communauté européenne et bien vendu= moyen de transport neuf (auto, bateau, avion), TVA par défaut=0 (La TVA doit être payée par acheteur au centre d'impôts de son pays et non au vendeur). Fin de règle.<br>Si vendeur et acheteur dans Communauté européenne et acheteur= particulier alors TVA par défaut=TVA du produit vendu. Fin de règle.<br>Si vendeur et acheteur dans Communauté européenne et acheteur= entreprise alors TVA par défaut=0. Fin de règle.<br>Sinon TVA proposée par défaut=0. Fin de règle.<br> @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Déclencheurs de ce fichier désactivés car le TriggerAlwaysActive=Déclencheurs de ce fichier toujours actifs, quels que soient les modules Dolibarr activés. TriggerActiveAsModuleActive=Déclencheurs de ce fichier actifs car le module <b>%s</b> est actif. GeneratedPasswordDesc=Definissez ici quelle règle vous voulez utiliser pour générer les mots de passe quand vous demandez à fabriquer un nouveau mot de passe -DictionnaryDesc=Définissez ici les données de référence. Vous pouvez compléter/modifier les données prédéfinies avec les vôtres. +DictionaryDesc=Définissez ici les données de référence. Vous pouvez compléter/modifier les données prédéfinies avec les vôtres. ConstDesc=Cet écran permet d'éditer tout autre paramètre non éditable dans les pages précédentes. Ce sont en général des paramètres réservés aux développeurs avancés ou utilisés pour du dépannage. OnceSetupFinishedCreateUsers=Attention, vous êtes sous un compte administrateur de Dolibarr. Les administrateurs sont utilisés pour configurer Dolibarr. Pour une utilisation courante de Dolibarr, il est recommandé d'utiliser un compte non administrateur créé depuis le menu "Utilisateurs & Groupes". MiscellaneousDesc=Définissez ici les autres paramètres en rapport avec la sécurité. diff --git a/htdocs/langs/fr_FR/exports.lang b/htdocs/langs/fr_FR/exports.lang index f16e90a53990c3f04bbdc2974632504396925622..4f6ccd2a9effe37919726d41a301642ff17d8043 100644 --- a/htdocs/langs/fr_FR/exports.lang +++ b/htdocs/langs/fr_FR/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=L'identifiant de la ligne père retrouvé à part SourceRequired=Donnée source obligatoire SourceExample=Exemple de donnée source possible ExampleAnyRefFoundIntoElement=Toute réf. trouvée pour les éléments <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Tout code (ou identifiant) trouvé dans le dictionnaire <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Tout code (ou identifiant) trouvé dans le dictionnaire <b>%s</b> CSVFormatDesc=Fichier au format <b>Comma Separated Value</b> (.csv).<br>C'est un fichier au format texte dans lequel les champs sont séparés par le caractère [ %s ]. Si le séparateur est trouvé dans le contenu d'un champ, le champ doit être entouré du caractère [ %s ]. Le caractère d'échappement pour inclure un caractère de contour dans une donnée est [ %s ]. Excel95FormatDesc=Format <b>Excel</b> (.xls).<br>Format Excel 95 (BIFF5). Excel2007FormatDesc=Format <b>Excel</b> (.xls).<br>Format standard Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang index b00f14c3234d83c1036c906265b1d70401e40878..db12d0b4ee9c9a4dd19c9705ec8ae40ec6e84b35 100644 --- a/htdocs/langs/fr_FR/main.lang +++ b/htdocs/langs/fr_FR/main.lang @@ -572,7 +572,7 @@ TotalWoman=Totale TotalMan=Total NeverReceived=Jamais reçu Canceled=Annulé -YouCanChangeValuesForThisListFromDictionnarySetup=Vous pouvez changer les valeurs de cette liste depuis le menu accueil - configuration - dictionnaires +YouCanChangeValuesForThisListFromDictionarySetup=Vous pouvez changer les valeurs de cette liste depuis le menu accueil - configuration - dictionnaires Color=Couleur Documents=Fichiers joints DocumentsNb=Fichiers joints (%s) diff --git a/htdocs/langs/he_IL/admin.lang b/htdocs/langs/he_IL/admin.lang index da7b13a443bbc67b3245b733aa960e3001a652e0..633bc736c77094ef1c1a5b3ee714954c6bd2e9a6 100644 --- a/htdocs/langs/he_IL/admin.lang +++ b/htdocs/langs/he_IL/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=הגדרת אבטחה ErrorModuleRequirePHPVersion=שגיאה, מודול זה דורש %s PHP גירסה ומעלה ErrorModuleRequireDolibarrVersion=שגיאה, מודול זה דורש %s Dolibarr גרסה ומעלה ErrorDecimalLargerThanAreForbidden=שגיאה, דיוק גבוה יותר <b>%s</b> אינו נתמך. -DictionnarySetup=הגדרת מילון -# Dictionnary=Dictionaries +DictionarySetup=הגדרת מילון +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=בטל פונקציונליות של JavaScript ו Ajax @@ -726,34 +726,34 @@ Permission50202=ייבוא עסקאות # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=החברה סוגים -DictionnaryCompanyJuridicalType=סוגים חוק ומשפט של החברה -DictionnaryProspectLevel=הסיכוי הפוטנציאלי ברמה -DictionnaryCanton=המדינה / הקנטונים -DictionnaryRegion=אזורים -DictionnaryCountry=מדינות -DictionnaryCurrency=מטבעות -DictionnaryCivility=באדיבות כותרת -DictionnaryActions=סוג של אירועים סדר היום -DictionnarySocialContributions=תשלומים סוציאליים סוגים -DictionnaryVAT=שיעורי מע"מ או מכירות שיעורי מס -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=תנאי תשלום -DictionnaryPaymentModes=תשלום מצבי -DictionnaryTypeContact=צור סוגים -DictionnaryEcotaxe=Ecotax (WEEE) -DictionnaryPaperFormat=נייר פורמטים -DictionnaryFees=סוג של דמי -DictionnarySendingMethods=משלוח שיטות -DictionnaryStaff=סגל -DictionnaryAvailability=עיכוב משלוח -DictionnaryOrderMethods=הזמנת שיטות -DictionnarySource=מקור הצעות / הזמנות -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=החברה סוגים +DictionaryCompanyJuridicalType=סוגים חוק ומשפט של החברה +DictionaryProspectLevel=הסיכוי הפוטנציאלי ברמה +DictionaryCanton=המדינה / הקנטונים +DictionaryRegion=אזורים +DictionaryCountry=מדינות +DictionaryCurrency=מטבעות +DictionaryCivility=באדיבות כותרת +DictionaryActions=סוג של אירועים סדר היום +DictionarySocialContributions=תשלומים סוציאליים סוגים +DictionaryVAT=שיעורי מע"מ או מכירות שיעורי מס +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=תנאי תשלום +DictionaryPaymentModes=תשלום מצבי +DictionaryTypeContact=צור סוגים +DictionaryEcotaxe=Ecotax (WEEE) +DictionaryPaperFormat=נייר פורמטים +DictionaryFees=סוג של דמי +DictionarySendingMethods=משלוח שיטות +DictionaryStaff=סגל +DictionaryAvailability=עיכוב משלוח +DictionaryOrderMethods=הזמנת שיטות +DictionarySource=מקור הצעות / הזמנות +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=הגדרת הציל BackToModuleList=חזרה לרשימת מודולים -BackToDictionnaryList=חזרה לרשימת המילונים +BackToDictionaryList=חזרה לרשימת המילונים VATReceivedOnly=שיעור מיוחד לא טעונה VATManagement=מע"מ ניהול VATIsUsedDesc=שיעור המע"מ כברירת מחדל בעת יצירת הסיכויים, חשבוניות, הזמנות וכו 'פעל הכלל רגיל פעיל: <br> אם המוכר הוא נתון מע"מ, אז המע"מ כברירת מחדל = 0. קץ שלטון. <br> אם (בארץ מוכר = לקנות בארץ), אז כברירת מחדל מע"מ = מס ערך מוסף של המוצר בארץ מוכר. קץ שלטון. <br> אם המוכר והקונה בקהילה וסחורות אירופה הם מוצרי תחבורה (מכונית, ספינה, מטוס), המע"מ מחדל = 0 (המע"מ צריך להיות משולם על ידי הקונה על customoffice של ארצו ולא המוכר). קץ שלטון. <br> אם המוכר והקונה בקהילה הקונה האירופי היא לא חברה, אז כברירת מחדל מע"מ = מס ערך מוסף של המוצר שנמכר. קץ שלטון. <br> אם המוכר והקונה בקהילה האירופית הקונה היא חברה, אז מע"מ כברירת מחדל = 0. קץ שלטון. <br> אחר מע"מ ברירת המחדל המוצעת = 0. קץ שלטון. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=גורמים בקובץ זה אינם זמיני TriggerAlwaysActive=גורמים בקובץ זה תמיד פעיל, לא משנה מה הם מודולים Dolibarr מופעל. TriggerActiveAsModuleActive=גורמים בקובץ זה הם פעיל <b>%s</b> מודול מופעלת. GeneratedPasswordDesc=להגדיר כאן כלל שבו ברצונך להשתמש כדי ליצור סיסמה חדשה אם אתה שואל כדי שהסיסמה אוטומטי שנוצר -DictionnaryDesc=להגדיר כאן את כל datas הפניה. אתה יכול להשלים ערך מוגדר מראש עם שלך. +DictionaryDesc=להגדיר כאן את כל datas הפניה. אתה יכול להשלים ערך מוגדר מראש עם שלך. ConstDesc=דף זה מאפשר לך לערוך את כל הפרמטרים האחרים לא זמין בעמודים הקודמים. הם שמורים הפרמטרים למפתחים מתקדמים או troubleshouting. OnceSetupFinishedCreateUsers=אזהרה, אתה משתמש שמנהל Dolibarr. מנהל משתמשים רגילים להגדיר Dolibarr. לשימוש הרגיל של Dolibarr, מומלץ להשתמש משתמש של מנהל מערכת לא נוצר משתמשים & תפריט קבוצות. MiscellaneousDesc=להגדיר כאן את כל הפרמטרים האחרים הקשורים לביטחון. @@ -1435,7 +1435,7 @@ AccountancyCode=חשבונאות קוד AgendaSetup=אירועים מודול ההתקנה סדר היום PasswordTogetVCalExport=מפתח לאשר הקישור יצוא PastDelayVCalExport=לא יצא אירוע מבוגרת -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=מודול זה מאפשר להוסיף סמל אחרי מספרי טלפון. לחץ על סמל זה נקרא שרת עם כתובת ה-URL מסוים אתה מגדיר להלן. זה יכול לשמש כדי להתקשר למוקד הטלפוני המערכת Dolibarr שיכול להתקשר למספר הטלפון על מערכת SIP למשל. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/he_IL/exports.lang b/htdocs/langs/he_IL/exports.lang index e222e3fc6c01f013b211f681aafc18c2c897477a..b008b9d4eb53061f8b249f854ac223f72e1a94d2 100644 --- a/htdocs/langs/he_IL/exports.lang +++ b/htdocs/langs/he_IL/exports.lang @@ -109,7 +109,7 @@ LibraryVersion=גרסה # SourceRequired=Data value is mandatory # SourceExample=Example of possible data value # ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> -# ExampleAnyCodeOrIdFoundIntoDictionnary=Any code (or id) found into dictionnary <b>%s</b> +# ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionnary <b>%s</b> # CSVFormatDesc=<b>Comma Separated Value</b> file format (.csv).<br>This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/he_IL/main.lang b/htdocs/langs/he_IL/main.lang index 7e2fb57629659d282e40295faf2c0fec7e3134ee..5fa217d61db3a42aae83c40811a676d00cde7f09 100644 --- a/htdocs/langs/he_IL/main.lang +++ b/htdocs/langs/he_IL/main.lang @@ -572,7 +572,7 @@ EventLogs=יומנים # TotalMan=Total # NeverReceived=Never received # Canceled=Canceled -# YouCanChangeValuesForThisListFromDictionnarySetup=You can change values for this list from menu setup - dictionnary +# YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu setup - dictionnary # Color=Color # Documents=Linked files # DocumentsNb=Linked files (%s) diff --git a/htdocs/langs/hu_HU/admin.lang b/htdocs/langs/hu_HU/admin.lang index 6e8ebea195418f6e8785792f169bc941450aa846..fcfd2eafaa1fe2bb200289a71a92b21b871a5d89 100644 --- a/htdocs/langs/hu_HU/admin.lang +++ b/htdocs/langs/hu_HU/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Biztonsági beállítások ErrorModuleRequirePHPVersion=Hiba történt, ez a modul a PHP verzió vagy újabb %s ErrorModuleRequireDolibarrVersion=Hiba történt, ez a modul Dolibarr %s verzió vagy újabb ErrorDecimalLargerThanAreForbidden=Hiba, a precíziós magasabb <b>%s</b> nem támogatott. -DictionnarySetup=Szótár beállítási -# Dictionnary=Dictionaries +DictionarySetup=Szótár beállítási +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Disable JavaScript és Ajax funkciókkal @@ -726,34 +726,34 @@ Permission50202=Import ügyletek # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Cég típusok -DictionnaryCompanyJuridicalType=Jogi féle cég -DictionnaryProspectLevel=Prospect potenciális szintjétől -DictionnaryCanton=Állami / kantonok -DictionnaryRegion=Régiók -DictionnaryCountry=Országok -DictionnaryCurrency=Pénznemek -DictionnaryCivility=Udvariasság cím -DictionnaryActions=Típusa napirendi események -DictionnarySocialContributions=Társadalombiztosítási hozzájárulások típusai -DictionnaryVAT=HÉA-kulcsok vagy Értékesítés adókulcsok -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Fizetési feltételek -DictionnaryPaymentModes=Fizetési módok -DictionnaryTypeContact=Kapcsolat típusok -DictionnaryEcotaxe=Ökoadó (WEEE) -DictionnaryPaperFormat=Papír formátumok -DictionnaryFees=Típusa díjak -DictionnarySendingMethods=Szállítási módok -DictionnaryStaff=Személyzet -DictionnaryAvailability=Szállítási késedelem -DictionnaryOrderMethods=Rendelés módszerek -DictionnarySource=Származási javaslatok / megrendelések -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Cég típusok +DictionaryCompanyJuridicalType=Jogi féle cég +DictionaryProspectLevel=Prospect potenciális szintjétől +DictionaryCanton=Állami / kantonok +DictionaryRegion=Régiók +DictionaryCountry=Országok +DictionaryCurrency=Pénznemek +DictionaryCivility=Udvariasság cím +DictionaryActions=Típusa napirendi események +DictionarySocialContributions=Társadalombiztosítási hozzájárulások típusai +DictionaryVAT=HÉA-kulcsok vagy Értékesítés adókulcsok +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Fizetési feltételek +DictionaryPaymentModes=Fizetési módok +DictionaryTypeContact=Kapcsolat típusok +DictionaryEcotaxe=Ökoadó (WEEE) +DictionaryPaperFormat=Papír formátumok +DictionaryFees=Típusa díjak +DictionarySendingMethods=Szállítási módok +DictionaryStaff=Személyzet +DictionaryAvailability=Szállítási késedelem +DictionaryOrderMethods=Rendelés módszerek +DictionarySource=Származási javaslatok / megrendelések +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Beállítás mentett BackToModuleList=Visszalép a modulok listáját -BackToDictionnaryList=Visszalép a szótárak listája +BackToDictionaryList=Visszalép a szótárak listája VATReceivedOnly=Speciális kulcs nincs feltöltve VATManagement=ÁFA kezelés VATIsUsedDesc=Az ÁFA-kulcs létrehozásakor alapértelmezés szerint kilátások, számlák, megrendelések, stb kövesse a normál aktív szabályt: <br> Ha az eladó a HÉA alá, majd HÉA default = 0. Vége a szabály. <br> Ha a (eladási = vételi ország ország), akkor az ÁFA ÁFA = alapértelmezés szerint a termék az eladó ország. Vége a szabály. <br> Ha az eladó és a vevő az Európai Közösség és az áruk szállítása termékek (autó, hajó, repülő), az alapértelmezett ÁFA = 0 (a HÉA-t kell fizetni a vevő a customoffice hazája, és nem az eladónak). Vége a szabály. <br> Ha az eladó és a vevő az Európai Közösség és a vevő nem egy cég, akkor az ÁFA ÁFA = alapértelmezés szerint értékesített termékek. Vége a szabály. <br> Ha az eladó és a vevő az Európai Közösség és a vevő egy cég, akkor a HÉA default = 0. Vége a szabály. <br> Különben a javasolt alapértelmezett ÁFA = 0. Vége a szabály. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Triggerek ebben a fájlban vannak tiltva, mint < TriggerAlwaysActive=Triggerek ebben a fájlban mindig aktív, függetlenül az aktivált Dolibarr modulokat. TriggerActiveAsModuleActive=Triggerek ebben a fájlban vannak aktív <b>%s</b> modul engedélyezve van. GeneratedPasswordDesc=Határozza meg itt, hogy melyik szabályt kívánja használni, hogy új jelszót, ha kéred, hogy automatikusan generált jelszó -DictionnaryDesc=Adjuk meg itt az összes referencia adatok. Készítse el előre meghatározott értéket a tiéd. +DictionaryDesc=Adjuk meg itt az összes referencia adatok. Készítse el előre meghatározott értéket a tiéd. ConstDesc=Ez az oldal lehetővé teszi, hogy módosítsuk az összes többi paraméter nem áll rendelkezésre az előző oldalakon. Ők tartják fenn paraméterek haladó fejlesztőknek vagy troubleshouting. OnceSetupFinishedCreateUsers=Figyelem, egy Dolibarr rendszergazdaként. Rendszergazda felhasználók használják Dolibarr beállítani. A szokásos használat Dolibarr, akkor ajánlatos használni egy nem adminisztrátori felhasználói létre Felhasználók és csoportok menüben. MiscellaneousDesc=Adjuk meg itt az összes többi paraméter a biztonsággal kapcsolatos. @@ -1435,7 +1435,7 @@ AccountancyCode=Számviteli kód AgendaSetup=Rendezvények és napirend modul beállítási PasswordTogetVCalExport=Főbb kiviteli engedélyezésének linket PastDelayVCalExport=Ne export esetén, mint a régebbi -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Ez a modul lehetővé teszi, hogy egészítsék ki egy ikont telefonszámot. Egy kattintással erre az ikonra fogja hívni a szerver egy adott URL-t meg az alábbiakban. Ezt fel lehet használni, hogy hívja a call center rendszert Dolibarr hogy hívhatjuk a telefonszámot egy SIP rendszert pl. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/hu_HU/exports.lang b/htdocs/langs/hu_HU/exports.lang index 925c7f8ce84e5322bcced2ded09013114c22f879..970109ec47763699f06fdb8fcaa85e7743913ec4 100644 --- a/htdocs/langs/hu_HU/exports.lang +++ b/htdocs/langs/hu_HU/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Az id a szülői vonal megtalálható a kód, akk SourceRequired=Adatérték kötelező SourceExample=Példa lehet az adatok értékét ExampleAnyRefFoundIntoElement=Minden ref talált elem <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Bármely kód (vagy azonosító) találtak a dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Bármely kód (vagy azonosító) találtak a dictionnary <b>%s</b> CSVFormatDesc=<b>Vesszővel elválasztott</b> fájlformátum (. Csv). <br> Ez egy szöveges fájl formátum ahol a mezők egymástól elválasztó [%s]. Ha az elválasztó belsejében található egy mező tartalmát, mező kerekíteni kerek karakter [%s]. Escape karakter menekülni kerek karakter [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/hu_HU/main.lang b/htdocs/langs/hu_HU/main.lang index b21ac0900076468061cc22d162a156a2546fb146..639d3ece5e36f05717e0ce1be872ea73b8aaadf7 100644 --- a/htdocs/langs/hu_HU/main.lang +++ b/htdocs/langs/hu_HU/main.lang @@ -572,7 +572,7 @@ TotalWoman=Összes TotalMan=Összes NeverReceived=Soha nem került átvételre Canceled=Megszakítva -YouCanChangeValuesForThisListFromDictionnarySetup=A menü beállításból megváltoztatható ennek a listának az értékei +YouCanChangeValuesForThisListFromDictionarySetup=A menü beállításból megváltoztatható ennek a listának az értékei Color=Szín Documents=Kapcsolt fájlok DocumentsNb=Kapcsolt fájlok (%s) diff --git a/htdocs/langs/is_IS/admin.lang b/htdocs/langs/is_IS/admin.lang index 4dd67163f0bda5aed5f08aba3da3424b2c2db208..5aa6c3771e7d4a32c99123a0eadbd9cb98b62354 100644 --- a/htdocs/langs/is_IS/admin.lang +++ b/htdocs/langs/is_IS/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Öryggi skipulag ErrorModuleRequirePHPVersion=Villa, þessa einingu þarf PHP útgáfa %s eða hærri ErrorModuleRequireDolibarrVersion=Villa, þessa einingu þarf Dolibarr útgáfu %s eða hærri ErrorDecimalLargerThanAreForbidden=Villa, a nákvæmni hærra <b>en %s </b> er ekki studd. -DictionnarySetup=Orðabók skipulag -# Dictionnary=Dictionaries +DictionarySetup=Orðabók skipulag +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Slökkva á Javascript og Ajax aðgerðir @@ -726,34 +726,34 @@ Permission50202=Flytja viðskipti # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Fyrirtæki tegundir -DictionnaryCompanyJuridicalType=Lögpersóna konar fyrirtæki -DictionnaryProspectLevel=Prospect hugsanleg stig -DictionnaryCanton=Ríki / kgm -DictionnaryRegion=Svæði -DictionnaryCountry=Lönd -DictionnaryCurrency=Gjaldmiðlar -DictionnaryCivility=Civility titill -DictionnaryActions=Actions lista -DictionnarySocialContributions=Tryggingagjöld tegundir -DictionnaryVAT=VSK Verð -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Greiðsla skilyrði -DictionnaryPaymentModes=Greiðsla stillingar -DictionnaryTypeContact=Hafðu tegundir -DictionnaryEcotaxe=Ecotax (raf-og rafeindabúnaðarúrgang) -DictionnaryPaperFormat=Pappír snið -DictionnaryFees=Tegund Gjaldskrá -DictionnarySendingMethods=Sendings aðferðir -DictionnaryStaff=Starfsfólk -DictionnaryAvailability=Afhending töf -DictionnaryOrderMethods=Röðun aðferðir -DictionnarySource=Uppruni tillögur / pantanir -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Fyrirtæki tegundir +DictionaryCompanyJuridicalType=Lögpersóna konar fyrirtæki +DictionaryProspectLevel=Prospect hugsanleg stig +DictionaryCanton=Ríki / kgm +DictionaryRegion=Svæði +DictionaryCountry=Lönd +DictionaryCurrency=Gjaldmiðlar +DictionaryCivility=Civility titill +DictionaryActions=Actions lista +DictionarySocialContributions=Tryggingagjöld tegundir +DictionaryVAT=VSK Verð +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Greiðsla skilyrði +DictionaryPaymentModes=Greiðsla stillingar +DictionaryTypeContact=Hafðu tegundir +DictionaryEcotaxe=Ecotax (raf-og rafeindabúnaðarúrgang) +DictionaryPaperFormat=Pappír snið +DictionaryFees=Tegund Gjaldskrá +DictionarySendingMethods=Sendings aðferðir +DictionaryStaff=Starfsfólk +DictionaryAvailability=Afhending töf +DictionaryOrderMethods=Röðun aðferðir +DictionarySource=Uppruni tillögur / pantanir +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Skipulag vistuð BackToModuleList=Til baka í mát lista -BackToDictionnaryList=Til baka orðabækur lista +BackToDictionaryList=Til baka orðabækur lista VATReceivedOnly=Special hlutfall ákæra ekki VATManagement=VSK Stjórn VATIsUsedDesc=VSK-hlutfall sjálfgefið þegar þú býrð til viðskiptavina, reikninga, pantanir o.þ.h. fylgja virku staðall reglu: <br> Ef seljandi er með VSK, þá VSK sjálfgefið = 0. Lok reglu. <br> Ef (selja country = kaupa land), svo VSK sjálfgefið = VSK af vörunni í að selja landið. Lok reglu. <br> Ef seljanda og kaupanda í Evrópubandalagið og vörur eru seldar með nýjum flutningatæki (bíll, skip, flugvél) er sjálfgefna VSK = 0 (VSK ætti að vera greiddur af kaupanda við customoffice lands síns og ekki á seljandi ). Lok reglu. <br> Ef seljanda og kaupanda í Evrópubandalagið og seldum vörum með öðrum hætti en nýr flutningatæki, svo VSK sjálfgefið = VSK af vörunni seld. Lok reglu. <br> Annars fyrirhugaðar sjálfgefið VSK = 1. Lok reglu. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Hrindir af stað í þessari skrá eru óvirk se TriggerAlwaysActive=Hrindir af stað í þessari skrá eru alltaf virk, hvað sem er virkjaður Dolibarr mát. TriggerActiveAsModuleActive=Hrindir af stað í þessari skrá eru virku og <b>mát %s </b> er virkt. GeneratedPasswordDesc=Veldu hér sem regla sem þú vilt nota til að búa til nýtt lykilorð ef þú beðið um að hafa farartæki mynda lykilorð -DictionnaryDesc=Define hér öll tilvísun gögn. Þú getur lokið fyrirfram gildi við þitt. +DictionaryDesc=Define hér öll tilvísun gögn. Þú getur lokið fyrirfram gildi við þitt. ConstDesc=Þessi síða leyfir þér að breyta öllum öðrum breytum ekki í boði í fyrri síður. Þau eru frátekin breytur fyrir háþróaður verktaki eða troubleshouting. OnceSetupFinishedCreateUsers=Aðvörun, ertu Dolibarr stjórnandi notandann. Stjórnandi notendur eru notuð til að skipulag Dolibarr. Fyrir venjulega notkun Dolibarr, það er mælt með að nota ekki stjórnandi notandi stofnaðar Notendur & Groups valmyndinni. MiscellaneousDesc=Veldu hér öllum öðrum þáttum sem tengjast öryggi. @@ -1435,7 +1435,7 @@ AccountancyCode=Bankar Code AgendaSetup=Aðgerðir og dagskrá mát skipulag PasswordTogetVCalExport=Lykill að heimila útflutning hlekkur PastDelayVCalExport=Ekki flytja atburður eldri en -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Þessi eining leyfir þér að bæta við tákn eftir símanúmeri Dolibarr tengiliði. A smella á þetta tákn mun hringja í serveur með ákveðinni vefslóð sem þú tilgreinir hér að neðan. Þetta má nota til að hringja í miðju símtali kerfi frá Dolibarr að geta hringt í símanúmer á SIP kerfi til dæmis. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/is_IS/exports.lang b/htdocs/langs/is_IS/exports.lang index 998ebe460b616d357f8ba9acf9431dac5c904877..d40a315888c9ffd62d529bbf7d041013e25c6bcf 100644 --- a/htdocs/langs/is_IS/exports.lang +++ b/htdocs/langs/is_IS/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Einkennisnúmer línu foreldri finnst af kóða, SourceRequired=Gögn gildi er nauðsynlegur SourceExample=Dæmi um hugsanlegar gildi gögn ExampleAnyRefFoundIntoElement=Allar tilv fann fyrir <b>%s</b> þátturinn -ExampleAnyCodeOrIdFoundIntoDictionnary=Allir númer (eða id) fannst í dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Allir númer (eða id) fannst í dictionnary <b>%s</b> CSVFormatDesc=<b>Comma Seperated Gildi</b> skráarsnið (. Csv). <br> Þetta er textaskrá snið þar sem reitir eru aðskilin með skiltákn [%s]. Ef skiltákn finnst inni í reitinn innihald er á sviði rúnnuð með umferð karakter [%s]. Flýja staf til að flýja umferð eðli er [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/is_IS/main.lang b/htdocs/langs/is_IS/main.lang index 059dfb4a25bba2d9b3033080eee8431ac270f49a..609c401eb8dd4f079489c3f5643efbce757af53f 100644 --- a/htdocs/langs/is_IS/main.lang +++ b/htdocs/langs/is_IS/main.lang @@ -572,7 +572,7 @@ TotalWoman=Samtals TotalMan=Samtals NeverReceived=Aldrei fengið Canceled=Hætt við -YouCanChangeValuesForThisListFromDictionnarySetup=Þú getur breytt gildi fyrir þennan lista frá skipulag matseðill - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Þú getur breytt gildi fyrir þennan lista frá skipulag matseðill - dictionnary Color=Litur Documents=Hlekkur skrá DocumentsNb=Hlekkur skrá ( %s ) diff --git a/htdocs/langs/it_IT/admin.lang b/htdocs/langs/it_IT/admin.lang index c3bf109d65c9eaa5d9822e8f63c45917984bb73f..19f5841a2de798d5d24f3e8192d622b3cc0671bd 100644 --- a/htdocs/langs/it_IT/admin.lang +++ b/htdocs/langs/it_IT/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Impostazioni per la sicurezza ErrorModuleRequirePHPVersion=Errore, questo modulo richiede PHP versione %s o superiore. ErrorModuleRequireDolibarrVersion=Errore, questo modulo richiede Dolibarr versione %s o superiore. ErrorDecimalLargerThanAreForbidden=Errore, una precisione superiore a <b> %s </b> non è supportata. -DictionnarySetup=Configurazione dizionario -Dictionnary=Dizionari +DictionarySetup=Configurazione dizionario +Dictionary=Dizionari ErrorReservedTypeSystemSystemAuto=I valori 'system' e 'systemauto' sono riservati. Puoi usare 'user' come valore da aggiungere al tuo record. ErrorCodeCantContainZero=Il codice non può contenere il valore 0 DisableJavascript=Disabilita JavaScript e funzioni Ajax @@ -726,34 +726,34 @@ Permission50202=Importare transazioni # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Tipi di azienda -DictionnaryCompanyJuridicalType=Forme giuridiche di impresa -DictionnaryProspectLevel=Livello prospettiva potenziale cliente -DictionnaryCanton=Province -DictionnaryRegion=Regioni -DictionnaryCountry=Paesi -DictionnaryCurrency=Valute -DictionnaryCivility=Titoli civili -DictionnaryActions=Tipi di azioni/eventi -DictionnarySocialContributions=Tipi di contributi -DictionnaryVAT=Aliquote IVA -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Condizioni di pagamento -DictionnaryPaymentModes=Modalità di pagamento -DictionnaryTypeContact=Tipi di contatto -DictionnaryEcotaxe=Ecotassa (RAEE) -DictionnaryPaperFormat=Formati di carta -DictionnaryFees=Tipo di tasse -DictionnarySendingMethods=Metodi di invio -DictionnaryStaff=Personale -DictionnaryAvailability=Ritardo nella consegna -DictionnaryOrderMethods=Metodi di ordinamento -DictionnarySource=Origine degli ordini/proposte -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Tipi di azienda +DictionaryCompanyJuridicalType=Forme giuridiche di impresa +DictionaryProspectLevel=Livello prospettiva potenziale cliente +DictionaryCanton=Province +DictionaryRegion=Regioni +DictionaryCountry=Paesi +DictionaryCurrency=Valute +DictionaryCivility=Titoli civili +DictionaryActions=Tipi di azioni/eventi +DictionarySocialContributions=Tipi di contributi +DictionaryVAT=Aliquote IVA +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Condizioni di pagamento +DictionaryPaymentModes=Modalità di pagamento +DictionaryTypeContact=Tipi di contatto +DictionaryEcotaxe=Ecotassa (RAEE) +DictionaryPaperFormat=Formati di carta +DictionaryFees=Tipo di tasse +DictionarySendingMethods=Metodi di invio +DictionaryStaff=Personale +DictionaryAvailability=Ritardo nella consegna +DictionaryOrderMethods=Metodi di ordinamento +DictionarySource=Origine degli ordini/proposte +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Impostazioni salvate BackToModuleList=Torna alla lista moduli -BackToDictionnaryList=Torna alla lista dizionari +BackToDictionaryList=Torna alla lista dizionari VATReceivedOnly=Tariffa speciale non dovuta VATManagement=Gestione IVA VATIsUsedDesc=Impostazione predefinita dell'aliquota IVA usata per la creazione di prospetti, fatture, ordini, ecc <br/> Applicata se il venditore è soggetto ad IVA. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=I trigger in questo file sono disabilitati perch TriggerAlwaysActive=I trigger in questo file sono sempre attivi, indipendentemente da quali moduli siano attivi in Dolibarr. TriggerActiveAsModuleActive=I trigger in questo file sono attivi se il modulo <b>%s</b> è attivo. GeneratedPasswordDesc=Regola per la generazione di nuove password generate automaticamente -DictionnaryDesc=Definire qui tutti i dati di riferimento. è possibile integrare i valori predefinito con i vostri. +DictionaryDesc=Definire qui tutti i dati di riferimento. è possibile integrare i valori predefinito con i vostri. ConstDesc=Questa pagina ti permette di modificare tutti i parametri non disponibili nelle pagine precedenti. Si tratta di parametri riservati per lo sviluppo o il troubleshooting. OnceSetupFinishedCreateUsers=Attenzione, sei un utente amministratore Dolibarr. Le utenze amministrative vanno utilizzate per l'impostazione del sistema. Per un uso abituale di Dolibarr si raccomanda di non utilizzare un utente amministratore, ma crearne uno nuovo dal menu utenti e gruppi. MiscellaneousDesc=Definire qui tutti gli altri parametri relativi alla sicurezza. @@ -1435,7 +1435,7 @@ AccountancyCode=Codice contabile AgendaSetup=Impostazioni modulo agenda PasswordTogetVCalExport=Chiave per autorizzare l'esportazione di link PastDelayVCalExport=Non esportare evento più vecchio di -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Questo modulo aggiunge una icona accanto ai numeri telefonici dei contatti in Dolibarr.<br/> Cliccando sull'icona si attiva il collegamento al server che effettuerà le chiamate telefoniche. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/it_IT/exports.lang b/htdocs/langs/it_IT/exports.lang index 17fa21d03a5df54f116a64c6740e1e5907ef09e6..55cefcda9f64d5726dd3ebcefa394258c9d27a54 100644 --- a/htdocs/langs/it_IT/exports.lang +++ b/htdocs/langs/it_IT/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=L'id della riga superiore trovato dal codice verr SourceRequired=valore dei dati è obbligatorio SourceExample=Esempio di possibile valore di dati ExampleAnyRefFoundIntoElement=Qualsiasi ref trovati per <b>%s</b> elementi -ExampleAnyCodeOrIdFoundIntoDictionnary=Qualsiasi codice (o id) hanno trovato in <b>%s</b> Dizionario +ExampleAnyCodeOrIdFoundIntoDictionary=Qualsiasi codice (o id) hanno trovato in <b>%s</b> Dizionario CSVFormatDesc=Formato <b>Comma Separated Value</b> (.Csv).<br/>File di testo dove i campi sono separati dal separatore [%s]. Se il separatore è situato all'interno di un contenuto del campo, il campo è circondato dal carattere di contenimento [%s]. Il carattere di escape per il carattere di contenimento è [%s]. Excel95FormatDesc=Formato <b>Excel</b> (.xls)<br>Questo è il formato nativo Excel 95 (BIFF5). Excel2007FormatDesc=Formato <b>Excel</b> (.xlsx)<br>Questo è il formato nativo Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/it_IT/main.lang b/htdocs/langs/it_IT/main.lang index a4b5ce99d25e0c05e9754d39e50f3f4dc6a2273e..5adb25d0f58e324e74e7893e9f168f559dbfa9da 100644 --- a/htdocs/langs/it_IT/main.lang +++ b/htdocs/langs/it_IT/main.lang @@ -572,7 +572,7 @@ TotalWoman=Totale TotalMan=Totale NeverReceived=Mai ricevuto Canceled=Annullato -YouCanChangeValuesForThisListFromDictionnarySetup=È possibile modificare i valori di questo elenco dal menu Impostazioni - Dizionario +YouCanChangeValuesForThisListFromDictionarySetup=È possibile modificare i valori di questo elenco dal menu Impostazioni - Dizionario Color=Colore Documents=Documenti DocumentsNb=file collegati (%s) diff --git a/htdocs/langs/ja_JP/admin.lang b/htdocs/langs/ja_JP/admin.lang index 59c2815a38998c8aa7fd887124a3adb99730f698..870cedfc237d38278910d044442735bf936a6626 100644 --- a/htdocs/langs/ja_JP/admin.lang +++ b/htdocs/langs/ja_JP/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=セキュリティの設定 ErrorModuleRequirePHPVersion=エラーは、このモジュールは、PHPのバージョン%s以上が必要です ErrorModuleRequireDolibarrVersion=エラー、このモジュールはDolibarrバージョン%s以上が必要です ErrorDecimalLargerThanAreForbidden=<b>%s</b>より精度の高いエラーは、サポートされていません。 -DictionnarySetup=辞書のセットアップ -# Dictionnary=Dictionaries +DictionarySetup=辞書のセットアップ +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=JavaScriptとAjaxの機能を無効にする @@ -726,34 +726,34 @@ Permission50202=輸入取引 # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=会社の種類 -DictionnaryCompanyJuridicalType=会社の法人の種類 -DictionnaryProspectLevel=見通しの潜在的なレベル -DictionnaryCanton=状態/カントン -DictionnaryRegion=地域 -DictionnaryCountry=国 -DictionnaryCurrency=通貨 -DictionnaryCivility=礼儀のタイトル -DictionnaryActions=アジェンダイベントのタイプ -DictionnarySocialContributions=社会貢献活動の種類 -DictionnaryVAT=VATレートまたは販売税率 -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=支払条件 -DictionnaryPaymentModes=支払いモード -DictionnaryTypeContact=種類をお問い合わせ -DictionnaryEcotaxe=Ecotax(WEEE) -DictionnaryPaperFormat=紙の形式 -DictionnaryFees=手数料の種類 -DictionnarySendingMethods=配送方法 -DictionnaryStaff=スタッフ -DictionnaryAvailability=配達遅延 -DictionnaryOrderMethods=注文方法 -DictionnarySource=提案/受注の起源 -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=会社の種類 +DictionaryCompanyJuridicalType=会社の法人の種類 +DictionaryProspectLevel=見通しの潜在的なレベル +DictionaryCanton=状態/カントン +DictionaryRegion=地域 +DictionaryCountry=国 +DictionaryCurrency=通貨 +DictionaryCivility=礼儀のタイトル +DictionaryActions=アジェンダイベントのタイプ +DictionarySocialContributions=社会貢献活動の種類 +DictionaryVAT=VATレートまたは販売税率 +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=支払条件 +DictionaryPaymentModes=支払いモード +DictionaryTypeContact=種類をお問い合わせ +DictionaryEcotaxe=Ecotax(WEEE) +DictionaryPaperFormat=紙の形式 +DictionaryFees=手数料の種類 +DictionarySendingMethods=配送方法 +DictionaryStaff=スタッフ +DictionaryAvailability=配達遅延 +DictionaryOrderMethods=注文方法 +DictionarySource=提案/受注の起源 +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=セットアップは、保存された BackToModuleList=モジュールリストに戻る -BackToDictionnaryList=辞書リストに戻る +BackToDictionaryList=辞書リストに戻る VATReceivedOnly=特別料金でご利用いただけません VATManagement=付加価値税管理 VATIsUsedDesc=見通しを作成して、デフォルトでは付加価値税率、請求書、発注などのアクティブな標準ルールに従います。 <br>デフォルト= 0により、売主が付加価値税の対象とされている場合は、付加価値税。ルールの終わり。 <br> IF(販売国=国を購入)し、販売国の製品のデフォルトでは付加価値税= VAT。ルールの終わり。 <br>欧州共同体及び物品の売り手と買い手は、トランスポート製品(自動車、船、飛行機)、デフォルトの付加価値税= 0(付加価値税は売主で彼の国のcustomofficeでなく買い手によって支払われるべきである。)である場合ルールの終わり。 <br>欧州共同体と買い手の売り手と買い手は、企業、デフォルトでは付加価値製品の販売の=付加価値税ではない場合。ルールの終わり。 <br>欧州共同体と買い手の売り手と買い手の場合は、会社、デフォルトで、付加価値税= 0です。ルールの終わり。 <br>他に提案されたデフォルトの付加価値税= 0になります。ルールの終わり。 @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=モジュール<b>%sが</b>無効<b>になっ</b TriggerAlwaysActive=このファイル内のトリガーがアクティブにDolibarrモジュールであれ、常にアクティブです。 TriggerActiveAsModuleActive=モジュール<b>%sが</b>有効<b>になっ</b>ているとして、このファイル内のトリガーがアクティブになります。 GeneratedPasswordDesc=あなたが自動生成されたパスワードを持つように要求した場合、新しいパスワードを生成するために使用するルールがここで定義 -DictionnaryDesc=ここですべての参照件のデータを定義します。あなたはあなたで定義済みの値を完了することができます。 +DictionaryDesc=ここですべての参照件のデータを定義します。あなたはあなたで定義済みの値を完了することができます。 ConstDesc=このページでは、前のページで使用できない他のすべてのパラメータを編集することができます。彼らは高度な開発者のためにまたはtroubleshoutingのパラメータを予約されています。 OnceSetupFinishedCreateUsers=警告は、あなたはDolibarr管理者のユーザーです。管理者ユーザーがDolibarrをセットアップするために使用されます。 Dolibarrの通常の使用方法については、それはユーザーとグループ]メニューから作成された非管理者ユーザーを使用することをお勧めします。 MiscellaneousDesc=ここでセキュリティに関連する他のすべてのパラメータを定義します。 @@ -1435,7 +1435,7 @@ AccountancyCode=会計コード AgendaSetup=イベントと議題モジュールのセットアップ PasswordTogetVCalExport=エクスポートのリンクを許可するキー PastDelayVCalExport=より古いイベントはエクスポートされません -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=このモジュールは、電話番号の後にアイコンを追加することができます。このアイコンをクリックすると、あなたは以下の定義、特定のURLを使用してサーバーを呼び出します。これは、例えばSIPシステム上で電話番号を呼び出すことができますDolibarrからのコール·センター·システムを呼び出すために使用することができます。 ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/ja_JP/exports.lang b/htdocs/langs/ja_JP/exports.lang index 76938d508b6d555cb4dffb70cb94452dcee31148..3f758c2e432fef18b4f2a7a2b1105a6c7882772a 100644 --- a/htdocs/langs/ja_JP/exports.lang +++ b/htdocs/langs/ja_JP/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=コードから見つかった親行のID SourceRequired=データ値は必須です。 SourceExample=可能なデータ値の例 ExampleAnyRefFoundIntoElement=任意のref要素の<b>%s</b>見つかりました -ExampleAnyCodeOrIdFoundIntoDictionnary=dictionnary <b>%s</b>に発見されたコード(またはID) +ExampleAnyCodeOrIdFoundIntoDictionary=dictionnary <b>%s</b>に発見されたコード(またはID) CSVFormatDesc=<b>カンマ区切りファイル</b>形式(。CSV)。 <br>これは、フィールドがセパレータ[%s]で区切られたテキストファイル形式です。区切り文字はフィールドの内容の中に発見されている場合は、フィールドが円形文字[%s]で丸められます。 [%s]は丸い文字をエスケープする文字をエスケープします。 # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/ja_JP/main.lang b/htdocs/langs/ja_JP/main.lang index 4aa2a438ddc1751b37bd2bdb7a83630e87ce42fe..ed7f6cf0abeeb5b6ffd920314f9d0751d53f980f 100644 --- a/htdocs/langs/ja_JP/main.lang +++ b/htdocs/langs/ja_JP/main.lang @@ -572,7 +572,7 @@ TotalWoman=合計 TotalMan=合計 NeverReceived=受信しませんでした Canceled=キャンセル -YouCanChangeValuesForThisListFromDictionnarySetup=dictionnary - あなたは、メニューの設定からこのリストの値を変更することができます +YouCanChangeValuesForThisListFromDictionarySetup=dictionnary - あなたは、メニューの設定からこのリストの値を変更することができます Color=カラー Documents=リンクされたファイル DocumentsNb=リンクされたファイル(%s) diff --git a/htdocs/langs/ko_KR/admin.lang b/htdocs/langs/ko_KR/admin.lang index 621e24dfaf1aba2ba09d15f7df1b6312b04f9fdf..be8fe3cb4bf6f427a524d2da3e53605f54136add 100644 --- a/htdocs/langs/ko_KR/admin.lang +++ b/htdocs/langs/ko_KR/admin.lang @@ -43,8 +43,8 @@ VersionLastUpgrade=최종 버전 업그레이드 # ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher # ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr version %s or higher # ErrorDecimalLargerThanAreForbidden=Error, a precision higher than <b>%s</b> is not supported. -# DictionnarySetup=Dictionary setup -# Dictionnary=Dictionaries +# DictionarySetup=Dictionary setup +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 # DisableJavascript=Disable JavaScript and Ajax functions @@ -726,34 +726,34 @@ VersionLastUpgrade=최종 버전 업그레이드 # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -# DictionnaryCompanyType=Company types -# DictionnaryCompanyJuridicalType=Juridical kinds of company -# DictionnaryProspectLevel=Prospect potential level -# DictionnaryCanton=State/Cantons -# DictionnaryRegion=Regions -# DictionnaryCountry=Countries -# DictionnaryCurrency=Currencies -# DictionnaryCivility=Civility title -# DictionnaryActions=Type of agenda events -# DictionnarySocialContributions=Social contributions types -# DictionnaryVAT=VAT Rates or Sales Tax Rates -# DictionnaryRevenueStamp=Amount of revenue stamps -# DictionnaryPaymentConditions=Payment terms -# DictionnaryPaymentModes=Payment modes -# DictionnaryTypeContact=Contact/Address types -# DictionnaryEcotaxe=Ecotax (WEEE) -# DictionnaryPaperFormat=Paper formats -# DictionnaryFees=Type of fees -# DictionnarySendingMethods=Shipping methods -# DictionnaryStaff=Staff -# DictionnaryAvailability=Delivery delay -# DictionnaryOrderMethods=Ordering methods -# DictionnarySource=Origin of proposals/orders -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +# DictionaryCompanyType=Company types +# DictionaryCompanyJuridicalType=Juridical kinds of company +# DictionaryProspectLevel=Prospect potential level +# DictionaryCanton=State/Cantons +# DictionaryRegion=Regions +# DictionaryCountry=Countries +# DictionaryCurrency=Currencies +# DictionaryCivility=Civility title +# DictionaryActions=Type of agenda events +# DictionarySocialContributions=Social contributions types +# DictionaryVAT=VAT Rates or Sales Tax Rates +# DictionaryRevenueStamp=Amount of revenue stamps +# DictionaryPaymentConditions=Payment terms +# DictionaryPaymentModes=Payment modes +# DictionaryTypeContact=Contact/Address types +# DictionaryEcotaxe=Ecotax (WEEE) +# DictionaryPaperFormat=Paper formats +# DictionaryFees=Type of fees +# DictionarySendingMethods=Shipping methods +# DictionaryStaff=Staff +# DictionaryAvailability=Delivery delay +# DictionaryOrderMethods=Ordering methods +# DictionarySource=Origin of proposals/orders +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts # SetupSaved=Setup saved # BackToModuleList=Back to modules list -# BackToDictionnaryList=Back to dictionaries list +# BackToDictionaryList=Back to dictionaries list # VATReceivedOnly=Special rate not charged # VATManagement=VAT Management # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ LocalTax2IsNotUsedExample= # TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules. # TriggerActiveAsModuleActive=Triggers in this file are active as module <b>%s</b> is enabled. # GeneratedPasswordDesc=Define here which rule you want to use to generate new password if you ask to have auto generated password -# DictionnaryDesc=Define here all reference datas. You can complete predefined value with yours. +# DictionaryDesc=Define here all reference datas. You can complete predefined value with yours. # ConstDesc=This page allows you to edit all other parameters not available in previous pages. They are reserved parameters for advanced developers or for troubleshouting. # OnceSetupFinishedCreateUsers=Warning, you are a Dolibarr administrator user. Administrator users are used to setup Dolibarr. For a usual usage of Dolibarr, it is recommended to use a non administrator user created from Users & Groups menu. # MiscellaneousDesc=Define here all other parameters related to security. @@ -1435,7 +1435,7 @@ LocalTax2IsNotUsedExample= # AgendaSetup=Events and agenda module setup # PasswordTogetVCalExport=Key to authorize export link # PastDelayVCalExport=Do not export event older than -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### # ClickToDialDesc=This module allows to add an icon after phone numbers. A click on this icon will call a server with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/ko_KR/exports.lang b/htdocs/langs/ko_KR/exports.lang index cf084e6fac0c1780e81b47f90c1983188d666bab..5a5cb48e746a34c27388db652d127186dfed1a20 100644 --- a/htdocs/langs/ko_KR/exports.lang +++ b/htdocs/langs/ko_KR/exports.lang @@ -109,7 +109,7 @@ LibraryVersion=버전 # SourceRequired=Data value is mandatory # SourceExample=Example of possible data value # ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> -# ExampleAnyCodeOrIdFoundIntoDictionnary=Any code (or id) found into dictionnary <b>%s</b> +# ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionnary <b>%s</b> # CSVFormatDesc=<b>Comma Separated Value</b> file format (.csv).<br>This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/ko_KR/main.lang b/htdocs/langs/ko_KR/main.lang index 66cef4048e61b803ffb8154c2441e8fe33eb2fb0..6d52840f8f0b9a93ea5ff876e0b4c7587c87cd7f 100644 --- a/htdocs/langs/ko_KR/main.lang +++ b/htdocs/langs/ko_KR/main.lang @@ -572,7 +572,7 @@ Size=크기 # TotalMan=Total # NeverReceived=Never received # Canceled=Canceled -# YouCanChangeValuesForThisListFromDictionnarySetup=You can change values for this list from menu setup - dictionnary +# YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu setup - dictionnary # Color=Color # Documents=Linked files # DocumentsNb=Linked files (%s) diff --git a/htdocs/langs/lv_LV/admin.lang b/htdocs/langs/lv_LV/admin.lang index a38b29488603648cc3bb2227056d444a79c8b43e..8ddd04a2614302d815a7879b0a0fbdfc492fc04b 100644 --- a/htdocs/langs/lv_LV/admin.lang +++ b/htdocs/langs/lv_LV/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Drošības iestatījumi ErrorModuleRequirePHPVersion=Kļūda, šim modulim ir nepieciešama PHP versija %s vai augstāka ErrorModuleRequireDolibarrVersion=Kļūda, šim modulim nepieciešama Dolibarr versija %s vai augstāka ErrorDecimalLargerThanAreForbidden=Kļūda, precizitāte augstāka nekā <b>%s</b> netiek atbalstīta. -DictionnarySetup=Vārdnīcas iestatīšana -Dictionnary=Vārdnīcas +DictionarySetup=Vārdnīcas iestatīšana +Dictionary=Vārdnīcas ErrorReservedTypeSystemSystemAuto=Vērtību "sistēma" un "systemauto" veida tiek aizsargātas. Jūs varat izmantot "lietotājs", kā vērtība, lai pievienotu savu ierakstu ErrorCodeCantContainZero=Kods nevar saturēt 0 vērtību DisableJavascript=Atslēgt JavaScript un Ajax funkcijas @@ -726,34 +726,34 @@ Permission55001=Lasīt aptaujas Permission55002=Izveidot/mainīt aptaujas # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Uzņēmumu veidi -DictionnaryCompanyJuridicalType=Sabiedrību juridiskais veids -DictionnaryProspectLevel=Prospect potenciālais līmenis -DictionnaryCanton=Valsts / kantonos -DictionnaryRegion=Reģioni -DictionnaryCountry=Valstis -DictionnaryCurrency=Valūtas -DictionnaryCivility=Pieklājība virsraksts -DictionnaryActions=Veids kārtības pasākumu -DictionnarySocialContributions=Sociālās iemaksas veidi -DictionnaryVAT=PVN likmes vai pārdošanas nodokļa likmes -DictionnaryRevenueStamp=Summa nodokļu marku -DictionnaryPaymentConditions=Samaksas noteikumi -DictionnaryPaymentModes=Maksājumu veidi -DictionnaryTypeContact=Kontakti/adrešu veidi -DictionnaryEcotaxe=Vides nodoklis (EEIA) -DictionnaryPaperFormat=Papīra formāti -DictionnaryFees=Tips maksas -DictionnarySendingMethods=Piegādes veidi -DictionnaryStaff=Personāls -DictionnaryAvailability=Piegādes aizkavēšanās -DictionnaryOrderMethods=Pasūtīšana metodes -DictionnarySource=Izcelsme priekšlikumus / pasūtījumu -DictionnaryAccountancyplan=Kontu -DictionnaryAccountancysystem=Modeļi kontu +DictionaryCompanyType=Uzņēmumu veidi +DictionaryCompanyJuridicalType=Sabiedrību juridiskais veids +DictionaryProspectLevel=Prospect potenciālais līmenis +DictionaryCanton=Valsts / kantonos +DictionaryRegion=Reģioni +DictionaryCountry=Valstis +DictionaryCurrency=Valūtas +DictionaryCivility=Pieklājība virsraksts +DictionaryActions=Veids kārtības pasākumu +DictionarySocialContributions=Sociālās iemaksas veidi +DictionaryVAT=PVN likmes vai pārdošanas nodokļa likmes +DictionaryRevenueStamp=Summa nodokļu marku +DictionaryPaymentConditions=Samaksas noteikumi +DictionaryPaymentModes=Maksājumu veidi +DictionaryTypeContact=Kontakti/adrešu veidi +DictionaryEcotaxe=Vides nodoklis (EEIA) +DictionaryPaperFormat=Papīra formāti +DictionaryFees=Tips maksas +DictionarySendingMethods=Piegādes veidi +DictionaryStaff=Personāls +DictionaryAvailability=Piegādes aizkavēšanās +DictionaryOrderMethods=Pasūtīšana metodes +DictionarySource=Izcelsme priekšlikumus / pasūtījumu +DictionaryAccountancyplan=Kontu +DictionaryAccountancysystem=Modeļi kontu SetupSaved=Iestatījumi saglabāti BackToModuleList=Atpakaļ uz moduļu sarakstu -BackToDictionnaryList=Atpakaļ uz vārdnīcu sarakstu +BackToDictionaryList=Atpakaļ uz vārdnīcu sarakstu VATReceivedOnly=Īpaša likme nav jāmaksā VATManagement=PVN Vadība VATIsUsedDesc=PVN likme pēc noklusējuma, veidojot izredzes, rēķini, rīkojumi uc sekot aktīvo standarta noteikums: <br> Ja pārdevējs nav pakļauta PVN, tad PVN pēc noklusējuma = 0. Beigas varu. <br> Ja (pārdošanas valstij = pērkot valsti), tad pēc noklusējuma PVN = PVN no produkta pārdošanas valstī. Beigas varu. <br> Ja pārdevējs un pircējs Eiropas Kopienā, un preces ir transporta līdzekļi (auto, kuģis, lidmašīna), noklusējuma PVN = 0 (PVN būtu jāmaksā pircējam pie customoffice savas valsts, nevis pārdevējs). Beigas varu. <br> Ja pārdevējs un pircējs Eiropas Kopienas un pircējs nav uzņēmums, tad PVN pēc noklusējuma = PVN no pārdotā produkta. Beigas varu. <br> Ja pārdevējs un pircējs Eiropas Kopienas un pircējs ir uzņēmums, tad PVN pēc noklusējuma = 0. Beigas varu. <br> Else ierosinātā noklusējuma PVN = 0. Beigas varu. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Trigeri Šajā failā ir invalīdi, kā modulis TriggerAlwaysActive=Trigeri Šajā failā ir aktīva vienmēr, neatkarīgi ir aktivizēts Dolibarr moduļiem. TriggerActiveAsModuleActive=Trigeri Šajā failā ir aktīvs kā modulis <b>%s</b> ir iespējots. GeneratedPasswordDesc=Noteikt šeit, kas noteikums jūs vēlaties izmantot, lai radītu jaunu paroli, ja jūs lūgt, lai ir auto radīto paroli -DictionnaryDesc=Definēt šeit visas atsauces datas. Jūs varat aizpildīt iepriekš vērtību ar jums. +DictionaryDesc=Definēt šeit visas atsauces datas. Jūs varat aizpildīt iepriekš vērtību ar jums. ConstDesc=Šī lapa ļauj jums rediģēt visus citus parametrus, kas nav pieejamas iepriekšējās lapās. Tie ir rezervētas parametrus pieredzējušiem izstrādātājiem vai troubleshouting. OnceSetupFinishedCreateUsers=Uzmanību, jums ir Dolibarr administrators lietotājs. Administratora lietotāji izmanto, lai setup Dolibarr. Par parasto izmantošanu Dolibarr, ieteicams izmantot bez administratora lietotājam izveidota no lietotājiem un grupas ēdienkarti. MiscellaneousDesc=Definēt šeit visus citus parametrus, kas saistīti ar drošību. @@ -1435,7 +1435,7 @@ AccountancyCodeBuy=Iegādāties kontu. kods AgendaSetup=Notikumi un kārtības modulis uzstādīšana PasswordTogetVCalExport=Galvenais atļaut eksporta saiti PastDelayVCalExport=Neeksportē notikums vecāki par -AGENDA_USE_EVENT_TYPE=Izmantojiet notikumus veidus (izdevās uz Configuration-> Dictionnary-> llx_c_actioncomm) +AGENDA_USE_EVENT_TYPE=Izmantojiet notikumus veidus (izdevās uz Configuration-> Dictionary-> llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Šis modulis ļauj pievienot ikonu pēc tālruņa numuriem. Uz šīs ikonas, noklikšķiniet sauksim serveri ar īpašu URL, noteikt turpmāk. To var izmantot, lai izsauktu zvanu centrs sistēmu no Dolibarr kas var telefona numuru, uz SIP sistēmu, piemēram,. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/lv_LV/exports.lang b/htdocs/langs/lv_LV/exports.lang index 63a0c64470c300785d8f5220d6a25b03a34903c5..6f9472a271faf874df8ca32df4679d5b1e719eb5 100644 --- a/htdocs/langs/lv_LV/exports.lang +++ b/htdocs/langs/lv_LV/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Mātes līnijas atrasts no koda id, tiks ievietot SourceRequired=Datu vērtība ir obligāta SourceExample=Piemērs par iespējamo datu vērtības ExampleAnyRefFoundIntoElement=Jebkura atsauce atrasts elementu <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Jebkura kods (vai id) atzina par dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Jebkura kods (vai id) atzina par dictionnary <b>%s</b> CSVFormatDesc=<b>Ar komatu atdalītu vērtību</b> failu formāts (. Csv). <br> Tas ir teksta faila formāts, kur lauki ir atdalīti ar atdalītāju [%s]. Ja atdalītājs atrodas iekšpusē lauka saturu, lauks tiek noapaļota ar apaļo raksturs [%s]. Escape raksturs izvairīties apaļas raksturs ir [%s]. Excel95FormatDesc=<b>Excel</b> faila formātā (. Xls) <br> Tas ir dzimtā Excel 95 formātā (BIFF5). Excel2007FormatDesc=<b>Excel</b> faila formātā (. Xlsx) <br> Tas ir dzimtā Excel 2007 formātā (SpreadsheetML). diff --git a/htdocs/langs/lv_LV/main.lang b/htdocs/langs/lv_LV/main.lang index 3e75e9978b8f8bc80c7fa2a32881a28e98361890..77202152a4cffa76d26e177b7347a2e887873efe 100644 --- a/htdocs/langs/lv_LV/main.lang +++ b/htdocs/langs/lv_LV/main.lang @@ -572,7 +572,7 @@ TotalWoman=Kopsumma TotalMan=Kopsumma NeverReceived=Nekad nav saņemts Canceled=Atcelts -YouCanChangeValuesForThisListFromDictionnarySetup=Jūs varat mainīt vērtības šajā sarakstā no izvēlnes Iestatījumi - vārdnīca +YouCanChangeValuesForThisListFromDictionarySetup=Jūs varat mainīt vērtības šajā sarakstā no izvēlnes Iestatījumi - vārdnīca Color=Krāsa Documents=Piesaistītie faili DocumentsNb=Piesaistītie faili (%s) diff --git a/htdocs/langs/nb_NO/admin.lang b/htdocs/langs/nb_NO/admin.lang index 4d8b4505a1602311d5c15b5a85a2e81f77ee3c80..1ac05249ca60a2ddeddb9844b1962a887fe55c8d 100644 --- a/htdocs/langs/nb_NO/admin.lang +++ b/htdocs/langs/nb_NO/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Sikkerhetsinstillinger ErrorModuleRequirePHPVersion=Feil: Denne modulen krever PHP versjon %s eller høyere ErrorModuleRequireDolibarrVersion=Feil: Denne modulen krever Dolibarr versjon %s eller høyere ErrorDecimalLargerThanAreForbidden=Feil: Presisjon over <b>%s</b> støttes ikke. -DictionnarySetup=Begreper -# Dictionnary=Dictionaries +DictionarySetup=Begreper +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Slå av funksjoner som bruker JavaScript og Ajax @@ -726,34 +726,34 @@ Permission50202=Importer transaksjoner # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Bedriftstyper -DictionnaryCompanyJuridicalType=Selskapsform -DictionnaryProspectLevel=Prospektets potensielle nivå -DictionnaryCanton=Distrikter -DictionnaryRegion=Regioner -DictionnaryCountry=Land -DictionnaryCurrency=Valuta -DictionnaryCivility=Tittel -DictionnaryActions=Handlingsoversikt -DictionnarySocialContributions=Avgiftstyper -DictionnaryVAT=MVA-satser -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Betalingsbetingelser -DictionnaryPaymentModes=Betalingstyper -DictionnaryTypeContact=Kontaktperson typer -DictionnaryEcotaxe=Ecotax (WEEE) -DictionnaryPaperFormat=Papirformater -DictionnaryFees=Avgiftstyper -DictionnarySendingMethods=Sendings metoder -DictionnaryStaff=Personale -DictionnaryAvailability=Levering forsinkelse -DictionnaryOrderMethods=Bestilling av metoder -DictionnarySource=Origin of forslag / pålegg -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Bedriftstyper +DictionaryCompanyJuridicalType=Selskapsform +DictionaryProspectLevel=Prospektets potensielle nivå +DictionaryCanton=Distrikter +DictionaryRegion=Regioner +DictionaryCountry=Land +DictionaryCurrency=Valuta +DictionaryCivility=Tittel +DictionaryActions=Handlingsoversikt +DictionarySocialContributions=Avgiftstyper +DictionaryVAT=MVA-satser +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Betalingsbetingelser +DictionaryPaymentModes=Betalingstyper +DictionaryTypeContact=Kontaktperson typer +DictionaryEcotaxe=Ecotax (WEEE) +DictionaryPaperFormat=Papirformater +DictionaryFees=Avgiftstyper +DictionarySendingMethods=Sendings metoder +DictionaryStaff=Personale +DictionaryAvailability=Levering forsinkelse +DictionaryOrderMethods=Bestilling av metoder +DictionarySource=Origin of forslag / pålegg +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Innstillinger lagret BackToModuleList=Tilbake til moduloversikt -BackToDictionnaryList=Tilbake til begrepsoversikt +BackToDictionaryList=Tilbake til begrepsoversikt VATReceivedOnly=Special rate not charged VATManagement=MVA-håndtering # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Utløserne i denne filen er slått av ettersom m TriggerAlwaysActive=Utløserne i denne filen er alltid slått på, uansett hvilke moduler som er slått på. TriggerActiveAsModuleActive=Utløserne i denne filen er slått på ettersom modulen <b>%s</b> er slått på. GeneratedPasswordDesc=Her angir du hvilken regel som skal generere nye passord dersom du ber om å ha automatisk opprettede passord -DictionnaryDesc=Her angir du alle referansedata/begreper. Du kan komplettere de forhåndsdefinerte dataene med dine egne. +DictionaryDesc=Her angir du alle referansedata/begreper. Du kan komplettere de forhåndsdefinerte dataene med dine egne. ConstDesc=Her kan du endre innstillinger som ikke er tilgjengelige på de foregående sidene. Dette er reserverte parametere, for avanserte utviklere eller for feilsøking. OnceSetupFinishedCreateUsers=OBS! Du er Dolibarr-administrator. Administratorer er brukere som kan sette opp programmet. For vanlig bruk av Dolibarr bør du lage en bruker uten administratorrettigheter ( i Brukere og grupper ). MiscellaneousDesc=Her angir du sikkerhetsinnstillinger for Dolibarr. @@ -1435,7 +1435,7 @@ AccountancyCode=Regnskap Kode AgendaSetup=Instillinger for modulen hendelser og agenda PasswordTogetVCalExport=Nøkkel for å autorisere eksportlenke PastDelayVCalExport=Må ikke eksportere hendelse eldre enn -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Denne modulen gir et telefonikon etter telefonnummeret til kontaktpersoner. Et trykk på dette ikonet vil kalle opp en egen server med en URL som du definerer nedenfor. Du kan da få et system som ringer opp kontaktpersonen automatisk for deg, for eksempel på et SIP-system. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/nb_NO/exports.lang b/htdocs/langs/nb_NO/exports.lang index 1663798a1ef9b5fd8d677fe364b6be221f94ad9e..f975024c47bed1cd43e5cf0f63349ebf276346db 100644 --- a/htdocs/langs/nb_NO/exports.lang +++ b/htdocs/langs/nb_NO/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id av foreldrene linje funnet fra kode, vil bli s SourceRequired=Dataverdi er obligatorisk SourceExample=Eksempel på mulige dataverdi ExampleAnyRefFoundIntoElement=Enhver ref funnet for element <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Enhver kode (eller id) funnet i dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Enhver kode (eller id) funnet i dictionnary <b>%s</b> CSVFormatDesc=<b>Kommadelte Verdi</b> filformatet (. CSV). <br> Dette er en tekstfil format der feltene er atskilt med skilletegn [%s]. Hvis separatoren blir funnet inne i et felt innhold, er felt omgitt av runde tegn [%s]. Escape karakter å unnslippe runde tegn er [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/nb_NO/main.lang b/htdocs/langs/nb_NO/main.lang index 03a474283a3cdd2e11775d80ee574635b653af18..b17c144887f1428fbf53ecd3f0b8af7c98e734c5 100644 --- a/htdocs/langs/nb_NO/main.lang +++ b/htdocs/langs/nb_NO/main.lang @@ -572,7 +572,7 @@ TotalWoman=Totalr TotalMan=Totalt NeverReceived=Aldri mottatt Canceled=Kansellert -YouCanChangeValuesForThisListFromDictionnarySetup=Du kan endre verdiene i denne listen fra menyen: setup - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Du kan endre verdiene i denne listen fra menyen: setup - dictionnary Color=Farge Documents=Lenkede filer DocumentsNb=Koblede filer (%s) diff --git a/htdocs/langs/nl_BE/admin.lang b/htdocs/langs/nl_BE/admin.lang index 72575d0a8ad4dd439548595101554265af732ffa..f9e3bb34ad7d2f86165f3e22f919ad995f274c74 100644 --- a/htdocs/langs/nl_BE/admin.lang +++ b/htdocs/langs/nl_BE/admin.lang @@ -43,7 +43,7 @@ SecuritySetup = Beveiliging configuratie ErrorModuleRequirePHPVersion = Fout, deze module vereist PHP versie %s of hoger ErrorModuleRequireDolibarrVersion = Fout, deze module vereist Dolibarr versie %s of hoger ErrorDecimalLargerThanAreForbidden = Fout, een nauwkeurigheid van meer dan <b>%s</b> wordt niet ondersteund. -DictionnarySetup = Woordenlijsten +DictionarySetup = Woordenlijsten DisableJavascript = Schakel JavaScript en Ajax-functies uit ConfirmAjax = Gebruik Ajax bevestiging popups UseSearchToSelectCompany = Gebruik velden die automatisch aanvullen om een bedrijf te kiezen (in plaats van een drop-down lijst).<br><br>In geval van een zeer groot aantal derde partijen (> 100 000), kan de snelheid verhoogt worden door de waarde COMPANY_DONOTSEARCH_ANYWHERE op 1 te zetten in Home->Configuratie->Andere Instellingen. @@ -638,31 +638,31 @@ Permission2515 = Setup documenten directories Permission50001 = Permission50201 = Permission50202 = -DictionnaryCompanyType = Vennootschapsvormen -DictionnaryCompanyJuridicalType = Rechtsvorm van de onderneming -DictionnaryProspectLevel = Potentiëel niveau van potentiële klant/vooruitzicht -DictionnaryCanton = Afdelingen/Districten -DictionnaryRegion = Regio's -DictionnaryCountry = Land -DictionnaryCurrency = Valuta -DictionnaryCivility = Civiele Status -DictionnaryActions = Actielijst -DictionnarySocialContributions = Soorten sociale premies -DictionnaryVAT = BTW tarieven -DictionnaryPaymentConditions = Betalingsvoorwaarden -DictionnaryPaymentModes = Betaalmogelijkheden -DictionnaryTypeContact = Contact soorten -DictionnaryEcotaxe = Ecotaks (AEEA) -DictionnaryPaperFormat = Papier formaten -DictionnaryFees = Aard van de vergoedingen -DictionnarySendingMethods = -DictionnaryStaff = -DictionnaryAvailability = -DictionnaryOrderMethods = -DictionnarySource = +DictionaryCompanyType = Vennootschapsvormen +DictionaryCompanyJuridicalType = Rechtsvorm van de onderneming +DictionaryProspectLevel = Potentiëel niveau van potentiële klant/vooruitzicht +DictionaryCanton = Afdelingen/Districten +DictionaryRegion = Regio's +DictionaryCountry = Land +DictionaryCurrency = Valuta +DictionaryCivility = Civiele Status +DictionaryActions = Actielijst +DictionarySocialContributions = Soorten sociale premies +DictionaryVAT = BTW tarieven +DictionaryPaymentConditions = Betalingsvoorwaarden +DictionaryPaymentModes = Betaalmogelijkheden +DictionaryTypeContact = Contact soorten +DictionaryEcotaxe = Ecotaks (AEEA) +DictionaryPaperFormat = Papier formaten +DictionaryFees = Aard van de vergoedingen +DictionarySendingMethods = +DictionaryStaff = +DictionaryAvailability = +DictionaryOrderMethods = +DictionarySource = SetupSaved = Setup opgeslagen BackToModuleList = Terug naar de lijst van modules -BackToDictionnaryList = Terug naar de lijst woordenboeken +BackToDictionaryList = Terug naar de lijst woordenboeken VATReceivedOnly = Speciaal tarief niet ten laste VATManagement = BTW management VATIsUsedDesc = The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are sold having new means of transport (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and goods sold by other means rather than new means of transport, then the VAT by default=VAT of product sold. End of rule.<br>Else the proposed default VAT=1. End of rule. @@ -807,7 +807,7 @@ TriggerDisabledAsModuleDisabled = Triggers in dit bestand zijn uitgeschakeld als TriggerAlwaysActive = Triggers in dit bestand zijn altijd actief, ongeacht zijn de geactiveerde Dolibarr modules. TriggerActiveAsModuleActive = Triggers in dit bestand zijn actief als <b>module %s</b> is ingeschakeld. GeneratedPasswordDesc = Definieer hier de regel die u wilt gebruiken voor het genereren van nieuwe wachtwoord als u vragen om automatisch gegenereerd wachtwoord -DictionnaryDesc = Definieer hier alle referentie data. U kunt vooraf gedefinieerde waarde met de jouwe. +DictionaryDesc = Definieer hier alle referentie data. U kunt vooraf gedefinieerde waarde met de jouwe. ConstDesc = Deze pagina kunt u alle andere parameters die niet beschikbaar zijn in de voorgaande pagina's. Ze zijn voorbehouden parameters voor geavanceerde ontwikkelaars of voor troubleshouting. OnceSetupFinishedCreateUsers = Waarschuwing, u bent een Dolibarr administrator gebruiker. Administrators worden gebruikt voor het configureren van Dolibarr. Voor een normaal gebruik van Dolibarr wordt aangeraden om gebruik te maken van een niet-administrator gebruiker. Deze kan aangemaakt worden in het menu "Gebruikers en Groepen". MiscellaneousDesc = Definieer hier alle andere parameters die betrekking hebben op veiligheid. diff --git a/htdocs/langs/nl_BE/main.lang b/htdocs/langs/nl_BE/main.lang index d2dfad0e0195a40f15fc8ddd3a1ddd6e78d0e668..956b0ad3f521b7696c3db66c0056c6b131daa10b 100644 --- a/htdocs/langs/nl_BE/main.lang +++ b/htdocs/langs/nl_BE/main.lang @@ -454,7 +454,7 @@ TotalWoman=Totaal TotalMan=Totaal NeverReceived=Nooit ontvangen Canceled=Geannuleerd -YouCanChangeValuesForThisListFromDictionnarySetup=U kan deze waarden voor deze lijst wijzigen. Ga naar Home - Opstelling - Taalkundige instellingen om te wijzigen. +YouCanChangeValuesForThisListFromDictionarySetup=U kan deze waarden voor deze lijst wijzigen. Ga naar Home - Opstelling - Taalkundige instellingen om te wijzigen. Color=Kleur Documents=Gekoppelde bestanden Documents2=Documenten diff --git a/htdocs/langs/nl_NL/admin.lang b/htdocs/langs/nl_NL/admin.lang index a4cbbc4f6f07e362a7316e19026b6bd553acfdd4..39cf22b5c70850279842eae001d64d554d6cf1e9 100644 --- a/htdocs/langs/nl_NL/admin.lang +++ b/htdocs/langs/nl_NL/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Beveiligingsinstellingen ErrorModuleRequirePHPVersion=Fout, deze module vereist PHP versie %s of hoger. ErrorModuleRequireDolibarrVersion=Fout, deze module vereist Dolibarr versie %s of hoger. ErrorDecimalLargerThanAreForbidden=Fout, een nauwkeurigheid van meer dan <b>%s</b> wordt niet ondersteund. -DictionnarySetup=Constanten -# Dictionnary=Dictionaries +DictionarySetup=Constanten +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Schakel JavaScript en AJAX-functionaliteit uit @@ -726,34 +726,34 @@ Permission50202=Import transacties # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Bedrijfssoorten -DictionnaryCompanyJuridicalType=Juridische aard van de onderneming -DictionnaryProspectLevel=Prospect potentiële niveau -DictionnaryCanton=Provincie -DictionnaryRegion=Regio's -DictionnaryCountry=Landen -DictionnaryCurrency=Valuta -DictionnaryCivility=Aanspreektitel -DictionnaryActions=Actielijst -DictionnarySocialContributions=Soorten sociale premies -DictionnaryVAT=BTW-tarief -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Betalingsvoorwaarden -DictionnaryPaymentModes=Betaalmogelijkheden -DictionnaryTypeContact=Contactpersoonsoorten -DictionnaryEcotaxe=Ecotaks (AEEA) -DictionnaryPaperFormat=Papierformaten -DictionnaryFees=Aard van de vergoedingen -DictionnarySendingMethods=Verzendwijze -DictionnaryStaff=Personeel -DictionnaryAvailability=Vertraagde levering -DictionnaryOrderMethods=Bestelwijzen -DictionnarySource=Oorsprong van de voorstellen / orders -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Bedrijfssoorten +DictionaryCompanyJuridicalType=Juridische aard van de onderneming +DictionaryProspectLevel=Prospect potentiële niveau +DictionaryCanton=Provincie +DictionaryRegion=Regio's +DictionaryCountry=Landen +DictionaryCurrency=Valuta +DictionaryCivility=Aanspreektitel +DictionaryActions=Actielijst +DictionarySocialContributions=Soorten sociale premies +DictionaryVAT=BTW-tarief +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Betalingsvoorwaarden +DictionaryPaymentModes=Betaalmogelijkheden +DictionaryTypeContact=Contactpersoonsoorten +DictionaryEcotaxe=Ecotaks (AEEA) +DictionaryPaperFormat=Papierformaten +DictionaryFees=Aard van de vergoedingen +DictionarySendingMethods=Verzendwijze +DictionaryStaff=Personeel +DictionaryAvailability=Vertraagde levering +DictionaryOrderMethods=Bestelwijzen +DictionarySource=Oorsprong van de voorstellen / orders +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Instellingen opgeslagen BackToModuleList=Terug naar moduleoverzicht -BackToDictionnaryList=Terug naar het constantenoverzicht +BackToDictionaryList=Terug naar het constantenoverzicht VATReceivedOnly=Speciaal tarief niet ten laste VATManagement=BTW-beheer VATIsUsedDesc=Het standaard BTW-tarief bij het aanmaken van prospecten, facturen, orders etc volgt de actieve standaard regel:<br>Als de verkoper onderworpen is aan BTW, dan wordt BTW standaard op 0 gezet. Einde van de regel.<br>Als het 'land van de verkoper' = 'het land van de koper' dan wordt de BTW standaard ingesteld op de BTW van het product in het verkopende land. Einde van de regel.<br>Als verkoper en koper zich in de Europese Gemeenschap bevinden en het betreft een nieuw vervoersmiddel (auto, boot, vliegtuig), dan wordt de BTW standaard ingesteld op 0 (De BTW moet worden betaald door koper in het grenskantoor van zijn land en niet door de verkoper). Einde van de regel.<br>Als verkoper en koper zich in de Europese Unie bevinden en de koper is een persoon of bedrijf zonder BTW-registratienummer = BTW-standaard van het verkochte product. Einde van de regel.<br>Als verkoper en koper zich in de Europese Gemeenschap bevinden en de koper geen bedrijf is, dan wordt de BTW standaard ingesteld op de BTW van het verkochte product. Einde van de regel<br><br>In alle andere gevallen wordt de BTW standaard ingesteld op 0. Einde van de regel.<br> @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Initiatoren in dit bestand zijn uitgeschakeld al TriggerAlwaysActive=Initiatoren in dit bestand zijn altijd actief, ongeacht de geactiveerde modules in Dolibarr. TriggerActiveAsModuleActive=Initiatoren in dit bestand zijn actief als module <b>%s</b> is ingeschakeld. GeneratedPasswordDesc=Stel hier de regel in die u wilt gebruiken voor het genereren van een nieuwe wachtwoord als u vraagt om een automatisch gegenereerd wachtwoord -DictionnaryDesc=Stel hier alle constanten in. U kunt vooraf ingestelde waarden aanpassen naar de uwe. +DictionaryDesc=Stel hier alle constanten in. U kunt vooraf ingestelde waarden aanpassen naar de uwe. ConstDesc=Op deze pagina vint u alle andere instellingen die niet beschikbaar zijn in de voorgaande pagina's. Ze zijn voorbehouden instellingen voor geavanceerde ontwikkelaars of voor 'troubleshouting'. OnceSetupFinishedCreateUsers=Waarschuwing, u bent een Dolibarr beheerder. Beheerdersaccounts worden gebruikt voor de installatie van Dolibarr. Voor een normaal gebruik van Dolibarr, wordt aangeraden gebruik te maken van een niet-beheerders account, aangemaakt onder: Gebruikers & Groepen menu. MiscellaneousDesc=Stel hier alle andere instellingen in die betrekking hebben op veiligheid. @@ -1435,7 +1435,7 @@ AccountancyCode=Accountancy Code AgendaSetup=Acties- en agendamoduleinstellingen PasswordTogetVCalExport=autorisatiecode van de exportlink PastDelayVCalExport=Exporteer geen gebeurtenissen ouder dan -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Deze module maakt het mogelijk om een icoontje te tonen achter het telefoonnummer van Dolibarr contactpersonen. Een klik op dit icoontje, zal een server bellen met een specifieke URL, die u hieronder instelt. Dit kan gebruikt worden om een 'call center'-systeem te bellen vanuit Dolibarr dat vervolgens het telefoonnummer kan bellen via bijvoorbeeld een SIP systeem. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/nl_NL/exports.lang b/htdocs/langs/nl_NL/exports.lang index 31d850c268a11e8c8f4fbc94823081423335362b..b6a1bad5ba4c28b91caf38eddeaf638f2a60780f 100644 --- a/htdocs/langs/nl_NL/exports.lang +++ b/htdocs/langs/nl_NL/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Het id van de ouder lijn gevonden van code, zal w SourceRequired=Gegevenswaarde is verplicht SourceExample=Voorbeeld van een mogelijke gegevens waarde ExampleAnyRefFoundIntoElement=Elke ref gevonden voor element <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Elke code (of id) gevonden in het woordenboek <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Elke code (of id) gevonden in het woordenboek <b>%s</b> CSVFormatDesc=<b>Comma Separated Value-bestandsindeling</b> (. csv).<br>Dit is een tekstbestand waarin de velden zijn gescheiden door het scheidingsteken [%s]. Als het scheidingsteken is gevonden in de inhoud van een veld, wordt het 'geescaped' door het karakter [%s]. Het 'Escape'-karakter is [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/nl_NL/main.lang b/htdocs/langs/nl_NL/main.lang index 52ff22aaa0279afddb3dbcbeb569a14b8b8234bf..e5f3afbe1f6a667ca416e57d852ffc8a3a63e211 100644 --- a/htdocs/langs/nl_NL/main.lang +++ b/htdocs/langs/nl_NL/main.lang @@ -572,7 +572,7 @@ TotalWoman=Totaal TotalMan=Totaal NeverReceived=Nooit ontvangen Canceled=Geannuleerd -YouCanChangeValuesForThisListFromDictionnarySetup=U kunt deze waarden veranderen via het menu Home->Instellingen->Constanten +YouCanChangeValuesForThisListFromDictionarySetup=U kunt deze waarden veranderen via het menu Home->Instellingen->Constanten Color=Kleur Documents=Gekoppelde bestanden DocumentsNb=Bijlagen (%s) diff --git a/htdocs/langs/pl_PL/admin.lang b/htdocs/langs/pl_PL/admin.lang index f7bce732aa1512c34efedaf8d0d4270a52f4c65e..c25783f6dd5b7ac651cdd545bcd36df2bd3ca939 100644 --- a/htdocs/langs/pl_PL/admin.lang +++ b/htdocs/langs/pl_PL/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Bezpieczeństwo instalacji ErrorModuleRequirePHPVersion=Błąd ten moduł wymaga PHP w wersji %s lub większy ErrorModuleRequireDolibarrVersion=Błąd ten moduł wymaga Dolibarr wersji %s lub większy ErrorDecimalLargerThanAreForbidden=Błąd, dokładność większa <b>niż %s</b> nie jest obsługiwany. -DictionnarySetup=Słownik konfiguracji -# Dictionnary=Dictionaries +DictionarySetup=Słownik konfiguracji +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Wyłączanie funkcji JavaScript i Ajax @@ -726,34 +726,34 @@ Permission50202=Transakcji importowych # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Firma typy -DictionnaryCompanyJuridicalType=Juridical rodzajów spółek -DictionnaryProspectLevel=Prospect poziomu potencjalnego -DictionnaryCanton=Dzielnice -DictionnaryRegion=Regiony -DictionnaryCountry=Kraje -DictionnaryCurrency=Waluty -DictionnaryCivility=Civility tytuł -DictionnaryActions=Działania listy -DictionnarySocialContributions=Składek na ubezpieczenia społeczne typy -DictionnaryVAT=Stawek VAT -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Warunki płatności -DictionnaryPaymentModes=Płatność tryby -DictionnaryTypeContact=Kontakt typy -DictionnaryEcotaxe=Podatku ekologicznego (WEEE) -DictionnaryPaperFormat=Księga formatów -DictionnaryFees=Rodzaj opłaty -DictionnarySendingMethods=Sendings metod -DictionnaryStaff=Personel -DictionnaryAvailability=Opóźnienie dostawy -DictionnaryOrderMethods=Metody zamawiania -DictionnarySource=Pochodzenie wniosków / zleceń -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Firma typy +DictionaryCompanyJuridicalType=Juridical rodzajów spółek +DictionaryProspectLevel=Prospect poziomu potencjalnego +DictionaryCanton=Dzielnice +DictionaryRegion=Regiony +DictionaryCountry=Kraje +DictionaryCurrency=Waluty +DictionaryCivility=Civility tytuł +DictionaryActions=Działania listy +DictionarySocialContributions=Składek na ubezpieczenia społeczne typy +DictionaryVAT=Stawek VAT +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Warunki płatności +DictionaryPaymentModes=Płatność tryby +DictionaryTypeContact=Kontakt typy +DictionaryEcotaxe=Podatku ekologicznego (WEEE) +DictionaryPaperFormat=Księga formatów +DictionaryFees=Rodzaj opłaty +DictionarySendingMethods=Sendings metod +DictionaryStaff=Personel +DictionaryAvailability=Opóźnienie dostawy +DictionaryOrderMethods=Metody zamawiania +DictionarySource=Pochodzenie wniosków / zleceń +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Instalator zapisane BackToModuleList=Powrót do listy modułów -BackToDictionnaryList=Powrót do listy słowników +BackToDictionaryList=Powrót do listy słowników VATReceivedOnly=Specjalne stawki nie obciążają VATManagement=Zarządzanie VAT # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Wyzwalacze w tym pliku są wyłączone jako <b>m TriggerAlwaysActive=Wyzwalacze w tym pliku są zawsze aktywne, niezależnie są aktywowane Dolibarr modułów. TriggerActiveAsModuleActive=Wyzwalacze w tym pliku są aktywne jako <b>modułu %s</b> jest aktywny. GeneratedPasswordDesc=Określ tutaj reguły, które chcesz użyć do wygenerowania nowego hasła, jeśli zapyta się automatycznie wygenerowane hasło -DictionnaryDesc=Określ tutaj wszystkie odniesienia danych. Możesz zakończyć predefiniowane wartości Ciebie. +DictionaryDesc=Określ tutaj wszystkie odniesienia danych. Możesz zakończyć predefiniowane wartości Ciebie. ConstDesc=Ta strona pozwala edytować wszystkie inne parametry nie są dostępne w poprzedniej strony. Są one zastrzeżone dla zaawansowanych parametrów deweloperzy lub troubleshouting. OnceSetupFinishedCreateUsers=Ostrzeżenie, jesteś Dolibarr administratora użytkownika. Administrator użytkowników wykorzystywane są do konfiguracji Dolibarr. Dla Zazwyczaj korzystanie z Dolibarr, zaleca się używać nieujemnych administratora użytkownika tworzone Użytkownicy i grupy menu. MiscellaneousDesc=Określ tutaj wszystkie inne parametry związane z bezpieczeństwem. @@ -1435,7 +1435,7 @@ AccountancyCode=Kod Księgowość AgendaSetup=Działania i porządku konfiguracji modułu PasswordTogetVCalExport=Klucz do wywozu zezwolić na link PastDelayVCalExport=Nie starsze niż eksport przypadku -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Moduł ten pozwala dodać ikonę po numer telefonu Dolibarr kontakty. Kliknięcie na tę ikonę, będzie połączenie z serveur z danego adresu URL można zdefiniować poniżej. Może to być wykorzystane, aby połączyć się z Call Center z systemu Dolibarr, że mogą dzwonić na numer telefonu SIP system przykład. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/pl_PL/exports.lang b/htdocs/langs/pl_PL/exports.lang index a8e43843574505f7ce23b534d2c8af551cee0f01..be15eb8977b0df3cff11d74e9f8f0018a9be1185 100644 --- a/htdocs/langs/pl_PL/exports.lang +++ b/htdocs/langs/pl_PL/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id linii macierzystej znaleźć z kodem, zostaną SourceRequired=Wartość danych jest obowiązkowe SourceExample=Przykład możliwych wartości danych ExampleAnyRefFoundIntoElement=Wszelkie ref dla <b>%s</b> elementów -ExampleAnyCodeOrIdFoundIntoDictionnary=Każdy kod (lub id) stwierdzono w dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Każdy kod (lub id) stwierdzono w dictionnary <b>%s</b> CSVFormatDesc=Format pliku <b>oddzielonych przecinkami jakości</b> (. Csv). <br> Jest to format pliku tekstowego, gdzie pola oddzielone są separatorem [%s]. Jeśli wewnątrz znajduje się separator zawartości pola, jest zaokrąglona przez cały charakter [%s]. Ucieczka do charakteru uciec charakter rundy [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/pl_PL/main.lang b/htdocs/langs/pl_PL/main.lang index c4a06a75e256f5186474bfbc23b633bf3d9151ab..0525126301bc9aac62a923ec98b8f368468e6c37 100644 --- a/htdocs/langs/pl_PL/main.lang +++ b/htdocs/langs/pl_PL/main.lang @@ -572,7 +572,7 @@ TotalWoman=Razem TotalMan=Razem NeverReceived=Nigdy nie otrzymała Canceled=Odwołany -YouCanChangeValuesForThisListFromDictionnarySetup=Możesz zmieniać wartości tej liście z menu setup - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Możesz zmieniać wartości tej liście z menu setup - dictionnary Color=Kolor Documents=Związany plików DocumentsNb=Dołączonych plików (%s) diff --git a/htdocs/langs/pt_BR/admin.lang b/htdocs/langs/pt_BR/admin.lang index 874cbbd1168e08c2220633da5dd5d1d35ccf9af6..96998842eb4b7cd1c1bb0d17249166c4a1cf4d62 100644 --- a/htdocs/langs/pt_BR/admin.lang +++ b/htdocs/langs/pt_BR/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Configuração de Segurança ErrorModuleRequirePHPVersion=Erro, este módulo requer uma versão %s ou superior de PHP ErrorModuleRequireDolibarrVersion=Erro, este módulo requer uma versão %s ou superior do ERP ErrorDecimalLargerThanAreForbidden=Erro, as casas decimais superiores a <b>%s</b> não são suportadas. -DictionnarySetup=Dicionários -# Dictionnary=Dictionaries +DictionarySetup=Dicionários +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Desativar as funções Javascript @@ -720,34 +720,34 @@ Permission2515=Configuração de diretorios de documentos # Permission54001=Print # Permission55001=Read surveys # Permission55002=Create/modify surveys -DictionnaryCompanyType=Tipos de empresa -DictionnaryCompanyJuridicalType=Formas jurídicas -DictionnaryProspectLevel=Perspectiva ao nível de cliente potencial -DictionnaryCanton=Departamentos/Distritos/Zonas -DictionnaryRegion=Regiões -DictionnaryCountry=Paises -DictionnaryCurrency=Moedas -DictionnaryCivility=Título cortesía -DictionnaryActions=Lista de ações -DictionnarySocialContributions=Tipos de gastos sociais -DictionnaryVAT=Taxa de ICMS -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Condições de Pagamento -DictionnaryPaymentModes=Modos de pagamento -DictionnaryTypeContact=Tipos de contatos -DictionnaryEcotaxe=ECO Taxa (DEEE) -DictionnaryPaperFormat=Formatos de papel -DictionnaryFees=Tipo de taxas -DictionnarySendingMethods=Métodos de expedição -DictionnaryStaff=Empregados -# DictionnaryAvailability=Delivery delay -# DictionnaryOrderMethods=Ordering methods -# DictionnarySource=Origin of proposals/orders -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Tipos de empresa +DictionaryCompanyJuridicalType=Formas jurídicas +DictionaryProspectLevel=Perspectiva ao nível de cliente potencial +DictionaryCanton=Departamentos/Distritos/Zonas +DictionaryRegion=Regiões +DictionaryCountry=Paises +DictionaryCurrency=Moedas +DictionaryCivility=Título cortesía +DictionaryActions=Lista de ações +DictionarySocialContributions=Tipos de gastos sociais +DictionaryVAT=Taxa de ICMS +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Condições de Pagamento +DictionaryPaymentModes=Modos de pagamento +DictionaryTypeContact=Tipos de contatos +DictionaryEcotaxe=ECO Taxa (DEEE) +DictionaryPaperFormat=Formatos de papel +DictionaryFees=Tipo de taxas +DictionarySendingMethods=Métodos de expedição +DictionaryStaff=Empregados +# DictionaryAvailability=Delivery delay +# DictionaryOrderMethods=Ordering methods +# DictionarySource=Origin of proposals/orders +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=configuração guardada BackToModuleList=Voltar à lista de módulos -BackToDictionnaryList=Voltar à lista de dicionários +BackToDictionaryList=Voltar à lista de dicionários VATReceivedOnly=Impostos especiais não faturaveis VATManagement=Administração ICMS VATIsUsedDesc=o tipo de ICMS proposto por default em criações de Orçamentos, faturas, pedidos, etc. Responde e a seguinte regra:<br>sim o vendedor não está sujeito a ICMS, ICMS por default @@ -915,7 +915,7 @@ TriggerDisabledAsModuleDisabled=Triggers deste Arquivo desativados já que o mó TriggerAlwaysActive=Triggers deste Arquivo sempre ativos, já que os módulos Dolibarr relacionados estão ativados TriggerActiveAsModuleActive=Triggers deste Arquivo ativos já que o módulo <b>%s</b> está ativado GeneratedPasswordDesc=Indique aqui que norma quer utilizar para Gerar as Senhas quando queira Gerar uma Nova senha -DictionnaryDesc=Indique aqui os dados de referencia. pode completar/modificar os dados predefinidos com os seus +DictionaryDesc=Indique aqui os dados de referencia. pode completar/modificar os dados predefinidos com os seus ConstDesc=qualquer outro parâmetro não editável em páginas anteriores OnceSetupFinishedCreateUsers=Atenção, está baixo de uma conta de administrador de Dolibarr. os administradores se utilizam para configurar a Dolibarr. Para um uso corrente de Dolibarr, recomenda-se utilizar uma conta não administrador criada a partir do menu "Usuários e grupos" MiscellaneousDesc=Defina aqui os Outros parâmetros relacionados com a segurança. @@ -1420,7 +1420,7 @@ OptionVatDebitOptionDesc=a carga do ICMS é: <br>-ao envio dos bens <br>-sobre o AgendaSetup=Módulo configuração de ações e agenda PasswordTogetVCalExport=Chave de autorização vcal export link # PastDelayVCalExport=Do not export event older than -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Este módulo permite agregar um ícone depois do número de telefone de contatos Dolibarr. um clic neste ícone, Chama a um servidor com uma URL que se indica a continuação. Esto pode ser usado para Chamar à sistema call center de Dolibarr que pode Chamar à número de telefone em um sistema SIP, por Exemplo. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/pt_BR/exports.lang b/htdocs/langs/pt_BR/exports.lang index 6d53fb1d39bb06a0ed65422d224724d141174838..7fe6d65483a4625fa241b3e62b13e1edf707c04d 100644 --- a/htdocs/langs/pt_BR/exports.lang +++ b/htdocs/langs/pt_BR/exports.lang @@ -109,7 +109,7 @@ TypeOfLineServiceOrProduct=Tipo de Linha (0 # SourceRequired=Data value is mandatory # SourceExample=Example of possible data value # ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> -# ExampleAnyCodeOrIdFoundIntoDictionnary=Any code (or id) found into dictionnary <b>%s</b> +# ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionnary <b>%s</b> # CSVFormatDesc=<b>Comma Separated Value</b> file format (.csv).<br>This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/pt_BR/main.lang b/htdocs/langs/pt_BR/main.lang index 8686afedf815947123c90593ccb1b39fa9843146..76be36bf266fdf1392c1dfd19ea3e3286de53e1e 100644 --- a/htdocs/langs/pt_BR/main.lang +++ b/htdocs/langs/pt_BR/main.lang @@ -568,7 +568,7 @@ TotalWoman=Total TotalMan=Total NeverReceived=Nunca Recebido Canceled=Cancelado -YouCanChangeValuesForThisListFromDictionnarySetup=Pode alterar estes valores no menu configuração->dicionários +YouCanChangeValuesForThisListFromDictionarySetup=Pode alterar estes valores no menu configuração->dicionários Color=Cor Documents=Documentos DocumentsNb=Arquivos conectados (%s) diff --git a/htdocs/langs/pt_PT/admin.lang b/htdocs/langs/pt_PT/admin.lang index 2102519c07f38675f6b716046ffdb1ec95ff0428..74ffbd1b8b436ac0506a52389f2ddffac44a6934 100644 --- a/htdocs/langs/pt_PT/admin.lang +++ b/htdocs/langs/pt_PT/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Configuração de Segurança ErrorModuleRequirePHPVersion=Erro, este módulo requer uma versão %s ou superior de PHP ErrorModuleRequireDolibarrVersion=Erro, este módulo requer uma versão %s ou superior do ERP/CRM ErrorDecimalLargerThanAreForbidden=Erro, as casas decimais superiores a <b>%s</b> não são suportadas. -DictionnarySetup=Dicionarios -# Dictionnary=Dictionaries +DictionarySetup=Dicionarios +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Desactivar as funções Javascript @@ -726,34 +726,34 @@ Permission50202=Operações de importação # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Tipos de empresa -DictionnaryCompanyJuridicalType=Formas jurídicas -DictionnaryProspectLevel=Perspectiva ao nivel do cliente potencial -DictionnaryCanton=Departamentos/Distritos/Zonas -DictionnaryRegion=Regiões -DictionnaryCountry=Paises -DictionnaryCurrency=Moedas -DictionnaryCivility=Título de cortesía -DictionnaryActions=Lista de acções -DictionnarySocialContributions=Tipos de gastos sociais -DictionnaryVAT=Taxa de IVA -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Condições de Pagamento -DictionnaryPaymentModes=Modos de pagamento -DictionnaryTypeContact=Tipos de contactos -DictionnaryEcotaxe=ECO Taxa (DEEE) -DictionnaryPaperFormat=Formatos de papel -DictionnaryFees=Tipo de taxas -DictionnarySendingMethods=Métodos de expedição -DictionnaryStaff=Pessoal -DictionnaryAvailability=Atraso na entrega -DictionnaryOrderMethods=Métodos de ordenação -DictionnarySource=Origem das propostas / ordens -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Tipos de empresa +DictionaryCompanyJuridicalType=Formas jurídicas +DictionaryProspectLevel=Perspectiva ao nivel do cliente potencial +DictionaryCanton=Departamentos/Distritos/Zonas +DictionaryRegion=Regiões +DictionaryCountry=Paises +DictionaryCurrency=Moedas +DictionaryCivility=Título de cortesía +DictionaryActions=Lista de acções +DictionarySocialContributions=Tipos de gastos sociais +DictionaryVAT=Taxa de IVA +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Condições de Pagamento +DictionaryPaymentModes=Modos de pagamento +DictionaryTypeContact=Tipos de contactos +DictionaryEcotaxe=ECO Taxa (DEEE) +DictionaryPaperFormat=Formatos de papel +DictionaryFees=Tipo de taxas +DictionarySendingMethods=Métodos de expedição +DictionaryStaff=Pessoal +DictionaryAvailability=Atraso na entrega +DictionaryOrderMethods=Métodos de ordenação +DictionarySource=Origem das propostas / ordens +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Configuração guardada BackToModuleList=Voltar à lista de módulos -BackToDictionnaryList=Voltar à lista de dicionários +BackToDictionaryList=Voltar à lista de dicionários VATReceivedOnly=Impostos especiais não facturaveis VATManagement=Gestão de IVA VATIsUsedDesc=O tipo de IVA proposto por defeito em criações de Orçamentos, facturas, pedidos, etc. Responde á seguinte regra:<br> O vendedor não está sujeito a IVA, IVA por defeito @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Triggers deste Ficheiro desactivados já que o m TriggerAlwaysActive=Triggers deste Ficheiro sempre activos, já que os módulos Dolibarr relacionados estão activados TriggerActiveAsModuleActive=Triggers deste Ficheiro activos já que o módulo <b>%s</b> está activado GeneratedPasswordDesc=Indique aqui que norma quer utilizar para gerar as palavras-passe. -DictionnaryDesc=Indique aquí os dados de referencia. Pode completar/modificar os dados predefinidos com os seus +DictionaryDesc=Indique aquí os dados de referencia. Pode completar/modificar os dados predefinidos com os seus ConstDesc=Qualquer outro parâmetro não editável em páginas anteriores OnceSetupFinishedCreateUsers=Atenção, está abaixo de uma conta de administrador do ERP/CRM. Os administradores utilizados para configurar o ERP/CRM. Para um uso corrente do ERP/CRM, recomenda-se a utilização de uma conta não administrador criada por este menu "Utilizadores e grupos" MiscellaneousDesc=Defina aquí os Outros parâmetros relacionados com a segurança. @@ -1435,7 +1435,7 @@ AccountancyCode=Código de Contabilidade AgendaSetup=Módulo configuração de acções e agenda PasswordTogetVCalExport=Chave de autorização para exportação do link vcal. PastDelayVCalExport=Não exportar evento com mais de -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Este módulo permite juntar um icon depois do número de telefone de contactos ERP/CRM. Um click no icon, liga a um servidor com uma URL . Pode ser usado para ligar a um sistema call center, ligando a um número de telefone de um sistema SIP, por Exemplo. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/pt_PT/exports.lang b/htdocs/langs/pt_PT/exports.lang index 3390f3c2a4f702b46d3689b1e3f655d4b6113c36..38105a77418c47af113c5cf7d3a225cf3c2e1e32 100644 --- a/htdocs/langs/pt_PT/exports.lang +++ b/htdocs/langs/pt_PT/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=O ID da linha foi encontrado o pai a partir do c SourceRequired=Valor dos dados é obrigatória SourceExample=Exemplo de valores de dados possíveis ExampleAnyRefFoundIntoElement=Qualquer ref encontrado para <b>%s</b> elemento -ExampleAnyCodeOrIdFoundIntoDictionnary=Qualquer código (ou id) encontrado em <b>%s</b> dictionnary +ExampleAnyCodeOrIdFoundIntoDictionary=Qualquer código (ou id) encontrado em <b>%s</b> dictionnary CSVFormatDesc=<b>Comma Separated Value</b> formato de arquivo (. Csv). <br> Este é um formato de arquivo texto onde os campos são separados por separador [%s]. Se o separador é encontrado dentro de um conteúdo do campo, o campo é arredondado por volta de carácter [%s]. Caractere de escape para fugir personagem redonda é [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/pt_PT/main.lang b/htdocs/langs/pt_PT/main.lang index 94c42620e0ca997fe83e3ee3fda2958aa9a4edce..577b92e9c54cc6a046c85b19a909b0014f41bf2e 100644 --- a/htdocs/langs/pt_PT/main.lang +++ b/htdocs/langs/pt_PT/main.lang @@ -572,7 +572,7 @@ TotalWoman=Total TotalMan=Total NeverReceived=Nunca Recebido Canceled=Cancelado -YouCanChangeValuesForThisListFromDictionnarySetup=Pode alterar estes valores no menu configuração->dicionários +YouCanChangeValuesForThisListFromDictionarySetup=Pode alterar estes valores no menu configuração->dicionários Color=Cor Documents=Documentos DocumentsNb=arquivos vinculados (%s) diff --git a/htdocs/langs/ro_RO/admin.lang b/htdocs/langs/ro_RO/admin.lang index 727de56691212a49a2d8227d7c413b806a3162d1..05f22bf58e5fd5470e4e944fa9b3dae9c259a746 100644 --- a/htdocs/langs/ro_RO/admin.lang +++ b/htdocs/langs/ro_RO/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Setări Securitate ErrorModuleRequirePHPVersion=Eroare, acest modul necesită PHP versiunea %s sau mai mare ErrorModuleRequireDolibarrVersion=Eroare, acest modul Dolibarr necesită versiunea %s sau mai mare ErrorDecimalLargerThanAreForbidden=Eroare, o precizie mai mare decât <b>%s</b> nu este suportat. -DictionnarySetup=Setări Dicţionar -Dictionnary=Dicţionare +DictionarySetup=Setări Dicţionar +Dictionary=Dicţionare ErrorReservedTypeSystemSystemAuto=Valorile 'system' și 'systemauto' pentru tip sunt rezervate. Puteți utiliza 'user' ca valoare pentru a adăuga propriile dvs. înregistrări ErrorCodeCantContainZero=Codul nu poate conţine valoarea 0 DisableJavascript=Dezactivează funcţiile JavaScript si Ajax @@ -726,34 +726,34 @@ Permission55001=Citeşte sondaje Permission55002=Cereare/modificare sondaje # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Compania tipurile -DictionnaryCompanyJuridicalType=Juridica tipuri de companie -DictionnaryProspectLevel=Prospect potenţial nivel -DictionnaryCanton=Districte -DictionnaryRegion=Regiunilor -DictionnaryCountry=Ţări -DictionnaryCurrency=Moneda -DictionnaryCivility=Politeţe titlu -DictionnaryActions=Actions list -DictionnarySocialContributions=Contribuţii sociale tipurile -DictionnaryVAT=TVA Tarife -DictionnaryRevenueStamp=Valoarea timbrelor fiscale -DictionnaryPaymentConditions=Conditiile de plata -DictionnaryPaymentModes=Plata moduri -DictionnaryTypeContact=Contact tipurile -DictionnaryEcotaxe=Ecotax (DEEE) -DictionnaryPaperFormat=Carte formate -DictionnaryFees=Tip de taxe -DictionnarySendingMethods=Sendings metode -DictionnaryStaff=Personal -DictionnaryAvailability=Livrare întârziere -DictionnaryOrderMethods=Metode de comandă -DictionnarySource=Originea de propuneri / comenzi -DictionnaryAccountancyplan=Plan de conturi -DictionnaryAccountancysystem=Model pentru plan de conturi +DictionaryCompanyType=Compania tipurile +DictionaryCompanyJuridicalType=Juridica tipuri de companie +DictionaryProspectLevel=Prospect potenţial nivel +DictionaryCanton=Districte +DictionaryRegion=Regiunilor +DictionaryCountry=Ţări +DictionaryCurrency=Moneda +DictionaryCivility=Politeţe titlu +DictionaryActions=Actions list +DictionarySocialContributions=Contribuţii sociale tipurile +DictionaryVAT=TVA Tarife +DictionaryRevenueStamp=Valoarea timbrelor fiscale +DictionaryPaymentConditions=Conditiile de plata +DictionaryPaymentModes=Plata moduri +DictionaryTypeContact=Contact tipurile +DictionaryEcotaxe=Ecotax (DEEE) +DictionaryPaperFormat=Carte formate +DictionaryFees=Tip de taxe +DictionarySendingMethods=Sendings metode +DictionaryStaff=Personal +DictionaryAvailability=Livrare întârziere +DictionaryOrderMethods=Metode de comandă +DictionarySource=Originea de propuneri / comenzi +DictionaryAccountancyplan=Plan de conturi +DictionaryAccountancysystem=Model pentru plan de conturi SetupSaved=Setup salvate BackToModuleList=Inapoi la lista de module -BackToDictionnaryList=Inapoi la lista de dicţionare +BackToDictionaryList=Inapoi la lista de dicţionare VATReceivedOnly=Special rata nu taxat VATManagement=TVA-ul de management VATIsUsedDesc=Rata TVA implicită la crearea de prospecte, facturi, comenzi etc urmeze regula standard de activare: <br> În cazul în care vânzătorul nu este supusă TVA-ului, apoi TVA-ul implicit = 0. Sfârșitul regulă. <br> În cazul în care (țara de vânzare = cumpărare țară), atunci TVA-ul implicit = TVA a produsului în țara de vânzare. Sfârșitul regulă. <br> În cazul în care vânzătorul și cumpărătorul în Comunitatea Europeană și bunuri sunt produse de transport (mașină, navă, avion), implicit TVA = 0 (TVA ar trebui să fie plătite de către cumpărător la customoffice de țara sa și nu la vânzător). Sfârșitul regulă. <br> În cazul în care vânzătorul și cumpărătorul în Comunitatea Europeană și cumpărător nu este o companie, atunci TVA-ul implicit = TVA de produs vândut. Sfârșitul regulă. <br> În cazul în care vânzătorul și cumpărătorul în Comunitatea Europeană și cumpărător este o companie, atunci TVA-ul implicit = 0. Sfârșitul regulă. <br> Altfel propus implicit TVA = 0. Sfârșitul regulă. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Declanşările în acest dosar sunt dezactivate TriggerAlwaysActive=Declanşările în acest dosar sunt întotdeauna activ, ce sunt activate Dolibarr module. TriggerActiveAsModuleActive=Declanşările în acest dosar sunt active ca <b>modul %s</b> este activată. GeneratedPasswordDesc=Definiţi aici regulă care doriţi să-l utilizaţi pentru a genera o parolă nouă, dacă vă întrebaţi de a avea auto generate parola -DictionnaryDesc=Definiţi aici toate datele de referinţă. Puteţi completa predefinite valoarea cu a ta. +DictionaryDesc=Definiţi aici toate datele de referinţă. Puteţi completa predefinite valoarea cu a ta. ConstDesc=Această pagină vă permite să editaţi toate alţi parametri care nu sunt disponibile în ultimele pagini. Acestea sunt rezervate pentru parametrii avansat dezvoltatorii sau pentru troubleshouting. OnceSetupFinishedCreateUsers=Atenţie, esti un utilizator Dolibarr administrator. Administrator utilizatori sunt utilizate pentru a instala Dolibarr. Pentru o utilizare obişnuită a Dolibarr, este recomandat să folosiţi un administrator de utilizator creat de utilizatori şi grupuri de meniu. MiscellaneousDesc=Definiţi parametrii de aici toate celelalte legate de securitate. @@ -1435,7 +1435,7 @@ AccountancyCodeBuy=Cont cumpărare. cod AgendaSetup=Acţiuni de ordine de zi şi de modul de configurare PasswordTogetVCalExport=Cheia de a autoriza export link PastDelayVCalExport=Nu de export eveniment mai în vârstă decât -AGENDA_USE_EVENT_TYPE=Utilizați tipurile de evenimente (administrat în Configuration->Dictionnary->llx_c_actioncomm ) +AGENDA_USE_EVENT_TYPE=Utilizați tipurile de evenimente (administrat în Configuration->Dictionary->llx_c_actioncomm ) ##### ClickToDial ##### ClickToDialDesc=Acest modul permite să adăugaţi o pictogramă după numărul de telefon de contact Dolibarr. Un clic pe această pictogramă, se va apela un serveur cu un URL particular definiţi mai jos. Acest lucru poate fi utilizat pentru a apela un sistem de call center din Dolibarr care pot apela numărul de telefon pe un sistem de SIP, de exemplu. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/ro_RO/exports.lang b/htdocs/langs/ro_RO/exports.lang index 90cba6d3f482d80e384c724f94d7e7bd5b547c87..82d35e1c0d9b33ba2625bb532ab3fa15e0589ef7 100644 --- a/htdocs/langs/ro_RO/exports.lang +++ b/htdocs/langs/ro_RO/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=ID-ul de linie de la mamă găsit codul, va fi in SourceRequired=valoarea datelor este obligatorie SourceExample=Exemplu de valoare posibilă de date ExampleAnyRefFoundIntoElement=Orice Ref gasit pentru <b>%s</b> element -ExampleAnyCodeOrIdFoundIntoDictionnary=Orice cod (sau id), a constatat în <b>%s</b> dictionnary +ExampleAnyCodeOrIdFoundIntoDictionary=Orice cod (sau id), a constatat în <b>%s</b> dictionnary CSVFormatDesc=<b>Comma Separated Value</b> formatul de fişier (). Csv. <br> Acesta este un format de fişier text în care câmpurile sunt separate prin separatorul [%s]. În cazul în care se găseşte în interiorul separatorului cu un conţinut de domeniu, domeniu este rotunjit cu caracter rotunde [%s]. caracter Escape pentru a scăpa de caractere rundă este [%s]. Excel95FormatDesc=<b>Excel</b> format fişier (.xls) <br>Acesta este format nativ Excel 95 (BIFF5). Excel2007FormatDesc=<b>Excel</b> format fişier (.xlsx) <br>Acesta este format nativ Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/ro_RO/main.lang b/htdocs/langs/ro_RO/main.lang index 3e75edfa273213ee805dc49ed783ec956c7be449..6326bf3d94568ea57cba720f64c382ab00ab10b2 100644 --- a/htdocs/langs/ro_RO/main.lang +++ b/htdocs/langs/ro_RO/main.lang @@ -572,7 +572,7 @@ TotalWoman=Total TotalMan=Total NeverReceived=Niciodată primit Canceled=Anulat -YouCanChangeValuesForThisListFromDictionnarySetup=Aveţi posibilitatea de a modifica valorile pentru aceasta lista de la meniul de configurare - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Aveţi posibilitatea de a modifica valorile pentru aceasta lista de la meniul de configurare - dictionnary Color=Culoare Documents=Fişiere ataşate DocumentsNb=Fişiere ataşate (%s) diff --git a/htdocs/langs/ru_RU/admin.lang b/htdocs/langs/ru_RU/admin.lang index 68ef2dab6c0ef314725d33f70b0b376d147acf8e..6bdc7df92e73904acce4edf1f51530b0daf45ca8 100644 --- a/htdocs/langs/ru_RU/admin.lang +++ b/htdocs/langs/ru_RU/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Настройка безопасности ErrorModuleRequirePHPVersion=Ошибка, этот модуль требует PHP версии %s или выше ErrorModuleRequireDolibarrVersion=Ошибка, этот модуль требует Dolibarr версии %s или выше ErrorDecimalLargerThanAreForbidden=Ошибка, <b>точность%</b> выше, чем <b>с</b> не поддерживается. -DictionnarySetup=Словарь установки -# Dictionnary=Dictionaries +DictionarySetup=Словарь установки +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Отключить JavaScript и Ajax функции @@ -726,34 +726,34 @@ Permission50202=Импортных операций # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Компания типов -DictionnaryCompanyJuridicalType=Юридическая рода компании -DictionnaryProspectLevel=Проспект потенциального уровня -DictionnaryCanton=Районы -DictionnaryRegion=Регионы -DictionnaryCountry=Страны -DictionnaryCurrency=Валюты -DictionnaryCivility=Вежливость титула -DictionnaryActions=Действия список -DictionnarySocialContributions=Социальные взносы типов -DictionnaryVAT=Ставки НДС -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Условия оплаты -DictionnaryPaymentModes=Способы оплаты -DictionnaryTypeContact=Контакт типов -DictionnaryEcotaxe=Экологические (WEEE) -DictionnaryPaperFormat=Форматы бумаги -DictionnaryFees=Виды сборов -DictionnarySendingMethods=Отправок методы -DictionnaryStaff=Персонал -DictionnaryAvailability=Доставка задержки -DictionnaryOrderMethods=Заказ методы -DictionnarySource=Происхождение предложений / заказов -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Компания типов +DictionaryCompanyJuridicalType=Юридическая рода компании +DictionaryProspectLevel=Проспект потенциального уровня +DictionaryCanton=Районы +DictionaryRegion=Регионы +DictionaryCountry=Страны +DictionaryCurrency=Валюты +DictionaryCivility=Вежливость титула +DictionaryActions=Действия список +DictionarySocialContributions=Социальные взносы типов +DictionaryVAT=Ставки НДС +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Условия оплаты +DictionaryPaymentModes=Способы оплаты +DictionaryTypeContact=Контакт типов +DictionaryEcotaxe=Экологические (WEEE) +DictionaryPaperFormat=Форматы бумаги +DictionaryFees=Виды сборов +DictionarySendingMethods=Отправок методы +DictionaryStaff=Персонал +DictionaryAvailability=Доставка задержки +DictionaryOrderMethods=Заказ методы +DictionarySource=Происхождение предложений / заказов +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Настройки сохранены BackToModuleList=Вернуться к списку модулей -BackToDictionnaryList=Вернуться к списку словарей +BackToDictionaryList=Вернуться к списку словарей VATReceivedOnly=Специальные ставки не взимается VATManagement=НДС менеджмент # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Триггеры в этом файле буду TriggerAlwaysActive=Триггеры в этом файле, всегда активны, независимо являются активированный Dolibarr модули. TriggerActiveAsModuleActive=Триггеры в этом файле действуют как <b>модуль %s</b> включен. GeneratedPasswordDesc=Определить здесь правила, которые вы хотите использовать для создания нового пароля если вы спросите иметь Auto сгенерированного пароля -DictionnaryDesc=Определить здесь все ссылки данные. Вы можете заполнить заранее стоимость с вами. +DictionaryDesc=Определить здесь все ссылки данные. Вы можете заполнить заранее стоимость с вами. ConstDesc=На этой странице можно отредактировать все остальные параметры не доступны в предыдущих страницах. Они защищены параметров для продвинутых разработчиков или troubleshouting. OnceSetupFinishedCreateUsers=Внимание, вы Dolibarr администратора пользователю. Администратор пользователей используются для установки Dolibarr. Для обычного использования Dolibarr, рекомендуется для использования, не администратор пользователя создается из пользователей И группах меню. MiscellaneousDesc=Определить здесь все другие параметры, связанные с безопасностью. @@ -1435,7 +1435,7 @@ AccountancyCode=Бухгалтерия код AgendaSetup=Акции и повестки модуль настройки PasswordTogetVCalExport=Ключевые разрешить экспорт ссылке PastDelayVCalExport=Не экспортировать события старше -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Этот модуль позволяет добавлять иконки после телефонный номер Dolibarr контакты. Нажмите на эту иконку, будем называть serveur с определенным URL вы указываете ниже. Это может быть использовано для вызова Call Center с системой Dolibarr, что можете позвонить по телефону SIP системы например. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/ru_RU/exports.lang b/htdocs/langs/ru_RU/exports.lang index d89c2539e782cf4e9f72eeb0e086840cea83f4dd..0178a8c926be3f5fbf90df3c43665ec746a8b2be 100644 --- a/htdocs/langs/ru_RU/exports.lang +++ b/htdocs/langs/ru_RU/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Идентификатор материнской SourceRequired=Данные значения является обязательным SourceExample=Пример возможных значений данных ExampleAnyRefFoundIntoElement=Любая ссылка на элемент найден <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Любой код (или идентификатор) обнаружил в словаре <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Любой код (или идентификатор) обнаружил в словаре <b>%s</b> CSVFormatDesc=<b>Разделителями-запятыми</b> файл (формат. CSV). <br> Это текстовый формат файла, в котором поля разделены сепаратором [%s]. Если разделитель находится внутри области содержания, поля окружены круглый характер [%s]. Escape характер бежать вокруг характер [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/ru_RU/main.lang b/htdocs/langs/ru_RU/main.lang index a248db8f6aeb1f6796e2fefffb653a949b4b6e1b..28511d3cc2ec51210eb0abf14cc398bc839471fe 100644 --- a/htdocs/langs/ru_RU/main.lang +++ b/htdocs/langs/ru_RU/main.lang @@ -572,7 +572,7 @@ TotalWoman=Всего TotalMan=Всего NeverReceived=Никогда не получено Canceled=Отменено -YouCanChangeValuesForThisListFromDictionnarySetup=Вы можете изменять значения в этом списке из меню Настройка - Справочники +YouCanChangeValuesForThisListFromDictionarySetup=Вы можете изменять значения в этом списке из меню Настройка - Справочники Color=Цвет Documents=Связанные файлы DocumentsNb=Связанные файлы (%s) diff --git a/htdocs/langs/sk_SK/admin.lang b/htdocs/langs/sk_SK/admin.lang index 4e1585b9b10cb167274986d219318c22288634d7..9a4087d9330890eff75b46fcbf8a49afdf1c65e4 100644 --- a/htdocs/langs/sk_SK/admin.lang +++ b/htdocs/langs/sk_SK/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Bezpečnostné nastavenia ErrorModuleRequirePHPVersion=Chyba, tento modul vyžaduje PHP verzia %s alebo vyššia ErrorModuleRequireDolibarrVersion=Chyba, tento modul vyžaduje Dolibarr verzie %s alebo vyššia ErrorDecimalLargerThanAreForbidden=Chyba, presnosť vyššia než <b>%s</b> nie je podporované. -DictionnarySetup=Slovník Nastavenie -Dictionnary=Slovníky +DictionarySetup=Slovník Nastavenie +Dictionary=Slovníky ErrorReservedTypeSystemSystemAuto=Hodnota "systém" a "systemauto" typu je vyhradená. Môžete použiť "používateľom" ako hodnota pridať svoj vlastný rekord ErrorCodeCantContainZero=Kód môže obsahovať hodnotu 0 DisableJavascript=Zakázať JavaScript a Ajax funkcie @@ -726,34 +726,34 @@ Permission55001=Prečítajte si prieskumy Permission55002=Vytvoriť / upraviť prieskumy # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Spoločnosť typy -DictionnaryCompanyJuridicalType=Právnické druhy spoločnosti -DictionnaryProspectLevel=Prospect potenciálna miera -DictionnaryCanton=Štátny / kantóny -DictionnaryRegion=Regióny -DictionnaryCountry=Krajina -DictionnaryCurrency=Meny -DictionnaryCivility=Zdvorilosť titul -DictionnaryActions=Typ agendy udalostí -DictionnarySocialContributions=Sociálne príspevky typy -DictionnaryVAT=Sadzby DPH alebo daň z predaja Kurzy -DictionnaryRevenueStamp=Množstvo kolkových známok -DictionnaryPaymentConditions=Platobné podmienky -DictionnaryPaymentModes=Platobné spôsoby -DictionnaryTypeContact=Kontakt / Adresa typy -DictionnaryEcotaxe=Ekologické dane (OEEZ) -DictionnaryPaperFormat=Formáty papiera -DictionnaryFees=Druhy poplatkov -DictionnarySendingMethods=Spôsoby dopravy -DictionnaryStaff=Zamestnanci -DictionnaryAvailability=Dodacie meškanie -DictionnaryOrderMethods=Radenie metódy -DictionnarySource=Pôvod návrhov / objednávky -DictionnaryAccountancyplan=Graf účtov -DictionnaryAccountancysystem=Modely účtovej osnovy +DictionaryCompanyType=Spoločnosť typy +DictionaryCompanyJuridicalType=Právnické druhy spoločnosti +DictionaryProspectLevel=Prospect potenciálna miera +DictionaryCanton=Štátny / kantóny +DictionaryRegion=Regióny +DictionaryCountry=Krajina +DictionaryCurrency=Meny +DictionaryCivility=Zdvorilosť titul +DictionaryActions=Typ agendy udalostí +DictionarySocialContributions=Sociálne príspevky typy +DictionaryVAT=Sadzby DPH alebo daň z predaja Kurzy +DictionaryRevenueStamp=Množstvo kolkových známok +DictionaryPaymentConditions=Platobné podmienky +DictionaryPaymentModes=Platobné spôsoby +DictionaryTypeContact=Kontakt / Adresa typy +DictionaryEcotaxe=Ekologické dane (OEEZ) +DictionaryPaperFormat=Formáty papiera +DictionaryFees=Druhy poplatkov +DictionarySendingMethods=Spôsoby dopravy +DictionaryStaff=Zamestnanci +DictionaryAvailability=Dodacie meškanie +DictionaryOrderMethods=Radenie metódy +DictionarySource=Pôvod návrhov / objednávky +DictionaryAccountancyplan=Graf účtov +DictionaryAccountancysystem=Modely účtovej osnovy SetupSaved=Nastavenie uložené BackToModuleList=Späť na zoznam modulov -BackToDictionnaryList=Späť na zoznam slovníkov +BackToDictionaryList=Späť na zoznam slovníkov VATReceivedOnly=Osobitná sadzba nie je účtovaný VATManagement=DPH riadenia VATIsUsedDesc=Sadzba DPH v predvolenom nastavení pri vytváraní vyhliadky, faktúry, objednávky atď sledovať aktívny štandardné pravidlo: <br> Ak predávajúci nie je predmetom DPH, potom sa DPH v predvolenom nastavení = 0. Koniec vlády. <br> Je-li (predajná country = nákup krajine), potom sa DPH štandardne = DPH výrobku v krajine predaja. Koniec vlády. <br> Ak sa predávajúci a kupujúci v Európskom spoločenstve a tovaru je doprava výrobkov (auto, loď, lietadlo), predvolený DPH = 0 (DPH by mala byť venovaná zo strany kupujúceho v customoffice svojej krajiny, a nie u predajcu). Koniec vlády. <br> Ak sa predávajúci a kupujúci v Európskom spoločenstve a kupujúcim nie je spoločnosť, potom sa DPH štandardne = DPH z výrobkov predaných. Koniec vlády. <br> Ak sa predávajúci a kupujúci v Európskom spoločenstve a kupujúcim je spoločnosť, potom sa DPH v predvolenom nastavení = 0. Koniec vlády. <br> Inak navrhovaná východisková DPH = 0. Koniec vlády. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Trigger v tomto súbore sú zakázané ako modul TriggerAlwaysActive=Trigger v tomto súbore sú vždy aktívne, či už sú aktivované Dolibarr moduly. TriggerActiveAsModuleActive=Trigger v tomto súbore sú aktívne ako modul <b>%s</b> je povolené. GeneratedPasswordDesc=Definujte tu pravidlo, ktoré chcete použiť na vytvorenie nového hesla, ak sa spýtate mať automaticky generované heslo -DictionnaryDesc=Definujte tu všetky referenčné Kako. Môžete dokončiť danú hodnotu s vašimi. +DictionaryDesc=Definujte tu všetky referenčné Kako. Môžete dokončiť danú hodnotu s vašimi. ConstDesc=Na tejto stránke môžete upravovať všetky ostatné parametre nie sú k dispozícii v predchádzajúcich stránkach. Oni sú vyhradené parametre pre skúsených vývojárov alebo troubleshouting. OnceSetupFinishedCreateUsers=Upozornenie, že ste správca Dolibarr užívateľ. Správca Užívateľské slúži na nastavenie Dolibarr. Pre bežné použitie Dolibarr, sa odporúča používať non správcu užívateľovi vytvorené od používateľov a skupín Menu. MiscellaneousDesc=Definujte tu všetky ostatné parametre vzťahujúce sa k bezpečnosti. @@ -1435,7 +1435,7 @@ AccountancyCodeBuy=Nákup účet. kód AgendaSetup=Akcie a agenda Nastavenie modulu PasswordTogetVCalExport=Kľúč povoliť export odkaz PastDelayVCalExport=Neexportovať udalosti staršie ako -AGENDA_USE_EVENT_TYPE=Používajte typy udalostí (podarilo do Configuration-> Dictionnary-> llx_c_actioncomm) +AGENDA_USE_EVENT_TYPE=Používajte typy udalostí (podarilo do Configuration-> Dictionary-> llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Tento modul umožňuje pridať ikonu po telefónnych čísel. Kliknutím na túto ikonu bude volať server s konkrétne URL, ktorú definujete nižšie. To možno použiť na volanie call centra systému z Dolibarr ktoré môžu volať na telefónne číslo SIP systému pre príklad. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/sk_SK/exports.lang b/htdocs/langs/sk_SK/exports.lang index 31a30ca045768544b49e25233ed09cdfa8b3a0be..71f8c7dd651497e3c9a7965fc281c8c5804d7f9e 100644 --- a/htdocs/langs/sk_SK/exports.lang +++ b/htdocs/langs/sk_SK/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id materskej línie našli kódu, bude vložený SourceRequired=Hodnota dát je povinné SourceExample=Príklad možné hodnoty údajov ExampleAnyRefFoundIntoElement=Akékoľvek ref našli prvkov <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Akýkoľvek kód (alebo id) našiel na dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Akýkoľvek kód (alebo id) našiel na dictionnary <b>%s</b> CSVFormatDesc=<b>Hodnoty oddelené čiarkami</b> formát súboru (. Csv). <br> Jedná sa o textový formát súboru, kde sú polia oddelené oddeľovačom [%s]. Ak oddeľovač sa nachádza vo vnútri poľa obsahu je pole zaoblené charakteru kola [%s]. Útek charakter unikať okolo znaku je %s []. Excel95FormatDesc=<b>Excel</b> formát súboru (. Xls) <br> Toto je natívny formát programu Excel 95 (BIFF5). Excel2007FormatDesc=<b>Excel</b> formát súboru (. Xlsx) <br> Toto je natívny formát programu Excel 2007 (SpreadsheetML). diff --git a/htdocs/langs/sk_SK/main.lang b/htdocs/langs/sk_SK/main.lang index b68f354049f509f07650528bc7467e371e4055bf..7a127f8a35f9d32db35877793850bb82fe28d1df 100644 --- a/htdocs/langs/sk_SK/main.lang +++ b/htdocs/langs/sk_SK/main.lang @@ -572,7 +572,7 @@ TotalWoman=Celkový TotalMan=Celkový NeverReceived=Nikdy nedostal Canceled=Zrušený -YouCanChangeValuesForThisListFromDictionnarySetup=Môžete zmeniť hodnoty tohto zoznamu z menu nastavení - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Môžete zmeniť hodnoty tohto zoznamu z menu nastavení - dictionnary Color=Farba Documents=Pripojené súbory DocumentsNb=Pripojené súbory (%s) diff --git a/htdocs/langs/sl_SI/admin.lang b/htdocs/langs/sl_SI/admin.lang index ce6451ef44a746eece9d8c14f849bf9d82d773ef..91703b4a8e75b04ef466d9861927734d58006cb6 100644 --- a/htdocs/langs/sl_SI/admin.lang +++ b/htdocs/langs/sl_SI/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Varnostne nastavitve ErrorModuleRequirePHPVersion=Napaka, ta modul zahteva PHP različico %s ali višjo ErrorModuleRequireDolibarrVersion=Napaka, Ta modul zahteva Dolibarr različico %s ali višjo ErrorDecimalLargerThanAreForbidden=Napaka, višja natančnost od <b>%s</b> ni podprta. -DictionnarySetup=Nastavitve slovarja -# Dictionnary=Dictionaries +DictionarySetup=Nastavitve slovarja +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Onemogoči JavaScript in Ajax funkcije @@ -726,34 +726,34 @@ Permission50202=Uvoz prenosov # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Tipi podjetij -DictionnaryCompanyJuridicalType=Pravna oblika podjetja -DictionnaryProspectLevel=Nivo potenciala možne stranke -DictionnaryCanton=Dežele/kantoni -DictionnaryRegion=Regije -DictionnaryCountry=Države -DictionnaryCurrency=Valute -DictionnaryCivility=Vljudnostni nazivi -DictionnaryActions=Seznam aktivnosti -DictionnarySocialContributions=Vrste socialnih prispevkov -DictionnaryVAT=Stopnje DDV -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Pogoji plačil -DictionnaryPaymentModes=Načini plačil -DictionnaryTypeContact=Tipi kontaktov -DictionnaryEcotaxe=Ecotax (WEEE) -DictionnaryPaperFormat=Formati papirja -DictionnaryFees=Tipi stroškov -DictionnarySendingMethods=Načini pošiljanja -DictionnaryStaff=Zaposleni -DictionnaryAvailability=Zakasnitev dobave -DictionnaryOrderMethods=Metode naročanja -DictionnarySource=Izvor ponudb/naročil -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Tipi podjetij +DictionaryCompanyJuridicalType=Pravna oblika podjetja +DictionaryProspectLevel=Nivo potenciala možne stranke +DictionaryCanton=Dežele/kantoni +DictionaryRegion=Regije +DictionaryCountry=Države +DictionaryCurrency=Valute +DictionaryCivility=Vljudnostni nazivi +DictionaryActions=Seznam aktivnosti +DictionarySocialContributions=Vrste socialnih prispevkov +DictionaryVAT=Stopnje DDV +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Pogoji plačil +DictionaryPaymentModes=Načini plačil +DictionaryTypeContact=Tipi kontaktov +DictionaryEcotaxe=Ecotax (WEEE) +DictionaryPaperFormat=Formati papirja +DictionaryFees=Tipi stroškov +DictionarySendingMethods=Načini pošiljanja +DictionaryStaff=Zaposleni +DictionaryAvailability=Zakasnitev dobave +DictionaryOrderMethods=Metode naročanja +DictionarySource=Izvor ponudb/naročil +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Nastavitve shranjene BackToModuleList=Nazaj na seznam modulov -BackToDictionnaryList=Nazaj na seznam slovarjev +BackToDictionaryList=Nazaj na seznam slovarjev VATReceivedOnly=Posebna stopnja ni zaračunana VATManagement=Upravljanje DDV VATIsUsedDesc=Privzeta stopnja DDV pri kreiranju možnih strank, računov, naročil itd. sledi aktivnemu standardnemu pravilu:<br>Če je prodajalec davčni zavezanec, je privzeta stopnja DDV=0. Konec pravila.<br>Če je (država prodaje = država nakupa), potem je privzeta davčna stopnja=DDV v državi prodaje. Konec pravila. <br>Če sta prodajalec in kupec iz držav članic EU in se blago prevaža s transportnim sredstvom (avto, ladja, letalo), je privzeta stopnja DDV=0 ( DDV mora plačati kupec pri carinskem uradu svoje države in ne prodajalec blaga). Konec pravila.<br> Če sta prodajalec in kupec iz držav članic EU in se blago ne prevaža s transportnim sredstvom, je privzeta stopnja DDV=DDV prodanega proizvoda. Konec pravila.<br>Drugače je predlagan privzet DDV=1. Konec pravila. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Prožilci v tej datoteki so onemogočeni, ker je TriggerAlwaysActive=Prožilci v tej datoteki so aktivni vedno, ne glede na aktiven Dolibarr module. TriggerActiveAsModuleActive=Prožilci v tej datoteki so aktivni, ker je omogočen modul <b>%s</b> . GeneratedPasswordDesc=Tukaj določite, katero pravilo želite uporabiti za generiranje novega gesla, če ste zahtevali avtomatsko generiranje gesla -DictionnaryDesc=Tukaj definirate vse referenčne podatke. Vnaprej določene vrednosti lahko dopolnite z vašimi. +DictionaryDesc=Tukaj definirate vse referenčne podatke. Vnaprej določene vrednosti lahko dopolnite z vašimi. ConstDesc=Ta stran omogoča urejanje vseh ostalih parametrov, ki niso na voljo na prejšnjih straneh. To so rezervirani parametri za napredne razvijalce ali za odpravljanje težav. OnceSetupFinishedCreateUsers=Pozor, vi ste Dolibarr administrator. Administrator lahko nastavlja Dolibarr. Za navadno uporabo aplikacije Dolibarr, se priporočajo nastavitve navadnega uporabnika, ki nima administratorskih pravic in ga kreirate preko menija 'Uporabniki & Skupine'. MiscellaneousDesc=Tukaj definirate vse ostale parametre, povezane z varnostjo. @@ -1435,7 +1435,7 @@ AccountancyCode=Računovodstvo zakonik AgendaSetup=Nastavitev modula za aktivnosti in dnevni red PasswordTogetVCalExport=Ključ za avtorizacijo izvoznega linka PastDelayVCalExport=Ne izvažaj dogodekov, starejših od -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Ta modul omogoča dodajanje ikone za telefonsko številko Dolibarr kontakta. S klikom na ikono boste poklicali strežnik z določenim URL naslovom, ki ga definirate spodaj. To lahko uporabite za klic sistema klicnega centra iz aplikacije Dolibarr, ki lahko kliče telefonsko številko na primer na sistemu SIP. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/sl_SI/exports.lang b/htdocs/langs/sl_SI/exports.lang index a41860aa9058afa68b0d1287b8f303e3702b004c..760801d5ba6a07f2f770b0656500a0507ebcbfd7 100644 --- a/htdocs/langs/sl_SI/exports.lang +++ b/htdocs/langs/sl_SI/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id starševske linije najdete na kodo, bo vstavlj SourceRequired=Podatkovna vrednost je obvezna SourceExample=Primer možnih podatkovnih vrednosti ExampleAnyRefFoundIntoElement=Vsak ref našel elementov za <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Vsaka številka (ali ID) našel v dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Vsaka številka (ali ID) našel v dictionnary <b>%s</b> CSVFormatDesc=<b>Comma Separated Value</b> format datoteke (.csv).<br>To je tekstovni format datoteke, kjer so polja ločena z ločilom [ %s ]. Če se v vsebini polja nahaja ločilo, se polje zaokroži z znakom za zaokrožitev [ %s ]. Znak za preklic zaokrožitve je [ %s ]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/sl_SI/main.lang b/htdocs/langs/sl_SI/main.lang index cb17bdbdaae4299b2266f038c10f3ce4049543e8..8d848a1f81086dfe3f882d68604dc0150fa405fa 100644 --- a/htdocs/langs/sl_SI/main.lang +++ b/htdocs/langs/sl_SI/main.lang @@ -572,7 +572,7 @@ TotalWoman=Skupna TotalMan=Skupni NeverReceived=Nikoli prejeto Canceled=Preklicano -YouCanChangeValuesForThisListFromDictionnarySetup=Vrednosti za ta seznam lahko spremenite na meniju 'Nastavitve – Nastavitve slovarja' +YouCanChangeValuesForThisListFromDictionarySetup=Vrednosti za ta seznam lahko spremenite na meniju 'Nastavitve – Nastavitve slovarja' Color=Barva Documents=Povezane datoteke DocumentsNb=Število povezanih datotek (%s) diff --git a/htdocs/langs/sv_SE/admin.lang b/htdocs/langs/sv_SE/admin.lang index 9c3729b543b5a75ae56e126de6d270b9772ef9f5..17973caff7611cbcf1b7465a156552ec2caea781 100644 --- a/htdocs/langs/sv_SE/admin.lang +++ b/htdocs/langs/sv_SE/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Säkerhet setup ErrorModuleRequirePHPVersion=Fel, kräver denna modul PHP version %s eller högre ErrorModuleRequireDolibarrVersion=Fel, kräver denna modul Dolibarr version %s eller högre ErrorDecimalLargerThanAreForbidden=Fel, en precision högre än <b>%s</b> stöds inte. -DictionnarySetup=Ordbok setup -# Dictionnary=Dictionaries +DictionarySetup=Ordbok setup +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=Inaktivera JavaScript och Ajax funktioner @@ -726,34 +726,34 @@ Permission50202=Importera transaktioner # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Företag typer -DictionnaryCompanyJuridicalType=Juridiska typer av bolag -DictionnaryProspectLevel=Prospect potentiell nivå -DictionnaryCanton=Stat / kantoner -DictionnaryRegion=Regioner -DictionnaryCountry=Länder -DictionnaryCurrency=Valutor -DictionnaryCivility=Hövlighet titel -DictionnaryActions=Åtgärdslista -DictionnarySocialContributions=Sociala avgifter typer -DictionnaryVAT=Mervärdesskattesatser -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=Betalningsvillkor -DictionnaryPaymentModes=Betalningssätten -DictionnaryTypeContact=Kontakta typer -DictionnaryEcotaxe=Miljöskatten (WEEE) -DictionnaryPaperFormat=Pappersformat -DictionnaryFees=Typ av avgifter -DictionnarySendingMethods=Sendings metoder -DictionnaryStaff=Personal -DictionnaryAvailability=Leveransförsening -DictionnaryOrderMethods=Beställning metoder -DictionnarySource=Ursprung förslag / order -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=Företag typer +DictionaryCompanyJuridicalType=Juridiska typer av bolag +DictionaryProspectLevel=Prospect potentiell nivå +DictionaryCanton=Stat / kantoner +DictionaryRegion=Regioner +DictionaryCountry=Länder +DictionaryCurrency=Valutor +DictionaryCivility=Hövlighet titel +DictionaryActions=Åtgärdslista +DictionarySocialContributions=Sociala avgifter typer +DictionaryVAT=Mervärdesskattesatser +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=Betalningsvillkor +DictionaryPaymentModes=Betalningssätten +DictionaryTypeContact=Kontakta typer +DictionaryEcotaxe=Miljöskatten (WEEE) +DictionaryPaperFormat=Pappersformat +DictionaryFees=Typ av avgifter +DictionarySendingMethods=Sendings metoder +DictionaryStaff=Personal +DictionaryAvailability=Leveransförsening +DictionaryOrderMethods=Beställning metoder +DictionarySource=Ursprung förslag / order +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=Setup sparas BackToModuleList=Tillbaka till moduler lista -BackToDictionnaryList=Tillbaka till ordböcker lista +BackToDictionaryList=Tillbaka till ordböcker lista VATReceivedOnly=Särskilda räntesats inte VATManagement=Moms Management VATIsUsedDesc=Den momssats som standard när du skapar framtidsutsikter, fakturor, order etc följa aktiva standard regeln: <br> Om säljaren är föremål för mervärdesskatt, då moms som standard = 0. Slut på regeln. <br> Om (den som säljer land = köparlandet), sedan den mervärdesskatt som standard = mervärdesskatt av produkten vid försäljning landet. Slut på regeln. <br> Om säljaren och köparen i Europeiska gemenskapen och varor transporttjänster (bil, fartyg, flygplan), standard moms = 0 (Den mervärdesskatt som skall betalas av köparen vid customoffice av sitt land och inte på säljaren). Slut på regeln. <br> Om säljaren och köparen i Europeiska gemenskapen och köparen är inte ett företag, sedan den mervärdesskatt som standard = moms på produkt som säljs. Slut på regeln. <br> Om säljaren och köparen i Europeiska gemenskapen och köparen är ett företag, då moms som standard = 0. Slut på regeln. <br> Else föreslagna standard moms = 0. Slut på regeln. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Triggers i denna fil är funktionshindrade modul TriggerAlwaysActive=Triggers i denna fil är alltid aktiva, oavsett är det aktiverade Dolibarr moduler. TriggerActiveAsModuleActive=Triggers i denna fil är verksamma som modul <b>%s</b> är aktiverat. GeneratedPasswordDesc=Ange här vilken regel du vill använda för att generera nytt lösenord om du begära att få automatiskt genererat lösenord -DictionnaryDesc=Ange här alla hänvisningar data seten. Du kan fylla i fördefinierade värde med din. +DictionaryDesc=Ange här alla hänvisningar data seten. Du kan fylla i fördefinierade värde med din. ConstDesc=Denna sida kan du redigera alla andra parametrar som inte fanns i tidigare sidor. De är reserverade parametrar för avancerade utvecklare eller troubleshouting. OnceSetupFinishedCreateUsers=Varning, du är en Dolibarr administratör. Administratör användare används för att ställa in Dolibarr. För en vanlig användning av Dolibarr, rekommenderas att använda en icke administratör skapas från Användare & Grupper menyn. MiscellaneousDesc=Ange här alla andra parametrar som rör säkerhet. @@ -1435,7 +1435,7 @@ AccountancyCode=Bokföring kod AgendaSetup=Åtgärder och dagordning modul setup PasswordTogetVCalExport=Viktiga att tillåta export länk PastDelayVCalExport=Inte exporterar fall äldre än -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=Denna modul gör det möjligt att lägga till en ikon efter telefonnummer. Ett klick på denna ikon för att kalla en server med en viss webbadress du anger nedan. Detta kan användas för att ringa ett system call center från Dolibarr som kan ringa upp telefonnumret på en SIP-system till exempel. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/sv_SE/exports.lang b/htdocs/langs/sv_SE/exports.lang index cf918f4ef878f1b559ec3e697b4df24734254140..1797cf92997545ccde9789d33a7b98503f22a319 100644 --- a/htdocs/langs/sv_SE/exports.lang +++ b/htdocs/langs/sv_SE/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id av förälder linje hittades från kod, kommer SourceRequired=Data värde är obligatoriskt SourceExample=Exempel på möjliga datavärde ExampleAnyRefFoundIntoElement=Varje ref för element <b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=Någon kod (eller ID) fann i ordlista <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=Någon kod (eller ID) fann i ordlista <b>%s</b> CSVFormatDesc=<b>Semikolonavgränsade</b> filformat (. Csv). <br> Detta är en text filformat där separeras fält av separator [%s]. Om separator finns inuti ett fält innehållet är området rundad med rund karaktär [%s]. Escape karaktär att fly rund karaktär är [%s]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/sv_SE/main.lang b/htdocs/langs/sv_SE/main.lang index 991114bcb36d7ac3eb46ef21bf62ef05018ae966..6353d8b7014f8997b3ff57b8167faa68679915e4 100644 --- a/htdocs/langs/sv_SE/main.lang +++ b/htdocs/langs/sv_SE/main.lang @@ -572,7 +572,7 @@ TotalWoman=Totalt TotalMan=Totalt NeverReceived=Aldrig fick Canceled=Annullerad -YouCanChangeValuesForThisListFromDictionnarySetup=Du kan ändra värden för den här listan från menyn setup - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=Du kan ändra värden för den här listan från menyn setup - dictionnary Color=Färg Documents=Länkade filer DocumentsNb=Länkade filer (%s) diff --git a/htdocs/langs/tr_TR/admin.lang b/htdocs/langs/tr_TR/admin.lang index 0c8365bdb8b9d1cb5202da7ee725d7617635a36a..505f58123975abe006e850b7f7defe2aeee06f9a 100644 --- a/htdocs/langs/tr_TR/admin.lang +++ b/htdocs/langs/tr_TR/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Güvenlik ayarları ErrorModuleRequirePHPVersion=Hata, bu modül %s veya daha yüksek PHP sürümü gerektirir. ErrorModuleRequireDolibarrVersion=Hata, bu modül %s veya daha yüksek Dolibarr sürümü gerektirir. ErrorDecimalLargerThanAreForbidden=Hata, <b>%s</b> den daha yüksek hassasiyet desteklenmez. -DictionnarySetup=Sözlük ayarları -Dictionnary=Sözlükler +DictionarySetup=Sözlük ayarları +Dictionary=Sözlükler ErrorReservedTypeSystemSystemAuto='system' ve 'systemauto' değerleri tür için ayrılmıştır. 'kullanıcı'yı kendi kayıtlarınıza eklemek için değer olarak kullanabilirsiniz ErrorCodeCantContainZero=Kod 0 değeri içeremez DisableJavascript=Javascript ve Ajax fonksiyonlarını engelle @@ -726,34 +726,34 @@ Permission55001=Araştırma oku Permission55002=Araştırma oluştur/düzenle # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=Firma türleri -DictionnaryCompanyJuridicalType=Firma yasal türleri -DictionnaryProspectLevel=Aday seviyeleri -DictionnaryCanton=Eyalet/İl -DictionnaryRegion=Bölgeler -DictionnaryCountry=Ülkeler -DictionnaryCurrency=Para birimleri -DictionnaryCivility=Hitap başlıkları -DictionnaryActions=Gündem eylem türleri -DictionnarySocialContributions=Sosyal katkı payı türleri -DictionnaryVAT=KDV ya da Satış Vergileri Oranları -DictionnaryRevenueStamp=Bandrol tutarı -DictionnaryPaymentConditions=Ödeme koşulları -DictionnaryPaymentModes=Ödeme biçimleri -DictionnaryTypeContact=Kişi/Adres türleri -DictionnaryEcotaxe=Ecotax (Çevre vergisi) (WEEE) -DictionnaryPaperFormat=Kağıt biçimleri -DictionnaryFees=Ödenti türleri -DictionnarySendingMethods=Sevkiyat yöntemleri -DictionnaryStaff=Personel -DictionnaryAvailability=Teslimat süresi -DictionnaryOrderMethods=Sipariş yöntemleri -DictionnarySource=Tekliflerin/siparişlerin kökeni -DictionnaryAccountancyplan=Hesap planı -DictionnaryAccountancysystem=Hesap planı modelleri +DictionaryCompanyType=Firma türleri +DictionaryCompanyJuridicalType=Firma yasal türleri +DictionaryProspectLevel=Aday seviyeleri +DictionaryCanton=Eyalet/İl +DictionaryRegion=Bölgeler +DictionaryCountry=Ülkeler +DictionaryCurrency=Para birimleri +DictionaryCivility=Hitap başlıkları +DictionaryActions=Gündem eylem türleri +DictionarySocialContributions=Sosyal katkı payı türleri +DictionaryVAT=KDV ya da Satış Vergileri Oranları +DictionaryRevenueStamp=Bandrol tutarı +DictionaryPaymentConditions=Ödeme koşulları +DictionaryPaymentModes=Ödeme biçimleri +DictionaryTypeContact=Kişi/Adres türleri +DictionaryEcotaxe=Ecotax (Çevre vergisi) (WEEE) +DictionaryPaperFormat=Kağıt biçimleri +DictionaryFees=Ödenti türleri +DictionarySendingMethods=Sevkiyat yöntemleri +DictionaryStaff=Personel +DictionaryAvailability=Teslimat süresi +DictionaryOrderMethods=Sipariş yöntemleri +DictionarySource=Tekliflerin/siparişlerin kökeni +DictionaryAccountancyplan=Hesap planı +DictionaryAccountancysystem=Hesap planı modelleri SetupSaved=Kurulum kaydedildi BackToModuleList=Modül listesine geri git -BackToDictionnaryList=Sözlük listesine geri git +BackToDictionaryList=Sözlük listesine geri git VATReceivedOnly=Ücretlendirilmemiş özel oran VATManagement=KDV Yönetimi VATIsUsedDesc=Adaylar, faturalar, siparişler, v.b oluştururken kullanılacak olan varsayılan KDV için etkin standart kuralı izleyin: <br>Eğer satıcı KDV ne tabiiyse varsayılan KDV=0, kural sonu.<br>Eğer satıcı ülkesi=alıcı ülkesiyse, varsayılan KDV=satıcı ülkesindeki ürünün KDV dir. Kural sonu.<br>Eğer satıcı ve alıcı Avrupa Birliğindeyse ve mallar taşıma ürünleriyse (araba, gemi, uçak) varsayılan KDV=0 dır (KDV alıcı tarafından kendi ülkesindeki gümrüğe ödenir, satıcıya değil). Kural sonu.<br>Eğer satıcı ve alıcı Avrupa Birliğinde ise ve alıcı bir firma değilse, varsayılan KDV=satılan ürünün KDV dir.Kural sonu.<br>Eğer satıcı ve alıcı Avrupa Birliğindeyse varsayılan KDV=0 dır. Kural sonu.<br>Yoksa önerilen KDV=0 dır. Kural sonu. @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Bu dosyadaki tetikleyiciler <b>%s</b> modülü d TriggerAlwaysActive=Bu dosyadaki tetikleyiciler, etkin Dolibarr modülleri ne olursa olsun her zaman etkindir. TriggerActiveAsModuleActive=Bu dosyadaki tetikleyiciler <b>%s</b> modülü etkinleştirildiğinde etkin olur. GeneratedPasswordDesc=Eğer otomatik olarak yeni bir parola oluşturmak isterseniz burada kullanmak istediğiniz kuralı tanımlayabilirsiniz. -DictionnaryDesc=Burada bütün referans verilerini tanımlayın. Önceden tanımlanmış bilgilere sizinkileri de ekleyebilirsiniz. +DictionaryDesc=Burada bütün referans verilerini tanımlayın. Önceden tanımlanmış bilgilere sizinkileri de ekleyebilirsiniz. ConstDesc=Bu sayfa, önceki sayfalarda mevcut olmayan diğer tüm parametreleri düzenleme olanağı sağlar. İleri geliştiriciler veya sorunbulma için ayrılmış parametrelerdir. OnceSetupFinishedCreateUsers=Uyarı, siz bir Dolibarr yönetici kullanıcısınız. Yönetici kullanıcılar Dolibarr kurulumu yapabilir. Dolibarr’ın olağan kullanımı için, Kullanıcılar ve Gruplar menüsünden oluşturulan yönetici kullanıcı olmayan bir kullanıcının kullanılması önerilir. MiscellaneousDesc=Burada güvenlik ile ilgili diğer tüm parametreleri tanımlayın. diff --git a/htdocs/langs/tr_TR/exports.lang b/htdocs/langs/tr_TR/exports.lang index 1bb7d81b1c294eeda0dbcedc194de33520e3f6ca..4ff834efdaf84b78c62d1e73002fc5fa9825b2ac 100644 --- a/htdocs/langs/tr_TR/exports.lang +++ b/htdocs/langs/tr_TR/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Koddan bulunan üst satır kodu , şu alana eklen SourceRequired=Veri değeri zorunludur SourceExample=Olası veri değeri örneği ExampleAnyRefFoundIntoElement=<b>%s</b> bileşeni için bulunan ilgi -ExampleAnyCodeOrIdFoundIntoDictionnary=<b>%s</b> sözlüğünde bulunan herhangi bir kod +ExampleAnyCodeOrIdFoundIntoDictionary=<b>%s</b> sözlüğünde bulunan herhangi bir kod CSVFormatDesc=<b>Virgülle Ayrılmış Değer</b> dosya biçimi (.csv).<br>Alanların birbirinden ayıraç ile ayrıldığı bir metin dosyası biçimi [ %s ]. Bir alan içeriğinde ayıraç bulunursa, yuvarlatma karakteri ile alan yuvarlanır [ %s ]. Yuvarlatma karakterinden çıkmak için Escape karakteri kullanılır [%s]. Excel95FormatDesc=<b>Excel</b> dosya biçimi (.xls)<br>Doğal Excel 95 biçimi (BIFF5). Excel2007FormatDesc=<b>Excel</b> dosya biçimi (.xlsx)<br>Doğal Excel 2007 biçimi (ÇalışmasayfasıML). diff --git a/htdocs/langs/tr_TR/main.lang b/htdocs/langs/tr_TR/main.lang index 4558f977fe9877fabff3d751f6619f8497e7165d..f77f66b7ac07b146825b9f0494910d5fd6e441a4 100644 --- a/htdocs/langs/tr_TR/main.lang +++ b/htdocs/langs/tr_TR/main.lang @@ -572,7 +572,7 @@ TotalWoman=Toplam TotalMan=Toplam NeverReceived=Hiç alınmadı Canceled=Vazgeçildi -YouCanChangeValuesForThisListFromDictionnarySetup=Bu listedeki değerleri Kurulum->Sözlük kurulumu menüsünden değiştirebilirsiniz +YouCanChangeValuesForThisListFromDictionarySetup=Bu listedeki değerleri Kurulum->Sözlük kurulumu menüsünden değiştirebilirsiniz Color=Renk Documents=Bağlı dosyalar DocumentsNb=Bağlı dosyalar (%s) diff --git a/htdocs/langs/uz_UZ/admin.lang b/htdocs/langs/uz_UZ/admin.lang index b73a7755b90cfdc7a01dd20820d974d72cc84c34..3ec0064ef068dffc82d0aae2a2ced20ac55ca0b8 100644 --- a/htdocs/langs/uz_UZ/admin.lang +++ b/htdocs/langs/uz_UZ/admin.lang @@ -43,8 +43,8 @@ # ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher # ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr version %s or higher # ErrorDecimalLargerThanAreForbidden=Error, a precision higher than <b>%s</b> is not supported. -# DictionnarySetup=Dictionary setup -# Dictionnary=Dictionaries +# DictionarySetup=Dictionary setup +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 # DisableJavascript=Disable JavaScript and Ajax functions @@ -726,34 +726,34 @@ # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -# DictionnaryCompanyType=Company types -# DictionnaryCompanyJuridicalType=Juridical kinds of company -# DictionnaryProspectLevel=Prospect potential level -# DictionnaryCanton=State/Cantons -# DictionnaryRegion=Regions -# DictionnaryCountry=Countries -# DictionnaryCurrency=Currencies -# DictionnaryCivility=Civility title -# DictionnaryActions=Type of agenda events -# DictionnarySocialContributions=Social contributions types -# DictionnaryVAT=VAT Rates or Sales Tax Rates -# DictionnaryRevenueStamp=Amount of revenue stamps -# DictionnaryPaymentConditions=Payment terms -# DictionnaryPaymentModes=Payment modes -# DictionnaryTypeContact=Contact/Address types -# DictionnaryEcotaxe=Ecotax (WEEE) -# DictionnaryPaperFormat=Paper formats -# DictionnaryFees=Type of fees -# DictionnarySendingMethods=Shipping methods -# DictionnaryStaff=Staff -# DictionnaryAvailability=Delivery delay -# DictionnaryOrderMethods=Ordering methods -# DictionnarySource=Origin of proposals/orders -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +# DictionaryCompanyType=Company types +# DictionaryCompanyJuridicalType=Juridical kinds of company +# DictionaryProspectLevel=Prospect potential level +# DictionaryCanton=State/Cantons +# DictionaryRegion=Regions +# DictionaryCountry=Countries +# DictionaryCurrency=Currencies +# DictionaryCivility=Civility title +# DictionaryActions=Type of agenda events +# DictionarySocialContributions=Social contributions types +# DictionaryVAT=VAT Rates or Sales Tax Rates +# DictionaryRevenueStamp=Amount of revenue stamps +# DictionaryPaymentConditions=Payment terms +# DictionaryPaymentModes=Payment modes +# DictionaryTypeContact=Contact/Address types +# DictionaryEcotaxe=Ecotax (WEEE) +# DictionaryPaperFormat=Paper formats +# DictionaryFees=Type of fees +# DictionarySendingMethods=Shipping methods +# DictionaryStaff=Staff +# DictionaryAvailability=Delivery delay +# DictionaryOrderMethods=Ordering methods +# DictionarySource=Origin of proposals/orders +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts # SetupSaved=Setup saved # BackToModuleList=Back to modules list -# BackToDictionnaryList=Back to dictionaries list +# BackToDictionaryList=Back to dictionaries list # VATReceivedOnly=Special rate not charged # VATManagement=VAT Management # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ LocalTax2IsNotUsedExample= # TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules. # TriggerActiveAsModuleActive=Triggers in this file are active as module <b>%s</b> is enabled. # GeneratedPasswordDesc=Define here which rule you want to use to generate new password if you ask to have auto generated password -# DictionnaryDesc=Define here all reference datas. You can complete predefined value with yours. +# DictionaryDesc=Define here all reference datas. You can complete predefined value with yours. # ConstDesc=This page allows you to edit all other parameters not available in previous pages. They are reserved parameters for advanced developers or for troubleshouting. # OnceSetupFinishedCreateUsers=Warning, you are a Dolibarr administrator user. Administrator users are used to setup Dolibarr. For a usual usage of Dolibarr, it is recommended to use a non administrator user created from Users & Groups menu. # MiscellaneousDesc=Define here all other parameters related to security. @@ -1435,7 +1435,7 @@ LocalTax2IsNotUsedExample= # AgendaSetup=Events and agenda module setup # PasswordTogetVCalExport=Key to authorize export link # PastDelayVCalExport=Do not export event older than -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### # ClickToDialDesc=This module allows to add an icon after phone numbers. A click on this icon will call a server with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/uz_UZ/exports.lang b/htdocs/langs/uz_UZ/exports.lang index 3376ce3396c6cfe43bf2858a2abbaf4336695508..17dea3187382f735dc569ec7da7f8b53b9c76465 100644 --- a/htdocs/langs/uz_UZ/exports.lang +++ b/htdocs/langs/uz_UZ/exports.lang @@ -109,7 +109,7 @@ # SourceRequired=Data value is mandatory # SourceExample=Example of possible data value # ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> -# ExampleAnyCodeOrIdFoundIntoDictionnary=Any code (or id) found into dictionnary <b>%s</b> +# ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionnary <b>%s</b> # CSVFormatDesc=<b>Comma Separated Value</b> file format (.csv).<br>This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/uz_UZ/main.lang b/htdocs/langs/uz_UZ/main.lang index 5c3a158d6096c8a6d407395f19dea15e43fee1a3..4d19f1e77120676d3e16a7f26589a6f26e5e0d2b 100644 --- a/htdocs/langs/uz_UZ/main.lang +++ b/htdocs/langs/uz_UZ/main.lang @@ -572,7 +572,7 @@ FormatDateHourText=%d %B %Y %H:%M # TotalMan=Total # NeverReceived=Never received # Canceled=Canceled -# YouCanChangeValuesForThisListFromDictionnarySetup=You can change values for this list from menu setup - dictionnary +# YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu setup - dictionnary # Color=Color # Documents=Linked files # DocumentsNb=Linked files (%s) diff --git a/htdocs/langs/vi_VN/admin.lang b/htdocs/langs/vi_VN/admin.lang index 8eaafb8558a5d5ccbe71c459ee7365866c8e1114..bb3042e1560ce95836ebbc6bb52ede49985cbb5c 100644 --- a/htdocs/langs/vi_VN/admin.lang +++ b/htdocs/langs/vi_VN/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=Thiết lập an nin ErrorModuleRequirePHPVersion=Lỗi, module này yêu cầu phiên bản PHP %s hoặc mới hơn ErrorModuleRequireDolibarrVersion=Lỗi, module này yêu cầu Dolibarr phiên bản %s hoặc mới hơn ErrorDecimalLargerThanAreForbidden=Lỗi, thao tác này có độ ưu tiên cao hơn <b>%s</b> sẽ không được hỗ trợ. -DictionnarySetup=Thiết lập từ điển -Dictionnary=Từ điển +DictionarySetup=Thiết lập từ điển +Dictionary=Từ điển ErrorReservedTypeSystemSystemAuto=Giá trị 'hệ thống' và 'hệ thống tự động' đối với loại đã được lưu trữ. Bạn có thể sử dụng 'người dùng' như là dạng giá trị để thêm vào bản ghi của riêng mình ErrorCodeCantContainZero=Mã lệnh không thể chứa giá trị 0 DisableJavascript=Vô hiệu hóa JavaScript và tính năng Ajax @@ -726,34 +726,34 @@ Module400Name=Các dự án # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -# DictionnaryCompanyType=Company types -# DictionnaryCompanyJuridicalType=Juridical kinds of company -# DictionnaryProspectLevel=Prospect potential level -# DictionnaryCanton=State/Cantons -# DictionnaryRegion=Regions -# DictionnaryCountry=Countries -# DictionnaryCurrency=Currencies -# DictionnaryCivility=Civility title -# DictionnaryActions=Type of agenda events -# DictionnarySocialContributions=Social contributions types -# DictionnaryVAT=VAT Rates or Sales Tax Rates -# DictionnaryRevenueStamp=Amount of revenue stamps -# DictionnaryPaymentConditions=Payment terms -# DictionnaryPaymentModes=Payment modes -# DictionnaryTypeContact=Contact/Address types -# DictionnaryEcotaxe=Ecotax (WEEE) -# DictionnaryPaperFormat=Paper formats -# DictionnaryFees=Type of fees -# DictionnarySendingMethods=Shipping methods -# DictionnaryStaff=Staff -# DictionnaryAvailability=Delivery delay -# DictionnaryOrderMethods=Ordering methods -# DictionnarySource=Origin of proposals/orders -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +# DictionaryCompanyType=Company types +# DictionaryCompanyJuridicalType=Juridical kinds of company +# DictionaryProspectLevel=Prospect potential level +# DictionaryCanton=State/Cantons +# DictionaryRegion=Regions +# DictionaryCountry=Countries +# DictionaryCurrency=Currencies +# DictionaryCivility=Civility title +# DictionaryActions=Type of agenda events +# DictionarySocialContributions=Social contributions types +# DictionaryVAT=VAT Rates or Sales Tax Rates +# DictionaryRevenueStamp=Amount of revenue stamps +# DictionaryPaymentConditions=Payment terms +# DictionaryPaymentModes=Payment modes +# DictionaryTypeContact=Contact/Address types +# DictionaryEcotaxe=Ecotax (WEEE) +# DictionaryPaperFormat=Paper formats +# DictionaryFees=Type of fees +# DictionarySendingMethods=Shipping methods +# DictionaryStaff=Staff +# DictionaryAvailability=Delivery delay +# DictionaryOrderMethods=Ordering methods +# DictionarySource=Origin of proposals/orders +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts # SetupSaved=Setup saved # BackToModuleList=Back to modules list -# BackToDictionnaryList=Back to dictionaries list +# BackToDictionaryList=Back to dictionaries list # VATReceivedOnly=Special rate not charged # VATManagement=VAT Management # VATIsUsedDesc=The VAT rate by default when creating prospects, invoices, orders etc follow the active standard rule:<br>If the seller is not subjected to VAT, then VAT by default=0. End of rule.<br>If the (selling country= buying country), then the VAT by default=VAT of the product in the selling country. End of rule. <br>If seller and buyer in the European Community and goods are transport products (car, ship, plane), the default VAT=0 ( The VAT should be paid by the buyer at the customoffice of his country and not at the seller). End of rule.<br>If seller and buyer in the European Community and buyer is not a company, then the VAT by default=VAT of product sold. End of rule.<br>If seller and buyer in the European Community and buyer is a company, then the VAT by default=0. End of rule.<br>Else the proposed default VAT=0. End of rule. @@ -921,7 +921,7 @@ PhpModules=Module # TriggerAlwaysActive=Triggers in this file are always active, whatever are the activated Dolibarr modules. # TriggerActiveAsModuleActive=Triggers in this file are active as module <b>%s</b> is enabled. # GeneratedPasswordDesc=Define here which rule you want to use to generate new password if you ask to have auto generated password -# DictionnaryDesc=Define here all reference datas. You can complete predefined value with yours. +# DictionaryDesc=Define here all reference datas. You can complete predefined value with yours. # ConstDesc=This page allows you to edit all other parameters not available in previous pages. They are reserved parameters for advanced developers or for troubleshouting. # OnceSetupFinishedCreateUsers=Warning, you are a Dolibarr administrator user. Administrator users are used to setup Dolibarr. For a usual usage of Dolibarr, it is recommended to use a non administrator user created from Users & Groups menu. # MiscellaneousDesc=Define here all other parameters related to security. @@ -1435,7 +1435,7 @@ PhpModules=Module # AgendaSetup=Events and agenda module setup # PasswordTogetVCalExport=Key to authorize export link # PastDelayVCalExport=Do not export event older than -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### # ClickToDialDesc=This module allows to add an icon after phone numbers. A click on this icon will call a server with a particular URL you define below. This can be used to call a call center system from Dolibarr that can call the phone number on a SIP system for example. ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/vi_VN/exports.lang b/htdocs/langs/vi_VN/exports.lang index 01a655dc9733809a06c85fa3d8d579970b7d7d41..5473e21922339e92f02b6957a7c82e34179f81af 100644 --- a/htdocs/langs/vi_VN/exports.lang +++ b/htdocs/langs/vi_VN/exports.lang @@ -109,7 +109,7 @@ LibraryVersion=Phiên bản # SourceRequired=Data value is mandatory # SourceExample=Example of possible data value # ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> -# ExampleAnyCodeOrIdFoundIntoDictionnary=Any code (or id) found into dictionnary <b>%s</b> +# ExampleAnyCodeOrIdFoundIntoDictionary=Any code (or id) found into dictionnary <b>%s</b> # CSVFormatDesc=<b>Comma Separated Value</b> file format (.csv).<br>This is a text file format where fields are separated by separator [ %s ]. If separator is found inside a field content, field is rounded by round character [ %s ]. Escape character to escape round character is [ %s ]. # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/vi_VN/main.lang b/htdocs/langs/vi_VN/main.lang index 79dd3d93e5db0afe403a2ff2601334d051377d89..4813acad04d9042cc28225225955903945616f72 100644 --- a/htdocs/langs/vi_VN/main.lang +++ b/htdocs/langs/vi_VN/main.lang @@ -572,7 +572,7 @@ Unknown=Chưa rõ # TotalMan=Total # NeverReceived=Never received # Canceled=Canceled -# YouCanChangeValuesForThisListFromDictionnarySetup=You can change values for this list from menu setup - dictionnary +# YouCanChangeValuesForThisListFromDictionarySetup=You can change values for this list from menu setup - dictionnary # Color=Color # Documents=Linked files # DocumentsNb=Linked files (%s) diff --git a/htdocs/langs/zh_CN/admin.lang b/htdocs/langs/zh_CN/admin.lang index 4310754d31ca165b16b942d28de8d01b404fbe01..fce716c303012da4556cf1d65f78e6f21cd6fcd1 100644 --- a/htdocs/langs/zh_CN/admin.lang +++ b/htdocs/langs/zh_CN/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=安全设置 ErrorModuleRequirePHPVersion=错误,此模块要求 PHP 版本 %s 或更高 ErrorModuleRequireDolibarrVersion=错误,此模块要求 Dolibarr 版本 %s 或更高 ErrorDecimalLargerThanAreForbidden=错误,不支持超过 <b>%s</b> 的精度。 -DictionnarySetup=选项列表设定 -Dictionnary=选项字典 +DictionarySetup=选项列表设定 +Dictionary=选项字典 ErrorReservedTypeSystemSystemAuto=类型值 'system' 与 'systemauto' 是系统保留值。不能以'user'为值添加您的记录 ErrorCodeCantContainZero=编码不能包含 0 DisableJavascript=禁用 JavaScript 和 Ajax 功能 @@ -726,34 +726,34 @@ Permission55001=阅读调查 Permission55002=创建/修改调查 # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=公司类型 -DictionnaryCompanyJuridicalType=公司法律类型 -DictionnaryProspectLevel=潜在开发潜力 -DictionnaryCanton=州/省 -DictionnaryRegion=地区 -DictionnaryCountry=国家 -DictionnaryCurrency=币别 -DictionnaryCivility=称谓 -DictionnaryActions=日程事件类型 -DictionnarySocialContributions=社会捐助类型 -DictionnaryVAT=增值税或销售税税率 -DictionnaryRevenueStamp=印花税总额 -DictionnaryPaymentConditions=付款条件 -DictionnaryPaymentModes=付款方式 -DictionnaryTypeContact=联络人/地址类型 -DictionnaryEcotaxe=Ecotax 指令 (WEEE) -DictionnaryPaperFormat=纸张格式 -DictionnaryFees=收费类型 -DictionnarySendingMethods=发货方式 -DictionnaryStaff=员工人数 -DictionnaryAvailability=交付迟延 -DictionnaryOrderMethods=排列方法 -DictionnarySource=订单来源方式 -DictionnaryAccountancyplan=账户图表 -DictionnaryAccountancysystem=账户图表模块 +DictionaryCompanyType=公司类型 +DictionaryCompanyJuridicalType=公司法律类型 +DictionaryProspectLevel=潜在开发潜力 +DictionaryCanton=州/省 +DictionaryRegion=地区 +DictionaryCountry=国家 +DictionaryCurrency=币别 +DictionaryCivility=称谓 +DictionaryActions=日程事件类型 +DictionarySocialContributions=社会捐助类型 +DictionaryVAT=增值税或销售税税率 +DictionaryRevenueStamp=印花税总额 +DictionaryPaymentConditions=付款条件 +DictionaryPaymentModes=付款方式 +DictionaryTypeContact=联络人/地址类型 +DictionaryEcotaxe=Ecotax 指令 (WEEE) +DictionaryPaperFormat=纸张格式 +DictionaryFees=收费类型 +DictionarySendingMethods=发货方式 +DictionaryStaff=员工人数 +DictionaryAvailability=交付迟延 +DictionaryOrderMethods=排列方法 +DictionarySource=订单来源方式 +DictionaryAccountancyplan=账户图表 +DictionaryAccountancysystem=账户图表模块 SetupSaved=设定值已储存 BackToModuleList=返回模块列表 -BackToDictionnaryList=回到设定选项列表 +BackToDictionaryList=回到设定选项列表 VATReceivedOnly=特殊税种未收取 VATManagement=增值税管理 VATIsUsedDesc=默认情况下,增值税率在创建报价、账单或订单时遵循当前标准规则:<br>如果卖方如果卖方无需缴纳VAT,VAT默认=0。规则结束。<br>内贸,默认VAT默认=卖方国家的VAT。规则结束。<br>如果买卖双方同处欧盟成员国VAT策略见英文界面。规则结束。规则结束。规则结束。<br>其它情况默认VAT=0。规则结束。 @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=此文件中的触发器将在<b>%s</b>模块禁 TriggerAlwaysActive=此文件中的触发器总是启用,无论 Dolibarr 的各模块是否启用。 TriggerActiveAsModuleActive=此文件中的触发器将于 <b>%s</b> 模块启用后启用。 GeneratedPasswordDesc=在此设定新密码的生成规则,如果您选择使用自动生成的密码。 -DictionnaryDesc=此处可以设置可选字段中的所有可用数据。您可以通过自定义值来完善程序的预制设置。 +DictionaryDesc=此处可以设置可选字段中的所有可用数据。您可以通过自定义值来完善程序的预制设置。 ConstDesc=此页中您可以编辑前几页中没有的其它所有参数。他们是供开发人员调试用的保留参数。 OnceSetupFinishedCreateUsers=警告,您是 Dolibarr 管理员用户。管理员用户被用来安装设置 Dolibarr 。Dolibarr 的日常使用,推荐通过用户/组菜创建的非管理员用户进行。 MiscellaneousDesc=在这里定义与安全有关的所有其他参数。 diff --git a/htdocs/langs/zh_CN/exports.lang b/htdocs/langs/zh_CN/exports.lang index a3bf64e7934a4e325c271cf3604653eba4355ed0..570499fd70190553877b703aa00bc9dd80dc96b5 100644 --- a/htdocs/langs/zh_CN/exports.lang +++ b/htdocs/langs/zh_CN/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=ID从父行代码中发现,将被插入到下 SourceRequired=数据值是强制性的 SourceExample=例如可能的数据值 ExampleAnyRefFoundIntoElement=任何ref元素<b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=发现任何代码(或ID)dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=发现任何代码(或ID)dictionnary <b>%s</b> CSVFormatDesc=<b>逗号分隔值</b>文件格式(。csv格式)。 <br>这是一个文本文件格式字段被分隔在[%s]分开。如果一个字段分隔符是里面的内容发现,现场是圆形的圆字[%s]。字符转义字符是为了逃避轮[%s]。 Excel95FormatDesc=<b>Excel</b> 文件格式 (.xls)<br>这是本地的Excel 95格式 (BIFF5).\n Excel2007FormatDesc=<b>Excel</b>文件格式(.XLSX)<br>这是本地的Excel 2007格式(SpreadsheetML)。 diff --git a/htdocs/langs/zh_CN/main.lang b/htdocs/langs/zh_CN/main.lang index 353c2d6b702e8823fbb8190862ce1e208cd5049a..5b827554b2e8918253cc5d8ca2df7eec6e14bacd 100644 --- a/htdocs/langs/zh_CN/main.lang +++ b/htdocs/langs/zh_CN/main.lang @@ -572,7 +572,7 @@ TotalWoman=总 TotalMan=总 NeverReceived=从未收到 Canceled=取消 -YouCanChangeValuesForThisListFromDictionnarySetup=你可以从菜单中更改此设置列表值 - dictionnary +YouCanChangeValuesForThisListFromDictionarySetup=你可以从菜单中更改此设置列表值 - dictionnary Color=彩色 Documents=链接的文件 DocumentsNb=(%s的链接文件) diff --git a/htdocs/langs/zh_TW/admin.lang b/htdocs/langs/zh_TW/admin.lang index 18f5e8609d9848a64b27788f112caf9eb1bcf853..ffd1471d24c2ec79369044d36c0cdbf650ef7e2f 100644 --- a/htdocs/langs/zh_TW/admin.lang +++ b/htdocs/langs/zh_TW/admin.lang @@ -43,8 +43,8 @@ SecuritySetup=安全設置 ErrorModuleRequirePHPVersion=錯誤,這個模組需要的PHP版本是%s或更高 ErrorModuleRequireDolibarrVersion=錯誤,這個模組需要Dolibarr%s或更高版本 ErrorDecimalLargerThanAreForbidden=錯誤<b>,1%的</b>精度高於不支持。 -DictionnarySetup=設定選項清單 -# Dictionnary=Dictionaries +DictionarySetup=設定選項清單 +# Dictionary=Dictionaries # ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # ErrorCodeCantContainZero=Code can't contain value 0 DisableJavascript=禁用JavaScript和Ajax功能 @@ -726,34 +726,34 @@ Permission50202=進口交易 # Permission55002=Create/modify surveys # Permission59001=Read commercial margins # Permission59002=Define commercial margins -DictionnaryCompanyType=公司類型 -DictionnaryCompanyJuridicalType=公司法人種 -DictionnaryProspectLevel=展望潛在水平 -DictionnaryCanton=國家/州 -DictionnaryRegion=地區 -DictionnaryCountry=國家 -DictionnaryCurrency=幣別 -DictionnaryCivility=稱謂 -DictionnaryActions=操作列表 -DictionnarySocialContributions=社會捐助類型 -DictionnaryVAT=營業稅率 -# DictionnaryRevenueStamp=Amount of revenue stamps -DictionnaryPaymentConditions=付款條件 -DictionnaryPaymentModes=付款方式 -DictionnaryTypeContact=聯絡人類型 -DictionnaryEcotaxe=Ecotax指令(WEEE) -DictionnaryPaperFormat=文件格式 -DictionnaryFees=收費類型 -DictionnarySendingMethods=出貨方式 -DictionnaryStaff=員工人數 -DictionnaryAvailability=遲延交付 -DictionnaryOrderMethods=排列方法 -DictionnarySource=訂單來源方式 -# DictionnaryAccountancyplan=Chart of accounts -# DictionnaryAccountancysystem=Models for chart of accounts +DictionaryCompanyType=公司類型 +DictionaryCompanyJuridicalType=公司法人種 +DictionaryProspectLevel=展望潛在水平 +DictionaryCanton=國家/州 +DictionaryRegion=地區 +DictionaryCountry=國家 +DictionaryCurrency=幣別 +DictionaryCivility=稱謂 +DictionaryActions=操作列表 +DictionarySocialContributions=社會捐助類型 +DictionaryVAT=營業稅率 +# DictionaryRevenueStamp=Amount of revenue stamps +DictionaryPaymentConditions=付款條件 +DictionaryPaymentModes=付款方式 +DictionaryTypeContact=聯絡人類型 +DictionaryEcotaxe=Ecotax指令(WEEE) +DictionaryPaperFormat=文件格式 +DictionaryFees=收費類型 +DictionarySendingMethods=出貨方式 +DictionaryStaff=員工人數 +DictionaryAvailability=遲延交付 +DictionaryOrderMethods=排列方法 +DictionarySource=訂單來源方式 +# DictionaryAccountancyplan=Chart of accounts +# DictionaryAccountancysystem=Models for chart of accounts SetupSaved=設定值已儲存 BackToModuleList=返回模組列表 -BackToDictionnaryList=回到設定選項列表 +BackToDictionaryList=回到設定選項列表 VATReceivedOnly=營業稅不收費 VATManagement=營業稅管理 VATIsUsedDesc=預設情況下,營業稅率創造前景時,發票,訂單等後續活動的標準規定: <br>如果賣方遭受營業稅,那麼預設值= 0營業稅。結束統治。 <br>如果(國家=購買國出售),則預設營業稅=銷售的國產品的營業稅。結束統治。 <br>如果賣方和買方歐洲共同體和貨物運輸銷售有新的手段(車,船,飛機),預設的營業稅= 0(應支付的營業稅在他的國家customoffice買方和賣方在不)。結束統治。 <br>如果賣方在歐洲共同體和交通工具,而不是其他方式的新途徑出售的商品,則預設營業稅=產品營業稅買方出售。結束統治。 <br>其他建議的預設營業稅= 1。結束統治。 @@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=在這個文件觸發器被禁用的模組<b>%s< TriggerAlwaysActive=在這個文件觸發器總是活躍,無論是激活Dolibarr模組。 TriggerActiveAsModuleActive=在這個文件中啟用觸發器活躍模組<b>%s</b>是。 GeneratedPasswordDesc=這裡定義的規定,你要用來生成新的密碼,如果你問有自動生成的密碼 -DictionnaryDesc=您可以在這裡新定義或修改表單中會用到選項清單,如營業稅率、語系等等。 +DictionaryDesc=您可以在這裡新定義或修改表單中會用到選項清單,如營業稅率、語系等等。 ConstDesc=此頁面允許你編輯所有沒有先前網頁提供的其他參數。他們是保留給高級開發人員或troubleshouting參數。 OnceSetupFinishedCreateUsers=警告,你是一個Dolibarr管理員用戶。管理員用戶用於安裝Dolibarr。對於通常使用的Dolibarr,建議使用非管理員用戶從菜單中創建用戶和組。 MiscellaneousDesc=定義在這裡與安全有關的所有其他參數。 @@ -1435,7 +1435,7 @@ AccountancyCode=會計準則 AgendaSetup=模組設置的行動和議程 PasswordTogetVCalExport=授權出口的關鍵環節 PastDelayVCalExport=不要以上出口事件 -# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionnary->llx_c_actioncomm) +# AGENDA_USE_EVENT_TYPE=Use events types (managed into Configuration->Dictionary->llx_c_actioncomm) ##### ClickToDial ##### ClickToDialDesc=這個模組允許添加後Dolibarr聯繫電話號碼的圖標。關於這個圖標,會調用一個特定的URL serveur您定義如下。這可以用來調用一個從Dolibarr呼叫中心繫統,可致電1例如SIP系統的電話號碼。 ##### Point Of Sales (CashDesk) ##### diff --git a/htdocs/langs/zh_TW/exports.lang b/htdocs/langs/zh_TW/exports.lang index c54748e6bae81c146ec91cc3bb9143f2a6326ddc..d9d96213bc3e3f11224ec2d7a33eb27577d21094 100644 --- a/htdocs/langs/zh_TW/exports.lang +++ b/htdocs/langs/zh_TW/exports.lang @@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=ID從父行代碼中發現,將被插入到下 SourceRequired=資料值是強制性的 SourceExample=可能的資料值範例 ExampleAnyRefFoundIntoElement=任何ref元素<b>%s</b> -ExampleAnyCodeOrIdFoundIntoDictionnary=發現任何代碼(或ID)dictionnary <b>%s</b> +ExampleAnyCodeOrIdFoundIntoDictionary=發現任何代碼(或ID)dictionnary <b>%s</b> CSVFormatDesc=<b>逗號分隔</b>檔案格式(csv格式)。 <br>這是一個被[%s]所分隔的存文字格式檔案。如果欄位內容本身含有分隔字元,則此分隔字元會被[%s]所包圍。用來 escape 包圍用的Escape 字元為[%s]。 # Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML). diff --git a/htdocs/langs/zh_TW/main.lang b/htdocs/langs/zh_TW/main.lang index 791394d1b3c81a82bfc85c27962a60cb267f9885..2ea2c2473735b07a39780aa70dad3c1a1524327b 100644 --- a/htdocs/langs/zh_TW/main.lang +++ b/htdocs/langs/zh_TW/main.lang @@ -572,7 +572,7 @@ TotalWoman=全部 TotalMan=全部 NeverReceived=從未收到 Canceled=取消 -YouCanChangeValuesForThisListFromDictionnarySetup=你可以藉由"設定->設定選項選單"來更改這些選項值(需管理者權限)。 +YouCanChangeValuesForThisListFromDictionarySetup=你可以藉由"設定->設定選項選單"來更改這些選項值(需管理者權限)。 Color=彩色 Documents=附件(文件) DocumentsNb=(%s的鏈接文件) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 021e3a2688ba084cafede42dd31189814cfaa725..d909918aa6518d4378afa3b44806582e6cabf764 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -842,7 +842,7 @@ else // Origin country print '<td>'.$langs->trans("CountryOrigin").'</td><td>'; print $form->select_country(GETPOST('country_id','int'),'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // Other attributes @@ -1069,7 +1069,7 @@ else // Origin country print '<td>'.$langs->trans("CountryOrigin").'</td><td>'; print $form->select_country($object->country_id,'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // Other attributes diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index 38d25ea70cd6421daee0de5289722d4c2b73befb..c87b3a0658551b0638b5caa3b50a1cb8c8900f7a 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -201,7 +201,7 @@ if ($action == 'create') // Country print '<tr><td width="25%">'.$langs->trans('Country').'</td><td colspan="3">'; print $form->select_country($object->country_id?$object->country_id:$mysoc->country_code,'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; print '<tr><td>'.$langs->trans("Status").'</td><td colspan="3">'; @@ -534,7 +534,7 @@ else // Country print '<tr><td width="25%">'.$langs->trans('Country').'</td><td colspan="3">'; print $form->select_country($object->country_id?$object->country_id:$mysoc->country_code,'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; print '<tr><td width="20%">'.$langs->trans("Status").'</td><td colspan="3">'; diff --git a/htdocs/societe/canvas/actions_card_common.class.php b/htdocs/societe/canvas/actions_card_common.class.php index 7bc1ac8fef1f2c7b3dfa2d1a7f90fa01ef52d384..b7cde7e612ca43d877919afbd1444c07db2326ea 100644 --- a/htdocs/societe/canvas/actions_card_common.class.php +++ b/htdocs/societe/canvas/actions_card_common.class.php @@ -494,7 +494,7 @@ abstract class ActionsCardCommon $this->tpl['select_country'] = $form->select_country($this->object->country_id,'country_id'); $countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')'; - if ($user->admin) $this->tpl['info_admin'] = info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) $this->tpl['info_admin'] = info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); // State if ($this->object->country_id) $this->tpl['select_state'] = $formcompany->select_state($this->object->state_id,$this->object->country_code); diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index cb5d2dfb1bc75b873bca3285c8e06af49ab7574d..4b56eea301e984a4e6bf9599b00522105cd06e4c 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -842,7 +842,7 @@ else // Country print '<tr><td width="25%">'.$langs->trans('Country').'</td><td colspan="3" class="maxwidthonsmartphone">'; print $form->select_country((GETPOST('country_id')!=''?GETPOST('country_id'):$object->country_id),'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State @@ -930,11 +930,11 @@ else // Type - Size print '<tr><td>'.$langs->trans("ThirdPartyType").'</td><td>'."\n"; print $form->selectarray("typent_id", $formcompany->typent_array(0), $object->typent_id, 0, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT)?'ASC':$conf->global->SOCIETE_SORT_ON_TYPEENT)); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td>'; print '<td>'.$langs->trans("Staff").'</td><td>'; print $form->selectarray("effectif_id", $formcompany->effectif_array(0), $object->effectif_id); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // Legal Form @@ -1267,7 +1267,7 @@ else // Country print '<tr><td>'.$langs->trans('Country').'</td><td colspan="3">'; print $form->select_country((GETPOST('country_id')!=''?GETPOST('country_id'):$object->country_id),'country_id'); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; // State @@ -1387,11 +1387,11 @@ else // Type - Size print '<tr><td>'.$langs->trans("ThirdPartyType").'</td><td>'; print $form->selectarray("typent_id",$formcompany->typent_array(0), $object->typent_id, 0, 0, 0, '', 0, 0, 0, (empty($conf->global->SOCIETE_SORT_ON_TYPEENT)?'ASC':$conf->global->SOCIETE_SORT_ON_TYPEENT)); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td>'; print '<td>'.$langs->trans("Staff").'</td><td>'; print $form->selectarray("effectif_id",$formcompany->effectif_array(0), $object->effectif_id); - if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); + if ($user->admin) print info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1); print '</td></tr>'; print '<tr><td>'.$langs->trans('JuridicalStatus').'</td><td colspan="3">';