1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
$TRANSLATIONS = array(
"Password" => "ពាក្យសម្ងាត់",
"Shared by {owner}" => "{owner} បានចែករំលែក",
"Shared by" => "បានចែករំលែកដោយ",
"This share is password-protected" => "ការចែករំលែកនេះត្រូវបានការពារដោយពាក្យសម្ងាត់",
"The password is wrong. Try again." => "ពាក្យសម្ងាត់ខុសហើយ។ ព្យាយាមម្ដងទៀត។",
"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." => "សម្រាប់ព័ត៌មានបន្ថែម សូមសួរអ្នកដែលផ្ញើតំណនេះ។",
"Save" => "រក្សាទុក",
"Download" => "ទាញយក",
"Download %s" => "ទាញយក %s",
"Direct link" => "តំណផ្ទាល់"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
|