server/apps/files_trashbin/l10n/ast.php
2014-04-09 01:56:49 -04:00

7 lines
149 B
PHP

<?php
$TRANSLATIONS = array(
"Name" => "Nome",
"Restore" => "Restaurar",
"Delete" => "Desaniciar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";