diff options
Diffstat (limited to 'sql-ledger/locale/tr/io')
| -rw-r--r-- | sql-ledger/locale/tr/io | 35 | 
1 files changed, 8 insertions, 27 deletions
diff --git a/sql-ledger/locale/tr/io b/sql-ledger/locale/tr/io index 8ce89dd58..e0b330e22 100644 --- a/sql-ledger/locale/tr/io +++ b/sql-ledger/locale/tr/io @@ -4,26 +4,19 @@ $self{texts} = {    'Address'                     => 'Adres',    'Apr'                         => 'Nis',    'April'                       => 'Nisan', -  'Attachment'                  => 'Attachment',    'Aug'                         => 'Ağu',    'August'                      => 'Ağustos', -  'Bcc'                         => 'Bcc', -  'Bin'                         => 'Bin', -  'Cc'                          => 'Cc',    'Contact'                     => 'Kontak',    'Continue'                    => 'Devam', -  'Copies'                      => 'Copies', +  'Date'                        => 'Tarih',    'Dec'                         => 'Ara',    'December'                    => 'Aralık', -  'Delivery Date'               => 'Delivery Date',    'Description'                 => 'Açıklama',    'E-mail'                      => 'Posta',    'E-mail address missing!'     => 'Posta adresi yok!', -  'Extended'                    => 'Extended',    'Fax'                         => 'Faks',    'Feb'                         => 'Şub',    'February'                    => 'Şubat', -  'In-line'                     => 'In-line',    'Invoice'                     => 'Fatura',    'Invoice Date missing!'       => 'Fatura Tarihi yok!',    'Invoice Number missing!'     => 'Fatura Numarası yok!', @@ -38,51 +31,36 @@ $self{texts} = {    'March'                       => 'Mart',    'May'                         => 'May',    'May '                        => 'Mayıs', -  'Message'                     => 'Message', -  'Name'                        => 'İsim', -  'No.'                         => 'No.',    'Nov'                         => 'Kas',    'November'                    => 'Kasım',    'Number'                      => 'Numara',    'Number missing in Row'       => 'Sırada Numara yok!',    'Oct'                         => 'Eki',    'October'                     => 'Ekim', -  'Order'                       => 'Sipariş',    'Order Date missing!'         => 'Sipariş Tarihi yok!',    'Order Number missing!'       => 'Sipariş Numarası yok!', -  'PDF'                         => 'PDF',    'Packing List'                => 'Paketleme Listesi', -  'Packing List Date missing!'  => 'Packing List Date missing!', -  'Packing List Number missing!' => 'Packing List Number missing!',    'Part'                        => 'Parça',    'Phone'                       => 'Telefon', -  'Postscript'                  => 'Postscript',    'Price'                       => 'Fiyat', -  'Printer'                     => 'Yazıcı', -  'Project'                     => 'Project',    'Purchase Order'              => 'Satınalma Siparişi',    'Qty'                         => 'Adet', -  'Recd'                        => 'Recd',    'Required by'                 => 'Talep tarihi:',    'Sales Order'                 => 'Satış Siparişi', -  'Screen'                      => 'Screen',    'Select from one of the items below' => 'Aşağıdaki kalemlerden birini seç', -  'Select postscript or PDF!'   => 'Select postscript or PDF!',    'Sep'                         => 'Eyl',    'September'                   => 'Eylül',    'Service'                     => 'servis', -  'Ship'                        => 'Ship', -  'Ship to'                     => 'Ship to', -  'Subject'                     => 'Subject', +  'Subtotal'                    => 'Aratoplam',    'To'                          => 'Bitiş',    'Unit'                        => 'Birim',    'What type of item is this?'  => 'Bu ne çeşit bir kalemdir?', -  'emailed to'                  => 'emailed to', -  'sent to printer'             => 'sent to printer',  };  $self{subs} = { +  'calc_markup'                 => 'calc_markup',    'check_form'                  => 'check_form', +  'create_form'                 => 'create_form',    'customer_details'            => 'customer_details',    'display_form'                => 'display_form',    'display_row'                 => 'display_row', @@ -90,11 +68,14 @@ $self{subs} = {    'invoicetotal'                => 'invoicetotal',    'item_selected'               => 'item_selected',    'new_item'                    => 'new_item', -  'order'                       => 'order',    'post_as_new'                 => 'post_as_new',    'print'                       => 'print',    'print_form'                  => 'print_form',    'print_options'               => 'print_options', +  'purchase_order'              => 'purchase_order', +  'quotation'                   => 'quotation', +  'rfq'                         => 'rfq', +  'sales_order'                 => 'sales_order',    'select_item'                 => 'select_item',    'send_email'                  => 'send_email',    'ship_to'                     => 'ship_to',  | 
