[IMP] mail: message_post_user_api don't return the id partner if already exist
[odoo/odoo.git] / addons / stock_location / i18n / sq.po
1 # Albanian translation for openobject-addons
2 # Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2012-12-03 16:04+0000\n"
11 "PO-Revision-Date: 2010-08-02 14:39+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Albanian <sq@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2012-12-04 05:43+0000\n"
18 "X-Generator: Launchpad (build 16335)\n"
19
20 #. module: stock_location
21 #: help:product.pulled.flow,company_id:0
22 msgid "Is used to know to which company the pickings and moves belong."
23 msgstr ""
24
25 #. module: stock_location
26 #: selection:product.pulled.flow,picking_type:0
27 #: selection:stock.location.path,picking_type:0
28 msgid "Sending Goods"
29 msgstr ""
30
31 #. module: stock_location
32 #: view:product.product:0
33 msgid "Pulled Paths"
34 msgstr ""
35
36 #. module: stock_location
37 #: selection:product.pulled.flow,type_proc:0
38 msgid "Move"
39 msgstr ""
40
41 #. module: stock_location
42 #: model:ir.model,name:stock_location.model_stock_location_path
43 msgid "Pushed Flows"
44 msgstr ""
45
46 #. module: stock_location
47 #: selection:stock.location.path,auto:0
48 msgid "Automatic No Step Added"
49 msgstr ""
50
51 #. module: stock_location
52 #: field:product.pulled.flow,location_src_id:0
53 #: field:stock.location.path,location_from_id:0
54 msgid "Source Location"
55 msgstr ""
56
57 #. module: stock_location
58 #: help:product.pulled.flow,cancel_cascade:0
59 msgid "Allow you to cancel moves related to the product pull flow"
60 msgstr ""
61
62 #. module: stock_location
63 #: model:ir.model,name:stock_location.model_product_pulled_flow
64 #: field:product.product,flow_pull_ids:0
65 msgid "Pulled Flows"
66 msgstr ""
67
68 #. module: stock_location
69 #: help:product.pulled.flow,location_src_id:0
70 msgid "Location used by Destination Location to supply"
71 msgstr ""
72
73 #. module: stock_location
74 #: selection:product.pulled.flow,picking_type:0
75 #: selection:stock.location.path,picking_type:0
76 msgid "Internal"
77 msgstr ""
78
79 #. module: stock_location
80 #: code:addons/stock_location/procurement_pull.py:98
81 #, python-format
82 msgid ""
83 "Pulled procurement coming from original location %s, pull rule %s, via "
84 "original Procurement %s (#%d)"
85 msgstr ""
86
87 #. module: stock_location
88 #: model:ir.model,name:stock_location.model_stock_location
89 msgid "Location"
90 msgstr ""
91
92 #. module: stock_location
93 #: field:product.pulled.flow,invoice_state:0
94 #: field:stock.location.path,invoice_state:0
95 msgid "Invoice Status"
96 msgstr ""
97
98 #. module: stock_location
99 #: help:stock.location.path,auto:0
100 msgid ""
101 "This is used to define paths the product has to follow within the location "
102 "tree.\n"
103 "The 'Automatic Move' value will create a stock move after the current one "
104 "that will be validated automatically. With 'Manual Operation', the stock "
105 "move has to be validated by a worker. With 'Automatic No Step Added', the "
106 "location is replaced in the original move."
107 msgstr ""
108
109 #. module: stock_location
110 #: view:product.product:0
111 msgid "Conditions"
112 msgstr ""
113
114 #. module: stock_location
115 #: model:stock.location,name:stock_location.location_pack_zone
116 msgid "Pack Zone"
117 msgstr ""
118
119 #. module: stock_location
120 #: model:stock.location,name:stock_location.location_gate_b
121 msgid "Gate B"
122 msgstr ""
123
124 #. module: stock_location
125 #: model:stock.location,name:stock_location.location_gate_a
126 msgid "Gate A"
127 msgstr ""
128
129 #. module: stock_location
130 #: selection:product.pulled.flow,type_proc:0
131 msgid "Buy"
132 msgstr ""
133
134 #. module: stock_location
135 #: view:product.product:0
136 msgid "Pushed flows"
137 msgstr ""
138
139 #. module: stock_location
140 #: model:stock.location,name:stock_location.location_dispatch_zone
141 msgid "Dispatch Zone"
142 msgstr ""
143
144 #. module: stock_location
145 #: view:product.product:0
146 msgid "Pulled flows"
147 msgstr ""
148
149 #. module: stock_location
150 #: field:product.pulled.flow,company_id:0
151 #: field:stock.location.path,company_id:0
152 msgid "Company"
153 msgstr ""
154
155 #. module: stock_location
156 #: model:ir.model,name:stock_location.model_stock_move
157 msgid "Stock Move"
158 msgstr ""
159
160 #. module: stock_location
161 #: help:stock.move,cancel_cascade:0
162 msgid "If checked, when this move is cancelled, cancel the linked move too"
163 msgstr ""
164
165 #. module: stock_location
166 #: selection:product.pulled.flow,type_proc:0
167 msgid "Produce"
168 msgstr ""
169
170 #. module: stock_location
171 #: selection:product.pulled.flow,procure_method:0
172 msgid "Make to Order"
173 msgstr ""
174
175 #. module: stock_location
176 #: selection:product.pulled.flow,procure_method:0
177 msgid "Make to Stock"
178 msgstr ""
179
180 #. module: stock_location
181 #: code:addons/stock_location/procurement_pull.py:118
182 #, python-format
183 msgid "Pulled from another location."
184 msgstr ""
185
186 #. module: stock_location
187 #: field:product.pulled.flow,partner_address_id:0
188 msgid "Partner Address"
189 msgstr ""
190
191 #. module: stock_location
192 #: selection:product.pulled.flow,invoice_state:0
193 #: selection:stock.location.path,invoice_state:0
194 msgid "To Be Invoiced"
195 msgstr ""
196
197 #. module: stock_location
198 #: help:stock.location.path,delay:0
199 msgid "Number of days to do this transition"
200 msgstr ""
201
202 #. module: stock_location
203 #: help:product.pulled.flow,name:0
204 msgid "This field will fill the packing Origin and the name of its moves"
205 msgstr ""
206
207 #. module: stock_location
208 #: field:product.pulled.flow,type_proc:0
209 msgid "Type of Procurement"
210 msgstr ""
211
212 #. module: stock_location
213 #: field:product.pulled.flow,name:0
214 msgid "Name"
215 msgstr ""
216
217 #. module: stock_location
218 #: help:product.product,path_ids:0
219 msgid ""
220 "These rules set the right path of the product in the whole location tree."
221 msgstr ""
222
223 #. module: stock_location
224 #: selection:stock.location.path,auto:0
225 msgid "Manual Operation"
226 msgstr ""
227
228 #. module: stock_location
229 #: model:ir.model,name:stock_location.model_product_product
230 #: field:product.pulled.flow,product_id:0
231 msgid "Product"
232 msgstr ""
233
234 #. module: stock_location
235 #: field:product.pulled.flow,picking_type:0
236 #: field:stock.location.path,picking_type:0
237 msgid "Shipping Type"
238 msgstr ""
239
240 #. module: stock_location
241 #: help:product.pulled.flow,procure_method:0
242 msgid ""
243 "'Make to Stock': When needed, take from the stock or wait until re-"
244 "supplying. 'Make to Order': When needed, purchase or produce for the "
245 "procurement request."
246 msgstr ""
247
248 #. module: stock_location
249 #: help:product.pulled.flow,location_id:0
250 msgid "Is the destination location that needs supplying"
251 msgstr ""
252
253 #. module: stock_location
254 #: field:stock.location.path,product_id:0
255 msgid "Products"
256 msgstr ""
257
258 #. module: stock_location
259 #: model:stock.location,name:stock_location.stock_location_qualitytest0
260 msgid "Quality Control"
261 msgstr ""
262
263 #. module: stock_location
264 #: selection:product.pulled.flow,invoice_state:0
265 #: selection:stock.location.path,invoice_state:0
266 msgid "Not Applicable"
267 msgstr ""
268
269 #. module: stock_location
270 #: field:stock.location.path,delay:0
271 msgid "Delay (days)"
272 msgstr ""
273
274 #. module: stock_location
275 #: code:addons/stock_location/procurement_pull.py:67
276 #, python-format
277 msgid ""
278 "Picking for pulled procurement coming from original location %s, pull rule "
279 "%s, via original Procurement %s (#%d)"
280 msgstr ""
281
282 #. module: stock_location
283 #: field:product.product,path_ids:0
284 msgid "Pushed Flow"
285 msgstr ""
286
287 #. module: stock_location
288 #: code:addons/stock_location/procurement_pull.py:89
289 #, python-format
290 msgid ""
291 "Move for pulled procurement coming from original location %s, pull rule %s, "
292 "via original Procurement %s (#%d)"
293 msgstr ""
294
295 #. module: stock_location
296 #: model:ir.model,name:stock_location.model_procurement_order
297 msgid "Procurement"
298 msgstr ""
299
300 #. module: stock_location
301 #: field:product.pulled.flow,location_id:0
302 #: field:stock.location.path,location_dest_id:0
303 msgid "Destination Location"
304 msgstr ""
305
306 #. module: stock_location
307 #: field:stock.location.path,auto:0
308 #: selection:stock.location.path,auto:0
309 msgid "Automatic Move"
310 msgstr ""
311
312 #. module: stock_location
313 #: selection:product.pulled.flow,picking_type:0
314 #: selection:stock.location.path,picking_type:0
315 msgid "Getting Goods"
316 msgstr ""
317
318 #. module: stock_location
319 #: view:product.product:0
320 msgid "Action Type"
321 msgstr ""
322
323 #. module: stock_location
324 #: field:product.pulled.flow,procure_method:0
325 msgid "Procure Method"
326 msgstr ""
327
328 #. module: stock_location
329 #: help:product.pulled.flow,picking_type:0
330 #: help:stock.location.path,picking_type:0
331 msgid ""
332 "Depending on the company, choose whatever you want to receive or send "
333 "products"
334 msgstr ""
335
336 #. module: stock_location
337 #: model:stock.location,name:stock_location.location_order
338 msgid "Order Processing"
339 msgstr ""
340
341 #. module: stock_location
342 #: field:stock.location.path,name:0
343 msgid "Operation"
344 msgstr ""
345
346 #. module: stock_location
347 #: view:stock.location.path:0
348 msgid "Location Paths"
349 msgstr ""
350
351 #. module: stock_location
352 #: field:product.pulled.flow,journal_id:0
353 #: field:stock.location.path,journal_id:0
354 msgid "Journal"
355 msgstr ""
356
357 #. module: stock_location
358 #: field:product.pulled.flow,cancel_cascade:0
359 #: field:stock.move,cancel_cascade:0
360 msgid "Cancel Cascade"
361 msgstr ""
362
363 #. module: stock_location
364 #: selection:product.pulled.flow,invoice_state:0
365 #: selection:stock.location.path,invoice_state:0
366 msgid "Invoiced"
367 msgstr ""