- Added localised descriptions for all the tenses. - After selecting a lesson, you will get a screen where you can see both the words in the lesson or start a multiple choice test. - Lay-out fixes - UI improvements
92 lines
4.5 KiB
Plaintext
92 lines
4.5 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" = "Informação";
|
|
|
|
/* Lessons title */
|
|
"Lessons title" = "Lições";
|
|
|
|
/* Add button for adding a new lesson */
|
|
"Add Lesson" = "Salvar";
|
|
|
|
/* "Cancel button when adding a new lesson" */
|
|
"Cancel Lesson" = "Cancelar";
|
|
|
|
/* Add button when adding a verb to a lesson */
|
|
"Add Verb" = "Salvar";
|
|
|
|
/* Cancel button */
|
|
"Cancel Verb" = "Cancelar";
|
|
|
|
/* Lesson description when adding a new lesson */
|
|
"Description" = "Descrição";
|
|
|
|
/* 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" = "Novo verbo";
|
|
|
|
/* Next button in the testing screen to continue to the next verb */
|
|
"Next" = "Próximo";
|
|
|
|
/* Multiple Choice test */
|
|
"Multiple Choice" = "Múltipla Escolha";
|
|
|
|
/* List of verbs */
|
|
"List" = "Verbos";
|
|
|
|
/* Simple present tense description */
|
|
"TENSE_SIMPLE_PRESENT" = "Presente";
|
|
|
|
/* Simple past tense description */
|
|
"TENSE_SIMPLE_PAST" = "Passado Simples";
|
|
|
|
/* Imperfect tense description */
|
|
"TENSE_IMPERFECT" = "Imperfeito";
|
|
|
|
/* Future tense description */
|
|
"TENSE_FUTURE" = "Futuro";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_PRESENT_PERFECT" = "Presente Perfeito";
|
|
|
|
/* Past perfect tense description */
|
|
"TENSE_PAST_PERFECT" = "Pretérito Perfeito";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_FUTURE_PERFECT" = "Futuro Perfeito";
|
|
|
|
/* Conditional tense description */
|
|
"TENSE_CONDITIONAL" = "Condicional";
|
|
|
|
/* Conditional perfect tense description */
|
|
"TENSE_CONDITIONAL_PERFECT" = "Condicional Perfeito";
|
|
|
|
/* Gerund tense description */
|
|
"TENSE_GERUND" = "Gerúndio";
|
|
|
|
/* Imperative tense description */
|
|
"TENSE_IMPERATIVE" = "Imperativo";
|
|
|
|
/* Present subjunctive tense description */
|
|
"TENSE_PRESENT_SUBJUNCTIVE" = "Presente do Subjuntivo";
|
|
|
|
/* Present perfect subjunctive tense description */
|
|
"TENSE_PRESENT_PERFECT_SUBJUNCTIVE" = "Presente Perfeito do Subjuntivo";
|
|
|
|
/* Present imperfect subjunctive tense description */
|
|
"TENSE_IMPERFECT_SUBJUNCTIVE" = "Imperfeito do Subjuntivo";
|
|
|
|
/* Past perfect subjunctive tense description */
|
|
"TENSE_PAST_PERFECT_SUBJUNCTIVE" = "Pretérito Perfeito do Subjuntivo";
|