-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
7c12b4a
commit add954e
Showing
3 changed files
with
23 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,7 @@ you can follow these steps: | |
Currently supported languages are: | ||
:de: | ||
:es: | ||
:fr: | ||
:gb: | ||
:poland: | ||
:ru: |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?php | ||
|
||
$s_plugin_ToDoLists_name = 'Liste de tâches'; | ||
$s_plugin_ToDoLists_description = 'Ajoute la possibilité de créer une liste de tâches.'; | ||
$s_plugin_ToDoLists_configuration = 'Configuration'; | ||
|
||
$s_plugin_ToDoLists_manage_threshold = 'Gestion'; | ||
$s_plugin_ToDoLists_manage_threshold_desc = 'Créer et gérer ses tâches'; | ||
$s_plugin_ToDoLists_view_threshold = 'Afficher'; | ||
$s_plugin_ToDoLists_view_threshold_desc = 'Afficher les tâches créées par les autres utilisateurs'; | ||
|
||
$s_plugin_ToDoLists_things_to_do = 'À faire'; | ||
$s_plugin_ToDoLists_add = 'Ajouter'; | ||
$s_plugin_ToDoLists_add_new_task = 'Ajouter une nouvelle tâche'; | ||
$s_plugin_ToDoLists_edit_task = 'Éditer la tâche'; | ||
$s_plugin_ToDoLists_enter_new_description = 'Entrer une nouvelle description de la tâche (120 caractères max):'; | ||
$s_plugin_ToDoLists_delete_task = 'Supprimer la tâche'; | ||
$s_plugin_ToDoLists_confirm_deletion = 'Êtes vous sûr de vouloir annuler la tâche en cours de création?'; | ||
|
||
$s_plugin_ToDoLists_task_created = 'Tâche créée'; | ||
$s_plugin_ToDoLists_task_updated = 'Tâche mise à jour'; |