website.lang 8.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Dolibarr language file - Source file is en_US - website
  2. Shortname=Code
  3. WebsiteSetupDesc=Create here the websites you wish to use. Then go into menu Websites to edit them.
  4. DeleteWebsite=Delete website
  5. ConfirmDeleteWebsite=Are you sure you want to delete this web site? All its pages and content will also be removed.
  6. WEBSITE_TYPE_CONTAINER=Type of page/container
  7. WEBSITE_PAGE_EXAMPLE=Web page to use as example
  8. WEBSITE_PAGENAME=Page name/alias
  9. WEBSITE_ALIASALT=Alternative page names/aliases
  10. WEBSITE_ALIASALTDesc=Use here list of other name/aliases so the page can also be accessed using this other names/aliases (for example the old name after renaming the alias to keep backlink on old link/name working). Syntax is:<br>alternativename1, alternativename2, ...
  11. WEBSITE_CSS_URL=URL of external CSS file
  12. WEBSITE_CSS_INLINE=CSS file content (common to all pages)
  13. WEBSITE_JS_INLINE=Javascript file content (common to all pages)
  14. WEBSITE_HTML_HEADER=Addition at bottom of HTML Header (common to all pages)
  15. WEBSITE_ROBOT=Robot file (robots.txt)
  16. WEBSITE_HTACCESS=Web site .htaccess file
  17. HtmlHeaderPage=HTML header (specific to this page only)
  18. 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.
  19. 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.
  20. MediaFiles=Media library
  21. EditCss=Edit website properties
  22. EditMenu=Edit menu
  23. EditMedias=Edit medias
  24. EditPageMeta=Edit page/container properties
  25. EditInLine=Edit inline
  26. AddWebsite=Add website
  27. Webpage=Web page/container
  28. AddPage=Add page/container
  29. HomePage=Home Page
  30. PageContainer=Page/container
  31. PreviewOfSiteNotYetAvailable=Preview of your website <strong>%s</strong> not yet available. You must first add a page.
  32. RequestedPageHasNoContentYet=Requested page with id %s has no content yet, or cache file .tpl.php was removed. Edit content of the page to solve this.
  33. SiteDeleted=Web site '%s' deleted
  34. PageContent=Page/Contenair
  35. PageDeleted=Page/Contenair '%s' of website %s deleted
  36. PageAdded=Page/Contenair '%s' added
  37. ViewSiteInNewTab=View site in new tab
  38. ViewPageInNewTab=View page in new tab
  39. SetAsHomePage=Set as Home page
  40. RealURL=Real URL
  41. ViewWebsiteInProduction=View web site using home URLs
  42. 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 enter here the virtual hostname you have created, so the preview can be done also using this dedicated web server access instead of only using Dolibarr server.
  43. 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>
  44. CheckVirtualHostPerms=Check also that virtual host has permission <strong>%s</strong> on files into<br><strong>%s</strong>
  45. ReadPerm=Read
  46. WritePerm=Write
  47. PreviewSiteServedByWebServer=<u>Preview %s in a new tab.</u><br><br>The %s will be served by an external web server (like Apache, Nginx, IIS). You must install and setup this server before to point to directory:<br><strong>%s</strong><br>URL served by external server:<br><strong>%s</strong>
  48. PreviewSiteServedByDolibarr=<u>Preview %s in a new tab.</u><br><br>The %s will be served by Dolibarr server so it does not need any extra web server (like Apache, Nginx, IIS) to be installed.<br>The inconvenient is that URL of pages are not user friendly and start with path of your Dolibarr.<br>URL served by Dolibarr:<br><strong>%s</strong><br><br>To use your own external web server to serve this web site, create a virtual host on your web server that point on directory<br><strong>%s</strong><br>then enter the name of this virtual server and click on the other preview button.
  49. VirtualHostUrlNotDefined=URL of the virtual host served by external web server not defined
  50. NoPageYet=No pages yet
  51. YouCanCreatePageOrImportTemplate=You can create a new page or import a full website template
  52. SyntaxHelp=Help on specific syntax tips
  53. YouCanEditHtmlSourceckeditor=You can edit HTML source code using the "Source" button in editor.
  54. YouCanEditHtmlSource=<br><span class="fa fa-bug"></span> You can 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><span class="fa fa-bug"></span> You can also include content of another Page/Container with the following syntax:<br><strong>&lt;?php includeContainer('alias_of_container_to_include'); ?&gt;</strong><br><br><span class="fa fa-bug"></span> You can make a redirect to another Page/Container with the following syntax (Note: do not output any content before a redirect):<br><strong>&lt;?php redirectToContainer('alias_of_container_to_redirect_to'); ?&gt;</strong><br><br><span class="fa fa-download"></span> To include a <strong>link to download</strong> a file stored into the <strong>documents</strong> directory, use the <strong>document.php</strong> wrapper:<br>Example, for a file into documents/ecm (need to be logged), syntax is:<br><strong>&lt;a href="/document.php?modulepart=ecm&file=[relative_dir/]filename.ext"&gt;</strong><br>For a file into documents/medias (open directory for public access), syntax is:<br><strong>&lt;a href="/document.php?modulepart=medias&file=[relative_dir/]filename.ext"&gt;</strong><br>For a file shared with a share link (open access using the sharing hash key of file), syntax is:<br><strong>&lt;a href="/document.php?hashp=publicsharekeyoffile"&gt;</strong><br><br><span class="fa fa-picture-o"></span> To include an <strong>image</strong> stored into the <strong>documents</strong> directory, use the <strong>viewimage.php</strong> wrapper:<br>Example, for an image into documents/medias (open directory for public access), syntax is:<br><strong>&lt;img src="/viewimage.php?modulepart=medias&amp;file=[relative_dir/]filename.ext"&gt;</strong><br>
  55. ClonePage=Clone page/container
  56. CloneSite=Clone site
  57. SiteAdded=Web site added
  58. ConfirmClonePage=Please enter code/alias of new page and if it is a translation of the cloned page.
  59. PageIsANewTranslation=The new page is a translation of the current page ?
  60. LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The language of the new page must be different than language of source page.
  61. ParentPageId=Parent page ID
  62. WebsiteId=Website ID
  63. CreateByFetchingExternalPage=Create page/container by fetching page from external URL...
  64. OrEnterPageInfoManually=Or create empty page from scratch...
  65. FetchAndCreate=Fetch and Create
  66. ExportSite=Export site
  67. ImportSite=Import site
  68. IDOfPage=Id of page
  69. Banner=Banner
  70. BlogPost=Blog post
  71. WebsiteAccount=Web site account
  72. WebsiteAccounts=Web site accounts
  73. AddWebsiteAccount=Create web site account
  74. BackToListOfThirdParty=Back to list for Third Party
  75. DisableSiteFirst=Disable website first
  76. MyContainerTitle=My web site title
  77. AnotherContainer=Another container
  78. WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the web site account table
  79. WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store web site accounts (login/pass) for each website / thirdparty
  80. YouMustDefineTheHomePage=You must first define the default Home page
  81. OnlyEditionOfSourceForGrabbedContentFuture=Note: only edition of HTML source will be possible when a page content is initialized by grabbing it from an external page (WYSIWYG editor will not be available)
  82. OnlyEditionOfSourceForGrabbedContent=Only edition of HTML source is possible when content was grabbed from an external site
  83. GrabImagesInto=Grab also images found into css and page.
  84. ImagesShouldBeSavedInto=Images should be saved into directory
  85. WebsiteRootOfImages=Root directory for website images
  86. SubdirOfPage=Sub-directory dedicated to page
  87. AliasPageAlreadyExists=Alias page <strong>%s</strong> already exists
  88. CorporateHomePage=Corporate Home page
  89. EmptyPage=Empty page
  90. ExternalURLMustStartWithHttp=External URL must start with http:// or https://
  91. ZipOfWebsitePackageToImport=Zip file of website package