mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-17 15:47:16 +00:00
Add some option to Global Chat
1. Report send to chat 2. Mentions in chat
This commit is contained in:
@@ -4439,3 +4439,7 @@ tz_def('GCHAT_POLL_CREATE', 'Create poll');
|
||||
tz_def('GCHAT_POLL_VOTES_WORD', 'votes');
|
||||
tz_def('GCHAT_EMOJI_TITLE', 'Emoji');
|
||||
tz_def('GCHAT_ERROR_GENERIC', 'Something went wrong.');
|
||||
// Phase 3 (09.09.2026): @username mentions, share battle reports
|
||||
tz_def('GCHAT_SHARE_REPORT', 'Share to chat');
|
||||
tz_def('GCHAT_SHARE_REPORT_OK', 'Shared to chat!');
|
||||
tz_def('GCHAT_REPORT_FALLBACK', 'Battle report');
|
||||
|
||||
@@ -4176,3 +4176,7 @@ tz_def('GCHAT_POLL_CREATE', 'Creeaza sondaj');
|
||||
tz_def('GCHAT_POLL_VOTES_WORD', 'voturi');
|
||||
tz_def('GCHAT_EMOJI_TITLE', 'Emoji');
|
||||
tz_def('GCHAT_ERROR_GENERIC', 'A aparut o eroare.');
|
||||
// Faza 3 (09.09.2026): mentiuni @username, distribuire rapoarte de lupta
|
||||
tz_def('GCHAT_SHARE_REPORT', 'Distribuie in chat');
|
||||
tz_def('GCHAT_SHARE_REPORT_OK', 'Distribuit in chat!');
|
||||
tz_def('GCHAT_REPORT_FALLBACK', 'Raport de lupta');
|
||||
|
||||
Reference in New Issue
Block a user