| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /* Sign-in button text */
- "Sign in" = "היכנס";
- /* Long form sign-in button text */
- "Sign in with Google" = "היכנס באמצעות Google";
- /* The title of the promotional prompt to install the Google app. */
- "PromoTitle" = "כניסה באמצעות Google";
- /* The body message of the promotional prompt to install the Google app. */
- "PromoMessage" = "התקן את Google app בחינם והיכנס אל אפליקציות באמצעות חשבון Google. לא תצטרך עוד לזכור סיסמאות.";
- /* The cancel button on the promotional prompt to install the Google app. */
- "PromoActionCancel" = "בטל";
- /* The install button on the promotional prompt to install the Google app. */
- "PromoActionInstall" = "התקן";
- /* The text for the button for user to acknowledge and dismiss a dialog. */
- "OK" = "אישור";
- /* The text for the button for user to dismiss a dialog without taking any action. */
- "Cancel" = "ביטול";
- /* The name of the iOS native "Settings" app. */
- "SettingsAppName" = "הגדרות";
- /* The title for the error dialog for unable to sign in because of EMM policy. */
- "EmmErrorTitle" = "לא ניתן להיכנס לחשבון";
- /* The text in the error dialog asking user to set up a passcode for the device due to EMM policy. */
- "EmmPasscodeRequired" = "מנהל המערכת דורש ממך להגדיר קוד סיסמה במכשיר זה כדי לגשת לחשבון זה. יש להגדיר קוד סיסמה ולנסות שוב.";
- /* The text in the error dialog informing user that EMM policy prevented sign-in on the device. */
- "EmmGeneralError" = "המכשיר אינו פועל בהתאם למדיניות האבטחה שנקבעה על-ידי מנהל המערכת.";
- /* The title in the error dialog informing user that connecting with Device Policy app is required. */
- "EmmConnectTitle" = "האם להתחבר באמצעות האפליקציית Device Policy?";
- /* The text in the error dialog informing user that connecting with Device Policy app is required. */
- "EmmConnectText" = "על מנת להגן על נתוני הארגון שלך, יש להתחבר באמצעות אפליקציית Device Policy לפני הכניסה לחשבון.";
- /* The action button label in the error dialog informing user that connecting with Device Policy app is required. */
- "EmmConnectLabel" = "התחברות";
|