mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
07961649e6
commit
ea46094a2c
2 changed files with 51 additions and 23 deletions
|
@ -4144,6 +4144,7 @@
|
|||
<public type="string" name="FilesReceivedCount_one" id="tgcrawl" />
|
||||
<public type="string" name="FilesReceivedCount_other" id="tgcrawl" />
|
||||
<public type="string" name="FilesReceivedCount_two" id="tgcrawl" />
|
||||
<public type="string" name="FilesReceivedCount_zero" id="tgcrawl" />
|
||||
<public type="string" name="FilesSavedHint_few" id="tgcrawl" />
|
||||
<public type="string" name="FilesSavedHint_many" id="tgcrawl" />
|
||||
<public type="string" name="FilesSavedHint_one" id="tgcrawl" />
|
||||
|
@ -4156,6 +4157,7 @@
|
|||
<public type="string" name="FilesSentCount_one" id="tgcrawl" />
|
||||
<public type="string" name="FilesSentCount_other" id="tgcrawl" />
|
||||
<public type="string" name="FilesSentCount_two" id="tgcrawl" />
|
||||
<public type="string" name="FilesSentCount_zero" id="tgcrawl" />
|
||||
<public type="string" name="Files_few" id="tgcrawl" />
|
||||
<public type="string" name="Files_many" id="tgcrawl" />
|
||||
<public type="string" name="Files_one" id="tgcrawl" />
|
||||
|
@ -4609,7 +4611,12 @@
|
|||
<public type="string" name="InactiveChatSignature" id="tgcrawl" />
|
||||
<public type="string" name="InactiveChats" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCalls" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCallsCount" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCallsCount_few" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCallsCount_many" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCallsCount_one" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCallsCount_other" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCallsCount_two" id="tgcrawl" />
|
||||
<public type="string" name="IncomingCallsCount_zero" id="tgcrawl" />
|
||||
<public type="string" name="IncorrectLocalization" id="tgcrawl" />
|
||||
<public type="string" name="IncorrectTheme" id="tgcrawl" />
|
||||
<public type="string" name="IncreaseLimit" id="tgcrawl" />
|
||||
|
@ -5568,7 +5575,12 @@
|
|||
<public type="string" name="OtherStickers" id="tgcrawl" />
|
||||
<public type="string" name="OtherWebSessions" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCalls" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCallsCount" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCallsCount_few" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCallsCount_many" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCallsCount_one" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCallsCount_other" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCallsCount_two" id="tgcrawl" />
|
||||
<public type="string" name="OutgoingCallsCount_zero" id="tgcrawl" />
|
||||
<public type="string" name="P2PContacts" id="tgcrawl" />
|
||||
<public type="string" name="P2PContactsMinus" id="tgcrawl" />
|
||||
<public type="string" name="P2PContactsMinusPlus" id="tgcrawl" />
|
||||
|
@ -6803,6 +6815,7 @@
|
|||
<public type="string" name="SendMediaPermissionStickersGifs" id="tgcrawl" />
|
||||
<public type="string" name="SendMediaPermissionVideos" id="tgcrawl" />
|
||||
<public type="string" name="SendMediaPermissionVoice" id="tgcrawl" />
|
||||
<public type="string" name="SendMediaPolls" id="tgcrawl" />
|
||||
<public type="string" name="SendMessage" id="tgcrawl" />
|
||||
<public type="string" name="SendMessageAsTitle" id="tgcrawl" />
|
||||
<public type="string" name="SendMessageLocation" id="tgcrawl" />
|
||||
|
@ -6875,6 +6888,7 @@
|
|||
<public type="string" name="SetPhotoFor" id="tgcrawl" />
|
||||
<public type="string" name="SetPhotoForRest" id="tgcrawl" />
|
||||
<public type="string" name="SetProfilePhoto" id="tgcrawl" />
|
||||
<public type="string" name="SetProfilePhotoAvatarConstructor" id="tgcrawl" />
|
||||
<public type="string" name="SetProfileVideo" id="tgcrawl" />
|
||||
<public type="string" name="SetRecoveryEmail" id="tgcrawl" />
|
||||
<public type="string" name="SetReminder" id="tgcrawl" />
|
||||
|
|
|
@ -2298,6 +2298,7 @@ Duration: %2$s"</string>
|
|||
<string name="FilesReceivedCount_one">**%s** file received</string>
|
||||
<string name="FilesReceivedCount_other">**%s** files received</string>
|
||||
<string name="FilesReceivedCount_two">**%s** files received</string>
|
||||
<string name="FilesReceivedCount_zero">**%s** files received</string>
|
||||
<string name="FilesSavedHint_few">%1$d files saved to downloads</string>
|
||||
<string name="FilesSavedHint_many">%1$d files saved to downloads</string>
|
||||
<string name="FilesSavedHint_one">File saved to downloads</string>
|
||||
|
@ -2310,6 +2311,7 @@ Duration: %2$s"</string>
|
|||
<string name="FilesSentCount_one">**%s** file sent</string>
|
||||
<string name="FilesSentCount_other">**%s** files sent</string>
|
||||
<string name="FilesSentCount_two">**%s** files sent</string>
|
||||
<string name="FilesSentCount_zero">**%s** files sent</string>
|
||||
<string name="Files_few">%1$d files</string>
|
||||
<string name="Files_many">%1$d files</string>
|
||||
<string name="Files_one">%1$d file</string>
|
||||
|
@ -2774,7 +2776,12 @@ until the import is completed."</string>
|
|||
<string name="InactiveChatSignature">%1$s, inactive for %2$s</string>
|
||||
<string name="InactiveChats">Inactive chats</string>
|
||||
<string name="IncomingCalls">Incoming calls</string>
|
||||
<string name="IncomingCallsCount">%s incoming calls</string>
|
||||
<string name="IncomingCallsCount_few">%1$d incoming calls</string>
|
||||
<string name="IncomingCallsCount_many">%1$d incoming calls</string>
|
||||
<string name="IncomingCallsCount_one">%1$d incoming call</string>
|
||||
<string name="IncomingCallsCount_other">%1$d incoming calls</string>
|
||||
<string name="IncomingCallsCount_two">%1$d incoming calls</string>
|
||||
<string name="IncomingCallsCount_zero">%1$d incoming calls</string>
|
||||
<string name="IncorrectLocalization">Incorrect localization file</string>
|
||||
<string name="IncorrectTheme">Incorrect theme file</string>
|
||||
<string name="IncreaseLimit">Increase Limit</string>
|
||||
|
@ -3773,7 +3780,12 @@ Do not give this code to anyone."</string>
|
|||
<string name="OtherStickers">More Stickers</string>
|
||||
<string name="OtherWebSessions">Connected websites</string>
|
||||
<string name="OutgoingCalls">Outgoing calls</string>
|
||||
<string name="OutgoingCallsCount">%s outgoing calls</string>
|
||||
<string name="OutgoingCallsCount_few">%1$d outgoing calls</string>
|
||||
<string name="OutgoingCallsCount_many">%1$d outgoing calls</string>
|
||||
<string name="OutgoingCallsCount_one">%1$d outgoing call</string>
|
||||
<string name="OutgoingCallsCount_other">%1$d outgoing calls</string>
|
||||
<string name="OutgoingCallsCount_two">%1$d outgoing calls</string>
|
||||
<string name="OutgoingCallsCount_zero">%1$d outgoing calls</string>
|
||||
<string name="P2PContacts">My Contacts</string>
|
||||
<string name="P2PContactsMinus">My Contacts (-%1$d)</string>
|
||||
<string name="P2PContactsMinusPlus">My Contacts (-%1$d, +%2$d)</string>
|
||||
|
@ -4493,7 +4505,7 @@ We will access your location only for the duration you choose, and you can stop
|
|||
<string name="ProxyAddedSuccess">Proxy added.</string>
|
||||
<string name="ProxyConnections">Connections</string>
|
||||
<string name="ProxyDetails">Proxy Details</string>
|
||||
<string name="ProxyRotationTimeoutInfo">"You can configure timeout by which proxy will be switched if it's not available in time."</string>
|
||||
<string name="ProxyRotationTimeoutInfo">You can configure the timeout for connecting to the nearest active proxy if the current one stops working.</string>
|
||||
<string name="ProxyRotationTimeoutSeconds">%1$d sec.</string>
|
||||
<string name="ProxySettings">Proxy Settings</string>
|
||||
<string name="PsaHide">Hide</string>
|
||||
|
@ -5046,6 +5058,7 @@ You may need to restart the app for this to take effect."</string>
|
|||
<string name="SendMediaPermissionStickersGifs">Stickers & GIFs</string>
|
||||
<string name="SendMediaPermissionVideos">Videos</string>
|
||||
<string name="SendMediaPermissionVoice">Voice Messages</string>
|
||||
<string name="SendMediaPolls">Pools</string>
|
||||
<string name="SendMessage">Send Message</string>
|
||||
<string name="SendMessageAsTitle">Send message as...</string>
|
||||
<string name="SendMessageLocation">Send Message</string>
|
||||
|
@ -5120,6 +5133,7 @@ Don't accept the call, Telegram will process everything automatically."</string>
|
|||
<string name="SetPhotoFor">Set photo for %s</string>
|
||||
<string name="SetPhotoForRest">Set Public Photo</string>
|
||||
<string name="SetProfilePhoto">Set Profile Photo</string>
|
||||
<string name="SetProfilePhotoAvatarConstructor">Set Profile Photo</string>
|
||||
<string name="SetProfileVideo">Set Profile Video</string>
|
||||
<string name="SetRecoveryEmail">Set Recovery Email</string>
|
||||
<string name="SetReminder">Set a reminder</string>
|
||||
|
@ -5796,7 +5810,7 @@ But if you're generally not OK with Telegram's modest needs, it won't be possibl
|
|||
<string name="UseProxyInfo">SOCKS5 proxy settings.</string>
|
||||
<string name="UseProxyPassword">Password</string>
|
||||
<string name="UseProxyPort">Port</string>
|
||||
<string name="UseProxyRotation">Proxy rotation</string>
|
||||
<string name="UseProxyRotation">Auto-switch proxies</string>
|
||||
<string name="UseProxySecret">Secret</string>
|
||||
<string name="UseProxySettings">Use Proxy</string>
|
||||
<string name="UseProxySocks5">SOCKS5 Proxy</string>
|
||||
|
@ -6467,22 +6481,22 @@ Do you still remember your password?"</string>
|
|||
<item type="string" name="APKTOOL_DUMMY_3fc" />
|
||||
<item type="string" name="APKTOOL_DUMMY_3fe" />
|
||||
<item type="string" name="APKTOOL_DUMMY_56b" />
|
||||
<item type="string" name="APKTOOL_DUMMY_ad8" />
|
||||
<item type="string" name="APKTOOL_DUMMY_f9c" />
|
||||
<item type="string" name="APKTOOL_DUMMY_f9d" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fa0" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fab" />
|
||||
<item type="string" name="APKTOOL_DUMMY_10ca" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1127" />
|
||||
<item type="string" name="APKTOOL_DUMMY_12d7" />
|
||||
<item type="string" name="APKTOOL_DUMMY_14c6" />
|
||||
<item type="string" name="APKTOOL_DUMMY_15f0" />
|
||||
<item type="string" name="APKTOOL_DUMMY_165c" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1705" />
|
||||
<item type="string" name="APKTOOL_DUMMY_170c" />
|
||||
<item type="string" name="APKTOOL_DUMMY_adf" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fa8" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fa9" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fac" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fb7" />
|
||||
<item type="string" name="APKTOOL_DUMMY_10d6" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1133" />
|
||||
<item type="string" name="APKTOOL_DUMMY_12e3" />
|
||||
<item type="string" name="APKTOOL_DUMMY_14d4" />
|
||||
<item type="string" name="APKTOOL_DUMMY_15fe" />
|
||||
<item type="string" name="APKTOOL_DUMMY_166a" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1713" />
|
||||
<item type="string" name="APKTOOL_DUMMY_171c" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1738" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1766" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1768" />
|
||||
<item type="string" name="APKTOOL_DUMMY_171a" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1721" />
|
||||
<item type="string" name="APKTOOL_DUMMY_172a" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1746" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1774" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1776" />
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue