This file is indexed.

/usr/share/perl5/Curses/UI/Language/portuguese.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::portuguese
# Maintainer: raul@dias.com.br
# ----------------------------------------------------------------------

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

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

[screen_too_small]
A sua tela atualmente é muito pequena para essa aplicação.
Altere o tamanho da tela e reinicie a aplicação.
Pressione <CTRL+C> para sair...

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

[months]
Janeiro Fevereiro Março Abril Maio Junho Julho
Agosto Setembro Outubro Novembro Dezembro

[days_short] Do Se Te Qa Qi Se Sa

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

[button_ok]      o:OK
[button_cancel]  c:Cancelar
[button_yes]     s:Sim
[button_no]      n:Não

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

[error_title]    Mensagem de Erro

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

# The filebrowser title
[file_title]     Selecione um arquivo
[file_savetitle] Selecione um arquivo para salvar
[file_loadtitle] Selecione um arquivo para carregar

# The labels for the dialog screen.
[file_path]      Caminho :
[file_file]      Arquivo :
[file_mask]      Mascara :

# The size of the longest label
[file_labelsize] 9

# On directory up
[file_dirup] Diretório Anterior

# For asking the user if a file may be overwritten
[file_overwrite_title] Confirme
[file_overwrite_question_pre] 
Você quer realmente sobrescrever esse arquivo "
[file_overwrite_question_post] 
"?

# Errors
[file_err_opendir_pre] Não posso abrir o diretório "
[file_err_opendir_post] "
[file_err_nofileselected] Você não selecionou um arquivo!