nextcloud-server/settings/l10n/my_MM.php

10 lines
505 B

<?php
$TRANSLATIONS = array(
"Authentication error" => "ကမအ",
"Invalid request" => "ကမမကန",
"Security Warning" => "သတက",
"Password" => "စကက",
"New password" => "စကကအသစ",
"Username" => "အမည"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";