summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/tr/bp
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/tr/bp')
-rw-r--r--sql-ledger/locale/tr/bp39
1 files changed, 39 insertions, 0 deletions
diff --git a/sql-ledger/locale/tr/bp b/sql-ledger/locale/tr/bp
new file mode 100644
index 0000000..2941d77
--- /dev/null
+++ b/sql-ledger/locale/tr/bp
@@ -0,0 +1,39 @@
+$self{texts} = {
+ 'Account' => 'Hesap',
+ 'Accounting Menu' => 'Muhasebe Menüsü',
+ 'Confirm!' => 'Onayla!',
+ 'Continue' => 'Devam',
+ 'Customer' => 'Alıcı',
+ 'Date' => 'Tarih',
+ 'From' => 'Başlangıç',
+ 'Invoice' => 'Fatura',
+ 'Invoice Number' => 'Fatura No',
+ 'Order' => 'Sipariş',
+ 'Order Number' => 'Sipariş No',
+ 'Purchase Orders' => 'Satınalma Siparişleri',
+ 'Sales Orders' => 'Satış Siparişleri',
+ 'To' => 'Bitiş',
+ 'Vendor' => 'Satıcı',
+ 'Yes' => 'Evet',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'continue' => 'continue',
+ 'display' => 'display',
+ 'list_spool' => 'list_spool',
+ 'menubar' => 'menubar',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'search' => 'search',
+ 'section_menu' => 'section_menu',
+ 'select_all' => 'select_all',
+ 'yes' => 'yes',
+ 'devam' => 'continue',
+ 'print' => 'print',
+ 'remove' => 'remove',
+ 'select_all' => 'select_all',
+ 'evet' => 'yes',
+};
+
+1;