48 lines
2.8 KiB
PHP
Executable File
48 lines
2.8 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'alert_email' => 'Wyślij powiadomienia do',
|
|
'alerts_enabled' => 'Powiadomienia włączone',
|
|
'asset_ids' => 'Asset IDs',
|
|
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
|
|
'auto_increment_prefix' => 'Prefix (opcjonalnie)',
|
|
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
|
'backups' => 'Kopie zapasowe',
|
|
'barcode_type' => 'Typ Kodu Kreskowego',
|
|
'barcode_settings' => 'Ustawienia Kodów Kreskowych',
|
|
'default_currency' => 'Default Currency',
|
|
'default_eula_text' => 'Domyślna EULA',
|
|
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.',
|
|
'display_asset_name' => 'Display Asset Name',
|
|
'display_checkout_date' => 'Wyświetl Datę Przypisania',
|
|
'display_eol' => 'Display EOL in table view',
|
|
'display_qr' => 'Wyświetl Kody QR',
|
|
'eula_settings' => 'EULA Settings',
|
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
|
'general_settings' => 'Ustawienia ogólne',
|
|
'header_color' => 'Kolor nagłówka',
|
|
'info' => 'These settings let you customize certain aspects of your installation.',
|
|
'laravel' => 'Wersja Laravel',
|
|
'load_remote' => 'Ta wersja Snipe-IT może ładować skrypty z zewnątrz.',
|
|
'logo' => 'Logo',
|
|
'optional' => 'optional',
|
|
'per_page' => 'Wyników na stronie',
|
|
'php' => 'Wersja PHP',
|
|
'php_gd_info' => 'Aby wyświetlić kody QR wymagana jest instalacja php-gd, sprawdź instrukcję.',
|
|
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
|
|
'qr_help' => 'Aby użyć tej opcji odblokuj Kody QR',
|
|
'qr_text' => 'QR Code Text',
|
|
'setting' => 'Setting',
|
|
'settings' => 'Ustawienia',
|
|
'site_name' => 'Nazwa Witryny',
|
|
'slack_botname' => 'Slack Botname',
|
|
'slack_channel' => 'Slack Channel',
|
|
'slack_endpoint' => 'Slack Endpoint',
|
|
'slack_integration' => 'Slack Settings',
|
|
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.',
|
|
'snipe_version' => 'Wersja Snipe-IT',
|
|
'system' => 'Informacje o Systemie',
|
|
'update' => 'Update Settings',
|
|
'value' => 'Wartość',
|
|
);
|