hank
2018-06-21 ec5b6e760e3efa65f568bf79798d224559472c90
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 introduce el código que se muestra arriba.";
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 conectar tu cuenta, abre la aplicación de Facebook en tu dispositivo móvil y comprueba las notificaciones.";
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" = "- O -";
9
10 /* The title of the label to dismiss the alert when presenting user facing error messages */
11 "ErrorRecovery.Alert.OK" = "Aceptar";
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" = "Vuelve a iniciar sesión en esta aplicación para volver a conectar tu cuenta de Facebook.";
18
19 /* The title of the label to start attempting error recovery */
20 "ErrorRecovery.OK" = "Aceptar";
21
22 /* The fallback message to display to retry transient errors */
23 "ErrorRecovery.Transient.Suggestion" = "El servidor está ocupado temporalmente. Vuelve a intentarlo más tarde.";
24
25 /* The label for the FBSDKLikeButton when the object is not currently liked. */
26 "LikeButton.Like" = "Me gusta";
27
28 /* The label for the FBSDKLikeButton when the object is currently liked. */
29 "LikeButton.Liked" = "Te gusta";
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" = "Salir";
36
37 /* The fallback string for the FBSDKLoginButton label when the user name is not available yet */
38 "LoginButton.LoggedIn" = "Sesión iniciada con Facebook";
39
40 /* The format string for the FBSDKLoginButton label when the user is logged in */
41 "LoginButton.LoggedInAs" = "Sesión iniciada como %@";
42
43 /* The short label for the FBSDKLoginButton when the user is currently logged out */
44 "LoginButton.LogIn" = "Inicio de sesión";
45
46 /* The long label for the FBSDKLoginButton when the user is currently logged out */
27832c 47 "LoginButton.LogInContinue" = "Continuar con Facebook";
H 48
49 /* The long label for the FBSDKLoginButton when the user is currently logged out */
b09d60 50 "LoginButton.LogInLong" = "Iniciar sesión con Facebook";
H 51
52 /* The label for the FBSDKLoginButton when the user is currently logged in */
53 "LoginButton.LogOut" = "Salir";
54
55 /* The user facing error message when the app slider has been disabled and login fails. */
56 "LoginError.SystemAccount.Disabled" = "No se ha otorgado acceso a la cuenta de Facebook. Verifica la configuración del dispositivo.";
57
58 /* The user facing error message when the Accounts framework encounters a network error. */
59 "LoginError.SystemAccount.Network" = "No es posible conectarse a Facebook. Comprueba tu conexión de red y vuelve a intentarlo.";
60
61 /* The user facing error message when the device Facebook account password is incorrect and login fails. */
62 "LoginError.SystemAccount.PasswordChange" = "Tu contraseña de Facebook ha cambiado. Para confirmar tu contraseña, abre Configuración > Facebook y toca tu nombre.";
63
64 /* The user facing error message when the device Facebook account is unavailable and login fails. */
65 "LoginError.SystemAccount.Unavailable" = "La cuenta de Facebook no se ha configurado en el dispositivo.";
66
67 /* The user facing error message when the Facebook account signed in to the Accounts framework becomes unconfirmed. */
68 "LoginError.SystemAccount.UnconfirmedUser" = "Tu cuenta no se ha confirmado. Inicia sesión en www.facebook.com y sigue las instrucciones.";
69
70 /* The user facing error message when the Facebook account signed in to the Accounts framework has been checkpointed. */
71 "LoginError.SystemAccount.UserCheckpointed" = "No puedes iniciar sesión en las aplicaciones en este momento. Inicia sesión en www.facebook.com y sigue las instrucciones.";
72
73 /* The message of the FBSDKLoginTooltipView */
27832c 74 "LoginTooltip.Message" = "Tú tienes el control: elige la información que quieres compartir con las aplicaciones.";
b09d60 75
H 76 /* Title of the web dialog that prompts the user to log in to Facebook. */
77 "LoginWeb.LogInTitle" = "Inicio de sesión";
78
79 /* The label for FBSDKSendButton */
80 "SendButton.Send" = "Enviar";
81
82 /* The label for FBSDKShareButton */
83 "ShareButton.Share" = "Compartir";
84
85 /* Prompts a person if this is their current account */
86 "SmartLogin.NotYou" = "¿No eres tú?";
87
88 /* Text on a button that a person presses to confirm that they are finished with the login experience */
89 "SmartLogin.ConfirmationTitle" = "Confirmar inicio de sesión";
90
91 /* Text on a button that lets a person continue with their name linked to a Facebook account (Name = %@) */
92 "SmartLogin.Continue" = "Continuar como %@";