aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/translations
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 14:57:27 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 14:57:27 -0800
commit238b9e4c8594b8846b3cd9a24702a2299581a0a1 (patch)
treee2fc2898cde61d3ae9dc0d6f23ef578010159443 /locale/translations
parent5983db1a770e458c4ecbbe9a4a2df70f0ebc0d9a (diff)
Check for category uniqueness before saving
Diffstat (limited to 'locale/translations')
-rw-r--r--locale/translations/fr_FR.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/translations/fr_FR.json b/locale/translations/fr_FR.json
index 8ba010c..9cbe220 100644
--- a/locale/translations/fr_FR.json
+++ b/locale/translations/fr_FR.json
@@ -121,5 +121,7 @@
"no": "non",
"Are you sure?": "Êtes-vous sûr ?",
"Work in progress...": "Travail en cours...",
- "This user already exists.": "Cet utilisateur existe déjà."
+ "This user already exists.": "Cet utilisateur existe déjà.",
+ "This category already exists.": "Cette catégorie existe déjà.",
+ "Unable to update this category.": "Impossible de mettre à jour cette catégorie."
}