Blame view
sources/settings/l10n/ia.php
1.4 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 |
"Email sent" => "Message de e-posta inviate", |
|
03e52840d
|
4 5 |
"Language changed" => "Linguage cambiate", "Invalid request" => "Requesta invalide", |
|
31b7f2792
|
6 7 |
"Error" => "Error", "Update" => "Actualisar", |
|
6d9380f96
|
8 9 10 11 12 |
"Very weak password" => "Contrasigno multo debile", "Weak password" => "Contrasigno debile", "So-so password" => "Contrasigno passabile", "Good password" => "Contrasigno bon", "Strong password" => "Contrasigno forte", |
|
03e52840d
|
13 14 |
"Groups" => "Gruppos", "Delete" => "Deler", |
|
6d9380f96
|
15 |
"never" => "nunquam", |
|
03e52840d
|
16 |
"__language_name__" => "Interlingua", |
|
6d9380f96
|
17 |
"Security Warning" => "Aviso de securitate", |
|
31b7f2792
|
18 19 |
"Log" => "Registro", "More" => "Plus", |
|
03e52840d
|
20 21 |
"Add your App" => "Adder tu application", "Select an App" => "Selectionar un app", |
|
31b7f2792
|
22 |
"Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files", |
|
03e52840d
|
23 24 25 26 27 28 29 |
"Password" => "Contrasigno", "Unable to change your password" => "Non pote cambiar tu contrasigno", "Current password" => "Contrasigno currente", "New password" => "Nove contrasigno", "Change password" => "Cambiar contrasigno", "Email" => "E-posta", "Your email address" => "Tu adresse de e-posta", |
|
31b7f2792
|
30 |
"Profile picture" => "Imagine de profilo", |
|
6d9380f96
|
31 |
"Cancel" => "Cancellar", |
|
03e52840d
|
32 33 34 |
"Language" => "Linguage", "Help translate" => "Adjuta a traducer", "Create" => "Crear", |
|
6d9380f96
|
35 36 |
"Group" => "Gruppo", "Default Quota" => "Quota predeterminate", |
|
31b7f2792
|
37 |
"Other" => "Altere", |
|
6d9380f96
|
38 39 |
"Username" => "Nomine de usator", "Quota" => "Quota" |
|
03e52840d
|
40 |
); |
|
31b7f2792
|
41 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |