Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ast.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b01085c49fdb8f67f4abf1e7ad8a1e8c768b2fd (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Invalid request" => "Solicitú non válida",
"Delete" => "Desaniciar",
"Other" => "Otru"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";