source: extensions/adult_content/language/hu_HU/plugin.lang.php @ 12621

Last change on this file since 12621 was 12621, checked in by flop25, 12 years ago

new option : choice of manage 16 and/or 18+
language files updated : new keys to translate and English key instead of French

File size: 6.1 KB
Line 
1<?php
2$lang['ac_title_menu'] = 'Figyelem';
3$lang['ac_title_menu_statut'] ='Információ';
4$lang['ac_text'] = 'A galéria felnőtteknek és/vagy érett személyeknek szóló képeket tartalmaz.';
5$lang['ac_lien'] = 'védelem eltávolítása';
6$lang['ac_identif'] = 'vagy belépés';
7$lang['ac_fermer'] = 'vagy bezárás';
8
9$lang['ac_title_fermer'] = 'tartalom szűrés';
10
11$lang['ac_user_text_18'] = 'Ön elmúlt 18 éves';
12$lang['ac_user_text_16'] = 'Ön elmúlt 16 vagy 17 éves';
13$lang['ac_logout'] = 'vagy más módon, kattintson ide';
14
15$lang['ac_user_no'] = "nem engedélyezem a tartalmat ";
16$lang['ac_user_no_s'] = "Tartalom szűrés";
17$lang['ac_statut'] ='Az Ön státusza  :';
18
19$lang['ac_button_activ_18'] = 'Engedélyezem a pornográf tartalmat';
20$lang['ac_button_activ_16'] = 'Engedélyezem az erotikus tartalmat';
21$lang['ac_text_charte'] = "Az oldal felnőtteknek szóló pornográf ill. erotikus képeket, szövegeket, videokat és egyéb tartalmat jelenít meg. A tartalom megtekintése csak felnőtt felhasználóink számára engedélyezett. A továbbiakban az erre vonatkozó nyilatkozatot a megfelelő gombra történő kattintással teszi meg. A honlap üzemeltetője nem vállal felelősséget a valótlan nyilatkozatokból származó nemkívánatos tartalmak megtekintéséért. </p></p>
22<p><B>Nyilatkozat:</B>";
23$lang['ac_text_activ_18'] = "  <u>... és garantálom, hogy </u>: <br>
24- <B>Elmúltam 18 éves és nagykorú vagyok </B> az országom törvényei szerint. <br>
25- Megértettem a figyelmeztetést, hogy az oldalon pornográf és erotikus tartalom található. <br>
26- Az országom törvényei engedélyezik, hogy megnézzem a tartalmat.";
27$lang['ac_text_activ_16'] = "<u> ... és garantálom, hogy </u>: <br>
28        - <B>Elmúltam 16 vagy 17 éves.</B> <br>
29- Megértettem a figyelmeztetést, hogy az oldalon pornográf és erotikus tartalom található. <br>
30- Az országom törvényei engedélyezik, hogy megnézzem a tartalmat.";
31$lang['ac_retour'] = 'Nem engedélyezem a tartalmat - visszatérés az előző oldalra';
32$lang['ac_retour_b'] = 'Nem engedélyezem a tartalmat';
33$lang['ac_retour_c'] = 'Visszatérés az előző oldalra';
34
35$lang['ac_charte_user_not'] = 'Kérem vállassza ki a kort!';
36$lang['ac_charte_user_def'] = 'státusz megváltoztatása';
37$lang['ac_not_def'] = 'Ez lényeges jog, többször nem kérdezi meg';
38$lang['ac_def'] = 'Szeretné megváltoztatni a státuszát ?';
39
40/*TODO*/$lang['ad_c_menublock_for_guest'] = 'Allow unregistered users to select their age?';
41/*TODO*/$lang['ad_c_block_on_index'] = 'View a flyer on the homepage? (Requires plugin PWG_Stuffs)';
42/*TODO*/$lang['ad_c_block_on_index_error_2'] = 'The minimum PWG_Stuffs version required is 2.1.l';
43/*TODO*/$lang['ad_c_block_on_index_error'] = 'Not available for now';
44/*TODO*/$lang['ad_c_manage_what'] = 'Select the type of content the plugin should manage :';
45/*TODO*/$lang['ad_c_manage_eroticonly'] = 'erotic content only';
46/*TODO*/$lang['ad_c_manage_pornonly'] = 'pornographic content only';
47/*TODO*/$lang['ad_c_manage_both'] = 'erotic and pornographic content';
48/*TODO*/$lang['ad_c_send'] = 'Save Changes';
49/*TODO*/$lang['ad_c_msg_admin_1'] = 'Plugin configuration updated successfully!';
50/*TODO*/$lang['ad_c_howitworks'] = "The principle of the plugin is to help in the management of mature content (it can also be
51
52adapted for violent content). To do this, the plugin manages the visitors and/or the users
53
54as you wish according to your definition of parameters of the plugin.<br />
55<br />
561 - As administrator you must put your adult content in a private gallery or album (the
57
58plugin does not manage the rights to the level of images itself, at least not yet). Then
59
60assign the gallery or album to the two groups '18' and ' 16-17' (created by the plugin)
61
62like this:<br /><br />
63
64-allow the group '18' to see the adult content, reserved for users over the of age of 18
65
66and normal content (but generally the normal content is often public)
67<br /><br />
68-allow the group ' 16-17' to see the adult content reserved for users over the age of 16
69
70and normal content (generally the normal content is often public)
71<br /><br />
72- the 'nothing' group will see the normal content (but generally the normal content is
73
74often public)
75<br />
76
77<br />
782 - Functioning of the plugin<br />
792.1 - The management of the users<br />
80<br />
81If the user is already recorded in the activation of the plugin, the plugin shows a small
82block pointing out that he must choose his age. Once he clicks, the page containing the message of 'adult content' will appear and the choice of choosing their age (Charte_user.php).
83
84Once a visitor chooses his age, it is re-aimed to the page of choice of age (Charte_user.php), directly after its recording.
85
86In practice, the plugin places the user in the 3 groups, ' 18' ' 16-17' and 'nothing',
87
88according to his choice of age. A user may at any time change his age via the block menu of
89
90adult_content except if it is disabled via the administration of piwigo (attention the
91
92direct link to charte_user.php continues to function all the same) : if you wish that a
93
94user cannot change his age then this plugin is useless and use directly the management of
95
96rights at the level of groups and/or images.<br />
97<br />
982.2 - Visitor management<br />
99<br />
100If the option 'Allow visitors to non-registered to select their age ?' is enabled, then the
101
102plugin will manage the visitors. * It displays a block menu, indicating the gallery is
103
104'filtered' and that if he wishes to disable the filter, he must select his age.
105It is then redirected to the page of choice of the age for visitor (chartre.php).
106
107In practice, the visitor is then recorded under one of the 2 users created by the plugin: '
108
10918' belonging to the group ' 18 ', and ' 16' from the group ' 16-17 '.  These 2 user
110
111accounts may not be modified by users, only by the administrator.
112You open and choose to change the theme according to the age of the vistor via these 2 user
113
114accounts.<br />
115<br />
1162.3 - Possible adaptations<br />
117<br />
118You can adapt this plugin for the violent content, simply by changing the files languages
119
120of the plugin (use the plugin Local Files Editor for more ease).  The age limits may also
121
122be changed in this way.
123";
124?>
Note: See TracBrowser for help on using the repository browser.