mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-01 10:58:23 +02:00
--------- Co-authored-by: Molkobain <lajarige.guillaume@free.fr> Co-authored-by: Benjamin DALSASS <benjamin.dalsass@combodo.com>
17 lines
347 B
PHP
17 lines
347 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:Component:Field:BulkModify:UnknownValues:Tooltip' => 'Nieznane wartości',
|
|
'UI:Component:Field:GroupedActions:Tooltip' => 'More actions~~',
|
|
]);
|