server/apps/files_trashbin/l10n/ast.php

8 lines
149 B
PHP
Raw Normal View History

2014-04-08 05:57:51 +00:00
<?php
$TRANSLATIONS = array(
2014-04-09 05:56:49 +00:00
"Name" => "Nome",
"Restore" => "Restaurar",
2014-04-08 05:57:51 +00:00
"Delete" => "Desaniciar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";