comparison config.quotedb.example @ 439:ac66900fd066

quotedb: Add display of current quote rating when voting for it.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 26 Apr 2017 15:20:11 +0300
parents 329ceff76d0c
children 32f0aba3ab9b
comparison
equal deleted inserted replaced
438:a17b7fdd03c0 439:ac66900fd066
57 57
58 set qdb_msg_quote_does_not_exist "Quotea #%1 ei ole." 58 set qdb_msg_quote_does_not_exist "Quotea #%1 ei ole."
59 59
60 set qdb_msg_no_matches "Ei löydy!" 60 set qdb_msg_no_matches "Ei löydy!"
61 61
62 set qdb_msg_you_voted "Äänestit %1 -> %2" 62 set qdb_msg_you_voted "Äänestit #%1 -> %2, nyt yhteensä %3"
63 set qdb_msg_vote_updated "Ääni päivitetty #%1 -> %2" 63 set qdb_msg_vote_updated "Äänesi #%1 päivitetty -> %2, nyt yhteensä %3"
64 64
65 set qdb_msg_sql_error "Virhe sörkittäessä tietokantaa. uliskaa." 65 set qdb_msg_sql_error "Virhe sörkittäessä tietokantaa. uliskaa."
66 set qdb_msg_add_success "Tietokantaa %1 sörkitty (#%2), kiitos." 66 set qdb_msg_add_success "Tietokantaa %1 sörkitty (#%2), kiitos."
67 67
68 set qdb_msg_search_fmt "#%1: %2 (%3@%5)" 68 set qdb_msg_search_fmt "#%1: %2 (%3@%5)"
76 set qdb_msg_update_too_old "%1 quote #%2 vanhempi kuin %3 minuuttia, ei voida päivittää." 76 set qdb_msg_update_too_old "%1 quote #%2 vanhempi kuin %3 minuuttia, ei voida päivittää."
77 77
78 set qdb_msg_not_found "%1 #%2 ei löydy, tai se ei kuulu käyttäjälle '%3'." 78 set qdb_msg_not_found "%1 #%2 ei löydy, tai se ei kuulu käyttäjälle '%3'."
79 79
80 80
81 set qdb_msg_help "%1 add <teksti>|update <id> <teksti>|del <id>|find <parametrit>|vote|top3" 81 set qdb_msg_help "%1 add <teksti>|update <id> <teksti>|del <id>|find <parametrit>|vote \[<id> <1|-1>\]|top3"
82 82
83 83
84 ### 84 ###
85 ### Bind commands for each database etc. 85 ### Bind commands for each database etc.
86 ### 86 ###