Abhisek Devkota | 1e3c0b4 | 2017-04-28 15:16:40 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Abhisek Devkota | 1e3c0b4 | 2017-04-28 15:16:40 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | Copyright (C) 2013-2014 The CyanogenMod Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
Michael Bestas | 280660b | 2019-01-12 20:03:35 +0200 | [diff] [blame] | 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <plurals name="backlight_timeout_time"> |
| 19 | <item quantity="one"><xliff:g id="seconds">%d</xliff:g> diog</item> |
| 20 | <item quantity="two"><xliff:g id="seconds">%d</xliff:g> dhiog</item> |
| 21 | <item quantity="few"><xliff:g id="seconds">%d</xliff:g> diogan</item> |
| 22 | <item quantity="other"><xliff:g id="seconds">%d</xliff:g> diog</item> |
| 23 | </plurals> |
| 24 | <plurals name="app_ops_count"> |
| 25 | <item quantity="one">%d turas</item> |
| 26 | <item quantity="two">%d thuras</item> |
| 27 | <item quantity="few">%d tursan</item> |
| 28 | <item quantity="other">%d turas</item> |
| 29 | </plurals> |
| 30 | </resources> |