1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-11 00:52:29 +01:00

14 lines
427 B
PHP
Raw Normal View History

2014-10-27 16:25:53 -04:00
<?php
$TRANSLATIONS = array(
2014-05-12 00:49:51 -04:00
"Ok" => "အိုကေ",
2013-07-24 00:50:10 -04:00
"Cancel" => "ပယ်ဖျက်မည်",
2014-05-12 00:49:51 -04:00
"OK" => "အိုကေ",
2013-07-24 00:50:10 -04:00
"Add" => "ပေါင်းထည့်",
"Text" => "စာသား",
2014-03-09 00:49:34 -05:00
"Download" => "ဒေါင်းလုတ်",
2014-05-12 00:49:51 -04:00
"Title" => "ခေါင်းစဉ်",
"Description" => "ဖော်ပြချက်",
"Password" => "စကားဝှက်"
2013-02-22 00:05:10 +01:00
);
2014-10-27 16:25:53 -04:00
$PLURAL_FORMS = "nplurals=1; plural=0;";