~syleam/openobject-addons/5.0-fix-568431

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
# Translation of OpenERP Server.
# This file contains the translation of the following modules:
#	* project_gtd
#
msgid ""
msgstr ""
"Project-Id-Version: OpenERP Server 5.0.10\n"
"Report-Msgid-Bugs-To: support@openerp.com\n"
"POT-Creation-Date: 2010-05-05 14:22:17+0000\n"
"PO-Revision-Date: 2010-05-05 14:22:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: project_gtd
#: code:addons/project_gtd/wizard/project_gtd_daily.py:0
#, python-format
msgid "No timebox of the type \"%s\" defined !"
msgstr ""

#. module: project_gtd
#: code:addons/project_gtd/project_gtd.py:0
#, python-format
msgid "Eff. Hours"
msgstr ""

#. module: project_gtd
#: view:project.gtd.timebox:0
msgid "Visible Columns"
msgstr ""

#. module: project_gtd
#: constraint:ir.model:0
msgid "The Object name must start with x_ and not contain any special character !"
msgstr "Objektnamnet måste börja med x_ och får inte innehålla några specialtecken!"

#. module: project_gtd
#: model:ir.model,name:project_gtd.model_project_gtd_timebox
msgid "project.gtd.timebox"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.act_timebox_tasks_my_deadline_open
msgid "My Deadlines"
msgstr ""

#. module: project_gtd
#: selection:project.gtd.timebox,type:0
msgid "Monthly"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,parent_id:0
msgid "Parent Timebox"
msgstr ""

#. module: project_gtd
#: constraint:ir.ui.view:0
msgid "Invalid XML for View Architecture!"
msgstr ""

#. module: project_gtd
#: code:addons/project_gtd/wizard/project_gtd_empty.py:0
#, python-format
msgid "No timebox child of this one !"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,col_priority:0
msgid "Priority"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.act_timebox_tasks_my_inbox
#: model:ir.actions.act_window,name:project_gtd.open_gtd_task_inbox
#: model:ir.ui.menu,name:project_gtd.menu_open_time_myinbox
msgid "My Inbox"
msgstr ""

#. module: project_gtd
#: field:project.gtd.context,project_default_id:0
msgid "Default Project"
msgstr ""

#. module: project_gtd
#: constraint:ir.actions.act_window:0
msgid "Invalid model name in the action definition."
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,context4_id:0
msgid "Context 4"
msgstr ""

#. module: project_gtd
#: wizard_field:project.gtd.timebox.fill,init,timebox_to_id:0
msgid "Set to Timebox"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,type:0
msgid "Type"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,col_effective_hours:0
msgid "Effective Hours"
msgstr ""

#. module: project_gtd
#: view:project.gtd.timebox:0
#: field:project.gtd.timebox,name:0
#: field:project.task,timebox_id:0
msgid "Timebox"
msgstr ""

#. module: project_gtd
#: model:ir.module.module,shortdesc:project_gtd.module_meta_information
msgid "Getting Things Done - Time Management Module"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.act_timebox_tasks
msgid "Timebox Tasks"
msgstr ""

#. module: project_gtd
#: code:addons/project_gtd/wizard/project_gtd_daily.py:0
#: code:addons/project_gtd/wizard/project_gtd_empty.py:0
#, python-format
msgid "Error !"
msgstr ""

#. module: project_gtd
#: wizard_view:project.gtd.timebox.fill,init:0
msgid "Timebox tasks selection"
msgstr ""

#. module: project_gtd
#: model:ir.actions.wizard,name:project_gtd.open_gtd_timebox_empty
msgid "Empty Timebox"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.act_timebox_tasks_my_pending
msgid "My Pending Tasks"
msgstr ""

#. module: project_gtd
#: view:project.gtd.timebox:0
msgid "Timebox Definition"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,user_id:0
msgid "User"
msgstr ""

