-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Souleymane Sidibe
committed
Aug 20, 2021
1 parent
97dbc90
commit 667c040
Showing
3 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
<resources> | ||
<string name="app_name">Todo App</string> | ||
<string name="str_no_todos">Vous n\'avez pas encore de todo :(</string> | ||
<string name="str_add_todo">Ajouter un nouveau todo</string> | ||
<string name="btn_edit_todo">Modifier</string> | ||
<string name="btn_add_todo">Ajouter</string> | ||
<string name="str_add_todo_explanation">Veuillez fournir un titre a votre todo.</string> | ||
<string name="str_toolbar_title">Add a todo</string> | ||
</resources> |