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
cc1cf07442
commit
c824ae7006
2 changed files with 38 additions and 26 deletions
|
@ -1072,10 +1072,12 @@
|
|||
<public type="drawable" name="msg_smile_status" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_0_2" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_0_5" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_1" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_1_5" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_2" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_fast" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_medium" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_normal" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_slow" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_superfast" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_speed_veryfast" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_spoiler" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_spoiler_off" id="tgcrawl" />
|
||||
<public type="drawable" name="msg_stats" id="tgcrawl" />
|
||||
|
@ -1345,7 +1347,9 @@
|
|||
<public type="drawable" name="voice_expand" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_mini_0_5" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_mini_1_0" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_mini_1_2" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_mini_1_5" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_mini_1_7" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_mini_2_0" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_minimize" id="tgcrawl" />
|
||||
<public type="drawable" name="voice_volume_mini" id="tgcrawl" />
|
||||
|
@ -1700,8 +1704,6 @@
|
|||
<public type="raw" name="attach_location" id="tgcrawl" />
|
||||
<public type="raw" name="attach_music" id="tgcrawl" />
|
||||
<public type="raw" name="attach_poll" id="tgcrawl" />
|
||||
<public type="raw" name="audio_speed" id="tgcrawl" />
|
||||
<public type="raw" name="audio_stop_speed" id="tgcrawl" />
|
||||
<public type="raw" name="bot_webview_cross_to_sheet" id="tgcrawl" />
|
||||
<public type="raw" name="bot_webview_sheet_to_cross" id="tgcrawl" />
|
||||
<public type="raw" name="cache_documents" id="tgcrawl" />
|
||||
|
@ -1880,6 +1882,10 @@
|
|||
<public type="raw" name="sound_on" id="tgcrawl" />
|
||||
<public type="raw" name="sound_out" id="tgcrawl" />
|
||||
<public type="raw" name="speaker" id="tgcrawl" />
|
||||
<public type="raw" name="speed_15to2" id="tgcrawl" />
|
||||
<public type="raw" name="speed_1to15" id="tgcrawl" />
|
||||
<public type="raw" name="speed_1to2" id="tgcrawl" />
|
||||
<public type="raw" name="speed_2to1" id="tgcrawl" />
|
||||
<public type="raw" name="star_loader" id="tgcrawl" />
|
||||
<public type="raw" name="start_texture" id="tgcrawl" />
|
||||
<public type="raw" name="statistic_preload" id="tgcrawl" />
|
||||
|
@ -2634,6 +2640,7 @@
|
|||
<public type="string" name="AudioAutodownload" id="tgcrawl" />
|
||||
<public type="string" name="AudioSavedHint" id="tgcrawl" />
|
||||
<public type="string" name="AudioSpeedFast" id="tgcrawl" />
|
||||
<public type="string" name="AudioSpeedMedium" id="tgcrawl" />
|
||||
<public type="string" name="AudioSpeedNormal" id="tgcrawl" />
|
||||
<public type="string" name="AudioTitle" id="tgcrawl" />
|
||||
<public type="string" name="AudioUnknownArtist" id="tgcrawl" />
|
||||
|
@ -7062,8 +7069,10 @@
|
|||
<public type="string" name="SpeakingWithVolume" id="tgcrawl" />
|
||||
<public type="string" name="Speed" id="tgcrawl" />
|
||||
<public type="string" name="SpeedFast" id="tgcrawl" />
|
||||
<public type="string" name="SpeedMedium" id="tgcrawl" />
|
||||
<public type="string" name="SpeedNormal" id="tgcrawl" />
|
||||
<public type="string" name="SpeedSlow" id="tgcrawl" />
|
||||
<public type="string" name="SpeedSuperFast" id="tgcrawl" />
|
||||
<public type="string" name="SpeedVeryFast" id="tgcrawl" />
|
||||
<public type="string" name="SpeedVerySlow" id="tgcrawl" />
|
||||
<public type="string" name="Spoiler" id="tgcrawl" />
|
||||
|
|
|
@ -691,6 +691,7 @@ Please take a look at the <a href=\"https://telegram.org/faq#general-question
|
|||
<string name="AudioAutodownload">Voice messages</string>
|
||||
<string name="AudioSavedHint">File saved to music</string>
|
||||
<string name="AudioSpeedFast">Audio will play two times faster.</string>
|
||||
<string name="AudioSpeedMedium">Audio will play at 1.5x speed.</string>
|
||||
<string name="AudioSpeedNormal">Audio will play at normal speed.</string>
|
||||
<string name="AudioTitle">Shared Music</string>
|
||||
<string name="AudioUnknownArtist">Unknown artist</string>
|
||||
|
@ -5312,8 +5313,10 @@ Slow Mode is enabled. You can't send more than one message at once."</string>
|
|||
<string name="SpeakingWithVolume">%1$d%% speaking</string>
|
||||
<string name="Speed">Speed</string>
|
||||
<string name="SpeedFast">Fast</string>
|
||||
<string name="SpeedMedium">Medium</string>
|
||||
<string name="SpeedNormal">Normal</string>
|
||||
<string name="SpeedSlow">Slow</string>
|
||||
<string name="SpeedSuperFast">Super Fast</string>
|
||||
<string name="SpeedVeryFast">Very fast</string>
|
||||
<string name="SpeedVerySlow">Very slow</string>
|
||||
<string name="Spoiler">Spoiler</string>
|
||||
|
@ -6488,25 +6491,25 @@ Do you still remember your password?"</string>
|
|||
<string name="wallet_buy_button_place_holder">Buy with Google</string>
|
||||
<item type="string" name="APKTOOL_DUMMY_fc" />
|
||||
<item type="string" name="APKTOOL_DUMMY_101" />
|
||||
<item type="string" name="APKTOOL_DUMMY_3fd" />
|
||||
<item type="string" name="APKTOOL_DUMMY_3ff" />
|
||||
<item type="string" name="APKTOOL_DUMMY_56c" />
|
||||
<item type="string" name="APKTOOL_DUMMY_ae3" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fac" />
|
||||
<item type="string" name="APKTOOL_DUMMY_3fe" />
|
||||
<item type="string" name="APKTOOL_DUMMY_400" />
|
||||
<item type="string" name="APKTOOL_DUMMY_56d" />
|
||||
<item type="string" name="APKTOOL_DUMMY_ae4" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fad" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fb0" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fbb" />
|
||||
<item type="string" name="APKTOOL_DUMMY_10da" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1138" />
|
||||
<item type="string" name="APKTOOL_DUMMY_12e8" />
|
||||
<item type="string" name="APKTOOL_DUMMY_14da" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1607" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1673" />
|
||||
<item type="string" name="APKTOOL_DUMMY_171c" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1723" />
|
||||
<item type="string" name="APKTOOL_DUMMY_172a" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1733" />
|
||||
<item type="string" name="APKTOOL_DUMMY_174f" />
|
||||
<item type="string" name="APKTOOL_DUMMY_177d" />
|
||||
<item type="string" name="APKTOOL_DUMMY_177f" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fae" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fb1" />
|
||||
<item type="string" name="APKTOOL_DUMMY_fbc" />
|
||||
<item type="string" name="APKTOOL_DUMMY_10db" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1139" />
|
||||
<item type="string" name="APKTOOL_DUMMY_12e9" />
|
||||
<item type="string" name="APKTOOL_DUMMY_14dd" />
|
||||
<item type="string" name="APKTOOL_DUMMY_160a" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1676" />
|
||||
<item type="string" name="APKTOOL_DUMMY_171f" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1726" />
|
||||
<item type="string" name="APKTOOL_DUMMY_172d" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1736" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1752" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1780" />
|
||||
<item type="string" name="APKTOOL_DUMMY_1782" />
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue