Version 1.1
- 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
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
/* Next button in the testing screen to continue to the next verb */
|
||||
"Next" = "Volgende";
|
||||
|
||||
/* Multiple Choice test */
|
||||
"Multiple Choice" = "Multiple Choice";
|
||||
|
||||
/* List of verbs */
|
||||
"List" = "Lijst";
|
||||
|
||||
/* Simple present tense description */
|
||||
"TENSE_SIMPLE_PRESENT" = "Tegenwoordige tijd";
|
||||
|
||||
@@ -60,11 +66,11 @@
|
||||
/* Future perfect tense description */
|
||||
"TENSE_FUTURE_PERFECT" = "Voltooid tegenwoordige toekomende tijd";
|
||||
|
||||
/* Condicional tense description */
|
||||
"TENSE_CONDICIONAL" = "Onvoltooid verleden toekomende tijd";
|
||||
/* Conditional tense description */
|
||||
"TENSE_CONDITIONAL" = "Onvoltooid verleden toekomende tijd";
|
||||
|
||||
/* Condicional tense description */
|
||||
"TENSE_CONDICIONAL_PERFECT" = "Voltooid verleden toekomende tijd";
|
||||
/* Conditional tense description */
|
||||
"TENSE_CONDITIONAL_PERFECT" = "Voltooid verleden toekomende tijd";
|
||||
|
||||
/* Gerund tense description */
|
||||
"TENSE_GERUND" = "Gerundium";
|
||||
|
||||
Reference in New Issue
Block a user