Parenthesis!

This commit is contained in:
Davte 2018-11-26 18:34:56 +01:00
parent 7881a97a73
commit ac40c16bea
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ __author__ = "Davide Testa"
__email__ = "davte@libero.it"
__credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0"
__version__ = "1.4.17"
__version__ = "1.4.18"
__maintainer__ = "Davide Testa"
__contact__ = "t.me/davte"

View File

@ -89,9 +89,9 @@ TALK_MESSAGES = dict(
en=(
'Session with admin {u} ended.'
),
it={
it=(
'Sessione terminata con l\'amministratore {u}.'
},
),
),
user_warning=dict(
en=(
@ -99,11 +99,11 @@ TALK_MESSAGES = dict(
'Until this session is ended by {u}, your messages will be '
'forwarded to each other.'
),
it={
it=(
'{u}, amministratore di questo bot, vuole parlare con te.\n'
'Finché non chiuderà la connessione, i messaggi che scriverai '
'qui saranno inoltrati a {u}, e ti inoltrerò i suoi.'
},
),
),
# key=dict(
# en='',
@ -113,9 +113,9 @@ TALK_MESSAGES = dict(
# en=(
# ''
# ),
# it={
# it=(
# ''
# },
# ),
# ),
)