Blame view

thread/modules/seo/messages/en/app.php 1.02 KB
d1f8bd40   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
  <?php
  
  /**
   * @author FilamentV <vortex.filament@gmail.com>
   * @copyright (c), Thread
   */
  return [
      'seo' => 'Seo',
      'Seo' => 'Seo',
      'Keywords' => 'Keywords',
      'Display in the search engine' => 'Display in the search engine',
      'Write to robots' => 'Disallow into robots.txt',
      'Write to siteMap' => 'Add to Sitemap.xml',
      'Image url' => 'Image url',
      //
      'Base Info' => 'Base Info',
      'Direct Link' => 'Direct Link',
      'Image of Direct Link' => 'Image of Direct Link',
      //
      'Model namespace' => 'Model namespace',
      'Robots.txt' => 'Robots.txt',
      'Add to sitemap' => 'Add to sitemap',
      'Dissallow in robots.txt' => 'Dissallow in Robots.txt',
      'Robots' => 'Robots',
      //
      'directlink' => 'Directlink',
      'Directlink' => 'Directlink',
      'info' => 'Info',
      'Info' => 'Info',
      'DirectlinkImage' => 'Image of Directlink',
      'Images of Directlinks' => 'Images of Directlinks',
      'Seo News' => 'Seo News',
      'Seo Image' => 'Seo Image',
      //
      'SitemapHtml:Title' => 'Sitemap',
  ];