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-08-14 06:50:54 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-08-14 10:17:05 +0300
commit323e8446cf3d89244309dbb7d2dcd17228b20dac (patch)
tree6bc2354b32acf33b7a11335e815ac3b48e1e5194 /app/src/main/res/values-fr
parentf4ca77f4c10d4764927267a1f287a8336172997d (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.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index c0f2bced..f09e3921 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -119,7 +119,6 @@
<string name="simple_more">Plus</string>
<string name="simple_move">Déplacer</string>
<string name="checkbox_could_not_be_toggled">Impossible de modifier l\'état de la case à cocher.</string>
- <string name="bulk_notes_deleted">%1$d notes supprimées</string>
<string name="bulk_notes_restored">%1$d notes restaurées</string>
<string name="category_readonly">Lecture seule</string>
<string name="no_category">Sans catégorie</string>
@@ -194,6 +193,10 @@
<item quantity="one">%d sélectionné</item>
<item quantity="other">%d sélectionné(s)</item>
</plurals>
+ <plurals name="bulk_notes_deleted">
+ <item quantity="one">%1$d note supprimée</item>
+ <item quantity="other">%1$d notes supprimées</item>
+ </plurals>
<string name="formatting_help_divider" translateable="false">---</string>
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
@@ -247,4 +250,5 @@
<string name="error_action_open_battery_settings">Paramètres de batterie</string>
<string name="error_action_open_deck_info">Ouvrir les informations de l\'application</string>
<string name="error_action_open_network">Paramètres réseau</string>
- </resources>
+ <string name="no_other_accounts">Vous n\'avez pas encore configuré d\'autres comptes.</string>
+</resources>