source: trunk/language/gl_ES/help/configuration.html @ 21420

Last change on this file since 21420 was 21420, checked in by TranslationTeam, 11 years ago

[trunk_help] Update gl_ES, thanks to : damufo

  • Property svn:executable set to *
File size: 5.0 KB
Line 
1<h2>Configuración</h2>
2
3<p>Esta pantalla permite ó administrador realizar unha configuración básica da galería. De feito, só se amosan as opcións básicas da configuración as cales deben ser suficientes para a gran maioría dos administradores. Se queres ver os outros numerosos (e avanzados) parámetros de configuración,   lee o ficheiro  de configuración predeterminado <span class="filename">include/config_default.inc.php</span>.</p>
4
5<p>Este pantalla está dividida en diferentes seccións, agrupando os parámetros de configuración por tema.</p>
6
7
8<h3>Principal</h3>
9<ul>
10  <li><strong>Título da galería</strong>: usado no alimentador RSS e por notificacións de correo electrónico.</li>
11
12  <li><strong>Page banner</strong>: displayed on top of each public page.</li>
13
14  <li><strong>Gallery URL</strong>: used for the RSS feed.</li>
15
16  <li><strong>Lock gallery</strong>: Lock the entire gallery for maintenance. Only administrator users will be able to reach the gallery.</li>
17
18  <li><strong>Rating</strong>: Photo rating feature is enabled.</li>
19
20  <li><strong>Rating by guests</strong>: Even unregistered users can rate images.</li>
21
22  <li><strong>Allow user registration</strong>: Anybody can register.</li>
23
24  <li><strong>Mail address is mandatory for all users</strong>: mail address will be checked on registration or profile update, except if the action is done by an administrator.</li>
25
26  <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li>
27 
28  <li><strong>Default photos order</strong>: you can define a personalized order with these drop-down menus.</li>
29
30</ul>
31
32<h3>History</h3>
33
34  <p>Visits on pages <span
35  class="pwgScreen">category.php</span> and <span
36  class="pwgScreen">picture.php</span> will be saved in the <code>history</code> table.</p>
37 
38  <p>Visits will be shown in <span  class="pwgScreen">Administration &raquo; Tools &raquo; History</span>.</p>
39
40<ul>
41  <li><strong>Save page visits by guests</strong>: page visits by guests will be recorded.</li>
42
43  <li><strong>Save page visits by users</strong>: visits by registrered users will be recorded.</li>
44
45  <li><strong>Save page visits by administrators</strong>: page visits by administrators will be recorded.</li>
46
47</ul>
48
49<h3>Comments</h3>
50<ul>
51
52  <li><strong>Comments for all</strong>: Even unregistered guest can post comments.</li>
53
54  <li><strong>Number of comments per page</strong>.</li>
55
56  <li><strong>Validation</strong>: an administrator must validate users comments before they become visible on the site. User comments validation
57  takes place in screen <span class="pwgScreen">Administration &raquo; Tools &raquo; Pending Comments</span>.</li>
58
59  <li><strong>Email admins when a valid comment is entered</strong>: Sends an email to the administrators when a user enters a comment and this comment is validated.</li>
60
61  <li><strong>Email admins when a comment requires validation</strong>:
62Sends an email to the administrators when a user enters a comment that requires validation by the admin.
63User comments validation takes place in the screen <span class="pwgScreen">Administration &raquo; Tools &raquo; Pending Comments</span>.</li>
64
65</ul>
66
67<h3>Default display</h3>
68
69<p>Here you can change display options used by guest, the default user that is not connected. Once connected, these options are overridden by the user's own options
70(modifiable in <span class="pwgScreen">profile</span>).</p>
71
72<p>It is possible to change the display options for all existing users on the <span class="pwgScreen">Administration &raquo;
73Users &raquo; Manage</span> screen where you can select a list of users.</p>
74
75<ul>
76
77  <li><strong>Language</strong>: Apply to Piwigo labels only. Album names, photo names and all descriptions fields are not localized.</li>
78
79  <li><strong>Number of photos per row</strong></li>
80
81  <li><strong>Number of rows per page</strong></li>
82
83  <li><strong>Interface theme</strong></li>
84
85  <li><strong>Recent period</strong>: By days. Period during which a photo is shown as new. Must be greater than 1 day.</li>
86
87  <li><strong>Expand all albums</strong>: Expand all albums by
88  default in the menu <em>Warning</em>: this option is resources intensive and may generate a huge menu if your album tree contains many albums.</li>
89
90  <li><strong>Show number of comments</strong>: Show the number of comments for each photo on the thumbnails page. Resource intensive.</li>
91
92  <li><strong>Show hits count</strong>: Display hits observed on photo just under its thumbnail on the thumbnails page. Only when advanced configuration parameter is: <br>
93  $conf['show_nb_hits'] = true; <br>
94  Notice: false by default.</li>
95
96  <li><strong>Maximum width of the photos</strong>: maximum displayed width.  Photos larger than this setting will be resized on display.  Rather than choosing this option, you might consider modifying the width of your photos; that would be a better practice.</li>
97
98  <li><strong>Maximum height of the photos</strong>: Same as for the maximum width setting.</li>
99
100</ul>
Note: See TracBrowser for help on using the repository browser.