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