7 lines
189 B
PHP
7 lines
189 B
PHP
<?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"
|
|
);
|