mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
6 lines
97 B
PHP
6 lines
97 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Delete" => "លុប"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|