playmusicexporter/playmusicexporter/src/main/res/values-de/strings.xml
David Schulte c6fc6493ef Fixed artwork loading size
Fixed action mode
Add deselect button
2015-08-09 21:08:01 +02:00

63 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2015 David Schulte
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
~ in the Software without restriction, including without limitation the rights
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
~ copies of the Software, and to permit persons to whom the Software is
~ furnished to do so, subject to the following conditions:
~
~ The above copyright notice and this permission notice shall be included in
~ all copies or substantial portions of the Software.
~
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
~ THE SOFTWARE.
-->
<resources>
<string name="app_name">Play Music Exporter</string>
<string name="navigation_drawer_close">Drawer schließen</string>
<string name="view_type_selection_title">Ansicht</string>
<string name="title_view_rated">Positiv bewertet</string>
<string name="title_view_playlist">Playlists</string>
<string name="title_view_artist">Interpreten</string>
<string name="title_view_album">Alben</string>
<string name="navigation_drawer_open">Drawer öffnen</string>
<string name="title_track_detail">Titeldetails</string>
<string name="title_settings">Einstellungen</string>
<string name="settings_category_about_me">Über mich</string>
<string name="settings_category_export">Export-Einstellungen</string>
<string name="settings_category_extra">Extras</string>
<string name="settings_category_thanks">Dank an</string>
<string name="settings_donation_summery">Spende über PayPal</string>
<string name="settings_donation_title">Unterstützt mich</string>
<string name="settings_export_path">Speicherort</string>
<string name="settings_export_structure_albums">Verzeichnisbaum für Alben</string>
<string name="settings_export_structure_groups">Verzeichnisbaum für Playlists</string>
<string name="settings_export_id3">MP3 Metadaten</string>
<string name="settings_export_id3_disabled">Ohne Metadaten</string>
<string name="settings_export_id3_with_cover">Metadaten mit Bild</string>
<string name="settings_export_id3_without_cover">Metadaten ohne Bild</string>
<string name="notification_export_finished_single_summery">%1$s wurde erfolgreich exportiert!</string>
<string name="notification_export_working_single_summery">Titel wird exportiert&#8230;</string>
<string name="notification_export_working_summery">Titel %1$d von %2$d wird exportiert&#8230;</string>
<string name="notification_export_finished_summery">%1$d Titel wurden erfolgreich exportiert!</string>
<string name="notification_export_finished_title">Export abgeschlossen!</string>
<string name="search">Suchen</string>
<string name="button_export_group">Alle Titel exportieren</string>
<string name="action_export">Exportieren</string>
<string name="action_play">Wiedergeben</string>
<string name="action_share">Teilen</string>
<string name="action_select_all">Alles markieren</string>
<string name="settings_export_path_custom">Benutzerdefinierter Pfad</string>
<string name="settings_export_id3_artwork_size">Maximale Artworkgröße</string>
<string name="settings_export_id3_artwork_size_summary">Wenn die Größe des Artworks größer als der eingestellte Wert ist, wird das Artwork auf diesen Wert runter skalliert.</string>
<string name="action_mode_track_selection">%d Titel ausgewählt</string>
</resources>