<?xml version="1.0" encoding="utf8"?>
<slide fontsize="6em">
	<title>Method 2: Phrase dictionary</title>
	<subtitle>Using an array to define translation strings</subtitle>

	<blurb>Pro:</blurb>
	<list>
		<bullet>It is very simple</bullet>
		<bullet>Fall back mechanism in place</bullet>
	</list>

	<break/>
	
	<blurb>Con:</blurb>
	<list>
		<bullet>Translators need to fiddle with PHP code</bullet>
		<bullet>Translation files need to be manually created</bullet>
		<bullet>Arrays can use quite some memory</bullet>
		<bullet>Two definition files are loaded</bullet>
	</list>
</slide>
<!--
vim: encoding=utf8
-->
