2013-08-09 12:06:31 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2012-01-11 00:06:59 +00:00
|
|
|
"Language changed" => "Linguage cambiate",
|
2013-01-11 23:10:58 +00:00
|
|
|
"Invalid request" => "Requesta invalide",
|
2013-05-04 00:00:54 +00:00
|
|
|
"Error" => "Error",
|
2013-08-25 23:21:52 +00:00
|
|
|
"Update" => "Actualisar",
|
2013-02-12 14:12:46 +00:00
|
|
|
"Groups" => "Gruppos",
|
|
|
|
"Delete" => "Deler",
|
2012-05-09 10:41:01 +00:00
|
|
|
"__language_name__" => "Interlingua",
|
2013-04-27 00:24:29 +00:00
|
|
|
"Log" => "Registro",
|
|
|
|
"More" => "Plus",
|
2012-05-13 17:59:44 +00:00
|
|
|
"Add your App" => "Adder tu application",
|
2012-01-11 00:06:59 +00:00
|
|
|
"Select an App" => "Selectionar un app",
|
2013-04-11 00:10:41 +00:00
|
|
|
"Get the apps to sync your files" => "Obtene le apps (applicationes) pro synchronizar tu files",
|
2012-12-19 23:13:09 +00:00
|
|
|
"Password" => "Contrasigno",
|
2012-01-11 00:06:59 +00:00
|
|
|
"Unable to change your password" => "Non pote cambiar tu contrasigno",
|
|
|
|
"Current password" => "Contrasigno currente",
|
|
|
|
"New password" => "Nove contrasigno",
|
|
|
|
"Change password" => "Cambiar contrasigno",
|
2012-05-09 10:41:01 +00:00
|
|
|
"Email" => "E-posta",
|
|
|
|
"Your email address" => "Tu adresse de e-posta",
|
2012-01-11 00:06:59 +00:00
|
|
|
"Language" => "Linguage",
|
2012-05-09 10:41:01 +00:00
|
|
|
"Help translate" => "Adjuta a traducer",
|
2012-01-11 00:06:59 +00:00
|
|
|
"Create" => "Crear",
|
2013-06-21 06:53:57 +00:00
|
|
|
"Other" => "Altere",
|
|
|
|
"Username" => "Nomine de usator"
|
2012-01-11 00:06:59 +00:00
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|