87 lines
4.3 KiB
Plaintext
87 lines
4.3 KiB
Plaintext
/*
|
|
Localizable.strings
|
|
Espagram
|
|
|
|
Created by Abel Fokkinga on 11/18/12.
|
|
Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
|
*/
|
|
|
|
/* About button text*/
|
|
"About button" = "Informacíon";
|
|
|
|
/* Lessons title */
|
|
"Lessons title" = "Clases";
|
|
|
|
/* Add button for adding a new lesson */
|
|
"Add Lesson" = "Guardar";
|
|
|
|
/* "Cancel button when adding a new lesson" */
|
|
"Cancel Lesson" = "Cancelar";
|
|
|
|
/* Add button when adding a verb to a lesson */
|
|
"Add Verb" = "Guardar";
|
|
|
|
/* Cancel button */
|
|
"Cancel Verb" = "Cancelar";
|
|
|
|
/* Lesson description when adding a new lesson */
|
|
"Description" = "Descripción";
|
|
|
|
/* Lesson title when adding a new lesson */
|
|
"Lesson title" = "Título";
|
|
|
|
/* Adding the meaning of a new verb being added to a lesson */
|
|
"Meaning" = "Significado";
|
|
|
|
/* Adding a new verb to a lesson */
|
|
"New verb" = "Nuevo verbo";
|
|
|
|
/* Next button in the testing screen to continue to the next verb */
|
|
"Next" = "Próximo";
|
|
|
|
/* Simple present tense description */
|
|
"TENSE_SIMPLE_PRESENT" = "Presente";
|
|
|
|
/* Simple past tense description */
|
|
"TENSE_SIMPLE_PAST" = "Pretérito indefinido";
|
|
|
|
/* Imperfect tense description */
|
|
"TENSE_IMPERFECT" = "Pretérito imperfecto";
|
|
|
|
/* Future tense description */
|
|
"TENSE_FUTURE" = "Futuro";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_PRESENT_PERFECT" = "Presente perfecto";
|
|
|
|
/* Past perfect tense description */
|
|
"TENSE_PAST_PERFECT" = "Pluscuamperfecto";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_FUTURE_PERFECT" = "Futuro perfecto";
|
|
|
|
/* Condicional tense description */
|
|
"TENSE_CONDICIONAL" = "Condicional";
|
|
|
|
/* Condicional tense description */
|
|
"TENSE_CONDICIONAL_PERFECT" = "Condicional perfecto";
|
|
|
|
/* Gerund tense description */
|
|
"TENSE_GERUND" = "Gerundio";
|
|
|
|
/* Imperative tense description */
|
|
"TENSE_IMPERATIVE" = "Imperativo";
|
|
|
|
/* Present subjunctive tense description */
|
|
"TENSE_PRESENT_SUBJUNCTIVE" = "Presente de subjunctiveo";
|
|
|
|
/* Present perfect subjunctive tense description */
|
|
"TENSE_PRESENT_PERFCT_SUBJUNCTIVE" = "Perfecto de subjunctivo";
|
|
|
|
/* Present imperfect subjunctive tense description */
|
|
"TENSE_IMPERFECT SUBJUNCTIVE" = "Imperfecto de subjunctivo";
|
|
|
|
/* Past perfect subjunctive tense description */
|
|
"TENSE_PAST_PERFECT SUBJUNCTIVE" = "Pluscuamperfecto de subjunctivo";
|
|
|