6 lines
156 B
PHP
6 lines
156 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"WebDAV Authentication" => "WebDAV Authentication",
|
|
"Save" => "บันทึก"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|