mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 23:07:57 -05:00
Currently translated at 100.0% (29 of 29 strings) Translation: opensourcepos/attributes Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/attributes/pl/
31 lines
2.0 KiB
PHP
31 lines
2.0 KiB
PHP
<?php
|
|
$lang["attributes_attribute_value_invalid_chars"] = "Wartość atrybutu nie może zawierać'_' lub '|'";
|
|
$lang["attributes_confirm_delete"] = "Czy jesteś pewny, że chcesz usunąć wybrane atrybuty?";
|
|
$lang["attributes_confirm_restore"] = "Czy jesteś pewien, że chcesz przywrócić zaznaczone atrybuty?";
|
|
$lang["attributes_definition_cannot_be_deleted"] = "Nie można usunąć wybranych atrybutów";
|
|
$lang["attributes_definition_error_adding_updating"] = "Atrybut 51 nie może zostać dodany lub zaktualizowany. Sprawdź dziennik błędów.";
|
|
$lang["attributes_definition_flags"] = "Widoczność atrybutu";
|
|
$lang["attributes_definition_group"] = "Grupa";
|
|
$lang["attributes_definition_id"] = "Id";
|
|
$lang["attributes_definition_name"] = "Dodaj atrybut";
|
|
$lang["attributes_definition_name_required"] = "Nazwa atrybutu jest wymagana";
|
|
$lang["attributes_definition_one_or_multiple"] = "atrybut(y)";
|
|
$lang["attributes_definition_successful_adding"] = "Pomyślnie dodano element";
|
|
$lang["attributes_definition_successful_deleted"] = "Pomyślnie usunięto";
|
|
$lang["attributes_definition_successful_updating"] = "Pomyślnie zaktualizowano atrybut";
|
|
$lang["attributes_definition_type"] = "Typ atrybutu";
|
|
$lang["attributes_definition_type_required"] = "Typ atrybutu jest wymagany";
|
|
$lang["attributes_definition_unit"] = "Jednostka miary";
|
|
$lang["attributes_definition_values"] = "Wartość atrybutu";
|
|
$lang["attributes_new"] = "Nowy atrybut";
|
|
$lang["attributes_no_attributes_to_display"] = "Brak elementów do wyświetlenia";
|
|
$lang["attributes_receipt_visibility"] = "Paragon";
|
|
$lang["attributes_show_in_items"] = "Pokaż w produktach";
|
|
$lang["attributes_show_in_items_visibility"] = "Produkty";
|
|
$lang["attributes_show_in_receipt"] = "Pokaż w paragonie";
|
|
$lang["attributes_show_in_receivings"] = "Pokaż w dostawach";
|
|
$lang["attributes_show_in_receivings_visibility"] = "Dostawy";
|
|
$lang["attributes_show_in_sales"] = "Pokaż w sprzedażach";
|
|
$lang["attributes_show_in_sales_visibility"] = "Sprzedaże";
|
|
$lang["attributes_update"] = "Zaktualizuj atrybut";
|