зеркало из https://github.com/nextcloud/news.git
24 строки
969 B
PHP
24 строки
969 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Refresh" => "නැවුම් කරන්න",
|
|
"by" => "විසින්",
|
|
"from" => "වෙතින්",
|
|
"Download" => "බාන්න",
|
|
"Description" => "විස්තරය",
|
|
"Subscribe" => "දායකවන්න",
|
|
"Web address" => "අන්තර්ජාල ලිපිනය",
|
|
"Folder" => "ෆෝල්ඩරය",
|
|
"Folder name" => "ෆොල්ඩරයේ නම",
|
|
"Create" => "තනන්න",
|
|
"Rename" => "නැවත නම් කරන්න",
|
|
"Delete feed" => "සංග්රහය මකන්න",
|
|
"Collapse" => "හකුළන්න",
|
|
"Rename folder" => "ෆොල්ඩරය නැවත නම් කරන්න",
|
|
"Delete folder" => "ෆොල්ඩරය මකන්න",
|
|
"Starred" => "තරු දැමු",
|
|
"Settings" => "සිටුවම්",
|
|
"Import" => "ආයාත කරන්න",
|
|
"Export" => "නිර්යාත කරන්න"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|