Skip to content
Snippets Groups Projects
Unverified Commit db8becf3 authored by Chilja Gossow's avatar Chilja Gossow Committed by GitHub
Browse files

new texts (#1906)

parent 93c7b176
No related branches found
No related tags found
No related merge requests found
package de.rki.coronawarnapp.contactdiary.ui.onboarding
import android.os.Bundle
import androidx.fragment.app.Fragment
import android.view.View
import androidx.fragment.app.Fragment
import androidx.navigation.ActionOnlyNavDirections
import de.rki.coronawarnapp.R
import de.rki.coronawarnapp.contactdiary.ui.ContactDiaryActivity
......
package de.rki.coronawarnapp.contactdiary.ui.overview
import android.os.Bundle
import androidx.fragment.app.Fragment
import android.view.View
import android.widget.Toast
import androidx.fragment.app.Fragment
import de.rki.coronawarnapp.R
import de.rki.coronawarnapp.contactdiary.ui.overview.adapter.ContactDiaryOverviewAdapter
import de.rki.coronawarnapp.databinding.ContactDiaryOverviewFragmentBinding
......
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
......@@ -44,4 +43,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
\ No newline at end of file
</layout>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/menu_contact_diary_information"
android:title="@string/menu_contact_diary_information" />
......
......@@ -75,4 +75,26 @@
<!-- XTXT: Header for contact diary overview screen -->
<string name="contact_diary_overview_header">Startseite</string>
</resources>
\ No newline at end of file
<!-- XHED: Title for the contact diary edit locations -->
<string name="contact_diary_edit_locations_title">Orte bearbeiten</string>
<!-- XHED: Title for the contact diary edit persons -->
<string name="contact_diary_edit_persons_title">Personen bearbeiten</string>
<!-- XBUT: Button text for the contact diary edit screen button to delete all locations/persons -->
<string name="contact_diary_remove_all_button">Alle entfernen</string>
<!-- XBUT: Button text for the contact diary dialog to delete all locations/persons -->
<string name="contact_diary_delete_button_positive">Entfernen</string>
<!-- XBUT: Button text for the contact diary dialog to delete all locations/persons -->
<string name="contact_diary_delete_button_negative">Abbrechen</string>
<!-- XHED: Title for the contact diary dialog to delete all locations -->
<string name="contact_diary_delete_locations_title">Wollen Sie wirklich alle Orte entfernen?</string>
<!-- XHED: Title for the contact diary dialog to delete all persons -->
<string name="contact_diary_delete_persons_title">Wollen Sie wirklich alle Personen entfernen?</string>
<!-- XTXT: Message for the contact diary dialog to delete all locations -->
<string name="contact_diary_delete_locations_message">Wenn Sie einen Ort entfernen, werden alle Einträge für diesen Ort aus dem Tagebuch gelöscht.</string>
<!-- XTXT: Message for the contact diary dialog to delete all persons -->
<string name="contact_diary_delete_persons_message">Wenn Sie eine Person entfernen, werden alle Einträge für diese Person aus dem Tagebuch gelöscht.</string>
<!-- XACT: edit icon description for screen readers -->
<string name="contact_diary_edit_icon_content_description">Eintrag bearbeiten</string>
<!-- XACT: edit icon description for screen readers -->
<string name="contact_diary_delete_icon_content_description">Eintrag löschen</string>
</resources>
......@@ -74,4 +74,26 @@
<!-- XTXT: Header for contact diary overview screen -->
<string name="contact_diary_overview_header"/>
</resources>
\ No newline at end of file
<!-- XHED: Title for the contact diary edit locations -->
<string name="contact_diary_edit_locations_title">Orte bearbeiten</string>
<!-- XHED: Title for the contact diary edit persons -->
<string name="contact_diary_edit_persons_title">Personen bearbeiten</string>
<!-- XBUT: Button text for the contact diary edit screen button to delete all locations/persons -->
<string name="contact_diary_remove_all_button">Alle entfernen</string>
<!-- XBUT: Button text for the contact diary dialog to delete all locations/persons -->
<string name="contact_diary_delete_button_positive">Entfernen</string>
<!-- XBUT: Button text for the contact diary dialog to delete all locations/persons -->
<string name="contact_diary_delete_button_negative">Abbrechen</string>
<!-- XHED: Title for the contact diary dialog to delete all locations -->
<string name="contact_diary_delete_locations_title">Wollen Sie wirklich alle Orte entfernen?</string>
<!-- XHED: Title for the contact diary dialog to delete all persons -->
<string name="contact_diary_delete_persons_title">Wollen Sie wirklich alle Personen entfernen?</string>
<!-- XTXT: Message for the contact diary dialog to delete all locations -->
<string name="contact_diary_delete_locations_message">Wenn Sie einen Ort entfernen, werden alle Einträge für diesen Ort aus dem Tagebuch gelöscht.</string>
<!-- XTXT: Message for the contact diary dialog to delete all persons -->
<string name="contact_diary_delete_persons_message">Wenn Sie eine Person entfernen, werden alle Einträge für diese Person aus dem Tagebuch gelöscht.</string>
<!-- XACT: edit icon description for screen readers -->
<string name="contact_diary_edit_icon_content_description">Eintrag bearbeiten</string>
<!-- XACT: edit icon description for screen readers -->
<string name="contact_diary_delete_icon_content_description">Eintrag löschen</string>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment