21 lines
1.5 KiB
PHP
21 lines
1.5 KiB
PHP
<?php
|
||
$TRANSLATIONS = array(
|
||
"Cancel" => "បោះបង់",
|
||
"Shared by {owner}" => "{owner} បានចែករំលែក",
|
||
"Shared by" => "បានចែករំលែកដោយ",
|
||
"This share is password-protected" => "ការចែករំលែកនេះត្រូវបានការពារដោយពាក្យសម្ងាត់",
|
||
"The password is wrong. Try again." => "ពាក្យសម្ងាត់ខុសហើយ។ ព្យាយាមម្ដងទៀត។",
|
||
"Password" => "ពាក្យសម្ងាត់",
|
||
"Name" => "ឈ្មោះ",
|
||
"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" => "តំណផ្ទាល់"
|
||
);
|
||
$PLURAL_FORMS = "nplurals=1; plural=0;";
|