Implemented Standard phrases of XenForo

sanmitsu

Member
Please replace the standard phrases of XenForo on phrases from the plugin Social Groups (Teams)
In Russian language, many of the standard phrases present in the plugin do not correspond to the subject of the plugin.
P.S. Sorry for my bad english :)
 
Standard phrases of XenForo:
"avatar" - replace "Team_logo" (In the Russian language, in the context of teams or groups, more appropriate within the meaning of the phrases: Logo or Emblem)
Code:
    <phrase title="Team_logo" addon_id="nobita_Teams" version_id="999" version_string="2.0.0"><![CDATA[Team Logo]]></phrase>
"upload_avatar" - replace "Teams_upload_logo"
Code:
   <phrase title="Teams_upload_logo" addon_id="nobita_Teams" version_id="999" version_string="2.0.0"><![CDATA[Upload Logo]]></phrase>
"current_avatar" - replace "Teams_current_logo"
Code:
   <phrase title="Teams_current_logo" addon_id="nobita_Teams" version_id="999" version_string="2.0.0"><![CDATA[Current Logo]]></phrase>
"delete_current_avatar" - replace "Teams_delete_current_logo"
Code:
   <phrase title="Teams_delete_current_logo" addon_id="nobita_Teams" version_id="999" version_string="2.0.0"><![CDATA[Delete current Logo]]></phrase>
"administrator" - replace "Team_logo"
Code:
     <phrase title="Team_admins" addon_id="nobita_Teams" version_id="999" version_string="2.0.0"><![CDATA[Staff members]]></phrase>
"about"- replace "Teams_summary"
Code:
   <phrase title="Teams_summary" addon_id="nobita_Teams" version_id="999" version_string="2.0.0"><![CDATA[Quick Overview]]></phrase>

!!! In the template Team_event_list, replace the phrase "Teams_closed" on new phrase "Teams_past"
<phrase title="Teams_past" addon_id="nobita_Teams" version_id="999" version_string="2.0.0"><![CDATA[Past]]></phrase>
In Russian language, it is impossible to pick a single synonym for the type of teams and past events, they are two different phrases... :(
 
Last edited:
Back
Top