nextcloud/core/l10n/my_MM.php

49 lines
2.6 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-25 03:06:17 +04:00
"January" => "ဇန်နဝါရီ",
"February" => "ဖေဖော်ဝါရီ",
"March" => "မတ်",
"April" => "ဧပြီ",
"May" => "မေ",
"June" => "ဇွန်",
"July" => "ဇူလိုင်",
"August" => "ဩဂုတ်",
"September" => "စက်တင်ဘာ",
"October" => "အောက်တိုဘာ",
"November" => "နိုဝင်ဘာ",
"December" => "ဒီဇင်ဘာ",
2013-04-16 04:17:30 +04:00
"No" => "မဟုတ်ဘူး",
2014-07-09 09:55:51 +04:00
"Yes" => "ဟုတ်",
2014-05-15 09:55:53 +04:00
"Choose" => "ရွေးချယ်",
2013-05-24 04:02:43 +04:00
"Ok" => "အိုကေ",
2013-09-20 18:50:14 +04:00
"_{count} file conflict_::_{count} file conflicts_" => array(""),
2013-09-22 20:58:42 +04:00
"Cancel" => "ပယ်ဖျက်မည်",
2013-02-25 03:06:17 +04:00
"Set expiration date" => "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်",
"Expiration date" => "သက်တမ်းကုန်ဆုံးမည့်ရက်",
"Resharing is not allowed" => "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ",
"can edit" => "ပြင်ဆင်နိုင်",
"create" => "ဖန်တီးမည်",
"delete" => "ဖျက်မည်",
"Password protected" => "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်",
2013-10-14 04:33:30 +04:00
"Add" => "ပေါင်းထည့်",
2013-02-25 03:06:17 +04:00
"You will receive a link to reset your password via Email." => "အီးမေးလ်မှတစ်ဆင့် သင်၏စကားဝှက်ကို ပြန်ဖော်ရန်အတွက် Link တစ်ခုလက်ခံရရှိပါလိမ့်မယ်။",
"Username" => "သုံးစွဲသူအမည်",
"New password" => "စကားဝှက်အသစ်",
2013-02-22 03:08:47 +04:00
"Users" => "သုံးစွဲသူ",
"Apps" => "Apps",
2013-02-25 03:06:17 +04:00
"Admin" => "အက်ဒမင်",
"Help" => "အကူအညီ",
"Cloud not found" => "မတွေ့ရှိမိပါ",
"Security Warning" => "လုံခြုံရေးသတိပေးချက်",
"Create an <strong>admin account</strong>" => "<strong>အက်ဒမင်အကောင့်</strong>တစ်ခုဖန်တီးမည်",
2014-05-17 09:57:38 +04:00
"Password" => "စကားဝှက်",
2013-02-25 03:06:17 +04:00
"Data folder" => "အချက်အလက်ဖိုလ်ဒါလ်",
"Database user" => "Database သုံးစွဲသူ",
"Database password" => "Database စကားဝှက်",
"Database name" => "Database အမည်",
"Finish setup" => "တပ်ဆင်ခြင်းပြီးပါပြီ။",
"remember" => "မှတ်မိစေသည်",
2013-08-19 23:14:38 +04:00
"Log in" => "ဝင်ရောက်ရန်"
2013-02-21 03:15:58 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";