mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 23:37:58 -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
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"] = "Row 4";
|
||
$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 5";
|
||
$lang["config_barcode_third_row"] = "Row 6";
|
||
$lang["config_barcode_type"] = "Barcode Type";
|
||
$lang["config_barcode_width"] = "Width (px)";
|
||
$lang["config_company"] = "Название Компании";
|
||
$lang["config_company_logo"] = "Company Logo";
|
||
$lang["config_company_required"] = "Имя Компании обязательный пробел";
|
||
$lang["config_company_website_url"] = "Веб-сайт Компании не является допустимым URL (http://...)";
|
||
$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"] = "Receivings Invoice Format";
|
||
$lang["config_return_policy_required"] = "Возвратний полис обязательный пробел";
|
||
$lang["config_sales_invoice_format"] = "Sales Invoice Format";
|
||
$lang["config_saved_successfully"] = "Конфигурация успешно сохранена";
|
||
$lang["config_saved_unsuccessfully"] = "Конфигурация сохраненная безуспешно";
|
||
$lang["config_show_total_discount"] = "Show total discount";
|
||
$lang["config_stock_location"] = "Stock location";
|
||
$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"] = "Tax Included";
|
||
$lang["config_thousands_separator"] = "Thousands Separator";
|
||
$lang["config_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";
|