diff 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
line wrap: on
line diff
--- a/config.quotedb.example	Tue Feb 07 10:35:11 2017 +0200
+++ b/config.quotedb.example	Wed Apr 26 15:20:11 2017 +0300
@@ -59,8 +59,8 @@
 
 set qdb_msg_no_matches "Ei löydy!"
 
-set qdb_msg_you_voted "Äänestit %1 -> %2"
-set qdb_msg_vote_updated "Ääni päivitetty #%1 -> %2"
+set qdb_msg_you_voted "Äänestit #%1 -> %2, nyt yhteensä %3"
+set qdb_msg_vote_updated "Äänesi #%1 päivitetty -> %2, nyt yhteensä %3"
 
 set qdb_msg_sql_error "Virhe sörkittäessä tietokantaa. uliskaa."
 set qdb_msg_add_success "Tietokantaa %1 sörkitty (#%2), kiitos."
@@ -78,7 +78,7 @@
 set qdb_msg_not_found "%1 #%2 ei löydy, tai se ei kuulu käyttäjälle '%3'."
 
 
-set qdb_msg_help "%1 add <teksti>|update <id> <teksti>|del <id>|find <parametrit>|vote|top3"
+set qdb_msg_help "%1 add <teksti>|update <id> <teksti>|del <id>|find <parametrit>|vote \[<id> <1|-1>\]|top3"
 
 
 ###