Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.41
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
btm2000.apps-dev.fr /
langs /
en_GB /
Delete
Unzip
Name
Size
Permission
Date
Action
accountancy.lang
6.29
KB
-rw-r--r--
2023-12-15 13:44
admin.lang
4.51
KB
-rw-r--r--
2023-12-15 13:44
banks.lang
1.03
KB
-rw-r--r--
2023-12-15 13:44
bills.lang
1.13
KB
-rw-r--r--
2023-12-15 13:44
bookmarks.lang
98
B
-rw-r--r--
2023-12-15 13:44
cashdesk.lang
262
B
-rw-r--r--
2023-12-15 13:44
companies.lang
97
B
-rw-r--r--
2023-12-15 13:44
compta.lang
189
B
-rw-r--r--
2023-12-15 13:44
deliveries.lang
94
B
-rw-r--r--
2023-12-15 13:44
donations.lang
214
B
-rw-r--r--
2023-12-15 13:44
errors.lang
217
B
-rw-r--r--
2023-12-15 13:44
exports.lang
811
B
-rw-r--r--
2023-12-15 13:44
holiday.lang
77
B
-rw-r--r--
2023-12-15 13:44
hrm.lang
107
B
-rw-r--r--
2023-12-15 13:44
intracommreport.lang
106
B
-rw-r--r--
2023-12-15 13:44
loan.lang
516
B
-rw-r--r--
2023-12-15 13:44
main.lang
1.33
KB
-rw-r--r--
2023-12-15 13:44
modulebuilder.lang
264
B
-rw-r--r--
2023-12-15 13:44
multicurrency.lang
110
B
-rw-r--r--
2023-12-15 13:44
orders.lang
203
B
-rw-r--r--
2023-12-15 13:44
other.lang
193
B
-rw-r--r--
2023-12-15 13:44
partnership.lang
92
B
-rw-r--r--
2023-12-15 13:44
paypal.lang
308
B
-rw-r--r--
2023-12-15 13:44
printing.lang
76
B
-rw-r--r--
2023-12-15 13:44
products.lang
120
B
-rw-r--r--
2023-12-15 13:44
propal.lang
108
B
-rw-r--r--
2023-12-15 13:44
receptions.lang
95
B
-rw-r--r--
2023-12-15 13:44
salaries.lang
175
B
-rw-r--r--
2023-12-15 13:44
sendings.lang
128
B
-rw-r--r--
2023-12-15 13:44
sms.lang
62
B
-rw-r--r--
2023-12-15 13:44
stocks.lang
1.01
KB
-rw-r--r--
2023-12-15 13:44
stripe.lang
183
B
-rw-r--r--
2023-12-15 13:44
supplier_proposal.lang
956
B
-rw-r--r--
2023-12-15 13:44
ticket.lang
177
B
-rw-r--r--
2023-12-15 13:44
trips.lang
444
B
-rw-r--r--
2023-12-15 13:44
users.lang
689
B
-rw-r--r--
2023-12-15 13:44
website.lang
294
B
-rw-r--r--
2023-12-15 13:44
withdrawals.lang
1.1
KB
-rw-r--r--
2023-12-15 13:44
workflow.lang
160
B
-rw-r--r--
2023-12-15 13:44
Save
Rename
# 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: Module50200Name=PayPal DictionaryAccountancyJournal=Finance journals CompanyZip=Postcode AdherentLoginRequired=Manage a Login for each member 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