Changeset 113461 in spip-zone for _plugins_/notation
- Timestamp:
- Jan 17, 2019, 4:37:35 AM (5 weeks ago)
- Location:
- _plugins_/notation/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/notation/trunk/lang/notation.xml
r112853 r113461 3 3 <traducteur nom="SuperYMS" lien="https://trad.spip.net/auteur/superyms" /> 4 4 </langue> 5 <langue code="en" url="https://trad.spip.net/tradlang_module/notation?lang_cible=en" total="84" traduits="78" relire="0" modifs="1" nouveaux="5" pourcent="92.86"> 5 <langue code="en" url="https://trad.spip.net/tradlang_module/notation?lang_cible=en" total="84" traduits="84" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 6 <traducteur nom="Hanjo" lien="https://trad.spip.net/auteur/hanjo" /> 6 7 <traducteur nom="kent1" lien="https://trad.spip.net/auteur/kent1" /> 7 8 </langue> -
_plugins_/notation/trunk/lang/notation_en.php
r102204 r113461 51 51 'info_fonctionnement_note' => 'How rating works', 52 52 'info_ip' => 'To be the easiest possible to use, the rating is attached to the IP address of the voter, which avoids two successive votes in the database, with a few drawbacks ... especially if you manage author’s votes.<br /> 53 In this case, we set the note on the user identifier (when he is registered, of course). <br />54 If you want to guarantee the uniqueness of the note, limit the voting <b>only</b> to registered users (above).', # MODIF 53 In this case, we set the note on the user identifier (when he is registered, of course).', 54 'info_methode_id' => 'Verification of uniqueness of votes', 55 55 'info_modifications' => 'Changing of the ratings', 56 56 'info_ponderation' => 'The weighting factor lends more value to items that have received enough votes.<br />Enter below the number of votes beyond which you think the score is reliable.', 57 'info_vote_unique_auteur' => 'If you want to guarantee the uniqueness of the note, limit voting to registered persones <b>only</b>.', 57 58 'ip' => 'IP', 58 59 'item_adm' => 'to the administrators', … … 62 63 'item_ide' => 'to registered people', 63 64 'item_ip' => 'one vote by IP', 65 'item_methode_id_cookie' => 'By cookie', 66 'item_methode_id_hash' => 'By browser fingerprint', 67 'item_methode_id_ip' => 'By IP address', 64 68 65 69 // J
Note: See TracChangeset
for help on using the changeset viewer.