יחידה:רשימת השמעה/configuration

מתוך ויקיפדיה, האנציקלופדיה החופשית

ניתן ליצור תיעוד על היחידה הזאת בדף יחידה:רשימת השמעה/configuration/תיעוד

return {
	show_warnings = false,
	input_error_category = 'רשימות השמעה עם שגיאות',
	collapsed_parameter_category = 'Track listings that use the collapsed parameter ',
	deprecated_parameter_category = 'Track listings with deprecated parameters',
	track_field_names = {
		number = true,
		title = true,
		note = true,
		length = true,
		lyrics = true,
		music = true,
		writer = true,
		extra = true,
	},
	track_listing_field_names = {
		width = true,
		headline = true,
		all_writing = true,
		all_lyrics = true,
		all_music = true,
		extra_column = true,
		total_length = true,
		title_width = true,
		writing_width = true,
		lyrics_width = true,
		music_width = true,
		extra_width = true,
		category = true,
	},
	deprecated_track_listing_field_names = {
		writing_credits = true,
		lyrics_credits = true,
		music_credits = true,
	},
	leading_0_in_hours = "זמן לא תקין '%s' (זמנים בפורמט 'h:mm:ss' לא יכולים להתחיל ב-0)",
	leading_0_in_minutes = "זמן לא תקין '%s' (זמנים בפורמט 'mm:ss' לא יכולים להתחיל ב-0)",
	not_a_time = "זמן לא תקין '%s' (זמנים חייבים להיות בפורמט 'm:ss', 'mm:ss' או 'h:mm:ss')",
	more_than_60_minutes = "משך שיר לא תקין '%s' (כאשר הוגדרו שעות, מספר הדקות חייב להיות פחות מ-60)",
	more_than_60_seconds = "משך שיר לא תקין '%s' (מספר השניות חייב להיות פחות מ-60)",
	tracks_written = 'כל השירים נכתבו והולחנו על ידי %s.',
	lyrics_written_music_composed = 'מילות השירים נכתבו על ידי $1; המוזיקה לשירים הולחנה על ידי $2.',
	lyrics_written = 'מילות השירים נכתבו על ידי %s.',
	music_composed = 'המוזיקה לשירים הולחנה על ידי %s.',
	track_listing_error = '<strong class="error">שגיאת רשימת השמעה: %s</strong>',
	deprecated_collapsed = 'Deprecated collapsed parameter in use',
	title = 'שם',
	number = 'מספר',
	number_abbr = "מס'",
	track_listing = 'רשימת השמעה',
	writer = 'כותב(ים)',
	lyrics = 'מילים',
	music = 'לחן',
	extra = '{{{extra_column}}}',
	length = 'משך',
	blank_cell = '&nbsp;',
	track_title = '"%s"',
	untitled = 'ללא שם',
	note = ' (%s)',
	track_id = 'track%d',
	number_terminated = '%d.',
	total_length = 'משך כולל:'
}