This file is indexed.

/usr/share/perl5/Curses/UI/Language/polish.pm is in libcurses-ui-perl 0.9609-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# ----------------------------------------------------------------------
# Curses::UI::Language::polish
# Maintainer: ak@min.pl
# ----------------------------------------------------------------------

package Curses::UI::Language::polish; 
1;
__DATA__

# ----------------------------------------------------------------------
# For Curses::UI
# ----------------------------------------------------------------------

[screen_too_small]
Rozmiar twojego ekranu jest zbyt ma�y dla tej aplikacji.
Zmie� rozmiar ekranu i uruchom ponownie aplikacj�.
Naci�nij <CTRL+C> aby zako�czy�...

# ----------------------------------------------------------------------
# For Curses::UI::Calendar
# ----------------------------------------------------------------------

[months]
Stycze� Luty Marzec Kwiecie� Maj Czerwiec Lipiec 
Sierpie� Wrzesie� Pa�dziernik Listopad Grudzie�

[days_short] Ni Po Wt �r Cz Pi So

# ----------------------------------------------------------------------
# For Curses::UI::Buttonbox
# ----------------------------------------------------------------------

[button_ok]      o:OK
[button_cancel]  a:Anuluj
[button_yes]     t:Tak
[button_no]      n:Nie

# ----------------------------------------------------------------------
# For Curses::UI::Dialog::Error
# ----------------------------------------------------------------------

[error_title]    Komunikat o b��dzie

# ----------------------------------------------------------------------
# For Curses::UI::Dialog::FileBrowser
# ----------------------------------------------------------------------

# The filebrowser title
[file_title]     Wybierz plik
[file_savetitle] Wybierz plik do zapisu
[file_loadtitle] Wybierz plik do odczytu

# The labels for the dialog screen.
[file_path]      ��cie�ka :
[file_file]      Plik :
[file_mask]      Maska :

# The size of the longest label
[file_labelsize] 9

# On directory up
[file_dirup] Katalog nadrz�dny

# For asking the user if a file may be overwritten
[file_overwrite_title] Potwierdzenie
[file_overwrite_question_pre] 
Plik "
[file_overwrite_question_post] 
" ju� istnieje. Czy chcesz zamieni� istniej�cy plik?

# Errors
[file_err_opendir_pre] Nie mo�na otworzy� katalogu "
[file_err_opendir_post] "
[file_err_nofileselected] Nie wybrano pliku!