mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
5394 lines
408 KiB
XML
5394 lines
408 KiB
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<issues format="6" by="lint 8.6.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.1)" variant="all" version="8.6.1">
|
||
|
|
||
|
<issue
|
||
|
id="CheckResult"
|
||
|
message="The result of `centerCrop` is not used"
|
||
|
errorLine1=" options.centerCrop()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/helpers/MyWidgetProvider.kt"
|
||
|
line="54"
|
||
|
column="21"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="CheckResult"
|
||
|
message="The result of `fitCenter` is not used"
|
||
|
errorLine1=" options.fitCenter()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/helpers/MyWidgetProvider.kt"
|
||
|
line="56"
|
||
|
column="21"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="CheckResult"
|
||
|
message="The result of `transform` is not used"
|
||
|
errorLine1=" options.transform(Rotate(mCurrentRotationDegrees))"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="457"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="CheckResult"
|
||
|
message="The result of `diskCacheStrategy` is not used"
|
||
|
errorLine1=" options.diskCacheStrategy(DiskCacheStrategy.NONE)"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="458"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="DefaultLocale"
|
||
|
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
||
|
errorLine1=" private fun formatPlaybackSpeed(value: Float) = String.format("%.2f", value)"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PlaybackSpeedFragment.kt"
|
||
|
line="130"
|
||
|
column="53"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="InlinedApi"
|
||
|
message="Field requires API level 30 (current min is 23): `android.provider.Settings#ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION`"
|
||
|
errorLine1=" val intent = Intent(Settings.ACTION_MANAGE_APP_ALL_FILES_ACCESS_PERMISSION)"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/extensions/Activity.kt"
|
||
|
line="167"
|
||
|
column="29"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="InlinedApi"
|
||
|
message="Field requires API level 30 (current min is 23): `android.provider.Settings#ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION`"
|
||
|
errorLine1=" intent.action = Settings.ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/extensions/Activity.kt"
|
||
|
line="173"
|
||
|
column="25"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="InlinedApi"
|
||
|
message="Field requires API level 30 (current min is 23): `android.provider.Settings#ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION`"
|
||
|
errorLine1=" intent.action = Settings.ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/extensions/Activity.kt"
|
||
|
line="173"
|
||
|
column="25"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="InternalInsetResource"
|
||
|
message="Using internal inset dimension resource `status_bar_height` is not supported"
|
||
|
errorLine1=" val id = getIdentifier("status_bar_height", "dimen", "android")"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/extensions/Resources.kt"
|
||
|
line="16"
|
||
|
column="14"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="InternalInsetResource"
|
||
|
message="Using internal inset dimension resource `navigation_bar_height` is not supported"
|
||
|
errorLine1=" val id = getIdentifier("navigation_bar_height", "dimen", "android")"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/extensions/Resources.kt"
|
||
|
line="24"
|
||
|
column="14"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NewApi"
|
||
|
message="Call requires API level 33 (current min is 23): `launchChangeAppLanguageIntent`"
|
||
|
errorLine1=" launchChangeAppLanguageIntent()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/SettingsActivity.kt"
|
||
|
line="162"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedAttribute"
|
||
|
message="Attribute `appCategory` is only used in API level 26 and higher (current min is 23)"
|
||
|
errorLine1=" android:appCategory="image""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="47"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedAttribute"
|
||
|
message="Attribute `localeConfig` is only used in API level 33 and higher (current min is 23)"
|
||
|
errorLine1=" android:localeConfig="@xml/locale_config""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="50"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedAttribute"
|
||
|
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 23)"
|
||
|
errorLine1=" android:resizeableActivity="true">"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="66"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedAttribute"
|
||
|
message="Attribute `resizeableActivity` is only used in API level 24 and higher (current min is 23)"
|
||
|
errorLine1=" android:resizeableActivity="true" />"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="103"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedAttribute"
|
||
|
message="Attribute `targetCellWidth` is only used in API level 31 and higher (current min is 23)"
|
||
|
errorLine1=" android:targetCellWidth="2""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/xml/widget_info.xml"
|
||
|
line="11"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedAttribute"
|
||
|
message="Attribute `targetCellHeight` is only used in API level 31 and higher (current min is 23)"
|
||
|
errorLine1=" android:targetCellHeight="1" />"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/xml/widget_info.xml"
|
||
|
line="12"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseRequireInsteadOfGet"
|
||
|
message="Use requireContext() instead of context!!"
|
||
|
errorLine1=" val detailsFlag = context!!.config.extendedDetails"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/ViewPagerFragment.kt"
|
||
|
line="54"
|
||
|
column="27"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseRequireInsteadOfGet"
|
||
|
message="Use requireContext() instead of context!!"
|
||
|
errorLine1=" context!!.getResolution(file.absolutePath)?.formatAsResolution().let { if (it?.isNotEmpty() == true) details.appendLine(it) }"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/ViewPagerFragment.kt"
|
||
|
line="68"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseRequireInsteadOfGet"
|
||
|
message="Use requireContext() instead of context!!"
|
||
|
errorLine1=" exif.getExifDateTaken(context!!).let { if (it.isNotEmpty()) details.appendLine(it) }"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/ViewPagerFragment.kt"
|
||
|
line="76"
|
||
|
column="35"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseRequireInsteadOfGet"
|
||
|
message="Use requireContext() instead of context!!"
|
||
|
errorLine1=" fun getPathToLoad(medium: Medium) = if (context?.isPathOnOTG(medium.path) == true) medium.path.getOTGPublicPath(context!!) else medium.path"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/ViewPagerFragment.kt"
|
||
|
line="93"
|
||
|
column="117"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseRequireInsteadOfGet"
|
||
|
message="Use requireContext() instead of context!!"
|
||
|
errorLine1=" val cursor = context!!.contentResolver.query(uri, projection, selection, selectionArgs, null)"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/ViewPagerFragment.kt"
|
||
|
line="100"
|
||
|
column="22"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseRequireInsteadOfGet"
|
||
|
message="Use requireContext() instead of context!!"
|
||
|
errorLine1=" dateModified.formatDate(context!!)"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/ViewPagerFragment.kt"
|
||
|
line="104"
|
||
|
column="41"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseRequireInsteadOfGet"
|
||
|
message="Use requireContext() instead of context!!"
|
||
|
errorLine1=" file.lastModified().formatDate(context!!)"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/ViewPagerFragment.kt"
|
||
|
line="106"
|
||
|
column="48"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="WrongThread"
|
||
|
message="Method compress must be called from the worker thread, currently inferred thread is main thread"
|
||
|
errorLine1=" rotated.compress(Bitmap.CompressFormat.JPEG, 100, out)"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="196"
|
||
|
column="21"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="AppLinkUrlError"
|
||
|
message="Missing URL"
|
||
|
errorLine1=" <intent-filter>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="188"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="AppLinkUrlError"
|
||
|
message="Missing URL"
|
||
|
errorLine1=" <intent-filter>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="202"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="CustomSplashScreen"
|
||
|
message="The application should not provide its own launch screen"
|
||
|
errorLine1="class SplashActivity : BaseSplashActivity() {"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/SplashActivity.kt"
|
||
|
line="12"
|
||
|
column="7"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="LockedOrientationActivity"
|
||
|
message="Expecting `android:screenOrientation="unspecified"` or `"fullSensor"` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices"
|
||
|
errorLine1=" android:screenOrientation="portrait""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="263"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SourceLockedOrientationActivity"
|
||
|
message="You should not lock orientation of your activities, so that you can support a good user experience for any device or orientation"
|
||
|
errorLine1=" requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/VideoPlayerActivity.kt"
|
||
|
line="472"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnsafeOptInUsageError"
|
||
|
message="This declaration is opt-in and its usage should be marked with `@androidx.media3.common.util.UnstableApi` or `@OptIn(markerClass = androidx.media3.common.util.UnstableApi.class)`"
|
||
|
errorLine1=" VideoFragment()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/MyPagerAdapter.kt"
|
||
|
line="30"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnsafeOptInUsageError"
|
||
|
message="This declaration is opt-in and its usage should be marked with `@androidx.media3.common.util.UnstableApi` or `@OptIn(markerClass = androidx.media3.common.util.UnstableApi.class)`"
|
||
|
errorLine1=" mFragment = if (mIsVideo) VideoFragment() else PhotoFragment()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/PhotoVideoActivity.kt"
|
||
|
line="224"
|
||
|
column="39"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnsafeOptInUsageError"
|
||
|
message="This declaration is opt-in and its usage should be marked with `@androidx.media3.common.util.UnstableApi` or `@OptIn(markerClass = androidx.media3.common.util.UnstableApi.class)`"
|
||
|
errorLine1=" Intent(applicationContext, VideoPlayerActivity::class.java).apply {"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/PhotoVideoActivity.kt"
|
||
|
line="257"
|
||
|
column="36"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnsafeOptInUsageError"
|
||
|
message="This declaration is opt-in and its usage should be marked with `@androidx.media3.common.util.UnstableApi` or `@OptIn(markerClass = androidx.media3.common.util.UnstableApi.class)`"
|
||
|
errorLine1=" (getCurrentFragment() as? VideoFragment)!!.playVideo()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/ViewPagerActivity.kt"
|
||
|
line="614"
|
||
|
column="43"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnsafeOptInUsageError"
|
||
|
message="This declaration is opt-in and its usage should be marked with `@androidx.media3.common.util.UnstableApi` or `@OptIn(markerClass = androidx.media3.common.util.UnstableApi.class)`"
|
||
|
errorLine1=" (getCurrentFragment() as? VideoFragment)!!.playVideo()"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/ViewPagerActivity.kt"
|
||
|
line="614"
|
||
|
column="60"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnsafeOptInUsageError"
|
||
|
message="This declaration is opt-in and its usage should be marked with `@androidx.media3.common.util.UnstableApi` or `@OptIn(markerClass = androidx.media3.common.util.UnstableApi.class)`"
|
||
|
errorLine1=" val isPlaying = (getCurrentFragment() as? VideoFragment)?.mIsPlaying == true"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/ViewPagerActivity.kt"
|
||
|
line="1220"
|
||
|
column="51"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SwitchIntDef"
|
||
|
message="Switch statement on an `int` with known associated constant missing case `Player.STATE_BUFFERING`, `Player.STATE_IDLE`"
|
||
|
errorLine1=" when (playbackState) {"
|
||
|
errorLine2=" ~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/VideoFragment.kt"
|
||
|
line="443"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SwitchIntDef"
|
||
|
message="Switch statement on an `int` with known associated constant missing case `Player.STATE_BUFFERING`, `Player.STATE_IDLE`"
|
||
|
errorLine1=" when (playbackState) {"
|
||
|
errorLine2=" ~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/VideoPlayerActivity.kt"
|
||
|
line="301"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="DiscouragedApi"
|
||
|
message="Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed."
|
||
|
errorLine1=" android:screenOrientation="portrait""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="263"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="DiscouragedApi"
|
||
|
message="Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. `R.foo.bar`) than by name (e.g. `getIdentifier("bar", "foo", null)`)."
|
||
|
errorLine1=" val id = getIdentifier("status_bar_height", "dimen", "android")"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/extensions/Resources.kt"
|
||
|
line="16"
|
||
|
column="14"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="DiscouragedApi"
|
||
|
message="Use of this function is discouraged because resource reflection makes it harder to perform build optimizations and compile-time verification of code. It is much more efficient to retrieve resources by identifier (e.g. `R.foo.bar`) than by name (e.g. `getIdentifier("bar", "foo", null)`)."
|
||
|
errorLine1=" val id = getIdentifier("navigation_bar_height", "dimen", "android")"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/extensions/Resources.kt"
|
||
|
line="24"
|
||
|
column="14"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseCompatLoadingForDrawables"
|
||
|
message="Use `ResourcesCompat.getDrawable()`"
|
||
|
errorLine1=" val drawable = resources.getDrawable(R.drawable.shortcut_image).mutate()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="569"
|
||
|
column="28"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseCompatLoadingForDrawables"
|
||
|
message="Use `ResourcesCompat.getDrawable()`"
|
||
|
errorLine1=" private var strokeBackground = context.resources.getDrawable(R.drawable.stroke_background)"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/FiltersAdapter.kt"
|
||
|
line="16"
|
||
|
column="36"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseCompatLoadingForDrawables"
|
||
|
message="Use `ResourcesCompat.getDrawable()`"
|
||
|
errorLine1=" val drawable = resources.getDrawable(R.drawable.shortcut_image).mutate()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/MediaAdapter.kt"
|
||
|
line="427"
|
||
|
column="28"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseCompatLoadingForDrawables"
|
||
|
message="Use `ResourcesCompat.getDrawable()`"
|
||
|
errorLine1=" private var strokeBackground = context.resources.getDrawable(R.drawable.stroke_background)"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/PortraitPhotosAdapter.kt"
|
||
|
line="22"
|
||
|
column="36"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseCompatLoadingForDrawables"
|
||
|
message="Use `ResourcesCompat.getDrawable()`"
|
||
|
errorLine1=" findItem(R.id.menu_change_orientation).icon = resources.getDrawable(getChangeOrientationIcon())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/ViewPagerActivity.kt"
|
||
|
line="194"
|
||
|
column="63"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseCompatLoadingForDrawables"
|
||
|
message="Use `ResourcesCompat.getDrawable()`"
|
||
|
errorLine1=" findItem(R.id.menu_change_orientation).icon = resources.getDrawable(getChangeOrientationIcon())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/ViewPagerActivity.kt"
|
||
|
line="194"
|
||
|
column="63"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UseCompatLoadingForDrawables"
|
||
|
message="Use `ResourcesCompat.getDrawable()`"
|
||
|
errorLine1=" val drawable = resources.getDrawable(R.drawable.shortcut_image).mutate()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/ViewPagerActivity.kt"
|
||
|
line="767"
|
||
|
column="28"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingQuantity"
|
||
|
message="For locale "cs" (Czech) the following quantity should also be defined: `many` (e.g. "10.0 dne")"
|
||
|
errorLine1=" <plurals name="failed_to_resize_images">"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-cs/strings.xml"
|
||
|
line="68"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingQuantity"
|
||
|
message="For locale "sk" (Slovak) the following quantity should also be defined: `many` (e.g. "10.0 dňa")"
|
||
|
errorLine1=" <plurals name="failed_to_resize_images">"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-sk/strings.xml"
|
||
|
line="68"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""app_launcher_name" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="app_launcher_name">Gallery_debug</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/debug/res/values/strings.xml"
|
||
|
line="3"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""app_launcher_name" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="app_launcher_name">Gallery</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="3"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""edit" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai)"
|
||
|
errorLine1=" <string name="edit">Edit</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="4"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""open_camera" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="open_camera">Open camera</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="5"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""hidden" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="hidden">(hidden)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="6"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""excluded" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="excluded">(excluded)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="7"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""pin_folder" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="pin_folder">Pin folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="8"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""unpin_folder" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="unpin_folder">Unpin folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="9"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""pin_to_the_top" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="pin_to_the_top">Pin to the top</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="10"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_all" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_all">Show all folders content</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="11"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""all_folders" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="all_folders">All folders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="12"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""folder_view" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="folder_view">Switch to folder view</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="13"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""other_folder" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="other_folder">Other folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="14"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_on_map" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_on_map">Show on map</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="15"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""unknown_location" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="unknown_location">Unknown location</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="16"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""volume" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="volume">Volume</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="17"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""brightness" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="brightness">Brightness</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="18"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""lock_orientation" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="lock_orientation">Lock orientation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="19"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""unlock_orientation" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="unlock_orientation">Unlock orientation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="20"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""change_orientation" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="change_orientation">Change orientation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="21"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""force_portrait" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="force_portrait">Force portrait</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="22"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""force_landscape" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="force_landscape">Force landscape</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="23"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""use_default_orientation" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="use_default_orientation">Use default orientation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="24"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""fix_date_taken" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="fix_date_taken">Fix Date Taken value</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="25"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""fixing" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="fixing">Fixing…</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="26"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""dates_fixed_successfully" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="dates_fixed_successfully">Dates fixed successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="27"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""no_date_takens_found" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="no_date_takens_found">No Date Taken values have been found</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="28"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""share_resized" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="share_resized">Share a resized version</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="29"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""switch_to_file_search" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="switch_to_file_search">Switch to file search across all visible folders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="30"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""set_as_default_folder" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="set_as_default_folder">Set as default folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="31"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""unset_as_default_folder" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="unset_as_default_folder">Unset as default folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="32"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""reorder_by_dragging" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="reorder_by_dragging">Reorder folders by dragging</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="33"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""reorder_by_dragging_pro" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="reorder_by_dragging_pro">Reorder folders by dragging (Pro)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="34"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""restore_to_path" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="restore_to_path">Restoring to \'%s\'</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="35"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""full_storage_permission_required" is not translated in "hi" (Hindi), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "hr" (Croatian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nn" (Norwegian Nynorsk), "be" (Belarusian), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "fr" (French), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "sv" (Swedish), "ko" (Korean), "gl" (Galician), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb", "da" (Danish)"
|
||
|
errorLine1=" <string name="full_storage_permission_required">Fossify Gallery needs full access to display all your photos and videos. Go to Settings > Permissions > Photos and videos > Allow all.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="36"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""failed_to_load_media" is not translated in "hi" (Hindi), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "hr" (Croatian), "lv" (Latvian), "hu" (Hungarian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nn" (Norwegian Nynorsk), "be" (Belarusian), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "fr" (French), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "sv" (Swedish), "ko" (Korean), "gl" (Galician), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb", "da" (Danish)"
|
||
|
errorLine1=" <string name="failed_to_load_media">Failed to load media.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="37"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""filter_media" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="filter_media">Filter media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="40"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""images" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="images">Images</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="41"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""videos" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="videos">Videos</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="42"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""gifs" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="gifs">GIFs</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="43"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""raw_images" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="raw_images">RAW images</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="44"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""svgs" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="svgs">SVGs</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="45"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""portraits" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="portraits">Portraits</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="46"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""no_media_with_filters" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="no_media_with_filters">No media files have been found with the selected filters.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="47"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""change_filters_underlined" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="change_filters_underlined"><u>Change filters</u></string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="48"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""hide_folder_description" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden items\' option in Settings. Continue?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="51"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""exclude_folder_description" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="exclude_folder_description">This will exclude the selection together with its subfolders from Fossify Gallery only. You can manage excluded folders in Settings.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="52"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""exclude_folder_parent" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="exclude_folder_parent">Exclude a parent instead?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="53"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""excluded_activity_placeholder" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "ro" (Romanian), "nn" (Norwegian Nynorsk), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="excluded_activity_placeholder">Excluding folders will make them together with their subfolders hidden just in Fossify Gallery, they will still be visible in other applications.\n\nIf you want to hide them from other apps too, use the Hide function.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="54"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""hidden_folders" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="hidden_folders">Hidden folders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="55"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""manage_hidden_folders" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="manage_hidden_folders">Manage hidden folders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="56"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""hidden_folders_placeholder" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="hidden_folders_placeholder">Seems like you don\'t have any folders hidden with a \".nomedia\" file.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="57"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""hidden_all_files" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "ro" (Romanian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="hidden_all_files">You have to grant the app All Files access to see hidden files, else it cannot work.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="58"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""cant_unhide_folder" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "ro" (Romanian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="cant_unhide_folder">If a folder or one of its parent folders has a dot before its name, it is hidden and cannot be unhidden like this. You have to remove the dot by renaming it.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="59"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""include_folders" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="include_folders">Included folders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="62"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""manage_included_folders" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="manage_included_folders">Manage included folders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="63"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""add_folder" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="add_folder">Add folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="64"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""included_activity_placeholder" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="included_activity_placeholder">If you have some folders which contain media, but were not recognized by the app, you can add them manually here.\n\nAdding some items here will not exclude any other folder.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="65"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""no_media_add_included" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="no_media_add_included">No media files have been found. You can solve it by adding the folders containing media files manually.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="66"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""resize_and_save" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="resize_and_save">Resize selection and save</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="69"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""width" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="width">Width</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="70"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""height" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="height">Height</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="71"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""keep_aspect_ratio" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="keep_aspect_ratio">Keep aspect ratio</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="72"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""invalid_values" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="invalid_values">Please enter a valid resolution</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="73"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""resize_multiple_images" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="resize_multiple_images">Resize multiple images</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="74"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""resize_factor" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="resize_factor">Resize factor</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="75"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""resize_factor_info" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="resize_factor_info">Resize images to the given percentage, value must be within 10 and 90.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="76"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""resize_factor_error" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="resize_factor_error">Enter a number between 10 and 90</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="77"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""failed_to_resize_images" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "ro" (Romanian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <plurals name="failed_to_resize_images">"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="78"
|
||
|
column="14"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""images_resized_successfully" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="images_resized_successfully">Images resized successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="82"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""editor" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="editor">Editor</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="85"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""basic_editor" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="basic_editor">Basic Editor</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="86"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""advanced_editor" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="advanced_editor">Advanced Editor</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="87"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""rotate" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="rotate">Rotate</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="88"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""invalid_image_path" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="invalid_image_path">Invalid image path</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="89"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""invalid_video_path" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="invalid_video_path">Invalid video path</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="90"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""image_editing_failed" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="image_editing_failed">Image editing failed</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="91"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""video_editing_failed" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="video_editing_failed">Video editing failed</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="92"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""image_editing_cancelled" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="image_editing_cancelled">Image editing cancelled</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="93"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""video_editing_cancelled" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="video_editing_cancelled">Video editing cancelled</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="94"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""file_edited_successfully" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="file_edited_successfully">File edited successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="95"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""image_edited_successfully" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="image_edited_successfully">Image edited successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="96"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""video_edited_successfully" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="video_edited_successfully">Video edited successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="97"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""edit_image_with" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="edit_image_with">Edit image with:</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="98"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""edit_video_with" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="edit_video_with">Edit video with:</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="99"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""no_image_editor_found" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="no_image_editor_found">No image editor found</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="100"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""no_video_editor_found" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="no_video_editor_found">No video editor found</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="101"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""unknown_file_location" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="unknown_file_location">Unknown file location</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="102"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""error_saving_file" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="error_saving_file">Could not overwrite the source file</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="103"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""rotate_left" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="rotate_left">Rotate left</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="104"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""rotate_right" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="rotate_right">Rotate right</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="105"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""rotate_one_eighty" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="rotate_one_eighty">Rotate by 180º</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="106"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""transform" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="transform">Transform</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="107"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""crop" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="crop">Crop</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="108"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""draw" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="draw">Draw</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="109"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""flip" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="flip">Flip</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="110"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""flip_horizontally" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="flip_horizontally">Flip horizontally</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="111"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""flip_vertically" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="flip_vertically">Flip vertically</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="112"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""free_aspect_ratio" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="free_aspect_ratio">Free</string> <!-- available as an option: 1:1, 4:3, 16:9, free -->"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="113"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""other_aspect_ratio" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="other_aspect_ratio">Other</string> <!-- available as an option: 1:1, 4:3, 16:9, free, other -->"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="114"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""wallpaper" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="wallpaper">Wallpaper</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="117"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""set_as_wallpaper" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="set_as_wallpaper">Set as Wallpaper</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="118"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""set_as_wallpaper_failed" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="set_as_wallpaper_failed">Setting as Wallpaper failed</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="119"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""set_as_wallpaper_with" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="set_as_wallpaper_with">Set as wallpaper with:</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="120"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""setting_wallpaper" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="setting_wallpaper">Setting wallpaper&#8230;</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="121"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""wallpaper_set_successfully" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="wallpaper_set_successfully">Wallpaper set successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="122"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""portrait_aspect_ratio" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="portrait_aspect_ratio">Portrait aspect ratio</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="123"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""landscape_aspect_ratio" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="landscape_aspect_ratio">Landscape aspect ratio</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="124"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""home_screen" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="home_screen">Home screen</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="125"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""lock_screen" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="lock_screen">Lock screen</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="126"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""home_and_lock_screen" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="home_and_lock_screen">Home and lock screen</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="127"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_changing_aspect_ratio" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="allow_changing_aspect_ratio">Allow changing the aspect ratio</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="128"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""slideshow" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="slideshow">Slideshow</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="131"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""interval" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="interval">Interval</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="132"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""include_photos" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="include_photos">Include photos</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="133"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""include_videos" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="include_videos">Include videos</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="134"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""include_gifs" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="include_gifs">Include GIFs</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="135"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""random_order" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="random_order">Random order</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="136"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""move_backwards" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="move_backwards">Move backwards</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="137"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""loop_slideshow" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="loop_slideshow">Loop slideshow</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="138"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""animation" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="animation">Animation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="139"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""no_animation" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="no_animation">None</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="140"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""fade" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "nb" (Norwegian Bokmål), "az" (Azerbaijani), "ro" (Romanian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="fade">Fade</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="141"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""slide" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "nb" (Norwegian Bokmål), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="slide">Slide</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="142"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""slideshow_ended" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="slideshow_ended">The slideshow ended</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="143"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""no_media_for_slideshow" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="no_media_for_slideshow">No media for the slideshow have been found</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="144"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""group_direct_subfolders" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="group_direct_subfolders">Group direct subfolders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="147"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""group_by" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="group_by">Group by</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="150"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""do_not_group_files" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="do_not_group_files">Do not group files</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="151"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_folder" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="by_folder">Folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="152"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_last_modified" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="by_last_modified">Last modified</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="153"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_last_modified_daily" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="by_last_modified_daily">Last modified (daily)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="154"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_last_modified_monthly" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="by_last_modified_monthly">Last modified (monthly)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="155"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_date_taken" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="by_date_taken">Date taken</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="156"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_date_taken_daily" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="by_date_taken_daily">Date taken (daily)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="157"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_date_taken_monthly" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="by_date_taken_monthly">Date taken (monthly)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="158"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_file_type" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="by_file_type">File type</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="159"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""by_extension" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="by_extension">Extension</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="160"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_file_count_section_header" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_file_count_section_header">Show file count at section headers</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="161"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""grouping_and_sorting" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="grouping_and_sorting">Please note that grouping and sorting are 2 independent fields</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="162"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""folder_on_widget" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="folder_on_widget">Folder shown on the widget:</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="165"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_folder_name" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_folder_name">Show folder name</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="166"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""autoplay_videos" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="autoplay_videos">Play videos automatically</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="169"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""remember_last_video_position" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="remember_last_video_position">Remember last video playback position</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="170"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""loop_videos" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="loop_videos">Loop videos</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="171"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""animate_gifs" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="animate_gifs">Animate GIFs at thumbnails</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="172"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""max_brightness" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="max_brightness">Max brightness when viewing fullscreen media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="173"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""crop_thumbnails" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="crop_thumbnails">Crop thumbnails into squares</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="174"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_thumbnail_video_duration" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_thumbnail_video_duration">Show video durations</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="175"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""screen_rotation_by" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="screen_rotation_by">Rotate fullscreen media by</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="176"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""screen_rotation_system_setting" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="screen_rotation_system_setting">System setting</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="177"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""screen_rotation_device_rotation" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="screen_rotation_device_rotation">Device rotation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="178"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""screen_rotation_aspect_ratio" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="screen_rotation_aspect_ratio">Aspect ratio</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="179"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""black_background_at_fullscreen" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="black_background_at_fullscreen">Black background at fullscreen media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="180"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""scroll_thumbnails_horizontally" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="scroll_thumbnails_horizontally">Scroll thumbnails horizontally</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="181"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""hide_system_ui_at_fullscreen" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="hide_system_ui_at_fullscreen">Automatically hide system UI at fullscreen media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="182"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""delete_empty_folders" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="delete_empty_folders">Delete empty folders after deleting their content</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="183"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_photo_gestures" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="allow_photo_gestures">Allow controlling photo brightness with vertical gestures</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="184"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_video_gestures" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="allow_video_gestures">Allow controlling video volume and brightness with vertical gestures</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="185"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""playback_speed" is not translated in "hi" (Hindi), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "hr" (Croatian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nn" (Norwegian Nynorsk), "be" (Belarusian), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "fr" (French), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "sv" (Swedish), "ko" (Korean), "gl" (Galician), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb", "da" (Danish)"
|
||
|
errorLine1=" <string name="playback_speed">Playback speed</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="186"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_media_count" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_media_count">Show folder media count on the main view</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="187"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_extended_details" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_extended_details">Show extended details over fullscreen media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="188"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""manage_extended_details" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="manage_extended_details">Manage extended details</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="189"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""one_finger_zoom" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="one_finger_zoom">Allow one finger zoom at fullscreen media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="190"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_instant_change" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="allow_instant_change">Allow instantly changing media by clicking on screen sides</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="191"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_deep_zooming_images" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="allow_deep_zooming_images">Allow deep zooming images</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="192"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""hide_extended_details" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="hide_extended_details">Hide extended details when status bar is hidden</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="193"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_at_bottom" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_at_bottom">Show some action buttons at the bottom of the screen</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="194"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_recycle_bin" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_recycle_bin">Show the Recycle Bin at the folders screen</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="195"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""deep_zoomable_images" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="deep_zoomable_images">Deep zoomable images</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="196"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_highest_quality" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_highest_quality">Show images in the highest possible quality</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="197"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_recycle_bin_last" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="show_recycle_bin_last">Show the Recycle Bin as the last item on the main screen</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="198"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_down_gesture" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="allow_down_gesture">Allow closing the fullscreen view with a down gesture</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="199"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_one_to_one_zoom" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="allow_one_to_one_zoom">Allow 1:1 zooming in with two double taps</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="200"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""open_videos_on_separate_screen" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="open_videos_on_separate_screen">Always open videos on a separate screen with new horizontal gestures</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="201"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_notch" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_notch">Show a notch if available</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="202"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_rotating_gestures" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="allow_rotating_gestures">Allow rotating images with gestures</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="203"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""file_loading_priority" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="file_loading_priority">File loading priority</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="204"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""speed" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="speed">Speed</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="205"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""compromise" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="compromise">Compromise</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="206"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""avoid_showing_invalid_files" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="avoid_showing_invalid_files">Avoid showing invalid files</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="207"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_image_file_types" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_image_file_types">Show image file types</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="208"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""allow_zooming_videos" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="allow_zooming_videos">Allow zooming videos with double tapping them</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="209"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""folder_thumbnail_style" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="folder_thumbnail_style">Folder thumbnail style</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="210"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""file_thumbnail_style" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="file_thumbnail_style">File thumbnail style</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="211"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""mark_favorite_items" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="mark_favorite_items">Mark favorite items</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="212"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""thumbnail_spacing" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="thumbnail_spacing">Thumbnail spacing</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="213"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_file_count_line" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_file_count_line">Show file count on a separate line</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="214"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_file_count_brackets" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_file_count_brackets">Show file count in brackets</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="215"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_file_count_none" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_file_count_none">Do not show file count</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="216"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""limit_folder_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="limit_folder_title">Limit long folder titles to 1 line</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="217"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""square" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="square">Square</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="218"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""rounded_corners" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="rounded_corners">Rounded corners</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="219"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""export_favorite_paths" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="export_favorite_paths">Export favorites</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="220"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""import_favorite_paths" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="import_favorite_paths">Import favorites</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="221"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""paths_imported_successfully" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="paths_imported_successfully">Paths imported successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="222"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""media_management_prompt" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="media_management_prompt">To make sure that all file operations work reliably, please make this app a Media management app in your device settings.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="223"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""password_protect_excluded" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="password_protect_excluded">Password protect excluded folder visibility</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="224"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""media_management_manual" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="media_management_manual">Something went wrong, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="225"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""media_management_note" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="media_management_note">If the redirection does not work, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="226"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""media_management_alternative" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="media_management_alternative">If you do not want to do it, you can also go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="227"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""alternative_media_access" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="alternative_media_access">Alternatively, you can allow accessing media files only. In that case you will not be able to work with hidden files though.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="228"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""media_only" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="media_only">Media only</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="229"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""all_files" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="all_files">All files</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="230"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""search_all_files" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="search_all_files">Search all files instead of folders on the main screen</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="231"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""show_all_folders" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "ro" (Romanian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "ko" (Korean), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="show_all_folders">Show a menu button for toggling Show All Folders Content quickly</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="232"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""thumbnails" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="thumbnails">Thumbnails</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="235"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""fullscreen_media" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="fullscreen_media">Fullscreen media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="236"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""extended_details" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="extended_details">Extended details</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="237"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""bottom_actions" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="bottom_actions">Bottom actions</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="238"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""manage_bottom_actions" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="manage_bottom_actions">Manage visible bottom actions</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="241"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""toggle_favorite" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "ckb""
|
||
|
errorLine1=" <string name="toggle_favorite">Toggle favorite</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="242"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""toggle_file_visibility" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="toggle_file_visibility">Toggle file visibility</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="243"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_1_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_1_title">How can I make Fossify Gallery the default device gallery?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="246"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_1_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "nb" (Norwegian Bokmål), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nn" (Norwegian Nynorsk), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_1_text">First you have to find the currently default gallery in the Apps section of your device settings, look for a button that says something like \"Open by default\", click on it, then select \"Clear defaults\"."
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="247"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_2_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_2_title">I locked the app with a password, but I forgot it. What can I do?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="249"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_2_text" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_2_text">You can solve it in 2 ways. You can either reinstall the app, or find the app in your device settings and select \"Clear data\". It will reset all your settings, it will not remove any media files.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="250"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_3_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_3_title">How can I make an album always appear at the top?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="251"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_3_text" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_3_text">You can long press the desired album and select the Pin icon at the actions menu, that will pin it to the top. You can pin multiple folders too, pinned items will be sorted by the default sorting method.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="252"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_4_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_4_title">How can I fast forward videos?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="253"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_4_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_4_text">You can do it by double tapping the side of the screen, or tapping the current or max duration texts near the seekbar. If you enable opening videos on a separate screen in the app settings, you can use horizontal gestures too.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="254"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_5_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_5_title">What is the difference between hiding and excluding a folder?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="255"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_5_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nn" (Norwegian Nynorsk), "fi" (Finnish), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "sk" (Slovak), "zgh" (Standard Moroccan Tamazight), "ltg", "sr" (Serbian), "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_5_text">Exclude prevents displaying the folder only in Fossify Gallery, while Hide works system-wise and it hides the folder from other galleries too. It works by creating an empty \".nomedia\" file in the given folder, which you can then remove with any file manager too. Note that some devices do not allow hiding folders like Camera, Screenshots and Downloads.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="256"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_6_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_6_title">Why do folders with music cover art or stickers show up?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="257"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_6_text" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_6_text">It can happen that you will see some unusual albums show up. You can easily exclude them by long pressing them and selecting Exclude. In the next dialog you can then select the parent folder, chances are it will prevent the other related albums showing up too.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="258"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_7_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_7_title">A folder with images isn\'t showing up, or it doesn\'t show all items. What can I do?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="259"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_7_text" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_7_text">That can have multiple reasons, but solving it is easy. Just go in Settings -> Manage Included Folders, select Plus and navigate to the required folder.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="260"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_8_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_8_title">What if I want just a few particular folders visible?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="261"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_8_text" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_8_text">Adding a folder at the Included Folders doesn\'t automatically exclude anything. What you can do is go in Settings -> Manage Excluded Folders, exclude the root folder \"/\", then add the desired folders at Settings -> Manage Included Folders."
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="262"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_10_title" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_10_title">Can I crop images with this app?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="264"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_10_text" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_10_text">Yes, you can crop images in the editor, by dragging the image corners. You can get to the editor either by long pressing an image thumbnail and selecting Edit, or selecting Edit from the fullscreen view.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="265"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_11_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_11_title">Can I somehow group media file thumbnails?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="266"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_11_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_11_text">Sure, just use the \"Group by\" menu item while at the thumbnails view. You can group files by multiple criteria, including Date Taken. If you use the \"Show all folders content\" function you can group them by folders too.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="267"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_12_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_12_title">Sorting by Date Taken doesn\'t seem to work properly, how can I fix it?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="268"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_12_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_12_text">It is most likely caused by the files being copied from somewhere. You can fix it by selecting the file thumbnails and selecting \"Fix Date Taken value\".</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="269"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_13_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_13_title">I see some color banding on the images. How can I improve the quality?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="270"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_13_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_13_text">The current solution for displaying images works fine in the vast majority of cases, but if you want even better image quality, you can enable the \"Show images in the highest possible quality\" at the app settings, in the \"Deep zoomable images\" section.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="271"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_14_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_14_title">I have hidden a file/folder. How can I unhide it?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="272"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_14_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_14_text">You can either press the \"Temporarily show hidden items\" menu item at the main screen, or toggle \"Show hidden items\" in the app settings to see the hidden item. If you want to unhide it, just long press it and select \"Unhide\". Folders are hidden by adding a hidden \".nomedia\" file into them, you can delete the file with any file manager too. Note that hiding works recursively though, so if you hide a folder, all subfolders will become hidden too. So for unhiding the subfolders you have to unhide the parent folder.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="273"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_15_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_15_title">Why does the app take up so much space?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="274"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_15_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_15_text">App cache can take up to 250MB, it ensures quicker image loading. If the app is taking up even more space, it is most likely caused by you having items in the Recycle Bin. Those files count to the app size. You can clear the Recycle bin by opening it and deleting all files, or from the app settings. Every file in the Bin is deleted automatically after 30 days.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="275"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_16_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_16_title">What happened to file and folder hiding and why cannot I see hidden items anymore?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="276"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_16_text" is not translated in "fil" (Filipino; Pilipino), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_16_text">Starting with Android 11 you cannot hide or unhide files or folders anymore, you cannot see the hidden ones in gallery apps due to system restrictions either. You will have to use some file manager for that.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="277"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_16_text_extra" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "ro" (Romanian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_16_text_extra">Or you can also grant this gallery access to All Files through your device settings, that will allow us showing hidden items and make file operations more reliable in general.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="278"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_17_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_17_title">Why cannot I include missing folders anymore?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="279"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_17_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_17_text">That stopped working due to the system changes that came with Android 11 too, the app cannot browse real folders anymore, it relies on the so called MediaStore at fetching data.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="280"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_18_title" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_18_title">Why do I see ads during video playback?</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="281"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="MissingTranslation"
|
||
|
message=""faq_18_text" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "lv" (Latvian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "ms" (Malay), "en" (English), "eo" (Esperanto), "is" (Icelandic), "my" (Burmese), "iw" (Hebrew), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "ckb""
|
||
|
errorLine1=" <string name="faq_18_text">Our apps have no ads whatsoever. If you see them during video playback, you must be using some other apps video player. Try finding your default video player in the device settings, then do a \"Clear defaults\" on it. The next time you invoke some video intent you will see an app picker prompt, where you can select what app you want to use.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="282"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""media" is a common misspelling; did you mean "medier"?"
|
||
|
errorLine1=" <string name="filter_media">Filtrer media</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-nb-rNO/strings.xml"
|
||
|
line="36"
|
||
|
column="41"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""media" is a common misspelling; did you mean "medier"?"
|
||
|
errorLine1=" <string name="no_media_with_filters">Ingen media-filer er funnet med de valgte filtrene.</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-nb-rNO/strings.xml"
|
||
|
line="43"
|
||
|
column="48"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""media" is a common misspelling; did you mean "medier"?"
|
||
|
errorLine1=" <string name="included_activity_placeholder">Hvis du har noen mapper som inneholder media, men ikke ble gjenkjent av appen, kan du legge dem til manuelt her."
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-nb-rNO/strings.xml"
|
||
|
line="54"
|
||
|
column="89"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""albuns" is a common misspelling; did you mean "álbuns"?"
|
||
|
errorLine1=" <string name="faq_6_title">Porque são apresentadas capas de albuns ou stickers?</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-pt-rPT/strings.xml"
|
||
|
line="110"
|
||
|
column="65"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""media" is a common misspelling; did you mean "medier"?"
|
||
|
errorLine1=" <string name="no_media_for_slideshow">Ingen media for lysbildeshowet er funnet</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-nb-rNO/strings.xml"
|
||
|
line="124"
|
||
|
column="49"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""media" is a common misspelling; did you mean "medier"?"
|
||
|
errorLine1=" <string name="screen_rotation_by">Roter media etter</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-nb-rNO/strings.xml"
|
||
|
line="148"
|
||
|
column="45"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""media" is a common misspelling; did you mean "medier"?"
|
||
|
errorLine1=" <string name="allow_instant_change">Tillat å skifte media øyeblikkelig ved å trykke på kanten av skjermen</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-nb-rNO/strings.xml"
|
||
|
line="162"
|
||
|
column="57"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""media" is a common misspelling; did you mean "medier"?"
|
||
|
errorLine1=" <string name="media_only">Kun media</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-nb-rNO/strings.xml"
|
||
|
line="197"
|
||
|
column="35"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""albuns" is a common misspelling; did you mean "álbuns"?"
|
||
|
errorLine1=" <string name="faq_6_title">Porque são apresentadas capas de albuns ou stickers\?</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-pt/strings.xml"
|
||
|
line="218"
|
||
|
column="65"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""Camera" is a common misspelling; did you mean "Câmera"?"
|
||
|
errorLine1=" <string name="faq_5_text">Excluir esconde a pasta apenas na Galeria Fossify, enquanto que a função Hide funciona em todos o sistema e esconde a pasta igualmente noutras aplicações. Esta opção cria um ficheiro vazio \".nomedia\" na pasta em questão, o qual pode ser removido com um gestor de ficheiros. Repara que alguns dispositivos não permite esconder ficheiros com as pastas Camera, Captura de Ecra e Transferências.</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-pt-rPT/strings.xml"
|
||
|
line="221"
|
||
|
column="383"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""Perchè" is a common misspelling; did you mean "Perché"?"
|
||
|
errorLine1=" <string name="faq_6_title">Perchè vengono mostrate cartelle con copertine o adesivi di musica\?</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-it/strings.xml"
|
||
|
line="228"
|
||
|
column="32"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""Perchè" is a common misspelling; did you mean "Perché"?"
|
||
|
errorLine1=" <string name="faq_15_title">Perchè l\'app occupa così tanto spazio\?</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-it/strings.xml"
|
||
|
line="244"
|
||
|
column="33"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Typos"
|
||
|
message=""Camera" is a common misspelling; did you mean "Câmera"?"
|
||
|
errorLine1=" <string name="faq_5_text">Excluir esconde a pasta apenas na Galeria Fossify, enquanto que a função Hide funciona em todos o sistema e esconde a pasta igualmente noutras aplicações. Esta opção cria um ficheiro vazio \".nomedia\" na pasta em questão, o qual pode ser removido com um gestor de ficheiros. Repara que alguns dispositivos não permite esconder ficheiros com as pastas Camera, Captura de Ecra e Transferências.</string>"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/res/values-pt/strings.xml"
|
||
|
line="252"
|
||
|
column="383"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="PermissionImpliesUnsupportedChromeOsHardware"
|
||
|
message="Permission exists without corresponding hardware `<uses-feature android:name="android.hardware.camera" required="false">` tag"
|
||
|
errorLine1=" <uses-permission"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="31"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ExportedReceiver"
|
||
|
message="Exported receiver does not require permission"
|
||
|
errorLine1=" <receiver"
|
||
|
errorLine2=" ~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/AndroidManifest.xml"
|
||
|
line="280"
|
||
|
column="10"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="171"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="210"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="221"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="492"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="757"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="764"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="769"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" adapter.notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/EditActivity.kt"
|
||
|
line="683"
|
||
|
column="21"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/FiltersAdapter.kt"
|
||
|
line="35"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/MediaAdapter.kt"
|
||
|
line="559"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/MediaAdapter.kt"
|
||
|
line="566"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/MediaAdapter.kt"
|
||
|
line="571"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/MediaAdapter.kt"
|
||
|
line="576"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/MediaAdapter.kt"
|
||
|
line="581"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="NotifyDataSetChanged"
|
||
|
message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort."
|
||
|
errorLine1=" notifyDataSetChanged()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/PortraitPhotosAdapter.kt"
|
||
|
line="39"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="StaticFieldLeak"
|
||
|
message="This field leaks a context object"
|
||
|
errorLine1=" val context: Context, val mPath: String, val isPickImage: Boolean = false, val isPickVideo: Boolean = false,"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/asynctasks/GetMediaAsynctask.kt"
|
||
|
line="16"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="VectorPath"
|
||
|
message="Very long vector path (873 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
|
||
|
errorLine1=" <path android:fillColor="#FFFFFF" android:pathData="M14.83 4.83L12.7 2.7C12.08 2.08 11 2.52 11 3.41v0.66C7.06 4.56 4 7.92 4 12c0 3.64 2.43 6.71 5.77 7.68 0.62 0.18 1.23-0.32 1.23-0.96v-0.03c0-0.43-0.27-0.82-0.68-0.94C7.82 17.03 6 14.73 6 12c0-2.97 2.16-5.43 5-5.91v1.53c0 0.89 1.07 1.33 1.7 0.71l2.13-2.08c0.4-0.38 0.4-1.02 0-1.42zm4.84 4.93c-0.16-0.55-0.38-1.08-0.66-1.59-0.31-0.57-1.1-0.66-1.56-0.2l-0.01 0.01c-0.31 0.31-0.38 0.78-0.17 1.16 0.2 0.37 0.36 0.76 0.48 1.16 0.12 0.42 0.51 0.7 0.94 0.7h0.02c0.65 0 1.15-0.62 0.96-1.24zM13 18.68v0.02c0 0.65 0.62 1.14 1.24 0.96 0.55-0.16 1.08-0.38 1.59-0.66 0.57-0.31 0.66-1.1 0.2-1.56l-0.02-0.02c-0.31-0.31-0.78-0.38-1.16-0.17-0.37 0.21-0.76 0.37-1.16 0.49-0.41 0.12-0.69 0.51-0.69 0.94zm4.44-2.65c0.46 0.46 1.25 0.37 1.56-0.2 0.28-0.51 0.5-1.04 0.67-1.59 0.18-0.62-0.31-1.24-0.96-1.24h-0.02c-0.44 0-0.82 0.28-0.94 0.7-0.12 0.4-0.28 0.79-0.48 1.17-0.21 0.38-0.13 0.86 0.17 1.16z"/>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/drawable/ic_rotate_right_vector.xml"
|
||
|
line="2"
|
||
|
column="57"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Overdraw"
|
||
|
message="Possible overdraw: Root element paints background `#FF000000` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
|
errorLine1=" android:background="#FF000000" />"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_new_photo_edit.xml"
|
||
|
line="6"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="Overdraw"
|
||
|
message="Possible overdraw: Root element paints background `#FF000000` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
|
errorLine1=" android:background="#FF000000" />"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_new_video_edit.xml"
|
||
|
line="6"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.layout.activity_new_photo_edit` appears to be unused"
|
||
|
errorLine1="<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||
|
errorLine2="^">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_new_photo_edit.xml"
|
||
|
line="2"
|
||
|
column="1"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.layout.activity_new_video_edit` appears to be unused"
|
||
|
errorLine1="<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||
|
errorLine2="^">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_new_video_edit.xml"
|
||
|
line="2"
|
||
|
column="1"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.bool.show_donate_in_about` appears to be unused"
|
||
|
errorLine1=" <bool name="show_donate_in_about">true</bool>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/foss/res/values/bools.xml"
|
||
|
line="3"
|
||
|
column="11"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.bool.pretend_thank_you_installed` appears to be unused"
|
||
|
errorLine1=" <bool name="pretend_thank_you_installed">true</bool>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/foss/res/values/bools.xml"
|
||
|
line="5"
|
||
|
column="11"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.dimen.dir_tmb_size` appears to be unused"
|
||
|
errorLine1=" <dimen name="dir_tmb_size">150dp</dimen>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/dimens.xml"
|
||
|
line="3"
|
||
|
column="12"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.dimen.medium_tmb_size` appears to be unused"
|
||
|
errorLine1=" <dimen name="medium_tmb_size">100dp</dimen>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/dimens.xml"
|
||
|
line="4"
|
||
|
column="12"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.package_name` appears to be unused"
|
||
|
errorLine1=" <string name="package_name">org.fossify.gallery</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/donottranslate.xml"
|
||
|
line="7"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.drawable.ic_cardboard_vector` appears to be unused"
|
||
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="100" android:viewportHeight="100">"
|
||
|
errorLine2="^">
|
||
|
<location
|
||
|
file="src/main/res/drawable/ic_cardboard_vector.xml"
|
||
|
line="1"
|
||
|
column="1"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.drawable.ic_explore_off_vector` appears to be unused"
|
||
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">"
|
||
|
errorLine2="^">
|
||
|
<location
|
||
|
file="src/main/res/drawable/ic_explore_off_vector.xml"
|
||
|
line="1"
|
||
|
column="1"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.drawable.ic_explore_vector` appears to be unused"
|
||
|
errorLine1="<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">"
|
||
|
errorLine2="^">
|
||
|
<location
|
||
|
file="src/main/res/drawable/ic_explore_vector.xml"
|
||
|
line="1"
|
||
|
column="1"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.integer.default_sorting` appears to be unused"
|
||
|
errorLine1=" <integer name="default_sorting">33794</integer>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/integers.xml"
|
||
|
line="7"
|
||
|
column="14"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.menu.menu_included_folders` appears to be unused"
|
||
|
errorLine1="<menu xmlns:android="http://schemas.android.com/apk/res/android""
|
||
|
errorLine2="^">
|
||
|
<location
|
||
|
file="src/main/res/menu/menu_included_folders.xml"
|
||
|
line="2"
|
||
|
column="1"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.xml.searchable` appears to be unused"
|
||
|
errorLine1="<searchable"
|
||
|
errorLine2="^">
|
||
|
<location
|
||
|
file="src/main/res/xml/searchable.xml"
|
||
|
line="2"
|
||
|
column="1"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.excluded` appears to be unused"
|
||
|
errorLine1=" <string name="excluded">(excluded)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="7"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.pin_folder` appears to be unused"
|
||
|
errorLine1=" <string name="pin_folder">Pin folder</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="8"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.all_folders` appears to be unused"
|
||
|
errorLine1=" <string name="all_folders">All folders</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="12"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.lock_orientation` appears to be unused"
|
||
|
errorLine1=" <string name="lock_orientation">Lock orientation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="19"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.unlock_orientation` appears to be unused"
|
||
|
errorLine1=" <string name="unlock_orientation">Unlock orientation</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="20"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.share_resized` appears to be unused"
|
||
|
errorLine1=" <string name="share_resized">Share a resized version</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="29"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.reorder_by_dragging_pro` appears to be unused"
|
||
|
errorLine1=" <string name="reorder_by_dragging_pro">Reorder folders by dragging (Pro)</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="34"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.advanced_editor` appears to be unused"
|
||
|
errorLine1=" <string name="advanced_editor">Advanced Editor</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="87"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.invalid_video_path` appears to be unused"
|
||
|
errorLine1=" <string name="invalid_video_path">Invalid video path</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="90"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.video_editing_failed` appears to be unused"
|
||
|
errorLine1=" <string name="video_editing_failed">Video editing failed</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="92"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.image_editing_cancelled` appears to be unused"
|
||
|
errorLine1=" <string name="image_editing_cancelled">Image editing cancelled</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="93"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.video_editing_cancelled` appears to be unused"
|
||
|
errorLine1=" <string name="video_editing_cancelled">Video editing cancelled</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="94"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.file_edited_successfully` appears to be unused"
|
||
|
errorLine1=" <string name="file_edited_successfully">File edited successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="95"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.image_edited_successfully` appears to be unused"
|
||
|
errorLine1=" <string name="image_edited_successfully">Image edited successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="96"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.video_edited_successfully` appears to be unused"
|
||
|
errorLine1=" <string name="video_edited_successfully">Video edited successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="97"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.edit_image_with` appears to be unused"
|
||
|
errorLine1=" <string name="edit_image_with">Edit image with:</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="98"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.edit_video_with` appears to be unused"
|
||
|
errorLine1=" <string name="edit_video_with">Edit video with:</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="99"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.no_image_editor_found` appears to be unused"
|
||
|
errorLine1=" <string name="no_image_editor_found">No image editor found</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="100"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.no_video_editor_found` appears to be unused"
|
||
|
errorLine1=" <string name="no_video_editor_found">No video editor found</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="101"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.error_saving_file` appears to be unused"
|
||
|
errorLine1=" <string name="error_saving_file">Could not overwrite the source file</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="103"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.flip` appears to be unused"
|
||
|
errorLine1=" <string name="flip">Flip</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="110"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.set_as_wallpaper` appears to be unused"
|
||
|
errorLine1=" <string name="set_as_wallpaper">Set as Wallpaper</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="118"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.set_as_wallpaper_failed` appears to be unused"
|
||
|
errorLine1=" <string name="set_as_wallpaper_failed">Setting as Wallpaper failed</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="119"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.set_as_wallpaper_with` appears to be unused"
|
||
|
errorLine1=" <string name="set_as_wallpaper_with">Set as wallpaper with:</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="120"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.portrait_aspect_ratio` appears to be unused"
|
||
|
errorLine1=" <string name="portrait_aspect_ratio">Portrait aspect ratio</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="123"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.landscape_aspect_ratio` appears to be unused"
|
||
|
errorLine1=" <string name="landscape_aspect_ratio">Landscape aspect ratio</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="124"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.include_photos` appears to be unused"
|
||
|
errorLine1=" <string name="include_photos">Include photos</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="133"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.by_last_modified` appears to be unused"
|
||
|
errorLine1=" <string name="by_last_modified">Last modified</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="153"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.by_date_taken` appears to be unused"
|
||
|
errorLine1=" <string name="by_date_taken">Date taken</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="156"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.show_media_count` appears to be unused"
|
||
|
errorLine1=" <string name="show_media_count">Show folder media count on the main view</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="187"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.one_finger_zoom` appears to be unused"
|
||
|
errorLine1=" <string name="one_finger_zoom">Allow one finger zoom at fullscreen media</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="190"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.allow_zooming_videos` appears to be unused"
|
||
|
errorLine1=" <string name="allow_zooming_videos">Allow zooming videos with double tapping them</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="209"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.paths_imported_successfully` appears to be unused"
|
||
|
errorLine1=" <string name="paths_imported_successfully">Paths imported successfully</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="222"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.media_management_prompt` appears to be unused"
|
||
|
errorLine1=" <string name="media_management_prompt">To make sure that all file operations work reliably, please make this app a Media management app in your device settings.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="223"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.media_management_manual` appears to be unused"
|
||
|
errorLine1=" <string name="media_management_manual">Something went wrong, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="225"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.media_management_note` appears to be unused"
|
||
|
errorLine1=" <string name="media_management_note">If the redirection does not work, please go into your device Settings - Apps - Special app access - Media management apps and allow this app to manage media.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="226"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.string.show_all_folders` appears to be unused"
|
||
|
errorLine1=" <string name="show_all_folders">Show a menu button for toggling Show All Folders Content quickly</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/strings.xml"
|
||
|
line="232"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.style.FullScreenTheme_Base` appears to be unused"
|
||
|
errorLine1=" <style name="FullScreenTheme.Base" parent="AppTheme">"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/styles.xml"
|
||
|
line="13"
|
||
|
column="12"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="UnusedResources"
|
||
|
message="The resource `R.style.FullScreenTheme` appears to be unused"
|
||
|
errorLine1=" <style name="FullScreenTheme" parent="FullScreenTheme.Base" />"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values/styles.xml"
|
||
|
line="18"
|
||
|
column="12"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RedundantNamespace"
|
||
|
message="This namespace declaration is redundant"
|
||
|
errorLine1=" <org.fossify.commons.views.MyTextView xmlns:android="http://schemas.android.com/apk/res/android""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_storage_permission_required.xml"
|
||
|
line="7"
|
||
|
column="43"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="TooManyViews"
|
||
|
message="`activity_settings.xml` has more than 80 views, bad for performance"
|
||
|
errorLine1=" <RelativeLayout"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_settings.xml"
|
||
|
line="573"
|
||
|
column="14"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="TypographyDashes"
|
||
|
message="Replace "--" with an "em dash" character (—, &#8212;) ?"
|
||
|
errorLine1=" <string name="faq_7_text">Isso pode ocorrer por diversos motivos, mas resolver o problema é fácil. Entre em Configurações --&gt; Gerenciar pastas incluídas, toque no botão \"+\", e selecione a pasta em questão.</string>"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/values-pt-rBR/strings.xml"
|
||
|
line="221"
|
||
|
column="31"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="IconDuplicates"
|
||
|
message="The following unrelated icon files have identical contents: sample_logo.webp, ic_launcher.webp">
|
||
|
<location
|
||
|
file="src/main/res/mipmap-hdpi/ic_launcher.webp"/>
|
||
|
<location
|
||
|
file="src/main/res/drawable-hdpi/sample_logo.webp"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="IconDuplicates"
|
||
|
message="The following unrelated icon files have identical contents: sample_logo.webp, ic_launcher.webp">
|
||
|
<location
|
||
|
file="src/main/res/mipmap-xhdpi/ic_launcher.webp"/>
|
||
|
<location
|
||
|
file="src/main/res/drawable-xhdpi/sample_logo.webp"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="IconDuplicates"
|
||
|
message="The following unrelated icon files have identical contents: sample_logo.webp, ic_launcher.webp">
|
||
|
<location
|
||
|
file="src/main/res/mipmap-xxhdpi/ic_launcher.webp"/>
|
||
|
<location
|
||
|
file="src/main/res/drawable-xxhdpi/sample_logo.webp"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="IconDuplicates"
|
||
|
message="The following unrelated icon files have identical contents: sample_logo.webp, ic_launcher.webp">
|
||
|
<location
|
||
|
file="src/main/res/mipmap-xxxhdpi/ic_launcher.webp"/>
|
||
|
<location
|
||
|
file="src/main/res/drawable-xxxhdpi/sample_logo.webp"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="IconMissingDensityFolder"
|
||
|
message="Missing density variation folders in `src/main/res`: drawable-mdpi">
|
||
|
<location
|
||
|
file="src/main/res"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" dirDragHandle.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="884"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" dirDragHandle.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="884"
|
||
|
column="50"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view `EditorDrawCanvas` overrides `onTouchEvent` but not `performClick`"
|
||
|
errorLine1=" override fun onTouchEvent(event: MotionEvent): Boolean {"
|
||
|
errorLine2=" ~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/views/EditorDrawCanvas.kt"
|
||
|
line="57"
|
||
|
column="18"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view `InstantItemSwitch` overrides `onTouchEvent` but not `performClick`"
|
||
|
errorLine1=" override fun onTouchEvent(event: MotionEvent): Boolean {"
|
||
|
errorLine2=" ~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/views/InstantItemSwitch.kt"
|
||
|
line="32"
|
||
|
column="18"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view `MediaSideScroll` overrides `onTouchEvent` but not `performClick`"
|
||
|
errorLine1=" override fun onTouchEvent(event: MotionEvent): Boolean {"
|
||
|
errorLine2=" ~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/views/MediaSideScroll.kt"
|
||
|
line="82"
|
||
|
column="18"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``GifTextureView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" gifView.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="139"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" gifView.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="139"
|
||
|
column="44"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``GestureImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" gesturesView.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="152"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" gesturesView.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="152"
|
||
|
column="49"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``SubsamplingScaleImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" subsamplingView.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="159"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" subsamplingView.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="159"
|
||
|
column="52"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``RecyclerView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" binding.photoPortraitStripe.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="626"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" binding.photoPortraitStripe.setOnTouchListener { v, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PhotoFragment.kt"
|
||
|
line="626"
|
||
|
column="56"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``ImageView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" videoPreview.setOnTouchListener { view, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/VideoFragment.kt"
|
||
|
line="158"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" videoPreview.setOnTouchListener { view, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/VideoFragment.kt"
|
||
|
line="158"
|
||
|
column="45"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``GestureFrameLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" videoSurfaceFrame.setOnTouchListener { view, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/VideoFragment.kt"
|
||
|
line="163"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" videoSurfaceFrame.setOnTouchListener { view, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/VideoFragment.kt"
|
||
|
line="163"
|
||
|
column="50"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="Custom view ``GestureFrameLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
|
errorLine1=" binding.videoSurfaceFrame.setOnTouchListener { view, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/VideoPlayerActivity.kt"
|
||
|
line="209"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ClickableViewAccessibility"
|
||
|
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
|
errorLine1=" binding.videoSurfaceFrame.setOnTouchListener { view, event ->"
|
||
|
errorLine2=" ^">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/VideoPlayerActivity.kt"
|
||
|
line="209"
|
||
|
column="54"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_edit.xml"
|
||
|
line="30"
|
||
|
column="10"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_widget_config.xml"
|
||
|
line="92"
|
||
|
column="10"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_widget_config.xml"
|
||
|
line="119"
|
||
|
column="10"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_set_wallpaper_actions.xml"
|
||
|
line="10"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_video_time_holder.xml"
|
||
|
line="30"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_video_time_holder.xml"
|
||
|
line="44"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_video_time_holder.xml"
|
||
|
line="58"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_video_time_holder.xml"
|
||
|
line="116"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_grant_all_files.xml"
|
||
|
line="8"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/fragment_playback_speed.xml"
|
||
|
line="18"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/fragment_playback_speed.xml"
|
||
|
line="37"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/item_manage_folder.xml"
|
||
|
line="21"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/pager_video_item.xml"
|
||
|
line="9"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/pager_video_item.xml"
|
||
|
line="38"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/pager_video_item.xml"
|
||
|
line="50"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/photo_item_grid.xml"
|
||
|
line="31"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/photo_item_list.xml"
|
||
|
line="22"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/video_item_grid.xml"
|
||
|
line="16"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/video_item_grid.xml"
|
||
|
line="40"
|
||
|
column="10"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/video_item_list.xml"
|
||
|
line="21"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/video_item_list.xml"
|
||
|
line="66"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/widget.xml"
|
||
|
line="8"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="ContentDescription"
|
||
|
message="Missing `contentDescription` attribute on image"
|
||
|
errorLine1=" <ImageView"
|
||
|
errorLine2=" ~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/widget.xml"
|
||
|
line="14"
|
||
|
column="6"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" binding.dialogFileStyleSpacing.text = "${thumbnailSpacing}x""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ChangeFileThumbnailStyleDialog.kt"
|
||
|
line="67"
|
||
|
column="47"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" sampleBinding.photoCnt.text = photoCount.toString()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ChangeFolderThumbnailStyleDialog.kt"
|
||
|
line="88"
|
||
|
column="51"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" sampleBinding.dirName.text = "$folderName ($photoCount)""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ChangeFolderThumbnailStyleDialog.kt"
|
||
|
line="94"
|
||
|
column="50"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" dirPath?.text = "${directory.path.substringBeforeLast("/")}/""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="775"
|
||
|
column="29"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" photoCnt.text = directory.subfoldersMediaCount.toString()"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/adapters/DirectoryAdapter.kt"
|
||
|
line="846"
|
||
|
column="29"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" text = "$mSlideInfoText:\n$percent%""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/views/MediaSideScroll.kt"
|
||
|
line="199"
|
||
|
column="20"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" speedLabel.text = "${formattedValue}x""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PlaybackSpeedFragment.kt"
|
||
|
line="57"
|
||
|
column="27"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" speedLabel.text = "${formatPlaybackSpeed(playbackSpeed)}x""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/PlaybackSpeedFragment.kt"
|
||
|
line="77"
|
||
|
column="35"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" widthView.setText(size.x.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeDialog.kt"
|
||
|
line="17"
|
||
|
column="27"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" heightView.setText(size.y.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeDialog.kt"
|
||
|
line="18"
|
||
|
column="28"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" widthView.setText(size.x.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeDialog.kt"
|
||
|
line="26"
|
||
|
column="39"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" heightView.setText((width / ratio).toInt().toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeDialog.kt"
|
||
|
line="31"
|
||
|
column="40"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" heightView.setText(size.y.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeDialog.kt"
|
||
|
line="40"
|
||
|
column="40"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" widthView.setText((height * ratio).toInt().toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeDialog.kt"
|
||
|
line="45"
|
||
|
column="39"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" folder.setText("${activity.humanizePath(realPath).trimEnd('/')}/")"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeWithPathDialog.kt"
|
||
|
line="18"
|
||
|
column="28"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" widthView.setText(size.x.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeWithPathDialog.kt"
|
||
|
line="42"
|
||
|
column="27"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" heightView.setText(size.y.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeWithPathDialog.kt"
|
||
|
line="43"
|
||
|
column="28"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" widthView.setText(size.x.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeWithPathDialog.kt"
|
||
|
line="51"
|
||
|
column="39"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" heightView.setText((width / ratio).toInt().toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeWithPathDialog.kt"
|
||
|
line="55"
|
||
|
column="36"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" heightView.setText(size.y.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeWithPathDialog.kt"
|
||
|
line="63"
|
||
|
column="40"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" widthView.setText((height * ratio).toInt().toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/ResizeWithPathDialog.kt"
|
||
|
line="67"
|
||
|
column="35"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" folderValue.setText("${activity.humanizePath(realPath).trimEnd('/')}/")"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/SaveAsDialog.kt"
|
||
|
line="23"
|
||
|
column="33"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" "${getString(R.string.manage_included_folders)} (${getString(org.fossify.commons.R.string.no_permission)})""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/SettingsActivity.kt"
|
||
|
line="200"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" "${getString(org.fossify.commons.R.string.show_hidden_items)} (${getString(org.fossify.commons.R.string.no_permission)})""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/SettingsActivity.kt"
|
||
|
line="234"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
|
errorLine1=" intervalValue.setText(config.slideshowInterval.toString())"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/dialogs/SlideshowDialog.kt"
|
||
|
line="92"
|
||
|
column="35"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" binding.bottomVideoTimeHolder.videoPlaybackSpeed.text = "${DecimalFormat("#.##").format(mConfig.playbackSpeed)}x""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/fragments/VideoFragment.kt"
|
||
|
line="725"
|
||
|
column="69"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="SetTextI18n"
|
||
|
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
|
errorLine1=" binding.bottomVideoTimeHolder.videoPlaybackSpeed.text = "${DecimalFormat("#.##").format(config.playbackSpeed)}x""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/kotlin/org/fossify/gallery/activities/VideoPlayerActivity.kt"
|
||
|
line="332"
|
||
|
column="69"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="HardcodedText"
|
||
|
message="Hardcoded string "1:1", should use `@string` resource"
|
||
|
errorLine1=" android:text="1:1""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_actions_aspect_ratio.xml"
|
||
|
line="33"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="HardcodedText"
|
||
|
message="Hardcoded string "4:3", should use `@string` resource"
|
||
|
errorLine1=" android:text="4:3""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_actions_aspect_ratio.xml"
|
||
|
line="49"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="HardcodedText"
|
||
|
message="Hardcoded string "16:9", should use `@string` resource"
|
||
|
errorLine1=" android:text="16:9""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/bottom_actions_aspect_ratio.xml"
|
||
|
line="65"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="HardcodedText"
|
||
|
message="Hardcoded string ":", should use `@string` resource"
|
||
|
errorLine1=" android:text=":""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_custom_aspect_ratio.xml"
|
||
|
line="40"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="HardcodedText"
|
||
|
message="Hardcoded string ":", should use `@string` resource"
|
||
|
errorLine1=" android:text=":""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_resize_image.xml"
|
||
|
line="40"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="HardcodedText"
|
||
|
message="Hardcoded string ":", should use `@string` resource"
|
||
|
errorLine1=" android:text=":""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_resize_image_with_path.xml"
|
||
|
line="40"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RelativeOverlap"
|
||
|
message="`@id/config_save` can overlap `@id/config_text_color` if @string/ok grows due to localized text expansion"
|
||
|
errorLine1=" <Button"
|
||
|
errorLine2=" ~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/activity_widget_config.xml"
|
||
|
line="126"
|
||
|
column="10"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RelativeOverlap"
|
||
|
message="`@id/interval_label` can overlap `@id/interval_hint` if @string/interval grows due to localized text expansion"
|
||
|
errorLine1=" <org.fossify.commons.views.MyTextView"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_slideshow.xml"
|
||
|
line="14"
|
||
|
column="10"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_delete_with_remember.xml"
|
||
|
line="14"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_export_favorites.xml"
|
||
|
line="29"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="29"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="39"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="49"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="59"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="69"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="79"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="89"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="108"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="118"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="129"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="139"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="149"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_other_aspect_ratio.xml"
|
||
|
line="159"
|
||
|
column="17"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/big_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/dialog_slideshow.xml"
|
||
|
line="21"
|
||
|
column="13"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingEnd="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/directory_item_grid_square.xml"
|
||
|
line="133"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/medium_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/directory_item_list.xml"
|
||
|
line="11"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/activity_margin">"
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/item_manage_folder.xml"
|
||
|
line="10"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/medium_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/photo_item_list.xml"
|
||
|
line="12"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingEnd="@dimen/small_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/photo_item_list.xml"
|
||
|
line="74"
|
||
|
column="9"/>
|
||
|
</issue>
|
||
|
|
||
|
<issue
|
||
|
id="RtlSymmetry"
|
||
|
message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry"
|
||
|
errorLine1=" android:paddingStart="@dimen/medium_margin""
|
||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
|
<location
|
||
|
file="src/main/res/layout/video_item_list.xml"
|
||
|
line="11"
|
||
|
column="5"/>
|
||
|
</issue>
|
||
|
|
||
|
</issues>
|