source: trunk/language/et_EE/help/configuration.html @ 20218

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

[trunk_help] Update et_EE, thanks to : kersta

  • Property svn:executable set to *
File size: 5.0 KB
Line 
1<h2>Seadistused</h2>
2
3<p>Sellel leheküljel saab administraator teha põhilisi muudatusi galeriis. Kuigi siin on võimalik muuta lihtsamaid parameetreid, peaks see olema piisav enamusele administraatoritele. Kui soovid näha paljusid teisi (ja edasijõudnumaid) seadistamis parameetreid, vaata vaikimisi seadistuste faili <span
4class="filename">include/config_default.inc.php</span>.</p>
5
6<p>Lehekülg on jaotaud erinevateks sektsioonideks, grupeerides seadistusparameetreid teemade järgi.</p>
7
8
9<h3>Peamine</h3>
10<ul>
11  <li><strong>Galerii nimi</strong>: kasutatakse RSS voos ja teadetes emailile.</li>
12
13  <li><strong>Lehekülje päistiitel</strong>: näidatakse iga avaliku lehe päises.</li>
14
15  <li><strong>Galerii URL</strong>: kasutatakse RSS voos.</li>
16
17  <li><strong>Lukusta galerii</strong>: Lukusta kogu galerii. Ainult administraatori staatuses kasutajad näevad galeriid selle seade puhul.</li>
18
19  <li><strong>Hindamine</strong>: Fotode hindamise lubamine.</li>
20
21  <li><strong>Hindamine külastajate poolt</strong>: Ka mitteregistreeritud kasutajad saavad pilte hinnata.</li>
22
23  <li><strong>Luba kasutajate registreerimine</strong>: Igaüks võib registreeruda.</li>
24
25  <li><strong>Meiliaadress on kohustuslik kõigile kasutajatele</strong>: meiliaadressi kontrollitakse registreerumisel või profiili uuendamisel, välja arvatud, kui neid toiminguid tehakse administraatori poolt.</li>
26
27  <li><strong>Saada email administraatorile, kui uus kasutaja registreerub</strong>: administraatorid saavad meilile teate igast uuest registreerumisest.</li>
28 
29  <li><strong>Fotode vaikimisi järjestus</strong>: saad määrata fotode järjekorra nende rippmenüüde abil.</li>
30
31</ul>
32
33<h3>Ajalugu</h3>
34
35  <p>Külastused lehtedel <span
36  class="pwgScreen">category.php</span> and <span
37  class="pwgScreen">picture.php</span> salvestatakse <code>history</code> tabelis.</p>
38 
39  <p>Visits will be shown in <span  class="pwgScreen">Administration &raquo; Tools &raquo; History</span>.</p>
40
41<ul>
42  <li><strong>Save page visits by guests</strong>: page visits by guests will be recorded.</li>
43
44  <li><strong>Save page visits by users</strong>: visits by registrered users will be recorded.</li>
45
46  <li><strong>Save page visits by administrators</strong>: page visits by administrators will be recorded.</li>
47
48</ul>
49
50<h3>Comments</h3>
51<ul>
52
53  <li><strong>Comments for all</strong>: Even unregistered guest can post comments.</li>
54
55  <li><strong>Number of comments per page</strong>.</li>
56
57  <li><strong>Validation</strong>: an administrator must validate users comments before they become visible on the site. User comments validation
58  takes place in screen <span class="pwgScreen">Administration &raquo; Tools &raquo; Pending Comments</span>.</li>
59
60  <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>
61
62  <li><strong>Email admins when a comment requires validation</strong>:
63Sends an email to the administrators when a user enters a comment that requires validation by the admin.
64User comments validation takes place in the screen <span class="pwgScreen">Administration &raquo; Tools &raquo; Pending Comments</span>.</li>
65
66</ul>
67
68<h3>Default display</h3>
69
70<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
71(modifiable in <span class="pwgScreen">profile</span>).</p>
72
73<p>It is possible to change the display options for all existing users on the <span class="pwgScreen">Administration &raquo;
74Users &raquo; Manage</span> screen where you can select a list of users.</p>
75
76<ul>
77
78  <li><strong>Language</strong>: Apply to Piwigo labels only. Album names, photo names and all descriptions fields are not localized.</li>
79
80  <li><strong>Number of photos per row</strong></li>
81
82  <li><strong>Number of rows per page</strong></li>
83
84  <li><strong>Interface theme</strong></li>
85
86  <li><strong>Recent period</strong>: By days. Period during which a photo is shown as new. Must be greater than 1 day.</li>
87
88  <li><strong>Expand all albums</strong>: Expand all albums by
89  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>
90
91  <li><strong>Show number of comments</strong>: Show the number of comments for each photo on the thumbnails page. Resource intensive.</li>
92
93  <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>
94  $conf['show_nb_hits'] = true; <br>
95  Notice: false by default.</li>
96
97  <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>
98
99  <li><strong>Maximum height of the photos</strong>: Same as for the maximum width setting.</li>
100
101</ul>
Note: See TracBrowser for help on using the repository browser.