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