africompta 1.9.10 → 1.9.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +6 -1
  3. data/Gemfile.lock +14 -8
  4. data/africompta.gemspec +3 -2
  5. data/bin/afri_compta.rb +119 -0
  6. data/bin/africompta.sh +23 -0
  7. data/config.yaml.default +19 -0
  8. data/lib/africompta.rb +7 -1
  9. data/lib/africompta/acaccess.rb +54 -68
  10. data/lib/africompta/acqooxview.rb +10 -10
  11. data/lib/africompta/entities/account.rb +120 -116
  12. data/lib/africompta/entities/config_base.rb +9 -0
  13. data/lib/africompta/entities/remote.rb +240 -6
  14. data/lib/africompta/entities/report.rb +136 -0
  15. data/lib/africompta/entities/users.rb +18 -6
  16. data/lib/africompta/views/compta/admin.rb +135 -0
  17. data/lib/africompta/views/compta/check.rb +245 -0
  18. data/lib/africompta/views/compta/edit_accounts.rb +138 -0
  19. data/lib/africompta/views/compta/edit_movements.rb +167 -0
  20. data/lib/africompta/views/compta/remotes.rb +23 -0
  21. data/lib/africompta/views/compta/tabs.rb +9 -0
  22. data/lib/africompta/views/compta/users.rb +23 -0
  23. data/lib/africompta/views/report/compta_executive.rb +221 -0
  24. data/lib/africompta/views/report/compta_flat.rb +79 -0
  25. data/lib/africompta/views/report/tabs.rb +7 -2
  26. data/po/afri_compta-ar.po +2356 -0
  27. data/po/afri_compta-en.po +2253 -0
  28. data/po/afri_compta-fr.po +4345 -0
  29. data/test/ac_account.rb +176 -0
  30. data/{Test → test}/ac_africompta.rb +0 -0
  31. data/{Test → test}/ac_big.rb +0 -0
  32. data/test/ac_merge.rb +177 -0
  33. data/{Test → test}/ac_movement.rb +14 -1
  34. data/{Test → test}/ac_sqlite.rb +0 -0
  35. data/{Test → test}/config_test.yaml +1 -6
  36. data/test/other.conf +1 -0
  37. data/test/other.rb +18 -0
  38. data/test/test.conf +1 -0
  39. data/{Test → test}/test.rb +7 -14
  40. metadata +63 -18
  41. data/Test/ac_account.rb +0 -128
  42. data/lib/africompta/africompta.rb +0 -83
  43. data/lib/africompta/views/edit/movement.rb +0 -8
  44. data/lib/africompta/views/edit/tabs.rb +0 -8
  45. data/lib/africompta/views/report/annual.rb +0 -3
@@ -0,0 +1,2253 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2013-09-13 22:31+0100\n"
12
+ "PO-Revision-Date: 2013-09-13 22:31+0100\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
+
21
+ #. Comes from file Entities/AccessGroups.rb and line is value_str :name
22
+ #.
23
+ #. Comes from file Entities/Classroom.rb and line is value_str :name
24
+ #.
25
+ #. Comes from file Entities/Share.rb and line is value_str :name
26
+ #.
27
+ #. Comes from file Entities/CourseType.rb and line is value_str :name
28
+ #.
29
+ #. Comes from file Entities/Client.rb and line is value_str :name
30
+ #.
31
+ #. Comes from file Entities/Room.rb and line is value_str :name
32
+ #.
33
+ #. Comes from file Entities/Service.rb and line is value_str :name
34
+ #.
35
+ #. Comes from file Entities/Course.rb and line is value_str :name
36
+ #.
37
+ #. Comes from file Views/Network/Access.rb and line is show_field :name
38
+ #.
39
+ #. Comes from file Views/Course/Modify.rb and line is show_arg :name, :ro => true
40
+ #.
41
+ #. Comes from file Views/Compta/Users.rb and line is show_str :name
42
+ #: ../Entities/AccessGroups.rb:5 ../Entities/Classroom.rb:7
43
+ #: ../Entities/Share.rb:6 ../Entities/CourseType.rb:11
44
+ #: ../Entities/Client.rb:4 ../Entities/Room.rb:6
45
+ #: ../Entities/Service.rb:3 ../Entities/Course.rb:23
46
+ #: ../Views/Network/Access.rb:16 ../Views/Course/Modify.rb:27
47
+ #: ../Views/Compta/Users.rb:13
48
+ msgid "name"
49
+ msgstr ""
50
+
51
+ #. Comes from file Entities/AccessGroups.rb and line is value_list_single :members
52
+ #: ../Entities/AccessGroups.rb:6
53
+ msgid "members"
54
+ msgstr ""
55
+
56
+ #. Comes from file Entities/AccessGroups.rb and line is value_list_drop :action, "%w( allow allow_else_block block )"
57
+ #.
58
+ #. Comes from file Views/Network/Access.rb and line is show_field :action
59
+ #: ../Entities/AccessGroups.rb:7 ../Views/Network/Access.rb:17
60
+ msgid "action"
61
+ msgstr ""
62
+
63
+ #. Comes from file Entities/AccessGroups.rb and line is value_int :priority
64
+ #.
65
+ #. Comes from file Views/Network/Access.rb and line is show_field :priority
66
+ #: ../Entities/AccessGroups.rb:8 ../Views/Network/Access.rb:18
67
+ msgid "priority"
68
+ msgstr ""
69
+
70
+ #. Comes from file Entities/AccessGroups.rb and line is value_int :limit_day_mo
71
+ #.
72
+ #. Comes from file Views/Network/Access.rb and line is show_field :limit_day_mo
73
+ #: ../Entities/AccessGroups.rb:9 ../Views/Network/Access.rb:19
74
+ msgid "limit_day_mo"
75
+ msgstr ""
76
+
77
+ #. Comes from file Entities/AccessGroups.rb and line is value_list_single :access_times, "[]"
78
+ #: ../Entities/AccessGroups.rb:10
79
+ msgid "access_times"
80
+ msgstr ""
81
+
82
+ #. Comes from file Entities/Payment.rb and line is value_str :desc
83
+ #: ../Entities/Payment.rb:3
84
+ msgid "desc"
85
+ msgstr ""
86
+
87
+ #. Comes from file Entities/Payment.rb and line is value_int :cash
88
+ #: ../Entities/Payment.rb:4
89
+ msgid "cash"
90
+ msgstr ""
91
+
92
+ #. Comes from file Entities/Payment.rb and line is value_date :date
93
+ #.
94
+ #. Comes from file Entities/Task.rb and line is value_date :date
95
+ #: ../Entities/Payment.rb:5 ../Entities/Task.rb:11
96
+ msgid "date"
97
+ msgstr ""
98
+
99
+ #. Comes from file Entities/Ticket.rb and line is value_date :opened
100
+ #: ../Entities/Ticket.rb:6
101
+ msgid "opened"
102
+ msgstr ""
103
+
104
+ #. Comes from file Entities/Ticket.rb and line is value_date :closed
105
+ #: ../Entities/Ticket.rb:7
106
+ msgid "closed"
107
+ msgstr ""
108
+
109
+ #. Comes from file Entities/Ticket.rb and line is value_list_drop :severity, "%w( critique grave moyen optionnel )"
110
+ #: ../Entities/Ticket.rb:8
111
+ msgid "severity"
112
+ msgstr ""
113
+
114
+ #. Comes from file Entities/Ticket.rb and line is value_str_ro :created_by
115
+ #: ../Entities/Ticket.rb:9
116
+ msgid "created_by"
117
+ msgstr ""
118
+
119
+ #. Comes from file Entities/Ticket.rb and line is value_entity_person_empty :assigned, :drop, :full_name,
120
+ #: ../Entities/Ticket.rb:10
121
+ msgid "assigned"
122
+ msgstr ""
123
+
124
+ #. Comes from file Entities/Ticket.rb and line is value_entity_computer_empty :computer, :drop, :name_service
125
+ #: ../Entities/Ticket.rb:12
126
+ msgid "computer"
127
+ msgstr ""
128
+
129
+ #. Comes from file Entities/Ticket.rb and line is value_str :other
130
+ #: ../Entities/Ticket.rb:13
131
+ msgid "other"
132
+ msgstr ""
133
+
134
+ #. Comes from file Entities/Ticket.rb and line is value_text :todo
135
+ #: ../Entities/Ticket.rb:16
136
+ msgid "todo"
137
+ msgstr ""
138
+
139
+ #. Comes from file Entities/Ticket.rb and line is value_text :verification
140
+ #: ../Entities/Ticket.rb:17
141
+ msgid "verification"
142
+ msgstr ""
143
+
144
+ #. Comes from file Entities/Ticket.rb and line is value_text :work
145
+ #.
146
+ #. Comes from file Entities/Task.rb and line is value_text :work
147
+ #: ../Entities/Ticket.rb:18 ../Entities/Task.rb:14
148
+ msgid "work"
149
+ msgstr ""
150
+
151
+ #. Comes from file Entities/Ticket.rb and line is vtlp_list :ticket_list, method, :width => 150
152
+ #: ../Entities/Ticket.rb:47
153
+ msgid "ticket_list"
154
+ msgstr ""
155
+
156
+ #. Comes from file Entities/Ticket.rb and line is show_button :new_ticket, :delete
157
+ #: ../Entities/Ticket.rb:49
158
+ msgid "new_ticket"
159
+ msgstr ""
160
+
161
+ #. Comes from file Entities/Ticket.rb and line is show_button :new_ticket, :delete
162
+ #.
163
+ #. Comes from file Entities/Ticket.rb and line is show_button :delete
164
+ #.
165
+ #. Comes from file Views/Person/Course.rb and line is show_button :add, :delete
166
+ #.
167
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :start_search, :delete, :add
168
+ #.
169
+ #. Comes from file Views/Network/Share.rb and line is show_button :new, :delete
170
+ #.
171
+ #. Comes from file Views/Network/Access.rb and line is show_button :new, :delete
172
+ #.
173
+ #. Comes from file Views/Inventory/Room.rb and line is show_button :new, :delete
174
+ #.
175
+ #. Comes from file Views/Inventory/Computer.rb and line is show_button :new, :delete
176
+ #.
177
+ #. Comes from file Views/Admin/CourseType.rb and line is show_button :new, :delete
178
+ #.
179
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :delete, :add
180
+ #.
181
+ #. Comes from file Views/Course/Responsible.rb and line is show_button :new, :delete, :save
182
+ #.
183
+ #. Comes from file Views/Task/Edit.rb and line is show_button :delete
184
+ #.
185
+ #. Comes from file Views/Task/Worker.rb and line is show_button :delete
186
+ #.
187
+ #. Comes from file Views/Task/Client.rb and line is show_button :delete
188
+ #: ../Entities/Ticket.rb:49 ../Entities/Ticket.rb:51
189
+ #: ../Views/Person/Course.rb:14 ../Views/Person/Tabs.rb:12
190
+ #: ../Views/Network/Share.rb:23 ../Views/Network/Access.rb:13
191
+ #: ../Views/Inventory/Room.rb:9 ../Views/Inventory/Computer.rb:9
192
+ #: ../Views/Admin/CourseType.rb:15 ../Views/Course/Tabs.rb:9
193
+ #: ../Views/Course/Responsible.rb:13 ../Views/Task/Edit.rb:11
194
+ #: ../Views/Task/Worker.rb:10 ../Views/Task/Client.rb:10
195
+ msgid "delete"
196
+ msgstr ""
197
+
198
+ #. Comes from file Entities/Ticket.rb and line is show_button :save_ticket
199
+ #: ../Entities/Ticket.rb:65
200
+ msgid "save_ticket"
201
+ msgstr ""
202
+
203
+ #. Comes from file Entities/Ticket.rb and line is show_button :save
204
+ #.
205
+ #. Comes from file Views/Person/Admin.rb and line is show_button :save
206
+ #.
207
+ #. Comes from file Views/Person/Modify.rb and line is show_print :save, :print_student
208
+ #.
209
+ #. Comes from file Views/Self/Show.rb and line is show_button :save
210
+ #.
211
+ #. Comes from file Views/Network/Access.rb and line is show_button :save, :add_time, :delete_time
212
+ #.
213
+ #. Comes from file Views/Inventory/Room.rb and line is show_button :save
214
+ #.
215
+ #. Comes from file Views/Inventory/Computer.rb and line is show_button :save
216
+ #.
217
+ #. Comes from file Views/Admin/Function.rb and line is show_button :save
218
+ #.
219
+ #. Comes from file Views/Course/Modify.rb and line is show_button :save
220
+ #.
221
+ #. Comes from file Views/Course/Grade.rb and line is show_button :save, :upload
222
+ #.
223
+ #. Comes from file Views/Course/Stats.rb and line is show_button :save
224
+ #.
225
+ #. Comes from file Views/Course/Responsible.rb and line is show_button :new, :delete, :save
226
+ #.
227
+ #. Comes from file Views/Compta/Users.rb and line is show_button :save
228
+ #.
229
+ #. Comes from file Views/Task/Edit.rb and line is show_button :save, :new
230
+ #.
231
+ #. Comes from file Views/Task/Worker.rb and line is show_button :new, :save
232
+ #.
233
+ #. Comes from file Views/Task/Client.rb and line is show_button :new, :save
234
+ #: ../Entities/Ticket.rb:67 ../Views/Person/Admin.rb:33
235
+ #: ../Views/Person/Modify.rb:18 ../Views/Self/Show.rb:11
236
+ #: ../Views/Network/Access.rb:22 ../Views/Inventory/Room.rb:14
237
+ #: ../Views/Inventory/Computer.rb:16 ../Views/Admin/Function.rb:9
238
+ #: ../Views/Course/Modify.rb:61 ../Views/Course/Grade.rb:34
239
+ #: ../Views/Course/Stats.rb:11 ../Views/Course/Responsible.rb:13
240
+ #: ../Views/Compta/Users.rb:18 ../Views/Task/Edit.rb:19
241
+ #: ../Views/Task/Worker.rb:17 ../Views/Task/Client.rb:17
242
+ msgid "save"
243
+ msgstr ""
244
+
245
+ #. Comes from file Entities/Quiz.rb and line is value_str :email
246
+ #.
247
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :email, :ldap_name => "mail"
248
+ #.
249
+ #. Comes from file Entities/Client.rb and line is value_str :email
250
+ #.
251
+ #. Comes from file Views/Self/Concours.rb and line is show_str :email, :width => 300
252
+ #: ../Entities/Quiz.rb:3 ../Entities/Person.rb:39
253
+ #: ../Entities/Client.rb:16 ../Views/Self/Concours.rb:11
254
+ msgid "email"
255
+ msgstr ""
256
+
257
+ #. Comes from file Entities/Quiz.rb and line is value_str :full_name
258
+ #.
259
+ #. Comes from file Views/Self/Concours.rb and line is show_str :full_name, :width => 300
260
+ #: ../Entities/Quiz.rb:4 ../Views/Self/Concours.rb:12
261
+ msgid "full_name"
262
+ msgstr ""
263
+
264
+ #. Comes from file Entities/Quiz.rb and line is value_str :reply
265
+ #: ../Entities/Quiz.rb:5
266
+ msgid "reply"
267
+ msgstr ""
268
+
269
+ #. Comes from file Entities/Quiz.rb and line is value_int :score
270
+ #: ../Entities/Quiz.rb:6
271
+ msgid "score"
272
+ msgstr ""
273
+
274
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :first_name, :ldap_name => "sn"
275
+ #.
276
+ #. Comes from file Views/Person/Course.rb and line is show_str_ro :first_name
277
+ #.
278
+ #. Comes from file Views/Course/Grade.rb and line is show_str :first_name, :width => 150
279
+ #: ../Entities/Person.rb:34 ../Views/Person/Course.rb:11
280
+ #: ../Views/Course/Grade.rb:32
281
+ msgid "first_name"
282
+ msgstr ""
283
+
284
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :family_name, :ldap_name => "givenname"
285
+ #.
286
+ #. Comes from file Views/Person/Course.rb and line is show_str_ro :family_name
287
+ #.
288
+ #. Comes from file Views/Course/Grade.rb and line is show_str :family_name
289
+ #: ../Entities/Person.rb:35 ../Views/Person/Course.rb:12
290
+ #: ../Views/Course/Grade.rb:33
291
+ msgid "family_name"
292
+ msgstr ""
293
+
294
+ #. Comes from file Entities/Person.rb and line is value_date :birthday
295
+ #: ../Entities/Person.rb:36
296
+ msgid "birthday"
297
+ msgstr ""
298
+
299
+ #. Comes from file Entities/Person.rb and line is value_str :address
300
+ #: ../Entities/Person.rb:37
301
+ msgid "address"
302
+ msgstr ""
303
+
304
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :phone, :ldap_name => "mobile"
305
+ #.
306
+ #. Comes from file Entities/Client.rb and line is value_str :phone
307
+ #: ../Entities/Person.rb:38 ../Entities/Client.rb:17
308
+ msgid "phone"
309
+ msgstr ""
310
+
311
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :town, :ldap_name => "l"
312
+ #: ../Entities/Person.rb:40
313
+ msgid "town"
314
+ msgstr ""
315
+
316
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :country, :ldap_name => "st"
317
+ #.
318
+ #. Comes from file Entities/Client.rb and line is value_str :country
319
+ #: ../Entities/Person.rb:41 ../Entities/Client.rb:9
320
+ msgid "country"
321
+ msgstr ""
322
+
323
+ #. Comes from file Entities/Person.rb and line is value_list_drop :gender, "%w( male female n/a )"
324
+ #: ../Entities/Person.rb:42
325
+ msgid "gender"
326
+ msgstr ""
327
+
328
+ #. Comes from file Entities/Person.rb and line is value_str :account_name_due
329
+ #: ../Entities/Person.rb:45
330
+ msgid "account_name_due"
331
+ msgstr ""
332
+
333
+ #. Comes from file Entities/Person.rb and line is value_str :account_name_cash
334
+ #: ../Entities/Person.rb:46
335
+ msgid "account_name_cash"
336
+ msgstr ""
337
+
338
+ #. Comes from file Entities/Person.rb and line is value_str :role_diploma
339
+ #: ../Entities/Person.rb:47
340
+ msgid "role_diploma"
341
+ msgstr ""
342
+
343
+ #. Comes from file Entities/Person.rb and line is value_list :permissions, "Permission.list.sort"
344
+ #.
345
+ #. Comes from file Views/Person/Admin.rb and line is show_arg :permissions, :flexheight => 1
346
+ #: ../Entities/Person.rb:48 ../Views/Person/Admin.rb:17
347
+ msgid "permissions"
348
+ msgstr ""
349
+
350
+ #. Comes from file Entities/Person.rb and line is value_list :groups, "%w( freesurf sudo print localonly share ).sort"
351
+ #.
352
+ #. Comes from file Views/Person/Admin.rb and line is show_field :groups
353
+ #.
354
+ #. Comes from file Views/Network/Access.rb and line is vtlp_list :groups, :name
355
+ #: ../Entities/Person.rb:51 ../Views/Person/Admin.rb:22
356
+ #: ../Views/Network/Access.rb:12
357
+ msgid "groups"
358
+ msgstr ""
359
+
360
+ #. Comes from file Entities/Person.rb and line is value_list_single :internet_none, "[]"
361
+ #.
362
+ #. Comes from file Views/Person/Admin.rb and line is show_field :internet_none
363
+ #: ../Entities/Person.rb:52 ../Views/Person/Admin.rb:26
364
+ msgid "internet_none"
365
+ msgstr ""
366
+
367
+ #. Comes from file Entities/Person.rb and line is value_str_ro_LDAP :login_name, :ldap_name => "uid"
368
+ #.
369
+ #. Comes from file Entities/Worker.rb and line is value_str :login_name
370
+ #.
371
+ #. Comes from file Views/Person/Admin.rb and line is show_str_ro :login_name
372
+ #.
373
+ #. Comes from file Views/Person/Credit.rb and line is show_str_ro :login_name
374
+ #.
375
+ #. Comes from file Views/Person/Modify.rb and line is show_str_ro :login_name, :width => 150
376
+ #.
377
+ #. Comes from file Views/Network/Access.rb and line is show_str :login_name
378
+ #: ../Entities/Person.rb:55 ../Entities/Worker.rb:5
379
+ #: ../Views/Person/Admin.rb:14 ../Views/Person/Credit.rb:10
380
+ #: ../Views/Person/Modify.rb:13 ../Views/Network/Access.rb:26
381
+ msgid "login_name"
382
+ msgstr ""
383
+
384
+ #. Comes from file Entities/Person.rb and line is value_int_ro :internet_credit
385
+ #.
386
+ #. Comes from file Views/Person/Credit.rb and line is show_int_ro :internet_credit
387
+ #.
388
+ #. Comes from file Views/Self/Internet.rb and line is show_int_ro :internet_credit
389
+ #: ../Entities/Person.rb:58 ../Views/Person/Credit.rb:11
390
+ #: ../Views/Self/Internet.rb:13
391
+ msgid "internet_credit"
392
+ msgstr ""
393
+
394
+ #. Comes from file Entities/Person.rb and line is value_int_ro :account_total_due
395
+ #.
396
+ #. Comes from file Views/Self/Services.rb and line is show_int_ro :account_total_due
397
+ #.
398
+ #. Comes from file Views/Self/Cash.rb and line is show_int_ro :account_total_due, :width => 100
399
+ #: ../Entities/Person.rb:59 ../Views/Self/Services.rb:25
400
+ #: ../Views/Self/Cash.rb:11
401
+ msgid "account_total_due"
402
+ msgstr ""
403
+
404
+ #. Comes from file Entities/Person.rb and line is value_str :session_id
405
+ #: ../Entities/Person.rb:62
406
+ msgid "session_id"
407
+ msgstr ""
408
+
409
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :password, :ldap_name => "userPassword"
410
+ #: ../Entities/Person.rb:63
411
+ msgid "password"
412
+ msgstr "Password"
413
+
414
+ #. Comes from file Entities/Person.rb and line is value_str :password_plain
415
+ #.
416
+ #. Comes from file Views/Person/Modify.rb and line is show_str_ro :password_plain
417
+ #: ../Entities/Person.rb:64 ../Views/Person/Modify.rb:24
418
+ msgid "password_plain"
419
+ msgstr ""
420
+
421
+ #. Comes from file Entities/Person.rb and line is value_int_LDAP :person_id, :ldap_name => "uidnumber"
422
+ #.
423
+ #. Comes from file Entities/Worker.rb and line is value_int :person_id
424
+ #.
425
+ #. Comes from file Views/Person/Admin.rb and line is show_str_ro :person_id
426
+ #.
427
+ #. Comes from file Views/Person/Modify.rb and line is show_str_ro :person_id
428
+ #: ../Entities/Person.rb:65 ../Entities/Worker.rb:4
429
+ #: ../Views/Person/Admin.rb:15 ../Views/Person/Modify.rb:14
430
+ msgid "person_id"
431
+ msgstr ""
432
+
433
+ #. Comes from file Entities/Static.rb and line is value_str :view_name
434
+ #: ../Entities/Static.rb:3
435
+ msgid "view_name"
436
+ msgstr ""
437
+
438
+ #. Comes from file Entities/Static.rb and line is value_str :data_str
439
+ #: ../Entities/Static.rb:4
440
+ msgid "data_str"
441
+ msgstr ""
442
+
443
+ #. Comes from file Entities/Classroom.rb and line is value_int :max_students
444
+ #: ../Entities/Classroom.rb:8
445
+ msgid "max_students"
446
+ msgstr ""
447
+
448
+ #. Comes from file Entities/Classroom.rb and line is value_int :computers
449
+ #.
450
+ #. Comes from file Entities/Room.rb and line is value_int :computers
451
+ #: ../Entities/Classroom.rb:9 ../Entities/Room.rb:9
452
+ msgid "computers"
453
+ msgstr ""
454
+
455
+ #. Comes from file Entities/Share.rb and line is value_str :path
456
+ #: ../Entities/Share.rb:7
457
+ msgid "path"
458
+ msgstr ""
459
+
460
+ #. Comes from file Entities/Share.rb and line is value_str :comment
461
+ #.
462
+ #. Comes from file Entities/Computer.rb and line is value_text :comment
463
+ #: ../Entities/Share.rb:8 ../Entities/Computer.rb:19
464
+ msgid "comment"
465
+ msgstr ""
466
+
467
+ #. Comes from file Entities/Share.rb and line is value_str :force_user
468
+ #: ../Entities/Share.rb:9
469
+ msgid "force_user"
470
+ msgstr ""
471
+
472
+ #. Comes from file Entities/Share.rb and line is value_str :force_group
473
+ #: ../Entities/Share.rb:10
474
+ msgid "force_group"
475
+ msgstr ""
476
+
477
+ #. Comes from file Entities/Share.rb and line is value_list_drop :public, "%w( No Read ReadWrite )"
478
+ #: ../Entities/Share.rb:12
479
+ msgid "public"
480
+ msgstr ""
481
+
482
+ #. Comes from file Entities/Share.rb and line is value_str :acl
483
+ #: ../Entities/Share.rb:15
484
+ msgid "acl"
485
+ msgstr ""
486
+
487
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :page_format,
488
+ #.
489
+ #. Comes from file Views/Admin/CourseType.rb and line is show_field :page_format
490
+ #: ../Entities/CourseType.rb:6 ../Views/Admin/CourseType.rb:29
491
+ msgid "page_format"
492
+ msgstr ""
493
+
494
+ #. Comes from file Entities/CourseType.rb and line is value_str :filename
495
+ #.
496
+ #. Comes from file Views/Admin/CourseType.rb and line is show_list_drop :filename, 'CourseTypes.files'
497
+ #: ../Entities/CourseType.rb:8 ../Views/Admin/CourseType.rb:30
498
+ msgid "filename"
499
+ msgstr ""
500
+
501
+ #. Comes from file Entities/CourseType.rb and line is value_str :duration
502
+ #.
503
+ #. Comes from file Entities/Service.rb and line is value_int :duration
504
+ #.
505
+ #. Comes from file Entities/Course.rb and line is value_int :duration
506
+ #: ../Entities/CourseType.rb:12 ../Entities/Service.rb:6
507
+ #: ../Entities/Course.rb:29
508
+ msgid "duration"
509
+ msgstr ""
510
+
511
+ #. Comes from file Entities/CourseType.rb and line is value_int :tests
512
+ #: ../Entities/CourseType.rb:13
513
+ msgid "tests"
514
+ msgstr ""
515
+
516
+ #. Comes from file Entities/CourseType.rb and line is value_str :description
517
+ #.
518
+ #. Comes from file Entities/Room.rb and line is value_str :description
519
+ #.
520
+ #. Comes from file Entities/Course.rb and line is value_str :description
521
+ #: ../Entities/CourseType.rb:16 ../Entities/Room.rb:10
522
+ #: ../Entities/Course.rb:51
523
+ msgid "description"
524
+ msgstr ""
525
+
526
+ #. Comes from file Entities/CourseType.rb and line is value_text :contents
527
+ #.
528
+ #. Comes from file Entities/Course.rb and line is value_text :contents
529
+ #: ../Entities/CourseType.rb:17 ../Entities/Course.rb:52
530
+ msgid "contents"
531
+ msgstr ""
532
+
533
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :diploma_type, "%w( simple files accredited )"
534
+ #: ../Entities/CourseType.rb:20
535
+ msgid "diploma_type"
536
+ msgstr ""
537
+
538
+ #. Comes from file Entities/CourseType.rb and line is value_str :central_host
539
+ #: ../Entities/CourseType.rb:21
540
+ msgid "central_host"
541
+ msgstr ""
542
+
543
+ #. Comes from file Entities/CourseType.rb and line is value_int :files_needed
544
+ #: ../Entities/CourseType.rb:22
545
+ msgid "files_needed"
546
+ msgstr ""
547
+
548
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :output, "%w( certificate label )"
549
+ #: ../Entities/CourseType.rb:23
550
+ msgid "output"
551
+ msgstr ""
552
+
553
+ #. Comes from file Entities/Worker.rb and line is value_list_drop :function, "%w( assistant expert )"
554
+ #: ../Entities/Worker.rb:8
555
+ msgid "function"
556
+ msgstr ""
557
+
558
+ #. Comes from file Entities/Worker.rb and line is value_date :start
559
+ #.
560
+ #. Comes from file Entities/Course.rb and line is value_date :start
561
+ #.
562
+ #. Comes from file Views/Admin/Report.rb and line is show_date :start
563
+ #: ../Entities/Worker.rb:9 ../Entities/Course.rb:26
564
+ #: ../Views/Admin/Report.rb:9
565
+ msgid "start"
566
+ msgstr ""
567
+
568
+ #. Comes from file Entities/Worker.rb and line is value_date :end
569
+ #.
570
+ #. Comes from file Entities/Course.rb and line is value_date :end
571
+ #.
572
+ #. Comes from file Views/Admin/Report.rb and line is show_date :end
573
+ #: ../Entities/Worker.rb:10 ../Entities/Course.rb:27
574
+ #: ../Views/Admin/Report.rb:10
575
+ msgid "end"
576
+ msgstr ""
577
+
578
+ #. Comes from file Entities/Client.rb and line is value_str :addr1
579
+ #: ../Entities/Client.rb:7
580
+ msgid "addr1"
581
+ msgstr ""
582
+
583
+ #. Comes from file Entities/Client.rb and line is value_str :addr2
584
+ #: ../Entities/Client.rb:8
585
+ msgid "addr2"
586
+ msgstr ""
587
+
588
+ #. Comes from file Entities/Client.rb and line is value_int :price_assistant
589
+ #: ../Entities/Client.rb:12
590
+ msgid "price_assistant"
591
+ msgstr ""
592
+
593
+ #. Comes from file Entities/Client.rb and line is value_int :price_expert
594
+ #: ../Entities/Client.rb:13
595
+ msgid "price_expert"
596
+ msgstr ""
597
+
598
+ #. Comes from file Entities/Room.rb and line is value_int :size
599
+ #.
600
+ #. Comes from file Views/Network/Tigo.rb and line is show_list_drop :size, "%w( 30MB 100MB 1GB 5GB )"
601
+ #: ../Entities/Room.rb:7 ../Views/Network/Tigo.rb:24
602
+ msgid "size"
603
+ msgstr ""
604
+
605
+ #. Comes from file Entities/Room.rb and line is value_str :ip_net
606
+ #: ../Entities/Room.rb:8
607
+ msgid "ip_net"
608
+ msgstr ""
609
+
610
+ #. Comes from file Entities/Computer.rb and line is value_str :name_service
611
+ #: ../Entities/Computer.rb:8
612
+ msgid "name_service"
613
+ msgstr ""
614
+
615
+ #. Comes from file Entities/Computer.rb and line is value_entity_room :room, :drop, :name
616
+ #: ../Entities/Computer.rb:9
617
+ msgid "room"
618
+ msgstr ""
619
+
620
+ #. Comes from file Entities/Computer.rb and line is value_str :name_place
621
+ #: ../Entities/Computer.rb:10
622
+ msgid "name_place"
623
+ msgstr ""
624
+
625
+ #. Comes from file Entities/Computer.rb and line is value_str :brand
626
+ #: ../Entities/Computer.rb:13
627
+ msgid "brand"
628
+ msgstr ""
629
+
630
+ #. Comes from file Entities/Computer.rb and line is value_int :RAM_MB
631
+ #: ../Entities/Computer.rb:14
632
+ msgid "RAM_MB"
633
+ msgstr ""
634
+
635
+ #. Comes from file Entities/Computer.rb and line is value_int :HD_GB
636
+ #: ../Entities/Computer.rb:15
637
+ msgid "HD_GB"
638
+ msgstr ""
639
+
640
+ #. Comes from file Entities/Computer.rb and line is value_int :CPU_GHz
641
+ #: ../Entities/Computer.rb:16
642
+ msgid "CPU_GHz"
643
+ msgstr ""
644
+
645
+ #. Comes from file Entities/Grade.rb and line is value_entity_course :course
646
+ #: ../Entities/Grade.rb:4
647
+ msgid "course"
648
+ msgstr ""
649
+
650
+ #. Comes from file Entities/Grade.rb and line is value_entity_person :student
651
+ #: ../Entities/Grade.rb:5
652
+ msgid "student"
653
+ msgstr ""
654
+
655
+ #. Comes from file Entities/Grade.rb and line is value_int :random
656
+ #: ../Entities/Grade.rb:6
657
+ msgid "random"
658
+ msgstr ""
659
+
660
+ #. Comes from file Entities/Grade.rb and line is value_list_int :means
661
+ #: ../Entities/Grade.rb:9
662
+ msgid "means"
663
+ msgstr ""
664
+
665
+ #. Comes from file Entities/Grade.rb and line is value_int :mean
666
+ #: ../Entities/Grade.rb:10
667
+ msgid "mean"
668
+ msgstr ""
669
+
670
+ #. Comes from file Entities/Grade.rb and line is value_str :remark
671
+ #.
672
+ #. Comes from file Views/Course/Grade.rb and line is show_str :remark
673
+ #: ../Entities/Grade.rb:11 ../Views/Course/Grade.rb:31
674
+ msgid "remark"
675
+ msgstr ""
676
+
677
+ #. Comes from file Entities/Task.rb and line is value_str :date_name
678
+ #: ../Entities/Task.rb:3
679
+ msgid "date_name"
680
+ msgstr ""
681
+
682
+ #. Comes from file Entities/Task.rb and line is value_str :client
683
+ #.
684
+ #. Comes from file Views/Task/Edit.rb and line is show_list_drop :client, "Entities.Clients.list_name"
685
+ #.
686
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :client, "Entities.Clients.list_name"
687
+ #: ../Entities/Task.rb:6 ../Views/Task/Edit.rb:14
688
+ #: ../Views/Task/List.rb:12
689
+ msgid "client"
690
+ msgstr ""
691
+
692
+ #. Comes from file Entities/Task.rb and line is value_str :person
693
+ #.
694
+ #. Comes from file Views/Task/Edit.rb and line is show_list_drop :person, "Entities.Workers.list_full_name"
695
+ #.
696
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :person, "Entities.Workers.list_full_name"
697
+ #: ../Entities/Task.rb:7 ../Views/Task/Edit.rb:15
698
+ #: ../Views/Task/List.rb:11
699
+ msgid "person"
700
+ msgstr ""
701
+
702
+ #. Comes from file Entities/Task.rb and line is value_entity_person :worker, :drop, :full_name
703
+ #: ../Entities/Task.rb:8
704
+ msgid "worker"
705
+ msgstr ""
706
+
707
+ #. Comes from file Entities/Task.rb and line is value_list_drop :time, "22.times.collect{|t| sprintf( '%02i.%02i', 7 + ( t / 2 ).floor, 30 * ( t % 2 ) )}"
708
+ #.
709
+ #. Comes from file Views/Network/Access.rb and line is show_fromto :time
710
+ #: ../Entities/Task.rb:12 ../Views/Network/Access.rb:21
711
+ msgid "time"
712
+ msgstr ""
713
+
714
+ #. Comes from file Entities/Task.rb and line is value_int :duration_hours
715
+ #: ../Entities/Task.rb:13
716
+ msgid "duration_hours"
717
+ msgstr ""
718
+
719
+ #. Comes from file Entities/Task.rb and line is value_int :transport_length
720
+ #: ../Entities/Task.rb:17
721
+ msgid "transport_length"
722
+ msgstr ""
723
+
724
+ #. Comes from file Entities/Task.rb and line is value_list_single :transport_type, "%w( moto voiture taxi )"
725
+ #: ../Entities/Task.rb:18
726
+ msgid "transport_type"
727
+ msgstr ""
728
+
729
+ #. Comes from file Entities/Task.rb and line is value_int :cost
730
+ #: ../Entities/Task.rb:19
731
+ msgid "cost"
732
+ msgstr ""
733
+
734
+ #. Comes from file Entities/Task.rb and line is value_str :cost_description
735
+ #: ../Entities/Task.rb:20
736
+ msgid "cost_description"
737
+ msgstr ""
738
+
739
+ #. Comes from file Entities/Task.rb and line is value_int :gain
740
+ #: ../Entities/Task.rb:21
741
+ msgid "gain"
742
+ msgstr ""
743
+
744
+ #. Comes from file Entities/Task.rb and line is value_str :gain_description
745
+ #: ../Entities/Task.rb:22
746
+ msgid "gain_description"
747
+ msgstr ""
748
+
749
+ #. Comes from file Entities/Service.rb and line is value_str :group
750
+ #: ../Entities/Service.rb:4
751
+ msgid "group"
752
+ msgstr ""
753
+
754
+ #. Comes from file Entities/Service.rb and line is value_int :price
755
+ #: ../Entities/Service.rb:5
756
+ msgid "price"
757
+ msgstr ""
758
+
759
+ #. Comes from file Entities/ConfigBase.rb and line is value_list_drop :isp, "%w( tigo prestabist airtel tawali ).sort"
760
+ #: ../Entities/ConfigBase.rb:11
761
+ msgid "isp"
762
+ msgstr ""
763
+
764
+ #. Comes from file Entities/Course.rb and line is value_entity_courseType_ro :ctype, :drop, :name
765
+ #.
766
+ #. Comes from file Views/Admin/CourseType.rb and line is vtlp_list :ctype, 'name'
767
+ #: ../Entities/Course.rb:22 ../Views/Admin/CourseType.rb:14
768
+ msgid "ctype"
769
+ msgstr ""
770
+
771
+ #. Comes from file Entities/Course.rb and line is value_date :sign
772
+ #: ../Entities/Course.rb:28
773
+ msgid "sign"
774
+ msgstr ""
775
+
776
+ #. Comes from file Entities/Course.rb and line is value_list_drop :dow, "%w( lu-me-ve ma-je-sa lu-ve ma-sa )"
777
+ #: ../Entities/Course.rb:30
778
+ msgid "dow"
779
+ msgstr ""
780
+
781
+ #. Comes from file Entities/Course.rb and line is value_list_drop :hours, "%w( 9-12 16-18 9-11 )"
782
+ #: ../Entities/Course.rb:31
783
+ msgid "hours"
784
+ msgstr ""
785
+
786
+ #. Comes from file Entities/Course.rb and line is value_entity_room :classroom, :drop, :name
787
+ #: ../Entities/Course.rb:32
788
+ msgid "classroom"
789
+ msgstr ""
790
+
791
+ #. Comes from file Entities/Course.rb and line is value_list :students
792
+ #.
793
+ #. Comes from file Views/Course/Modify.rb and line is show_list :students, :flexheight => 1
794
+ #.
795
+ #. Comes from file Views/Course/Grade.rb and line is show_list_single :students, :width => 300, :callback => true, :flexheight => 1
796
+ #: ../Entities/Course.rb:36 ../Views/Course/Modify.rb:37
797
+ #: ../Views/Course/Grade.rb:20
798
+ msgid "students"
799
+ msgstr ""
800
+
801
+ #. Comes from file Entities/Course.rb and line is value_entity_person_lazy :teacher, :drop, :full_name
802
+ #: ../Entities/Course.rb:39
803
+ msgid "teacher"
804
+ msgstr ""
805
+
806
+ #. Comes from file Entities/Course.rb and line is value_entity_person_empty_lazy :assistant, :drop, :full_name
807
+ #: ../Entities/Course.rb:41
808
+ msgid "assistant"
809
+ msgstr ""
810
+
811
+ #. Comes from file Entities/Course.rb and line is value_entity_person_lazy :responsible, :drop, :full_name
812
+ #: ../Entities/Course.rb:43
813
+ msgid "responsible"
814
+ msgstr ""
815
+
816
+ #. Comes from file Entities/Course.rb and line is value_entity_person_empty :center, :drop, :full_name,
817
+ #: ../Entities/Course.rb:47
818
+ msgid "center"
819
+ msgstr ""
820
+
821
+ #. Comes from file Entities/Course.rb and line is value_int :salary_teacher
822
+ #: ../Entities/Course.rb:55
823
+ msgid "salary_teacher"
824
+ msgstr ""
825
+
826
+ #. Comes from file Entities/Course.rb and line is value_int :salary_assistant
827
+ #: ../Entities/Course.rb:56
828
+ msgid "salary_assistant"
829
+ msgstr ""
830
+
831
+ #. Comes from file Entities/Course.rb and line is value_int :students_start
832
+ #: ../Entities/Course.rb:57
833
+ msgid "students_start"
834
+ msgstr ""
835
+
836
+ #. Comes from file Entities/Course.rb and line is value_int :students_finish
837
+ #: ../Entities/Course.rb:58
838
+ msgid "students_finish"
839
+ msgstr ""
840
+
841
+ #. Comes from file Entities/Course.rb and line is value_int :entry_total
842
+ #: ../Entities/Course.rb:59
843
+ msgid "entry_total"
844
+ msgstr ""
845
+
846
+ #. Comes from file Views/Welcome.rb and line is class Welcome < View
847
+ #: ../Views/Welcome.rb:1
848
+ msgid "Welcome"
849
+ msgstr ""
850
+
851
+ #. Comes from file Views/Welcome.rb and line is show_str :username
852
+ #: ../Views/Welcome.rb:3
853
+ msgid "username"
854
+ msgstr "Username"
855
+
856
+ #. Comes from file Views/Welcome.rb and line is show_str :version
857
+ #: ../Views/Welcome.rb:4
858
+ msgid "version"
859
+ msgstr ""
860
+
861
+ #. Comes from file Views/Person/Admin.rb and line is class PersonAdmin < View
862
+ #: ../Views/Person/Admin.rb:3
863
+ msgid "PersonAdmin"
864
+ msgstr ""
865
+
866
+ #. Comes from file Views/Person/Admin.rb and line is show_fromto :internet_block
867
+ #: ../Views/Person/Admin.rb:27
868
+ msgid "internet_block"
869
+ msgstr ""
870
+
871
+ #. Comes from file Views/Person/Admin.rb and line is show_button :add_block, :del_block
872
+ #: ../Views/Person/Admin.rb:28
873
+ msgid "add_block"
874
+ msgstr ""
875
+
876
+ #. Comes from file Views/Person/Admin.rb and line is show_button :add_block, :del_block
877
+ #: ../Views/Person/Admin.rb:28
878
+ msgid "del_block"
879
+ msgstr ""
880
+
881
+ #. Comes from file Views/Person/Credit.rb and line is class PersonCredit < View
882
+ #: ../Views/Person/Credit.rb:1
883
+ msgid "PersonCredit"
884
+ msgstr ""
885
+
886
+ #. Comes from file Views/Person/Credit.rb and line is show_int :credit_add
887
+ #: ../Views/Person/Credit.rb:9
888
+ msgid "credit_add"
889
+ msgstr ""
890
+
891
+ #. Comes from file Views/Person/Credit.rb and line is show_button :add_credit
892
+ #: ../Views/Person/Credit.rb:12
893
+ msgid "add_credit"
894
+ msgstr ""
895
+
896
+ #. Comes from file Views/Person/Credit.rb and line is show_int_ro :your_account_total_due
897
+ #: ../Views/Person/Credit.rb:14
898
+ msgid "your_account_total_due"
899
+ msgstr ""
900
+
901
+ #. Comes from file Views/Person/Modify.rb and line is class PersonModify < View
902
+ #: ../Views/Person/Modify.rb:3
903
+ msgid "PersonModify"
904
+ msgstr ""
905
+
906
+ #. Comes from file Views/Person/Modify.rb and line is show_str :new_password
907
+ #.
908
+ #. Comes from file Views/Self/Show.rb and line is show_str :new_password
909
+ #: ../Views/Person/Modify.rb:23 ../Views/Self/Show.rb:14
910
+ msgid "new_password"
911
+ msgstr ""
912
+
913
+ #. Comes from file Views/Person/Modify.rb and line is show_html :not_allowed
914
+ #: ../Views/Person/Modify.rb:25
915
+ msgid "not_allowed"
916
+ msgstr ""
917
+
918
+ #. Comes from file Views/Person/Modify.rb and line is show_button :change_password
919
+ #.
920
+ #. Comes from file Views/Self/Show.rb and line is show_button :change_password
921
+ #: ../Views/Person/Modify.rb:26 ../Views/Self/Show.rb:15
922
+ msgid "change_password"
923
+ msgstr ""
924
+
925
+ #. Comes from file Views/Person/Modify.rb and line is show_html :msg_print
926
+ #.
927
+ #. Comes from file Views/Course/Diploma.rb and line is show_html :msg_print
928
+ #.
929
+ #. Comes from file Views/Course/Print.rb and line is show_html :msg_print
930
+ #.
931
+ #. Comes from file Views/Course/Modify.rb and line is show_html :msg_print
932
+ #: ../Views/Person/Modify.rb:30 ../Views/Course/Diploma.rb:33
933
+ #: ../Views/Course/Print.rb:23 ../Views/Course/Modify.rb:57
934
+ msgid "msg_print"
935
+ msgstr ""
936
+
937
+ #. Comes from file Views/Person/Modify.rb and line is show_button :close
938
+ #.
939
+ #. Comes from file Views/Person/Course.rb and line is show_button :add_course, :close
940
+ #.
941
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :add_person, :close
942
+ #.
943
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :close
944
+ #.
945
+ #. Comes from file Views/Self/Concours.rb and line is show_button :close
946
+ #.
947
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :close
948
+ #.
949
+ #. Comes from file Views/Network/Share.rb and line is show_button :close
950
+ #.
951
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :close
952
+ #.
953
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :close
954
+ #.
955
+ #. Comes from file Views/Course/Print.rb and line is show_button :close
956
+ #.
957
+ #. Comes from file Views/Course/Print.rb and line is show_button :close
958
+ #.
959
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_students, :close
960
+ #.
961
+ #. Comes from file Views/Course/Modify.rb and line is show_button :close
962
+ #.
963
+ #. Comes from file Views/Course/Modify.rb and line is show_button :close
964
+ #.
965
+ #. Comes from file Views/Course/Grade.rb and line is show_button :close
966
+ #.
967
+ #. Comes from file Views/Course/Grade.rb and line is show_button :close
968
+ #.
969
+ #. Comes from file Views/Course/Grade.rb and line is show_button :close
970
+ #.
971
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :close
972
+ #.
973
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :new_course, :close
974
+ #.
975
+ #. Comes from file Views/Compta/Admin.rb and line is show_button :close
976
+ #: ../Views/Person/Modify.rb:31 ../Views/Person/Course.rb:18
977
+ #: ../Views/Person/Tabs.rb:18 ../Views/Person/Tabs.rb:23
978
+ #: ../Views/Self/Concours.rb:53 ../Views/Network/Tigo.rb:45
979
+ #: ../Views/Network/Share.rb:46 ../Views/Course/Diploma.rb:30
980
+ #: ../Views/Course/Diploma.rb:34 ../Views/Course/Print.rb:20
981
+ #: ../Views/Course/Print.rb:24 ../Views/Course/Modify.rb:45
982
+ #: ../Views/Course/Modify.rb:54 ../Views/Course/Modify.rb:58
983
+ #: ../Views/Course/Grade.rb:39 ../Views/Course/Grade.rb:44
984
+ #: ../Views/Course/Grade.rb:58 ../Views/Course/Tabs.rb:14
985
+ #: ../Views/Course/Tabs.rb:40 ../Views/Compta/Admin.rb:12
986
+ msgid "close"
987
+ msgstr ""
988
+
989
+ #. Comes from file Views/Person/Course.rb and line is class PersonCourse < View
990
+ #: ../Views/Person/Course.rb:3
991
+ msgid "PersonCourse"
992
+ msgstr ""
993
+
994
+ #. Comes from file Views/Person/Course.rb and line is show_list_single :courses
995
+ #.
996
+ #. Comes from file Views/Course/Tabs.rb and line is show_list_single :courses, :flexheight => 1, :callback => true
997
+ #: ../Views/Person/Course.rb:13 ../Views/Course/Tabs.rb:8
998
+ msgid "courses"
999
+ msgstr ""
1000
+
1001
+ #. Comes from file Views/Person/Course.rb and line is show_button :add, :delete
1002
+ #.
1003
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :start_search, :delete, :add
1004
+ #.
1005
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :delete, :add
1006
+ #: ../Views/Person/Course.rb:14 ../Views/Person/Tabs.rb:12
1007
+ #: ../Views/Course/Tabs.rb:9
1008
+ msgid "add"
1009
+ msgstr ""
1010
+
1011
+ #. Comes from file Views/Person/Course.rb and line is show_list_single :courses_available, 'Entities.Courses.list_courses'
1012
+ #: ../Views/Person/Course.rb:17
1013
+ msgid "courses_available"
1014
+ msgstr ""
1015
+
1016
+ #. Comes from file Views/Person/Course.rb and line is show_button :add_course, :close
1017
+ #: ../Views/Person/Course.rb:18
1018
+ msgid "add_course"
1019
+ msgstr ""
1020
+
1021
+ #. Comes from file Views/Person/Tabs.rb and line is class PersonTabs < View
1022
+ #: ../Views/Person/Tabs.rb:1
1023
+ msgid "PersonTabs"
1024
+ msgstr ""
1025
+
1026
+ #. Comes from file Views/Person/Tabs.rb and line is show_str :search #, :callback => :search
1027
+ #: ../Views/Person/Tabs.rb:9
1028
+ msgid "search #"
1029
+ msgstr ""
1030
+
1031
+ #. Comes from file Views/Person/Tabs.rb and line is show_list_single :persons, "[]", :callback => true
1032
+ #.
1033
+ #. Comes from file Views/Person/Tabs.rb and line is show_arg :persons, :flexheight => 1
1034
+ #.
1035
+ #. Comes from file Views/Course/Responsible.rb and line is vtlp_list :persons, 'login_name', 'listp_responsible'
1036
+ #: ../Views/Person/Tabs.rb:10 ../Views/Person/Tabs.rb:11
1037
+ #: ../Views/Course/Responsible.rb:12
1038
+ msgid "persons"
1039
+ msgstr ""
1040
+
1041
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :start_search, :delete, :add
1042
+ #: ../Views/Person/Tabs.rb:12
1043
+ msgid "start_search"
1044
+ msgstr ""
1045
+
1046
+ #. Comes from file Views/Person/Tabs.rb and line is show_str :complete_name, :width => 150
1047
+ #: ../Views/Person/Tabs.rb:16
1048
+ msgid "complete_name"
1049
+ msgstr ""
1050
+
1051
+ #. Comes from file Views/Person/Tabs.rb and line is show_str :login_prop
1052
+ #: ../Views/Person/Tabs.rb:17
1053
+ msgid "login_prop"
1054
+ msgstr ""
1055
+
1056
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :add_person, :close
1057
+ #: ../Views/Person/Tabs.rb:18
1058
+ msgid "add_person"
1059
+ msgstr ""
1060
+
1061
+ #. Comes from file Views/Person/Tabs.rb and line is show_html :info
1062
+ #: ../Views/Person/Tabs.rb:22
1063
+ msgid "info"
1064
+ msgstr ""
1065
+
1066
+ #. Comes from file Views/Self/Concours.rb and line is class SelfConcours < View
1067
+ #: ../Views/Self/Concours.rb:1
1068
+ msgid "SelfConcours"
1069
+ msgstr ""
1070
+
1071
+ #. Comes from file Views/Self/Concours.rb and line is show_html :welcome
1072
+ #: ../Views/Self/Concours.rb:8
1073
+ msgid "welcome"
1074
+ msgstr ""
1075
+
1076
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q01_isoc_start, "%w( répondez 1980 1992 2000 )"
1077
+ #: ../Views/Self/Concours.rb:16
1078
+ msgid "q01_isoc_start"
1079
+ msgstr ""
1080
+
1081
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q02_isoc_chad_start, "%w( répondez 2000 2003 2007 )"
1082
+ #: ../Views/Self/Concours.rb:17
1083
+ msgid "q02_isoc_chad_start"
1084
+ msgstr ""
1085
+
1086
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q03_internet_sat, "%w( répondez vrai faux )"
1087
+ #: ../Views/Self/Concours.rb:18
1088
+ msgid "q03_internet_sat"
1089
+ msgstr ""
1090
+
1091
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q04_internet_like, "%w( répondez route avion eau )"
1092
+ #: ../Views/Self/Concours.rb:19
1093
+ msgid "q04_internet_like"
1094
+ msgstr ""
1095
+
1096
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q05_internet_needs, "%w( répondez portable fai disque_dur )"
1097
+ #: ../Views/Self/Concours.rb:20
1098
+ msgid "q05_internet_needs"
1099
+ msgstr ""
1100
+
1101
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q06_fai_only_one, "%w( répondez vrai faux )"
1102
+ #: ../Views/Self/Concours.rb:21
1103
+ msgid "q06_fai_only_one"
1104
+ msgstr ""
1105
+
1106
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q07_price_free, "%w( répondez vrai faux )"
1107
+ #: ../Views/Self/Concours.rb:22
1108
+ msgid "q07_price_free"
1109
+ msgstr ""
1110
+
1111
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q08_email_generic, "%w( répondez courriel yahoo gmail )"
1112
+ #: ../Views/Self/Concours.rb:23
1113
+ msgid "q08_email_generic"
1114
+ msgstr ""
1115
+
1116
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q09_service_surf, "%w( répondez ftp www e-mail )"
1117
+ #: ../Views/Self/Concours.rb:24
1118
+ msgid "q09_service_surf"
1119
+ msgstr ""
1120
+
1121
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q10_is_central, "%w( répondez vrai faux )"
1122
+ #: ../Views/Self/Concours.rb:25
1123
+ msgid "q10_is_central"
1124
+ msgstr ""
1125
+
1126
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q11_internet_start, "%w( répondez recherche commercial )"
1127
+ #: ../Views/Self/Concours.rb:28
1128
+ msgid "q11_internet_start"
1129
+ msgstr ""
1130
+
1131
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q12_what_standards, "%w( répondez ouvert payants )"
1132
+ #: ../Views/Self/Concours.rb:29
1133
+ msgid "q12_what_standards"
1134
+ msgstr ""
1135
+
1136
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q13_chapters_count, "%w( répondez 80 90 100 )"
1137
+ #: ../Views/Self/Concours.rb:30
1138
+ msgid "q13_chapters_count"
1139
+ msgstr ""
1140
+
1141
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q14_isoc_members, "%w( répondez 57000 60000 55000 )"
1142
+ #: ../Views/Self/Concours.rb:31
1143
+ msgid "q14_isoc_members"
1144
+ msgstr ""
1145
+
1146
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q15_domain_names, "%w( répondez IANA IAB ICANN )"
1147
+ #: ../Views/Self/Concours.rb:32
1148
+ msgid "q15_domain_names"
1149
+ msgstr ""
1150
+
1151
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q16_gives_ips, "%w( répondez IANA IAB ICANN )"
1152
+ #: ../Views/Self/Concours.rb:33
1153
+ msgid "q16_gives_ips"
1154
+ msgstr ""
1155
+
1156
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q17_does_standards, "%w( répondez IANA IAB ICANN )"
1157
+ #: ../Views/Self/Concours.rb:34
1158
+ msgid "q17_does_standards"
1159
+ msgstr ""
1160
+
1161
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q18_we_work_with, "%w( répondez NTIC NPIC IPNT )"
1162
+ #: ../Views/Self/Concours.rb:35
1163
+ msgid "q18_we_work_with"
1164
+ msgstr ""
1165
+
1166
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q19_website_chad, "%w( répondez isoc-tchad.org isoc-chad.org isoc.td )"
1167
+ #: ../Views/Self/Concours.rb:36
1168
+ msgid "q19_website_chad"
1169
+ msgstr ""
1170
+
1171
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q20_best_fai, "%w( répondez tigo airtel sotel prestabist tawali vsat )"
1172
+ #: ../Views/Self/Concours.rb:37
1173
+ msgid "q20_best_fai"
1174
+ msgstr ""
1175
+
1176
+ #. Comes from file Views/Self/Concours.rb and line is show_button :send_replies
1177
+ #: ../Views/Self/Concours.rb:41
1178
+ msgid "send_replies"
1179
+ msgstr ""
1180
+
1181
+ #. Comes from file Views/Self/Concours.rb and line is show_html :txt_error
1182
+ #: ../Views/Self/Concours.rb:44
1183
+ msgid "txt_error"
1184
+ msgstr ""
1185
+
1186
+ #. Comes from file Views/Self/Concours.rb and line is show_button :ok
1187
+ #: ../Views/Self/Concours.rb:45
1188
+ msgid "ok"
1189
+ msgstr ""
1190
+
1191
+ #. Comes from file Views/Self/Concours.rb and line is show_html :txt_finish
1192
+ #: ../Views/Self/Concours.rb:48
1193
+ msgid "txt_finish"
1194
+ msgstr ""
1195
+
1196
+ #. Comes from file Views/Self/Concours.rb and line is show_button :yes, :no
1197
+ #: ../Views/Self/Concours.rb:49
1198
+ msgid "yes"
1199
+ msgstr ""
1200
+
1201
+ #. Comes from file Views/Self/Concours.rb and line is show_button :yes, :no
1202
+ #: ../Views/Self/Concours.rb:49
1203
+ msgid "no"
1204
+ msgstr ""
1205
+
1206
+ #. Comes from file Views/Self/Concours.rb and line is show_html :txt
1207
+ #.
1208
+ #. Comes from file Views/Admin/Backup.rb and line is show_html :txt
1209
+ #.
1210
+ #. Comes from file Views/Admin/Power.rb and line is show_html :txt
1211
+ #.
1212
+ #. Comes from file Views/Course/Grade.rb and line is show_html :txt
1213
+ #.
1214
+ #. Comes from file Views/Compta/Admin.rb and line is show_html :txt
1215
+ #: ../Views/Self/Concours.rb:52 ../Views/Admin/Backup.rb:14
1216
+ #: ../Views/Admin/Power.rb:18 ../Views/Course/Grade.rb:37
1217
+ #: ../Views/Compta/Admin.rb:11
1218
+ msgid "txt"
1219
+ msgstr ""
1220
+
1221
+ #. Comes from file Views/Self/Show.rb and line is class SelfShow < View
1222
+ #: ../Views/Self/Show.rb:3
1223
+ msgid "SelfShow"
1224
+ msgstr ""
1225
+
1226
+ #. Comes from file Views/Self/Show.rb and line is show_button :logout
1227
+ #: ../Views/Self/Show.rb:17
1228
+ msgid "logout"
1229
+ msgstr ""
1230
+
1231
+ #. Comes from file Views/Self/Services.rb and line is class SelfServices < View
1232
+ #: ../Views/Self/Services.rb:1
1233
+ msgid "SelfServices"
1234
+ msgstr ""
1235
+
1236
+ #. Comes from file Views/Self/Services.rb and line is show_int :copies_laser, :callback => :calc
1237
+ #: ../Views/Self/Services.rb:11
1238
+ msgid "copies_laser"
1239
+ msgstr ""
1240
+
1241
+ #. Comes from file Views/Self/Services.rb and line is show_int :heures_groupe_grand, :callback => :calc
1242
+ #: ../Views/Self/Services.rb:13
1243
+ msgid "heures_groupe_grand"
1244
+ msgstr ""
1245
+
1246
+ #. Comes from file Views/Self/Services.rb and line is show_int :CDs, :callback => :calc
1247
+ #: ../Views/Self/Services.rb:14
1248
+ msgid "CDs"
1249
+ msgstr ""
1250
+
1251
+ #. Comes from file Views/Self/Services.rb and line is show_str :autres_text, :callback => :calc
1252
+ #: ../Views/Self/Services.rb:17
1253
+ msgid "autres_text"
1254
+ msgstr ""
1255
+
1256
+ #. Comes from file Views/Self/Services.rb and line is show_int :autres_cfa, :callback => :calc
1257
+ #: ../Views/Self/Services.rb:18
1258
+ msgid "autres_cfa"
1259
+ msgstr ""
1260
+
1261
+ #. Comes from file Views/Self/Services.rb and line is show_int :services_total
1262
+ #: ../Views/Self/Services.rb:21
1263
+ msgid "services_total"
1264
+ msgstr ""
1265
+
1266
+ #. Comes from file Views/Self/Services.rb and line is show_button :add_cash
1267
+ #: ../Views/Self/Services.rb:23
1268
+ msgid "add_cash"
1269
+ msgstr ""
1270
+
1271
+ #. Comes from file Views/Self/Internet.rb and line is class SelfInternet < View
1272
+ #: ../Views/Self/Internet.rb:1
1273
+ msgid "SelfInternet"
1274
+ msgstr ""
1275
+
1276
+ #. Comes from file Views/Self/Internet.rb and line is show_html :connection_status
1277
+ #: ../Views/Self/Internet.rb:12
1278
+ msgid "connection_status"
1279
+ msgstr ""
1280
+
1281
+ #. Comes from file Views/Self/Internet.rb and line is show_int_ro :users_connected
1282
+ #: ../Views/Self/Internet.rb:14
1283
+ msgid "users_connected"
1284
+ msgstr ""
1285
+
1286
+ #. Comes from file Views/Self/Internet.rb and line is show_int_ro :bytes_left
1287
+ #: ../Views/Self/Internet.rb:15
1288
+ msgid "bytes_left"
1289
+ msgstr ""
1290
+
1291
+ #. Comes from file Views/Self/Internet.rb and line is show_button :connect, :disconnect
1292
+ #.
1293
+ #. Comes from file Views/Admin/Internet.rb and line is show_button :connect, :disconnect, :delete_emails
1294
+ #: ../Views/Self/Internet.rb:16 ../Views/Admin/Internet.rb:20
1295
+ msgid "connect"
1296
+ msgstr ""
1297
+
1298
+ #. Comes from file Views/Self/Internet.rb and line is show_button :connect, :disconnect
1299
+ #.
1300
+ #. Comes from file Views/Admin/Internet.rb and line is show_button :connect, :disconnect, :delete_emails
1301
+ #: ../Views/Self/Internet.rb:16 ../Views/Admin/Internet.rb:20
1302
+ msgid "disconnect"
1303
+ msgstr ""
1304
+
1305
+ #. Comes from file Views/Self/Cash.rb and line is class SelfCash < View
1306
+ #: ../Views/Self/Cash.rb:1
1307
+ msgid "SelfCash"
1308
+ msgstr ""
1309
+
1310
+ #. Comes from file Views/Self/Cash.rb and line is show_list_single :payments, :width => 500, :callback => true,
1311
+ #: ../Views/Self/Cash.rb:14
1312
+ msgid "payments"
1313
+ msgstr ""
1314
+
1315
+ #. Comes from file Views/Self/Cash.rb and line is show_button :update
1316
+ #: ../Views/Self/Cash.rb:18
1317
+ msgid "update"
1318
+ msgstr ""
1319
+
1320
+ #. Comes from file Views/Self/Chat.rb and line is class SelfChat < View
1321
+ #: ../Views/Self/Chat.rb:4
1322
+ msgid "SelfChat"
1323
+ msgstr ""
1324
+
1325
+ #. Comes from file Views/Self/Chat.rb and line is show_text :discussion, :width => 400
1326
+ #: ../Views/Self/Chat.rb:15
1327
+ msgid "discussion"
1328
+ msgstr ""
1329
+
1330
+ #. Comes from file Views/Self/Chat.rb and line is show_str :talk
1331
+ #: ../Views/Self/Chat.rb:16
1332
+ msgid "talk"
1333
+ msgstr ""
1334
+
1335
+ #. Comes from file Views/Self/Chat.rb and line is show_button :send
1336
+ #: ../Views/Self/Chat.rb:17
1337
+ msgid "send"
1338
+ msgstr ""
1339
+
1340
+ #. Comes from file Views/Self/Tabs.rb and line is class SelfTabs < View
1341
+ #: ../Views/Self/Tabs.rb:1
1342
+ msgid "SelfTabs"
1343
+ msgstr "My account"
1344
+
1345
+ #. Comes from file Views/Network/Tigo.rb and line is class NetworkTigo < View
1346
+ #: ../Views/Network/Tigo.rb:1
1347
+ msgid "NetworkTigo"
1348
+ msgstr ""
1349
+
1350
+ #. Comes from file Views/Network/Tigo.rb and line is show_int_ro :credit_left
1351
+ #.
1352
+ #. Comes from file Views/Admin/Internet.rb and line is show_int_ro :credit_left
1353
+ #: ../Views/Network/Tigo.rb:14 ../Views/Admin/Internet.rb:17
1354
+ msgid "credit_left"
1355
+ msgstr ""
1356
+
1357
+ #. Comes from file Views/Network/Tigo.rb and line is show_int_ro :promotion_left
1358
+ #.
1359
+ #. Comes from file Views/Admin/Internet.rb and line is show_int_ro :promotion_left
1360
+ #: ../Views/Network/Tigo.rb:15 ../Views/Admin/Internet.rb:18
1361
+ msgid "promotion_left"
1362
+ msgstr ""
1363
+
1364
+ #. Comes from file Views/Network/Tigo.rb and line is show_int_ro :usage_day_mo
1365
+ #: ../Views/Network/Tigo.rb:16
1366
+ msgid "usage_day_mo"
1367
+ msgstr ""
1368
+
1369
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :update_params
1370
+ #: ../Views/Network/Tigo.rb:17
1371
+ msgid "update_params"
1372
+ msgstr ""
1373
+
1374
+ #. Comes from file Views/Network/Tigo.rb and line is show_int :code, :width => 150
1375
+ #: ../Views/Network/Tigo.rb:20
1376
+ msgid "code"
1377
+ msgstr ""
1378
+
1379
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :recharge
1380
+ #: ../Views/Network/Tigo.rb:21
1381
+ msgid "recharge"
1382
+ msgstr ""
1383
+
1384
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :add_promotion
1385
+ #: ../Views/Network/Tigo.rb:25
1386
+ msgid "add_promotion"
1387
+ msgstr ""
1388
+
1389
+ #. Comes from file Views/Network/Tigo.rb and line is show_str :tigo_number
1390
+ #: ../Views/Network/Tigo.rb:30
1391
+ msgid "tigo_number"
1392
+ msgstr ""
1393
+
1394
+ #. Comes from file Views/Network/Tigo.rb and line is show_str_ro :tigo_recharge
1395
+ #: ../Views/Network/Tigo.rb:31
1396
+ msgid "tigo_recharge"
1397
+ msgstr ""
1398
+
1399
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :update_tigo_number
1400
+ #: ../Views/Network/Tigo.rb:32
1401
+ msgid "update_tigo_number"
1402
+ msgstr ""
1403
+
1404
+ #. Comes from file Views/Network/Tigo.rb and line is show_html :status
1405
+ #.
1406
+ #. Comes from file Views/Course/Diploma.rb and line is show_info :status
1407
+ #: ../Views/Network/Tigo.rb:35 ../Views/Course/Diploma.rb:23
1408
+ msgid "status"
1409
+ msgstr ""
1410
+
1411
+ #. Comes from file Views/Network/Tigo.rb and line is show_html :successful_promotions
1412
+ #: ../Views/Network/Tigo.rb:38
1413
+ msgid "successful_promotions"
1414
+ msgstr ""
1415
+
1416
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :show_all_promotions
1417
+ #: ../Views/Network/Tigo.rb:39
1418
+ msgid "show_all_promotions"
1419
+ msgstr ""
1420
+
1421
+ #. Comes from file Views/Network/Tigo.rb and line is show_html :msg
1422
+ #: ../Views/Network/Tigo.rb:44
1423
+ msgid "msg"
1424
+ msgstr ""
1425
+
1426
+ #. Comes from file Views/Network/Block.rb and line is class NetworkBlock < View
1427
+ #: ../Views/Network/Block.rb:1
1428
+ msgid "NetworkBlock"
1429
+ msgstr ""
1430
+
1431
+ #. Comes from file Views/Network/Block.rb and line is show_list :blocked, "View.NetworkBlock.list_dhcp", :width => 400
1432
+ #: ../Views/Network/Block.rb:16
1433
+ msgid "blocked"
1434
+ msgstr ""
1435
+
1436
+ #. Comes from file Views/Network/Block.rb and line is show_button :block
1437
+ #: ../Views/Network/Block.rb:17
1438
+ msgid "block"
1439
+ msgstr ""
1440
+
1441
+ #. Comes from file Views/Network/Share.rb and line is class NetworkShare < View
1442
+ #: ../Views/Network/Share.rb:3
1443
+ msgid "NetworkShare"
1444
+ msgstr ""
1445
+
1446
+ #. Comes from file Views/Network/Share.rb and line is vtlp_list :shares, :name
1447
+ #: ../Views/Network/Share.rb:22
1448
+ msgid "shares"
1449
+ msgstr ""
1450
+
1451
+ #. Comes from file Views/Network/Share.rb and line is show_button :new, :delete
1452
+ #.
1453
+ #. Comes from file Views/Network/Access.rb and line is show_button :new, :delete
1454
+ #.
1455
+ #. Comes from file Views/Inventory/Room.rb and line is show_button :new, :delete
1456
+ #.
1457
+ #. Comes from file Views/Inventory/Computer.rb and line is show_button :new, :delete
1458
+ #.
1459
+ #. Comes from file Views/Admin/CourseType.rb and line is show_button :new, :delete
1460
+ #.
1461
+ #. Comes from file Views/Course/Responsible.rb and line is show_button :new, :delete, :save
1462
+ #.
1463
+ #. Comes from file Views/Compta/Users.rb and line is show_button :new
1464
+ #.
1465
+ #. Comes from file Views/Task/Edit.rb and line is show_button :save, :new
1466
+ #.
1467
+ #. Comes from file Views/Task/Worker.rb and line is show_button :new, :save
1468
+ #.
1469
+ #. Comes from file Views/Task/Client.rb and line is show_button :new, :save
1470
+ #: ../Views/Network/Share.rb:23 ../Views/Network/Access.rb:13
1471
+ #: ../Views/Inventory/Room.rb:9 ../Views/Inventory/Computer.rb:9
1472
+ #: ../Views/Admin/CourseType.rb:15 ../Views/Course/Responsible.rb:13
1473
+ #: ../Views/Compta/Users.rb:10 ../Views/Task/Edit.rb:19
1474
+ #: ../Views/Task/Worker.rb:17 ../Views/Task/Client.rb:17
1475
+ msgid "new"
1476
+ msgstr ""
1477
+
1478
+ #. Comes from file Views/Network/Share.rb and line is show_button :share_save, :change_path, :add_htaccess
1479
+ #: ../Views/Network/Share.rb:27
1480
+ msgid "share_save"
1481
+ msgstr ""
1482
+
1483
+ #. Comes from file Views/Network/Share.rb and line is show_button :share_save, :change_path, :add_htaccess
1484
+ #: ../Views/Network/Share.rb:27
1485
+ msgid "change_path"
1486
+ msgstr ""
1487
+
1488
+ #. Comes from file Views/Network/Share.rb and line is show_button :share_save, :change_path, :add_htaccess
1489
+ #: ../Views/Network/Share.rb:27
1490
+ msgid "add_htaccess"
1491
+ msgstr ""
1492
+
1493
+ #. Comes from file Views/Network/Share.rb and line is show_list_single :users, :width => 200
1494
+ #: ../Views/Network/Share.rb:30
1495
+ msgid "users"
1496
+ msgstr ""
1497
+
1498
+ #. Comes from file Views/Network/Share.rb and line is show_button :no_access, :read_write, :read_only
1499
+ #: ../Views/Network/Share.rb:31
1500
+ msgid "no_access"
1501
+ msgstr ""
1502
+
1503
+ #. Comes from file Views/Network/Share.rb and line is show_button :no_access, :read_write, :read_only
1504
+ #: ../Views/Network/Share.rb:31
1505
+ msgid "read_write"
1506
+ msgstr ""
1507
+
1508
+ #. Comes from file Views/Network/Share.rb and line is show_button :no_access, :read_write, :read_only
1509
+ #: ../Views/Network/Share.rb:31
1510
+ msgid "read_only"
1511
+ msgstr ""
1512
+
1513
+ #. Comes from file Views/Network/Share.rb and line is show_str :domain, :width => 200
1514
+ #: ../Views/Network/Share.rb:36
1515
+ msgid "domain"
1516
+ msgstr ""
1517
+
1518
+ #. Comes from file Views/Network/Share.rb and line is show_str :hostname
1519
+ #: ../Views/Network/Share.rb:37
1520
+ msgid "hostname"
1521
+ msgstr ""
1522
+
1523
+ #. Comes from file Views/Network/Share.rb and line is show_button :samba_save
1524
+ #: ../Views/Network/Share.rb:38
1525
+ msgid "samba_save"
1526
+ msgstr ""
1527
+
1528
+ #. Comes from file Views/Network/Share.rb and line is show_html :msg_txt
1529
+ #: ../Views/Network/Share.rb:45
1530
+ msgid "msg_txt"
1531
+ msgstr ""
1532
+
1533
+ #. Comes from file Views/Network/Connection.rb and line is class NetworkConnection < View
1534
+ #: ../Views/Network/Connection.rb:1
1535
+ msgid "NetworkConnection"
1536
+ msgstr ""
1537
+
1538
+ #. Comes from file Views/Network/Connection.rb and line is show_str_ro :connection
1539
+ #: ../Views/Network/Connection.rb:7
1540
+ msgid "connection"
1541
+ msgstr ""
1542
+
1543
+ #. Comes from file Views/Network/Connection.rb and line is show_int :cost_base
1544
+ #: ../Views/Network/Connection.rb:8
1545
+ msgid "cost_base"
1546
+ msgstr ""
1547
+
1548
+ #. Comes from file Views/Network/Connection.rb and line is show_int :cost_shared
1549
+ #: ../Views/Network/Connection.rb:9
1550
+ msgid "cost_shared"
1551
+ msgstr ""
1552
+
1553
+ #. Comes from file Views/Network/Connection.rb and line is show_list_drop :allow_free, "%w( true false )"
1554
+ #: ../Views/Network/Connection.rb:10
1555
+ msgid "allow_free"
1556
+ msgstr ""
1557
+
1558
+ #. Comes from file Views/Network/Connection.rb and line is show_button :save_costs
1559
+ #: ../Views/Network/Connection.rb:11
1560
+ msgid "save_costs"
1561
+ msgstr ""
1562
+
1563
+ #. Comes from file Views/Network/Access.rb and line is class NetworkAccess < View
1564
+ #: ../Views/Network/Access.rb:1
1565
+ msgid "NetworkAccess"
1566
+ msgstr ""
1567
+
1568
+ #. Comes from file Views/Network/Access.rb and line is show_list_single :access_times_view
1569
+ #: ../Views/Network/Access.rb:20
1570
+ msgid "access_times_view"
1571
+ msgstr ""
1572
+
1573
+ #. Comes from file Views/Network/Access.rb and line is show_button :save, :add_time, :delete_time
1574
+ #: ../Views/Network/Access.rb:22
1575
+ msgid "add_time"
1576
+ msgstr ""
1577
+
1578
+ #. Comes from file Views/Network/Access.rb and line is show_button :save, :add_time, :delete_time
1579
+ #: ../Views/Network/Access.rb:22
1580
+ msgid "delete_time"
1581
+ msgstr ""
1582
+
1583
+ #. Comes from file Views/Network/Access.rb and line is show_list_single :members_view
1584
+ #: ../Views/Network/Access.rb:25
1585
+ msgid "members_view"
1586
+ msgstr ""
1587
+
1588
+ #. Comes from file Views/Network/Access.rb and line is show_button :add_member, :delete_member
1589
+ #: ../Views/Network/Access.rb:27
1590
+ msgid "add_member"
1591
+ msgstr ""
1592
+
1593
+ #. Comes from file Views/Network/Access.rb and line is show_button :add_member, :delete_member
1594
+ #: ../Views/Network/Access.rb:27
1595
+ msgid "delete_member"
1596
+ msgstr ""
1597
+
1598
+ #. Comes from file Views/Network/Tabs.rb and line is class NetworkTabs < View
1599
+ #: ../Views/Network/Tabs.rb:1
1600
+ msgid "NetworkTabs"
1601
+ msgstr ""
1602
+
1603
+ #. Comes from file Views/Network/Restriction.rb and line is class NetworkRestriction < View
1604
+ #: ../Views/Network/Restriction.rb:1
1605
+ msgid "NetworkRestriction"
1606
+ msgstr ""
1607
+
1608
+ #. Comes from file Views/Network/Restriction.rb and line is show_html :state
1609
+ #: ../Views/Network/Restriction.rb:7
1610
+ msgid "state"
1611
+ msgstr ""
1612
+
1613
+ #. Comes from file Views/Network/Restriction.rb and line is show_button :remove_restriction, :restrict_info1, :restrict_info2
1614
+ #: ../Views/Network/Restriction.rb:8
1615
+ msgid "remove_restriction"
1616
+ msgstr ""
1617
+
1618
+ #. Comes from file Views/Network/Restriction.rb and line is show_button :remove_restriction, :restrict_info1, :restrict_info2
1619
+ #: ../Views/Network/Restriction.rb:8
1620
+ msgid "restrict_info1"
1621
+ msgstr ""
1622
+
1623
+ #. Comes from file Views/Network/Restriction.rb and line is show_button :remove_restriction, :restrict_info1, :restrict_info2
1624
+ #: ../Views/Network/Restriction.rb:8
1625
+ msgid "restrict_info2"
1626
+ msgstr ""
1627
+
1628
+ #. Comes from file Views/Inventory/TicketClosed.rb and line is class InventoryTicketClosed < View
1629
+ #: ../Views/Inventory/TicketClosed.rb:1
1630
+ msgid "InventoryTicketClosed"
1631
+ msgstr ""
1632
+
1633
+ #. Comes from file Views/Inventory/Room.rb and line is class InventoryRoom < View
1634
+ #: ../Views/Inventory/Room.rb:1
1635
+ msgid "InventoryRoom"
1636
+ msgstr ""
1637
+
1638
+ #. Comes from file Views/Inventory/Room.rb and line is vtlp_list :rooms, 'name'
1639
+ #: ../Views/Inventory/Room.rb:8
1640
+ msgid "rooms"
1641
+ msgstr ""
1642
+
1643
+ #. Comes from file Views/Inventory/Computer.rb and line is class InventoryComputer < View
1644
+ #: ../Views/Inventory/Computer.rb:1
1645
+ msgid "InventoryComputer"
1646
+ msgstr ""
1647
+
1648
+ #. Comes from file Views/Inventory/Computer.rb and line is vtlp_list :computer_list, 'name_service', :width => 100
1649
+ #: ../Views/Inventory/Computer.rb:8
1650
+ msgid "computer_list"
1651
+ msgstr ""
1652
+
1653
+ #. Comes from file Views/Inventory/TicketOpen.rb and line is class InventoryTicketOpen < View
1654
+ #: ../Views/Inventory/TicketOpen.rb:1
1655
+ msgid "InventoryTicketOpen"
1656
+ msgstr ""
1657
+
1658
+ #. Comes from file Views/Inventory/Tabs.rb and line is class InventoryTabs < View
1659
+ #: ../Views/Inventory/Tabs.rb:1
1660
+ msgid "InventoryTabs"
1661
+ msgstr ""
1662
+
1663
+ #. Comes from file Views/Admin/Function.rb and line is class AdminFunction < View
1664
+ #: ../Views/Admin/Function.rb:1
1665
+ msgid "AdminFunction"
1666
+ msgstr ""
1667
+
1668
+ #. Comes from file Views/Admin/Backup.rb and line is class AdminBackup < View
1669
+ #: ../Views/Admin/Backup.rb:3
1670
+ msgid "AdminBackup"
1671
+ msgstr ""
1672
+
1673
+ #. Comes from file Views/Admin/Backup.rb and line is show_list_single :backups, "View.AdminBackup.list_backups", :width => 400
1674
+ #: ../Views/Admin/Backup.rb:9
1675
+ msgid "backups"
1676
+ msgstr ""
1677
+
1678
+ #. Comes from file Views/Admin/Backup.rb and line is show_button :do_backup, :do_restore
1679
+ #: ../Views/Admin/Backup.rb:10
1680
+ msgid "do_backup"
1681
+ msgstr ""
1682
+
1683
+ #. Comes from file Views/Admin/Backup.rb and line is show_button :do_backup, :do_restore
1684
+ #: ../Views/Admin/Backup.rb:10
1685
+ msgid "do_restore"
1686
+ msgstr ""
1687
+
1688
+ #. Comes from file Views/Admin/CourseType.rb and line is class AdminCourseType < View
1689
+ #: ../Views/Admin/CourseType.rb:4
1690
+ msgid "AdminCourseType"
1691
+ msgstr ""
1692
+
1693
+ #. Comes from file Views/Admin/CourseType.rb and line is show_button :save
1694
+ #: ../Views/Admin/CourseType.rb:32
1695
+ msgid "save "
1696
+ msgstr ""
1697
+
1698
+ #. Comes from file Views/Admin/Credit.rb and line is class AdminCredit < View
1699
+ #: ../Views/Admin/Credit.rb:3
1700
+ msgid "AdminCredit"
1701
+ msgstr ""
1702
+
1703
+ #. Comes from file Views/Admin/Credit.rb and line is show_text :user_credit
1704
+ #: ../Views/Admin/Credit.rb:9
1705
+ msgid "user_credit"
1706
+ msgstr ""
1707
+
1708
+ #. Comes from file Views/Admin/Credit.rb and line is show_button :update_credits
1709
+ #: ../Views/Admin/Credit.rb:10
1710
+ msgid "update_credits"
1711
+ msgstr ""
1712
+
1713
+ #. Comes from file Views/Admin/Internet.rb and line is class AdminInternet < View
1714
+ #: ../Views/Admin/Internet.rb:1
1715
+ msgid "AdminInternet"
1716
+ msgstr ""
1717
+
1718
+ #. Comes from file Views/Admin/Internet.rb and line is show_list_drop :auto_disconnect, "[:No,:Yes]", :callback => :auto_disconnect
1719
+ #: ../Views/Admin/Internet.rb:19
1720
+ msgid "auto_disconnect"
1721
+ msgstr ""
1722
+
1723
+ #. Comes from file Views/Admin/Internet.rb and line is show_button :connect, :disconnect, :delete_emails
1724
+ #: ../Views/Admin/Internet.rb:20
1725
+ msgid "delete_emails"
1726
+ msgstr ""
1727
+
1728
+ #. Comes from file Views/Admin/Internet.rb and line is show_html :mails
1729
+ #: ../Views/Admin/Internet.rb:23
1730
+ msgid "mails"
1731
+ msgstr ""
1732
+
1733
+ #. Comes from file Views/Admin/Internet.rb and line is show_html :transfer
1734
+ #: ../Views/Admin/Internet.rb:24
1735
+ msgid "transfer"
1736
+ msgstr ""
1737
+
1738
+ #. Comes from file Views/Admin/Power.rb and line is class AdminPower < View
1739
+ #: ../Views/Admin/Power.rb:3
1740
+ msgid "AdminPower"
1741
+ msgstr ""
1742
+
1743
+ #. Comes from file Views/Admin/Power.rb and line is show_button :reboot_gestion
1744
+ #: ../Views/Admin/Power.rb:9
1745
+ msgid "reboot_gestion"
1746
+ msgstr ""
1747
+
1748
+ #. Comes from file Views/Admin/Power.rb and line is show_button :reboot_dreamplug
1749
+ #: ../Views/Admin/Power.rb:12
1750
+ msgid "reboot_dreamplug"
1751
+ msgstr ""
1752
+
1753
+ #. Comes from file Views/Admin/Power.rb and line is show_button :update_files
1754
+ #: ../Views/Admin/Power.rb:15
1755
+ msgid "update_files"
1756
+ msgstr ""
1757
+
1758
+ #. Comes from file Views/Admin/Power.rb and line is show_button :OK
1759
+ #: ../Views/Admin/Power.rb:19
1760
+ msgid "OK"
1761
+ msgstr ""
1762
+
1763
+ #. Comes from file Views/Admin/Report.rb and line is class AdminReport < View
1764
+ #: ../Views/Admin/Report.rb:1
1765
+ msgid "AdminReport"
1766
+ msgstr ""
1767
+
1768
+ #. Comes from file Views/Admin/Report.rb and line is show_list_single :report_type, "View.AdminReport.list_types", :callback => true
1769
+ #: ../Views/Admin/Report.rb:8
1770
+ msgid "report_type"
1771
+ msgstr ""
1772
+
1773
+ #. Comes from file Views/Admin/Tabs.rb and line is class AdminTabs < View
1774
+ #: ../Views/Admin/Tabs.rb:1
1775
+ msgid "AdminTabs"
1776
+ msgstr ""
1777
+
1778
+ #. Comes from file Views/Course/Diploma.rb and line is class CourseDiploma < View
1779
+ #: ../Views/Course/Diploma.rb:7
1780
+ msgid "CourseDiploma"
1781
+ msgstr ""
1782
+
1783
+ #. Comes from file Views/Course/Diploma.rb and line is show_table :diplomas_t, :headings => [:Name, :Grade, :State],
1784
+ #: ../Views/Course/Diploma.rb:18
1785
+ msgid "diplomas_t"
1786
+ msgstr ""
1787
+
1788
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :do_diplomas, :abort
1789
+ #: ../Views/Course/Diploma.rb:24
1790
+ msgid "do_diplomas"
1791
+ msgstr ""
1792
+
1793
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :do_diplomas, :abort
1794
+ #: ../Views/Course/Diploma.rb:24
1795
+ msgid "abort"
1796
+ msgstr ""
1797
+
1798
+ #. Comes from file Views/Course/Diploma.rb and line is show_print :print
1799
+ #: ../Views/Course/Diploma.rb:26
1800
+ msgid "print"
1801
+ msgstr ""
1802
+
1803
+ #. Comes from file Views/Course/Diploma.rb and line is show_html :missing
1804
+ #.
1805
+ #. Comes from file Views/Course/Print.rb and line is show_html :missing
1806
+ #.
1807
+ #. Comes from file Views/Course/Modify.rb and line is show_html :missing
1808
+ #: ../Views/Course/Diploma.rb:29 ../Views/Course/Print.rb:19
1809
+ #: ../Views/Course/Modify.rb:53
1810
+ msgid "missing"
1811
+ msgstr ""
1812
+
1813
+ #. Comes from file Views/Course/Print.rb and line is class CoursePrint < View
1814
+ #: ../Views/Course/Print.rb:3
1815
+ msgid "CoursePrint"
1816
+ msgstr ""
1817
+
1818
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_presence
1819
+ #.
1820
+ #. Comes from file Views/Course/Modify.rb and line is show_print :print_presence
1821
+ #: ../Views/Course/Print.rb:13 ../Views/Course/Modify.rb:34
1822
+ msgid "print_presence"
1823
+ msgstr ""
1824
+
1825
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_exa_1
1826
+ #: ../Views/Course/Print.rb:14
1827
+ msgid "print_exa_1"
1828
+ msgstr ""
1829
+
1830
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_exa_2
1831
+ #: ../Views/Course/Print.rb:15
1832
+ msgid "print_exa_2"
1833
+ msgstr ""
1834
+
1835
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_exa_3
1836
+ #: ../Views/Course/Print.rb:16
1837
+ msgid "print_exa_3"
1838
+ msgstr ""
1839
+
1840
+ #. Comes from file Views/Course/Modify.rb and line is class CourseModify < View
1841
+ #: ../Views/Course/Modify.rb:15
1842
+ msgid "CourseModify"
1843
+ msgstr ""
1844
+
1845
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_add, :del_student, :edit_student
1846
+ #: ../Views/Course/Modify.rb:38
1847
+ msgid "bulk_add"
1848
+ msgstr ""
1849
+
1850
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_add, :del_student, :edit_student
1851
+ #: ../Views/Course/Modify.rb:38
1852
+ msgid "del_student"
1853
+ msgstr ""
1854
+
1855
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_add, :del_student, :edit_student
1856
+ #: ../Views/Course/Modify.rb:38
1857
+ msgid "edit_student"
1858
+ msgstr ""
1859
+
1860
+ #. Comes from file Views/Course/Modify.rb and line is show_print :print_student
1861
+ #: ../Views/Course/Modify.rb:40
1862
+ msgid "print_student"
1863
+ msgstr ""
1864
+
1865
+ #. Comes from file Views/Course/Modify.rb and line is show_text :names
1866
+ #: ../Views/Course/Modify.rb:44
1867
+ msgid "names"
1868
+ msgstr ""
1869
+
1870
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_students, :close
1871
+ #: ../Views/Course/Modify.rb:45
1872
+ msgid "bulk_students"
1873
+ msgstr ""
1874
+
1875
+ #. Comes from file Views/Course/Modify.rb and line is show_str :double_name
1876
+ #: ../Views/Course/Modify.rb:48
1877
+ msgid "double_name"
1878
+ msgstr ""
1879
+
1880
+ #. Comes from file Views/Course/Modify.rb and line is show_entity_person_lazy :double_proposition, :drop, :full_name
1881
+ #: ../Views/Course/Modify.rb:49
1882
+ msgid "double_proposition"
1883
+ msgstr ""
1884
+
1885
+ #. Comes from file Views/Course/Modify.rb and line is show_button :accept, :create_new
1886
+ #: ../Views/Course/Modify.rb:50
1887
+ msgid "accept"
1888
+ msgstr ""
1889
+
1890
+ #. Comes from file Views/Course/Modify.rb and line is show_button :accept, :create_new
1891
+ #: ../Views/Course/Modify.rb:50
1892
+ msgid "create_new"
1893
+ msgstr ""
1894
+
1895
+ #. Comes from file Views/Course/Grade.rb and line is class CourseGrade < View
1896
+ #: ../Views/Course/Grade.rb:5
1897
+ msgid "CourseGrade"
1898
+ msgstr ""
1899
+
1900
+ #. Comes from file Views/Course/Grade.rb and line is show_str_ro :last_synched
1901
+ #: ../Views/Course/Grade.rb:21
1902
+ msgid "last_synched"
1903
+ msgstr ""
1904
+
1905
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
1906
+ #: ../Views/Course/Grade.rb:22
1907
+ msgid "prepare_files"
1908
+ msgstr ""
1909
+
1910
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
1911
+ #: ../Views/Course/Grade.rb:22
1912
+ msgid "fetch_files"
1913
+ msgstr ""
1914
+
1915
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
1916
+ #: ../Views/Course/Grade.rb:22
1917
+ msgid "transfer_files"
1918
+ msgstr ""
1919
+
1920
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
1921
+ #: ../Views/Course/Grade.rb:22
1922
+ msgid "sync_server"
1923
+ msgstr ""
1924
+
1925
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean1
1926
+ #: ../Views/Course/Grade.rb:25
1927
+ msgid "mean1"
1928
+ msgstr ""
1929
+
1930
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean2
1931
+ #: ../Views/Course/Grade.rb:26
1932
+ msgid "mean2"
1933
+ msgstr ""
1934
+
1935
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean3
1936
+ #: ../Views/Course/Grade.rb:27
1937
+ msgid "mean3"
1938
+ msgstr ""
1939
+
1940
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean4
1941
+ #: ../Views/Course/Grade.rb:28
1942
+ msgid "mean4"
1943
+ msgstr ""
1944
+
1945
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean5
1946
+ #: ../Views/Course/Grade.rb:29
1947
+ msgid "mean5"
1948
+ msgstr ""
1949
+
1950
+ #. Comes from file Views/Course/Grade.rb and line is show_int_ro :files_saved
1951
+ #: ../Views/Course/Grade.rb:30
1952
+ msgid "files_saved"
1953
+ msgstr ""
1954
+
1955
+ #. Comes from file Views/Course/Grade.rb and line is show_button :save, :upload
1956
+ #: ../Views/Course/Grade.rb:34
1957
+ msgid "upload"
1958
+ msgstr ""
1959
+
1960
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :files
1961
+ #: ../Views/Course/Grade.rb:38
1962
+ msgid "files"
1963
+ msgstr ""
1964
+
1965
+ #. Comes from file Views/Course/Grade.rb and line is show_html :synching
1966
+ #: ../Views/Course/Grade.rb:43
1967
+ msgid "synching"
1968
+ msgstr ""
1969
+
1970
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_1
1971
+ #: ../Views/Course/Grade.rb:48
1972
+ msgid "name_file_1"
1973
+ msgstr ""
1974
+
1975
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_1, :callback => true
1976
+ #: ../Views/Course/Grade.rb:49
1977
+ msgid "upload_file_1"
1978
+ msgstr ""
1979
+
1980
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_2
1981
+ #: ../Views/Course/Grade.rb:50
1982
+ msgid "name_file_2"
1983
+ msgstr ""
1984
+
1985
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_2, :callback => true
1986
+ #: ../Views/Course/Grade.rb:51
1987
+ msgid "upload_file_2"
1988
+ msgstr ""
1989
+
1990
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_3
1991
+ #: ../Views/Course/Grade.rb:52
1992
+ msgid "name_file_3"
1993
+ msgstr ""
1994
+
1995
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_3, :callback => true
1996
+ #: ../Views/Course/Grade.rb:53
1997
+ msgid "upload_file_3"
1998
+ msgstr ""
1999
+
2000
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_4
2001
+ #: ../Views/Course/Grade.rb:54
2002
+ msgid "name_file_4"
2003
+ msgstr ""
2004
+
2005
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_4, :callback => true
2006
+ #: ../Views/Course/Grade.rb:55
2007
+ msgid "upload_file_4"
2008
+ msgstr ""
2009
+
2010
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_5
2011
+ #: ../Views/Course/Grade.rb:56
2012
+ msgid "name_file_5"
2013
+ msgstr ""
2014
+
2015
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_5, :callback => true
2016
+ #: ../Views/Course/Grade.rb:57
2017
+ msgid "upload_file_5"
2018
+ msgstr ""
2019
+
2020
+ #. Comes from file Views/Course/Stats.rb and line is class CourseStats < View
2021
+ #: ../Views/Course/Stats.rb:1
2022
+ msgid "CourseStats"
2023
+ msgstr ""
2024
+
2025
+ #. Comes from file Views/Course/Tabs.rb and line is class CourseTabs < View
2026
+ #: ../Views/Course/Tabs.rb:1
2027
+ msgid "CourseTabs"
2028
+ msgstr ""
2029
+
2030
+ #. Comes from file Views/Course/Tabs.rb and line is show_html "<h1>You're not allowed to do that</h1>"
2031
+ #: ../Views/Course/Tabs.rb:13
2032
+ msgid " show_html \"<h1>You're not allowed to do that</h1>\""
2033
+ msgstr ""
2034
+
2035
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :ct_name
2036
+ #: ../Views/Course/Tabs.rb:20
2037
+ msgid "ct_name"
2038
+ msgstr ""
2039
+
2040
+ #. Comes from file Views/Course/Tabs.rb and line is show_int :ct_duration
2041
+ #: ../Views/Course/Tabs.rb:21
2042
+ msgid "ct_duration"
2043
+ msgstr ""
2044
+
2045
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :ct_desc
2046
+ #: ../Views/Course/Tabs.rb:22
2047
+ msgid "ct_desc"
2048
+ msgstr ""
2049
+
2050
+ #. Comes from file Views/Course/Tabs.rb and line is show_text :ct_contents
2051
+ #: ../Views/Course/Tabs.rb:23
2052
+ msgid "ct_contents"
2053
+ msgstr ""
2054
+
2055
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :new_room
2056
+ #: ../Views/Course/Tabs.rb:26
2057
+ msgid "new_room"
2058
+ msgstr ""
2059
+
2060
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :new_teacher
2061
+ #: ../Views/Course/Tabs.rb:29
2062
+ msgid "new_teacher"
2063
+ msgstr ""
2064
+
2065
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :add_missing
2066
+ #: ../Views/Course/Tabs.rb:31
2067
+ msgid "add_missing"
2068
+ msgstr ""
2069
+
2070
+ #. Comes from file Views/Course/Tabs.rb and line is show_entity_courseType :new_ctype, :drop, :name
2071
+ #: ../Views/Course/Tabs.rb:38
2072
+ msgid "new_ctype"
2073
+ msgstr ""
2074
+
2075
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :name_date
2076
+ #: ../Views/Course/Tabs.rb:39
2077
+ msgid "name_date"
2078
+ msgstr ""
2079
+
2080
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :new_course, :close
2081
+ #: ../Views/Course/Tabs.rb:40
2082
+ msgid "new_course"
2083
+ msgstr ""
2084
+
2085
+ #. Comes from file Views/Course/Responsible.rb and line is class CourseResponsible < View
2086
+ #: ../Views/Course/Responsible.rb:1
2087
+ msgid "CourseResponsible"
2088
+ msgstr ""
2089
+
2090
+ #. Comes from file Views/Compta/Transfer.rb and line is class ComptaTransfer < View
2091
+ #: ../Views/Compta/Transfer.rb:4
2092
+ msgid "ComptaTransfer"
2093
+ msgstr ""
2094
+
2095
+ #. Comes from file Views/Compta/Transfer.rb and line is vtlp_list :person_list, :account_due
2096
+ #: ../Views/Compta/Transfer.rb:15
2097
+ msgid "person_list"
2098
+ msgstr ""
2099
+
2100
+ #. Comes from file Views/Compta/Transfer.rb and line is show_button :empty
2101
+ #: ../Views/Compta/Transfer.rb:16
2102
+ msgid "empty"
2103
+ msgstr ""
2104
+
2105
+ #. Comes from file Views/Compta/Transfer.rb and line is show_int_ro :account_cash
2106
+ #: ../Views/Compta/Transfer.rb:19
2107
+ msgid "account_cash"
2108
+ msgstr ""
2109
+
2110
+ #. Comes from file Views/Compta/Admin.rb and line is class ComptaAdmin < View
2111
+ #: ../Views/Compta/Admin.rb:4
2112
+ msgid "ComptaAdmin"
2113
+ msgstr ""
2114
+
2115
+ #. Comes from file Views/Compta/Admin.rb and line is show_button :archive, :update_totals, :clean_up
2116
+ #: ../Views/Compta/Admin.rb:9
2117
+ msgid "archive"
2118
+ msgstr ""
2119
+
2120
+ #. Comes from file Views/Compta/Admin.rb and line is show_button :archive, :update_totals, :clean_up
2121
+ #: ../Views/Compta/Admin.rb:9
2122
+ msgid "update_totals"
2123
+ msgstr ""
2124
+
2125
+ #. Comes from file Views/Compta/Admin.rb and line is show_button :archive, :update_totals, :clean_up
2126
+ #: ../Views/Compta/Admin.rb:9
2127
+ msgid "clean_up"
2128
+ msgstr ""
2129
+
2130
+ #. Comes from file Views/Compta/Users.rb and line is class ComptaUsers < View
2131
+ #: ../Views/Compta/Users.rb:1
2132
+ msgid "ComptaUsers"
2133
+ msgstr ""
2134
+
2135
+ #. Comes from file Views/Compta/Users.rb and line is vtlp_list :users_list, 'name', :width => 150
2136
+ #: ../Views/Compta/Users.rb:9
2137
+ msgid "users_list"
2138
+ msgstr ""
2139
+
2140
+ #. Comes from file Views/Compta/Users.rb and line is show_str :full
2141
+ #: ../Views/Compta/Users.rb:14
2142
+ msgid "full"
2143
+ msgstr ""
2144
+
2145
+ #. Comes from file Views/Compta/Users.rb and line is show_str :pass
2146
+ #: ../Views/Compta/Users.rb:15
2147
+ msgid "pass"
2148
+ msgstr ""
2149
+
2150
+ #. Comes from file Views/Compta/Users.rb and line is show_int :account_index
2151
+ #: ../Views/Compta/Users.rb:16
2152
+ msgid "account_index"
2153
+ msgstr ""
2154
+
2155
+ #. Comes from file Views/Compta/Users.rb and line is show_int :movement_index
2156
+ #: ../Views/Compta/Users.rb:17
2157
+ msgid "movement_index"
2158
+ msgstr ""
2159
+
2160
+ #. Comes from file Views/Compta/Show.rb and line is class ComptaShow < View
2161
+ #: ../Views/Compta/Show.rb:1
2162
+ msgid "ComptaShow"
2163
+ msgstr ""
2164
+
2165
+ #. Comes from file Views/Compta/Show.rb and line is vtlp_list :account_list, 'path', :width => 150
2166
+ #: ../Views/Compta/Show.rb:11
2167
+ msgid "account_list"
2168
+ msgstr ""
2169
+
2170
+ #. Comes from file Views/Compta/Show.rb and line is show_int :total
2171
+ #: ../Views/Compta/Show.rb:14
2172
+ msgid "total"
2173
+ msgstr ""
2174
+
2175
+ #. Comes from file Views/Compta/Course.rb and line is class ComptaCourse < View
2176
+ #: ../Views/Compta/Course.rb:5
2177
+ msgid "ComptaCourse"
2178
+ msgstr ""
2179
+
2180
+ #. Comes from file Views/Compta/Tabs.rb and line is class ComptaTabs < View
2181
+ #: ../Views/Compta/Tabs.rb:4
2182
+ msgid "ComptaTabs"
2183
+ msgstr ""
2184
+
2185
+ #. Comes from file Views/Task/Edit.rb and line is class TaskEdit < View
2186
+ #: ../Views/Task/Edit.rb:1
2187
+ msgid "TaskEdit"
2188
+ msgstr ""
2189
+
2190
+ #. Comes from file Views/Task/Edit.rb and line is vtlp_list :tasks, "tasks"
2191
+ #: ../Views/Task/Edit.rb:10
2192
+ msgid "tasks"
2193
+ msgstr ""
2194
+
2195
+ #. Comes from file Views/Task/List.rb and line is class TaskList < View
2196
+ #: ../Views/Task/List.rb:1
2197
+ msgid "TaskList"
2198
+ msgstr ""
2199
+
2200
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :year, "View.TaskList.list_years"
2201
+ #: ../Views/Task/List.rb:9
2202
+ msgid "year"
2203
+ msgstr ""
2204
+
2205
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :month, "1.upto(12).to_a"
2206
+ #: ../Views/Task/List.rb:10
2207
+ msgid "month"
2208
+ msgstr ""
2209
+
2210
+ #. Comes from file Views/Task/List.rb and line is show_button :list
2211
+ #: ../Views/Task/List.rb:13
2212
+ msgid "list"
2213
+ msgstr ""
2214
+
2215
+ #. Comes from file Views/Task/List.rb and line is show_text :tasks_done
2216
+ #: ../Views/Task/List.rb:16
2217
+ msgid "tasks_done"
2218
+ msgstr ""
2219
+
2220
+ #. Comes from file Views/Task/List.rb and line is show_text :summary
2221
+ #: ../Views/Task/List.rb:17
2222
+ msgid "summary"
2223
+ msgstr ""
2224
+
2225
+ #. Comes from file Views/Task/Worker.rb and line is class TaskWorker < View
2226
+ #: ../Views/Task/Worker.rb:1
2227
+ msgid "TaskWorker"
2228
+ msgstr ""
2229
+
2230
+ #. Comes from file Views/Task/Worker.rb and line is vtlp_list :workers, "login_name"
2231
+ #: ../Views/Task/Worker.rb:9
2232
+ msgid "workers"
2233
+ msgstr ""
2234
+
2235
+ #. Comes from file Views/Task/Client.rb and line is class TaskClient < View
2236
+ #: ../Views/Task/Client.rb:1
2237
+ msgid "TaskClient"
2238
+ msgstr ""
2239
+
2240
+ #. Comes from file Views/Task/Client.rb and line is vtlp_list :clients, 'name'
2241
+ #: ../Views/Task/Client.rb:9
2242
+ msgid "clients"
2243
+ msgstr ""
2244
+
2245
+ #. Comes from file Views/Task/Tabs.rb and line is class TaskTabs < View
2246
+ #: ../Views/Task/Tabs.rb:1
2247
+ msgid "TaskTabs"
2248
+ msgstr ""
2249
+
2250
+ #. Comes from file Views/Task/Tabs.rb and line is show_button :new_task
2251
+ #: ../Views/Task/Tabs.rb:6
2252
+ msgid "new_task"
2253
+ msgstr ""