mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 10:34:43 +01:00
Update content of files
This commit is contained in:
parent
34bc70a33d
commit
566b478f15
2 changed files with 12 additions and 3 deletions
|
@ -1311,6 +1311,7 @@
|
|||
<public type="drawable" name="mentionbutton" id="tgcrawl" />
|
||||
<public type="drawable" name="mentionchatslist" id="tgcrawl" />
|
||||
<public type="drawable" name="menu_birthday" id="tgcrawl" />
|
||||
<public type="drawable" name="menu_cashtag" id="tgcrawl" />
|
||||
<public type="drawable" name="menu_contact_existing" id="tgcrawl" />
|
||||
<public type="drawable" name="menu_copy" id="tgcrawl" />
|
||||
<public type="drawable" name="menu_copy_s" id="tgcrawl" />
|
||||
|
@ -7838,6 +7839,7 @@
|
|||
<public type="string" name="NoTopicsDescription" id="tgcrawl" />
|
||||
<public type="string" name="NoTopicsDescriptionUser" id="tgcrawl" />
|
||||
<public type="string" name="NoUsernameFound" id="tgcrawl" />
|
||||
<public type="string" name="NoUsernameFound2" id="tgcrawl" />
|
||||
<public type="string" name="NoViews" id="tgcrawl" />
|
||||
<public type="string" name="NoViewsStub" id="tgcrawl" />
|
||||
<public type="string" name="NoVotes" id="tgcrawl" />
|
||||
|
@ -11355,11 +11357,14 @@
|
|||
<public type="string" name="Videos_zero" id="tgcrawl" />
|
||||
<public type="string" name="ViewAction" id="tgcrawl" />
|
||||
<public type="string" name="ViewAnonymously" id="tgcrawl" />
|
||||
<public type="string" name="ViewChannel" id="tgcrawl" />
|
||||
<public type="string" name="ViewChannelProfile" id="tgcrawl" />
|
||||
<public type="string" name="ViewChannelStats" id="tgcrawl" />
|
||||
<public type="string" name="ViewChatList" id="tgcrawl" />
|
||||
<public type="string" name="ViewContact" id="tgcrawl" />
|
||||
<public type="string" name="ViewDiscussion" id="tgcrawl" />
|
||||
<public type="string" name="ViewExceptions" id="tgcrawl" />
|
||||
<public type="string" name="ViewGroupProfile" id="tgcrawl" />
|
||||
<public type="string" name="ViewInChat" id="tgcrawl" />
|
||||
<public type="string" name="ViewInTopic" id="tgcrawl" />
|
||||
<public type="string" name="ViewMessage" id="tgcrawl" />
|
||||
|
|
|
@ -5173,6 +5173,7 @@ to join this channel."</string>
|
|||
<string name="NoTopicsDescription">Tap the button below to start your first topic.</string>
|
||||
<string name="NoTopicsDescriptionUser">Older messages from this group have been move to the **’%s’** topic.</string>
|
||||
<string name="NoUsernameFound">There is no Telegram account with this username.</string>
|
||||
<string name="NoUsernameFound2">This user doesn’t exist on Telegram</string>
|
||||
<string name="NoViews">No views</string>
|
||||
<string name="NoViewsStub">No one has viewed this story so far.</string>
|
||||
<string name="NoVotes">No votes</string>
|
||||
|
@ -6398,7 +6399,7 @@ for quicker access."</string>
|
|||
<string name="ProfileChannelCopy">Copy Link</string>
|
||||
<string name="ProfileColorEdit">Change profile color</string>
|
||||
<string name="ProfileCopyLink">Copy link to profile</string>
|
||||
<string name="ProfileCopyUsername">Copy username</string>
|
||||
<string name="ProfileCopyUsername">Copy Username</string>
|
||||
<string name="ProfileEditBio">Edit bio</string>
|
||||
<string name="ProfileHoursCopy">Copy hours</string>
|
||||
<string name="ProfileHoursEdit">Edit hours</string>
|
||||
|
@ -6437,8 +6438,8 @@ for quicker access."</string>
|
|||
<string name="ProfileStoriesCount_other">%d public stories</string>
|
||||
<string name="ProfileStoriesCount_two">%d public stories</string>
|
||||
<string name="ProfileStoriesCount_zero">%d public stories</string>
|
||||
<string name="ProfileUsernameEdit">Change username</string>
|
||||
<string name="ProfileUsernameSet">Set username</string>
|
||||
<string name="ProfileUsernameEdit">Change Username</string>
|
||||
<string name="ProfileUsernameSet">Set Username</string>
|
||||
<string name="PromoteUrl">https://ads.telegram.org</string>
|
||||
<string name="ProximityAlertCancelled">Proximity alert cancelled</string>
|
||||
<string name="ProximityAlertSet">Proximity alert set</string>
|
||||
|
@ -8804,11 +8805,14 @@ However, it is currently available for purchase. **Learn more…**"</string>
|
|||
<string name="ViewAction">View</string>
|
||||
<string name="ViewAnonymously">"View
|
||||
Anonymously"</string>
|
||||
<string name="ViewChannel">View Channel</string>
|
||||
<string name="ViewChannelProfile">View Channel Info ></string>
|
||||
<string name="ViewChannelStats">View Channel Stats</string>
|
||||
<string name="ViewChatList">View Chat List</string>
|
||||
<string name="ViewContact">VIEW CONTACT</string>
|
||||
<string name="ViewDiscussion">View discussion</string>
|
||||
<string name="ViewExceptions">View Exceptions</string>
|
||||
<string name="ViewGroupProfile">View Group Info ></string>
|
||||
<string name="ViewInChat">View in chat</string>
|
||||
<string name="ViewInTopic">View in Topic</string>
|
||||
<string name="ViewMessage">Open Message</string>
|
||||
|
|
Loading…
Reference in a new issue