first commit
This commit is contained in:
177
cache/compiled/files/b51c20f9fcb96865359bb01742052d73.yaml.php
vendored
Normal file
177
cache/compiled/files/b51c20f9fcb96865359bb01742052d73.yaml.php
vendored
Normal file
@ -0,0 +1,177 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/system/languages/en.yaml',
|
||||
'modified' => 1581466810,
|
||||
'data' => [
|
||||
'GRAV' => [
|
||||
'FRONTMATTER_ERROR_PAGE' => '---
|
||||
title: %1$s
|
||||
---
|
||||
|
||||
# Error: Invalid Frontmatter
|
||||
|
||||
Path: `%2$s`
|
||||
|
||||
**%3$s**
|
||||
|
||||
```
|
||||
%4$s
|
||||
```',
|
||||
'INFLECTOR_PLURALS' => [
|
||||
'/(quiz)$/i' => '\\1zes',
|
||||
'/^(ox)$/i' => '\\1en',
|
||||
'/([m|l])ouse$/i' => '\\1ice',
|
||||
'/(matr|vert|ind)ix|ex$/i' => '\\1ices',
|
||||
'/(x|ch|ss|sh)$/i' => '\\1es',
|
||||
'/([^aeiouy]|qu)ies$/i' => '\\1y',
|
||||
'/([^aeiouy]|qu)y$/i' => '\\1ies',
|
||||
'/(hive)$/i' => '\\1s',
|
||||
'/(?:([^f])fe|([lr])f)$/i' => '\\1\\2ves',
|
||||
'/sis$/i' => 'ses',
|
||||
'/([ti])um$/i' => '\\1a',
|
||||
'/(buffal|tomat)o$/i' => '\\1oes',
|
||||
'/(bu)s$/i' => '\\1ses',
|
||||
'/(alias|status)/i' => '\\1es',
|
||||
'/(octop|vir)us$/i' => '\\1i',
|
||||
'/(ax|test)is$/i' => '\\1es',
|
||||
'/s$/i' => 's',
|
||||
'/$/' => 's'
|
||||
],
|
||||
'INFLECTOR_SINGULAR' => [
|
||||
'/(quiz)zes$/i' => '\\1',
|
||||
'/(matr)ices$/i' => '\\1ix',
|
||||
'/(vert|ind)ices$/i' => '\\1ex',
|
||||
'/^(ox)en/i' => '\\1',
|
||||
'/(alias|status)es$/i' => '\\1',
|
||||
'/([octop|vir])i$/i' => '\\1us',
|
||||
'/(cris|ax|test)es$/i' => '\\1is',
|
||||
'/(shoe)s$/i' => '\\1',
|
||||
'/(o)es$/i' => '\\1',
|
||||
'/(bus)es$/i' => '\\1',
|
||||
'/([m|l])ice$/i' => '\\1ouse',
|
||||
'/(x|ch|ss|sh)es$/i' => '\\1',
|
||||
'/(m)ovies$/i' => '\\1ovie',
|
||||
'/(s)eries$/i' => '\\1eries',
|
||||
'/([^aeiouy]|qu)ies$/i' => '\\1y',
|
||||
'/([lr])ves$/i' => '\\1f',
|
||||
'/(tive)s$/i' => '\\1',
|
||||
'/(hive)s$/i' => '\\1',
|
||||
'/([^f])ves$/i' => '\\1fe',
|
||||
'/(^analy)ses$/i' => '\\1sis',
|
||||
'/((a)naly|(b)a|(d)iagno|(p)arenthe|(p)rogno|(s)ynop|(t)he)ses$/i' => '\\1\\2sis',
|
||||
'/([ti])a$/i' => '\\1um',
|
||||
'/(n)ews$/i' => '\\1ews',
|
||||
'/s$/i' => ''
|
||||
],
|
||||
'INFLECTOR_UNCOUNTABLE' => [
|
||||
0 => 'equipment',
|
||||
1 => 'information',
|
||||
2 => 'rice',
|
||||
3 => 'money',
|
||||
4 => 'species',
|
||||
5 => 'series',
|
||||
6 => 'fish',
|
||||
7 => 'sheep'
|
||||
],
|
||||
'INFLECTOR_IRREGULAR' => [
|
||||
'person' => 'people',
|
||||
'man' => 'men',
|
||||
'child' => 'children',
|
||||
'sex' => 'sexes',
|
||||
'move' => 'moves'
|
||||
],
|
||||
'INFLECTOR_ORDINALS' => [
|
||||
'default' => 'th',
|
||||
'first' => 'st',
|
||||
'second' => 'nd',
|
||||
'third' => 'rd'
|
||||
],
|
||||
'NICETIME' => [
|
||||
'NO_DATE_PROVIDED' => 'No date provided',
|
||||
'BAD_DATE' => 'Bad date',
|
||||
'AGO' => 'ago',
|
||||
'FROM_NOW' => 'from now',
|
||||
'JUST_NOW' => 'just now',
|
||||
'SECOND' => 'second',
|
||||
'MINUTE' => 'minute',
|
||||
'HOUR' => 'hour',
|
||||
'DAY' => 'day',
|
||||
'WEEK' => 'week',
|
||||
'MONTH' => 'month',
|
||||
'YEAR' => 'year',
|
||||
'DECADE' => 'decade',
|
||||
'SEC' => 'sec',
|
||||
'MIN' => 'min',
|
||||
'HR' => 'hr',
|
||||
'WK' => 'wk',
|
||||
'MO' => 'mo',
|
||||
'YR' => 'yr',
|
||||
'DEC' => 'dec',
|
||||
'SECOND_PLURAL' => 'seconds',
|
||||
'MINUTE_PLURAL' => 'minutes',
|
||||
'HOUR_PLURAL' => 'hours',
|
||||
'DAY_PLURAL' => 'days',
|
||||
'WEEK_PLURAL' => 'weeks',
|
||||
'MONTH_PLURAL' => 'months',
|
||||
'YEAR_PLURAL' => 'years',
|
||||
'DECADE_PLURAL' => 'decades',
|
||||
'SEC_PLURAL' => 'secs',
|
||||
'MIN_PLURAL' => 'mins',
|
||||
'HR_PLURAL' => 'hrs',
|
||||
'WK_PLURAL' => 'wks',
|
||||
'MO_PLURAL' => 'mos',
|
||||
'YR_PLURAL' => 'yrs',
|
||||
'DEC_PLURAL' => 'decs'
|
||||
],
|
||||
'FORM' => [
|
||||
'VALIDATION_FAIL' => '<b>Validation failed:</b>',
|
||||
'INVALID_INPUT' => 'Invalid input in',
|
||||
'MISSING_REQUIRED_FIELD' => 'Missing required field:'
|
||||
],
|
||||
'MONTHS_OF_THE_YEAR' => [
|
||||
0 => 'January',
|
||||
1 => 'February',
|
||||
2 => 'March',
|
||||
3 => 'April',
|
||||
4 => 'May',
|
||||
5 => 'June',
|
||||
6 => 'July',
|
||||
7 => 'August',
|
||||
8 => 'September',
|
||||
9 => 'October',
|
||||
10 => 'November',
|
||||
11 => 'December'
|
||||
],
|
||||
'DAYS_OF_THE_WEEK' => [
|
||||
0 => 'Monday',
|
||||
1 => 'Tuesday',
|
||||
2 => 'Wednesday',
|
||||
3 => 'Thursday',
|
||||
4 => 'Friday',
|
||||
5 => 'Saturday',
|
||||
6 => 'Sunday'
|
||||
],
|
||||
'YES' => 'Yes',
|
||||
'NO' => 'No',
|
||||
'CRON' => [
|
||||
'EVERY' => 'every',
|
||||
'EVERY_HOUR' => 'every hour',
|
||||
'EVERY_MINUTE' => 'every minute',
|
||||
'EVERY_DAY_OF_WEEK' => 'every day of the week',
|
||||
'EVERY_DAY_OF_MONTH' => 'every day of the month',
|
||||
'EVERY_MONTH' => 'every month',
|
||||
'TEXT_PERIOD' => 'Every <b />',
|
||||
'TEXT_MINS' => ' at <b /> minute(s) past the hour',
|
||||
'TEXT_TIME' => ' at <b />:<b />',
|
||||
'TEXT_DOW' => ' on <b />',
|
||||
'TEXT_MONTH' => ' of <b />',
|
||||
'TEXT_DOM' => ' on <b />',
|
||||
'ERROR1' => 'The tag %s is not supported!',
|
||||
'ERROR2' => 'Bad number of elements',
|
||||
'ERROR3' => 'The jquery_element should be set into jqCron settings',
|
||||
'ERROR4' => 'Unrecognized expression'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user