hch
2024-08-14 2c8ad576f34fce45ede53e8e85bd92d5dc5cf79b
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
/* Sign-in button text */
"Sign in" = "Zaloguj się";
 
/* Long form sign-in button text */
"Sign in with Google" = "Zaloguj się przez Google";
 
/* The title of the promotional prompt to install the Google app. */
"PromoTitle" = "Zaloguj się przez Google";
 
/* The body message of the promotional prompt to install the Google app. */
"PromoMessage" = "Pobierz darmową aplikację Google i zaloguj się do aplikacji, używając konta Google. Nie musisz pamiętać haseł.";
 
/* The cancel button on the promotional prompt to install the Google app. */
"PromoActionCancel" = "Anuluj";
 
/* The install button on the promotional prompt to install the Google app. */
"PromoActionInstall" = "Pobierz";
 
/* The text for the button for user to acknowledge and dismiss a dialog. */
"OK" = "OK";
 
/* The text for the button for user to dismiss a dialog without taking any action. */
"Cancel" = "Anuluj";
 
/* The name of the iOS native "Settings" app. */
"SettingsAppName" = "Ustawienia";
 
/* The title for the error dialog for unable to sign in because of EMM policy. */
"EmmErrorTitle" = "Nie można zalogować się na konto";
 
/* The text in the error dialog asking user to set up a passcode for the device due to EMM policy. */
"EmmPasscodeRequired" = "Administrator wymaga ustawienia kodu dostępu do konta na tym urządzeniu. Ustaw kod dostępu i spróbuj ponownie.";
 
/* The text in the error dialog informing user that EMM policy prevented sign-in on the device. */
"EmmGeneralError" = "Urządzenie nie jest zgodne z zasadami bezpieczeństwa ustanowionymi przez Twojego administratora.";
 
/* The title in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectTitle" = "Połączyć z aplikacją Device Policy?";
 
/* The text in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectText" = "Aby chronić dane organizacji, przed zalogowaniem musisz się połączyć z aplikacją Device Policy.";
 
/* The action button label in the error dialog informing user that connecting with Device Policy app is required. */
"EmmConnectLabel" = "Połącz";