#. module: project_gtd
#: model:ir.actions.wizard,name:project_gtd.open_gtd_timebox_daily
#: model:ir.ui.menu,name:project_gtd.menu_open_time_daily_inbox
msgid "My Daily Timebox"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,context1_id:0
msgid "Context 1"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,context2_id:0
msgid "Context 2"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,context3_id:0
msgid "Context 3"
msgstr ""

#. module: project_gtd
#: wizard_button:project.gtd.timebox.fill,init,process:0
msgid "Add to Timebox"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,context5_id:0
msgid "Context 5"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,context6_id:0
msgid "Context 6"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.open_gtd_context_tree
#: model:ir.model,name:project_gtd.model_project_gtd_context
#: model:ir.ui.menu,name:project_gtd.menu_open_gtd_time_contexts
#: view:project.gtd.timebox:0
msgid "Contexts"
msgstr ""

#. module: project_gtd
#: selection:project.gtd.timebox,type:0
msgid "Daily"
msgstr ""

#. module: project_gtd
#: model:ir.actions.wizard,name:project_gtd.open_gtd_timebox_fill
msgid "Plannify Timebox"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,col_project:0
msgid "Project"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.open_gtd_timebox_all
#: model:ir.actions.act_window,name:project_gtd.open_gtd_timebox_tree_my
#: model:ir.ui.menu,name:project_gtd.menu_open_gtd_time_my_timeboxes
#: model:ir.ui.menu,name:project_gtd.menu_open_time_allinbox
msgid "My Timeboxes"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.open_gtd_timebox_tree
#: model:ir.ui.menu,name:project_gtd.menu_open_gtd_time_timeboxes
#: view:project.gtd.timebox:0
msgid "Timeboxes"
msgstr ""

#. module: project_gtd
#: view:project.task:0
msgid "Planned"
msgstr ""

#. module: project_gtd
#: view:project.gtd.context:0
#: field:project.gtd.context,name:0
#: field:project.task,context_id:0
msgid "Context"
msgstr ""

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.act_timebox_tasks_my_open
msgid "My Open Tasks"
msgstr "Mina öppna aktiviteter"

#. module: project_gtd
#: wizard_field:project.gtd.timebox.fill,init,task_ids:0
msgid "Tasks selection"
msgstr ""

#. module: project_gtd
#: model:ir.ui.menu,name:project_gtd.menu_open_gtd_time
#: model:ir.ui.menu,name:project_gtd.menu_open_time
msgid "Time Management"
msgstr ""

#. module: project_gtd
#: view:project.task:0
msgid "Getting Things Done"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,task1_ids:0
#: field:project.gtd.timebox,task2_ids:0
#: field:project.gtd.timebox,task3_ids:0
#: field:project.gtd.timebox,task4_ids:0
#: field:project.gtd.timebox,task5_ids:0
#: field:project.gtd.timebox,task6_ids:0
#: field:project.gtd.timebox,task_ids:0
#: view:project.task:0
msgid "Tasks"
msgstr "Uppgifter"

#. module: project_gtd
#: model:ir.actions.act_window,name:project_gtd.project_normal_action_tree
msgid "TimeBox"
msgstr ""

#. module: project_gtd
#: field:project.gtd.context,sequence:0
msgid "Sequence"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,child_ids:0
msgid "Child Timeboxes"
msgstr ""

#. module: project_gtd
#: selection:project.gtd.timebox,type:0
msgid "Other"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,col_deadline:0
msgid "Deadline"
msgstr ""

#. module: project_gtd
#: view:project.task:0
msgid "TimeBox Configuration"
msgstr ""

#. module: project_gtd
#: wizard_field:project.gtd.timebox.fill,init,timebox_id:0
msgid "Get from Timebox"
msgstr ""

#. module: project_gtd
#: wizard_button:project.gtd.timebox.fill,init,end:0
msgid "Cancel"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,col_date_start:0
msgid "Date Start"
msgstr ""

#. module: project_gtd
#: field:project.gtd.timebox,col_planned_hours:0
msgid "Planned Hours"
msgstr ""

#. module: project_gtd
#: selection:project.gtd.timebox,type:0
msgid "Weekly"
msgstr ""