Blame view

sources/core/l10n/my_MM.php 3.54 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
10
11
12
13
14
15
  "January" => "ဇန်နဝါရီ",
  "February" => "ဖေဖော်ဝါရီ",
  "March" => "မတ်",
  "April" => "ဧပြီ",
  "May" => "မေ",
  "June" => "ဇွန်",
  "July" => "ဇူလိုင်",
  "August" => "ဩဂုတ်",
  "September" => "စက်တင်ဘာ",
  "October" => "အောက်တိုဘာ",
  "November" => "နိုဝင်ဘာ",
  "December" => "ဒီဇင်ဘာ",
  "seconds ago" => "စက္ကန့်အနည်းငယ်က",
31b7f2792   Kload   Upgrade to ownclo...
16
17
  "_%n minute ago_::_%n minutes ago_" => array(""),
  "_%n hour ago_::_%n hours ago_" => array(""),
03e52840d   Kload   Init
18
19
  "today" => "ယနေ့",
  "yesterday" => "မနေ့က",
31b7f2792   Kload   Upgrade to ownclo...
20
  "_%n day ago_::_%n days ago_" => array(""),
03e52840d   Kload   Init
21
  "last month" => "ပြီးခဲ့သောလ",
31b7f2792   Kload   Upgrade to ownclo...
22
  "_%n month ago_::_%n months ago_" => array(""),
03e52840d   Kload   Init
23
24
25
  "last year" => "မနှစ်က",
  "years ago" => "နှစ် အရင်က",
  "Choose" => "ရွေးချယ်",
03e52840d   Kload   Init
26
  "Yes" => "ဟုတ်",
31b7f2792   Kload   Upgrade to ownclo...
27
  "No" => "မဟုတ်ဘူး",
03e52840d   Kload   Init
28
  "Ok" => "အိုကေ",
31b7f2792   Kload   Upgrade to ownclo...
29
30
  "_{count} file conflict_::_{count} file conflicts_" => array(""),
  "Cancel" => "ပယ်ဖျက်မည်",
03e52840d   Kload   Init
31
32
33
34
35
36
37
38
39
40
  "Password" => "စကားဝှက်",
  "Set expiration date" => "သက်တမ်းကုန်ဆုံးမည့်ရက်သတ်မှတ်မည်",
  "Expiration date" => "သက်တမ်းကုန်ဆုံးမည့်ရက်",
  "Share via email:" => "အီးမေးလ်ဖြင့်ဝေမျှမည် -",
  "Resharing is not allowed" => "ပြန်လည်ဝေမျှခြင်းခွင့်မပြုပါ",
  "can edit" => "ပြင်ဆင်နိုင်",
  "create" => "ဖန်တီးမည်",
  "delete" => "ဖျက်မည်",
  "share" => "ဝေမျှမည်",
  "Password protected" => "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်",
31b7f2792   Kload   Upgrade to ownclo...
41
  "Add" => "ပေါင်းထည့်",
03e52840d   Kload   Init
42
43
44
45
46
47
48
49
50
51
  "You will receive a link to reset your password via Email." => "အီးမေးလ်မှတစ်ဆင့် သင်၏စကားဝှက်ကို ပြန်ဖော်ရန်အတွက် Link တစ်ခုလက်ခံရရှိပါလိမ့်မယ်။",
  "Username" => "သုံးစွဲသူအမည်",
  "Your password was reset" => "သင်၏စကားဝှက်ကိုပြန်ဖော်ပြီးပါပြီ။",
  "To login page" => "ဝင်ရောက်သည့်စာမျက်နှာသို့",
  "New password" => "စကားဝှက်အသစ်",
  "Users" => "သုံးစွဲသူ",
  "Apps" => "Apps",
  "Admin" => "အက်ဒမင်",
  "Help" => "အကူအညီ",
  "Cloud not found" => "မတွေ့ရှိမိပါ",
03e52840d   Kload   Init
52
53
54
55
56
57
58
59
  "Security Warning" => "လုံခြုံရေးသတိပေးချက်",
  "Create an <strong>admin account</strong>" => "<strong>အက်ဒမင်အကောင့်</strong>တစ်ခုဖန်တီးမည်",
  "Advanced" => "အဆင့်မြင့်",
  "Data folder" => "အချက်အလက်ဖိုလ်ဒါလ်",
  "Database user" => "Database သုံးစွဲသူ",
  "Database password" => "Database စကားဝှက်",
  "Database name" => "Database အမည်",
  "Finish setup" => "တပ်ဆင်ခြင်းပြီးပါပြီ။",
03e52840d   Kload   Init
60
61
  "Lost your password?" => "သင်၏စကားဝှက်ပျောက်သွားပြီလား။",
  "remember" => "မှတ်မိစေသည်",
31b7f2792   Kload   Upgrade to ownclo...
62
  "Log in" => "ဝင်ရောက်ရန်"
03e52840d   Kload   Init
63
  );
31b7f2792   Kload   Upgrade to ownclo...
64
  $PLURAL_FORMS = "nplurals=1; plural=0;";