cirandas.net

ref: master

plugins/analytics/locales/en.yml


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22

en: &en
  analytics_plugin:
    lib:
      plugin:
        name: 'Access tracking'
        description: 'Register the access of selected profiles'
        panel_button: 'Access tracking'

    views:
      stats:
        enable: "Enable tracking on the profile '%{profile}'"
        anonymous: "Don't associate users' login"
        config_save: "Configuration saved"
        user: 'User'
        initial_time: 'Time'
        ip: 'IP'
        pages: 'Pages'

en_US:
  <<: *en