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

Unified Diff: locale/ro/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/pt-PT/filter.json ('k') | locale/ru/filter.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: locale/ro/filter.json
diff --git a/locale/ro/filter.json b/locale/ro/filter.json
new file mode 100644
index 0000000000000000000000000000000000000000..5bc069cad6170c10ff5177c4286458259a413d5f
--- /dev/null
+++ b/locale/ro/filter.json
@@ -0,0 +1,17 @@
+{
+ "filter_elemhide_duplicate_id": {
+ "message": "Se poate specifica doar un singur identificator de element pentru ascundere."
+ },
+ "filter_elemhide_nocriteria": {
+ "message": "Nu s-a specificat nici un criteriu pentru a identifica elementul pentru ascundere."
+ },
+ "filter_invalid_regexp": {
+ "message": "Expresie regulată invalidă"
+ },
+ "filter_regexp_tooltip": {
+ "message": "Acest filtru este bazat pe expresii regulate sau este prea scurt pentru a fi optimizat. Prea multe astfel de filtre pot duce la încetinirea navigării."
+ },
+ "filter_unknown_option": {
+ "message": "Opțiune filtru necunoscut"
+ }
+}
« no previous file with comments | « locale/pt-PT/filter.json ('k') | locale/ru/filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld