40 lines
1.8 KiB
Plaintext
40 lines
1.8 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"; |