nextcloud/apps/files_trashbin/l10n/ast.php

8 lines
149 B
PHP
Raw Normal View History

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