fix misspelled words

This commit is contained in:
Grand Philippe 2014-02-05 17:53:30 +01:00
parent a146af5086
commit 1855ba556a
140 changed files with 1250 additions and 1250 deletions

View File

@ -806,7 +806,7 @@ For developers:
- New: Support a backtopage parameter on contact creation page. - New: Support a backtopage parameter on contact creation page.
- New: Add id on div to show logo. - New: Add id on div to show logo.
- New: Install wizard can activate a module at end of install. - 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). page navigation).
- New: Add api to draw graphics with javascript (using Jquery Flot). - New: Add api to draw graphics with javascript (using Jquery Flot).
- New: Can add user login into menu urls added by modules. - New: Can add user login into menu urls added by modules.

View File

@ -296,7 +296,7 @@ abstract class ActionsAdherentCardCommon
$this->tpl['select_country'] = $form->select_country($this->object->country_id,'country_id'); $this->tpl['select_country'] = $form->select_country($this->object->country_id,'country_id');
$countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')'; $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 // State
if ($this->object->country_id) $this->tpl['select_state'] = $formcompany->select_state($this->object->state_id,$this->object->country_code); if ($this->object->country_id) $this->tpl['select_state'] = $formcompany->select_state($this->object->state_id,$this->object->country_code);

View File

@ -834,7 +834,7 @@ else
$object->country_id=$object->country_id?$object->country_id:$mysoc->country_id; $object->country_id=$object->country_id?$object->country_id:$mysoc->country_id;
print '<tr><td width="25%">'.$langs->trans('Country').'</td><td>'; 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'); 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>'; print '</td></tr>';
// State // 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 //$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 '<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'); 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>'; print '</td></tr>';
// State // State

View File

@ -295,7 +295,7 @@ if ($action == 'edit' || $action == 'updateedit')
print '<tr '.$bc[$var].'><td class="fieldrequired">'.$langs->trans("Country").'</td><td class="maxwidthonsmartphone">'; 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 //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'); 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"; print '</td></tr>'."\n";
$var=!$var; $var=!$var;

View File

@ -102,31 +102,31 @@ $tabname[25]= MAIN_DB_PREFIX."c_revenuestamp";
// Dictionary labels // Dictionary labels
$tablib=array(); $tablib=array();
$tablib[1] = "DictionnaryCompanyJuridicalType"; $tablib[1] = "DictionaryCompanyJuridicalType";
$tablib[2] = "DictionnaryCanton"; $tablib[2] = "DictionaryCanton";
$tablib[3] = "DictionnaryRegion"; $tablib[3] = "DictionaryRegion";
$tablib[4] = "DictionnaryCountry"; $tablib[4] = "DictionaryCountry";
$tablib[5] = "DictionnaryCivility"; $tablib[5] = "DictionaryCivility";
$tablib[6] = "DictionnaryActions"; $tablib[6] = "DictionaryActions";
$tablib[7] = "DictionnarySocialContributions"; $tablib[7] = "DictionarySocialContributions";
$tablib[8] = "DictionnaryCompanyType"; $tablib[8] = "DictionaryCompanyType";
$tablib[9] = "DictionnaryCurrency"; $tablib[9] = "DictionaryCurrency";
$tablib[10]= "DictionnaryVAT"; $tablib[10]= "DictionaryVAT";
$tablib[11]= "DictionnaryTypeContact"; $tablib[11]= "DictionaryTypeContact";
$tablib[12]= "DictionnaryPaymentConditions"; $tablib[12]= "DictionaryPaymentConditions";
$tablib[13]= "DictionnaryPaymentModes"; $tablib[13]= "DictionaryPaymentModes";
$tablib[14]= "DictionnaryEcotaxe"; $tablib[14]= "DictionaryEcotaxe";
$tablib[15]= "DictionnaryPaperFormat"; $tablib[15]= "DictionaryPaperFormat";
$tablib[16]= "DictionnaryProspectLevel"; $tablib[16]= "DictionaryProspectLevel";
$tablib[17]= "DictionnaryFees"; $tablib[17]= "DictionaryFees";
$tablib[18]= "DictionnarySendingMethods"; $tablib[18]= "DictionarySendingMethods";
$tablib[19]= "DictionnaryStaff"; $tablib[19]= "DictionaryStaff";
$tablib[20]= "DictionnaryOrderMethods"; $tablib[20]= "DictionaryOrderMethods";
$tablib[21]= "DictionnaryAvailability"; $tablib[21]= "DictionaryAvailability";
$tablib[22]= "DictionnarySource"; $tablib[22]= "DictionarySource";
$tablib[23]= "DictionnaryAccountancyplan"; $tablib[23]= "DictionaryAccountancyplan";
$tablib[24]= "DictionnaryAccountancysystem"; $tablib[24]= "DictionaryAccountancysystem";
$tablib[25]= "DictionnaryRevenueStamp"; $tablib[25]= "DictionaryRevenueStamp";
// Requete pour extraction des donnees des dictionnaires // Requete pour extraction des donnees des dictionnaires
$tabsql=array(); $tabsql=array();
@ -655,18 +655,18 @@ $formadmin=new FormAdmin($db);
llxHeader(); llxHeader();
$titre=$langs->trans("DictionnarySetup"); $titre=$langs->trans("DictionarySetup");
$linkback=''; $linkback='';
if ($id) if ($id)
{ {
$titre.=' - '.$langs->trans($tablib[$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'); print_fiche_titre($titre,$linkback,'setup');
if (empty($id)) if (empty($id))
{ {
print $langs->trans("DictionnaryDesc"); print $langs->trans("DictionaryDesc");
print " ".$langs->trans("OnlyActiveElementsAreShown")."<br>\n"; print " ".$langs->trans("OnlyActiveElementsAreShown")."<br>\n";
} }
print "<br>\n"; print "<br>\n";
@ -1148,7 +1148,7 @@ else
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
//print '<td>'.$langs->trans("Module").'</td>'; //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 '<td>'.$langs->trans("Table").'</td>';
print '</tr>'; print '</tr>';
@ -1181,7 +1181,7 @@ else
print '<td>'; print '<td>';
/*if (empty($tabcond[$i])) /*if (empty($tabcond[$i]))
{ {
print info_admin($langs->trans("DictionnaryDisabledSinceNoModuleNeedIt"),1); print info_admin($langs->trans("DictionaryDisabledSinceNoModuleNeedIt"),1);
}*/ }*/
print '</td>'; print '</td>';
print '<td>'.$tabname[$i].'</td></tr>'; print '<td>'.$tabname[$i].'</td></tr>';

View File

@ -110,7 +110,7 @@ if ($action == 'edit') // Edit
// Misc options // Misc options
print_fiche_titre($langs->trans("DictionnaryPaperFormat"),'','').'<br>'; print_fiche_titre($langs->trans("DictionaryPaperFormat"),'','').'<br>';
$var=true; $var=true;
print '<table summary="more" class="noborder" width="100%">'; 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>'; 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 // Show pdf format
$var=!$var; $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 $formadmin->select_paper_format($selected,'MAIN_PDF_FORMAT');
print '</td></tr>'; print '</td></tr>';
@ -262,14 +262,14 @@ else // Show
$var=true; $var=true;
// Misc options // Misc options
print_fiche_titre($langs->trans("DictionnaryPaperFormat"),'','').'<br>'; print_fiche_titre($langs->trans("DictionaryPaperFormat"),'','').'<br>';
$var=true; $var=true;
print '<table summary="more" class="noborder" width="100%">'; 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>'; print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td width="200px">'.$langs->trans("Value").'</td></tr>';
// Show pdf format // Show pdf format
$var=!$var; $var=!$var;
print '<tr '.$bc[$var].'><td>'.$langs->trans("DictionnaryPaperFormat").'</td><td>'; print '<tr '.$bc[$var].'><td>'.$langs->trans("DictionaryPaperFormat").'</td><td>';
$pdfformatlabel=''; $pdfformatlabel='';
if (empty($conf->global->MAIN_PDF_FORMAT)) if (empty($conf->global->MAIN_PDF_FORMAT))

View File

@ -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. // 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. // This is to avoid too heavy screens and have an uniform look and feel for all screens.
//print '</td><td>'; //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>'; print '</td></tr>';
// Project // Project

View File

@ -277,7 +277,7 @@ if ($action == 'create')
} }
else if (empty($selectedcode)) $selectedcode=$mysoc->country_code; else if (empty($selectedcode)) $selectedcode=$mysoc->country_code;
print $form->select_country($selectedcode,'account_country_id'); 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>'; print '</td></tr>';
// State // State
@ -550,7 +550,7 @@ else
if (isset($_POST["account_country_id"])) $selectedcode=$_POST["account_country_id"]; if (isset($_POST["account_country_id"])) $selectedcode=$_POST["account_country_id"];
else if (empty($selectedcode)) $selectedcode=$mysoc->country_code; else if (empty($selectedcode)) $selectedcode=$mysoc->country_code;
print $form->select_country($selectedcode,'account_country_id'); 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>'; print '</td></tr>';
// State // State

View File

@ -296,7 +296,7 @@ abstract class ActionsContactCardCommon
$this->tpl['select_country'] = $form->select_country($this->object->country_id,'country_id'); $this->tpl['select_country'] = $form->select_country($this->object->country_id,'country_id');
$countrynotdefined = $langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')'; $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 // State
if ($this->object->country_id) $this->tpl['select_state'] = $formcompany->select_state($this->object->fk_departement,$this->object->country_code); if ($this->object->country_id) $this->tpl['select_state'] = $formcompany->select_state($this->object->fk_departement,$this->object->country_code);

View File

@ -482,7 +482,7 @@ else
// Country // Country
print '<tr><td>'.$langs->trans("Country").'</td><td colspan="'.$colspan.'" class="maxwidthonsmartphone">'; 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'); 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>'; print '</td></tr>';
// State // State
@ -688,7 +688,7 @@ else
// Country // Country
print '<tr><td>'.$langs->trans("Country").'</td><td colspan="2" class="maxwidthonsmartphone">'; 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'); 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>'; print '</td></tr>';
// State // State

View File

@ -572,7 +572,7 @@ class Form
print '>'.$langs->trans("Service"); print '>'.$langs->trans("Service");
print '</select>'; 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)) if (! $forceall && empty($conf->product->enabled) && ! empty($conf->service->enabled))
{ {
@ -662,7 +662,7 @@ class Form
} }
print '</select>'; 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 '</option>';
} }
print '</select>'; 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 '</option>';
} }
print '</select>'; 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 '</option>';
} }
print '</select>'; 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 '</option>';
} }
print '</select>'; 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.= '</option>';
} }
$out.= '</select>'; $out.= '</select>';
if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
return $out; return $out;
} }

View File

@ -233,7 +233,7 @@ class FormActions
if ($selected == 'auto') $selected='AC_OTH_AUTO'; if ($selected == 'auto') $selected='AC_OTH_AUTO';
print $form->selectarray($htmlname, $arraylist, $selected); 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);
} }
} }

View File

@ -274,7 +274,7 @@ class FormCompany
} }
} }
if (! empty($htmlname)) $out.= '</select>'; 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 else
{ {
@ -395,7 +395,7 @@ class FormCompany
} }
} }
$out.= '</select>'; $out.= '</select>';
if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
} }
else else
{ {
@ -488,7 +488,7 @@ class FormCompany
} }
} }
$out.= '</select>'; $out.= '</select>';
if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionnarySetup"),1); if ($user->admin) $out.= info_admin($langs->trans("YouCanChangeValuesForThisListFromDictionarySetup"),1);
$out.= '</div>'; $out.= '</div>';
} }
else else

View File

@ -1088,7 +1088,7 @@ class FormOther
* Return a HTML select list of bank accounts * Return a HTML select list of bank accounts
* *
* @param string $htmlname Name of select zone * @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 $keyfield Field for key
* @param string $labelfield Label field * @param string $labelfield Label field
* @param string $selected Selected value * @param string $selected Selected value
@ -1138,7 +1138,7 @@ class FormOther
} }
else else
{ {
print $langs->trans("DictionnaryEmpty"); print $langs->trans("DictionaryEmpty");
} }
} }
else { else {

View File

@ -99,7 +99,7 @@ class FormSocialContrib
$i++; $i++;
} }
print '</select>'; 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 else
{ {

View File

@ -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', 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', 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', 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__); 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 -- 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__); 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__);

View File

@ -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/pdf.php?mainmenu=home", $langs->trans("PDF"),1);
$newmenu->add("/admin/mails.php?mainmenu=home", $langs->trans("Emails"),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/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); $newmenu->add("/admin/const.php?mainmenu=home", $langs->trans("OtherSetup"),1);
} }

View File

@ -122,7 +122,7 @@ class MenuManager
$this->menu->add("/admin/pdf.php?mainmenu=home", $langs->trans("PDF"),1); $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/mails.php?mainmenu=home", $langs->trans("Emails"),1);
$this->menu->add("/admin/sms.php?mainmenu=home", $langs->trans("SMS"),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); $this->menu->add("/admin/const.php?mainmenu=home", $langs->trans("OtherSetup"),1);
// ***** END ***** // ***** END *****

View File

@ -398,8 +398,8 @@ class modSociete extends DolibarrModules
// End add extra fields // 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_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( $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_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'=>'DictionnaryCountry'), '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.fk_stcomm'=>array('rule'=>'zeroifnull'),
's.code_client'=>array('rule'=>'getcustomercodeifnull'), 's.code_client'=>array('rule'=>'getcustomercodeifnull'),
's.code_fournisseur'=>array('rule'=>'getsuppliercodeifnull'), '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_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( $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_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_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]$'); $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]$');

View File

