Merge branch '10.0' of github.com:Dolibarr/dolibarr into 10_fixeventlist
This commit is contained in:
commit
a963057859
@ -83,10 +83,10 @@ if ($action == 'dolibarr2ldap')
|
||||
* View
|
||||
*/
|
||||
|
||||
llxHeader('', $langs->trans("Member"), 'EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros');
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
llxHeader('', $langs->trans("Member"), 'EN:Module_Foundations|FR:Module_Adhérents|ES:Módulo_Miembros');
|
||||
|
||||
$head = member_prepare_head($object);
|
||||
|
||||
dol_fiche_head($head, 'ldap', $langs->trans("Member"), 0, 'user');
|
||||
@ -98,12 +98,12 @@ dol_banner_tab($object, 'rowid', $linkback);
|
||||
print '<div class="fichecenter">';
|
||||
|
||||
print '<div class="underbanner clearboth"></div>';
|
||||
print '<table class="border centpercent">';
|
||||
print '<table class="border centpercent tableforfield">';
|
||||
|
||||
// Login
|
||||
print '<tr><td class="titlefield">'.$langs->trans("Login").'</td><td class="valeur">'.$object->login.' </td></tr>';
|
||||
print '<tr><td class="titlefield">'.$langs->trans("Login").' / '.$langs->trans("Id").'</td><td class="valeur">'.$object->login.' </td></tr>';
|
||||
|
||||
// Password not crypted
|
||||
// If there is a link to password not crypted, we show value in database here so we can compare because it is shown nowhere else
|
||||
if (! empty($conf->global->LDAP_MEMBER_FIELD_PASSWORD))
|
||||
{
|
||||
print '<tr><td>'.$langs->trans("LDAPFieldPasswordNotCrypted").'</td>';
|
||||
@ -111,18 +111,11 @@ if (! empty($conf->global->LDAP_MEMBER_FIELD_PASSWORD))
|
||||
print "</tr>\n";
|
||||
}
|
||||
|
||||
// Password crypted
|
||||
if (! empty($conf->global->LDAP_MEMBER_FIELD_PASSWORD_CRYPTED))
|
||||
{
|
||||
print '<tr><td>'.$langs->trans("LDAPFieldPasswordCrypted").'</td>';
|
||||
print '<td class="valeur">'.$object->pass_crypted.'</td>';
|
||||
print "</tr>\n";
|
||||
}
|
||||
$adht = new AdherentType($db);
|
||||
$adht->fetch($object->typeid);
|
||||
|
||||
// Type
|
||||
print '<tr><td>'.$langs->trans("Type").'</td><td class="valeur">'.$object->type."</td></tr>\n";
|
||||
|
||||
$langs->load("admin");
|
||||
print '<tr><td>'.$langs->trans("Type").'</td><td class="valeur">'.$adht->getNomUrl(1)."</td></tr>\n";
|
||||
|
||||
// LDAP DN
|
||||
print '<tr><td>LDAP '.$langs->trans("LDAPMemberDn").'</td><td class="valeur">'.$conf->global->LDAP_MEMBER_DN."</td></tr>\n";
|
||||
|
||||
@ -80,7 +80,7 @@ if ($id)
|
||||
print '<div class="fichecenter">';
|
||||
|
||||
print '<div class="underbanner clearboth"></div>';
|
||||
print '<table class="border centpercent">';
|
||||
print '<table class="border centpercent tableforfield">';
|
||||
|
||||
// Login
|
||||
if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
|
||||
|
||||
@ -478,7 +478,7 @@ if ($rowid > 0)
|
||||
print '<div class="fichehalfleft">';
|
||||
|
||||
print '<div class="underbanner clearboth"></div>';
|
||||
print '<table class="border" width="100%">';
|
||||
print '<table class="border centpercent tableforfield">';
|
||||
|
||||
// Login
|
||||
if (empty($conf->global->ADHERENT_LOGIN_NOT_REQUIRED))
|
||||
|
||||
@ -822,7 +822,7 @@ if ($rowid > 0)
|
||||
$value = $_POST["options_" . $key];
|
||||
}
|
||||
} else {
|
||||
$value = $adht->array_options["options_" . $key];
|
||||
$value = $object->array_options["options_" . $key];
|
||||
}
|
||||
print '<tr><td width="30%">'.$label.'</td><td>';
|
||||
print $extrafields->showInputField($key, $value);
|
||||
|
||||
@ -39,7 +39,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/accounting.lib.php';
|
||||
if (! empty($conf->accounting->enabled)) require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formaccounting.class.php';
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("errors","admin","main","companies","resource","holiday","accountancy","hrm","orders","contracts","projects","propal","bills","interventions"));
|
||||
@ -1782,7 +1782,7 @@ function fieldList($fieldlist, $obj = '', $tabname = '', $context = '')
|
||||
|
||||
$formadmin = new FormAdmin($db);
|
||||
$formcompany = new FormCompany($db);
|
||||
if (! empty($conf->accounting->enabled)) $formaccounting = new FormAccounting($db);
|
||||
$formaccounting = new FormAccounting($db);
|
||||
|
||||
$withentity='';
|
||||
|
||||
@ -1890,6 +1890,7 @@ function fieldList($fieldlist, $obj = '', $tabname = '', $context = '')
|
||||
elseif (in_array($fieldlist[$field], array('libelle_facture'))) {
|
||||
print '<td>';
|
||||
$transfound=0;
|
||||
$transkey='';
|
||||
// Special case for labels
|
||||
if ($tabname == MAIN_DB_PREFIX.'c_payment_term')
|
||||
{
|
||||
|
||||
@ -55,7 +55,7 @@ function bomAdminPrepareHead()
|
||||
//$this->tabs = array(
|
||||
// 'entity:-tabname:Title:@bom:/bom/mypage.php?id=__ID__'
|
||||
//); // to remove a tab
|
||||
complete_head_from_modules($conf, $langs, $object, $head, $h, 'bom');
|
||||
complete_head_from_modules($conf, $langs, null, $head, $h, 'bom');
|
||||
|
||||
return $head;
|
||||
}
|
||||
|
||||
@ -188,10 +188,12 @@ class Categorie extends CommonObject
|
||||
* @var string Color
|
||||
*/
|
||||
public $color;
|
||||
|
||||
/**
|
||||
* @var ???
|
||||
* @var int Id of thirdparty when CATEGORY_ASSIGNED_TO_A_CUSTOMER is set
|
||||
*/
|
||||
public $socid;
|
||||
|
||||
/**
|
||||
* @var string Category type
|
||||
*
|
||||
|
||||
@ -80,12 +80,12 @@ if ($action == 'dolibarr2ldap')
|
||||
* View
|
||||
*/
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
$title = (! empty($conf->global->SOCIETE_ADDRESSES_MANAGEMENT) ? $langs->trans("Contacts") : $langs->trans("ContactsAddresses"));
|
||||
|
||||
llxHeader('', $title, 'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas');
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
$head = contact_prepare_head($object);
|
||||
|
||||
dol_fiche_head($head, 'ldap', $title, -1, 'contact');
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
// Protection
|
||||
if (empty($objectclass) || empty($uploaddir))
|
||||
{
|
||||
dol_print_error(null, 'include of actions_massactions.inc.php is done but var $massaction or $objectclass or $uploaddir was not defined');
|
||||
dol_print_error(null, 'include of actions_massactions.inc.php is done but var $objectclass or $uploaddir was not defined');
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
@ -1381,7 +1381,7 @@ class FormFile
|
||||
if (! empty($conf->dol_use_jmobile)) $useajax=0;
|
||||
if (empty($conf->use_javascript_ajax)) $useajax=0;
|
||||
if (! empty($conf->global->MAIN_ECM_DISABLE_JS)) $useajax=0;
|
||||
print '<a href="'.((($useinecm && $useinecm != 6) && $useajax)?'#':($url.'?action=delete&urlfile='.urlencode($filepath).$param)).'" class="deletefilelink" rel="'.$filepath.'">'.img_delete().'</a>';
|
||||
print '<a href="'.((($useinecm && $useinecm != 6) && $useajax)?'#':($url.'?action=delete&urlfile='.urlencode($filepath).$param)).'" class="reposition deletefilelink" rel="'.$filepath.'">'.img_delete().'</a>';
|
||||
}
|
||||
print "</td>";
|
||||
|
||||
|
||||
@ -419,7 +419,11 @@ class DoliDBMssql extends DoliDB
|
||||
}
|
||||
//print "<!--".$query."-->";
|
||||
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK'))) dol_syslog('sql='.$query, LOG_DEBUG);
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK')))
|
||||
{
|
||||
$SYSLOG_SQL_LIMIT = 10000; // limit log to 10kb per line to limit DOS attacks
|
||||
dol_syslog('sql='.substr($query, 0, $SYSLOG_SQL_LIMIT), LOG_DEBUG);
|
||||
}
|
||||
|
||||
if (! $this->database_name)
|
||||
{
|
||||
|
||||
@ -247,7 +247,7 @@ class DoliDBMysqli extends DoliDB
|
||||
* Execute a SQL request and return the resultset
|
||||
*
|
||||
* @param string $query SQL query string
|
||||
* @param int $usesavepoint 0=Default mode, 1=Run a savepoint before and a rollbock to savepoint if error (this allow to have some request with errors inside global transactions).
|
||||
* @param int $usesavepoint 0=Default mode, 1=Run a savepoint before and a rollback to savepoint if error (this allow to have some request with errors inside global transactions).
|
||||
* Note that with Mysql, this parameter is not used as Myssql can already commit a transaction even if one request is in error, without using savepoints.
|
||||
* @param string $type Type of SQL order ('ddl' for insert, update, select, delete or 'dml' for create, alter...)
|
||||
* @return bool|mysqli_result Resultset of answer
|
||||
@ -258,7 +258,11 @@ class DoliDBMysqli extends DoliDB
|
||||
|
||||
$query = trim($query);
|
||||
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK'))) dol_syslog('sql='.$query, LOG_DEBUG);
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK')))
|
||||
{
|
||||
$SYSLOG_SQL_LIMIT = 10000; // limit log to 10kb per line to limit DOS attacks
|
||||
dol_syslog('sql='.substr($query, 0, $SYSLOG_SQL_LIMIT), LOG_DEBUG);
|
||||
}
|
||||
if (empty($query)) return false; // Return false = error if empty request
|
||||
|
||||
if (! $this->database_name)
|
||||
|
||||
@ -522,7 +522,11 @@ class DoliDBPgsql extends DoliDB
|
||||
@pg_query($this->db, 'SAVEPOINT mysavepoint');
|
||||
}
|
||||
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK'))) dol_syslog('sql='.$query, LOG_DEBUG);
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK')))
|
||||
{
|
||||
$SYSLOG_SQL_LIMIT = 10000; // limit log to 10kb per line to limit DOS attacks
|
||||
dol_syslog('sql='.substr($query, 0, $SYSLOG_SQL_LIMIT), LOG_DEBUG);
|
||||
}
|
||||
|
||||
$ret = @pg_query($this->db, $query);
|
||||
|
||||
|
||||
@ -453,7 +453,11 @@ class DoliDBSqlite3 extends DoliDB
|
||||
}
|
||||
//print "After convertSQLFromMysql:\n".$query."<br>\n";
|
||||
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK'))) dol_syslog('sql='.$query, LOG_DEBUG);
|
||||
if (! in_array($query, array('BEGIN','COMMIT','ROLLBACK')))
|
||||
{
|
||||
$SYSLOG_SQL_LIMIT = 10000; // limit log to 10kb per line to limit DOS attacks
|
||||
dol_syslog('sql='.substr($query, 0, $SYSLOG_SQL_LIMIT), LOG_DEBUG);
|
||||
}
|
||||
if (empty($query)) return false; // Return false = error if empty request
|
||||
|
||||
// Ordre SQL ne necessitant pas de connexion a une base (exemple: CREATE DATABASE)
|
||||
|
||||
@ -922,11 +922,15 @@ function dol_escape_js($stringtoescape, $mode = 0, $noescapebackslashn = 0)
|
||||
* @param string $stringtoescape String to escape
|
||||
* @param int $keepb 1=Preserve b tags (otherwise, remove them)
|
||||
* @param int $keepn 1=Preserve \r\n strings (otherwise, replace them with escaped value). Set to 1 when escaping for a <textarea>.
|
||||
* @param string $keepmoretags '' or 'common' or list of tags
|
||||
* @return string Escaped string
|
||||
* @see dol_string_nohtmltag(), dol_string_nospecial(), dol_string_unaccent()
|
||||
*/
|
||||
function dol_escape_htmltag($stringtoescape, $keepb = 0, $keepn = 0)
|
||||
function dol_escape_htmltag($stringtoescape, $keepb = 0, $keepn = 0, $keepmoretags = '')
|
||||
{
|
||||
if ($keepmoretags == 'common') $keepmoretags = 'html,body,a,em,i,u,ul,li,br,div,img,font,p,span,strong,table,tr,td,th,tbody';
|
||||
// TODO Implement $keepmoretags
|
||||
|
||||
// escape quotes and backslashes, newlines, etc.
|
||||
$tmp=html_entity_decode($stringtoescape, ENT_COMPAT, 'UTF-8'); // TODO Use htmlspecialchars_decode instead, that make only required change for html tags
|
||||
if (! $keepb) $tmp=strtr($tmp, array("<b>"=>'','</b>'=>''));
|
||||
@ -5528,7 +5532,7 @@ function dol_nl2br($stringtoencode, $nl2brmode = 0, $forxml = false)
|
||||
|
||||
/**
|
||||
* This function is called to encode a string into a HTML string but differs from htmlentities because
|
||||
* a detection is done before to see if text is already HTML or not. Also, all entities but &,<,> are converted.
|
||||
* a detection is done before to see if text is already HTML or not. Also, all entities but &,<,>," are converted.
|
||||
* This permits to encode special chars to entities with no double encoding for already encoded HTML strings.
|
||||
* This function also remove last EOL or BR if $removelasteolbr=1 (default).
|
||||
* For PDF usage, you can show text by 2 ways:
|
||||
|
||||
@ -124,7 +124,7 @@ function show_ldap_test_button($butlabel, $testlabel, $key, $dn, $objectclass)
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<a class="butAction" href="'.$_SERVER["PHP_SELF"].'?action='.$testlabel.'">'.$butlabel.'</a>';
|
||||
print '<a class="butAction reposition" href="'.$_SERVER["PHP_SELF"].'?action='.$testlabel.'">'.$butlabel.'</a>';
|
||||
}
|
||||
print '<br><br>';
|
||||
}
|
||||
|
||||
@ -63,11 +63,10 @@ function rebuildObjectClass($destdir, $module, $objectname, $newmask, $readdir =
|
||||
setEventMessages($langs->trans('ErrorFieldRequired', $langs->transnoentitiesnoconv("Label")), null, 'errors');
|
||||
return -2;
|
||||
}
|
||||
|
||||
if (! preg_match('/^(price|boolean|sellist|integer|date|timestamp|varchar|double|text|html)/', $addfieldentry['type']))
|
||||
|
||||
if (! preg_match('/^(integer|price|sellist|date|varchar|double|text|html)/', $addfieldentry['type'])
|
||||
&& ! preg_match('/^(boolean|real|timestamp)$/', $addfieldentry['type']))
|
||||
{
|
||||
setEventMessages($langs->trans('BadFormatForType', $objectname), null, 'errors');
|
||||
setEventMessages($langs->trans('BadValueForType', $objectname), null, 'errors');
|
||||
return -2;
|
||||
}
|
||||
}
|
||||
|
||||
@ -186,7 +186,13 @@ class modExpenseReport extends DolibarrModules
|
||||
'u.lastname'=>'Lastname','u.firstname'=>'Firstname','u.login'=>"Login",'ed.rowid'=>'LineId','tf.code'=>'Type','ed.date'=>'Date','ed.tva_tx'=>'VATRate',
|
||||
'ed.total_ht'=>'TotalHT','ed.total_tva'=>'TotalVAT','ed.total_ttc'=>'TotalTTC','ed.comments'=>'Comment','p.rowid'=>'ProjectId','p.ref'=>'Ref'
|
||||
);
|
||||
$this->export_entities_array[$r]=array(
|
||||
$this->export_TypeFields_array[$r]=array(
|
||||
'd.rowid'=>"Numeric",'d.ref'=>'Text','d.date_debut'=>'Date','d.date_fin'=>'Date','d.date_create'=>'Date','d.date_approve'=>'Date',
|
||||
'd.total_ht'=>"Numeric",'d.total_tva'=>'Numeric','d.total_ttc'=>'Numeric','d.note_private'=>'Text','d.note_public'=>'Text',
|
||||
'u.lastname'=>'Text','u.firstname'=>'Text','u.login'=>"Text",'ed.rowid'=>'Numeric','tf.code'=>'Code','ed.date'=>'Date','ed.tva_tx'=>'Numeric',
|
||||
'ed.total_ht'=>'Numeric','ed.total_tva'=>'Numeric','ed.total_ttc'=>'Numeric','ed.comments'=>'Text','p.rowid'=>'Numeric','p.ref'=>'Text'
|
||||
);
|
||||
$this->export_entities_array[$r]=array(
|
||||
'u.lastname'=>'user','u.firstname'=>'user','u.login'=>'user','ed.rowid'=>'expensereport_line','ed.date'=>'expensereport_line',
|
||||
'ed.tva_tx'=>'expensereport_line','ed.total_ht'=>'expensereport_line','ed.total_tva'=>'expensereport_line','ed.total_ttc'=>'expensereport_line',
|
||||
'ed.comments'=>'expensereport_line','tf.code'=>'expensereport_line','p.project_ref'=>'expensereport_line','p.rowid'=>'project','p.ref'=>'project'
|
||||
|
||||
@ -206,6 +206,12 @@ class modHoliday extends DolibarrModules
|
||||
'd.date_valid'=>'DateApprove','d.fk_validator'=>"UserForApprovalID",'ua.lastname'=>"UserForApprovalLastname",'ua.firstname'=>"UserForApprovalFirstname",
|
||||
'ua.login'=>"UserForApprovalLogin",'d.description'=>'Description','d.statut'=>'Status'
|
||||
);
|
||||
$this->export_TypeFields_array[$r]=array(
|
||||
'd.rowid'=>"Numeric",'t.code'=>'Text', 't.label'=>'Text','d.fk_user'=>'Numeric',
|
||||
'u.lastname'=>'Text','u.firstname'=>'Text','u.login'=>"Text",'d.date_debut'=>'Date','d.date_fin'=>'Date',
|
||||
'd.date_valid'=>'Date','d.fk_validator'=>"Numeric",'ua.lastname'=>"Text",'ua.firstname'=>"Text",
|
||||
'ua.login'=>"Text",'d.description'=>'Text','d.statut'=>'Numeric'
|
||||
);
|
||||
$this->export_entities_array[$r]=array(
|
||||
'u.lastname'=>'user','u.firstname'=>'user','u.login'=>'user','ua.lastname'=>'user','ua.firstname'=>'user','ua.login'=>'user'
|
||||
);
|
||||
|
||||
@ -110,7 +110,9 @@ if ($nolinesbefore) {
|
||||
{
|
||||
?>
|
||||
<td class="linecolrefsupplier"><span id="title_fourn_ref"><?php echo $langs->trans('SupplierRef'); ?></span></td>
|
||||
<?php } ?>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<td class="linecolvat right"><span id="title_vat"><?php echo $langs->trans('VAT'); ?></span></td>
|
||||
<td class="linecoluht right"><span id="title_up_ht"><?php echo $langs->trans('PriceUHT'); ?></span></td>
|
||||
<?php if (!empty($conf->multicurrency->enabled) && $this->multicurrency_code != $conf->currency) { ?>
|
||||
@ -249,11 +251,11 @@ if ($nolinesbefore) {
|
||||
if (! empty($conf->global->ENTREPOT_EXTRA_STATUS))
|
||||
{
|
||||
// hide products in closed warehouse, but show products for internal transfer
|
||||
$form->select_produits(GETPOST('idprod'), 'idprod', $filtertype, $conf->product->limit_size, $buyer->price_level, 1, 2, '', 1, array(), $buyer->id, '1', 0, 'maxwidth300', 0, 'warehouseopen,warehouseinternal', GETPOST('combinations', 'array'));
|
||||
$form->select_produits(GETPOST('idprod'), 'idprod', $filtertype, $conf->product->limit_size, $buyer->price_level, -1, 2, '', 1, array(), $buyer->id, '1', 0, 'maxwidth300', 0, 'warehouseopen,warehouseinternal', GETPOST('combinations', 'array'));
|
||||
}
|
||||
else
|
||||
{
|
||||
$form->select_produits(GETPOST('idprod'), 'idprod', $filtertype, $conf->product->limit_size, $buyer->price_level, 1, 2, '', 1, array(), $buyer->id, '1', 0, 'maxwidth300', 0, '', GETPOST('combinations', 'array'));
|
||||
$form->select_produits(GETPOST('idprod'), 'idprod', $filtertype, $conf->product->limit_size, $buyer->price_level, -1, 2, '', 1, array(), $buyer->id, '1', 0, 'maxwidth300', 0, '', GETPOST('combinations', 'array'));
|
||||
}
|
||||
|
||||
if (! empty($conf->global->MAIN_AUTO_OPEN_SELECT2_ON_FOCUS_FOR_CUSTOMER_PRODUCTS))
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=معدل ضريبة القيمة المضافة القديم
|
||||
NewVATRates=معدل ضريبة القيمة المضافة الجديد
|
||||
PriceBaseTypeToChange=تعديل على الأسعار مع القيمة المرجعية قاعدة المعرفة على
|
||||
MassConvert=Launch bulk conversion
|
||||
PriceFormatInCurrentLanguage=Price Format In Current Language
|
||||
String=سلسلة
|
||||
TextLong=نص طويل
|
||||
HtmlText=Html text
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
|
||||
ExtrafieldParamHelpsellist=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filter<br>Example: c_typent:libelle:id::filter<br><br>- idfilter is necessarly a primary int key<br>- filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filter<br>Example: c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax: ObjectName:Classpath<br>Examples:<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default)<br>Set this to 2 for a collapsing separator (collapsed by default)
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session)<br>Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
|
||||
LibraryToBuildPDF=Library used for PDF generation
|
||||
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are:<br>1: local tax apply on products and services without vat (localtax is calculated on amount without tax)<br>2: local tax apply on products and services including vat (localtax is calculated on amount + main tax)<br>3: local tax apply on products without vat (localtax is calculated on amount without tax)<br>4: local tax apply on products including vat (localtax is calculated on amount + main vat)<br>5: local tax apply on services without vat (localtax is calculated on amount without tax)<br>6: local tax apply on services including vat (localtax is calculated on amount + tax)
|
||||
SMS=SMS
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Vendor invoices numbering models
|
||||
IfSetToYesDontForgetPermission=إذا اخترت نعم، لا تنسى أن توفر الأذونات إلى المجموعات أو المستخدمين المسموح بها للموافقة الثانية
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=GeoIP Maxmind الإعداد وحدة
|
||||
PathToGeoIPMaxmindCountryDataFile=المسار إلى ملف يحتوي على MaxMind في الملكية الفكرية لترجمة البلاد. <br> الأمثلة على ذلك: <br> /usr/local/share/GeoIP/GeoIP.dat <br> /usr/share/GeoIP/GeoIP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=لاحظ أن الملكية الفكرية الخاصة بك على البيانات القطرية الملف يجب أن تكون داخل الدليل الخاص بي يمكن قراءة (راجع الإعداد open_basedir بى وأذونات نظام الملفات).
|
||||
YouCanDownloadFreeDatFileTo=يمكنك تحميل <b>نسخة تجريبية مجانية</b> من GeoIP ملف Maxmind البلاد في ٪ s.
|
||||
YouCanDownloadAdvancedDatFileTo=كما يمكنك تحميل <b>نسخة كاملة</b> أكثر من ذلك <b>، مع التحديثات ،</b> من GeoIP ملف Maxmind البلاد في ٪ s.
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=Smaller than
|
||||
LargerThan=Larger than
|
||||
IfTrackingIDFoundEventWillBeLinked=Note that If a tracking ID is found into incoming email, the event will be automatically linked to the related objects.
|
||||
WithGMailYouCanCreateADedicatedPassword=With a GMail account, if you enabled the 2 steps validation, it is recommanded to create a dedicated second password for the application instead of using your own account passsword from https://myaccount.google.com/.
|
||||
IFTTTSetup=IFTTT module setup
|
||||
IFTTT_SERVICE_KEY=IFTTT Service key
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Security key to secure the endpoint URL used by IFTTT to send messages to your Dolibarr.
|
||||
IFTTTDesc=This module is designed to trigger events on IFTTT and/or to execute some action on external IFTTT triggers.
|
||||
UrlForIFTTT=URL endpoint for IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
|
||||
EndPointFor=End point for %s : %s
|
||||
DeleteEmailCollector=Delete email collector
|
||||
ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
|
||||
RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
|
||||
BaseOnSabeDavVersion=Based on the library SabreDAV version
|
||||
NotAPublicIp=Not a public IP
|
||||
MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=قيد بنكي
|
||||
ListTransactions=قائمة القيود
|
||||
ListTransactionsByCategory=قائمةالقيود/الفئات
|
||||
TransactionsToConciliate=قيود للتسويات
|
||||
TransactionsToConciliateShort=To reconcile
|
||||
Conciliable=يمكن أن يتم تسويتة
|
||||
Conciliate=التسوية
|
||||
Conciliation=تسوية
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=حذف هذا الشيك ؟
|
||||
ConfirmDeleteCheckReceipt=هل انت متأكد أنك تريد حذف هذا الشيك؟
|
||||
BankChecks=الشيكات المصرفية
|
||||
BankChecksToReceipt=شيكات في انتظار الإيداع
|
||||
BankChecksToReceiptShort=شيكات في انتظار الإيداع
|
||||
ShowCheckReceipt=عرض إيصال إيداع شيكات
|
||||
NumberOfCheques=No. of check
|
||||
DeleteTransaction=حذف المعاملة
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=Group VAT by rate in tickets
|
||||
AutoPrintTickets=Automatically print tickets
|
||||
EnableBarOrRestaurantFeatures=Enable features for Bar or Restaurant
|
||||
ConfirmDeletionOfThisPOSSale=Do your confirm the deletion of this current sale ?
|
||||
ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
|
||||
History=التاريخ
|
||||
ValidateAndClose=Validate and close
|
||||
Terminal=Terminal
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Number of Terminals
|
||||
TerminalSelect=Select terminal you want to use:
|
||||
POSTicket=POS Ticket
|
||||
BasicPhoneLayout=Use basic layout for phones
|
||||
SetupOfTerminalNotComplete=Setup of terminal %s is not complete
|
||||
DirectPayment=Direct payment
|
||||
DirectPaymentButton=Direct cash payment button
|
||||
InvoiceIsAlreadyValidated=Invoice is already validated
|
||||
NoLinesToBill=No lines to bill
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=Firstname
|
||||
PostOrFunction=Job position
|
||||
UserTitle=العنوان
|
||||
NatureOfThirdParty=Nature of Third party
|
||||
NatureOfContact=Nature of Contact
|
||||
Address=عنوان
|
||||
State=الولاية / المقاطعة
|
||||
StateShort=حالة
|
||||
|
||||
@ -51,6 +51,7 @@ ListOfClosedServices=قائمة مغلقة الخدمات
|
||||
ListOfRunningServices=لائحة ادارة الخدمات
|
||||
NotActivatedServices=لا تنشيط الخدمات) بين مصدق العقود)
|
||||
BoardNotActivatedServices=خدمات لتفعيل العقود بين مصدق
|
||||
BoardNotActivatedServicesShort=Services to activate
|
||||
LastContracts=Latest %s contracts
|
||||
LastModifiedServices=Latest %s modified services
|
||||
ContractStartDate=تاريخ البدء
|
||||
@ -64,7 +65,10 @@ DateStartRealShort=البداية الحقيقية لتاريخ
|
||||
DateEndReal=نهاية التاريخ الحقيقي
|
||||
DateEndRealShort=نهاية التاريخ الحقيقي
|
||||
CloseService=قريبة من الخدمة
|
||||
BoardRunningServices=انتهت إدارة الخدمات
|
||||
BoardRunningServices=Services running
|
||||
BoardRunningServicesShort=Services running
|
||||
BoardExpiredServices=Services expired
|
||||
BoardExpiredServicesShort=Services expired
|
||||
ServiceStatus=مركز الخدمة
|
||||
DraftContracts=عقود مشاريع
|
||||
CloseRefusedBecauseOneServiceActive=Contract can't be closed as there is at least one open service on it
|
||||
|
||||
@ -218,6 +218,7 @@ ErrorVariableKeyForContentMustBeSet=Error, the constant with name %s (with text
|
||||
ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
|
||||
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
|
||||
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
|
||||
ErrorSearchCriteriaTooSmall=Search criteria too small.
|
||||
# Warnings
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||
WarningPasswordSetWithNoAccount=تم تعيين كلمة مرور لهذا العضو. ومع ذلك، تم إنشاء أي حساب المستخدم. لذلك يتم تخزين كلمة المرور هذه ولكن لا يمكن استخدامها للدخول إلى Dolibarr. ويمكن استخدامه من قبل وحدة / واجهة خارجية ولكن إذا كنت لا تحتاج إلى تعريف أي تسجيل دخول أو كلمة المرور لأحد أفراد، يمكنك تعطيل خيار "إدارة تسجيل دخول لكل عضو" من إعداد وحدة الأعضاء. إذا كنت بحاجة إلى إدارة تسجيل الدخول ولكن لا تحتاج إلى أي كلمة المرور، يمكنك الحفاظ على هذا الحقل فارغا لتجنب هذا التحذير. ملاحظة: يمكن أيضا أن تستخدم البريد الإلكتروني لتسجيل الدخول إذا تم ربط عضو إلى المستخدم.
|
||||
|
||||
@ -28,6 +28,7 @@ NoTemplateDefined=No template available for this email type
|
||||
AvailableVariables=Available substitution variables
|
||||
NoTranslation=لا يوجد ترجمة
|
||||
Translation=الترجمة
|
||||
EmptySearchString=Enter a non empty search string
|
||||
NoRecordFound=لا يوجد سجلات
|
||||
NoRecordDeleted=No record deleted
|
||||
NotEnoughDataYet=Not enough data
|
||||
@ -704,6 +705,7 @@ DateOfSignature=Date of signature
|
||||
HidePassword=وتبين للقيادة مع كلمة السر الخفي
|
||||
UnHidePassword=وتظهر واضحة للقيادة حقيقية كلمة السر
|
||||
Root=جذور
|
||||
RootOfMedias=Root of public medias (/medias)
|
||||
Informations=معلومات
|
||||
Page=صفحة
|
||||
Notes=وتلاحظ
|
||||
@ -981,3 +983,10 @@ PaymentInformation=Payment information
|
||||
ValidFrom=Valid from
|
||||
ValidUntil=Valid until
|
||||
NoRecordedUsers=No users
|
||||
ToClose=To close
|
||||
ToProcess=لعملية
|
||||
ToApprove=To approve
|
||||
GlobalOpenedElemView=Global view
|
||||
NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
|
||||
NoArticlesFoundForTheCategory=No article found for the category
|
||||
ToAcceptRefuse=To accept | refuse
|
||||
|
||||
@ -29,6 +29,7 @@ MenuMembersUpToDate=حتى الآن من أعضاء
|
||||
MenuMembersNotUpToDate=وحتى الآن من أصل أعضاء
|
||||
MenuMembersResiliated=Terminated members
|
||||
MembersWithSubscriptionToReceive=أعضاء مع اشتراك لتلقي
|
||||
MembersWithSubscriptionToReceiveShort=Subscription to receive
|
||||
DateSubscription=تاريخ الاكتتاب
|
||||
DateEndSubscription=تاريخ انتهاء الاكتتاب
|
||||
EndSubscription=انتهاء الاكتتاب
|
||||
|
||||
@ -76,7 +76,13 @@ MyProjects=بلدي المشاريع
|
||||
MyProjectsArea=My projects Area
|
||||
DurationEffective=فعالة لمدة
|
||||
ProgressDeclared=أعلن التقدم
|
||||
TaskProgressSummary=Task progress
|
||||
CurentlyOpenedTasks=Curently opened tasks
|
||||
TheReportedProgressIsLessThanTheCalculatedProgressionByX=The declared progress is less %s than the calculated progression
|
||||
TheReportedProgressIsMoreThanTheCalculatedProgressionByX=The declared progress is more %s than the calculated progression
|
||||
ProgressCalculated=تقدم تحسب
|
||||
WhichIamLinkedTo=which I'm linked to
|
||||
WhichIamLinkedToProject=which I'm linked to project
|
||||
Time=وقت
|
||||
ListOfTasks=List of tasks
|
||||
GoToListOfTimeConsumed=Go to list of time consumed
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Shortname=رمز
|
||||
WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
|
||||
DeleteWebsite=Delete website
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed.
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed. The files uploaded (like into the medias directory, the ECM module, ...) will remain.
|
||||
WEBSITE_TYPE_CONTAINER=Type of page/container
|
||||
WEBSITE_PAGE_EXAMPLE=Web page to use as example
|
||||
WEBSITE_PAGENAME=Page name/alias
|
||||
@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Javascript file content (common to all pages)
|
||||
WEBSITE_HTML_HEADER=Addition at bottom of HTML Header (common to all pages)
|
||||
WEBSITE_ROBOT=Robot file (robots.txt)
|
||||
WEBSITE_HTACCESS=Website .htaccess file
|
||||
WEBSITE_MANIFEST_JSON=Website manifest.json file
|
||||
WEBSITE_README=README.md file
|
||||
EnterHereLicenseInformation=Enter here meta data or license information to fille a README.md file. if you distribute your website as a template, the file will be included into the temptate package.
|
||||
HtmlHeaderPage=HTML header (specific to this page only)
|
||||
PageNameAliasHelp=Name or alias of the page.<br>This alias is also used to forge a SEO URL when website is ran from a Virtual host of a Web server (like Apacke, Nginx, ...). Use the button "<strong>%s</strong>" to edit this alias.
|
||||
EditTheWebSiteForACommonHeader=Note: If you want to define a personalized header for all pages, edit the header on the site level instead of on the page/container.
|
||||
@ -41,6 +44,7 @@ RealURL=Real URL
|
||||
ViewWebsiteInProduction=View web site using home URLs
|
||||
SetHereVirtualHost=<u>Use with Apache/NGinx/...</u><br>If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on<br><strong>%s</strong><br>then set the name of the virtual host you have created in the properties of web site, so the preview can be done also using this dedicated web server access instead of the internal Dolibarr server.
|
||||
YouCanAlsoTestWithPHPS=<u>Use with PHP embedded server</u><br>On develop environment, you may prefer to test the site with the PHP embedded web server (PHP 5.5 required) by running<br><strong>php -S 0.0.0.0:8080 -t %s</strong>
|
||||
YouCanAlsoDeployToAnotherWHP=<u>Run your web site with another Dolibarr Hosting provider</u><br>If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on <a href="https://saas.dolibarr.org" target="_blank">https://saas.dolibarr.org</a>
|
||||
CheckVirtualHostPerms=Check also that virtual host has permission <strong>%s</strong> on files into<br><strong>%s</strong>
|
||||
ReadPerm=قرأ
|
||||
WritePerm=Write
|
||||
@ -75,7 +79,8 @@ AddWebsiteAccount=Create web site account
|
||||
BackToListOfThirdParty=Back to list for Third Party
|
||||
DisableSiteFirst=Disable website first
|
||||
MyContainerTitle=My web site title
|
||||
AnotherContainer=Another container
|
||||
AnotherContainer=This is how to include content of another page/container (you may have an error here if you enable dynamic code because the embedded subcontainer may not exists)
|
||||
SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please comme back later...
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / third party
|
||||
YouMustDefineTheHomePage=You must first define the default Home page
|
||||
@ -89,7 +94,8 @@ AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
|
||||
CorporateHomePage=Corporate Home page
|
||||
EmptyPage=Empty page
|
||||
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
|
||||
ZipOfWebsitePackageToImport=Zip file of website package
|
||||
ZipOfWebsitePackageToImport=Upload the Zip file of the website template package
|
||||
ZipOfWebsitePackageToLoad=or Choose an available embedded website template package
|
||||
ShowSubcontainers=Include dynamic content
|
||||
InternalURLOfPage=Internal URL of page
|
||||
ThisPageIsTranslationOf=This page/container is a translation of
|
||||
@ -101,5 +107,10 @@ NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynam
|
||||
ReplaceWebsiteContent=Search or Replace website content
|
||||
DeleteAlsoJs=Delete also all javascript files specific to this website?
|
||||
DeleteAlsoMedias=Delete also all medias files specific to this website?
|
||||
# Export
|
||||
MyWebsitePages=My website pages
|
||||
SearchReplaceInto=Search | Replace into
|
||||
ReplaceString=New string
|
||||
CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:<br><br>#mycssselector, input.myclass:hover { ... }<br>must be<br>.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }<br><br>Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere.
|
||||
LinkAndScriptsHereAreNotLoadedInEditor=Warning: This content is output only when site is accessed from a server. It is not used in Edit mode so if you need to load javascript files also in edit mode, just add your tag 'script src=...' into the page.
|
||||
Dynamiccontent=Sample of a page with dynamic content
|
||||
ImportSite=Import website template
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=Първоначална ставка на ДДС
|
||||
NewVATRates=Нова ставка на ДДС
|
||||
PriceBaseTypeToChange=Промяна на цените с базова референтна стойност, определена на
|
||||
MassConvert=Стартиране на групово превръщане
|
||||
PriceFormatInCurrentLanguage=Price Format In Current Language
|
||||
String=Низ
|
||||
TextLong=Дълъг текст
|
||||
HtmlText=HTML текст
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=Списъкът със стойности трябва
|
||||
ExtrafieldParamHelpsellist=Списъкът на стойностите идва от таблица <br>Синтаксис: table_name:label_field:id_field::filter<br> Пример: c_typent: libelle:id::filter <br><br> - idfilter е задължително основен int key <br> - филтърът може да бъде прост тест (например active = 1), за да се покаже само активна стойност <br> Може също да използвате $ID$ във филтъра, който е текущият идентификатор на текущия обект. <br>За да направите SELECT във филтъра, използвайте $SEL$ <br> ако искате да филтрирате по допълнителни полета, използвайте синтаксис extra.fieldcode=...(където кодът на полето е кодът на допълнителното поле) <br><br> За да имате списъка в зависимост от друг допълнителен списък с атрибути: <br> c_typent:libelle:id:options_ <i>parent_list_code</i>|parent_column:филтер<br><br> За да имате списъка в зависимост от друг списък: <br> c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelpchkbxlst=Списъкът на стойностите идва от таблица <br> Синтаксис: table_name:label_field:id_field::filter <br> Пример: c_typent:libelle:id::filter <br><br> филтърът може да бъде прост тест (например active = 1), за да се покаже само активна стойност <br> Можете също да използвате $ID$ във филтъра, който е текущият идентификатор на текущия обект <br> За да направите SELECT във филтъра, използвайте $SEL$ <br> ако искате да филтрирате по допълнителни полета, използвайте синтаксис extra.fieldcode=...(където кодът на полето е кодът на екстра полето) <br><br> За да имате списъка в зависимост от друг допълнителен списък с атрибути: <br>c_typent:libelle:id:options_ <i>parent_list_code</i>|parent_column:filter<br><br> За да имате списъка в зависимост от друг списък: <br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelplink=Параметрите трябва да са ObjectName:Classpath<br>Синтаксис: ObjectName:Classpath<br>Примери: <br> Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Оставете празно за обикновен разделител <br> Задайте това на 1 за разделител, който се свива (отворен по подразбиране) <br> Задайте това на 2 за разделител, който се свива (свит по подразбиране).
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session)<br>Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
|
||||
LibraryToBuildPDF=Използвана библиотека за създаване на PDF файлове
|
||||
LocalTaxDesc=Някои държави могат да прилагат два или три данъка към всеки ред във фактурата. Ако случаят е такъв, изберете вида на втория и третия данък и съответната данъчна ставка. Възможен тип са:<br>1: местен данък върху продукти и услуги без ДДС (местния данък се изчислява върху сумата без данък)<br>2: местен данък върху продукти и услуги с ДДС (местният данък се изчислява върху сумата + основния данък)<br>3: местен данък върху продукти без ДДС (местният данък се изчислява върху сумата без данък)<br>4: местен данък върху продукти с ДДС (местният данък се изчислява върху сумата + основния данък)<br>5: местен данък върху услуги без ДДС (местният данък се изчислява върху сумата без данък)<br>6: местен данък върху услуги с ДДС (местният данък се изчислява върху сумата + основния данък)
|
||||
SMS=SMS
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Модели за номериране на фа
|
||||
IfSetToYesDontForgetPermission=Ако е избрано ДА, не забравяйте да предоставите права на групи или потребители, от които се очаква второто одобрение.
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=Настройка на модула GeoIP Maxmind
|
||||
PathToGeoIPMaxmindCountryDataFile=Път до файл, съдържащ Maxmind IP за превод на държава. <br> Примери: <br> /usr/local/share/GeoIP/GeoIP.dat <br> /usr/share/GeoIP/GeoIP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=Обърнете внимание, че вашият IP файл с данни за държавата трябва да е в директория, която може да се чете от PHP (проверете настройките на вашата PHP open_basedir и правата на файловата система).
|
||||
YouCanDownloadFreeDatFileTo=Може да изтеглите <b>безплатна демо версия</b> на Maxmind GeoIP файла за държавата от %s.
|
||||
YouCanDownloadAdvancedDatFileTo=Може също така да изтеглите <b>по-пълна версия, с актуализации</b> на Maxmind GeoIP файла за държавата от %s.
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=По-малък от
|
||||
LargerThan=По-голям от
|
||||
IfTrackingIDFoundEventWillBeLinked=Обърнете внимание, че ако е намерен проследяващ код във входящата електронна поща, събитието ще бъде автоматично свързано със свързаните обекти.
|
||||
WithGMailYouCanCreateADedicatedPassword=С GMail акаунт, ако сте активирали валидирането в 2 стъпки е препоръчително да създадете специална втора парола за приложението, вместо да използвате своята парола за акаунта от https://myaccount.google.com/.
|
||||
IFTTTSetup=Настройка на модул IFTTT
|
||||
IFTTT_SERVICE_KEY=IFTTT Service key
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Ключ за сигурност, който защитава URL адреса, използван от IFTTT, за да изпраща съобщения до вашия Dolibarr.
|
||||
IFTTTDesc=Този модул е предназначен да задейства събития на IFTTT и / или да изпълнява някои действия, чрез външни IFTTT тригери.
|
||||
UrlForIFTTT=URL адрес за IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=Ще го намерите във вашият IFTTT акаунт
|
||||
EndPointFor=Крайна точка за %s: %s
|
||||
DeleteEmailCollector=Изтриване на имейл колекционер
|
||||
ConfirmDeleteEmailCollector=Сигурни ли те, че искате да изтриете този колекционер на имейли?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
|
||||
RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
|
||||
BaseOnSabeDavVersion=Based on the library SabreDAV version
|
||||
NotAPublicIp=Not a public IP
|
||||
MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=Банкова транзакция
|
||||
ListTransactions=Списък транзакции
|
||||
ListTransactionsByCategory=Списък транзакции по категория
|
||||
TransactionsToConciliate=Транзакции за съгласуване
|
||||
TransactionsToConciliateShort=To reconcile
|
||||
Conciliable=Може да се съгласува
|
||||
Conciliate=Съгласуване
|
||||
Conciliation=Съгласуване
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=Изтриване на тази чекова разписк
|
||||
ConfirmDeleteCheckReceipt=Сигурни ли сте, че искате да изтриете тази чекова разписка?
|
||||
BankChecks=Банкови чекове
|
||||
BankChecksToReceipt=Чекове чакащи депозит
|
||||
BankChecksToReceiptShort=Чекове чакащи депозит
|
||||
ShowCheckReceipt=Покажи разписка за получаване на чеков депозит
|
||||
NumberOfCheques=Брой чекове
|
||||
DeleteTransaction=Изтриване на транзакция
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=Групиране на ДДС по ставка в билет
|
||||
AutoPrintTickets=Автоматично отпечатване на билети
|
||||
EnableBarOrRestaurantFeatures=Включете функции за бар или ресторант
|
||||
ConfirmDeletionOfThisPOSSale=Потвърждавате ли изтриването на настоящата продажба?
|
||||
ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
|
||||
History=История
|
||||
ValidateAndClose=Валидиране и приключване
|
||||
Terminal=Терминал
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Брой терминали
|
||||
TerminalSelect=Изберете терминал, който искате да използвате:
|
||||
POSTicket=POS тикет
|
||||
BasicPhoneLayout=Използване на просто оформление за телефони
|
||||
SetupOfTerminalNotComplete=Setup of terminal %s is not complete
|
||||
DirectPayment=Direct payment
|
||||
DirectPaymentButton=Direct cash payment button
|
||||
InvoiceIsAlreadyValidated=Invoice is already validated
|
||||
NoLinesToBill=No lines to bill
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=Собствено име
|
||||
PostOrFunction=Длъжност
|
||||
UserTitle=Обръщение
|
||||
NatureOfThirdParty=Произход на контрагента
|
||||
NatureOfContact=Nature of Contact
|
||||
Address=Адрес
|
||||
State=Област
|
||||
StateShort=Област
|
||||
|
||||
@ -51,6 +51,7 @@ ListOfClosedServices=Списък на прекратени услуги
|
||||
ListOfRunningServices=Списък на активни услуги
|
||||
NotActivatedServices=Неактивни услуги (измежду валидирани договори)
|
||||
BoardNotActivatedServices=Услуги за активиране (измежду валидирани договори)
|
||||
BoardNotActivatedServicesShort=Services to activate
|
||||
LastContracts=Договори: %s последни
|
||||
LastModifiedServices=Услуги: %s последно променени
|
||||
ContractStartDate=Начална дата
|
||||
@ -65,7 +66,9 @@ DateEndReal=Реална крайна дата
|
||||
DateEndRealShort=Реална крайна дата
|
||||
CloseService=Приключване на услуга
|
||||
BoardRunningServices=Активни услуги
|
||||
BoardRunningServicesShort=Активни услуги
|
||||
BoardExpiredServices=Изтекли услуги
|
||||
BoardExpiredServicesShort=Изтекли услуги
|
||||
ServiceStatus=Статус на услуга
|
||||
DraftContracts=Чернови договори
|
||||
CloseRefusedBecauseOneServiceActive=Договорът не може да бъде прекратен, тъй като има най-малко една активна услуга в него.
|
||||
|
||||
@ -218,6 +218,7 @@ ErrorVariableKeyForContentMustBeSet=Грешка, трябва да бъде з
|
||||
ErrorURLMustStartWithHttp=URL адресът %s трябва да започва с http:// или https://
|
||||
ErrorNewRefIsAlreadyUsed=Грешка, новата референция вече е използвана
|
||||
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Грешка, изтриването на плащане, свързано с приключена фактура, е невъзможно.
|
||||
ErrorSearchCriteriaTooSmall=Search criteria too small.
|
||||
# Warnings
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||
WarningPasswordSetWithNoAccount=За този член бе зададена парола. Въпреки това, не е създаден потребителски акаунт. Така че тази парола е съхранена, но не може да се използва за влизане в Dolibarr. Може да се използва от външен модул/интерфейс, но ако не е необходимо да дефинирате потребителско име или парола за член може да деактивирате опцията "Управление на вход за всеки член" от настройката на модула Членове. Ако трябва да управлявате вход, но не се нуждаете от парола, можете да запазите това поле празно, за да избегнете това предупреждение. Забележка: Имейлът може да се използва и като вход, ако членът е свързан с потребител.
|
||||
|
||||
@ -28,6 +28,7 @@ NoTemplateDefined=Няма наличен шаблон за този тип им
|
||||
AvailableVariables=Налични променливи за заместване
|
||||
NoTranslation=Няма превод
|
||||
Translation=Превод
|
||||
EmptySearchString=Enter a non empty search string
|
||||
NoRecordFound=Няма намерен запис
|
||||
NoRecordDeleted=Няма изтрит запис
|
||||
NotEnoughDataYet=Няма достатъчно данни
|
||||
@ -704,6 +705,7 @@ DateOfSignature=Дата на подписване
|
||||
HidePassword=Показване на команда със скрита парола
|
||||
UnHidePassword=Показване на реална команда с ясна парола
|
||||
Root=Начало
|
||||
RootOfMedias=Root of public medias (/medias)
|
||||
Informations=Информация
|
||||
Page=Страница
|
||||
Notes=Бележки
|
||||
@ -981,3 +983,10 @@ PaymentInformation=Платежна информация
|
||||
ValidFrom=Валидно от
|
||||
ValidUntil=Валидно до
|
||||
NoRecordedUsers=Няма потребители
|
||||
ToClose=To close
|
||||
ToProcess=За изпълнение
|
||||
ToApprove=To approve
|
||||
GlobalOpenedElemView=Global view
|
||||
NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
|
||||
NoArticlesFoundForTheCategory=No article found for the category
|
||||
ToAcceptRefuse=To accept | refuse
|
||||
|
||||
@ -29,6 +29,7 @@ MenuMembersUpToDate=С платен чл. внос
|
||||
MenuMembersNotUpToDate=С неплатен чл. внос
|
||||
MenuMembersResiliated=Terminated members
|
||||
MembersWithSubscriptionToReceive=Събиране на членски внос от членовете
|
||||
MembersWithSubscriptionToReceiveShort=Subscription to receive
|
||||
DateSubscription=Чл. внос от дата
|
||||
DateEndSubscription=Чл. внос до дата
|
||||
EndSubscription=Чл внос до
|
||||
|
||||
@ -76,7 +76,13 @@ MyProjects=Мои проекти
|
||||
MyProjectsArea=Секция с мои проекти
|
||||
DurationEffective=Ефективна продължителност
|
||||
ProgressDeclared=Деклариран напредък
|
||||
TaskProgressSummary=Task progress
|
||||
CurentlyOpenedTasks=Curently opened tasks
|
||||
TheReportedProgressIsLessThanTheCalculatedProgressionByX=The declared progress is less %s than the calculated progression
|
||||
TheReportedProgressIsMoreThanTheCalculatedProgressionByX=The declared progress is more %s than the calculated progression
|
||||
ProgressCalculated=Изчислен напредък
|
||||
WhichIamLinkedTo=which I'm linked to
|
||||
WhichIamLinkedToProject=which I'm linked to project
|
||||
Time=Време
|
||||
ListOfTasks=Списък със задачи
|
||||
GoToListOfTimeConsumed=Показване на списъка с изразходвано време
|
||||
@ -185,8 +191,8 @@ InputDetail=Детайли
|
||||
TimeAlreadyRecorded=Това отделено време е вече записано за тази задача / ден и потребител %s
|
||||
ProjectsWithThisUserAsContact=Проекти с потребител за контакт
|
||||
TasksWithThisUserAsContact=Задачи възложени на потребител
|
||||
ResourceNotAssignedToProject=Не е зададено към проект
|
||||
ResourceNotAssignedToTheTask=Не е зададено към задача
|
||||
ResourceNotAssignedToProject=Не е участник в проекта
|
||||
ResourceNotAssignedToTheTask=Не е участник в задачата
|
||||
NoUserAssignedToTheProject=Няма потребители, назначени за този проект.
|
||||
TimeSpentBy=Отделено време от
|
||||
TasksAssignedTo=Задачи, възложени на
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Shortname=Код
|
||||
WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
|
||||
DeleteWebsite=Изтрийте уебсайт
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed.
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed. The files uploaded (like into the medias directory, the ECM module, ...) will remain.
|
||||
WEBSITE_TYPE_CONTAINER=Type of page/container
|
||||
WEBSITE_PAGE_EXAMPLE=Уеб страница, която да се използва като пример
|
||||
WEBSITE_PAGENAME=Име на страницата
|
||||
@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Javascript file content (common to all pages)
|
||||
WEBSITE_HTML_HEADER=Addition at bottom of HTML Header (common to all pages)
|
||||
WEBSITE_ROBOT=Robot file (robots.txt)
|
||||
WEBSITE_HTACCESS=Website .htaccess file
|
||||
WEBSITE_MANIFEST_JSON=Website manifest.json file
|
||||
WEBSITE_README=README.md file
|
||||
EnterHereLicenseInformation=Enter here meta data or license information to fille a README.md file. if you distribute your website as a template, the file will be included into the temptate package.
|
||||
HtmlHeaderPage=HTML header (specific to this page only)
|
||||
PageNameAliasHelp=Name or alias of the page.<br>This alias is also used to forge a SEO URL when website is ran from a Virtual host of a Web server (like Apacke, Nginx, ...). Use the button "<strong>%s</strong>" to edit this alias.
|
||||
EditTheWebSiteForACommonHeader=Note: If you want to define a personalized header for all pages, edit the header on the site level instead of on the page/container.
|
||||
@ -41,6 +44,7 @@ RealURL=Релен URL
|
||||
ViewWebsiteInProduction=Покажи уеб сайта използвайки началното URL
|
||||
SetHereVirtualHost=<u>Use with Apache/NGinx/...</u><br>If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on<br><strong>%s</strong><br>then set the name of the virtual host you have created in the properties of web site, so the preview can be done also using this dedicated web server access instead of the internal Dolibarr server.
|
||||
YouCanAlsoTestWithPHPS=<u>Use with PHP embedded server</u><br>On develop environment, you may prefer to test the site with the PHP embedded web server (PHP 5.5 required) by running<br><strong>php -S 0.0.0.0:8080 -t %s</strong>
|
||||
YouCanAlsoDeployToAnotherWHP=<u>Run your web site with another Dolibarr Hosting provider</u><br>If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on <a href="https://saas.dolibarr.org" target="_blank">https://saas.dolibarr.org</a>
|
||||
CheckVirtualHostPerms=Check also that virtual host has permission <strong>%s</strong> on files into<br><strong>%s</strong>
|
||||
ReadPerm=Чета
|
||||
WritePerm=Write
|
||||
@ -75,7 +79,8 @@ AddWebsiteAccount=Create web site account
|
||||
BackToListOfThirdParty=Обратно към списъка с контрагентите
|
||||
DisableSiteFirst=Disable website first
|
||||
MyContainerTitle=My web site title
|
||||
AnotherContainer=Another container
|
||||
AnotherContainer=This is how to include content of another page/container (you may have an error here if you enable dynamic code because the embedded subcontainer may not exists)
|
||||
SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please comme back later...
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / third party
|
||||
YouMustDefineTheHomePage=You must first define the default Home page
|
||||
@ -89,7 +94,8 @@ AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
|
||||
CorporateHomePage=Corporate Home page
|
||||
EmptyPage=Empty page
|
||||
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
|
||||
ZipOfWebsitePackageToImport=Zip file of website package
|
||||
ZipOfWebsitePackageToImport=Upload the Zip file of the website template package
|
||||
ZipOfWebsitePackageToLoad=or Choose an available embedded website template package
|
||||
ShowSubcontainers=Include dynamic content
|
||||
InternalURLOfPage=Internal URL of page
|
||||
ThisPageIsTranslationOf=This page/container is a translation of
|
||||
@ -101,5 +107,10 @@ NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynam
|
||||
ReplaceWebsiteContent=Search or Replace website content
|
||||
DeleteAlsoJs=Delete also all javascript files specific to this website?
|
||||
DeleteAlsoMedias=Delete also all medias files specific to this website?
|
||||
# Export
|
||||
MyWebsitePages=My website pages
|
||||
SearchReplaceInto=Search | Replace into
|
||||
ReplaceString=New string
|
||||
CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:<br><br>#mycssselector, input.myclass:hover { ... }<br>must be<br>.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }<br><br>Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere.
|
||||
LinkAndScriptsHereAreNotLoadedInEditor=Warning: This content is output only when site is accessed from a server. It is not used in Edit mode so if you need to load javascript files also in edit mode, just add your tag 'script src=...' into the page.
|
||||
Dynamiccontent=Sample of a page with dynamic content
|
||||
ImportSite=Import website template
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=Old VAT rate
|
||||
NewVATRates=New VAT rate
|
||||
PriceBaseTypeToChange=Modify on prices with base reference value defined on
|
||||
MassConvert=Launch bulk conversion
|
||||
PriceFormatInCurrentLanguage=Price Format In Current Language
|
||||
String=String
|
||||
TextLong=Long text
|
||||
HtmlText=Html text
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
|
||||
ExtrafieldParamHelpsellist=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filter<br>Example: c_typent:libelle:id::filter<br><br>- idfilter is necessarly a primary int key<br>- filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filter<br>Example: c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax: ObjectName:Classpath<br>Examples:<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default)<br>Set this to 2 for a collapsing separator (collapsed by default)
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session)<br>Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
|
||||
LibraryToBuildPDF=Library used for PDF generation
|
||||
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are:<br>1: local tax apply on products and services without vat (localtax is calculated on amount without tax)<br>2: local tax apply on products and services including vat (localtax is calculated on amount + main tax)<br>3: local tax apply on products without vat (localtax is calculated on amount without tax)<br>4: local tax apply on products including vat (localtax is calculated on amount + main vat)<br>5: local tax apply on services without vat (localtax is calculated on amount without tax)<br>6: local tax apply on services including vat (localtax is calculated on amount + tax)
|
||||
SMS=SMS
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Vendor invoices numbering models
|
||||
IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=GeoIP Maxmind module setup
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=Note that your ip to country data file must be inside a directory your PHP can read (Check your PHP open_basedir setup and filesystem permissions).
|
||||
YouCanDownloadFreeDatFileTo=You can download a <b>free demo version</b> of the Maxmind GeoIP country file at %s.
|
||||
YouCanDownloadAdvancedDatFileTo=You can also download a more <b>complete version, with updates,</b> of the Maxmind GeoIP country file at %s.
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=Smaller than
|
||||
LargerThan=Larger than
|
||||
IfTrackingIDFoundEventWillBeLinked=Note that If a tracking ID is found into incoming email, the event will be automatically linked to the related objects.
|
||||
WithGMailYouCanCreateADedicatedPassword=With a GMail account, if you enabled the 2 steps validation, it is recommanded to create a dedicated second password for the application instead of using your own account passsword from https://myaccount.google.com/.
|
||||
IFTTTSetup=IFTTT module setup
|
||||
IFTTT_SERVICE_KEY=IFTTT Service key
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Security key to secure the endpoint URL used by IFTTT to send messages to your Dolibarr.
|
||||
IFTTTDesc=This module is designed to trigger events on IFTTT and/or to execute some action on external IFTTT triggers.
|
||||
UrlForIFTTT=URL endpoint for IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
|
||||
EndPointFor=End point for %s : %s
|
||||
DeleteEmailCollector=Delete email collector
|
||||
ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
|
||||
RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
|
||||
BaseOnSabeDavVersion=Based on the library SabreDAV version
|
||||
NotAPublicIp=Not a public IP
|
||||
MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=Bank entry
|
||||
ListTransactions=List entries
|
||||
ListTransactionsByCategory=List entries/category
|
||||
TransactionsToConciliate=Entries to reconcile
|
||||
TransactionsToConciliateShort=To reconcile
|
||||
Conciliable=Can be reconciled
|
||||
Conciliate=Reconcile
|
||||
Conciliation=Reconciliation
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=Delete this check receipt?
|
||||
ConfirmDeleteCheckReceipt=Are you sure you want to delete this check receipt?
|
||||
BankChecks=Bank checks
|
||||
BankChecksToReceipt=Checks awaiting deposit
|
||||
BankChecksToReceiptShort=Checks awaiting deposit
|
||||
ShowCheckReceipt=Show check deposit receipt
|
||||
NumberOfCheques=No. of check
|
||||
DeleteTransaction=Delete entry
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=Group VAT by rate in tickets
|
||||
AutoPrintTickets=Automatically print tickets
|
||||
EnableBarOrRestaurantFeatures=Enable features for Bar or Restaurant
|
||||
ConfirmDeletionOfThisPOSSale=Do your confirm the deletion of this current sale ?
|
||||
ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
|
||||
History=History
|
||||
ValidateAndClose=Validate and close
|
||||
Terminal=Terminal
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Number of Terminals
|
||||
TerminalSelect=Select terminal you want to use:
|
||||
POSTicket=POS Ticket
|
||||
BasicPhoneLayout=Use basic layout for phones
|
||||
SetupOfTerminalNotComplete=Setup of terminal %s is not complete
|
||||
DirectPayment=Direct payment
|
||||
DirectPaymentButton=Direct cash payment button
|
||||
InvoiceIsAlreadyValidated=Invoice is already validated
|
||||
NoLinesToBill=No lines to bill
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=First name
|
||||
PostOrFunction=Job position
|
||||
UserTitle=Title
|
||||
NatureOfThirdParty=Nature of Third party
|
||||
NatureOfContact=Nature of Contact
|
||||
Address=Address
|
||||
State=State/Province
|
||||
StateShort=State
|
||||
|
||||
@ -51,6 +51,7 @@ ListOfClosedServices=List of closed services
|
||||
ListOfRunningServices=List of running services
|
||||
NotActivatedServices=Inactive services (among validated contracts)
|
||||
BoardNotActivatedServices=Services to activate among validated contracts
|
||||
BoardNotActivatedServicesShort=Services to activate
|
||||
LastContracts=Latest %s contracts
|
||||
LastModifiedServices=Latest %s modified services
|
||||
ContractStartDate=Start date
|
||||
@ -64,7 +65,10 @@ DateStartRealShort=Real start date
|
||||
DateEndReal=Real end date
|
||||
DateEndRealShort=Real end date
|
||||
CloseService=Close service
|
||||
BoardRunningServices=Expired running services
|
||||
BoardRunningServices=Services running
|
||||
BoardRunningServicesShort=Services running
|
||||
BoardExpiredServices=Services expired
|
||||
BoardExpiredServicesShort=Services expired
|
||||
ServiceStatus=Status of service
|
||||
DraftContracts=Drafts contracts
|
||||
CloseRefusedBecauseOneServiceActive=Contract can't be closed as there is at least one open service on it
|
||||
|
||||
@ -218,6 +218,7 @@ ErrorVariableKeyForContentMustBeSet=Error, the constant with name %s (with text
|
||||
ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
|
||||
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
|
||||
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
|
||||
ErrorSearchCriteriaTooSmall=Search criteria too small.
|
||||
# Warnings
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
|
||||
|
||||
@ -28,6 +28,7 @@ NoTemplateDefined=No template available for this email type
|
||||
AvailableVariables=Available substitution variables
|
||||
NoTranslation=No translation
|
||||
Translation=Translation
|
||||
EmptySearchString=Enter a non empty search string
|
||||
NoRecordFound=No record found
|
||||
NoRecordDeleted=No record deleted
|
||||
NotEnoughDataYet=Not enough data
|
||||
@ -704,6 +705,7 @@ DateOfSignature=Date of signature
|
||||
HidePassword=Show command with password hidden
|
||||
UnHidePassword=Show real command with clear password
|
||||
Root=Root
|
||||
RootOfMedias=Root of public medias (/medias)
|
||||
Informations=Information
|
||||
Page=Page
|
||||
Notes=Notes
|
||||
@ -981,3 +983,10 @@ PaymentInformation=Payment information
|
||||
ValidFrom=Valid from
|
||||
ValidUntil=Valid until
|
||||
NoRecordedUsers=No users
|
||||
ToClose=To close
|
||||
ToProcess=To process
|
||||
ToApprove=To approve
|
||||
GlobalOpenedElemView=Global view
|
||||
NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
|
||||
NoArticlesFoundForTheCategory=No article found for the category
|
||||
ToAcceptRefuse=To accept | refuse
|
||||
|
||||
@ -29,6 +29,7 @@ MenuMembersUpToDate=Up to date members
|
||||
MenuMembersNotUpToDate=Out of date members
|
||||
MenuMembersResiliated=Terminated members
|
||||
MembersWithSubscriptionToReceive=Members with subscription to receive
|
||||
MembersWithSubscriptionToReceiveShort=Subscription to receive
|
||||
DateSubscription=Subscription date
|
||||
DateEndSubscription=Subscription end date
|
||||
EndSubscription=End subscription
|
||||
|
||||
@ -76,7 +76,13 @@ MyProjects=My projects
|
||||
MyProjectsArea=My projects Area
|
||||
DurationEffective=Effective duration
|
||||
ProgressDeclared=Declared progress
|
||||
TaskProgressSummary=Task progress
|
||||
CurentlyOpenedTasks=Curently opened tasks
|
||||
TheReportedProgressIsLessThanTheCalculatedProgressionByX=The declared progress is less %s than the calculated progression
|
||||
TheReportedProgressIsMoreThanTheCalculatedProgressionByX=The declared progress is more %s than the calculated progression
|
||||
ProgressCalculated=Calculated progress
|
||||
WhichIamLinkedTo=which I'm linked to
|
||||
WhichIamLinkedToProject=which I'm linked to project
|
||||
Time=Time
|
||||
ListOfTasks=List of tasks
|
||||
GoToListOfTimeConsumed=Go to list of time consumed
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Shortname=Code
|
||||
WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
|
||||
DeleteWebsite=Delete website
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed.
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed. The files uploaded (like into the medias directory, the ECM module, ...) will remain.
|
||||
WEBSITE_TYPE_CONTAINER=Type of page/container
|
||||
WEBSITE_PAGE_EXAMPLE=Web page to use as example
|
||||
WEBSITE_PAGENAME=Page name/alias
|
||||
@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Javascript file content (common to all pages)
|
||||
WEBSITE_HTML_HEADER=Addition at bottom of HTML Header (common to all pages)
|
||||
WEBSITE_ROBOT=Robot file (robots.txt)
|
||||
WEBSITE_HTACCESS=Website .htaccess file
|
||||
WEBSITE_MANIFEST_JSON=Website manifest.json file
|
||||
WEBSITE_README=README.md file
|
||||
EnterHereLicenseInformation=Enter here meta data or license information to fille a README.md file. if you distribute your website as a template, the file will be included into the temptate package.
|
||||
HtmlHeaderPage=HTML header (specific to this page only)
|
||||
PageNameAliasHelp=Name or alias of the page.<br>This alias is also used to forge a SEO URL when website is ran from a Virtual host of a Web server (like Apacke, Nginx, ...). Use the button "<strong>%s</strong>" to edit this alias.
|
||||
EditTheWebSiteForACommonHeader=Note: If you want to define a personalized header for all pages, edit the header on the site level instead of on the page/container.
|
||||
@ -41,6 +44,7 @@ RealURL=Real URL
|
||||
ViewWebsiteInProduction=View web site using home URLs
|
||||
SetHereVirtualHost=<u>Use with Apache/NGinx/...</u><br>If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on<br><strong>%s</strong><br>then set the name of the virtual host you have created in the properties of web site, so the preview can be done also using this dedicated web server access instead of the internal Dolibarr server.
|
||||
YouCanAlsoTestWithPHPS=<u>Use with PHP embedded server</u><br>On develop environment, you may prefer to test the site with the PHP embedded web server (PHP 5.5 required) by running<br><strong>php -S 0.0.0.0:8080 -t %s</strong>
|
||||
YouCanAlsoDeployToAnotherWHP=<u>Run your web site with another Dolibarr Hosting provider</u><br>If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on <a href="https://saas.dolibarr.org" target="_blank">https://saas.dolibarr.org</a>
|
||||
CheckVirtualHostPerms=Check also that virtual host has permission <strong>%s</strong> on files into<br><strong>%s</strong>
|
||||
ReadPerm=Read
|
||||
WritePerm=Write
|
||||
@ -75,7 +79,8 @@ AddWebsiteAccount=Create web site account
|
||||
BackToListOfThirdParty=Back to list for Third Party
|
||||
DisableSiteFirst=Disable website first
|
||||
MyContainerTitle=My web site title
|
||||
AnotherContainer=Another container
|
||||
AnotherContainer=This is how to include content of another page/container (you may have an error here if you enable dynamic code because the embedded subcontainer may not exists)
|
||||
SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please comme back later...
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / third party
|
||||
YouMustDefineTheHomePage=You must first define the default Home page
|
||||
@ -89,7 +94,8 @@ AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
|
||||
CorporateHomePage=Corporate Home page
|
||||
EmptyPage=Empty page
|
||||
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
|
||||
ZipOfWebsitePackageToImport=Zip file of website package
|
||||
ZipOfWebsitePackageToImport=Upload the Zip file of the website template package
|
||||
ZipOfWebsitePackageToLoad=or Choose an available embedded website template package
|
||||
ShowSubcontainers=Include dynamic content
|
||||
InternalURLOfPage=Internal URL of page
|
||||
ThisPageIsTranslationOf=This page/container is a translation of
|
||||
@ -101,5 +107,10 @@ NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynam
|
||||
ReplaceWebsiteContent=Search or Replace website content
|
||||
DeleteAlsoJs=Delete also all javascript files specific to this website?
|
||||
DeleteAlsoMedias=Delete also all medias files specific to this website?
|
||||
# Export
|
||||
MyWebsitePages=My website pages
|
||||
SearchReplaceInto=Search | Replace into
|
||||
ReplaceString=New string
|
||||
CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:<br><br>#mycssselector, input.myclass:hover { ... }<br>must be<br>.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }<br><br>Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere.
|
||||
LinkAndScriptsHereAreNotLoadedInEditor=Warning: This content is output only when site is accessed from a server. It is not used in Edit mode so if you need to load javascript files also in edit mode, just add your tag 'script src=...' into the page.
|
||||
Dynamiccontent=Sample of a page with dynamic content
|
||||
ImportSite=Import website template
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=Old VAT rate
|
||||
NewVATRates=New VAT rate
|
||||
PriceBaseTypeToChange=Modify on prices with base reference value defined on
|
||||
MassConvert=Launch bulk conversion
|
||||
PriceFormatInCurrentLanguage=Price Format In Current Language
|
||||
String=String
|
||||
TextLong=Long text
|
||||
HtmlText=Html text
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=List of values must be lines with format key,value (whe
|
||||
ExtrafieldParamHelpsellist=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filter<br>Example: c_typent:libelle:id::filter<br><br>- idfilter is necessarly a primary int key<br>- filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filter<br>Example: c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax: ObjectName:Classpath<br>Examples:<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default)<br>Set this to 2 for a collapsing separator (collapsed by default)
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session)<br>Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
|
||||
LibraryToBuildPDF=Library used for PDF generation
|
||||
LocalTaxDesc=Some countries may apply two or three taxes on each invoice line. If this is the case, choose the type for the second and third tax and its rate. Possible type are:<br>1: local tax apply on products and services without vat (localtax is calculated on amount without tax)<br>2: local tax apply on products and services including vat (localtax is calculated on amount + main tax)<br>3: local tax apply on products without vat (localtax is calculated on amount without tax)<br>4: local tax apply on products including vat (localtax is calculated on amount + main vat)<br>5: local tax apply on services without vat (localtax is calculated on amount without tax)<br>6: local tax apply on services including vat (localtax is calculated on amount + tax)
|
||||
SMS=SMS
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Vendor invoices numbering models
|
||||
IfSetToYesDontForgetPermission=If set to yes, don't forget to provide permissions to groups or users allowed for the second approval
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=GeoIP Maxmind module setup
|
||||
PathToGeoIPMaxmindCountryDataFile=Putanja do datoteke koja sadrži Maxmind ip do prevoda za zemlju. <br> Primjeri: <br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=Note that your ip to country data file must be inside a directory your PHP can read (Check your PHP open_basedir setup and filesystem permissions).
|
||||
YouCanDownloadFreeDatFileTo=You can download a <b>free demo version</b> of the Maxmind GeoIP country file at %s.
|
||||
YouCanDownloadAdvancedDatFileTo=You can also download a more <b>complete version, with updates,</b> of the Maxmind GeoIP country file at %s.
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=Smaller than
|
||||
LargerThan=Larger than
|
||||
IfTrackingIDFoundEventWillBeLinked=Note that If a tracking ID is found into incoming email, the event will be automatically linked to the related objects.
|
||||
WithGMailYouCanCreateADedicatedPassword=With a GMail account, if you enabled the 2 steps validation, it is recommanded to create a dedicated second password for the application instead of using your own account passsword from https://myaccount.google.com/.
|
||||
IFTTTSetup=IFTTT module setup
|
||||
IFTTT_SERVICE_KEY=IFTTT Service key
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Security key to secure the endpoint URL used by IFTTT to send messages to your Dolibarr.
|
||||
IFTTTDesc=This module is designed to trigger events on IFTTT and/or to execute some action on external IFTTT triggers.
|
||||
UrlForIFTTT=URL endpoint for IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
|
||||
EndPointFor=End point for %s : %s
|
||||
DeleteEmailCollector=Delete email collector
|
||||
ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
|
||||
RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
|
||||
BaseOnSabeDavVersion=Based on the library SabreDAV version
|
||||
NotAPublicIp=Not a public IP
|
||||
MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=Bankovna transakcija
|
||||
ListTransactions=Spisak transakcija
|
||||
ListTransactionsByCategory=Spisak transakcija/kategorija
|
||||
TransactionsToConciliate=Transakcije za izmirivanje
|
||||
TransactionsToConciliateShort=To reconcile
|
||||
Conciliable=Može se izmiriti
|
||||
Conciliate=Izmiriti
|
||||
Conciliation=Podmirivanje
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=Obrišite ovaj izvod čeka?
|
||||
ConfirmDeleteCheckReceipt=Da li ste sigurni da želite obrisati ovaj izvod od čeka?
|
||||
BankChecks=Bankovni ček
|
||||
BankChecksToReceipt=Čekovi koji čekaju na depozit
|
||||
BankChecksToReceiptShort=Čekovi koji čekaju na depozit
|
||||
ShowCheckReceipt=Prikaži priznanicu depozita čeka
|
||||
NumberOfCheques=No. of check
|
||||
DeleteTransaction=Obriši unos
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=Group VAT by rate in tickets
|
||||
AutoPrintTickets=Automatically print tickets
|
||||
EnableBarOrRestaurantFeatures=Enable features for Bar or Restaurant
|
||||
ConfirmDeletionOfThisPOSSale=Do your confirm the deletion of this current sale ?
|
||||
ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
|
||||
History=Historija
|
||||
ValidateAndClose=Validate and close
|
||||
Terminal=Terminal
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Number of Terminals
|
||||
TerminalSelect=Select terminal you want to use:
|
||||
POSTicket=POS Ticket
|
||||
BasicPhoneLayout=Use basic layout for phones
|
||||
SetupOfTerminalNotComplete=Setup of terminal %s is not complete
|
||||
DirectPayment=Direct payment
|
||||
DirectPaymentButton=Direct cash payment button
|
||||
InvoiceIsAlreadyValidated=Invoice is already validated
|
||||
NoLinesToBill=No lines to bill
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=Ime
|
||||
PostOrFunction=Pozicija
|
||||
UserTitle=Titula
|
||||
NatureOfThirdParty=Vrsta treće strane
|
||||
NatureOfContact=Nature of Contact
|
||||
Address=Adresa
|
||||
State=Država/Provincija
|
||||
StateShort=Pokrajina
|
||||
|
||||
@ -51,6 +51,7 @@ ListOfClosedServices=Lista završenih usluga
|
||||
ListOfRunningServices=Lista aktivnih usluga
|
||||
NotActivatedServices=Nekativne usluge (među potvrđenim ugovorima)
|
||||
BoardNotActivatedServices=Usluge za aktiviranje među potvrđenim ugovorima
|
||||
BoardNotActivatedServicesShort=Services to activate
|
||||
LastContracts=Latest %s contracts
|
||||
LastModifiedServices=Latest %s modified services
|
||||
ContractStartDate=Datum početka
|
||||
@ -64,7 +65,10 @@ DateStartRealShort=Pravi datum početka
|
||||
DateEndReal=Pravi datum završetka
|
||||
DateEndRealShort=Pravi datum završetka
|
||||
CloseService=Zatvori uslugu
|
||||
BoardRunningServices=Aktivne istekle usluge
|
||||
BoardRunningServices=Services running
|
||||
BoardRunningServicesShort=Services running
|
||||
BoardExpiredServices=Services expired
|
||||
BoardExpiredServicesShort=Services expired
|
||||
ServiceStatus=Status usluge
|
||||
DraftContracts=Nacrti ugovora
|
||||
CloseRefusedBecauseOneServiceActive=Contract can't be closed as there is at least one open service on it
|
||||
|
||||
@ -218,6 +218,7 @@ ErrorVariableKeyForContentMustBeSet=Error, the constant with name %s (with text
|
||||
ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
|
||||
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
|
||||
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
|
||||
ErrorSearchCriteriaTooSmall=Search criteria too small.
|
||||
# Warnings
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
|
||||
|
||||
@ -28,6 +28,7 @@ NoTemplateDefined=Šablon za ovu vrstu emaila nije dostupan
|
||||
AvailableVariables=Dostupne zamjenske varijable
|
||||
NoTranslation=Nema prevoda
|
||||
Translation=Prevod
|
||||
EmptySearchString=Enter a non empty search string
|
||||
NoRecordFound=Nije pronađen zapis
|
||||
NoRecordDeleted=Nijedan zapis nije obrisan
|
||||
NotEnoughDataYet=Nema dovoljno podataka
|
||||
@ -704,6 +705,7 @@ DateOfSignature=Datum potpisa
|
||||
HidePassword=Pokaži komandu sa skrivenom šifrom
|
||||
UnHidePassword=Pokaži stvarnu komandu sa pokazanom šifrom
|
||||
Root=Root
|
||||
RootOfMedias=Root of public medias (/medias)
|
||||
Informations=Inromacije
|
||||
Page=Stranica
|
||||
Notes=Napomene
|
||||
@ -981,3 +983,10 @@ PaymentInformation=Payment information
|
||||
ValidFrom=Valid from
|
||||
ValidUntil=Valid until
|
||||
NoRecordedUsers=No users
|
||||
ToClose=To close
|
||||
ToProcess=Za obradu
|
||||
ToApprove=To approve
|
||||
GlobalOpenedElemView=Global view
|
||||
NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
|
||||
NoArticlesFoundForTheCategory=No article found for the category
|
||||
ToAcceptRefuse=To accept | refuse
|
||||
|
||||
@ -29,6 +29,7 @@ MenuMembersUpToDate=Up to date members
|
||||
MenuMembersNotUpToDate=Out of date members
|
||||
MenuMembersResiliated=Terminated members
|
||||
MembersWithSubscriptionToReceive=Members with subscription to receive
|
||||
MembersWithSubscriptionToReceiveShort=Subscription to receive
|
||||
DateSubscription=Subscription date
|
||||
DateEndSubscription=Subscription end date
|
||||
EndSubscription=End subscription
|
||||
|
||||
@ -76,7 +76,13 @@ MyProjects=Moji projekti
|
||||
MyProjectsArea=My projects Area
|
||||
DurationEffective=Efektivno trajanje
|
||||
ProgressDeclared=Declared progress
|
||||
TaskProgressSummary=Task progress
|
||||
CurentlyOpenedTasks=Curently opened tasks
|
||||
TheReportedProgressIsLessThanTheCalculatedProgressionByX=The declared progress is less %s than the calculated progression
|
||||
TheReportedProgressIsMoreThanTheCalculatedProgressionByX=The declared progress is more %s than the calculated progression
|
||||
ProgressCalculated=Calculated progress
|
||||
WhichIamLinkedTo=which I'm linked to
|
||||
WhichIamLinkedToProject=which I'm linked to project
|
||||
Time=Vrijeme
|
||||
ListOfTasks=List of tasks
|
||||
GoToListOfTimeConsumed=Go to list of time consumed
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Shortname=Kod
|
||||
WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
|
||||
DeleteWebsite=Delete website
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed.
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed. The files uploaded (like into the medias directory, the ECM module, ...) will remain.
|
||||
WEBSITE_TYPE_CONTAINER=Type of page/container
|
||||
WEBSITE_PAGE_EXAMPLE=Web page to use as example
|
||||
WEBSITE_PAGENAME=Page name/alias
|
||||
@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Javascript file content (common to all pages)
|
||||
WEBSITE_HTML_HEADER=Addition at bottom of HTML Header (common to all pages)
|
||||
WEBSITE_ROBOT=Robot file (robots.txt)
|
||||
WEBSITE_HTACCESS=Website .htaccess file
|
||||
WEBSITE_MANIFEST_JSON=Website manifest.json file
|
||||
WEBSITE_README=README.md file
|
||||
EnterHereLicenseInformation=Enter here meta data or license information to fille a README.md file. if you distribute your website as a template, the file will be included into the temptate package.
|
||||
HtmlHeaderPage=HTML header (specific to this page only)
|
||||
PageNameAliasHelp=Name or alias of the page.<br>This alias is also used to forge a SEO URL when website is ran from a Virtual host of a Web server (like Apacke, Nginx, ...). Use the button "<strong>%s</strong>" to edit this alias.
|
||||
EditTheWebSiteForACommonHeader=Note: If you want to define a personalized header for all pages, edit the header on the site level instead of on the page/container.
|
||||
@ -41,6 +44,7 @@ RealURL=Real URL
|
||||
ViewWebsiteInProduction=View web site using home URLs
|
||||
SetHereVirtualHost=<u>Use with Apache/NGinx/...</u><br>If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on<br><strong>%s</strong><br>then set the name of the virtual host you have created in the properties of web site, so the preview can be done also using this dedicated web server access instead of the internal Dolibarr server.
|
||||
YouCanAlsoTestWithPHPS=<u>Use with PHP embedded server</u><br>On develop environment, you may prefer to test the site with the PHP embedded web server (PHP 5.5 required) by running<br><strong>php -S 0.0.0.0:8080 -t %s</strong>
|
||||
YouCanAlsoDeployToAnotherWHP=<u>Run your web site with another Dolibarr Hosting provider</u><br>If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on <a href="https://saas.dolibarr.org" target="_blank">https://saas.dolibarr.org</a>
|
||||
CheckVirtualHostPerms=Check also that virtual host has permission <strong>%s</strong> on files into<br><strong>%s</strong>
|
||||
ReadPerm=Pročitaj
|
||||
WritePerm=Write
|
||||
@ -75,7 +79,8 @@ AddWebsiteAccount=Create web site account
|
||||
BackToListOfThirdParty=Back to list for Third Party
|
||||
DisableSiteFirst=Disable website first
|
||||
MyContainerTitle=My web site title
|
||||
AnotherContainer=Another container
|
||||
AnotherContainer=This is how to include content of another page/container (you may have an error here if you enable dynamic code because the embedded subcontainer may not exists)
|
||||
SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please comme back later...
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / third party
|
||||
YouMustDefineTheHomePage=You must first define the default Home page
|
||||
@ -89,7 +94,8 @@ AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
|
||||
CorporateHomePage=Corporate Home page
|
||||
EmptyPage=Empty page
|
||||
ExternalURLMustStartWithHttp=External URL must start with http:// or https://
|
||||
ZipOfWebsitePackageToImport=Zip file of website package
|
||||
ZipOfWebsitePackageToImport=Upload the Zip file of the website template package
|
||||
ZipOfWebsitePackageToLoad=or Choose an available embedded website template package
|
||||
ShowSubcontainers=Include dynamic content
|
||||
InternalURLOfPage=Internal URL of page
|
||||
ThisPageIsTranslationOf=This page/container is a translation of
|
||||
@ -101,5 +107,10 @@ NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynam
|
||||
ReplaceWebsiteContent=Search or Replace website content
|
||||
DeleteAlsoJs=Delete also all javascript files specific to this website?
|
||||
DeleteAlsoMedias=Delete also all medias files specific to this website?
|
||||
# Export
|
||||
MyWebsitePages=My website pages
|
||||
SearchReplaceInto=Search | Replace into
|
||||
ReplaceString=New string
|
||||
CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:<br><br>#mycssselector, input.myclass:hover { ... }<br>must be<br>.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }<br><br>Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere.
|
||||
LinkAndScriptsHereAreNotLoadedInEditor=Warning: This content is output only when site is accessed from a server. It is not used in Edit mode so if you need to load javascript files also in edit mode, just add your tag 'script src=...' into the page.
|
||||
Dynamiccontent=Sample of a page with dynamic content
|
||||
ImportSite=Import website template
|
||||
|
||||
@ -265,7 +265,7 @@ AccountingJournals=Diari de comptabilitat
|
||||
AccountingJournal=Diari comptable
|
||||
NewAccountingJournal=Nou diari comptable
|
||||
ShowAccoutingJournal=Mostrar diari comptable
|
||||
NatureOfJournal=Nature of Journal
|
||||
NatureOfJournal=Naturalesa del diari
|
||||
AccountingJournalType1=Operacions diverses
|
||||
AccountingJournalType2=Vendes
|
||||
AccountingJournalType3=Compres
|
||||
@ -291,7 +291,7 @@ Modelcsv_quadratus=Exporta a Quadratus QuadraCompta
|
||||
Modelcsv_ebp=Exporta a EBP
|
||||
Modelcsv_cogilog=Exporta a Cogilog
|
||||
Modelcsv_agiris=Exporta a Agiris
|
||||
Modelcsv_LDCompta=Export for LD Compta (v9 & higher) (Test)
|
||||
Modelcsv_LDCompta=Exporta per LD Compta (v9 i superior) (Prova)
|
||||
Modelcsv_openconcerto=Exporta per a OpenConcerto (Test)
|
||||
Modelcsv_configurable=Exporta CSV configurable
|
||||
Modelcsv_FEC=Exporta FEC
|
||||
@ -302,7 +302,7 @@ ChartofaccountsId=Id pla comptable
|
||||
InitAccountancy=Inicialitza la comptabilitat
|
||||
InitAccountancyDesc=Aquesta pàgina es pot utilitzar per inicialitzar un compte de comptabilitat en productes i serveis que no tenen compte comptable definit per a vendes i compres.
|
||||
DefaultBindingDesc=Aquesta pàgina pot ser utilitzat per establir un compte per defecte que s'utilitzarà per enllaçar registre de transaccions sobre els pagament de salaris, donació, impostos i IVA quan no hi ha encara compte comptable específic definit.
|
||||
DefaultClosureDesc=This page can be used to set parameters used for accounting closures.
|
||||
DefaultClosureDesc=Aquesta pàgina es pot utilitzar per definir els paràmetres usats per als tancaments de comptabilitat.
|
||||
Options=Opcions
|
||||
OptionModeProductSell=En mode vendes
|
||||
OptionModeProductSellIntra=Les vendes de mode exportades a la CEE
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=Taxa d'IVA antiga
|
||||
NewVATRates=Taxa d'IVA nova
|
||||
PriceBaseTypeToChange=Canviar el preu on la referència de base és
|
||||
MassConvert=Inicia la conversió massiva
|
||||
PriceFormatInCurrentLanguage=Format del preu en idioma actual
|
||||
String=Cadena
|
||||
TextLong=Text llarg
|
||||
HtmlText=Text Html
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=La llista de valor ha de ser un conjunt de línies del
|
||||
ExtrafieldParamHelpsellist=Llista de valors que provenen d'una taula<br>Sintaxi: nom_taula:nom_camp:id_camp::filtre<br>Exemple : c_typent:libelle:id::filter<br><br>- idfilter ha de ser necessàriament una "primary int key" <br>- el filtre pot ser una comprovació senzilla (eg active=1) per mostrar només valors actius<br>També es pot emprar $ID$ al filtre per representar el ID de l'actual objecte en curs<br>Per fer un SELECT al filtre empreu $SEL$<br>Si voleu filtrar per algun camp extra ("extrafields") empreu la sintaxi extra.codicamp=... (a on codicamp és el codi del camp extra)<br><br>Per tenir la llista depenent d'una altre llista d'atributs complementaris:<br>c_typent:libelle:id:options_<i>codi_llista_pare</i>|parent_column:filter <br><br>Per tenir la llista depenent d'una altra llista:<br>c_typent:libelle:id:<i>codi_llista_pare</i>|parent_column:filter
|
||||
ExtrafieldParamHelpchkbxlst=La llista de valors prové d'una taula <br> Sintaxi: nom_taula:nom_camp:id_camp::filtre <br> Exemple: c_typent:libelle:id::filter<br> <br> filtre pot ser una comprovació simple (p. ex. active=1) per mostrar només el valor actiu <br> També podeu utilitzar $ID$ en el filtre per representar l'ID actual de l'objecte en curs <br>Per fer un SELECT en el filtre utilitzeu $SEL$ <br> si voleu filtrar per camps extra utilitzeu sintaxi extra.fieldcode=... (on el codi de camp és el codi del extrafield) <br> <br>Per tenir la llista depenent d'una altra llista d'atributs complementaris: <br>c_typent:libelle:id:options_<i>codi_llista_pare</i>|parent_column: filter <br><br>Per tenir la llista depenent d'una altra llista: c_typent:libelle:id:<i>codi_llista_pare</i>|parent_column:filter
|
||||
ExtrafieldParamHelplink=Els paràmetres han de ser ObjectName: Classpath<br>Sintaxi: ObjectName:Classpath<br>Exemples :<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Manteniu-vos buits per obtenir un simple separador <br> Establiu-ho a 1 per a un separador col·lapsat (obert per defecte) <br> Establiu-ho a 2 per a un separador col·lapsat (col·lapsat per defecte)
|
||||
ExtrafieldParamHelpSeparator=Manteniu-lo buit per un simple separador <br> Configureu-ho a 1 per a un separador col·lapsador (obert per defecte per a la sessió nova, i es mantindrà l'estat de cada sessió d'usuari) <br> Configureu-ho a 2 per a un separador col·lapsat (es va desplomar per defecte per a la sessió nova, i es mantindrà l'estat per a cada sessió d'usuari)
|
||||
LibraryToBuildPDF=Llibreria utilitzada per generar PDF
|
||||
LocalTaxDesc=Alguns països apliquen 2 o 3 impostos en cada línia de factura. Si aquest és el cas, escull el tipus pel segon i el tercer impost i el seu valor. Els tipus possibles són: <br>1: impostos locals aplicats en productes i serveis sense IVA (l'impost local serà calculat en el total sense impostos)<br>2: impost local aplicat en productes i serveis amb IVA (l'impost local serà calculat amb el total + l'impost principal)<br>3: impost local aplicat en productes sense IVA (l'impost local serà calculat en el total sense impost)<br>4: impost local aplicat en productes amb IVA (l'impost local serà calculat amb el total + l'impost principal)<br>5: impost local aplicat en serveis sense IVA (l'impost local serà calculat amb el total sense impost)<br>6: impost local aplicat en serveis amb IVA inclòs (l'impost local serà calculat amb el total + IVA)
|
||||
SMS=SMS
|
||||
@ -574,7 +575,7 @@ Module510Name=Salaris
|
||||
Module510Desc=Registre i seguiment del pagament dels salaris dels empleats
|
||||
Module520Name=Préstecs
|
||||
Module520Desc=Gestió de préstecs
|
||||
Module600Name=Notifications on business event
|
||||
Module600Name=Notificacions sobre esdeveniments comercials
|
||||
Module600Desc=Envieu notificacions per correu electrònic activades per un esdeveniment empresarial: per usuari (configuració definit a cada usuari), per a contactes de tercers (configuració definida en cada tercer) o per correus electrònics específics
|
||||
Module600Long=Tingueu en compte que aquest mòdul està dedicat a enviar correus electrònics en temps real quan es produeix un esdeveniment de negoci específic. Si cerqueu una característica per enviar recordatoris per correu electrònic dels esdeveniments de l'agenda, aneu a la configuració del mòdul Agenda.
|
||||
Module610Name=Variants de producte
|
||||
@ -1193,7 +1194,7 @@ ExtraFieldsSupplierOrders=Atributs complementaris (comandes)
|
||||
ExtraFieldsSupplierInvoices=Atributs complementaris (factures)
|
||||
ExtraFieldsProject=Atributs complementaris (projectes)
|
||||
ExtraFieldsProjectTask=Atributs complementaris (tasques)
|
||||
ExtraFieldsSalaries=Complementary attributes (salaries)
|
||||
ExtraFieldsSalaries=Atributs complementaris (sous)
|
||||
ExtraFieldHasWrongValue=L'atribut %s té un valor no valid
|
||||
AlphaNumOnlyLowerCharsAndNoSpace=només caràcters alfanumèrics i en minúscula sense espai
|
||||
SendmailOptionNotComplete=Atenció, en alguns sistemes Linux, amb aquest mètode d'enviament, per poder enviar mails en nom seu, la configuració de sendmail ha de contenir l'opció <b>-ba</b> (paràmetre <b>mail.force_extra_parameters</b> a l'arxiu <b>php.ini</b>). Si alguns dels seus destinataris no reben els seus missatges, proveu de modificar aquest paràmetre PHP amb <b>mail.force_extra_parameters =-ba </b>.
|
||||
@ -1221,14 +1222,14 @@ SuhosinSessionEncrypt=Emmagatzematge de sessions xifrades per Suhosin
|
||||
ConditionIsCurrently=Actualment la condició és %s
|
||||
YouUseBestDriver=Utilitzeu el controlador %s, que és el millor controlador disponible actualment.
|
||||
YouDoNotUseBestDriver=S'utilitza el controlador %s, però es recomana utilitzar el controlador %s.
|
||||
NbOfObjectIsLowerThanNoPb=You have only %s %s in the database. This does not require any particular optimization.
|
||||
NbOfObjectIsLowerThanNoPb=Només teniu %s %s a la base de dades. Això no requereix cap optimització particular.
|
||||
SearchOptim=Cerca optimització
|
||||
YouHaveXObjectUseSearchOptim=You have %s %s in the database. You should add the constant %s to 1 in Home-Setup-Other. Limit the search to the beginning of strings which makes it possible for the database to use indexes and you should get an immediate response.
|
||||
YouHaveXObjectAndSearchOptimOn=You have %s %s in the database and constant %s is set to 1 in Home-Setup-Other.
|
||||
YouHaveXObjectUseSearchOptim=Teniu %s %s a la base de dades. Hauríeu d’afegir la constant %s a 1 a Home-Setup-Other. Limiteu la cerca a l'inici de cadenes, cosa que permet que la base de dades utilitzeu índexs i haureu d'obtenir una resposta immediata.
|
||||
YouHaveXObjectAndSearchOptimOn=Teniu %s %s a la base de dades i %s constant es configura com a 1 a Home-Setup-Other.
|
||||
BrowserIsOK=Esteu utilitzant el navegador web %s. Aquest navegador està bé per a la seguretat i el rendiment.
|
||||
BrowserIsKO=Esteu utilitzant el navegador web %s. Es considera que aquest navegador és una mala elecció per a la seguretat, el rendiment i la fiabilitat. Recomanem utilitzar Firefox, Chrome, Opera o Safari.
|
||||
PHPModuleLoaded=PHP component %s is loaded
|
||||
PreloadOPCode=Preloaded OPCode is used
|
||||
PHPModuleLoaded=Es carrega el component PHP %s
|
||||
PreloadOPCode=S'utilitza un codi OPC precarregat
|
||||
AddRefInList=Mostrar client / proveïdor ref. llista d'informació (llista de selecció o combobox) i la majoria d'hipervincle. <br> Els tercers apareixeran amb un format de nom de "CC12345 - SC45678 - The Big Company corp". en lloc de "The Big Company corp".
|
||||
AddAdressInList=Mostra la llista d'informació de la direcció de client / proveïdor (llista de selecció o combobox) <br> Els tercers apareixeran amb un format de nom de "The Big Company corp. - 21 jump street 123456 Big town - USA" en lloc de "The Big Company corp".
|
||||
AskForPreferredShippingMethod=Demaneu un mètode d'enviament preferit per a tercers.
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Models de numeració de factures de proveïdor
|
||||
IfSetToYesDontForgetPermission=Si esta seleccionat, no oblideu de modificar els permisos en els grups o usuaris per permetre la segona aprovació
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=Configuració del mòdul GeoIP Maxmind
|
||||
PathToGeoIPMaxmindCountryDataFile=Ruta de l'arxiu Maxmind que conté les conversions IP-> País.<br>Exemple: /usr/local/share/GeoIP/GeoIP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Ruta al fitxer que conté Maxmind ip a la traducció del país. <br> Exemples: <br> /usr/local/share/GeoIP/GeoIP.dat <br> /usr/share/GeoIP/GeoIP.dat <br> /usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=Tingueu en compte que aquest arxiu ha d'estar en una carpeta accessible desde la seva PHP (Comproveu la configuració de open_basedir de la seva PHP i els permisos d'arxiu/carpetes).
|
||||
YouCanDownloadFreeDatFileTo=Pot descarregar-se una <b>versió demo gratuïta</b> de l'arxiu de països Maxmind GeoIP a l'adreça %s.
|
||||
YouCanDownloadAdvancedDatFileTo=També pot descarregar-se una <b>versió més completa</b> de l'arxiu de països Maxmind GeoIP a l'adreça %s.
|
||||
@ -1736,9 +1737,9 @@ ExpenseReportsRulesSetup=Configurar mòdul Informes de despeses - Regles
|
||||
ExpenseReportNumberingModules=Número del mòdul Informe de despeses
|
||||
NoModueToManageStockIncrease=No esta activat el mòdul per gestionar automàticament l'increment d'estoc. L'increment d'estoc es realitzara només amb l'entrada manual
|
||||
YouMayFindNotificationsFeaturesIntoModuleNotification=Podeu trobar opcions de notificacions per correu electrònic habilitant i configurant el mòdul "Notificació".
|
||||
ListOfNotificationsPerUser=List of automatic notifications per user*
|
||||
ListOfNotificationsPerUserOrContact=List of possible automatic notifications (on business event) available per user* or per contact**
|
||||
ListOfFixedNotifications=List of automatic fixed notifications
|
||||
ListOfNotificationsPerUser=Llista de notificacions automàtiques per usuari *
|
||||
ListOfNotificationsPerUserOrContact=Llista de possibles notificacions automàtiques (en un esdeveniment comercial) disponibles per usuari* o per contacte**
|
||||
ListOfFixedNotifications=Llista de notificacions fixes automàtiques
|
||||
GoOntoUserCardToAddMore=Ves a la pestanya "Notificacions" d'un usuari per afegir o eliminar notificacions per usuaris.
|
||||
GoOntoContactCardToAddMore=Vagi a la pestanya "Notificacions" d'un contacte de tercers per afegir o eliminar notificacions per contactes/direccions
|
||||
Threshold=Valor mínim/llindar
|
||||
@ -1900,11 +1901,11 @@ OnMobileOnly=Només en pantalla petita (telèfon intel·ligent)
|
||||
DisableProspectCustomerType=Desactiveu el tipus de tercers "Prospect + Customer" (per tant, un tercer ha de ser Client o Client Potencial, però no pot ser ambdues)
|
||||
MAIN_OPTIMIZEFORTEXTBROWSER=Simplifica la interfície per a persones cegues
|
||||
MAIN_OPTIMIZEFORTEXTBROWSERDesc=Activa aquesta opció si ets cec o si fas servir l'aplicació des d'un navegador de text com ara Lynx o Links.
|
||||
MAIN_OPTIMIZEFORCOLORBLIND=Change interface's color for color blind person
|
||||
MAIN_OPTIMIZEFORCOLORBLINDDesc=Enable this option if you are a color blind person, in some case interface will change color setup to increase contrast.
|
||||
MAIN_OPTIMIZEFORCOLORBLIND=Canvia el color de la interfície per daltònic
|
||||
MAIN_OPTIMIZEFORCOLORBLINDDesc=Habiliteu aquesta opció si sou daltònics, en algun cas la interfície canviarà la configuració del color per augmentar el contrast.
|
||||
Protanopia=Protanopia
|
||||
Deuteranopes=Deuteranopes
|
||||
Tritanopes=Tritanopes
|
||||
Deuteranopes=Deuteranops
|
||||
Tritanopes=Tritanops
|
||||
ThisValueCanOverwrittenOnUserLevel=Aquest valor es pot sobreescriure per cada usuari des de la pestanya de la pàgina d'usuari '%s'
|
||||
DefaultCustomerType=Tipus de tercer predeterminat per al formulari de creació "Nou client"
|
||||
ABankAccountMustBeDefinedOnPaymentModeSetup=Nota: el compte bancari s'ha de definir al mòdul de cada mode de pagament (Paypal, Stripe, ...) per tal que funcioni aquesta funció.
|
||||
@ -1918,7 +1919,7 @@ LogsLinesNumber=Nombre de línies que es mostraran a la pestanya de registres
|
||||
UseDebugBar=Utilitzeu la barra de depuració
|
||||
DEBUGBAR_LOGS_LINES_NUMBER=Nombre d’últimes línies de registre que cal mantenir a la consola
|
||||
WarningValueHigherSlowsDramaticalyOutput=Advertència, els valors més alts frenen molt la producció
|
||||
ModuleActivated=Module %s is activated and slows the interface
|
||||
ModuleActivated=El mòdul %s està activat i alenteix la interfície
|
||||
EXPORTS_SHARE_MODELS=Els models d’exportació es comparteixen amb tothom
|
||||
ExportSetup=Configuració del mòdul Export
|
||||
InstanceUniqueID=ID únic de la instància
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=Menor que
|
||||
LargerThan=Major que
|
||||
IfTrackingIDFoundEventWillBeLinked=Tingueu en compte que si es troba un identificador de seguiment al correu electrònic entrant, l’esdeveniment s’enllaçarà automàticament als objectes relacionats.
|
||||
WithGMailYouCanCreateADedicatedPassword=Amb un compte de GMail, si heu activat la validació de dos passos, es recomana crear una segona contrasenya dedicada a l’aplicació en comptes d’utilitzar la contrasenya del vostre compte des de https://myaccount.google.com/.
|
||||
IFTTTSetup=Configuració del mòdul IFTTT
|
||||
IFTTT_SERVICE_KEY=Clau de servei IFTTT
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Clau de seguretat per assegurar l’URL del punt final utilitzat per IFTTT per enviar missatges al vostre Dolibarr.
|
||||
IFTTTDesc=Aquest mòdul està dissenyat per activar esdeveniments en IFTTT i / o per executar alguna acció en desencadenants externs IFTTT.
|
||||
UrlForIFTTT=Punt final d’URL per a IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=El trobareu al vostre compte IFTTT
|
||||
EndPointFor=Punt final per %s: %s
|
||||
DeleteEmailCollector=Suprimeix el recollidor de correu electrònic
|
||||
ConfirmDeleteEmailCollector=Esteu segur que voleu suprimir aquest recollidor de correu electrònic?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Els correus electrònics destinataris sempre se substituiran per aquest valor
|
||||
AtLeastOneDefaultBankAccountMandatory=Cal definir com a mínim un compte bancari per defecte
|
||||
RESTRICT_API_ON_IP=Permet les API disponibles només a alguna IP de l'amfitrió (no s'admet el caràcter comodí, utilitzeu espai entre valors). Buit significa que tots els amfitrions poden utilitzar les API disponibles.
|
||||
RESTRICT_ON_IP=Permet l'accés només a alguna IP de l'amfitrió (no es permet comodí, utilitzeu espai entre valors). Buit significa que hi poden accedir tots els amfitrions.
|
||||
BaseOnSabeDavVersion=Basat en la versió de la biblioteca SabreDAV
|
||||
NotAPublicIp=No és una IP pública
|
||||
MakeAnonymousPing=Creeu un ping "+1" anònim al servidor de bases Dolibarr (fet una vegada només després de la instal·lació) per permetre que la fundació compti el nombre d'instal·lació de Dolibarr.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=Registre bancari
|
||||
ListTransactions=Llistat registres
|
||||
ListTransactionsByCategory=Llistat registres/categoria
|
||||
TransactionsToConciliate=Registres a conciliar
|
||||
TransactionsToConciliateShort=Per conciliar
|
||||
Conciliable=Conciliable
|
||||
Conciliate=Conciliar
|
||||
Conciliation=Conciliació
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=Vols suprimir aquesta remesa de xec?
|
||||
ConfirmDeleteCheckReceipt=Vols eliminar aquesta remesa de xec?
|
||||
BankChecks=Xec bancari
|
||||
BankChecksToReceipt=Xecs en espera de l'ingrés
|
||||
BankChecksToReceiptShort=Xecs en espera de l'ingrés
|
||||
ShowCheckReceipt=Mostra la remesa d'ingrés de xec
|
||||
NumberOfCheques=Nº de xec
|
||||
DeleteTransaction=Eliminar registre
|
||||
|
||||
@ -95,7 +95,7 @@ PaymentHigherThanReminderToPay=Pagament superior a la resta a pagar
|
||||
HelpPaymentHigherThanReminderToPay=Atenció, l'import del pagament d'una o més factures és superior a la resta a pagar.<br>Corregiu la entrada, en cas contrari, confirmeu i pensi en crear un abonament d'allò percebut en excés per cada factura sobrepagada.
|
||||
HelpPaymentHigherThanReminderToPaySupplier=Atenció, l'import del pagament d'una o més factures és superior a la resta a pagar.<br>Corregiu la entrada, en cas contrari, confirmeu i pensi en crear un abonament d'allò percebut en excés per cada factura sobrepagada.
|
||||
ClassifyPaid=Classificar 'Pagat'
|
||||
ClassifyUnPaid=Classify 'Unpaid'
|
||||
ClassifyUnPaid=Classifica "sense pagar"
|
||||
ClassifyPaidPartially=Classificar 'Pagat parcialment'
|
||||
ClassifyCanceled=Classificar 'Abandonat'
|
||||
ClassifyClosed=Classificar 'Tancat'
|
||||
@ -142,7 +142,7 @@ BillShortStatusStarted=Començada
|
||||
BillShortStatusNotPaid=Pendent de cobrament
|
||||
BillShortStatusNotRefunded=No reemborsat
|
||||
BillShortStatusClosedUnpaid=Tancada
|
||||
BillShortStatusClosedPaidPartially=Pagada
|
||||
BillShortStatusClosedPaidPartially=Pagada (parcial)
|
||||
PaymentStatusToValidShort=A validar
|
||||
ErrorVATIntraNotConfigured=NIF intracomunitari encara no definit
|
||||
ErrorNoPaiementModeConfigured=No s'ha definit la forma de pagament per defecte. Ves a la configuració del mòdul Factures per corregir-ho.
|
||||
@ -215,20 +215,20 @@ ShowInvoiceReplace=Veure factura rectificativa
|
||||
ShowInvoiceAvoir=Veure abonament
|
||||
ShowInvoiceDeposit=Mostrar factura d'acompte
|
||||
ShowInvoiceSituation=Mostra la factura de situació
|
||||
UseSituationInvoices=Allow situation invoice
|
||||
UseSituationInvoicesCreditNote=Allow situation invoice credit note
|
||||
Retainedwarranty=Retained warranty
|
||||
RetainedwarrantyDefaultPercent=Retained warranty default percent
|
||||
ToPayOn=To pay on %s
|
||||
toPayOn=to pay on %s
|
||||
RetainedWarranty=Retained Warranty
|
||||
PaymentConditionsShortRetainedWarranty=Retained warranty payment terms
|
||||
DefaultPaymentConditionsRetainedWarranty=Default retained warranty payment terms
|
||||
setPaymentConditionsShortRetainedWarranty=Set retained warranty payment terms
|
||||
setretainedwarranty=Set retained warranty
|
||||
setretainedwarrantyDateLimit=Set retained warranty date limit
|
||||
RetainedWarrantyDateLimit=Retained warranty date limit
|
||||
RetainedWarrantyNeed100Percent=The situation invoice need to be at 100%% progress to be displayed on PDF
|
||||
UseSituationInvoices=Permetre la factura de la situació
|
||||
UseSituationInvoicesCreditNote=Permet la nota de crèdit de la factura de situació
|
||||
Retainedwarranty=Garantia retinguda
|
||||
RetainedwarrantyDefaultPercent=Percentatge de garantia retingut per defecte
|
||||
ToPayOn=Per pagar %s
|
||||
toPayOn=a pagar %s
|
||||
RetainedWarranty=Garantia retinguda
|
||||
PaymentConditionsShortRetainedWarranty=Condicions de pagament de la garantia retinguda
|
||||
DefaultPaymentConditionsRetainedWarranty=Condicions de pagament per defecte de la garantia retinguda
|
||||
setPaymentConditionsShortRetainedWarranty=Definiu els termes de pagament de la garantia retinguda
|
||||
setretainedwarranty=Estableix la garantia retinguda
|
||||
setretainedwarrantyDateLimit=Estableix el límit de data de garantia conservada
|
||||
RetainedWarrantyDateLimit=Data límit de garantia retinguda
|
||||
RetainedWarrantyNeed100Percent=La factura de situació ha d’estar al progrés 100%% per mostrar-se en PDF
|
||||
ShowPayment=Veure pagament
|
||||
AlreadyPaid=Ja pagat
|
||||
AlreadyPaidBack=Ja reemborsat
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=IVA per grups als tiquets
|
||||
AutoPrintTickets=Imprimeix automàticament els tiquets
|
||||
EnableBarOrRestaurantFeatures=Habiliteu funcions per a bar o restaurant
|
||||
ConfirmDeletionOfThisPOSSale=Confirmeu la supressió de la venda actual?
|
||||
ConfirmDiscardOfThisPOSSale=Voleu descartar aquesta venda actual?
|
||||
History=Històric
|
||||
ValidateAndClose=Valida i tanca
|
||||
Terminal=Terminal
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Nombre de terminals
|
||||
TerminalSelect=Selecciona el terminal que vols utilitzar:
|
||||
POSTicket=Tiquet TPV
|
||||
BasicPhoneLayout=Utilitzeu el disseny bàsic dels telèfons
|
||||
SetupOfTerminalNotComplete=La configuració del terminal %s no està completa
|
||||
DirectPayment=Pagament directe
|
||||
DirectPaymentButton=Botó de pagament directe en efectiu
|
||||
InvoiceIsAlreadyValidated=La factura ja està validada
|
||||
NoLinesToBill=No hi ha línies a facturar
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=Nom
|
||||
PostOrFunction=Càrrec laboral
|
||||
UserTitle=Títol cortesia
|
||||
NatureOfThirdParty=Naturalesa del tercer
|
||||
NatureOfContact=Natura del contacte
|
||||
Address=Adreça
|
||||
State=Província
|
||||
StateShort=Estat
|
||||
@ -364,7 +365,7 @@ PL_HIGH=Alt
|
||||
TE_UNKNOWN=-
|
||||
TE_STARTUP=Petita
|
||||
TE_GROUP=Gran empresa
|
||||
TE_MEDIUM=PYME
|
||||
TE_MEDIUM=PIME
|
||||
TE_ADMIN=Administració
|
||||
TE_SMALL=TPE
|
||||
TE_RETAIL=Minorista
|
||||
|
||||
@ -51,6 +51,7 @@ ListOfClosedServices=Llistat de serveis tancats
|
||||
ListOfRunningServices=Llistat de serveis actius
|
||||
NotActivatedServices=Serveis no activats (amb els contractes validats)
|
||||
BoardNotActivatedServices=Serveis a activar amb els contractes validats
|
||||
BoardNotActivatedServicesShort=Serveis per activar
|
||||
LastContracts=Últims %s contractes
|
||||
LastModifiedServices=Últims %s serveis modificats
|
||||
ContractStartDate=Data inici
|
||||
@ -65,7 +66,9 @@ DateEndReal=Data real finalització del servei
|
||||
DateEndRealShort=Data real finalització
|
||||
CloseService=Finalitzar servei
|
||||
BoardRunningServices=Serveis en execució
|
||||
BoardRunningServicesShort=Serveis en execució
|
||||
BoardExpiredServices=Els serveis han caducat
|
||||
BoardExpiredServicesShort=Els serveis han caducat
|
||||
ServiceStatus=Estat del servei
|
||||
DraftContracts=Contractes esborrany
|
||||
CloseRefusedBecauseOneServiceActive=El contracte no es pot tancar ja que almenys hi ha un servei obert
|
||||
|
||||
@ -90,7 +90,7 @@ ErrorSpecialCharNotAllowedForField=Els caràcters especials no són admesos pel
|
||||
ErrorNumRefModel=Hi ha una referència a la base de dades (%s) i és incompatible amb aquesta numeració. Elimineu la línia o renomeneu la referència per activar aquest mòdul.
|
||||
ErrorQtyTooLowForThisSupplier=Quantitat massa baixa per aquest proveïdor o sense un preu definit en aquest producte per aquest proveïdor
|
||||
ErrorOrdersNotCreatedQtyTooLow=Algunes ordres no s'han creat a causa de quantitats massa baixes
|
||||
ErrorModuleSetupNotComplete=Setup of module %s looks to be uncomplete. Go on Home - Setup - Modules to complete.
|
||||
ErrorModuleSetupNotComplete=La configuració del mòdul %s sembla incompleta. Vés a Inici: Configuració - Mòduls per completar.
|
||||
ErrorBadMask=Error en la màscara
|
||||
ErrorBadMaskFailedToLocatePosOfSequence=Error, sense número de seqüència en la màscara
|
||||
ErrorBadMaskBadRazMonth=Error, valor de tornada a 0 incorrecte
|
||||
@ -218,8 +218,9 @@ ErrorVariableKeyForContentMustBeSet=Error, s'ha d'establir la constant amb el no
|
||||
ErrorURLMustStartWithHttp=L'URL %s ha de començar amb http: // o https: //
|
||||
ErrorNewRefIsAlreadyUsed=Error, la nova referència ja s’està utilitzant
|
||||
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, l’eliminació del pagament vinculat a una factura tancada no és possible.
|
||||
ErrorSearchCriteriaTooSmall=Criteris de cerca massa petits.
|
||||
# Warnings
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=El paràmetre PHP upload_max_filesize (%s) és superior al paràmetre PHP post_max_size (%s). No es tracta d’una configuració consistent.
|
||||
WarningPasswordSetWithNoAccount=S'ha indicat una contrasenya per aquest soci. En canvi, no s'ha creat cap compte d'usuari, de manera que aquesta contrasenya s'ha desat però no pot ser utilitzada per entrar a Dolibarr. Es pot utilitzar per un mòdul/interfície extern, però si no cal definir cap usuari i contrasenya per un soci, pots deshabilitar la opció "Gestiona l'entrada per tots els socis" des de la configuració del mòdul Socis. Si necessites gestionar una entrada sense contrasenya, pots mantenir aquest camp buit i permetre aquest avís. Nota: El correu electrònic es pot utilitzar per entrar si el soci està enllaçat a un usuarí
|
||||
WarningMandatorySetupNotComplete=Feu clic aquí per configurar els paràmetres obligatoris
|
||||
WarningEnableYourModulesApplications=Feu clic aquí per activar els vostres mòduls i aplicacions
|
||||
|
||||
@ -28,6 +28,7 @@ NoTemplateDefined=No hi ha cap plantilla disponible per a aquest tipus de correu
|
||||
AvailableVariables=Variables de substitució disponibles
|
||||
NoTranslation=Sense traducció
|
||||
Translation=Traducció
|
||||
EmptySearchString=Introduïu una cadena de cerca no buida
|
||||
NoRecordFound=No s'han trobat registres
|
||||
NoRecordDeleted=Sense registres eliminats
|
||||
NotEnoughDataYet=Dades insuficients
|
||||
@ -445,7 +446,7 @@ ContactsAddressesForCompany=Contactes/adreces d'aquest tercer
|
||||
AddressesForCompany=Adreces d'aquest tercer
|
||||
ActionsOnCompany=Esdeveniments per a aquest tercer
|
||||
ActionsOnContact=Esdeveniments per a aquest contacte / adreça
|
||||
ActionsOnContract=Events for this contract
|
||||
ActionsOnContract=Esdeveniments per a aquest contracte
|
||||
ActionsOnMember=Esdeveniments d'aquest soci
|
||||
ActionsOnProduct=Esdeveniments sobre aquest producte
|
||||
NActionsLate=%s en retard
|
||||
@ -704,6 +705,7 @@ DateOfSignature=Data de signatura
|
||||
HidePassword=Mostra comanda amb contrasenya oculta
|
||||
UnHidePassword=Mostra comanda amb contrasenya a la vista
|
||||
Root=Arrel
|
||||
RootOfMedias=Arrel dels mitjans públics (/medias)
|
||||
Informations=Informació
|
||||
Page=Pàgina
|
||||
Notes=Notes
|
||||
@ -760,7 +762,7 @@ LinkToSupplierProposal=Enllaç al pressupost del venedor
|
||||
LinkToSupplierInvoice=Enllaç a la factura del venedor
|
||||
LinkToContract=Enllaça a contracte
|
||||
LinkToIntervention=Enllaça a intervenció
|
||||
LinkToTicket=Link to ticket
|
||||
LinkToTicket=Enllaç al tiquet
|
||||
CreateDraft=Crea esborrany
|
||||
SetToDraft=Tornar a redactar
|
||||
ClickToEdit=Clic per a editar
|
||||
@ -981,3 +983,10 @@ PaymentInformation=Informació sobre el pagament
|
||||
ValidFrom=Vàlid des de
|
||||
ValidUntil=Vàlid fins
|
||||
NoRecordedUsers=No hi ha usuaris
|
||||
ToClose=Per tancar
|
||||
ToProcess=A processar
|
||||
ToApprove=Per aprovar
|
||||
GlobalOpenedElemView=Vista global
|
||||
NoArticlesFoundForTheKeyword=No s'ha trobat cap article per a la paraula clau " <strong>%s</strong> "
|
||||
NoArticlesFoundForTheCategory=No s'ha trobat cap article per a la categoria
|
||||
ToAcceptRefuse=Per acceptar | refusar
|
||||
|
||||
@ -29,6 +29,7 @@ MenuMembersUpToDate=Socis al dia
|
||||
MenuMembersNotUpToDate=Socis no al dia
|
||||
MenuMembersResiliated=Socis donats de baixa
|
||||
MembersWithSubscriptionToReceive=Socis amb afiliació per rebre
|
||||
MembersWithSubscriptionToReceiveShort=Subscripcions per rebre
|
||||
DateSubscription=Data afiliació
|
||||
DateEndSubscription=Data final d'afiliació
|
||||
EndSubscription=Final d'afiliació
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
ProductRef=Ref. producte
|
||||
ProductLabel=Etiqueta producte
|
||||
ProductLabelTranslated=Etiqueta de producte traduïda
|
||||
ProductDescription=Product description
|
||||
ProductDescription=Descripció del producte
|
||||
ProductDescriptionTranslated=Descripció de producte traduïda
|
||||
ProductNoteTranslated=Nota de producte traduïda
|
||||
ProductServiceCard=Fitxa producte/servei
|
||||
|
||||
@ -76,7 +76,13 @@ MyProjects=Els meus projectes
|
||||
MyProjectsArea=Àrea dels meus projectes
|
||||
DurationEffective=Durada efectiva
|
||||
ProgressDeclared=Progressió declarada
|
||||
TaskProgressSummary=Progrés de la tasca
|
||||
CurentlyOpenedTasks=Tasques obertes de forma corrent
|
||||
TheReportedProgressIsLessThanTheCalculatedProgressionByX=El progrés declarat és menys %s que la progressió calculada
|
||||
TheReportedProgressIsMoreThanTheCalculatedProgressionByX=El progrés declarat és més %s que la progressió calculada
|
||||
ProgressCalculated=Progressió calculada
|
||||
WhichIamLinkedTo=al qual estic vinculat
|
||||
WhichIamLinkedToProject=que estic vinculat al projecte
|
||||
Time=Temps
|
||||
ListOfTasks=Llistat de tasques
|
||||
GoToListOfTimeConsumed=Ves al llistat de temps consumit
|
||||
|
||||
@ -65,5 +65,5 @@ StripeUserAccountForActions=Compte d'usuari per utilitzar en alguns e-mails de n
|
||||
StripePayoutList=Llista de pagaments de Stripe
|
||||
ToOfferALinkForTestWebhook=Enllaç a la configuració de Stripe WebHook per trucar a l’IPN (mode de prova)
|
||||
ToOfferALinkForLiveWebhook=Enllaç a la configuració de Stripe WebHook per trucar a l’IPN (mode en directe)
|
||||
PaymentWillBeRecordedForNextPeriod=Payment will be recorded for the next period.
|
||||
ClickHereToTryAgain=<a href="%s">Click here to try again...</a>
|
||||
PaymentWillBeRecordedForNextPeriod=El pagament es registrarà per al període següent.
|
||||
ClickHereToTryAgain=<a href="%s">Feu clic aquí per tornar-ho a provar ...</a>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Shortname=Codi
|
||||
WebsiteSetupDesc=Creeu aquí els llocs web que voleu utilitzar. A continuació, vagi a menú de llocs web per editar-los.
|
||||
DeleteWebsite=Elimina la pàgina web
|
||||
ConfirmDeleteWebsite=Està segur que vol eliminar aquest lloc web? Totes les seves pàgines i continguts també seran eliminats.
|
||||
ConfirmDeleteWebsite=Esteu segur que voleu suprimir aquest lloc web? Totes les seves pàgines i contingut també se suprimiran. Els fitxers penjats (com al directori de suports, el mòdul ECM, ...) romandran.
|
||||
WEBSITE_TYPE_CONTAINER=Tipus de pàgina/contenidor
|
||||
WEBSITE_PAGE_EXAMPLE=Pàgina web per utilitzar com a exemple
|
||||
WEBSITE_PAGENAME=Nom/alies de pàgina
|
||||
@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Fitxer amb contingut Javascript (comú a totes les pàgines)
|
||||
WEBSITE_HTML_HEADER=Afegit a la part inferior de l'encapçalament HTML (comú a totes les pàgines)
|
||||
WEBSITE_ROBOT=Fitxer per robots (robots.txt)
|
||||
WEBSITE_HTACCESS=Fitxer .htaccess del lloc web
|
||||
WEBSITE_MANIFEST_JSON=Arxiu del lloc web manifest.json
|
||||
WEBSITE_README=Fitxer README.md
|
||||
EnterHereLicenseInformation=Introduïu aquí dades de meta o informació de llicència per enviar un fitxer README.md. si distribuïu el vostre lloc web com a plantilla, el fitxer s’inclourà al paquet temptador.
|
||||
HtmlHeaderPage=Encapçalament HTML (específic sols per aquesta pàgina)
|
||||
PageNameAliasHelp=Nom o àlies de la pàgina. <br> Aquest àlies també s'utilitza per construir un URL de SEO quan el lloc web es llanci des d'un Host Virtual d'un servidor web (com Apache, Nginx...). Utilitzeu el botó "<strong>%s</strong>" per editar aquest àlies.
|
||||
EditTheWebSiteForACommonHeader=Nota: si voleu definir un encapçalament personalitzat per a totes les pàgines, editeu el encapçalament al nivell del lloc en comptes de la pàgina/contenidor.
|
||||
@ -41,6 +44,7 @@ RealURL=URL real
|
||||
ViewWebsiteInProduction=Mostra la pàgina web utilitzant les URLs d'inici
|
||||
SetHereVirtualHost=<u> Ús amb Apache / NGinx / ...</u> <br> Si podeu crear, en el vostre servidor web (Apache, Nginx, ...), un host virtual dedicat amb PHP habilitat i un directori Root a <br> <strong> %s </strong> <br> i, a continuació, estableixi el nom de l'amfitrió virtual que heu creat a les propietats del lloc web, de manera que la previsualització es pot fer també usant aquest accés dedicat al servidor web en lloc del Dolibarr intern servidor.
|
||||
YouCanAlsoTestWithPHPS=<u> Utilitzeu-lo amb el servidor incrustat de PHP </u> <br> Al desenvolupar l'entorn, és possible que preferiu provar el lloc amb el servidor web incrustat de PHP (requereix PHP 5.5) executant<br> <strong> php -S 0.0. 0.0: 8080 -t %s </strong>
|
||||
YouCanAlsoDeployToAnotherWHP=<u>Executeu el vostre lloc web amb un altre proveïdor de hosting de Dolibarr</u> <br> Si no teniu disponible un servidor web com Apache o NGinx a Internet, podeu exportar i importar el vostre lloc web a una altra instància de Dolibarr proporcionada per un altre proveïdor d'allotjament de Dolibarr que ofereixi una integració completa amb el mòdul del lloc web. Podeu trobar una llista d'alguns proveïdors d'allotjament Dolibarr a <a href="https://saas.dolibarr.org" target="_blank">https://saas.dolibarr.org</a>
|
||||
CheckVirtualHostPerms=Comproveu també que l'amfitrió virtual té permisos <strong> %s </strong> en fitxers a <strong> %s </strong>
|
||||
ReadPerm=Llegit
|
||||
WritePerm=Escriu
|
||||
@ -75,7 +79,8 @@ AddWebsiteAccount=Crear un compte de lloc web
|
||||
BackToListOfThirdParty=Tornar a la llista de Tercers
|
||||
DisableSiteFirst=Deshabilita primer el lloc web
|
||||
MyContainerTitle=Títol del meu lloc web
|
||||
AnotherContainer=Un altre contenidor
|
||||
AnotherContainer=Així s’inclou contingut d’una altra pàgina / contenidor (pot ser que tingueu un error aquí si activeu el codi dinàmic perquè pot no existir el subconjunt incrustat)
|
||||
SorryWebsiteIsCurrentlyOffLine=Ho sentim, actualment aquest lloc web està fora de línia. Per favor com a més endavant ...
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTS=Activa la taula del compte del lloc web
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Activeu la taula per emmagatzemar comptes del lloc web (login/contrasenya) per a cada lloc web de tercers
|
||||
YouMustDefineTheHomePage=Primer heu de definir la pàgina d'inici predeterminada
|
||||
@ -89,7 +94,8 @@ AliasPageAlreadyExists=Alias de pàgina <strong>%s</strong> ja existeixen
|
||||
CorporateHomePage=Pàgina d'inici corporativa
|
||||
EmptyPage=Pàgina buida
|
||||
ExternalURLMustStartWithHttp=L'URL externa ha de començar amb http:// o https://
|
||||
ZipOfWebsitePackageToImport=Fitxer ZIP del paquet del lloc web
|
||||
ZipOfWebsitePackageToImport=Carregueu el fitxer Zip del paquet de plantilles del lloc web
|
||||
ZipOfWebsitePackageToLoad=o trieu un paquet de plantilles de lloc web incrustat disponible
|
||||
ShowSubcontainers=Inclou contingut dinàmic
|
||||
InternalURLOfPage=URL interna de la pàgina
|
||||
ThisPageIsTranslationOf=Aquesta pàgina/contenidor és una traducció de
|
||||
@ -101,5 +107,10 @@ NotAllowedToAddDynamicContent=No teniu permís per afegir o editar contingut din
|
||||
ReplaceWebsiteContent=Cerqueu o substitueixi el contingut del lloc web
|
||||
DeleteAlsoJs=Voleu suprimir també tots els fitxers javascript específics d'aquest lloc web?
|
||||
DeleteAlsoMedias=Voleu suprimir també tots els fitxers de mitjans específics d’aquest lloc web?
|
||||
# Export
|
||||
MyWebsitePages=Les meves pàgines web
|
||||
SearchReplaceInto=Cercar | Substituïu-lo a
|
||||
ReplaceString=Cadena nova
|
||||
CSSContentTooltipHelp=Introduïu aquí contingut CSS. Per evitar qualsevol conflicte amb el CSS de l’aplicació, assegureu-vos que preposeu tota declaració amb la classe .bodywebsite. Per exemple: <br><br> #mycssselector, input.myclass: hover {...} <br> ha de ser <br> .bodywebsite #mycssselector, .bodywebsite input.myclass: hover {...} <br><br> Nota: Si teniu un fitxer gran sense aquest prefix, podeu fer servir 'lessc' per convertir-lo per afegir el prefix .bodywebs site arreu.
|
||||
LinkAndScriptsHereAreNotLoadedInEditor=Avís: aquest contingut només es produeix quan s'accedeix al lloc des d'un servidor. No s'utilitza en mode Edit, de manera que si necessiteu carregar fitxers Javascript també en mode d'edició, només heu d'afegir la vostra etiqueta 'script src = ...' a la pàgina.
|
||||
Dynamiccontent=Exemple d’una pàgina amb contingut dinàmic
|
||||
ImportSite=Importa la plantilla del lloc web
|
||||
|
||||
@ -76,8 +76,8 @@ WithdrawalFile=Arxiu de la domiciliació
|
||||
SetToStatusSent=Classificar com "Arxiu enviat"
|
||||
ThisWillAlsoAddPaymentOnInvoice=Això també registrarà els pagaments a les factures i les classificarà com a "Pagades" quan el que resti per pagar sigui nul
|
||||
StatisticsByLineStatus=Estadístiques per estats de línies
|
||||
RUM=Unique Mandate Reference (UMR)
|
||||
DateRUM=Mandate signature date
|
||||
RUM=Referència de mandat únic (UMR)
|
||||
DateRUM=Data de signatura del mandat
|
||||
RUMLong=Referència de mandat única (UMR)
|
||||
RUMWillBeGenerated=Si està buit, es generarà una UMR (Referència de mandat únic) una vegada que es guardi la informació del compte bancari.
|
||||
WithdrawMode=Modo de domiciliació bancària (FRST o RECUR)
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=Staré Sazba DPH
|
||||
NewVATRates=Nová sazba DPH
|
||||
PriceBaseTypeToChange=Změňte ceny podle základní referenční hodnoty definované na
|
||||
MassConvert=Spusťte hromadnou konverzi
|
||||
PriceFormatInCurrentLanguage=Price Format In Current Language
|
||||
String=Řetěz
|
||||
TextLong=Dlouhý text
|
||||
HtmlText=Html text
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=Seznam hodnot musí být řádky s formátovým klíče
|
||||
ExtrafieldParamHelpsellist=Seznam hodnot pochází z tabulky <br> Syntaxe: table_name: label_field: id_field :: filter <br> Příklad: c_typent: libelle: id :: filter <br> <br> - idfilter je nutně primární int klíč <br> - filtr může být jednoduchý test = 1) pro zobrazení pouze aktivní hodnoty <br> Můžete také použít $ ID $ ve filtru, který je aktuálním id aktuálního objektu <br> Chcete-li provést SELECT ve filtru, použijte $ SEL $ <br>, pokud chcete filtrovat na extrafields použít syntaxi extra.fieldcode = ... (kde kód pole je kód extrafield) <br> <br> Aby byl seznam v závislosti na jiném seznamu doplňkových atributů: <br> c_typent: libelle: id: options_ <i> parent_list_code </i> | parent_column: filter <br> <br> Aby bylo možné mít seznam v závislosti na jiném seznamu: <br> c_typent: libelle: id: <i> parent_list_code </i> | parent_column: filtr
|
||||
ExtrafieldParamHelpchkbxlst=Seznam hodnot pochází z tabulky <br> Syntaxe: table_name: label_field: id_field :: filter <br> Příklad: c_typent: libelle: id :: filter <br> <br> filtr může být jednoduchý test (např. Aktivní = 1) pro zobrazení pouze aktivní hodnoty <br> You může také použít $ ID $ ve filtru, který je aktuální id aktuálního objektu <br> Chcete-li provést SELECT ve filtru, použijte $ SEL $ <br>, pokud chcete filtrovat na extrafields použijte syntaxi extra.fieldcode = ... (kde kód pole je code of extrafield) <br> <br> Aby byl seznam v závislosti na jiném seznamu doplňkových atributů: <br> c_typent: libelle: id: options_ <i> parent_list_code </i> | parent_column: filter <br> <br> Aby byl seznam v závislosti na jiném seznamu: <br> c_typent: libelle: id: <i> parent_list_code </i> | nadřazený sloupec: filtr
|
||||
ExtrafieldParamHelplink=Parametry musí být ObjectName: Classpath <br> Syntaxe: Název_objektu: Classpath <br> Příklady: <br> Societe: societe / class / societe.class.php <br> Kontakt: contact / class / contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default)<br>Set this to 2 for a collapsing separator (collapsed by default)
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session)<br>Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
|
||||
LibraryToBuildPDF=Knihovna používaná pro generování PDF
|
||||
LocalTaxDesc=Některé země mohou uplatnit dvě nebo tři daně na každé čáře faktur. Pokud tomu tak je, vyberte typ druhého a třetího daně a jeho sazbu. Možné typy jsou: <br> 1: místní daň se vztahuje na produkty a služby bez DPH (platí se na základě daně bez daně) <br> 2: místní daň se vztahuje na produkty a služby, včetně DPH (0%) 3x342fccfda19b 3: místní daň se vztahuje na produkty bez DPH (místní taxa se vypočítává z částky bez daně) <br> 4: místní daň se vztahuje na produkty včetně DPH (místní taxa se vypočítává z částky + hlavní daň) <br> 5: Místní daň platí pro služby bez DPH z částky bez daně) <br> 6: Místní daň platí za služby včetně DPH (místní taxa se vypočítává z částky + daně)
|
||||
SMS=SMS
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Číslovací modely faktur dodavatelů
|
||||
IfSetToYesDontForgetPermission=Je-li nastavena na ano, nezapomeňte uvést oprávnění skupinám nebo uživatelům povoleným pro druhé schválení
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=Nastavení modulu GeoIP Maxmind
|
||||
PathToGeoIPMaxmindCountryDataFile=Cesta k souboru obsahující Maxmind IP pro země překladu. <br> Příklady: <br> / Usr / local / share / GeoIP / GeoIP.dat <br> / Usr / share / GeoIP / GeoIP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=Všimněte si, že Vaše IP do souboru záznamu země musí být uvnitř adresáře si můžete přečíst PHP (PHP open_basedir Zkontrolujte nastavení a oprávnění souborového systému).
|
||||
YouCanDownloadFreeDatFileTo=Zde si můžete stáhnout <b>zdarma demo verzi</b> země GeoIP Maxmind soubor na %s.
|
||||
YouCanDownloadAdvancedDatFileTo=Můžete si také stáhnout <b>úplnější verzi s aktualizací,</b> ze země GeoIP Maxmind soubor na %s.
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=Menší než
|
||||
LargerThan=Větší než
|
||||
IfTrackingIDFoundEventWillBeLinked=Všimněte si, že je-li ID ID nalezeno v příchozím e-mailu, bude událost automaticky propojena s příslušnými objekty.
|
||||
WithGMailYouCanCreateADedicatedPassword=Pokud je účet služby GMail povolen, je-li povoleno ověření dvou kroků, je doporučeno vytvořit vyhrazené druhé heslo pro aplikaci namísto použití hesla hesla z účtu https://myaccount.google.com/.
|
||||
IFTTTSetup=Nastavení modulu IFTTT
|
||||
IFTTT_SERVICE_KEY=Servisní klíč IFTTT
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Bezpečnostní klíč pro zabezpečení adresy URL koncového bodu, kterou používá IFTTT k odesílání zpráv do Dolibarr.
|
||||
IFTTTDesc=Tento modul je určen pro spouštění událostí na IFTTT a / nebo pro provádění některých akcí na externích spouštěčích IFTTT.
|
||||
UrlForIFTTT=URL koncový bod pro IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=Najdete ho na svém účtu IFTTT
|
||||
EndPointFor=End point for %s : %s
|
||||
DeleteEmailCollector=Delete email collector
|
||||
ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
|
||||
RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
|
||||
BaseOnSabeDavVersion=Based on the library SabreDAV version
|
||||
NotAPublicIp=Not a public IP
|
||||
MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=Bankovní transakce
|
||||
ListTransactions=Seznamy záznamů
|
||||
ListTransactionsByCategory=Seznam položek/kategorií
|
||||
TransactionsToConciliate=Položky ke sladění
|
||||
TransactionsToConciliateShort=To reconcile
|
||||
Conciliable=Může být porovnáno
|
||||
Conciliate=Porovnat
|
||||
Conciliation=Porovnání
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=Chcete smazat potvrzení o kontrole?
|
||||
ConfirmDeleteCheckReceipt=Opravdu chcete tuto potvrzení o potvrzení vymazat?
|
||||
BankChecks=Bankovní šeky
|
||||
BankChecksToReceipt=Kontroly čekající na vklad
|
||||
BankChecksToReceiptShort=Kontroly čekající na vklad
|
||||
ShowCheckReceipt=Zobrazit příjmový vklad šeku
|
||||
NumberOfCheques=Počet kontrol
|
||||
DeleteTransaction=Smazat záznam
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=Skupinová DPH dle sazeb na lístcích
|
||||
AutoPrintTickets=Automaticky tisknout vstupenky
|
||||
EnableBarOrRestaurantFeatures=Povolit funkce pro Bar nebo Restaurace
|
||||
ConfirmDeletionOfThisPOSSale=Potvrzujete, že jste tento prodej zrušili?
|
||||
ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
|
||||
History=Historie
|
||||
ValidateAndClose=Ověřte a zavřete
|
||||
Terminal=Terminál
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Počet terminálů
|
||||
TerminalSelect=Vyberte terminál, který chcete použít:
|
||||
POSTicket=POS Ticket
|
||||
BasicPhoneLayout=Use basic layout for phones
|
||||
SetupOfTerminalNotComplete=Setup of terminal %s is not complete
|
||||
DirectPayment=Direct payment
|
||||
DirectPaymentButton=Direct cash payment button
|
||||
InvoiceIsAlreadyValidated=Invoice is already validated
|
||||
NoLinesToBill=No lines to bill
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=Křestní jméno
|
||||
PostOrFunction=Pracovní pozice
|
||||
UserTitle=Titul
|
||||
NatureOfThirdParty=Povaha subjektu
|
||||
NatureOfContact=Nature of Contact
|
||||
Address=Adresa
|
||||
State=Stát/Okres
|
||||
StateShort=Stát
|
||||
|
||||
@ -51,6 +51,7 @@ ListOfClosedServices=Seznam uzavřených služeb
|
||||
ListOfRunningServices=Seznam spuštěných služeb
|
||||
NotActivatedServices=Neaktivní služby (u ověřených smluv)
|
||||
BoardNotActivatedServices=Služby pro aktivaci u ověřených smluv
|
||||
BoardNotActivatedServicesShort=Services to activate
|
||||
LastContracts=Nejnovější %s smlouvy
|
||||
LastModifiedServices=Nejnovější %s modifikované služby
|
||||
ContractStartDate=Datum zahájení
|
||||
@ -65,7 +66,9 @@ DateEndReal=Skutečné datum ukončení
|
||||
DateEndRealShort=Skutečné datum ukončení
|
||||
CloseService=Zavřít služby
|
||||
BoardRunningServices=Spuštěné služby
|
||||
BoardRunningServicesShort=Spuštěné služby
|
||||
BoardExpiredServices=Vypršené služby
|
||||
BoardExpiredServicesShort=Vypršené služby
|
||||
ServiceStatus=Stav služby
|
||||
DraftContracts=Koncepty smlouvy
|
||||
CloseRefusedBecauseOneServiceActive=Smlouvu nelze uzavřít, protože u ní ní existuje alespoň jedna otevřená služba
|
||||
|
||||
@ -218,6 +218,7 @@ ErrorVariableKeyForContentMustBeSet=Chyba, musí být nastavena konstanta s náz
|
||||
ErrorURLMustStartWithHttp=Adresa URL %s musí začínat http: // nebo https: //
|
||||
ErrorNewRefIsAlreadyUsed=Chyba, nový odkaz je již použit
|
||||
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
|
||||
ErrorSearchCriteriaTooSmall=Search criteria too small.
|
||||
# Warnings
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||
WarningPasswordSetWithNoAccount=Pro tohoto člena bylo nastaveno heslo. Nebyl však vytvořen žádný uživatelský účet. Toto heslo je uloženo, ale nemůže být použito pro přihlášení k Dolibarr. Může být použito externím modulem / rozhraním, ale pokud nemáte pro člena definováno žádné přihlašovací jméno ani heslo, můžete vypnout možnost "Správa přihlášení pro každého člena" z nastavení modulu člena. Pokud potřebujete spravovat přihlašovací údaje, ale nepotřebujete žádné heslo, můžete toto pole ponechat prázdné, abyste se tomuto varování vyhnuli. Poznámka: E-mail může být také použit jako přihlašovací jméno, pokud je člen připojen k uživateli.
|
||||
|
||||
@ -28,6 +28,7 @@ NoTemplateDefined=Pro tento typ e-mailu není k dispozici žádná šablona
|
||||
AvailableVariables=K dispozici substituční proměnné
|
||||
NoTranslation=Překlad není
|
||||
Translation=Překlad
|
||||
EmptySearchString=Enter a non empty search string
|
||||
NoRecordFound=Nebyl nalezen žádný záznam
|
||||
NoRecordDeleted=Žádný záznam nebyl smazán
|
||||
NotEnoughDataYet=Nedostatek dat
|
||||
@ -704,6 +705,7 @@ DateOfSignature=Datum podpisu
|
||||
HidePassword=Zobrazit příkaz s heslem skryté
|
||||
UnHidePassword=Zobrazit skutečný příkaz s odstraněným heslem
|
||||
Root=Kořen
|
||||
RootOfMedias=Root of public medias (/medias)
|
||||
Informations=Informace
|
||||
Page=Strana
|
||||
Notes=Poznámky
|
||||
@ -981,3 +983,10 @@ PaymentInformation=Payment information
|
||||
ValidFrom=Valid from
|
||||
ValidUntil=Valid until
|
||||
NoRecordedUsers=No users
|
||||
ToClose=To close
|
||||
ToProcess=Ve zpracování
|
||||
ToApprove=To approve
|
||||
GlobalOpenedElemView=Global view
|
||||
NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
|
||||
NoArticlesFoundForTheCategory=No article found for the category
|
||||
ToAcceptRefuse=To accept | refuse
|
||||
|
||||
@ -29,6 +29,7 @@ MenuMembersUpToDate=Aktuální členové
|
||||
MenuMembersNotUpToDate=Neaktuální členové
|
||||
MenuMembersResiliated=Ukončené členové
|
||||
MembersWithSubscriptionToReceive=Členové s předplatným k přijímání
|
||||
MembersWithSubscriptionToReceiveShort=Subscription to receive
|
||||
DateSubscription=Vstupní data
|
||||
DateEndSubscription=Datum ukončení předplatného
|
||||
EndSubscription=Konec odběru
|
||||
|
||||
@ -76,7 +76,13 @@ MyProjects=Moje projekty
|
||||
MyProjectsArea=Moje projekty Oblast
|
||||
DurationEffective=Efektivní doba trvání
|
||||
ProgressDeclared=Hlášený progres
|
||||
TaskProgressSummary=Task progress
|
||||
CurentlyOpenedTasks=Curently opened tasks
|
||||
TheReportedProgressIsLessThanTheCalculatedProgressionByX=The declared progress is less %s than the calculated progression
|
||||
TheReportedProgressIsMoreThanTheCalculatedProgressionByX=The declared progress is more %s than the calculated progression
|
||||
ProgressCalculated=Vypočítaný progres
|
||||
WhichIamLinkedTo=which I'm linked to
|
||||
WhichIamLinkedToProject=which I'm linked to project
|
||||
Time=Čas
|
||||
ListOfTasks=Seznam úkolů
|
||||
GoToListOfTimeConsumed=Přejít na seznam času spotřebovaného
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Shortname=Kód
|
||||
WebsiteSetupDesc=Vytvořte zde webové stránky, které chcete používat. Poté přejděte do nabídky Webové stránky a upravte je.
|
||||
DeleteWebsite=Odstranit web
|
||||
ConfirmDeleteWebsite=Opravdu chcete smazat tento web? Všechny jeho stránky a obsah budou také odstraněny.
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed. The files uploaded (like into the medias directory, the ECM module, ...) will remain.
|
||||
WEBSITE_TYPE_CONTAINER=Typ stránky / kontejneru
|
||||
WEBSITE_PAGE_EXAMPLE=Webovou stránku, kterou chcete použít jako příklad
|
||||
WEBSITE_PAGENAME=Název stránky / alias
|
||||
@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Obsah souboru Javascript (společný pro všechny stránky)
|
||||
WEBSITE_HTML_HEADER=Přidání v dolní části hlavičky HTML (společné pro všechny stránky)
|
||||
WEBSITE_ROBOT=Soubor pro roboty (soubor robots.txt)
|
||||
WEBSITE_HTACCESS=Soubor .htaccess
|
||||
WEBSITE_MANIFEST_JSON=Website manifest.json file
|
||||
WEBSITE_README=README.md file
|
||||
EnterHereLicenseInformation=Enter here meta data or license information to fille a README.md file. if you distribute your website as a template, the file will be included into the temptate package.
|
||||
HtmlHeaderPage=Záhlaví HTML (pouze pro tuto stránku)
|
||||
PageNameAliasHelp=Název nebo alias stránky. <br> Tento alias je také používán k vytvoření adresy URL při běhu webových stránek z virtuálního hostitele webového serveru (jako Apacke, Nginx, ...). Pomocí tlačítka "<strong> %s </strong>" upravte tento alias.
|
||||
EditTheWebSiteForACommonHeader=Poznámka: Pokud chcete definovat osobní hlavičku pro všechny stránky, upravte záhlaví na úrovni webu namísto na stránce / kontejneru.
|
||||
@ -41,6 +44,7 @@ RealURL=real URL
|
||||
ViewWebsiteInProduction=Pohled webové stránky s použitím domácí adresy URL
|
||||
SetHereVirtualHost= <u> Použití s Apache / NGinx / ... </u> <br> Pokud můžete vytvořit na svém webovém serveru (Apache, Nginx, ...) vyhrazený virtuální hostitel s PHP povoleným a kořenový adresář na <br> <strong> %s </strong> <br> pak nastavit název virtuálního hostitele, který jste vytvořili ve vlastnostech webových stránek, takže náhled lze provést také pomocí tohoto vyhrazeného přístupu k webovým serverům místo interního serveru Dolibarr.
|
||||
YouCanAlsoTestWithPHPS= <u> Použití s vloženým serverem PHP </u> <br> Při vývoji prostředí můžete upřednostňovat testování webu pomocí integrovaného webového serveru PHP (PHP 5.5 vyžadováno) spuštěním <br> <strong> php -S 0.0.0.0:8080 -t %s </strong>
|
||||
YouCanAlsoDeployToAnotherWHP=<u>Run your web site with another Dolibarr Hosting provider</u><br>If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on <a href="https://saas.dolibarr.org" target="_blank">https://saas.dolibarr.org</a>
|
||||
CheckVirtualHostPerms=Zkontrolujte také, že virtuální hostitel má oprávnění <strong> %s </strong> na souborech do <br> <strong> %s </strong>
|
||||
ReadPerm=Číst
|
||||
WritePerm=Zápis
|
||||
@ -75,7 +79,8 @@ AddWebsiteAccount=Vytvořte účet webových stránek
|
||||
BackToListOfThirdParty=Zpět na seznam pro subjekt
|
||||
DisableSiteFirst=Nejprve zakažte web
|
||||
MyContainerTitle=Název mé webové stránky
|
||||
AnotherContainer=Další kontejner
|
||||
AnotherContainer=This is how to include content of another page/container (you may have an error here if you enable dynamic code because the embedded subcontainer may not exists)
|
||||
SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please comme back later...
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTS=Povolte tabulku účtu webových stránek
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Aktivujte tabulku pro ukládání účtů webových stránek (login / heslo) pro každý web / třetí stranu
|
||||
YouMustDefineTheHomePage=Nejprve musíte definovat výchozí domovskou stránku
|
||||
@ -89,7 +94,8 @@ AliasPageAlreadyExists=Stránka aliasu <strong> %s </strong> již existuje
|
||||
CorporateHomePage=Domovská stránka firmy
|
||||
EmptyPage=Prázdná stránka
|
||||
ExternalURLMustStartWithHttp=Externí adresa URL musí začít s http: // nebo https: //
|
||||
ZipOfWebsitePackageToImport=Zip soubor webového balíčku
|
||||
ZipOfWebsitePackageToImport=Upload the Zip file of the website template package
|
||||
ZipOfWebsitePackageToLoad=or Choose an available embedded website template package
|
||||
ShowSubcontainers=Zahrnout dynamický obsah
|
||||
InternalURLOfPage=Interní adresa URL stránky
|
||||
ThisPageIsTranslationOf=Tato stránka / kontejner je překladem
|
||||
@ -101,5 +107,10 @@ NotAllowedToAddDynamicContent=Nemáte oprávnění přidávat nebo upravovat dyn
|
||||
ReplaceWebsiteContent=Search or Replace website content
|
||||
DeleteAlsoJs=Delete also all javascript files specific to this website?
|
||||
DeleteAlsoMedias=Delete also all medias files specific to this website?
|
||||
# Export
|
||||
MyWebsitePages=My website pages
|
||||
SearchReplaceInto=Search | Replace into
|
||||
ReplaceString=New string
|
||||
CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:<br><br>#mycssselector, input.myclass:hover { ... }<br>must be<br>.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }<br><br>Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere.
|
||||
LinkAndScriptsHereAreNotLoadedInEditor=Warning: This content is output only when site is accessed from a server. It is not used in Edit mode so if you need to load javascript files also in edit mode, just add your tag 'script src=...' into the page.
|
||||
Dynamiccontent=Sample of a page with dynamic content
|
||||
ImportSite=Importujte šablonu webových stránek
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=Gammel momssats
|
||||
NewVATRates=Ny momssats
|
||||
PriceBaseTypeToChange=Rediger priser med basisreferenceværdi defineret på
|
||||
MassConvert=Start bulkkonvertering
|
||||
PriceFormatInCurrentLanguage=Price Format In Current Language
|
||||
String=String
|
||||
TextLong=Lang tekst
|
||||
HtmlText=Html tekst
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=Liste over værdier skal være linjer med formatnøgle,
|
||||
ExtrafieldParamHelpsellist=Liste over værdier kommer fra en tabel <br> Syntaks: tabelnavn: label_field: id_field :: filter <br> Eksempel: c_typent: libelle: id :: filter <br> <br> - idfilter er nødvendigvis en primær int nøgle <br> - filteret kan være en simpel test = 1) for at vise kun aktiv værdi <br> Du kan også bruge $ ID $ i filter heks er det nuværende id for nuværende objekt <br> For at gøre et SELECT i filter brug $ SEL $ <br> hvis du vil filtrere på ekstrafelter brug syntax extra.fieldcode = ... (hvor feltkode er koden for ekstrafelt) <br> <br> For at få listen afhængig af en anden komplementær attributliste: <br> c_typent: libelle: id: options_ <i> parent_list_code </i> | parent_column: filter <br> <br> For at have listen afhænger af en anden liste: <br> c_typent: libelle: id: <i> parent_list_code </i> | parent_column: filter
|
||||
ExtrafieldParamHelpchkbxlst=Liste over værdier kommer fra en tabel <br> Syntaks: tabelnavn: label_field: id_field :: filter <br> Eksempel: c_typent: libelle: id :: filter <br> <br> filter kan være en simpel test (f.eks. Aktiv = 1) for at vise kun aktiv værdi <br> Du kan også bruge $ ID $ i filter heks er det nuværende id for nuværende objekt <br> For at gøre et SELECT i filter bruger $ SEL $ <br> hvis du vil filtrere på ekstrafelter brug syntax extra.fieldcode = ... (hvor feltkode er kode for ekstrafelt) <br> <br> For at få listen afhængig af en anden komplementær attributliste: <br> c_typent: libelle: id: options_ <i> parent_list_code </i> | parent_column: filter <br> <br> For at få listen afhængig af en anden liste: <br> c_typent: libelle: id: <i> parent_list_code </i> | parent_column: filter
|
||||
ExtrafieldParamHelplink=Parametre skal være ObjectName: Classpath <br> Syntaks: Objektnavn: Klassepath <br> Eksempler: <br> Societe: societe / class / societe.class.php <br> Kontakt: kontakt / class / contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default)<br>Set this to 2 for a collapsing separator (collapsed by default)
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session)<br>Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
|
||||
LibraryToBuildPDF=Bibliotek, der bruges for PDF generation
|
||||
LocalTaxDesc=Nogle lande kan anmode om to eller tre skatter på hver faktura linje. Hvis dette er tilfældet, skal du vælge typen for den anden og tredje skat og dens sats. Mulig type er: <br> 1: Lokal afgift gælder for varer og ydelser uden moms (localtax beregnes efter beløb uden skat) <br> 2: Lokal afgift gælder for varer og tjenesteydelser inklusive moms (localtax beregnes på beløb + hovedafgift) <br> 3: lokal skat gælder for varer uden moms (localtax beregnes på beløb uden skat) <br> 4: lokal skat gælder for varer inklusive moms (lokaltax beregnes på beløb + hovedstol) <br> 5: lokal skat gælder for tjenester uden moms på beløb uden skat) <br> 6: Lokal afgift gælder for tjenester inklusive moms (lokal taxa er beregnet på beløb + skat)
|
||||
SMS=SMS
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Leverandør fakturaer nummerering modeller
|
||||
IfSetToYesDontForgetPermission=Hvis du er indstillet til ja, glem ikke at give tilladelser til grupper eller brugere tilladt til anden godkendelse
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=Opsætning af GeoIP Maxmind-modul
|
||||
PathToGeoIPMaxmindCountryDataFile=Sti til fil indeholdende Maxmind ip til oversættelse af land. <br> Eksempler: <br> /usr/local/share/GeoIP/GeoIP.dat <br> /usr/share/GeoIP/GeoIP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=Bemærk, at din ip til land datafil skal være inde en mappe din PHP kan læse (Check din PHP open_basedir setup og filsystem tilladelser).
|
||||
YouCanDownloadFreeDatFileTo=Du kan downloade en <b>gratis demo version</b> af Maxmind GeoIP land fil på %s.
|
||||
YouCanDownloadAdvancedDatFileTo=Du kan også downloade en mere <b>komplet version, med opdateringer på</b> den Maxmind GeoIP land fil på %s.
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=Smaller than
|
||||
LargerThan=Larger than
|
||||
IfTrackingIDFoundEventWillBeLinked=Note that If a tracking ID is found into incoming email, the event will be automatically linked to the related objects.
|
||||
WithGMailYouCanCreateADedicatedPassword=With a GMail account, if you enabled the 2 steps validation, it is recommanded to create a dedicated second password for the application instead of using your own account passsword from https://myaccount.google.com/.
|
||||
IFTTTSetup=IFTTT module setup
|
||||
IFTTT_SERVICE_KEY=IFTTT Service key
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Security key to secure the endpoint URL used by IFTTT to send messages to your Dolibarr.
|
||||
IFTTTDesc=This module is designed to trigger events on IFTTT and/or to execute some action on external IFTTT triggers.
|
||||
UrlForIFTTT=URL endpoint for IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=You will find it on your IFTTT account
|
||||
EndPointFor=End point for %s : %s
|
||||
DeleteEmailCollector=Delete email collector
|
||||
ConfirmDeleteEmailCollector=Are you sure you want to delete this email collector?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
|
||||
RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
|
||||
BaseOnSabeDavVersion=Based on the library SabreDAV version
|
||||
NotAPublicIp=Not a public IP
|
||||
MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=Bank post
|
||||
ListTransactions=Liste poster
|
||||
ListTransactionsByCategory=Liste poster / kategori
|
||||
TransactionsToConciliate=Linjer til afsteming
|
||||
TransactionsToConciliateShort=To reconcile
|
||||
Conciliable=Kan afstemmes
|
||||
Conciliate=Afstem
|
||||
Conciliation=Afstemning
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=Slet denne kvittering for kvittering?
|
||||
ConfirmDeleteCheckReceipt=Er du sikker på, at du vil slette denne kvittering for kvittering?
|
||||
BankChecks=Bankcheck
|
||||
BankChecksToReceipt=Checks venter depositum
|
||||
BankChecksToReceiptShort=Checks venter depositum
|
||||
ShowCheckReceipt=Vis check depositum kvittering
|
||||
NumberOfCheques=Antal tjek
|
||||
DeleteTransaction=Slet indtastning
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=Group VAT by rate in tickets
|
||||
AutoPrintTickets=Automatically print tickets
|
||||
EnableBarOrRestaurantFeatures=Enable features for Bar or Restaurant
|
||||
ConfirmDeletionOfThisPOSSale=Do your confirm the deletion of this current sale ?
|
||||
ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
|
||||
History=Historie
|
||||
ValidateAndClose=Validate and close
|
||||
Terminal=Terminal
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Number of Terminals
|
||||
TerminalSelect=Select terminal you want to use:
|
||||
POSTicket=POS Ticket
|
||||
BasicPhoneLayout=Use basic layout for phones
|
||||
SetupOfTerminalNotComplete=Setup of terminal %s is not complete
|
||||
DirectPayment=Direct payment
|
||||
DirectPaymentButton=Direct cash payment button
|
||||
InvoiceIsAlreadyValidated=Invoice is already validated
|
||||
NoLinesToBill=No lines to bill
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=Fornavn
|
||||
PostOrFunction=Stilling
|
||||
UserTitle=Titel
|
||||
NatureOfThirdParty=Tredjepartens art
|
||||
NatureOfContact=Nature of Contact
|
||||
Address=Adresse
|
||||
State=Stat/provins
|
||||
StateShort=Stat
|
||||
|
||||
@ -51,6 +51,7 @@ ListOfClosedServices=Liste over lukkede tjenester
|
||||
ListOfRunningServices=Liste over kører tjenester
|
||||
NotActivatedServices=Ikke aktiverede tjenester (blandt bekræftet kontrakter)
|
||||
BoardNotActivatedServices=Tjenester for at aktivere blandt bekræftet kontrakter
|
||||
BoardNotActivatedServicesShort=Services to activate
|
||||
LastContracts=Latest %s contracts
|
||||
LastModifiedServices=Latest %s modified services
|
||||
ContractStartDate=Startdato
|
||||
@ -64,7 +65,10 @@ DateStartRealShort=Real startdato
|
||||
DateEndReal=Real slutdato
|
||||
DateEndRealShort=Real slutdato
|
||||
CloseService=Luk service
|
||||
BoardRunningServices=Udløbet kører tjenester
|
||||
BoardRunningServices=Services running
|
||||
BoardRunningServicesShort=Services running
|
||||
BoardExpiredServices=Services expired
|
||||
BoardExpiredServicesShort=Services expired
|
||||
ServiceStatus=Status for service
|
||||
DraftContracts=Drafts kontrakter
|
||||
CloseRefusedBecauseOneServiceActive=Kontrakten kan ikke lukkes, da der er mindst en åben service på den
|
||||
|
||||
@ -218,6 +218,7 @@ ErrorVariableKeyForContentMustBeSet=Error, the constant with name %s (with text
|
||||
ErrorURLMustStartWithHttp=URL %s must start with http:// or https://
|
||||
ErrorNewRefIsAlreadyUsed=Error, the new reference is already used
|
||||
ErrorDeletePaymentLinkedToAClosedInvoiceNotPossible=Error, delete payment linked to a closed invoice is not possible.
|
||||
ErrorSearchCriteriaTooSmall=Search criteria too small.
|
||||
# Warnings
|
||||
WarningParamUploadMaxFileSizeHigherThanPostMaxSize=Your PHP parameter upload_max_filesize (%s) is higher than PHP parameter post_max_size (%s). This is not a consistent setup.
|
||||
WarningPasswordSetWithNoAccount=A password was set for this member. However, no user account was created. So this password is stored but can't be used to login to Dolibarr. It may be used by an external module/interface but if you don't need to define any login nor password for a member, you can disable option "Manage a login for each member" from Member module setup. If you need to manage a login but don't need any password, you can keep this field empty to avoid this warning. Note: Email can also be used as a login if the member is linked to a user.
|
||||
|
||||
@ -28,6 +28,7 @@ NoTemplateDefined=Ingen skabelon til rådighed for denne Email-type
|
||||
AvailableVariables=Tilgængelige erstatnings variabler
|
||||
NoTranslation=Ingen oversættelse
|
||||
Translation=Oversættelse
|
||||
EmptySearchString=Enter a non empty search string
|
||||
NoRecordFound=Ingen poster fundet
|
||||
NoRecordDeleted=Ingen post slettet
|
||||
NotEnoughDataYet=Ikke nok data
|
||||
@ -704,6 +705,7 @@ DateOfSignature=Dato for underskrift
|
||||
HidePassword=Vis kommandoen med adgangskode skjulte
|
||||
UnHidePassword=Vis reelle kommandoen med klare adgangskode
|
||||
Root=Rod
|
||||
RootOfMedias=Root of public medias (/medias)
|
||||
Informations=Information
|
||||
Page=Side
|
||||
Notes=Noter
|
||||
@ -981,3 +983,10 @@ PaymentInformation=Payment information
|
||||
ValidFrom=Valid from
|
||||
ValidUntil=Valid until
|
||||
NoRecordedUsers=No users
|
||||
ToClose=To close
|
||||
ToProcess=At behandle
|
||||
ToApprove=To approve
|
||||
GlobalOpenedElemView=Global view
|
||||
NoArticlesFoundForTheKeyword=No article found for the keyword '<strong>%s</strong>'
|
||||
NoArticlesFoundForTheCategory=No article found for the category
|
||||
ToAcceptRefuse=To accept | refuse
|
||||
|
||||
@ -29,6 +29,7 @@ MenuMembersUpToDate=Ajour medlemmer
|
||||
MenuMembersNotUpToDate=Uaktuel medlemmer
|
||||
MenuMembersResiliated=Afsluttede medlemmer
|
||||
MembersWithSubscriptionToReceive=Medlemmer med abonnement for at modtage
|
||||
MembersWithSubscriptionToReceiveShort=Subscription to receive
|
||||
DateSubscription=Subscription dato
|
||||
DateEndSubscription=Subscription slutdato
|
||||
EndSubscription=End abonnement
|
||||
|
||||
@ -76,7 +76,13 @@ MyProjects=Mine projekter
|
||||
MyProjectsArea=Mine projekter Område
|
||||
DurationEffective=Effektiv varighed
|
||||
ProgressDeclared=Erklæret fremskridt
|
||||
TaskProgressSummary=Task progress
|
||||
CurentlyOpenedTasks=Curently opened tasks
|
||||
TheReportedProgressIsLessThanTheCalculatedProgressionByX=The declared progress is less %s than the calculated progression
|
||||
TheReportedProgressIsMoreThanTheCalculatedProgressionByX=The declared progress is more %s than the calculated progression
|
||||
ProgressCalculated=Beregnede fremskridt
|
||||
WhichIamLinkedTo=which I'm linked to
|
||||
WhichIamLinkedToProject=which I'm linked to project
|
||||
Time=Tid
|
||||
ListOfTasks=Liste over opgaver
|
||||
GoToListOfTimeConsumed=Gå til listen over tid forbrugt
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
Shortname=Kode
|
||||
WebsiteSetupDesc=Opret her de websteder, du vil bruge. Gå derefter ind i menuen Websites for at redigere dem.
|
||||
DeleteWebsite=Slet websted
|
||||
ConfirmDeleteWebsite=Er du sikker på, at du vil slette dette websted? Alle dens sider og indhold vil også blive fjernet.
|
||||
ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed. The files uploaded (like into the medias directory, the ECM module, ...) will remain.
|
||||
WEBSITE_TYPE_CONTAINER=Type side / container
|
||||
WEBSITE_PAGE_EXAMPLE=Webside til brug som eksempel
|
||||
WEBSITE_PAGENAME=Sidens navn / alias
|
||||
@ -14,6 +14,9 @@ WEBSITE_JS_INLINE=Javascript fil indhold (fælles for alle sider)
|
||||
WEBSITE_HTML_HEADER=Tilføjelse nederst på HTML-overskrift (fælles for alle sider)
|
||||
WEBSITE_ROBOT=Robotfil (robots.txt)
|
||||
WEBSITE_HTACCESS=Website .htaccess file
|
||||
WEBSITE_MANIFEST_JSON=Website manifest.json file
|
||||
WEBSITE_README=README.md file
|
||||
EnterHereLicenseInformation=Enter here meta data or license information to fille a README.md file. if you distribute your website as a template, the file will be included into the temptate package.
|
||||
HtmlHeaderPage=HTML-overskrift (kun for denne side)
|
||||
PageNameAliasHelp=Navnet eller aliaset på siden. <br> Dette alias bruges også til at oprette en SEO-URL, når webstedet er kørt fra en virtuel vært på en webserver (som Apacke, Nginx, ...). Brug knappen "<strong> %s </strong>" for at redigere dette alias.
|
||||
EditTheWebSiteForACommonHeader=Bemærk: Hvis du vil definere en personlig "Header" for alle sider, skal du redigere din "Header" på website niveau i stedet for på siden / containeren.
|
||||
@ -41,6 +44,7 @@ RealURL=Rigtig webadresse
|
||||
ViewWebsiteInProduction=Se websitet ved hjælp af hjemmesider
|
||||
SetHereVirtualHost=<u>Use with Apache/NGinx/...</u><br>If you can create, on your web server (Apache, Nginx, ...), a dedicated Virtual Host with PHP enabled and a Root directory on<br><strong>%s</strong><br>then set the name of the virtual host you have created in the properties of web site, so the preview can be done also using this dedicated web server access instead of the internal Dolibarr server.
|
||||
YouCanAlsoTestWithPHPS=<u> Brug med PHP-integreret server </ u> <br> På udvikler miljø kan du helst prøve webstedet med den indbyggede PHP-server (PHP 5.5 påkrævet) ved at køre <br> <strong> php -S 0.0. 0,0: 8080 -t %s </ strong>
|
||||
YouCanAlsoDeployToAnotherWHP=<u>Run your web site with another Dolibarr Hosting provider</u><br>If you don't have a web server like Apache or NGinx available on internet, you can export and import your web site onto another Dolibarr instance provided by another Dolibarr hosting provider that provide full integration with the Website module. You can find a list of some Dolibarr hosting providers on <a href="https://saas.dolibarr.org" target="_blank">https://saas.dolibarr.org</a>
|
||||
CheckVirtualHostPerms=Kontroller også, at den virtuelle vært har tilladelse <strong> %s </strong> på filer til <br> <strong> %s</strong>
|
||||
ReadPerm=Læs
|
||||
WritePerm=Skriv
|
||||
@ -75,7 +79,8 @@ AddWebsiteAccount=Opret websitet konto
|
||||
BackToListOfThirdParty=Tilbage til listen for tredjepart
|
||||
DisableSiteFirst=Deaktiver hjemmesiden først
|
||||
MyContainerTitle=Min hjemmeside titel
|
||||
AnotherContainer=En anden beholder
|
||||
AnotherContainer=This is how to include content of another page/container (you may have an error here if you enable dynamic code because the embedded subcontainer may not exists)
|
||||
SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please comme back later...
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTS=Aktivér webstedets kontobord
|
||||
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / third party
|
||||
YouMustDefineTheHomePage=Du skal først definere standard startside
|
||||
@ -89,7 +94,8 @@ AliasPageAlreadyExists=Alias side <strong> %s </strong>eksisterer allerede
|
||||
CorporateHomePage=Firmahjemmeside
|
||||
EmptyPage=Tom side
|
||||
ExternalURLMustStartWithHttp=Ekstern webadresse skal starte med http: // eller https: //
|
||||
ZipOfWebsitePackageToImport=Zip-fil af webstedspakke
|
||||
ZipOfWebsitePackageToImport=Upload the Zip file of the website template package
|
||||
ZipOfWebsitePackageToLoad=or Choose an available embedded website template package
|
||||
ShowSubcontainers=Include dynamic content
|
||||
InternalURLOfPage=Intern webadresse for siden
|
||||
ThisPageIsTranslationOf=This page/container is a translation of
|
||||
@ -101,5 +107,10 @@ NotAllowedToAddDynamicContent=You don't have permission to add or edit PHP dynam
|
||||
ReplaceWebsiteContent=Search or Replace website content
|
||||
DeleteAlsoJs=Delete also all javascript files specific to this website?
|
||||
DeleteAlsoMedias=Delete also all medias files specific to this website?
|
||||
# Export
|
||||
MyWebsitePages=My website pages
|
||||
SearchReplaceInto=Search | Replace into
|
||||
ReplaceString=New string
|
||||
CSSContentTooltipHelp=Enter here CSS content. To avoid any conflict with the CSS of the application, be sure to prepend all declaration with the .bodywebsite class. For example:<br><br>#mycssselector, input.myclass:hover { ... }<br>must be<br>.bodywebsite #mycssselector, .bodywebsite input.myclass:hover { ... }<br><br>Note: If you have a large file without this prefix, you can use 'lessc' to convert it to append the .bodywebsite prefix everywhere.
|
||||
LinkAndScriptsHereAreNotLoadedInEditor=Warning: This content is output only when site is accessed from a server. It is not used in Edit mode so if you need to load javascript files also in edit mode, just add your tag 'script src=...' into the page.
|
||||
Dynamiccontent=Sample of a page with dynamic content
|
||||
ImportSite=Importer websider skabelon
|
||||
|
||||
@ -400,6 +400,7 @@ OldVATRates=Alter Umsatzsteuer-Satz
|
||||
NewVATRates=Neuer Umsatzsteuer-Satz
|
||||
PriceBaseTypeToChange=Ändern Sie den Basispreis definierte nach
|
||||
MassConvert=Starte Massenkonvertierung
|
||||
PriceFormatInCurrentLanguage=Price Format In Current Language
|
||||
String=Zeichenkette
|
||||
TextLong=Langer Text
|
||||
HtmlText=HTML-Text
|
||||
@ -431,7 +432,7 @@ ExtrafieldParamHelpradio=Die Liste der Werte muss aus Zeilen mit dem Format Schl
|
||||
ExtrafieldParamHelpsellist=Die Liste der Werte stammt aus einer Tabelle <br> Syntax: table_name: label_field: id_field :: filter <br> Beispiel: c_typent: libelle: id :: filter <br><br> - idfilter ist notwendigerweise ein primärer int-Schlüssel <br> - Filter kann ein einfacher Test sein (z. B. aktiv = 1), um nur den aktiven Wert anzuzeigen <br> Sie können $ ID $ auch in Filtern verwenden, bei denen es sich um die aktuelle ID des aktuellen Objekts handelt <br> Verwenden Sie $ SEL $, um ein SELECT im Filter durchzuführen <br> Wenn Sie nach Extrafeldern filtern möchten, verwenden Sie die Syntax extra.fieldcode = ... (wobei field code der Code des Extrafelds ist) <br><br> Damit die Liste von einer anderen ergänzenden Attributliste abhängt: <br> c_typent: libelle: id: options_ <i>parent_list_code</i> | parent_column: filter <br><br> Um die Liste von einer anderen Liste abhängig zu machen: <br> c_typent: libelle: id: <i>parent_list_code</i> | parent_column: filter
|
||||
ExtrafieldParamHelpchkbxlst=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filter<br>Example: c_typent:libelle:id::filter<br><br>filter can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter witch is the current id of current object<br>To do a SELECT in filter use $SEL$<br>if you want to filter on extrafields use syntax extra.fieldcode=... (where field code is the code of extrafield)<br><br>In order to have the list depending on another complementary attribute list:<br>c_typent:libelle:id:options_<i>parent_list_code</i>|parent_column:filter <br><br>In order to have the list depending on another list:<br>c_typent:libelle:id:<i>parent_list_code</i>|parent_column:filter
|
||||
ExtrafieldParamHelplink=Parameters must be ObjectName:Classpath<br>Syntax: ObjectName:Classpath<br>Examples:<br>Societe:societe/class/societe.class.php<br>Contact:contact/class/contact.class.php
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default)<br>Set this to 2 for a collapsing separator (collapsed by default)
|
||||
ExtrafieldParamHelpSeparator=Keep empty for a simple separator<br>Set this to 1 for a collapsing separator (open by default for new session, then status is kept for each user session)<br>Set this to 2 for a collapsing separator (collapsed by default for new session, then status is kept fore each user session)
|
||||
LibraryToBuildPDF=Bibliothek zum Erstellen von PDF-Dateien
|
||||
LocalTaxDesc=Einige Länder erheben möglicherweise zwei oder drei Steuern auf jede Rechnungsposition. Wenn dies der Fall ist, wählen Sie den Typ für die zweite und dritte Steuer und ihren Steuersatz. Mögliche Typen sind: <br> 1: auf Produkte und Dienstleistungen ohne Mehrwertsteuer wird eine örtliche Steuer erhoben (die örtliche Steuer wird auf den Betrag ohne Mehrwertsteuer berechnet) <br> 2: Für Produkte und Dienstleistungen einschließlich Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag + die Hauptsteuer berechnet). <br> 3: auf Produkte ohne Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag ohne Mehrwertsteuer berechnet) <br> 4: Für Produkte einschließlich Mehrwertsteuer wird eine lokale Steuer erhoben (die Mehrwertsteuer wird auf den Betrag + die Haupt-Mehrwertsteuer berechnet). <br> 5: auf Dienstleistungen ohne Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag ohne Mehrwertsteuer berechnet) <br> 6: Für Dienstleistungen einschließlich Mehrwertsteuer wird eine lokale Steuer erhoben (die lokale Steuer wird auf den Betrag und die Steuer berechnet).
|
||||
SMS=SMS
|
||||
@ -598,7 +599,7 @@ Module2200Desc=Verwenden Sie mathematische Ausdrücke für die automatische Gene
|
||||
Module2300Name=Geplante Aufträge
|
||||
Module2300Desc=Verwaltung geplanter Aufgaben (Cron oder chrono Tabelle)
|
||||
Module2400Name=Ereignisse / Termine
|
||||
Module2400Desc=Ereignisse verfolgen. Protokollieren Sie automatische Ereignisse zu Verfolgungszwecken oder zeichnen Sie manuelle Ereignisse oder Besprechungen auf. Dies ist ein wichtiges Modul für ein gutes Kunden- oder Lieferantenbeziehungsmanagement.
|
||||
Module2400Desc=Modul zur Terminplanung und Ereignissaufzeichnung: Protokollieren Sie automatisch Ereignisse wie beispielsweise Änderungen an Produktdatensätzen zu Verfolgungszwecken oder tragen Sie Termine manuell ein.\nDies ist ein wichtiges Modul für ein gutes Kunden- und/oder Lieferantenbeziehungsmanagement.
|
||||
Module2500Name=DMS / ECM
|
||||
Module2500Desc=Speicherung und Verteilung von Dokumenten. Automatische organisation der generierten oder gespeicherten Dokumente. Teilen Sie sie bei Bedarf.
|
||||
Module2600Name=API/Webservice (SOAP Server)
|
||||
@ -1695,7 +1696,7 @@ SuppliersInvoiceNumberingModel=Lieferantenrechnungen Zähl-Modell
|
||||
IfSetToYesDontForgetPermission=Wenn auf Ja gesetzt, vergessen Sie nicht, die Berechtigungen den dafür erlaubten Gruppen oder Benutzern auch das Recht für die zweite Zustimmung zu geben.
|
||||
##### GeoIPMaxmind #####
|
||||
GeoIPMaxmindSetup=GeoIP-Maxmind Moduleinstellungen
|
||||
PathToGeoIPMaxmindCountryDataFile=Pfad zur Datei mit Maxmind IP-zu-Land Übersetzung. <br>Beispiele:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoOP.dat
|
||||
PathToGeoIPMaxmindCountryDataFile=Path to file containing Maxmind ip to country translation.<br>Examples:<br>/usr/local/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoIP.dat<br>/usr/share/GeoIP/GeoLite2-Country.mmdb
|
||||
NoteOnPathLocation=Bitte beachten Sie, dass Ihre IP-Länder-Datei in einem von PHP lesbaren Verzeichnis liegen muss (Überprüfen Sie Ihre PHP open_basedir-Einstellungen und die Dateisystem-Berechtigungen).
|
||||
YouCanDownloadFreeDatFileTo=Eine <b>kostenlose Demo-Version</b> der Maxmind-GeoIP Datei finden Sie hier: %s
|
||||
YouCanDownloadAdvancedDatFileTo=Eine <b>vollständigere Version mit Updates</b> der Maxmind-GeoIP Datei können Sie hier herunterladen: %s
|
||||
@ -1926,14 +1927,13 @@ SmallerThan=Kleiner als
|
||||
LargerThan=Größer als
|
||||
IfTrackingIDFoundEventWillBeLinked=Beachten Sie, dass,wenn in eingehenden e-Mail eine Tracking-ID gefunden wird, das Ereignis automatisch mit den verwanten/verknüpfte Objekte verknüpft wird.
|
||||
WithGMailYouCanCreateADedicatedPassword=Wenn Sie bei einem GMail-Konto die 2-stufige Validierung aktiviert haben, wird empfohlen, ein spezielles zweites Passwort für die Anwendung zu erstellen, anstatt Ihr eigenes Konto-Passwort von https://myaccount.google.com/. zu verwenden.
|
||||
IFTTTSetup=IFTTTT Modul Setup
|
||||
IFTTT_SERVICE_KEY=IFTTTT Dienstleistung Schlüssel
|
||||
IFTTT_DOLIBARR_ENDPOINT_SECUREKEY=Sicherheitsschlüssel zum Schutz der Endpunkt-URL, die vom IFTTT verwendet wird, um Nachrichten an Ihre Dolibarrinstanz zu senden.
|
||||
IFTTTDesc=Dieses Modul wurde entwickelt, um Ereignisse auf IFTTT auszulösen und/oder eine Aktion auf externe IFTTT-Trigger auszuführen.
|
||||
UrlForIFTTT=URL-Endpunkt für IFTTT
|
||||
YouWillFindItOnYourIFTTTAccount=Sie finden es auf Ihrem IFTTTT-Konto.
|
||||
EndPointFor=Endpunkt für %s:%s
|
||||
DeleteEmailCollector=Lösche eMail-Collector
|
||||
ConfirmDeleteEmailCollector=Sind Sie sicher, dass Sie diesen eMail-Collector löschen wollen?
|
||||
RecipientEmailsWillBeReplacedWithThisValue=Recipient emails will be always replaced with this value
|
||||
AtLeastOneDefaultBankAccountMandatory=At least 1 default bank account must be defined
|
||||
RESTRICT_API_ON_IP=Allow available APIs to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can use the available APIs.
|
||||
RESTRICT_ON_IP=Allow access to some host IP only (wildcard not allowed, use space between values). Empty means every hosts can access.
|
||||
BaseOnSabeDavVersion=Based on the library SabreDAV version
|
||||
NotAPublicIp=Not a public IP
|
||||
MakeAnonymousPing=Make an anonymous Ping '+1' to the Dolibarr foundation server (done 1 time only after installation) to allow the foundation to count the number of Dolibarr installation.
|
||||
|
||||
@ -73,6 +73,7 @@ BankTransaction=Bank-Transaktionen
|
||||
ListTransactions=Liste Einträge
|
||||
ListTransactionsByCategory=Liste Einträge/Kategorie
|
||||
TransactionsToConciliate=Transaktionen zum ausgleichen
|
||||
TransactionsToConciliateShort=To reconcile
|
||||
Conciliable=kann ausgeglichen werden
|
||||
Conciliate=Ausgleichen
|
||||
Conciliation=Ausgleich
|
||||
@ -116,6 +117,7 @@ DeleteCheckReceipt=Wollen Sie diesen Rechnungseingang löschen?
|
||||
ConfirmDeleteCheckReceipt=Sind Sie sicher, dass Sie diesen Rechnungseingang löschen wollen?
|
||||
BankChecks=Bankschecks
|
||||
BankChecksToReceipt=Schecks warten auf Einlösung
|
||||
BankChecksToReceiptShort=Schecks warten auf Einlösung
|
||||
ShowCheckReceipt=Zeige Scheck Einzahlungsbeleg
|
||||
NumberOfCheques=Anzahl der Schecks
|
||||
DeleteTransaction=Transaktion löschen
|
||||
|
||||
@ -62,6 +62,7 @@ TicketVatGrouped=Group VAT by rate in tickets
|
||||
AutoPrintTickets=Automatically print tickets
|
||||
EnableBarOrRestaurantFeatures=Enable features for Bar or Restaurant
|
||||
ConfirmDeletionOfThisPOSSale=Do your confirm the deletion of this current sale ?
|
||||
ConfirmDiscardOfThisPOSSale=Do you want to discard this current sale ?
|
||||
History=Verlauf
|
||||
ValidateAndClose=Validate and close
|
||||
Terminal=Terminal
|
||||
@ -69,3 +70,8 @@ NumberOfTerminals=Number of Terminals
|
||||
TerminalSelect=Select terminal you want to use:
|
||||
POSTicket=POS Ticket
|
||||
BasicPhoneLayout=Use basic layout for phones
|
||||
SetupOfTerminalNotComplete=Setup of terminal %s is not complete
|
||||
DirectPayment=Direct payment
|
||||
DirectPaymentButton=Direct cash payment button
|
||||
InvoiceIsAlreadyValidated=Invoice is already validated
|
||||
NoLinesToBill=No lines to bill
|
||||
|
||||
@ -9,7 +9,7 @@ AddIn=Übergeordnete Kategorie
|
||||
modify=Ändern
|
||||
Classify=zuordnen
|
||||
CategoriesArea=Übersicht Kategorien
|
||||
ProductsCategoriesArea=Übersicht Produkt-/Leistungskategorien
|
||||
ProductsCategoriesArea=Übersicht Produkt- und Leistungskategorien
|
||||
SuppliersCategoriesArea=Übersicht Lieferantenkategorien
|
||||
CustomersCategoriesArea=Übersicht Kunden-/Interessentenkategorien
|
||||
MembersCategoriesArea=Übersicht Mitgliederkategorien
|
||||
|
||||
@ -54,6 +54,7 @@ Firstname=Vorname
|
||||
PostOrFunction=Position / Funktion
|
||||
UserTitle=Anrede
|
||||
NatureOfThirdParty=Art des Partners
|
||||
NatureOfContact=Nature of Contact
|
||||
Address=Adresse
|
||||
State=Bundesland
|
||||
StateShort=Staat
|
||||
@ -338,7 +339,7 @@ MyContacts=meine Kontakte
|
||||
Capital=Kapital
|
||||
CapitalOf=Stammkapital: %s
|
||||
EditCompany=Unternehmen bearbeiten
|
||||
ThisUserIsNot=Dieser Benutzer ist weder ein Lead, Kunde oder Lieferant
|
||||
ThisUserIsNot=Dieser Benutzer ist weder ein Interessent, noch ein Kunde oder Lieferant
|
||||
VATIntraCheck=Prüfen
|
||||
VATIntraCheckDesc=Die Umsatzsteuer-ID muss das Länderpräfix enthalten. Die Verbindung <b> %s </b> verwendet den europäischen Mehrwertsteuerprüfungsdienst (VIES), für den ein Internetzugang vom Dolibarr-Server erforderlich ist.
|
||||
VATIntraCheckURL=http://ec.europa.eu/taxation_customs/vies/vieshome.do
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user