Launchpad automatic translations update.
[odoo/odoo.git] / addons / product_visible_discount / i18n / tr.po
1 # Turkish translation for openobject-addons
2 # Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
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: 2011-01-11 11:15+0000\n"
11 "PO-Revision-Date: 2011-01-19 12:00+0000\n"
12 "Last-Translator: Arif Aydogmus <arifaydogmus@gmail.com>\n"
13 "Language-Team: Turkish <tr@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-02-08 07:33+0000\n"
18 "X-Generator: Launchpad (build 14747)\n"
19
20 #. module: product_visible_discount
21 #: code:addons/product_visible_discount/product_visible_discount.py:145
22 #, python-format
23 msgid "No Purchase Pricelist Found !"
24 msgstr "Satınalma fiyat listesi bulunamadı !"
25
26 #. module: product_visible_discount
27 #: code:addons/product_visible_discount/product_visible_discount.py:153
28 #, python-format
29 msgid "No Sale Pricelist Found "
30 msgstr "Satış fiyat listesi bulunamadı ! "
31
32 #. module: product_visible_discount
33 #: model:ir.module.module,description:product_visible_discount.module_meta_information
34 msgid ""
35 "\n"
36 "    This module lets you calculate discounts on Sale Order lines and Invoice "
37 "lines base on the partner's pricelist.\n"
38 "    To this end, a new check box named \"Visible Discount\" is added to the "
39 "pricelist form.\n"
40 "    Example:\n"
41 "        For the product PC1 and the partner \"Asustek\": if listprice=450, "
42 "and the price calculated using Asustek's pricelist is 225\n"
43 "        If the check box is checked, we will have on the sale order line: "
44 "Unit price=450, Discount=50,00, Net price=225\n"
45 "        If the check box is unchecked, we will have on Sale Order and "
46 "Invoice lines: Unit price=225, Discount=0,00, Net price=225\n"
47 "    "
48 msgstr ""
49 "\n"
50 "    Bu modül Satış sipariş kalemlerinde ve faturalarda carinin fiyat "
51 "listesine göre indirim hesaplamayı sağlar. \n"
52 "    Modül kurulduğunda Fiyat Listesi tanımlama ekranına \"İndirimi Göster\" "
53 "şeklinde bir işaretleme kutusu ekleyecektir.\n"
54 "    Örneğin:\n"
55 "        Ürün: PC1 ve Cari: \"Asustek\" için, Ürünün liste fiyatı 450 ve "
56 "Asustek'e verilen fiyat 225 olsun.\n"
57 "        \"İndirimi Göster\" seçeneği işaretlenmişse ürün satırında Birim "
58 "Fiyat=450, İndirim=50,00 ve Net Fiyat=225 görünecektir.\n"
59 "        \"İndirimi Göster\" seçeneği işaretli değilse ürün satırında Birim "
60 "Fiyat=225, İndirim=0,00 ve Net Fiyat=225 görünecektir.\n"
61 "    "
62
63 #. module: product_visible_discount
64 #: field:product.pricelist,visible_discount:0
65 msgid "Visible Discount"
66 msgstr "İndirimi Göster"
67
68 #. module: product_visible_discount
69 #: model:ir.model,name:product_visible_discount.model_account_invoice_line
70 msgid "Invoice Line"
71 msgstr "Fatura Kalemi"
72
73 #. module: product_visible_discount
74 #: code:addons/product_visible_discount/product_visible_discount.py:153
75 #, python-format
76 msgid "You must first define a pricelist for Customer !"
77 msgstr "Öncelikle müşteri için bir fiyat listesi tanımlamalısınız !"
78
79 #. module: product_visible_discount
80 #: model:ir.model,name:product_visible_discount.model_product_pricelist
81 msgid "Pricelist"
82 msgstr "Fiyat Listesi"
83
84 #. module: product_visible_discount
85 #: code:addons/product_visible_discount/product_visible_discount.py:145
86 #, python-format
87 msgid "You must first define a pricelist for Supplier !"
88 msgstr "Öncelikle tedarikçi için bir fiyat listesi tanımlamalısınız !"
89
90 #. module: product_visible_discount
91 #: model:ir.model,name:product_visible_discount.model_sale_order_line
92 msgid "Sales Order Line"
93 msgstr "Satış Siparişi Kalemi"