forked from Wavyzz/dolibarr
13 lines
1.2 KiB
Plaintext
13 lines
1.2 KiB
Plaintext
# Dolibarr language file - Source file is en_US - website
|
|
WebsiteSetupDesc=Create here as many entries for websites as you need. Then go into menu Websites to edit them.
|
|
EditCss=Edit Style/CSS or HTML header
|
|
EditPageContent=Edit Content
|
|
Website=Website
|
|
Webpage=Web page/container
|
|
AddPage=Add page/container
|
|
PreviewOfSiteNotYetAvailable=Preview of your website <strong>%s</strong> is not yet available. You must first add a page.
|
|
PageContent=Page/Contenair
|
|
PageDeleted=Page/Contenair '%s' of website %s deleted
|
|
PageAdded=Page/Contenair '%s' added
|
|
YouCanEditHtmlSource=You can edit HTML source code using the "Source" button in editor. You can also include PHP code into this source using tags <strong><?php ?></strong>. The following global variables are available: $conf, $langs, $db, $mysoc, $user, $website.<br><br>You can also include content of another Page/Container with the following syntax: <strong><?php dolIncludeHtmlContent($websitekey.'/contentaliastoinclude.php'); ?></strong><br><br>To include a link to download a file stored into the documents/medias directory, use syntax:<br><strong><a href="/document.php?modulepart=medias&file=filename.ext"></strong>.
|