Files
iTop/dictionaries/ui/components/quick-create/pl.dictionary.itop.quick-create.php

21 lines
759 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:QuickCreate:HistoryDisabled' => 'Historia jest wyłączona',
'UI:Component:QuickCreate:Input:Placeholder' => 'Wybierz typ obiektu...',
'UI:Component:QuickCreate:KeyboardShortcut:OpenDrawer' => 'Otwórz szybkie tworzenie',
'UI:Component:QuickCreate:LastClasses:NoClass:Placeholder' => 'Nie utworzyłeś jeszcze żadnego obiektu',
'UI:Component:QuickCreate:MostPopular:Title' => 'Najbardziej popularne',
'UI:Component:QuickCreate:Recents:Title' => 'Ostatnie',
'UI:Component:QuickCreate:Tooltip' => 'Szybko utwórz dowolny rodzaj obiektu',
]);