- 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
93 lines
4.4 KiB
Plaintext
93 lines
4.4 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" = "About";
|
|
|
|
/* Lessons title */
|
|
"Lessons title" = "Lessons";
|
|
|
|
/* Add button for adding a new lesson */
|
|
"Add Lesson" = "Create";
|
|
|
|
/* "Cancel button when adding a new lesson" */
|
|
"Cancel Lesson" = "Cancel";
|
|
|
|
/* Add button when adding a verb to a lesson */
|
|
"Add Verb" = "Add";
|
|
|
|
/* Cancel button */
|
|
"Cancel Verb" = "Cancel";
|
|
|
|
/* Lesson description when adding a new lesson */
|
|
"Description" = "Description";
|
|
|
|
/* Lesson title when adding a new lesson */
|
|
"Lesson title" = "Lesson title";
|
|
|
|
/* Adding the meaning of a new verb being added to a lesson */
|
|
"Meaning" = "Meaning";
|
|
|
|
/* Adding a new verb to a lesson */
|
|
"New verb" = "New verb";
|
|
|
|
/* Next button in the testing screen to continue to the next verb */
|
|
"Next" = "Next";
|
|
|
|
/* Multiple Choice test */
|
|
"Multiple Choice" = "Multiple Choice";
|
|
|
|
/* List of verbs */
|
|
"List" = "Verbs";
|
|
|
|
/* Simple present tense description */
|
|
"TENSE_SIMPLE_PRESENT" = "Simple Present";
|
|
|
|
/* Simple past tense description */
|
|
"TENSE_SIMPLE_PAST" = "Simple Past";
|
|
|
|
/* Imperfect tense description */
|
|
"TENSE_IMPERFECT" = "Imperfect";
|
|
|
|
/* Future tense description */
|
|
"TENSE_FUTURE" = "Future";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_PRESENT_PERFECT" = "Present Perfect";
|
|
|
|
/* Past perfect tense description */
|
|
"TENSE_PAST_PERFECT" = "Past Perfect";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_FUTURE_PERFECT" = "Future Perfect";
|
|
|
|
/* Conditional tense description */
|
|
"TENSE_CONDITIONAL" = "Conditional";
|
|
|
|
/* Conditional tense description */
|
|
"TENSE_CONDITIONAL_PERFECT" = "Conditional Perfect";
|
|
|
|
/* Gerund tense description */
|
|
"TENSE_GERUND" = "Gerund";
|
|
|
|
/* Imperative tense description */
|
|
"TENSE_IMPERATIVE" = "Imperative";
|
|
|
|
/* Present subjunctive tense description */
|
|
"TENSE_PRESENT_SUBJUNCTIVE" = "Present Subjunctive";
|
|
|
|
/* Present perfect subjunctive tense description */
|
|
"TENSE_PRESENT_PERFECT_SUBJUNCTIVE" = "Present Perfect Subjunctive";
|
|
|
|
/* Present imperfect subjunctive tense description */
|
|
"TENSE_IMPERFECT_SUBJUNCTIVE" = "Imperfect Subjunctive";
|
|
|
|
/* Past perfect subjunctive tense description */
|
|
"TENSE_PAST_PERFECT_SUBJUNCTIVE" = "Past Perfect Subjunctive";
|
|
|