Modulo:UrlCheck/i18n

El Vikivojaĝo

Versiokontrolo[redakti]

Versionomo en Vikidatumoj: 2021-06-02 Ok!


return {
	-- administration
	moduleInterface = {
		suite  = 'UrlCheck',
		serial = '2021-06-02',
		sub    = 'i18n',
		item   = 104199770
	},

	unknown = 'Unknown error',
	 [ 0 ]  = 'No error detected',
	 [ 1 ]  = 'Host with non-ASCII characters',
	 [ 2 ]  = 'Host is IP address',
	 [ 3 ]  = 'URL is empty',
	 [ 4 ]  = 'URL has more then 2048 characters',
	 [ 5 ]  = 'URL contains control marks or spaces',
	 [ 6 ]  = 'Missing or wrong protocol',
	 [ 7 ]  = 'Host starts with slash / character',
	 [ 8 ]  = 'Host contains invalid character combinations',
	 [ 9 ]  = 'More than one commercial ats @ in host detected',
	[ 10 ]  = 'Commercial at @ detected but user or host are missing',
	[ 11 ]  = 'More than one colon : in user detected',
	[ 12 ]  = 'Colon : detected but user or password are missing',
	[ 13 ]  = 'User has more than 64 characters',
	[ 14 ]  = 'Host ist empty',
	[ 15 ]  = 'More than one colon : in host detected',
	[ 16 ]  = 'Colon : detected but host or port are missing',
	[ 17 ]  = 'Port out of range of 0 … 65535',
	[ 18 ]  = 'Host has more than 253 characters',
	[ 19 ]  = 'Host with missing dot as domain separator',
	[ 20 ]  = 'Host has dot but no top-level domain',
	[ 21 ]  = 'Unknown top-level domain',
	[ 22 ]  = 'Invalid host structure',
	[ 23 ]  = 'Invalid path structure'
}