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

Commit 449c73a9 authored by Michael W's avatar Michael W
Browse files

Automatic translation import

Change-Id: I5a9ca76537b624e4670b8d24d15710eb8c32893b
parent f746be00
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -15,4 +15,21 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"></resources>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <plurals name="backlight_timeout_time">
        <item quantity="zero"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="one"><xliff:g id="seconds">%d</xliff:g> ثانية</item>
        <item quantity="two"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="few"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="many"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
        <item quantity="other"><xliff:g id="seconds">%d</xliff:g> ثواني</item>
    </plurals>
    <plurals name="app_ops_count">
        <item quantity="zero">%d مرات</item>
        <item quantity="one">مرة</item>
        <item quantity="two">%d مرات</item>
        <item quantity="few">%d مرّات</item>
        <item quantity="many">%d مرّات</item>
        <item quantity="other">%d مرات</item>
    </plurals>
</resources>
+570 −0

File changed.

Preview size limit exceeded, changes collapsed.

+220 −0

File changed.

Preview size limit exceeded, changes collapsed.

+368 −0

File changed.

Preview size limit exceeded, changes collapsed.

+2 −0
Original line number Diff line number Diff line
@@ -143,6 +143,8 @@
    <string name="live_display_color_profile_srgb_summary">Värit tarkentuu sRGB-väritilaan</string>
    <string name="live_display_color_profile_dci_p3_title">DCI-P3</string>
    <string name="live_display_color_profile_dci_p3_summary">Värit tarkentuu DCI-P3-väritilaan</string>
    <string name="live_display_color_profile_adobe_title">Adobe RGB</string>
    <string name="live_display_color_profile_adobe_summary">Värit tarkentuu Adobe RGB-väritilaan</string>
    <string name="live_display_reading_mode_title">Lukutila</string>
    <string name="live_display_reading_mode_summary">Harmaasävytila pitkään lukemiseen</string>
    <string name="color_calibration_title">Värien kalibrointi</string>
Loading