mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
# Conflicts: # datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/da.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/de.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/es_cr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/fr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/hu.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/it.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/ja.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/nl.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/pl.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/pt_br.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/ru.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/sk.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/tr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php # datamodels/2.x/itop-config-mgmt/dictionaries/it.dict.itop-config-mgmt.php # datamodels/2.x/itop-config/dictionaries/it.dict.itop-config.php # datamodels/2.x/itop-incident-mgmt-itil/dictionaries/it.dict.itop-incident-mgmt-itil.php # datamodels/2.x/itop-knownerror-mgmt/dictionaries/it.dict.itop-knownerror-mgmt.php # datamodels/2.x/itop-portal/dictionaries/it.dict.itop-portal.php # datamodels/2.x/itop-problem-mgmt/dictionaries/it.dict.itop-problem-mgmt.php # datamodels/2.x/itop-request-mgmt-itil/dictionaries/it.dict.itop-request-mgmt-itil.php # datamodels/2.x/itop-request-mgmt/dictionaries/it.dict.itop-request-mgmt.php # dictionaries/cs.dictionary.itop.core.php # dictionaries/da.dictionary.itop.core.php # dictionaries/de.dictionary.itop.core.php # dictionaries/es_cr.dictionary.itop.core.php # dictionaries/fr.dictionary.itop.core.php # dictionaries/fr.dictionary.itop.ui.php # dictionaries/hu.dictionary.itop.core.php # dictionaries/it.dictionary.itop.core.php # dictionaries/it.dictionary.itop.ui.php # dictionaries/ja.dictionary.itop.core.php # dictionaries/nl.dictionary.itop.core.php # dictionaries/pl.dictionary.itop.core.php # dictionaries/pt_br.dictionary.itop.core.php # dictionaries/ru.dictionary.itop.core.php # dictionaries/sk.dictionary.itop.core.php # dictionaries/tr.dictionary.itop.core.php # dictionaries/ui/components/quick-create/cs.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/da.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/de.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/es_cr.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/fr.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/hu.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/it.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/ja.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/pl.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/sk.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/tr.dictionary.itop.quick-create.php
94 lines
4.2 KiB
PHP
94 lines
4.2 KiB
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', array(
|
|
'Attachments:TabTitle_Count' => 'Załączniki (%1$d)',
|
|
'Attachments:EmptyTabTitle' => 'Załączniki',
|
|
'Attachments:FieldsetTitle' => 'Załączniki',
|
|
'Attachments:DeleteBtn' => 'Usuń',
|
|
'Attachments:History_File_Added' => 'Załącznik %1$s dodano.',
|
|
'Attachments:History_File_Removed' => 'Załącznik %1$s usunięto.',
|
|
'Attachments:AddAttachment' => 'Dodaj załącznik: ',
|
|
'Attachments:UploadNotAllowedOnThisSystem' => 'Przesyłanie plików NIE jest dozwolone w tym systemie.',
|
|
'Attachment:Max_Go' => '(Maksymalny rozmiar pliku: %1$s Go)',
|
|
'Attachment:Max_Mo' => '(Maksymalny rozmiar pliku: %1$s Mo)',
|
|
'Attachment:Max_Ko' => '(Maksymalny rozmiar pliku: %1$s Ko)',
|
|
'Attachments:NoAttachment' => 'Brak załącznika. ',
|
|
'Attachments:PreviewNotAvailable' => 'Podgląd nie jest dostępny dla tego typu załącznika.',
|
|
'Attachments:Error:FileTooLarge' => 'Plik jest za duży do przesłania. %1$s',
|
|
'Attachments:Error:UploadedFileEmpty' => 'Otrzymany plik jest pusty i nie można go załączyć.
|
|
Albo przesłałeś pusty plik,
|
|
lub zapytaj administratora '.ITOP_APPLICATION_SHORT.', czy dysk serwera '.ITOP_APPLICATION_SHORT.' jest pełny.',
|
|
'Attachments:Render:Icons' => 'Wyświetlaj jako ikony',
|
|
'Attachments:Render:Table' => 'Wyświetl jako listę',
|
|
'UI:Attachments:DropYourFileHint' => 'Upuść pliki w dowolnym miejscu w tym obszarze',
|
|
));
|
|
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
|
'Class:Attachment' => 'Załącznik',
|
|
'Class:Attachment+' => '',
|
|
'Class:Attachment/Attribute:expire' => 'Wygasa',
|
|
'Class:Attachment/Attribute:expire+' => '',
|
|
'Class:Attachment/Attribute:temp_id' => 'Id tymczasowy',
|
|
'Class:Attachment/Attribute:temp_id+' => '',
|
|
'Class:Attachment/Attribute:item_class' => 'Klasa pozycji',
|
|
'Class:Attachment/Attribute:item_class+' => '',
|
|
'Class:Attachment/Attribute:item_id' => 'Pozycja',
|
|
'Class:Attachment/Attribute:item_id+' => '',
|
|
'Class:Attachment/Attribute:item_org_id' => 'Organizacja pozycji',
|
|
'Class:Attachment/Attribute:item_org_id+' => '',
|
|
'Class:Attachment/Attribute:contents' => 'Zawartość',
|
|
'Class:Attachment/Attribute:contents+' => '',
|
|
));
|
|
|
|
|
|
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
|
'Attachments:File:Thumbnail' => 'Ikona',
|
|
'Attachments:File:Name' => 'Nazwa pliku',
|
|
'Attachments:File:Date' => 'Data przesłania',
|
|
'Attachments:File:Uploader' => 'Przesłany przez',
|
|
'Attachments:File:Size' => 'Rozmiar',
|
|
'Attachments:File:MimeType' => 'Typ',
|
|
'Attachments:File:DownloadsCount' => 'Pobrano',
|
|
));
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
|
'Class:Attachment/Attribute:creation_date' => 'Data utworzenia',
|
|
'Class:Attachment/Attribute:creation_date+' => '',
|
|
'Class:Attachment/Attribute:user_id' => 'Id użytkownika',
|
|
'Class:Attachment/Attribute:user_id+' => '',
|
|
'Class:Attachment/Attribute:contact_id' => 'Id kontaktu',
|
|
'Class:Attachment/Attribute:contact_id+' => '',
|
|
));
|
|
|
|
//
|
|
// Class: TriggerOnAttachmentDownload
|
|
//
|
|
|
|
Dict::Add('PL PL', 'Polish', 'Polski', array(
|
|
'Class:TriggerOnAttachmentDownload' => 'Wyzwalacz (po pobraniu załącznika obiektu)',
|
|
'Class:TriggerOnAttachmentDownload+' => 'Wyzwalacz po pobraniu załącznika obiektu [klasy podrzędnej] danej klasy',
|
|
'Class:TriggerOnAttachmentCreate' => 'Trigger (on object\'s attachment create)~~',
|
|
'Class:TriggerOnAttachmentCreate+' => 'Trigger on object\'s attachment create~~',
|
|
'Class:TriggerOnAttachmentCreate/Attribute:file_in_email' => 'Add file in email~~',
|
|
'Class:TriggerOnAttachmentCreate/Attribute:file_in_email+' => 'If checked, the file will be automatically attached to the email when an email action is triggered~~',
|
|
'Class:TriggerOnAttachmentDelete' => 'Trigger (on object\'s attachment delete)~~',
|
|
'Class:TriggerOnAttachmentDelete+' => 'Trigger on object\'s attachment delete~~',
|
|
'Class:TriggerOnObject:TriggerClassAttachment/ReadOnlyMessage' => 'Trigger on object is not allowed on class Attachment. Please use specific trigger~~',
|
|
));
|