first commit

This commit is contained in:
2020-06-11 16:42:43 +02:00
commit 449ca1d987
5099 changed files with 622034 additions and 0 deletions
@@ -0,0 +1,26 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/plugins/problems/languages.yaml',
'modified' => 1591823175,
'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'
]
]
]
];