nextcloud/settings/l10n/ast.php

8 lines
170 B
PHP

<?php
$TRANSLATIONS = array(
"Invalid request" => "Solicitú non válida",
"Delete" => "Desaniciar",
"Other" => "Otru"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";