Import translations from android-l10n
[gecko.git] / mobile / android / android-components / components / feature / contextmenu / src / main / res / values-am / strings.xml
blob3e3debaac9c7473db7c8196f643c9d4be7c8e772
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <!-- Text for context menu item to open the link in a new tab. -->
4     <string name="mozac_feature_contextmenu_open_link_in_new_tab">አገናኙን በአዲስ ትር ውስጥ ክፈት</string>
5     <!-- Text for context menu item to open the link in a private tab. -->
6     <string name="mozac_feature_contextmenu_open_link_in_private_tab">አገናኙን በግል ትር ውስጥ ክፈት</string>
7     <!-- Text for context menu item to open the image in a new tab. -->
8     <string name="mozac_feature_contextmenu_open_image_in_new_tab">ምስሉን በአዲስ ትር ውስጥ ክፈት</string>
9     <!-- Text for context menu item to save / download the link. -->
10     <string name="mozac_feature_contextmenu_download_link">አገናኙን አውርድ</string>
11     <!-- Text for context menu item to share the link with an other app. -->
12     <string name="mozac_feature_contextmenu_share_link">አገናኝ አጋራ</string>
13     <!-- Text for context menu item to share the image with an other app. -->
14     <string name="mozac_feature_contextmenu_share_image">ምስል አጋራ</string>
15     <!-- Text for context menu item to copy the link to the clipboard. -->
16     <string name="mozac_feature_contextmenu_copy_link">አገናኝ ቅዳ</string>
17     <!-- Text for context menu item to copy the URL pointing to the image to the clipboard. -->
18     <string name="mozac_feature_contextmenu_copy_image_location">የምስሉን መገኛ አገናኝ ቅዳ</string>
19     <!-- Text for context menu item to save / download the image. -->
20     <string name="mozac_feature_contextmenu_save_image">ምስል አስቀምጥ</string>
21     <!-- Text for context menu item to copy the image to the clipboard. -->
22     <string name="mozac_feature_contextmenu_copy_image">ምስል ቅዳ</string>
23     <!-- Text for context menu item to save / download the file. -->
24     <string name="mozac_feature_contextmenu_save_file_to_device">ፋይሉን ወደ መሳሪያ አስቀምጥ</string>
25     <!-- Text for confirmation "snackbar" shown after opening a link in a new tab.  -->
26     <string name="mozac_feature_contextmenu_snackbar_new_tab_opened">አዲስ ትር ተከፍቷል</string>
27     <!-- Text for confirmation "snackbar" shown after opening a link in a new private tab.  -->
28     <string name="mozac_feature_contextmenu_snackbar_new_private_tab_opened">አዲስ የግል ትር ተከፍቷል</string>
29     <!-- Text for confirmation "snackbar" shown after copying a link or image URL to the clipboard. -->
30     <string name="mozac_feature_contextmenu_snackbar_link_copied">አገናኝ ወደ ቅንጥብ ሰሌዳ ተቀድቷል</string>
31     <!-- Action shown in a "snacbkar" after opening a new/private tab. Clicking this action will switch to the newly opened tab. -->
32     <string name="mozac_feature_contextmenu_snackbar_action_switch">ቀይር</string>
33     <!-- Text for context menu item to open the link in an external app. -->
34     <string name="mozac_feature_contextmenu_open_link_in_external_app">አገናኙን በሌላ መተግበሪያ ውስጥ ክፈት</string>
35     <!-- Text for context menu item to share the email with another app. -->
36     <string name="mozac_feature_contextmenu_share_email_address">የኢሜይል አድራሻ አጋራ</string>
37     <!-- Text for context menu item to copy the email address to the clipboard. -->
38     <string name="mozac_feature_contextmenu_copy_email_address">የኢሜል አድራሻ ቅዳ</string>
39     <!-- Text for confirmation "snackbar" shown after copying a email address to the clipboard. -->
40     <string name="mozac_feature_contextmenu_snackbar_email_address_copied">የኢሜል አድራሻ ወደ ቅንጥብ ሰሌዳ ተቀድቷል</string>
41     <!-- Text for context menu item to add to a contact. -->
42     <string name="mozac_feature_contextmenu_add_to_contact">ወደ እውቂያ አክል</string>
43     <!-- Action shown in a text selection context menu. This will prompt a search using the selected text.-->
44     <string name="mozac_selection_context_menu_search_2">ፈልግ</string>
45     <!-- Action shown in a text selection context menu. This will prompt a search in a private tab using the selected text-->
46     <string name="mozac_selection_context_menu_search_privately_2">የግል ፍለጋ</string>
47     <!-- Action shown in a text selection context menu. This will prompt a share of the selected text. -->
48     <string name="mozac_selection_context_menu_share">አጋራ</string>
49     <!-- Action shown in a text selection context menu. This will prompt a new email from the selected text. -->
50     <string name="mozac_selection_context_menu_email">ኢሜይል</string>
51     <!-- Action shown in a text selection context menu. This will prompt a new call from the selected text. -->
52     <string name="mozac_selection_context_menu_call">ደውል</string>
53 </resources>