All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.calendar_booking_recurrence_language_keys.jspf Maven / Gradle / Ivy

<%--
/**
 * SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
 * SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
 */
--%>


	Liferay.RecurrenceUtil.INTERVAL_UNITS = {
		DAILY: 'days',
		MONTHLY: 'months',
		WEEKLY: 'weeks',
		YEARLY: 'years',
	};

	Liferay.RecurrenceUtil.MONTH_LABELS = [
		'',
		'',
		'',
		'',
		'',
		'',
		'',
		'',
		'',
		'',
		'',
		'',
	];

	Liferay.RecurrenceUtil.POSITION_LABELS = {
		'-1': '',
		'1': '',
		'2': '',
		'3': '',
		'4': '',
	};

	Liferay.RecurrenceUtil.RECURRENCE_SUMMARIES = {
		'daily': '',
		'daily-until-x-x-x': '',
		'daily-x-times': '',
		'every-mon-wed-fri': '',
		'every-tues-thurs': '',
		'every-x-days': '',
		'every-x-days-until-x-x-x':
			'',
		'every-x-days-x-times': '',
		'every-x-months': '',
		'every-x-months-on-x-x':
			'',
		'every-x-months-on-x-x-until-x-x-x':
			'',
		'every-x-months-on-x-x-x-times':
			'',
		'every-x-months-until-x-x-x':
			'',
		'every-x-months-x-times':
			'',
		'every-x-weeks': '',
		'every-x-weeks-on-x': '',
		'every-x-weeks-on-x-until-x-x-x':
			'',
		'every-x-weeks-on-x-x-times':
			'',
		'every-x-weeks-until-x-x-x':
			'',
		'every-x-weeks-x-times':
			'',
		'every-x-years': '',
		'every-x-years-on-x-x-of-x':
			'',
		'every-x-years-on-x-x-of-x-until-x-x-x':
			'',
		'every-x-years-on-x-x-of-x-x-times':
			'',
		'every-x-years-until-x-x-x':
			'',
		'every-x-years-x-times':
			'',
		'monthly': '',
		'monthly-on-x-x': '',
		'monthly-on-x-x-until-x-x-x':
			'',
		'monthly-on-x-x-x-times':
			'',
		'monthly-until-x-x-x': '',
		'monthly-x-times': '',
		'position.first': '',
		'position.fourth': '',
		'position.last': '',
		'position.second': '',
		'position.third': '',
		'weekly': '',
		'weekly-on-x': '',
		'weekly-on-x-until-x-x-x':
			'',
		'weekly-on-x-x-times': '',
		'weekly-until-x-x-x': '',
		'weekly-x-times': '',
		'yearly': '',
		'yearly-on-x-x-of-x': '',
		'yearly-on-x-x-of-x-until-x-x-x':
			'',
		'yearly-on-x-x-of-x-x-times':
			'',
		'yearly-until-x-x-x': '',
		'yearly-x-times': '',
		'you-are-about-to-make-changes-that-will-only-affect-your-calendar-x':
			'',
	};

	Liferay.RecurrenceUtil.WEEKDAY_LABELS = {
		FR: '',
		MO: '',
		SA: '',
		SU: '',
		TH: '',
		TU: '',
		WE: '',
	};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy