lint-baseline.xml 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <issues format="6" by="lint 8.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.3)" variant="fatal" version="8.1.3">
  3. <issue
  4. id="ResAuto"
  5. message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
  6. errorLine1="&lt;favorites xmlns:launcher=&quot;http://schemas.android.com/apk/res-auto/com.android.launcher3&quot;>"
  7. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  8. <location
  9. file="../Code/res/xml/default_workspace_4x4.xml"
  10. line="17"
  11. column="28"/>
  12. </issue>
  13. <issue
  14. id="ResAuto"
  15. message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
  16. errorLine1="&lt;favorites xmlns:launcher=&quot;http://schemas.android.com/apk/res-auto/com.android.launcher3&quot;>"
  17. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  18. <location
  19. file="../Code/res/xml/default_workspace_5x5.xml"
  20. line="17"
  21. column="28"/>
  22. </issue>
  23. <issue
  24. id="ResAuto"
  25. message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
  26. errorLine1="&lt;favorites xmlns:launcher=&quot;http://schemas.android.com/apk/res-auto/com.android.launcher3&quot;>"
  27. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  28. <location
  29. file="../Code/res/xml/default_workspace_5x6.xml"
  30. line="17"
  31. column="28"/>
  32. </issue>
  33. <issue
  34. id="ResAuto"
  35. message="Suspicious namespace: Did you mean `http://schemas.android.com/apk/res-auto`?"
  36. errorLine1="&lt;favorites xmlns:launcher=&quot;http://schemas.android.com/apk/res-auto/com.android.launcher3&quot;>"
  37. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  38. <location
  39. file="../Code/res/xml/update_workspace.xml"
  40. line="17"
  41. column="28"/>
  42. </issue>
  43. <issue
  44. id="ResourceCycle"
  45. message="Style Resource definition cycle: DropTargetButton => DropTargetButton.Base => DropTargetButton"
  46. errorLine1=" &lt;style name=&quot;DropTargetButton&quot; parent=&quot;DropTargetButton.Base&quot;>&lt;/style>"
  47. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  48. <location
  49. file="../Code/res/values/styles.xml"
  50. line="79"
  51. column="36"
  52. message="Reference from @style/DropTargetButton to style/DropTargetButton here"/>
  53. <location
  54. file="../Code/res/values/styles.xml"
  55. line="61"
  56. column="12"
  57. message="Reference from @style/DropTargetButton.Base to style/DropTargetButton here"/>
  58. </issue>
  59. <issue
  60. id="ManifestResource"
  61. message="Resources referenced from the manifest cannot vary by configuration (except for version qualifiers, e.g. `-v21`). Found variation in sw720dp-v13"
  62. errorLine1=" android:largeHeap=&quot;@bool/config_largeHeap&quot;"
  63. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
  64. <location
  65. file="../Code/AndroidManifest.xml"
  66. line="80"
  67. column="28"/>
  68. <location
  69. file="../Code/res/values-sw720dp/config.xml"
  70. line="2"
  71. column="35"
  72. message="This value will not be used"/>
  73. </issue>
  74. <issue
  75. id="MissingDefaultResource"
  76. message="The integer &quot;apps_customize_widget_cell_count_x&quot; in values-port has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  77. errorLine1=" &lt;integer name=&quot;apps_customize_widget_cell_count_x&quot;>2&lt;/integer>"
  78. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  79. <location
  80. file="../Code/res/values-port/dimens.xml"
  81. line="19"
  82. column="14"/>
  83. </issue>
  84. <issue
  85. id="MissingDefaultResource"
  86. message="The integer &quot;apps_customize_widget_cell_count_x&quot; in values-sw720dp-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  87. errorLine1=" &lt;integer name=&quot;apps_customize_widget_cell_count_x&quot;>4&lt;/integer>"
  88. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  89. <location
  90. file="../Code/res/values-sw720dp-land/dimens.xml"
  91. line="19"
  92. column="14"/>
  93. </issue>
  94. <issue
  95. id="MissingDefaultResource"
  96. message="The integer &quot;apps_customize_widget_cell_count_y&quot; in values-port has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  97. errorLine1=" &lt;integer name=&quot;apps_customize_widget_cell_count_y&quot;>3&lt;/integer>"
  98. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  99. <location
  100. file="../Code/res/values-port/dimens.xml"
  101. line="20"
  102. column="14"/>
  103. </issue>
  104. <issue
  105. id="MissingDefaultResource"
  106. message="The integer &quot;apps_customize_widget_cell_count_y&quot; in values-sw720dp-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  107. errorLine1=" &lt;integer name=&quot;apps_customize_widget_cell_count_y&quot;>2&lt;/integer>"
  108. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  109. <location
  110. file="../Code/res/values-sw720dp-land/dimens.xml"
  111. line="20"
  112. column="14"/>
  113. </issue>
  114. <issue
  115. id="MissingDefaultResource"
  116. message="The dimen &quot;app_widget_preview_label_margin_top&quot; in values-sw600dp has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  117. errorLine1=" &lt;dimen name=&quot;app_widget_preview_label_margin_top&quot;>8dp&lt;/dimen>"
  118. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  119. <location
  120. file="../Code/res/values-sw600dp/dimens.xml"
  121. line="23"
  122. column="12"/>
  123. </issue>
  124. <issue
  125. id="MissingDefaultResource"
  126. message="The dimen &quot;app_widget_preview_label_margin_left&quot; in values-sw600dp has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  127. errorLine1=" &lt;dimen name=&quot;app_widget_preview_label_margin_left&quot;>@dimen/app_widget_preview_padding_left&lt;/dimen>"
  128. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  129. <location
  130. file="../Code/res/values-sw600dp/dimens.xml"
  131. line="24"
  132. column="12"/>
  133. </issue>
  134. <issue
  135. id="MissingDefaultResource"
  136. message="The integer &quot;apps_customize_widget_cell_count_x&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  137. errorLine1=" &lt;integer name=&quot;apps_customize_widget_cell_count_x&quot;>3&lt;/integer>"
  138. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  139. <location
  140. file="../Code/res/values-land/dimens.xml"
  141. line="24"
  142. column="14"/>
  143. </issue>
  144. <issue
  145. id="MissingDefaultResource"
  146. message="The dimen &quot;app_widget_preview_label_margin_right&quot; in values-sw600dp has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  147. errorLine1=" &lt;dimen name=&quot;app_widget_preview_label_margin_right&quot;>@dimen/app_widget_preview_padding_right&lt;/dimen>"
  148. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  149. <location
  150. file="../Code/res/values-sw600dp/dimens.xml"
  151. line="25"
  152. column="12"/>
  153. </issue>
  154. <issue
  155. id="MissingDefaultResource"
  156. message="The integer &quot;apps_customize_widget_cell_count_y&quot; in values-land has no declaration in the base `values` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  157. errorLine1=" &lt;integer name=&quot;apps_customize_widget_cell_count_y&quot;>2&lt;/integer>"
  158. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  159. <location
  160. file="../Code/res/values-land/dimens.xml"
  161. line="25"
  162. column="14"/>
  163. </issue>
  164. <issue
  165. id="MissingDefaultResource"
  166. message="The layout &quot;launcher&quot; in layout-land has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  167. errorLine1="&lt;com.android.launcher3.LauncherRootView"
  168. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  169. <location
  170. file="../Code/res/layout-land/launcher.xml"
  171. line="18"
  172. column="2"/>
  173. </issue>
  174. <issue
  175. id="MissingDefaultResource"
  176. message="The layout &quot;launcher&quot; in layout-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  177. errorLine1="&lt;com.android.launcher3.LauncherRootView"
  178. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  179. <location
  180. file="../Code/res/layout-port/launcher.xml"
  181. line="18"
  182. column="2"/>
  183. </issue>
  184. <issue
  185. id="MissingDefaultResource"
  186. message="The layout &quot;launcher&quot; in layout-sw720dp has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  187. errorLine1="&lt;com.android.launcher3.LauncherRootView"
  188. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  189. <location
  190. file="../Code/res/layout-sw720dp/launcher.xml"
  191. line="18"
  192. column="2"/>
  193. </issue>
  194. <issue
  195. id="MissingDefaultResource"
  196. message="The layout &quot;longpress_cling&quot; in layout-land has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  197. errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
  198. errorLine2=" ~~~~~~~~~~~~">
  199. <location
  200. file="../Code/res/layout-land/longpress_cling.xml"
  201. line="2"
  202. column="2"/>
  203. </issue>
  204. <issue
  205. id="MissingDefaultResource"
  206. message="The layout &quot;longpress_cling&quot; in layout-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  207. errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
  208. errorLine2=" ~~~~~~~~~~~">
  209. <location
  210. file="../Code/res/layout-port/longpress_cling.xml"
  211. line="2"
  212. column="2"/>
  213. </issue>
  214. <issue
  215. id="MissingDefaultResource"
  216. message="The layout &quot;longpress_cling&quot; in layout-sw600dp-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  217. errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
  218. errorLine2=" ~~~~~~~~~~~~">
  219. <location
  220. file="../Code/res/layout-sw600dp-port/longpress_cling.xml"
  221. line="2"
  222. column="2"/>
  223. </issue>
  224. <issue
  225. id="MissingDefaultResource"
  226. message="The layout &quot;migration_cling&quot; in layout-land has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  227. errorLine1="&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
  228. errorLine2=" ~~~~~~~~~~~~">
  229. <location
  230. file="../Code/res/layout-land/migration_cling.xml"
  231. line="17"
  232. column="2"/>
  233. </issue>
  234. <issue
  235. id="MissingDefaultResource"
  236. message="The layout &quot;migration_cling&quot; in layout-port has no declaration in the base `layout` folder; this can lead to crashes when the resource is queried in a configuration that does not match this qualifier"
  237. errorLine1="&lt;FrameLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;"
  238. errorLine2=" ~~~~~~~~~~~">
  239. <location
  240. file="../Code/res/layout-port/migration_cling.xml"
  241. line="17"
  242. column="2"/>
  243. </issue>
  244. <issue
  245. id="ExtraTranslation"
  246. message="&quot;chooser_wallpaper&quot; is translated here but not found in default locale"
  247. errorLine1=" &lt;string name=&quot;chooser_wallpaper&quot; msgid=&quot;6063168087625352235&quot;>&quot;Taustapildi valimiskoht:&quot;&lt;/string>"
  248. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
  249. <location
  250. file="../Code/res/values-et/strings.xml"
  251. line="26"
  252. column="13"/>
  253. </issue>
  254. <issue
  255. id="ExtraTranslation"
  256. message="&quot;chooser_wallpaper&quot; is translated here but not found in default locale"
  257. errorLine1=" &lt;string name=&quot;chooser_wallpaper&quot; msgid=&quot;6063168087625352235&quot;>&quot;Pilih kertas dinding dari&quot;&lt;/string>"
  258. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
  259. <location
  260. file="../Code/res/values-ms/strings.xml"
  261. line="26"
  262. column="13"/>
  263. </issue>
  264. <issue
  265. id="ExtraTranslation"
  266. message="&quot;market&quot; is translated here but not found in default locale"
  267. errorLine1=" &lt;string name=&quot;market&quot; msgid=&quot;2652226429823445833&quot;>&quot;Pood&quot;&lt;/string>"
  268. errorLine2=" ~~~~~~~~~~~~~">
  269. <location
  270. file="../Code/res/values-et/strings.xml"
  271. line="32"
  272. column="13"/>
  273. </issue>
  274. <issue
  275. id="ExtraTranslation"
  276. message="&quot;market&quot; is translated here but not found in default locale"
  277. errorLine1=" &lt;string name=&quot;market&quot; msgid=&quot;2652226429823445833&quot;>&quot;Kedai&quot;&lt;/string>"
  278. errorLine2=" ~~~~~~~~~~~~~">
  279. <location
  280. file="../Code/res/values-ms/strings.xml"
  281. line="32"
  282. column="13"/>
  283. </issue>
  284. <issue
  285. id="ExtraTranslation"
  286. message="&quot;accessibility_search_button&quot; is translated here but not found in default locale"
  287. errorLine1=" &lt;string name=&quot;accessibility_search_button&quot; msgid=&quot;816822994629942611&quot;>&quot;Otsing&quot;&lt;/string>"
  288. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  289. <location
  290. file="../Code/res/values-et/strings.xml"
  291. line="60"
  292. column="13"/>
  293. </issue>
  294. <issue
  295. id="ExtraTranslation"
  296. message="&quot;accessibility_search_button&quot; is translated here but not found in default locale"
  297. errorLine1=" &lt;string name=&quot;accessibility_search_button&quot; msgid=&quot;816822994629942611&quot;>&quot;Carian&quot;&lt;/string>"
  298. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  299. <location
  300. file="../Code/res/values-ms/strings.xml"
  301. line="60"
  302. column="13"/>
  303. </issue>
  304. <issue
  305. id="ExtraTranslation"
  306. message="&quot;accessibility_voice_search_button&quot; is translated here but not found in default locale"
  307. errorLine1=" &lt;string name=&quot;accessibility_voice_search_button&quot; msgid=&quot;3938249215065842475&quot;>&quot;Häälotsing&quot;&lt;/string>"
  308. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  309. <location
  310. file="../Code/res/values-et/strings.xml"
  311. line="61"
  312. column="13"/>
  313. </issue>
  314. <issue
  315. id="ExtraTranslation"
  316. message="&quot;accessibility_voice_search_button&quot; is translated here but not found in default locale"
  317. errorLine1=" &lt;string name=&quot;accessibility_voice_search_button&quot; msgid=&quot;3938249215065842475&quot;>&quot;Carian Suara&quot;&lt;/string>"
  318. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  319. <location
  320. file="../Code/res/values-ms/strings.xml"
  321. line="61"
  322. column="13"/>
  323. </issue>
  324. <issue
  325. id="ExtraTranslation"
  326. message="&quot;menu_add&quot; is translated here but not found in default locale"
  327. errorLine1=" &lt;string name=&quot;menu_add&quot; msgid=&quot;3065046628354640854&quot;>&quot;Lisa&quot;&lt;/string>"
  328. errorLine2=" ~~~~~~~~~~~~~~~">
  329. <location
  330. file="../Code/res/values-et/strings.xml"
  331. line="65"
  332. column="13"/>
  333. </issue>
  334. <issue
  335. id="ExtraTranslation"
  336. message="&quot;menu_add&quot; is translated here but not found in default locale"
  337. errorLine1=" &lt;string name=&quot;menu_add&quot; msgid=&quot;3065046628354640854&quot;>&quot;Tambah&quot;&lt;/string>"
  338. errorLine2=" ~~~~~~~~~~~~~~~">
  339. <location
  340. file="../Code/res/values-ms/strings.xml"
  341. line="65"
  342. column="13"/>
  343. </issue>
  344. <issue
  345. id="ExtraTranslation"
  346. message="&quot;menu_manage_apps&quot; is translated here but not found in default locale"
  347. errorLine1=" &lt;string name=&quot;menu_manage_apps&quot; msgid=&quot;2308685199463588895&quot;>&quot;Rakenduste haldamine&quot;&lt;/string>"
  348. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
  349. <location
  350. file="../Code/res/values-et/strings.xml"
  351. line="66"
  352. column="13"/>
  353. </issue>
  354. <issue
  355. id="ExtraTranslation"
  356. message="&quot;menu_manage_apps&quot; is translated here but not found in default locale"
  357. errorLine1=" &lt;string name=&quot;menu_manage_apps&quot; msgid=&quot;2308685199463588895&quot;>&quot;Mengurus apl&quot;&lt;/string>"
  358. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
  359. <location
  360. file="../Code/res/values-ms/strings.xml"
  361. line="66"
  362. column="13"/>
  363. </issue>
  364. <issue
  365. id="ExtraTranslation"
  366. message="&quot;menu_wallpaper&quot; is translated here but not found in default locale"
  367. errorLine1=" &lt;string name=&quot;menu_wallpaper&quot; msgid=&quot;5837429080911269832&quot;>&quot;Taustapilt&quot;&lt;/string>"
  368. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
  369. <location
  370. file="../Code/res/values-et/strings.xml"
  371. line="67"
  372. column="13"/>
  373. </issue>
  374. <issue
  375. id="ExtraTranslation"
  376. message="&quot;menu_wallpaper&quot; is translated here but not found in default locale"
  377. errorLine1=" &lt;string name=&quot;menu_wallpaper&quot; msgid=&quot;5837429080911269832&quot;>&quot;Kertas dinding&quot;&lt;/string>"
  378. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
  379. <location
  380. file="../Code/res/values-ms/strings.xml"
  381. line="67"
  382. column="13"/>
  383. </issue>
  384. <issue
  385. id="ExtraTranslation"
  386. message="&quot;menu_search&quot; is translated here but not found in default locale"
  387. errorLine1=" &lt;string name=&quot;menu_search&quot; msgid=&quot;4826514464423239041&quot;>&quot;Otsing&quot;&lt;/string>"
  388. errorLine2=" ~~~~~~~~~~~~~~~~~~">
  389. <location
  390. file="../Code/res/values-et/strings.xml"
  391. line="68"
  392. column="13"/>
  393. </issue>
  394. <issue
  395. id="ExtraTranslation"
  396. message="&quot;menu_search&quot; is translated here but not found in default locale"
  397. errorLine1=" &lt;string name=&quot;menu_search&quot; msgid=&quot;4826514464423239041&quot;>&quot;Cari&quot;&lt;/string>"
  398. errorLine2=" ~~~~~~~~~~~~~~~~~~">
  399. <location
  400. file="../Code/res/values-ms/strings.xml"
  401. line="68"
  402. column="13"/>
  403. </issue>
  404. <issue
  405. id="ExtraTranslation"
  406. message="&quot;menu_notifications&quot; is translated here but not found in default locale"
  407. errorLine1=" &lt;string name=&quot;menu_notifications&quot; msgid=&quot;6424587053194766192&quot;>&quot;Teadistused&quot;&lt;/string>"
  408. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
  409. <location
  410. file="../Code/res/values-et/strings.xml"
  411. line="69"
  412. column="13"/>
  413. </issue>
  414. <issue
  415. id="ExtraTranslation"
  416. message="&quot;menu_notifications&quot; is translated here but not found in default locale"
  417. errorLine1=" &lt;string name=&quot;menu_notifications&quot; msgid=&quot;6424587053194766192&quot;>&quot;Pemberitahuan&quot;&lt;/string>"
  418. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
  419. <location
  420. file="../Code/res/values-ms/strings.xml"
  421. line="69"
  422. column="13"/>
  423. </issue>
  424. <issue
  425. id="ExtraTranslation"
  426. message="&quot;menu_settings&quot; is translated here but not found in default locale"
  427. errorLine1=" &lt;string name=&quot;menu_settings&quot; msgid=&quot;3946232973327980394&quot;>&quot;Süsteemiseaded&quot;&lt;/string>"
  428. errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
  429. <location
  430. file="../Code/res/values-et/strings.xml"
  431. line="70"
  432. column="13"/>
  433. </issue>
  434. <issue
  435. id="ExtraTranslation"
  436. message="&quot;menu_settings&quot; is translated here but not found in default locale"
  437. errorLine1=" &lt;string name=&quot;menu_settings&quot; msgid=&quot;3946232973327980394&quot;>&quot;Tetapan sistem&quot;&lt;/string>"
  438. errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
  439. <location
  440. file="../Code/res/values-ms/strings.xml"
  441. line="70"
  442. column="13"/>
  443. </issue>
  444. <issue
  445. id="ExtraTranslation"
  446. message="&quot;menu_help&quot; is translated here but not found in default locale"
  447. errorLine1=" &lt;string name=&quot;menu_help&quot; msgid=&quot;4901160661634590633&quot;>&quot;Abi&quot;&lt;/string>"
  448. errorLine2=" ~~~~~~~~~~~~~~~~">
  449. <location
  450. file="../Code/res/values-et/strings.xml"
  451. line="71"
  452. column="13"/>
  453. </issue>
  454. <issue
  455. id="ExtraTranslation"
  456. message="&quot;menu_help&quot; is translated here but not found in default locale"
  457. errorLine1=" &lt;string name=&quot;menu_help&quot; msgid=&quot;4901160661634590633&quot;>&quot;Bantuan&quot;&lt;/string>"
  458. errorLine2=" ~~~~~~~~~~~~~~~~">
  459. <location
  460. file="../Code/res/values-ms/strings.xml"
  461. line="71"
  462. column="13"/>
  463. </issue>
  464. <issue
  465. id="ExtraTranslation"
  466. message="&quot;workspace_cling_open_all_apps&quot; is translated here but not found in default locale"
  467. errorLine1=" &lt;string name=&quot;workspace_cling_open_all_apps&quot; msgid=&quot;2459977609848572588&quot;>&quot;Kõikide oma rakenduste nägemiseks puudutage ringi.&quot;&lt;/string>"
  468. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  469. <location
  470. file="../Code/res/values-et/strings.xml"
  471. line="97"
  472. column="13"/>
  473. </issue>
  474. <issue
  475. id="ExtraTranslation"
  476. message="&quot;workspace_cling_open_all_apps&quot; is translated here but not found in default locale"
  477. errorLine1=" &lt;string name=&quot;workspace_cling_open_all_apps&quot; msgid=&quot;2459977609848572588&quot;>&quot;Untuk melihat semua aplikasi anda, sentuh bulatan.&quot;&lt;/string>"
  478. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  479. <location
  480. file="../Code/res/values-ms/strings.xml"
  481. line="97"
  482. column="13"/>
  483. </issue>
  484. <issue
  485. id="ExtraTranslation"
  486. message="&quot;all_apps_cling_title&quot; is translated here but not found in default locale"
  487. errorLine1=" &lt;string name=&quot;all_apps_cling_title&quot; msgid=&quot;2559734712581447107&quot;>&quot;Valige mõned rakendused&quot;&lt;/string>"
  488. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  489. <location
  490. file="../Code/res/values-et/strings.xml"
  491. line="98"
  492. column="13"/>
  493. </issue>
  494. <issue
  495. id="ExtraTranslation"
  496. message="&quot;all_apps_cling_title&quot; is translated here but not found in default locale"
  497. errorLine1=" &lt;string name=&quot;all_apps_cling_title&quot; msgid=&quot;2559734712581447107&quot;>&quot;Pilih beberapa aplikasi&quot;&lt;/string>"
  498. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  499. <location
  500. file="../Code/res/values-ms/strings.xml"
  501. line="98"
  502. column="13"/>
  503. </issue>
  504. <issue
  505. id="ExtraTranslation"
  506. message="&quot;all_apps_cling_add_item&quot; is translated here but not found in default locale"
  507. errorLine1=" &lt;string name=&quot;all_apps_cling_add_item&quot; msgid=&quot;5665035103260318891&quot;>&quot;Rakenduse lisamiseks avakuvale puudutage seda pikalt.&quot;&lt;/string>"
  508. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  509. <location
  510. file="../Code/res/values-et/strings.xml"
  511. line="99"
  512. column="13"/>
  513. </issue>
  514. <issue
  515. id="ExtraTranslation"
  516. message="&quot;all_apps_cling_add_item&quot; is translated here but not found in default locale"
  517. errorLine1=" &lt;string name=&quot;all_apps_cling_add_item&quot; msgid=&quot;5665035103260318891&quot;>&quot;Untuk menambahkan aplikasi pada skrin Utama anda, sentuh &amp;amp; tahankannya.&quot;&lt;/string>"
  518. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  519. <location
  520. file="../Code/res/values-ms/strings.xml"
  521. line="99"
  522. column="13"/>
  523. </issue>
  524. <issue
  525. id="ExtraTranslation"
  526. message="&quot;folder_cling_move_item&quot; is translated here but not found in default locale"
  527. errorLine1=" &lt;string name=&quot;folder_cling_move_item&quot; msgid=&quot;270598675060435169&quot;>&quot;Rakenduse liigutamiseks pange sõrm rakendusele ja hoidke seda.&quot;&lt;/string>"
  528. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  529. <location
  530. file="../Code/res/values-et/strings.xml"
  531. line="101"
  532. column="13"/>
  533. </issue>
  534. <issue
  535. id="ExtraTranslation"
  536. message="&quot;folder_cling_move_item&quot; is translated here but not found in default locale"
  537. errorLine1=" &lt;string name=&quot;folder_cling_move_item&quot; msgid=&quot;270598675060435169&quot;>&quot;Untuk memindahkan aplikasi, sentuh &amp;amp; tahankannya.&quot;&lt;/string>"
  538. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  539. <location
  540. file="../Code/res/values-ms/strings.xml"
  541. line="101"
  542. column="13"/>
  543. </issue>
  544. <issue
  545. id="ExtraTranslation"
  546. message="&quot;custom_workspace_cling_title_1&quot; is translated here but not found in default locale"
  547. errorLine1=" &lt;string name=&quot;custom_workspace_cling_title_1&quot; msgid=&quot;1433009175359948587&quot;>&lt;/string>"
  548. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  549. <location
  550. file="../Code/res/values-et/strings.xml"
  551. line="110"
  552. column="13"/>
  553. </issue>
  554. <issue
  555. id="ExtraTranslation"
  556. message="&quot;custom_workspace_cling_title_1&quot; is translated here but not found in default locale"
  557. errorLine1=" &lt;string name=&quot;custom_workspace_cling_title_1&quot; msgid=&quot;1433009175359948587&quot;>&lt;/string>"
  558. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  559. <location
  560. file="../Code/res/values-ms/strings.xml"
  561. line="110"
  562. column="13"/>
  563. </issue>
  564. <issue
  565. id="ExtraTranslation"
  566. message="&quot;custom_workspace_cling_description_1&quot; is translated here but not found in default locale"
  567. errorLine1=" &lt;string name=&quot;custom_workspace_cling_description_1&quot; msgid=&quot;6875529190849858047&quot;>&lt;/string>"
  568. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  569. <location
  570. file="../Code/res/values-et/strings.xml"
  571. line="111"
  572. column="13"/>
  573. </issue>
  574. <issue
  575. id="ExtraTranslation"
  576. message="&quot;custom_workspace_cling_description_1&quot; is translated here but not found in default locale"
  577. errorLine1=" &lt;string name=&quot;custom_workspace_cling_description_1&quot; msgid=&quot;6875529190849858047&quot;>&lt;/string>"
  578. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  579. <location
  580. file="../Code/res/values-ms/strings.xml"
  581. line="111"
  582. column="13"/>
  583. </issue>
  584. <issue
  585. id="ExtraTranslation"
  586. message="&quot;custom_workspace_cling_title_2&quot; is translated here but not found in default locale"
  587. errorLine1=" &lt;string name=&quot;custom_workspace_cling_title_2&quot; msgid=&quot;5516006164661020362&quot;>&lt;/string>"
  588. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  589. <location
  590. file="../Code/res/values-et/strings.xml"
  591. line="112"
  592. column="13"/>
  593. </issue>
  594. <issue
  595. id="ExtraTranslation"
  596. message="&quot;custom_workspace_cling_title_2&quot; is translated here but not found in default locale"
  597. errorLine1=" &lt;string name=&quot;custom_workspace_cling_title_2&quot; msgid=&quot;5516006164661020362&quot;>&lt;/string>"
  598. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  599. <location
  600. file="../Code/res/values-ms/strings.xml"
  601. line="112"
  602. column="13"/>
  603. </issue>
  604. <issue
  605. id="ExtraTranslation"
  606. message="&quot;custom_workspace_cling_description_2&quot; is translated here but not found in default locale"
  607. errorLine1=" &lt;string name=&quot;custom_workspace_cling_description_2&quot; msgid=&quot;2758258454975288377&quot;>&lt;/string>"
  608. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  609. <location
  610. file="../Code/res/values-et/strings.xml"
  611. line="113"
  612. column="13"/>
  613. </issue>
  614. <issue
  615. id="ExtraTranslation"
  616. message="&quot;custom_workspace_cling_description_2&quot; is translated here but not found in default locale"
  617. errorLine1=" &lt;string name=&quot;custom_workspace_cling_description_2&quot; msgid=&quot;2758258454975288377&quot;>&lt;/string>"
  618. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  619. <location
  620. file="../Code/res/values-ms/strings.xml"
  621. line="113"
  622. column="13"/>
  623. </issue>
  624. <issue
  625. id="ExtraTranslation"
  626. message="&quot;custom_workspace_cling_title_1&quot; is translated here but not found in default locale"
  627. errorLine1=" &lt;string name=&quot;custom_workspace_cling_title_1&quot; msgid=&quot;3750880082935033085&quot;>&lt;/string>"
  628. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  629. <location
  630. file="../Code/res/values-be/strings.xml"
  631. line="202"
  632. column="13"/>
  633. </issue>
  634. <issue
  635. id="ExtraTranslation"
  636. message="&quot;custom_workspace_cling_description_1&quot; is translated here but not found in default locale"
  637. errorLine1=" &lt;string name=&quot;custom_workspace_cling_description_1&quot; msgid=&quot;939966842147696724&quot;>&lt;/string>"
  638. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  639. <location
  640. file="../Code/res/values-be/strings.xml"
  641. line="203"
  642. column="13"/>
  643. </issue>
  644. <issue
  645. id="ExtraTranslation"
  646. message="&quot;custom_workspace_cling_title_2&quot; is translated here but not found in default locale"
  647. errorLine1=" &lt;string name=&quot;custom_workspace_cling_title_2&quot; msgid=&quot;662588444436552198&quot;>&lt;/string>"
  648. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  649. <location
  650. file="../Code/res/values-be/strings.xml"
  651. line="204"
  652. column="13"/>
  653. </issue>
  654. <issue
  655. id="ExtraTranslation"
  656. message="&quot;custom_workspace_cling_description_2&quot; is translated here but not found in default locale"
  657. errorLine1=" &lt;string name=&quot;custom_workspace_cling_description_2&quot; msgid=&quot;8097921091798539310&quot;>&lt;/string>"
  658. errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
  659. <location
  660. file="../Code/res/values-be/strings.xml"
  661. line="205"
  662. column="13"/>
  663. </issue>
  664. </issues>