This file is indexed.

/usr/share/xul-ext/autofill-forms/chrome/locale/pt-BR/autofillForms.properties is in xul-ext-autofill-forms 1.0.2-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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
extensions.autofillForms@blueimp.net.description=Preencha automaticamente formulários da web
extensions.autofillForms@blueimp.net.shortcut=alt+J
extensions.autofillForms@blueimp.net.shortcutSubmit=
extensions.autofillForms@blueimp.net.shortcutAllTabs=
extensions.autofillForms@blueimp.net.shortcutFromProfileSelection=
extensions.autofillForms@blueimp.net.shortcutProfile=ctrl+alt+J
extensions.autofillForms@blueimp.net.shortcutSettings=ctrl+alt+J
extensions.autofillForms@blueimp.net.shortcutDisplayFormDetails=
extensions.autofillForms@blueimp.net.fieldRules=Username		(?:(?:user)|(?:login))(?!\\w*pass)	(?:)	true	true\nE-mail		mail	(?:)	true	true\nTitle		(?:prefix\\w*name)|(?:name\\w*prefix)|(?:title)	(?:)	true	true\nFirst name		(?:first\\w*name)|(?:name\\w*first)	(?:)	true	true\nMiddle name		(?:middle\\w*name)|(?:name\\w*middle)	(?:)	true	true\nLast name		(?:last\\w*name)|(?:name\\w*last)	(?:)	true	true\nName suffix		(?:suffix\\w*name)|(?:name\\w*suffix)	(?:)	true	true\n(Full) name		name	(?:)	true	true\nStreet (Line 1)		(?:(?:street)|(?:addr))\\w*1	(?:)	true	true\nStreet (Line 2)		(?:(?:street)|(?:addr))\\w*2	(?:)	true	true\nStreet (Line 3)		(?:(?:street)|(?:addr))\\w*3	(?:)	true	true\n(Full) street		(?:street)|(?:addr)	(?:)	true	true\nCity		city	(?:)	true	true\nState		(?:state)|(?:prov)|(?:region)	(?:)	true	true\nZIP/Postal code		(?:zip)|(?:post\\w*code)	(?:)	true	true\nCountry Code		country\\w*code	(?:)	true	true\nCountry		country	(?:)	true	true\nLanguage		lang	(?:)	true	true\nBirth Day		(?:bday)|(?:birth\\w?day)|(?:dob\\w?day)|(?:birth\\w*1)	(?:)	true	true\nBirth Month		(?:bmon)|(?:birth\\w?mon)|(?:dob\\w?mon)|(?:birth\\w*2)	(?:)	true	true\nBirth Year		(?:byear)|(?:birth\\w?year)|(?:dob\\w?year)|(?:birth\\w*3)	(?:)	true	true\nCompany		company	(?:)	true	true\nOccupation		(?:occupation)|(?:job)	(?:)	true	true\nPhone		(?:phone)|(?:tel)	(?:)	true	true\nHomepage		(?:web)|(?:homepage)|(?:www)|(?:url)	(?:)	true	true
extensions.autofillForms@blueimp.net.profileLabels=Default
extensions.autofillForms@blueimp.net.dynamicTags=<datetime>	<useragent>	<langcode>	<resolution>	<clipboard>
extensions.autofillForms@blueimp.net.dynamicTagCodes=new Date().toLocaleString()	navigator.userAgent	navigator.language	screen.width+'x'+screen.height	this.getClipboardText()
extensions.autofillForms@blueimp.net.regExpPasswordLabel=(?:pass)
tooltip=Preencher formulários
tooltipSubmit=Preencher e enviar formulários
tooltipAllTabs=Preencher formulários em todas as abas
tooltipFromProfileSelection=Preencher formulários do perfil selecionado
tooltipProfile=Gerenciar Perfis
tooltipSettings=Configurações
tooltipDisplayFormDetails=Display Form Details
currentProfileLabel=Perfil atual
profileSelectionWindowTitle=Alterar Perfil
profileSelectionFormFillTitle=Preencher formulários
profileSelectionPrompt=Selecionar Perfil:
contextMenuMore=Mais...
invalidRegExpTitle=Expressão regular inválida
invalidRegExpText=The entered regular expression is not valid:
containsRuleType=contém
beginsWithRuleType=começa com
endsWithRuleType=termina em
equalsRuleType=igual
alternativesSelectionWindowTitle=Selecionar alternativa
alternativesSelectionPrompt=Selecione a alternativa:
importProfile=Importar Perfil
exportProfile=Exportar Perfil
importDynamicTags=Import Dynamic Tags
exportDynamicTags=Export Dynamic Tags
removeProfileTitle=Remover Perfil
removeProfileText=Deseja realmente remover o perfil atual?
removeFieldRulesTitle=Remove field rules
removeFieldRulesText=Really delete the selected field rules?
sortFieldRulesTitle=Sort field rules
sortFieldRulesText=Really set a new order for the field rules?
removeRuleConditionTitle=Remove rule condition
removeRuleConditionText=Really delete the selected rule condition?
removeDynamicTagTitle=Remove dynamic tag
removeDynamicTagText=Really delete the selected dynamic tag?
resetAllProfilesTitle=Reset all profiles
resetAllProfilesText=Really reset all profiles?
selectConfigDirectory=Select config directory
newConfigDirectoryNotEmptyTitle=Directory not empty
newConfigDirectoryNotEmptyText=The new config directory is not empty. Do you want to overwrite existing config files?
importFromConfigDirectoryTitle=Import from config directory
importFromConfigDirectoryText=Do you want to overwrite the profiles with the data from the config directory?
command=Comando
mousebutton=Botão do Mouse
mousebutton0=Left Mouse Button
mousebutton1=Middle Mouse Button
mousebutton2=Right Mouse Button
keyboardShortcut=Keyboard Shortcut
alt=Alt
control=Ctrl
meta=Cmd
shift=Shift
VK_CANCEL=Cancelar
VK_HELP=Ajuda
VK_BACK=Voltar
VK_TAB=Tab
VK_CLEAR=Limpar
VK_RETURN=Return
VK_ENTER=Enter
VK_PAUSE=Pausar
VK_CAPS_LOCK=Caps Lock
VK_ESCAPE=Esc
VK_SPACE=Espaço
VK_PAGE_UP=Page up
VK_PAGE_DOWN=Page down
VK_END=End
VK_HOME=Home
VK_LEFT=Esquerda
VK_UP=Cima
VK_RIGHT=Direita
VK_DOWN=Baixo
VK_PRINTSCREEN=Print Screen
VK_INSERT=Insert
VK_DELETE=Delete
VK_NUM_LOCK=Num Lock
VK_SCROLL_LOCK=Scroll Lock