mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-24 21:46:11 +00:00
i18n(alliance): render alliance news-feed notices in each reader's language (EN/FR/RO) (#238)
This commit is contained in:
@@ -283,6 +283,20 @@ tz_def('MSG_QUIT_REPLACEMENT_BODY', "Hi!\n\nThis is to inform you that the forme
|
||||
// Embassy-destruction status lines, appended to the catapult battle report.
|
||||
tz_def('MSG_ALLIANCE_DISPERSED_STATUS', "This player's alliance has been dispersed.");
|
||||
tz_def('MSG_FORCED_LEAVE_STATUS', 'Player was forced to leave their alliance.');
|
||||
// Alliance news-feed notices (rendered in Templates/Alliance/news.tpl)
|
||||
tz_def('MSG_INVITE_NOTICE', '%s has invited %s into the alliance.');
|
||||
tz_def('MSG_ALLIANCE_FOUNDED', 'The alliance has been founded by %s.');
|
||||
tz_def('MSG_NEWS_REJECTED', '%s has rejected the invitation.');
|
||||
tz_def('MSG_NEWS_DELETED_INVITE', '%s has deleted the invitation for %s.');
|
||||
tz_def('MSG_NEWS_JOINED', '%s has joined the alliance.');
|
||||
tz_def('MSG_NEWS_NAME_CHANGED', '%s has changed the alliance name.');
|
||||
tz_def('MSG_NEWS_DESC_CHANGED', '%s has changed the alliance description.');
|
||||
tz_def('MSG_NEWS_PERMS_CHANGED', '%s has changed permissions of %s.');
|
||||
tz_def('MSG_NEWS_EXPELLED', '%s has been expelled from the alliance by %s.');
|
||||
tz_def('MSG_NEWS_QUIT', '%s has quit the alliance.');
|
||||
tz_def('MSG_NEWS_DIPLO_CONFED', '%s offered a confederation to %s.');
|
||||
tz_def('MSG_NEWS_DIPLO_NAP', '%s offered non-aggression pact to %s.');
|
||||
tz_def('MSG_NEWS_DIPLO_WAR', '%s declared war to %s.');
|
||||
tz_def('CARRY', 'carry');
|
||||
tz_def('DEFENDER', 'Defender');
|
||||
tz_def('VISITED', 'visited');
|
||||
|
||||
@@ -280,6 +280,20 @@ define('MSG_QUIT_REPLACEMENT_BODY', "Bonjour !\n\nNous vous informons que l'anci
|
||||
// Embassy-destruction status lines, appended to the catapult battle report.
|
||||
define('MSG_ALLIANCE_DISPERSED_STATUS', "L'alliance de ce joueur a été dispersée.");
|
||||
define('MSG_FORCED_LEAVE_STATUS', "Le joueur a été forcé de quitter son alliance.");
|
||||
// Alliance news-feed notices (rendered in Templates/Alliance/news.tpl)
|
||||
define('MSG_INVITE_NOTICE', "%s a invité %s à rejoindre l'alliance.");
|
||||
define('MSG_ALLIANCE_FOUNDED', "L'alliance a été fondée par %s.");
|
||||
define('MSG_NEWS_REJECTED', "%s a refusé l'invitation.");
|
||||
define('MSG_NEWS_DELETED_INVITE', "%s a supprimé l'invitation de %s.");
|
||||
define('MSG_NEWS_JOINED', "%s a rejoint l'alliance.");
|
||||
define('MSG_NEWS_NAME_CHANGED', "%s a changé le nom de l'alliance.");
|
||||
define('MSG_NEWS_DESC_CHANGED', "%s a changé la description de l'alliance.");
|
||||
define('MSG_NEWS_PERMS_CHANGED', "%s a modifié les permissions de %s.");
|
||||
define('MSG_NEWS_EXPELLED', "%s a été expulsé de l'alliance par %s.");
|
||||
define('MSG_NEWS_QUIT', "%s a quitté l'alliance.");
|
||||
define('MSG_NEWS_DIPLO_CONFED', "%s a proposé une confédération à %s.");
|
||||
define('MSG_NEWS_DIPLO_NAP', "%s a proposé un pacte de non-agression à %s.");
|
||||
define('MSG_NEWS_DIPLO_WAR', "%s a déclaré la guerre à %s.");
|
||||
define('CARRY', 'transporte');
|
||||
define('DEFENDER', 'Défenseur');
|
||||
define('VISITED', 'visité');
|
||||
|
||||
@@ -280,6 +280,20 @@ define('MSG_QUIT_REPLACEMENT_BODY', "Salut!\n\nTe informăm că fostul lider al
|
||||
// Embassy-destruction status lines, appended to the catapult battle report.
|
||||
define('MSG_ALLIANCE_DISPERSED_STATUS', 'Alianța acestui jucător a fost dispersată.');
|
||||
define('MSG_FORCED_LEAVE_STATUS', 'Jucătorul a fost forțat să-și părăsească alianța.');
|
||||
// Alliance news-feed notices (rendered in Templates/Alliance/news.tpl)
|
||||
define('MSG_INVITE_NOTICE', '%s l-a invitat pe %s în alianță.');
|
||||
define('MSG_ALLIANCE_FOUNDED', 'Alianța a fost fondată de %s.');
|
||||
define('MSG_NEWS_REJECTED', '%s a refuzat invitația.');
|
||||
define('MSG_NEWS_DELETED_INVITE', '%s a șters invitația pentru %s.');
|
||||
define('MSG_NEWS_JOINED', '%s s-a alăturat alianței.');
|
||||
define('MSG_NEWS_NAME_CHANGED', '%s a schimbat numele alianței.');
|
||||
define('MSG_NEWS_DESC_CHANGED', '%s a schimbat descrierea alianței.');
|
||||
define('MSG_NEWS_PERMS_CHANGED', '%s a modificat permisiunile lui %s.');
|
||||
define('MSG_NEWS_EXPELLED', '%s a fost exclus din alianță de către %s.');
|
||||
define('MSG_NEWS_QUIT', '%s a părăsit alianța.');
|
||||
define('MSG_NEWS_DIPLO_CONFED', '%s a oferit o confederație către %s.');
|
||||
define('MSG_NEWS_DIPLO_NAP', '%s a oferit un pact de neagresiune către %s.');
|
||||
define('MSG_NEWS_DIPLO_WAR', '%s a declarat război către %s.');
|
||||
define('CARRY', 'transportă');
|
||||
define('DEFENDER', 'Apărător');
|
||||
define('VISITED', 'vizitat');
|
||||
|
||||
Reference in New Issue
Block a user