127 lines
6.1 KiB
Plaintext
127 lines
6.1 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" = "Über";
|
|
|
|
/* Lessons title */
|
|
"Lessons title" = "Lektionen";
|
|
|
|
/* Add button for adding a new lesson */
|
|
"Add Lesson" = "Lektion hinzufügen";
|
|
|
|
/* "Cancel button when adding a new lesson" */
|
|
"Cancel Lesson" = "Abbrechen";
|
|
|
|
/* Add button when adding a verb to a lesson */
|
|
"Add Verb" = "Hinzufügen";
|
|
|
|
/* Cancel button to cancel adding a verb to a lesson */
|
|
"Cancel Verb" = "Abbrechen";
|
|
|
|
/* Lesson description when adding a new lesson */
|
|
"Description" = "Beschreibung";
|
|
|
|
/* Lesson title when adding a new lesson */
|
|
"Lesson title" = "Titel";
|
|
|
|
/* Adding the meaning of a new verb being added to a lesson */
|
|
"Meaning" = "Bedeutung";
|
|
|
|
/* Adding a new verb to a lesson */
|
|
"New verb" = "Neues Verb";
|
|
|
|
/* Next button in the testing screen to continue to the next verb */
|
|
"Next" = "Nächste";
|
|
|
|
/* Multiple Choice test */
|
|
"Multiple Choice" = "Mehrwahltest";
|
|
|
|
/* List of verbs */
|
|
"List" = "Liste";
|
|
|
|
/* Typing Test */
|
|
"Typing" = "Schreiben";
|
|
|
|
/* Check answer button */
|
|
"Check" = "Kontrollieren";
|
|
|
|
/* Show correct answer button */
|
|
"Answer" = "Richtig?";
|
|
|
|
/* Add a new verb (short description) */
|
|
"Add new..." = "Neues Verb...";
|
|
|
|
/* Add a new verb (long description) */
|
|
"Add a new verb" = "Neues Verb hinzufügen";
|
|
|
|
/* Add a new lesson (long description) */
|
|
"Add a new lesson" = "Neuen Lektion hinzufügen";
|
|
|
|
/* Number of correct answers */
|
|
"Correct" = "Korrect";
|
|
|
|
/* Number of incorrect answers */
|
|
"Error" = "Fehler";
|
|
|
|
/* Number of total conjugations in test */
|
|
"Total" = "Gesamt";
|
|
|
|
/* Congratulations title */
|
|
"Congratulations" = "Beglückwünschung";
|
|
|
|
/* Lesson completed succesfully message */
|
|
"You succesfully completed this lesson!" = "Sie haben erfolgreich diese Lektion abgeschlossen!";
|
|
|
|
/* Quit lesson completed completed alert message */
|
|
"Continue" = "Weiter";
|
|
|
|
/* Simple present tense description */
|
|
"TENSE_SIMPLE_PRESENT" = "Präsens";
|
|
|
|
/* Simple past tense description */
|
|
"TENSE_SIMPLE_PAST" = "Präteritum";
|
|
|
|
/* Imperfect tense description */
|
|
"TENSE_IMPERFECT" = "Imperfekt";
|
|
|
|
/* Future tense description */
|
|
"TENSE_FUTURE" = "Futur";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_PRESENT_PERFECT" = "Perfekt";
|
|
|
|
/* Past perfect tense description */
|
|
"TENSE_PAST_PERFECT" = "Plusquamperfekt";
|
|
|
|
/* Future perfect tense description */
|
|
"TENSE_FUTURE_PERFECT" = "Futur Perfekt";
|
|
|
|
/* Conditional tense description */
|
|
"TENSE_CONDITIONAL" = "Konditional";
|
|
|
|
/* Conditional tense description */
|
|
"TENSE_CONDITIONAL_PERFECT" = "Konditional Perfekt";
|
|
|
|
/* Gerund tense description */
|
|
"TENSE_GERUND" = "Gerundium";
|
|
|
|
/* Imperative tense description */
|
|
"TENSE_IMPERATIVE" = "Imperativ";
|
|
|
|
/* Present subjunctive tense description */
|
|
"TENSE_PRESENT_SUBJUNCTIVE" = "Subjuntiv Präsens";
|
|
|
|
/* Present subjunctive tense description */
|
|
"TENSE_PERFECT_SUBJUNCTIVE" = "Subjuntiv Perfekt";
|
|
|
|
/* Present perfect subjunctive tense description */
|
|
"TENSE_IMPERFECT_SUBJUNCTIVE" = "Subjuntiv Imperfekt";
|
|
|
|
/* Past perfect subjunctive tense description */
|
|
"TENSE_PAST_PERFECT_SUBJUNCTIVE" = "Subjuntiv Plusquamperfekt"; |