LineageOS Infra | 2c33621 | 2023-06-01 12:49:33 +0000 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2012-2013 Andrew Neal |
| 4 | Copyright (C) 2012-2014 The CyanogenMod Project |
| 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License. |
| 17 | --> |
| 18 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 19 | <plurals name="Nalbums"> |
| 20 | <item quantity="one"><xliff:g id="count">%d</xliff:g> hljómplata</item> |
| 21 | <item quantity="other"><xliff:g id="count">%d</xliff:g> hljómplötur</item> |
| 22 | </plurals> |
| 23 | <plurals name="Nsongs"> |
| 24 | <item quantity="one"><xliff:g id="count">%d</xliff:g> lag</item> |
| 25 | <item quantity="other"><xliff:g id="count">%d</xliff:g> lög</item> |
| 26 | </plurals> |
| 27 | <plurals name="Nhours"> |
| 28 | <item quantity="one"><xliff:g id="hours">%d</xliff:g>klst</item> |
| 29 | <item quantity="other"><xliff:g id="hours">%d</xliff:g>klst</item> |
| 30 | </plurals> |
| 31 | <plurals name="Nminutes"> |
| 32 | <item quantity="one"><xliff:g id="minutes">%d</xliff:g>mín</item> |
| 33 | <item quantity="other"><xliff:g id="minutes">%d</xliff:g>mín</item> |
| 34 | </plurals> |
| 35 | <plurals name="NNNtrackstoplaylist"> |
| 36 | <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> lagi bætt á spilunarlista.</item> |
| 37 | <item quantity="other"><xliff:g id="number" example="1">%d</xliff:g> lögum bætt á spilunarlista.</item> |
| 38 | </plurals> |
| 39 | <plurals name="NNNtracksfromplaylist"> |
| 40 | <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> lag fjarlægt af spilunarlista.</item> |
| 41 | <item quantity="other"><xliff:g id="number" example="1">%d</xliff:g> lög fjarlægð af spilunarlista.</item> |
| 42 | </plurals> |
| 43 | <plurals name="NNNtrackstoqueue"> |
| 44 | <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> lagi bætt í biðröðina.</item> |
| 45 | <item quantity="other"><xliff:g id="number" example="1">%d</xliff:g> lögum bætt í biðröðina.</item> |
| 46 | </plurals> |
| 47 | <plurals name="NNNtracksdeleted"> |
| 48 | <item quantity="one"><xliff:g id="songs_to_delete" example="1">%d</xliff:g> lagi var eytt.</item> |
| 49 | <item quantity="other"><xliff:g id="songs_to_delete" example="1">%d</xliff:g> lögum var eytt.</item> |
| 50 | </plurals> |
| 51 | </resources> |