first commit
This commit is contained in:
22
cache/compiled/files/6d3442df7e0c7ff0f74ec9a5bfa612b5.yaml.php
vendored
Normal file
22
cache/compiled/files/6d3442df7e0c7ff0f74ec9a5bfa612b5.yaml.php
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/tntsearch/languages.yaml',
|
||||
'modified' => 1582124800,
|
||||
'data' => [
|
||||
'en' => [
|
||||
'PLUGIN_TNTSEARCH' => [
|
||||
'FOUND_RESULTS' => 'Found %s results',
|
||||
'FOUND_IN' => 'in <span>%s</span>',
|
||||
'POWERED_BY' => 'Powered by %s'
|
||||
]
|
||||
],
|
||||
'ru' => [
|
||||
'PLUGIN_TNTSEARCH' => [
|
||||
'FOUND_RESULTS' => 'Результатов: %s',
|
||||
'FOUND_IN' => '(<span>%s</span>)',
|
||||
'POWERED_BY' => 'Работает на %s'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user