@ -154,7 +154,7 @@ class modStock extends DolibarrModules
); );
$this->import_convertvalue_array[$r]=array( $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_regex_array[$r]=array('e.statut'=>'^[0|1]');
$this->import_examplevalues_array[$r]=array('e.label'=>"ALM001", $this->import_examplevalues_array[$r]=array('e.label'=>"ALM001",

View File

@ -653,7 +653,7 @@ if ($action == 'create')
print '<td colspan="3">'; print '<td colspan="3">';
$expe->fetch_delivery_methods(); $expe->fetch_delivery_methods();
print $form->selectarray("shipping_method_id",$expe->meths,GETPOST('shipping_method_id','int'),1,0,0,"",1); 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"; print "</td></tr>\n";
// Tracking number // Tracking number
@ -1152,7 +1152,7 @@ else if ($id || $ref)
print '<input type="hidden" name="action" value="setshipping_method_id">'; print '<input type="hidden" name="action" value="setshipping_method_id">';
$object->fetch_delivery_methods(); $object->fetch_delivery_methods();
print $form->selectarray("shipping_method_id",$object->meths,$object->shipping_method_id,1,0,0,"",1); 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 '<input type="submit" class="button" value="'.$langs->trans('Modify').'">';
print '</form>'; print '</form>';
} }

View File

@ -80,7 +80,7 @@ $entitytolang = array(
'member_type' => 'MemberType', 'member_type' => 'MemberType',
'subscription' => 'Subscription', 'subscription' => 'Subscription',
'tax' => 'SocialContribution', 'tax' => 'SocialContribution',
'tax_type' => 'DictionnarySocialContributions', 'tax_type' => 'DictionarySocialContributions',
'account' => 'BankTransactions', 'account' => 'BankTransactions',
'payment' => 'Payment', 'payment' => 'Payment',
'product' => 'Product', 'product' => 'Product',

View File

@ -57,7 +57,7 @@ $entitytolang=array( // Translation code
'order'=>'Order','order_line'=>'OrderLine', 'order'=>'Order','order_line'=>'OrderLine',
'intervention'=>'Intervention' ,'inter_line'=>'InterLine', 'intervention'=>'Intervention' ,'inter_line'=>'InterLine',
'member'=>'Member','member_type'=>'MemberType','subscription'=>'Subscription', 'member'=>'Member','member_type'=>'MemberType','subscription'=>'Subscription',
'tax'=>'SocialContribution','tax_type'=>'DictionnarySocialContributions', 'tax'=>'SocialContribution','tax_type'=>'DictionarySocialContributions',
'account'=>'BankTransactions', 'account'=>'BankTransactions',
'payment'=>'Payment', 'payment'=>'Payment',
'product'=>'Product','stock'=>'Stock','warehouse'=>'Warehouse', 'product'=>'Product','stock'=>'Stock','warehouse'=>'Warehouse',
@ -890,7 +890,7 @@ if ($step == 4 && $datatoimport)
else 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']=='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>'; $htmltext.='<br>';
// Target field info // Target field info

View File

@ -43,8 +43,8 @@ SecuritySetup=الإعداد الأمني
ErrorModuleRequirePHPVersion=خطأ ، وهذا يتطلب وحدة PHP نسخة ثانية أو أعلى ٪ ErrorModuleRequirePHPVersion=خطأ ، وهذا يتطلب وحدة PHP نسخة ثانية أو أعلى ٪
ErrorModuleRequireDolibarrVersion=خطأ ، وهذا يتطلب وحدة Dolibarr نسخة ثانية أو أعلى ٪ ErrorModuleRequireDolibarrVersion=خطأ ، وهذا يتطلب وحدة Dolibarr نسخة ثانية أو أعلى ٪
ErrorDecimalLargerThanAreForbidden=خطأ ، وهو أعلى من الدقة <b>٪</b> ق غير مدعوم. ErrorDecimalLargerThanAreForbidden=خطأ ، وهو أعلى من الدقة <b>٪</b> ق غير مدعوم.
DictionnarySetup=قاموس الإعداد DictionarySetup=قاموس الإعداد
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=جافا سكريبت تعطيل وظائف اياكس DisableJavascript=جافا سكريبت تعطيل وظائف اياكس
@ -726,34 +726,34 @@ Permission50202=استيراد المعاملات
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=أنواع الشركة DictionaryCompanyType=أنواع الشركة
DictionnaryCompanyJuridicalType=أنواع القانوني للشركة DictionaryCompanyJuridicalType=أنواع القانوني للشركة
DictionnaryProspectLevel=آفاق محتملة المستوى DictionaryProspectLevel=آفاق محتملة المستوى
DictionnaryCanton=الدولة / الكانتونات DictionaryCanton=الدولة / الكانتونات
DictionnaryRegion=المناطق DictionaryRegion=المناطق
DictionnaryCountry=البلدان DictionaryCountry=البلدان
DictionnaryCurrency=العملات DictionaryCurrency=العملات
DictionnaryCivility=عنوان الكياسة DictionaryCivility=عنوان الكياسة
DictionnaryActions=الإجراءات القائمة DictionaryActions=الإجراءات القائمة
DictionnarySocialContributions=أنواع المساهمات الاجتماعية DictionarySocialContributions=أنواع المساهمات الاجتماعية
DictionnaryVAT=معدلات ضريبة القيمة المضافة DictionaryVAT=معدلات ضريبة القيمة المضافة
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=شروط الدفع DictionaryPaymentConditions=شروط الدفع
DictionnaryPaymentModes=طرق الدفع DictionaryPaymentModes=طرق الدفع
DictionnaryTypeContact=أنواع الاتصال DictionaryTypeContact=أنواع الاتصال
DictionnaryEcotaxe=الضرائب الإيكولوجية (WEEE) DictionaryEcotaxe=الضرائب الإيكولوجية (WEEE)
DictionnaryPaperFormat=الصيغة الورقية DictionaryPaperFormat=الصيغة الورقية
DictionnaryFees=نوع من الرسوم DictionaryFees=نوع من الرسوم
DictionnarySendingMethods=طرق الإرسال DictionarySendingMethods=طرق الإرسال
DictionnaryStaff=العاملين DictionaryStaff=العاملين
DictionnaryAvailability=تأخير تسليم DictionaryAvailability=تأخير تسليم
DictionnaryOrderMethods=ترتيب طرق DictionaryOrderMethods=ترتيب طرق
DictionnarySource=الأصل من مقترحات / أوامر DictionarySource=الأصل من مقترحات / أوامر
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=الإعداد المحفوظة SetupSaved=الإعداد المحفوظة
BackToModuleList=العودة إلى قائمة الوحدات BackToModuleList=العودة إلى قائمة الوحدات
BackToDictionnaryList=العودة إلى قائمة معاجم BackToDictionaryList=العودة إلى قائمة معاجم
VATReceivedOnly=سعر خاص لا تحمل VATReceivedOnly=سعر خاص لا تحمل
VATManagement=إدارة الضريبة على القيمة المضافة VATManagement=إدارة الضريبة على القيمة المضافة
VATIsUsedDesc=معدل ضريبة القيمة المضافة بشكل افتراضي عند إنشاء الآفاق ، والفواتير ، وما يتبع أوامر النشطة القياسية للمادة : <br> إذا كان البائع هو تعرض لضريبة القيمة المضافة ، وضريبة القيمة المضافة بعد ذلك تلقائيا= 0. نهاية المادة. <br> إذا كان (بيع وشراء= بلد في البلد) ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة من بيع المنتج في البلد. نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية ، وبيعت البضاعة الجديدة بعد أن وسائل النقل (السيارات ، والسفن ، والطائرات) ، الافتراضي= 0 ضريبة القيمة المضافة (ضريبة القيمة المضافة وينبغي أن تدفع من قبل المشتري في customoffice بلاده وليس على البائع . نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية والسلع التي تباع عن طريق وسائل أخرى جديدة بدلا من وسائل النقل ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة للمنتجات المباعة. نهاية المادة. <br> وإلا فإن ضريبة القيمة المضافة المقترحة الافتراضي= 1. نهاية المادة. VATIsUsedDesc=معدل ضريبة القيمة المضافة بشكل افتراضي عند إنشاء الآفاق ، والفواتير ، وما يتبع أوامر النشطة القياسية للمادة : <br> إذا كان البائع هو تعرض لضريبة القيمة المضافة ، وضريبة القيمة المضافة بعد ذلك تلقائيا= 0. نهاية المادة. <br> إذا كان (بيع وشراء= بلد في البلد) ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة من بيع المنتج في البلد. نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية ، وبيعت البضاعة الجديدة بعد أن وسائل النقل (السيارات ، والسفن ، والطائرات) ، الافتراضي= 0 ضريبة القيمة المضافة (ضريبة القيمة المضافة وينبغي أن تدفع من قبل المشتري في customoffice بلاده وليس على البائع . نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية والسلع التي تباع عن طريق وسائل أخرى جديدة بدلا من وسائل النقل ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة للمنتجات المباعة. نهاية المادة. <br> وإلا فإن ضريبة القيمة المضافة المقترحة الافتراضي= 1. نهاية المادة.
@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=يتسبب في تعطيل هذه الصورة
TriggerAlwaysActive=يطلق في هذا الملف هي حركة دائمة ، وتفعيل ما هي وحدات Dolibarr. TriggerAlwaysActive=يطلق في هذا الملف هي حركة دائمة ، وتفعيل ما هي وحدات Dolibarr.
TriggerActiveAsModuleActive=يطلق في هذا الملف كما ينشط حدة تمكين <b>٪ ق.</b> TriggerActiveAsModuleActive=يطلق في هذا الملف كما ينشط حدة تمكين <b>٪ ق.</b>
GeneratedPasswordDesc=هنا تعريف القاعدة التي تريد استخدامه لكلمة السر اذا كنت أسأل لصناعة السيارات ولدت كلمة السر GeneratedPasswordDesc=هنا تعريف القاعدة التي تريد استخدامه لكلمة السر اذا كنت أسأل لصناعة السيارات ولدت كلمة السر
DictionnaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك. DictionaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك.
ConstDesc=تسمح لك هذه الصفحة لتحرير جميع البارامترات الأخرى غير المتوفرة في الصفحات السابقة. فهي محفوظة لمعايير متقدمة للمطورين أو troubleshouting. ConstDesc=تسمح لك هذه الصفحة لتحرير جميع البارامترات الأخرى غير المتوفرة في الصفحات السابقة. فهي محفوظة لمعايير متقدمة للمطورين أو troubleshouting.
OnceSetupFinishedCreateUsers=تحذير فأنت Dolibarr مدير المستخدم. مدير المستخدمين تستخدم لإعداد Dolibarr. لالمعتاد استخدام Dolibarr ، يوصى باستخدام غير مستخدم مدير خلق مجموعات من المستخدمين & القائمة. OnceSetupFinishedCreateUsers=تحذير فأنت Dolibarr مدير المستخدم. مدير المستخدمين تستخدم لإعداد Dolibarr. لالمعتاد استخدام Dolibarr ، يوصى باستخدام غير مستخدم مدير خلق مجموعات من المستخدمين & القائمة.
MiscellaneousDesc=هنا تعريف جميع البارامترات الأخرى ذات الصلة بالأمن. MiscellaneousDesc=هنا تعريف جميع البارامترات الأخرى ذات الصلة بالأمن.
@ -1435,7 +1435,7 @@ AccountancyCode=قانون المحاسبة
AgendaSetup=جدول الأعمال وحدة الإعداد AgendaSetup=جدول الأعمال وحدة الإعداد
PasswordTogetVCalExport=مفتاح ربط تصدير تأذن PasswordTogetVCalExport=مفتاح ربط تصدير تأذن
PastDelayVCalExport=لا تصدر الحدث الأكبر من 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 ##### ##### ClickToDial #####
ClickToDialDesc=هذا النموذج يسمح لإضافة رمز بعد رقم هاتف Dolibarr الاتصالات. وهناك اضغط على هذه الأيقونة ، سوف يطلب من أحد serveur معينة مع تحديد عنوان لكم أدناه. ويمكن استخدام هذه الكلمة لدعوة من مركز نظام Dolibarr التي يمكن الاتصال على رقم الهاتف هذا المسبار النظام على سبيل المثال. ClickToDialDesc=هذا النموذج يسمح لإضافة رمز بعد رقم هاتف Dolibarr الاتصالات. وهناك اضغط على هذه الأيقونة ، سوف يطلب من أحد serveur معينة مع تحديد عنوان لكم أدناه. ويمكن استخدام هذه الكلمة لدعوة من مركز نظام Dolibarr التي يمكن الاتصال على رقم الهاتف هذا المسبار النظام على سبيل المثال.
##### Point Of Sales (CashDesk) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=معرف خط الأم وجدت من رمز، س
SourceRequired=بيانات قيمة إلزامية SourceRequired=بيانات قيمة إلزامية
SourceExample=مثال على قيمة البيانات ممكن SourceExample=مثال على قيمة البيانات ممكن
ExampleAnyRefFoundIntoElement=أي المرجع تم العثور عليها ل <b>%s</b> العنصر ExampleAnyRefFoundIntoElement=أي المرجع تم العثور عليها ل <b>%s</b> العنصر
ExampleAnyCodeOrIdFoundIntoDictionnary=أي رمز (أو الهوية) وجدت في <b>%s</b> dictionnary ExampleAnyCodeOrIdFoundIntoDictionary=أي رمز (أو الهوية) وجدت في <b>%s</b> dictionnary
CSVFormatDesc=<b>فاصلة فصل</b> ملف <b>القيمة</b> تنسيق (csv.). <br> هذا هو شكل ملف نصي ، حيث يتم فصل الحقول بواسطة فاصل [%s]. إذا تم العثور على فاصل داخل محتوى الحقل ، يتم تقريب الجولة الميدانية التي قام بها حرف] %s [. الهروب حرف وحرف الهروب جولة هو [%s]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=المجموع
TotalMan=المجموع TotalMan=المجموع
NeverReceived=لم يتلق NeverReceived=لم يتلق
Canceled=ألغى Canceled=ألغى
YouCanChangeValuesForThisListFromDictionnarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary YouCanChangeValuesForThisListFromDictionarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary
Color=لون Color=لون
Documents=ربط الملفات Documents=ربط الملفات
DocumentsNb=ملفات مرتبطة (%s) DocumentsNb=ملفات مرتبطة (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Настройки на сигурността
ErrorModuleRequirePHPVersion=Грешка, този модул изисква PHP версия %s или по-висока ErrorModuleRequirePHPVersion=Грешка, този модул изисква PHP версия %s или по-висока
ErrorModuleRequireDolibarrVersion=Грешка, този модул изисква Dolibarr версия %s или по-висока ErrorModuleRequireDolibarrVersion=Грешка, този модул изисква Dolibarr версия %s или по-висока
ErrorDecimalLargerThanAreForbidden=Грешка, с точност по-висока от <b>%s</b> не се поддържа. ErrorDecimalLargerThanAreForbidden=Грешка, с точност по-висока от <b>%s</b> не се поддържа.
DictionnarySetup=Настройки на речника DictionarySetup=Настройки на речника
Dictionnary=Речници Dictionary=Речници
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Изключване на Java скрипт и Ajax функции DisableJavascript=Изключване на Java скрипт и Ajax функции
@ -726,34 +726,34 @@ Permission50202=Сделки на внос
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Фирма видове DictionaryCompanyType=Фирма видове
DictionnaryCompanyJuridicalType=Юридическите видове дружества DictionaryCompanyJuridicalType=Юридическите видове дружества
DictionnaryProspectLevel=Prospect потенциал ниво DictionaryProspectLevel=Prospect потенциал ниво
DictionnaryCanton=Област DictionaryCanton=Област
DictionnaryRegion=Регионите DictionaryRegion=Регионите
DictionnaryCountry=Страни DictionaryCountry=Страни
DictionnaryCurrency=Валути DictionaryCurrency=Валути
DictionnaryCivility=Учтивост заглавие DictionaryCivility=Учтивост заглавие
DictionnaryActions=Вид на дневния ред събития DictionaryActions=Вид на дневния ред събития
DictionnarySocialContributions=Социални видове вноски DictionarySocialContributions=Социални видове вноски
DictionnaryVAT=Ставките на ДДС или данък върху продажбите цени DictionaryVAT=Ставките на ДДС или данък върху продажбите цени
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Условия на плащане DictionaryPaymentConditions=Условия на плащане
DictionnaryPaymentModes=Плащане режими DictionaryPaymentModes=Плащане режими
DictionnaryTypeContact=Контакт / Адрес видове DictionaryTypeContact=Контакт / Адрес видове
DictionnaryEcotaxe=Ecotax (ОЕЕО) DictionaryEcotaxe=Ecotax (ОЕЕО)
DictionnaryPaperFormat=Формати на хартията DictionaryPaperFormat=Формати на хартията
DictionnaryFees=Вид на таксите DictionaryFees=Вид на таксите
DictionnarySendingMethods=Доставка методи DictionarySendingMethods=Доставка методи
DictionnaryStaff=Персонал DictionaryStaff=Персонал
DictionnaryAvailability=Доставка закъснение DictionaryAvailability=Доставка закъснение
DictionnaryOrderMethods=Подреждане методи DictionaryOrderMethods=Подреждане методи
DictionnarySource=Произход на предложения / поръчки DictionarySource=Произход на предложения / поръчки
DictionnaryAccountancyplan=Сметкоплан DictionaryAccountancyplan=Сметкоплан
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Setup спаси SetupSaved=Setup спаси
BackToModuleList=Обратно към списъка с модули BackToModuleList=Обратно към списъка с модули
BackToDictionnaryList=Обратно към речници списък BackToDictionaryList=Обратно към речници списък
VATReceivedOnly=Специална цена не се начислява VATReceivedOnly=Специална цена не се начислява
VATManagement=Управление на ДДС VATManagement=Управление на ДДС
VATIsUsedDesc=Ставка на ДДС по подразбиране при създаването на перспективите, фактури, поръчки и т.н. следват активна стандартното правило: <br> Ако продавачът не се облагат с ДДС, а след това ДДС по подразбиране = 0. Край на правило. <br> Ако (продажба страната = закупуване на страната), а след това на ДДС по подразбиране = ДДС на продукта в продажба страната. Край на правило. <br> Ако продавача и купувача в Европейската общност и стоки са транспортни продукти (кола, кораб, самолет), по подразбиране ДДС = 0 (ДДС следва да бъде платена от купувача, в customoffice на страната си, а не на продавача). Край на правило. <br> Ако продавача и купувача в Европейската общност и купувача не е компания, тогава ДДС по подразбиране = ДДС на продаваните продукти. Край на правило. <br> Ако продавача и купувача в Европейската общност и купувача е фирма, тогава ДДС по подразбиране = 0. Край на правило. <br> Иначе предложената по подразбиране на ДДС = 0. Край на правило. VATIsUsedDesc=Ставка на ДДС по подразбиране при създаването на перспективите, фактури, поръчки и т.н. следват активна стандартното правило: <br> Ако продавачът не се облагат с ДДС, а след това ДДС по подразбиране = 0. Край на правило. <br> Ако (продажба страната = закупуване на страната), а след това на ДДС по подразбиране = ДДС на продукта в продажба страната. Край на правило. <br> Ако продавача и купувача в Европейската общност и стоки са транспортни продукти (кола, кораб, самолет), по подразбиране ДДС = 0 (ДДС следва да бъде платена от купувача, в customoffice на страната си, а не на продавача). Край на правило. <br> Ако продавача и купувача в Европейската общност и купувача не е компания, тогава ДДС по подразбиране = ДДС на продаваните продукти. Край на правило. <br> Ако продавача и купувача в Европейската общност и купувача е фирма, тогава ДДС по подразбиране = 0. Край на правило. <br> Иначе предложената по подразбиране на ДДС = 0. Край на правило.
@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=Тригерите в този файл са з
TriggerAlwaysActive=Тригерите в този файл са винаги активни,, каквото са активирани модули Dolibarr. TriggerAlwaysActive=Тригерите в този файл са винаги активни,, каквото са активирани модули Dolibarr.
TriggerActiveAsModuleActive=Тригерите в този файл са активни, като модул <b>%s</b> е активирана. TriggerActiveAsModuleActive=Тригерите в този файл са активни, като модул <b>%s</b> е активирана.
GeneratedPasswordDesc=Определете тук правилото, което искате да използвате, за да генерира нова парола, ако поискате да има автоматично генерирана парола GeneratedPasswordDesc=Определете тук правилото, което искате да използвате, за да генерира нова парола, ако поискате да има автоматично генерирана парола
DictionnaryDesc=Определете тук всички референтни презареждане на данните. Можете да попълните предварително зададена стойност с вашите. DictionaryDesc=Определете тук всички референтни презареждане на данните. Можете да попълните предварително зададена стойност с вашите.
ConstDesc=Тази страница ви позволява да редактирате всички останали параметри не са налични в предишните страници. Те са запазени параметрите за напреднали разработчиците или за troubleshouting. ConstDesc=Тази страница ви позволява да редактирате всички останали параметри не са налични в предишните страници. Те са запазени параметрите за напреднали разработчиците или за troubleshouting.
OnceSetupFinishedCreateUsers=Внимание, вие сте на потребителя администратор Dolibarr. Администратор потребители не се използват да настроите Dolibarr. За обичайна употреба на Dolibarr, се препоръчва да използвате не потребителски администратора, създаден от Потребители и групи менюто. OnceSetupFinishedCreateUsers=Внимание, вие сте на потребителя администратор Dolibarr. Администратор потребители не се използват да настроите Dolibarr. За обичайна употреба на Dolibarr, се препоръчва да използвате не потребителски администратора, създаден от Потребители и групи менюто.
MiscellaneousDesc=Определете тук всички други параметри, свързани със сигурността. MiscellaneousDesc=Определете тук всички други параметри, свързани със сигурността.
@ -1435,7 +1435,7 @@ AccountancyCode=Счетоводен код
AgendaSetup=Събития и натъкмяване на дневен ред модул AgendaSetup=Събития и натъкмяване на дневен ред модул
PasswordTogetVCalExport=, За да разреши износ връзка PasswordTogetVCalExport=, За да разреши износ връзка
PastDelayVCalExport=Не изнася случай по-стари от 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 ##### ##### ClickToDial #####
ClickToDialDesc=Този модул позволява да добавите икона след телефонни номера. Кликнете върху тази икона ще призове сървър с определен URL адрес можете да зададете по-долу. Това може да се използва, за да се обадя на кол център система от Dolibarr, че да се обаждат на телефонен номер на SIP система, например. ClickToDialDesc=Този модул позволява да добавите икона след телефонни номера. Кликнете върху тази икона ще призове сървър с определен URL адрес можете да зададете по-долу. Това може да се използва, за да се обадя на кол център система от Dolibarr, че да се обаждат на телефонен номер на SIP система, например.
##### Point Of Sales (CashDesk) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=ID на родител ред от кода, ще
SourceRequired=Стойността на данните е задължително SourceRequired=Стойността на данните е задължително
SourceExample=Пример за възможно стойността на данните SourceExample=Пример за възможно стойността на данните
ExampleAnyRefFoundIntoElement=Всеки код за елемент <b>%s</b> 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]. CSVFormatDesc=<b>Разделени със запетаи</b> формат <b>стойност</b> файл (CSV). <br> Това е формат текстов файл, където полетата са разделени със сепаратор [%s]. Ако сепаратор се намира във вътрешността съдържанието поле, поле се закръглява кръг характер [%s]. Бягство характер, за да избягат кръг характер е %s].
Excel95FormatDesc=Файлов формат на <b>Excel</b> (XLS) <br> Това е роден Excel 95 формат (BIFF5). Excel95FormatDesc=Файлов формат на <b>Excel</b> (XLS) <br> Това е роден Excel 95 формат (BIFF5).
Excel2007FormatDesc=<b>Excel</b> файлов формат (XLSX) <br> Това е роден формат Excel 2007 (SpreadsheetML). Excel2007FormatDesc=<b>Excel</b> файлов формат (XLSX) <br> Това е роден формат Excel 2007 (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Общо
TotalMan=Общо TotalMan=Общо
NeverReceived=Никога не са получавали NeverReceived=Никога не са получавали
Canceled=Отменен Canceled=Отменен
YouCanChangeValuesForThisListFromDictionnarySetup=Можете да промените стойности за този списък от менюто за настройки - dictionnary YouCanChangeValuesForThisListFromDictionarySetup=Можете да промените стойности за този списък от менюто за настройки - dictionnary
Color=Цвят Color=Цвят
Documents=Свързани файлове Documents=Свързани файлове
DocumentsNb=Свързани файлове (%s) DocumentsNb=Свързани файлове (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Configuració de la seguretat
ErrorModuleRequirePHPVersion=Error, aquest mòdul requereix una versió %s o superior de PHP 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 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. ErrorDecimalLargerThanAreForbidden=Error, les precisions superiors a <b>%s</b> no estan suportades.
DictionnarySetup=Diccionaris DictionarySetup=Diccionaris
Dictionnary=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 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 ErrorCodeCantContainZero=El codi no pot contenir el valor 0
DisableJavascript=Desactivar les funcions Javascript DisableJavascript=Desactivar les funcions Javascript
@ -726,34 +726,34 @@ Permission50202=Importar les transaccions
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Tipus d'empresa DictionaryCompanyType=Tipus d'empresa
DictionnaryCompanyJuridicalType=Formes jurídiques DictionaryCompanyJuridicalType=Formes jurídiques
DictionnaryProspectLevel=Perspectiva nivell client potencial DictionaryProspectLevel=Perspectiva nivell client potencial
DictionnaryCanton=Departaments/Províncies/Zones DictionaryCanton=Departaments/Províncies/Zones
DictionnaryRegion=Regions DictionaryRegion=Regions
DictionnaryCountry=Països DictionaryCountry=Països
DictionnaryCurrency=Monedes DictionaryCurrency=Monedes
DictionnaryCivility=Títol cortesia DictionaryCivility=Títol cortesia
DictionnaryActions=Tipus d'esdeveniments de l'agenda DictionaryActions=Tipus d'esdeveniments de l'agenda
DictionnarySocialContributions=Tipus de càrregues socials DictionarySocialContributions=Tipus de càrregues socials
DictionnaryVAT=Taxa d'IVA (Impost sobre vendes als EEUU) DictionaryVAT=Taxa d'IVA (Impost sobre vendes als EEUU)
DictionnaryRevenueStamp=Imports de segells fiscals DictionaryRevenueStamp=Imports de segells fiscals
DictionnaryPaymentConditions=Condicions de pagament DictionaryPaymentConditions=Condicions de pagament
DictionnaryPaymentModes=Modes de pagament DictionaryPaymentModes=Modes de pagament
DictionnaryTypeContact=Tipus de contactes/adreces DictionaryTypeContact=Tipus de contactes/adreces
DictionnaryEcotaxe=Barems CEcoParticipación (DEEE) DictionaryEcotaxe=Barems CEcoParticipación (DEEE)
DictionnaryPaperFormat=Formats paper DictionaryPaperFormat=Formats paper
DictionnaryFees=Tipus de desplaçaments i honoraris DictionaryFees=Tipus de desplaçaments i honoraris
DictionnarySendingMethods=Mètodes d'expedició DictionarySendingMethods=Mètodes d'expedició
DictionnaryStaff=Empleats DictionaryStaff=Empleats
DictionnaryAvailability=Temps de lliurament DictionaryAvailability=Temps de lliurament
DictionnaryOrderMethods=Mètodes de comanda DictionaryOrderMethods=Mètodes de comanda
DictionnarySource=Orígens de pressupostos/comandes DictionarySource=Orígens de pressupostos/comandes
DictionnaryAccountancyplan=Pla comptable DictionaryAccountancyplan=Pla comptable
DictionnaryAccountancysystem=Models de plans comptables DictionaryAccountancysystem=Models de plans comptables
SetupSaved=Configuració desada SetupSaved=Configuració desada
BackToModuleList=Retornar llista de mòduls 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 VATReceivedOnly=Impostos especials no facturables
VATManagement=Gestió IVA 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> 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 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 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 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 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" 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. MiscellaneousDesc=Definiu aquí els altres paràmetres relacionats amb la seguretat.

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=L'id de la línia pare trobada a partir del codi,
SourceRequired=Dades d'origen obligatòries SourceRequired=Dades d'origen obligatòries
SourceExample=Exemple de dades d'origen possibles SourceExample=Exemple de dades d'origen possibles
ExampleAnyRefFoundIntoElement=Totes les referències trobades per als elements <b>%s</b> 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 ]. 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). 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). Excel2007FormatDesc=Arxiu amb format <b>Excel</b> (.xlsx)<br>Aquest és el format natiu d'Excel 2007 (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Total
TotalMan=Total TotalMan=Total
NeverReceived=Mai rebut NeverReceived=Mai rebut
Canceled=Cancel·lat Canceled=Cancel·lat
YouCanChangeValuesForThisListFromDictionnarySetup=Pot canviar aquestos valors al menú configuració->diccionaris YouCanChangeValuesForThisListFromDictionarySetup=Pot canviar aquestos valors al menú configuració->diccionaris
Color=Color Color=Color
Documents=Documents Documents=Documents
DocumentsNb=Fitxers adjunts (%s) DocumentsNb=Fitxers adjunts (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Bezpečnostní nastavení
ErrorModuleRequirePHPVersion=Chyba, tento modul vyžaduje PHP verze %s nebo vyšší ErrorModuleRequirePHPVersion=Chyba, tento modul vyžaduje PHP verze %s nebo vyšší
ErrorModuleRequireDolibarrVersion=Chyba, tento modul vyžaduje Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Chyba, přesnost vyšší než <b>%s</b> není podporováno.
DictionnarySetup=Slovník Nastavení DictionarySetup=Slovník Nastavení
Dictionnary=Slovníky Dictionary=Slovníky
ErrorReservedTypeSystemSystemAuto=Hodnota &quot;systém&quot; a &quot;systemauto&quot; typu je vyhrazena. Můžete použít &quot;uživatelem&quot; jako hodnota přidat svůj vlastní rekord ErrorReservedTypeSystemSystemAuto=Hodnota &quot;systém&quot; a &quot;systemauto&quot; typu je vyhrazena. Můžete použít &quot;uživatelem&quot; jako hodnota přidat svůj vlastní rekord
ErrorCodeCantContainZero=Kód může obsahovat hodnotu 0 ErrorCodeCantContainZero=Kód může obsahovat hodnotu 0
DisableJavascript=Zakázat JavaScript a Ajax funkce 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 Permission55002=Vytvořit / upravit průzkumy
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Společnost typy DictionaryCompanyType=Společnost typy
DictionnaryCompanyJuridicalType=Právnické druhy společnosti DictionaryCompanyJuridicalType=Právnické druhy společnosti
DictionnaryProspectLevel=Prospect potenciální míra DictionaryProspectLevel=Prospect potenciální míra
DictionnaryCanton=Státní / kantony DictionaryCanton=Státní / kantony
DictionnaryRegion=Regiony DictionaryRegion=Regiony
DictionnaryCountry=Země DictionaryCountry=Země
DictionnaryCurrency=Měny DictionaryCurrency=Měny
DictionnaryCivility=Zdvořilost titul DictionaryCivility=Zdvořilost titul
DictionnaryActions=Typ agendy událostí DictionaryActions=Typ agendy událostí
DictionnarySocialContributions=Sociální příspěvky typy DictionarySocialContributions=Sociální příspěvky typy
DictionnaryVAT=Sazby DPH nebo daň z prodeje Kurzy DictionaryVAT=Sazby DPH nebo daň z prodeje Kurzy
DictionnaryRevenueStamp=Množství kolkových známek DictionaryRevenueStamp=Množství kolkových známek
DictionnaryPaymentConditions=Platební podmínky DictionaryPaymentConditions=Platební podmínky
DictionnaryPaymentModes=Platební způsoby DictionaryPaymentModes=Platební způsoby
DictionnaryTypeContact=Kontakt / Adresa typy DictionaryTypeContact=Kontakt / Adresa typy
DictionnaryEcotaxe=Ekologické daně (OEEZ) DictionaryEcotaxe=Ekologické daně (OEEZ)
DictionnaryPaperFormat=Formáty papíru DictionaryPaperFormat=Formáty papíru
DictionnaryFees=Typy poplatků DictionaryFees=Typy poplatků
DictionnarySendingMethods=Způsoby dopravy DictionarySendingMethods=Způsoby dopravy
DictionnaryStaff=Zaměstnanci DictionaryStaff=Zaměstnanci
DictionnaryAvailability=Dodací zpoždění DictionaryAvailability=Dodací zpoždění
DictionnaryOrderMethods=Řazení metody DictionaryOrderMethods=Řazení metody
DictionnarySource=Původ návrhů / objednávky DictionarySource=Původ návrhů / objednávky
DictionnaryAccountancyplan=Graf účtů DictionaryAccountancyplan=Graf účtů
DictionnaryAccountancysystem=Modely účtové osnovy DictionaryAccountancysystem=Modely účtové osnovy
SetupSaved=Nastavení uloženo SetupSaved=Nastavení uloženo
BackToModuleList=Zpět na seznam modulů 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 VATReceivedOnly=Zvláštní sazba není účtován
VATManagement=DPH řízení 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. 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. 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. 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 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. 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. 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. 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 AgendaSetup=Akce a agenda Nastavení modulu
PasswordTogetVCalExport=Klíč povolit export odkaz PasswordTogetVCalExport=Klíč povolit export odkaz
PastDelayVCalExport=Neexportovat události starší než PastDelayVCalExport=Neexportovat události starší než
AGENDA_USE_EVENT_TYPE=Používejte typy událostí (podařilo do Configuration-&gt; Dictionnary-&gt; llx_c_actioncomm) AGENDA_USE_EVENT_TYPE=Používejte typy událostí (podařilo do Configuration-&gt; Dictionary-&gt; llx_c_actioncomm)
##### ClickToDial ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id mateřské linie nalezli kódu, bude vložen d
SourceRequired=Hodnota dat je povinné SourceRequired=Hodnota dat je povinné
SourceExample=Příklad možné hodnoty údajů SourceExample=Příklad možné hodnoty údajů
ExampleAnyRefFoundIntoElement=Veškeré ref našli prvků <b>%s</b> 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 []. 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). 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). Excel2007FormatDesc=<b>Excel</b> formát souboru (. Xlsx) <br> Toto je nativní formát aplikace Excel 2007 (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Celkový
TotalMan=Celkový TotalMan=Celkový
NeverReceived=Nikdy nedostal NeverReceived=Nikdy nedostal
Canceled=Zrušený 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 Color=Barva
Documents=Připojené soubory Documents=Připojené soubory
DocumentsNb=Připojené soubory (%s) DocumentsNb=Připojené soubory (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Sikkerhed setup
ErrorModuleRequirePHPVersion=Fejl, dette modul kræver PHP version %s eller højere ErrorModuleRequirePHPVersion=Fejl, dette modul kræver PHP version %s eller højere
ErrorModuleRequireDolibarrVersion=Fejl, dette modul kræver Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Fejl, en præcision højere <b>end %s</b> er ikke understøttet.
DictionnarySetup=Ordbog setup DictionarySetup=Ordbog setup
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Deaktiver JavaScript og Ajax funktioner DisableJavascript=Deaktiver JavaScript og Ajax funktioner
@ -726,34 +726,34 @@ Permission50202=Import transaktioner
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Company typer DictionaryCompanyType=Company typer
DictionnaryCompanyJuridicalType=Juridiske former for virksomhed DictionaryCompanyJuridicalType=Juridiske former for virksomhed
DictionnaryProspectLevel=Prospect potentielle niveau DictionaryProspectLevel=Prospect potentielle niveau
DictionnaryCanton=Distrikter DictionaryCanton=Distrikter
DictionnaryRegion=Regioner DictionaryRegion=Regioner
DictionnaryCountry=Lande DictionaryCountry=Lande
DictionnaryCurrency=Valuta DictionaryCurrency=Valuta
DictionnaryCivility=Høfligt titel DictionaryCivility=Høfligt titel
DictionnaryActions=Aktioner liste DictionaryActions=Aktioner liste
DictionnarySocialContributions=Sociale bidrag typer DictionarySocialContributions=Sociale bidrag typer
DictionnaryVAT=Momssatser DictionaryVAT=Momssatser
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Betalingsbetingelser DictionaryPaymentConditions=Betalingsbetingelser
DictionnaryPaymentModes=Betalingsformer DictionaryPaymentModes=Betalingsformer
DictionnaryTypeContact=Kontakt typer DictionaryTypeContact=Kontakt typer
DictionnaryEcotaxe=Miljøafgift (WEEE) DictionaryEcotaxe=Miljøafgift (WEEE)
DictionnaryPaperFormat=Papir formater DictionaryPaperFormat=Papir formater
DictionnaryFees=Type af gebyrer DictionaryFees=Type af gebyrer
DictionnarySendingMethods=Sendings metoder DictionarySendingMethods=Sendings metoder
DictionnaryStaff=Personale DictionaryStaff=Personale
DictionnaryAvailability=Levering forsinkelse DictionaryAvailability=Levering forsinkelse
DictionnaryOrderMethods=Bestilling af metoder DictionaryOrderMethods=Bestilling af metoder
DictionnarySource=Oprindelse af forslag / ordrer DictionarySource=Oprindelse af forslag / ordrer
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Setup gemt SetupSaved=Setup gemt
BackToModuleList=Tilbage til moduler liste BackToModuleList=Tilbage til moduler liste
BackToDictionnaryList=Tilbage til ordbøger liste BackToDictionaryList=Tilbage til ordbøger liste
VATReceivedOnly=Særlige sats ikke afholdes VATReceivedOnly=Særlige sats ikke afholdes
VATManagement=Moms Management 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. # 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. 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. 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 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. 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. 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. MiscellaneousDesc=Definer her alle andre parametre med relation til sikkerhed.
@ -1435,7 +1435,7 @@ AccountancyCode=Regnskab Kode
AgendaSetup=Aktioner og dagsorden modul opsætning AgendaSetup=Aktioner og dagsorden modul opsætning
PasswordTogetVCalExport=Nøglen til at tillade eksport link PasswordTogetVCalExport=Nøglen til at tillade eksport link
PastDelayVCalExport=Må ikke eksportere begivenhed ældre end 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Den id stamlinjen fundet fra kode, vil blive inds
SourceRequired=Data værdi er obligatorisk SourceRequired=Data værdi er obligatorisk
SourceExample=Eksempel på mulige dataværdi SourceExample=Eksempel på mulige dataværdi
ExampleAnyRefFoundIntoElement=Enhver ref fundet for element <b>%s</b> 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Total
TotalMan=Total TotalMan=Total
NeverReceived=Aldrig modtaget NeverReceived=Aldrig modtaget
Canceled=Annulleret 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 Color=Color
Documents=Forbundet filer Documents=Forbundet filer
DocumentsNb=Linkede filer (%s) DocumentsNb=Linkede filer (%s)

View File

@ -32,7 +32,7 @@ SecuritySetup=Sicherheitseinstellungen
ErrorModuleRequirePHPVersion=Fehler: Dieses Modul benötigt PHP Version %s oder höher ErrorModuleRequirePHPVersion=Fehler: Dieses Modul benötigt PHP Version %s oder höher
ErrorModuleRequireDolibarrVersion=Fehler: Dieses Moduls erfordert Dolibarr 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. 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 DisableJavascript=JavaScript- und Ajax-Funktionen deaktivieren
ConfirmAjax=Ajax-Bestätigungs-Popups verwenden ConfirmAjax=Ajax-Bestätigungs-Popups verwenden
ViewFullDateActions=Zeige alle Terminaktionen in der Partneransicht ViewFullDateActions=Zeige alle Terminaktionen in der Partneransicht
@ -451,26 +451,26 @@ Permission2405=Maßnahmen (Termine/Aufgaben) Anderer erstellen/bearbeiten
Permission2500=Dokumente einsehen Permission2500=Dokumente einsehen
Permission2501=Dokumente hochladen oder löschen Permission2501=Dokumente hochladen oder löschen
Permission2515=Dokumentverzeichnisse verwalten Permission2515=Dokumentverzeichnisse verwalten
DictionnaryCompanyType=Art des Unternehmens DictionaryCompanyType=Art des Unternehmens
DictionnaryCompanyJuridicalType=Rechtsform DictionaryCompanyJuridicalType=Rechtsform
DictionnaryProspectLevel=Geschäftsaussicht DictionaryProspectLevel=Geschäftsaussicht
DictionnaryCanton=Bundesland DictionaryCanton=Bundesland
DictionnaryRegion=Regionen DictionaryRegion=Regionen
DictionnaryCountry=Länder DictionaryCountry=Länder
DictionnaryCurrency=Währungen DictionaryCurrency=Währungen
DictionnaryCivility=Anredeformen DictionaryCivility=Anredeformen
DictionnaryActions=Maßnahmen DictionaryActions=Maßnahmen
DictionnarySocialContributions=Sozialbeitragstypen DictionarySocialContributions=Sozialbeitragstypen
DictionnaryVAT=MwSt.-Sätze DictionaryVAT=MwSt.-Sätze
DictionnaryPaymentConditions=Zahlungsbedingungen DictionaryPaymentConditions=Zahlungsbedingungen
DictionnaryPaymentModes=Zahlungsarten DictionaryPaymentModes=Zahlungsarten
DictionnaryTypeContact=Kontaktarten DictionaryTypeContact=Kontaktarten
DictionnaryEcotaxe=Ökosteuern (WEEE) DictionaryEcotaxe=Ökosteuern (WEEE)
DictionnaryPaperFormat=Papierformate DictionaryPaperFormat=Papierformate
DictionnaryFees=Gebührenarten DictionaryFees=Gebührenarten
SetupSaved=Setup gespeichert SetupSaved=Setup gespeichert
BackToModuleList=Zurück zur Modulübersicht BackToModuleList=Zurück zur Modulübersicht
BackToDictionnaryList=Zurück zur Wörterbuchübersicht BackToDictionaryList=Zurück zur Wörterbuchübersicht
VATReceivedOnly=Nur Mehtwertsteuererhalt VATReceivedOnly=Nur Mehtwertsteuererhalt
VATManagement=MwSt-Verwaltung 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. 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. 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. 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. 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. 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. 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 MiscellaneousDesc=Definieren Sie hier alle sonstigen Sicherheitseinstellungen
@ -1002,7 +1002,7 @@ Permission534=Services löschen
Permission538=Services exportieren Permission538=Services exportieren
Permission1251=Massenimport von Daten in die Datenbank (Systemlast!) Permission1251=Massenimport von Daten in die Datenbank (Systemlast!)
Permission1421=Kundenbestellungen und -attribute exportieren Permission1421=Kundenbestellungen und -attribute exportieren
DictionnarySendingMethods=Versandarten DictionarySendingMethods=Versandarten
SetupDescription5=Andere Einträge verwalten optionale Parameter. SetupDescription5=Andere Einträge verwalten optionale Parameter.
BackupDesc=Um eine vollständige Systemsicherung durchzuführen müssen Sie: 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). 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 Permission2411=Maßnahmen (Termine oder Aufgaben) Anderer einsehen
Permission2412=Maßnahmen (Termine oder Aufgaben) Anderer erstellen/bearbeiten Permission2412=Maßnahmen (Termine oder Aufgaben) Anderer erstellen/bearbeiten
Permission2413=Maßnahmen (Termine oder Aufgaben) Anderer löschen Permission2413=Maßnahmen (Termine oder Aufgaben) Anderer löschen
DictionnaryStaff=Mitarbeiter DictionaryStaff=Mitarbeiter
LocalTax1ManagementES=RE Management 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> 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. LocalTax1IsNotUsedDescES=Standardmäßig werden die vorgeschlagenen RE 0 ist. Ende der Regel.

View File

@ -457,7 +457,7 @@ TotalWoman=Vollständig
TotalMan=Vollständig TotalMan=Vollständig
NeverReceived=Nie erhalten NeverReceived=Nie erhalten
Canceled=Storniert 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 Color=Farbe
Documents=Verknüpfte Dokumente Documents=Verknüpfte Dokumente
Documents2=Dokumente Documents2=Dokumente

View File

@ -43,8 +43,8 @@ SecuritySetup=Sicherheitseinstellungen
ErrorModuleRequirePHPVersion=Fehler: Dieses Modul benötigt PHP Version %s oder höher ErrorModuleRequirePHPVersion=Fehler: Dieses Modul benötigt PHP Version %s oder höher
ErrorModuleRequireDolibarrVersion=Fehler: Dieses Moduls erfordert Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Fehler: Eine höhere Genauigkeit als <b>%s</b> wird nicht unterstützt.
DictionnarySetup=Wörterbucheinstellungen DictionarySetup=Wörterbucheinstellungen
Dictionnary=Wörterbücher Dictionary=Wörterbücher
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 ErrorCodeCantContainZero=Code darf keinen Wert 0 enthalten
DisableJavascript=JavaScript- und Ajax-Funktionen deaktivieren DisableJavascript=JavaScript- und Ajax-Funktionen deaktivieren
@ -726,34 +726,34 @@ Permission54001=Drucken
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Art des Unternehmens DictionaryCompanyType=Art des Unternehmens
DictionnaryCompanyJuridicalType=Rechtsform DictionaryCompanyJuridicalType=Rechtsform
DictionnaryProspectLevel=Geschäftsaussicht DictionaryProspectLevel=Geschäftsaussicht
DictionnaryCanton=Bundesland DictionaryCanton=Bundesland
DictionnaryRegion=Regionen DictionaryRegion=Regionen
DictionnaryCountry=Länder DictionaryCountry=Länder
DictionnaryCurrency=Währungen DictionaryCurrency=Währungen
DictionnaryCivility=Anredeformen DictionaryCivility=Anredeformen
DictionnaryActions=Maßnahmen DictionaryActions=Maßnahmen
DictionnarySocialContributions=Sozialbeitragstypen DictionarySocialContributions=Sozialbeitragstypen
DictionnaryVAT=MwSt.-Sätze DictionaryVAT=MwSt.-Sätze
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Zahlungsbedingungen DictionaryPaymentConditions=Zahlungsbedingungen
DictionnaryPaymentModes=Zahlungsarten DictionaryPaymentModes=Zahlungsarten
DictionnaryTypeContact=Kontaktarten DictionaryTypeContact=Kontaktarten
DictionnaryEcotaxe=Ökosteuern (WEEE) DictionaryEcotaxe=Ökosteuern (WEEE)
DictionnaryPaperFormat=Papierformate DictionaryPaperFormat=Papierformate
DictionnaryFees=Gebührenarten DictionaryFees=Gebührenarten
DictionnarySendingMethods=Versandarten DictionarySendingMethods=Versandarten
DictionnaryStaff=Mitarbeiter DictionaryStaff=Mitarbeiter
DictionnaryAvailability=Lieferverzug DictionaryAvailability=Lieferverzug
DictionnaryOrderMethods=Bestellmethoden DictionaryOrderMethods=Bestellmethoden
DictionnarySource=Quelle der Angebote/Bestellungen DictionarySource=Quelle der Angebote/Bestellungen
DictionnaryAccountancyplan=Kontenplan DictionaryAccountancyplan=Kontenplan
DictionnaryAccountancysystem=Kontenplan Modul DictionaryAccountancysystem=Kontenplan Modul
SetupSaved=Setup gespeichert SetupSaved=Setup gespeichert
BackToModuleList=Zurück zur Modulübersicht BackToModuleList=Zurück zur Modulübersicht
BackToDictionnaryList=Zurück zur Wörterbuchübersicht BackToDictionaryList=Zurück zur Wörterbuchübersicht
VATReceivedOnly=Nur Mehrwertsteuererhalt VATReceivedOnly=Nur Mehrwertsteuererhalt
VATManagement=MwSt-Verwaltung 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. 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. 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. 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. 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. 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. 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 MiscellaneousDesc=Definieren Sie hier alle sonstigen Sicherheitseinstellungen
@ -1435,7 +1435,7 @@ AccountancyCode=Rechnungswesen-Code
AgendaSetup=Agenda-Moduleinstellungen AgendaSetup=Agenda-Moduleinstellungen
PasswordTogetVCalExport=Passwort für den VCal-Export PasswordTogetVCalExport=Passwort für den VCal-Export
PastDelayVCalExport=Keine Termine exportieren die älter sind als 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -102,14 +102,14 @@ NbOfLinesImported=Anzahl der erfolgreich importierten Zeilen: <b>%s</b>.
DataComeFromNoWhere=Der einzufügende Wert kommt nicht aus der Quelldatei. DataComeFromNoWhere=Der einzufügende Wert kommt nicht aus der Quelldatei.
DataComeFromFileFieldNb=Der einzufügende Wert stammt aus Feldnummer <b>%s</b> 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). 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: DataIsInsertedInto=Die Quelldateidaten werden in folgendes Feld eingefügt:
DataIDSourceIsInsertedInto=Die ID des mittels Quelldatei ermittelten Elternelements 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: DataCodeIDSourceIsInsertedInto=Die gefundene, übergeordnete ID aus dem Code wird in das folgende Feld eingefügt:
SourceRequired=Datenwert erforderlich SourceRequired=Datenwert erforderlich
SourceExample=Beispiel möglicher Datenwerte SourceExample=Beispiel möglicher Datenwerte
ExampleAnyRefFoundIntoElement=Ein Referenz für das Element <b>%s</b> gefunden 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 ]. 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). 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). Excel2007FormatDesc=<b>Excel</b> Dateiformat (.xlsx)<br>Dies ist das Excel 2007 Format (XML).

