mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
🌐 Dictionaries update
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', [
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'Historia jest wyłączona',
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Szukaj...',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Otwórz wyszukiwanie globalne',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Nie przeprowadziłeś jeszcze żadnego wyszukiwania',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Ostatnie',
|
||||
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
||||
'UI:Component:GlobalSearch:Tooltip' => 'Szukaj w całej aplikacji',
|
||||
]);
|
||||
'UI:Component:GlobalSearch:Input:Placeholder' => 'Szukaj...',
|
||||
'UI:Component:GlobalSearch:Recents:Title' => 'Ostatnie',
|
||||
'UI:Component:GlobalSearch:LastQueries:NoQuery:Placeholder' => 'Nie przeprowadziłeś jeszcze żadnego wyszukiwania',
|
||||
'UI:Component:GlobalSearch:HistoryDisabled' => 'Historia jest wyłączona',
|
||||
'UI:Component:GlobalSearch:KeyboardShortcut:OpenDrawer' => 'Otwórz wyszukiwanie globalne',
|
||||
));
|
||||
Reference in New Issue
Block a user