init III
This commit is contained in:
52
Perl OTRS/Kernel/Language/pl_GeneralCatalog.pm
Normal file
52
Perl OTRS/Kernel/Language/pl_GeneralCatalog.pm
Normal file
@@ -0,0 +1,52 @@
|
||||
# --
|
||||
# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/
|
||||
# --
|
||||
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
|
||||
# the enclosed file COPYING for license information (GPL). If you
|
||||
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
|
||||
# --
|
||||
|
||||
package Kernel::Language::pl_GeneralCatalog;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use utf8;
|
||||
|
||||
sub Data {
|
||||
my $Self = shift;
|
||||
|
||||
# Template: AAAGeneralCatalog
|
||||
$Self->{Translation}->{'Functionality'} = 'Funkcjonalność';
|
||||
|
||||
# Template: AdminGeneralCatalog
|
||||
$Self->{Translation}->{'General Catalog Management'} = 'Zarządzanie katalogiem głównym';
|
||||
$Self->{Translation}->{'Items in Class'} = 'Elementy klasy';
|
||||
$Self->{Translation}->{'Edit Item'} = 'Edytuj element';
|
||||
$Self->{Translation}->{'Add Class'} = 'Dodaj klasę';
|
||||
$Self->{Translation}->{'Add Item'} = 'Dodaj element';
|
||||
$Self->{Translation}->{'Add Catalog Item'} = 'Dodaj element katalogu';
|
||||
$Self->{Translation}->{'Add Catalog Class'} = 'Dodaj klasę katalogu';
|
||||
$Self->{Translation}->{'Catalog Class'} = 'Klasa katalogu';
|
||||
$Self->{Translation}->{'Edit Catalog Item'} = 'Edytuj element katalogu';
|
||||
|
||||
# SysConfig
|
||||
$Self->{Translation}->{'Comment 2'} = 'Komentarz 2';
|
||||
$Self->{Translation}->{'Create and manage the General Catalog.'} = 'Utwórz i zarządzaj katalogiem głównym.';
|
||||
$Self->{Translation}->{'Define the general catalog comment 2.'} = 'Definiuje komentarz 2 do katalogu głównego';
|
||||
$Self->{Translation}->{'Defines the URL JS Color Picker path.'} = 'Definiuje URL do JS Color Picker';
|
||||
$Self->{Translation}->{'Frontend module registration for the AdminGeneralCatalog configuration in the admin area.'} =
|
||||
'Rejestracja modułu frontend do konfiguracji modułu AdminGeneralCatalog w panelu administratora.';
|
||||
$Self->{Translation}->{'General Catalog'} = 'Katalog główny';
|
||||
$Self->{Translation}->{'Parameters for the example comment 2 of the general catalog attributes.'} =
|
||||
'Parametry do przykładowego komentarza 2 atrybutów katalogu generalnego.';
|
||||
$Self->{Translation}->{'Parameters for the example permission groups of the general catalog attributes.'} =
|
||||
'Parametry dla przykładowych grup uprawnień atrybutów katalogu głównego.';
|
||||
$Self->{Translation}->{'Permission Group'} = '';
|
||||
|
||||
|
||||
push @{ $Self->{JavaScriptStrings} // [] }, (
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user