Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: locale/fr/filter.json

Issue 29372834: Issue 4833 - Add translations for invalid filter messages (Closed)
Patch Set: Created Jan. 24, 2017, 11:14 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « locale/fi/filter.json ('k') | locale/fy-NL/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/fr/filter.json
diff --git a/locale/fr/filter.json b/locale/fr/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..30493e8979204abe2421cb957a87baa7e2ff8cbc
--- /dev/null
+++ b/locale/fr/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Il n'est possible de spécifier qu'une ID de l'élément à masquer"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Aucun critère spécifié pour reconnaître l'élément à masquer"
+ },
+ "filter_invalid_regexp": {
+ "message": "Expression régulière non valide"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Ce filtre est soit une expression régulière, soit trop court pour être optimisé. Un excès de ce genre de filtres pourrait ralentir votre navigation."
+ },
+ "filter_unknown_option": {
+ "message": "Option de filtre inconnu"
+ }
+}
« no previous file with comments | « locale/fi/filter.json ('k') | locale/fy-NL/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld