Let’s say that we’re just going to translate the string “Skeleton Application” from the standard layout file. Here’s what the array would look like in all locales: In German <?php return array( 'Skeleton Application' => 'das Skelett Applikation' ); In Czech <?php return array( ...