mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
14 lines
427 B
PHP
14 lines
427 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Ok" => "အိုကေ",
|
|
"Cancel" => "ပယ်ဖျက်မည်",
|
|
"OK" => "အိုကေ",
|
|
"Add" => "ပေါင်းထည့်",
|
|
"Text" => "စာသား",
|
|
"Download" => "ဒေါင်းလုတ်",
|
|
"Title" => "ခေါင်းစဉ်",
|
|
"Description" => "ဖော်ပြချက်",
|
|
"Password" => "စကားဝှက်"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|