kiwix-android/app/lint-baseline.xml

8721 lines
835 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<issues format="5" by="lint 3.5.3" client="gradle" variant="debug" version="3.5.3">
<issue
id="ObsoleteLintCustomCheck"
message="Lint found an issue registry (`butterknife.lint.LintRegistry`) which is older than the current API level; these checks may not work correctly.&#xA;&#xA;Recompile the checks against the latest version. Custom check API version is 2 (3.2), current lint API level is 5 (3.5+)">
<location
file="..\..\..\.gradle\caches\transforms-2\files-2.1\6592193f85202876fa4f461433accb83\butterknife-runtime-10.2.1\jars\lint.jar"/>
</issue>
<issue
id="ScrollViewSize"
message="This LinearLayout should use `android:layout_height=&quot;wrap_content&quot;`"
errorLine1=" android:layout_height=&quot;match_parent&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\layout\dialog_add_note.xml"
line="20"
column="7"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" bookmark -> bookmark.getBookmarkTitle().toLowerCase().contains(newText.toLowerCase()))"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksPresenter.java"
line="78"
column="49"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" bookmark -> bookmark.getBookmarkTitle().toLowerCase().contains(newText.toLowerCase()))"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksPresenter.java"
line="78"
column="80"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" if (historyItem.getHistoryTitle().toLowerCase()"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryPresenter.java"
line="84"
column="47"/>
</issue>
<issue
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `toLowerCase(Locale)` instead. For strings meant to be internal use `Locale.ROOT`, otherwise `Locale.getDefault()`."
errorLine1=" .contains(newText.toLowerCase())) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryPresenter.java"
line="85"
column="33"/>
</issue>
<issue
id="InvalidPackage"
message="Invalid package reference in library; not included in Android: `javax.xml.stream.events`. Referenced from `org.simpleframework.xml.stream.StreamReader`.">
<location
file="..\..\..\.gradle\caches\modules-2\files-2.1\org.simpleframework\simple-xml\2.7.1\dd91fb744c2ff921407475cb29a1e3fee397d411\simple-xml-2.7.1.jar"/>
</issue>
<issue
id="InvalidPackage"
message="Invalid package reference in library; not included in Android: `javax.xml.stream`. Referenced from `org.simpleframework.xml.stream.StreamProvider`.">
<location
file="..\..\..\.gradle\caches\modules-2\files-2.1\org.simpleframework\simple-xml\2.7.1\dd91fb744c2ff921407475cb29a1e3fee397d411\simple-xml-2.7.1.jar"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width=&quot;449dp&quot;>"
errorLine2=" ~~~~~">
<location
file="src\main\res\drawable-night\ic_airplane.xml"
line="5"
column="18"/>
</issue>
<issue
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more"
errorLine1=" android:width=&quot;449dp&quot;>"
errorLine2=" ~~~~~">
<location
file="src\main\res\drawable\ic_airplane.xml"
line="5"
column="18"/>
</issue>
<issue
id="PrivateResource"
message="Overriding `@dimen/abc_dropdownitem_text_padding_left` which is marked as private in com.google.android.material:material. If deliberate, use tools:override=&quot;true&quot;, otherwise pick a different name."
errorLine1=" &lt;dimen name=&quot;abc_dropdownitem_text_padding_left&quot;>8dip&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\dimens.xml"
line="9"
column="16"/>
</issue>
<issue
id="PrivateResource"
message="Overriding `@dimen/abc_dropdownitem_text_padding_right` which is marked as private in com.google.android.material:material. If deliberate, use tools:override=&quot;true&quot;, otherwise pick a different name."
errorLine1=" &lt;dimen name=&quot;abc_dropdownitem_text_padding_right&quot;>8dip&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\dimens.xml"
line="10"
column="16"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@color/foreground_material_dark` is marked as private in com.google.android.material:material"
errorLine1=" &lt;item android:alpha=&quot;@dimen/material_dark_hint_pressed_alpha&quot; android:color=&quot;@color/foreground_material_dark&quot; android:state_enabled=&quot;true&quot; android:state_pressed=&quot;true&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\color\material_dark_foreground_hint.xml"
line="13"
column="80"/>
</issue>
<issue
id="PrivateResource"
message="The resource `@color/foreground_material_dark` is marked as private in com.google.android.material:material"
errorLine1=" &lt;item android:alpha=&quot;@dimen/material_light_hint_alpha&quot; android:color=&quot;@color/foreground_material_dark&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\color\material_dark_foreground_hint.xml"
line="14"
column="73"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;kiwi&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;kiwi&quot;>Kiwi&lt;/string>"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="3"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;file_system_does_not_support_4gb&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;file_system_does_not_support_4gb&quot;>Your file system doesnt support files over 4GB&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="4"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_help&quot; is not translated in &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;menu_help&quot;>Help&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="4"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;detecting_file_system&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;detecting_file_system&quot;>Detecting if file system can create 4GB files&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="5"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_home&quot; is not translated in &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;menu_home&quot;>Home&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="5"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;cannot_open_file&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;cannot_open_file&quot;>Failed to open file\nPlease try looking for this file in the Device Tab of your Library&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="6"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_settings&quot; is not translated in &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;menu_settings&quot;>Settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="6"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_search_in_text&quot; is not translated in &quot;qq&quot;, &quot;am&quot; (Amharic), &quot;sr&quot; (Serbian), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;menu_search_in_text&quot;>Find in page&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="7"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;bookmarks&quot; is not translated in &quot;am&quot; (Amharic) or &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;bookmarks&quot;>Bookmarks&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="8"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_random_article&quot; is not translated in &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;menu_random_article&quot;>Random article&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="9"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_full_screen&quot; is not translated in &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;menu_full_screen&quot;>Full screen&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="10"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_exit_full_screen&quot; is not translated in &quot;qq&quot;, &quot;am&quot; (Amharic), &quot;sh&quot;, &quot;nn&quot; (Norwegian Nynorsk), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;menu_exit_full_screen&quot;>Exit full screen&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="11"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_read_aloud&quot; is not translated in &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;menu_read_aloud&quot;>Read aloud&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="12"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_read_aloud_stop&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;menu_read_aloud_stop&quot;>Stop reading aloud&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="13"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_support_kiwix&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;menu_support_kiwix&quot;>Support Kiwix&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="14"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;menu_host_books&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;menu_host_books&quot;>Host Books&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="15"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;save_media&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;save_media&quot;>Save Media&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="16"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;save_media_error&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;save_media_error&quot;>An error occurred when trying to save the media!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="17"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;save_media_saved&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;save_media_saved&quot;>Saved media as %s to Android/media/org.kiwix…/&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="18"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;rescan_fs_warning&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;rescan_fs_warning&quot;>Scanning for downloadable content, please wait…&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="19"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;search_label&quot; is not translated in &quot;sr&quot; (Serbian) or &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;search_label&quot;>Search&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="20"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;choose_file&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;choose_file&quot; tools:keep=&quot;@string/choose_file&quot;>Select a Content File (*.zim)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="21"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;open_in_new_tab&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;open_in_new_tab&quot;>Open link in new tab?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="22"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_service_channel_name&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;hotspot_service_channel_name&quot; tools:keep=&quot;@string/hotspot_service_channel_name&quot;>Hotspot Service Channel&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="23"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_failed_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;hotspot_failed_title&quot;>Failed to start hotspot&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="24"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_failed_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;hotspot_failed_message&quot;>It seems like your hotspot is already turned on. Please disable your wifi hotspot to continue.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="25"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;go_to_wifi_settings_label&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;go_to_wifi_settings_label&quot;>Go to WIFI settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="26"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_running&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;hotspot_running&quot; tools:keep=&quot;@string/hotspot_running&quot;>Running Hotspot&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="27"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_books_selected_toast_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_books_selected_toast_message&quot; tools:keep=&quot;@string/no_books_selected_toast_message&quot;>Please select books first&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="28"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;server_failed_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;server_failed_message&quot; tools:keep=&quot;@string/server_failed_message&quot;>Couldnt start server. Please turn on your hotspot&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="29"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;server_failed_toast_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;server_failed_toast_message&quot; tools:keep=&quot;@string/server_failed_toast_message&quot;>Couldnt start server.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="30"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;server_started_successfully_toast_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;server_started_successfully_toast_message&quot; tools:keep=&quot;@string/server_started_successfully_toast_message&quot;>Server started successfully.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="31"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;server_stopped_successfully_toast_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;server_stopped_successfully_toast_message&quot; tools:keep=&quot;@string/server_stopped_successfully_toast_message&quot;>Server stopped successfully.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="32"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_turned_on&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;hotspot_turned_on&quot;>Hotspot turned on&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="33"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_details_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;hotspot_details_message&quot;>Following are the details of your local hotspot. \nSSID : %1$s \nPass : %2$s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="34"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;server_textview_default_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;server_textview_default_message&quot; tools:keep=&quot;@string/server_textview_default_message&quot;>Select the files you wish to host on the server&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="35"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;progress_dialog_starting_server&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;progress_dialog_starting_server&quot; tools:keep=&quot;@string/progress_dialog_starting_server&quot;>Starting server&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="36"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_dialog_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;hotspot_dialog_title&quot;>Turn on your WIFI hotspot&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="37"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_dialog_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;hotspot_dialog_message&quot;>In order for this feature to work you need to first turn on your WIFI hotspot manually.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="38"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_dialog_neutral_button&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;hotspot_dialog_neutral_button&quot;>YES, IVE TURNED IT ON&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="39"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_channel_description&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;hotspot_channel_description&quot; tools:keep=&quot;@string/hotspot_channel_description&quot;>Updates about the state of your hotspot/server.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="40"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hotspot_notification_content_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;hotspot_notification_content_title&quot; tools:keep=&quot;@string/hotspot_notification_content_title&quot;>Kiwix Hotspot&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="41"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;start_server_label&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;start_server_label&quot; tools:keep=&quot;@string/start_server_label&quot;>Start server&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="42"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;stop_server_label&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;stop_server_label&quot; tools:keep=&quot;@string/stop_server_label&quot;>Stop server&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="43"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;server_started_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;server_started_message&quot; tools:keep=&quot;@string/server_started_message&quot;>Enter this ip address into your browser to access the server %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="44"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;error_file_not_found&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;error_file_not_found&quot;>Error: The selected ZIM file could not be found.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="45"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;zim_not_opened&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;zim_not_opened&quot;>Unable to open zim file&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="46"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;error_file_invalid&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;error_file_invalid&quot;>Error: The selected file is not a valid ZIM file.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="47"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;error_article_url_not_found&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;error_article_url_not_found&quot;>Error: Loading article (Url: %1$s) failed.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="48"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_display_title&quot; is not translated in &quot;am&quot; (Amharic), &quot;sr&quot; (Serbian), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_display_title&quot;>Display&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="49"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_zoom_sub_title&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_zoom_sub_title&quot;>Zoom&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="50"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_zoom_dialog&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_zoom_dialog&quot;>Zoom level&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="51"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_info_title&quot; is not translated in &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;am&quot; (Amharic), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_info_title&quot;>Information&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="52"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_info_version&quot; is not translated in &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;bm&quot; (Bambara), &quot;nn&quot; (Norwegian Nynorsk), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_info_version&quot;>Version&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="53"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_zoom_enable&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_zoom_enable&quot;>Zoom controls&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="54"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_night_mode&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;ur&quot; (Urdu), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_night_mode&quot;>Night mode&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="55"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_night_mode_summary&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_night_mode_summary&quot;>Show articles with inverted colors&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="56"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_back_to_top&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ba&quot; (Bashkir), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_back_to_top&quot;>Back to Top&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="57"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_back_to_top_summary&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_back_to_top_summary&quot;>Display a button at the end of the page to scroll up to the top&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="58"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_hide_toolbar&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_hide_toolbar&quot;>Keep Toolbar Visible&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="59"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_hide_toolbar_summary&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_hide_toolbar_summary&quot;>Keeps the toolbar from scrolling out of view when browsing content&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="60"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_language_title&quot; is not translated in &quot;sr&quot; (Serbian) or &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_language_title&quot;>Language&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="61"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_language_chooser&quot; is not translated in &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;bm&quot; (Bambara), &quot;sh&quot;, &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;uz&quot; (Uzbek), &quot;nn&quot; (Norwegian Nynorsk), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;pref_language_chooser&quot;>Choose a language&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="62"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_credits&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_credits&quot;>Contributors and Licenses&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="63"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_credits_title&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_credits_title&quot;>Credits&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="64"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tts_lang_not_supported&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;tts_lang_not_supported&quot;>The language of this page is not supported, or appropriate language data was not installed. The article may not be properly read.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="65"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_reader_application_installed&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;no_reader_application_installed&quot;>Could not find an installed application for this type of file&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="66"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_section_info&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;no_section_info&quot;>No Content Headers Found&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="67"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;request_storage&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;request_storage&quot;>To access offline content we need access to your storage&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="68"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;clear_recent_and_tabs_history_dialog&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;clear_recent_and_tabs_history_dialog&quot;>Are you sure you want to delete your search history and reset all active tabs?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="69"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_recent_search_item&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;delete_recent_search_item&quot;>Delete this item?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="70"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_clear_all_history_title&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_clear_all_history_title&quot;>Clear history&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="71"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_clear_all_history_summary&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_clear_all_history_summary&quot;>Clear recent searches and tabs history&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="72"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;all_history_cleared&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;all_history_cleared&quot;>All History Cleared&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="73"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_clear_all_bookmarks_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;pref_clear_all_bookmarks_title&quot;>Clear bookmarks&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="74"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;all_bookmarks_cleared&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;all_bookmarks_cleared&quot;>All Bookmarks Cleared&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="75"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;clear_all_history_dialog_title&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;clear_all_history_dialog_title&quot;>Clear All History&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="76"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;share&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;share&quot;>Share&lt;/string>"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="77"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;selected_file_cab_app_chooser_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;selected_file_cab_app_chooser_title&quot; tools:keep=&quot;@string/selected_file_cab_app_chooser_title&quot;>Share ZIM files with:&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="78"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;delete&quot;>Delete&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="79"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_specific_search_toast&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;delete_specific_search_toast&quot;>Recent search removed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="80"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;hint_contents_drawer_message&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;hint_contents_drawer_message&quot;>You can swipe left to view the contents of this article&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="81"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;got_it&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;got_it&quot;>Got it&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="82"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;did_you_know&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;did_you_know&quot;>Did you know?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="83"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;undo&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;undo&quot;>Undo&lt;/string>"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="84"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tab_closed&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;tab_closed&quot;>Tab closed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="85"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;bookmark_added&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;bookmark_added&quot;>Bookmark added&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="86"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;rate_dialog_title&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;rate_dialog_title&quot;>Please Rate Us&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="87"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;rate_dialog_msg_1&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;rate_dialog_msg_1&quot;>If you enjoy using&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="88"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;rate_dialog_msg_2&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;rate_dialog_msg_2&quot;>, please take a moment to rate it. Thanks for your support!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="89"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;rate_dialog_positive&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;rm&quot; (Romansh), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;rate_dialog_positive&quot;>Rate!&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="90"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_thanks&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;rm&quot; (Romansh), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_thanks&quot;>No, thanks&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="91"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;rate_dialog_neutral&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;rate_dialog_neutral&quot;>Later&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="92"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;open&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;open&quot;>Open&lt;/string>"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="93"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;bookmark_removed&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;bookmark_removed&quot;>Bookmark removed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="94"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_newtab_background_title&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_newtab_background_title&quot;>Open new tab in background&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="95"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_newtab_background_summary&quot; is not translated in &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_newtab_background_summary&quot;>When opening a new tab it will open in background&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="96"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_extras&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_extras&quot;>Extras&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="97"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;new_tab_snack_bar&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;new_tab_snack_bar&quot;>Article opened in new tab&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="98"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;search_widget_text&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;search_widget_text&quot;>Search Kiwix&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="99"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;speech_prompt_text&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;speech_prompt_text&quot;>Speak to search %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="100"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;speech_not_supported&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;speech_not_supported&quot;>Sorry! Your device does not support speech input&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="101"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;local_zims&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;local_zims&quot; tools:keep=&quot;@string/local_zims&quot;>Device&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="102"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;remote_zims&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;remote_zims&quot; tools:keep=&quot;@string/remote_zims&quot;>Online&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="103"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;library&quot; is not translated in &quot;ie&quot; (Interlingue; Occidental), &quot;am&quot; (Amharic), &quot;sh&quot;, &quot;sr&quot; (Serbian), &quot;nn&quot; (Norwegian Nynorsk), &quot;kab&quot; (Kabyle)"
errorLine1=" &lt;string name=&quot;library&quot;>Library&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="104"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_zim_body&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;delete_zim_body&quot;>Delete %s?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="105"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_zims_toast&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;delete_zims_toast&quot; tools:keep=&quot;@string/delete_zims_toast&quot;>File deleted&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="106"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_files_here&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_files_here&quot; tools:keep=&quot;@string/no_files_here&quot;>No files here&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="107"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;download_no_space&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;download_no_space&quot; tools:keep=&quot;@string/download_no_space&quot;>Insufficient space to download this file.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="108"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;space_available&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;space_available&quot; tools:keep=&quot;@string/space_available&quot;>Space Available:&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="109"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;zim_simple&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;zim_simple&quot;>Simple&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="110"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;zim_no_pic&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;zim_no_pic&quot;>No Pictures&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="111"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;zim_no_vid&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;zim_no_vid&quot;>No Videos&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="112"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_network_connection&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_network_connection&quot; tools:keep=&quot;@string/no_network_connection&quot;>No network connection&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="113"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;settings&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;settings&quot;>Settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="114"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_2&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;help_2&quot;>What does Kiwix do?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="115"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_3&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_3&quot;>Kiwix is an offline content reader. It acts very much like a browser but instead of accessing online web pages, it reads content from a file in ZIM format.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="116"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_4&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_4&quot;>While Kiwix has been originally designed to provide Wikipedia offline, it also reads other contents.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="117"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_5&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;help_5&quot;>Where is the content?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="118"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_6&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_6&quot;>Our content is hosted on the Kiwix website.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="119"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_7&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_7&quot;>They are available as ZIM files. There are a lot of them:&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="120"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_8&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_8&quot;>• Wikipedia is available separately for each language&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="121"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_9&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_9&quot;>• Other contents like Wikileaks or Wikisource are also available&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="122"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_10&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_10&quot;>You can either download your chosen ZIM files in-app or carefuly select the one(s) you want and download from a Desktop computer before transferring the ZIM files to your SD card.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="123"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;help_11&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;help_11&quot;>ZIM files download in-app are located in the external storage directory in a folder entitled Kiwix.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="124"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_storage&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_storage&quot;>Storage&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="125"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_current_folder&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_current_folder&quot;>Current Folder&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="126"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_zim_failed&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;delete_zim_failed&quot; tools:keep=&quot;@string/delete_zim_failed&quot;>Sorry we were unable to delete this file. You should try using a file manager instead.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="127"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tts_pause&quot; is not translated in &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;tts_pause&quot;>pause&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="128"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tts_resume&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;tts_resume&quot;>resume&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="129"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;stop&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;stop&quot;>stop&lt;/string>"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="130"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;internal_storage&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;internal_storage&quot;>Internal&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="131"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;external_storage&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;external_storage&quot;>External&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="132"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;yes&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;yes&quot;>Yes&lt;/string>"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="133"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no&quot;>No&lt;/string>"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="134"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;confirm_stop_download_title&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;confirm_stop_download_title&quot;>Stop download?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="135"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;confirm_stop_download_msg&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;confirm_stop_download_msg&quot;>Are you sure you want to stop this download?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="136"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;download_change_storage&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;download_change_storage&quot; tools:keep=&quot;@string/download_change_storage&quot;>Storage device selector&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="137"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tts_not_enabled&quot; is not translated in &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;tts_not_enabled&quot;>Text to speech is not enabled for this ZIM file&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="138"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;texttospeech_initialization_failed&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;texttospeech_initialization_failed&quot;>Initialization of Text to Speech failed. Please try again&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="139"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;texttospeech_error&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;texttospeech_error&quot;>Unexpected error in Text to Speech. Please try again&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="140"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;search_error&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;search_error&quot;>Unexpected error while searching. Please try again&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="141"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;next&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;next&quot;>Next&lt;/string>"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="142"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;previous&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;previous&quot;>Previous&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="143"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;wifi_only_title&quot; is not translated in &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;wifi_only_title&quot;>Allow downloading content via mobile network?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="144"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;wifi_only_msg&quot; is not translated in &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;wifi_only_msg&quot;>If you choose “Yes” you won\&apos;t be warned in future. However, you can always change this in Settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="145"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_wifi_only&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_wifi_only&quot;>Download content only via WiFi&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="146"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;time_day&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;time_day&quot; tools:keep=&quot;@string/time_day&quot;>day&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="147"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;time_hour&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;time_hour&quot; tools:keep=&quot;@string/time_hour&quot;>h&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="148"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;time_minute&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;time_minute&quot; tools:keep=&quot;@string/time_minute&quot;>min&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="149"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;time_second&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;time_second&quot; tools:keep=&quot;@string/time_second&quot;>s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="150"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;time_left&quot; is not translated in &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;time_left&quot; tools:keep=&quot;@string/time_left&quot;>left&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="151"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;time_today&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;time_today&quot;>Today&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="152"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;time_yesterday&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;time_yesterday&quot;>Yesterday&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="153"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_external_link_popup_title&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_external_link_popup_title&quot;>Warn when entering external links&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="154"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_external_link_popup_summary&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_external_link_popup_summary&quot;>Display popup to warn about additional costs or not working in offline links.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="155"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;external_link_popup_dialog_title&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;external_link_popup_dialog_title&quot;>Entering External Link&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="156"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;external_link_popup_dialog_message&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;external_link_popup_dialog_message&quot;>You are entering an external link. This could lead to additional costs for data transfer or will just not work when you are offline. Do you want to continue?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="157"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;do_not_ask_anymore&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;do_not_ask_anymore&quot;>Do not ask anymore&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="158"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;your_languages&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;your_languages&quot; tools:keep=&quot;@string/your_languages&quot;>Selected languages:&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="159"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;other_languages&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;other_languages&quot; tools:keep=&quot;@string/other_languages&quot;>Other languages:&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="160"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_items_msg&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_items_msg&quot; tools:keep=&quot;@string/no_items_msg&quot;>No items available&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="161"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;crash_title&quot;>Well… This is Embarrassing&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="162"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_description&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;crash_description&quot;>It looks like we crashed.\n\nWould you mind helping us fix this problem by sending the following information?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="163"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_checkbox_language&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;crash_checkbox_language&quot;>Your Language Settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="164"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_checkbox_zimfiles&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;crash_checkbox_zimfiles&quot;>A List of Your Zim Files&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="165"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_checkbox_exception&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;crash_checkbox_exception&quot;>Details of The Crash&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="166"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_checkbox_logs&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;crash_checkbox_logs&quot;>Application Logs&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="167"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_checkbox_device&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;crash_checkbox_device&quot;>Device Details&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="168"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;crash_button_confirm&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;crash_button_confirm&quot;>SEND DETAILS&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="169"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;shortcut_disabled_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;shortcut_disabled_message&quot;>Shortcut not available&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="170"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;new_tab_shortcut_label&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;new_tab_shortcut_label&quot;>New tab&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="171"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;get_content_shortcut_label&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;get_content_shortcut_label&quot; tools:keep=&quot;@string/get_content_shortcut_label&quot;>Get content&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="172"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;fav_icon&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;fav_icon&quot;>Favicon&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="173"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;articleCount&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;articleCount&quot; tools:keep=&quot;@string/articleCount&quot;>%s articles&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="174"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;get_started&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;get_started&quot; tools:keep=&quot;@string/get_started&quot;>Get started&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="175"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;download_books&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;download_books&quot;>Download books&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="176"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;human_kind_knowledge&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;human_kind_knowledge&quot; tools:keep=&quot;@string/human_kind_knowledge&quot;>Human kind\&apos;s knowledge, on your phone.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="177"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;welcome_to_the_family&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;welcome_to_the_family&quot; tools:keep=&quot;@string/welcome_to_the_family&quot;>Welcome to the family&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="178"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;save_books_offline&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;save_books_offline&quot; tools:keep=&quot;@string/save_books_offline&quot;>Save books offline&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="179"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;download_books_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;download_books_message&quot; tools:keep=&quot;@string/download_books_message&quot;>Download books and read wherever you are.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="180"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;unable_to_add_to_bookmarks&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;unable_to_add_to_bookmarks&quot;>Unable to add to bookmarks&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="181"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;go_to_previous_page&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;go_to_previous_page&quot;>Go to previous page&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="182"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;go_to_next_page&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;go_to_next_page&quot;>Go to next page&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="183"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;table_of_contents&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;table_of_contents&quot;>Table of contents&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="184"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;select_languages&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;select_languages&quot; tools:keep=&quot;@string/select_languages&quot;>Select languages&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="185"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;save_languages&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;save_languages&quot; tools:keep=&quot;@string/save_languages&quot;>Save languages&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="186"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;send_feedback&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;send_feedback&quot;>Send feedback&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="187"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;expand&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;expand&quot;>Expand&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="188"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;history&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;history&quot;>History&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="189"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;history_from_current_book&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;history_from_current_book&quot;>View History From All Books&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="190"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;search_history&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;search_history&quot;>Search history&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="191"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;selected_items&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;selected_items&quot;>%1$d selected&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="192"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;bookmarks_from_current_book&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;bookmarks_from_current_book&quot;>View Bookmarks From All Books&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="205"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;search_bookmarks&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;search_bookmarks&quot;>Search bookmarks&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="206"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;switch_tabs&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;switch_tabs&quot;>Switch tabs&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="207"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;close_all_tabs&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;close_all_tabs&quot;>Close all tabs&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="208"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pending_state&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pending_state&quot;>Pending&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="209"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;running_state&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;running_state&quot;>In Progress&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="210"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;complete&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;complete&quot;>Complete&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="211"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;paused_state&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;paused_state&quot;>Paused&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="212"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;failed_state&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;failed_state&quot;>Failed: %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="213"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;save&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;save&quot;>Save&lt;/string>"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="214"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;note&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;note&quot;>Note&lt;/string>"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="215"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;wiki_article_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;wiki_article_title&quot;>Wiki Article Title&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="216"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;ext_storage_permission_rationale_add_note&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;ext_storage_permission_rationale_add_note&quot;>Storage access is required for Notes&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="217"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;ext_storage_write_permission_denied_add_note&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;ext_storage_write_permission_denied_add_note&quot;>Notes can\&apos;t be used without access to storage&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="218"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;note_save_unsuccessful&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;note_save_unsuccessful&quot;>Note save unsuccessful&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="219"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;note_save_successful&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;note_save_successful&quot;>Note saved&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="220"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;note_save_error_storage_not_writable&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;note_save_error_storage_not_writable&quot;>Error saving note: Storage not writable&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="221"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;note_share_error_file_missing&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;note_share_error_file_missing&quot;>Note file doesn\&apos;t exist&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="222"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;note_share_app_chooser_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;note_share_app_chooser_title&quot;>Share note file with:&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="223"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;confirmation_alert_dialog_message&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;confirmation_alert_dialog_message&quot;>Discard unsaved changes?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="224"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_notes_confirmation_msg&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;delete_notes_confirmation_msg&quot;>Delete all notes?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="225"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;ext_storage_permission_not_granted&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;ext_storage_permission_not_granted&quot;>Error: Storage permissions not granted&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="226"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;notes_deletion_successful&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;notes_deletion_successful&quot;>Entire notes folder deleted&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="227"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;notes_deletion_unsuccessful&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;notes_deletion_unsuccessful&quot;>Some files not deleted&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="228"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;books_count&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;books_count&quot; tools:ignore=&quot;PluralsCandidate&quot; tools:keep=&quot;@string/books_count&quot;>%d book(s)&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="229"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;discovery_initiated&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;discovery_initiated&quot; tools:keep=&quot;@string/discovery_initiated&quot;>Discovery initiated&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="230"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;discovery_failed&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;discovery_failed&quot; tools:keep=&quot;@string/discovery_failed&quot;>Discovery failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="231"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;severe_loss_error&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;severe_loss_error&quot; tools:keep=&quot;@string/severe_loss_error&quot;>Severe error! Try Disable/Re-enable WiFi P2P&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="232"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;connection_failed&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;connection_failed&quot; tools:keep=&quot;@string/connection_failed&quot;>Connection failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="233"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;permission_rationale_location&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;permission_rationale_location&quot;>Location permission is required by Android to allow the app to detect peer devices&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="234"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;permission_refused_location&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;permission_refused_location&quot; tools:keep=&quot;@string/permission_refused_location&quot;>Cannot locate peer devices without location permissions&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="235"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;permission_refused_storage&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;permission_refused_storage&quot; tools:keep=&quot;@string/permission_refused_storage&quot;>Cannot access zim files without storage permission&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="236"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;request_enable_location&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;request_enable_location&quot;>Enable location to allow detection of peers&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="237"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;discovery_needs_location&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;discovery_needs_location&quot; tools:keep=&quot;@string/discovery_needs_location&quot;>Cannot discover peers without location services&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="238"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;request_enable_wifi&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;request_enable_wifi&quot;>Enable WiFi P2P from system settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="239"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;discovery_needs_wifi&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;discovery_needs_wifi&quot; tools:keep=&quot;@string/discovery_needs_wifi&quot;>Cannot discover peers without WiFi ON&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="240"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;transfer_to&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;transfer_to&quot;>Transfer files to %s?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="241"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;device_not_cooperating&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;device_not_cooperating&quot; tools:keep=&quot;@string/device_not_cooperating&quot;>Selected device not co-operating for transfer&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="242"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;file_transfer_complete&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;file_transfer_complete&quot; tools:keep=&quot;@string/file_transfer_complete&quot;>File transfer complete&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="243"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;error_during_transfer&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;error_during_transfer&quot; tools:keep=&quot;@string/error_during_transfer&quot;>An error was encountered during transfer&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="244"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;error_transferring&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;error_transferring&quot; tools:keep=&quot;@string/error_transferring&quot;>Error transferring file %s&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="245"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;get_content_from_nearby_device&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;get_content_from_nearby_device&quot; tools:keep=&quot;@string/get_content_from_nearby_device&quot;>Get content from nearby device&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="246"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;search_for_peers&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;search_for_peers&quot; tools:keep=&quot;@string/search_for_peers&quot;>Search For Peers&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="247"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;your_device&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;your_device&quot; tools:keep=&quot;@string/your_device&quot;>Your Device:&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="248"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;nearby_devices&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;nearby_devices&quot; tools:keep=&quot;@string/nearby_devices&quot;>NEARBY DEVICES&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="249"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_devices_found&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;no_devices_found&quot; tools:keep=&quot;@string/no_devices_found&quot;>No devices detected. Tap on search button to try again.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="250"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;files_for_transfer&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;files_for_transfer&quot; tools:keep=&quot;@string/files_for_transfer&quot;>FILES FOR TRANSFER&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="251"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;preparing_files&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;preparing_files&quot; tools:keep=&quot;@string/preparing_files&quot;>Preparing files for transfer....&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="252"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;performing_handshake&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;performing_handshake&quot; tools:keep=&quot;@string/performing_handshake&quot;>Performing handshake....&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="253"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;status&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;status&quot; tools:keep=&quot;@string/status&quot;>Status&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="254"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_clear_all_notes_summary&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;pref_clear_all_notes_summary&quot;>Clears all notes on all articles&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="255"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;pref_clear_all_notes_title&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;pref_clear_all_notes_title&quot;>Clear all notes&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="256"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tag_pic&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;tag_pic&quot;>Pic&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="257"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tag_vid&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;tag_vid&quot;>Vid&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="258"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tag_text_only&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;tag_text_only&quot;>Text Only&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="259"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;tag_short_text&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;tag_short_text&quot;>Short Text&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="260"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;storage_permission_denied&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;storage_permission_denied&quot;>Storage Permission Denied&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="261"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;grant_read_storage_permission&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;"
errorLine1=" &lt;string name=&quot;grant_read_storage_permission&quot;>This app requires the ability to read storage to function. Please grant the permission in your settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="262"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;go_to_settings&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;go_to_settings&quot;>Go to Settings&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="263"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_results&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_results&quot;>No Results&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="264"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_bookmarks&quot; is not translated in &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;am&quot; (Amharic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;bm&quot; (Bambara), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;so&quot; (Somali), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;mt&quot; (Maltese), &quot;et&quot; (Estonian), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;or&quot; (Oriya), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_bookmarks&quot;>No Bookmarks&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="265"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;no_history&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati)"
errorLine1=" &lt;string name=&quot;no_history&quot;>No History&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="266"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;device_default&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;device_default&quot;>Device Default&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="267"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_history&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;delete_history&quot;>Delete History?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="268"
column="11"/>
</issue>
<issue
id="MissingTranslation"
message="&quot;delete_bookmarks&quot; is not translated in &quot;hi&quot; (Hindi), &quot;ps&quot; (Pashto), &quot;pt&quot; (Portuguese), &quot;hr&quot; (Croatian), &quot;hu&quot; (Hungarian), &quot;xmf&quot;, &quot;yo&quot; (Yoruba), &quot;ia&quot; (Interlingua (International Auxiliary Language Association)), &quot;ie&quot; (Interlingue; Occidental), &quot;qq&quot;, &quot;qu&quot; (Quechua), &quot;af&quot; (Afrikaans), &quot;in&quot; (Indonesian), &quot;it&quot; (Italian), &quot;am&quot; (Amharic), &quot;iw&quot; (Hebrew), &quot;zh&quot; (Chinese), &quot;ar&quot; (Arabic), &quot;as&quot; (Assamese), &quot;ja&quot; (Japanese), &quot;az&quot; (Azerbaijani), &quot;rm&quot; (Romansh), &quot;ro&quot; (Romanian), &quot;ba&quot; (Bashkir), &quot;ji&quot; (Yiddish), &quot;be&quot; (Belarusian), &quot;ru&quot; (Russian), &quot;bg&quot; (Bulgarian), &quot;bm&quot; (Bambara), &quot;bn&quot; (Bengali), &quot;jv&quot; (Javanese), &quot;sa&quot; (Sanskrit), &quot;sc&quot; (Sardinian), &quot;br&quot; (Breton), &quot;sh&quot;, &quot;ka&quot; (Georgian), &quot;si&quot; (Sinhala), &quot;sk&quot; (Slovak), &quot;sl&quot; (Slovenian), &quot;so&quot; (Somali), &quot;ca&quot; (Catalan), &quot;sq&quot; (Albanian), &quot;sr&quot; (Serbian), &quot;km&quot; (Khmer), &quot;su&quot; (Sundanese), &quot;sv&quot; (Swedish), &quot;kn&quot; (Kannada), &quot;ko&quot; (Korean), &quot;sw&quot; (Swahili), &quot;ku&quot; (Kurdish), &quot;ta&quot; (Tamil), &quot;ky&quot; (Kyrgyz), &quot;cs&quot; (Czech), &quot;te&quot; (Telugu), &quot;cv&quot; (Chuvash), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;lb&quot; (Luxembourgish), &quot;tl&quot; (Tagalog), &quot;da&quot; (Danish), &quot;li&quot; (Limburgan; Limburger; Limburgish), &quot;tr&quot; (Turkish), &quot;de&quot; (German), &quot;ast&quot; (Asturian; Bable; Leonese; Asturleonese), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;diq&quot;, &quot;uk&quot; (Ukrainian), &quot;mg&quot; (Malagasy), &quot;ur&quot; (Urdu), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;mn&quot; (Mongolian), &quot;uz&quot; (Uzbek), &quot;ms&quot; (Malay), &quot;el&quot; (Greek), &quot;mt&quot; (Maltese), &quot;eo&quot; (Esperanto), &quot;my&quot; (Burmese), &quot;es&quot; (Spanish), &quot;et&quot; (Estonian), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;nl&quot; (Dutch), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;fo&quot; (Faroese), &quot;fr&quot; (French), &quot;kab&quot; (Kabyle), &quot;oc&quot; (Occitan (post 1500); Provençal), &quot;or&quot; (Oriya), &quot;gl&quot; (Galician), &quot;gu&quot; (Gujarati), &quot;ckb&quot;, &quot;pl&quot; (Polish)"
errorLine1=" &lt;string name=&quot;delete_bookmarks&quot;>Delete Bookmarks?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="269"
column="11"/>
</issue>
<issue
id="Typos"
message="&quot;media&quot; is a common misspelling; did you mean &quot;medier&quot; ?"
errorLine1=" &lt;string name=&quot;save_media&quot;>Lagre media som…&lt;/string>"
errorLine2=" ^">
<location
file="src\main\res\values-nb\strings.xml"
line="13"
column="35"/>
</issue>
<issue
id="Typos"
message="&quot;media&quot; is a common misspelling; did you mean &quot;medier&quot; ?"
errorLine1=" &lt;string name=&quot;save_media_saved&quot;>Lagret media som %1$s i din bildemappe.&lt;/string>"
errorLine2=" ^">
<location
file="src\main\res\values-nb\strings.xml"
line="15"
column="42"/>
</issue>
<issue
id="Typos"
message="Repeated word &quot;ayrı&quot; in message: possible typo"
errorLine1=" &lt;string name=&quot;help_8&quot;>• Vikipedi her dil için ayrı ayrı kullanılabilir durumdadır.&lt;/string>"
errorLine2=" ^">
<location
file="src\main\res\values-tr\strings.xml"
line="132"
column="49"/>
</issue>
<issue
id="PluralsCandidate"
message="Formatting %d followed by words (&quot;selected&quot;): This should probably be a plural rather than a string"
errorLine1=" &lt;string name=&quot;selected_items&quot;>%1$d selected&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\values\strings.xml"
line="192"
column="3"/>
</issue>
<issue
id="StringFormatCount"
message="Inconsistent number of arguments in formatting string `save_media_saved`; found both 0 and 1"
errorLine1=" &lt;string name=&quot;save_media_saved&quot;>Saved media as %s to Android/media/org.kiwix…/&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values\strings.xml"
line="18"
column="3"/>
<location
file="..\core\src\main\res\values-ka\strings.xml"
line="15"
column="3"/>
</issue>
<issue
id="ExportedContentProvider"
message="Exported content providers can provide access to potentially sensitive data"
errorLine1=" &lt;provider"
errorLine2=" ~~~~~~~~">
<location
file="src\main\AndroidManifest.xml"
line="32"
column="6"/>
</issue>
<issue
id="UnpackedNativeCode"
message="Missing attribute android:extractNativeLibs=&quot;false&quot; on the `&lt;application>` tag."
errorLine1=" &lt;application"
errorLine2=" ^">
<location
file="src\main\AndroidManifest.xml"
line="8"
column="3"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1416 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3564,1035c-3,-8 10,-44 30,-79l36,-65 -57,-11c-141,-28 -345,-96 -428,-143 -34,-19 -40,-28 -43,-60 -3,-33 -6,-37 -32,-37 -16,0 -39,-4 -52,-9 -13,-5 -137,-90 -275,-189 -189,-135 -262,-182 -290,-186 -21,-3 -422,-8 -892,-12l-854,-7 -22,-25c-16,-19 -32,-26 -58,-26 -43,0-72,23 -89,71 -11,30 -15,33 -48,31 -28,-2 -37,1 -45,20 -9,20 -17,22 -82,22 -42,0 -73,-4 -73,-10 0,-6 26,-10 59,-10 52,0 61,-3 75,-25 12,-18 25,-25 50,-25 28,0 36,-5 46,-30 29,-71 120,-94 177,-46l29,24 839,6c462,4 858,9 880,12 57,8 92,30 349,217 187,136 236,167 263,167 38,0 38,0 18,-68 -9,-29 -13,-57 -10,-62 3,-6 30,-10 59,-10 65,0 113,28 139,82 26,54 10,69 -20,19 -27,-46 -67,-71 -114,-71 -28,0 -31,3 -25,23 4,12 12,55 19,96l12,73 58,30c76,38 214,83 347,114l104,23 23,-21c34,-31 29,-15 -27,89 -54,101 -55,100 32,82 85,-18 162,-65 234,-142 68,-74 92,-83 53,-21l-23,37 68,-7c37,-4 102,-18 146,-31 75,-24 170,-78 177,-101 7,-22 -250,-124 -311,-124 -16,0 -27,10 -37,33 -19,43 -71,69 -126,64 -55,-6 -91,-30 -110,-74l-15,-36 -156,7c-86,4 -176,10 -201,13 -35,5 -43,3 -39,-8 3,-8 26,-17 59,-21 77,-11 349,-24 358,-18 5,3 10,11 13,19 2,9 12,1 26,-22 24,-41 63,-57 88,-36 14,11 19,10 36,-11 12,-15 18,-36 16,-57 -1,-18 2,-34 7,-35 6,-2 11,18 13,43 2,37 -2,52 -21,74 -21,25 -22,32 -13,67 12,46 28,44 40,-5 12,-46 25,-47 152,-13 151,41 264,99 264,136 0,10 -16,32 -35,49 -76,67 -219,118 -355,128 -76,6 -88,10 -130,41 -56,43 -112,68 -186,81 -77,15 -94,14 -100,-4z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\drawable-night\ic_airplane.xml"
line="16"
column="23"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (1416 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M3564,1035c-3,-8 10,-44 30,-79l36,-65 -57,-11c-141,-28 -345,-96 -428,-143 -34,-19 -40,-28 -43,-60 -3,-33 -6,-37 -32,-37 -16,0 -39,-4 -52,-9 -13,-5 -137,-90 -275,-189 -189,-135 -262,-182 -290,-186 -21,-3 -422,-8 -892,-12l-854,-7 -22,-25c-16,-19 -32,-26 -58,-26 -43,0-72,23 -89,71 -11,30 -15,33 -48,31 -28,-2 -37,1 -45,20 -9,20 -17,22 -82,22 -42,0 -73,-4 -73,-10 0,-6 26,-10 59,-10 52,0 61,-3 75,-25 12,-18 25,-25 50,-25 28,0 36,-5 46,-30 29,-71 120,-94 177,-46l29,24 839,6c462,4 858,9 880,12 57,8 92,30 349,217 187,136 236,167 263,167 38,0 38,0 18,-68 -9,-29 -13,-57 -10,-62 3,-6 30,-10 59,-10 65,0 113,28 139,82 26,54 10,69 -20,19 -27,-46 -67,-71 -114,-71 -28,0 -31,3 -25,23 4,12 12,55 19,96l12,73 58,30c76,38 214,83 347,114l104,23 23,-21c34,-31 29,-15 -27,89 -54,101 -55,100 32,82 85,-18 162,-65 234,-142 68,-74 92,-83 53,-21l-23,37 68,-7c37,-4 102,-18 146,-31 75,-24 170,-78 177,-101 7,-22 -250,-124 -311,-124 -16,0 -27,10 -37,33 -19,43 -71,69 -126,64 -55,-6 -91,-30 -110,-74l-15,-36 -156,7c-86,4 -176,10 -201,13 -35,5 -43,3 -39,-8 3,-8 26,-17 59,-21 77,-11 349,-24 358,-18 5,3 10,11 13,19 2,9 12,1 26,-22 24,-41 63,-57 88,-36 14,11 19,10 36,-11 12,-15 18,-36 16,-57 -1,-18 2,-34 7,-35 6,-2 11,18 13,43 2,37 -2,52 -21,74 -21,25 -22,32 -13,67 12,46 28,44 40,-5 12,-46 25,-47 152,-13 151,41 264,99 264,136 0,10 -16,32 -35,49 -76,67 -219,118 -355,128 -76,6 -88,10 -130,41 -56,43 -112,68 -186,81 -77,15 -94,14 -100,-4z&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\drawable\ic_airplane.xml"
line="16"
column="23"/>
</issue>
<issue
id="VectorPath"
message="Very long vector path (940 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
errorLine1=" android:pathData=&quot;M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM18.92,8h-2.95c-0.32,-1.25 -0.78,-2.45 -1.38,-3.56 1.84,0.63 3.37,1.91 4.33,3.56zM12,4.04c0.83,1.2 1.48,2.53 1.91,3.96h-3.82c0.43,-1.43 1.08,-2.76 1.91,-3.96zM4.26,14C4.1,13.36 4,12.69 4,12s0.1,-1.36 0.26,-2h3.38c-0.08,0.66 -0.14,1.32 -0.14,2 0,0.68 0.06,1.34 0.14,2L4.26,14zM5.08,16h2.95c0.32,1.25 0.78,2.45 1.38,3.56 -1.84,-0.63 -3.37,-1.9 -4.33,-3.56zM8.03,8L5.08,8c0.96,-1.66 2.49,-2.93 4.33,-3.56C8.81,5.55 8.35,6.75 8.03,8zM12,19.96c-0.83,-1.2 -1.48,-2.53 -1.91,-3.96h3.82c-0.43,1.43 -1.08,2.76 -1.91,3.96zM14.34,14L9.66,14c-0.09,-0.66 -0.16,-1.32 -0.16,-2 0,-0.68 0.07,-1.35 0.16,-2h4.68c0.09,0.65 0.16,1.32 0.16,2 0,0.68 -0.07,1.34 -0.16,2zM14.59,19.56c0.6,-1.11 1.06,-2.31 1.38,-3.56h2.95c-0.96,1.65 -2.49,2.93 -4.33,3.56zM16.36,14c0.08,-0.66 0.14,-1.32 0.14,-2 0,-0.68 -0.06,-1.34 -0.14,-2h3.38c0.16,0.64 0.26,1.31 0.26,2s-0.1,1.36 -0.26,2h-3.38z&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\drawable\ic_language_white_24dp.xml"
line="8"
column="23"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@android:color/holo_blue_dark` with a theme that also paints a background (inferred theme is `@style/KiwixTheme`)"
errorLine1=" android:background=&quot;@android:color/holo_blue_dark&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\layout\activity_kiwix_error.xml"
line="7"
column="3"/>
</issue>
<issue
id="Overdraw"
message="Possible overdraw: Root element paints background `@color/black` with a theme that also paints a background (inferred theme is `@style/KiwixTheme`)"
errorLine1=" android:background=&quot;@color/black&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\layout\bottom_toolbar.xml"
line="8"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `ଜୁମ ବଢ଼ାଇବା/କମାଇବା`, used in `pref_zoom_dialog` and `pref_zoom_enable`"
errorLine1=" &lt;string name=&quot;pref_zoom_dialog&quot;>ଜୁମ ବଢ଼ାଇବା/କମାଇବା&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-or\strings.xml"
line="24"
column="3"/>
<location
file="..\core\src\main\res\values-or\strings.xml"
line="27"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `הרצת השרת`, used in `progress_dialog_starting_server` and `start_server_label`"
errorLine1=" &lt;string name=&quot;progress_dialog_starting_server&quot;>הרצת השרת&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-iw\strings.xml"
line="44"
column="3"/>
<location
file="..\core\src\main\res\values-iw\strings.xml"
line="50"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `دواتر`, used in `next` and `rate_dialog_neutral`"
errorLine1=" &lt;string name=&quot;rate_dialog_neutral&quot;>دواتر&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-ckb\strings.xml"
line="66"
column="3"/>
<location
file="..\core\src\main\res\values-ckb\strings.xml"
line="97"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `選擇語言`, used in `pref_language_chooser` and `select_languages`"
errorLine1=" &lt;string name=&quot;pref_language_chooser&quot;>選擇語言&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-zh-rTW\strings.xml"
line="68"
column="3"/>
<location
file="..\core\src\main\res\values-zh-rTW\strings.xml"
line="187"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `Wybierz język`, used in `pref_language_chooser`, `select_languages` and `your_languages`"
errorLine1=" &lt;string name=&quot;pref_language_chooser&quot;>Wybierz język&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-pl\strings.xml"
line="69"
column="3"/>
<location
file="..\core\src\main\res\values-pl\strings.xml"
line="160"
column="3"/>
<location
file="..\core\src\main\res\values-pl\strings.xml"
line="186"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `언어 선택`, used in `pref_language_chooser` and `select_languages`"
errorLine1=" &lt;string name=&quot;pref_language_chooser&quot;>언어 선택&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-ko\strings.xml"
line="70"
column="3"/>
<location
file="..\core\src\main\res\values-ko\strings.xml"
line="187"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `रोक्नुहोस्`, used in `stop` and `tts_pause`"
errorLine1=" &lt;string name=&quot;tts_pause&quot;>रोक्नुहोस्&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-ne\strings.xml"
line="77"
column="3"/>
<location
file="..\core\src\main\res\values-ne\strings.xml"
line="79"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `Další`, used in `next` and `pref_extras`"
errorLine1=" &lt;string name=&quot;pref_extras&quot;>Další&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-cs\strings.xml"
line="100"
column="3"/>
<location
file="..\core\src\main\res\values-cs\strings.xml"
line="136"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `rawestîne`, used in `stop` and `tts_pause`"
errorLine1=" &lt;string name=&quot;tts_pause&quot;>rawestîne&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-ku\strings.xml"
line="102"
column="3"/>
<location
file="..\core\src\main\res\values-ku\strings.xml"
line="104"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `bıvındarne`, used in `stop` and `tts_pause`"
errorLine1=" &lt;string name=&quot;tts_pause&quot;>bıvındarne&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-diq\strings.xml"
line="103"
column="3"/>
<location
file="..\core\src\main\res\values-diq\strings.xml"
line="105"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `Premor`, used in `paused_state` and `tts_pause`. Use `android:inputType` or `android:capitalize` to treat these as the same and avoid string duplication."
errorLine1=" &lt;string name=&quot;tts_pause&quot;>premor&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-sl\strings.xml"
line="109"
column="3"/>
<location
file="..\core\src\main\res\values-sl\strings.xml"
line="178"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `暂停`, used in `paused_state` and `tts_pause`"
errorLine1=" &lt;string name=&quot;tts_pause&quot;>暂停&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-zh\strings.xml"
line="110"
column="3"/>
<location
file="..\core\src\main\res\values-zh\strings.xml"
line="162"
column="3"/>
</issue>
<issue
id="DuplicateStrings"
message="Duplicate string value `暫停`, used in `paused_state` and `tts_pause`"
errorLine1=" &lt;string name=&quot;tts_pause&quot;>暫停&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="..\core\src\main\res\values-zh-rTW\strings.xml"
line="133"
column="3"/>
<location
file="..\core\src\main\res\values-zh-rTW\strings.xml"
line="202"
column="3"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/kiwix_icon_with_title.png` in densityless folder">
<location
file="src\main\res\drawable\kiwix_icon_with_title.png"/>
</issue>
<issue
id="IconLocation"
message="Found bitmap drawable `res/drawable/search_widget_preview.png` in densityless folder">
<location
file="src\main\res\drawable\search_widget_preview.png"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\activity_library.xml"
line="10"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\device_item.xml"
line="6"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\device_item.xml"
line="13"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\dialog_add_note.xml"
line="23"
column="8"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\header_date.xml"
line="8"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\header_date.xml"
line="8"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\header_language.xml"
line="8"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\ic_tab_switcher.xml"
line="10"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_book.xml"
line="48"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_book.xml"
line="60"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_book.xml"
line="74"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_book.xml"
line="84"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_book.xml"
line="96"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_bookmark_history.xml"
line="24"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_download.xml"
line="38"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_download.xml"
line="46"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_download.xml"
line="69"
column="8"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_download.xml"
line="78"
column="8"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_help.xml"
line="9"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_language.xml"
line="18"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_language.xml"
line="32"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_language.xml"
line="43"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="34"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="45"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="59"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="69"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="83"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="95"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="106"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="117"
column="6"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\library_divider.xml"
line="12"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\section_list.xml"
line="12"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\slider_dialog.xml"
line="11"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\storage_select_dialog.xml"
line="8"
column="4"/>
</issue>
<issue
id="SelectableText"
message="Consider making the text value selectable by specifying `android:textIsSelectable=&quot;true&quot;`"
errorLine1=" &lt;TextView"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\webview_search.xml"
line="39"
column="4"/>
</issue>
<issue
id="GoogleAppIndexingApiWarning"
message="Missing support for Firebase App Indexing API"
errorLine1="class KiwixMainActivity : CoreMainActivity() {"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\main\KiwixMainActivity.kt"
line="50"
column="7"/>
</issue>
<issue
id="NegativeMargin"
message="Margin values should not be negative"
errorLine1=" android:layout_marginTop=&quot;-1dp&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\layout\progress_bar.xml"
line="11"
column="5"/>
</issue>
<issue
id="AlwaysShowAction"
message="Prefer &quot;`ifRoom`&quot; instead of &quot;`always`&quot;"
errorLine1=" app:showAsAction=&quot;always&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\menu\menu_add_note_dialog.xml"
line="9"
column="5"/>
<location
file="src\main\res\menu\menu_add_note_dialog.xml"
line="15"
column="5"/>
</issue>
<issue
id="AlwaysShowAction"
message="Prefer &quot;`ifRoom`&quot; instead of &quot;`always`&quot;"
errorLine1=" app:showAsAction=&quot;always&quot; />"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\res\menu\menu_zim_files_contextual.xml"
line="11"
column="5"/>
<location
file="src\main\res\menu\menu_zim_files_contextual.xml"
line="19"
column="5"/>
</issue>
<issue
id="Autofill"
message="Missing `autofillHints` attribute"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\dialog_add_note.xml"
line="44"
column="8"/>
</issue>
<issue
id="Autofill"
message="Missing `autofillHints` attribute"
errorLine1=" &lt;EditText"
errorLine2=" ~~~~~~~~">
<location
file="src\main\res\layout\webview_search.xml"
line="22"
column="4"/>
</issue>
<issue
id="ClickableViewAccessibility"
message="Custom view `ToolbarScrollingKiwixWebView` overrides `onTouchEvent` but not `performClick`"
errorLine1=" public boolean onTouchEvent(MotionEvent event) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="66"
column="18"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\layout\activity_kiwix_error.xml"
line="71"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\layout\item_download.xml"
line="19"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\layout\item_download.xml"
line="93"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\layout\item_library.xml"
line="20"
column="6"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\layout\kiwix_search_widget.xml"
line="13"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\layout\kiwix_search_widget.xml"
line="28"
column="4"/>
</issue>
<issue
id="ContentDescription"
message="Missing `contentDescription` attribute on image"
errorLine1=" &lt;ImageView"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\res\layout\kiwix_search_widget.xml"
line="35"
column="4"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public AnimatedProgressBar(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\AnimatedProgressBar.java"
line="50"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public AnimatedProgressBar(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\AnimatedProgressBar.java"
line="50"
column="47"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public AnimatedProgressBar(Context context, AttributeSet attrs, int defStyleAttr) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\AnimatedProgressBar.java"
line="55"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public AnimatedProgressBar(Context context, AttributeSet attrs, int defStyleAttr) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\AnimatedProgressBar.java"
line="55"
column="47"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onDraw(Canvas canvas) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\AnimatedProgressBar.java"
line="147"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onRestoreInstanceState(Parcelable state) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\AnimatedProgressBar.java"
line="210"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected Parcelable onSaveInstanceState() {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\AnimatedProgressBar.java"
line="222"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void expand(final View view) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\AnimationUtils.java"
line="31"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void collapse(final View view) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\AnimationUtils.java"
line="61"
column="37"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void rotate(FloatingActionButton v) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\AnimationUtils.java"
line="88"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void attachView(T view);"
errorLine2=" ~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\base\BaseContract.java"
line="39"
column="21"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected T view;"
errorLine2=" ~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\base\BasePresenter.java"
line="30"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void attachView(T view) {"
errorLine2=" ~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\base\BasePresenter.java"
line="33"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public BookDao(KiwixDatabase kiwixDatabase) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookDao.java"
line="39"
column="18"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ArrayList&lt;Book> getBooks() {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookDao.java"
line="59"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ArrayList&lt;Book> filterBookResults(ArrayList&lt;Book> books) {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookDao.java"
line="72"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ArrayList&lt;Book> filterBookResults(ArrayList&lt;Book> books) {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookDao.java"
line="72"
column="44"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String bookId;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="26"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String title;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="28"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String description;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="30"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String language;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="32"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String bookCreator;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="34"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String publisher;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="36"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String date;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="38"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String url;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="40"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String remoteUrl;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="42"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String articleCount;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="44"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String mediaCount;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="46"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String size;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="48"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String favicon;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="50"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String name;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookDataSource.java"
line="52"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getLanguage(String languageCode) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\BookUtils.java"
line="43"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getLanguage(String languageCode) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\BookUtils.java"
line="43"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @Override protected void injection(CoreComponent coreComponent) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="126"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="131"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onCreateOptionsMenu(Menu menu) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="170"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onOptionsItemSelected(MenuItem item) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="199"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void updateBookmarksList(List&lt;BookmarkItem> bookmarksList) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="225"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void notifyBookmarksListFiltered(List&lt;BookmarkItem> bookmarksList) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="232"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onItemClick(ImageView favicon, BookmarkItem bookmark) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="239"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onItemClick(ImageView favicon, BookmarkItem bookmark) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="239"
column="46"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onItemLongClick(ImageView favicon, BookmarkItem bookmark) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="259"
column="34"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onItemLongClick(ImageView favicon, BookmarkItem bookmark) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\bookmark\BookmarksActivity.java"
line="259"
column="53"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public BookmarksDao(KiwixDatabase kiwixDatabase) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookmarksDao.java"
line="38"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public List&lt;Bookmark> getBookmarks() {"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookmarksDao.java"
line="42"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void processBookmark(StringOperation operation) {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookmarksDao.java"
line="59"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" String apply(String string);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookmarksDao.java"
line="75"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" String apply(String string);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\BookmarksDao.java"
line="75"
column="18"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String ZimId;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookmarksSpec.java"
line="29"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String ZimName;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookmarksSpec.java"
line="30"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String bookmarkUrl;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookmarksSpec.java"
line="31"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String bookmarkTitle;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\BookmarksSpec.java"
line="32"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Chunk(String rangeHeader, String fileName, String url, long contentLength,"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\Chunk.java"
line="31"
column="16"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Chunk(String rangeHeader, String fileName, String url, long contentLength,"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\Chunk.java"
line="31"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Chunk(String rangeHeader, String fileName, String url, long contentLength,"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\Chunk.java"
line="31"
column="53"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getRangeHeader() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\Chunk.java"
line="42"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getFileName() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\Chunk.java"
line="46"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getUrl() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\Chunk.java"
line="54"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static List&lt;Chunk> getChunks(String url, long contentLength, int notificationID) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\ChunkUtils.java"
line="33"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static List&lt;Chunk> getChunks(String url, long contentLength, int notificationID) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\downloader\ChunkUtils.java"
line="33"
column="39"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setText(String text) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="78"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setWebView(WebView webView) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="94"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onClick(View v) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="165"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onCreateActionMode(ActionMode mode, Menu menu) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="170"
column="37"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onCreateActionMode(ActionMode mode, Menu menu) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="170"
column="54"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onDestroyActionMode(ActionMode mode) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="181"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onPrepareActionMode(ActionMode mode, Menu menu) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="189"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onPrepareActionMode(ActionMode mode, Menu menu) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="189"
column="55"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onActionItemClicked(ActionMode mode, MenuItem item) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="194"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onActionItemClicked(ActionMode mode, MenuItem item) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="194"
column="55"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void beforeTextChanged(CharSequence s, int start, int count, int after) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="214"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onTextChanged(CharSequence s, int start, int before, int count) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="219"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void afterTextChanged(Editable s) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CompatFindActionModeCallback.java"
line="224"
column="32"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String TAG = &quot;ConfirmationAlertDialog&quot;;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ConfirmationAlertDialogFragment.java"
line="47"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected DialogShower alertDialogShower;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ConfirmationAlertDialogFragment.java"
line="53"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ConfirmationAlertDialogFragment(SharedPreferenceUtil sharedPreferenceUtil,"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ConfirmationAlertDialogFragment.java"
line="55"
column="42"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" String parentDialogFragmentTAG, int stringResourceId) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ConfirmationAlertDialogFragment.java"
line="56"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Dialog onCreateDialog(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ConfirmationAlertDialogFragment.java"
line="63"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Dialog onCreateDialog(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ConfirmationAlertDialogFragment.java"
line="63"
column="32"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static CoreApp getInstance() {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\CoreApp.java"
line="53"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static CoreComponent getCoreComponent() {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\CoreApp.java"
line="57"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void setCoreComponent(CoreComponent appComponent) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\CoreApp.java"
line="61"
column="39"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void attachBaseContext(Context base) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\CoreApp.java"
line="66"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected DrawerLayout drawerLayout;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="179"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected FrameLayout contentFrame;"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="183"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected LinearLayout bottomToolbar;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="185"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected View tabSwitcherRoot;"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="195"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected MainContract.Presenter presenter;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="204"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected ZimReaderContainer zimReaderContainer;"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="208"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected NightModeConfig nightModeConfig;"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="210"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected MainMenu.Factory menuFactory;"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="212"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected NewBookmarksDao newBookmarksDao;"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="214"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected NewBookDao newBookDao;"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="216"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected DialogShower alertDialogShower;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="218"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onActionModeStarted(ActionMode mode) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="285"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onActionModeFinished(ActionMode mode) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="297"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void configureWebViewSelectionHandler(Menu menu) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="302"
column="51"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="317"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected boolean isInvalidTitle(String zimFileTitle) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="701"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected abstract CoreWebViewClient createWebClient("
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="821"
column="22"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" WebViewCallback webViewCallback,"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="822"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ZimReaderContainer zimReaderContainer);"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="823"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected KiwixWebView newMainPageTab() {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="825"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected KiwixWebView newTab(String url) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="829"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected KiwixWebView newTab(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="829"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected KiwixWebView getCurrentWebView() {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="885"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onOptionsItemSelected(MenuItem item) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="895"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void openExternalUrl(Intent intent) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1058"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onNewIntent(Intent intent) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1356"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onConfigurationChanged(Configuration newConfig) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1408"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onActivityResult(int requestCode, int resultCode, Intent data) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1426"
column="65"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onCreateOptionsMenu(Menu menu) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1506"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @NotNull protected MainMenu createMainMenu(Menu menu) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1511"
column="46"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected boolean hasValidFileAndUrl(String url, ZimFileReader zimFileReader) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1623"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected boolean hasValidFileAndUrl(String url, ZimFileReader zimFileReader) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1623"
column="52"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void webViewFailedLoading(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1628"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void webViewTitleUpdated(String title) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1644"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void webViewLongClick(final String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1668"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void showOpenInNewTabDialog(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1685"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setHomePage(View view) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1704"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void addBooks(List&lt;BooksOnDiskListItem> books) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreMainActivity.java"
line="1718"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected SharedPreferenceUtil sharedPreferenceUtil;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="75"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected StorageCalculator storageCalculator;"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="77"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected NightModeConfig nightModeConfig;"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="79"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected DialogShower alertDialogShower;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="81"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="85"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void setUpLanguageChooser(String preferenceId) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="128"
column="39"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) {"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="194"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="194"
column="78"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen,"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="254"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Preference preference) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CorePrefsFragment.java"
line="255"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CoreSettingsActivity.java"
line="36"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected abstract Fragment createPreferenceFragment();"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CoreSettingsActivity.java"
line="50"
column="22"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" WebViewCallback callback, ZimReaderContainer zimReaderContainer) {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="52"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" WebViewCallback callback, ZimReaderContainer zimReaderContainer) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="52"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean shouldOverrideUrlLoading(WebView view, String url) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="58"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean shouldOverrideUrlLoading(WebView view, String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="58"
column="57"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="106"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="106"
column="60"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="106"
column="80"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onPageFinished(WebView view, String url) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="111"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onPageFinished(WebView view, String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="111"
column="44"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected abstract void onUrlEqualToHome(WebView view);"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="129"
column="44"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected abstract void onInvalidUrl(WebView view);"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="131"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void inflateHomeView(WebView view) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\CoreWebViewClient.java"
line="133"
column="34"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomSwitchPreference(Context context, AttributeSet attrs, int defStyle) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CustomSwitchPreference.java"
line="37"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomSwitchPreference(Context context, AttributeSet attrs, int defStyle) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CustomSwitchPreference.java"
line="37"
column="50"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomSwitchPreference(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CustomSwitchPreference.java"
line="47"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomSwitchPreference(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CustomSwitchPreference.java"
line="47"
column="50"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomSwitchPreference(Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CustomSwitchPreference.java"
line="56"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onBindView(View view) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\CustomSwitchPreference.java"
line="61"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomViewPager(Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\intro\CustomViewPager.java"
line="36"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomViewPager(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\intro\CustomViewPager.java"
line="41"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CustomViewPager(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\intro\CustomViewPager.java"
line="41"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public DataSource provideDataSource(Repository repository) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataModule.java"
line="29"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public DataSource provideDataSource(Repository repository) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataModule.java"
line="29"
column="39"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Single&lt;List&lt;BooksOnDiskListItem>> getLanguageCategorizedBooks();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="35"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveBook(BooksOnDiskListItem.BookOnDisk book);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="37"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveBook(BooksOnDiskListItem.BookOnDisk book);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="37"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveBooks(List&lt;BooksOnDiskListItem.BookOnDisk> book);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="39"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveBooks(List&lt;BooksOnDiskListItem.BookOnDisk> book);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="39"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveLanguages(List&lt;Language> languages);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="41"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveLanguages(List&lt;Language> languages);"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="41"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Single&lt;List&lt;HistoryListItem>> getDateCategorizedHistory(boolean showHistoryCurrentBook);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="43"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveHistory(HistoryListItem.HistoryItem history);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="45"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveHistory(HistoryListItem.HistoryItem history);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="45"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable deleteHistory(List&lt;HistoryListItem> historyList);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="47"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable deleteHistory(List&lt;HistoryListItem> historyList);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="47"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable clearHistory();"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="49"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Single&lt;List&lt;BookmarkItem>> getBookmarks(boolean showFromCurrentBook);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="51"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Single&lt;List&lt;String>> getCurrentZimBookmarksUrl();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="53"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveBookmark(BookmarkItem bookmark);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="55"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable saveBookmark(BookmarkItem bookmark);"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="55"
column="28"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable deleteBookmarks(List&lt;BookmarkItem> bookmarks);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="57"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable deleteBookmarks(List&lt;BookmarkItem> bookmarks);"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="57"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable deleteBookmark(String bookmarkUrl);"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="59"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Completable deleteBookmark(String bookmarkUrl);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="59"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Flowable&lt;List&lt;BooksOnDiskListItem>> booksOnDiskAsListItems();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\DataSource.java"
line="61"
column="3"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static int getToolbarHeight(Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\DimenUtils.java"
line="30"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static int getWindowHeight(Activity activity) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\DimenUtils.java"
line="36"
column="37"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static int getWindowWidth(Activity activity) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\DimenUtils.java"
line="42"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void initInterface(WebView webView) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\DocumentParser.java"
line="39"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void sectionsLoaded(String title, List&lt;DocumentSection> sections);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\DocumentParser.java"
line="44"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void sectionsLoaded(String title, List&lt;DocumentSection> sections);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\DocumentParser.java"
line="44"
column="39"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\error\ErrorActivity.java"
line="80"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onActivityResult(int requestCode, int resultCode, Intent data) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\error\ErrorActivity.java"
line="179"
column="65"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @Override protected void injection(CoreComponent coreComponent) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\error\ErrorActivity.java"
line="184"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String readFile(String filePath, Context context) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\FileReader.java"
line="27"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String readFile(String filePath, Context context) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\FileReader.java"
line="27"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String readFile(String filePath, Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\FileReader.java"
line="27"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\help\HelpActivity.java"
line="48"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @Override protected void injection(CoreComponent coreComponent) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\help\HelpActivity.java"
line="85"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="144"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onSaveInstanceState(Bundle state) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="190"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onRestoreInstanceState(Bundle state) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="197"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onCreateOptionsMenu(Menu menu) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="205"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onOptionsItemSelected(MenuItem item) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="234"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void updateHistoryList(List&lt;HistoryListItem> historyList) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="263"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void notifyHistoryListFiltered(List&lt;HistoryListItem> historyList) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="270"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onItemClick(ImageView favicon, HistoryListItem.HistoryItem history) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="277"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onItemClick(ImageView favicon, HistoryListItem.HistoryItem history) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="277"
column="46"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onItemLongClick(ImageView favicon, HistoryListItem.HistoryItem history) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="292"
column="34"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onItemLongClick(ImageView favicon, HistoryListItem.HistoryItem history) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="292"
column="53"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void injection(CoreComponent coreComponent) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryActivity.java"
line="318"
column="28"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void updateHistoryList(List&lt;HistoryListItem> historyList);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryContract.java"
line="26"
column="28"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void notifyHistoryListFiltered(List&lt;HistoryListItem> historyList);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryContract.java"
line="28"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void filterHistory(List&lt;HistoryListItem> historyList, String newText);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryContract.java"
line="34"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void filterHistory(List&lt;HistoryListItem> historyList, String newText);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryContract.java"
line="34"
column="59"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void deleteHistory(List&lt;HistoryListItem> deleteList);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\history\HistoryContract.java"
line="36"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onCreate(Bundle savedInstanceState) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\intro\IntroActivity.java"
line="89"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public JNIKiwix providesJNIKiwix(@NonNull Context context) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\di\modules\JNIModule.java"
line="36"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixDatabase(Context context, NewBookDao bookDao, NewLanguagesDao languagesDao,"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="63"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixDatabase(Context context, NewBookDao bookDao, NewLanguagesDao languagesDao,"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="63"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixDatabase(Context context, NewBookDao bookDao, NewLanguagesDao languagesDao,"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="63"
column="61"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" NewBookmarksDao bookmarksDao,"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="64"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" NewRecentSearchDao recentSearchDao) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="65"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getName() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="75"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected Table[] getTables() {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="80"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected boolean onUpgrade(SQLiteDatabaseWrapper db, int oldVersion, int newVersion) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\KiwixDatabase.java"
line="90"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @GET(LIBRARY_NETWORK_PATH) Single&lt;LibraryNetworkEntity> getLibrary();"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\KiwixService.java"
line="36"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @GET Observable&lt;MetaLinkNetworkEntity> getMetaLinks(@Url String url);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\KiwixService.java"
line="38"
column="8"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @GET Observable&lt;MetaLinkNetworkEntity> getMetaLinks(@Url String url);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\KiwixService.java"
line="38"
column="60"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static KiwixService newHacklistService(OkHttpClient okHttpClient, String baseUrl) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\KiwixService.java"
line="43"
column="19"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static KiwixService newHacklistService(OkHttpClient okHttpClient, String baseUrl) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\KiwixService.java"
line="43"
column="51"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static KiwixService newHacklistService(OkHttpClient okHttpClient, String baseUrl) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\KiwixService.java"
line="43"
column="78"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public TTSTask currentTTSTask = null;"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixTextToSpeech.java"
line="55"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void readSelection(WebView webView) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixTextToSpeech.java"
line="98"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void readAloud(WebView webView) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixTextToSpeech.java"
line="105"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void initWebView(WebView webView) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixTextToSpeech.java"
line="198"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixWebChromeClient(WebViewCallback callback, ViewGroup nonVideoView,"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebChromeClient.java"
line="28"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixWebChromeClient(WebViewCallback callback, ViewGroup nonVideoView,"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebChromeClient.java"
line="28"
column="57"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup videoView, KiwixWebView webView) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebChromeClient.java"
line="29"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup videoView, KiwixWebView webView) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebChromeClient.java"
line="29"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onProgressChanged(WebView view, int progress) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebChromeClient.java"
line="35"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @Override public void onReceivedTitle(WebView view, String title) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebChromeClient.java"
line="40"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @Override public void onReceivedTitle(WebView view, String title) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebChromeClient.java"
line="40"
column="55"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixWebView(Context context, WebViewCallback callback, AttributeSet attrs,"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebView.java"
line="72"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixWebView(Context context, WebViewCallback callback, AttributeSet attrs,"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebView.java"
line="72"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public KiwixWebView(Context context, WebViewCallback callback, AttributeSet attrs,"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebView.java"
line="72"
column="66"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup nonVideoView, ViewGroup videoView, CoreWebViewClient webViewClient) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebView.java"
line="73"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup nonVideoView, ViewGroup videoView, CoreWebViewClient webViewClient) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebView.java"
line="73"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup nonVideoView, ViewGroup videoView, CoreWebViewClient webViewClient) {"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebView.java"
line="73"
column="50"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onCreateContextMenu(ContextMenu menu) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\KiwixWebView.java"
line="144"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String libraryVersion;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\LibraryDataSource.java"
line="25"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public LinkedList&lt;Book> book;"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="31"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public LinkedList&lt;Book> getBooks() {"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="36"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getVersion() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="40"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String id;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="48"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String title;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="51"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String description;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="54"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String language;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="57"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String creator;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="60"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String publisher;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="63"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String favicon;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="66"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String faviconMimeType;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="69"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String date;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="72"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String url;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="75"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String articleCount;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="78"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String mediaCount;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="81"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String size;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="84"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String bookName;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="87"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String tags;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="90"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public File file;"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="94"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String remoteUrl;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="96"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getId() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="98"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getTitle() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="102"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getDescription() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="106"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getLanguage() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="110"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getCreator() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="114"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getPublisher() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="118"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getFavicon() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="122"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getFaviconMimeType() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="126"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getDate() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="130"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getUrl() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="134"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getArticleCount() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="138"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getMediaCount() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="142"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getName() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="146"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getSize() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\LibraryNetworkEntity.java"
line="150"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void showBooks(LinkedList&lt;Book> books);"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\zim_manager\library_view\LibraryViewCallback.java"
line="31"
column="18"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void downloadFile(LibraryNetworkEntity.Book book);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\zim_manager\library_view\LibraryViewCallback.java"
line="43"
column="21"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @Override protected void injection(CoreComponent coreComponent) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\local_file_transfer\LocalFileTransferActivity.java"
line="403"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void saveBooks(List&lt;BooksOnDiskListItem.BookOnDisk> books);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainContract.java"
line="40"
column="20"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void saveHistory(HistoryListItem.HistoryItem history);"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainContract.java"
line="42"
column="22"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void saveBookmark(BookmarkItem bookmark);"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainContract.java"
line="44"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void deleteBookmark(String bookmarkUrl);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainContract.java"
line="46"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" @Inject public MainPresenter(DataSource dataSource) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainPresenter.java"
line="45"
column="32"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void saveBooks(List&lt;BooksOnDiskListItem.BookOnDisk> book) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainPresenter.java"
line="71"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void saveHistory(HistoryListItem.HistoryItem history) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainPresenter.java"
line="92"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void saveBookmark(BookmarkItem bookmark) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainPresenter.java"
line="113"
column="28"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void deleteBookmark(String bookmarkUrl) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\MainPresenter.java"
line="134"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public FileElement file;"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="33"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public List&lt;Url> getUrls() {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="35"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Url getRelevantUrl() {"
errorLine2=" ~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="39"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public FileElement getFile() {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="43"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String name;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="50"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public List&lt;Url> urls;"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="52"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Map&lt;String, String> hashes;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="56"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Pieces pieces;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="58"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getName() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="60"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getPieceHashType() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="72"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public List&lt;String> getPieceHashes() {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="76"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getHash(String type) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="86"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getHash(String type) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="86"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String hashType;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="96"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public List&lt;String> pieceHashes;"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="99"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String location;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="104"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String value;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="110"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getValue() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="112"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getLocation() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\entity\MetaLinkNetworkEntity.java"
line="116"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public NetworkLanguageDao(KiwixDatabase kiwixDatabase) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\NetworkLanguageDao.java"
line="34"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ArrayList&lt;Language> getFilteredLanguages() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\NetworkLanguageDao.java"
line="38"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String languageISO3;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\NetworkLanguageSpec.java"
line="25"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static boolean isNetworkAvailable(Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\NetworkUtils.java"
line="34"
column="44"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static boolean isWiFi(Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\NetworkUtils.java"
line="62"
column="32"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String getFileNameFromUrl(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\NetworkUtils.java"
line="81"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String getFileNameFromUrl(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\NetworkUtils.java"
line="81"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String parseURL(Context context, String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\NetworkUtils.java"
line="98"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String parseURL(Context context, String url) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\NetworkUtils.java"
line="98"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String parseURL(Context context, String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\NetworkUtils.java"
line="98"
column="50"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public OnSwipeTouchListener(Context ctx) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\OnSwipeTouchListener.java"
line="31"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onTouch(View v, MotionEvent event) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\OnSwipeTouchListener.java"
line="37"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onTouch(View v, MotionEvent event) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\OnSwipeTouchListener.java"
line="37"
column="34"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onTap(MotionEvent e) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\OnSwipeTouchListener.java"
line="98"
column="21"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public RecentSearchDao(KiwixDatabase kiwixDatabase) {"
errorLine2=" ~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\RecentSearchDao.java"
line="38"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public List&lt;RecentSearch> getRecentSearches() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\dao\RecentSearchDao.java"
line="45"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String searchString;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\RecentSearchSpec.java"
line="30"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String zimID;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\local\entity\RecentSearchSpec.java"
line="33"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public SharedPreferenceUtil(Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="68"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getPrefLanguage() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="108"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getPrefStorage() {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="112"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getPrefStorageTitle(String defaultTitle) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="124"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getPrefStorageTitle(String defaultTitle) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="124"
column="37"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void putPrefLanguage(String language) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="133"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void putPrefStorageTitle(String storageTitle) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="145"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void putPrefStorage(String storage) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="149"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Flowable&lt;String> getPrefStorages() {"
errorLine2=" ~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="154"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Flowable&lt;NightModeConfig.Mode> nightModes() {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="206"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Set&lt;String> getHostedBooks() {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="214"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setHostedBooks(Set&lt;String> hostedBooks) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\SharedPreferenceUtil.java"
line="218"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected CharSequence[] mSummaries;"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="37"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public SliderPreference(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="44"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public SliderPreference(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="44"
column="44"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public SliderPreference(Context context, AttributeSet attrs, int defStyle) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="52"
column="27"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public SliderPreference(Context context, AttributeSet attrs, int defStyle) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="52"
column="44"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void updateSummaryText(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="62"
column="33"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void updateSummaryText(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="62"
column="50"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected Object onGetDefaultValue(TypedArray a, int index) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="73"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected Object onGetDefaultValue(TypedArray a, int index) {"
errorLine2=" ~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="73"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected void onSetInitialValue(boolean restoreValue, Object defaultValue) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="78"
column="58"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public CharSequence getSummary() {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="83"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setSummary(CharSequence[] summaries) {"
errorLine2=" ~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="106"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" protected View onCreateDialogView() {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\settings\SliderPreference.java"
line="121"
column="13"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String getFileNameFromUrl(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StorageUtils.java"
line="22"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static String getFileNameFromUrl(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StorageUtils.java"
line="22"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static AttributeSet getAttributes(Context context, @XmlRes int xml) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StyleUtils.java"
line="32"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static AttributeSet getAttributes(Context context, @XmlRes int xml) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StyleUtils.java"
line="32"
column="44"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static Spanned highlightUrl(String text, String url) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StyleUtils.java"
line="44"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static Spanned highlightUrl(String text, String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StyleUtils.java"
line="44"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static Spanned highlightUrl(String text, String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StyleUtils.java"
line="44"
column="51"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static Spanned fromHtml(String source) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StyleUtils.java"
line="49"
column="17"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static Spanned fromHtml(String source) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\StyleUtils.java"
line="49"
column="34"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setTitle(String title) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\TableDrawerAdapter.java"
line="118"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void onHeaderClick(View view);"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\TableDrawerAdapter.java"
line="128"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void onSectionClick(View view, int position);"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\TableDrawerAdapter.java"
line="130"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" TextView title;"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\TableDrawerAdapter.java"
line="135"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ViewHolder(View v) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\TableDrawerAdapter.java"
line="137"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String title;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\TableDrawerAdapter.java"
line="158"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String id;"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\TableDrawerAdapter.java"
line="159"
column="12"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void bindResource(Class bindClass) {"
errorLine2=" ~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\TestingUtils.java"
line="33"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void unbindResource(Class bindClass) {"
errorLine2=" ~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\TestingUtils.java"
line="42"
column="37"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public static void registerIdleCallback(TestingUtils.IdleListener listListener) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\utils\TestingUtils.java"
line="51"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ToolbarScrollingKiwixWebView(Context context, WebViewCallback callback, AttributeSet attrs,"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="38"
column="39"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ToolbarScrollingKiwixWebView(Context context, WebViewCallback callback, AttributeSet attrs,"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="38"
column="56"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ToolbarScrollingKiwixWebView(Context context, WebViewCallback callback, AttributeSet attrs,"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="38"
column="82"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup nonVideoView, ViewGroup videoView, CoreWebViewClient webViewClient, View toolbarView,"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="39"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup nonVideoView, ViewGroup videoView, CoreWebViewClient webViewClient, View toolbarView,"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="39"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup nonVideoView, ViewGroup videoView, CoreWebViewClient webViewClient, View toolbarView,"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="39"
column="50"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" ViewGroup nonVideoView, ViewGroup videoView, CoreWebViewClient webViewClient, View toolbarView,"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="39"
column="83"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" View bottomBarView, SharedPreferenceUtil sharedPreferenceUtil) {"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="40"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" View bottomBarView, SharedPreferenceUtil sharedPreferenceUtil) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="40"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onTouchEvent(MotionEvent event) {"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarScrollingKiwixWebView.java"
line="66"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ToolbarStaticKiwixWebView(Context context, WebViewCallback callback,"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarStaticKiwixWebView.java"
line="37"
column="36"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ToolbarStaticKiwixWebView(Context context, WebViewCallback callback,"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarStaticKiwixWebView.java"
line="37"
column="53"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" AttributeSet attrs, ViewGroup nonVideoView, ViewGroup videoView,"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarStaticKiwixWebView.java"
line="38"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" AttributeSet attrs, ViewGroup nonVideoView, ViewGroup videoView,"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarStaticKiwixWebView.java"
line="38"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" AttributeSet attrs, ViewGroup nonVideoView, ViewGroup videoView,"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarStaticKiwixWebView.java"
line="38"
column="49"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" CoreWebViewClient webViewClient,"
errorLine2=" ~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarStaticKiwixWebView.java"
line="39"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" SharedPreferenceUtil sharedPreferenceUtil) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\ToolbarStaticKiwixWebView.java"
line="40"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public UserAgentInterceptor(String useragent) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\UserAgentInterceptor.java"
line="32"
column="31"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Response intercept(Chain chain) throws IOException {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\UserAgentInterceptor.java"
line="37"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public Response intercept(Chain chain) throws IOException {"
errorLine2=" ~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\data\remote\UserAgentInterceptor.java"
line="37"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebChromeClient(View activityNonVideoView, ViewGroup activityVideoView) {"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="84"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebChromeClient(View activityNonVideoView, ViewGroup activityVideoView) {"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="84"
column="65"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebChromeClient(View activityNonVideoView, ViewGroup activityVideoView,"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="103"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebChromeClient(View activityNonVideoView, ViewGroup activityVideoView,"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="103"
column="65"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" View loadingView) {"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="104"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebChromeClient(View activityNonVideoView, ViewGroup activityVideoView,"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="127"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebChromeClient(View activityNonVideoView, ViewGroup activityVideoView,"
errorLine2=" ~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="127"
column="65"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" View loadingView, VideoEnabledWebView webView) {"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="128"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" View loadingView, VideoEnabledWebView webView) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="128"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setOnToggledFullscreen(ToggledFullscreenCallback callback) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="152"
column="38"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onShowCustomView(View view, CustomViewCallback callback) {"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="157"
column="32"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onShowCustomView(View view, CustomViewCallback callback) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="157"
column="43"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void onShowCustomView(View view, int requestedOrientation,"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="223"
column="32"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" CustomViewCallback callback) // Available in API level 14+, deprecated in API level 18+"
errorLine2=" ~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="224"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public View getVideoLoadingProgressView() // Video will start loading"
errorLine2=" ~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="260"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" MediaPlayer mp) // Video will start playing, only called in the case of android.widget.VideoView (typically API level &lt;11)"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="272"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" MediaPlayer mp) // Video finished playing, only called in the case of android.widget.VideoView (typically API level &lt;11)"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="281"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public boolean onError(MediaPlayer mp, int what,"
errorLine2=" ~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebChromeClient.java"
line="287"
column="26"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebView(Context context) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="66"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebView(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="72"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebView(Context context, AttributeSet attrs) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="72"
column="47"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebView(Context context, AttributeSet attrs, int defStyle) {"
errorLine2=" ~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="78"
column="30"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public VideoEnabledWebView(Context context, AttributeSet attrs, int defStyle) {"
errorLine2=" ~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="78"
column="47"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void setWebChromeClient(WebChromeClient client) {"
errorLine2=" ~~~~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="97"
column="34"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadData(String data, String mimeType, String encoding) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="108"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadData(String data, String mimeType, String encoding) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="108"
column="37"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadData(String data, String mimeType, String encoding) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="108"
column="54"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding,"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="114"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding,"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="114"
column="51"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding,"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="114"
column="64"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadDataWithBaseURL(String baseUrl, String data, String mimeType, String encoding,"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="114"
column="81"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" String historyUrl) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="115"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadUrl(String url) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="121"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadUrl(String url, Map&lt;String, String> additionalHttpHeaders) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="127"
column="23"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public void loadUrl(String url, Map&lt;String, String> additionalHttpHeaders) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\com\cprcrack\videowebview\VideoEnabledWebView.java"
line="127"
column="35"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" Map&lt;Class&lt;? extends ViewModel>, Provider&lt;ViewModel>> creators) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\ViewModelFactory.java"
line="34"
column="5"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public &lt;T extends ViewModel> T create(Class&lt;T> modelClass) {"
errorLine2=" ~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\ViewModelFactory.java"
line="40"
column="32"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public &lt;T extends ViewModel> T create(Class&lt;T> modelClass) {"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\ViewModelFactory.java"
line="40"
column="41"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void webViewFailedLoading(String failingUrl);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\WebViewCallback.java"
line="28"
column="29"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void openExternalUrl(Intent intent);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\WebViewCallback.java"
line="32"
column="24"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void webViewTitleUpdated(String title);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\WebViewCallback.java"
line="38"
column="28"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void webViewLongClick(String url);"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\WebViewCallback.java"
line="42"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" void setHomePage(View view);"
errorLine2=" ~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\main\WebViewCallback.java"
line="44"
column="20"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public JNIKiwix jniKiwix;"
errorLine2=" ~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\reader\ZimContentProvider.java"
line="39"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getType(Uri uri) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\reader\ZimContentProvider.java"
line="51"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public String getType(Uri uri) {"
errorLine2=" ~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\reader\ZimContentProvider.java"
line="51"
column="25"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ParcelFileDescriptor openFile(Uri uri, String mode) {"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\reader\ZimContentProvider.java"
line="56"
column="10"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ParcelFileDescriptor openFile(Uri uri, String mode) {"
errorLine2=" ~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\reader\ZimContentProvider.java"
line="56"
column="40"/>
</issue>
<issue
id="UnknownNullness"
message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin interoperability; see https://android.github.io/kotlin-guides/interop.html#nullability-annotations"
errorLine1=" public ParcelFileDescriptor openFile(Uri uri, String mode) {"
errorLine2=" ~~~~~~">
<location
file="src\main\java\org\kiwix\kiwixmobile\core\reader\ZimContentProvider.java"
line="56"
column="49"/>
</issue>
</issues>