Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f4369f2 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4481641 from aecfeb44 to pi-release

Change-Id: I06674b48013146d8ce7d7321cdec78a3ac2b1a6f
parents 9592bedd aecfeb44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -176,8 +176,8 @@
    <string name="allow" msgid="1275746941353040309">"Tillad"</string>
    <string name="deny" msgid="5127201668078153379">"Afvis"</string>
    <plurals name="elements_selected" formatted="false" msgid="4448165978637163692">
      <item quantity="one">Der er valgt <xliff:g id="COUNT_1">%1$d</xliff:g></item>
      <item quantity="other">Der er valgt <xliff:g id="COUNT_1">%1$d</xliff:g></item>
      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> er markeret</item>
      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> er markeret</item>
    </plurals>
    <plurals name="elements_dragged" formatted="false" msgid="5932571296037626279">
      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> element</item>
+2 −2
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@
    <string name="handler_app_not_selected" msgid="1294439257183908786">"Ընտրված չէ"</string>
    <string name="handler_app_unknown" msgid="5911661530593229287">"Անհայտ է"</string>
    <string name="metadata_dimensions" msgid="6112907724016659801">"Չափեր"</string>
    <string name="metadata_dimensions_format" msgid="6138765871412005962">"<xliff:g id="WIDTH">%1$d</xliff:g> x <xliff:g id="HEIGHT">%2$d</xliff:g> - <xliff:g id="MEGAPIXELS">%3$,.1f</xliff:g> ՄՊ"</string>
    <string name="metadata_dimensions_format" msgid="6138765871412005962">"<xliff:g id="WIDTH">%1$d</xliff:g> x <xliff:g id="HEIGHT">%2$d</xliff:g> - <xliff:g id="MEGAPIXELS">%3$.1f</xliff:g> ՄՊ"</string>
    <string name="metadata_coordinates" msgid="6897383227370702734">"Կոորդինատներ"</string>
    <string name="metadata_coordinates_format" msgid="1402724596764547761">"<xliff:g id="LATITUDE">%1$,.3f</xliff:g>, <xliff:g id="LONGITUDE">%2$,.3f</xliff:g>"</string>
    <string name="metadata_coordinates_format" msgid="1402724596764547761">"<xliff:g id="LATITUDE">%1$.3f</xliff:g>, <xliff:g id="LONGITUDE">%2$.3f</xliff:g>"</string>
    <string name="metadata_altitude" msgid="8063792127436794294">"Բարձրություն"</string>
    <string name="metadata_camera" msgid="2363009732801281319">"Տեսախցիկ"</string>
    <string name="metadata_camera_format" msgid="1494489751904311612">"<xliff:g id="MAKE">%1$s</xliff:g> <xliff:g id="MODEL">%2$s</xliff:g>"</string>
+6 −0
Original line number Diff line number Diff line
@@ -107,4 +107,10 @@ public class TestJob extends Job {
                service.getString(android.R.string.cancel),
                R.drawable.ic_cab_cancel);
    }

    // Add an empty finish method. R8 will remove the one in the base class as that
    // is never called in the app.
    @Override
    void finish() {
    }
}