summaryrefslogtreecommitdiff
path: root/locale/tr/pos
diff options
context:
space:
mode:
Diffstat (limited to 'locale/tr/pos')
-rwxr-xr-xlocale/tr/pos51
1 files changed, 51 insertions, 0 deletions
diff --git a/locale/tr/pos b/locale/tr/pos
new file mode 100755
index 00000000..f8ff3b1b
--- /dev/null
+++ b/locale/tr/pos
@@ -0,0 +1,51 @@
+$self{charset} = 'ISO-8859-9';
+
+$self{texts} = {
+ 'Accounting Menu' => 'Muhasebe Menüsü',
+ 'Amount' => 'Miktar',
+ 'Continue' => 'Devam',
+ 'Credit Limit' => 'Kredi Limiti',
+ 'Currency' => 'Para Birimi',
+ 'Customer' => 'Alıcı',
+ 'Delete' => 'Sil',
+ 'Description' => 'Açıklama',
+ 'Exchange Rate' => 'Döviz Kuru',
+ 'From' => 'Başlangıç',
+ 'Language' => 'Dil',
+ 'Number' => 'Numara',
+ 'Price' => 'Fiyat',
+ 'Qty' => 'Adet',
+ 'Record in' => 'Kaydet',
+ 'Source' => 'Kaynak',
+ 'Subtotal' => 'Aratoplam',
+ 'Tax Included' => 'Vergi Dahil',
+ 'To' => 'Bitiş',
+ 'Total' => 'Toplam',
+ 'Unit' => 'Birim',
+};
+
+$self{subs} = {
+ 'acc_menu' => 'acc_menu',
+ 'add' => 'add',
+ 'display' => 'display',
+ 'display_row' => 'display_row',
+ 'edit' => 'edit',
+ 'form_footer' => 'form_footer',
+ 'form_header' => 'form_header',
+ 'js_menu' => 'js_menu',
+ 'lookup_partsgroup' => 'lookup_partsgroup',
+ 'menubar' => 'menubar',
+ 'openinvoices' => 'openinvoices',
+ 'post' => 'post',
+ 'print' => 'print',
+ 'print_and_post' => 'print_and_post',
+ 'print_form' => 'print_form',
+ 'print_options' => 'print_options',
+ 'receipts' => 'receipts',
+ 'section_menu' => 'section_menu',
+ 'devam' => 'continue',
+ 'sil' => 'delete',
+};
+
+1;
+