11 lines
878 B
PHP
11 lines
878 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Welcome to %s" => "សូមស្វាគមន៍មកកាន់ %s",
|
|
"Your personal web services. All your files, contacts, calendar and more, in one place." => "សេវាកម្មវេបផ្ទាល់ខ្លួនរបស់អ្នក។ ",
|
|
"Get the apps to sync your files" => "ដាក់អោយកម្មវិធីផ្សេងៗ ធ្វើសមកាលកម្មឯកសារអ្នក",
|
|
"Connect your desktop apps to %s" => "ភ្ជាប់កម្មវិធីលើកុំព្យូទ័ររបស់អ្នកទៅ %s",
|
|
"Connect your Calendar" => "ភ្ជាប់ប្រតិទិនរបស់អ្នក",
|
|
"Documentation" => "កម្រងឯកសារ"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|