Línea 15... |
Línea 15... |
15 |
|
15 |
|
16 |
public static let URL_FORGOT_PASSWORD_ENDPOINT = "https://leaderslinked.com/forgot-password"
|
16 |
public static let URL_FORGOT_PASSWORD_ENDPOINT = "https://leaderslinked.com/forgot-password"
|
17 |
public static let URL_SIGNUP_ENDPOINT = "https://leaderslinked.com/signup"
|
17 |
public static let URL_SIGNUP_ENDPOINT = "https://leaderslinked.com/signup"
|
Línea 18... |
Línea 18... |
18 |
public static let URL_IMAGE_TESTING = "https://dev.leaderslinked.com/images/ll-logo.png"
|
18 |
public static let URL_IMAGE_TESTING = "https://dev.leaderslinked.com/images/ll-logo.png"
|
19 |
|
19 |
|
20 |
public static let URL_ENDPOINT: String = "https://leaderslinked.com"
|
20 |
//public static let URL_ENDPOINT: String = "https://leaderslinked.com"
|
Línea 21... |
Línea 21... |
21 |
//public static let URL_ENDPOINT: String = "https://dev.leaderslinked.com"
|
21 |
public static let URL_ENDPOINT: String = "https://dev.leaderslinked.com"
|
22 |
//public static let URL_ENDPOINT: String = "http://localhost"
|
22 |
//public static let URL_ENDPOINT: String = "http://localhost"
|
23 |
|
23 |
|
24 |
|
24 |
|
25 |
public static let URL_ENDPOINT_SERVICES : String = URL_ENDPOINT + "/services"
|
25 |
public static let URL_ENDPOINT_SERVICES : String = URL_ENDPOINT + "/services"
|
26 |
public static let URL_DEVICE : String = URL_ENDPOINT_SERVICES + "/device"
|
26 |
public static let URL_DEVICE : String = URL_ENDPOINT_SERVICES + "/device"
|
27 |
public static let URL_SYNC : String = URL_ENDPOINT_SERVICES + "/sync"
|
27 |
public static let URL_SYNC : String = URL_ENDPOINT_SERVICES + "/sync"
|
- |
|
28 |
public static let URL_SYNC_BATCH : String = URL_ENDPOINT_SERVICES + "/sync-batch";
|
- |
|
29 |
public static let URL_FCM : String = URL_ENDPOINT_SERVICES + "/fcm"
|
28 |
public static let URL_SYNC_BATCH : String = URL_ENDPOINT_SERVICES + "/sync-batch";
|
30 |
public static let URL_SIGNIN : String = URL_ENDPOINT_SERVICES + "/signin"
|
29 |
public static let URL_FCM : String = URL_ENDPOINT_SERVICES + "/fcm"
|
31 |
public static let URL_SIGNOUT : String = URL_ENDPOINT_SERVICES + "/signout"
|
30 |
public static let URL_SIGNIN : String = URL_ENDPOINT_SERVICES + "/signin"
|
32 |
public static let URL_DELETE_ACCOUNT : String = URL_ENDPOINT_SERVICES + "/delete-account"
|
Línea -... |
Línea 33... |
- |
|
33 |
|
31 |
public static let URL_SIGNOUT : String = URL_ENDPOINT_SERVICES + "/signout"
|
34 |
public static let URL_ENDPOINT_SERVICES_MICROLEARNING : String = URL_ENDPOINT_SERVICES + "/microlearning"
|
32 |
public static let URL_ENDPOINT_SERVICES_MICROLEARNING : String = URL_ENDPOINT_SERVICES + "/microlearning"
|
35 |
public static let URL_REFRESH : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/refresh"
|
Línea 33... |
Línea 36... |
33 |
public static let URL_REFRESH : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/refresh"
|
36 |
public static let URL_CHECK_CHANGES : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/check-changes"
|
34 |
public static let URL_CHECK_CHANGES : String = URL_ENDPOINT_SERVICES_MICROLEARNING + "/check-changes"
|
37 |
|
Línea 66... |
Línea 69... |
66 |
public static let FONT_SIZE_LABEL_TEXTFIELD : CGFloat = CGFloat(12)
|
69 |
public static let FONT_SIZE_LABEL_TEXTFIELD : CGFloat = CGFloat(12)
|
Línea 67... |
Línea 70... |
67 |
|
70 |
|
68 |
public static let FONT_SIZE_CARD_VIEW_TITLE : CGFloat = CGFloat(11)
|
71 |
public static let FONT_SIZE_CARD_VIEW_TITLE : CGFloat = CGFloat(11)
|
Línea -... |
Línea 72... |
- |
|
72 |
public static let FONT_SIZE_CARD_VIEW_FOOTER : CGFloat = CGFloat(11)
|
- |
|
73 |
|
Línea 69... |
Línea 74... |
69 |
public static let FONT_SIZE_CARD_VIEW_FOOTER : CGFloat = CGFloat(11)
|
74 |
public static let FONT_SIZE_DELETE_ACCOUNT_TEXT : CGFloat = CGFloat(12)
|
70 |
|
75 |
|
Línea 71... |
Línea 76... |
71 |
|
76 |
|
Línea 97... |
Línea 102... |
97 |
public static let LANG_INTRO_LABEL4 = "Saber más"
|
102 |
public static let LANG_INTRO_LABEL4 = "Saber más"
|
98 |
public static let LANG_INTRO_BUTTON_START = "EMPEZAR"
|
103 |
public static let LANG_INTRO_BUTTON_START = "EMPEZAR"
|
Línea 99... |
Línea 104... |
99 |
|
104 |
|
100 |
|
105 |
|
101 |
|
106 |
|
102 |
public static let LANG_SIGNIN_APP_NAME = "Cesa ONROOM"
|
107 |
public static let LANG_SIGNIN_APP_NAME = "inConcert Onroom"
|
103 |
public static let LANG_SIGNIN_GREATING = "HOLA!"
|
108 |
public static let LANG_SIGNIN_GREATING = "HOLA!"
|
104 |
public static let LANG_SIGNIN_HEAD_LINE1 = "Completá tus datos para ingresar a tu cuenta:"
|
109 |
public static let LANG_SIGNIN_HEAD_LINE1 = "Completá tus datos para ingresar a tu cuenta:"
|
Línea 128... |
Línea 133... |
128 |
|
133 |
|
129 |
public static let LANG_COMMON_RETURN = "Regresar"
|
134 |
public static let LANG_COMMON_RETURN = "Regresar"
|
130 |
public static let LANG_COMMON_NEXT = "Siguiente"
|
135 |
public static let LANG_COMMON_NEXT = "Siguiente"
|
Línea 131... |
Línea 136... |
131 |
public static let LANG_COMMON_LOADING = "Cargando..."
|
136 |
public static let LANG_COMMON_LOADING = "Cargando..."
|
132 |
|
137 |
|
Línea 133... |
Línea 138... |
133 |
public static let LANG_INTRO1_TITLE = "El micro-aprendizaje"
|
138 |
public static let LANG_INTRO1_TITLE = "Aprende gratis desde cualquier lugar"
|
- |
|
139 |
public static let LANG_INTRO1_MESSAGE = "Obten una visión general de cómo te estás desempeñando y motivate para lograr aún más"
|
- |
|
140 |
|
- |
|
141 |
public static let LANG_INTRO2_TITLE = "Aprende sin límites de tiempo"
|
134 |
public static let LANG_INTRO1_MESSAGE = "Es una potente herramienta que te ayudará a mejorar tu proceso de aprendizaje, facilitando al retención e impulsando la implementación de conceptos en tu realidad "
|
142 |
public static let LANG_INTRO2_MESSAGE = "El tiempo es a tu discreción, así que aprende cuando quieras y a tu ritmo."
|
- |
|
143 |
|
- |
|
144 |
public static let LANG_INTRO3_TITLE = "¿Quieres iniciar esta aventura?"
|
Línea 135... |
Línea -... |
135 |
|
- |
|
136 |
public static let LANG_INTRO2_TITLE = "Cápsula de conocimiento"
|
- |
|
Línea 137... |
Línea 145... |
137 |
public static let LANG_INTRO2_MESSAGE = "La creación de las cápsulas estan basadas en la neurociencia, con un diseño atrapante y sintético para lograr de forma rápida expresar conceptos y/o mensajes de importancia"
|
145 |
public static let LANG_INTRO3_MESSAGE = "Ingresa tus datos para iniciar sesión o registrate de una manera simple y rápida."
|
138 |
|
146 |
|
Línea 160... |
Línea 168... |
160 |
public static let LANG_FINISH_CAPSULE_LABEL = "Felicidades has terminado una Cápsula"
|
168 |
public static let LANG_FINISH_CAPSULE_LABEL = "Felicidades has terminado una Cápsula"
|
Línea 161... |
Línea 169... |
161 |
|
169 |
|
162 |
public static let LANG_GOODBYE_TITLE = "Lamentamos que te vayas"
|
170 |
public static let LANG_GOODBYE_TITLE = "Lamentamos que te vayas"
|
Línea -... |
Línea 171... |
- |
|
171 |
public static let LANG_GOODBYE_LABEL = "Esperamos que regreses pronto, para aprender mucho más con 2GETSKILLS"
|
- |
|
172 |
|
- |
|
173 |
public static let LANG_GOODBYE_DELETE_ACCOUNT_TITLE = "Lamentamos que cerraras tu cuenta"
|
163 |
public static let LANG_GOODBYE_LABEL = "Esperamos que regreses pronto, para aprender mucho más con 2GETSKILLS"
|
174 |
public static let LANG_GOODBYE_DELETE_ACCOUNT_LABEL = "Esperamos que regreses pronto, para aprender mucho más con 2GETSKILLS, si cuando decidas regresar recuerda realizar nuevamente tu registro desde el sitio web o próximente directamente desde el APP "
|
164 |
|
175 |
|
165 |
public static let LANG_BUTTON_FINISH_CAPSULE_OR_TOPIC = "Finalizar"
|
176 |
public static let LANG_BUTTON_FINISH_CAPSULE_OR_TOPIC = "Finalizar"
|
166 |
public static let LANG_BUTTON_LAUNCH_QUIZ = "Realizar test"
|
177 |
public static let LANG_BUTTON_LAUNCH_QUIZ = "Realizar test"
|
167 |
public static let LANG_BUTTON_LAUNCH_VIDEO_PLAYER = "Ver video"
|
178 |
public static let LANG_BUTTON_LAUNCH_VIDEO_PLAYER = "Ver video"
|
Línea 217... |
Línea 228... |
217 |
public static let LANG_MESSAGE_NEW_CONTENT_THERE_ARE_MULTIPLE_CAPSULES = "Hay %s cápsulas disponible, actualizar?"
|
228 |
public static let LANG_MESSAGE_NEW_CONTENT_THERE_ARE_MULTIPLE_CAPSULES = "Hay %s cápsulas disponible, actualizar?"
|
Línea 218... |
Línea 229... |
218 |
|
229 |
|
219 |
public static let LANG_TITLE_NOTIFICATION_SIGNIN_PUSH = "Nuevo inicio de sesión"
|
230 |
public static let LANG_TITLE_NOTIFICATION_SIGNIN_PUSH = "Nuevo inicio de sesión"
|
Línea -... |
Línea 231... |
- |
|
231 |
public static let LANG_BODY_NOTIFICATION_SIGNIN_PUSH = "Bienvenido a 2GetSkills, esperamos que sea muy productivo para su crecimiento"
|
- |
|
232 |
|
- |
|
233 |
public static let LANG_DELETE_ACCOUNT_FIELD_CODE_LABEL = "Código de confirmación"
|
220 |
public static let LANG_BODY_NOTIFICATION_SIGNIN_PUSH = "Bienvenido a 2GetSkills, esperamos que sea muy productivo para su crecimiento"
|
234 |
public static let LANG_DELETE_ACCOUNT_TITLE = "Cerrar su cuenta"
|
- |
|
235 |
public static let LANG_DELETE_ACCOUNT_MESSAGE = "Lamentamos que desee borrar su cuenta, si lo desea contacte a soporte a través de nuestro sitio web y diganos como mejorar, para nosotros es muy importante escuchar a nuestros usuarios; en caso que decida borrar su cuenta no solo perdera la información de microlearning si no toda su cuenta de LeadersLinked será eliminada, si decide continuar necesitara un código que llegará a su correo electrónico"
|
- |
|
236 |
|
- |
|
237 |
public static let LANG_DELETE_ACCOUNT_BUTTON_REQUEST_CODE = "Solicitar código de confirmación"
|
- |
|
238 |
public static let LANG_DELETE_ACCOUNT_BUTTON_SEND = "Enviar"
|
- |
|
239 |
|
- |
|
240 |
ublic static let LANG_DELETE_ACCOUNT_CODE_IS_WRONG_MESSAGE = "El código debe contener 8 caracteres"
|
Línea 221... |
Línea 241... |
221 |
|
241 |
|
222 |
|
242 |
|
223 |
|
243 |
|