mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
34 lines
2.3 KiB
PHP
34 lines
2.3 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Bookmarks" => "ចំណាំ",
|
|
"Bookm." => "ចំណាំ",
|
|
"No file provided for import" => "គ្មានឯកសារផ្តល់អោយ ដើម្បីនាំចូលទេ",
|
|
"Unsupported file type for import" => "ប្រភេទឯកសារមិនគាំទ្រដើម្បីនាំយកចូល",
|
|
"Error" => "កំហុស",
|
|
"Filter by tag" => "ច្រោះដោយស្លាក",
|
|
"Warning" => "បម្រាម",
|
|
"Tags" => "ស្លាក",
|
|
"Are you sure you want to remove this tag from every entry?" => "តើអ្នកចង់លុបស្លាកនេះពីគ្រប់កន្លែងទាំងអស់មែន?",
|
|
"Import error" => "ការនាំយកចូលមានបញ្ហា",
|
|
"Import completed successfully." => "ការនាំយកចូល គឺសម្រេចជោគជ័យ",
|
|
"Uploading..." => "កំពុងដាក់បញ្ចូល...",
|
|
"Add a bookmark" => "ដាក់ចូលទៅបញ្ជីចំណាំ",
|
|
"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" => "បញ្ចូល",
|
|
"You have no bookmarks" => "អ្នកមិនមានចំណាំទេ",
|
|
"Bookmarklet" => "បញ្ជីចំណាំ",
|
|
"Export & Import" => "នាំចេញ & នាំចូល",
|
|
"Export" => "នាំយកចេញ",
|
|
"Import" => "នាំយកចូល"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|