diff options
-rw-r--r-- | lang/es.l | 12 | ||||
-rw-r--r-- | version.log | 5 |
2 files changed, 6 insertions, 11 deletions
@@ -1802,6 +1802,8 @@ MEMO_RSEND_CHAN_MEMO_TEXT [auto-memo] El memo que enviaste a %s ha sido leido. MEMO_RSEND_USER_NOTIFICATION Una notificacion ha sido enviada a %s informando que has leido su memo. +MEMO_NO_RSEND_SELF + No puedes pedir una notificacion cuando te envias el memo a ti mismo. # Standard responses MEMO_CHECK_SYNTAX @@ -1820,16 +1822,6 @@ MEMO_CHECK_NO_MEMO ########################################################################### # Standard responses -MEMO_NO_RSEND_SELF - You can not request a receipt when sending a memo to yourself. - -########################################################################### -# -# BotServ messages -# -########################################################################### - -# Standard responses BOT_DOES_NOT_EXIST El bot %s no existe. BOT_NOT_ASSIGNED diff --git a/version.log b/version.log index 47cf38833..f184cc1f3 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,13 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="7" -VERSION_BUILD="531" +VERSION_BUILD="532" # $Log$ # +# BUILD : 1.7.7 (532) +# NOTES : Updated es.l by DrStein +# # BUILD : 1.7.7 (531) # NOTES : Language file normalization. # |