summaryrefslogtreecommitdiffstats
path: root/settings/l10n/ast.php
blob: 81300ed56363dd585bc3498c3887b9dffa347a0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Email sent" => "Corréu unviáu",
"Encryption" => "Cifráu",
"Invalid request" => "Solicitú non válida",
"Error" => "Fallu",
"Groups" => "Grupos",
"Delete" => "Desaniciar",
"More" => "Más",
"Less" => "Menos",
"Password" => "Contraseña",
"Email" => "Corréu-e",
"Cancel" => "Encaboxar",
"Create" => "Crear",
"Other" => "Otru",
"Username" => "Nome d'usuariu"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";