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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-06-13 06:31:04 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-13 10:43:11 +0300
commit908c8560a2cad17a8c763b6224fd8f2fd4578a3d (patch)
treec0c5f1098841654bf512a11ec2b842640ccfc2d7 /app/src/main/res/values-fr
parent1a0c9b2319654e4b9909014100c2b54767f2376d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-fr')
-rw-r--r--app/src/main/res/values-fr/strings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 100951d1..9397aaef 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -195,4 +195,18 @@
<item quantity="other">%d sélectionné(s)</item>
</plurals>
+ <string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
+ <string name="formatting_help_text_title">Texte</string>
+ <string name="formatting_help_lists_title">Listes</string>
+ <string name="formatting_help_lists_body_1">Parfois, vous voulez des listes numérotées :</string>
+ <string name="formatting_help_lists_body_2">Un</string>
+ <string name="formatting_help_lists_body_3">Deux</string>
+ <string name="formatting_help_lists_body_4">Trois</string>
+ <string name="formatting_help_lists_body_5">Parfois, vous voulez des puces :</string>
+ <string name="formatting_help_checkboxes_title">Case à cocher</string>
+ <string name="formatting_help_checkboxes_body_1">Pour créer une case à cocher, utilisez une liste suivie de crochets.</string>
+ <string name="formatting_help_structured_documents_title">Documents structurés</string>
+ <string name="formatting_help_code_title">Code</string>
+ <string name="formatting_help_unsupported_title">Non pris en charge</string>
+ <string name="formatting_help_unsupported_body_3">Images</string>
</resources>