2014-03-11 09:59:39 +04:00
|
|
|
|
<?php
|
|
|
|
|
$TRANSLATIONS = array(
|
2014-05-16 09:55:55 +04:00
|
|
|
|
"Shared by {owner}" => "{owner} បានចែករំលែក",
|
|
|
|
|
"This share is password-protected" => "ការចែករំលែកនេះត្រូវបានការពារដោយពាក្យសម្ងាត់",
|
|
|
|
|
"The password is wrong. Try again." => "ពាក្យសម្ងាត់ខុសហើយ។ ព្យាយាមម្ដងទៀត។",
|
2014-05-04 09:56:15 +04:00
|
|
|
|
"Password" => "ពាក្យសម្ងាត់",
|
2014-05-16 09:55:55 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "សូមទោស តំណនេះហាក់ដូចជាលែងដើរហើយ។",
|
|
|
|
|
"Reasons might be:" => "មូលហេតុអាចជា៖",
|
|
|
|
|
"the item was removed" => "របស់ត្រូវបានដកចេញ",
|
|
|
|
|
"the link expired" => "តំណផុតពេលកំណត់",
|
|
|
|
|
"sharing is disabled" => "មិនអនុញ្ញាតការចែករំលែក",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "សម្រាប់ព័ត៌មានបន្ថែម សូមសួរអ្នកដែលផ្ញើតំណនេះ។",
|
|
|
|
|
"Download" => "ទាញយក",
|
|
|
|
|
"Download %s" => "ទាញយក %s",
|
|
|
|
|
"Direct link" => "តំណផ្ទាល់"
|
2014-03-11 09:59:39 +04:00
|
|
|
|
);
|
|
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|