ia.php 153 Bytes
<?php
$TRANSLATIONS = array(
"Update" => "Actualisar",
"Download" => "Discargar",
"Delete" => "Deler"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";