Blame view

resources/lang/en-GB/modules.php 2.12 KB
b7c7a5f6   Alexey Boroda   first commit
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
  <?php
  
  return [
  
      'title'                 => 'API Token',
      'api_token'             => 'Token',
      'my_apps'               => 'My Apps',
      'top_paid'              => 'Top Paid',
      'new'                   => 'New',
      'top_free'              => 'Top Free',
      'free'                  => 'FREE',
      'search'                => 'Search',
      'install'               => 'Install',
      'buy_now'               => 'Buy Now',
      'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Click here</a> to get your API token.',
      'no_apps'               => 'There are no apps in this category, yet.',
      'developer'             => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!',
  
      'about'                 => 'About',
  
      'added'                 => 'Added',
      'updated'               => 'Updated',
      'compatibility'         => 'Compatibility',
  
      'installed'             => ':module installed',
      'uninstalled'           => ':module uninstalled',
      //'updated'               => ':module updated',
      'enabled'               => ':module enabled',
      'disabled'              => ':module disabled',
  
      'tab' => [
          'installation'      => 'Installation',
          'faq'               => 'FAQ',
          'changelog'         => 'Changelog',
          'reviews'            => 'Reviews',
      ],
  
      'installation' => [
          'header'            => 'App Installation',
          'download'          => 'Downloading :module file.',
          'unzip'             => 'Extracting :module files.',
          'install'           => 'Installing :module files.',
      ],
  
      'badge' => [
          'installed' => 'Installed',
      ],
  
      'button' => [
          'uninstall'         => 'Uninstall',
          'disable'           => 'Disable',
          'enable'            => 'Enable',
      ],
  
      'my' => [
          'purchased' => 'Purchased',
          'installed' => 'Installed',
      ],
  
      'reviews' => [
          'button' => [
              'add' => 'Add a Review'
          ],
          'na' => 'There are no reviews.'
      ]
  ];