gestion 1.9.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +48 -0
  3. data/.project +14 -0
  4. data/Binaries/adduser_to_buzz +15 -0
  5. data/Binaries/backup +7 -0
  6. data/Binaries/check_gestion +8 -0
  7. data/Binaries/gestion.gnumail +22 -0
  8. data/Binaries/gestion.logrotate +34 -0
  9. data/Binaries/gestion.service +12 -0
  10. data/Binaries/gestion_update.rb +183 -0
  11. data/Binaries/gestion_update.service +10 -0
  12. data/Binaries/get_compta +11 -0
  13. data/Binaries/kill_gestion +16 -0
  14. data/Binaries/ldap/add_indexes +51 -0
  15. data/Binaries/ldap/backup +2 -0
  16. data/Binaries/ldap/install_ldap +92 -0
  17. data/Binaries/ldap/restore +7 -0
  18. data/Binaries/lib_backup +5 -0
  19. data/Binaries/log_scan_errors +8 -0
  20. data/Binaries/loop_gestion +64 -0
  21. data/Binaries/onetimers/sync_courses_from_compta.rb +74 -0
  22. data/Binaries/onetimers/transfer_cash_from_ldap_to_csv +26 -0
  23. data/Binaries/reboot +5 -0
  24. data/Binaries/restore +3 -0
  25. data/Binaries/restore_do +22 -0
  26. data/Binaries/sort_events +31 -0
  27. data/Binaries/start_gestion +18 -0
  28. data/Binaries/swipe_gestion +18 -0
  29. data/Binaries/update_africompta +21 -0
  30. data/Binaries/update_users +3 -0
  31. data/Diplomas.src/accredited.odg +0 -0
  32. data/Diplomas.src/diploma.odg +0 -0
  33. data/Diplomas.src/label.odg +0 -0
  34. data/Diplomas.src/presence_sheet.ods +0 -0
  35. data/Diplomas.src/presence_sheet_small.ods +0 -0
  36. data/Diplomas.src/student_card.odg +0 -0
  37. data/Doc/130514-it-ideas.odt +0 -0
  38. data/Doc/Compta-cash.mm +179 -0
  39. data/Doc/General.odt +0 -0
  40. data/Entities/AccessGroups.rb +117 -0
  41. data/Entities/Activity.rb +178 -0
  42. data/Entities/ChatMsg.rb +142 -0
  43. data/Entities/Classroom.rb +11 -0
  44. data/Entities/Client.rb +19 -0
  45. data/Entities/Computer.rb +21 -0
  46. data/Entities/ConfigBase.rb +280 -0
  47. data/Entities/Course.rb +1588 -0
  48. data/Entities/CourseType.rb +171 -0
  49. data/Entities/DFiles.rb +466 -0
  50. data/Entities/FilesManage.rb +226 -0
  51. data/Entities/Grade.rb +186 -0
  52. data/Entities/Internet.rb +300 -0
  53. data/Entities/Netdev.rb +10 -0
  54. data/Entities/Person.rb +1175 -0
  55. data/Entities/Plug.rb +98 -0
  56. data/Entities/Quiz.rb +33 -0
  57. data/Entities/Recharges.rb +37 -0
  58. data/Entities/Report.rb +136 -0
  59. data/Entities/Room.rb +12 -0
  60. data/Entities/SMS.rb +30 -0
  61. data/Entities/ScheduleType.rb +33 -0
  62. data/Entities/Share.rb +120 -0
  63. data/Entities/Task.rb +51 -0
  64. data/Entities/Ticket.rb +72 -0
  65. data/Entities/Usage.rb +143 -0
  66. data/Entities/Worker.rb +29 -0
  67. data/Files/apache-profeda.conf +36 -0
  68. data/Files/label.erb +121 -0
  69. data/Files/label_notfound.erb +64 -0
  70. data/Files/label_notpassed.erb +84 -0
  71. data/Files/mobileinfo.erb +115 -0
  72. data/Files/smb.conf +333 -0
  73. data/Files/timetable.html +36 -0
  74. data/Files/timetable.js +239 -0
  75. data/Gemfile +12 -0
  76. data/Gemfile.dev +12 -0
  77. data/Gemfile.dev.lock +127 -0
  78. data/Gemfile.lock +127 -0
  79. data/Gemfile.prod +8 -0
  80. data/Gestion +35 -0
  81. data/Gestion.rb +220 -0
  82. data/INSTALL +40 -0
  83. data/Images/connection.xcf +0 -0
  84. data/Images/connection_no.png +0 -0
  85. data/Images/connection_wait.png +0 -0
  86. data/Images/connection_yes.png +0 -0
  87. data/Paths/Exas.rb +13 -0
  88. data/Paths/Files.rb +19 -0
  89. data/Paths/GetDiplomas.rb +20 -0
  90. data/Paths/Info.rb +114 -0
  91. data/Paths/Label.rb +187 -0
  92. data/Paths/MobileInfo.rb +19 -0
  93. data/Paths/internetCash.rb +34 -0
  94. data/Paths/internetWifi.rb +54 -0
  95. data/README.md +60 -0
  96. data/Rakefile +13 -0
  97. data/TODO +1391 -0
  98. data/Test/.gitignore +3 -0
  99. data/Test/Diplomas/base_gestion.odt +0 -0
  100. data/Test/Diplomas/base_report.odt +0 -0
  101. data/Test/Diplomas/carte_etudiant.odg +0 -0
  102. data/Test/Diplomas/exam_language.odt +0 -0
  103. data/Test/Diplomas/label.odg +0 -0
  104. data/Test/Diplomas/presence_sheet.ods +0 -0
  105. data/Test/Diplomas/presence_sheet_small.ods +0 -0
  106. data/Test/Diplomas/student_card.odg +0 -0
  107. data/Test/Manual/testMerge +18 -0
  108. data/Test/config_test.yaml +26 -0
  109. data/Test/db.testGestion +0 -0
  110. data/Test/dfiles/descs/avg-rescue.desc +10 -0
  111. data/Test/dfiles/descs/avg.desc +8 -0
  112. data/Test/dfiles/descs/driver.desc +8 -0
  113. data/Test/dfiles/descs/linuxmint.desc +7 -0
  114. data/Test/dfiles/files/avg-160203.exe +1 -0
  115. data/Test/dfiles/files/avg.iso +1 -0
  116. data/Test/dfiles/files/driver.exe +1 -0
  117. data/Test/dfiles/index_post.html +3 -0
  118. data/Test/dfiles/index_pre.html +8 -0
  119. data/Test/dfiles/priorities +5 -0
  120. data/Test/ge_activity.rb +124 -0
  121. data/Test/ge_chat.rb +106 -0
  122. data/Test/ge_compta.rb +67 -0
  123. data/Test/ge_configbase.rb +54 -0
  124. data/Test/ge_course.rb +1114 -0
  125. data/Test/ge_dfiles.rb +121 -0
  126. data/Test/ge_filesmanage.rb +180 -0
  127. data/Test/ge_info.rb +27 -0
  128. data/Test/ge_internet.rb +246 -0
  129. data/Test/ge_login.rb +55 -0
  130. data/Test/ge_person.rb +373 -0
  131. data/Test/ge_qvinfo.rb +28 -0
  132. data/Test/ge_report.rb +97 -0
  133. data/Test/ge_share.rb +27 -0
  134. data/Test/ge_sms.rb +34 -0
  135. data/Test/ge_tasks.rb +19 -0
  136. data/Test/ge_usage.rb +168 -0
  137. data/Test/ge_view.rb +46 -0
  138. data/Test/multiconf-captive +29 -0
  139. data/Test/test.conf +7 -0
  140. data/Test/test.rb +49 -0
  141. data/Test/test_bytes.png +0 -0
  142. data/VERSION +140 -0
  143. data/Views/Admin/Backup.rb +91 -0
  144. data/Views/Admin/Configuration.rb +44 -0
  145. data/Views/Admin/Credit.rb +32 -0
  146. data/Views/Admin/FilesManage.rb +219 -0
  147. data/Views/Admin/Function.rb +39 -0
  148. data/Views/Admin/Power.rb +49 -0
  149. data/Views/Admin/Printer.rb +37 -0
  150. data/Views/Admin/Server.rb +252 -0
  151. data/Views/Admin/Tabs.rb +5 -0
  152. data/Views/Admin/Update.rb +73 -0
  153. data/Views/Admin/UpdateSystem.rb +26 -0
  154. data/Views/Cashbox/Activity.rb +191 -0
  155. data/Views/Cashbox/Course.rb +141 -0
  156. data/Views/Cashbox/Credit.rb +79 -0
  157. data/Views/Cashbox/Report.rb +115 -0
  158. data/Views/Cashbox/Service.rb +105 -0
  159. data/Views/Cashbox/Tabs.rb +10 -0
  160. data/Views/Compta/Accounts.rb +36 -0
  161. data/Views/Compta/Course.rb +96 -0
  162. data/Views/Compta/Show.rb +6 -0
  163. data/Views/Compta/Transfer.rb +66 -0
  164. data/Views/Course/Diploma.rb +203 -0
  165. data/Views/Course/Grade.rb +401 -0
  166. data/Views/Course/Modify.rb +447 -0
  167. data/Views/Course/Print.rb +94 -0
  168. data/Views/Course/Responsible.rb +44 -0
  169. data/Views/Course/Stats.rb +76 -0
  170. data/Views/Course/Students.rb +92 -0
  171. data/Views/Course/Tabs.rb +220 -0
  172. data/Views/Internet/Access.rb +134 -0
  173. data/Views/Internet/ClassEdit.rb +24 -0
  174. data/Views/Internet/ClassUsers.rb +81 -0
  175. data/Views/Internet/Config.rb +32 -0
  176. data/Views/Internet/Mobile.rb +213 -0
  177. data/Views/Internet/Recharges.rb +49 -0
  178. data/Views/Internet/Tabs.rb +6 -0
  179. data/Views/Inventory/Computer.rb +24 -0
  180. data/Views/Inventory/Room.rb +18 -0
  181. data/Views/Inventory/Tabs.rb +9 -0
  182. data/Views/Inventory/TicketClosed.rb +7 -0
  183. data/Views/Inventory/TicketOpen.rb +23 -0
  184. data/Views/Library/Person.rb +36 -0
  185. data/Views/Library/Tabs.rb +7 -0
  186. data/Views/Network/Block.rb +87 -0
  187. data/Views/Network/Netdevs.rb +21 -0
  188. data/Views/Network/Restriction.rb +37 -0
  189. data/Views/Network/Share.rb +167 -0
  190. data/Views/Network/Tables.rb +28 -0
  191. data/Views/Network/Tabs.rb +6 -0
  192. data/Views/Person/Admin.rb +99 -0
  193. data/Views/Person/Center.rb +48 -0
  194. data/Views/Person/Course.rb +72 -0
  195. data/Views/Person/Modify.rb +153 -0
  196. data/Views/Person/Tabs.rb +162 -0
  197. data/Views/Report/ComptaExecutive.rb +221 -0
  198. data/Views/Report/ComptaFlat.rb +79 -0
  199. data/Views/Report/ReportCourse.rb +47 -0
  200. data/Views/Report/Tabs.rb +8 -0
  201. data/Views/Report/Usage.rb +52 -0
  202. data/Views/Report/UsageCases.rb +59 -0
  203. data/Views/Self/Cash.rb +67 -0
  204. data/Views/Self/Chat.rb +55 -0
  205. data/Views/Self/Concours.rb +109 -0
  206. data/Views/Self/Email.rb +34 -0
  207. data/Views/Self/Internet.rb +255 -0
  208. data/Views/Self/Results.rb +17 -0
  209. data/Views/Self/Services.rb +85 -0
  210. data/Views/Self/Show.rb +47 -0
  211. data/Views/Self/Tabs.rb +5 -0
  212. data/Views/Special/DFileEdit.rb +13 -0
  213. data/Views/Special/PlugEdit.rb +56 -0
  214. data/Views/Special/Tabs.rb +6 -0
  215. data/Views/Special/Vnc.rb +39 -0
  216. data/Views/Task/Client.rb +21 -0
  217. data/Views/Task/Edit.rb +33 -0
  218. data/Views/Task/List.rb +55 -0
  219. data/Views/Task/Tabs.rb +9 -0
  220. data/Views/Task/Worker.rb +30 -0
  221. data/Views/Template/Activity.rb +33 -0
  222. data/Views/Template/CourseType.rb +63 -0
  223. data/Views/Template/ScheduleType.rb +29 -0
  224. data/Views/Template/Tabs.rb +5 -0
  225. data/Views/Welcome.rb +121 -0
  226. data/config.yaml.default +36 -0
  227. data/po/Gestion-ar.po +2356 -0
  228. data/po/Gestion-en.mo +0 -0
  229. data/po/Gestion-en.po +4363 -0
  230. data/po/Gestion-fr.mo +0 -0
  231. data/po/Gestion-fr.po +4345 -0
  232. data/po/traduction-ar.rtf +76 -0
  233. metadata +381 -0
