mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
36 lines
2.6 KiB
PHP
36 lines
2.6 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"No file provided for import" => "គ្មានឯកសារផ្តល់អោយ ដើម្បីនាំចូលទេ",
|
|
"Unsupported file type for import" => "ប្រភេទឯកសារមិនគាំទ្រដើម្បីនាំយកចូល",
|
|
"Bookmarks" => "ចំណាំ",
|
|
"Tags" => "ស្លាក",
|
|
"Filter by tag" => "ច្រោះដោយស្លាក",
|
|
"Edit bookmark" => "កែចំណាំ",
|
|
"Are you sure you want to remove this tag from every entry?" => "តើអ្នកចង់លុបស្លាកនេះពីគ្រប់កន្លែងទាំងអស់មែន?",
|
|
"Warning" => "បម្រាម",
|
|
"Import error" => "ការនាំយកចូលមានបញ្ហា",
|
|
"Import completed successfully." => "ការនាំយកចូល គឺសម្រេចជោគជ័យ",
|
|
"Uploading..." => "កំពុងដាក់បញ្ចូល...",
|
|
"Bookm." => "ចំណាំ",
|
|
"Add a bookmark" => "ដាក់ចូលទៅបញ្ជីចំណាំ",
|
|
"Close" => "បិទ",
|
|
"The title of the page" => "ចំណងជើងនៃទំព័រ",
|
|
"The address of the page" => "អាស័យដ្ឋាននៃទំព័រ",
|
|
"Description of the page" => "ការពណ៌នានៃទំព័រ",
|
|
"Save" => "រក្សាទុក",
|
|
"Delete" => "លុប",
|
|
"Edit" => "កែ",
|
|
"Cancel" => "លើកលែង",
|
|
"Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "បើអ្នកចង់ចំណាំគេហទំព័រណាមួយយ៉ាងឆាប់រហ័ស សូមទាញរបស់នេះទៅដាក់នៅកន្លែងចំណាំរបស់កម្មវិធីអ៊ីនធឺណិត ហើយចុចវា៖",
|
|
"Add to ownCloud" => "ដាក់ចូល ownCloud",
|
|
"Address" => "អាសយដ្ឋាន",
|
|
"Add" => "បញ្ចូល",
|
|
"Related Tags" => "ស្លាកដែលទាកទង",
|
|
"Settings" => "ការកំណត់",
|
|
"You have no bookmarks" => "អ្នកមិនមានចំណាំទេ",
|
|
"You can also try to import a bookmark file" => "អ្នកអាចព្យាយាមដាក់ទៅកាន់បញ្ជីចំណាំបាន",
|
|
"Bookmarklet" => "បញ្ជីចំណាំ",
|
|
"Export & Import" => "នាំចេញ & នាំចូល",
|
|
"Export" => "នាំយកចេញ",
|
|
"Import" => "នាំយកចូល"
|
|
);
|