summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2013-05-28 15:02:41 +0200
committerjvoisin2013-05-28 15:02:41 +0200
commit12a9ae6e435716d2bad56a61c20b01a4250baef3 (patch)
tree37098f2f64ab9202be9a2da7a72f15f998f1f05a
parent4fedba444a54a05ac7383b110692926cdcbe3ea3 (diff)
Update translations
-rw-r--r--data/mat.ui5
-rwxr-xr-xmat-gui6
-rw-r--r--po/mat-gui.pot176
3 files changed, 103 insertions, 84 deletions
diff --git a/data/mat.ui b/data/mat.ui
index db16d67..a6d0f20 100644
--- a/data/mat.ui
+++ b/data/mat.ui
@@ -22,7 +22,7 @@
22 <object class="GtkWindow" id="MainWindow"> 22 <object class="GtkWindow" id="MainWindow">
23 <property name="visible">True</property> 23 <property name="visible">True</property>
24 <property name="can_focus">False</property> 24 <property name="can_focus">False</property>
25 <property name="title" translatable="yes">Metadata Anonymisation Toolkit</property> 25 <property name="title">Metadata Anonymisation Toolkit</property>
26 <property name="window_position">center</property> 26 <property name="window_position">center</property>
27 <property name="default_width">400</property> 27 <property name="default_width">400</property>
28 <property name="default_height">400</property> 28 <property name="default_height">400</property>
@@ -272,6 +272,9 @@
272 <property name="rubber_banding">True</property> 272 <property name="rubber_banding">True</property>
273 <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/> 273 <signal name="drag-data-received" handler="cb_drag_data_received" swapped="no"/>
274 <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/> 274 <signal name="row-activated" handler="cb_popup_metadata" swapped="no"/>
275 <child internal-child="selection">
276 <object class="GtkTreeSelection" id="treeview-selection1"/>
277 </child>
275 <child> 278 <child>
276 <object class="GtkTreeViewColumn" id="tvc_path"> 279 <object class="GtkTreeViewColumn" id="tvc_path">
277 <property name="resizable">True</property> 280 <property name="resizable">True</property>
diff --git a/mat-gui b/mat-gui
index de77a47..9f588bf 100755
--- a/mat-gui
+++ b/mat-gui
@@ -160,10 +160,10 @@ class GUI(object):
160 Popup that display on double-clic 160 Popup that display on double-clic
161 metadata from a file 161 metadata from a file
162 ''' 162 '''
163 label = '<b>%s</b>\'s metadatas:\n' % self.liststore[row][1] 163 label = _('<b>%s</b>\'s metadatas:\n') % self.liststore[row][1]
164 meta = '' 164 meta = ''
165 if not self.liststore[row][6] or self.liststore[row][0].file.is_clean(): 165 if not self.liststore[row][6] or self.liststore[row][0].file.is_clean():
166 meta = 'No metadata found' 166 meta = _('No metadata found')
167 self.liststore[row][4] = _('Clean') 167 self.liststore[row][4] = _('Clean')
168 else: 168 else:
169 self.liststore[row][4] = _('Dirty') 169 self.liststore[row][4] = _('Dirty')
@@ -380,7 +380,7 @@ non-anonymised) file to output archive'))
380 if mime: 380 if mime:
381 store.append([item, mime]) 381 store.append([item, mime])
382 else: 382 else:
383 store.append([item, 'unknown']) 383 store.append([item, _('unknown')])
384 384
385 treeview = Gtk.TreeView(store) 385 treeview = Gtk.TreeView(store)
386 vbox.pack_start(treeview, True, True, 0) 386 vbox.pack_start(treeview, True, True, 0)
diff --git a/po/mat-gui.pot b/po/mat-gui.pot
index 88b9a2b..1078c8a 100644
--- a/po/mat-gui.pot
+++ b/po/mat-gui.pot
@@ -8,7 +8,7 @@ msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n" 9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n" 10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2013-01-05 20:03+0100\n" 11"POT-Creation-Date: 2013-05-28 15:00+0200\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,161 +17,177 @@ msgstr ""
17"Content-Type: text/plain; charset=CHARSET\n" 17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n" 18"Content-Transfer-Encoding: 8bit\n"
19 19
20#: mat-gui:95 mat-gui:563 mat-gui:579 20#: mat-gui:72 mat-gui:416 mat-gui:432
21msgid "Ready" 21msgid "Ready"
22msgstr "" 22msgstr ""
23 23
24#: mat-gui:107 24#: mat-gui:134
25msgid "Add" 25msgid "Choose files"
26msgstr ""
27
28#: mat-gui:141
29msgid "All files"
30msgstr ""
31
32#: mat-gui:148
33msgid "Supported files"
26msgstr "" 34msgstr ""
27 35
28#: mat-gui:109 mat-gui:183 36#: mat-gui:163
29msgid "Add files" 37#, python-format
38msgid "<b>%s</b>'s metadatas:\n"
39msgstr ""
40
41#: mat-gui:166
42msgid "No metadata found"
30msgstr "" 43msgstr ""
31 44
32#: mat-gui:113 mat-gui:203 mat-gui:308 mat-gui:311 mat-gui:555 mat-gui:557 45#: mat-gui:167 mat-gui:409 mat-gui:427 data/mat.ui:204
33#: mat-gui:573 mat-gui:575
34msgid "Clean" 46msgid "Clean"
35msgstr "" 47msgstr ""
36 48
37#: mat-gui:115 49#: mat-gui:169 mat-gui:412
38msgid "Clean selected files" 50msgid "Dirty"
39msgstr "" 51msgstr ""
40 52
41#: mat-gui:119 mat-gui:214 53#: mat-gui:201
42msgid "Check" 54msgid "This software was coded during the GSoC 2011"
43msgstr "" 55msgstr ""
44 56
45#: mat-gui:121 57#: mat-gui:206
46msgid "Check selected files for harmful meta" 58msgid "Website"
47msgstr "" 59msgstr ""
48 60
49#: mat-gui:125 mat-gui:185 61#: mat-gui:233 data/mat.ui:87
50msgid "Quit" 62msgid "Preferences"
51msgstr "" 63msgstr ""
52 64
53#: mat-gui:137 65#: mat-gui:247
54msgid "Path" 66msgid "Force Clean"
55msgstr "" 67msgstr ""
56 68
57#: mat-gui:137 mat-gui:363 69#: mat-gui:250
58msgid "Filename" 70msgid "Do not check if already clean before cleaning"
59msgstr "" 71msgstr ""
60 72
61#: mat-gui:137 mat-gui:365 73#: mat-gui:253
62msgid "Mimetype" 74msgid "Backup"
63msgstr "" 75msgstr ""
64 76
65#: mat-gui:137 77#: mat-gui:256
66msgid "State" 78msgid "Keep a backup copy"
67msgstr "" 79msgstr ""
68 80
69#: mat-gui:138 81#: mat-gui:259
70msgid "Cleaned file" 82msgid "Reduce PDF quality"
71msgstr "" 83msgstr ""
72 84
73#: mat-gui:182 85#: mat-gui:262
74msgid "Files" 86msgid "Reduce the produced PDF size and quality"
75msgstr "" 87msgstr ""
76 88
77#: mat-gui:188 89#: mat-gui:265
78msgid "Edit" 90msgid "Add unsupported file to archives"
79msgstr "" 91msgstr ""
80 92
81#: mat-gui:189 93#: mat-gui:269
82msgid "Clear the filelist" 94msgid "Add non-supported (and so non-anonymised) file to output archive"
83msgstr "" 95msgstr ""
84 96
85#: mat-gui:192 mat-gui:447 97#: mat-gui:316
86msgid "Preferences" 98msgid "unknow"
87msgstr "" 99msgstr ""
88 100
89#: mat-gui:195 101#: mat-gui:371
90msgid "Process" 102msgid "Not-supported"
91msgstr "" 103msgstr ""
92 104
93#: mat-gui:218 105#: mat-gui:383
94msgid "Help" 106msgid "unknown"
95msgstr "" 107msgstr ""
96 108
97#: mat-gui:219 mat-gui:395 109#: mat-gui:390 data/mat.ui:299
98msgid "Supported formats" 110msgid "Filename"
99msgstr "" 111msgstr ""
100 112
101#: mat-gui:220 113#: mat-gui:392 data/mat.ui:316
102msgid "About" 114msgid "Mimetype"
103msgstr "" 115msgstr ""
104 116
105#: mat-gui:241 117#: mat-gui:403
106msgid "Choose files" 118#, python-format
119msgid "Checking %s"
107msgstr "" 120msgstr ""
108 121
109#: mat-gui:248 122#: mat-gui:422
110msgid "All files" 123#, python-format
124msgid "Cleaning %s"
111msgstr "" 125msgstr ""
112 126
113#: mat-gui:255 127#: data/mat.ui:43
114msgid "Supported files" 128msgid "_File"
115msgstr "" 129msgstr ""
116 130
117#: mat-gui:297 131#: data/mat.ui:79
118msgid "unknow" 132msgid "_Edit"
119msgstr "" 133msgstr ""
120 134
121#: mat-gui:313 mat-gui:559 135#: data/mat.ui:98 data/mat.ui:230
122msgid "Dirty" 136msgid "Clear"
123msgstr "" 137msgstr ""
124 138
125#: mat-gui:343 139#: data/mat.ui:113
126msgid "Not-supported" 140msgid "_Process"
127msgstr "" 141msgstr ""
128 142
129#: mat-gui:381 143#: data/mat.ui:147
130msgid "This software was coded during the GSoC 2011" 144msgid "_Help"
131msgstr "" 145msgstr ""
132 146
133#: mat-gui:386 147#: data/mat.ui:191
134msgid "Website" 148msgid "Add"
135msgstr "" 149msgstr ""
136 150
137#: mat-gui:461 151#: data/mat.ui:217
138msgid "Force Clean" 152msgid "Check"
139msgstr "" 153msgstr ""
140 154
141#: mat-gui:464 155#: data/mat.ui:243
142msgid "Do not check if already clean before cleaning" 156msgid "Quit"
143msgstr "" 157msgstr ""
144 158
145#: mat-gui:468 159#: data/mat.ui:282
146msgid "Backup" 160msgid "Path"
147msgstr "" 161msgstr ""
148 162
149#: mat-gui:471 163#: data/mat.ui:333
150msgid "Keep a backup copy" 164msgid "State"
151msgstr "" 165msgstr ""
152 166
153#: mat-gui:474 167#: data/mat.ui:350
154msgid "Reduce PDF quality" 168msgid "Cleaned copy"
155msgstr "" 169msgstr ""
156 170
157#: mat-gui:477 171#: data/mat.ui:388
158msgid "Reduce the produced PDF size and quality" 172msgid "Supported formats"
159msgstr "" 173msgstr ""
160 174
161#: mat-gui:480 175#: data/mat.ui:431
162msgid "Add unsupported file to archives" 176msgid "Support"
163msgstr "" 177msgstr ""
164 178
165#: mat-gui:484 179#: data/mat.ui:444
166msgid "Add non-supported (and so non-anonymised) file to output archive" 180msgid "Metadata"
167msgstr "" 181msgstr ""
168 182
169#: mat-gui:554 183#: data/mat.ui:457
170#, python-format 184msgid "Method"
171msgid "Checking %s..."
172msgstr "" 185msgstr ""
173 186
174#: mat-gui:572 187#: data/mat.ui:470
175#, python-format 188msgid "Remaining"
176msgid "Cleaning %s..." 189msgstr ""
190
191#: data/mat.ui:507
192msgid "Fileformat"
177msgstr "" 193msgstr ""