first commit
This commit is contained in:
26
cache/compiled/files/49070dd0ea3489bf1d6ee94da6413c64.yaml.php
vendored
Normal file
26
cache/compiled/files/49070dd0ea3489bf1d6ee94da6413c64.yaml.php
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/problems/languages.yaml',
|
||||
'modified' => 1581466810,
|
||||
'data' => [
|
||||
'en' => [
|
||||
'PLUGIN_PROBLEMS' => [
|
||||
'BUILTIN_CSS' => 'Use built in CSS',
|
||||
'BUILTIN_CSS_HELP' => 'Include the CSS provided by the Problems plugin'
|
||||
]
|
||||
],
|
||||
'ru' => [
|
||||
'PLUGIN_PROBLEMS' => [
|
||||
'BUILTIN_CSS' => 'Использовать встроенный CSS',
|
||||
'BUILTIN_CSS_HELP' => 'Использовать CSS, предоставленный плагином Problems'
|
||||
]
|
||||
],
|
||||
'uk' => [
|
||||
'PLUGIN_PROBLEMS' => [
|
||||
'BUILTIN_CSS' => 'Використовувати вбудований CSS',
|
||||
'BUILTIN_CSS_HELP' => 'Використовувати CSS, наданий плагіном Problems'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user