14 lines
816 B
JavaScript
14 lines
816 B
JavaScript
OC.L10N.register(
|
|
"firstrunwizard",
|
|
{
|
|
"About" : "អំពី",
|
|
"Get the apps to sync your files" : "ដាក់អោយកម្មវិធីផ្សេងៗ ធ្វើសមកាលកម្មឯកសារអ្នក",
|
|
"Server address" : "អាសយដ្ឋានម៉ាស៊ីនបម្រើ",
|
|
"Copy link" : "ចម្លងតំណ",
|
|
"Copied!" : "បានចម្លង",
|
|
"Press ⌘-C to copy." : " ចុច ⌘-C ដើម្បីចម្លង",
|
|
"Press Ctrl-C to copy." : "ចុច Ctrl-C ដើម្បីចម្លង",
|
|
"Connect your desktop apps to %s" : "ភ្ជាប់កម្មវិធីលើកុំព្យូទ័ររបស់អ្នកទៅ %s"
|
|
},
|
|
"nplurals=1; plural=0;");
|