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

Unified Diff: locale/it/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/is/filter.json ('k') | locale/ja/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/it/filter.json
diff --git a/locale/it/filter.json b/locale/it/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..b7e5996bfcc8f519f61ef80402abe2a193a91ee8
--- /dev/null
+++ b/locale/it/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "È possibile specificare solo un ID dell'elemento da nascondere"
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Non è stato specificato alcun criterio per rilevare l'elemento da nascondere"
+ },
+ "filter_invalid_regexp": {
+ "message": "Espressione regolare Invalida"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Il filtro inserito verrà interpretato come un'espressione regolare. Un numero eccessivo di tali filtri potrebbe rallentare la navigazione"
+ },
+ "filter_unknown_option": {
+ "message": "Opzione Filtro Sconosciuta"
+ }
+}
« no previous file with comments | « locale/is/filter.json ('k') | locale/ja/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld