hank
2017-09-20 f9fcfea80f10b97f4d303d3888c75d036068249f
commit | author | age
b09d60 1 /* Prompts a person to go to the URL listed to enter the confirmation code that is presented to them above the given string. */
H 2 "DeviceLogin.LogInPrompt" = "Visita %@ e introduz o código mostrado acima.";
3
4 /* Prompts a person that the next thing they need to do to finish connecting their Smart TV and Facebook application is to navigate to their Facebook application on their mobile device and look through their notifications for a message about the connection being formed */
5 "DeviceLogin.SmartLogInPrompt" = "Para ligares a tua conta, abre a app Facebook no teu dispositivo móvel e verifica se tens notificações.";
6
7 /* Displayed as a separator between two options. First option is on a line above this, and second option is below */
8 "DeviceLogin.SmartLogInOrLabel" = "– OU –";
9
10 /* The title of the label to dismiss the alert when presenting user facing error messages */
11 "ErrorRecovery.Alert.OK" = "OK";
12
13 /* The title of the label to decline attempting error recovery */
14 "ErrorRecovery.Cancel" = "Cancelar";
15
16 /* The fallback message to display to recover invalidated tokens */
17 "ErrorRecovery.Login.Suggestion" = "Volta a iniciar sessão nesta aplicação para te ligares novamente à tua conta do Facebook.";
18
19 /* The title of the label to start attempting error recovery */
20 "ErrorRecovery.OK" = "OK";
21
22 /* The fallback message to display to retry transient errors */
23 "ErrorRecovery.Transient.Suggestion" = "O servidor está temporariamente ocupado. Tenta novamente.";
24
25 /* The label for the FBSDKLikeButton when the object is not currently liked. */
26 "LikeButton.Like" = "Gosto";
27
28 /* The label for the FBSDKLikeButton when the object is currently liked. */
29 "LikeButton.Liked" = "Gostei";
30
31 /* The label for the FBSDKLoginButton action sheet to cancel logging out */
32 "LoginButton.CancelLogout" = "Cancelar";
33
34 /* The label for the FBSDKLoginButton action sheet to confirm logging out */
35 "LoginButton.ConfirmLogOut" = "Terminar sessão";
36
37 /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
38 "LoginButton.LoggedIn" = "Com sessão iniciada através do Facebook";
39
40 /* The format string for the FBSDKLoginButton label when the user is logged in */
41 "LoginButton.LoggedInAs" = "Com sessão iniciada como %@";
42
43 /* The short label for the FBSDKLoginButton when the user is currently logged out */
44 "LoginButton.LogIn" = "Iniciar sessão";
45
46 /* The long label for the FBSDKLoginButton when the user is currently logged out */
47 "LoginButton.LogInLong" = "Iniciar sessão com o Facebook";
48
49 /* The label for the FBSDKLoginButton when the user is currently logged in */
50 "LoginButton.LogOut" = "Terminar a sessão";
51
52 /* The user facing error message when the app slider has been disabled and login fails. */
53 "LoginError.SystemAccount.Disabled" = "O acesso não foi concedido à conta do Facebook. Verificar as definições do dispositivo.";
54
55 /* The user facing error message when the Accounts framework encounters a network error. */
56 "LoginError.SystemAccount.Network" = "Não é possível ligar ao Facebook. Verifica a tua ligação à rede e tenta novamente.";
57
58 /* The user facing error message when the device Facebook account password is incorrect and login fails. */
59 "LoginError.SystemAccount.PasswordChange" = "A tua palavra-passe do Facebook foi alterada. Para confirmares a tua palavra-passe, abre as Definições > Facebook e toca no teu nome.";
60
61 /* The user facing error message when the device Facebook account is unavailable and login fails. */
62 "LoginError.SystemAccount.Unavailable" = "A conta do Facebook não foi configurada no dispositivo.";
63
64 /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
65 "LoginError.SystemAccount.UnconfirmedUser" = "A tua conta não foi confirmada. Inicia sessão em www.facebook.com e segue as instruções indicadas.";
66
67 /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
68 "LoginError.SystemAccount.UserCheckpointed" = "Não podes iniciar sessão em aplicações neste momento. Inicia sessão em www.facebook.com e segue as instruções indicadas.";
69
70 /* The message of the FBSDKLoginTooltipView */
71 "LoginTooltip.Message" = "Novidade! Tens o controlo: escolhe a informação que pretendes partilhar com as aplicações.";
72
73 /* Title of the web dialog that prompts the user to log in to Facebook. */
74 "LoginWeb.LogInTitle" = "Iniciar sessão";
75
76 /* The label for FBSDKSendButton */
77 "SendButton.Send" = "Enviar";
78
79 /* The label for FBSDKShareButton */
80 "ShareButton.Share" = "Partilhar";
81
82 /* Prompts a person if this is their current account */
83 "SmartLogin.NotYou" = "Não és tu?";
84
85 /* Text on a button that a person presses to confirm that they are finished with the login experience */
86 "SmartLogin.ConfirmationTitle" = "Confirmar Início de Sessão";
87
88 /* Text on a button that lets a person continue with their name linked to a Facebook account (Name = %@) */
89 "SmartLogin.Continue" = "Continuar como %@";