Files
iTop/dictionaries/ui/components/modal/pl.dictionary.itop.modal.php

21 lines
519 B
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', [
'UI:Modal:Confirmation:DefaultTitle' => 'Potwierdzenie',
'UI:Modal:Informative:Title' => 'Modal informacyjny',
'UI:Modal:InformativeError:Title' => 'Błąd',
'UI:Modal:InformativeWarning:Title' => 'Uwaga',
'UI:Modal:InformativeInformation:Title' => 'Informacja',
'UI:Modal:InformativeSuccess:Title' => 'Sukces',
]);