* src/po/template.po: Update translation template.

* src/po/ru.po: Update Russian translation.
* src/plugins/FilterEditor.py (edit_rule): Use translated strings for
identifying rule/option.
* src/GenericFilter.py (save): Encode XML file as utf-8 (was iso8859-1).


svn: r2124
This commit is contained in:
Alex Roitman
2003-09-14 04:21:44 +00:00
parent ffaf5013c1
commit 209c8b64bb
5 changed files with 3989 additions and 3480 deletions

View File

@@ -1365,7 +1365,7 @@ class GenericFilterList:
# except:
# return
f = open(self.file.encode('iso8859-1'),'w')
f = open(self.file.encode('utf-8'),'w')
f.write("<?xml version=\"1.0\" encoding=\"utf-8\"?>\n")
f.write('<filters>\n')