Import translations from android-l10n
[gecko.git] / mobile / android / android-components / components / feature / app-links / src / main / res / values-iw / strings.xml
blob933d4fba76158859df0eaa959c5935cc5c50efee
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <!-- The tile for the list of external apps to open the link in -->
4     <string name="mozac_feature_applinks_open_in">פתיחה ב…</string>
5     <!-- The description to warn users that their private browsing session changes  -->
6     <string name="mozac_feature_applinks_confirm_dialog_title">האם לפתוח ביישומון? ייתכן שהפעילות שלך כבר לא תהיה פרטית.</string>
7     <!-- The title of the prompt that warns users their normal browsing session is trying to open another app  -->
8     <string name="mozac_feature_applinks_normal_confirm_dialog_title">פתיחה ביישומון אחר</string>
9     <!-- The message of the prompt to confirm with users that they want to open the link in another app
10     %s is a placeholder that will be replaced by the app name -->
11     <string name="mozac_feature_applinks_normal_confirm_dialog_message">האם ברצונך לעזוב את %s כדי לצפות בתוכן זה?</string>
12     <!-- Opens the selected time -->
13     <string name="mozac_feature_applinks_confirm_dialog_confirm">פתיחה</string>
14     <!-- Cancels the prompt -->
15     <string name="mozac_feature_applinks_confirm_dialog_deny">ביטול</string>
16 </resources>