nextcloud/apps/files_trashbin/l10n/ast.php

9 lines
169 B
PHP

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