OSDN Git Service

Automatic translation import
[android-x86/packages-apps-Eleven.git] / res / values-de / plurals.xml
index bd64151..abe4ec8 100644 (file)
      limitations under the License.
 -->
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+  <!-- Used to indicate the number of artists -->
   <plurals name="Nartists">
     <item quantity="one"><xliff:g id="count">%d</xliff:g> Interpret</item>
     <item quantity="other"><xliff:g id="count">%d</xliff:g> Interpreten</item>
   </plurals>
+  <!-- Used to indicate the number of albums for an artist -->
   <plurals name="Nalbums">
     <item quantity="one"><xliff:g id="count">%d</xliff:g> Album</item>
     <item quantity="other"><xliff:g id="count">%d</xliff:g> Alben</item>
   </plurals>
+  <!-- Used to indicate the number of songs for an album -->
   <plurals name="Nsongs">
     <item quantity="one"><xliff:g id="count">%d</xliff:g> Titel</item>
     <item quantity="other"><xliff:g id="count">%d</xliff:g> Titel</item>
   </plurals>
+  <!-- Used to indicate the number of genres -->
   <plurals name="Ngenres">
     <item quantity="one"><xliff:g id="count">%d</xliff:g> Genre</item>
     <item quantity="other"><xliff:g id="count">%d</xliff:g> Genres</item>
   </plurals>
+  <!-- Used to show a shortened version of hours-->
   <plurals name="Nhours">
     <item quantity="one"><xliff:g id="hours">%d</xliff:g> h</item>
     <item quantity="other"><xliff:g id="hours">%d</xliff:g> h</item>
   </plurals>
+  <!-- Used to show a shortened version of minutes -->
   <plurals name="Nminutes">
     <item quantity="one"><xliff:g id="minutes">%d</xliff:g> m</item>
     <item quantity="other"><xliff:g id="minutes">%d</xliff:g> m</item>
   </plurals>
+  <!-- Toasts after adding song(s) to playlists -->
   <plurals name="NNNtrackstoplaylist">
     <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> Titel wurde zur Wiedergabeliste hinzugefügt.</item>
     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> Titel wurden zur Wiedergabeliste hinzugefügt.</item>
   </plurals>
+  <!-- Toasts after removing song(s) from playlists -->
   <plurals name="NNNtracksfromplaylist">
     <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> Titel wurde aus der Wiedergabeliste entfernt.</item>
     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> Titel wurden aus der Wiedergabeliste entfernt.</item>
   </plurals>
+  <!-- Toasts after adding song(s) to queue -->
   <plurals name="NNNtrackstoqueue">
     <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> Titel wurde zur Warteschlange hinzugefügt.</item>
     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> Titel wurden zur Warteschlange hinzugefügt.</item>
   </plurals>
+  <!-- Toasts after adding song(s) to the favorites list -->
   <plurals name="NNNtrackstofavorites">
     <item quantity="one"><xliff:g id="number" example="1">%d</xliff:g> Titel wurde zu den Favoriten hinzugefügt.</item>
     <item quantity="other"><xliff:g id="number" example="27">%d</xliff:g> Titel wurden zu den Favoriten hinzugefügt.</item>
   </plurals>
+  <!-- Toast confirming that song(s) was/were deleted. -->
   <plurals name="NNNtracksdeleted">
     <item quantity="one"><xliff:g id="songs_to_delete" example="1">%d</xliff:g> Titel wurde gelöscht.</item>
     <item quantity="other"><xliff:g id="songs_to_delete">%d</xliff:g> Titel wurden gelöscht.</item>