75c31f3274
Change-Id: I593d19fa09ae2605d05aa0a38029691d3653821b
54 lines
2.5 KiB
XML
54 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--Generated by crowdin.com-->
|
|
<!--
|
|
Copyright (C) 2017 The LineageOS Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
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">
|
|
<!-- Directory where the update files will be downloaded and stored.
|
|
WARNING: The application can and will delete any unknown file. -->
|
|
<!-- Directory where the downloads will be exported to.
|
|
The path is relative to the root of the external storage.-->
|
|
<!--
|
|
Optional placeholders replaced at runtime:
|
|
{device} - Device name
|
|
{type} - Build type
|
|
{incr} - Incremental version
|
|
-->
|
|
<plurals name="duration_seconds">
|
|
<item quantity="zero"><xliff:g id="count">%d</xliff:g> eiliadau</item>
|
|
<item quantity="one">1 eiliad</item>
|
|
<item quantity="two"><xliff:g id="count">%d</xliff:g> eiliad</item>
|
|
<item quantity="few"><xliff:g id="count">%d</xliff:g> eiliad</item>
|
|
<item quantity="many"><xliff:g id="count">%d</xliff:g> eiliad</item>
|
|
<item quantity="other"><xliff:g id="count">%d</xliff:g> eiliad</item>
|
|
</plurals>
|
|
<plurals name="duration_minutes">
|
|
<item quantity="zero"><xliff:g id="count">%d</xliff:g> munudau</item>
|
|
<item quantity="one">1 munud</item>
|
|
<item quantity="two"><xliff:g id="count">%d</xliff:g> funud</item>
|
|
<item quantity="few"><xliff:g id="count">%d</xliff:g> munud</item>
|
|
<item quantity="many"><xliff:g id="count">%d</xliff:g> munud</item>
|
|
<item quantity="other"><xliff:g id="count">%d</xliff:g> munud</item>
|
|
</plurals>
|
|
<plurals name="duration_hours">
|
|
<item quantity="zero"><xliff:g id="count">%d</xliff:g> oriau</item>
|
|
<item quantity="one">1 awr</item>
|
|
<item quantity="two"><xliff:g id="count">%d</xliff:g> awr</item>
|
|
<item quantity="few"><xliff:g id="count">%d</xliff:g> awr</item>
|
|
<item quantity="many"><xliff:g id="count">%d</xliff:g> awr</item>
|
|
<item quantity="other"><xliff:g id="count">%d</xliff:g> awr</item>
|
|
</plurals>
|
|
</resources>
|