nextcloud/apps/files_trashbin/l10n/ast.php

6 lines
105 B
PHP
Raw Normal View History

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