1 2 3 4 5 6 7
<?php $TRANSLATIONS = array( "Name" => "Tên", "1 folder" => "1 thư mục", "{count} folders" => "{count} thư mục", "1 file" => "1 tập tin", "{count} files" => "{count} tập tin" );