mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
57 lines
2.0 KiB
PHP
57 lines
2.0 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'Class:FAQ' => 'Pytania FAQ',
|
|
'Class:FAQ+' => 'Często Zadawane Pytania',
|
|
'Class:FAQ/Attribute:title' => 'Tytuł',
|
|
'Class:FAQ/Attribute:title+' => '',
|
|
'Class:FAQ/Attribute:summary' => 'Podsumowanie',
|
|
'Class:FAQ/Attribute:summary+' => '',
|
|
'Class:FAQ/Attribute:description' => 'Opis',
|
|
'Class:FAQ/Attribute:description+' => '',
|
|
'Class:FAQ/Attribute:category_id' => 'Kategoria',
|
|
'Class:FAQ/Attribute:category_id+' => '',
|
|
'Class:FAQ/Attribute:category_name' => 'Nazwa kategorii',
|
|
'Class:FAQ/Attribute:category_name+' => '',
|
|
'Class:FAQ/Attribute:error_code' => 'Kod błędu',
|
|
'Class:FAQ/Attribute:error_code+' => '',
|
|
'Class:FAQ/Attribute:key_words' => 'Słowa kluczowe',
|
|
'Class:FAQ/Attribute:key_words+' => '',
|
|
'Class:FAQ/Attribute:domains' => 'Domeny',
|
|
]);
|
|
|
|
//
|
|
// Class: FAQCategory
|
|
//
|
|
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'Class:FAQCategory' => 'Kategoria FAQ',
|
|
'Class:FAQCategory+' => 'Kategoria FAQ',
|
|
'Class:FAQCategory/Attribute:name' => 'Nazwa',
|
|
'Class:FAQCategory/Attribute:name+' => '',
|
|
'Class:FAQCategory/Attribute:faq_list' => 'Pytania FAQ',
|
|
'Class:FAQCategory/Attribute:faq_list+' => 'Wszystkie najczęściej zadawane pytania związane z tą kategorią',
|
|
]);
|
|
Dict::Add('PL PL', 'Polish', 'Polski', [
|
|
'Menu:ProblemManagement' => 'Zarządzanie problemami',
|
|
'Menu:ProblemManagement+' => 'Zarządzanie problemami',
|
|
'Menu:Problem:Shortcuts' => 'Skróty',
|
|
'Menu:FAQCategory' => 'Kategorie pytań FAQ',
|
|
'Menu:FAQCategory+' => 'Wszystkie kategorie pytań FAQ',
|
|
'Menu:FAQ' => 'Pytania FAQ',
|
|
'Menu:FAQ+' => 'Wszystkie pytania FAQ',
|
|
'Brick:Portal:FAQ:Menu' => 'Pytania FAQ',
|
|
'Brick:Portal:FAQ:Title' => 'Często Zadawane Pytania',
|
|
'Brick:Portal:FAQ:Title+' => '<p>W pośpiechu?</p><p>Sprawdź listę najczęściej zadawanych pytań i (być może) od razu znajdź oczekiwaną odpowiedź.</p>',
|
|
]);
|