OSDN Git Service

Apollo: updated Finnish translation
[android-x86/packages-apps-Eleven.git] / res / values-fi / plurals.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2012 Andrew Neal
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15  -->
16 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17
18     <plurals name="Nartists">
19
20         <item quantity="one">1 esittäjä</item>
21         <item quantity="other"><xliff:g id="count">%d</xliff:g> esittäjää</item>
22     </plurals>
23
24     <plurals name="Nalbums">
25
26         <item quantity="one">1 albumi</item>
27         <item quantity="other"><xliff:g id="count">%d</xliff:g> albumia</item>
28     </plurals>
29
30     <plurals name="Nsongs">
31
32         <item quantity="one">1 kappale</item>
33         <item quantity="other"><xliff:g id="count">%d</xliff:g> kappaletta</item>
34     </plurals>
35
36     <plurals name="Ngenres">
37
38         <item quantity="one">1 tyylilaji</item>
39         <item quantity="other"><xliff:g id="count">%d</xliff:g> tyylilajia</item>
40     </plurals>
41
42     <plurals name="NNNtrackstoplaylist">
43
44         <item quantity="one">1 kappale lisätty soittolistalle.</item>
45         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> kappaletta lisätty soittolistalle.</item>
46     </plurals>
47
48     <plurals name="NNNtrackstoqueue">
49
50         <item quantity="one">1 kappale lisätty jonoon.</item>
51         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> kappaletta lisätty jonoon.</item>
52     </plurals>
53
54     <plurals name="NNNtrackstofavorites">
55
56         <item quantity="one">1 kappale lisätty suosikkeihin.</item>
57         <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> kappaletta lisätty suosikkeihin.</item>
58     </plurals>
59
60     <plurals name="NNNtracksdeleted">
61
62         <item quantity="one">1 kappale poistettiin.</item>
63         <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> kappaletta poistettiin.</item>
64     </plurals>
65
66 </resources>