mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-21 17:01:19 +01:00
46 lines
5.4 KiB
Plaintext
46 lines
5.4 KiB
Plaintext
# Dolibarr language file - Source file is en_US - admin
|
|
Foundation=Company
|
|
VersionProgram=Program Version
|
|
VersionLastInstall=Version Initially Installed
|
|
PurgeSessions=Purge sessions
|
|
WarningOnlyPermissionOfActivatedModules=Only permissions related to activated modules are shown here. You can activate other modules on the Home->Setup->Modules page.
|
|
ErrorModuleRequirePHPVersion=Error: This module requires PHP version %s or higher
|
|
ErrorModuleRequireDolibarrVersion=Error: This module requires Dolibarr version %s or higher
|
|
ErrorDecimalLargerThanAreForbidden=Error: A precision higher than <b>%s</b> is not supported.
|
|
ErrorReservedTypeSystemSystemAuto=Entry of 'system' and 'systemauto' for this type is reserved. You can use 'user' as a value to add your own record
|
|
ErrorCodeCantContainZero=Code can't contain value 0 (zero)
|
|
MaxSizeForUploadedFiles=Maximum size for uploaded files (0 to prevent any uploads)
|
|
CurrentValueSeparatorThousand=Thousands separator
|
|
PositionByDefault=Default position
|
|
MenusDesc=Menu managers set the content of the two menu bars (horizontal and vertical).
|
|
MenusEditorDesc=The menu editor allows you to define custom menu entries. Use it carefully to avoid program instability or causing menu entries to be permanently unreachable.<br>Some modules add menu entries (in menu <b>All</b> mostly). If you remove some of these entries by mistake, you can restore them by disabling and then re-enabling the module.
|
|
PurgeDeleteLogFile=Delete log files, including <b>%s</b> defined by Syslog module (no risk of losing data)
|
|
ConfirmPurgeAuditEvents=Are you sure you want to purge all security events? All security logs will be deleted but no other data will be removed.
|
|
ImportPostgreSqlDesc=To import a backup file, you must use the pg_restore command from the command line:
|
|
CommandsToDisableForeignKeysForImportWarning=This is mandatory if you want to restore your sql dumps later
|
|
ModulesMarketPlaceDesc=You can find more modules to download from external websites on the Internet...
|
|
ModulesMarketPlaces=Find external applications and modules
|
|
AvailableOnlyIfJavascriptAndAjaxNotDisabled=Available only if JavaScript is enabled
|
|
InstrucToEncodePass=To have password encoded into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="...";</b><br>with<br><b>$dolibarr_main_db_pass="crypted:%s";</b>
|
|
InstrucToClearPass=To have password decoded (clear) into the <b>conf.php</b> file, replace the line <br><b>$dolibarr_main_db_pass="crypted:...";</b><br>with<br><b>$dolibarr_main_db_pass="%s";</b>
|
|
ProtectAndEncryptPdfFilesDesc=Protection of a PDF document keeps it available to read and print with any PDF browser. However, editing and copying the document is no longer possible. Note: Using this feature disables your ability to build global merged PDFs.
|
|
MeasuringUnit=Measurement unit
|
|
MAIN_MAIL_AUTOCOPY_TO=Copy (Cc) all sent emails to
|
|
ModuleFamilyHr=Human Resources Management (HR)
|
|
ModuleFamilyTechnic=Multi-module tools
|
|
NotExistsDirect=The alternative root directory is not defined in an existing directory.<br>
|
|
InfDirAlt=Since version 3, it is possible to define an alternative root directory. This allows you to store, in a dedicated directory, plug-ins and custom templates.<br>Just create a directory at the root of Dolibarr (eg: custom).<br>
|
|
InfDirExample=<br>Then declare it in the file <strong>conf.php</strong><br> $dolibarr_main_url_root_alt='/custom'<br>$dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom'<br>If these lines start with a "#", they are comments. To enable them, just remove the "#" character and save the file.
|
|
GenericNumRefModelDesc=Returns a customisable number according to a defined mask.
|
|
ListOfDirectories=List of OpenDocument template directories
|
|
ListOfDirectoriesForModelGenODT=List of directories containing template files in OpenDocument format.<br><br>Put here full path of directories.<br>Add a carriage return between each directory.<br>To add a directory of the GED module, add here <b>DOL_DATA_ROOT/ecm/yourdirectoryname</b>.<br><br>Files in those directories must end with <b>.odt</b> or <b>.ods</b>.
|
|
FollowingSubstitutionKeysCanBeUsed=<br>To learn how to create your .odt document templates, before storing them in those directories, read wiki documentation:
|
|
ExtrafieldParamHelpsellist=List of values comes from a table<br>Syntax: table_name:label_field:id_field::filtersql<br>Example: c_typent:libelle:id::filtersql<br><br>- id_field is necessarily a primary int key<br>- filtersql is a SQL condition. It can be a simple test (eg active=1) to display only active value<br>You can also use $ID$ in filter which is the current id of current object<br>To use a SELECT into the filter use the keyword $SEL$ to bypass anti-injection protection.<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
|
|
Module50200Name=PayPal
|
|
DictionaryAccountancyJournal=Finance journals
|
|
CompanyZip=Postcode
|
|
LDAPFieldZip=Postcode
|
|
GenbarcodeLocation=Barcode generation command line tool (used by internal engine for some bar code types). Must be compatible with "genbarcode".<br>For example: /usr/local/bin/genbarcode
|
|
FormatZip=Postcode
|
|
HelpCssOnViewDesc=The CSS used when viewing the field.
|