Takuo Kitame | 271e07a | 2013-03-21 18:22:59 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Michael Bestas | a4a1d81 | 2014-04-17 18:20:45 +0300 | [diff] [blame] | 2 | <!-- |
| 3 | Copyright (C) 2012-2013 Andrew Neal |
| 4 | Copyright (C) 2012-2014 The CyanogenMod Project |
Takuo Kitame | 271e07a | 2013-03-21 18:22:59 +0900 | [diff] [blame] | 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. |
Michael Bestas | a4a1d81 | 2014-04-17 18:20:45 +0300 | [diff] [blame] | 17 | --> |
Takuo Kitame | 271e07a | 2013-03-21 18:22:59 +0900 | [diff] [blame] | 18 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 19 | <plurals name="Nalbums"> |
| 20 | <item quantity="other"><xliff:g id="count">%d</xliff:g>枚のアルバム</item> |
| 21 | </plurals> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 22 | <plurals name="Nsongs"> |
| 23 | <item quantity="other"><xliff:g id="count">%d</xliff:g>曲</item> |
| 24 | </plurals> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 25 | <plurals name="Nhours"> |
| 26 | <item quantity="other"><xliff:g id="hours">%d</xliff:g>時間</item> |
| 27 | </plurals> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 28 | <plurals name="Nminutes"> |
| 29 | <item quantity="other"><xliff:g id="minutes">%d</xliff:g>分</item> |
| 30 | </plurals> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 31 | <plurals name="NNNtrackstoplaylist"> |
| 32 | <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g>曲をプレイリストに追加しました。</item> |
| 33 | </plurals> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 34 | <plurals name="NNNtracksfromplaylist"> |
| 35 | <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g>曲をプレイリストから削除しました。</item> |
| 36 | </plurals> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 37 | <plurals name="NNNtrackstoqueue"> |
| 38 | <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g>曲をキューに追加しました。</item> |
| 39 | </plurals> |
Michael Bestas | bfd30c0 | 2019-01-12 20:03:04 +0200 | [diff] [blame] | 40 | <plurals name="NNNtracksdeleted"> |
| 41 | <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g>曲を削除しました。</item> |
| 42 | </plurals> |
Takuo Kitame | 271e07a | 2013-03-21 18:22:59 +0900 | [diff] [blame] | 43 | </resources> |