server/apps/files_encryption/l10n/th_TH.php

7 lines
198 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-05-26 00:03:54 +00:00
"Saving..." => "กำลังบันทึกข้อมูล...",
2013-05-25 00:11:52 +00:00
"Encryption" => "การเข้ารหัส"
2012-08-15 00:07:20 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";