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