comunic/inc/lang/en.php
2016-11-19 12:08:12 +01:00

90 lines
3.1 KiB
PHP
Executable File

<?php
//Fichier de langue
//Nom de la langue : Anglais
//Service Pierre 2014
//Destiné à : Comuic
//Tous droits réservés.
//Initialisation du tableau de langues
$lang = array();
$lang['nomlangue'] = "English";
$lang['nomlangue_raccourcis'] = "en";
//Traductions de la langue
$lang[0] = "Log In";
$lang[1] = "Password";
$lang[2] = "Lost ?";
$lang[3] = "Create an account";
$lang[4] = "You haven't told your password yet.";
$lang[5] = "You haven't told your e-mail yet.";
$lang[6] = "You haven't told your e-mail or password yet.";
$lang[7] = "The e-mail or the password is wrong.";
$lang[8] = "Use the mobile version.";
$lang[9] = "About";
$lang[10] = "Help Center";
$lang[11] = "Open pages";
$lang[12] = "First Name.";
$lang[13] = "Surname.";
$lang[14] = "Mail Adress.";
$lang[15] = "Confirm Password";
$lang[16] = "Create account";
$lang[17] = "Validation image";
$lang[18] = "Type the validation image's code";
$lang[19] = "Type your surname";
$lang[20] = "Type your first name";
$lang[21] = "Type your e-mail adress";
$lang[22] = "Type your password";
$lang[23] = "Confirm your passord";
$lang[24] = "Warning";
$lang[25] = "What's the matter ?";
$lang[26] = "Logout";
$lang[27] = "All rights reserved";
$lang[28] = "Thanks";
$lang[29] = "Open public chat";
$lang[30] = "Close public chat";
$lang[31] = "Send";
$lang[32] = "Add";
$lang[33] = "I like";
$lang[34] = "I don't like anymore";
$lang[35] = "Comments";
$lang[36] = "Next page";
$lang[37] = "Send an image";
$lang[38] = "Name";
$lang[39] = "Search";
$lang[40] = "Search a person";
$lang[41] = "Your friends";
$lang[42] = "Control panel";
$lang[43] = "Friends";
$lang[44] = "Visit"; //créé pour Menu IE (peut être réutilisé dans d'autres usages)
$lang[45] = "Quick add";
$lang[46] = "When you create an account you accept our lience terms.";
$lang[47] = "Operation canceled.";
$lang[48] = "Do you want to delete this comment?";
$lang[49] = "Do you want to delete this text?";
$lang[50] = "Avanced add";
$lang[51] = "No content have been added yet on this page!";
$lang[52] = "Go back to the previous page.";
$lang[53] = "Go back to the main page.";
$lang[54] = "Quit Comunic.";
$lang[55] = "Account Settings.";
$lang[56] = "General";
$lang[57] = "Save";
$lang[58] = "Change password";
$lang[59] = "Copy here the validation image's code.";
$lang[60] = "An error occured while trying to get the friends's list. Please try later by refreshing the page.";
$lang[61] = "people like that.";
$lang[62] = "More";
$lang[63] = "Go back to home page";
$lang[64] = "Send a message";
$lang[65] = "Private chat";
$lang[66] = "With the private chat you'll be able to chat easily with your friends.";
$lang[67] = "To have a private chat with anybody, you should go to your friend's page and click on \"Private Chat\".";
$lang[68] = "They have already chatted with you....";
$lang[69] = "Loading...";
$lang[70] = "Start to chat";
$lang[71] = "Go to his/her webpage.";
$lang[72] = "From";
$lang[73] = "To";
$lang[74] = "Note: HTML codes are dislabed <br /> but you can use smiles if you want."; //For the webmail
//End Of File