1<?php
2// File header
3
4$lang = array(
5// "First string" => "First string",
6// "Second string" => "Second string",
7"Used string" => "Another translation",
8"Translation is the same as English string" => "Translation is the same as English string",
9// "etc" => "etc",
10"Login" => "Another translation",
11"Add user:" => "Translation",
12// "All users" => "All users",
13);
14