mirror of
https://github.com/FossifyOrg/Calendar.git
synced 2025-12-23 23:59:23 -05:00
6581 lines
446 KiB
XML
6581 lines
446 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<issues format="6" by="lint 8.11.1" type="baseline" client="gradle" dependencies="false" name="AGP (8.11.1)" variant="all" version="8.11.1">
|
||
|
||
<issue
|
||
id="DefaultLocale"
|
||
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead"
|
||
errorLine1=" String.format("%02d:00", hours)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/SettingsActivity.kt"
|
||
line="787"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="DuplicateIncludedIds"
|
||
message="Duplicate id @+id/calendar_wrapper, defined or included multiple times in layout-land/fragment_year.xml: [layout-land/fragment_year.xml defines @+id/calendar_wrapper, layout-land/fragment_year.xml => layout/top_navigation.xml defines @+id/calendar_wrapper]"
|
||
errorLine1=" <include layout="@layout/top_navigation" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout-land/fragment_year.xml"
|
||
line="7"
|
||
column="5"
|
||
message="Duplicate id @+id/calendar_wrapper, defined or included multiple times in layout-land/fragment_year.xml: [layout-land/fragment_year.xml defines @+id/calendar_wrapper, layout-land/fragment_year.xml => layout/top_navigation.xml defines @+id/calendar_wrapper]"/>
|
||
<location
|
||
file="src/main/res/layout-land/fragment_year.xml"
|
||
line="10"
|
||
column="9"
|
||
message="Defined here"/>
|
||
<location
|
||
file="src/main/res/layout/top_navigation.xml"
|
||
line="4"
|
||
column="5"
|
||
message="Defined here, included via layout-land/fragment_year.xml => layout/top_navigation.xml defines @+id/calendar_wrapper"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="DuplicateIncludedIds"
|
||
message="Duplicate id @+id/calendar_wrapper, defined or included multiple times in layout/fragment_year.xml: [layout/fragment_year.xml defines @+id/calendar_wrapper, layout/fragment_year.xml => layout/top_navigation.xml defines @+id/calendar_wrapper]"
|
||
errorLine1=" <include layout="@layout/top_navigation" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_year.xml"
|
||
line="7"
|
||
column="5"
|
||
message="Duplicate id @+id/calendar_wrapper, defined or included multiple times in layout/fragment_year.xml: [layout/fragment_year.xml defines @+id/calendar_wrapper, layout/fragment_year.xml => layout/top_navigation.xml defines @+id/calendar_wrapper]"/>
|
||
<location
|
||
file="src/main/res/layout/fragment_year.xml"
|
||
line="10"
|
||
column="9"
|
||
message="Defined here"/>
|
||
<location
|
||
file="src/main/res/layout/top_navigation.xml"
|
||
line="4"
|
||
column="5"
|
||
message="Defined here, included via layout/fragment_year.xml => layout/top_navigation.xml defines @+id/calendar_wrapper"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NewApi"
|
||
message="Call requires API level 33 (current min is 26): `launchChangeAppLanguageIntent`"
|
||
errorLine1=" launchChangeAppLanguageIntent()"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/SettingsActivity.kt"
|
||
line="325"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SimpleDateFormat"
|
||
message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
|
||
errorLine1=" val format = SimpleDateFormat("hh.mm aa")"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/SettingsActivity.kt"
|
||
line="792"
|
||
column="26"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedAttribute"
|
||
message="Attribute `textFontWeight` is only used in API level 28 and higher (current min is 26)"
|
||
errorLine1=" android:textFontWeight="300""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_item.xml"
|
||
line="73"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedAttribute"
|
||
message="Attribute `textFontWeight` is only used in API level 28 and higher (current min is 26)"
|
||
errorLine1=" android:textFontWeight="300""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_item.xml"
|
||
line="91"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedAttribute"
|
||
message="Attribute `textFontWeight` is only used in API level 28 and higher (current min is 26)"
|
||
errorLine1=" android:textFontWeight="300""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_section_month.xml"
|
||
line="12"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedAttribute"
|
||
message="Attribute `textFontWeight` is only used in API level 28 and higher (current min is 26)"
|
||
errorLine1=" android:textFontWeight="300""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_section_month_widget.xml"
|
||
line="10"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedAttribute"
|
||
message="Attribute `targetCellWidth` is only used in API level 31 and higher (current min is 26)"
|
||
errorLine1=" android:targetCellWidth="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/xml/widget_date_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 26)"
|
||
errorLine1=" android:targetCellHeight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/xml/widget_date_info.xml"
|
||
line="12"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedAttribute"
|
||
message="Attribute `targetCellWidth` is only used in API level 31 and higher (current min is 26)"
|
||
errorLine1=" android:targetCellWidth="4""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/xml/widget_list_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 26)"
|
||
errorLine1=" android:targetCellHeight="4""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/xml/widget_list_info.xml"
|
||
line="12"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedAttribute"
|
||
message="Attribute `targetCellWidth` is only used in API level 31 and higher (current min is 26)"
|
||
errorLine1=" android:targetCellWidth="4""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/xml/widget_monthly_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 26)"
|
||
errorLine1=" android:targetCellHeight="4""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/xml/widget_monthly_info.xml"
|
||
line="12"
|
||
column="5"/>
|
||
</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/calendar/activities/SplashActivity.kt"
|
||
line="9"
|
||
column="7"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SpecifyJobSchedulerIdRange"
|
||
message="Specify a valid range of job id's for `WorkManager` to use."
|
||
errorLine1="class CalDAVUpdateListener : JobService() {"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/jobs/CalDAVUpdateListener.kt"
|
||
line="17"
|
||
column="7"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="AndroidGradlePluginVersion"
|
||
message="A newer version of Gradle than 8.13 is available: 8.14.3"
|
||
errorLine1="distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="$HOME/Projects/Fossify/FossifyOrg/Calendar/gradle/wrapper/gradle-wrapper.properties"
|
||
line="3"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="AndroidGradlePluginVersion"
|
||
message="A newer version of com.android.application than 8.11.1 is available: 8.13.2. (There is also a newer version of 8.11.𝑥 available, if upgrading to 8.13.2 is difficult: 8.11.2)"
|
||
errorLine1="gradlePlugins-agp = "8.11.1""
|
||
errorLine2=" ~~~~~~~~">
|
||
<location
|
||
file="$HOME/Projects/Fossify/FossifyOrg/Calendar/gradle/libs.versions.toml"
|
||
line="20"
|
||
column="21"/>
|
||
</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="100"
|
||
column="13"/>
|
||
</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="111"
|
||
column="13"/>
|
||
</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="121"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NewerVersionAvailable"
|
||
message="A newer version of io.nlopez.compose.rules:detekt than 0.4.28 is available: 0.5.2"
|
||
errorLine1="detektCompose = "0.4.28""
|
||
errorLine2=" ~~~~~~~~">
|
||
<location
|
||
file="$HOME/Projects/Fossify/FossifyOrg/Calendar/gradle/libs.versions.toml"
|
||
line="8"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="DiscouragedApi"
|
||
message="Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios."
|
||
errorLine1=" android:screenOrientation="portrait""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/AndroidManifest.xml"
|
||
line="100"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="DiscouragedApi"
|
||
message="Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios."
|
||
errorLine1=" android:screenOrientation="portrait""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/AndroidManifest.xml"
|
||
line="111"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="DiscouragedApi"
|
||
message="Fixed screen orientations will be ignored in most cases, starting from Android 16. Android is moving toward a model where apps are expected to adapt to various orientations, display sizes, and aspect ratios."
|
||
errorLine1=" android:screenOrientation="portrait""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/AndroidManifest.xml"
|
||
line="121"
|
||
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=" datePicker.findViewById<View>(Resources.getSystem().getIdentifier("day", "id", "android")).beGone()"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthDayFragmentsHolder.kt"
|
||
line="111"
|
||
column="61"/>
|
||
</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=" datePicker.findViewById<View>(Resources.getSystem().getIdentifier("day", "id", "android")).beGone()"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthFragmentsHolder.kt"
|
||
line="113"
|
||
column="61"/>
|
||
</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 = res.getIdentifier("week_num_$i", "id", packageName)"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/MyWidgetMonthlyProvider.kt"
|
||
line="111"
|
||
column="26"/>
|
||
</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 = res.getIdentifier("day_$i", "id", packageName)"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/MyWidgetMonthlyProvider.kt"
|
||
line="131"
|
||
column="26"/>
|
||
</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 = resources.getIdentifier("label_$i", "id", packageName)"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/MyWidgetMonthlyProvider.kt"
|
||
line="242"
|
||
column="32"/>
|
||
</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=" datePicker.findViewById<View>(Resources.getSystem().getIdentifier("day", "id", "android")).beGone()"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/YearFragmentsHolder.kt"
|
||
line="104"
|
||
column="61"/>
|
||
</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=" datePicker.findViewById<View>(Resources.getSystem().getIdentifier("month", "id", "android")).beGone()"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/YearFragmentsHolder.kt"
|
||
line="105"
|
||
column="61"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseRequiresApi"
|
||
message="Use `@RequiresApi(Build.VERSION_CODES.N) instead of `@TargetApi` to propagate the requirement to users of `CalDAVUpdateListener`"
|
||
errorLine1="@TargetApi(Build.VERSION_CODES.N)"
|
||
errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/jobs/CalDAVUpdateListener.kt"
|
||
line="16"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `ResourcesCompat.getDrawable()`"
|
||
errorLine1=" val backgroundDrawable = res.getDrawable(R.drawable.day_monthly_event_background)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/extensions/Context.kt"
|
||
line="804"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `AppCompatResources.getDrawable()`"
|
||
errorLine1=" val pointerLeft = requireContext().getDrawable(org.fossify.commons.R.drawable.ic_chevron_left_vector)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/DayFragment.kt"
|
||
line="57"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `AppCompatResources.getDrawable()`"
|
||
errorLine1=" val pointerRight = requireContext().getDrawable(org.fossify.commons.R.drawable.ic_chevron_right_vector)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/DayFragment.kt"
|
||
line="70"
|
||
column="32"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `ResourcesCompat.getDrawable()`"
|
||
errorLine1=" resources.getDrawable(R.drawable.attendee_status_circular_background)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/EventActivity.kt"
|
||
line="2265"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `ResourcesCompat.getDrawable()`"
|
||
errorLine1=" return resources.getDrawable("
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/EventActivity.kt"
|
||
line="2329"
|
||
column="16"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `ResourcesCompat.getDrawable()`"
|
||
errorLine1=" val newEventDrawable = resources.getDrawable(R.drawable.shortcut_event, theme)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/MainActivity.kt"
|
||
line="486"
|
||
column="32"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `ResourcesCompat.getDrawable()`"
|
||
errorLine1=" val newTaskDrawable = resources.getDrawable(R.drawable.shortcut_task, theme)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/MainActivity.kt"
|
||
line="504"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `AppCompatResources.getDrawable()`"
|
||
errorLine1=" val pointerLeft = requireContext().getDrawable(org.fossify.commons.R.drawable.ic_chevron_left_vector)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthFragment.kt"
|
||
line="121"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `AppCompatResources.getDrawable()`"
|
||
errorLine1=" val pointerRight = requireContext().getDrawable(org.fossify.commons.R.drawable.ic_chevron_right_vector)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthFragment.kt"
|
||
line="134"
|
||
column="32"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `ResourcesCompat.getDrawable()`"
|
||
errorLine1=" val baseDrawable = res.getDrawable(drawableId).toBitmap(drawableHeight, drawableHeight)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/extensions/TextView.kt"
|
||
line="13"
|
||
column="24"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `AppCompatResources.getDrawable()`"
|
||
errorLine1=" val pointerLeft = requireContext().getDrawable(org.fossify.commons.R.drawable.ic_chevron_left_vector)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/YearFragment.kt"
|
||
line="131"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseCompatLoadingForDrawables"
|
||
message="Use `AppCompatResources.getDrawable()`"
|
||
errorLine1=" val pointerRight = requireContext().getDrawable(org.fossify.commons.R.drawable.ic_chevron_right_vector)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/YearFragment.kt"
|
||
line="143"
|
||
column="32"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingQuantity"
|
||
message="For locale "lt" (Lithuanian) the following quantity should also be defined: `many` (e.g. "1.1 obuolio")"
|
||
errorLine1=" <plurals name="within_the_next_days">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-lt/strings.xml"
|
||
line="226"
|
||
column="5"/>
|
||
</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="within_the_next_days">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-cs/strings.xml"
|
||
line="228"
|
||
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="within_the_next_days">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-sk/strings.xml"
|
||
line="230"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingQuantity"
|
||
message="For locale "lt" (Lithuanian) the following quantity should also be defined: `many` (e.g. "1.1 obuolio")"
|
||
errorLine1=" <plurals name="within_the_next_weeks">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-lt/strings.xml"
|
||
line="231"
|
||
column="5"/>
|
||
</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="within_the_next_weeks">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-cs/strings.xml"
|
||
line="233"
|
||
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="within_the_next_weeks">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-sk/strings.xml"
|
||
line="235"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingQuantity"
|
||
message="For locale "lt" (Lithuanian) the following quantity should also be defined: `many` (e.g. "1.1 obuolio")"
|
||
errorLine1=" <plurals name="within_the_next_months">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-lt/strings.xml"
|
||
line="236"
|
||
column="5"/>
|
||
</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="within_the_next_months">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-cs/strings.xml"
|
||
line="238"
|
||
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="within_the_next_months">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-sk/strings.xml"
|
||
line="240"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""app_launcher_name" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "si" (Sinhala), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "ckb""
|
||
errorLine1=" <string name="app_launcher_name">Calendar_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), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "si" (Sinhala), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "ckb""
|
||
errorLine1=" <string name="app_launcher_name">Calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="3"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""change_view" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "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), "cy" (Welsh), "ckb""
|
||
errorLine1=" <string name="change_view">Change view</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="4"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""daily_view" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "ckb""
|
||
errorLine1=" <string name="daily_view">Daily view</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="5"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""weekly_view" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="weekly_view">Weekly view</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="6"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""monthly_view" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="monthly_view">Monthly view</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="7"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""monthly_daily_view" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="monthly_daily_view">Monthly and daily view</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="8"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""yearly_view" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="yearly_view">Yearly view</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="9"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""simple_event_list" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="simple_event_list">Simple event list</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="10"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_upcoming_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="no_upcoming_events">No upcoming events.</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="11"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""go_to_today" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "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), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="go_to_today">Go to today</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="12"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""go_to_date" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "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), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="go_to_date">Go to date</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="13"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""widget_monthly" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="widget_monthly">Calendar monthly</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="16"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""widget_list" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="widget_list">Calendar event list</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="17"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""widget_todays_date" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="widget_todays_date">Calendar today\'s date</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="18"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="event">Event</string>"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="21"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""edit_event" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="edit_event">Edit Event</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="22"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""new_event" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="new_event">New Event</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="23"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""create_new_event" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="create_new_event">Create a new event</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="24"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""duplicate_event" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="duplicate_event">Duplicate event</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="25"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""title_empty" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="title_empty">Title cannot be empty</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="26"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""end_before_start" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="end_before_start">The event cannot end earlier than it starts</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="27"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event_added" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="event_added">Event added successfully</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="28"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event_updated" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="event_updated">Event updated successfully</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="29"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""filter_events_by_type" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="filter_events_by_type">Filter events by calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="30"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""please_fill_location" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="please_fill_location">Please fill in a location to be shown on a map</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="31"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""public_event_notification_text" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="public_event_notification_text">An event is upcoming</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="32"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""everything_filtered_out" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="everything_filtered_out">You have filtered out all calendars</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="33"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event_color" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="event_color">Event color</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="34"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""default_calendar_color" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="default_calendar_color">Default calendar color</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="35"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""task" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="task">Task</string>"
|
||
errorLine2=" ~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="38"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""tasks" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="tasks">Tasks</string>"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="39"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""edit_task" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="edit_task">Edit Task</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="40"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""new_task" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="new_task">New Task</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="41"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""create_new_task" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="create_new_task">Create a new task</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="42"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""duplicate_task" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="duplicate_task">Duplicate task</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="43"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""mark_completed" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="mark_completed">Mark completed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="44"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""mark_incomplete" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="mark_incomplete">Mark incomplete</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="45"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""task_color" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="task_color">Task color</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="46"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repetition" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repetition">Repetition</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="49"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_repetition" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_repetition">No repetition</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="50"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""daily" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="daily">Daily</string>"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="51"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""weekly" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="weekly">Weekly</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="52"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""monthly" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="monthly">Monthly</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="53"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""yearly" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="yearly">Yearly</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="54"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""weeks_raw" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="weeks_raw">weeks</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="55"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""months_raw" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="months_raw">months</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="56"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""years_raw" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="years_raw">years</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="57"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_till" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_till">Repeat till</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="58"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""forever" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="forever">Forever</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="59"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event_is_repeatable" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="event_is_repeatable">The event is repeatable</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="60"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""task_is_repeatable" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="task_is_repeatable">The task is repeatable</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="61"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""selection_contains_repetition" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="selection_contains_repetition">The selection contains repeating events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="62"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""delete_one_only" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="delete_one_only">Delete the selected occurrence only</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="63"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""delete_future_occurrences" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="delete_future_occurrences">Delete this and all future occurrences</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="64"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""delete_all_occurrences" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="delete_all_occurrences">Delete all occurrences</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="65"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""update_one_only" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="update_one_only">Update the selected occurrence only</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="66"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""update_this_and_future_occurrences" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="update_this_and_future_occurrences">Update this and all future occurrences</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="67"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""update_all_occurrences" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="update_all_occurrences">Update all occurrences</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="68"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_till_date" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_till_date">Repeat till a date</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="69"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""stop_repeating_after_x" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="stop_repeating_after_x">Stop repeating after x occurrences</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="70"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_forever" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_forever">Repeat forever</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="71"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""times" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="times">times</string>"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="72"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat">Repeat</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="73"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_on" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_on">Repeat on</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="74"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""selected_days" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="selected_days">On selected days</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="75"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""the_same_day" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="the_same_day">The same day</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="76"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""the_last_day" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="the_last_day">The last day</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="77"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_on_the_same_day_monthly" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_on_the_same_day_monthly">Repeat on the same day each month</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="78"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_on_the_last_day_monthly" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_on_the_last_day_monthly">Repeat on the last day of the month</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="79"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_on_the_same_day_yearly" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_on_the_same_day_yearly">Repeat on the same day every year</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="80"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_every_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_every_m">Repeat every</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="81"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""every_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="every_m">Every</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="82"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""first_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="first_m">first</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="83"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""second_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="second_m">second</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="84"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""third_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="third_m">third</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="85"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""fourth_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="fourth_m">fourth</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="86"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""fifth_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="fifth_m">fifth</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="87"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""last_m" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="last_m">last</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="88"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""repeat_every_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="repeat_every_f">Repeat every</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="92"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""every_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="every_f">Every</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="93"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""first_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="first_f">first</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="94"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""second_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="second_f">second</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="95"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""third_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="third_f">third</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="96"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""fourth_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="fourth_f">fourth</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="97"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""fifth_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="fifth_f">fifth</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="98"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""last_f" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="last_f">last</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="99"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""birthdays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="birthdays">Birthdays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="102"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_birthdays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_birthdays">Add contact birthdays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="103"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_birthdays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_birthdays">No birthdays have been found</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="104"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_new_birthdays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_new_birthdays">No new birthdays have been found</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="105"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""birthdays_added" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="birthdays_added">Birthdays added successfully</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="106"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_birthdays_automatically" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_birthdays_automatically">Add new birthdays automatically</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="107"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""anniversaries" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="anniversaries">Anniversaries</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="110"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_anniversaries" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_anniversaries">Add contact anniversaries</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="111"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_anniversaries" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_anniversaries">No anniversaries have been found</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="112"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_new_anniversaries" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_new_anniversaries">No new anniversaries have been found</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="113"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""anniversaries_added" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="anniversaries_added">Anniversaries added successfully</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="114"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_anniversaries_automatically" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_anniversaries_automatically">Add new anniversaries automatically</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="115"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""reminder" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="reminder">Reminder</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="118"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""before" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="before">before</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="119"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_another_reminder" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_another_reminder">Add another reminder</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="120"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event_reminders" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="event_reminders">Event reminders</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="121"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""reminders" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="reminders">Reminders</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="122"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_another_attendee" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_another_attendee">Add another attendee</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="125"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""my_status" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="my_status">My status:</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="126"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""going" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="going">Going</string>"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="127"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""not_going" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="not_going">Not going</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="128"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""maybe_going" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="maybe_going">Maybe going</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="129"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""invited" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="invited">Invited</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="130"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""enter_a_country" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="enter_a_country">Enter a country or time zone</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="133"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""import_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="import_events">Import events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="136"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""export_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="export_events">Export events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="137"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""import_events_from_ics" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="import_events_from_ics">Import events from an .ics file</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="138"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""import_events_from_ics_pro" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="import_events_from_ics_pro">Import events from an .ics file (Pro)</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="139"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""export_events_to_ics" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="export_events_to_ics">Export events to an .ics file</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="140"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""default_event_type" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="default_event_type">Default calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="141"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""export_past_events_too" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="export_past_events_too">Export past events too</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="142"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""export_tasks" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="export_tasks">Export tasks</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="143"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""export_past_entries" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="export_past_entries">Export past entries too</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="144"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""include_event_types" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="include_event_types">Include calendars</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="145"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""filename_without_ics" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="filename_without_ics">Filename (without .ics)</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="146"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""ignore_event_types" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="ignore_event_types">Ignore calendars in the file, always use the default one</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="147"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""location" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="location">Location</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="150"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""description" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="description">Description</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="151"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""all_day" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="all_day">All-day</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="152"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""week" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="week">Week</string>"
|
||
errorLine2=" ~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="155"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""start_week_with_current_day" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="start_week_with_current_day">Start week with the current day</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="156"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event_types" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="event_types">Calendars</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="159"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_new_type" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_new_type">Add a new calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="160"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""edit_type" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="edit_type">Edit calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="161"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""type_already_exists" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="type_already_exists">Calendar with this title already exists</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="162"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""color" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="color">Color</string>"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="163"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""regular_event" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="regular_event">Local calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="164"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""cannot_delete_default_type" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="cannot_delete_default_type">Built-in calendar cannot be deleted</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="165"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""select_event_type" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="select_event_type">Select a calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="166"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""move_events_into_default" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="move_events_into_default">Move affected events into the default calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="167"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""remove_affected_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="remove_affected_events">Permanently remove affected events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="168"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""unsync_caldav_calendar" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="unsync_caldav_calendar">To remove a CalDAV calendar you have to unsynchronize it</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="169"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""holidays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="holidays">Holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="172"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""add_holidays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="add_holidays">Add holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="173"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""national_holidays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="national_holidays">National holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="174"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""public_holidays" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="public_holidays">Public holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="175"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""regional_holidays" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="regional_holidays">Regional holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="176"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""other_holidays" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="other_holidays">Other holidays and observances</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="177"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""religious_holidays" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="religious_holidays">Religious holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="178"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""select_holidays_to_import" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="select_holidays_to_import">Select holidays to import</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="179"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""holidays_imported_successfully" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="holidays_imported_successfully">Holidays have been successfully imported into the \"Holidays\" calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="180"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""importing_some_holidays_failed" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="importing_some_holidays_failed">Importing some events failed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="181"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""importing_holidays_failed" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="importing_holidays_failed">Importing holidays failed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="182"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""manage_event_types" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="manage_event_types">Manage calendars</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="185"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""start_day_at" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="start_day_at">Start day at</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="186"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""end_day_at" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="end_day_at">End day at</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="187"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""midnight_spanning" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="midnight_spanning">Show events spanning across midnight at the top bar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="188"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""allow_customizing_day_count" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="allow_customizing_day_count">Allow customizing day count</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="189"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""week_numbers" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="week_numbers">Show week numbers</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="190"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""vibrate" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="vibrate">Vibrate on reminder notification</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="191"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""reminder_sound" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="reminder_sound">Reminder sound</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="192"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_ringtone_picker" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_ringtone_picker">No app capable of setting ringtone found</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="193"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_ringtone_selected" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_ringtone_selected">None</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="194"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""day_end_before_start" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="day_end_before_start">The day cannot end earlier than it starts</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="195"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""caldav_sync" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="caldav_sync">CalDAV sync</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="196"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""event_lists" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="event_lists">Event lists</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="197"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""display_past_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="display_past_events">Display events from the past</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="198"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""replace_description_with_location" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="replace_description_with_location">Replace event description with location</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="199"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""display_description_or_location" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="display_description_or_location">Display description or location</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="200"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""delete_all_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="delete_all_events">Delete all events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="201"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""delete_all_events_and_tasks" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="delete_all_events_and_tasks">Delete all events and tasks</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="202"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""delete_all_events_confirmation" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="delete_all_events_confirmation">Are you sure you want to delete all events and tasks? This will leave your calendars and other settings intact.</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="203"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""show_a_grid" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="show_a_grid">Show a grid</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="204"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""loop_reminders" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="loop_reminders">Loop reminders until dismissed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="205"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""dim_past_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="dim_past_events">Dim past events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="206"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""dim_completed_tasks" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="dim_completed_tasks">Dim completed tasks</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="207"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="events">Events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="208"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""reminder_stream" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="reminder_stream">Audio stream used by reminders</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="209"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""system_stream" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="system_stream">System</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="210"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""alarm_stream" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="alarm_stream">Alarm</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="211"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""notification_stream" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="notification_stream">Notification</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="212"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""ring_stream" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="ring_stream">Ring</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="213"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""use_last_event_reminders" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="use_last_event_reminders">Use the last event\'s reminders as the default for new events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="214"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""default_reminder_1" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="default_reminder_1">Default reminder 1</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="215"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""default_reminder_2" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="default_reminder_2">Default reminder 2</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="216"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""default_reminder_3" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="default_reminder_3">Default reminder 3</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="217"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""view_to_open_from_widget" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="view_to_open_from_widget">View to open from the event list widget</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="218"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""last_view" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="last_view">Last view</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="219"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""new_events" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="new_events">New events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="220"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""default_start_time" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="default_start_time">Default start time</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="221"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""next_full_hour" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="next_full_hour">Next full hour</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="222"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""current_time" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="current_time">Current time</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="223"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""default_duration" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="default_duration">Default duration</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="224"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""last_used_one" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="last_used_one">Last used one</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="225"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""other_time" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="other_time">Other time</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="226"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""highlight_weekends" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="highlight_weekends">Highlight weekends on some views</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="227"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""highlight_weekends_color" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="highlight_weekends_color">Color of highlighted weekends</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="228"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""allow_changing_time_zones" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="allow_changing_time_zones">Allow changing event time zones</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="229"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""manage_quick_filter_event_types" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="manage_quick_filter_event_types">Manage quick filter calendars</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="230"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""allow_creating_tasks" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="allow_creating_tasks">Allow creating tasks</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="231"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""caldav" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="caldav">CalDAV</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="234"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""select_caldav_calendars" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="select_caldav_calendars">Select calendars to sync</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="235"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""manage_synced_calendars" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="manage_synced_calendars">Manage synced calendars</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="236"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""store_locally_only" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="store_locally_only">Store locally only</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="237"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""refresh_caldav_calendars" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="refresh_caldav_calendars">Refresh CalDAV calendars</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="238"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""refreshing" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="refreshing">Refreshing…</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="239"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""refreshing_complete" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="refreshing_complete">Refreshing complete</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="240"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""editing_calendar_failed" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="editing_calendar_failed">Editing calendar failed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="241"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""syncing" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="syncing">Syncing…</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="242"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""synchronization_completed" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="synchronization_completed">Sync completed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="243"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""select_a_different_caldav_color" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="select_a_different_caldav_color">Select a different color (might be applied locally only)</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="244"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""insufficient_permissions" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="insufficient_permissions">You are not allowed to write in the selected calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="245"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""caldav_event_not_found" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="caldav_event_not_found">Event not found. Please enable CalDAV sync for the appropriate calendar in the app settings.</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="246"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""no_synchronized_calendars" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="no_synchronized_calendars">No synchronizable calendars have been found</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="247"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""status_free" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="status_free">Free</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="248"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""status_busy" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="status_busy">Busy</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="249"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""fetching_event_failed" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="fetching_event_failed">Fetching event %s failed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="250"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""status_tentative" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "ko" (Korean), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="status_tentative">Tentative</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="251"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""status_confirmed" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "ko" (Korean), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="status_confirmed">Confirmed</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="252"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""status_canceled" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "ko" (Korean), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "th" (Thai), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="status_canceled">Canceled</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="253"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""access_level_public" is not translated in "hi" (Hindi), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "ar" (Arabic), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="access_level_public">Public</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="254"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""access_level_private" is not translated in "hi" (Hindi), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "ar" (Arabic), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="access_level_private">Private</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="255"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""access_level_confidential" is not translated in "hi" (Hindi), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "ar" (Arabic), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="access_level_confidential">Confidential</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="256"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""monday_alt" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="monday_alt">Monday</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="260"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""tuesday_alt" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "zgh" (Standard Moroccan Tamazight), "ltg", "kn" (Kannada), "or" (Odia), "kr" (Kanuri), "sat" (Santali), "ta" (Tamil), "cr" (Cree), "pa" (Punjabi), "te" (Telugu), "cy" (Welsh), "bqi", "ckb""
|
||
errorLine1=" <string name="tuesday_alt">Tuesday</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="261"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""wednesday_alt" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="wednesday_alt">Wednesday</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="262"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""thursday_alt" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="thursday_alt">Thursday</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="263"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""friday_alt" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="friday_alt">Friday</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="264"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""saturday_alt" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="saturday_alt">Saturday</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="265"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sunday_alt" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sunday_alt">Sunday</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="266"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_title_1" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "kab" (Kabyle), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_title_1">Workout</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="269"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_description_1" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_description_1">Leg day</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="270"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_title_2" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_title_2">Meeting with John</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="271"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_description_2" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_description_2">In Rockstone garden</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="272"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_title_3" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_title_3">Library</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="273"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_title_4" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_title_4">Lunch with Mary</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="274"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_description_4" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_description_4">In the Plaza</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="275"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""sample_title_5" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "fa" (Persian), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="sample_title_5">Coffee time</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="276"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""show_events_happening" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="show_events_happening">Show events happening:</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="279"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""within_the_next_one_year" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="within_the_next_one_year">Within the next 1 year</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="280"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""today_only" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="today_only">Today only</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="281"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""within_the_next" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="within_the_next">Within the next…</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="282"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""within_the_next_days" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <plurals name="within_the_next_days">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="283"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""within_the_next_weeks" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <plurals name="within_the_next_weeks">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="287"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""within_the_next_months" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <plurals name="within_the_next_months">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="291"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""show_widget_header" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="show_widget_header">Show header</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="295"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""accessibility_previous_month" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="accessibility_previous_month">Go to previous month</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="298"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""accessibility_next_month" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="accessibility_next_month">Go to next month</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="299"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""accessibility_previous_day" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="accessibility_previous_day">Go to previous day</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="300"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""accessibility_next_day" is not translated in "fil" (Filipino; Pilipino), "lt" (Lithuanian), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bn" (Bangla), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="accessibility_next_day">Go to next day</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="301"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""allow_alarms_reminders" is not translated in "hi" (Hindi), "fil" (Filipino; Pilipino), "lt" (Lithuanian), "hu" (Hungarian), "ia" (Interlingua), "mk" (Macedonian), "ml" (Malayalam), "in" (Indonesian), "ms" (Malay), "el" (Greek), "en" (English), "is" (Icelandic), "my" (Burmese), "eu" (Basque), "ar" (Arabic), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ja" (Japanese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "nn" (Norwegian Nynorsk), "bg" (Bulgarian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "si" (Sinhala), "sk" (Slovak), "sl" (Slovenian), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="allow_alarms_reminders">You must allow the app to schedule alarms for reminders to work properly.</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="304"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_1_title" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_1_title">How can I remove the holidays imported via the \"Add holidays\" button?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="307"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_1_text" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_1_text">Holidays created that way are inserted in a new calendar called \"Holidays\". You can go in Settings -> Manage calendars,"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="308"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_2_title" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_2_title">Can I sync my events via Google Calendar, or other service supporting CalDAV?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="310"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_2_title_extra" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_2_title_extra">Maybe even share calendars with other people?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="311"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_2_text" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_2_text">Yes, just toggle \"CalDAV sync\" in the app settings and select the calendars you want to sync. However, you will need some third-party app handling the synchronization between the device and servers."
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="312"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_3_title" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_3_title">I see the visual reminders, but hear no audio. What can I do?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="314"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_3_text" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_3_text">Not just displaying the actual reminder, but playing the audio is hugely affected by the system too. If you can\'t hear any sound, try going in the app settings,"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="315"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_4_title" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_4_title">Does the app support time zones?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="317"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_4_text" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_4_text">Yes, it does. By default all events are created in your current time zone. If you want to change an event\'s time zone,"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="318"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_5_title" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_5_title">The app shows no notifications, why is that?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="320"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_5_text" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_5_text">Check your device battery and notification settings, if there is nothing blocking the reminders, or killing the app in the background. You might also want to take a look at &lt;a href=https://dontkillmyapp.com&gt;https://dontkillmyapp.com&lt;/a&gt;, it has some useful tips.</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="321"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_6_title" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_6_title">How can I modify or delete an existing calendar?</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="322"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="MissingTranslation"
|
||
message=""faq_6_text" is not translated in "fil" (Filipino; Pilipino), "ia" (Interlingua), "ml" (Malayalam), "ms" (Malay), "en" (English), "is" (Icelandic), "my" (Burmese), "vi" (Vietnamese), "nb" (Norwegian Bokmål), "ne" (Nepali), "az" (Azerbaijani), "fa" (Persian), "bn" (Bangla), "kab" (Kabyle), "br" (Breton), "bs" (Bosnian), "oc" (Occitan (post 1500)), "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), "bqi", "ckb""
|
||
errorLine1=" <string name="faq_6_text">You can do both of those in the app Settings - Manage calendars. Just click on the wanted one for changing the label and color, or select the wanted one by long pressing it and use the trashbin at the top menu for deleting.</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="323"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Typos"
|
||
message=""ultimo" is a common misspelling; did you mean "último"?"
|
||
errorLine1=" <string name="last_f">ultimo</string>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-pt-rBR/strings.xml"
|
||
line="86"
|
||
column="27"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Typos"
|
||
message=""Publico" is a common misspelling; did you mean "Público"?"
|
||
errorLine1=" <string name="access_level_public">Publico</string>"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-pt-rPT/strings.xml"
|
||
line="266"
|
||
column="40"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ImpliedQuantity"
|
||
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
|
||
errorLine1=" <item quantity="one">अगले सप्ताह के भीतर</item>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values-hi-rIN/strings.xml"
|
||
line="164"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ImpliedQuantity"
|
||
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
|
||
errorLine1=" <item quantity="one">Au cours de la prochaine journée</item>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values-fr/strings.xml"
|
||
line="229"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ImpliedQuantity"
|
||
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
|
||
errorLine1=" <item quantity="one">Au cours de la prochaine semaine</item>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values-fr/strings.xml"
|
||
line="234"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ImpliedQuantity"
|
||
message="The quantity `'one'` matches more than one specific number in this locale (0, 1), but the message did not include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue explanation for more."
|
||
errorLine1=" <item quantity="one">Au cours du prochain mois</item>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values-fr/strings.xml"
|
||
line="239"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedQuantity"
|
||
message="For language "zh" (Chinese) the following quantities are not relevant: `one`"
|
||
errorLine1=" <plurals name="within_the_next_days">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-zh-rHK/strings.xml"
|
||
line="230"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedQuantity"
|
||
message="For language "zh" (Chinese) the following quantities are not relevant: `one`"
|
||
errorLine1=" <plurals name="within_the_next_days">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-zh-rTW/strings.xml"
|
||
line="230"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedQuantity"
|
||
message="For language "zh" (Chinese) the following quantities are not relevant: `one`"
|
||
errorLine1=" <plurals name="within_the_next_weeks">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-zh-rHK/strings.xml"
|
||
line="234"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedQuantity"
|
||
message="For language "zh" (Chinese) the following quantities are not relevant: `one`"
|
||
errorLine1=" <plurals name="within_the_next_weeks">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-zh-rTW/strings.xml"
|
||
line="234"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedQuantity"
|
||
message="For language "zh" (Chinese) the following quantities are not relevant: `one`"
|
||
errorLine1=" <plurals name="within_the_next_months">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-zh-rHK/strings.xml"
|
||
line="238"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedQuantity"
|
||
message="For language "zh" (Chinese) the following quantities are not relevant: `one`"
|
||
errorLine1=" <plurals name="within_the_next_months">"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/res/values-zh-rTW/strings.xml"
|
||
line="238"
|
||
column="5"/>
|
||
</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/calendar/adapters/DayEventsAdapter.kt"
|
||
line="85"
|
||
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/calendar/adapters/EventListAdapter.kt"
|
||
line="111"
|
||
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/calendar/adapters/EventListAdapter.kt"
|
||
line="119"
|
||
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/calendar/adapters/EventListAdapter.kt"
|
||
line="131"
|
||
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/calendar/adapters/SelectTimeZoneAdapter.kt"
|
||
line="29"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ObsoleteLayoutParam"
|
||
message="Invalid layout param '`layout_weight`' (included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`)"
|
||
errorLine1=" android:layout_weight="1">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout-land/small_month_view_holder.xml"
|
||
line="6"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ObsoleteLayoutParam"
|
||
message="Invalid layout param '`layout_weight`' (included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`, included from within a `GridLayout` in `layout-land/fragment_year.xml`)"
|
||
errorLine1=" android:layout_weight="1">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/small_month_view_holder.xml"
|
||
line="6"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ObsoleteSdkInt"
|
||
message="Unnecessary; `SDK_INT` is always >= 24"
|
||
errorLine1="@TargetApi(Build.VERSION_CODES.N)"
|
||
errorLine2="~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/jobs/CalDAVUpdateListener.kt"
|
||
line="16"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ObsoleteSdkInt"
|
||
message="Unnecessary; `SDK_INT` is always >= 23"
|
||
errorLine1=" tools:targetApi="m""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/day_monthly_event_view.xml"
|
||
line="40"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ObsoleteSdkInt"
|
||
message="Unnecessary; `SDK_INT` is always >= 23"
|
||
errorLine1=" tools:targetApi="m""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/day_monthly_event_view_widget.xml"
|
||
line="44"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ObsoleteSdkInt"
|
||
message="This folder configuration (`v26`) is unnecessary; `minSdkVersion` is 26. Merge all the resources in this folder into `mipmap-anydpi`.">
|
||
<location
|
||
file="src/main/res/mipmap-anydpi-v26"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="VectorPath"
|
||
message="Very long vector path (3808 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector."
|
||
errorLine1=" <path android:fillColor="#FFFFFFFF" android:pathData="M12.124 1.012c-6.059 0-11 4.941-11 11 0 6.092 4.941 11 11 11s11-4.908 11-11c0-6.059-4.941-11-11-11zm-0.068 1.32l0.982 0.406-0.474 1.117c-0.541 0.27-1.083 0.44-1.659 0.643l-0.338 0.61-0.305 0.135-0.44-0.846 0.305-0.339V3.72L9.281 3.11l0.27-0.236 1.388-0.407 1.117-0.135zM9.416 2.4l0.136 0.237C9.28 2.738 9.044 2.84 8.773 2.94L8.367 3.043l-0.17 0.169-0.473-0.068 0.102-0.135 0.169-0.068 0.304-0.17 0.373-0.033 0.236-0.27L9.416 2.4zM7.182 3.449l0.204 0.338 0.135-0.27 0.338-0.068 0.034 0.203 0.711 0.068 0.17 0.406 0.44 0.17L8.806 4.6C8.57 4.43 8.3 4.295 8.062 4.126l-0.338-0.17c-0.17 0.102-0.305 0.237-0.474 0.34l-0.237 0.44H6.675l0.101-0.34L6.37 4.804l-0.914 0.54 0.102 0.373 0.71 0.304 0.102 0.474 0.27-0.575 0.373-0.136-0.034-0.27 0.44-0.711 0.508 0.27L7.86 5.412l0.44-0.17 0.203 0.407-0.067 0.27 0.27 0.102 0.237 0.203-0.101 0.237-0.643 0.237h-0.44l-0.643 0.27H8.13l-0.338 0.51-0.643 0.134-0.305 0.44-0.542 0.203-0.236 0.643-0.711 0.61-0.102 0.812-0.406-0.508-0.575-0.101L4.17 9.98H3.696L3.19 10.388l-0.102 0.507 0.034 0.474 0.406 0.203 0.271-0.101 0.27-0.373H4.34l-0.102 0.914 0.474-0.034v0.44l0.135 0.44c0.17 0.102 0.44 0.102 0.643 0.17v-0.102l0.643-0.61 0.644 0.475 0.744-0.102 0.305 0.812 0.541 0.102 0.305 0.61c0.61 0.304 1.218 0.642 1.828 0.947l-0.068 0.609-0.474 0.643 0.068 0.88-0.271 0.643-0.575 0.136-0.271 0.372 0.101 0.27-0.338 0.915-0.474 0.203-0.135 0.27-0.271 0.305 0.101 0.203s-0.101 0.068-0.169 0.102c-0.068 0.067-1.252-0.576-1.286-0.677-0.034-0.102 0-0.102 0-0.102l0.27-1.015-0.304-0.474 0.034-0.88-0.27-0.406-0.644-0.61-0.677-1.218 0.203-0.643-0.101-0.17 0.27-0.338 0.271-0.812v-0.101l-0.237-0.102-0.304 0.034-0.508-0.372-0.338-0.44-0.779-0.204-0.812-0.473s-0.339-0.508-0.339-0.61c0.44-3.79 2.505-5.855 3.52-6.803C5.761 4.261 6.1 4.194 6.1 4.194L6.27 3.72l0.304 0.034 0.237 0.135-0.034 0.474 0.068-0.102 0.305-0.27-0.034-0.44 0.067-0.102zm9.579 0.304l0.474 0.17 0.88 0.169-0.203 0.27h-0.508l0.508 0.508 0.372-0.44 0.102-0.203s1.421 1.287 2.233 2.708c0.813 1.422 1.219 3.08 1.219 3.419L21.6 10.658c-0.17-0.203-0.372-0.372-0.575-0.541l-0.44 0.067-0.339-0.473v0.575l0.305 0.237 0.27 0.27 0.271-0.372c0.068 0.136 0.136 0.305 0.203 0.44v0.44l-0.304 0.373-0.643 0.44-0.44 0.44c0.203 0 0.406-0.068 0.643-0.102v0.305l-0.474 1.117-0.406 0.44-0.339 0.71v1.219l0.102 0.474-0.17 0.203-0.372 0.27-0.44 0.34 0.339 0.405-0.474 0.44 0.101 0.271-0.744 0.812H17.2l-0.44 0.271h-0.237v-0.372l-0.101-0.643c-0.136-0.44-0.305-0.88-0.474-1.286 0-0.305 0-0.61 0.034-0.914l0.169-0.44-0.271-0.508 0.034-0.677-0.339-0.44 0.17-0.541-0.305-0.339h-0.474l-0.17-0.169-0.473 0.27-0.237-0.202-0.44 0.406c-0.304-0.372-0.643-0.745-0.981-1.083l-0.407-0.88 0.339-0.508-0.17-0.237 0.407-0.947c0.338-0.407 0.71-0.813 1.05-1.219l0.642-0.17 0.711-0.1 0.474 0.135 0.677 0.677 0.237-0.271 0.372-0.102 0.643 0.237h0.474l0.338-0.304 0.136-0.203-0.305-0.203-0.575-0.034c-0.17-0.204-0.305-0.44-0.474-0.644l-0.17 0.068-0.1 0.575-0.34-0.406-0.067-0.44-0.406-0.27h-0.136l0.407 0.44-0.136 0.372-0.305 0.101 0.17-0.372-0.305-0.203-0.338-0.305-0.542 0.102-0.135 0.169-0.305 0.237-0.17 0.474-0.473 0.236L13.68 8.56h-0.237V7.78l0.474-0.237h0.406l-0.1-0.303-0.305-0.305 0.508-0.102 0.27-0.304 0.102-0.203-0.27 0.27-0.44 0.102 0.1-0.508V5.818l-0.135-0.17V5.413h0.203c0.102 0.237 0.237 0.44 0.305 0.643l0.27 0.27 0.136-0.168h0.406l-0.101-0.305 0.27-0.135v0.338l0.542 0.102 0.576-0.474 0.033-0.237 0.474-0.339C16.998 5.141 16.83 5.141 16.66 5.21V4.837l0.17-0.44h-0.17l-0.473 0.406-0.102 0.203 0.102 0.27-0.17 0.508-0.27-0.169-0.271-0.27-0.372 0.27-0.17-0.677 0.711-0.473V4.228l0.44-0.271 0.677-0.203zm-3.69 0.542l0.238 0.27-0.474 0.305-0.271-0.169 0.034-0.27 0.135 0.033 0.339-0.169zm-4.94 0.102l0.371 0.169V4.87H8.198L7.859 4.6 8.13 4.397zm5.753 1.489l0.135 0.372-0.304 0.17-0.102-0.474 0.271-0.068zM8.706 6.664l0.372 0.237-0.27 0.339-0.102-0.576z"/>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/drawable/ic_globe_vector.xml"
|
||
line="2"
|
||
column="59"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="108"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="181"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="254"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="327"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="400"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="473"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget_config.xml"
|
||
line="40"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget_config.xml"
|
||
line="120"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget_config.xml"
|
||
line="201"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget_config.xml"
|
||
line="281"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget_config.xml"
|
||
line="362"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="NestedWeights"
|
||
message="Nested weights are bad for performance"
|
||
errorLine1=" android:layout_weight="1""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget_config.xml"
|
||
line="443"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Overdraw"
|
||
message="Possible overdraw: Root element paints background `?attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
errorLine1=" android:background="?attr/selectableItemBackground""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/filter_calendar_view.xml"
|
||
line="6"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Overdraw"
|
||
message="Possible overdraw: Root element paints background `@drawable/widget_round_background` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
errorLine1=" android:background="@drawable/widget_round_background""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget_config.xml"
|
||
line="7"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Overdraw"
|
||
message="Possible overdraw: Root element paints background `?attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
errorLine1=" android:background="?attr/selectableItemBackground""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_calendar.xml"
|
||
line="7"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Overdraw"
|
||
message="Possible overdraw: Root element paints background `?attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
errorLine1=" android:background="?attr/selectableItemBackground""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_select_time_zone.xml"
|
||
line="7"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Overdraw"
|
||
message="Possible overdraw: Root element paints background `?attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
errorLine1=" android:background="?attr/selectableItemBackground" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/month_view_background.xml"
|
||
line="6"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Overdraw"
|
||
message="Possible overdraw: Root element paints background `?attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
errorLine1=" android:background="?attr/selectableItemBackground""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/my_checkbox.xml"
|
||
line="6"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="Overdraw"
|
||
message="Possible overdraw: Root element paints background `?selectableItemBackgroundBorderless` with a theme that also paints a background (inferred theme is `@style/AppTheme`)"
|
||
errorLine1=" android:background="?selectableItemBackgroundBorderless""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/weekly_view_day_letter.xml"
|
||
line="8"
|
||
column="5"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.layout.activity_day` appears to be unused"
|
||
errorLine1="<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android""
|
||
errorLine2="^">
|
||
<location
|
||
file="src/main/res/layout/activity_day.xml"
|
||
line="2"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.array.reminders` appears to be unused"
|
||
errorLine1=" <string-array name="reminders">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/array.xml"
|
||
line="3"
|
||
column="19"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.array.custom_reminders` appears to be unused"
|
||
errorLine1=" <string-array name="custom_reminders">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/array.xml"
|
||
line="9"
|
||
column="19"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.array.repetition` appears to be unused"
|
||
errorLine1=" <string-array name="repetition">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/array.xml"
|
||
line="15"
|
||
column="19"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.dimen.monthly_day_height` appears to be unused"
|
||
errorLine1=" <dimen name="monthly_day_height">40dp</dimen>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/dimens.xml"
|
||
line="10"
|
||
column="12"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.dimen.event_color_bar_height` appears to be unused"
|
||
errorLine1=" <dimen name="event_color_bar_height">100dp</dimen>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/dimens.xml"
|
||
line="33"
|
||
column="12"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.drawable.divider_width` appears to be unused"
|
||
errorLine1="<shape xmlns:android="http://schemas.android.com/apk/res/android""
|
||
errorLine2="^">
|
||
<location
|
||
file="src/main/res/drawable/divider_width.xml"
|
||
line="2"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.package_name` appears to be unused"
|
||
errorLine1=" <string name="package_name">org.fossify.calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/donottranslate.xml"
|
||
line="3"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.drawable.ic_circle_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_circle_vector.xml"
|
||
line="1"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.drawable.ic_event_available_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_event_available_vector.xml"
|
||
line="1"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.drawable.ic_event_busy_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_event_busy_vector.xml"
|
||
line="1"
|
||
column="1"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.event_added` appears to be unused"
|
||
errorLine1=" <string name="event_added">Event added successfully</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="28"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.event_updated` appears to be unused"
|
||
errorLine1=" <string name="event_updated">Event updated successfully</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="29"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.create_new_task` appears to be unused"
|
||
errorLine1=" <string name="create_new_task">Create a new task</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="42"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.repetition` appears to be unused"
|
||
errorLine1=" <string name="repetition">Repetition</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="49"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.selected_days` appears to be unused"
|
||
errorLine1=" <string name="selected_days">On selected days</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="75"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.before` appears to be unused"
|
||
errorLine1=" <string name="before">before</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="119"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.import_events_from_ics_pro` appears to be unused"
|
||
errorLine1=" <string name="import_events_from_ics_pro">Import events from an .ics file (Pro)</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="139"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.export_past_events_too` appears to be unused"
|
||
errorLine1=" <string name="export_past_events_too">Export past events too</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="142"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.week` appears to be unused"
|
||
errorLine1=" <string name="week">Week</string>"
|
||
errorLine2=" ~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="155"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.select_event_type` appears to be unused"
|
||
errorLine1=" <string name="select_event_type">Select a calendar</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="166"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.national_holidays` appears to be unused"
|
||
errorLine1=" <string name="national_holidays">National holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="174"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.religious_holidays` appears to be unused"
|
||
errorLine1=" <string name="religious_holidays">Religious holidays</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="178"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.end_day_at` appears to be unused"
|
||
errorLine1=" <string name="end_day_at">End day at</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="187"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.no_ringtone_picker` appears to be unused"
|
||
errorLine1=" <string name="no_ringtone_picker">No app capable of setting ringtone found</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="193"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.no_ringtone_selected` appears to be unused"
|
||
errorLine1=" <string name="no_ringtone_selected">None</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="194"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.day_end_before_start` appears to be unused"
|
||
errorLine1=" <string name="day_end_before_start">The day cannot end earlier than it starts</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="195"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.delete_all_events` appears to be unused"
|
||
errorLine1=" <string name="delete_all_events">Delete all events</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="201"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UnusedResources"
|
||
message="The resource `R.string.select_a_different_caldav_color` appears to be unused"
|
||
errorLine1=" <string name="select_a_different_caldav_color">Select a different color (might be applied locally only)</string>"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/values/strings.xml"
|
||
line="244"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="TooManyViews"
|
||
message="`activity_settings.xml` has more than 80 views, bad for performance"
|
||
errorLine1=" <org.fossify.commons.views.MyTextView"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_settings.xml"
|
||
line="585"
|
||
column="18"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="IconMissingDensityFolder"
|
||
message="Missing density variation folders in `src/main/res`: drawable-mdpi">
|
||
<location
|
||
file="src/main/res"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="AlwaysShowAction"
|
||
message="Prefer "`ifRoom`" instead of "`always`""
|
||
errorLine1=" app:showAsAction="always" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/menu/cab_calendar.xml"
|
||
line="8"
|
||
column="9"/>
|
||
<location
|
||
file="src/main/res/menu/cab_calendar.xml"
|
||
line="13"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="AlwaysShowAction"
|
||
message="Prefer "`ifRoom`" instead of "`always`""
|
||
errorLine1=" app:showAsAction="always" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/menu/cab_day.xml"
|
||
line="8"
|
||
column="9"/>
|
||
<location
|
||
file="src/main/res/menu/cab_day.xml"
|
||
line="13"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="AlwaysShowAction"
|
||
message="Prefer "`ifRoom`" instead of "`always`""
|
||
errorLine1=" app:showAsAction="always" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/menu/cab_event_list.xml"
|
||
line="8"
|
||
column="9"/>
|
||
<location
|
||
file="src/main/res/menu/cab_event_list.xml"
|
||
line="13"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="AlwaysShowAction"
|
||
message="Prefer "`ifRoom`" instead of "`always`""
|
||
errorLine1=" app:showAsAction="always" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/menu/menu_event.xml"
|
||
line="8"
|
||
column="9"/>
|
||
<location
|
||
file="src/main/res/menu/menu_event.xml"
|
||
line="13"
|
||
column="9"/>
|
||
<location
|
||
file="src/main/res/menu/menu_event.xml"
|
||
line="18"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="AlwaysShowAction"
|
||
message="Prefer "`ifRoom`" instead of "`always`""
|
||
errorLine1=" app:showAsAction="always" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/menu/menu_task.xml"
|
||
line="8"
|
||
column="9"/>
|
||
<location
|
||
file="src/main/res/menu/menu_task.xml"
|
||
line="13"
|
||
column="9"/>
|
||
<location
|
||
file="src/main/res/menu/menu_task.xml"
|
||
line="18"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ReportShortcutUsage"
|
||
message="Calling this method indicates use of dynamic shortcuts, but there are no calls to methods that track shortcut usage, such as `pushDynamicShortcut` or `reportShortcutUsed`. Calling these methods is recommended, as they track shortcut usage and allow launchers to adjust which shortcuts appear based on activation history. Please see https://developer.android.com/develop/ui/views/launch/shortcuts/managing-shortcuts#track-usage"
|
||
errorLine1=" shortcutManager.dynamicShortcuts = shortcuts"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/MainActivity.kt"
|
||
line="476"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Bitmap.toDrawable` instead?"
|
||
errorLine1=" val placeholder = BitmapDrawable("
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/adapters/AutoCompleteTextViewAdapter.kt"
|
||
line="58"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(showWeekNumbers) = prefs.edit().putBoolean(WEEK_NUMBERS, showWeekNumbers).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="21"
|
||
column="32"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(startWeeklyAt) = prefs.edit().putInt(START_WEEKLY_AT, startWeeklyAt).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="25"
|
||
column="30"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(startWeekWithCurrentDay) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="29"
|
||
column="40"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(midnightSpanning) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="34"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(allow) = prefs.edit().putBoolean(ALLOW_CUSTOMIZE_DAY_COUNT, allow).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="39"
|
||
column="22"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(vibrate) = prefs.edit().putBoolean(VIBRATE, vibrate).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="43"
|
||
column="24"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(reminderSoundUri) = prefs.edit().putString(REMINDER_SOUND_URI, reminderSoundUri).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="51"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(reminderSoundTitle) = prefs.edit().putString(REMINDER_SOUND_TITLE, reminderSoundTitle)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="59"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastSoundUri) = prefs.edit().putString(LAST_SOUND_URI, lastSoundUri).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="65"
|
||
column="29"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastReminderChannel) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="69"
|
||
column="36"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(view) = prefs.edit().putInt(VIEW, view).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="74"
|
||
column="21"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastEventReminderMinutes) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="78"
|
||
column="41"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastEventReminderMinutes2) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="83"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastEventReminderMinutes3) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="88"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(displayPastEvents) = prefs.edit().putInt(DISPLAY_PAST_EVENTS, displayPastEvents).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="93"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(displayCalendars) = prefs.edit().remove(DISPLAY_CALENDARS)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="97"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(quickFilterCalendars) = prefs.edit().remove(QUICK_FILTER_CALENDARS)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="102"
|
||
column="37"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(viewToOpenFromListWidget) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="113"
|
||
column="41"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" prefs.edit().putBoolean(CALDAV_SYNC, caldavSync).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="120"
|
||
column="13"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(calendarIDs) = prefs.edit().putString(CALDAV_SYNCED_CALENDAR_IDS, calendarIDs).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="125"
|
||
column="28"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(calendarId) = prefs.edit().putInt(LAST_USED_CALDAV_CALENDAR, calendarId).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="132"
|
||
column="27"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastUsedLocalCalendarId) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="136"
|
||
column="40"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastUsedIgnoreCalendarsState) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="141"
|
||
column="45"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(reminderAudioStream) = prefs.edit().putInt(REMINDER_AUDIO_STREAM, reminderAudioStream)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="146"
|
||
column="36"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(replaceDescription) = prefs.edit().putBoolean(REPLACE_DESCRIPTION, replaceDescription)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="151"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(displayDescription) = prefs.edit().putBoolean(DISPLAY_DESCRIPTION, displayDescription)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="156"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(showGrid) = prefs.edit().putBoolean(SHOW_GRID, showGrid).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="161"
|
||
column="25"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(loopReminders) = prefs.edit().putBoolean(LOOP_REMINDERS, loopReminders).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="165"
|
||
column="30"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(dimPastEvents) = prefs.edit().putBoolean(DIM_PAST_EVENTS, dimPastEvents).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="169"
|
||
column="30"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(dimCompletedTasks) = prefs.edit().putBoolean(DIM_COMPLETED_TASKS, dimCompletedTasks)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="173"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(usePreviousEventReminders) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="201"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(defaultReminder1) = prefs.edit().putInt(DEFAULT_REMINDER_1, defaultReminder1).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="206"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(defaultReminder2) = prefs.edit().putInt(DEFAULT_REMINDER_2, defaultReminder2).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="210"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(defaultReminder3) = prefs.edit().putInt(DEFAULT_REMINDER_3, defaultReminder3).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="214"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(pullToRefresh) = prefs.edit().putBoolean(PULL_TO_REFRESH, pullToRefresh).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="218"
|
||
column="30"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastVibrateOnReminder) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="222"
|
||
column="38"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(defaultStartTime) = prefs.edit().putInt(DEFAULT_START_TIME, defaultStartTime).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="227"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(defaultDuration) = prefs.edit().putInt(DEFAULT_DURATION, defaultDuration).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="231"
|
||
column="32"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(defaultCalendarId) = prefs.edit().putLong(DEFAULT_CALENDAR_ID, defaultCalendarId)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="235"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(allowChangingTimeZones) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="240"
|
||
column="39"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(addBirthdaysAutomatically) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="245"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(addAnniversariesAutomatically) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="250"
|
||
column="46"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(birthdayReminders) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="256"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(anniversaryReminders) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="262"
|
||
column="37"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(exportEvents) = prefs.edit().putBoolean(EXPORT_EVENTS, exportEvents).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="267"
|
||
column="29"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(exportTasks) = prefs.edit().putBoolean(EXPORT_TASKS, exportTasks).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="271"
|
||
column="28"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(exportPastEvents) = prefs.edit().putBoolean(EXPORT_PAST_EVENTS, exportPastEvents)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="275"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(weeklyViewItemHeightMultiplier) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="280"
|
||
column="47"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(weeklyViewDays) = prefs.edit().putInt(WEEKLY_VIEW_DAYS, weeklyViewDays).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="285"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(highlightWeekends) = prefs.edit().putBoolean(HIGHLIGHT_WEEKENDS, highlightWeekends)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="289"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(highlightWeekendsColor) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="294"
|
||
column="39"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastUsedEventSpan) = prefs.edit().putInt(LAST_USED_EVENT_SPAN, lastUsedEventSpan)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="299"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(allowCreatingTasks) = prefs.edit().putBoolean(ALLOW_CREATING_TASKS, allowCreatingTasks)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="304"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(wasFilteredOutWarningShown) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="309"
|
||
column="43"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(autoBackupCalendars) = prefs.edit().remove(AUTO_BACKUP_CALENDARS)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="314"
|
||
column="36"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(autoBackupEvents) = prefs.edit().putBoolean(AUTO_BACKUP_EVENTS, autoBackupEvents)"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="319"
|
||
column="33"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(autoBackupTasks) = prefs.edit().putBoolean(AUTO_BACKUP_TASKS, autoBackupTasks).apply()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="324"
|
||
column="32"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(autoBackupPastEntries) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="328"
|
||
column="38"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `SharedPreferences.edit` instead?"
|
||
errorLine1=" set(lastUsedShowListWidgetHeader) = prefs.edit()"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/Config.kt"
|
||
line="333"
|
||
column="45"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/DayFragmentsHolder.kt"
|
||
line="42"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/DayFragmentsHolder.kt"
|
||
line="42"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/EventListFragment.kt"
|
||
line="71"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/EventListFragment.kt"
|
||
line="71"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthDayFragmentsHolder.kt"
|
||
line="45"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthDayFragmentsHolder.kt"
|
||
line="45"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthFragmentsHolder.kt"
|
||
line="45"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/MonthFragmentsHolder.kt"
|
||
line="45"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `String.toUri` instead?"
|
||
errorLine1=" data = Uri.parse(this.toUri(Intent.URI_INTENT_SCHEME))"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/MyWidgetListProvider.kt"
|
||
line="73"
|
||
column="28"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `String.toUri` instead?"
|
||
errorLine1=" data = Uri.parse(this.toUri(Intent.URI_INTENT_SCHEME))"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/MyWidgetListProvider.kt"
|
||
line="73"
|
||
column="28"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `String.toUri` instead?"
|
||
errorLine1=" data = Uri.parse(this.toUri(Intent.URI_INTENT_SCHEME))"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/MyWidgetListProvider.kt"
|
||
line="144"
|
||
column="28"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `String.toUri` instead?"
|
||
errorLine1=" data = Uri.parse(this.toUri(Intent.URI_INTENT_SCHEME))"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/helpers/MyWidgetListProvider.kt"
|
||
line="144"
|
||
column="28"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Bitmap.toDrawable` instead?"
|
||
errorLine1=" val scaledDrawable = BitmapDrawable(res, baseDrawable)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/extensions/TextView.kt"
|
||
line="14"
|
||
column="26"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX function `createBitmap` instead?"
|
||
errorLine1=" val bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/extensions/View.kt"
|
||
line="8"
|
||
column="18"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" background = ColorDrawable(primaryColor)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="458"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" background = ColorDrawable(primaryColor)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="458"
|
||
column="34"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(backgroundColor)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="749"
|
||
column="43"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(backgroundColor)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="749"
|
||
column="43"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(backgroundColor)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="911"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(backgroundColor)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="911"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="53"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="53"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(Color.WHITE)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="290"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(Color.WHITE)"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="290"
|
||
column="31"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="303"
|
||
column="39"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="303"
|
||
column="39"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" periodPickerHolder.background = ColorDrawable(getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/WidgetListConfigureActivity.kt"
|
||
line="64"
|
||
column="45"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" periodPickerHolder.background = ColorDrawable(getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/WidgetListConfigureActivity.kt"
|
||
line="64"
|
||
column="45"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/YearFragmentsHolder.kt"
|
||
line="45"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="UseKtx"
|
||
message="Use the KTX extension function `Int.toDrawable` instead?"
|
||
errorLine1=" binding.root.background = ColorDrawable(requireContext().getProperBackgroundColor())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/YearFragmentsHolder.kt"
|
||
line="45"
|
||
column="35"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ClickableViewAccessibility"
|
||
message="Custom view `MyScrollView` overrides `onTouchEvent` but not `performClick`"
|
||
errorLine1=" override fun onTouchEvent(event: MotionEvent): Boolean {"
|
||
errorLine2=" ~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/views/MyScrollView.kt"
|
||
line="28"
|
||
column="18"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ClickableViewAccessibility"
|
||
message="Custom view ``RelativeLayout`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
errorLine1=" layout.setOnTouchListener { _, motionEvent ->"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="330"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ClickableViewAccessibility"
|
||
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
errorLine1=" layout.setOnTouchListener { _, motionEvent ->"
|
||
errorLine2=" ^">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="330"
|
||
column="43"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ClickableViewAccessibility"
|
||
message="Custom view ``MyScrollView`` has `setOnTouchListener` called on it but does not override `performClick`"
|
||
errorLine1=" binding.weekViewHoursScrollview.setOnTouchListener { _, _ -> true }"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="79"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ClickableViewAccessibility"
|
||
message="`onTouch` lambda should call `View#performClick` when a click is detected"
|
||
errorLine1=" binding.weekViewHoursScrollview.setOnTouchListener { _, _ -> true }"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="79"
|
||
column="60"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="69"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="108"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="203"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="240"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="268"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="300"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="332"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="355"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="452"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="481"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="515"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="549"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="583"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="642"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="683"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="716"
|
||
column="18"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_main.xml"
|
||
line="61"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_settings.xml"
|
||
line="233"
|
||
column="18"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="80"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="151"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="227"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="324"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="365"
|
||
column="14"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="398"
|
||
column="18"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/dialog_calendar.xml"
|
||
line="37"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/dialog_import_events.xml"
|
||
line="29"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/dialog_set_reminders.xml"
|
||
line="10"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_item_widget.xml"
|
||
line="12"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/filter_calendar_view.xml"
|
||
line="22"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="9"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="19"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="44"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="56"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/fragment_month_widget.xml"
|
||
line="68"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_attendee.xml"
|
||
line="33"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_attendee.xml"
|
||
line="40"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_attendee.xml"
|
||
line="64"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_autocomplete_title_subtitle.xml"
|
||
line="13"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_calendar.xml"
|
||
line="29"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_calendar.xml"
|
||
line="38"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/quick_filter_calendar_view.xml"
|
||
line="23"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/radio_button_with_color.xml"
|
||
line="17"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/top_navigation.xml"
|
||
line="6"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/top_navigation.xml"
|
||
line="31"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1="<ImageView xmlns:android="http://schemas.android.com/apk/res/android""
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/week_grid_item.xml"
|
||
line="2"
|
||
column="2"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1="<ImageView xmlns:android="http://schemas.android.com/apk/res/android""
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/week_now_marker.xml"
|
||
line="2"
|
||
column="2"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_config_date.xml"
|
||
line="47"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_config_date.xml"
|
||
line="74"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_config_event_list.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_config_list.xml"
|
||
line="75"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_config_list.xml"
|
||
line="102"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_config_monthly.xml"
|
||
line="22"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_config_monthly.xml"
|
||
line="49"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_event_list.xml"
|
||
line="7"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_event_list_header.xml"
|
||
line="28"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="ContentDescription"
|
||
message="Missing `contentDescription` attribute on image"
|
||
errorLine1=" <ImageView"
|
||
errorLine2=" ~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/widget_event_list_header.xml"
|
||
line="40"
|
||
column="6"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
errorLine1=" eventItemTime.text = "${eventItemTime.text}$startDayString - $endTimeString$endDayString""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/adapters/DayEventsAdapter.kt"
|
||
line="104"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
errorLine1=" eventItemTime.text = "${eventItemTime.text}$startDayString$endDayString""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/adapters/DayEventsAdapter.kt"
|
||
line="107"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
errorLine1=" eventItemTime.text = "${eventItemTime.text} - ${Formatter.getTimeFromTS(activity, listEvent.endTS)}""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/adapters/EventListAdapter.kt"
|
||
line="143"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
errorLine1=" eventItemTime.text = "${eventItemTime.text} (${Formatter.getDateDayTitle(endCode)})""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/adapters/EventListAdapter.kt"
|
||
line="149"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
errorLine1=" exportEventsFilename.setText("${activity.getString(R.string.events)}_${activity.getCurrentFormattedDateTime()}")"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/dialogs/ExportEventsDialog.kt"
|
||
line="40"
|
||
column="42"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
errorLine1=" binding.repeatTypeCount.setText((-repeatLimit).toString())"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/dialogs/RepeatLimitTypePickerDialog.kt"
|
||
line="56"
|
||
column="45"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
errorLine1=" label.text = "$dayLetter\n${curDay.dayOfMonth}""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragment.kt"
|
||
line="304"
|
||
column="26"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
|
||
errorLine1=" binding.weekViewWeekNumber.text = "${getString(org.fossify.commons.R.string.week_number_short)} $weekNumber""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/WeekFragmentsHolder.kt"
|
||
line="164"
|
||
column="43"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
errorLine1=" text = day.value.toString()"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/activities/WidgetMonthlyConfigureActivity.kt"
|
||
line="205"
|
||
column="24"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="SetTextI18n"
|
||
message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
|
||
errorLine1=" topNavigationBinding.topValue.text = mYear.toString()"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/kotlin/org/fossify/calendar/fragments/YearFragment.kt"
|
||
line="182"
|
||
column="50"/>
|
||
</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/widget_config_date.xml"
|
||
line="81"
|
||
column="10"/>
|
||
</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/widget_config_list.xml"
|
||
line="109"
|
||
column="10"/>
|
||
</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/widget_config_monthly.xml"
|
||
line="56"
|
||
column="10"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="129"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="151"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="176"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="263"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="293"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="325"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="375"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="501"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="535"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="569"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="613"
|
||
column="21"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/medium_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_event.xml"
|
||
line="626"
|
||
column="21"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_main.xml"
|
||
line="53"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_main.xml"
|
||
line="81"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="124"
|
||
column="17"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/activity_task.xml"
|
||
line="247"
|
||
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/activity_margin">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/calendar_item_calendar.xml"
|
||
line="8"
|
||
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/one_dp""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/day_monthly_event_view.xml"
|
||
line="15"
|
||
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/one_dp""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/day_monthly_event_view_widget.xml"
|
||
line="26"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
<issue
|
||
id="RtlSymmetry"
|
||
message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry"
|
||
errorLine1=" android:paddingEnd="@dimen/activity_margin">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/dialog_set_reminders.xml"
|
||
line="8"
|
||
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/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_item.xml"
|
||
line="55"
|
||
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/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_item.xml"
|
||
line="89"
|
||
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/event_list_item_widget.xml"
|
||
line="41"
|
||
column="9"/>
|
||
</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/event_list_item_widget.xml"
|
||
line="55"
|
||
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/activity_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_section_day.xml"
|
||
line="9"
|
||
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/bigger_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/event_list_section_day_widget.xml"
|
||
line="7"
|
||
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/event_list_section_month.xml"
|
||
line="8"
|
||
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/event_list_section_month_widget.xml"
|
||
line="7"
|
||
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/small_margin" />"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/filter_calendar_view.xml"
|
||
line="20"
|
||
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/activity_margin">"
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/item_calendar.xml"
|
||
line="17"
|
||
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/one_dp""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/week_all_day_event_marker.xml"
|
||
line="15"
|
||
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/tiny_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/week_all_day_event_marker.xml"
|
||
line="30"
|
||
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/one_dp""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/week_event_marker.xml"
|
||
line="15"
|
||
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/tiny_margin""
|
||
errorLine2=" ~~~~~~~~~~~~~~~~~~~~">
|
||
<location
|
||
file="src/main/res/layout/week_event_marker.xml"
|
||
line="31"
|
||
column="9"/>
|
||
</issue>
|
||
|
||
</issues>
|