Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/it/vendor/rlanvin/php-rrule/tests/i18n/
Upload File :
Current File : /home/escuelai/public_html/it/vendor/rlanvin/php-rrule/tests/i18n/xx.php

<?php

return array(
	'yearly' => array(
		'1' => 'yearly',
		'else' => 'every %{interval} years'
	),
	'monthly' => array(
		'1' => 'monthly',
		'else' => 'every %{interval} months'
	),
	'weekly' => array(
		'1' => 'weekly',
		'2' => 'every other week',
		'else' => 'every %{interval} weeks'
	),
	'daily' => array(
		'1' => 'daily',
		'2' => 'every other day',
		'else' => 'every %{interval} days'
	),
	'hourly' => array(
		'1' => 'hourly',
		'else' => 'every %{interval} hours'
	),
	'minutely' => array(
		'1' => 'minutely',
		'else' => 'every %{interval} minutes'
	),
	'secondly' => array(
		'1' => 'secondly',
		'else' => 'every %{interval} seconds'
	),
	'dtstart' => ', starting from %{date}',
	'infinite' => ', forever',
	'until' => ', until %{date}',
	'count' => array(
		'1' => ', one time',
		'else' => ', %{count} times'
	),
	'and' => 'and',
	'x_of_the_y' => array(
		'yearly' => '%{x} of the year', // e.g. the first Monday of the year, or the first day of the year
		'monthly' => '%{x} of the month',
	),
	'bymonth' => ' in %{months}',
	'months' => array(
		1 => 'January',
		2 => 'February',
		3 => 'March',
		4 => 'April',
		5 => 'May',
		6 => 'June',
		7 => 'July',
		8 => 'August',
		9 => 'September',
		10 => 'October',
		11 => 'November',
		12 => 'December',
	),
	'byweekday' => ' on %{weekdays}',
	'weekdays' => array(
		1 => 'Monday',
		2 => 'Tuesday',
		3 => 'Wednesday',
		4 => 'Thursday',
		5 => 'Friday',
		6 => 'Saturday',
		7 => 'Sunday',
	),
	'nth_weekday' => array(
		'1' => 'the first %{weekday}', // e.g. the first Monday
		'2' => 'the second %{weekday}',
		'3' => 'the third %{weekday}',
		'else' => 'the %{n}th %{weekday}'
	),
	'-nth_weekday' => array(
		'-1' => 'the last %{weekday}', // e.g. the last Monday
		'-2' => 'the penultimate %{weekday}',
		'-3' => 'the antepenultimate %{weekday}',
		'else' => 'the %{n}th to the last %{weekday}'
	),
	'byweekno' => array(
		'1' => ' on week %{weeks}',
		'else' => ' on weeks number %{weeks}'
	),
	'nth_weekno' => '%{n}',
	'bymonthday' => ' on %{monthdays}',
	'nth_monthday' => array(
		'1' => 'the 1st',
		'2' => 'the 2nd',
		'3' => 'the 3rd',
		'21' => 'the 21st',
		'22' => 'the 22nd',
		'23' => 'the 23rd',
		'31' => 'the 31st',
		'else' => 'the %{n}th'
	),
	'-nth_monthday' => array(
		'-1' => 'the last day',
		'-2' => 'the penultimate day',
		'-3' => 'the antepenultimate day',
		'-21' => 'the 21st to the last day',
		'-22' => 'the 22nd to the last day',
		'-23' => 'the 23rd to the last day',
		'-31' => 'the 31st to the last day',
		'else' => 'the %{n}th to the last day'
	),
	'byyearday' => array(
		'1' => ' on %{yeardays} day',
		'else' => ' on %{yeardays} days'
	),
	'nth_yearday' => array(
		'1' => 'the first',
		'2' => 'the second',
		'3' => 'the third',
		'else' => 'the %{n}th'
	),
	'-nth_yearday' => array(
		'-1' => 'the last',
		'-2' => 'the penultimate',
		'-3' => 'the antepenultimate',
		'else' => 'the %{n}th to the last'
	),
	'byhour' => array(
		'1' => ' at %{hours}',
		'else' => ' at %{hours}'
	),
	'nth_hour' => '%{n}h',
	'byminute' => array(
		'1' => ' at minute %{minutes}',
		'else' => ' at minutes %{minutes}'
	),
	'nth_minute' => '%{n}',
	'bysecond' => array(
		'1' => ' at second %{seconds}',
		'else' => ' at seconds %{seconds}'
	),
	'nth_second' => '%{n}',
	'bysetpos' => ', but only %{setpos} instance of this set',
	'nth_setpos' => array(
		'1' => 'the first',
		'2' => 'the second',
		'3' => 'the third',
		'else' => 'the %{n}th'
	),
	'-nth_setpos' => array(
		'-1' => 'the last',
		'-2' => 'the penultimate',
		'-3' => 'the antepenultimate',
		'else' => 'the %{n}th to the last'
	)
);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists