mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-21 08:22:11 -04:00
I've added in this commit the following: - the means to configure date and time format - date and time is shown with the selected formats - a locale tab in the configuration page - changed location tab to be stock tab and the same for the file names - translation strings (only English) for the case NOTE 1: Not related to Locale support but I removed an extra <div class="field_row clearfix"> from general_config.php NOTE 2: There is no rules in the submit checks of Locale. Probably this is something to iron out a bit NOTE 3: It would be probably nice to add a button in the Locale tab to regenerate all the translation files in case somebody updates the translations .csv Fixed Local config - Removed text in Red as really not mandatory configuration - Added time format in 24h and 12h Updated General Config tab - reorganised the layout grouping things like company info, taxes and invoice formating - increased the limit of max lines per page to 1000 because 50 is too little. People can do what they want with up to 1000
121 lines
8.4 KiB
PHP
121 lines
8.4 KiB
PHP
<?php
|
|
|
|
$lang["config_address"] = "ที่อยู่";
|
|
$lang["config_address_required"] = "ที่อยู่ต้องกรอก";
|
|
$lang["config_backup_button"] = "Backup";
|
|
$lang["config_backup_database"] = "Backup Database";
|
|
$lang["config_barcode_company"] = "ชื่อร้านค้า";
|
|
$lang["config_barcode_configuration"] = "Barcode Configuration";
|
|
$lang["config_barcode_content"] = "Barcode Content";
|
|
$lang["config_barcode_first_row"] = "";
|
|
$lang["config_barcode_font"] = "";
|
|
$lang["config_barcode_height"] = "";
|
|
$lang["config_barcode_id"] = "Item Id";
|
|
$lang["config_barcode_info"] = "";
|
|
$lang["config_barcode_layout"] = "";
|
|
$lang["config_barcode_name"] = "Name";
|
|
$lang["config_barcode_number"] = "UPC/EAN/ISBN";
|
|
$lang["config_barcode_number_in_row"] = "";
|
|
$lang["config_barcode_page_cellspacing"] = "";
|
|
$lang["config_barcode_page_width"] = "";
|
|
$lang["config_barcode_price"] = "Price";
|
|
$lang["config_barcode_quality"] = "";
|
|
$lang["config_barcode_second_row"] = "";
|
|
$lang["config_barcode_third_row"] = "";
|
|
$lang["config_barcode_type"] = "";
|
|
$lang["config_barcode_width"] = "";
|
|
$lang["config_company"] = "ชื่อร้านค้า";
|
|
$lang["config_company_logo"] = "Company Logo";
|
|
$lang["config_company_required"] = "ชื่อร้านค้าต้องกรอก";
|
|
$lang["config_company_website_url"] = "เว็บไซต์ร้านค้าไม่ถูกต้อง";
|
|
$lang["config_currency_side"] = "ด้านขวา";
|
|
$lang["config_currency_symbol"] = "ลัญลักษณ์ค่าเงิน";
|
|
$lang["config_custom1"] = "พื้นที่เพิ่มเติม 1";
|
|
$lang["config_custom10"] = "พื้นที่เพิ่มเติม 10";
|
|
$lang["config_custom2"] = "พื้นที่เพิ่มเติม 2";
|
|
$lang["config_custom3"] = "พื้นที่เพิ่มเติม 3";
|
|
$lang["config_custom4"] = "พื้นที่เพิ่มเติม 4";
|
|
$lang["config_custom5"] = "พื้นที่เพิ่มเติม 5";
|
|
$lang["config_custom6"] = "พื้นที่เพิ่มเติม 6";
|
|
$lang["config_custom7"] = "พื้นที่เพิ่มเติม 7";
|
|
$lang["config_custom8"] = "พื้นที่เพิ่มเติม 8";
|
|
$lang["config_custom9"] = "พื้นที่เพิ่มเติม 9";
|
|
$lang["config_decimal_point"] = "Decimal Point";
|
|
$lang["config_default_barcode_font_size_number"] = "The default barcode font size must be a number";
|
|
$lang["config_default_barcode_font_size_required"] = "The default barcode font size is a required field";
|
|
$lang["config_default_barcode_height_number"] = "The default barcode height must be a number";
|
|
$lang["config_default_barcode_height_required"] = "The default barcode height is a required field";
|
|
$lang["config_default_barcode_num_in_row_number"] = "The default barcode num in row must be a number";
|
|
$lang["config_default_barcode_num_in_row_required"] = "The default barcode num in row is a required field";
|
|
$lang["config_default_barcode_page_cellspacing_number"] = "The default barcode page cellspacing must be a number";
|
|
$lang["config_default_barcode_page_cellspacing_required"] = "The default barcode page cellspacing is a required field";
|
|
$lang["config_default_barcode_page_width_number"] = "The default barcode page width must be a number";
|
|
$lang["config_default_barcode_page_width_required"] = "The default barcode page width is a required field";
|
|
$lang["config_default_barcode_quality_number"] = "The default barcode quality must be a number";
|
|
$lang["config_default_barcode_quality_required"] = "The default barcode quality is a required field";
|
|
$lang["config_default_barcode_width_number"] = "The default barcode width must be a number";
|
|
$lang["config_default_barcode_width_required"] = "The default barcode width is a required field";
|
|
$lang["config_default_sales_discount"] = "Default Sales Discount %";
|
|
$lang["config_default_sales_discount_number"] = "The default sales discount must be a number";
|
|
$lang["config_default_sales_discount_required"] = "The default sales discount is a required field";
|
|
$lang["config_default_tax_rate"] = "อัตราภาษีเริ่มต้น %";
|
|
$lang["config_default_tax_rate_1"] = "อัตราภาษี 1";
|
|
$lang["config_default_tax_rate_2"] = "อัตราภาษี 2";
|
|
$lang["config_default_tax_rate_number"] = "อัตราภาษีเริ่มต้นต้องเป็นตัวเลข";
|
|
$lang["config_default_tax_rate_required"] = "อัตราภาษีเริ่มต้นต้องกรอก";
|
|
$lang["config_fax"] = "แฟ็ก";
|
|
$lang["config_general_configuration"] = "General Configuration";
|
|
$lang["config_info"] = "ข้อมูลร้านค้า";
|
|
$lang["config_invoice_default_comments"] = "Default Invoice Comments";
|
|
$lang["config_invoice_email_message"] = "Invoice Email Template";
|
|
$lang["config_invoice_printer"] = "Invoice Printer";
|
|
$lang["config_jsprintsetup_required"] = "Warning! This disabled functionality will only work if you have the FireFox jsPrintSetup addon installed. Save anyway?";
|
|
$lang["config_language"] = "ภาษา";
|
|
$lang["config_lines_per_page"] = "Lines Per Page";
|
|
$lang["config_lines_per_page_number"] = "The lines per page must be a number";
|
|
$lang["config_lines_per_page_required"] = "The lines per page is a required field";
|
|
$lang["config_location_configuration"] = "Stock Locations";
|
|
$lang["config_location_info"] = "Location Configuration Information";
|
|
$lang["config_logout"] = "Don't you want to make a backup before logging out?";
|
|
$lang["config_number_format"] = "Number Format";
|
|
$lang["config_phone"] = "เบอร์โทรศัพท์";
|
|
$lang["config_phone_required"] = "เบอร์โทรต้องกรอก";
|
|
$lang["config_print_bottom_margin"] = "Margin Bottom";
|
|
$lang["config_print_bottom_margin_number"] = "The default bottom margin must be a number";
|
|
$lang["config_print_bottom_margin_required"] = "The default bottom margin is a required field";
|
|
$lang["config_print_footer"] = "Print Browser Footer";
|
|
$lang["config_print_header"] = "Print Browser Header";
|
|
$lang["config_print_left_margin"] = "Margin Left";
|
|
$lang["config_print_left_margin_number"] = "The default left margin must be a number";
|
|
$lang["config_print_left_margin_required"] = "The default left margin is a required field";
|
|
$lang["config_print_right_margin"] = "Margin Right";
|
|
$lang["config_print_right_margin_number"] = "The default right margin must be a number";
|
|
$lang["config_print_right_margin_required"] = "The default right margin is a required field";
|
|
$lang["config_print_silently"] = "Show Print Dialog";
|
|
$lang["config_print_top_margin"] = "Margin Top";
|
|
$lang["config_print_top_margin_number"] = "The default top margin must be a number";
|
|
$lang["config_print_top_margin_required"] = "The default top margin is a required field";
|
|
$lang["config_receipt_configuration"] = "Print Settings";
|
|
$lang["config_receipt_info"] = "Receipt Configuration Information";
|
|
$lang["config_receipt_printer"] = "Ticket Printer";
|
|
$lang["config_receipt_show_taxes"] = "Show Taxes";
|
|
$lang["config_receiving_calculate_average_price"] = "Calc avg. Price (Receiving)";
|
|
$lang["config_recv_invoice_format"] = "ใบส่งของ";
|
|
$lang["config_return_policy_required"] = "ต้องกรอกเงื่อนไขการคืนสินค้า";
|
|
$lang["config_sales_invoice_format"] = "รหัสใบเสร็จ";
|
|
$lang["config_saved_successfully"] = "บันทึกข้อมูลร้านค้าเรียบร้อยแล้ว";
|
|
$lang["config_saved_unsuccessfully"] = "บันทึกข้อมูลร้านค้าไม่สำเร็จ";
|
|
$lang["config_show_total_discount"] = "Show total discount";
|
|
$lang["config_stock_location"] = "สถานที่เก็บ";
|
|
$lang["config_stock_location_duplicate"] = "";
|
|
$lang["config_stock_location_invalid_chars"] = "The stock location name can not contain '_'";
|
|
$lang["config_stock_location_required"] = "จำเป็นต้องระบุสถานที่เก็บ";
|
|
$lang["config_tax_included"] = "รวมภาษีแล้ว";
|
|
$lang["config_thousands_separator"] = "Thousands Separator";
|
|
$lang["config_timezone"] = "Timezone";
|
|
$lang["config_use_invoice_template"] = "Use invoice template";
|
|
$lang["config_website"] = "เว็บไซต์";
|
|
$lang["config_locale_configuration"] = "Localisation Configuration";
|
|
$lang["config_locale_info"] = "Localisation Configuration Information";
|
|
$lang["config_datetimeformat"] = "Date and Time format";
|