summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/feature/contextmenu/src/main/res/values-de/strings.xml
blob: 63f2e620971ca6c123ee3412e1483b88d16ef0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Text for context menu item to open the link in a new tab. -->
    <string name="mozac_feature_contextmenu_open_link_in_new_tab">Link in neuem Tab öffnen</string>

    <!-- Text for context menu item to open the link in a private tab. -->
    <string name="mozac_feature_contextmenu_open_link_in_private_tab">Link in privatem Tab öffnen</string>

    <!-- Text for context menu item to open the image in a new tab. -->
    <string name="mozac_feature_contextmenu_open_image_in_new_tab">Grafik in neuem Tab öffnen</string>

    <!-- Text for context menu item to save / download the link. -->
    <string name="mozac_feature_contextmenu_download_link">Link herunterladen</string>
    <!-- Text for context menu item to share the link with an other app. -->
    <string name="mozac_feature_contextmenu_share_link">Link teilen</string>

    <!-- Text for context menu item to share the image with an other app. -->
    <string name="mozac_feature_contextmenu_share_image">Grafik teilen</string>
    <!-- Text for context menu item to copy the link to the clipboard. -->
    <string name="mozac_feature_contextmenu_copy_link">Link kopieren</string>

    <!-- Text for context menu item to copy the URL pointing to the image to the clipboard. -->
    <string name="mozac_feature_contextmenu_copy_image_location">Grafikadresse kopieren</string>

    <!-- Text for context menu item to save / download the image. -->
    <string name="mozac_feature_contextmenu_save_image">Grafik speichern</string>

    <!-- Text for context menu item to copy the image to the clipboard. -->
    <string name="mozac_feature_contextmenu_copy_image">Grafik kopieren</string>
    <!-- Text for context menu item to save / download the file. -->
    <string name="mozac_feature_contextmenu_save_file_to_device">Datei auf Gerät speichern</string>
    <!-- Text for confirmation "snackbar" shown after opening a link in a new tab.  -->
    <string name="mozac_feature_contextmenu_snackbar_new_tab_opened">Neuer Tab geöffnet</string>

    <!-- Text for confirmation "snackbar" shown after opening a link in a new private tab.  -->
    <string name="mozac_feature_contextmenu_snackbar_new_private_tab_opened">Neuer privater Tab geöffnet</string>

    <!-- Text for confirmation "snackbar" shown after copying a link or image URL to the clipboard. -->
    <string name="mozac_feature_contextmenu_snackbar_link_copied">Link in Zwischenablage kopiert</string>
    <!-- Action shown in a "snacbkar" after opening a new/private tab. Clicking this action will switch to the newly opened tab. -->
    <string name="mozac_feature_contextmenu_snackbar_action_switch">Wechseln</string>
    <!-- Text for context menu item to open the link in an external app. -->
    <string name="mozac_feature_contextmenu_open_link_in_external_app">Link in externer App öffnen</string>
    <!-- Text for context menu item to share the email with another app. -->
    <string name="mozac_feature_contextmenu_share_email_address">E-Mail-Adresse teilen</string>
    <!-- Text for context menu item to copy the email address to the clipboard. -->
    <string name="mozac_feature_contextmenu_copy_email_address">E-Mail-Adresse kopieren</string>
    <!-- Text for confirmation "snackbar" shown after copying a email address to the clipboard. -->
    <string name="mozac_feature_contextmenu_snackbar_email_address_copied">E-Mail-Adresse in Zwischenablage kopiert</string>
    <!-- Text for context menu item to add to a contact. -->
    <string name="mozac_feature_contextmenu_add_to_contact">Zu Kontakt hinzufügen</string>
    <!-- Action shown in a text selection context menu. This will prompt a search using the selected text.-->
    <string name="mozac_selection_context_menu_search_2">Suchen</string>
    <!-- Action shown in a text selection context menu. This will prompt a search in a private tab using the selected text-->
    <string name="mozac_selection_context_menu_search_privately_2">Private Suche</string>
    <!-- Action shown in a text selection context menu. This will prompt a share of the selected text. -->
    <string name="mozac_selection_context_menu_share">Teilen</string>
    <!-- Action shown in a text selection context menu. This will prompt a new email from the selected text. -->
    <string name="mozac_selection_context_menu_email">Per E-Mail versenden</string>
    <!-- Action shown in a text selection context menu. This will prompt a new call from the selected text. -->
    <string name="mozac_selection_context_menu_call">Anrufen</string>
</resources>