data/po/Gestion-en.po ADDED
@@ -0,0 +1,4363 @@
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
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2016-11-21 21:20+0100\n"
11
+ "PO-Revision-Date: 2016-11-22 22:16+0100\n"
12
+ "Last-Translator: Linus Gasser <ineiti@linusetviviane.ch>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "Language: \n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
19
+
20
+ #. Comes from file Entities/AccessGroups.rb and line is value_str :name
21
+ #.
22
+ #. Comes from file Entities/Activity.rb and line is value_str :name
23
+ #.
24
+ #. Comes from file Entities/Classroom.rb and line is value_str :name
25
+ #.
26
+ #. Comes from file Entities/Client.rb and line is value_str :name
27
+ #.
28
+ #. Comes from file Entities/Course.rb and line is value_str :name
29
+ #.
30
+ #. Comes from file Entities/CourseType.rb and line is value_str :name
31
+ #.
32
+ #. Comes from file Entities/DFiles.rb and line is value_str :name
33
+ #.
34
+ #. Comes from file Entities/Internet.rb and line is value_str :name
35
+ #.
36
+ #. Comes from file Entities/Netdev.rb and line is value_str :name
37
+ #.
38
+ #. Comes from file Entities/Report.rb and line is value_str :name
39
+ #.
40
+ #. Comes from file Entities/Room.rb and line is value_str :name
41
+ #.
42
+ #. Comes from file Entities/ScheduleType.rb and line is value_str :name
43
+ #.
44
+ #. Comes from file Entities/Share.rb and line is value_str :name
45
+ #.
46
+ #. Comes from file Entities/Usage.rb and line is value_str :name
47
+ #.
48
+ #. Comes from file Views/Course/Modify.rb and line is show_arg :name, :ro => true
49
+ #.
50
+ #. Comes from file Views/Internet/Access.rb and line is show_field :name
51
+ #.
52
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_str :name
53
+ #.
54
+ #. Comes from file Views/Report/UsageCases.rb and line is show_str :name
55
+ #: ../Entities/AccessGroups.rb:5
56
+ #: ../Entities/Activity.rb:7
57
+ #: ../Entities/Classroom.rb:7
58
+ #: ../Entities/Client.rb:4
59
+ #: ../Entities/Course.rb:23
60
+ #: ../Entities/CourseType.rb:10
61
+ #: ../Entities/DFiles.rb:11
62
+ #: ../Entities/Internet.rb:16
63
+ #: ../Entities/Netdev.rb:3
64
+ #: ../Entities/Report.rb:12
65
+ #: ../Entities/Room.rb:6
66
+ #: ../Entities/ScheduleType.rb:3
67
+ #: ../Entities/Share.rb:6
68
+ #: ../Entities/Usage.rb:9
69
+ #: ../Views/Course/Modify.rb:28
70
+ #: ../Views/Internet/Access.rb:16
71
+ #: ../Views/Report/ComptaExecutive.rb:23
72
+ #: ../Views/Report/UsageCases.rb:20
73
+ msgid "name"
74
+ msgstr "Name"
75
+
76
+ #. Comes from file Entities/AccessGroups.rb and line is value_list_single :members
77
+ #: ../Entities/AccessGroups.rb:6
78
+ msgid "members"
79
+ msgstr "Members"
80
+
81
+ #. Comes from file Entities/AccessGroups.rb and line is value_list_drop :action, "%w( allow allow_else_block block )"
82
+ #.
83
+ #. Comes from file Entities/Netdev.rb and line is value_list :action, '%w( ping traffic )'
84
+ #.
85
+ #. Comes from file Views/Internet/Access.rb and line is show_field :action
86
+ #: ../Entities/AccessGroups.rb:7
87
+ #: ../Entities/Netdev.rb:8
88
+ #: ../Views/Internet/Access.rb:17
89
+ msgid "action"
90
+ msgstr "Action"
91
+
92
+ #. Comes from file Entities/AccessGroups.rb and line is value_int :priority
93
+ #.
94
+ #. Comes from file Entities/DFiles.rb and line is value_int :priority
95
+ #.
96
+ #. Comes from file Entities/DFiles.rb and line is value_int :priority
97
+ #.
98
+ #. Comes from file Views/Internet/Access.rb and line is show_field :priority
99
+ #: ../Entities/AccessGroups.rb:8
100
+ #: ../Entities/DFiles.rb:30
101
+ #: ../Entities/DFiles.rb:330
102
+ #: ../Views/Internet/Access.rb:18
103
+ msgid "priority"
104
+ msgstr "Priority"
105
+
106
+ #. Comes from file Entities/AccessGroups.rb and line is value_int :limit_day_mo
107
+ #.
108
+ #. Comes from file Views/Internet/Access.rb and line is show_field :limit_day_mo
109
+ #: ../Entities/AccessGroups.rb:9
110
+ #: ../Views/Internet/Access.rb:19
111
+ msgid "limit_day_mo"
112
+ msgstr "MB per day"
113
+
114
+ #. Comes from file Entities/AccessGroups.rb and line is value_list_single :access_times, "[]"
115
+ #: ../Entities/AccessGroups.rb:10
116
+ msgid "access_times"
117
+ msgstr "Access times"
118
+
119
+ #. Comes from file Entities/Activity.rb and line is value_str :description
120
+ #.
121
+ #. Comes from file Entities/Course.rb and line is value_str :description
122
+ #.
123
+ #. Comes from file Entities/CourseType.rb and line is value_str :description
124
+ #.
125
+ #. Comes from file Entities/Room.rb and line is value_str :description
126
+ #: ../Entities/Activity.rb:10
127
+ #: ../Entities/Course.rb:46
128
+ #: ../Entities/CourseType.rb:14
129
+ #: ../Entities/Room.rb:10
130
+ msgid "description"
131
+ msgstr "Description"
132
+
133
+ #. Comes from file Entities/Activity.rb and line is value_int :cost
134
+ #.
135
+ #. Comes from file Entities/Task.rb and line is value_int :cost
136
+ #: ../Entities/Activity.rb:11
137
+ #: ../Entities/Task.rb:19
138
+ msgid "cost"
139
+ msgstr "Cost"
140
+
141
+ #. Comes from file Entities/Activity.rb and line is value_list_drop :payment_period, 'Activities::PAYMENTS'
142
+ #: ../Entities/Activity.rb:12
143
+ msgid "payment_period"
144
+ msgstr "Period"
145
+
146
+ #. Comes from file Entities/Activity.rb and line is value_list_drop :start_type, 'Activities::START'
147
+ #: ../Entities/Activity.rb:13
148
+ msgid "start_type"
149
+ msgstr "Start"
150
+
151
+ #. Comes from file Entities/Activity.rb and line is value_int :overlap
152
+ #: ../Entities/Activity.rb:14
153
+ msgid "overlap"
154
+ msgstr "Overlap"
155
+
156
+ #. Comes from file Entities/Activity.rb and line is value_str :card_filename
157
+ #.
158
+ #. Comes from file Views/Template/Activity.rb and line is show_list_drop :card_filename, 'Activities.files.sort'
159
+ #: ../Entities/Activity.rb:17
160
+ #: ../Views/Template/Activity.rb:22
161
+ msgid "card_filename"
162
+ msgstr "Filename"
163
+
164
+ #. Comes from file Entities/Activity.rb and line is value_list :tags, '%w( library internet club )'
165
+ #.
166
+ #. Comes from file Entities/DFiles.rb and line is value_str :tags
167
+ #.
168
+ #. Comes from file Views/Template/Activity.rb and line is show_field :tags
169
+ #: ../Entities/Activity.rb:18
170
+ #: ../Entities/DFiles.rb:25
171
+ #: ../Views/Template/Activity.rb:23
172
+ msgid "tags"
173
+ msgstr "Tags"
174
+
175
+ #. Comes from file Entities/Activity.rb and line is value_entity_activity :activity
176
+ #.
177
+ #. Comes from file Views/Template/Activity.rb and line is vtlp_list :activity, 'name', :flexheight => 1
178
+ #: ../Entities/Activity.rb:66
179
+ #: ../Views/Template/Activity.rb:15
180
+ msgid "activity"
181
+ msgstr "Activity"
182
+
183
+ #. Comes from file Entities/Activity.rb and line is value_entity_person :person_paid
184
+ #: ../Entities/Activity.rb:67
185
+ msgid "person_paid"
186
+ msgstr "Paid"
187
+
188
+ #. Comes from file Entities/Activity.rb and line is value_entity_person :person_cashed
189
+ #: ../Entities/Activity.rb:68
190
+ msgid "person_cashed"
191
+ msgstr "Cashed"
192
+
193
+ #. Comes from file Entities/Activity.rb and line is value_entity_movement :movement
194
+ #: ../Entities/Activity.rb:69
195
+ msgid "movement"
196
+ msgstr "Movement"
197
+
198
+ #. Comes from file Entities/Activity.rb and line is value_date :date_start
199
+ #.
200
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_date :date_start
201
+ #: ../Entities/Activity.rb:70
202
+ #: ../Views/Cashbox/Activity.rb:28
203
+ msgid "date_start"
204
+ msgstr "Start"
205
+
206
+ #. Comes from file Entities/Activity.rb and line is value_date :date_end
207
+ #: ../Entities/Activity.rb:71
208
+ msgid "date_end"
209
+ msgstr "End"
210
+
211
+ #. Comes from file Entities/ChatMsg.rb and line is value_time :time
212
+ #.
213
+ #. Comes from file Entities/Plug.rb and line is value_time :time
214
+ #.
215
+ #. Comes from file Entities/Recharges.rb and line is value_str :time
216
+ #.
217
+ #. 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 ) )}"
218
+ #.
219
+ #. Comes from file Views/Internet/Access.rb and line is show_fromto :time
220
+ #: ../Entities/ChatMsg.rb:3
221
+ #: ../Entities/Plug.rb:92
222
+ #: ../Entities/Recharges.rb:3
223
+ #: ../Entities/Task.rb:12
224
+ #: ../Views/Internet/Access.rb:21
225
+ msgid "time"
226
+ msgstr "Time"
227
+
228
+ #. Comes from file Entities/ChatMsg.rb and line is value_str :msg
229
+ #.
230
+ #. Comes from file Entities/Plug.rb and line is value_str :msg
231
+ #.
232
+ #. Comes from file Views/Cashbox/Course.rb and line is show_html :msg
233
+ #: ../Entities/ChatMsg.rb:4
234
+ #: ../Entities/Plug.rb:93
235
+ #: ../Views/Cashbox/Course.rb:33
236
+ msgid "msg"
237
+ msgstr "Msg"
238
+
239
+ #. Comes from file Entities/ChatMsg.rb and line is value_entity_person :center
240
+ #.
241
+ #. Comes from file Entities/Course.rb and line is value_entity_person_empty_all :center, :drop, :full_name
242
+ #: ../Entities/ChatMsg.rb:5
243
+ #: ../Entities/Course.rb:43
244
+ msgid "center"
245
+ msgstr "Center"
246
+
247
+ #. Comes from file Entities/ChatMsg.rb and line is value_str :login
248
+ #: ../Entities/ChatMsg.rb:6
249
+ msgid "login"
250
+ msgstr "Login"
251
+
252
+ #. Comes from file Entities/Classroom.rb and line is value_int :max_students
253
+ #: ../Entities/Classroom.rb:8
254
+ msgid "max_students"
255
+ msgstr "Capacity"
256
+
257
+ #. Comes from file Entities/Classroom.rb and line is value_int :computers
258
+ #.
259
+ #. Comes from file Entities/Room.rb and line is value_int :computers
260
+ #: ../Entities/Classroom.rb:9
261
+ #: ../Entities/Room.rb:9
262
+ msgid "computers"
263
+ msgstr "Computers"
264
+
265
+ #. Comes from file Entities/Client.rb and line is value_str :addr1
266
+ #: ../Entities/Client.rb:7
267
+ msgid "addr1"
268
+ msgstr "Address #1"
269
+
270
+ #. Comes from file Entities/Client.rb and line is value_str :addr2
271
+ #: ../Entities/Client.rb:8
272
+ msgid "addr2"
273
+ msgstr "Address #2"
274
+
275
+ #. Comes from file Entities/Client.rb and line is value_str :country
276
+ #.
277
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :country, :ldap_name => 'st'
278
+ #: ../Entities/Client.rb:9
279
+ #: ../Entities/Person.rb:42
280
+ msgid "country"
281
+ msgstr "Country"
282
+
283
+ #. Comes from file Entities/Client.rb and line is value_int :price_assistant
284
+ #: ../Entities/Client.rb:12
285
+ msgid "price_assistant"
286
+ msgstr "Assistant-$"
287
+
288
+ #. Comes from file Entities/Client.rb and line is value_int :price_expert
289
+ #: ../Entities/Client.rb:13
290
+ msgid "price_expert"
291
+ msgstr "Expert-$"
292
+
293
+ #. Comes from file Entities/Client.rb and line is value_str :email
294
+ #.
295
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :email, :ldap_name => 'mail'
296
+ #.
297
+ #. Comes from file Entities/Quiz.rb and line is value_str :email
298
+ #.
299
+ #. Comes from file Views/Self/Chat.rb and line is show_str :email
300
+ #.
301
+ #. Comes from file Views/Self/Concours.rb and line is show_str :email, :width => 300
302
+ #.
303
+ #. Comes from file Views/Self/Email.rb and line is show_str :email, :width => 300
304
+ #: ../Entities/Client.rb:16
305
+ #: ../Entities/Person.rb:40
306
+ #: ../Entities/Quiz.rb:3
307
+ #: ../Views/Self/Chat.rb:15
308
+ #: ../Views/Self/Concours.rb:12
309
+ #: ../Views/Self/Email.rb:11
310
+ msgid "email"
311
+ msgstr "Email"
312
+
313
+ #. Comes from file Entities/Client.rb and line is value_str :phone
314
+ #.
315
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :phone, :ldap_name => 'mobile'
316
+ #.
317
+ #. Comes from file Entities/SMS.rb and line is value_phone :phone
318
+ #: ../Entities/Client.rb:17
319
+ #: ../Entities/Person.rb:39
320
+ #: ../Entities/SMS.rb:6
321
+ msgid "phone"
322
+ msgstr "Phone"
323
+
324
+ #. Comes from file Entities/Computer.rb and line is value_str :name_service
325
+ #: ../Entities/Computer.rb:8
326
+ msgid "name_service"
327
+ msgstr "Service"
328
+
329
+ #. Comes from file Entities/Computer.rb and line is value_entity_room_all :room, :drop, :name
330
+ #: ../Entities/Computer.rb:9
331
+ msgid "room"
332
+ msgstr "Room"
333
+
334
+ #. Comes from file Entities/Computer.rb and line is value_str :name_place
335
+ #: ../Entities/Computer.rb:10
336
+ msgid "name_place"
337
+ msgstr "Place"
338
+
339
+ #. Comes from file Entities/Computer.rb and line is value_str :brand
340
+ #: ../Entities/Computer.rb:13
341
+ msgid "brand"
342
+ msgstr "Brand"
343
+
344
+ #. Comes from file Entities/Computer.rb and line is value_int :RAM_MB
345
+ #: ../Entities/Computer.rb:14
346
+ msgid "RAM_MB"
347
+ msgstr "RAM"
348
+
349
+ #. Comes from file Entities/Computer.rb and line is value_int :HD_GB
350
+ #: ../Entities/Computer.rb:15
351
+ msgid "HD_GB"
352
+ msgstr "HD"
353
+
354
+ #. Comes from file Entities/Computer.rb and line is value_int :CPU_GHz
355
+ #: ../Entities/Computer.rb:16
356
+ msgid "CPU_GHz"
357
+ msgstr "CPU GHz"
358
+
359
+ #. Comes from file Entities/Computer.rb and line is value_text :comment
360
+ #.
361
+ #. Comes from file Entities/Share.rb and line is value_str :comment
362
+ #: ../Entities/Computer.rb:19
363
+ #: ../Entities/Share.rb:8
364
+ msgid "comment"
365
+ msgstr "Comment"
366
+
367
+ #. Comes from file Entities/ConfigBase.rb and line is value_list_drop :show_passwords, '%w(always lesser students never)'
368
+ #: ../Entities/ConfigBase.rb:8
369
+ msgid "show_passwords"
370
+ msgstr "Show passwords"
371
+
372
+ #. Comes from file Entities/ConfigBase.rb and line is value_list_drop :autosave, '%w(true false)'
373
+ #: ../Entities/ConfigBase.rb:9
374
+ msgid "autosave"
375
+ msgstr "Autosave"
376
+
377
+ #. Comes from file Entities/ConfigBase.rb and line is value_int :autosave_timer
378
+ #: ../Entities/ConfigBase.rb:10
379
+ msgid "autosave_timer"
380
+ msgstr "Autosave interval"
381
+
382
+ #. Comes from file Entities/ConfigBase.rb and line is value_list_drop :samba_simul, '%w(true false)'
383
+ #: ../Entities/ConfigBase.rb:11
384
+ msgid "samba_simul"
385
+ msgstr "Samba Simulation"
386
+
387
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :samba_config
388
+ #: ../Entities/ConfigBase.rb:12
389
+ msgid "samba_config"
390
+ msgstr "smb-config"
391
+
392
+ #. Comes from file Entities/ConfigBase.rb and line is value_list_drop :persons_add_del_users, '%w(true false)'
393
+ #: ../Entities/ConfigBase.rb:13
394
+ msgid "persons_add_del_users"
395
+ msgstr "Script persons_add_del"
396
+
397
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :persons_adduser_cmd
398
+ #: ../Entities/ConfigBase.rb:14
399
+ msgid "persons_adduser_cmd"
400
+ msgstr "Script adduser_cmd"
401
+
402
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :persons_addeduser_cmd
403
+ #: ../Entities/ConfigBase.rb:15
404
+ msgid "persons_addeduser_cmd"
405
+ msgstr "Script addeduser_cmd"
406
+
407
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :server_url
408
+ #.
409
+ #. Comes from file Views/Admin/Configuration.rb and line is show_arg :server_url, :width => 300
410
+ #: ../Entities/ConfigBase.rb:18
411
+ #: ../Views/Admin/Configuration.rb:20
412
+ msgid "server_url"
413
+ msgstr "Server URL"
414
+
415
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :label_url
416
+ #: ../Entities/ConfigBase.rb:19
417
+ msgid "label_url"
418
+ msgstr "Label URL"
419
+
420
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :html_title
421
+ #: ../Entities/ConfigBase.rb:20
422
+ msgid "html_title"
423
+ msgstr "Html"
424
+
425
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :upload_files
426
+ #: ../Entities/ConfigBase.rb:21
427
+ msgid "upload_files"
428
+ msgstr "Upload"
429
+
430
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :template_dir
431
+ #.
432
+ #. Comes from file Views/Admin/Configuration.rb and line is show_field :template_dir
433
+ #: ../Entities/ConfigBase.rb:24
434
+ #: ../Views/Admin/Configuration.rb:13
435
+ msgid "template_dir"
436
+ msgstr "Template dir"
437
+
438
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :diploma_dir
439
+ #.
440
+ #. Comes from file Views/Admin/Configuration.rb and line is show_field :diploma_dir
441
+ #: ../Entities/ConfigBase.rb:25
442
+ #: ../Views/Admin/Configuration.rb:14
443
+ msgid "diploma_dir"
444
+ msgstr "Diploma dir"
445
+
446
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :exam_dir
447
+ #.
448
+ #. Comes from file Views/Admin/Configuration.rb and line is show_field :exam_dir
449
+ #: ../Entities/ConfigBase.rb:26
450
+ #: ../Views/Admin/Configuration.rb:15
451
+ msgid "exam_dir"
452
+ msgstr "Exam dir"
453
+
454
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :presence_sheet
455
+ #.
456
+ #. Comes from file Views/Admin/Configuration.rb and line is show_list_drop :presence_sheet, 'ConfigBase.templates'
457
+ #: ../Entities/ConfigBase.rb:27
458
+ #: ../Views/Admin/Configuration.rb:18
459
+ msgid "presence_sheet"
460
+ msgstr "Presence sheet"
461
+
462
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :presence_sheet_small
463
+ #.
464
+ #. Comes from file Views/Admin/Configuration.rb and line is show_list_drop :presence_sheet_small, 'ConfigBase.templates'
465
+ #: ../Entities/ConfigBase.rb:28
466
+ #: ../Views/Admin/Configuration.rb:19
467
+ msgid "presence_sheet_small"
468
+ msgstr "Presence sheet small"
469
+
470
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :card_student
471
+ #.
472
+ #. Comes from file Views/Admin/Configuration.rb and line is show_list_drop :card_student, 'ConfigBase.templates'
473
+ #: ../Entities/ConfigBase.rb:29
474
+ #: ../Views/Admin/Configuration.rb:16
475
+ msgid "card_student"
476
+ msgstr "Student-card"
477
+
478
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :card_responsible
479
+ #.
480
+ #. Comes from file Views/Admin/Configuration.rb and line is show_list_drop :card_responsible, 'ConfigBase.templates'
481
+ #: ../Entities/ConfigBase.rb:30
482
+ #: ../Views/Admin/Configuration.rb:17
483
+ msgid "card_responsible"
484
+ msgstr "Responsible-card"
485
+
486
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :keep_idle_free
487
+ #: ../Entities/ConfigBase.rb:33
488
+ msgid "keep_idle_free"
489
+ msgstr "Keep idle free"
490
+
491
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :keep_idle_minutes
492
+ #: ../Entities/ConfigBase.rb:34
493
+ msgid "keep_idle_minutes"
494
+ msgstr "Keep idle minutes"
495
+
496
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :captive_dev
497
+ #: ../Entities/ConfigBase.rb:35
498
+ msgid "captive_dev"
499
+ msgstr "Captive device"
500
+
501
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :prerouting
502
+ #.
503
+ #. Comes from file Views/Network/Tables.rb and line is show_arg :prerouting, :width => 300
504
+ #: ../Entities/ConfigBase.rb:38
505
+ #: ../Views/Network/Tables.rb:11
506
+ msgid "prerouting"
507
+ msgstr "Pre-routing"
508
+
509
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :http_proxy
510
+ #: ../Entities/ConfigBase.rb:39
511
+ msgid "http_proxy"
512
+ msgstr "HTTP Proxy"
513
+
514
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :allow_dst
515
+ #: ../Entities/ConfigBase.rb:40
516
+ msgid "allow_dst"
517
+ msgstr "Allow Dst"
518
+
519
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :internal_ips
520
+ #: ../Entities/ConfigBase.rb:41
521
+ msgid "internal_ips"
522
+ msgstr "Internal IPs"
523
+
524
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :captive_dnat
525
+ #: ../Entities/ConfigBase.rb:42
526
+ msgid "captive_dnat"
527
+ msgstr "Captive DNAT"
528
+
529
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :openvpn_allow_double
530
+ #: ../Entities/ConfigBase.rb:43
531
+ msgid "openvpn_allow_double"
532
+ msgstr "OpenVPN allow double"
533
+
534
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :allow_src_direct
535
+ #: ../Entities/ConfigBase.rb:44
536
+ msgid "allow_src_direct"
537
+ msgstr "Allow SRC direct"
538
+
539
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :allow_src_proxy
540
+ #: ../Entities/ConfigBase.rb:45
541
+ msgid "allow_src_proxy"
542
+ msgstr "Allow SRC proxy"
543
+
544
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :allow_double
545
+ #: ../Entities/ConfigBase.rb:46
546
+ msgid "allow_double"
547
+ msgstr "Allow double"
548
+
549
+ #. Comes from file Entities/ConfigBase.rb and line is value_int :cost_base
550
+ #: ../Entities/ConfigBase.rb:49
551
+ msgid "cost_base"
552
+ msgstr "Cost base"
553
+
554
+ #. Comes from file Entities/ConfigBase.rb and line is value_int :cost_shared
555
+ #: ../Entities/ConfigBase.rb:50
556
+ msgid "cost_shared"
557
+ msgstr "Cost shared"
558
+
559
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :allow_free
560
+ #: ../Entities/ConfigBase.rb:51
561
+ msgid "allow_free"
562
+ msgstr "Allow free"
563
+
564
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :phone_main
565
+ #: ../Entities/ConfigBase.rb:52
566
+ msgid "phone_main"
567
+ msgstr "Phone"
568
+
569
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :start_loaded
570
+ #: ../Entities/ConfigBase.rb:53
571
+ msgid "start_loaded"
572
+ msgstr "Start loaded"
573
+
574
+ #. Comes from file Entities/ConfigBase.rb and line is value_entity_internetClass_empty_all :iclass_default, :drop, :name
575
+ #: ../Entities/ConfigBase.rb:56
576
+ msgid "iclass_default"
577
+ msgstr "Default Internet-class"
578
+
579
+ #. Comes from file Entities/ConfigBase.rb and line is value_text :connection_cmds_up
580
+ #: ../Entities/ConfigBase.rb:59
581
+ msgid "connection_cmds_up"
582
+ msgstr "Script connection up"
583
+
584
+ #. Comes from file Entities/ConfigBase.rb and line is value_text :connection_cmds_down
585
+ #: ../Entities/ConfigBase.rb:60
586
+ msgid "connection_cmds_down"
587
+ msgstr "Script connection down"
588
+
589
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :connection_services_up
590
+ #: ../Entities/ConfigBase.rb:61
591
+ msgid "connection_services_up"
592
+ msgstr "Services conection up"
593
+
594
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :connection_services_down
595
+ #: ../Entities/ConfigBase.rb:62
596
+ msgid "connection_services_down"
597
+ msgstr "Services connection down"
598
+
599
+ #. Comes from file Entities/ConfigBase.rb and line is value_str :connection_vpns
600
+ #: ../Entities/ConfigBase.rb:63
601
+ msgid "connection_vpns"
602
+ msgstr "Connection VPNs"
603
+
604
+ #. Comes from file Entities/ConfigBase.rb and line is value_entity_account :account_activities, :drop, :path
605
+ #: ../Entities/ConfigBase.rb:66
606
+ msgid "account_activities"
607
+ msgstr "Account activities"
608
+
609
+ #. Comes from file Entities/ConfigBase.rb and line is value_entity_account :account_services, :drop, :path
610
+ #: ../Entities/ConfigBase.rb:67
611
+ msgid "account_services"
612
+ msgstr "Account services"
613
+
614
+ #. Comes from file Entities/ConfigBase.rb and line is value_entity_account :account_lending, :drop, :path
615
+ #: ../Entities/ConfigBase.rb:68
616
+ msgid "account_lending"
617
+ msgstr "Account lending"
618
+
619
+ #. Comes from file Entities/ConfigBase.rb and line is value_entity_account :account_cash, :drop, :path
620
+ #.
621
+ #. Comes from file Entities/Person.rb and line is value_entity_account :account_cash
622
+ #.
623
+ #. Comes from file Views/Compta/Accounts.rb and line is show_arg :account_cash, :width => 400
624
+ #: ../Entities/ConfigBase.rb:69
625
+ #: ../Entities/Person.rb:55
626
+ #: ../Views/Compta/Accounts.rb:11
627
+ msgid "account_cash"
628
+ msgstr "Account cash"
629
+
630
+ #. Comes from file Entities/Course.rb and line is value_entity_courseType_ro_all :ctype, :drop, :name
631
+ #.
632
+ #. Comes from file Views/Template/CourseType.rb and line is vtlp_list :ctype, 'name', :flexheight => 1
633
+ #: ../Entities/Course.rb:22
634
+ #: ../Views/Template/CourseType.rb:16
635
+ msgid "ctype"
636
+ msgstr "Course type"
637
+
638
+ #. Comes from file Entities/Course.rb and line is value_date :start
639
+ #.
640
+ #. Comes from file Entities/Internet.rb and line is value_date :start
641
+ #.
642
+ #. Comes from file Entities/Worker.rb and line is value_date :start
643
+ #.
644
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_date :start
645
+ #.
646
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_date :start
647
+ #: ../Entities/Course.rb:26
648
+ #: ../Entities/Internet.rb:42
649
+ #: ../Entities/Worker.rb:9
650
+ #: ../Views/Internet/ClassUsers.rb:21
651
+ #: ../Views/Report/ComptaExecutive.rb:17
652
+ msgid "start"
653
+ msgstr "Start"
654
+
655
+ #. Comes from file Entities/Course.rb and line is value_date :end
656
+ #.
657
+ #. Comes from file Entities/Worker.rb and line is value_date :end
658
+ #: ../Entities/Course.rb:27
659
+ #: ../Entities/Worker.rb:10
660
+ msgid "end"
661
+ msgstr "End"
662
+
663
+ #. Comes from file Entities/Course.rb and line is value_date :sign
664
+ #: ../Entities/Course.rb:28
665
+ msgid "sign"
666
+ msgstr "Signing date"
667
+
668
+ #. Comes from file Entities/Course.rb and line is value_int :duration
669
+ #.
670
+ #. Comes from file Entities/CourseType.rb and line is value_str :duration
671
+ #.
672
+ #. Comes from file Entities/Internet.rb and line is value_int :duration
673
+ #.
674
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_int :duration
675
+ #.
676
+ #. Comes from file Views/Report/Usage.rb and line is show_list_drop :duration, '[[1, :day],[7, :week], [14, :bi_week],' +
677
+ #: ../Entities/Course.rb:29
678
+ #: ../Entities/CourseType.rb:11
679
+ #: ../Entities/Internet.rb:43
680
+ #: ../Views/Internet/ClassUsers.rb:22
681
+ #: ../Views/Report/Usage.rb:16
682
+ msgid "duration"
683
+ msgstr "Duration"
684
+
685
+ #. Comes from file Entities/Course.rb and line is value_list_drop :dow, '%w( lu-me-ve ma-je-sa lu-ve ma-sa )'
686
+ #: ../Entities/Course.rb:30
687
+ msgid "dow"
688
+ msgstr "Day of week"
689
+
690
+ #. Comes from file Entities/Course.rb and line is value_list_drop :hours, '%w( 9-12 16-18 9-11 )'
691
+ #: ../Entities/Course.rb:31
692
+ msgid "hours"
693
+ msgstr "Hours"
694
+
695
+ #. Comes from file Entities/Course.rb and line is value_entity_room_all :classroom, :drop, :name
696
+ #: ../Entities/Course.rb:32
697
+ msgid "classroom"
698
+ msgstr "Classroom"
699
+
700
+ #. Comes from file Entities/Course.rb and line is value_list :students
701
+ #.
702
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_entity_person :students, :multi, :full_name,
703
+ #.
704
+ #. Comes from file Views/Cashbox/Course.rb and line is show_entity_person :students, :single, :full_name,
705
+ #.
706
+ #. Comes from file Views/Course/Grade.rb and line is show_table :students, headings: %w(Name Grade Files Status),
707
+ #.
708
+ #. Comes from file Views/Course/Modify.rb and line is show_list :students, :width => 300, :flexheight => 1
709
+ #.
710
+ #. Comes from file Views/Course/Students.rb and line is show_list_single :students, :width => 300, :callback => true, :flexheight => 1
711
+ #: ../Entities/Course.rb:35
712
+ #: ../Views/Cashbox/Activity.rb:18
713
+ #: ../Views/Cashbox/Course.rb:15
714
+ #: ../Views/Course/Grade.rb:15
715
+ #: ../Views/Course/Modify.rb:41
716
+ #: ../Views/Course/Students.rb:14
717
+ msgid "students"
718
+ msgstr "Students"
719
+
720
+ #. Comes from file Entities/Course.rb and line is value_entity_person :teacher, :drop, :full_name
721
+ #: ../Entities/Course.rb:38
722
+ msgid "teacher"
723
+ msgstr "Teacher"
724
+
725
+ #. Comes from file Entities/Course.rb and line is value_entity_person_empty :assistant, :drop, :full_name
726
+ #: ../Entities/Course.rb:39
727
+ msgid "assistant"
728
+ msgstr "Assistant"
729
+
730
+ #. Comes from file Entities/Course.rb and line is value_entity_person :responsible, :drop, :full_name
731
+ #: ../Entities/Course.rb:40
732
+ msgid "responsible"
733
+ msgstr "Responsible"
734
+
735
+ #. Comes from file Entities/Course.rb and line is value_text :contents
736
+ #.
737
+ #. Comes from file Entities/CourseType.rb and line is value_text :contents
738
+ #: ../Entities/Course.rb:47
739
+ #: ../Entities/CourseType.rb:15
740
+ msgid "contents"
741
+ msgstr "Contents"
742
+
743
+ #. Comes from file Entities/Course.rb and line is value_int :salary_teacher
744
+ #.
745
+ #. Comes from file Entities/CourseType.rb and line is value_int :salary_teacher
746
+ #: ../Entities/Course.rb:50
747
+ #: ../Entities/CourseType.rb:32
748
+ msgid "salary_teacher"
749
+ msgstr "Teacher salary"
750
+
751
+ #. Comes from file Entities/Course.rb and line is value_int :salary_assistant
752
+ #: ../Entities/Course.rb:51
753
+ msgid "salary_assistant"
754
+ msgstr "Assistant salary"
755
+
756
+ #. Comes from file Entities/Course.rb and line is value_int :students_start
757
+ #: ../Entities/Course.rb:52
758
+ msgid "students_start"
759
+ msgstr "Students beginning"
760
+
761
+ #. Comes from file Entities/Course.rb and line is value_int :students_finish
762
+ #: ../Entities/Course.rb:53
763
+ msgid "students_finish"
764
+ msgstr "Students exam"
765
+
766
+ #. Comes from file Entities/Course.rb and line is value_int :cost_student
767
+ #.
768
+ #. Comes from file Entities/CourseType.rb and line is value_int :cost_student
769
+ #: ../Entities/Course.rb:54
770
+ #: ../Entities/CourseType.rb:33
771
+ msgid "cost_student"
772
+ msgstr "Cost student"
773
+
774
+ #. Comes from file Entities/Course.rb and line is value_int :entry_total
775
+ #: ../Entities/Course.rb:55
776
+ msgid "entry_total"
777
+ msgstr "Total"
778
+
779
+ #. Comes from file Entities/Course.rb and line is value_entity_account_empty :entries, :drop, :path
780
+ #.
781
+ #. Comes from file Views/Course/Stats.rb and line is show_arg :entries, :width => 500
782
+ #: ../Entities/Course.rb:58
783
+ #: ../Views/Course/Stats.rb:20
784
+ msgid "entries"
785
+ msgstr "Entries"
786
+
787
+ #. Comes from file Entities/CourseType.rb and line is value_str :file_diploma
788
+ #.
789
+ #. Comes from file Views/Template/CourseType.rb and line is show_list_drop :file_diploma, 'CourseTypes.files.sort', :width => 200
790
+ #: ../Entities/CourseType.rb:6
791
+ #: ../Views/Template/CourseType.rb:29
792
+ msgid "file_diploma"
793
+ msgstr "File diploma"
794
+
795
+ #. Comes from file Entities/CourseType.rb and line is value_str :file_exam
796
+ #.
797
+ #. Comes from file Views/Template/CourseType.rb and line is show_list_drop :file_exam, 'CourseTypes.files.sort', :width => 200
798
+ #: ../Entities/CourseType.rb:7
799
+ #: ../Views/Template/CourseType.rb:30
800
+ msgid "file_exam"
801
+ msgstr "File exam"
802
+
803
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :diploma_type, '%w( simple files accredited report )'
804
+ #: ../Entities/CourseType.rb:18
805
+ msgid "diploma_type"
806
+ msgstr "Diploma"
807
+
808
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :output, '%w( certificate label )'
809
+ #: ../Entities/CourseType.rb:19
810
+ msgid "output"
811
+ msgstr "Output"
812
+
813
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :diploma_lang, '%w( en fr )'
814
+ #: ../Entities/CourseType.rb:20
815
+ msgid "diploma_lang"
816
+ msgstr "Language"
817
+
818
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :page_format,
819
+ #: ../Entities/CourseType.rb:21
820
+ msgid "page_format"
821
+ msgstr "Format"
822
+
823
+ #. Comes from file Entities/CourseType.rb and line is value_list_drop :remark, '%w(false true)'
824
+ #.
825
+ #. Comes from file Entities/Grade.rb and line is value_str :remark
826
+ #.
827
+ #. Comes from file Views/Cashbox/Course.rb and line is show_str :remark
828
+ #.
829
+ #. Comes from file Views/Course/Grade.rb and line is show_str :remark
830
+ #: ../Entities/CourseType.rb:23
831
+ #: ../Entities/Grade.rb:11
832
+ #: ../Views/Cashbox/Course.rb:26
833
+ #: ../Views/Course/Grade.rb:28
834
+ msgid "remark"
835
+ msgstr "Remark"
836
+
837
+ #. Comes from file Entities/CourseType.rb and line is value_str :tests_str
838
+ #.
839
+ #. Comes from file Views/Template/CourseType.rb and line is show_text :tests_str, :flexheight => 1, :width => 200
840
+ #: ../Entities/CourseType.rb:26
841
+ #: ../Views/Template/CourseType.rb:36
842
+ msgid "tests_str"
843
+ msgstr "Tests"
844
+
845
+ #. Comes from file Entities/CourseType.rb and line is value_int :tests_nbr
846
+ #.
847
+ #. Comes from file Views/Template/CourseType.rb and line is show_int_ro :tests_nbr
848
+ #: ../Entities/CourseType.rb:27
849
+ #: ../Views/Template/CourseType.rb:35
850
+ msgid "tests_nbr"
851
+ msgstr "Tests nbr"
852
+
853
+ #. Comes from file Entities/CourseType.rb and line is value_str :files_str
854
+ #.
855
+ #. Comes from file Views/Template/CourseType.rb and line is show_text :files_str, :flexheight => 1, :width => 200
856
+ #: ../Entities/CourseType.rb:28
857
+ #: ../Views/Template/CourseType.rb:40
858
+ msgid "files_str"
859
+ msgstr "Files"
860
+
861
+ #. Comes from file Entities/CourseType.rb and line is value_int :files_nbr
862
+ #.
863
+ #. Comes from file Views/Template/CourseType.rb and line is show_int_ro :files_nbr
864
+ #: ../Entities/CourseType.rb:29
865
+ #: ../Views/Template/CourseType.rb:39
866
+ msgid "files_nbr"
867
+ msgstr "Files nbr"
868
+
869
+ #. Comes from file Entities/CourseType.rb and line is value_entity_account :account_base, :drop, :path
870
+ #.
871
+ #. Comes from file Views/Template/CourseType.rb and line is show_field :account_base
872
+ #.
873
+ #. Comes from file Views/Template/CourseType.rb and line is show_arg :account_base, :width => 400
874
+ #: ../Entities/CourseType.rb:36
875
+ #: ../Views/Template/CourseType.rb:44
876
+ #: ../Views/Template/CourseType.rb:45
877
+ msgid "account_base"
878
+ msgstr "Account base"
879
+
880
+ #. Comes from file Entities/DFiles.rb and line is value_int :dfile_id
881
+ #: ../Entities/DFiles.rb:10
882
+ msgid "dfile_id"
883
+ msgstr "Dfile id"
884
+
885
+ #. Comes from file Entities/DFiles.rb and line is value_str :desc_file
886
+ #: ../Entities/DFiles.rb:12
887
+ msgid "desc_file"
888
+ msgstr "Description"
889
+
890
+ #. Comes from file Entities/DFiles.rb and line is value_str :url_file
891
+ #: ../Entities/DFiles.rb:17
892
+ msgid "url_file"
893
+ msgstr "File-URL"
894
+
895
+ #. Comes from file Entities/DFiles.rb and line is value_str :save_file
896
+ #: ../Entities/DFiles.rb:18
897
+ msgid "save_file"
898
+ msgstr "Save"
899
+
900
+ #. Comes from file Entities/DFiles.rb and line is value_str :url_page
901
+ #: ../Entities/DFiles.rb:19
902
+ msgid "url_page"
903
+ msgstr "Page-URL"
904
+
905
+ #. Comes from file Entities/DFiles.rb and line is value_str :desc
906
+ #.
907
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_str :desc, :width => 300
908
+ #: ../Entities/DFiles.rb:20
909
+ #: ../Views/Report/ComptaFlat.rb:16
910
+ msgid "desc"
911
+ msgstr "Description"
912
+
913
+ #. Comes from file Entities/DFiles.rb and line is value_str :os
914
+ #: ../Entities/DFiles.rb:22
915
+ msgid "os"
916
+ msgstr "OS"
917
+
918
+ #. Comes from file Entities/DFiles.rb and line is value_str :category
919
+ #: ../Entities/DFiles.rb:23
920
+ msgid "category"
921
+ msgstr "Category"
922
+
923
+ #. Comes from file Entities/DFiles.rb and line is value_int :file_size
924
+ #: ../Entities/DFiles.rb:26
925
+ msgid "file_size"
926
+ msgstr "File size"
927
+
928
+ #. Comes from file Entities/DFiles.rb and line is value_int :limit_size
929
+ #: ../Entities/DFiles.rb:296
930
+ msgid "limit_size"
931
+ msgstr "Size limit"
932
+
933
+ #. Comes from file Entities/DFiles.rb and line is value_int :auto_update
934
+ #: ../Entities/DFiles.rb:299
935
+ msgid "auto_update"
936
+ msgstr "Auto-update"
937
+
938
+ #. Comes from file Entities/DFiles.rb and line is value_str :tags_str
939
+ #: ../Entities/DFiles.rb:331
940
+ msgid "tags_str"
941
+ msgstr "Tags"
942
+
943
+ #. Comes from file Entities/Grade.rb and line is value_entity_course :course
944
+ #.
945
+ #. Comes from file Views/Cashbox/Report.rb and line is show_entity_course :course, :single, :name,
946
+ #.
947
+ #. Comes from file Views/Report/ReportCourse.rb and line is show_entity_course :course, :single, :name,
948
+ #: ../Entities/Grade.rb:4
949
+ #: ../Views/Cashbox/Report.rb:15
950
+ #: ../Views/Report/ReportCourse.rb:13
951
+ msgid "course"
952
+ msgstr "Course"
953
+
954
+ #. Comes from file Entities/Grade.rb and line is value_entity_person :student
955
+ #: ../Entities/Grade.rb:5
956
+ msgid "student"
957
+ msgstr "Student"
958
+
959
+ #. Comes from file Entities/Grade.rb and line is value_int :random
960
+ #: ../Entities/Grade.rb:6
961
+ msgid "random"
962
+ msgstr "random"
963
+
964
+ #. Comes from file Entities/Grade.rb and line is value_list_int :means
965
+ #: ../Entities/Grade.rb:9
966
+ msgid "means"
967
+ msgstr "Means"
968
+
969
+ #. Comes from file Entities/Grade.rb and line is value_int :mean
970
+ #: ../Entities/Grade.rb:10
971
+ msgid "mean"
972
+ msgstr "Mean"
973
+
974
+ #. Comes from file Entities/Internet.rb and line is value_int :limit
975
+ #: ../Entities/Internet.rb:17
976
+ msgid "limit"
977
+ msgstr "Limit"
978
+
979
+ #. Comes from file Entities/Internet.rb and line is value_list_drop :type, '%w(unlimited limit_daily_mo limit_daily_min)'
980
+ #.
981
+ #. Comes from file Entities/Netdev.rb and line is value_list_drop :type, '%w( net host router modem )'
982
+ #.
983
+ #. Comes from file Views/Internet/ClassEdit.rb and line is show_arg :type, callback: true
984
+ #: ../Entities/Internet.rb:18
985
+ #: ../Entities/Netdev.rb:7
986
+ #: ../Views/Internet/ClassEdit.rb:15
987
+ msgid "type"
988
+ msgstr "Type"
989
+
990
+ #. Comes from file Entities/Internet.rb and line is value_entity_person :person
991
+ #.
992
+ #. Comes from file Entities/Task.rb and line is value_str :person
993
+ #.
994
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_entity_person :person, :single, :login_name, :callback => true
995
+ #.
996
+ #. Comes from file Views/Task/Edit.rb and line is show_list_drop :person, "Entities.Workers.list_full_name"
997
+ #.
998
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :person, "Entities.Workers.list_full_name"
999
+ #: ../Entities/Internet.rb:40
1000
+ #: ../Entities/Task.rb:7
1001
+ #: ../Views/Cashbox/Credit.rb:16
1002
+ #: ../Views/Task/Edit.rb:15
1003
+ #: ../Views/Task/List.rb:11
1004
+ msgid "person"
1005
+ msgstr "Person"
1006
+
1007
+ #. Comes from file Entities/Internet.rb and line is value_entity_internetClasses :iclass
1008
+ #.
1009
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_entity_internetClass_empty_all :iclass, :drop, :name
1010
+ #: ../Entities/Internet.rb:41
1011
+ #: ../Views/Internet/ClassUsers.rb:20
1012
+ msgid "iclass"
1013
+ msgstr "Internet-class"
1014
+
1015
+ #. Comes from file Entities/Netdev.rb and line is value_str :ip
1016
+ #.
1017
+ #. Comes from file Views/Special/Vnc.rb and line is show_str :ip
1018
+ #: ../Entities/Netdev.rb:4
1019
+ #: ../Views/Special/Vnc.rb:9
1020
+ msgid "ip"
1021
+ msgstr "IP"
1022
+
1023
+ #. Comes from file Entities/Netdev.rb and line is value_int :netlength
1024
+ #: ../Entities/Netdev.rb:5
1025
+ msgid "netlength"
1026
+ msgstr "NetPrefix"
1027
+
1028
+ #. Comes from file Entities/Netdev.rb and line is value_str :gateway
1029
+ #: ../Entities/Netdev.rb:6
1030
+ msgid "gateway"
1031
+ msgstr "Gateway"
1032
+
1033
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :first_name, :ldap_name => 'sn'
1034
+ #.
1035
+ #. Comes from file Views/Course/Grade.rb and line is show_str :first_name, :width => 150
1036
+ #.
1037
+ #. Comes from file Views/Course/Students.rb and line is show_str :first_name, :width => 150
1038
+ #.
1039
+ #. Comes from file Views/Person/Course.rb and line is show_str_ro :first_name
1040
+ #: ../Entities/Person.rb:34
1041
+ #: ../Views/Course/Grade.rb:24
1042
+ #: ../Views/Course/Students.rb:18
1043
+ #: ../Views/Person/Course.rb:11
1044
+ msgid "first_name"
1045
+ msgstr "First name"
1046
+
1047
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :family_name, :ldap_name => 'givenname'
1048
+ #.
1049
+ #. Comes from file Views/Course/Grade.rb and line is show_str :family_name
1050
+ #.
1051
+ #. Comes from file Views/Course/Students.rb and line is show_str :family_name
1052
+ #.
1053
+ #. Comes from file Views/Person/Course.rb and line is show_str_ro :family_name
1054
+ #: ../Entities/Person.rb:35
1055
+ #: ../Views/Course/Grade.rb:25
1056
+ #: ../Views/Course/Students.rb:19
1057
+ #: ../Views/Person/Course.rb:12
1058
+ msgid "family_name"
1059
+ msgstr "Family name"
1060
+
1061
+ #. Comes from file Entities/Person.rb and line is value_list_drop :gender, '%w( male female n/a )'
1062
+ #.
1063
+ #. Comes from file Views/Course/Grade.rb and line is show_list_drop :gender, '%w( male female n/a )'
1064
+ #.
1065
+ #. Comes from file Views/Course/Students.rb and line is show_list_drop :gender, '%w( male female n/a )'
1066
+ #: ../Entities/Person.rb:36
1067
+ #: ../Views/Course/Grade.rb:26
1068
+ #: ../Views/Course/Students.rb:20
1069
+ msgid "gender"
1070
+ msgstr "Gender"
1071
+
1072
+ #. Comes from file Entities/Person.rb and line is value_date :birthday
1073
+ #: ../Entities/Person.rb:37
1074
+ msgid "birthday"
1075
+ msgstr "Birthday"
1076
+
1077
+ #. Comes from file Entities/Person.rb and line is value_str :address
1078
+ #: ../Entities/Person.rb:38
1079
+ msgid "address"
1080
+ msgstr "Address"
1081
+
1082
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :town, :ldap_name => 'l'
1083
+ #: ../Entities/Person.rb:41
1084
+ msgid "town"
1085
+ msgstr "Town"
1086
+
1087
+ #. Comes from file Entities/Person.rb and line is value_str :profession
1088
+ #: ../Entities/Person.rb:43
1089
+ msgid "profession"
1090
+ msgstr "Profession"
1091
+
1092
+ #. Comes from file Entities/Person.rb and line is value_str :school_grade
1093
+ #: ../Entities/Person.rb:44
1094
+ msgid "school_grade"
1095
+ msgstr "School level"
1096
+
1097
+ #. Comes from file Entities/Person.rb and line is value_str :role_diploma
1098
+ #.
1099
+ #. Comes from file Views/Person/Center.rb and line is show_field :role_diploma
1100
+ #: ../Entities/Person.rb:49
1101
+ #: ../Views/Person/Center.rb:14
1102
+ msgid "role_diploma"
1103
+ msgstr "Role"
1104
+
1105
+ #. Comes from file Entities/Person.rb and line is value_list :permissions, 'Permission.list.sort'
1106
+ #.
1107
+ #. Comes from file Views/Person/Admin.rb and line is show_arg :permissions, :flexheight => 1
1108
+ #.
1109
+ #. Comes from file Views/Person/Center.rb and line is show_list :permissions, "%w( teacher center_director )"
1110
+ #: ../Entities/Person.rb:50
1111
+ #: ../Views/Person/Admin.rb:17
1112
+ #: ../Views/Person/Center.rb:15
1113
+ msgid "permissions"
1114
+ msgstr "Permissions"
1115
+
1116
+ #. Comes from file Entities/Person.rb and line is value_entity_account :account_due
1117
+ #: ../Entities/Person.rb:53
1118
+ msgid "account_due"
1119
+ msgstr "Account due"
1120
+
1121
+ #. Comes from file Entities/Person.rb and line is value_entity_account :account_due_paid
1122
+ #: ../Entities/Person.rb:54
1123
+ msgid "account_due_paid"
1124
+ msgstr "Account due paid"
1125
+
1126
+ #. Comes from file Entities/Person.rb and line is value_list :groups, '%w( freesurf sudo print localonly share ).sort'
1127
+ #.
1128
+ #. Comes from file Views/Internet/Access.rb and line is vtlp_list :groups, :name
1129
+ #.
1130
+ #. Comes from file Views/Person/Admin.rb and line is show_field :groups
1131
+ #: ../Entities/Person.rb:58
1132
+ #: ../Views/Internet/Access.rb:12
1133
+ #: ../Views/Person/Admin.rb:22
1134
+ msgid "groups"
1135
+ msgstr "Groups"
1136
+
1137
+ #. Comes from file Entities/Person.rb and line is value_list_single :internet_none, '[]'
1138
+ #: ../Entities/Person.rb:59
1139
+ msgid "internet_none"
1140
+ msgstr "Block internet"
1141
+
1142
+ #. Comes from file Entities/Person.rb and line is value_str_ro_LDAP :login_name, :ldap_name => 'uid'
1143
+ #.
1144
+ #. Comes from file Entities/Worker.rb and line is value_str :login_name
1145
+ #.
1146
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_str_ro :login_name
1147
+ #.
1148
+ #. Comes from file Views/Internet/Access.rb and line is show_str :login_name
1149
+ #.
1150
+ #. Comes from file Views/Person/Admin.rb and line is show_str_ro :login_name
1151
+ #.
1152
+ #. Comes from file Views/Person/Center.rb and line is show_str_ro :login_name
1153
+ #.
1154
+ #. Comes from file Views/Person/Modify.rb and line is show_str_ro :login_name, :width => 150
1155
+ #.
1156
+ #. Comes from file Views/Self/Email.rb and line is show_str_ro :login_name
1157
+ #: ../Entities/Person.rb:62
1158
+ #: ../Entities/Worker.rb:5
1159
+ #: ../Views/Cashbox/Credit.rb:22
1160
+ #: ../Views/Internet/Access.rb:26
1161
+ #: ../Views/Person/Admin.rb:14
1162
+ #: ../Views/Person/Center.rb:12
1163
+ #: ../Views/Person/Modify.rb:14
1164
+ #: ../Views/Self/Email.rb:10
1165
+ msgid "login_name"
1166
+ msgstr "Login"
1167
+
1168
+ #. Comes from file Entities/Person.rb and line is value_int_ro :internet_credit
1169
+ #.
1170
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_int_ro :internet_credit
1171
+ #.
1172
+ #. Comes from file Views/Self/Internet.rb and line is show_int_ro :internet_credit
1173
+ #: ../Entities/Person.rb:65
1174
+ #: ../Views/Cashbox/Credit.rb:24
1175
+ #: ../Views/Self/Internet.rb:16
1176
+ msgid "internet_credit"
1177
+ msgstr "Credit"
1178
+
1179
+ #. Comes from file Entities/Person.rb and line is value_int_ro :account_total_due
1180
+ #.
1181
+ #. Comes from file Views/Cashbox/Service.rb and line is show_int_ro :account_total_due
1182
+ #.
1183
+ #. Comes from file Views/Self/Cash.rb and line is show_int_ro :account_total_due, :width => 100
1184
+ #.
1185
+ #. Comes from file Views/Self/Services.rb and line is show_int_ro :account_total_due
1186
+ #: ../Entities/Person.rb:66
1187
+ #: ../Views/Cashbox/Service.rb:28
1188
+ #: ../Views/Self/Cash.rb:11
1189
+ #: ../Views/Self/Services.rb:26
1190
+ msgid "account_total_due"
1191
+ msgstr "Account due"
1192
+
1193
+ #. Comes from file Entities/Person.rb and line is value_str :acc_remote
1194
+ #: ../Entities/Person.rb:69
1195
+ msgid "acc_remote"
1196
+ msgstr "Remote account"
1197
+
1198
+ #. Comes from file Entities/Person.rb and line is value_str :acc_pass
1199
+ #: ../Entities/Person.rb:70
1200
+ msgid "acc_pass"
1201
+ msgstr "Account password"
1202
+
1203
+ #. Comes from file Entities/Person.rb and line is value_list_drop :acc_proto, '%w( POP3 IMAP )'
1204
+ #: ../Entities/Person.rb:71
1205
+ msgid "acc_proto"
1206
+ msgstr "Protocol"
1207
+
1208
+ #. Comes from file Entities/Person.rb and line is value_list_drop :acc_port, '%w( 110 993 995 )'
1209
+ #: ../Entities/Person.rb:72
1210
+ msgid "acc_port"
1211
+ msgstr "Port"
1212
+
1213
+ #. Comes from file Entities/Person.rb and line is value_list_drop :acc_supp, '["ssl keep", "ssl", "keep", ""]'
1214
+ #: ../Entities/Person.rb:73
1215
+ msgid "acc_supp"
1216
+ msgstr "Account connection"
1217
+
1218
+ #. Comes from file Entities/Person.rb and line is value_str :session_id
1219
+ #: ../Entities/Person.rb:76
1220
+ msgid "session_id"
1221
+ msgstr "Session id"
1222
+
1223
+ #. Comes from file Entities/Person.rb and line is value_str_LDAP :password, :ldap_name => 'userPassword'
1224
+ #.
1225
+ #. Comes from file Views/Special/Vnc.rb and line is show_str :password
1226
+ #: ../Entities/Person.rb:77
1227
+ #: ../Views/Special/Vnc.rb:10
1228
+ msgid "password"
1229
+ msgstr "Password"
1230
+
1231
+ #. Comes from file Entities/Person.rb and line is value_str :password_plain
1232
+ #.
1233
+ #. Comes from file Views/Person/Modify.rb and line is show_str_ro :password_plain
1234
+ #: ../Entities/Person.rb:78
1235
+ #: ../Views/Person/Modify.rb:25
1236
+ msgid "password_plain"
1237
+ msgstr "Password"
1238
+
1239
+ #. Comes from file Entities/Person.rb and line is value_int_LDAP :person_id, :ldap_name => 'uidnumber'
1240
+ #.
1241
+ #. Comes from file Entities/Worker.rb and line is value_int :person_id
1242
+ #.
1243
+ #. Comes from file Views/Person/Admin.rb and line is show_str_ro :person_id
1244
+ #.
1245
+ #. Comes from file Views/Person/Center.rb and line is show_str_ro :person_id
1246
+ #.
1247
+ #. Comes from file Views/Person/Modify.rb and line is show_str_ro :person_id
1248
+ #: ../Entities/Person.rb:79
1249
+ #: ../Entities/Worker.rb:4
1250
+ #: ../Views/Person/Admin.rb:15
1251
+ #: ../Views/Person/Center.rb:13
1252
+ #: ../Views/Person/Modify.rb:15
1253
+ msgid "person_id"
1254
+ msgstr "Person id"
1255
+
1256
+ #. Comes from file Entities/Plug.rb and line is value_str :internal_id
1257
+ #.
1258
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_arg :internal_id, :width => 150
1259
+ #: ../Entities/Plug.rb:3
1260
+ #: ../Views/Special/PlugEdit.rb:16
1261
+ msgid "internal_id"
1262
+ msgstr "Internal ID"
1263
+
1264
+ #. Comes from file Entities/Plug.rb and line is value_str :fixed_id
1265
+ #: ../Entities/Plug.rb:4
1266
+ msgid "fixed_id"
1267
+ msgstr "Fixed ID"
1268
+
1269
+ #. Comes from file Entities/Plug.rb and line is value_str :center_name
1270
+ #: ../Entities/Plug.rb:5
1271
+ msgid "center_name"
1272
+ msgstr "Name"
1273
+
1274
+ #. Comes from file Entities/Plug.rb and line is value_str :center_id
1275
+ #: ../Entities/Plug.rb:6
1276
+ msgid "center_id"
1277
+ msgstr "ID"
1278
+
1279
+ #. Comes from file Entities/Plug.rb and line is value_str :center_city
1280
+ #: ../Entities/Plug.rb:7
1281
+ msgid "center_city"
1282
+ msgstr "City"
1283
+
1284
+ #. Comes from file Entities/Plug.rb and line is value_str :ip_local
1285
+ #: ../Entities/Plug.rb:8
1286
+ msgid "ip_local"
1287
+ msgstr "Local IP"
1288
+
1289
+ #. Comes from file Entities/Plug.rb and line is value_date :installation
1290
+ #: ../Entities/Plug.rb:9
1291
+ msgid "installation"
1292
+ msgstr "Installation"
1293
+
1294
+ #. Comes from file Entities/Plug.rb and line is value_str :telephone
1295
+ #: ../Entities/Plug.rb:10
1296
+ msgid "telephone"
1297
+ msgstr "Telephone"
1298
+
1299
+ #. Comes from file Entities/Plug.rb and line is value_str :credit
1300
+ #.
1301
+ #. Comes from file Views/Internet/Mobile.rb and line is show_int_ro :credit
1302
+ #: ../Entities/Plug.rb:11
1303
+ #: ../Views/Internet/Mobile.rb:25
1304
+ msgid "credit"
1305
+ msgstr "Credit"
1306
+
1307
+ #. Comes from file Entities/Plug.rb and line is value_str :internet_left
1308
+ #: ../Entities/Plug.rb:12
1309
+ msgid "internet_left"
1310
+ msgstr "Internet left"
1311
+
1312
+ #. Comes from file Entities/Plug.rb and line is value_list_drop :model, '%w(DreamPlug08 DreamPlug10 Smileplug
1313
+ #: ../Entities/Plug.rb:13
1314
+ msgid "model"
1315
+ msgstr "Model"
1316
+
1317
+ #. Comes from file Entities/Plug.rb and line is value_int :storage_size
1318
+ #: ../Entities/Plug.rb:15
1319
+ msgid "storage_size"
1320
+ msgstr "Storage size"
1321
+
1322
+ #. Comes from file Entities/Plug.rb and line is value_list :msg_type, '%w( sms email rpc credit )'
1323
+ #: ../Entities/Plug.rb:94
1324
+ msgid "msg_type"
1325
+ msgstr "Msg"
1326
+
1327
+ #. Comes from file Entities/Plug.rb and line is value_list :msg_dir, '%w( send rcv )'
1328
+ #: ../Entities/Plug.rb:95
1329
+ msgid "msg_dir"
1330
+ msgstr "Direction"
1331
+
1332
+ #. Comes from file Entities/Plug.rb and line is value_entity :plug
1333
+ #: ../Entities/Plug.rb:96
1334
+ msgid "plug"
1335
+ msgstr "Plug type"
1336
+
1337
+ #. Comes from file Entities/Quiz.rb and line is value_str :full_name
1338
+ #.
1339
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_str :full_name
1340
+ #.
1341
+ #. Comes from file Views/Cashbox/Course.rb and line is show_str :full_name
1342
+ #.
1343
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_str_ro :full_name
1344
+ #.
1345
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_str :full_name
1346
+ #.
1347
+ #. Comes from file Views/Self/Concours.rb and line is show_str :full_name, :width => 300
1348
+ #: ../Entities/Quiz.rb:4
1349
+ #: ../Views/Cashbox/Activity.rb:20
1350
+ #: ../Views/Cashbox/Course.rb:17
1351
+ #: ../Views/Cashbox/Credit.rb:23
1352
+ #: ../Views/Cashbox/Credit.rb:29
1353
+ #: ../Views/Self/Concours.rb:13
1354
+ msgid "full_name"
1355
+ msgstr "Full name"
1356
+
1357
+ #. Comes from file Entities/Quiz.rb and line is value_str :reply
1358
+ #: ../Entities/Quiz.rb:5
1359
+ msgid "reply"
1360
+ msgstr "Reply"
1361
+
1362
+ #. Comes from file Entities/Quiz.rb and line is value_int :score
1363
+ #: ../Entities/Quiz.rb:6
1364
+ msgid "score"
1365
+ msgstr "Score"
1366
+
1367
+ #. Comes from file Entities/Recharges.rb and line is value_int :volume
1368
+ #: ../Entities/Recharges.rb:4
1369
+ msgid "volume"
1370
+ msgstr "Traffic"
1371
+
1372
+ #. Comes from file Entities/Recharges.rb and line is value_int :days_valid
1373
+ #: ../Entities/Recharges.rb:5
1374
+ msgid "days_valid"
1375
+ msgstr "Validity"
1376
+
1377
+ #. Comes from file Entities/Recharges.rb and line is value_int :days_goal
1378
+ #: ../Entities/Recharges.rb:6
1379
+ msgid "days_goal"
1380
+ msgstr "Days goal"
1381
+
1382
+ #. Comes from file Entities/Report.rb and line is value_entity_account :root, :drop, :path
1383
+ #.
1384
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_entity_account :root, :drop, :width => 400,
1385
+ #: ../Entities/Report.rb:3
1386
+ #: ../Views/Report/ComptaExecutive.rb:32
1387
+ msgid "root"
1388
+ msgstr "Root"
1389
+
1390
+ #. Comes from file Entities/Report.rb and line is value_entity_account :account, :drop, :path
1391
+ #.
1392
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_entity_account :account, :drop
1393
+ #: ../Entities/Report.rb:4
1394
+ #: ../Views/Report/ComptaExecutive.rb:34
1395
+ msgid "account"
1396
+ msgstr "Account"
1397
+
1398
+ #. Comes from file Entities/Report.rb and line is value_int :level
1399
+ #.
1400
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_int :level
1401
+ #: ../Entities/Report.rb:5
1402
+ #: ../Views/Report/ComptaExecutive.rb:35
1403
+ msgid "level"
1404
+ msgstr "Level"
1405
+
1406
+ #. Comes from file Entities/Report.rb and line is value_list_entity_reportAccounts :accounts
1407
+ #.
1408
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_entity_reportAccount :accounts, :single,
1409
+ #: ../Entities/Report.rb:13
1410
+ #: ../Views/Report/ComptaExecutive.rb:24
1411
+ msgid "accounts"
1412
+ msgstr "Accounts"
1413
+
1414
+ #. Comes from file Entities/Room.rb and line is value_int :size
1415
+ #: ../Entities/Room.rb:7
1416
+ msgid "size"
1417
+ msgstr "Size"
1418
+
1419
+ #. Comes from file Entities/Room.rb and line is value_str :ip_net
1420
+ #: ../Entities/Room.rb:8
1421
+ msgid "ip_net"
1422
+ msgstr "IP_net"
1423
+
1424
+ #. Comes from file Entities/SMS.rb and line is value_date :date
1425
+ #.
1426
+ #. Comes from file Entities/Task.rb and line is value_date :date
1427
+ #.
1428
+ #. Comes from file Views/Cashbox/Service.rb and line is show_date :date
1429
+ #: ../Entities/SMS.rb:5
1430
+ #: ../Entities/Task.rb:11
1431
+ #: ../Views/Cashbox/Service.rb:23
1432
+ msgid "date"
1433
+ msgstr "Date"
1434
+
1435
+ #. Comes from file Entities/SMS.rb and line is value_txt :text
1436
+ #: ../Entities/SMS.rb:7
1437
+ msgid "text"
1438
+ msgstr "Text"
1439
+
1440
+ #. Comes from file Entities/SMS.rb and line is value_int :index
1441
+ #: ../Entities/SMS.rb:8
1442
+ msgid "index"
1443
+ msgstr "Index"
1444
+
1445
+ #. Comes from file Entities/ScheduleType.rb and line is value_str :schedule
1446
+ #: ../Entities/ScheduleType.rb:4
1447
+ msgid "schedule"
1448
+ msgstr "Schedule"
1449
+
1450
+ #. Comes from file Entities/Share.rb and line is value_str :path
1451
+ #: ../Entities/Share.rb:7
1452
+ msgid "path"
1453
+ msgstr "Path"
1454
+
1455
+ #. Comes from file Entities/Share.rb and line is value_str :force_user
1456
+ #: ../Entities/Share.rb:9
1457
+ msgid "force_user"
1458
+ msgstr "force_user"
1459
+
1460
+ #. Comes from file Entities/Share.rb and line is value_str :force_group
1461
+ #: ../Entities/Share.rb:10
1462
+ msgid "force_group"
1463
+ msgstr "force_group"
1464
+
1465
+ #. Comes from file Entities/Share.rb and line is value_list_drop :public, '%w( No Read ReadWrite )'
1466
+ #: ../Entities/Share.rb:12
1467
+ msgid "public"
1468
+ msgstr "Public"
1469
+
1470
+ #. Comes from file Entities/Share.rb and line is value_str :acl
1471
+ #: ../Entities/Share.rb:15
1472
+ msgid "acl"
1473
+ msgstr "ACL"
1474
+
1475
+ #. Comes from file Entities/Task.rb and line is value_str :date_name
1476
+ #: ../Entities/Task.rb:3
1477
+ msgid "date_name"
1478
+ msgstr "Date"
1479
+
1480
+ #. Comes from file Entities/Task.rb and line is value_str :client
1481
+ #.
1482
+ #. Comes from file Views/Task/Edit.rb and line is show_list_drop :client, "Entities.Clients.list_name"
1483
+ #.
1484
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :client, "Entities.Clients.list_name"
1485
+ #: ../Entities/Task.rb:6
1486
+ #: ../Views/Task/Edit.rb:14
1487
+ #: ../Views/Task/List.rb:12
1488
+ msgid "client"
1489
+ msgstr "Client"
1490
+
1491
+ #. Comes from file Entities/Task.rb and line is value_entity_person :worker, :drop, :full_name
1492
+ #: ../Entities/Task.rb:8
1493
+ msgid "worker"
1494
+ msgstr "Worker"
1495
+
1496
+ #. Comes from file Entities/Task.rb and line is value_int :duration_hours
1497
+ #: ../Entities/Task.rb:13
1498
+ msgid "duration_hours"
1499
+ msgstr "Duration"
1500
+
1501
+ #. Comes from file Entities/Task.rb and line is value_text :work
1502
+ #.
1503
+ #. Comes from file Entities/Ticket.rb and line is value_text :work
1504
+ #: ../Entities/Task.rb:14
1505
+ #: ../Entities/Ticket.rb:18
1506
+ msgid "work"
1507
+ msgstr "Work"
1508
+
1509
+ #. Comes from file Entities/Task.rb and line is value_int :transport_length
1510
+ #: ../Entities/Task.rb:17
1511
+ msgid "transport_length"
1512
+ msgstr "Transport duration"
1513
+
1514
+ #. Comes from file Entities/Task.rb and line is value_list_single :transport_type, "%w( moto voiture taxi )"
1515
+ #: ../Entities/Task.rb:18
1516
+ msgid "transport_type"
1517
+ msgstr "Transport type"
1518
+
1519
+ #. Comes from file Entities/Task.rb and line is value_str :cost_description
1520
+ #: ../Entities/Task.rb:20
1521
+ msgid "cost_description"
1522
+ msgstr "Description"
1523
+
1524
+ #. Comes from file Entities/Task.rb and line is value_int :gain
1525
+ #: ../Entities/Task.rb:21
1526
+ msgid "gain"
1527
+ msgstr "Gain"
1528
+
1529
+ #. Comes from file Entities/Task.rb and line is value_str :gain_description
1530
+ #: ../Entities/Task.rb:22
1531
+ msgid "gain_description"
1532
+ msgstr "Description"
1533
+
1534
+ #. Comes from file Entities/Ticket.rb and line is value_date :opened
1535
+ #: ../Entities/Ticket.rb:6
1536
+ msgid "opened"
1537
+ msgstr "Opened"
1538
+
1539
+ #. Comes from file Entities/Ticket.rb and line is value_date :closed
1540
+ #: ../Entities/Ticket.rb:7
1541
+ msgid "closed"
1542
+ msgstr "Closed"
1543
+
1544
+ #. Comes from file Entities/Ticket.rb and line is value_list_drop :severity, "%w( critique grave moyen optionnel )"
1545
+ #: ../Entities/Ticket.rb:8
1546
+ msgid "severity"
1547
+ msgstr "Severity"
1548
+
1549
+ #. Comes from file Entities/Ticket.rb and line is value_str_ro :created_by
1550
+ #: ../Entities/Ticket.rb:9
1551
+ msgid "created_by"
1552
+ msgstr "Created by"
1553
+
1554
+ #. Comes from file Entities/Ticket.rb and line is value_entity_person_empty :assigned, :drop, :full_name,
1555
+ #: ../Entities/Ticket.rb:10
1556
+ msgid "assigned"
1557
+ msgstr "Assigned"
1558
+
1559
+ #. Comes from file Entities/Ticket.rb and line is value_entity_computer_empty :computer, :drop, :name_service
1560
+ #: ../Entities/Ticket.rb:12
1561
+ msgid "computer"
1562
+ msgstr "Computer"
1563
+
1564
+ #. Comes from file Entities/Ticket.rb and line is value_str :other
1565
+ #: ../Entities/Ticket.rb:13
1566
+ msgid "other"
1567
+ msgstr "Other"
1568
+
1569
+ #. Comes from file Entities/Ticket.rb and line is value_text :todo
1570
+ #: ../Entities/Ticket.rb:16
1571
+ msgid "todo"
1572
+ msgstr "TODO"
1573
+
1574
+ #. Comes from file Entities/Ticket.rb and line is value_text :verification
1575
+ #: ../Entities/Ticket.rb:17
1576
+ msgid "verification"
1577
+ msgstr "Verification"
1578
+
1579
+ #. Comes from file Entities/Ticket.rb and line is vtlp_list :ticket_list, method, :width => 150
1580
+ #: ../Entities/Ticket.rb:47
1581
+ msgid "ticket_list"
1582
+ msgstr "Ticket list"
1583
+
1584
+ #. Comes from file Entities/Ticket.rb and line is show_button :new_ticket, :delete
1585
+ #: ../Entities/Ticket.rb:49
1586
+ msgid "new_ticket"
1587
+ msgstr "New"
1588
+
1589
+ #. Comes from file Entities/Ticket.rb and line is show_button :new_ticket, :delete
1590
+ #.
1591
+ #. Comes from file Entities/Ticket.rb and line is show_button :delete
1592
+ #.
1593
+ #. Comes from file Views/Admin/Printer.rb and line is show_button :delete, :add
1594
+ #.
1595
+ #. Comes from file Views/Admin/Update.rb and line is show_button :update, :delete
1596
+ #.
1597
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_button :pay_act, :delete
1598
+ #.
1599
+ #. Comes from file Views/Cashbox/Course.rb and line is show_button :pay, :delete, :move
1600
+ #.
1601
+ #. Comes from file Views/Cashbox/Report.rb and line is show_button :delete
1602
+ #.
1603
+ #. Comes from file Views/Course/Responsible.rb and line is show_button :new, :delete, :save
1604
+ #.
1605
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :search, :delete, :add, :import
1606
+ #.
1607
+ #. Comes from file Views/Internet/Access.rb and line is show_button :new, :delete
1608
+ #.
1609
+ #. Comes from file Views/Internet/ClassEdit.rb and line is show_button :new, :delete
1610
+ #.
1611
+ #. Comes from file Views/Internet/Recharges.rb and line is show_button :new, :delete
1612
+ #.
1613
+ #. Comes from file Views/Inventory/Computer.rb and line is show_button :new, :delete
1614
+ #.
1615
+ #. Comes from file Views/Inventory/Room.rb and line is show_button :new, :delete
1616
+ #.
1617
+ #. Comes from file Views/Network/Netdevs.rb and line is show_button :delete, :new
1618
+ #.
1619
+ #. Comes from file Views/Network/Share.rb and line is show_button :new, :delete
1620
+ #.
1621
+ #. Comes from file Views/Person/Course.rb and line is show_button :add, :delete
1622
+ #.
1623
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :start_search, :delete, :add
1624
+ #.
1625
+ #. Comes from file Views/Report/UsageCases.rb and line is show_button :delete, :new
1626
+ #.
1627
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_button :delete, :new
1628
+ #.
1629
+ #. Comes from file Views/Task/Client.rb and line is show_button :delete
1630
+ #.
1631
+ #. Comes from file Views/Task/Edit.rb and line is show_button :delete
1632
+ #.
1633
+ #. Comes from file Views/Task/Worker.rb and line is show_button :delete
1634
+ #.
1635
+ #. Comes from file Views/Template/Activity.rb and line is show_button :new, :delete
1636
+ #.
1637
+ #. Comes from file Views/Template/CourseType.rb and line is show_button :new, :delete
1638
+ #: ../Entities/Ticket.rb:49
1639
+ #: ../Entities/Ticket.rb:51
1640
+ #: ../Views/Admin/Printer.rb:10
1641
+ #: ../Views/Admin/Update.rb:10
1642
+ #: ../Views/Cashbox/Activity.rb:30
1643
+ #: ../Views/Cashbox/Course.rb:29
1644
+ #: ../Views/Cashbox/Report.rb:23
1645
+ #: ../Views/Course/Responsible.rb:13
1646
+ #: ../Views/Course/Tabs.rb:11
1647
+ #: ../Views/Internet/Access.rb:13
1648
+ #: ../Views/Internet/ClassEdit.rb:11
1649
+ #: ../Views/Internet/Recharges.rb:12
1650
+ #: ../Views/Inventory/Computer.rb:9
1651
+ #: ../Views/Inventory/Room.rb:9
1652
+ #: ../Views/Network/Netdevs.rb:13
1653
+ #: ../Views/Network/Share.rb:21
1654
+ #: ../Views/Person/Course.rb:14
1655
+ #: ../Views/Person/Tabs.rb:10
1656
+ #: ../Views/Report/UsageCases.rb:17
1657
+ #: ../Views/Special/PlugEdit.rb:12
1658
+ #: ../Views/Task/Client.rb:10
1659
+ #: ../Views/Task/Edit.rb:11
1660
+ #: ../Views/Task/Worker.rb:10
1661
+ #: ../Views/Template/Activity.rb:16
1662
+ #: ../Views/Template/CourseType.rb:17
1663
+ msgid "delete"
1664
+ msgstr "Delete"
1665
+
1666
+ #. Comes from file Entities/Ticket.rb and line is show_button :save_ticket
1667
+ #: ../Entities/Ticket.rb:65
1668
+ msgid "save_ticket"
1669
+ msgstr "Save"
1670
+
1671
+ #. Comes from file Entities/Ticket.rb and line is show_button :save
1672
+ #.
1673
+ #. Comes from file Views/Admin/Configuration.rb and line is show_button :save
1674
+ #.
1675
+ #. Comes from file Views/Admin/Function.rb and line is show_button :save
1676
+ #.
1677
+ #. Comes from file Views/Admin/Printer.rb and line is show_button :save
1678
+ #.
1679
+ #. Comes from file Views/Compta/Accounts.rb and line is show_button :save
1680
+ #.
1681
+ #. Comes from file Views/Compta/Course.rb and line is show_button :new_account_path, :save
1682
+ #.
1683
+ #. Comes from file Views/Course/Grade.rb and line is show_button :save, :upload
1684
+ #.
1685
+ #. Comes from file Views/Course/Modify.rb and line is show_button :save
1686
+ #.
1687
+ #. Comes from file Views/Course/Responsible.rb and line is show_button :new, :delete, :save
1688
+ #.
1689
+ #. Comes from file Views/Course/Stats.rb and line is show_button :save, :create_account
1690
+ #.
1691
+ #. Comes from file Views/Course/Students.rb and line is show_button :save
1692
+ #.
1693
+ #. Comes from file Views/Internet/Access.rb and line is show_button :save, :add_time, :delete_time
1694
+ #.
1695
+ #. Comes from file Views/Internet/ClassEdit.rb and line is show_button :save
1696
+ #.
1697
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_button :save
1698
+ #.
1699
+ #. Comes from file Views/Internet/Recharges.rb and line is show_button :save
1700
+ #.
1701
+ #. Comes from file Views/Inventory/Computer.rb and line is show_button :save
1702
+ #.
1703
+ #. Comes from file Views/Inventory/Room.rb and line is show_button :save
1704
+ #.
1705
+ #. Comes from file Views/Library/Person.rb and line is show_button :save
1706
+ #.
1707
+ #. Comes from file Views/Network/Netdevs.rb and line is show_button :save
1708
+ #.
1709
+ #. Comes from file Views/Person/Admin.rb and line is show_button :save
1710
+ #.
1711
+ #. Comes from file Views/Person/Center.rb and line is show_button :save
1712
+ #.
1713
+ #. Comes from file Views/Person/Modify.rb and line is show_button :save, :print
1714
+ #.
1715
+ #. Comes from file Views/Report/UsageCases.rb and line is show_button :save
1716
+ #.
1717
+ #. Comes from file Views/Self/Email.rb and line is show_button :save
1718
+ #.
1719
+ #. Comes from file Views/Self/Show.rb and line is show_button :save
1720
+ #.
1721
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_button :save
1722
+ #.
1723
+ #. Comes from file Views/Task/Client.rb and line is show_button :new, :save
1724
+ #.
1725
+ #. Comes from file Views/Task/Edit.rb and line is show_button :save, :new
1726
+ #.
1727
+ #. Comes from file Views/Task/Worker.rb and line is show_button :new, :save
1728
+ #.
1729
+ #. Comes from file Views/Template/Activity.rb and line is show_button :save
1730
+ #.
1731
+ #. Comes from file Views/Template/CourseType.rb and line is show_button :save
1732
+ #.
1733
+ #. Comes from file Views/Template/ScheduleType.rb and line is show_button :save, :render
1734
+ #: ../Entities/Ticket.rb:67
1735
+ #: ../Views/Admin/Configuration.rb:29
1736
+ #: ../Views/Admin/Function.rb:16
1737
+ #: ../Views/Admin/Printer.rb:16
1738
+ #: ../Views/Compta/Accounts.rb:13
1739
+ #: ../Views/Compta/Course.rb:20
1740
+ #: ../Views/Course/Grade.rb:36
1741
+ #: ../Views/Course/Modify.rb:78
1742
+ #: ../Views/Course/Responsible.rb:13
1743
+ #: ../Views/Course/Stats.rb:21
1744
+ #: ../Views/Course/Students.rb:21
1745
+ #: ../Views/Internet/Access.rb:22
1746
+ #: ../Views/Internet/ClassEdit.rb:16
1747
+ #: ../Views/Internet/ClassUsers.rb:23
1748
+ #: ../Views/Internet/Recharges.rb:16
1749
+ #: ../Views/Inventory/Computer.rb:16
1750
+ #: ../Views/Inventory/Room.rb:14
1751
+ #: ../Views/Library/Person.rb:13
1752
+ #: ../Views/Network/Netdevs.rb:17
1753
+ #: ../Views/Person/Admin.rb:26
1754
+ #: ../Views/Person/Center.rb:16
1755
+ #: ../Views/Person/Modify.rb:19
1756
+ #: ../Views/Report/UsageCases.rb:24
1757
+ #: ../Views/Self/Email.rb:13
1758
+ #: ../Views/Self/Show.rb:11
1759
+ #: ../Views/Special/PlugEdit.rb:17
1760
+ #: ../Views/Task/Client.rb:17
1761
+ #: ../Views/Task/Edit.rb:19
1762
+ #: ../Views/Task/Worker.rb:17
1763
+ #: ../Views/Template/Activity.rb:24
1764
+ #: ../Views/Template/CourseType.rb:47
1765
+ #: ../Views/Template/ScheduleType.rb:16
1766
+ msgid "save"
1767
+ msgstr "Save"
1768
+
1769
+ #. Comes from file Entities/Usage.rb and line is value_str :file_dir
1770
+ #.
1771
+ #. Comes from file Views/Report/UsageCases.rb and line is show_str :file_dir
1772
+ #: ../Entities/Usage.rb:10
1773
+ #: ../Views/Report/UsageCases.rb:21
1774
+ msgid "file_dir"
1775
+ msgstr "File directory"
1776
+
1777
+ #. Comes from file Entities/Usage.rb and line is value_str :file_glob
1778
+ #.
1779
+ #. Comes from file Views/Report/UsageCases.rb and line is show_str :file_glob
1780
+ #: ../Entities/Usage.rb:11
1781
+ #: ../Views/Report/UsageCases.rb:22
1782
+ msgid "file_glob"
1783
+ msgstr "File glob"
1784
+
1785
+ #. Comes from file Entities/Usage.rb and line is value_str :file_filter
1786
+ #.
1787
+ #. Comes from file Views/Report/UsageCases.rb and line is show_text :file_filter, :flexwidth => 1, :flexheight => 1
1788
+ #: ../Entities/Usage.rb:21
1789
+ #: ../Views/Report/UsageCases.rb:23
1790
+ msgid "file_filter"
1791
+ msgstr "File filter"
1792
+
1793
+ #. Comes from file Entities/Worker.rb and line is value_list_drop :function, "%w( assistant expert )"
1794
+ #: ../Entities/Worker.rb:8
1795
+ msgid "function"
1796
+ msgstr "Function"
1797
+
1798
+ #. Comes from file Views/Admin/Backup.rb and line is class AdminBackup < View
1799
+ #: ../Views/Admin/Backup.rb:9
1800
+ msgid "AdminBackup"
1801
+ msgstr "Backup"
1802
+
1803
+ #. Comes from file Views/Admin/Backup.rb and line is show_list_single :backups, 'View.AdminBackup.list_backups', :width => 400
1804
+ #: ../Views/Admin/Backup.rb:16
1805
+ msgid "backups"
1806
+ msgstr "Backups"
1807
+
1808
+ #. Comes from file Views/Admin/Backup.rb and line is show_upload :upload_backup, callback: true
1809
+ #: ../Views/Admin/Backup.rb:17
1810
+ msgid "upload_backup"
1811
+ msgstr "Upload"
1812
+
1813
+ #. Comes from file Views/Admin/Backup.rb and line is show_button :do_backup, :do_restore, :do_download
1814
+ #: ../Views/Admin/Backup.rb:18
1815
+ msgid "do_backup"
1816
+ msgstr "Backup"
1817
+
1818
+ #. Comes from file Views/Admin/Backup.rb and line is show_button :do_backup, :do_restore, :do_download
1819
+ #: ../Views/Admin/Backup.rb:18
1820
+ msgid "do_restore"
1821
+ msgstr "Restore"
1822
+
1823
+ #. Comes from file Views/Admin/Backup.rb and line is show_button :do_backup, :do_restore, :do_download
1824
+ #: ../Views/Admin/Backup.rb:18
1825
+ msgid "do_download"
1826
+ msgstr "Download"
1827
+
1828
+ #. Comes from file Views/Admin/Backup.rb and line is show_html :txt
1829
+ #.
1830
+ #. Comes from file Views/Admin/Power.rb and line is show_html :txt
1831
+ #.
1832
+ #. Comes from file Views/Course/Grade.rb and line is show_html :txt
1833
+ #.
1834
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_html :txt
1835
+ #.
1836
+ #. Comes from file Views/Self/Concours.rb and line is show_html :txt
1837
+ #: ../Views/Admin/Backup.rb:22
1838
+ #: ../Views/Admin/Power.rb:18
1839
+ #: ../Views/Course/Grade.rb:40
1840
+ #: ../Views/Report/ComptaFlat.rb:20
1841
+ #: ../Views/Self/Concours.rb:53
1842
+ msgid "txt"
1843
+ msgstr "Text"
1844
+
1845
+ #. Comes from file Views/Admin/Backup.rb and line is show_button :restore, :close
1846
+ #.
1847
+ #. Comes from file Views/Admin/FilesSave.rb and line is show_button :close
1848
+ #.
1849
+ #. Comes from file Views/Admin/Server.rb and line is show_button :download, :close
1850
+ #.
1851
+ #. Comes from file Views/Admin/Update.rb and line is show_button :confirm_ok, :close
1852
+ #.
1853
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_button :print_next, :close
1854
+ #.
1855
+ #. Comes from file Views/Cashbox/Course.rb and line is show_button :close
1856
+ #.
1857
+ #. Comes from file Views/Cashbox/Course.rb and line is show_button :close, :do_move
1858
+ #.
1859
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_button :win_add_person, :close
1860
+ #.
1861
+ #. Comes from file Views/Cashbox/Report.rb and line is show_button :close
1862
+ #.
1863
+ #. Comes from file Views/Compta/Course.rb and line is show_button :assign_new_account, :add_archives, :close
1864
+ #.
1865
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :close
1866
+ #.
1867
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :close
1868
+ #.
1869
+ #. Comes from file Views/Course/Grade.rb and line is show_button :close
1870
+ #.
1871
+ #. Comes from file Views/Course/Grade.rb and line is show_button :close
1872
+ #.
1873
+ #. Comes from file Views/Course/Grade.rb and line is show_button :close
1874
+ #.
1875
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_students, :close
1876
+ #.
1877
+ #. Comes from file Views/Course/Modify.rb and line is show_button :close
1878
+ #.
1879
+ #. Comes from file Views/Course/Modify.rb and line is show_button :print_next, :close
1880
+ #.
1881
+ #. Comes from file Views/Course/Modify.rb and line is show_button :do_transfer, :close
1882
+ #.
1883
+ #. Comes from file Views/Course/Modify.rb and line is show_button :wen_save, :close
1884
+ #.
1885
+ #. Comes from file Views/Course/Print.rb and line is show_button :close
1886
+ #.
1887
+ #. Comes from file Views/Course/Print.rb and line is show_button :close
1888
+ #.
1889
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :close
1890
+ #.
1891
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :add_missing, :close
1892
+ #.
1893
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :new_course, :close
1894
+ #.
1895
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :confirm_delete, :close
1896
+ #.
1897
+ #. Comes from file Views/Network/Share.rb and line is show_button :close
1898
+ #.
1899
+ #. Comes from file Views/Person/Course.rb and line is show_button :add_course, :close
1900
+ #.
1901
+ #. Comes from file Views/Person/Modify.rb and line is show_button :next_page, :close
1902
+ #.
1903
+ #. Comes from file Views/Person/Modify.rb and line is show_button :close
1904
+ #.
1905
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :add_person, :close
1906
+ #.
1907
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :close
1908
+ #.
1909
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :confirm_delete, :close
1910
+ #.
1911
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_add_win, :account_save_win, :close
1912
+ #.
1913
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :report_add_win, :close
1914
+ #.
1915
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_button :close
1916
+ #.
1917
+ #. Comes from file Views/Self/Concours.rb and line is show_button :close
1918
+ #: ../Views/Admin/Backup.rb:23
1919
+ #: ../Views/Admin/FilesSave.rb:15
1920
+ #: ../Views/Admin/Server.rb:13
1921
+ #: ../Views/Admin/Update.rb:15
1922
+ #: ../Views/Cashbox/Activity.rb:36
1923
+ #: ../Views/Cashbox/Course.rb:34
1924
+ #: ../Views/Cashbox/Course.rb:39
1925
+ #: ../Views/Cashbox/Credit.rb:30
1926
+ #: ../Views/Cashbox/Report.rb:29
1927
+ #: ../Views/Compta/Course.rb:25
1928
+ #: ../Views/Course/Diploma.rb:30
1929
+ #: ../Views/Course/Diploma.rb:34
1930
+ #: ../Views/Course/Grade.rb:42
1931
+ #: ../Views/Course/Grade.rb:47
1932
+ #: ../Views/Course/Grade.rb:61
1933
+ #: ../Views/Course/Modify.rb:50
1934
+ #: ../Views/Course/Modify.rb:60
1935
+ #: ../Views/Course/Modify.rb:65
1936
+ #: ../Views/Course/Modify.rb:69
1937
+ #: ../Views/Course/Modify.rb:75
1938
+ #: ../Views/Course/Print.rb:18
1939
+ #: ../Views/Course/Print.rb:22
1940
+ #: ../Views/Course/Tabs.rb:16
1941
+ #: ../Views/Course/Tabs.rb:33
1942
+ #: ../Views/Course/Tabs.rb:43
1943
+ #: ../Views/Course/Tabs.rb:49
1944
+ #: ../Views/Network/Share.rb:44
1945
+ #: ../Views/Person/Course.rb:19
1946
+ #: ../Views/Person/Modify.rb:32
1947
+ #: ../Views/Person/Modify.rb:39
1948
+ #: ../Views/Person/Tabs.rb:16
1949
+ #: ../Views/Person/Tabs.rb:21
1950
+ #: ../Views/Person/Tabs.rb:26
1951
+ #: ../Views/Report/ComptaExecutive.rb:36
1952
+ #: ../Views/Report/ComptaExecutive.rb:42
1953
+ #: ../Views/Report/ComptaFlat.rb:21
1954
+ #: ../Views/Self/Concours.rb:54
1955
+ msgid "close"
1956
+ msgstr "Close"
1957
+
1958
+ #. Comes from file Views/Admin/Backup.rb and line is show_button :restore, :close
1959
+ #: ../Views/Admin/Backup.rb:23
1960
+ msgid "restore"
1961
+ msgstr "Restore"
1962
+
1963
+ #. Comes from file Views/Admin/Configuration.rb and line is class AdminConfiguration < View
1964
+ #: ../Views/Admin/Configuration.rb:1
1965
+ msgid "AdminConfiguration"
1966
+ msgstr "Configuration"
1967
+
1968
+ #. Comes from file Views/Admin/Configuration.rb and line is show_str :dputs_logfile
1969
+ #: ../Views/Admin/Configuration.rb:10
1970
+ msgid "dputs_logfile"
1971
+ msgstr "Logfile"
1972
+
1973
+ #. Comes from file Views/Admin/Configuration.rb and line is show_str :dputs_logall
1974
+ #: ../Views/Admin/Configuration.rb:11
1975
+ msgid "dputs_logall"
1976
+ msgstr "Logall"
1977
+
1978
+ #. Comes from file Views/Admin/Credit.rb and line is class AdminCredit < View
1979
+ #: ../Views/Admin/Credit.rb:3
1980
+ msgid "AdminCredit"
1981
+ msgstr "Credit"
1982
+
1983
+ #. Comes from file Views/Admin/Credit.rb and line is show_text :user_credit
1984
+ #: ../Views/Admin/Credit.rb:9
1985
+ msgid "user_credit"
1986
+ msgstr "User credit"
1987
+
1988
+ #. Comes from file Views/Admin/Credit.rb and line is show_button :update_credits
1989
+ #: ../Views/Admin/Credit.rb:10
1990
+ msgid "update_credits"
1991
+ msgstr "Update"
1992
+
1993
+ #. Comes from file Views/Admin/FilesLoad.rb and line is class AdminFilesLoad < View
1994
+ #: ../Views/Admin/FilesLoad.rb:1
1995
+ msgid "AdminFilesLoad"
1996
+ msgstr "Files Load"
1997
+
1998
+ #. Comes from file Views/Admin/FilesLoad.rb and line is show_upload :update, :callback => true
1999
+ #.
2000
+ #. Comes from file Views/Admin/Update.rb and line is show_button :update, :delete
2001
+ #.
2002
+ #. Comes from file Views/Compta/Transfer.rb and line is show_button :do_transfer, :update
2003
+ #.
2004
+ #. Comes from file Views/Network/Block.rb and line is show_button :update
2005
+ #.
2006
+ #. Comes from file Views/Report/Usage.rb and line is show_button :update
2007
+ #.
2008
+ #. Comes from file Views/Self/Cash.rb and line is show_button :update
2009
+ #.
2010
+ #. Comes from file Views/Self/Results.rb and line is show_button :update
2011
+ #: ../Views/Admin/FilesLoad.rb:7
2012
+ #: ../Views/Admin/Update.rb:10
2013
+ #: ../Views/Compta/Transfer.rb:17
2014
+ #: ../Views/Network/Block.rb:15
2015
+ #: ../Views/Report/Usage.rb:20
2016
+ #: ../Views/Self/Cash.rb:14
2017
+ #: ../Views/Self/Results.rb:9
2018
+ msgid "update"
2019
+ msgstr "Update"
2020
+
2021
+ #. Comes from file Views/Admin/FilesSave.rb and line is class AdminFilesSave < View
2022
+ #: ../Views/Admin/FilesSave.rb:1
2023
+ msgid "AdminFilesSave"
2024
+ msgstr "Files Save"
2025
+
2026
+ #. Comes from file Views/Admin/FilesSave.rb and line is show_list_single :dirs, 'View.AdminFilesSave.list_dirs',
2027
+ #: ../Views/Admin/FilesSave.rb:10
2028
+ msgid "dirs"
2029
+ msgstr "Dirs"
2030
+
2031
+ #. Comes from file Views/Admin/FilesSave.rb and line is show_html :download_txt
2032
+ #: ../Views/Admin/FilesSave.rb:14
2033
+ msgid "download_txt"
2034
+ msgstr "Download"
2035
+
2036
+ #. Comes from file Views/Admin/Function.rb and line is class AdminFunction < View
2037
+ #: ../Views/Admin/Function.rb:1
2038
+ msgid "AdminFunction"
2039
+ msgstr "Functions"
2040
+
2041
+ #. Comes from file Views/Admin/Function.rb and line is show_field :functions, :flexheight => 1
2042
+ #: ../Views/Admin/Function.rb:10
2043
+ msgid "functions"
2044
+ msgstr "Functions"
2045
+
2046
+ #. Comes from file Views/Admin/Function.rb and line is show_field :welcome_text, :width => 400, :flexheight => 1
2047
+ #: ../Views/Admin/Function.rb:13
2048
+ msgid "welcome_text"
2049
+ msgstr "Welcome"
2050
+
2051
+ #. Comes from file Views/Admin/Power.rb and line is class AdminPower < View
2052
+ #: ../Views/Admin/Power.rb:3
2053
+ msgid "AdminPower"
2054
+ msgstr "Power"
2055
+
2056
+ #. Comes from file Views/Admin/Power.rb and line is show_button :reboot_gestion
2057
+ #: ../Views/Admin/Power.rb:9
2058
+ msgid "reboot_gestion"
2059
+ msgstr "Reboot gestion"
2060
+
2061
+ #. Comes from file Views/Admin/Power.rb and line is show_button :reboot_dreamplug
2062
+ #: ../Views/Admin/Power.rb:12
2063
+ msgid "reboot_dreamplug"
2064
+ msgstr "Reboot Dreamplug"
2065
+
2066
+ #. Comes from file Views/Admin/Power.rb and line is show_button :update_files
2067
+ #.
2068
+ #. Comes from file Views/Admin/Update.rb and line is show_list_single :update_files, width: 300
2069
+ #: ../Views/Admin/Power.rb:15
2070
+ #: ../Views/Admin/Update.rb:8
2071
+ msgid "update_files"
2072
+ msgstr "Update"
2073
+
2074
+ #. Comes from file Views/Admin/Power.rb and line is show_button :OK
2075
+ #: ../Views/Admin/Power.rb:19
2076
+ msgid "OK"
2077
+ msgstr "OK"
2078
+
2079
+ #. Comes from file Views/Admin/Printer.rb and line is class AdminPrinter < View
2080
+ #: ../Views/Admin/Printer.rb:1
2081
+ msgid "AdminPrinter"
2082
+ msgstr "Printer"
2083
+
2084
+ #. Comes from file Views/Admin/Printer.rb and line is show_list :printers, :single, :flexheight => 1
2085
+ #: ../Views/Admin/Printer.rb:9
2086
+ msgid "printers"
2087
+ msgstr "Printers"
2088
+
2089
+ #. Comes from file Views/Admin/Printer.rb and line is show_button :delete, :add
2090
+ #.
2091
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :search, :delete, :add, :import
2092
+ #.
2093
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_button :search #, :add
2094
+ #.
2095
+ #. Comes from file Views/Person/Course.rb and line is show_button :add, :delete
2096
+ #.
2097
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :start_search, :delete, :add
2098
+ #: ../Views/Admin/Printer.rb:10
2099
+ #: ../Views/Course/Tabs.rb:11
2100
+ #: ../Views/Internet/ClassUsers.rb:17
2101
+ #: ../Views/Person/Course.rb:14
2102
+ #: ../Views/Person/Tabs.rb:10
2103
+ msgid "add"
2104
+ msgstr "Add"
2105
+
2106
+ #. Comes from file Views/Admin/Printer.rb and line is show_str :cups_name
2107
+ #: ../Views/Admin/Printer.rb:13
2108
+ msgid "cups_name"
2109
+ msgstr "Cups"
2110
+
2111
+ #. Comes from file Views/Admin/Printer.rb and line is show_str :device
2112
+ #: ../Views/Admin/Printer.rb:14
2113
+ msgid "device"
2114
+ msgstr "Device"
2115
+
2116
+ #. Comes from file Views/Admin/Printer.rb and line is show_str :driver
2117
+ #: ../Views/Admin/Printer.rb:15
2118
+ msgid "driver"
2119
+ msgstr "Driver"
2120
+
2121
+ #. Comes from file Views/Admin/Server.rb and line is class AdminServer < View
2122
+ #: ../Views/Admin/Server.rb:1
2123
+ msgid "AdminServer"
2124
+ msgstr "Server"
2125
+
2126
+ #. Comes from file Views/Admin/Server.rb and line is show_button :import_ctypes
2127
+ #: ../Views/Admin/Server.rb:7
2128
+ msgid "import_ctypes"
2129
+ msgstr "Import course-types"
2130
+
2131
+ #. Comes from file Views/Admin/Server.rb and line is show_button :import_courses
2132
+ #: ../Views/Admin/Server.rb:8
2133
+ msgid "import_courses"
2134
+ msgstr "Import courses"
2135
+
2136
+ #. Comes from file Views/Admin/Server.rb and line is show_html :status
2137
+ #.
2138
+ #. Comes from file Views/Cashbox/Report.rb and line is show_html :status
2139
+ #.
2140
+ #. Comes from file Views/Course/Diploma.rb and line is show_info :status
2141
+ #.
2142
+ #. Comes from file Views/Special/Vnc.rb and line is show_str_ro :status
2143
+ #: ../Views/Admin/Server.rb:11
2144
+ #: ../Views/Cashbox/Report.rb:28
2145
+ #: ../Views/Course/Diploma.rb:23
2146
+ #: ../Views/Special/Vnc.rb:11
2147
+ msgid "status"
2148
+ msgstr "Status"
2149
+
2150
+ #. Comes from file Views/Admin/Server.rb and line is show_list :import_list
2151
+ #: ../Views/Admin/Server.rb:12
2152
+ msgid "import_list"
2153
+ msgstr "List"
2154
+
2155
+ #. Comes from file Views/Admin/Server.rb and line is show_button :download, :close
2156
+ #: ../Views/Admin/Server.rb:13
2157
+ msgid "download"
2158
+ msgstr "Download"
2159
+
2160
+ #. Comes from file Views/Admin/Tabs.rb and line is class AdminTabs < View
2161
+ #: ../Views/Admin/Tabs.rb:1
2162
+ msgid "AdminTabs"
2163
+ msgstr "Admin"
2164
+
2165
+ #. Comes from file Views/Admin/Update.rb and line is class AdminUpdate < View
2166
+ #: ../Views/Admin/Update.rb:1
2167
+ msgid "AdminUpdate"
2168
+ msgstr "Update"
2169
+
2170
+ #. Comes from file Views/Admin/Update.rb and line is show_upload :upload_update, callback: true
2171
+ #: ../Views/Admin/Update.rb:9
2172
+ msgid "upload_update"
2173
+ msgstr "Upload"
2174
+
2175
+ #. Comes from file Views/Admin/Update.rb and line is show_html :confirm_html
2176
+ #: ../Views/Admin/Update.rb:14
2177
+ msgid "confirm_html"
2178
+ msgstr "Confirm"
2179
+
2180
+ #. Comes from file Views/Admin/Update.rb and line is show_button :confirm_ok, :close
2181
+ #: ../Views/Admin/Update.rb:15
2182
+ msgid "confirm_ok"
2183
+ msgstr "OK"
2184
+
2185
+ #. Comes from file Views/Cashbox/Activity.rb and line is class CashboxActivity < View
2186
+ #: ../Views/Cashbox/Activity.rb:1
2187
+ msgid "CashboxActivity"
2188
+ msgstr "Activity"
2189
+
2190
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_entity_activity_all :activities, :single, :name, :flexheight => 1, :width => 200,
2191
+ #: ../Views/Cashbox/Activity.rb:12
2192
+ msgid "activities"
2193
+ msgstr "Activities"
2194
+
2195
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_button :new_student, :search_student, :signed_up_students
2196
+ #: ../Views/Cashbox/Activity.rb:21
2197
+ msgid "signed_up_students"
2198
+ msgstr "Signed up students"
2199
+
2200
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_button :new_student, :search_student, :signed_up_students
2201
+ #: ../Views/Cashbox/Activity.rb:21
2202
+ msgid "new_student"
2203
+ msgstr "New"
2204
+
2205
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_button :new_student, :search_student, :signed_up_students
2206
+ #: ../Views/Cashbox/Activity.rb:21
2207
+ msgid "search_student"
2208
+ msgstr "Search"
2209
+
2210
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_print :print_activity
2211
+ #: ../Views/Cashbox/Activity.rb:22
2212
+ msgid "print_activity"
2213
+ msgstr "Print"
2214
+
2215
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_table :table_activities, :headings => %w( Start End )
2216
+ #: ../Views/Cashbox/Activity.rb:27
2217
+ msgid "table_activities"
2218
+ msgstr "Table"
2219
+
2220
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_button :pay_act, :delete
2221
+ #: ../Views/Cashbox/Activity.rb:30
2222
+ msgid "pay_act"
2223
+ msgstr "Pay"
2224
+
2225
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_html :msg_print
2226
+ #.
2227
+ #. Comes from file Views/Course/Diploma.rb and line is show_html :msg_print
2228
+ #.
2229
+ #. Comes from file Views/Course/Modify.rb and line is show_html :msg_print
2230
+ #.
2231
+ #. Comes from file Views/Course/Print.rb and line is show_html :msg_print
2232
+ #.
2233
+ #. Comes from file Views/Person/Modify.rb and line is show_html :msg_print
2234
+ #: ../Views/Cashbox/Activity.rb:34
2235
+ #: ../Views/Course/Diploma.rb:33
2236
+ #: ../Views/Course/Modify.rb:63
2237
+ #: ../Views/Course/Print.rb:21
2238
+ #: ../Views/Person/Modify.rb:31
2239
+ msgid "msg_print"
2240
+ msgstr "Print"
2241
+
2242
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_int_hidden :step
2243
+ #.
2244
+ #. Comes from file Views/Course/Modify.rb and line is show_int_hidden :step
2245
+ #: ../Views/Cashbox/Activity.rb:35
2246
+ #: ../Views/Course/Modify.rb:64
2247
+ msgid "step"
2248
+ msgstr "Step"
2249
+
2250
+ #. Comes from file Views/Cashbox/Activity.rb and line is show_button :print_next, :close
2251
+ #.
2252
+ #. Comes from file Views/Course/Modify.rb and line is show_button :print_next, :close
2253
+ #: ../Views/Cashbox/Activity.rb:36
2254
+ #: ../Views/Course/Modify.rb:65
2255
+ msgid "print_next"
2256
+ msgstr "Next"
2257
+
2258
+ #. Comes from file Views/Cashbox/Course.rb and line is class CashboxCourse < View
2259
+ #: ../Views/Cashbox/Course.rb:3
2260
+ msgid "CashboxCourse"
2261
+ msgstr "Course"
2262
+
2263
+ #. Comes from file Views/Cashbox/Course.rb and line is show_entity_course :courses, :single, :name,
2264
+ #.
2265
+ #. Comes from file Views/Compta/Course.rb and line is show_entity_course :courses, :single, :name,
2266
+ #.
2267
+ #. Comes from file Views/Course/Tabs.rb and line is show_list_single :courses, :flexheight => 1, :callback => true,
2268
+ #.
2269
+ #. Comes from file Views/Person/Course.rb and line is show_list_single :courses, :maxheight => 150
2270
+ #: ../Views/Cashbox/Course.rb:11
2271
+ #: ../Views/Compta/Course.rb:15
2272
+ #: ../Views/Course/Tabs.rb:9
2273
+ #: ../Views/Person/Course.rb:13
2274
+ msgid "courses"
2275
+ msgstr "Courses"
2276
+
2277
+ #. Comes from file Views/Cashbox/Course.rb and line is show_button :add_student
2278
+ #: ../Views/Cashbox/Course.rb:18
2279
+ msgid "add_student"
2280
+ msgstr "Add"
2281
+
2282
+ #. Comes from file Views/Cashbox/Course.rb and line is show_table :payments, :headings => [:Date, :Money, :Rest],
2283
+ #.
2284
+ #. Comes from file Views/Self/Cash.rb and line is show_list_single :payments, :width => 500, :callback => true,
2285
+ #: ../Views/Cashbox/Course.rb:21
2286
+ #: ../Views/Self/Cash.rb:12
2287
+ msgid "payments"
2288
+ msgstr "Payments"
2289
+
2290
+ #. Comes from file Views/Cashbox/Course.rb and line is show_date :payment_date
2291
+ #: ../Views/Cashbox/Course.rb:24
2292
+ msgid "payment_date"
2293
+ msgstr "Date"
2294
+
2295
+ #. Comes from file Views/Cashbox/Course.rb and line is show_int :cash
2296
+ #: ../Views/Cashbox/Course.rb:25
2297
+ msgid "cash"
2298
+ msgstr "Cash"
2299
+
2300
+ #. Comes from file Views/Cashbox/Course.rb and line is show_str :receit_id
2301
+ #: ../Views/Cashbox/Course.rb:27
2302
+ msgid "receit_id"
2303
+ msgstr "Receit ID"
2304
+
2305
+ #. Comes from file Views/Cashbox/Course.rb and line is show_list_drop :old_cash, '%w( No Yes )'
2306
+ #: ../Views/Cashbox/Course.rb:28
2307
+ msgid "old_cash"
2308
+ msgstr "Cash editor"
2309
+
2310
+ #. Comes from file Views/Cashbox/Course.rb and line is show_button :pay, :delete, :move
2311
+ #: ../Views/Cashbox/Course.rb:29
2312
+ msgid "pay"
2313
+ msgstr "Pay"
2314
+
2315
+ #. Comes from file Views/Cashbox/Course.rb and line is show_button :pay, :delete, :move
2316
+ #: ../Views/Cashbox/Course.rb:29
2317
+ msgid "move"
2318
+ msgstr "Move"
2319
+
2320
+ #. Comes from file Views/Cashbox/Course.rb and line is show_entity_person :move_students, :drop, :full_name, :width => 300
2321
+ #: ../Views/Cashbox/Course.rb:38
2322
+ msgid "move_students"
2323
+ msgstr "Move"
2324
+
2325
+ #. Comes from file Views/Cashbox/Course.rb and line is show_button :close, :do_move
2326
+ #: ../Views/Cashbox/Course.rb:39
2327
+ msgid "do_move"
2328
+ msgstr "Move"
2329
+
2330
+ #. Comes from file Views/Cashbox/Credit.rb and line is class CashboxCredit < View
2331
+ #: ../Views/Cashbox/Credit.rb:6
2332
+ msgid "CashboxCredit"
2333
+ msgstr "Credit"
2334
+
2335
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_str :search
2336
+ #.
2337
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :search, :delete, :add, :import
2338
+ #.
2339
+ #. Comes from file Views/Person/Tabs.rb and line is show_str :search
2340
+ #: ../Views/Cashbox/Credit.rb:15
2341
+ #: ../Views/Course/Tabs.rb:11
2342
+ #: ../Views/Person/Tabs.rb:8
2343
+ msgid "search"
2344
+ msgstr "Search"
2345
+
2346
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_button :search_person, :add_person
2347
+ #.
2348
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :add_person, :close
2349
+ #: ../Views/Cashbox/Credit.rb:17
2350
+ #: ../Views/Person/Tabs.rb:16
2351
+ msgid "add_person"
2352
+ msgstr "Add"
2353
+
2354
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_button :search_person, :add_person
2355
+ #: ../Views/Cashbox/Credit.rb:17
2356
+ msgid "search_person"
2357
+ msgstr "Search"
2358
+
2359
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_int :credit_add
2360
+ #: ../Views/Cashbox/Credit.rb:21
2361
+ msgid "credit_add"
2362
+ msgstr "Add"
2363
+
2364
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_button :add_credit
2365
+ #.
2366
+ #. Comes from file Views/Internet/Mobile.rb and line is show_button :send_ussd, :add_credit
2367
+ #: ../Views/Cashbox/Credit.rb:25
2368
+ #: ../Views/Internet/Mobile.rb:44
2369
+ msgid "add_credit"
2370
+ msgstr "Add"
2371
+
2372
+ #. Comes from file Views/Cashbox/Credit.rb and line is show_button :win_add_person, :close
2373
+ #: ../Views/Cashbox/Credit.rb:30
2374
+ msgid "win_add_person"
2375
+ msgstr "Add"
2376
+
2377
+ #. Comes from file Views/Cashbox/Report.rb and line is class CashboxReport < View
2378
+ #: ../Views/Cashbox/Report.rb:3
2379
+ msgid "CashboxReport"
2380
+ msgstr "Report"
2381
+
2382
+ #. Comes from file Views/Cashbox/Report.rb and line is show_list_single :report_type, :callback => true, :maxheight => 160
2383
+ #: ../Views/Cashbox/Report.rb:13
2384
+ msgid "report_type"
2385
+ msgstr "Type"
2386
+
2387
+ #. Comes from file Views/Cashbox/Report.rb and line is show_date :report_start, :callback => :date
2388
+ #: ../Views/Cashbox/Report.rb:14
2389
+ msgid "report_start"
2390
+ msgstr "From"
2391
+
2392
+ #. Comes from file Views/Cashbox/Report.rb and line is show_print :print
2393
+ #.
2394
+ #. Comes from file Views/Compta/Transfer.rb and line is show_print :print
2395
+ #.
2396
+ #. Comes from file Views/Course/Diploma.rb and line is show_print :print
2397
+ #.
2398
+ #. Comes from file Views/Person/Modify.rb and line is show_button :save, :print
2399
+ #.
2400
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_print :print
2401
+ #.
2402
+ #. Comes from file Views/Report/ReportCourse.rb and line is show_print :print
2403
+ #.
2404
+ #. Comes from file Views/Report/Usage.rb and line is show_button :print
2405
+ #: ../Views/Cashbox/Report.rb:17
2406
+ #: ../Views/Compta/Transfer.rb:23
2407
+ #: ../Views/Course/Diploma.rb:26
2408
+ #: ../Views/Person/Modify.rb:19
2409
+ #: ../Views/Report/ComptaExecutive.rb:19
2410
+ #: ../Views/Report/ReportCourse.rb:15
2411
+ #: ../Views/Report/Usage.rb:11
2412
+ msgid "print"
2413
+ msgstr "Print"
2414
+
2415
+ #. Comes from file Views/Cashbox/Report.rb and line is show_table :report, :headings => [ :Date, :Desc, :Amount, :Sum ],
2416
+ #.
2417
+ #. Comes from file Views/Cashbox/Service.rb and line is show_table :report, :headings => [:Date, :Desc, :Amount, :Sum],
2418
+ #.
2419
+ #. Comes from file Views/Compta/Transfer.rb and line is show_table :report, :headings => [:Date, :Desc, :Amount, :Sum],
2420
+ #.
2421
+ #. Comes from file Views/Report/ReportCourse.rb and line is show_table :report, :headings => [ :Date, :Desc, :Amount, :Rest ],
2422
+ #: ../Views/Cashbox/Report.rb:20
2423
+ #: ../Views/Cashbox/Service.rb:31
2424
+ #: ../Views/Compta/Transfer.rb:20
2425
+ #: ../Views/Report/ReportCourse.rb:18
2426
+ msgid "report"
2427
+ msgstr "Report"
2428
+
2429
+ #. Comes from file Views/Cashbox/Service.rb and line is class CashboxService < View
2430
+ #: ../Views/Cashbox/Service.rb:1
2431
+ msgid "CashboxService"
2432
+ msgstr "Service"
2433
+
2434
+ #. Comes from file Views/Cashbox/Service.rb and line is show_int :copies_intern, :callback => :calc
2435
+ #: ../Views/Cashbox/Service.rb:10
2436
+ msgid "copies_intern"
2437
+ msgstr "Copies intern"
2438
+
2439
+ #. Comes from file Views/Cashbox/Service.rb and line is show_int :copies_extern, :callback => :calc
2440
+ #: ../Views/Cashbox/Service.rb:11
2441
+ msgid "copies_extern"
2442
+ msgstr "Copies external"
2443
+
2444
+ #. Comes from file Views/Cashbox/Service.rb and line is show_int :heures_groupe_grand, :callback => :calc
2445
+ #.
2446
+ #. Comes from file Views/Self/Services.rb and line is show_int :heures_groupe_grand, :callback => :calc
2447
+ #: ../Views/Cashbox/Service.rb:13
2448
+ #: ../Views/Self/Services.rb:14
2449
+ msgid "heures_groupe_grand"
2450
+ msgstr "Big generator"
2451
+
2452
+ #. Comes from file Views/Cashbox/Service.rb and line is show_int :CDs, :callback => :calc
2453
+ #.
2454
+ #. Comes from file Views/Self/Services.rb and line is show_int :CDs, :callback => :calc
2455
+ #: ../Views/Cashbox/Service.rb:14
2456
+ #: ../Views/Self/Services.rb:15
2457
+ msgid "CDs"
2458
+ msgstr "CDs"
2459
+
2460
+ #. Comes from file Views/Cashbox/Service.rb and line is show_str :autres_text, :width => 200
2461
+ #.
2462
+ #. Comes from file Views/Self/Services.rb and line is show_str :autres_text, :callback => :calc
2463
+ #: ../Views/Cashbox/Service.rb:17
2464
+ #: ../Views/Self/Services.rb:18
2465
+ msgid "autres_text"
2466
+ msgstr "Other"
2467
+
2468
+ #. Comes from file Views/Cashbox/Service.rb and line is show_int :autres_cfa, :callback => :calc
2469
+ #.
2470
+ #. Comes from file Views/Self/Services.rb and line is show_int :autres_cfa, :callback => :calc
2471
+ #: ../Views/Cashbox/Service.rb:18
2472
+ #: ../Views/Self/Services.rb:19
2473
+ msgid "autres_cfa"
2474
+ msgstr "Other CFA"
2475
+
2476
+ #. Comes from file Views/Cashbox/Service.rb and line is show_int :services_total
2477
+ #.
2478
+ #. Comes from file Views/Self/Services.rb and line is show_int :services_total
2479
+ #: ../Views/Cashbox/Service.rb:21
2480
+ #: ../Views/Self/Services.rb:22
2481
+ msgid "services_total"
2482
+ msgstr "Total"
2483
+
2484
+ #. Comes from file Views/Cashbox/Service.rb and line is show_button :add_cash
2485
+ #.
2486
+ #. Comes from file Views/Self/Services.rb and line is show_button :add_cash
2487
+ #: ../Views/Cashbox/Service.rb:24
2488
+ #: ../Views/Self/Services.rb:24
2489
+ msgid "add_cash"
2490
+ msgstr "Add"
2491
+
2492
+ #. Comes from file Views/Cashbox/Tabs.rb and line is class CashboxTabs < View
2493
+ #: ../Views/Cashbox/Tabs.rb:4
2494
+ msgid "CashboxTabs"
2495
+ msgstr "Cashbox"
2496
+
2497
+ #. Comes from file Views/Compta/Accounts.rb and line is class ComptaDefaults < View
2498
+ #: ../Views/Compta/Accounts.rb:1
2499
+ msgid "ComptaDefaults"
2500
+ msgstr "Defaults"
2501
+
2502
+ #. Comes from file Views/Compta/Course.rb and line is class ComptaCourse < View
2503
+ #: ../Views/Compta/Course.rb:6
2504
+ msgid "ComptaCourse"
2505
+ msgstr "Course"
2506
+
2507
+ #. Comes from file Views/Compta/Course.rb and line is show_str :account_path, :width => 300
2508
+ #: ../Views/Compta/Course.rb:19
2509
+ msgid "account_path"
2510
+ msgstr "Account path"
2511
+
2512
+ #. Comes from file Views/Compta/Course.rb and line is show_button :new_account_path, :save
2513
+ #: ../Views/Compta/Course.rb:20
2514
+ msgid "new_account_path"
2515
+ msgstr "New account path"
2516
+
2517
+ #. Comes from file Views/Compta/Course.rb and line is show_list_single :new_account, :width => 500, :height => 300
2518
+ #: ../Views/Compta/Course.rb:24
2519
+ msgid "new_account"
2520
+ msgstr "New account"
2521
+
2522
+ #. Comes from file Views/Compta/Course.rb and line is show_button :assign_new_account, :add_archives, :close
2523
+ #: ../Views/Compta/Course.rb:25
2524
+ msgid "add_archives"
2525
+ msgstr "Add archives"
2526
+
2527
+ #. Comes from file Views/Compta/Course.rb and line is show_button :assign_new_account, :add_archives, :close
2528
+ #: ../Views/Compta/Course.rb:25
2529
+ msgid "assign_new_account"
2530
+ msgstr "Assign new account"
2531
+
2532
+ #. Comes from file Views/Compta/Show.rb and line is class ComptaShow < View
2533
+ #: ../Views/Compta/Show.rb:1
2534
+ msgid "ComptaShow"
2535
+ msgstr "Show"
2536
+
2537
+ #. Comes from file Views/Compta/Transfer.rb and line is class ComptaTransfer < View
2538
+ #: ../Views/Compta/Transfer.rb:4
2539
+ msgid "ComptaTransfer"
2540
+ msgstr "Transfer"
2541
+
2542
+ #. Comes from file Views/Compta/Transfer.rb and line is show_entity_person :persons, :single, :callback => true
2543
+ #.
2544
+ #. Comes from file Views/Course/Responsible.rb and line is vtlp_list :persons, 'login_name', 'listp_responsible'
2545
+ #.
2546
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_entity_person :persons, :single, :login_name, callback: true
2547
+ #.
2548
+ #. Comes from file Views/Person/Tabs.rb and line is show_list_single :persons, '[]', :flexheight => 1, :callback => true
2549
+ #: ../Views/Compta/Transfer.rb:15
2550
+ #: ../Views/Course/Responsible.rb:12
2551
+ #: ../Views/Internet/ClassUsers.rb:16
2552
+ #: ../Views/Person/Tabs.rb:9
2553
+ msgid "persons"
2554
+ msgstr "Persons"
2555
+
2556
+ #. Comes from file Views/Compta/Transfer.rb and line is show_date :upto
2557
+ #: ../Views/Compta/Transfer.rb:16
2558
+ msgid "upto"
2559
+ msgstr "Up to"
2560
+
2561
+ #. Comes from file Views/Compta/Transfer.rb and line is show_button :do_transfer, :update
2562
+ #.
2563
+ #. Comes from file Views/Course/Modify.rb and line is show_button :do_transfer, :close
2564
+ #: ../Views/Compta/Transfer.rb:17
2565
+ #: ../Views/Course/Modify.rb:69
2566
+ msgid "do_transfer"
2567
+ msgstr "Do transfer"
2568
+
2569
+ #. Comes from file Views/Course/Diploma.rb and line is class CourseDiploma < View
2570
+ #: ../Views/Course/Diploma.rb:7
2571
+ msgid "CourseDiploma"
2572
+ msgstr "Diploma"
2573
+
2574
+ #. Comes from file Views/Course/Diploma.rb and line is show_table :diplomas_t, :headings => [:Name, :Grade, :State, :PDF],
2575
+ #: ../Views/Course/Diploma.rb:17
2576
+ msgid "diplomas_t"
2577
+ msgstr "Diplomas"
2578
+
2579
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :do_diplomas, :abort
2580
+ #: ../Views/Course/Diploma.rb:24
2581
+ msgid "do_diplomas"
2582
+ msgstr "Build"
2583
+
2584
+ #. Comes from file Views/Course/Diploma.rb and line is show_button :do_diplomas, :abort
2585
+ #: ../Views/Course/Diploma.rb:24
2586
+ msgid "abort"
2587
+ msgstr "Abort"
2588
+
2589
+ #. Comes from file Views/Course/Diploma.rb and line is show_html :missing
2590
+ #.
2591
+ #. Comes from file Views/Course/Modify.rb and line is show_html :missing
2592
+ #.
2593
+ #. Comes from file Views/Course/Print.rb and line is show_html :missing
2594
+ #: ../Views/Course/Diploma.rb:29
2595
+ #: ../Views/Course/Modify.rb:59
2596
+ #: ../Views/Course/Print.rb:17
2597
+ msgid "missing"
2598
+ msgstr "Missing"
2599
+
2600
+ #. Comes from file Views/Course/Grade.rb and line is class CourseGrade < View
2601
+ #: ../Views/Course/Grade.rb:5
2602
+ msgid "CourseGrade"
2603
+ msgstr "Grade"
2604
+
2605
+ #. Comes from file Views/Course/Grade.rb and line is show_str_ro :last_synched
2606
+ #: ../Views/Course/Grade.rb:19
2607
+ msgid "last_synched"
2608
+ msgstr "Last synched"
2609
+
2610
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
2611
+ #: ../Views/Course/Grade.rb:20
2612
+ msgid "fetch_files"
2613
+ msgstr "Fetch"
2614
+
2615
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
2616
+ #: ../Views/Course/Grade.rb:20
2617
+ msgid "transfer_files"
2618
+ msgstr "Transfer"
2619
+
2620
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
2621
+ #: ../Views/Course/Grade.rb:20
2622
+ msgid "prepare_files"
2623
+ msgstr "Prepare"
2624
+
2625
+ #. Comes from file Views/Course/Grade.rb and line is show_button :prepare_files, :fetch_files, :transfer_files, :sync_server
2626
+ #: ../Views/Course/Grade.rb:20
2627
+ msgid "sync_server"
2628
+ msgstr "Sync"
2629
+
2630
+ #. Comes from file Views/Course/Grade.rb and line is show_int_ro :files_saved
2631
+ #: ../Views/Course/Grade.rb:27
2632
+ msgid "files_saved"
2633
+ msgstr "Files uploaded"
2634
+
2635
+ #. Comes from file Views/Course/Grade.rb and line is show_table :grades, :headings => %w(Label grade), :widths => [150, 50],
2636
+ #: ../Views/Course/Grade.rb:29
2637
+ msgid "grades"
2638
+ msgstr "Grades"
2639
+
2640
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_direct
2641
+ #: ../Views/Course/Grade.rb:34
2642
+ msgid "name_file_direct"
2643
+ msgstr "Name"
2644
+
2645
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_direct, :callback => true
2646
+ #: ../Views/Course/Grade.rb:35
2647
+ msgid "upload_direct"
2648
+ msgstr "Upload"
2649
+
2650
+ #. Comes from file Views/Course/Grade.rb and line is show_button :save, :upload
2651
+ #: ../Views/Course/Grade.rb:36
2652
+ msgid "upload"
2653
+ msgstr "Upload"
2654
+
2655
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :files
2656
+ #: ../Views/Course/Grade.rb:41
2657
+ msgid "files"
2658
+ msgstr "Files"
2659
+
2660
+ #. Comes from file Views/Course/Grade.rb and line is show_html :synching
2661
+ #: ../Views/Course/Grade.rb:46
2662
+ msgid "synching"
2663
+ msgstr "Synching"
2664
+
2665
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_1
2666
+ #: ../Views/Course/Grade.rb:51
2667
+ msgid "name_file_1"
2668
+ msgstr "Filename 1"
2669
+
2670
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_1, :callback => true
2671
+ #: ../Views/Course/Grade.rb:52
2672
+ msgid "upload_file_1"
2673
+ msgstr "Upload file 1"
2674
+
2675
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_2
2676
+ #: ../Views/Course/Grade.rb:53
2677
+ msgid "name_file_2"
2678
+ msgstr "Filename 2"
2679
+
2680
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_2, :callback => true
2681
+ #: ../Views/Course/Grade.rb:54
2682
+ msgid "upload_file_2"
2683
+ msgstr "Upload file 2"
2684
+
2685
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_3
2686
+ #: ../Views/Course/Grade.rb:55
2687
+ msgid "name_file_3"
2688
+ msgstr "Filename 3"
2689
+
2690
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_3, :callback => true
2691
+ #: ../Views/Course/Grade.rb:56
2692
+ msgid "upload_file_3"
2693
+ msgstr "Upload file 3"
2694
+
2695
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_4
2696
+ #: ../Views/Course/Grade.rb:57
2697
+ msgid "name_file_4"
2698
+ msgstr "Filename 4"
2699
+
2700
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_4, :callback => true
2701
+ #: ../Views/Course/Grade.rb:58
2702
+ msgid "upload_file_4"
2703
+ msgstr "Upload file 4"
2704
+
2705
+ #. Comes from file Views/Course/Grade.rb and line is show_html :name_file_5
2706
+ #: ../Views/Course/Grade.rb:59
2707
+ msgid "name_file_5"
2708
+ msgstr "Filename 5"
2709
+
2710
+ #. Comes from file Views/Course/Grade.rb and line is show_upload :upload_file_5, :callback => true
2711
+ #: ../Views/Course/Grade.rb:60
2712
+ msgid "upload_file_5"
2713
+ msgstr "Upload file 5"
2714
+
2715
+ #. Comes from file Views/Course/Modify.rb and line is class CourseModify < View
2716
+ #: ../Views/Course/Modify.rb:15
2717
+ msgid "CourseModify"
2718
+ msgstr "Modify"
2719
+
2720
+ #. Comes from file Views/Course/Modify.rb and line is show_button :edit_name
2721
+ #: ../Views/Course/Modify.rb:33
2722
+ msgid "edit_name"
2723
+ msgstr "Edit"
2724
+
2725
+ #. Comes from file Views/Course/Modify.rb and line is show_print :print_presence
2726
+ #.
2727
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_presence
2728
+ #: ../Views/Course/Modify.rb:38
2729
+ #: ../Views/Course/Print.rb:13
2730
+ msgid "print_presence"
2731
+ msgstr "Presence"
2732
+
2733
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_add, :del_student, :edit_student,
2734
+ #: ../Views/Course/Modify.rb:42
2735
+ msgid "edit_student"
2736
+ msgstr "Edit"
2737
+
2738
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_add, :del_student, :edit_student,
2739
+ #: ../Views/Course/Modify.rb:42
2740
+ msgid "del_student"
2741
+ msgstr "Delete"
2742
+
2743
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_add, :del_student, :edit_student,
2744
+ #: ../Views/Course/Modify.rb:42
2745
+ msgid "bulk_add"
2746
+ msgstr "Add multiple"
2747
+
2748
+ #. Comes from file Views/Course/Modify.rb and line is show_print :print_student
2749
+ #.
2750
+ #. Comes from file Views/Person/Modify.rb and line is show_print :print_student
2751
+ #: ../Views/Course/Modify.rb:45
2752
+ #: ../Views/Person/Modify.rb:36
2753
+ msgid "print_student"
2754
+ msgstr "Print"
2755
+
2756
+ #. Comes from file Views/Course/Modify.rb and line is show_text :names
2757
+ #: ../Views/Course/Modify.rb:49
2758
+ msgid "names"
2759
+ msgstr "Names"
2760
+
2761
+ #. Comes from file Views/Course/Modify.rb and line is show_button :bulk_students, :close
2762
+ #: ../Views/Course/Modify.rb:50
2763
+ msgid "bulk_students"
2764
+ msgstr "Add multiple"
2765
+
2766
+ #. Comes from file Views/Course/Modify.rb and line is show_str :double_name
2767
+ #: ../Views/Course/Modify.rb:53
2768
+ msgid "double_name"
2769
+ msgstr "Existing name"
2770
+
2771
+ #. Comes from file Views/Course/Modify.rb and line is show_entity_person :double_proposition, :single, :full_name,
2772
+ #: ../Views/Course/Modify.rb:54
2773
+ msgid "double_proposition"
2774
+ msgstr "Proposition"
2775
+
2776
+ #. Comes from file Views/Course/Modify.rb and line is show_button :accept, :create_new, :cancel
2777
+ #: ../Views/Course/Modify.rb:56
2778
+ msgid "accept"
2779
+ msgstr "Accept"
2780
+
2781
+ #. Comes from file Views/Course/Modify.rb and line is show_button :accept, :create_new, :cancel
2782
+ #: ../Views/Course/Modify.rb:56
2783
+ msgid "create_new"
2784
+ msgstr "Create new"
2785
+
2786
+ #. Comes from file Views/Course/Modify.rb and line is show_button :accept, :create_new, :cancel
2787
+ #: ../Views/Course/Modify.rb:56
2788
+ msgid "cancel"
2789
+ msgstr "Cancel"
2790
+
2791
+ #. Comes from file Views/Course/Modify.rb and line is show_entity_course :transfer_course, :drop, :name
2792
+ #: ../Views/Course/Modify.rb:68
2793
+ msgid "transfer_course"
2794
+ msgstr "Tranfer"
2795
+
2796
+ #. Comes from file Views/Course/Modify.rb and line is show_entity_courseType :wen_ctype, :drop, :name
2797
+ #: ../Views/Course/Modify.rb:72
2798
+ msgid "wen_ctype"
2799
+ msgstr "Course-type"
2800
+
2801
+ #. Comes from file Views/Course/Modify.rb and line is show_str :wen_name, :width => 200
2802
+ #: ../Views/Course/Modify.rb:73
2803
+ msgid "wen_name"
2804
+ msgstr "Name"
2805
+
2806
+ #. Comes from file Views/Course/Modify.rb and line is show_list_drop :wen_overwrite, '%w( no yes )'
2807
+ #: ../Views/Course/Modify.rb:74
2808
+ msgid "wen_overwrite"
2809
+ msgstr "Overwrite"
2810
+
2811
+ #. Comes from file Views/Course/Modify.rb and line is show_button :wen_save, :close
2812
+ #: ../Views/Course/Modify.rb:75
2813
+ msgid "wen_save"
2814
+ msgstr "Save"
2815
+
2816
+ #. Comes from file Views/Course/Print.rb and line is class CoursePrint < View
2817
+ #: ../Views/Course/Print.rb:3
2818
+ msgid "CoursePrint"
2819
+ msgstr "Print"
2820
+
2821
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_exam_file
2822
+ #: ../Views/Course/Print.rb:14
2823
+ msgid "print_exam_file"
2824
+ msgstr "Print"
2825
+
2826
+ #. Comes from file Views/Course/Responsible.rb and line is class CourseResponsible < View
2827
+ #: ../Views/Course/Responsible.rb:1
2828
+ msgid "CourseResponsible"
2829
+ msgstr "Responsible"
2830
+
2831
+ #. Comes from file Views/Course/Responsible.rb and line is show_button :new, :delete, :save
2832
+ #.
2833
+ #. Comes from file Views/Internet/Access.rb and line is show_button :new, :delete
2834
+ #.
2835
+ #. Comes from file Views/Internet/ClassEdit.rb and line is show_button :new, :delete
2836
+ #.
2837
+ #. Comes from file Views/Internet/Recharges.rb and line is show_button :new, :delete
2838
+ #.
2839
+ #. Comes from file Views/Inventory/Computer.rb and line is show_button :new, :delete
2840
+ #.
2841
+ #. Comes from file Views/Inventory/Room.rb and line is show_button :new, :delete
2842
+ #.
2843
+ #. Comes from file Views/Network/Netdevs.rb and line is show_button :delete, :new
2844
+ #.
2845
+ #. Comes from file Views/Network/Share.rb and line is show_button :new, :delete
2846
+ #.
2847
+ #. Comes from file Views/Report/UsageCases.rb and line is show_button :delete, :new
2848
+ #.
2849
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_button :delete, :new
2850
+ #.
2851
+ #. Comes from file Views/Task/Client.rb and line is show_button :new, :save
2852
+ #.
2853
+ #. Comes from file Views/Task/Edit.rb and line is show_button :save, :new
2854
+ #.
2855
+ #. Comes from file Views/Task/Worker.rb and line is show_button :new, :save
2856
+ #.
2857
+ #. Comes from file Views/Template/Activity.rb and line is show_button :new, :delete
2858
+ #.
2859
+ #. Comes from file Views/Template/CourseType.rb and line is show_button :new, :delete
2860
+ #: ../Views/Course/Responsible.rb:13
2861
+ #: ../Views/Internet/Access.rb:13
2862
+ #: ../Views/Internet/ClassEdit.rb:11
2863
+ #: ../Views/Internet/Recharges.rb:12
2864
+ #: ../Views/Inventory/Computer.rb:9
2865
+ #: ../Views/Inventory/Room.rb:9
2866
+ #: ../Views/Network/Netdevs.rb:13
2867
+ #: ../Views/Network/Share.rb:21
2868
+ #: ../Views/Report/UsageCases.rb:17
2869
+ #: ../Views/Special/PlugEdit.rb:12
2870
+ #: ../Views/Task/Client.rb:17
2871
+ #: ../Views/Task/Edit.rb:19
2872
+ #: ../Views/Task/Worker.rb:17
2873
+ #: ../Views/Template/Activity.rb:16
2874
+ #: ../Views/Template/CourseType.rb:17
2875
+ msgid "new"
2876
+ msgstr "New"
2877
+
2878
+ #. Comes from file Views/Course/Stats.rb and line is class CourseStats < View
2879
+ #: ../Views/Course/Stats.rb:1
2880
+ msgid "CourseStats"
2881
+ msgstr "Statistics"
2882
+
2883
+ #. Comes from file Views/Course/Stats.rb and line is show_text :contacts, :flexheight => 1
2884
+ #: ../Views/Course/Stats.rb:16
2885
+ msgid "contacts"
2886
+ msgstr "Contacts"
2887
+
2888
+ #. Comes from file Views/Course/Stats.rb and line is show_button :save, :create_account
2889
+ #: ../Views/Course/Stats.rb:21
2890
+ msgid "create_account"
2891
+ msgstr "Create"
2892
+
2893
+ #. Comes from file Views/Course/Students.rb and line is class CourseStudents < View
2894
+ #: ../Views/Course/Students.rb:5
2895
+ msgid "CourseStudents"
2896
+ msgstr "Students"
2897
+
2898
+ #. Comes from file Views/Course/Tabs.rb and line is class CourseTabs < View
2899
+ #: ../Views/Course/Tabs.rb:1
2900
+ msgid "CourseTabs"
2901
+ msgstr "Courses"
2902
+
2903
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :search_txt
2904
+ #: ../Views/Course/Tabs.rb:8
2905
+ msgid "search_txt"
2906
+ msgstr "Search"
2907
+
2908
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :search, :delete, :add, :import
2909
+ #: ../Views/Course/Tabs.rb:11
2910
+ msgid "import"
2911
+ msgstr "Import"
2912
+
2913
+ #. Comes from file Views/Course/Tabs.rb and line is show_html "<h1>You're not allowed to do that</h1>"
2914
+ #: ../Views/Course/Tabs.rb:15
2915
+ msgid " show_html \"<h1>You're not allowed to do that</h1>\""
2916
+ msgstr "<h1>You're not allowed to do that</h1>"
2917
+
2918
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :ct_name
2919
+ #: ../Views/Course/Tabs.rb:22
2920
+ msgid "ct_name"
2921
+ msgstr "Course type"
2922
+
2923
+ #. Comes from file Views/Course/Tabs.rb and line is show_int :ct_duration
2924
+ #: ../Views/Course/Tabs.rb:23
2925
+ msgid "ct_duration"
2926
+ msgstr "Duration"
2927
+
2928
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :ct_desc
2929
+ #: ../Views/Course/Tabs.rb:24
2930
+ msgid "ct_desc"
2931
+ msgstr "Description"
2932
+
2933
+ #. Comes from file Views/Course/Tabs.rb and line is show_text :ct_contents
2934
+ #: ../Views/Course/Tabs.rb:25
2935
+ msgid "ct_contents"
2936
+ msgstr "Contents"
2937
+
2938
+ #. Comes from file Views/Course/Tabs.rb and line is show_list_drop :ct_filename, 'CourseTypes.files'
2939
+ #: ../Views/Course/Tabs.rb:26
2940
+ msgid "ct_filename"
2941
+ msgstr "Filename"
2942
+
2943
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :new_room
2944
+ #: ../Views/Course/Tabs.rb:29
2945
+ msgid "new_room"
2946
+ msgstr "New room"
2947
+
2948
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :new_teacher
2949
+ #: ../Views/Course/Tabs.rb:30
2950
+ msgid "new_teacher"
2951
+ msgstr "New teacher"
2952
+
2953
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :new_center
2954
+ #: ../Views/Course/Tabs.rb:31
2955
+ msgid "new_center"
2956
+ msgstr "New"
2957
+
2958
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :add_missing, :close
2959
+ #: ../Views/Course/Tabs.rb:33
2960
+ msgid "add_missing"
2961
+ msgstr "Add"
2962
+
2963
+ #. Comes from file Views/Course/Tabs.rb and line is show_entity_courseType_all :new_ctype, :drop, :name
2964
+ #: ../Views/Course/Tabs.rb:40
2965
+ msgid "new_ctype"
2966
+ msgstr "New course-type"
2967
+
2968
+ #. Comes from file Views/Course/Tabs.rb and line is show_str :name_date
2969
+ #: ../Views/Course/Tabs.rb:41
2970
+ msgid "name_date"
2971
+ msgstr "Course-name"
2972
+
2973
+ #. Comes from file Views/Course/Tabs.rb and line is show_entity_person :new_center_course, :drop, :full_name
2974
+ #: ../Views/Course/Tabs.rb:42
2975
+ msgid "new_center_course"
2976
+ msgstr "Center"
2977
+
2978
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :new_course, :close
2979
+ #: ../Views/Course/Tabs.rb:43
2980
+ msgid "new_course"
2981
+ msgstr "New course"
2982
+
2983
+ #. Comes from file Views/Course/Tabs.rb and line is show_html :confirm_delete_txt
2984
+ #: ../Views/Course/Tabs.rb:48
2985
+ msgid "confirm_delete_txt"
2986
+ msgstr "Confirm Delete"
2987
+
2988
+ #. Comes from file Views/Course/Tabs.rb and line is show_button :confirm_delete, :close
2989
+ #.
2990
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :confirm_delete, :close
2991
+ #: ../Views/Course/Tabs.rb:49
2992
+ #: ../Views/Person/Tabs.rb:26
2993
+ msgid "confirm_delete"
2994
+ msgstr "Confirm Delete"
2995
+
2996
+ #. Comes from file Views/Internet/Access.rb and line is class InternetAccess < View
2997
+ #: ../Views/Internet/Access.rb:1
2998
+ msgid "InternetAccess"
2999
+ msgstr "Access"
3000
+
3001
+ #. Comes from file Views/Internet/Access.rb and line is show_list_single :access_times_view
3002
+ #: ../Views/Internet/Access.rb:20
3003
+ msgid "access_times_view"
3004
+ msgstr "Access times"
3005
+
3006
+ #. Comes from file Views/Internet/Access.rb and line is show_button :save, :add_time, :delete_time
3007
+ #: ../Views/Internet/Access.rb:22
3008
+ msgid "add_time"
3009
+ msgstr "Add"
3010
+
3011
+ #. Comes from file Views/Internet/Access.rb and line is show_button :save, :add_time, :delete_time
3012
+ #: ../Views/Internet/Access.rb:22
3013
+ msgid "delete_time"
3014
+ msgstr "Delete"
3015
+
3016
+ #. Comes from file Views/Internet/Access.rb and line is show_list_single :members_view
3017
+ #: ../Views/Internet/Access.rb:25
3018
+ msgid "members_view"
3019
+ msgstr "Members"
3020
+
3021
+ #. Comes from file Views/Internet/Access.rb and line is show_button :add_member, :delete_member
3022
+ #: ../Views/Internet/Access.rb:27
3023
+ msgid "add_member"
3024
+ msgstr "Add"
3025
+
3026
+ #. Comes from file Views/Internet/Access.rb and line is show_button :add_member, :delete_member
3027
+ #: ../Views/Internet/Access.rb:27
3028
+ msgid "delete_member"
3029
+ msgstr "Delete"
3030
+
3031
+ #. Comes from file Views/Internet/ClassEdit.rb and line is class InternetClassEdit < View
3032
+ #: ../Views/Internet/ClassEdit.rb:1
3033
+ msgid "InternetClassEdit"
3034
+ msgstr "Edit"
3035
+
3036
+ #. Comes from file Views/Internet/ClassEdit.rb and line is vtlp_list :classes, :name
3037
+ #: ../Views/Internet/ClassEdit.rb:10
3038
+ msgid "classes"
3039
+ msgstr "Classes"
3040
+
3041
+ #. Comes from file Views/Internet/ClassUsers.rb and line is class InternetClassUsers < View
3042
+ #: ../Views/Internet/ClassUsers.rb:8
3043
+ msgid "InternetClassUsers"
3044
+ msgstr "Users"
3045
+
3046
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_str :search_str
3047
+ #: ../Views/Internet/ClassUsers.rb:15
3048
+ msgid "search_str"
3049
+ msgstr "Search"
3050
+
3051
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_button :search #, :add
3052
+ #: ../Views/Internet/ClassUsers.rb:17
3053
+ msgid "search #"
3054
+ msgstr "Search"
3055
+
3056
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_str :add_full_name
3057
+ #: ../Views/Internet/ClassUsers.rb:27
3058
+ msgid "add_full_name"
3059
+ msgstr "Full name"
3060
+
3061
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_str :add_login_name
3062
+ #: ../Views/Internet/ClassUsers.rb:28
3063
+ msgid "add_login_name"
3064
+ msgstr "Login"
3065
+
3066
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_entity_internetClass_empty_all :add_iclass, :drop, :name
3067
+ #: ../Views/Internet/ClassUsers.rb:29
3068
+ msgid "add_iclass"
3069
+ msgstr "Add"
3070
+
3071
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_date :add_date
3072
+ #: ../Views/Internet/ClassUsers.rb:30
3073
+ msgid "add_date"
3074
+ msgstr "Add"
3075
+
3076
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_int :add_duration
3077
+ #: ../Views/Internet/ClassUsers.rb:31
3078
+ msgid "add_duration"
3079
+ msgstr "Duration"
3080
+
3081
+ #. Comes from file Views/Internet/ClassUsers.rb and line is show_button :add_user
3082
+ #: ../Views/Internet/ClassUsers.rb:32
3083
+ msgid "add_user"
3084
+ msgstr "User"
3085
+
3086
+ #. Comes from file Views/Internet/Config.rb and line is class InternetConfig < View
3087
+ #: ../Views/Internet/Config.rb:1
3088
+ msgid "InternetConfig"
3089
+ msgstr "Config"
3090
+
3091
+ #. Comes from file Views/Internet/Config.rb and line is show_button :save_costs
3092
+ #.
3093
+ #. Comes from file Views/Network/Tables.rb and line is show_button :save_costs
3094
+ #: ../Views/Internet/Config.rb:20
3095
+ #: ../Views/Network/Tables.rb:12
3096
+ msgid "save_costs"
3097
+ msgstr "Save"
3098
+
3099
+ #. Comes from file Views/Internet/Mobile.rb and line is class InternetMobile < View
3100
+ #: ../Views/Internet/Mobile.rb:4
3101
+ msgid "InternetMobile"
3102
+ msgstr "Mobile"
3103
+
3104
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str_ro :operator
3105
+ #.
3106
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_int_ro :operator
3107
+ #: ../Views/Internet/Mobile.rb:24
3108
+ #: ../Views/Special/PlugEdit.rb:21
3109
+ msgid "operator"
3110
+ msgstr "Operator"
3111
+
3112
+ #. Comes from file Views/Internet/Mobile.rb and line is show_int_ro :promotion
3113
+ #: ../Views/Internet/Mobile.rb:26
3114
+ msgid "promotion"
3115
+ msgstr "Promotion"
3116
+
3117
+ #. Comes from file Views/Internet/Mobile.rb and line is show_int_ro :promotion_left
3118
+ #: ../Views/Internet/Mobile.rb:27
3119
+ msgid "promotion_left"
3120
+ msgstr "Promotion left"
3121
+
3122
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str_ro :state_now
3123
+ #: ../Views/Internet/Mobile.rb:28
3124
+ msgid "state_now"
3125
+ msgstr "Now"
3126
+
3127
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str_ro :state_goal
3128
+ #: ../Views/Internet/Mobile.rb:29
3129
+ msgid "state_goal"
3130
+ msgstr "Goal"
3131
+
3132
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str_ro :emails
3133
+ #: ../Views/Internet/Mobile.rb:30
3134
+ msgid "emails"
3135
+ msgstr "Emails"
3136
+
3137
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str_ro :vpn
3138
+ #: ../Views/Internet/Mobile.rb:31
3139
+ msgid "vpn"
3140
+ msgstr "VPN"
3141
+
3142
+ #. Comes from file Views/Internet/Mobile.rb and line is show_list_drop :umts_connection, 'View.InternetMobile.umts_connection',
3143
+ #: ../Views/Internet/Mobile.rb:32
3144
+ msgid "umts_connection"
3145
+ msgstr "UMTS"
3146
+
3147
+ #. Comes from file Views/Internet/Mobile.rb and line is show_button :connect, :disconnect, :reload
3148
+ #: ../Views/Internet/Mobile.rb:34
3149
+ msgid "reload"
3150
+ msgstr "Reload"
3151
+
3152
+ #. Comes from file Views/Internet/Mobile.rb and line is show_button :connect, :disconnect, :reload
3153
+ #.
3154
+ #. Comes from file Views/Self/Internet.rb and line is show_button :connect, :disconnect
3155
+ #: ../Views/Internet/Mobile.rb:34
3156
+ #: ../Views/Self/Internet.rb:22
3157
+ msgid "connect"
3158
+ msgstr "Connect"
3159
+
3160
+ #. Comes from file Views/Internet/Mobile.rb and line is show_button :connect, :disconnect, :reload
3161
+ #.
3162
+ #. Comes from file Views/Self/Internet.rb and line is show_button :connect, :disconnect
3163
+ #: ../Views/Internet/Mobile.rb:34
3164
+ #: ../Views/Self/Internet.rb:22
3165
+ msgid "disconnect"
3166
+ msgstr "Disconnect"
3167
+
3168
+ #. Comes from file Views/Internet/Mobile.rb and line is show_split_button :recharge, []
3169
+ #.
3170
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_button :recharge, :charge, :cmd
3171
+ #: ../Views/Internet/Mobile.rb:35
3172
+ #: ../Views/Special/PlugEdit.rb:25
3173
+ msgid "recharge"
3174
+ msgstr "Recharge"
3175
+
3176
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str :sms_number
3177
+ #: ../Views/Internet/Mobile.rb:38
3178
+ msgid "sms_number"
3179
+ msgstr "SMS-number"
3180
+
3181
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str :sms_text
3182
+ #: ../Views/Internet/Mobile.rb:39
3183
+ msgid "sms_text"
3184
+ msgstr "SMS-text"
3185
+
3186
+ #. Comes from file Views/Internet/Mobile.rb and line is show_button :send_sms
3187
+ #: ../Views/Internet/Mobile.rb:40
3188
+ msgid "send_sms"
3189
+ msgstr "Send SMS"
3190
+
3191
+ #. Comes from file Views/Internet/Mobile.rb and line is show_str :ussd
3192
+ #: ../Views/Internet/Mobile.rb:43
3193
+ msgid "ussd"
3194
+ msgstr "USSD"
3195
+
3196
+ #. Comes from file Views/Internet/Mobile.rb and line is show_button :send_ussd, :add_credit
3197
+ #: ../Views/Internet/Mobile.rb:44
3198
+ msgid "send_ussd"
3199
+ msgstr "Send USSD"
3200
+
3201
+ #. Comes from file Views/Internet/Mobile.rb and line is show_text :sms_received, :flexheight => 1
3202
+ #: ../Views/Internet/Mobile.rb:48
3203
+ msgid "sms_received"
3204
+ msgstr "Received SMSs"
3205
+
3206
+ #. Comes from file Views/Internet/Mobile.rb and line is show_text :ussd_received, :flexheight => 1
3207
+ #: ../Views/Internet/Mobile.rb:49
3208
+ msgid "ussd_received"
3209
+ msgstr "Received USSDs"
3210
+
3211
+ #. Comes from file Views/Internet/Recharges.rb and line is class InternetRecharges < View
3212
+ #: ../Views/Internet/Recharges.rb:1
3213
+ msgid "InternetRecharges"
3214
+ msgstr "Recharges"
3215
+
3216
+ #. Comes from file Views/Internet/Recharges.rb and line is show_entity_recharge_all :recharges, :single, :time,
3217
+ #: ../Views/Internet/Recharges.rb:10
3218
+ msgid "recharges"
3219
+ msgstr "Recharges"
3220
+
3221
+ #. Comes from file Views/Internet/Tabs.rb and line is class InternetTabs < View
3222
+ #: ../Views/Internet/Tabs.rb:1
3223
+ msgid "InternetTabs"
3224
+ msgstr "Internet"
3225
+
3226
+ #. Comes from file Views/Inventory/Computer.rb and line is class InventoryComputer < View
3227
+ #: ../Views/Inventory/Computer.rb:1
3228
+ msgid "InventoryComputer"
3229
+ msgstr "Computer"
3230
+
3231
+ #. Comes from file Views/Inventory/Computer.rb and line is vtlp_list :computer_list, 'name_service', :width => 100
3232
+ #: ../Views/Inventory/Computer.rb:8
3233
+ msgid "computer_list"
3234
+ msgstr "List"
3235
+
3236
+ #. Comes from file Views/Inventory/Room.rb and line is class InventoryRoom < View
3237
+ #: ../Views/Inventory/Room.rb:1
3238
+ msgid "InventoryRoom"
3239
+ msgstr "Room"
3240
+
3241
+ #. Comes from file Views/Inventory/Room.rb and line is vtlp_list :rooms, 'name'
3242
+ #: ../Views/Inventory/Room.rb:8
3243
+ msgid "rooms"
3244
+ msgstr "Rooms"
3245
+
3246
+ #. Comes from file Views/Inventory/Tabs.rb and line is class InventoryTabs < View
3247
+ #: ../Views/Inventory/Tabs.rb:1
3248
+ msgid "InventoryTabs"
3249
+ msgstr "Inventory"
3250
+
3251
+ #. Comes from file Views/Inventory/TicketClosed.rb and line is class InventoryTicketClosed < View
3252
+ #: ../Views/Inventory/TicketClosed.rb:1
3253
+ msgid "InventoryTicketClosed"
3254
+ msgstr "Ticket Closed"
3255
+
3256
+ #. Comes from file Views/Inventory/TicketOpen.rb and line is class InventoryTicketOpen < View
3257
+ #: ../Views/Inventory/TicketOpen.rb:1
3258
+ msgid "InventoryTicketOpen"
3259
+ msgstr "Ticket Open"
3260
+
3261
+ #. Comes from file Views/Library/Person.rb and line is class LibraryPerson < View
3262
+ #: ../Views/Library/Person.rb:1
3263
+ msgid "LibraryPerson"
3264
+ msgstr "Person"
3265
+
3266
+ #. Comes from file Views/Library/Person.rb and line is show_entity_person :users, :single, :to_list_id,
3267
+ #.
3268
+ #. Comes from file Views/Network/Share.rb and line is show_list_single :users, :width => 200
3269
+ #: ../Views/Library/Person.rb:8
3270
+ #: ../Views/Network/Share.rb:28
3271
+ msgid "users"
3272
+ msgstr "Users"
3273
+
3274
+ #. Comes from file Views/Library/Tabs.rb and line is class LibraryTabs < View
3275
+ #: ../Views/Library/Tabs.rb:1
3276
+ msgid "LibraryTabs"
3277
+ msgstr "Library"
3278
+
3279
+ #. Comes from file Views/Network/Block.rb and line is class NetworkBlock < View
3280
+ #: ../Views/Network/Block.rb:1
3281
+ msgid "NetworkBlock"
3282
+ msgstr "Network"
3283
+
3284
+ #. Comes from file Views/Network/Block.rb and line is show_text :hosts, flexheight: 1
3285
+ #: ../Views/Network/Block.rb:14
3286
+ msgid "hosts"
3287
+ msgstr "Hosts"
3288
+
3289
+ #. Comes from file Views/Network/Block.rb and line is show_list :blocked, 'View.NetworkBlock.list_dhcp', :width => 400
3290
+ #: ../Views/Network/Block.rb:16
3291
+ msgid "blocked"
3292
+ msgstr "Blocked"
3293
+
3294
+ #. Comes from file Views/Network/Block.rb and line is show_button :block
3295
+ #: ../Views/Network/Block.rb:17
3296
+ msgid "block"
3297
+ msgstr "Block"
3298
+
3299
+ #. Comes from file Views/Network/Netdevs.rb and line is class NetworkNetdevs < View
3300
+ #: ../Views/Network/Netdevs.rb:1
3301
+ msgid "NetworkNetdevs"
3302
+ msgstr "Netdevs"
3303
+
3304
+ #. Comes from file Views/Network/Netdevs.rb and line is vtlp_list :netdevs, :name
3305
+ #: ../Views/Network/Netdevs.rb:12
3306
+ msgid "netdevs"
3307
+ msgstr "Netdevs"
3308
+
3309
+ #. Comes from file Views/Network/Restriction.rb and line is class NetworkRestriction < View
3310
+ #: ../Views/Network/Restriction.rb:1
3311
+ msgid "NetworkRestriction"
3312
+ msgstr "Restriction"
3313
+
3314
+ #. Comes from file Views/Network/Restriction.rb and line is show_html :state
3315
+ #: ../Views/Network/Restriction.rb:10
3316
+ msgid "state"
3317
+ msgstr "State"
3318
+
3319
+ #. Comes from file Views/Network/Restriction.rb and line is show_button :remove_restriction, :restrict_info1, :restrict_info2
3320
+ #: ../Views/Network/Restriction.rb:11
3321
+ msgid "restrict_info1"
3322
+ msgstr "Info1"
3323
+
3324
+ #. Comes from file Views/Network/Restriction.rb and line is show_button :remove_restriction, :restrict_info1, :restrict_info2
3325
+ #: ../Views/Network/Restriction.rb:11
3326
+ msgid "remove_restriction"
3327
+ msgstr "Remove"
3328
+
3329
+ #. Comes from file Views/Network/Restriction.rb and line is show_button :remove_restriction, :restrict_info1, :restrict_info2
3330
+ #: ../Views/Network/Restriction.rb:11
3331
+ msgid "restrict_info2"
3332
+ msgstr "Info2"
3333
+
3334
+ #. Comes from file Views/Network/Share.rb and line is class NetworkShare < View
3335
+ #: ../Views/Network/Share.rb:1
3336
+ msgid "NetworkShare"
3337
+ msgstr "Share"
3338
+
3339
+ #. Comes from file Views/Network/Share.rb and line is vtlp_list :shares, :name
3340
+ #: ../Views/Network/Share.rb:20
3341
+ msgid "shares"
3342
+ msgstr "Shares"
3343
+
3344
+ #. Comes from file Views/Network/Share.rb and line is show_button :share_save, :change_path, :add_htaccess
3345
+ #: ../Views/Network/Share.rb:25
3346
+ msgid "share_save"
3347
+ msgstr "Save"
3348
+
3349
+ #. Comes from file Views/Network/Share.rb and line is show_button :share_save, :change_path, :add_htaccess
3350
+ #: ../Views/Network/Share.rb:25
3351
+ msgid "add_htaccess"
3352
+ msgstr ".htaccess"
3353
+
3354
+ #. Comes from file Views/Network/Share.rb and line is show_button :share_save, :change_path, :add_htaccess
3355
+ #: ../Views/Network/Share.rb:25
3356
+ msgid "change_path"
3357
+ msgstr "Change path"
3358
+
3359
+ #. Comes from file Views/Network/Share.rb and line is show_button :no_access, :read_write, :read_only
3360
+ #: ../Views/Network/Share.rb:29
3361
+ msgid "read_write"
3362
+ msgstr "Read+Write"
3363
+
3364
+ #. Comes from file Views/Network/Share.rb and line is show_button :no_access, :read_write, :read_only
3365
+ #: ../Views/Network/Share.rb:29
3366
+ msgid "no_access"
3367
+ msgstr "No access"
3368
+
3369
+ #. Comes from file Views/Network/Share.rb and line is show_button :no_access, :read_write, :read_only
3370
+ #: ../Views/Network/Share.rb:29
3371
+ msgid "read_only"
3372
+ msgstr "Read only"
3373
+
3374
+ #. Comes from file Views/Network/Share.rb and line is show_str :domain, :width => 200
3375
+ #: ../Views/Network/Share.rb:34
3376
+ msgid "domain"
3377
+ msgstr "Domain"
3378
+
3379
+ #. Comes from file Views/Network/Share.rb and line is show_str :hostname
3380
+ #: ../Views/Network/Share.rb:35
3381
+ msgid "hostname"
3382
+ msgstr "Hostname"
3383
+
3384
+ #. Comes from file Views/Network/Share.rb and line is show_button :samba_save
3385
+ #: ../Views/Network/Share.rb:36
3386
+ msgid "samba_save"
3387
+ msgstr "Save"
3388
+
3389
+ #. Comes from file Views/Network/Share.rb and line is show_html :msg_txt
3390
+ #: ../Views/Network/Share.rb:43
3391
+ msgid "msg_txt"
3392
+ msgstr "Msg"
3393
+
3394
+ #. Comes from file Views/Network/Tables.rb and line is class NetworkTables < View
3395
+ #: ../Views/Network/Tables.rb:1
3396
+ msgid "NetworkTables"
3397
+ msgstr "Tables"
3398
+
3399
+ #. Comes from file Views/Network/Tabs.rb and line is class NetworkTabs < View
3400
+ #: ../Views/Network/Tabs.rb:1
3401
+ msgid "NetworkTabs"
3402
+ msgstr "Network"
3403
+
3404
+ #. Comes from file Views/Person/Admin.rb and line is class PersonAdmin < View
3405
+ #: ../Views/Person/Admin.rb:3
3406
+ msgid "PersonAdmin"
3407
+ msgstr "Admin"
3408
+
3409
+ #. Comes from file Views/Person/Admin.rb and line is show_html :err_html
3410
+ #: ../Views/Person/Admin.rb:30
3411
+ msgid "err_html"
3412
+ msgstr "Error"
3413
+
3414
+ #. Comes from file Views/Person/Admin.rb and line is show_entity_person :centers, :drop, :full_name, :width => 200
3415
+ #: ../Views/Person/Admin.rb:31
3416
+ msgid "centers"
3417
+ msgstr "Centers"
3418
+
3419
+ #. Comes from file Views/Person/Admin.rb and line is show_button :chose
3420
+ #: ../Views/Person/Admin.rb:32
3421
+ msgid "chose"
3422
+ msgstr "Chose"
3423
+
3424
+ #. Comes from file Views/Person/Center.rb and line is class PersonCenter < View
3425
+ #: ../Views/Person/Center.rb:3
3426
+ msgid "PersonCenter"
3427
+ msgstr "Center"
3428
+
3429
+ #. Comes from file Views/Person/Course.rb and line is class PersonCourse < View
3430
+ #: ../Views/Person/Course.rb:3
3431
+ msgid "PersonCourse"
3432
+ msgstr "Course"
3433
+
3434
+ #. Comes from file Views/Person/Course.rb and line is show_list_single :courses_available, 'Entities.Courses.list_courses',
3435
+ #: ../Views/Person/Course.rb:17
3436
+ msgid "courses_available"
3437
+ msgstr "Available"
3438
+
3439
+ #. Comes from file Views/Person/Course.rb and line is show_button :add_course, :close
3440
+ #: ../Views/Person/Course.rb:19
3441
+ msgid "add_course"
3442
+ msgstr "Add"
3443
+
3444
+ #. Comes from file Views/Person/Modify.rb and line is class PersonModify < View
3445
+ #: ../Views/Person/Modify.rb:3
3446
+ msgid "PersonModify"
3447
+ msgstr "Modify"
3448
+
3449
+ #. Comes from file Views/Person/Modify.rb and line is show_str :new_password
3450
+ #.
3451
+ #. Comes from file Views/Self/Show.rb and line is show_str :new_password
3452
+ #: ../Views/Person/Modify.rb:24
3453
+ #: ../Views/Self/Show.rb:14
3454
+ msgid "new_password"
3455
+ msgstr "New password"
3456
+
3457
+ #. Comes from file Views/Person/Modify.rb and line is show_html :not_allowed
3458
+ #: ../Views/Person/Modify.rb:26
3459
+ msgid "not_allowed"
3460
+ msgstr "Not allowed"
3461
+
3462
+ #. Comes from file Views/Person/Modify.rb and line is show_button :change_password
3463
+ #.
3464
+ #. Comes from file Views/Self/Show.rb and line is show_button :change_password
3465
+ #: ../Views/Person/Modify.rb:27
3466
+ #: ../Views/Self/Show.rb:15
3467
+ msgid "change_password"
3468
+ msgstr "Change password"
3469
+
3470
+ #. Comes from file Views/Person/Modify.rb and line is show_button :next_page, :close
3471
+ #: ../Views/Person/Modify.rb:32
3472
+ msgid "next_page"
3473
+ msgstr "Next"
3474
+
3475
+ #. Comes from file Views/Person/Modify.rb and line is show_print :print_library
3476
+ #: ../Views/Person/Modify.rb:37
3477
+ msgid "print_library"
3478
+ msgstr "Print librarian"
3479
+
3480
+ #. Comes from file Views/Person/Modify.rb and line is show_print :print_responsible
3481
+ #: ../Views/Person/Modify.rb:38
3482
+ msgid "print_responsible"
3483
+ msgstr "Print responsible"
3484
+
3485
+ #. Comes from file Views/Person/Tabs.rb and line is class PersonTabs < View
3486
+ #: ../Views/Person/Tabs.rb:1
3487
+ msgid "PersonTabs"
3488
+ msgstr "Person"
3489
+
3490
+ #. Comes from file Views/Person/Tabs.rb and line is show_button :start_search, :delete, :add
3491
+ #: ../Views/Person/Tabs.rb:10
3492
+ msgid "start_search"
3493
+ msgstr "Search"
3494
+
3495
+ #. Comes from file Views/Person/Tabs.rb and line is show_str :complete_name, :width => 150
3496
+ #: ../Views/Person/Tabs.rb:13
3497
+ msgid "complete_name"
3498
+ msgstr "Full name"
3499
+
3500
+ #. Comes from file Views/Person/Tabs.rb and line is show_str :login_prop
3501
+ #: ../Views/Person/Tabs.rb:14
3502
+ msgid "login_prop"
3503
+ msgstr "Login proposition"
3504
+
3505
+ #. Comes from file Views/Person/Tabs.rb and line is show_html :info
3506
+ #: ../Views/Person/Tabs.rb:20
3507
+ msgid "info"
3508
+ msgstr "Info"
3509
+
3510
+ #. Comes from file Views/Person/Tabs.rb and line is show_html :delete_txt
3511
+ #: ../Views/Person/Tabs.rb:25
3512
+ msgid "delete_txt"
3513
+ msgstr "Delete"
3514
+
3515
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is class ReportComptaExecutive < View
3516
+ #: ../Views/Report/ComptaExecutive.rb:1
3517
+ msgid "ReportComptaExecutive"
3518
+ msgstr "Compta Executive"
3519
+
3520
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_entity_report_all :reports, :single, :name, :callback => true,
3521
+ #: ../Views/Report/ComptaExecutive.rb:12
3522
+ msgid "reports"
3523
+ msgstr "Reports"
3524
+
3525
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :report_add, :report_delete
3526
+ #: ../Views/Report/ComptaExecutive.rb:14
3527
+ msgid "report_delete"
3528
+ msgstr "Delete"
3529
+
3530
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :report_add, :report_delete
3531
+ #: ../Views/Report/ComptaExecutive.rb:14
3532
+ msgid "report_add"
3533
+ msgstr "Add"
3534
+
3535
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_int :months
3536
+ #: ../Views/Report/ComptaExecutive.rb:18
3537
+ msgid "months"
3538
+ msgstr "Months"
3539
+
3540
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_add, :account_del, :account_edit
3541
+ #: ../Views/Report/ComptaExecutive.rb:26
3542
+ msgid "account_add"
3543
+ msgstr "Add"
3544
+
3545
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_add, :account_del, :account_edit
3546
+ #: ../Views/Report/ComptaExecutive.rb:26
3547
+ msgid "account_del"
3548
+ msgstr "Delete"
3549
+
3550
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_add, :account_del, :account_edit
3551
+ #: ../Views/Report/ComptaExecutive.rb:26
3552
+ msgid "account_edit"
3553
+ msgstr "Edit"
3554
+
3555
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_up, :account_down
3556
+ #: ../Views/Report/ComptaExecutive.rb:27
3557
+ msgid "account_down"
3558
+ msgstr "Move down"
3559
+
3560
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_up, :account_down
3561
+ #: ../Views/Report/ComptaExecutive.rb:27
3562
+ msgid "account_up"
3563
+ msgstr "Move up"
3564
+
3565
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_add_win, :account_save_win, :close
3566
+ #: ../Views/Report/ComptaExecutive.rb:36
3567
+ msgid "account_save_win"
3568
+ msgstr "Save"
3569
+
3570
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :account_add_win, :account_save_win, :close
3571
+ #: ../Views/Report/ComptaExecutive.rb:36
3572
+ msgid "account_add_win"
3573
+ msgstr "Add"
3574
+
3575
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_str :report_name
3576
+ #: ../Views/Report/ComptaExecutive.rb:41
3577
+ msgid "report_name"
3578
+ msgstr "Name"
3579
+
3580
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :report_add_win, :close
3581
+ #: ../Views/Report/ComptaExecutive.rb:42
3582
+ msgid "report_add_win"
3583
+ msgstr "Add"
3584
+
3585
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_html :progress_txt
3586
+ #: ../Views/Report/ComptaExecutive.rb:46
3587
+ msgid "progress_txt"
3588
+ msgstr "Progress"
3589
+
3590
+ #. Comes from file Views/Report/ComptaExecutive.rb and line is show_button :report_cancel
3591
+ #: ../Views/Report/ComptaExecutive.rb:47
3592
+ msgid "report_cancel"
3593
+ msgstr "Cancel"
3594
+
3595
+ #. Comes from file Views/Report/ComptaFlat.rb and line is class ReportComptaFlat < View
3596
+ #: ../Views/Report/ComptaFlat.rb:1
3597
+ msgid "ReportComptaFlat"
3598
+ msgstr "Compta Flat"
3599
+
3600
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_entity_account :account_archive, :drop, :callback => true
3601
+ #: ../Views/Report/ComptaFlat.rb:10
3602
+ msgid "account_archive"
3603
+ msgstr "Archive"
3604
+
3605
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_entity_account :account_list, :single,
3606
+ #: ../Views/Report/ComptaFlat.rb:11
3607
+ msgid "account_list"
3608
+ msgstr "Accounts"
3609
+
3610
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_int :total
3611
+ #: ../Views/Report/ComptaFlat.rb:15
3612
+ msgid "total"
3613
+ msgstr "Total"
3614
+
3615
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_button :account_update, :report_movements
3616
+ #: ../Views/Report/ComptaFlat.rb:17
3617
+ msgid "report_movements"
3618
+ msgstr "Movements"
3619
+
3620
+ #. Comes from file Views/Report/ComptaFlat.rb and line is show_button :account_update, :report_movements
3621
+ #: ../Views/Report/ComptaFlat.rb:17
3622
+ msgid "account_update"
3623
+ msgstr "Update"
3624
+
3625
+ #. Comes from file Views/Report/ReportCourse.rb and line is class ReportCourse < View
3626
+ #: ../Views/Report/ReportCourse.rb:3
3627
+ msgid "ReportCourse"
3628
+ msgstr "Course"
3629
+
3630
+ #. Comes from file Views/Report/Tabs.rb and line is class ReportTabs < View
3631
+ #: ../Views/Report/Tabs.rb:4
3632
+ msgid "ReportTabs"
3633
+ msgstr "Report"
3634
+
3635
+ #. Comes from file Views/Report/Usage.rb and line is class ReportUsage < View
3636
+ #: ../Views/Report/Usage.rb:1
3637
+ msgid "ReportUsage"
3638
+ msgstr "Usage"
3639
+
3640
+ #. Comes from file Views/Report/Usage.rb and line is show_entity_usage_all :usage, :single, :name, :callback => true
3641
+ #: ../Views/Report/Usage.rb:10
3642
+ msgid "usage"
3643
+ msgstr "Usage"
3644
+
3645
+ #. Comes from file Views/Report/Usage.rb and line is show_table :usage_report, :headings => [:Element, :Count],
3646
+ #: ../Views/Report/Usage.rb:14
3647
+ msgid "usage_report"
3648
+ msgstr "Usage"
3649
+
3650
+ #. Comes from file Views/Report/Usage.rb and line is show_date :from
3651
+ #: ../Views/Report/Usage.rb:18
3652
+ msgid "from"
3653
+ msgstr "From"
3654
+
3655
+ #. Comes from file Views/Report/Usage.rb and line is show_date :to
3656
+ #: ../Views/Report/Usage.rb:19
3657
+ msgid "to"
3658
+ msgstr "To"
3659
+
3660
+ #. Comes from file Views/Report/UsageCases.rb and line is class ReportUsageCases < View
3661
+ #: ../Views/Report/UsageCases.rb:1
3662
+ msgid "ReportUsageCases"
3663
+ msgstr "Usage Cases"
3664
+
3665
+ #. Comes from file Views/Report/UsageCases.rb and line is vtlp_list :usage_list, 'name'
3666
+ #: ../Views/Report/UsageCases.rb:14
3667
+ msgid "usage_list"
3668
+ msgstr "Usages"
3669
+
3670
+ #. Comes from file Views/Report/UsageCases.rb and line is show_list_drop :file_data, '%w(none)', :callback => :file_chosen
3671
+ #: ../Views/Report/UsageCases.rb:28
3672
+ msgid "file_data"
3673
+ msgstr "Data"
3674
+
3675
+ #. Comes from file Views/Report/UsageCases.rb and line is show_text :file_source, :flexwidth => 1, :flexheight => 1
3676
+ #: ../Views/Report/UsageCases.rb:29
3677
+ msgid "file_source"
3678
+ msgstr "File source"
3679
+
3680
+ #. Comes from file Views/Report/UsageCases.rb and line is show_text :file_filtered, :flexwidth => 1, :flexheight => 1
3681
+ #: ../Views/Report/UsageCases.rb:30
3682
+ msgid "file_filtered"
3683
+ msgstr "Filtered"
3684
+
3685
+ #. Comes from file Views/Self/Cash.rb and line is class SelfCash < View
3686
+ #: ../Views/Self/Cash.rb:1
3687
+ msgid "SelfCash"
3688
+ msgstr "Cash"
3689
+
3690
+ #. Comes from file Views/Self/Chat.rb and line is class SelfChat < View
3691
+ #: ../Views/Self/Chat.rb:4
3692
+ msgid "SelfChat"
3693
+ msgstr "Chat"
3694
+
3695
+ #. Comes from file Views/Self/Chat.rb and line is show_html :replace
3696
+ #: ../Views/Self/Chat.rb:14
3697
+ msgid "replace"
3698
+ msgstr "Replace"
3699
+
3700
+ #. Comes from file Views/Self/Chat.rb and line is show_str :talk, :flexwidth => 1
3701
+ #: ../Views/Self/Chat.rb:16
3702
+ msgid "talk"
3703
+ msgstr "Talk"
3704
+
3705
+ #. Comes from file Views/Self/Chat.rb and line is show_button :send
3706
+ #: ../Views/Self/Chat.rb:17
3707
+ msgid "send"
3708
+ msgstr "Send"
3709
+
3710
+ #. Comes from file Views/Self/Chat.rb and line is show_text :discussion, :flexheight => 1, :flexwidth => 1
3711
+ #: ../Views/Self/Chat.rb:20
3712
+ msgid "discussion"
3713
+ msgstr "Discussion"
3714
+
3715
+ #. Comes from file Views/Self/Concours.rb and line is class SelfConcours < View
3716
+ #: ../Views/Self/Concours.rb:1
3717
+ msgid "SelfConcours"
3718
+ msgstr "Concours"
3719
+
3720
+ #. Comes from file Views/Self/Concours.rb and line is show_html :welcome
3721
+ #: ../Views/Self/Concours.rb:9
3722
+ msgid "welcome"
3723
+ msgstr "Welcome"
3724
+
3725
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q01_isoc_start, "%w( répondez 1980 1992 2000 )"
3726
+ #: ../Views/Self/Concours.rb:17
3727
+ msgid "q01_isoc_start"
3728
+ msgstr "1"
3729
+
3730
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q02_isoc_chad_start, "%w( répondez 2000 2003 2007 )"
3731
+ #: ../Views/Self/Concours.rb:18
3732
+ msgid "q02_isoc_chad_start"
3733
+ msgstr "2"
3734
+
3735
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q03_internet_sat, "%w( répondez vrai faux )"
3736
+ #: ../Views/Self/Concours.rb:19
3737
+ msgid "q03_internet_sat"
3738
+ msgstr "3"
3739
+
3740
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q04_internet_like, "%w( répondez route avion eau )"
3741
+ #: ../Views/Self/Concours.rb:20
3742
+ msgid "q04_internet_like"
3743
+ msgstr "4"
3744
+
3745
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q05_internet_needs, "%w( répondez portable fai disque_dur )"
3746
+ #: ../Views/Self/Concours.rb:21
3747
+ msgid "q05_internet_needs"
3748
+ msgstr "5"
3749
+
3750
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q06_fai_only_one, "%w( répondez vrai faux )"
3751
+ #: ../Views/Self/Concours.rb:22
3752
+ msgid "q06_fai_only_one"
3753
+ msgstr "6"
3754
+
3755
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q07_price_free, "%w( répondez vrai faux )"
3756
+ #: ../Views/Self/Concours.rb:23
3757
+ msgid "q07_price_free"
3758
+ msgstr "7"
3759
+
3760
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q08_email_generic, "%w( répondez courriel yahoo gmail )"
3761
+ #: ../Views/Self/Concours.rb:24
3762
+ msgid "q08_email_generic"
3763
+ msgstr "8"
3764
+
3765
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q09_service_surf, "%w( répondez ftp www e-mail )"
3766
+ #: ../Views/Self/Concours.rb:25
3767
+ msgid "q09_service_surf"
3768
+ msgstr "9"
3769
+
3770
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q10_is_central, "%w( répondez vrai faux )"
3771
+ #: ../Views/Self/Concours.rb:26
3772
+ msgid "q10_is_central"
3773
+ msgstr "10"
3774
+
3775
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q11_internet_start, "%w( répondez recherche commercial )"
3776
+ #: ../Views/Self/Concours.rb:29
3777
+ msgid "q11_internet_start"
3778
+ msgstr "11"
3779
+
3780
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q12_what_standards, "%w( répondez ouvert payants )"
3781
+ #: ../Views/Self/Concours.rb:30
3782
+ msgid "q12_what_standards"
3783
+ msgstr "12"
3784
+
3785
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q13_chapters_count, "%w( répondez 80 90 100 )"
3786
+ #: ../Views/Self/Concours.rb:31
3787
+ msgid "q13_chapters_count"
3788
+ msgstr "13"
3789
+
3790
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q14_isoc_members, "%w( répondez 57000 60000 55000 )"
3791
+ #: ../Views/Self/Concours.rb:32
3792
+ msgid "q14_isoc_members"
3793
+ msgstr "14"
3794
+
3795
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q15_domain_names, "%w( répondez IANA IAB ICANN )"
3796
+ #: ../Views/Self/Concours.rb:33
3797
+ msgid "q15_domain_names"
3798
+ msgstr "15"
3799
+
3800
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q16_gives_ips, "%w( répondez IANA IAB ICANN )"
3801
+ #: ../Views/Self/Concours.rb:34
3802
+ msgid "q16_gives_ips"
3803
+ msgstr "16"
3804
+
3805
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q17_does_standards, "%w( répondez IANA IAB ICANN )"
3806
+ #: ../Views/Self/Concours.rb:35
3807
+ msgid "q17_does_standards"
3808
+ msgstr "17"
3809
+
3810
+ #. Comes from file Views/Self/Concours.rb and line is show_list_drop :q18_we_work_with, "%w( répondez NTIC NPIC IPNT )"
3811
+ #: ../Views/Self/Concours.rb:36
3812
+ msgid "q18_we_work_with"
3813
+ msgstr "18"
3814
+
3815
+ #. 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 )"
3816
+ #: ../Views/Self/Concours.rb:37
3817
+ msgid "q19_website_chad"
3818
+ msgstr "19"
3819
+
3820
+ #. 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 )"
3821
+ #: ../Views/Self/Concours.rb:38
3822
+ msgid "q20_best_fai"
3823
+ msgstr "20"
3824
+
3825
+ #. Comes from file Views/Self/Concours.rb and line is show_button :send_replies
3826
+ #: ../Views/Self/Concours.rb:42
3827
+ msgid "send_replies"
3828
+ msgstr "Send"
3829
+
3830
+ #. Comes from file Views/Self/Concours.rb and line is show_html :txt_error
3831
+ #: ../Views/Self/Concours.rb:45
3832
+ msgid "txt_error"
3833
+ msgstr "Error"
3834
+
3835
+ #. Comes from file Views/Self/Concours.rb and line is show_button :ok
3836
+ #: ../Views/Self/Concours.rb:46
3837
+ msgid "ok"
3838
+ msgstr "OK"
3839
+
3840
+ #. Comes from file Views/Self/Concours.rb and line is show_html :txt_finish
3841
+ #: ../Views/Self/Concours.rb:49
3842
+ msgid "txt_finish"
3843
+ msgstr "Finish"
3844
+
3845
+ #. Comes from file Views/Self/Concours.rb and line is show_button :yes, :no
3846
+ #: ../Views/Self/Concours.rb:50
3847
+ msgid "no"
3848
+ msgstr "No"
3849
+
3850
+ #. Comes from file Views/Self/Concours.rb and line is show_button :yes, :no
3851
+ #: ../Views/Self/Concours.rb:50
3852
+ msgid "yes"
3853
+ msgstr "Yes"
3854
+
3855
+ #. Comes from file Views/Self/Email.rb and line is class SelfEmail < View
3856
+ #: ../Views/Self/Email.rb:1
3857
+ msgid "SelfEmail"
3858
+ msgstr "Email"
3859
+
3860
+ #. Comes from file Views/Self/Internet.rb and line is class SelfInternet < View
3861
+ #: ../Views/Self/Internet.rb:1
3862
+ msgid "SelfInternet"
3863
+ msgstr "Internet"
3864
+
3865
+ #. Comes from file Views/Self/Internet.rb and line is show_html :connection_status
3866
+ #: ../Views/Self/Internet.rb:15
3867
+ msgid "connection_status"
3868
+ msgstr "Status"
3869
+
3870
+ #. Comes from file Views/Self/Internet.rb and line is show_int_ro :users_connected
3871
+ #: ../Views/Self/Internet.rb:17
3872
+ msgid "users_connected"
3873
+ msgstr "Users connected"
3874
+
3875
+ #. Comes from file Views/Self/Internet.rb and line is show_int_ro :bytes_left
3876
+ #: ../Views/Self/Internet.rb:18
3877
+ msgid "bytes_left"
3878
+ msgstr "Bytes left"
3879
+
3880
+ #. Comes from file Views/Self/Internet.rb and line is show_int_ro :bytes_left_today
3881
+ #: ../Views/Self/Internet.rb:19
3882
+ msgid "bytes_left_today"
3883
+ msgstr "Bytes left today"
3884
+
3885
+ #. Comes from file Views/Self/Internet.rb and line is show_html :connection, :width => 100
3886
+ #: ../Views/Self/Internet.rb:20
3887
+ msgid "connection"
3888
+ msgstr "Connection"
3889
+
3890
+ #. Comes from file Views/Self/Internet.rb and line is show_html :auto_connection
3891
+ #: ../Views/Self/Internet.rb:21
3892
+ msgid "auto_connection"
3893
+ msgstr "Auto-connection"
3894
+
3895
+ #. Comes from file Views/Self/Internet.rb and line is show_table :traffic, headings: %w(Name Day-2 Day-1 Today),
3896
+ #: ../Views/Self/Internet.rb:25
3897
+ msgid "traffic"
3898
+ msgstr "Traffic"
3899
+
3900
+ #. Comes from file Views/Self/Internet.rb and line is show_button :disconnect_user
3901
+ #: ../Views/Self/Internet.rb:27
3902
+ msgid "disconnect_user"
3903
+ msgstr "Disconnect"
3904
+
3905
+ #. Comes from file Views/Self/Results.rb and line is class SelfResults < View
3906
+ #: ../Views/Self/Results.rb:1
3907
+ msgid "SelfResults"
3908
+ msgstr "Results"
3909
+
3910
+ #. Comes from file Views/Self/Results.rb and line is show_list :results, 'Quizs.results', :flexheight => 1
3911
+ #: ../Views/Self/Results.rb:8
3912
+ msgid "results"
3913
+ msgstr "Results"
3914
+
3915
+ #. Comes from file Views/Self/Services.rb and line is class SelfServices < View
3916
+ #: ../Views/Self/Services.rb:1
3917
+ msgid "SelfServices"
3918
+ msgstr "Services"
3919
+
3920
+ #. Comes from file Views/Self/Services.rb and line is show_int :copies_laser, :callback => :calc
3921
+ #: ../Views/Self/Services.rb:12
3922
+ msgid "copies_laser"
3923
+ msgstr "Copies laser"
3924
+
3925
+ #. Comes from file Views/Self/Show.rb and line is class SelfShow < View
3926
+ #: ../Views/Self/Show.rb:3
3927
+ msgid "SelfShow"
3928
+ msgstr "Info"
3929
+
3930
+ #. Comes from file Views/Self/Show.rb and line is show_button :logout
3931
+ #: ../Views/Self/Show.rb:17
3932
+ msgid "logout"
3933
+ msgstr "Logout"
3934
+
3935
+ #. Comes from file Views/Self/Tabs.rb and line is class SelfTabs < View
3936
+ #: ../Views/Self/Tabs.rb:1
3937
+ msgid "SelfTabs"
3938
+ msgstr "Account"
3939
+
3940
+ #. Comes from file Views/Special/DFileEdit.rb and line is class SpecialDFileEdit < View
3941
+ #: ../Views/Special/DFileEdit.rb:1
3942
+ msgid "SpecialDFileEdit"
3943
+ msgstr "DFile Edit"
3944
+
3945
+ #. Comes from file Views/Special/DFileEdit.rb and line is show_button :mount_harddisk
3946
+ #: ../Views/Special/DFileEdit.rb:8
3947
+ msgid "mount_harddisk"
3948
+ msgstr "Mount"
3949
+
3950
+ #. Comes from file Views/Special/DFileEdit.rb and line is show_button :contact_url
3951
+ #: ../Views/Special/DFileEdit.rb:9
3952
+ msgid "contact_url"
3953
+ msgstr "Contact"
3954
+
3955
+ #. Comes from file Views/Special/PlugEdit.rb and line is class SpecialPlug < View
3956
+ #: ../Views/Special/PlugEdit.rb:1
3957
+ msgid "SpecialPlug"
3958
+ msgstr "Plug"
3959
+
3960
+ #. Comes from file Views/Special/PlugEdit.rb and line is vtlp_list :plugs, :center_name
3961
+ #: ../Views/Special/PlugEdit.rb:11
3962
+ msgid "plugs"
3963
+ msgstr "Plugs"
3964
+
3965
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_text :stats, height: 300, width: 250
3966
+ #: ../Views/Special/PlugEdit.rb:20
3967
+ msgid "stats"
3968
+ msgstr "Stats"
3969
+
3970
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_int_ro :credit_left
3971
+ #: ../Views/Special/PlugEdit.rb:22
3972
+ msgid "credit_left"
3973
+ msgstr "Credit left"
3974
+
3975
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_int :recharge_credit
3976
+ #: ../Views/Special/PlugEdit.rb:23
3977
+ msgid "recharge_credit"
3978
+ msgstr "Recharge"
3979
+
3980
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_str :cmd_str
3981
+ #: ../Views/Special/PlugEdit.rb:24
3982
+ msgid "cmd_str"
3983
+ msgstr "Cmd"
3984
+
3985
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_button :recharge, :charge, :cmd
3986
+ #: ../Views/Special/PlugEdit.rb:25
3987
+ msgid "cmd"
3988
+ msgstr "Cmd"
3989
+
3990
+ #. Comes from file Views/Special/PlugEdit.rb and line is show_button :recharge, :charge, :cmd
3991
+ #: ../Views/Special/PlugEdit.rb:25
3992
+ msgid "charge"
3993
+ msgstr "Charge"
3994
+
3995
+ #. Comes from file Views/Special/Tabs.rb and line is class SpecialTabs < View
3996
+ #: ../Views/Special/Tabs.rb:1
3997
+ msgid "SpecialTabs"
3998
+ msgstr "Special"
3999
+
4000
+ #. Comes from file Views/Special/Vnc.rb and line is class SpecialVNC < View
4001
+ #: ../Views/Special/Vnc.rb:1
4002
+ msgid "SpecialVNC"
4003
+ msgstr "VNC"
4004
+
4005
+ #. Comes from file Views/Special/Vnc.rb and line is show_button :start_x
4006
+ #: ../Views/Special/Vnc.rb:12
4007
+ msgid "start_x"
4008
+ msgstr "startx"
4009
+
4010
+ #. Comes from file Views/Task/Client.rb and line is class TaskClient < View
4011
+ #: ../Views/Task/Client.rb:1
4012
+ msgid "TaskClient"
4013
+ msgstr "Client"
4014
+
4015
+ #. Comes from file Views/Task/Client.rb and line is vtlp_list :clients, 'name'
4016
+ #: ../Views/Task/Client.rb:9
4017
+ msgid "clients"
4018
+ msgstr "Clients"
4019
+
4020
+ #. Comes from file Views/Task/Edit.rb and line is class TaskEdit < View
4021
+ #: ../Views/Task/Edit.rb:1
4022
+ msgid "TaskEdit"
4023
+ msgstr "Edit"
4024
+
4025
+ #. Comes from file Views/Task/Edit.rb and line is vtlp_list :tasks, "tasks"
4026
+ #: ../Views/Task/Edit.rb:10
4027
+ msgid "tasks"
4028
+ msgstr "Tasks"
4029
+
4030
+ #. Comes from file Views/Task/List.rb and line is class TaskList < View
4031
+ #: ../Views/Task/List.rb:1
4032
+ msgid "TaskList"
4033
+ msgstr "List"
4034
+
4035
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :year, "View.TaskList.list_years"
4036
+ #: ../Views/Task/List.rb:9
4037
+ msgid "year"
4038
+ msgstr "Year"
4039
+
4040
+ #. Comes from file Views/Task/List.rb and line is show_list_drop :month, "1.upto(12).to_a"
4041
+ #: ../Views/Task/List.rb:10
4042
+ msgid "month"
4043
+ msgstr "Month"
4044
+
4045
+ #. Comes from file Views/Task/List.rb and line is show_button :list
4046
+ #: ../Views/Task/List.rb:13
4047
+ msgid "list"
4048
+ msgstr "List"
4049
+
4050
+ #. Comes from file Views/Task/List.rb and line is show_text :tasks_done
4051
+ #: ../Views/Task/List.rb:16
4052
+ msgid "tasks_done"
4053
+ msgstr "Done"
4054
+
4055
+ #. Comes from file Views/Task/List.rb and line is show_text :summary
4056
+ #: ../Views/Task/List.rb:17
4057
+ msgid "summary"
4058
+ msgstr "Summary"
4059
+
4060
+ #. Comes from file Views/Task/Tabs.rb and line is class TaskTabs < View
4061
+ #: ../Views/Task/Tabs.rb:1
4062
+ msgid "TaskTabs"
4063
+ msgstr "Tasks"
4064
+
4065
+ #. Comes from file Views/Task/Tabs.rb and line is show_button :new_task
4066
+ #: ../Views/Task/Tabs.rb:6
4067
+ msgid "new_task"
4068
+ msgstr "New"
4069
+
4070
+ #. Comes from file Views/Task/Worker.rb and line is class TaskWorker < View
4071
+ #: ../Views/Task/Worker.rb:1
4072
+ msgid "TaskWorker"
4073
+ msgstr "Worker"
4074
+
4075
+ #. Comes from file Views/Task/Worker.rb and line is vtlp_list :workers, "login_name"
4076
+ #: ../Views/Task/Worker.rb:9
4077
+ msgid "workers"
4078
+ msgstr "Workers"
4079
+
4080
+ #. Comes from file Views/Template/Activity.rb and line is class TemplateActivity < View
4081
+ #: ../Views/Template/Activity.rb:4
4082
+ msgid "TemplateActivity"
4083
+ msgstr "Activity"
4084
+
4085
+ #. Comes from file Views/Template/CourseType.rb and line is class TemplateCourseType < View
4086
+ #: ../Views/Template/CourseType.rb:4
4087
+ msgid "TemplateCourseType"
4088
+ msgstr "Course-type"
4089
+
4090
+ #. Comes from file Views/Template/ScheduleType.rb and line is class TemplateScheduleType < View
4091
+ #: ../Views/Template/ScheduleType.rb:1
4092
+ msgid "TemplateScheduleType"
4093
+ msgstr "Schedule Type"
4094
+
4095
+ #. Comes from file Views/Template/ScheduleType.rb and line is show_html :choice, :flex => 1
4096
+ #: ../Views/Template/ScheduleType.rb:15
4097
+ msgid "choice"
4098
+ msgstr "Choice"
4099
+
4100
+ #. Comes from file Views/Template/ScheduleType.rb and line is show_button :save, :render
4101
+ #: ../Views/Template/ScheduleType.rb:16
4102
+ msgid "render"
4103
+ msgstr "Render"
4104
+
4105
+ #. Comes from file Views/Template/Tabs.rb and line is class TemplateTabs < View
4106
+ #: ../Views/Template/Tabs.rb:1
4107
+ msgid "TemplateTabs"
4108
+ msgstr "Template"
4109
+
4110
+ #. Comes from file Views/Welcome.rb and line is class Welcome < View
4111
+ #: ../Views/Welcome.rb:1
4112
+ msgid "Welcome"
4113
+ msgstr "Welcome"
4114
+
4115
+ #. Comes from file Views/Welcome.rb and line is show_str :username
4116
+ #: ../Views/Welcome.rb:3
4117
+ msgid "username"
4118
+ msgstr "Username"
4119
+
4120
+ #. Comes from file Views/Welcome.rb and line is show_str :version
4121
+ #: ../Views/Welcome.rb:4
4122
+ msgid "version"
4123
+ msgstr "Version"
4124
+
4125
+ #. Comes from file Views/Welcome.rb and line is show_str :direct_connect
4126
+ #: ../Views/Welcome.rb:5
4127
+ msgid "direct_connect"
4128
+ msgstr "Internet"
4129
+
4130
+ #. Comes from file Views/Welcome.rb and line is show_str :simple_connect
4131
+ #: ../Views/Welcome.rb:6
4132
+ msgid "simple_connect"
4133
+ msgstr "Simple connect"
4134
+
4135
+ #. Comes from file Entities/Person.rb and line is value_str :account_name_due
4136
+ #~ msgid "account_name_due"
4137
+ #~ msgstr "Account due"
4138
+
4139
+ #. Comes from file Entities/Person.rb and line is value_str :account_name_cash
4140
+ #~ msgid "account_name_cash"
4141
+ #~ msgstr "Account cash"
4142
+
4143
+ #. Comes from file Entities/Static.rb and line is value_str :view_name
4144
+ #~ msgid "view_name"
4145
+ #~ msgstr "Name"
4146
+
4147
+ #. Comes from file Entities/Static.rb and line is value_str :data_str
4148
+ #~ msgid "data_str"
4149
+ #~ msgstr "Data"
4150
+
4151
+ #. Comes from file Entities/CourseType.rb and line is value_str :filename
4152
+ #.
4153
+ #. Comes from file Views/Admin/CourseType.rb and line is show_list_drop :filename, 'CourseTypes.files'
4154
+ #~ msgid "filename"
4155
+ #~ msgstr "Filename"
4156
+
4157
+ #. Comes from file Entities/CourseType.rb and line is value_int :tests
4158
+ #~ msgid "tests"
4159
+ #~ msgstr "Tests"
4160
+
4161
+ #. Comes from file Entities/CourseType.rb and line is value_str :central_host
4162
+ #~ msgid "central_host"
4163
+ #~ msgstr "Server"
4164
+
4165
+ #. Comes from file Entities/CourseType.rb and line is value_int :files_needed
4166
+ #~ msgid "files_needed"
4167
+ #~ msgstr "Files upload"
4168
+
4169
+ #. Comes from file Entities/Service.rb and line is value_str :group
4170
+ #~ msgid "group"
4171
+ #~ msgstr "Group"
4172
+
4173
+ #. Comes from file Entities/Service.rb and line is value_int :price
4174
+ #~ msgid "price"
4175
+ #~ msgstr "Price"
4176
+
4177
+ #. Comes from file Entities/ConfigBase.rb and line is value_list_drop :isp, "%w( tigo prestabist airtel tawali ).sort"
4178
+ #~ msgid "isp"
4179
+ #~ msgstr "ISP"
4180
+
4181
+ #. Comes from file Views/Person/Admin.rb and line is show_fromto :internet_block
4182
+ #~ msgid "internet_block"
4183
+ #~ msgstr "Block internet"
4184
+
4185
+ #. Comes from file Views/Person/Admin.rb and line is show_button :add_block, :del_block
4186
+ #~ msgid "add_block"
4187
+ #~ msgstr "Add"
4188
+
4189
+ #. Comes from file Views/Person/Admin.rb and line is show_button :add_block, :del_block
4190
+ #~ msgid "del_block"
4191
+ #~ msgstr "Delete"
4192
+
4193
+ #. Comes from file Views/Person/Credit.rb and line is class PersonCredit < View
4194
+ #~ msgid "PersonCredit"
4195
+ #~ msgstr "Credit"
4196
+
4197
+ #. Comes from file Views/Person/Credit.rb and line is show_int_ro :your_account_total_due
4198
+ #~ msgid "your_account_total_due"
4199
+ #~ msgstr "Total due"
4200
+
4201
+ #. Comes from file Views/Network/Tigo.rb and line is class NetworkTigo < View
4202
+ #~ msgid "NetworkTigo"
4203
+ #~ msgstr "Tigo"
4204
+
4205
+ #. Comes from file Views/Network/Tigo.rb and line is show_int_ro :usage_day_mo
4206
+ #~ msgid "usage_day_mo"
4207
+ #~ msgstr "MB per day"
4208
+
4209
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :update_params
4210
+ #~ msgid "update_params"
4211
+ #~ msgstr "Update"
4212
+
4213
+ #. Comes from file Views/Network/Tigo.rb and line is show_int :code, :width => 150
4214
+ #~ msgid "code"
4215
+ #~ msgstr "USSD"
4216
+
4217
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :add_promotion
4218
+ #~ msgid "add_promotion"
4219
+ #~ msgstr "Add promotion"
4220
+
4221
+ #. Comes from file Views/Network/Tigo.rb and line is show_str :tigo_number
4222
+ #~ msgid "tigo_number"
4223
+ #~ msgstr "Number"
4224
+
4225
+ #. Comes from file Views/Network/Tigo.rb and line is show_str_ro :tigo_recharge
4226
+ #~ msgid "tigo_recharge"
4227
+ #~ msgstr "Recharge"
4228
+
4229
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :update_tigo_number
4230
+ #~ msgid "update_tigo_number"
4231
+ #~ msgstr "Update number"
4232
+
4233
+ #. Comes from file Views/Network/Tigo.rb and line is show_html :successful_promotions
4234
+ #~ msgid "successful_promotions"
4235
+ #~ msgstr "Promotions"
4236
+
4237
+ #. Comes from file Views/Network/Tigo.rb and line is show_button :show_all_promotions
4238
+ #~ msgid "show_all_promotions"
4239
+ #~ msgstr "Show all"
4240
+
4241
+ #. Comes from file Views/Network/Connection.rb and line is class NetworkConnection < View
4242
+ #~ msgid "NetworkConnection"
4243
+ #~ msgstr "Connection"
4244
+
4245
+ #. Comes from file Views/Network/Access.rb and line is class NetworkAccess < View
4246
+ #~ msgid "NetworkAccess"
4247
+ #~ msgstr "Access"
4248
+
4249
+ #. Comes from file Views/Admin/CourseType.rb and line is class AdminCourseType < View
4250
+ #~ msgid "AdminCourseType"
4251
+ #~ msgstr "Course type"
4252
+
4253
+ #. Comes from file Views/Admin/CourseType.rb and line is show_button :save
4254
+ #~ msgid "save "
4255
+ #~ msgstr "Save"
4256
+
4257
+ #. Comes from file Views/Admin/Internet.rb and line is class AdminInternet < View
4258
+ #~ msgid "AdminInternet"
4259
+ #~ msgstr "Internet"
4260
+
4261
+ #. Comes from file Views/Admin/Internet.rb and line is show_list_drop :auto_disconnect, "[:No,:Yes]", :callback => :auto_disconnect
4262
+ #~ msgid "auto_disconnect"
4263
+ #~ msgstr "Auto disconnect"
4264
+
4265
+ #. Comes from file Views/Admin/Internet.rb and line is show_button :connect, :disconnect, :delete_emails
4266
+ #~ msgid "delete_emails"
4267
+ #~ msgstr "Delete"
4268
+
4269
+ #. Comes from file Views/Admin/Internet.rb and line is show_html :mails
4270
+ #~ msgid "mails"
4271
+ #~ msgstr "Mails"
4272
+
4273
+ #. Comes from file Views/Admin/Internet.rb and line is show_html :transfer
4274
+ #~ msgid "transfer"
4275
+ #~ msgstr "Transfer"
4276
+
4277
+ #. Comes from file Views/Admin/Report.rb and line is class AdminReport < View
4278
+ #~ msgid "AdminReport"
4279
+ #~ msgstr "Report"
4280
+
4281
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_exa_1
4282
+ #~ msgid "print_exa_1"
4283
+ #~ msgstr "Exam 1"
4284
+
4285
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_exa_2
4286
+ #~ msgid "print_exa_2"
4287
+ #~ msgstr "Exam 2"
4288
+
4289
+ #. Comes from file Views/Course/Print.rb and line is show_print :print_exa_3
4290
+ #~ msgid "print_exa_3"
4291
+ #~ msgstr "Exam 3"
4292
+
4293
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean1
4294
+ #~ msgid "mean1"
4295
+ #~ msgstr "Mean 1"
4296
+
4297
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean2
4298
+ #~ msgid "mean2"
4299
+ #~ msgstr "Mean 2"
4300
+
4301
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean3
4302
+ #~ msgid "mean3"
4303
+ #~ msgstr "Mean 3"
4304
+
4305
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean4
4306
+ #~ msgid "mean4"
4307
+ #~ msgstr "Mean 4"
4308
+
4309
+ #. Comes from file Views/Course/Grade.rb and line is show_int :mean5
4310
+ #~ msgid "mean5"
4311
+ #~ msgstr "Mean 5"
4312
+
4313
+ #. Comes from file Views/Compta/Transfer.rb and line is vtlp_list :person_list, :account_due
4314
+ #~ msgid "person_list"
4315
+ #~ msgstr "Persons"
4316
+
4317
+ #. Comes from file Views/Compta/Transfer.rb and line is show_button :empty
4318
+ #~ msgid "empty"
4319
+ #~ msgstr "Emtpy"
4320
+
4321
+ #. Comes from file Views/Compta/Admin.rb and line is class ComptaAdmin < View
4322
+ #~ msgid "ComptaAdmin"
4323
+ #~ msgstr "Admin"
4324
+
4325
+ #. Comes from file Views/Compta/Admin.rb and line is show_button :archive, :update_totals, :clean_up
4326
+ #~ msgid "archive"
4327
+ #~ msgstr "Archive"
4328
+
4329
+ #. Comes from file Views/Compta/Admin.rb and line is show_button :archive, :update_totals, :clean_up
4330
+ #~ msgid "update_totals"
4331
+ #~ msgstr "Update totals"
4332
+
4333
+ #. Comes from file Views/Compta/Admin.rb and line is show_button :archive, :update_totals, :clean_up
4334
+ #~ msgid "clean_up"
4335
+ #~ msgstr "Clean up"
4336
+
4337
+ #. Comes from file Views/Compta/Users.rb and line is class ComptaUsers < View
4338
+ #~ msgid "ComptaUsers"
4339
+ #~ msgstr "Users"
4340
+
4341
+ #. Comes from file Views/Compta/Users.rb and line is vtlp_list :users_list, 'name', :width => 150
4342
+ #~ msgid "users_list"
4343
+ #~ msgstr "Users"
4344
+
4345
+ #. Comes from file Views/Compta/Users.rb and line is show_str :full
4346
+ #~ msgid "full"
4347
+ #~ msgstr "Full"
4348
+
4349
+ #. Comes from file Views/Compta/Users.rb and line is show_str :pass
4350
+ #~ msgid "pass"
4351
+ #~ msgstr "Password"
4352
+
4353
+ #. Comes from file Views/Compta/Users.rb and line is show_int :account_index
4354
+ #~ msgid "account_index"
4355
+ #~ msgstr "Account index"
4356
+
4357
+ #. Comes from file Views/Compta/Users.rb and line is show_int :movement_index
4358
+ #~ msgid "movement_index"
4359
+ #~ msgstr "Movement index"
4360
+
4361
+ #. Comes from file Views/Compta/Tabs.rb and line is class ComptaTabs < View
4362
+ #~ msgid "ComptaTabs"
4363
+ #~ msgstr "Compta"