Welcome to mirror list, hosted at ThFree Co, Russian Federation.

my_MM.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 070e4dd73bc71d4d4ab57d62beda5bb4b594c67c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Authentication error" => "ခွင့်ပြုချက်မအောင်မြင်",
"Invalid request" => "တောင်းဆိုချက်မမှန်ကန်ပါ",
"Security Warning" => "လုံခြုံရေးသတိပေးချက်",
"Password" => "စကားဝှက်",
"New password" => "စကားဝှက်အသစ်",
"Cancel" => "ပယ်ဖျက်မည်",
"Username" => "သုံးစွဲသူအမည်"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";