mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 23:07:57 -05: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
7.6 KiB
PHP
121 lines
7.6 KiB
PHP
<?php
|
|
|
|
$lang["config_address"] = "Alamat Perusahaan";
|
|
$lang["config_address_required"] = "Alamat Perusahaan wajib diisi";
|
|
$lang["config_backup_button"] = "Backup";
|
|
$lang["config_backup_database"] = "Backup Database";
|
|
$lang["config_barcode_company"] = "Nama Perusahaan";
|
|
$lang["config_barcode_configuration"] = "Barcode Configuration";
|
|
$lang["config_barcode_content"] = "Barcode Content";
|
|
$lang["config_barcode_first_row"] = "Row 7";
|
|
$lang["config_barcode_font"] = "Font";
|
|
$lang["config_barcode_height"] = "Height (px)";
|
|
$lang["config_barcode_id"] = "Item Id/Name";
|
|
$lang["config_barcode_info"] = "Barcode Configuration Information";
|
|
$lang["config_barcode_layout"] = "Barcode Layout";
|
|
$lang["config_barcode_name"] = "Name";
|
|
$lang["config_barcode_number"] = "UPC/EAN/ISBN";
|
|
$lang["config_barcode_number_in_row"] = "Number in row";
|
|
$lang["config_barcode_page_cellspacing"] = "Display page cellspacing";
|
|
$lang["config_barcode_page_width"] = "Display page width";
|
|
$lang["config_barcode_price"] = "Price";
|
|
$lang["config_barcode_quality"] = "Quality (1-100)";
|
|
$lang["config_barcode_second_row"] = "Row 8";
|
|
$lang["config_barcode_third_row"] = "Row 9";
|
|
$lang["config_barcode_type"] = "Barcode Type";
|
|
$lang["config_barcode_width"] = "Width (px)";
|
|
$lang["config_company"] = "Nama Perusahaan";
|
|
$lang["config_company_logo"] = "Company Logo";
|
|
$lang["config_company_required"] = "Nama Perusahaan wajib diisi";
|
|
$lang["config_company_website_url"] = "Situs Perusahaan bukan URL yang benar(http://...)";
|
|
$lang["config_currency_side"] = "Sisi Kanan";
|
|
$lang["config_currency_symbol"] = "Simbol Mata Uang";
|
|
$lang["config_custom1"] = "Custom Field 1";
|
|
$lang["config_custom10"] = "Custom Field 10";
|
|
$lang["config_custom2"] = "Custom Field 2";
|
|
$lang["config_custom3"] = "Custom Field 3";
|
|
$lang["config_custom4"] = "Custom Field 4";
|
|
$lang["config_custom5"] = "Custom Field 5";
|
|
$lang["config_custom6"] = "Custom Field 6";
|
|
$lang["config_custom7"] = "Custom Field 7";
|
|
$lang["config_custom8"] = "Custom Field 8";
|
|
$lang["config_custom9"] = "Custom Field 9";
|
|
$lang["config_decimal_point"] = "Titik Desimal";
|
|
$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"] = "Tarif Pajak Biasa%";
|
|
$lang["config_default_tax_rate_1"] = "Tarif Pajak 1";
|
|
$lang["config_default_tax_rate_2"] = "Tarif Pajak 2";
|
|
$lang["config_default_tax_rate_number"] = "Tarif Pajak Biasa harus angka";
|
|
$lang["config_default_tax_rate_required"] = "Tarif Pajak Biasa wajib diisi";
|
|
$lang["config_fax"] = "Fax";
|
|
$lang["config_general_configuration"] = "General Configuration";
|
|
$lang["config_info"] = "Informasi Konfigurasi Toko";
|
|
$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"] = "Bahasa";
|
|
$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"] = "Format Nomor";
|
|
$lang["config_phone"] = "Telepon Perusahaan";
|
|
$lang["config_phone_required"] = "Telepon Perusahaan wajib diisi";
|
|
$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"] = "Format Nota";
|
|
$lang["config_return_policy_required"] = "Kebijakan retur wajib diisi";
|
|
$lang["config_sales_invoice_format"] = "Format Nota";
|
|
$lang["config_saved_successfully"] = "Konfigurasi berhasil disimpan";
|
|
$lang["config_saved_unsuccessfully"] = "Konfigurasi tidak berhasil disimpan";
|
|
$lang["config_show_total_discount"] = "Show total discount";
|
|
$lang["config_stock_location"] = "Lokasi Stock";
|
|
$lang["config_stock_location_duplicate"] = "Please use an unique location name";
|
|
$lang["config_stock_location_invalid_chars"] = "The stock location name can not contain '_'";
|
|
$lang["config_stock_location_required"] = "Stock location number is a required field";
|
|
$lang["config_tax_included"] = "Dikenakan Pajak";
|
|
$lang["config_thousands_separator"] = "Pemisah Ribuan";
|
|
$lang["config_timezone"] = "Zona Waktu";
|
|
$lang["config_use_invoice_template"] = "Use invoice template";
|
|
$lang["config_website"] = "Situs Perusahaan";
|
|
$lang["config_locale_configuration"] = "Localisation Configuration";
|
|
$lang["config_locale_info"] = "Localisation Configuration Information";
|
|
$lang["config_datetimeformat"] = "Date and Time format";
|