2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/langs/en_GB/website.lang
Laurent Destailleur 32eb2aba43 Sync transifex
2017-08-02 15:30:46 +02:00

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>&lt;?php ?&gt;</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>&lt;?php dolIncludeHtmlContent($websitekey.'/contentaliastoinclude.php'); ?&gt;</strong><br><br>To include a link to download a file stored into the documents/medias directory, use syntax:<br><strong>&lt;a href="/document.php?modulepart=medias&file=filename.ext"&gt;</strong>.