mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
b139668dd6
commit
fa786b763d
2 changed files with 11 additions and 1 deletions
|
@ -3206,6 +3206,8 @@
|
|||
<public type="string" name="BoostingShowMoreGifts_two" id="tgcrawl" />
|
||||
<public type="string" name="BoostingShowMoreGifts_zero" id="tgcrawl" />
|
||||
<public type="string" name="BoostingStartGiveaway" id="tgcrawl" />
|
||||
<public type="string" name="BoostingStartGiveawayConfirmText" id="tgcrawl" />
|
||||
<public type="string" name="BoostingStartGiveawayConfirmTitle" id="tgcrawl" />
|
||||
<public type="string" name="BoostingStoriesByGifting" id="tgcrawl" />
|
||||
<public type="string" name="BoostingStoriesByGiftingLink" id="tgcrawl" />
|
||||
<public type="string" name="BoostingStoriesFeaturesAndTerms" id="tgcrawl" />
|
||||
|
@ -5152,6 +5154,9 @@
|
|||
<public type="string" name="GroupDescription4" id="tgcrawl" />
|
||||
<public type="string" name="GroupEmptyTitle1" id="tgcrawl" />
|
||||
<public type="string" name="GroupEmptyTitle2" id="tgcrawl" />
|
||||
<public type="string" name="GroupJoin" id="tgcrawl" />
|
||||
<public type="string" name="GroupJoinRequest" id="tgcrawl" />
|
||||
<public type="string" name="GroupJoinRequestSent" id="tgcrawl" />
|
||||
<public type="string" name="GroupMembers" id="tgcrawl" />
|
||||
<public type="string" name="GroupMembersChartTitle" id="tgcrawl" />
|
||||
<public type="string" name="GroupName" id="tgcrawl" />
|
||||
|
|
|
@ -1300,6 +1300,8 @@ from **%s**."</string>
|
|||
<string name="BoostingShowMoreGifts_two">Show %1$d More Gifted Boosts</string>
|
||||
<string name="BoostingShowMoreGifts_zero">Show %1$d More Gifted Boosts</string>
|
||||
<string name="BoostingStartGiveaway">Start Giveaway</string>
|
||||
<string name="BoostingStartGiveawayConfirmText">Are you sure you want to start the giveaway now?</string>
|
||||
<string name="BoostingStartGiveawayConfirmTitle">Start Giveaway</string>
|
||||
<string name="BoostingStoriesByGifting">"Boost your channel by gifting your subscribers
|
||||
Telegram Premium."</string>
|
||||
<string name="BoostingStoriesByGiftingLink">Get boosts ></string>
|
||||
|
@ -1650,7 +1652,7 @@ Note: if you forget the passcode, you'll need to delete and reinstall the app. A
|
|||
<string name="ChannelInviteViaLinkRestricted2">"This user can't be invited"</string>
|
||||
<string name="ChannelInviteViaLinkRestricted3">"This users can't be invited"</string>
|
||||
<string name="ChannelJoin">JOIN</string>
|
||||
<string name="ChannelJoinRequest">APPLY TO JOIN GROUP</string>
|
||||
<string name="ChannelJoinRequest">APPLY TO JOIN CHANNEL</string>
|
||||
<string name="ChannelJoinRequestSent">JOIN REQUEST SENT</string>
|
||||
<string name="ChannelJoinTo">"Do you want to join the channel '%1$s'?"</string>
|
||||
<string name="ChannelJoined">You joined this channel</string>
|
||||
|
@ -3356,6 +3358,9 @@ about Telegram?"</string>
|
|||
<string name="GroupDescription4">Admins with different rights</string>
|
||||
<string name="GroupEmptyTitle1">You have created a **group**.</string>
|
||||
<string name="GroupEmptyTitle2">Groups can have:</string>
|
||||
<string name="GroupJoin">JOIN</string>
|
||||
<string name="GroupJoinRequest">APPLY TO JOIN GROUP</string>
|
||||
<string name="GroupJoinRequestSent">JOIN REQUEST SENT</string>
|
||||
<string name="GroupMembers">Members</string>
|
||||
<string name="GroupMembersChartTitle">Group members</string>
|
||||
<string name="GroupName">Group name</string>
|
||||
|
|
Loading…
Reference in a new issue