<?php
return [
	'messages' =>
		[
			'original' => ['translation'],
			'contextoriginal with context' => ['translation with context'],
			'plural0' . "\0" . 'plural1' => ['translation0', 'translation1'],
			'contextplural0 with context' . "\0" . 'plural1 with context' => ['translation0 with context', 'translation1 with context'],
		],
];
