1<?php
2// File header
3
4$lang = array(
5// "First string" => "First string",
6// "Second string" => "Second string",
7// "etc" => "etc",
8);
9