mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
49 lines
3.4 KiB
PHP
49 lines
3.4 KiB
PHP
<?php
|
|
/**
|
|
* Copyright (C) 2013-2021 Combodo SARL
|
|
*
|
|
* This file is part of iTop.
|
|
*
|
|
* iTop is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Affero General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* iTop is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Affero General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
*/
|
|
// Navigation menu
|
|
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
|
'UI:Preferences:Title' => 'Preferencje',
|
|
'UI:Preferences:UserInterface:Title' => 'Interfejs użytkownika',
|
|
'UI:Preferences:General:Title' => 'Ogólne',
|
|
'UI:Preferences:General:Theme' => 'Motyw',
|
|
'UI:Preferences:General:Theme:DefaultThemeLabel' => '%1$s (domyślny)',
|
|
'UI:Preferences:Lists:Title' => 'Listy',
|
|
'UI:Preferences:RichText:Title' => 'Bogaty edytor tekstu',
|
|
'UI:Preferences:RichText:ToolbarState' => 'Domyślny stan paska narzędzi',
|
|
'UI:Preferences:RichText:ToolbarState:Expanded' => 'Rozwinięty',
|
|
'UI:Preferences:RichText:ToolbarState:Collapsed' => 'Zwinięty',
|
|
'UI:Preferences:ActivityPanel:Title' => 'Panel aktywności',
|
|
'UI:Preferences:ActivityPanel:EntryFormOpened' => 'Formularz zgłoszeniowy otwierany domyślnie',
|
|
'UI:Preferences:ActivityPanel:EntryFormOpened+' => 'Czy formularz wpisu zostanie otwarty podczas wyświetlania obiektu. Jeśli odznaczone, nadal będziesz mógł go otworzyć, klikając przycisk tworzenia',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Title' => 'Skróty klawiaturowe aplikacji',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Input:Hint' => 'Wpisz skrót klawiaturowy',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Tooltip' => 'Nagraj skrót klawiaturowy',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset' => 'Reset',
|
|
'UI:Preferences:PersonalizeKeyboardShortcuts:Button:Reset:Tooltip' => 'Przywróć domyślny skrót klawiaturowy',
|
|
'UI:Preferences:Tabs:Title' => 'Zakładki',
|
|
'UI:Preferences:Tabs:Layout:Label' => 'Układ',
|
|
'UI:Preferences:Tabs:Layout:Horizontal' => 'Poziomy',
|
|
'UI:Preferences:Tabs:Layout:Vertical' => 'Pionowy',
|
|
'UI:Preferences:Tabs:Scrollable:Label' => 'Nawigacja',
|
|
'UI:Preferences:Tabs:Scrollable:Classic' => 'Klasyczna',
|
|
'UI:Preferences:Tabs:Scrollable:Scrollable' => 'Przewijana',
|
|
'UI:Preferences:ChooseAPlaceholder' => 'Obraz zastępczy użytkownika',
|
|
'UI:Preferences:ChooseAPlaceholder+' => 'Wybierz obraz zastępczy, który będzie wyświetlany, jeśli kontakt powiązany z Twoim użytkownikiem go nie ma',
|
|
));
|