Dotclear


Ignore:
Timestamp:
11/11/13 11:25:35 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Message:

Update english helps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • locales/en/help/core_blog_pref.html

    r2367 r2534  
    55 
    66<body> 
    7  
    8 <h3>Blog details</h3> 
     7<h4>Blog details</h4> 
    98<dl> 
    109  <dt>Blog ID</dt> 
    1110  <dd>Unique ID of the blog. Mandatory, can only be modified by a super administrator.</dd> 
    12    
     11 
    1312  <dt>Blog name</dt> 
    14   <dd>Name of the blog, mandatory.</dd> 
    15    
     13  <dd>Name of the blog, mandatory. It can be modified at any time without any impact on the blog operation.</dd> 
     14 
    1615  <dt>Blog URL</dt> 
    17   <dd>Complete blog URL. Mandatory, can only be modified by a super administrator.</dd> 
    18    
     16  <dd>Full blog URL. Mandatory, can only be modified by a super administrator.</dd> 
     17 
     18  <dt>URL scan method</dt> 
     19  <dd>Defines the way the URL is read. PATH_INFO is recommended, QUERY_STRING has to be used if PATH_INFO does not work. Using PATH_INFO mode, the blog URL must end with a "/" and using QUERY_STRING, it must end with an "?".</dd> 
     20 
    1921  <dt>Blog status</dt> 
    2022  <dd> 
    2123    <ul> 
    22       <li><strong>online</strong>: blog open to visitors</li> 
    23       <li><strong>offline</strong>: blog closed to visitors 
    24       but open to writers.</li> 
    25       <li><strong>removed</strong>: blog closed to both visitors and writers, opened only for super-administrators.</li> 
     24      <li><strong>Online:</strong> Blog open to visitors.</li> 
     25      <li><strong>Offline:</strong> Blog closed to visitors but open to writers.</li> 
     26      <li><strong>Removed:</strong> Blog closed to both visitors and writers, open only to super administrators.</li> 
    2627    </ul> 
    2728  </dd> 
    28    
     29 
    2930  <dt>Blog description</dt> 
    30   <dd>Here you can put any description you want for your blog. This is a 
    31   simple text, without formatting.</dd> 
    32 </dl> 
    33  
    34 <h3>Blog configuration</h3> 
     31  <dd>Here you can put any description you want for your blog. This is a simple text, without any formatting.</dd> 
     32</dl> 
     33 
     34<h4>Blog configuration</h4> 
    3535<dl> 
    3636  <dt>Blog editor's name</dt> 
    37   <dd>Name of the person responsible for the blog. It may be the owner or the 
    38   publisher if he exists.</dd> 
    39    
     37  <dd>Name of the person responsible for the blog. It may be the owner or the publisher if there is one. This information will be displayed in the blog feed.</dd> 
     38 
     39  <dt>Default language</dt> 
     40  <dd>Language of the blog interface. Either this language is amongst the avalaible ones, and the interface will be translated, or it is not, and the interface will be in English by default.</dd> 
     41 
     42  <dt>Blog timezone</dt> 
     43  <dd>Defines the timezone that will be used for comments and trackbacks.</dd> 
     44 
    4045  <dt>Copyright notice</dt> 
    4146  <dd>Note about the reproduction rights for the blog.</dd> 
    42    
    43   <dt>Default language</dt> 
    44   <dd>Language of the blog interface. Either this language is among the avalaible ones, 
    45   and the interface will be translated, or it is not, and the interface will then 
    46   default to English.</dd> 
    47    
    48   <dt>Blog timezone</dt> 
    49   <dd>Defines the timezone that will be used for comments and trackbacks.</dd> 
     47 
     48  <dt>New post URL format</dt> 
     49  <dd>Dropdown list to select the URL format.</dd> 
     50 
     51  <dt>HTML tag for the title of the notes on the blog</dt> 
     52  <dd>Dropdown list to select an HTML tag.</dd> 
    5053 
    5154  <dt>XML/RPC interface</dt> 
    52   <dd>Allows external client to interact with your blog via XML/RPC  
    53   protocol. When activated the needed parameters to be set in your external client are displayed.</dd> 
    54    
    55   <dt>Date formats</dt> 
    56   <dd>The date format of the blog posts. See the date and time 
    57   format reference section below for further details.</dd> 
    58    
     55  <dd>Allows external clients to interact with your blog via the XML/RPC protocol. After activation the required parameters to be set in your external clients are displayed.</dd> 
     56</dl> 
     57 
     58<h4>Comments and trackbacks</h4> 
     59<dl> 
     60  <dt>Accept comments</dt> 
     61  <dd>Globally accepts comments on the blog. Takes precedence over the per post setting.</dd> 
     62 
     63  <dt>Moderate comments</dt> 
     64  <dd>With this option, comments will be published only after editor's agreement.</dd> 
     65 
     66  <dt>Leave comments open for X days</dt> 
     67  <dd>The number of days during wich comments will be open after the post publication. When empty, the comments will be kept open indefinitly.</dd> 
     68 
     69  <dt>Wiki syntax for comments</dt> 
     70  <dd>Allows a subset of the wiki syntax to be used in comments.</dd> 
     71 
     72  <dt>Accept trackbacks</dt> 
     73  <dd>Globally accepts trackbacks on the blog. Takes precedence over the per post setting.</dd> 
     74 
     75  <dt>Moderate trackbacks</dt> 
     76  <dd>With this option, trackbacks will be published only after editor's agreement.</dd> 
     77 
     78  <dt>Leave trackbacks open for X days</dt> 
     79  <dd>The number of days during wich trackbacks will be open after the post publication. When empty, the trackbacks will be kept open indefinitly.</dd> 
     80 
     81  <dt>Add "nofollow" relation on comments and trackbacks links</dt> 
     82  <dd>Adds an attribute on links in comments and trackbacks, instructing the search bots not to follow them. This antispam features has yet to prove its value.</dd> 
     83</dl> 
     84 
     85<h4>Blog presentation</h4> 
     86<dl> 
     87  <dt>Date format</dt> 
     88  <dd>Defines the date format for the blog posts. See the "Format reference" section below for more information. You can use the dropdown list to quickly select a pre-existing pattern.</dd> 
     89 
    5990  <dt>Time format</dt> 
    60   <dd>The time format of the blog posts. See the date and time 
    61   format reference section below for further details.</dd> 
    62    
    63   <dt>Display .. entries per page</dt> 
    64   <dd>The number will be used as the limit for the number of entries 
    65   on the homepage, the first page of each category and the rss feeds.</dd> 
    66    
    67   <dt>Leave comments open for .. days</dt> 
    68   <dd>The number of days during wich comments and trackbacks will be open  
    69   after the post publication. When empty, the comments will be kept open 
    70   indefinitly.</dd> 
    71    
    72   <dt>Display smilies on entries and comments </dt> 
    73   <dd>Display sequences of characters as :-) or ;-) as images.</dd> 
    74    
    75   <dt>Accept comments</dt> 
    76   <dd>Globally accepts comments on the blog. Takes precedence over the 
    77   per post setting.</dd> 
    78    
    79   <dt>Accept trackbacks</dt> 
    80   <dd>Globally accepts trackbacks on the blog. Takes precedence over the 
    81   per post setting.</dd> 
    82    
    83   <dt>Moderate comments and trackbacks</dt> 
    84   <dd>With such an option, comments and trackbacks will be published after 
    85   editor agreement.</dd> 
    86    
    87   <dt>Add "nofollow" relation on comments and trackbacks links</dt> 
    88   <dd>Adds an attribute on inks in comments and trackbacks, instructing the 
    89   search bots not to follow them. This antispam features has yet to 
    90   prove its value.</dd> 
    91    
    92   <dt>Wiki syntax for comments </dt> 
    93   <dd>Allows a subset of the wiki syntax to be used in comments.</dd> 
    94 </dl> 
     91  <dd>Defines the time format for the blog posts. See the "Format reference" section below for more information. You can use the dropdown list to quickly select a pre-existing pattern.</dd> 
     92 
     93  <dt>Display smilies on entries and comments</dt> 
     94  <dd>Turns some strings like :-) or ;-) into pictures.</dd> 
     95 
     96  <dt>Display X entries per page</dt> 
     97  <dd>Will display X entries on the blog main page as well as in the different categories.</dd> 
     98 
     99  <dt>Display X entries per feed</dt> 
     100  <dd>Will display X entries in the blog feeds.</dd> 
     101 
     102  <dt>Display X comments per feed</dt> 
     103  <dd>Will display X comments in the blog comments feeds.</dd> 
     104 
     105  <dt>Truncate feeds</dt> 
     106  <dd>This option will only provide an abstract from the blog posts in the feeds.</dd> 
     107 
     108  <dt>Include sub-categories in category page and category posts feed</dt> 
     109  <dd>When this option is activated, posts in sub-categories will be displayed in the parent categories pages as well as in their feeds.</dd> 
     110</dl> 
     111 
     112<h4>Media and images</h4> 
     113<dl> 
     114  <dt>Generated image sizes (in pixels)</dt> 
     115  <dd>When you add an image in the media manager, other sizes are automatically generated. Here you can define the dimension of the longest size (width or heigth) of each type of generated images. If you leave one field empty, the media manager will not create the corresponding miniature.</dd> 
     116 
     117  <dt>Default image insertion attributes</dt> 
     118  <dd>The selected settings will apply on all the new images added to the media manager.</dd> 
     119 
     120  <dt>Inserted image title</dt> 
     121  <dd>Select the format of the "title" tags applied to your images, based on information retrieved from the images metadata.</dd> 
     122 
     123  <dt>Use original media date if possible</dt> 
     124  <dd>When this option is activated, if the image metadata contains a date, it will be used. If not, the upload date will be used.</dd> 
     125 
     126  <dt>Size of inserted image</dt> 
     127  <dd>Defines the default size used when inserting an image in a blog post.</dd> 
     128 
     129  <dt>Image alignment</dt> 
     130  <dd>Defines the default alignment used when inserting an image in a blog post.</dd> 
     131 
     132  <dt>Insert a link to the original image</dt> 
     133  <dd>When this option is activated, the pictures inserted in a blog post will be clickable and point to the original-sized picture.</dd> 
     134 
     135</dl> 
     136 
     137<h4>Search engines robots policy</h4> 
     138<p>Here you can indicate if you want Web search engines to index and/or archive your pages or not. Select the last option if you do not want people to be able to find your blog using a Web search engine.</p> 
     139 
     140<h4>Antispam</h4> 
     141<p>You can set the number of days after which you want the junk comments to be automatically deleted. Leave that field blank (or put 0) to deactivate this feature.</p> 
     142 
     143<h4>Users</h4> 
     144<p>Lists this blog's users as well as their permissions.</p> 
    95145 
    96146<h3>Format reference</h3> 
     
    99149 
    100150<ul> 
    101   <li><strong>%a</strong>: abreviated week day (local).</li> 
    102   <li><strong>%A</strong>: complete week day (local).</li> 
    103   <li><strong>%b</strong>: abbreviated month name (local).</li> 
    104   <li><strong>%B</strong>: complete month name (local).</li> 
    105   <li><strong>%c</strong>: default local date and time display.</li> 
    106   <li><strong>%C</strong>: century (the year, divided by 100 and 
     151  <li><strong>%a:</strong> Abreviated week day (local).</li> 
     152  <li><strong>%A:</strong> Complete week day (local).</li> 
     153  <li><strong>%b:</strong> Abbreviated month name (local).</li> 
     154  <li><strong>%B:</strong> Complete month name (local).</li> 
     155  <li><strong>%c:</strong> Default local date and time display.</li> 
     156  <li><strong>%C:</strong> Century (the year, divided by 100 and 
    107157  round up beetween 00 and 99)</li> 
    108   <li><strong>%d</strong>: numeric month day (from 01 to 31)</li> 
    109   <li><strong>%D</strong>: identical to %m/%d/%y</li> 
    110   <li><strong>%e</strong>: numeric month day (from 1 to 31)</li> 
    111   <li><strong>%g</strong>: identical to %G, 2 digits.</li> 
    112   <li><strong>%G</strong>: The year on 4 digits, according to the week number 
     158  <li><strong>%d:</strong> Numeric month day (from 01 to 31)</li> 
     159  <li><strong>%D:</strong> Identical to %m/%d/%y</li> 
     160  <li><strong>%e:</strong> Numeric month day (from 1 to 31)</li> 
     161  <li><strong>%g:</strong> Identical to %G, 2 digits.</li> 
     162  <li><strong>%G:</strong> The year on 4 digits, according to the week number 
    113163  (cf. %V). Format and value identical to %Y, except that if the number of the 
    114164  week belongs to the preceding or following year, the current year 
    115165  will be used instead.</li> 
    116   <li><strong>%h</strong>: identical to %b</li> 
    117   <li><strong>%H</strong>: digital hour of the day, 24H mode 
     166  <li><strong>%h:</strong> Identical to %b</li> 
     167  <li><strong>%H:</strong> Digital hour of the day, 24H mode 
    118168  (from 00 to 23)</li> 
    119   <li><strong>%I</strong>: digital hour of the day, 12H mode 
     169  <li><strong>%I:</strong> Digital hour of the day, 12H mode 
    120170  (from 01 to 12)</li> 
    121   <li><strong>%j</strong>: day of the year, digital (from 001 to 366)</li> 
    122   <li><strong>%m</strong>: month, digital (from 1 à 12)</li> 
    123   <li><strong>%M</strong>: minute, digital</li> 
    124   <li><strong>%n</strong>: newline character</li> 
    125   <li><strong>%p</strong>: either `am' or `pm', according to the absolute time, 
     171  <li><strong>%j:</strong> Day of the year, digital (from 001 to 366)</li> 
     172  <li><strong>%m:</strong> Month, digital (from 1 à 12)</li> 
     173  <li><strong>%M:</strong> Minute, digital</li> 
     174  <li><strong>%n:</strong> Newline character</li> 
     175  <li><strong>%p:</strong> Either `am' or `pm', according to the absolute time, 
    126176  or depending of the local settings.</li> 
    127   <li><strong>%r</strong>: the hour, a.m. and p.m. format</li> 
    128   <li><strong>%R</strong>: the hour, 24h format</li> 
    129   <li><strong>%S</strong>: seconds, digital</li> 
    130   <li><strong>%t</strong>: tab character</li> 
    131   <li><strong>%T</strong>: the current time (identical to %H:%M:%S)</li> 
    132   <li><strong>%u</strong>: day week, digit, from 1 to 7. (1 stands for monday)</li> 
    133   <li><strong>%U</strong>: week number, the first sundqy of the year being the 
     177  <li><strong>%r:</strong> The hour, a.m. and p.m. format</li> 
     178  <li><strong>%R:</strong> The hour, 24h format</li> 
     179  <li><strong>%S:</strong> Seconds, digital</li> 
     180  <li><strong>%t:</strong> Tab character</li> 
     181  <li><strong>%T:</strong> The current time (identical to %H:%M:%S)</li> 
     182  <li><strong>%u:</strong> Day week, digit, from 1 to 7. (1 stands for monday)</li> 
     183  <li><strong>%U:</strong> Week number, the first sundqy of the year being the 
    134184  first day of the first week.</li> 
    135   <li><strong>%V</strong>: the week numpber as defined in ISO 
     185  <li><strong>%V:</strong> The week numpber as defined in ISO 
    136186  8601:1988, digital, from 01 to 53. The week 1 is the first week 
    137187  with more than 4 days in the current year, whose monday is the first day. 
    138188  (Use %G or %g for the year elements corresponding to the number of the 
    139189  week for the considered timestamp.)</li> 
    140   <li><strong>%W</strong>: number of the week in the year, the first monday of 
     190  <li><strong>%W:</strong> Number of the week in the year, the first monday of 
    141191  the year being the start of the first week</li> 
    142   <li><strong>%w</strong>: day of the week, digital, 0 stands for sunday</li> 
    143   <li><strong>%x</strong>: prefered format for the date without the time</li> 
    144   <li><strong>%X</strong>: prefered format for the time without the date</li> 
    145   <li><strong>%y</strong>: the year, two digits (from 00 to 99)</li> 
    146   <li><strong>%Y</strong>: the year, four digits</li> 
    147   <li><strong>%Z ou %z</strong>: timezone, name or abbreviation</li> 
    148   <li><strong>%%</strong>: a litteral `%' character</li> 
     192  <li><strong>%w:</strong> Day of the week, digital, 0 stands for sunday</li> 
     193  <li><strong>%x:</strong> Prefered format for the date without the time</li> 
     194  <li><strong>%X:</strong> Prefered format for the time without the date</li> 
     195  <li><strong>%y:</strong> The year, two digits (from 00 to 99)</li> 
     196  <li><strong>%Y:</strong> The year, four digits</li> 
     197  <li><strong>%Z or %z:</strong> Timezone, name or abbreviation</li> 
     198  <li><strong>%%:</strong> A litteral `%' character</li> 
    149199</ul> 
    150200 
Note: See TracChangeset for help on using the changeset viewer.

Sites map