remove translate

This commit is contained in:
MohitMali 2022-04-25 15:49:08 +05:30
parent ebe8641ec7
commit 4093669143
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@
<string name="cannot_open_file">Failed to open file\nPlease try looking for this file in the Device Tab of your Library</string> <string name="cannot_open_file">Failed to open file\nPlease try looking for this file in the Device Tab of your Library</string>
<string name="send_files_title">Send Files</string> <string name="send_files_title">Send Files</string>
<string name="receive_files_title">Receive Files</string> <string name="receive_files_title">Receive Files</string>
<string name="no_app_found_to_open" translatable="false">No app found to select zim file!</string> <string name="no_app_found_to_open">No app found to select zim file!</string>
</resources> </resources>

View File

@ -45,7 +45,7 @@
<string name="server_started_message" tools:keep="@string/server_started_message">Enter this ip address into your browser to access the server %s</string> <string name="server_started_message" tools:keep="@string/server_started_message">Enter this ip address into your browser to access the server %s</string>
<string name="share_host_address">Share URL via other applications</string> <string name="share_host_address">Share URL via other applications</string>
<string name="error_file_not_found">Error: The selected ZIM file could not be found.</string> <string name="error_file_not_found">Error: The selected ZIM file could not be found.</string>
<string name="unable_to_read_zim_file" translatable="false">Unable to read this zim file!</string> <string name="unable_to_read_zim_file">Unable to read this zim file!</string>
<string name="zim_not_opened">Unable to open zim file</string> <string name="zim_not_opened">Unable to open zim file</string>
<string name="error_file_invalid">Error: The selected file is not a valid ZIM file.</string> <string name="error_file_invalid">Error: The selected file is not a valid ZIM file.</string>
<string name="error_article_url_not_found">Error: Loading article (Url: %1$s) failed.</string> <string name="error_article_url_not_found">Error: Loading article (Url: %1$s) failed.</string>