View File

@ -572,7 +572,7 @@ TotalWoman=Vollständig
TotalMan=Vollständig TotalMan=Vollständig
NeverReceived=Nie erhalten NeverReceived=Nie erhalten
Canceled=Storniert 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 Color=Farbe
Documents=Verknüpfte Dokumente Documents=Verknüpfte Dokumente
DocumentsNb=Verknüpfte Dateien (%s) DocumentsNb=Verknüpfte Dateien (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Διαχείριση Ασφάλειας
ErrorModuleRequirePHPVersion=Λάθος, αυτή η ενότητα απαιτεί έκδοση PHP %s ή μεγαλύτερη ErrorModuleRequirePHPVersion=Λάθος, αυτή η ενότητα απαιτεί έκδοση PHP %s ή μεγαλύτερη
ErrorModuleRequireDolibarrVersion=Λάθος, αυτό το module απαιτεί Dolibarr έκδοση %s ή μεγαλύτερη ErrorModuleRequireDolibarrVersion=Λάθος, αυτό το module απαιτεί Dolibarr έκδοση %s ή μεγαλύτερη
ErrorDecimalLargerThanAreForbidden=Λάθος, μια διευκρίνιση μεγαλύτερη από <b>%s</b> δεν υποστηρίζεται. ErrorDecimalLargerThanAreForbidden=Λάθος, μια διευκρίνιση μεγαλύτερη από <b>%s</b> δεν υποστηρίζεται.
DictionnarySetup=Διαχείριση Λεξικού DictionarySetup=Διαχείριση Λεξικού
Dictionnary=Λεξικά Dictionary=Λεξικά
ErrorReservedTypeSystemSystemAuto=Αξία «system» και «systemauto» για τον τύπο είναι κατοχυρωμένα. Μπορείτε να χρησιμοποιήσετε το «χρήστη» ως αξία για να προσθέσετε το δικό σας μητρώο ErrorReservedTypeSystemSystemAuto=Αξία «system» και «systemauto» για τον τύπο είναι κατοχυρωμένα. Μπορείτε να χρησιμοποιήσετε το «χρήστη» ως αξία για να προσθέσετε το δικό σας μητρώο
ErrorCodeCantContainZero=Ο κώδικας δεν μπορεί να περιέχει την τιμή 0 ErrorCodeCantContainZero=Ο κώδικας δεν μπορεί να περιέχει την τιμή 0
DisableJavascript=Απενεργοποίηση συναρτήσεων JavaScript και Ajax DisableJavascript=Απενεργοποίηση συναρτήσεων JavaScript και Ajax
@ -726,34 +726,34 @@ Permission55001=Διαβάστε τις έρευνες
Permission55002=Δημιουργία/τροποποίηση ερευνών Permission55002=Δημιουργία/τροποποίηση ερευνών
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Company types DictionaryCompanyType=Company types
DictionnaryCompanyJuridicalType=Juridical kinds of company DictionaryCompanyJuridicalType=Juridical kinds of company
DictionnaryProspectLevel=Prospect potential level DictionaryProspectLevel=Prospect potential level
DictionnaryCanton=State/Cantons DictionaryCanton=State/Cantons
DictionnaryRegion=Περιοχές DictionaryRegion=Περιοχές
DictionnaryCountry=Χώρες DictionaryCountry=Χώρες
DictionnaryCurrency=Νομίσματα DictionaryCurrency=Νομίσματα
DictionnaryCivility=Civility title DictionaryCivility=Civility title
DictionnaryActions=Type of agenda events DictionaryActions=Type of agenda events
DictionnarySocialContributions=Social contributions types DictionarySocialContributions=Social contributions types
DictionnaryVAT=Τιμές Φ.Π.Α. DictionaryVAT=Τιμές Φ.Π.Α.
DictionnaryRevenueStamp=Amount of revenue stamps DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Payment terms DictionaryPaymentConditions=Payment terms
DictionnaryPaymentModes=Τρόποι Πληρωμής DictionaryPaymentModes=Τρόποι Πληρωμής
DictionnaryTypeContact=Contact/Address types DictionaryTypeContact=Contact/Address types
DictionnaryEcotaxe=Ecotax (WEEE) DictionaryEcotaxe=Ecotax (WEEE)
DictionnaryPaperFormat=Paper formats DictionaryPaperFormat=Paper formats
DictionnaryFees=Type of fees DictionaryFees=Type of fees
DictionnarySendingMethods=Sendings methods DictionarySendingMethods=Sendings methods
DictionnaryStaff=Προσωπικό DictionaryStaff=Προσωπικό
DictionnaryAvailability=Καθυστέρηση παράδοσης DictionaryAvailability=Καθυστέρηση παράδοσης
DictionnaryOrderMethods=Παραγγελία μεθόδους DictionaryOrderMethods=Παραγγελία μεθόδους
DictionnarySource=Προέλευση των προτάσεων / εντολών DictionarySource=Προέλευση των προτάσεων / εντολών
DictionnaryAccountancyplan=Chart of accounts DictionaryAccountancyplan=Chart of accounts
DictionnaryAccountancysystem=Models for chart of accounts DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Οι ρυθμίσεις αποθηκεύτηκαν SetupSaved=Οι ρυθμίσεις αποθηκεύτηκαν
BackToModuleList=Back to modules list BackToModuleList=Back to modules list
BackToDictionnaryList=Back to dictionaries list BackToDictionaryList=Back to dictionaries list
VATReceivedOnly=Special rate not charged VATReceivedOnly=Special rate not charged
VATManagement=Διαχείριση Φ.Π.Α. 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. 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. 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. 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 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. 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. 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. MiscellaneousDesc=Define here all other parameters related to security.
@ -1435,7 +1435,7 @@ AccountancyCodeBuy=Purchase account. code
AgendaSetup=Events and agenda module setup AgendaSetup=Events and agenda module setup
PasswordTogetVCalExport=Key to authorize export link PasswordTogetVCalExport=Key to authorize export link
PastDelayVCalExport=Do not export event older than 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Η ταυτότητα του γονέα που β
SourceRequired=Data value is mandatory SourceRequired=Data value is mandatory
SourceExample=Example of possible data value SourceExample=Example of possible data value
ExampleAnyRefFoundIntoElement=Κάθε σχ βρέθηκαν για <b>%s</b> στοιχείο 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 ]. 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). 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). Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Συνολικές
TotalMan=Συνολικοί TotalMan=Συνολικοί
NeverReceived=Δεν παραλήφθηκε NeverReceived=Δεν παραλήφθηκε
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=Συνδεδεμένα Αρχεία Documents=Συνδεδεμένα Αρχεία
DocumentsNb=Συνδεδεμένα Αρχεία (%s) DocumentsNb=Συνδεδεμένα Αρχεία (%s)

View File

@ -1,2 +1,2 @@
# Dolibarr language file - en_GB - admin # Dolibarr language file - en_GB - admin
DictionnaryVAT=VAT Rates DictionaryVAT=VAT Rates

View File

@ -43,8 +43,8 @@ SecuritySetup=Security setup
ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher
ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Error, a precision higher than <b>%s</b> is not supported.
DictionnarySetup=Dictionary setup DictionarySetup=Dictionary setup
Dictionnary=Dictionaries Dictionary=Dictionaries
ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record 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 ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Disable JavaScript and Ajax functions DisableJavascript=Disable JavaScript and Ajax functions
@ -726,34 +726,34 @@ Permission55001=Read surveys
Permission55002=Create/modify surveys Permission55002=Create/modify surveys
Permission59001=Read commercial margins Permission59001=Read commercial margins
Permission59002=Define commercial margins Permission59002=Define commercial margins
DictionnaryCompanyType=Company types DictionaryCompanyType=Company types
DictionnaryCompanyJuridicalType=Juridical kinds of company DictionaryCompanyJuridicalType=Juridical kinds of company
DictionnaryProspectLevel=Prospect potential level DictionaryProspectLevel=Prospect potential level
DictionnaryCanton=State/Cantons DictionaryCanton=State/Cantons
DictionnaryRegion=Regions DictionaryRegion=Regions
DictionnaryCountry=Countries DictionaryCountry=Countries
DictionnaryCurrency=Currencies DictionaryCurrency=Currencies
DictionnaryCivility=Civility title DictionaryCivility=Civility title
DictionnaryActions=Type of agenda events DictionaryActions=Type of agenda events
DictionnarySocialContributions=Social contributions types DictionarySocialContributions=Social contributions types
DictionnaryVAT=VAT Rates or Sales Tax Rates DictionaryVAT=VAT Rates or Sales Tax Rates
DictionnaryRevenueStamp=Amount of revenue stamps DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Payment terms DictionaryPaymentConditions=Payment terms
DictionnaryPaymentModes=Payment modes DictionaryPaymentModes=Payment modes
DictionnaryTypeContact=Contact/Address types DictionaryTypeContact=Contact/Address types
DictionnaryEcotaxe=Ecotax (WEEE) DictionaryEcotaxe=Ecotax (WEEE)
DictionnaryPaperFormat=Paper formats DictionaryPaperFormat=Paper formats
DictionnaryFees=Type of fees DictionaryFees=Type of fees
DictionnarySendingMethods=Shipping methods DictionarySendingMethods=Shipping methods
DictionnaryStaff=Staff DictionaryStaff=Staff
DictionnaryAvailability=Delivery delay DictionaryAvailability=Delivery delay
DictionnaryOrderMethods=Ordering methods DictionaryOrderMethods=Ordering methods
DictionnarySource=Origin of proposals/orders DictionarySource=Origin of proposals/orders
DictionnaryAccountancyplan=Chart of accounts DictionaryAccountancyplan=Chart of accounts
DictionnaryAccountancysystem=Models for chart of accounts DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Setup saved SetupSaved=Setup saved
BackToModuleList=Back to modules list BackToModuleList=Back to modules list
BackToDictionnaryList=Back to dictionaries list BackToDictionaryList=Back to dictionaries list
VATReceivedOnly=Special rate not charged VATReceivedOnly=Special rate not charged
VATManagement=VAT Management 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. 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. 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. 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 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. 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. 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. MiscellaneousDesc=Define here all other parameters related to security.
@ -1425,7 +1425,7 @@ AccountancyCodeBuy=Purchase account. code
AgendaSetup=Events and agenda module setup AgendaSetup=Events and agenda module setup
PasswordTogetVCalExport=Key to authorize export link PasswordTogetVCalExport=Key to authorize export link
PastDelayVCalExport=Do not export event older than 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=The id of parent line found from code, will be in
SourceRequired=Data value is mandatory SourceRequired=Data value is mandatory
SourceExample=Example of possible data value SourceExample=Example of possible data value
ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> 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 ]. 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). 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). Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Total
TotalMan=Total TotalMan=Total
NeverReceived=Never received NeverReceived=Never received
Canceled=Canceled 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 Color=Color
Documents=Linked files Documents=Linked files
DocumentsNb=Linked files (%s) DocumentsNb=Linked files (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Configuración de la seguridad
ErrorModuleRequirePHPVersion=Error, este módulo requiere una versión %s o superior de PHP 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 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. ErrorDecimalLargerThanAreForbidden=Error, las precisiones superiores a <b>%s</b> no están soportadas.
DictionnarySetup=Diccionarios DictionarySetup=Diccionarios
Dictionnary=Diccionarios Dictionary=Diccionarios
ErrorReservedTypeSystemSystemAuto=El uso del tipo 'system' y 'systemauto' está reservado. Puede utilizar 'user' como valor para añadir su propio registro 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 ErrorCodeCantContainZero=El código no puede contener el valor 0
DisableJavascript=Desactivar las funciones Javascript y AJAX DisableJavascript=Desactivar las funciones Javascript y AJAX
@ -726,34 +726,34 @@ Permission55001=Leer encuestas
Permission55002=Crear/modificar encuestas Permission55002=Crear/modificar encuestas
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Tipos de empresa DictionaryCompanyType=Tipos de empresa
DictionnaryCompanyJuridicalType=Formas jurídicas DictionaryCompanyJuridicalType=Formas jurídicas
DictionnaryProspectLevel=Perspectiva nivel cliente potencial DictionaryProspectLevel=Perspectiva nivel cliente potencial
DictionnaryCanton=Departamentos/Provincias/Zonas DictionaryCanton=Departamentos/Provincias/Zonas
DictionnaryRegion=Regiones DictionaryRegion=Regiones
DictionnaryCountry=Países DictionaryCountry=Países
DictionnaryCurrency=Monedas DictionaryCurrency=Monedas
DictionnaryCivility=Títulos de cortesía DictionaryCivility=Títulos de cortesía
DictionnaryActions=Tipos de eventos de la agenda DictionaryActions=Tipos de eventos de la agenda
DictionnarySocialContributions=Tipos de cargas sociales DictionarySocialContributions=Tipos de cargas sociales
DictionnaryVAT=Tasa de IVA (Impuesto sobre ventas en EEUU) DictionaryVAT=Tasa de IVA (Impuesto sobre ventas en EEUU)
DictionnaryRevenueStamp=Importes de sellos fiscales DictionaryRevenueStamp=Importes de sellos fiscales
DictionnaryPaymentConditions=Condiciones de pago DictionaryPaymentConditions=Condiciones de pago
DictionnaryPaymentModes=Modos de pago DictionaryPaymentModes=Modos de pago
DictionnaryTypeContact=Tipos de contactos/direcciones DictionaryTypeContact=Tipos de contactos/direcciones
DictionnaryEcotaxe=Baremos CEcoParticipación (DEEE) DictionaryEcotaxe=Baremos CEcoParticipación (DEEE)
DictionnaryPaperFormat=Formatos de papel DictionaryPaperFormat=Formatos de papel
DictionnaryFees=Tipos de desplazamientos y honorarios DictionaryFees=Tipos de desplazamientos y honorarios
DictionnarySendingMethods=Métodos de expedición DictionarySendingMethods=Métodos de expedición
DictionnaryStaff=Empleados DictionaryStaff=Empleados
DictionnaryAvailability=Tiempos de entrega DictionaryAvailability=Tiempos de entrega
DictionnaryOrderMethods=Métodos de pedido DictionaryOrderMethods=Métodos de pedido
DictionnarySource=Orígenes de presupuestos/pedidos DictionarySource=Orígenes de presupuestos/pedidos
DictionnaryAccountancyplan=Plan contable DictionaryAccountancyplan=Plan contable
DictionnaryAccountancysystem=Modelos de planes contables DictionaryAccountancysystem=Modelos de planes contables
SetupSaved=Configuración guardada SetupSaved=Configuración guardada
BackToModuleList=Volver a la lista de módulos 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 VATReceivedOnly=Impuestos especiales no facturables
VATManagement=Gestión IVA 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> 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 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 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 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 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" 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. MiscellaneousDesc=Defina aquí los otros parámetros relacionados con la seguridad.

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=El id de la línea padre encontrada a partir del
SourceRequired=Datos de origen obligatorios SourceRequired=Datos de origen obligatorios
SourceExample=Ejemplo de datos de origen posibles SourceExample=Ejemplo de datos de origen posibles
ExampleAnyRefFoundIntoElement=Todas las referencias encontradas para los elementos <b>%s</b> 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 ]. 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). 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). Excel2007FormatDesc=Archivo con formato <b>Excel</b> (.xlsx)<br>Este es el formato nativo de Excel 2007 (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Total
TotalMan=Total TotalMan=Total
NeverReceived=Nunca recibido NeverReceived=Nunca recibido
Canceled=Cancelado 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 Color=Color
Documents=Documentos Documents=Documentos
DocumentsNb=archivos adjuntos (%s) DocumentsNb=archivos adjuntos (%s)

View File

@ -2,7 +2,7 @@
Permission91=Consultar impuestos e ISV Permission91=Consultar impuestos e ISV
Permission92=Crear/modificar impuestos e ISV Permission92=Crear/modificar impuestos e ISV
Permission93=Eliminar 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 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> 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. VATIsNotUsedDesc=El tipo de ISV propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades.

View File

@ -2,7 +2,7 @@
Permission91=Consultar impuestos e IGV Permission91=Consultar impuestos e IGV
Permission92=Crear/modificar impuestos e IGV Permission92=Crear/modificar impuestos e IGV
Permission93=Eliminar 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 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> 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. VATIsNotUsedDesc=El tipo de IGV propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades.

View File

@ -2,7 +2,7 @@
Permission91=Consultar impuestos e IVU Permission91=Consultar impuestos e IVU
Permission92=Crear/modificar impuestos e IVU Permission92=Crear/modificar impuestos e IVU
Permission93=Eliminar 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 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> 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. VATIsNotUsedDesc=El tipo de IVU propuesto por defecto es 0. Este es el caso de asociaciones, particulares o algunas pequeñas sociedades.

View File

@ -43,8 +43,8 @@ SecuritySetup=Turvaseaded
ErrorModuleRequirePHPVersion=Viga: see moodul nõuab PHP versiooni %s või kõrgemat 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 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. ErrorDecimalLargerThanAreForbidden=Viga, suurem täpsus kui <b>%s</b> ei ole toetatud.
DictionnarySetup=Sõnastiku seadistamine DictionarySetup=Sõnastiku seadistamine
Dictionnary=Sõnastikud Dictionary=Sõnastikud
ErrorReservedTypeSystemSystemAuto=Tüübi väärtused 'system' ja 'systemauto' on reserveeritud. Omaloodud kirje väärtuseks võib kasutada väärtust 'user'. 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 ErrorCodeCantContainZero=Kood ei või sisaldada väärtust 0
DisableJavascript=Keela JavaScript ja Ajax funktsioonid DisableJavascript=Keela JavaScript ja Ajax funktsioonid
@ -726,34 +726,34 @@ Permission55001=Küsitluste vaatamine
Permission55002=Küsitluste loomine/muutmine Permission55002=Küsitluste loomine/muutmine
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Ettevõtete tüübid DictionaryCompanyType=Ettevõtete tüübid
DictionnaryCompanyJuridicalType=Ettevõtete juriidilised liigid DictionaryCompanyJuridicalType=Ettevõtete juriidilised liigid
DictionnaryProspectLevel=Huvilise potentsiaal DictionaryProspectLevel=Huvilise potentsiaal
DictionnaryCanton=Osariik/kantonid DictionaryCanton=Osariik/kantonid
DictionnaryRegion=Regioonid DictionaryRegion=Regioonid
DictionnaryCountry=Riigid DictionaryCountry=Riigid
DictionnaryCurrency=Valuutad DictionaryCurrency=Valuutad
DictionnaryCivility=Pöördumise tiitel DictionaryCivility=Pöördumise tiitel
DictionnaryActions=Päevakava tegevuste liigid DictionaryActions=Päevakava tegevuste liigid
DictionnarySocialContributions=Sotsiaalmaksu liigid DictionarySocialContributions=Sotsiaalmaksu liigid
DictionnaryVAT=Käibemaksu või müügimaksu määrad DictionaryVAT=Käibemaksu või müügimaksu määrad
DictionnaryRevenueStamp=Maksumärkide kogus DictionaryRevenueStamp=Maksumärkide kogus
DictionnaryPaymentConditions=Maksetingimused DictionaryPaymentConditions=Maksetingimused
DictionnaryPaymentModes=Maksemoodused DictionaryPaymentModes=Maksemoodused
DictionnaryTypeContact=Kontaktide/Aadresside liigid DictionaryTypeContact=Kontaktide/Aadresside liigid
DictionnaryEcotaxe=Keskkonnamaks (WEEE) DictionaryEcotaxe=Keskkonnamaks (WEEE)
DictionnaryPaperFormat=Paberiformaadid DictionaryPaperFormat=Paberiformaadid
DictionnaryFees=Lisatasude liigid DictionaryFees=Lisatasude liigid
DictionnarySendingMethods=Saatmise meetodid DictionarySendingMethods=Saatmise meetodid
DictionnaryStaff=Personal DictionaryStaff=Personal
DictionnaryAvailability=Saatmise viivitus DictionaryAvailability=Saatmise viivitus
DictionnaryOrderMethods=Tellimise meetodid DictionaryOrderMethods=Tellimise meetodid
DictionnarySource=Pakkumiste/tellimuste päritolu DictionarySource=Pakkumiste/tellimuste päritolu
DictionnaryAccountancyplan=Kontoplaan DictionaryAccountancyplan=Kontoplaan
DictionnaryAccountancysystem=Kontoplaani mudelid DictionaryAccountancysystem=Kontoplaani mudelid
SetupSaved=Seadistused salvestatud SetupSaved=Seadistused salvestatud
BackToModuleList=Tagasi moodulite nimekirja BackToModuleList=Tagasi moodulite nimekirja
BackToDictionnaryList=Tagasi sõnastike nimekirja BackToDictionaryList=Tagasi sõnastike nimekirja
VATReceivedOnly=Erihinda ei maksustata VATReceivedOnly=Erihinda ei maksustata
VATManagement=Käibemaksu haldamine 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. 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. 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. 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. 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. 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. 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. MiscellaneousDesc=Määratle siin muud parameetrid, mis on seotud turvalisusega.

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Koodist leitud emarea ID sisestatakse järgmisse
SourceRequired=Andmeväärtus on kohustuslik SourceRequired=Andmeväärtus on kohustuslik
SourceExample=Võimaliku andmeväärtuse näide SourceExample=Võimaliku andmeväärtuse näide
ExampleAnyRefFoundIntoElement=Iga elemendi <b>%s</b> jaoks leitud viide 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 ]. 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). Excel95FormatDesc=<b>Excel</b> faili formaat (.xls)<br>Excel 95 formaat (BIFF5).
Excel2007FormatDesc=<b>Excel</b> faili formaat (.xlsx)<br>Excel 2007 formaat (SpreadsheetML). Excel2007FormatDesc=<b>Excel</b> faili formaat (.xlsx)<br>Excel 2007 formaat (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Täielik
TotalMan=Täielik TotalMan=Täielik
NeverReceived=Pole vastu võetud NeverReceived=Pole vastu võetud
Canceled=Tühistatud 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 Color=Värv
Documents=Seotud failid Documents=Seotud failid
DocumentsNb=Seotud failid (%s) DocumentsNb=Seotud failid (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=تنظیمات امنیتی
ErrorModuleRequirePHPVersion=خطا! این ماژول نیازمند پی اچ پی نسخه <b>%s</b> و ب ErrorModuleRequirePHPVersion=خطا! این ماژول نیازمند پی اچ پی نسخه <b>%s</b> و ب
ErrorModuleRequireDolibarrVersion=خطا این ماژول نیازمند دلیبار نسخه <b>%s</b> و به بالاست ErrorModuleRequireDolibarrVersion=خطا این ماژول نیازمند دلیبار نسخه <b>%s</b> و به بالاست
ErrorDecimalLargerThanAreForbidden=خطا دقت بیش از <b>%s</b> امکان پذیر نیست ErrorDecimalLargerThanAreForbidden=خطا دقت بیش از <b>%s</b> امکان پذیر نیست
DictionnarySetup=تنظیمات فرهنگ لغات DictionarySetup=تنظیمات فرهنگ لغات
Dictionnary=دیکشنری Dictionary=دیکشنری
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=غیر فعال سازی جاوا اسکریپت DisableJavascript=غیر فعال سازی جاوا اسکریپت
@ -726,34 +726,34 @@ Permission2515=إعداد وثائق وأدلة
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=أنواع الشركة DictionaryCompanyType=أنواع الشركة
DictionnaryCompanyJuridicalType=أنواع القانوني للشركة DictionaryCompanyJuridicalType=أنواع القانوني للشركة
DictionnaryProspectLevel=آفاق محتملة المستوى DictionaryProspectLevel=آفاق محتملة المستوى
DictionnaryCanton=الدولة / الكانتونات DictionaryCanton=الدولة / الكانتونات
DictionnaryRegion=المناطق DictionaryRegion=المناطق
DictionnaryCountry=البلدان DictionaryCountry=البلدان
DictionnaryCurrency=العملات DictionaryCurrency=العملات
DictionnaryCivility=عنوان الكياسة DictionaryCivility=عنوان الكياسة
DictionnaryActions=الإجراءات القائمة DictionaryActions=الإجراءات القائمة
DictionnarySocialContributions=أنواع المساهمات الاجتماعية DictionarySocialContributions=أنواع المساهمات الاجتماعية
DictionnaryVAT=معدلات ضريبة القيمة المضافة DictionaryVAT=معدلات ضريبة القيمة المضافة
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=شروط الدفع DictionaryPaymentConditions=شروط الدفع
DictionnaryPaymentModes=طرق الدفع DictionaryPaymentModes=طرق الدفع
DictionnaryTypeContact=أنواع الاتصال DictionaryTypeContact=أنواع الاتصال
DictionnaryEcotaxe=الضرائب الإيكولوجية (WEEE) DictionaryEcotaxe=الضرائب الإيكولوجية (WEEE)
DictionnaryPaperFormat=الصيغة الورقية DictionaryPaperFormat=الصيغة الورقية
DictionnaryFees=نوع من الرسوم DictionaryFees=نوع من الرسوم
DictionnarySendingMethods=طرق الإرسال DictionarySendingMethods=طرق الإرسال
DictionnaryStaff=العاملين DictionaryStaff=العاملين
# DictionnaryAvailability=Delivery delay # DictionaryAvailability=Delivery delay
# DictionnaryOrderMethods=Ordering methods # DictionaryOrderMethods=Ordering methods
# DictionnarySource=Origin of proposals/orders # DictionarySource=Origin of proposals/orders
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=الإعداد المحفوظة SetupSaved=الإعداد المحفوظة
BackToModuleList=العودة إلى قائمة الوحدات BackToModuleList=العودة إلى قائمة الوحدات
BackToDictionnaryList=العودة إلى قائمة معاجم BackToDictionaryList=العودة إلى قائمة معاجم
VATReceivedOnly=سعر خاص لا تحمل VATReceivedOnly=سعر خاص لا تحمل
VATManagement=إدارة الضريبة على القيمة المضافة VATManagement=إدارة الضريبة على القيمة المضافة
VATIsUsedDesc=معدل ضريبة القيمة المضافة بشكل افتراضي عند إنشاء الآفاق ، والفواتير ، وما يتبع أوامر النشطة القياسية للمادة : <br> إذا كان البائع هو تعرض لضريبة القيمة المضافة ، وضريبة القيمة المضافة بعد ذلك تلقائيا= 0. نهاية المادة. <br> إذا كان (بيع وشراء= بلد في البلد) ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة من بيع المنتج في البلد. نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية ، وبيعت البضاعة الجديدة بعد أن وسائل النقل (السيارات ، والسفن ، والطائرات) ، الافتراضي= 0 ضريبة القيمة المضافة (ضريبة القيمة المضافة وينبغي أن تدفع من قبل المشتري في customoffice بلاده وليس على البائع . نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية والسلع التي تباع عن طريق وسائل أخرى جديدة بدلا من وسائل النقل ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة للمنتجات المباعة. نهاية المادة. <br> وإلا فإن ضريبة القيمة المضافة المقترحة الافتراضي= 1. نهاية المادة. VATIsUsedDesc=معدل ضريبة القيمة المضافة بشكل افتراضي عند إنشاء الآفاق ، والفواتير ، وما يتبع أوامر النشطة القياسية للمادة : <br> إذا كان البائع هو تعرض لضريبة القيمة المضافة ، وضريبة القيمة المضافة بعد ذلك تلقائيا= 0. نهاية المادة. <br> إذا كان (بيع وشراء= بلد في البلد) ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة من بيع المنتج في البلد. نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية ، وبيعت البضاعة الجديدة بعد أن وسائل النقل (السيارات ، والسفن ، والطائرات) ، الافتراضي= 0 ضريبة القيمة المضافة (ضريبة القيمة المضافة وينبغي أن تدفع من قبل المشتري في customoffice بلاده وليس على البائع . نهاية المادة. <br> إذا كان البائع والمشتري في الجماعة الأوروبية والسلع التي تباع عن طريق وسائل أخرى جديدة بدلا من وسائل النقل ، فإن ضريبة القيمة المضافة بشكل افتراضي= ضريبة القيمة المضافة للمنتجات المباعة. نهاية المادة. <br> وإلا فإن ضريبة القيمة المضافة المقترحة الافتراضي= 1. نهاية المادة.
@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=يتسبب في تعطيل هذه الصورة
TriggerAlwaysActive=يطلق في هذا الملف هي حركة دائمة ، وتفعيل ما هي وحدات Dolibarr. TriggerAlwaysActive=يطلق في هذا الملف هي حركة دائمة ، وتفعيل ما هي وحدات Dolibarr.
TriggerActiveAsModuleActive=يطلق في هذا الملف كما ينشط حدة تمكين <b>٪ ق.</b> TriggerActiveAsModuleActive=يطلق في هذا الملف كما ينشط حدة تمكين <b>٪ ق.</b>
GeneratedPasswordDesc=هنا تعريف القاعدة التي تريد استخدامه لكلمة السر اذا كنت أسأل لصناعة السيارات ولدت كلمة السر GeneratedPasswordDesc=هنا تعريف القاعدة التي تريد استخدامه لكلمة السر اذا كنت أسأل لصناعة السيارات ولدت كلمة السر
DictionnaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك. DictionaryDesc=تعرف هنا إشارة datas. يمكنك استكمال مسبقا مع قيمة لك.
ConstDesc=تسمح لك هذه الصفحة لتحرير جميع البارامترات الأخرى غير المتوفرة في الصفحات السابقة. فهي محفوظة لمعايير متقدمة للمطورين أو troubleshouting. ConstDesc=تسمح لك هذه الصفحة لتحرير جميع البارامترات الأخرى غير المتوفرة في الصفحات السابقة. فهي محفوظة لمعايير متقدمة للمطورين أو troubleshouting.
OnceSetupFinishedCreateUsers=تحذير فأنت Dolibarr مدير المستخدم. مدير المستخدمين تستخدم لإعداد Dolibarr. لالمعتاد استخدام Dolibarr ، يوصى باستخدام غير مستخدم مدير خلق مجموعات من المستخدمين & القائمة. OnceSetupFinishedCreateUsers=تحذير فأنت Dolibarr مدير المستخدم. مدير المستخدمين تستخدم لإعداد Dolibarr. لالمعتاد استخدام Dolibarr ، يوصى باستخدام غير مستخدم مدير خلق مجموعات من المستخدمين & القائمة.
MiscellaneousDesc=هنا تعريف جميع البارامترات الأخرى ذات الصلة بالأمن. MiscellaneousDesc=هنا تعريف جميع البارامترات الأخرى ذات الصلة بالأمن.
@ -1435,7 +1435,7 @@ YourCompanyDoesNotUseVAT=وقد تم تسجيل شركة محددة لعدم ا
AgendaSetup=جدول الأعمال وحدة الإعداد AgendaSetup=جدول الأعمال وحدة الإعداد
PasswordTogetVCalExport=مفتاح ربط تصدير تأذن PasswordTogetVCalExport=مفتاح ربط تصدير تأذن
PastDelayVCalExport=لا تصدر الحدث الأكبر من 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 ##### ##### ClickToDial #####
ClickToDialDesc=هذا النموذج يسمح لإضافة رمز بعد رقم هاتف Dolibarr الاتصالات. وهناك اضغط على هذه الأيقونة ، سوف يطلب من أحد serveur معينة مع تحديد عنوان لكم أدناه. ويمكن استخدام هذه الكلمة لدعوة من مركز نظام Dolibarr التي يمكن الاتصال على رقم الهاتف هذا المسبار النظام على سبيل المثال. ClickToDialDesc=هذا النموذج يسمح لإضافة رمز بعد رقم هاتف Dolibarr الاتصالات. وهناك اضغط على هذه الأيقونة ، سوف يطلب من أحد serveur معينة مع تحديد عنوان لكم أدناه. ويمكن استخدام هذه الكلمة لدعوة من مركز نظام Dolibarr التي يمكن الاتصال على رقم الهاتف هذا المسبار النظام على سبيل المثال.
##### Point Of Sales (CashDesk) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataIDSourceIsInsertedInto=العثور على كائن معرف الأصل با
SourceRequired=بيانات قيمة إلزامية SourceRequired=بيانات قيمة إلزامية
SourceExample=مثال على قيمة البيانات ممكن SourceExample=مثال على قيمة البيانات ممكن
# ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> # 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=المجموع
TotalMan=المجموع TotalMan=المجموع
NeverReceived=لم يتلق NeverReceived=لم يتلق
Canceled=ألغى Canceled=ألغى
YouCanChangeValuesForThisListFromDictionnarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary YouCanChangeValuesForThisListFromDictionarySetup=يمكنك تغيير القيم لهذه القائمة من قائمة الإعداد -- dictionnary
Color=لون Color=لون
Documents=ربط الملفات Documents=ربط الملفات
DocumentsNb=ملفات مرتبطة (%s) DocumentsNb=ملفات مرتبطة (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Turvallisuus-asetukset
ErrorModuleRequirePHPVersion=Virhe Tätä moduulia edellyttää PHP version %s tai enemmän ErrorModuleRequirePHPVersion=Virhe Tätä moduulia edellyttää PHP version %s tai enemmän
ErrorModuleRequireDolibarrVersion=Virhe Tätä moduulia edellyttää Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Virhe, tarkkuuden suurempi <b>kuin %s</b> ei ole tuettu.
DictionnarySetup=Sanakirja setup DictionarySetup=Sanakirja setup
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Poista JavaScript-ja Ajax toiminnot DisableJavascript=Poista JavaScript-ja Ajax toiminnot
@ -726,34 +726,34 @@ Permission50202=Tuo liiketoimet
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Yritys tyypit DictionaryCompanyType=Yritys tyypit
DictionnaryCompanyJuridicalType=Mustan erilaisia yrityksen DictionaryCompanyJuridicalType=Mustan erilaisia yrityksen
DictionnaryProspectLevel=Esitetilaus mahdolliset tasolla DictionaryProspectLevel=Esitetilaus mahdolliset tasolla
DictionnaryCanton=Piirit DictionaryCanton=Piirit
DictionnaryRegion=Alueiden DictionaryRegion=Alueiden
DictionnaryCountry=Maat DictionaryCountry=Maat
DictionnaryCurrency=Valuutat DictionaryCurrency=Valuutat
DictionnaryCivility=Kohteliaisuus otsikko DictionaryCivility=Kohteliaisuus otsikko
DictionnaryActions=Toimet luettelo DictionaryActions=Toimet luettelo
DictionnarySocialContributions=Sosiaaliturvamaksut tyypit DictionarySocialContributions=Sosiaaliturvamaksut tyypit
DictionnaryVAT=Alv DictionaryVAT=Alv
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Maksuehdot DictionaryPaymentConditions=Maksuehdot
DictionnaryPaymentModes=Maksutavat DictionaryPaymentModes=Maksutavat
DictionnaryTypeContact=Yhteystiedot tyypit DictionaryTypeContact=Yhteystiedot tyypit
DictionnaryEcotaxe=Ympäristöveron (WEEE) DictionaryEcotaxe=Ympäristöveron (WEEE)
DictionnaryPaperFormat=Paper tiedostomuodot DictionaryPaperFormat=Paper tiedostomuodot
DictionnaryFees=Tyyppi maksujen DictionaryFees=Tyyppi maksujen
DictionnarySendingMethods=Sendings menetelmiä DictionarySendingMethods=Sendings menetelmiä
DictionnaryStaff=Henkilöstö DictionaryStaff=Henkilöstö
DictionnaryAvailability=Toimituksen viivästyminen DictionaryAvailability=Toimituksen viivästyminen
DictionnaryOrderMethods=Tilaaminen menetelmät DictionaryOrderMethods=Tilaaminen menetelmät
DictionnarySource=Alkuperä ehdotusten / tilaukset DictionarySource=Alkuperä ehdotusten / tilaukset
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Setup tallennettu SetupSaved=Setup tallennettu
BackToModuleList=Palaa moduulien luetteloon BackToModuleList=Palaa moduulien luetteloon
BackToDictionnaryList=Palaa sanakirjat luettelo BackToDictionaryList=Palaa sanakirjat luettelo
VATReceivedOnly=Erityistä verokantaa ei veloiteta VATReceivedOnly=Erityistä verokantaa ei veloiteta
VATManagement=Alv Management 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. # 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. 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ä. 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 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. 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. 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. 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 AgendaSetup=Toimet ja esityslistan moduulin asetukset
PasswordTogetVCalExport=Avain sallia viennin linkki PasswordTogetVCalExport=Avain sallia viennin linkki
PastDelayVCalExport=Älä viedä tapauksessa vanhempia kuin 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id vanhemman linjan löydy koodia, lisätään os
SourceRequired=Tiedon arvo on pakollinen SourceRequired=Tiedon arvo on pakollinen
SourceExample=Esimerkki mahdollisesta tietojen arvo SourceExample=Esimerkki mahdollisesta tietojen arvo
ExampleAnyRefFoundIntoElement=Jos ref löytynyt elementin <b>%s</b> 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Yhteensä
TotalMan=Yhteensä TotalMan=Yhteensä
NeverReceived=Koskaan saanut NeverReceived=Koskaan saanut
Canceled=Peruutettu 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 Color=Väri
Documents=Linkitettyjä tiedostoja Documents=Linkitettyjä tiedostoja
DocumentsNb=Linkitettyä kuvaa (%s) DocumentsNb=Linkitettyä kuvaa (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Configuration de la sécurité
ErrorModuleRequirePHPVersion=Erreur, ce module requiert une version %s ou supérieure de PHP 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 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. ErrorDecimalLargerThanAreForbidden=Erreur, les précisions supérieures à <b>%s</b> ne sont pas prises en charge.
DictionnarySetup=Configuration des dictionnaires DictionarySetup=Configuration des dictionnaires
Dictionnary=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 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 ErrorCodeCantContainZero=Erreur, le code ne peut contenir la valeur 0
DisableJavascript=Désactiver les fonctions Javascript et Ajax DisableJavascript=Désactiver les fonctions Javascript et Ajax
@ -726,34 +726,34 @@ Permission55001=Lire les sondages
Permission55002=Créer/modifier les sondages Permission55002=Créer/modifier les sondages
Permission59001=Consulter les propositions commerciales Permission59001=Consulter les propositions commerciales
Permission59002=Saisir les marges commerciales Permission59002=Saisir les marges commerciales
DictionnaryCompanyType=Types de sociétés DictionaryCompanyType=Types de sociétés
DictionnaryCompanyJuridicalType=Formes juridiques DictionaryCompanyJuridicalType=Formes juridiques
DictionnaryProspectLevel=Niveau de potentiel des prospects DictionaryProspectLevel=Niveau de potentiel des prospects
DictionnaryCanton=Départements/Provinces/Cantons DictionaryCanton=Départements/Provinces/Cantons
DictionnaryRegion=Régions DictionaryRegion=Régions
DictionnaryCountry=Pays DictionaryCountry=Pays
DictionnaryCurrency=Monnaies DictionaryCurrency=Monnaies
DictionnaryCivility=Titres de civilité DictionaryCivility=Titres de civilité
DictionnaryActions=Liste des types d'événements de l'agenda DictionaryActions=Liste des types d'événements de l'agenda
DictionnarySocialContributions=Types de charges sociales DictionarySocialContributions=Types de charges sociales
DictionnaryVAT=Taux de TVA ou de taxes de ventes DictionaryVAT=Taux de TVA ou de taxes de ventes
DictionnaryRevenueStamp=Montants des timbres fiscaux DictionaryRevenueStamp=Montants des timbres fiscaux
DictionnaryPaymentConditions=Conditions de règlement DictionaryPaymentConditions=Conditions de règlement
DictionnaryPaymentModes=Modes de paiements DictionaryPaymentModes=Modes de paiements
DictionnaryTypeContact=Types de contacts/adresses DictionaryTypeContact=Types de contacts/adresses
DictionnaryEcotaxe=Barèmes Éco-participation (DEEE) DictionaryEcotaxe=Barèmes Éco-participation (DEEE)
DictionnaryPaperFormat=Formats de papier DictionaryPaperFormat=Formats de papier
DictionnaryFees=Types de déplacements et notes de frais DictionaryFees=Types de déplacements et notes de frais
DictionnarySendingMethods=Méthodes d'expédition DictionarySendingMethods=Méthodes d'expédition
DictionnaryStaff=Effectifs DictionaryStaff=Effectifs
DictionnaryAvailability=Délais de livraison DictionaryAvailability=Délais de livraison
DictionnaryOrderMethods=Méthodes de commandes DictionaryOrderMethods=Méthodes de commandes
DictionnarySource=Origines des propales/commandes DictionarySource=Origines des propales/commandes
DictionnaryAccountancyplan=Plan comptable DictionaryAccountancyplan=Plan comptable
DictionnaryAccountancysystem=Modèles de plan comptable DictionaryAccountancysystem=Modèles de plan comptable
SetupSaved=Configuration sauvegardée SetupSaved=Configuration sauvegardée
BackToModuleList=Retour liste des modules BackToModuleList=Retour liste des modules
BackToDictionnaryList=Retour liste des dictionnaires BackToDictionaryList=Retour liste des dictionnaires
VATReceivedOnly=Taux spécial non facturé VATReceivedOnly=Taux spécial non facturé
VATManagement=Gestion TVA 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> 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. 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. 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 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. 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". 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é. MiscellaneousDesc=Définissez ici les autres paramètres en rapport avec la sécurité.

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=L'identifiant de la ligne père retrouvé à part
SourceRequired=Donnée source obligatoire SourceRequired=Donnée source obligatoire
SourceExample=Exemple de donnée source possible SourceExample=Exemple de donnée source possible
ExampleAnyRefFoundIntoElement=Toute réf. trouvée pour les éléments <b>%s</b> 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 ]. 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). Excel95FormatDesc=Format <b>Excel</b> (.xls).<br>Format Excel 95 (BIFF5).
Excel2007FormatDesc=Format <b>Excel</b> (.xls).<br>Format standard Excel 2007 (SpreadsheetML). Excel2007FormatDesc=Format <b>Excel</b> (.xls).<br>Format standard Excel 2007 (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Totale
TotalMan=Total TotalMan=Total
NeverReceived=Jamais reçu NeverReceived=Jamais reçu
Canceled=Annulé 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 Color=Couleur
Documents=Fichiers joints Documents=Fichiers joints
DocumentsNb=Fichiers joints (%s) DocumentsNb=Fichiers joints (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=הגדרת אבטחה
ErrorModuleRequirePHPVersion=שגיאה, מודול זה דורש %s PHP גירסה ומעלה ErrorModuleRequirePHPVersion=שגיאה, מודול זה דורש %s PHP גירסה ומעלה
ErrorModuleRequireDolibarrVersion=שגיאה, מודול זה דורש %s Dolibarr גרסה ומעלה ErrorModuleRequireDolibarrVersion=שגיאה, מודול זה דורש %s Dolibarr גרסה ומעלה
ErrorDecimalLargerThanAreForbidden=שגיאה, דיוק גבוה יותר <b>%s</b> אינו נתמך. ErrorDecimalLargerThanAreForbidden=שגיאה, דיוק גבוה יותר <b>%s</b> אינו נתמך.
DictionnarySetup=הגדרת מילון DictionarySetup=הגדרת מילון
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=בטל פונקציונליות של JavaScript ו Ajax DisableJavascript=בטל פונקציונליות של JavaScript ו Ajax
@ -726,34 +726,34 @@ Permission50202=ייבוא ​​עסקאות
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=החברה סוגים DictionaryCompanyType=החברה סוגים
DictionnaryCompanyJuridicalType=סוגים חוק ומשפט של החברה DictionaryCompanyJuridicalType=סוגים חוק ומשפט של החברה
DictionnaryProspectLevel=הסיכוי הפוטנציאלי ברמה DictionaryProspectLevel=הסיכוי הפוטנציאלי ברמה
DictionnaryCanton=המדינה / הקנטונים DictionaryCanton=המדינה / הקנטונים
DictionnaryRegion=אזורים DictionaryRegion=אזורים
DictionnaryCountry=מדינות DictionaryCountry=מדינות
DictionnaryCurrency=מטבעות DictionaryCurrency=מטבעות
DictionnaryCivility=באדיבות כותרת DictionaryCivility=באדיבות כותרת
DictionnaryActions=סוג של אירועים סדר היום DictionaryActions=סוג של אירועים סדר היום
DictionnarySocialContributions=תשלומים סוציאליים סוגים DictionarySocialContributions=תשלומים סוציאליים סוגים
DictionnaryVAT=שיעורי מע&quot;מ או מכירות שיעורי מס DictionaryVAT=שיעורי מע&quot;מ או מכירות שיעורי מס
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=תנאי תשלום DictionaryPaymentConditions=תנאי תשלום
DictionnaryPaymentModes=תשלום מצבי DictionaryPaymentModes=תשלום מצבי
DictionnaryTypeContact=צור סוגים DictionaryTypeContact=צור סוגים
DictionnaryEcotaxe=Ecotax (WEEE) DictionaryEcotaxe=Ecotax (WEEE)
DictionnaryPaperFormat=נייר פורמטים DictionaryPaperFormat=נייר פורמטים
DictionnaryFees=סוג של דמי DictionaryFees=סוג של דמי
DictionnarySendingMethods=משלוח שיטות DictionarySendingMethods=משלוח שיטות
DictionnaryStaff=סגל DictionaryStaff=סגל
DictionnaryAvailability=עיכוב משלוח DictionaryAvailability=עיכוב משלוח
DictionnaryOrderMethods=הזמנת שיטות DictionaryOrderMethods=הזמנת שיטות
DictionnarySource=מקור הצעות / הזמנות DictionarySource=מקור הצעות / הזמנות
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=הגדרת הציל SetupSaved=הגדרת הציל
BackToModuleList=חזרה לרשימת מודולים BackToModuleList=חזרה לרשימת מודולים
BackToDictionnaryList=חזרה לרשימת המילונים BackToDictionaryList=חזרה לרשימת המילונים
VATReceivedOnly=שיעור מיוחד לא טעונה VATReceivedOnly=שיעור מיוחד לא טעונה
VATManagement=מע&quot;מ ניהול VATManagement=מע&quot;מ ניהול
VATIsUsedDesc=שיעור המע&quot;מ כברירת מחדל בעת יצירת הסיכויים, חשבוניות, הזמנות וכו 'פעל הכלל רגיל פעיל: <br> אם המוכר הוא נתון מע&quot;מ, אז המע&quot;מ כברירת מחדל = 0. קץ שלטון. <br> אם (בארץ מוכר = לקנות בארץ), אז כברירת מחדל מע&quot;מ = מס ערך מוסף של המוצר בארץ מוכר. קץ שלטון. <br> אם המוכר והקונה בקהילה וסחורות אירופה הם מוצרי תחבורה (מכונית, ספינה, מטוס), המע&quot;מ מחדל = 0 (המע&quot;מ צריך להיות משולם על ידי הקונה על customoffice של ארצו ולא המוכר). קץ שלטון. <br> אם המוכר והקונה בקהילה הקונה האירופי היא לא חברה, אז כברירת מחדל מע&quot;מ = מס ערך מוסף של המוצר שנמכר. קץ שלטון. <br> אם המוכר והקונה בקהילה האירופית הקונה היא חברה, אז מע&quot;מ כברירת מחדל = 0. קץ שלטון. <br> אחר מע&quot;מ ברירת המחדל המוצעת = 0. קץ שלטון. VATIsUsedDesc=שיעור המע&quot;מ כברירת מחדל בעת יצירת הסיכויים, חשבוניות, הזמנות וכו 'פעל הכלל רגיל פעיל: <br> אם המוכר הוא נתון מע&quot;מ, אז המע&quot;מ כברירת מחדל = 0. קץ שלטון. <br> אם (בארץ מוכר = לקנות בארץ), אז כברירת מחדל מע&quot;מ = מס ערך מוסף של המוצר בארץ מוכר. קץ שלטון. <br> אם המוכר והקונה בקהילה וסחורות אירופה הם מוצרי תחבורה (מכונית, ספינה, מטוס), המע&quot;מ מחדל = 0 (המע&quot;מ צריך להיות משולם על ידי הקונה על customoffice של ארצו ולא המוכר). קץ שלטון. <br> אם המוכר והקונה בקהילה הקונה האירופי היא לא חברה, אז כברירת מחדל מע&quot;מ = מס ערך מוסף של המוצר שנמכר. קץ שלטון. <br> אם המוכר והקונה בקהילה האירופית הקונה היא חברה, אז מע&quot;מ כברירת מחדל = 0. קץ שלטון. <br> אחר מע&quot;מ ברירת המחדל המוצעת = 0. קץ שלטון.
@ -921,7 +921,7 @@ TriggerDisabledAsModuleDisabled=גורמים בקובץ זה אינם זמיני
TriggerAlwaysActive=גורמים בקובץ זה תמיד פעיל, לא משנה מה הם מודולים Dolibarr מופעל. TriggerAlwaysActive=גורמים בקובץ זה תמיד פעיל, לא משנה מה הם מודולים Dolibarr מופעל.
TriggerActiveAsModuleActive=גורמים בקובץ זה הם פעיל <b>%s</b> מודול מופעלת. TriggerActiveAsModuleActive=גורמים בקובץ זה הם פעיל <b>%s</b> מודול מופעלת.
GeneratedPasswordDesc=להגדיר כאן כלל שבו ברצונך להשתמש כדי ליצור סיסמה חדשה אם אתה שואל כדי שהסיסמה אוטומטי שנוצר GeneratedPasswordDesc=להגדיר כאן כלל שבו ברצונך להשתמש כדי ליצור סיסמה חדשה אם אתה שואל כדי שהסיסמה אוטומטי שנוצר
DictionnaryDesc=להגדיר כאן את כל datas הפניה. אתה יכול להשלים ערך מוגדר מראש עם שלך. DictionaryDesc=להגדיר כאן את כל datas הפניה. אתה יכול להשלים ערך מוגדר מראש עם שלך.
ConstDesc=דף זה מאפשר לך לערוך את כל הפרמטרים האחרים לא זמין בעמודים הקודמים. הם שמורים הפרמטרים למפתחים מתקדמים או troubleshouting. ConstDesc=דף זה מאפשר לך לערוך את כל הפרמטרים האחרים לא זמין בעמודים הקודמים. הם שמורים הפרמטרים למפתחים מתקדמים או troubleshouting.
OnceSetupFinishedCreateUsers=אזהרה, אתה משתמש שמנהל Dolibarr. מנהל משתמשים רגילים להגדיר Dolibarr. לשימוש הרגיל של Dolibarr, מומלץ להשתמש משתמש של מנהל מערכת לא נוצר משתמשים &amp; תפריט קבוצות. OnceSetupFinishedCreateUsers=אזהרה, אתה משתמש שמנהל Dolibarr. מנהל משתמשים רגילים להגדיר Dolibarr. לשימוש הרגיל של Dolibarr, מומלץ להשתמש משתמש של מנהל מערכת לא נוצר משתמשים &amp; תפריט קבוצות.
MiscellaneousDesc=להגדיר כאן את כל הפרמטרים האחרים הקשורים לביטחון. MiscellaneousDesc=להגדיר כאן את כל הפרמטרים האחרים הקשורים לביטחון.
@ -1435,7 +1435,7 @@ AccountancyCode=חשבונאות קוד
AgendaSetup=אירועים מודול ההתקנה סדר היום AgendaSetup=אירועים מודול ההתקנה סדר היום
PasswordTogetVCalExport=מפתח לאשר הקישור יצוא PasswordTogetVCalExport=מפתח לאשר הקישור יצוא
PastDelayVCalExport=לא יצא אירוע מבוגרת 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 ##### ##### ClickToDial #####
ClickToDialDesc=מודול זה מאפשר להוסיף סמל אחרי מספרי טלפון. לחץ על סמל זה נקרא שרת עם כתובת ה-URL מסוים אתה מגדיר להלן. זה יכול לשמש כדי להתקשר למוקד הטלפוני המערכת Dolibarr שיכול להתקשר למספר הטלפון על מערכת SIP למשל. ClickToDialDesc=מודול זה מאפשר להוסיף סמל אחרי מספרי טלפון. לחץ על סמל זה נקרא שרת עם כתובת ה-URL מסוים אתה מגדיר להלן. זה יכול לשמש כדי להתקשר למוקד הטלפוני המערכת Dolibarr שיכול להתקשר למספר הטלפון על מערכת SIP למשל.
##### Point Of Sales (CashDesk) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ LibraryVersion=גרסה
# SourceRequired=Data value is mandatory # SourceRequired=Data value is mandatory
# SourceExample=Example of possible data value # SourceExample=Example of possible data value
# ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> # 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 ]. # 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ EventLogs=יומנים
# TotalMan=Total # TotalMan=Total
# NeverReceived=Never received # NeverReceived=Never received
# Canceled=Canceled # 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 # Color=Color
# Documents=Linked files # Documents=Linked files
# DocumentsNb=Linked files (%s) # DocumentsNb=Linked files (%s)

View File

@ -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 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 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. ErrorDecimalLargerThanAreForbidden=Hiba, a precíziós magasabb <b>%s</b> nem támogatott.
DictionnarySetup=Szótár beállítási DictionarySetup=Szótár beállítási
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Disable JavaScript és Ajax funkciókkal DisableJavascript=Disable JavaScript és Ajax funkciókkal
@ -726,34 +726,34 @@ Permission50202=Import ügyletek
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Cég típusok DictionaryCompanyType=Cég típusok
DictionnaryCompanyJuridicalType=Jogi féle cég DictionaryCompanyJuridicalType=Jogi féle cég
DictionnaryProspectLevel=Prospect potenciális szintjétől DictionaryProspectLevel=Prospect potenciális szintjétől
DictionnaryCanton=Állami / kantonok DictionaryCanton=Állami / kantonok
DictionnaryRegion=Régiók DictionaryRegion=Régiók
DictionnaryCountry=Országok DictionaryCountry=Országok
DictionnaryCurrency=Pénznemek DictionaryCurrency=Pénznemek
DictionnaryCivility=Udvariasság cím DictionaryCivility=Udvariasság cím
DictionnaryActions=Típusa napirendi események DictionaryActions=Típusa napirendi események
DictionnarySocialContributions=Társadalombiztosítási hozzájárulások típusai DictionarySocialContributions=Társadalombiztosítási hozzájárulások típusai
DictionnaryVAT=HÉA-kulcsok vagy Értékesítés adókulcsok DictionaryVAT=HÉA-kulcsok vagy Értékesítés adókulcsok
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Fizetési feltételek DictionaryPaymentConditions=Fizetési feltételek
DictionnaryPaymentModes=Fizetési módok DictionaryPaymentModes=Fizetési módok
DictionnaryTypeContact=Kapcsolat típusok DictionaryTypeContact=Kapcsolat típusok
DictionnaryEcotaxe=Ökoadó (WEEE) DictionaryEcotaxe=Ökoadó (WEEE)
DictionnaryPaperFormat=Papír formátumok DictionaryPaperFormat=Papír formátumok
DictionnaryFees=Típusa díjak DictionaryFees=Típusa díjak
DictionnarySendingMethods=Szállítási módok DictionarySendingMethods=Szállítási módok
DictionnaryStaff=Személyzet DictionaryStaff=Személyzet
DictionnaryAvailability=Szállítási késedelem DictionaryAvailability=Szállítási késedelem
DictionnaryOrderMethods=Rendelés módszerek DictionaryOrderMethods=Rendelés módszerek
DictionnarySource=Származási javaslatok / megrendelések DictionarySource=Származási javaslatok / megrendelések
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Beállítás mentett SetupSaved=Beállítás mentett
BackToModuleList=Visszalép a modulok listáját 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 VATReceivedOnly=Speciális kulcs nincs feltöltve
VATManagement=ÁFA kezelés 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. 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. 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. 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ó 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. 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. 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. 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 AgendaSetup=Rendezvények és napirend modul beállítási
PasswordTogetVCalExport=Főbb kiviteli engedélyezésének linket PasswordTogetVCalExport=Főbb kiviteli engedélyezésének linket
PastDelayVCalExport=Ne export esetén, mint a régebbi 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Az id a szülői vonal megtalálható a kód, akk
SourceRequired=Adatérték kötelező SourceRequired=Adatérték kötelező
SourceExample=Példa lehet az adatok értékét SourceExample=Példa lehet az adatok értékét
ExampleAnyRefFoundIntoElement=Minden ref talált elem <b>%s</b> 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Összes
TotalMan=Összes TotalMan=Összes
NeverReceived=Soha nem került átvételre NeverReceived=Soha nem került átvételre
Canceled=Megszakítva 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 Color=Szín
Documents=Kapcsolt fájlok Documents=Kapcsolt fájlok
DocumentsNb=Kapcsolt fájlok (%s) DocumentsNb=Kapcsolt fájlok (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Öryggi skipulag
ErrorModuleRequirePHPVersion=Villa, þessa einingu þarf PHP útgáfa %s eða hærri 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 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. ErrorDecimalLargerThanAreForbidden=Villa, a nákvæmni hærra <b>en %s </b> er ekki studd.
DictionnarySetup=Orðabók skipulag DictionarySetup=Orðabók skipulag
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Slökkva á Javascript og Ajax aðgerðir DisableJavascript=Slökkva á Javascript og Ajax aðgerðir
@ -726,34 +726,34 @@ Permission50202=Flytja viðskipti
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Fyrirtæki tegundir DictionaryCompanyType=Fyrirtæki tegundir
DictionnaryCompanyJuridicalType=Lögpersóna konar fyrirtæki DictionaryCompanyJuridicalType=Lögpersóna konar fyrirtæki
DictionnaryProspectLevel=Prospect hugsanleg stig DictionaryProspectLevel=Prospect hugsanleg stig
DictionnaryCanton=Ríki / kgm DictionaryCanton=Ríki / kgm
DictionnaryRegion=Svæði DictionaryRegion=Svæði
DictionnaryCountry=Lönd DictionaryCountry=Lönd
DictionnaryCurrency=Gjaldmiðlar DictionaryCurrency=Gjaldmiðlar
DictionnaryCivility=Civility titill DictionaryCivility=Civility titill
DictionnaryActions=Actions lista DictionaryActions=Actions lista
DictionnarySocialContributions=Tryggingagjöld tegundir DictionarySocialContributions=Tryggingagjöld tegundir
DictionnaryVAT=VSK Verð DictionaryVAT=VSK Verð
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Greiðsla skilyrði DictionaryPaymentConditions=Greiðsla skilyrði
DictionnaryPaymentModes=Greiðsla stillingar DictionaryPaymentModes=Greiðsla stillingar
DictionnaryTypeContact=Hafðu tegundir DictionaryTypeContact=Hafðu tegundir
DictionnaryEcotaxe=Ecotax (raf-og rafeindabúnaðarúrgang) DictionaryEcotaxe=Ecotax (raf-og rafeindabúnaðarúrgang)
DictionnaryPaperFormat=Pappír snið DictionaryPaperFormat=Pappír snið
DictionnaryFees=Tegund Gjaldskrá DictionaryFees=Tegund Gjaldskrá
DictionnarySendingMethods=Sendings aðferðir DictionarySendingMethods=Sendings aðferðir
DictionnaryStaff=Starfsfólk DictionaryStaff=Starfsfólk
DictionnaryAvailability=Afhending töf DictionaryAvailability=Afhending töf
DictionnaryOrderMethods=Röðun aðferðir DictionaryOrderMethods=Röðun aðferðir
DictionnarySource=Uppruni tillögur / pantanir DictionarySource=Uppruni tillögur / pantanir
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Skipulag vistuð SetupSaved=Skipulag vistuð
BackToModuleList=Til baka í mát lista 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 VATReceivedOnly=Special hlutfall ákæra ekki
VATManagement=VSK Stjórn 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. 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. 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. 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ð 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. 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. 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. 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 AgendaSetup=Aðgerðir og dagskrá mát skipulag
PasswordTogetVCalExport=Lykill að heimila útflutning hlekkur PasswordTogetVCalExport=Lykill að heimila útflutning hlekkur
PastDelayVCalExport=Ekki flytja atburður eldri en 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Einkennisnúmer línu foreldri finnst af kóða,
SourceRequired=Gögn gildi er nauðsynlegur SourceRequired=Gögn gildi er nauðsynlegur
SourceExample=Dæmi um hugsanlegar gildi gögn SourceExample=Dæmi um hugsanlegar gildi gögn
ExampleAnyRefFoundIntoElement=Allar tilv fann fyrir <b>%s</b> þátturinn 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Samtals
TotalMan=Samtals TotalMan=Samtals
NeverReceived=Aldrei fengið NeverReceived=Aldrei fengið
Canceled=Hætt við 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 Color=Litur
Documents=Hlekkur skrá Documents=Hlekkur skrá
DocumentsNb=Hlekkur skrá ( %s ) DocumentsNb=Hlekkur skrá ( %s )

View File

@ -43,8 +43,8 @@ SecuritySetup=Impostazioni per la sicurezza
ErrorModuleRequirePHPVersion=Errore, questo modulo richiede PHP versione %s o superiore. ErrorModuleRequirePHPVersion=Errore, questo modulo richiede PHP versione %s o superiore.
ErrorModuleRequireDolibarrVersion=Errore, questo modulo richiede Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Errore, una precisione superiore a <b> %s </b> non è supportata.
DictionnarySetup=Configurazione dizionario DictionarySetup=Configurazione dizionario
Dictionnary=Dizionari Dictionary=Dizionari
ErrorReservedTypeSystemSystemAuto=I valori 'system' e 'systemauto' sono riservati. Puoi usare 'user' come valore da aggiungere al tuo record. 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 ErrorCodeCantContainZero=Il codice non può contenere il valore 0
DisableJavascript=Disabilita JavaScript e funzioni Ajax DisableJavascript=Disabilita JavaScript e funzioni Ajax
@ -726,34 +726,34 @@ Permission50202=Importare transazioni
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Tipi di azienda DictionaryCompanyType=Tipi di azienda
DictionnaryCompanyJuridicalType=Forme giuridiche di impresa DictionaryCompanyJuridicalType=Forme giuridiche di impresa
DictionnaryProspectLevel=Livello prospettiva potenziale cliente DictionaryProspectLevel=Livello prospettiva potenziale cliente
DictionnaryCanton=Province DictionaryCanton=Province
DictionnaryRegion=Regioni DictionaryRegion=Regioni
DictionnaryCountry=Paesi DictionaryCountry=Paesi
DictionnaryCurrency=Valute DictionaryCurrency=Valute
DictionnaryCivility=Titoli civili DictionaryCivility=Titoli civili
DictionnaryActions=Tipi di azioni/eventi DictionaryActions=Tipi di azioni/eventi
DictionnarySocialContributions=Tipi di contributi DictionarySocialContributions=Tipi di contributi
DictionnaryVAT=Aliquote IVA DictionaryVAT=Aliquote IVA
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Condizioni di pagamento DictionaryPaymentConditions=Condizioni di pagamento
DictionnaryPaymentModes=Modalità di pagamento DictionaryPaymentModes=Modalità di pagamento
DictionnaryTypeContact=Tipi di contatto DictionaryTypeContact=Tipi di contatto
DictionnaryEcotaxe=Ecotassa (RAEE) DictionaryEcotaxe=Ecotassa (RAEE)
DictionnaryPaperFormat=Formati di carta DictionaryPaperFormat=Formati di carta
DictionnaryFees=Tipo di tasse DictionaryFees=Tipo di tasse
DictionnarySendingMethods=Metodi di invio DictionarySendingMethods=Metodi di invio
DictionnaryStaff=Personale DictionaryStaff=Personale
DictionnaryAvailability=Ritardo nella consegna DictionaryAvailability=Ritardo nella consegna
DictionnaryOrderMethods=Metodi di ordinamento DictionaryOrderMethods=Metodi di ordinamento
DictionnarySource=Origine degli ordini/proposte DictionarySource=Origine degli ordini/proposte
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Impostazioni salvate SetupSaved=Impostazioni salvate
BackToModuleList=Torna alla lista moduli BackToModuleList=Torna alla lista moduli
BackToDictionnaryList=Torna alla lista dizionari BackToDictionaryList=Torna alla lista dizionari
VATReceivedOnly=Tariffa speciale non dovuta VATReceivedOnly=Tariffa speciale non dovuta
VATManagement=Gestione IVA 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. 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. 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. 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 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. 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. 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. MiscellaneousDesc=Definire qui tutti gli altri parametri relativi alla sicurezza.
@ -1435,7 +1435,7 @@ AccountancyCode=Codice contabile
AgendaSetup=Impostazioni modulo agenda AgendaSetup=Impostazioni modulo agenda
PasswordTogetVCalExport=Chiave per autorizzare l'esportazione di link PasswordTogetVCalExport=Chiave per autorizzare l'esportazione di link
PastDelayVCalExport=Non esportare evento più vecchio di 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=L'id della riga superiore trovato dal codice verr
SourceRequired=valore dei dati è obbligatorio SourceRequired=valore dei dati è obbligatorio
SourceExample=Esempio di possibile valore di dati SourceExample=Esempio di possibile valore di dati
ExampleAnyRefFoundIntoElement=Qualsiasi ref trovati per <b>%s</b> elementi 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]. 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). 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). Excel2007FormatDesc=Formato <b>Excel</b> (.xlsx)<br>Questo è il formato nativo Excel 2007 (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Totale
TotalMan=Totale TotalMan=Totale
NeverReceived=Mai ricevuto NeverReceived=Mai ricevuto
Canceled=Annullato 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 Color=Colore
Documents=Documenti Documents=Documenti
DocumentsNb=file collegati (%s) DocumentsNb=file collegati (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=セキュリティの設定
ErrorModuleRequirePHPVersion=エラーは、このモジュールは、PHPのバージョン%s以上が必要です ErrorModuleRequirePHPVersion=エラーは、このモジュールは、PHPのバージョン%s以上が必要です
ErrorModuleRequireDolibarrVersion=エラー、このモジュールはDolibarrバージョン%s以上が必要です ErrorModuleRequireDolibarrVersion=エラー、このモジュールはDolibarrバージョン%s以上が必要です
ErrorDecimalLargerThanAreForbidden=<b>%s</b>より精度の高いエラーは、サポートされていません。 ErrorDecimalLargerThanAreForbidden=<b>%s</b>より精度の高いエラーは、サポートされていません。
DictionnarySetup=辞書のセットアップ DictionarySetup=辞書のセットアップ
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=JavaScriptとAjaxの機能を無効にする DisableJavascript=JavaScriptとAjaxの機能を無効にする
@ -726,34 +726,34 @@ Permission50202=輸入取引
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=会社の種類 DictionaryCompanyType=会社の種類
DictionnaryCompanyJuridicalType=会社の法人の種類 DictionaryCompanyJuridicalType=会社の法人の種類
DictionnaryProspectLevel=見通しの潜在的なレベル DictionaryProspectLevel=見通しの潜在的なレベル
DictionnaryCanton=状態/カントン DictionaryCanton=状態/カントン
DictionnaryRegion=地域 DictionaryRegion=地域
DictionnaryCountry=国 DictionaryCountry=国
DictionnaryCurrency=通貨 DictionaryCurrency=通貨
DictionnaryCivility=礼儀のタイトル DictionaryCivility=礼儀のタイトル
DictionnaryActions=アジェンダイベントのタイプ DictionaryActions=アジェンダイベントのタイプ
DictionnarySocialContributions=社会貢献活動の種類 DictionarySocialContributions=社会貢献活動の種類
DictionnaryVAT=VATレートまたは販売税率 DictionaryVAT=VATレートまたは販売税率
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=支払条件 DictionaryPaymentConditions=支払条件
DictionnaryPaymentModes=支払いモード DictionaryPaymentModes=支払いモード
DictionnaryTypeContact=種類をお問い合わせ DictionaryTypeContact=種類をお問い合わせ
DictionnaryEcotaxe=Ecotax(WEEE) DictionaryEcotaxe=Ecotax(WEEE)
DictionnaryPaperFormat=紙の形式 DictionaryPaperFormat=紙の形式
DictionnaryFees=手数料の種類 DictionaryFees=手数料の種類
DictionnarySendingMethods=配送方法 DictionarySendingMethods=配送方法
DictionnaryStaff=スタッフ DictionaryStaff=スタッフ
DictionnaryAvailability=配達遅延 DictionaryAvailability=配達遅延
DictionnaryOrderMethods=注文方法 DictionaryOrderMethods=注文方法
DictionnarySource=提案/受注の起源 DictionarySource=提案/受注の起源
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=セットアップは、保存された SetupSaved=セットアップは、保存された
BackToModuleList=モジュールリストに戻る BackToModuleList=モジュールリストに戻る
BackToDictionnaryList=辞書リストに戻る BackToDictionaryList=辞書リストに戻る
VATReceivedOnly=特別料金でご利用いただけません VATReceivedOnly=特別料金でご利用いただけません
VATManagement=付加価値税管理 VATManagement=付加価値税管理
VATIsUsedDesc=見通しを作成して、デフォルトでは付加価値税率、請求書、発注などのアクティブな標準ルールに従います。 <br>デフォルト= 0により、売主が付加価値税の対象とされている場合は、付加価値税。ルールの終わり。 <br> IF(販売国=国を購入)し、販売国の製品のデフォルトでは付加価値税= VAT。ルールの終わり。 <br>欧州共同体及び物品の売り手と買い手は、トランスポート製品(自動車、船、飛行機)、デフォルトの付加価値税= 0(付加価値税は売主で彼の国のcustomofficeでなく買い手によって支払われるべきである。)である場合ルールの終わり。 <br>欧州共同体と買い手の売り手と買い手は、企業、デフォルトでは付加価値製品の販売の=付加価値税ではない場合。ルールの終わり。 <br>欧州共同体と買い手の売り手と買い手の場合は、会社、デフォルトで、付加価値税= 0です。ルールの終わり。 <br>他に提案されたデフォルトの付加価値税= 0になります。ルールの終わり。 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モジュールであれ、常にアクティブです。 TriggerAlwaysActive=このファイル内のトリガーがアクティブにDolibarrモジュールであれ、常にアクティブです。
TriggerActiveAsModuleActive=モジュール<b>%sが</b>有効<b>になっ</b>ているとして、このファイル内のトリガーがアクティブになります。 TriggerActiveAsModuleActive=モジュール<b>%sが</b>有効<b>になっ</b>ているとして、このファイル内のトリガーがアクティブになります。
GeneratedPasswordDesc=あなたが自動生成されたパスワードを持つように要求した場合、新しいパスワードを生成するために使用するルールがここで定義 GeneratedPasswordDesc=あなたが自動生成されたパスワードを持つように要求した場合、新しいパスワードを生成するために使用するルールがここで定義
DictionnaryDesc=ここですべての参照件のデータを定義します。あなたはあなたで定義済みの値を完了することができます。 DictionaryDesc=ここですべての参照件のデータを定義します。あなたはあなたで定義済みの値を完了することができます。
ConstDesc=このページでは、前のページで使用できない他のすべてのパラメータを編集することができます。彼らは高度な開発者のためにまたはtroubleshoutingのパラメータを予約されています。 ConstDesc=このページでは、前のページで使用できない他のすべてのパラメータを編集することができます。彼らは高度な開発者のためにまたはtroubleshoutingのパラメータを予約されています。
OnceSetupFinishedCreateUsers=警告は、あなたはDolibarr管理者のユーザーです。管理者ユーザーがDolibarrをセットアップするために使用されます。 Dolibarrの通常の使用方法については、それはユーザーとグループ]メニューから作成された非管理者ユーザーを使用することをお勧めします。 OnceSetupFinishedCreateUsers=警告は、あなたはDolibarr管理者のユーザーです。管理者ユーザーがDolibarrをセットアップするために使用されます。 Dolibarrの通常の使用方法については、それはユーザーとグループ]メニューから作成された非管理者ユーザーを使用することをお勧めします。
MiscellaneousDesc=ここでセキュリティに関連する他のすべてのパラメータを定義します。 MiscellaneousDesc=ここでセキュリティに関連する他のすべてのパラメータを定義します。
@ -1435,7 +1435,7 @@ AccountancyCode=会計コード
AgendaSetup=イベントと議題モジュールのセットアップ AgendaSetup=イベントと議題モジュールのセットアップ
PasswordTogetVCalExport=エクスポートのリンクを許可するキー PasswordTogetVCalExport=エクスポートのリンクを許可するキー
PastDelayVCalExport=より古いイベントはエクスポートされません 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 ##### ##### ClickToDial #####
ClickToDialDesc=このモジュールは、電話番号の後にアイコンを追加することができます。このアイコンをクリックすると、あなたは以下の定義、特定のURLを使用してサーバーを呼び出します。これは、例えばSIPシステム上で電話番号を呼び出すことができますDolibarrからのコール·センター·システムを呼び出すために使用することができます。 ClickToDialDesc=このモジュールは、電話番号の後にアイコンを追加することができます。このアイコンをクリックすると、あなたは以下の定義、特定のURLを使用してサーバーを呼び出します。これは、例えばSIPシステム上で電話番号を呼び出すことができますDolibarrからのコール·センター·システムを呼び出すために使用することができます。
##### Point Of Sales (CashDesk) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=コー​​ドから見つかった親行のID
SourceRequired=データ値は必須です。 SourceRequired=データ値は必須です。
SourceExample=可能なデータ値の例 SourceExample=可能なデータ値の例
ExampleAnyRefFoundIntoElement=任意のref要素の<b>%s</b>見つかりました 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]は丸い文字をエスケープする文字をエスケープします。 CSVFormatDesc=<b>カンマ区切りファイル</b>形式(。CSV)。 <br>これは、フィールドがセパレータ[%s]で区切られたテキストフ​​ァイル形式です。区切り文字はフィールドの内容の中に発見されている場合は、フィールドが円形文字[%s]で丸められます。 [%s]は丸い文字をエスケープする文字をエスケープします。
# Excel95FormatDesc=<b>Excel</b> file format (.xls)<br>This is native Excel 95 format (BIFF5). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=合計
TotalMan=合計 TotalMan=合計
NeverReceived=受信しませんでした NeverReceived=受信しませんでした
Canceled=キャンセル Canceled=キャンセル
YouCanChangeValuesForThisListFromDictionnarySetup=dictionnary - あなたは、メニューの設定からこのリストの値を変更することができます YouCanChangeValuesForThisListFromDictionarySetup=dictionnary - あなたは、メニューの設定からこのリストの値を変更することができます
Color=カラー Color=カラー
Documents=リンクされたファイル Documents=リンクされたファイル
DocumentsNb=リンクされたファイル(%s) DocumentsNb=リンクされたファイル(%s)

View File

@ -43,8 +43,8 @@ VersionLastUpgrade=최종 버전 업그레이드
# ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher # ErrorModuleRequirePHPVersion=Error, this module requires PHP version %s or higher
# ErrorModuleRequireDolibarrVersion=Error, this module requires Dolibarr 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. # ErrorDecimalLargerThanAreForbidden=Error, a precision higher than <b>%s</b> is not supported.
# DictionnarySetup=Dictionary setup # DictionarySetup=Dictionary setup
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
# DisableJavascript=Disable JavaScript and Ajax functions # DisableJavascript=Disable JavaScript and Ajax functions
@ -726,34 +726,34 @@ VersionLastUpgrade=최종 버전 업그레이드
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
# DictionnaryCompanyType=Company types # DictionaryCompanyType=Company types
# DictionnaryCompanyJuridicalType=Juridical kinds of company # DictionaryCompanyJuridicalType=Juridical kinds of company
# DictionnaryProspectLevel=Prospect potential level # DictionaryProspectLevel=Prospect potential level
# DictionnaryCanton=State/Cantons # DictionaryCanton=State/Cantons
# DictionnaryRegion=Regions # DictionaryRegion=Regions
# DictionnaryCountry=Countries # DictionaryCountry=Countries
# DictionnaryCurrency=Currencies # DictionaryCurrency=Currencies
# DictionnaryCivility=Civility title # DictionaryCivility=Civility title
# DictionnaryActions=Type of agenda events # DictionaryActions=Type of agenda events
# DictionnarySocialContributions=Social contributions types # DictionarySocialContributions=Social contributions types
# DictionnaryVAT=VAT Rates or Sales Tax Rates # DictionaryVAT=VAT Rates or Sales Tax Rates
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
# DictionnaryPaymentConditions=Payment terms # DictionaryPaymentConditions=Payment terms
# DictionnaryPaymentModes=Payment modes # DictionaryPaymentModes=Payment modes
# DictionnaryTypeContact=Contact/Address types # DictionaryTypeContact=Contact/Address types
# DictionnaryEcotaxe=Ecotax (WEEE) # DictionaryEcotaxe=Ecotax (WEEE)
# DictionnaryPaperFormat=Paper formats # DictionaryPaperFormat=Paper formats
# DictionnaryFees=Type of fees # DictionaryFees=Type of fees
# DictionnarySendingMethods=Shipping methods # DictionarySendingMethods=Shipping methods
# DictionnaryStaff=Staff # DictionaryStaff=Staff
# DictionnaryAvailability=Delivery delay # DictionaryAvailability=Delivery delay
# DictionnaryOrderMethods=Ordering methods # DictionaryOrderMethods=Ordering methods
# DictionnarySource=Origin of proposals/orders # DictionarySource=Origin of proposals/orders
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
# SetupSaved=Setup saved # SetupSaved=Setup saved
# BackToModuleList=Back to modules list # BackToModuleList=Back to modules list
# BackToDictionnaryList=Back to dictionaries list # BackToDictionaryList=Back to dictionaries list
# VATReceivedOnly=Special rate not charged # VATReceivedOnly=Special rate not charged
# VATManagement=VAT Management # 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. # 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. # 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. # 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 # 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. # 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. # 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. # MiscellaneousDesc=Define here all other parameters related to security.
@ -1435,7 +1435,7 @@ LocalTax2IsNotUsedExample=
# AgendaSetup=Events and agenda module setup # AgendaSetup=Events and agenda module setup
# PasswordTogetVCalExport=Key to authorize export link # PasswordTogetVCalExport=Key to authorize export link
# PastDelayVCalExport=Do not export event older than # 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 ##### ##### 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. # 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ LibraryVersion=버전
# SourceRequired=Data value is mandatory # SourceRequired=Data value is mandatory
# SourceExample=Example of possible data value # SourceExample=Example of possible data value
# ExampleAnyRefFoundIntoElement=Any ref found for element <b>%s</b> # 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 ]. # 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ Size=크기
# TotalMan=Total # TotalMan=Total
# NeverReceived=Never received # NeverReceived=Never received
# Canceled=Canceled # 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 # Color=Color
# Documents=Linked files # Documents=Linked files
# DocumentsNb=Linked files (%s) # DocumentsNb=Linked files (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Drošības iestatījumi
ErrorModuleRequirePHPVersion=Kļūda, šim modulim ir nepieciešama PHP versija %s vai augstāka 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 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. ErrorDecimalLargerThanAreForbidden=Kļūda, precizitāte augstāka nekā <b>%s</b> netiek atbalstīta.
DictionnarySetup=Vārdnīcas iestatīšana DictionarySetup=Vārdnīcas iestatīšana
Dictionnary=Vārdnīcas Dictionary=Vārdnīcas
ErrorReservedTypeSystemSystemAuto=Vērtību &quot;sistēma&quot; un &quot;systemauto&quot; veida tiek aizsargātas. Jūs varat izmantot &quot;lietotājs&quot;, kā vērtība, lai pievienotu savu ierakstu ErrorReservedTypeSystemSystemAuto=Vērtību &quot;sistēma&quot; un &quot;systemauto&quot; veida tiek aizsargātas. Jūs varat izmantot &quot;lietotājs&quot;, kā vērtība, lai pievienotu savu ierakstu
ErrorCodeCantContainZero=Kods nevar saturēt 0 vērtību ErrorCodeCantContainZero=Kods nevar saturēt 0 vērtību
DisableJavascript=Atslēgt JavaScript un Ajax funkcijas DisableJavascript=Atslēgt JavaScript un Ajax funkcijas
@ -726,34 +726,34 @@ Permission55001=Lasīt aptaujas
Permission55002=Izveidot/mainīt aptaujas Permission55002=Izveidot/mainīt aptaujas
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Uzņēmumu veidi DictionaryCompanyType=Uzņēmumu veidi
DictionnaryCompanyJuridicalType=Sabiedrību juridiskais veids DictionaryCompanyJuridicalType=Sabiedrību juridiskais veids
DictionnaryProspectLevel=Prospect potenciālais līmenis DictionaryProspectLevel=Prospect potenciālais līmenis
DictionnaryCanton=Valsts / kantonos DictionaryCanton=Valsts / kantonos
DictionnaryRegion=Reģioni DictionaryRegion=Reģioni
DictionnaryCountry=Valstis DictionaryCountry=Valstis
DictionnaryCurrency=Valūtas DictionaryCurrency=Valūtas
DictionnaryCivility=Pieklājība virsraksts DictionaryCivility=Pieklājība virsraksts
DictionnaryActions=Veids kārtības pasākumu DictionaryActions=Veids kārtības pasākumu
DictionnarySocialContributions=Sociālās iemaksas veidi DictionarySocialContributions=Sociālās iemaksas veidi
DictionnaryVAT=PVN likmes vai pārdošanas nodokļa likmes DictionaryVAT=PVN likmes vai pārdošanas nodokļa likmes
DictionnaryRevenueStamp=Summa nodokļu marku DictionaryRevenueStamp=Summa nodokļu marku
DictionnaryPaymentConditions=Samaksas noteikumi DictionaryPaymentConditions=Samaksas noteikumi
DictionnaryPaymentModes=Maksājumu veidi DictionaryPaymentModes=Maksājumu veidi
DictionnaryTypeContact=Kontakti/adrešu veidi DictionaryTypeContact=Kontakti/adrešu veidi
DictionnaryEcotaxe=Vides nodoklis (EEIA) DictionaryEcotaxe=Vides nodoklis (EEIA)
DictionnaryPaperFormat=Papīra formāti DictionaryPaperFormat=Papīra formāti
DictionnaryFees=Tips maksas DictionaryFees=Tips maksas
DictionnarySendingMethods=Piegādes veidi DictionarySendingMethods=Piegādes veidi
DictionnaryStaff=Personāls DictionaryStaff=Personāls
DictionnaryAvailability=Piegādes aizkavēšanās DictionaryAvailability=Piegādes aizkavēšanās
DictionnaryOrderMethods=Pasūtīšana metodes DictionaryOrderMethods=Pasūtīšana metodes
DictionnarySource=Izcelsme priekšlikumus / pasūtījumu DictionarySource=Izcelsme priekšlikumus / pasūtījumu
DictionnaryAccountancyplan=Kontu DictionaryAccountancyplan=Kontu
DictionnaryAccountancysystem=Modeļi kontu DictionaryAccountancysystem=Modeļi kontu
SetupSaved=Iestatījumi saglabāti SetupSaved=Iestatījumi saglabāti
BackToModuleList=Atpakaļ uz moduļu sarakstu 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ā VATReceivedOnly=Īpaša likme nav jāmaksā
VATManagement=PVN Vadība 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. 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. 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. 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 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. 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. 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. 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 AgendaSetup=Notikumi un kārtības modulis uzstādīšana
PasswordTogetVCalExport=Galvenais atļaut eksporta saiti PasswordTogetVCalExport=Galvenais atļaut eksporta saiti
PastDelayVCalExport=Neeksportē notikums vecāki par PastDelayVCalExport=Neeksportē notikums vecāki par
AGENDA_USE_EVENT_TYPE=Izmantojiet notikumus veidus (izdevās uz Configuration-&gt; Dictionnary-&gt; llx_c_actioncomm) AGENDA_USE_EVENT_TYPE=Izmantojiet notikumus veidus (izdevās uz Configuration-&gt; Dictionary-&gt; llx_c_actioncomm)
##### ClickToDial ##### ##### 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,. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Mātes līnijas atrasts no koda id, tiks ievietot
SourceRequired=Datu vērtība ir obligāta SourceRequired=Datu vērtība ir obligāta
SourceExample=Piemērs par iespējamo datu vērtības SourceExample=Piemērs par iespējamo datu vērtības
ExampleAnyRefFoundIntoElement=Jebkura atsauce atrasts elementu <b>%s</b> 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]. 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). 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). Excel2007FormatDesc=<b>Excel</b> faila formātā (. Xlsx) <br> Tas ir dzimtā Excel 2007 formātā (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Kopsumma
TotalMan=Kopsumma TotalMan=Kopsumma
NeverReceived=Nekad nav saņemts NeverReceived=Nekad nav saņemts
Canceled=Atcelts 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 Color=Krāsa
Documents=Piesaistītie faili Documents=Piesaistītie faili
DocumentsNb=Piesaistītie faili (%s) DocumentsNb=Piesaistītie faili (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Sikkerhetsinstillinger
ErrorModuleRequirePHPVersion=Feil: Denne modulen krever PHP versjon %s eller høyere ErrorModuleRequirePHPVersion=Feil: Denne modulen krever PHP versjon %s eller høyere
ErrorModuleRequireDolibarrVersion=Feil: Denne modulen krever Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Feil: Presisjon over <b>%s</b> støttes ikke.
DictionnarySetup=Begreper DictionarySetup=Begreper
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Slå av funksjoner som bruker JavaScript og Ajax DisableJavascript=Slå av funksjoner som bruker JavaScript og Ajax
@ -726,34 +726,34 @@ Permission50202=Importer transaksjoner
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Bedriftstyper DictionaryCompanyType=Bedriftstyper
DictionnaryCompanyJuridicalType=Selskapsform DictionaryCompanyJuridicalType=Selskapsform
DictionnaryProspectLevel=Prospektets potensielle nivå DictionaryProspectLevel=Prospektets potensielle nivå
DictionnaryCanton=Distrikter DictionaryCanton=Distrikter
DictionnaryRegion=Regioner DictionaryRegion=Regioner
DictionnaryCountry=Land DictionaryCountry=Land
DictionnaryCurrency=Valuta DictionaryCurrency=Valuta
DictionnaryCivility=Tittel DictionaryCivility=Tittel
DictionnaryActions=Handlingsoversikt DictionaryActions=Handlingsoversikt
DictionnarySocialContributions=Avgiftstyper DictionarySocialContributions=Avgiftstyper
DictionnaryVAT=MVA-satser DictionaryVAT=MVA-satser
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Betalingsbetingelser DictionaryPaymentConditions=Betalingsbetingelser
DictionnaryPaymentModes=Betalingstyper DictionaryPaymentModes=Betalingstyper
DictionnaryTypeContact=Kontaktperson typer DictionaryTypeContact=Kontaktperson typer
DictionnaryEcotaxe=Ecotax (WEEE) DictionaryEcotaxe=Ecotax (WEEE)
DictionnaryPaperFormat=Papirformater DictionaryPaperFormat=Papirformater
DictionnaryFees=Avgiftstyper DictionaryFees=Avgiftstyper
DictionnarySendingMethods=Sendings metoder DictionarySendingMethods=Sendings metoder
DictionnaryStaff=Personale DictionaryStaff=Personale
DictionnaryAvailability=Levering forsinkelse DictionaryAvailability=Levering forsinkelse
DictionnaryOrderMethods=Bestilling av metoder DictionaryOrderMethods=Bestilling av metoder
DictionnarySource=Origin of forslag / pålegg DictionarySource=Origin of forslag / pålegg
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Innstillinger lagret SetupSaved=Innstillinger lagret
BackToModuleList=Tilbake til moduloversikt BackToModuleList=Tilbake til moduloversikt
BackToDictionnaryList=Tilbake til begrepsoversikt BackToDictionaryList=Tilbake til begrepsoversikt
VATReceivedOnly=Special rate not charged VATReceivedOnly=Special rate not charged
VATManagement=MVA-håndtering 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. # 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å. 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å. 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 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. 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 ). 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. MiscellaneousDesc=Her angir du sikkerhetsinnstillinger for Dolibarr.
@ -1435,7 +1435,7 @@ AccountancyCode=Regnskap Kode
AgendaSetup=Instillinger for modulen hendelser og agenda AgendaSetup=Instillinger for modulen hendelser og agenda
PasswordTogetVCalExport=Nøkkel for å autorisere eksportlenke PasswordTogetVCalExport=Nøkkel for å autorisere eksportlenke
PastDelayVCalExport=Må ikke eksportere hendelse eldre enn 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id av foreldrene linje funnet fra kode, vil bli s
SourceRequired=Dataverdi er obligatorisk SourceRequired=Dataverdi er obligatorisk
SourceExample=Eksempel på mulige dataverdi SourceExample=Eksempel på mulige dataverdi
ExampleAnyRefFoundIntoElement=Enhver ref funnet for element <b>%s</b> 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Totalr
TotalMan=Totalt TotalMan=Totalt
NeverReceived=Aldri mottatt NeverReceived=Aldri mottatt
Canceled=Kansellert 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 Color=Farge
Documents=Lenkede filer Documents=Lenkede filer
DocumentsNb=Koblede filer (%s) DocumentsNb=Koblede filer (%s)

View File

@ -43,7 +43,7 @@ SecuritySetup = Beveiliging configuratie
ErrorModuleRequirePHPVersion = Fout, deze module vereist PHP versie %s of hoger ErrorModuleRequirePHPVersion = Fout, deze module vereist PHP versie %s of hoger
ErrorModuleRequireDolibarrVersion = Fout, deze module vereist Dolibarr 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. ErrorDecimalLargerThanAreForbidden = Fout, een nauwkeurigheid van meer dan <b>%s</b> wordt niet ondersteund.
DictionnarySetup = Woordenlijsten DictionarySetup = Woordenlijsten
DisableJavascript = Schakel JavaScript en Ajax-functies uit DisableJavascript = Schakel JavaScript en Ajax-functies uit
ConfirmAjax = Gebruik Ajax bevestiging popups 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. 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 = Permission50001 =
Permission50201 = Permission50201 =
Permission50202 = Permission50202 =
DictionnaryCompanyType = Vennootschapsvormen DictionaryCompanyType = Vennootschapsvormen
DictionnaryCompanyJuridicalType = Rechtsvorm van de onderneming DictionaryCompanyJuridicalType = Rechtsvorm van de onderneming
DictionnaryProspectLevel = Potentiëel niveau van potentiële klant/vooruitzicht DictionaryProspectLevel = Potentiëel niveau van potentiële klant/vooruitzicht
DictionnaryCanton = Afdelingen/Districten DictionaryCanton = Afdelingen/Districten
DictionnaryRegion = Regio's DictionaryRegion = Regio's
DictionnaryCountry = Land DictionaryCountry = Land
DictionnaryCurrency = Valuta DictionaryCurrency = Valuta
DictionnaryCivility = Civiele Status DictionaryCivility = Civiele Status
DictionnaryActions = Actielijst DictionaryActions = Actielijst
DictionnarySocialContributions = Soorten sociale premies DictionarySocialContributions = Soorten sociale premies
DictionnaryVAT = BTW tarieven DictionaryVAT = BTW tarieven
DictionnaryPaymentConditions = Betalingsvoorwaarden DictionaryPaymentConditions = Betalingsvoorwaarden
DictionnaryPaymentModes = Betaalmogelijkheden DictionaryPaymentModes = Betaalmogelijkheden
DictionnaryTypeContact = Contact soorten DictionaryTypeContact = Contact soorten
DictionnaryEcotaxe = Ecotaks (AEEA) DictionaryEcotaxe = Ecotaks (AEEA)
DictionnaryPaperFormat = Papier formaten DictionaryPaperFormat = Papier formaten
DictionnaryFees = Aard van de vergoedingen DictionaryFees = Aard van de vergoedingen
DictionnarySendingMethods = DictionarySendingMethods =
DictionnaryStaff = DictionaryStaff =
DictionnaryAvailability = DictionaryAvailability =
DictionnaryOrderMethods = DictionaryOrderMethods =
DictionnarySource = DictionarySource =
SetupSaved = Setup opgeslagen SetupSaved = Setup opgeslagen
BackToModuleList = Terug naar de lijst van modules 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 VATReceivedOnly = Speciaal tarief niet ten laste
VATManagement = BTW management 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. 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. 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. 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 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. 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". 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. MiscellaneousDesc = Definieer hier alle andere parameters die betrekking hebben op veiligheid.

View File

@ -454,7 +454,7 @@ TotalWoman=Totaal
TotalMan=Totaal TotalMan=Totaal
NeverReceived=Nooit ontvangen NeverReceived=Nooit ontvangen
Canceled=Geannuleerd 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 Color=Kleur
Documents=Gekoppelde bestanden Documents=Gekoppelde bestanden
Documents2=Documenten Documents2=Documenten

View File

@ -43,8 +43,8 @@ SecuritySetup=Beveiligingsinstellingen
ErrorModuleRequirePHPVersion=Fout, deze module vereist PHP versie %s of hoger. ErrorModuleRequirePHPVersion=Fout, deze module vereist PHP versie %s of hoger.
ErrorModuleRequireDolibarrVersion=Fout, deze module vereist Dolibarr 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. ErrorDecimalLargerThanAreForbidden=Fout, een nauwkeurigheid van meer dan <b>%s</b> wordt niet ondersteund.
DictionnarySetup=Constanten DictionarySetup=Constanten
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Schakel JavaScript en AJAX-functionaliteit uit DisableJavascript=Schakel JavaScript en AJAX-functionaliteit uit
@ -726,34 +726,34 @@ Permission50202=Import transacties
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Bedrijfssoorten DictionaryCompanyType=Bedrijfssoorten
DictionnaryCompanyJuridicalType=Juridische aard van de onderneming DictionaryCompanyJuridicalType=Juridische aard van de onderneming
DictionnaryProspectLevel=Prospect potentiële niveau DictionaryProspectLevel=Prospect potentiële niveau
DictionnaryCanton=Provincie DictionaryCanton=Provincie
DictionnaryRegion=Regio's DictionaryRegion=Regio's
DictionnaryCountry=Landen DictionaryCountry=Landen
DictionnaryCurrency=Valuta DictionaryCurrency=Valuta
DictionnaryCivility=Aanspreektitel DictionaryCivility=Aanspreektitel
DictionnaryActions=Actielijst DictionaryActions=Actielijst
DictionnarySocialContributions=Soorten sociale premies DictionarySocialContributions=Soorten sociale premies
DictionnaryVAT=BTW-tarief DictionaryVAT=BTW-tarief
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Betalingsvoorwaarden DictionaryPaymentConditions=Betalingsvoorwaarden
DictionnaryPaymentModes=Betaalmogelijkheden DictionaryPaymentModes=Betaalmogelijkheden
DictionnaryTypeContact=Contactpersoonsoorten DictionaryTypeContact=Contactpersoonsoorten
DictionnaryEcotaxe=Ecotaks (AEEA) DictionaryEcotaxe=Ecotaks (AEEA)
DictionnaryPaperFormat=Papierformaten DictionaryPaperFormat=Papierformaten
DictionnaryFees=Aard van de vergoedingen DictionaryFees=Aard van de vergoedingen
DictionnarySendingMethods=Verzendwijze DictionarySendingMethods=Verzendwijze
DictionnaryStaff=Personeel DictionaryStaff=Personeel
DictionnaryAvailability=Vertraagde levering DictionaryAvailability=Vertraagde levering
DictionnaryOrderMethods=Bestelwijzen DictionaryOrderMethods=Bestelwijzen
DictionnarySource=Oorsprong van de voorstellen / orders DictionarySource=Oorsprong van de voorstellen / orders
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Instellingen opgeslagen SetupSaved=Instellingen opgeslagen
BackToModuleList=Terug naar moduleoverzicht BackToModuleList=Terug naar moduleoverzicht
BackToDictionnaryList=Terug naar het constantenoverzicht BackToDictionaryList=Terug naar het constantenoverzicht
VATReceivedOnly=Speciaal tarief niet ten laste VATReceivedOnly=Speciaal tarief niet ten laste
VATManagement=BTW-beheer 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> 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. 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. 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 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'. 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. 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. MiscellaneousDesc=Stel hier alle andere instellingen in die betrekking hebben op veiligheid.
@ -1435,7 +1435,7 @@ AccountancyCode=Accountancy Code
AgendaSetup=Acties- en agendamoduleinstellingen AgendaSetup=Acties- en agendamoduleinstellingen
PasswordTogetVCalExport=autorisatiecode van de exportlink PasswordTogetVCalExport=autorisatiecode van de exportlink
PastDelayVCalExport=Exporteer geen gebeurtenissen ouder dan 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Het id van de ouder lijn gevonden van code, zal w
SourceRequired=Gegevenswaarde is verplicht SourceRequired=Gegevenswaarde is verplicht
SourceExample=Voorbeeld van een mogelijke gegevens waarde SourceExample=Voorbeeld van een mogelijke gegevens waarde
ExampleAnyRefFoundIntoElement=Elke ref gevonden voor element <b>%s</b> 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Totaal
TotalMan=Totaal TotalMan=Totaal
NeverReceived=Nooit ontvangen NeverReceived=Nooit ontvangen
Canceled=Geannuleerd 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 Color=Kleur
Documents=Gekoppelde bestanden Documents=Gekoppelde bestanden
DocumentsNb=Bijlagen (%s) DocumentsNb=Bijlagen (%s)

View File

@ -43,8 +43,8 @@ SecuritySetup=Bezpieczeństwo instalacji
ErrorModuleRequirePHPVersion=Błąd ten moduł wymaga PHP w wersji %s lub większy 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 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. ErrorDecimalLargerThanAreForbidden=Błąd, dokładność większa <b>niż %s</b> nie jest obsługiwany.
DictionnarySetup=Słownik konfiguracji DictionarySetup=Słownik konfiguracji
# Dictionnary=Dictionaries # Dictionary=Dictionaries
# ErrorReservedTypeSystemSystemAuto=Value 'system' and 'systemauto' for type is reserved. You can use 'user' as value to add your own record # 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 # ErrorCodeCantContainZero=Code can't contain value 0
DisableJavascript=Wyłączanie funkcji JavaScript i Ajax DisableJavascript=Wyłączanie funkcji JavaScript i Ajax
@ -726,34 +726,34 @@ Permission50202=Transakcji importowych
# Permission55002=Create/modify surveys # Permission55002=Create/modify surveys
# Permission59001=Read commercial margins # Permission59001=Read commercial margins
# Permission59002=Define commercial margins # Permission59002=Define commercial margins
DictionnaryCompanyType=Firma typy DictionaryCompanyType=Firma typy
DictionnaryCompanyJuridicalType=Juridical rodzajów spółek DictionaryCompanyJuridicalType=Juridical rodzajów spółek
DictionnaryProspectLevel=Prospect poziomu potencjalnego DictionaryProspectLevel=Prospect poziomu potencjalnego
DictionnaryCanton=Dzielnice DictionaryCanton=Dzielnice
DictionnaryRegion=Regiony DictionaryRegion=Regiony
DictionnaryCountry=Kraje DictionaryCountry=Kraje
DictionnaryCurrency=Waluty DictionaryCurrency=Waluty
DictionnaryCivility=Civility tytuł DictionaryCivility=Civility tytuł
DictionnaryActions=Działania listy DictionaryActions=Działania listy
DictionnarySocialContributions=Składek na ubezpieczenia społeczne typy DictionarySocialContributions=Składek na ubezpieczenia społeczne typy
DictionnaryVAT=Stawek VAT DictionaryVAT=Stawek VAT
# DictionnaryRevenueStamp=Amount of revenue stamps # DictionaryRevenueStamp=Amount of revenue stamps
DictionnaryPaymentConditions=Warunki płatności DictionaryPaymentConditions=Warunki płatności
DictionnaryPaymentModes=Płatność tryby DictionaryPaymentModes=Płatność tryby
DictionnaryTypeContact=Kontakt typy DictionaryTypeContact=Kontakt typy
DictionnaryEcotaxe=Podatku ekologicznego (WEEE) DictionaryEcotaxe=Podatku ekologicznego (WEEE)
DictionnaryPaperFormat=Księga formatów DictionaryPaperFormat=Księga formatów
DictionnaryFees=Rodzaj opłaty DictionaryFees=Rodzaj opłaty
DictionnarySendingMethods=Sendings metod DictionarySendingMethods=Sendings metod
DictionnaryStaff=Personel DictionaryStaff=Personel
DictionnaryAvailability=Opóźnienie dostawy DictionaryAvailability=Opóźnienie dostawy
DictionnaryOrderMethods=Metody zamawiania DictionaryOrderMethods=Metody zamawiania
DictionnarySource=Pochodzenie wniosków / zleceń DictionarySource=Pochodzenie wniosków / zleceń
# DictionnaryAccountancyplan=Chart of accounts # DictionaryAccountancyplan=Chart of accounts
# DictionnaryAccountancysystem=Models for chart of accounts # DictionaryAccountancysystem=Models for chart of accounts
SetupSaved=Instalator zapisane SetupSaved=Instalator zapisane
BackToModuleList=Powrót do listy modułów 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ą VATReceivedOnly=Specjalne stawki nie obciążają
VATManagement=Zarządzanie VAT 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. # 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. 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. 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 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. 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. 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. 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 AgendaSetup=Działania i porządku konfiguracji modułu
PasswordTogetVCalExport=Klucz do wywozu zezwolić na link PasswordTogetVCalExport=Klucz do wywozu zezwolić na link
PastDelayVCalExport=Nie starsze niż eksport przypadku 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 ##### ##### 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. 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) ##### ##### Point Of Sales (CashDesk) #####

View File

@ -109,7 +109,7 @@ DataCodeIDSourceIsInsertedInto=Id linii macierzystej znaleźć z kodem, zostaną
SourceRequired=Wartość danych jest obowiązkowe SourceRequired=Wartość danych jest obowiązkowe
SourceExample=Przykład możliwych wartości danych SourceExample=Przykład możliwych wartości danych
ExampleAnyRefFoundIntoElement=Wszelkie ref dla <b>%s</b> elementów 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]. 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). # 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). # Excel2007FormatDesc=<b>Excel</b> file format (.xlsx)<br>This is native Excel 2007 format (SpreadsheetML).

View File

@ -572,7 +572,7 @@ TotalWoman=Razem
TotalMan=Razem TotalMan=Razem
NeverReceived=Nigdy nie otrzymała NeverReceived=Nigdy nie otrzymała
Canceled=Odwołany 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 Color=Kolor
Documents=Związany plików Documents=Związany plików
DocumentsNb=Dołączonych plików (%s) DocumentsNb=Dołączonych plików (%s)

Some files were not shown because too many files have changed in this diff Show More