1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<?php $TRANSLATIONS = array(
"OpenID Changed" => "OpenID cambiate",
"Invalid request" => "Requesta invalide",
"Language changed" => "Linguage cambiate",
"__language_name__" => "Interlingua",
"Add your App" => "Adder tu application",
"Select an App" => "Selectionar un app",
"Clients" => "Clientes",
"Password" => "Contrasigno",
"Unable to change your password" => "Non pote cambiar tu contrasigno",
"Current password" => "Contrasigno currente",
"New password" => "Nove contrasigno",
"show" => "monstrar",
"Change password" => "Cambiar contrasigno",
"Email" => "E-posta",
"Your email address" => "Tu adresse de e-posta",
"Language" => "Linguage",
"Help translate" => "Adjuta a traducer",
"Name" => "Nomine",
"Groups" => "Gruppos",
"Create" => "Crear",
"Default Quota" => "Quota predeterminate",
"Other" => "Altere",
"Quota" => "Quota",
"Delete" => "Deler"
);
|