16 lines
848 B
XML
16 lines
848 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<plurals name="numberOfSegments" tools:ignore="MissingQuantity">
|
|
<item quantity="one">%d Segment</item>
|
|
<item quantity="other">%d Segmente</item>
|
|
</plurals>
|
|
<string name="cancel_download">Download abbrechen</string>
|
|
<string name="import_profile">Profil importieren</string>
|
|
<string name="action_download">%s downloaden</string>
|
|
<string name="action_delete">%s löschen</string>
|
|
<string name="action_update">%s aktualisieren</string>
|
|
<string name="action_select">Segmente auswählen</string>
|
|
<string name="action_cancel">Download stoppen</string>
|
|
<string name="summary_segments">Größe=%1$s\nFrei=%2$s</string>
|
|
<string name="notification_title">Segmente herunterladen</string>
|
|
</resources>
|