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