5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Encryption" => "加密"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|