diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 985236e..ca3f6d4 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -4,20 +4,16 @@ "@title": { "description": "the title of the application" }, - "defaultNote": "Default note", - "@defaultNote": { - "description": "A default note for the first time the app is run" - }, "add": "Add", - "newNote": "New note", - "addNewNote": "Add a new note", - "modifyNote": "Modify note", - "deleteNote": "Delete note", - "confirmDeleteNote": "Confirm note delete", + "newNote": "New task", + "addNewNote": "Add a new task", + "modifyNote": "Modify task", + "deleteNote": "Delete task", + "confirmDeleteNote": "Confirm task delete", "cancel": "Cancel", "record": "Save", "delete": "Delete", - "noteNoteRegister": "No notes have been recorded yet", + "noteNoteRegister": "No task have been recorded yet", "addReminder": "Add a reminder", "notificationWillBeSent": "A notification will be sent on", "reminder": "Reminder", diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index 1bbf447..29b307f 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -1,17 +1,16 @@ { "@@locale": "fr", "title": "À faire", - "defaultNote": "Note par défaut", "add": "Ajouter", - "newNote": "nouvelle note", - "addNewNote": "Ajouter une nouvelle note", - "modifyNote": "Modifier la note", - "deleteNote": "Supprimer la note", - "confirmDeleteNote": "Confirmer la suppresion de la note", + "newNote": "nouvelle tâche", + "addNewNote": "Ajouter une nouvelle tâche", + "modifyNote": "Modifier la tâche", + "deleteNote": "Supprimer la tâche", + "confirmDeleteNote": "Confirmer la suppresion de la tâche", "cancel": "Annuler", "record": "Enregistrer", "delete": "Supprimer", - "noteNoteRegister": "Aucunte note n'a encore été enregistré", + "noteNoteRegister": "Aucunte tâche n'a encore été enregistré", "addReminder": "Ajouter un rappel", "notificationWillBeSent": "Une notification sera envoyé le", "reminder": "Rappel",