mirror of
https://github.com/nextcloud/server.git
synced 2026-05-21 17:45:40 -04:00
6 lines
202 B
PHP
6 lines
202 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Password" => "ពាក្យសម្ងាត់",
|
|
"shared by %s" => "បានចែករំលែកដោយ %s"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|