blob: d488e28650639808e251494a851d95dc7c1dd935 [file] [log] [blame]
Bill Yi83382e92019-02-19 11:59:51 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright (C) 2017 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19 <string name="app_label" msgid="4470785958457506021">"ניהול מכשיר מותאם"</string>
Bill Yidfe55fb2022-05-19 19:09:52 -070020 <string name="confirmation_title" msgid="3785000297483688997">"‏אישור לאפליקציה ‎&lt;strong&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/strong&amp;g;‎‏ לגשת אל ‎&lt;strong&gt;<xliff:g id="DEVICE_NAME">%2$s</xliff:g>&lt;/strong&gt;‎‏"</string>
Bill Yifc48efe2021-12-15 21:59:53 +000021 <string name="profile_name_watch" msgid="576290739483672360">"שעון"</string>
22 <string name="chooser_title" msgid="2262294130493605839">"‏בחירת <xliff:g id="PROFILE_NAME">%1$s</xliff:g> לניהול באמצעות &lt;strong&gt;<xliff:g id="APP_NAME">%2$s</xliff:g>&lt;/strong&gt;"</string>
Bill Yidfe55fb2022-05-19 19:09:52 -070023 <string name="summary_watch" msgid="3002344206574997652">"‏האפליקציה הזו נחוצה כדי לנהל את <xliff:g id="DEVICE_NAME">%1$s</xliff:g>. האפליקציה <xliff:g id="APP_NAME">%2$s</xliff:g> תוכל לבצע פעולות בהתראות ותקבל הרשאות גישה לטלפון, ל-SMS לאנשי הקשר, ליומן, ליומני השיחות ולמכשירים בקרבת מקום."</string>
Bill Yi0f48a212022-03-16 14:34:21 +000024 <string name="permission_apps" msgid="6142133265286656158">"אפליקציות"</string>
25 <string name="permission_apps_summary" msgid="798718816711515431">"שידור אפליקציות מהטלפון"</string>
26 <string name="title_app_streaming" msgid="2270331024626446950">"‏מתן אישור לאפליקציה &lt;strong&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/strong&gt; לגשת למידע הזה מהטלפון שלך"</string>
Bill Yi0f48a212022-03-16 14:34:21 +000027 <string name="helper_title_app_streaming" msgid="4151687003439969765">"שירותים למספר מכשירים"</string>
Bill Yi7b6a0c92022-07-14 01:52:03 -070028 <string name="helper_summary_app_streaming" msgid="5977509499890099">"האפליקציה <xliff:g id="APP_NAME">%1$s</xliff:g> מבקשת הרשאה עבור מכשיר <xliff:g id="DEVICE_TYPE">%2$s</xliff:g> כדי לשדר אפליקציות בין המכשירים שלך"</string>
Bill Yifc48efe2021-12-15 21:59:53 +000029 <string name="title_automotive_projection" msgid="3296005598978412847"></string>
30 <string name="summary_automotive_projection" msgid="8683801274662496164"></string>
Bill Yi1024bc32022-02-05 18:48:31 +000031 <string name="title_computer" msgid="4693714143506569253">"‏מתן אישור לאפליקציה &lt;strong&gt;<xliff:g id="APP_NAME">%1$s</xliff:g>&lt;/strong&gt; לגשת למידע הזה מהטלפון שלך"</string>
32 <string name="summary_computer" msgid="3798467601598297062"></string>
Bill Yi0f48a212022-03-16 14:34:21 +000033 <string name="permission_notification" msgid="693762568127741203">"התראות"</string>
Bill Yi14bb9572022-03-26 01:58:17 +000034 <string name="permission_notification_summary" msgid="884075314530071011">"גישת קריאה לכל ההתראות, כולל מידע כמו אנשי קשר, הודעות ותמונות."</string>
Bill Yi0f48a212022-03-16 14:34:21 +000035 <string name="permission_storage" msgid="6831099350839392343">"תמונות ומדיה"</string>
36 <string name="permission_storage_summary" msgid="3918240895519506417"></string>
37 <string name="helper_title_computer" msgid="4671071173916176037">"Google Play Services"</string>
Bill Yi7b6a0c92022-07-14 01:52:03 -070038 <string name="helper_summary_computer" msgid="9050724687678157852">"האפליקציה <xliff:g id="APP_NAME">%1$s</xliff:g> מבקשת הרשאה עבור מכשיר <xliff:g id="DEVICE_TYPE">%2$s</xliff:g> כדי לגשת לתמונות, למדיה ולהתראות בטלפון שלך"</string>
Bill Yifc48efe2021-12-15 21:59:53 +000039 <string name="profile_name_generic" msgid="6851028682723034988">"מכשיר"</string>
40 <string name="summary_generic" msgid="2346762210105903720"></string>
Bill Yi7bc166d2021-03-18 00:49:04 +000041 <string name="consent_yes" msgid="8344487259618762872">"יש אישור"</string>
42 <string name="consent_no" msgid="2640796915611404382">"אין אישור"</string>
Bill Yi791144c2022-04-06 06:04:09 +000043 <string name="consent_back" msgid="2560683030046918882">"חזרה"</string>
Bill Yi1024bc32022-02-05 18:48:31 +000044 <string name="permission_sync_confirmation_title" msgid="667074294393493186">"העברת ההרשאות הניתנות לאפליקציות אל השעון שלך"</string>
45 <string name="permission_sync_summary" msgid="8873391306499120778">"כדי לפשט את הגדרת השעון, אפליקציות שמותקנות במהלך ההגדרה יקבלו את אותן הרשאות שניתנו בטלפון.\n\n ההרשאות האלה עשויות לכלול גישה למיקרופון ולמיקום של השעון."</string>
Bill Yi71232282022-05-14 22:48:26 -070046 <string name="vendor_icon_description" msgid="4445875290032225965">"סמל האפליקציה"</string>
47 <string name="vendor_header_button_description" msgid="6566660389500630608">"לחצן מידע נוסף"</string>
Bill Yi83382e92019-02-19 11:59:51 -080048</resources>