lv.php
401 Bytes
<?php
$TRANSLATIONS = array(
"Files" => "Datnes",
"_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array("","",""),
"_%s and %n more_::_%s and %n more_" => array("","",""),
"Daily" => "Katru dienu",
"Weekly" => "Katru nedēļu"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";