This file is indexed.

/usr/share/perl5/auto/Lemonldap/NG/Portal/_i18n/msg_en.al is in liblemonldap-ng-portal-perl 1.9.16-2.

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
# NOTE: Derived from blib/lib/Lemonldap/NG/Portal/_i18n.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Lemonldap::NG::Portal::_i18n;

#line 854 "blib/lib/Lemonldap/NG/Portal/_i18n.pm (autosplit into blib/lib/auto/Lemonldap/NG/Portal/_i18n/msg_en.al)"
# Order of the constants:
# * PM_USER			0
# * PM_DATE			1
# * PM_IP			2
# * PM_SESSIONS_DELETED		3
# * PM_OTHER_SESSIONS		4
# * PM_REMOVE_OTHER_SESSIONS	5
# * PM_PP_GRACE			6
# * PM_PP_EXP_WARNING		7
# * PM_SAML_IDPSELECT           8
# * PM_SAML_IDPCHOOSEN          9
# * PM_REMEMBERCHOICE          10
# * PM_SAML_SPLOGOUT           11
# * PM_REDIRECTION             12
# * PM_BACKTOSP                13
# * PM_BACKTOCASURL            14
# * PM_LOGOUT                  15
# * PM_OPENID_EXCHANGE         16
# * PM_CDC_WRITER              17
# * PM_OPENID_RPNS             18
# * PM_OPENID_PA               19
# * PM_OPENID_AP               20
# * PM_ERROR_MSG               21
# * PM_LAST_LOGINS             22
# * PM_LAST_FAILED_LOGINS      23
# * PM_OIDC_CONSENT            24
# * PM_OIDC_SCOPE_OPENID       25
# * PM_OIDC_SCOPE_PROFILE      26
# * PM_OIDC_SCOPE_EMAIL        27
# * PM_OIDC_SCOPE_ADDRESS      28
# * PM_OIDC_SCOPE_PHONE        29
# * PM_OIDC_SCOPE_OTHER        30
# * PM_OIDC_CONFIRM_LOGOUT     31

sub msg_en {
    use utf8;
    [
        'User',
        'Date',
        'IP address',
        'The following sessions have been closed',
        'Other active sessions',
        'Remove other sessions',
        'authentications remaining, change your password!',
        '%d days, %d hours, %d minutes and %d seconds before password expiration, change it!',
        'Select your Identity Provider',
        'Redirection to your Identity Provider',
        'Remember my choice',
        'Logout from service providers...',
        'Redirection in progress...',
        'Go back to service provider',
        'The application you just logged out of has provided a link it would like you to follow',
        'Logout from other applications...',
        'Do you want to authenticate yourself on %s ?',
        'Update Common Domain Cookie',
        'Parameter %s requested for federation isn\'t available',
        'Data usage policy is available at',
        'Do you agree to provide the following parameters?',
        'Error Message',
        'Your last logins',
        'Your last failed logins',
        'The application %s would like to know:',
        'Your identity',
        'Your profile',
        'Your email',
        'Your address',
        'Your phone number',
        'Another information:',
        'Do you want to logout?',
    ];
}

# end of Lemonldap::NG::Portal::_i18n::msg_en
1;