Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values-fr/strings.xml')
-rw-r--r--app/src/main/res/values-fr/strings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 56c78d8a8..c127f936b 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -38,6 +38,8 @@
<string name="simple_disabled">désactivé</string>
<string name="simple_copied">Copié</string>
<string name="simple_archive">Archiver</string>
+ <string name="simple_unassigned">Non attribué</string>
+
<string name="edit_board">Modifier le tableau</string>
<string name="archive_board">Archiver le tableau</string>
<string name="delete_board">Supprimer le tableau</string>
@@ -256,4 +258,10 @@
</plurals>
<string name="simple_report">Signaler</string>
<string name="error_action_open_battery_settings">Paramètres de batterie</string>
- </resources>
+ <string name="move_warning">Ni les commentaires ni les pièces jointes ne peuvent être transférés lorsque la carte est déplacée sur un autre tableau.</string>
+ <string name="clone_board">Dupliquer le tableau</string>
+ <string name="cloning_board">Clonage de %1$s…</string>
+ <string name="successfully_cloned_board">Cloné avec succès %1$s</string>
+ <string name="attachment_does_not_yet_exist">Pièce jointe non encore présente dans le tableau</string>
+ <string name="card_does_not_yet_exist">Carte non encore présente dans le tableau</string>
+</resources>