Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.85 KB | None | 0 0
  1. <?php
  2. $lang = new stdClass();
  3. $lang->langName = 'Français';
  4.  
  5.  
  6. /* Website */
  7. $lang->about = 'A propos de nous';
  8. $lang->abouthome = '<div align="center"><p>Téléchargez votre lecteur radio gratuitement ! Commencez par vous<a href="http://xatradio.com/">Inscrire</a>.</p>
  9. <p>Nous sommes un projet géré par xatProject.com ayant pour intention d\'aider les propriétaires de chats, les concepteurs de radio et les autres utilisateurs impliqués dans "l'industrie des radios web".</p>
  10. <p>Si vous avez des suggestions, des signalements ou des problèmes techniques, nous vous prions de nous envoyer un mail à l\'adresse suivant : support@xatproject.com avec votre message.</p></div>';
  11.  
  12. $lang->home = 'Accueil';
  13. $lang->register = 'Inscription';
  14. $lang->login = 'Connexion';
  15. $lang->help = 'Aide';
  16. $lang->terms = 'Conditions Générales';
  17. $lang->public_p = 'Profil Public';
  18. $lang->manage = 'Gestion des Lecteurs';
  19. $lang->logout = 'Déconnexion';
  20. $lang->upload = 'Téléchargez votre lecteur !';
  21.  
  22. $lang->helphome = '<div id="register">
  23. <h3>Comment s\'inscrire ?</h3>
  24. <p>Pour s\'inscrire, allez sur <a href="http://xatradio.com/register" target="_blank">xatradio.com/register</a> - Se créer un compte est gratuit.<br>
  25. Il vous faut tout d'abord vérifier votre identité via un PROBot sur xat.</p>
  26. <p>Nous vous recommandons vivement d'utiliser un mot de passe différent de celui que vous utilisez sur xat ou sur votre email.<br>
  27. Dans l\'idéal, vous devriez utiliser un mot de passe unique pour votre compte xatRadio pour garantir votre sécurité !</p>
  28. <p>Vous pouvez utiliser une adresse email pour recevoir des notifications ou retrouver votre mot de passe si nécessaire.</p>
  29. </div>
  30. <div id="upload">
  31. <h3>Comment télécharger mon lecteur ?</h3>
  32. <p>Vous pouvez télécharger votre lecteur radio dès que vous vous êtes inscrit. Seuls les fichiers SWF (".swf") sont acceptés !<br>
  33. Pour télécharger votre lecteur radio, allez sur <a href="http://xatradio.com/upload" target="_blank">xatradio.com/upload</a> et choisissez le fichier.</p>
  34. <p>Vous pouvez donner un nom à votre lecteur et lister les chats sur lesquels il sera exhibé.</p>
  35. </div>
  36. <div id="players">
  37. <h3>Comment voir les lecteurs que j\'ai téléchargés ?</h3>
  38. <p>Vous pouvez voir une liste de vos lecteurs (approuvés ou en attente) dans le menu "Gestion des Lecteurs", commencez par sélectionner le menu utilisateur.</p>
  39. <p>Les lecteurs ne s'afficheront que si leur contenu et leur code obéissent à nos conditions générales d'utilisation que vous pouvez lire sur : <a href="http://xatradio.com/terms" target="_blank">xatradio.com/terms</a>.</p>
  40. </div>
  41. <div id="change">
  42. <h3>Comment changer mon mot de passe xatRadio ?</h3>
  43. <p>Pour changer le mot de passe de votre compte, sélectionnez le menu utilisateur (une fois connecté), allez sur "Réglages" puis cliquez sur "Changer de mot de passe".<br>
  44. Entrez votre ancien mot de passe et confirmez le nouveau.</p>
  45. </div>
  46. <div id="notifications">
  47. <h3>Comment désactiver les notifications par email ?</h3>
  48. <p>Pour désactiver les notifications par email de xatRadio, connectez-vous et allez sur <a href="http://xatradio.com/not" target="_blank">xatradio.com/not</a><br>
  49. Ou sélectionnez le menu utilisateur (une fois connecté), cliquez sur "Réglages" puis allez sur "Désactiver les notifications".<br>
  50. Pour les activer de nouveau, cliquez sur "Activer les notifications".</p>
  51. </div>
  52. <div id="transfer">
  53. <h3>Comment puis-je transférer mon compte xatRadio sur un nouvel ID xat ?</h3>
  54. <p>Pour transférer votre compte xatRadio sur un nouvel ID, commencez par vous connecter sur votre nouvel ID sur xat.<br>
  55. Allez ensuite sur le menu utilisateur (une fois connecté), cliquez sur "Réglages" puis sur "Transférer sur un nouvel ID".<br>
  56. La page vous donnera une commande, copiez et collez là sur le chat (de préférence dans le chat privé du PROBOT).<br>
  57. Le transfert sera complété si vous envoyer le bon code.</p>
  58. </div>
  59. <div id="removal">
  60. <h3>Comment supprimer un lecteur téléchargé ?</h3>
  61. <p>Pour supprimer votre lecteur, sélectionnez votre menu utilisateur, cliquez sur "Réglages" puis sur "Gestion des lecteurs".<br>
  62. Choisissez le lecteur que vous voulez supprimer puis cliquez sur "Demande de suppression".</p>
  63. <p>Votre demande sera traitée et votre lecteur supprimé après cela.</p>
  64. </div>
  65. <div id="delete">
  66. <h3>Comment supprimer mon compte ?</h3>
  67. <p>Pour supprimer votre compte xatRadio, connectez-vous sur xatRadio.com, sélectionnez le menu utilisateur, cliquez sur "Réglages" puis sur "Supprimer mon compte".<br>
  68. Il vous faudra envoyer une commande au bot avant de supprimer votre compte (pour des raisons de sécurité).</p>
  69. <p>Votre ID pourra ensuite être réutilisée pour un nouveau compte xatRadio.</p>
  70. </div>';
  71.  
  72. $lang->log_in = 'Connexion';
  73. $lang->username = 'Entrez votre identifiant :';
  74. $lang->password = 'Entrez votre mot de passe :';
  75. $lang->checkbrowser = 'Assurez-vous que votre navigateur est bien sur %s';
  76.  
  77. $lang->totalplayers = 'Nombre de lecteurs téléchargés :';
  78. $lang->totalviews = 'Nombre de vues :';
  79. $lang->usernotf = 'Utilisateur non trouvé.';
  80.  
  81. $lang->newplayer = 'Téléchargez un nouveau lecteur';
  82. $lang->playernotf = 'Lecteur non trouvé.';
  83. $lang->playerdel = 'Requête de suppression envoyée !';
  84. $lang->name = 'Nom du lecteur';
  85. $lang->status = 'Statut';
  86. $lang->url = 'URL';
  87. $lang->chat = 'Chat';
  88. $lang->by = 'Téléchargé par';
  89. $lang->more = 'Plus...';
  90. $lang->approved = 'Approuvé';
  91. $lang->waiting = 'En attente...';
  92. $lang->rejected = 'Rejeté';
  93. $lang->delete = 'Demande de suppression';
  94. $lang->noplayers = 'Si vous avez téléchargé un lecteur récemment, il doit être en attente de validation.';
  95.  
  96. $lang->register_maintenance = 'Inscription en maintenance. Essayez plus tard.';
  97. $lang->cmdalert = 'Vous devez utiliser \'!xatradio register\' pour vous enregistrer. Cliquez sur le lien envoyé par le bot pour cela (vérifiez bien l\'URL %s dans votre navigateur !!!)';
  98. $lang->usernm = 'Nom souhaité :';
  99. $lang->passwd = 'Votre mot de passe :';
  100. $lang->confirmpasswd = 'Confirmation :';
  101. $lang->eg = 'Exemple :';
  102. $lang->alphanumeric = 'Lettres et chiffres (A-Z et/ou 0-9) uniquement. Cela sera utilisé pour vous connecter.';
  103. $lang->email = 'Adresse email :';
  104. $lang->humanverify = 'Vérification humaine :';
  105. $lang->registernow = 'Inscrivez-vous maintenant !';
  106. $lang->invalidtk = 'Code token invalide.';
  107. $lang->notxatpass = 'Nous vous recommandons d'utiliser un mot de passe différent de celui que vous utilisez pour xat ou pour votre email (créez en un unique pour xatRadio.com).';
  108. $lang->acceptterms = 'J'ai lu et approuvé les <a href="http://xatradio.com/terms">Conditions Générales d'Utilisation</a>';
  109. $lang->notaccepted = 'Vous devez lire et approuver les conditions générales d'utilisation avant de vous inscrire.';
  110.  
  111. $lang->youneedregister = 'Vous devez vous <a href="/register">inscrire</a> ou vous <a href="/login">connecter</a> pour télécharger un lecteur.';
  112.  
  113. $lang->termshome = '<h2>1. Le service</h2>
  114. The service is provided and monitored by xatProject ("xatProject.com"), the service was created with the intent to provide radio players for xat groups only.<br>
  115. Registered users are able to upload their own radio players (as in "swf" files), the radio players pass through a human verification process before they are set visible to the public.<br><br>
  116. This human verification process ensures that the radio player complies to the terms of service.<br>
  117. Please understand that by using our service, you agree to the terms stipulated here. So read them carefully.
  118. <h2>2. Using the service</h2>
  119. You should publish content suitable to all ages. Any material or reference considered inappropriate will be rejected.<br><br>
  120. You will not create more than one account to upload your players.<br><br>
  121. You will not misuse the service. The service purpose is to allow radio players only. Any other material that is not related to xat will be removed within notice.<br><br>
  122. You will not modify the player once it is uploaded to the service.
  123. <h2>3. Uploading content</h2>
  124. You will not upload hateful content. Hate speech, threatening, graphic violence, or any type of content that incites violence is not allowed.<br><br>
  125. You will not upload inappropriate content. Any material that relates or refers to nudity or pornographic will be rejected accordingly.<br><br>
  126. You will not upload malicious content. Radio players should be clean to their main goal which is to play music. Any additional code will be analysed and risks rejection.<br><br>
  127. You will not upload copyrighted material without written permission.<br><br>
  128. You will not upload content developed by other users from the community without permission. Any content which collected material from an existent content risks rejection.<br><br>
  129. You will not upload content that requires external material to be loaded. All images contained on the radio player should be in the player file ("swf").<br><br>
  130. You will not upload content that distributes information to third parties. Any kind of inappropriate and or malicious script will result in rejection.<br><br>
  131. You will not make negative reference such as intimidation or unfair competition to any other radio, user or group through your content ("radio player images").<br><br>
  132. You will not make commercial reference to external sites through your content. Any type of advertising will be analysed and risks rejection.
  133. <h2>4. Permitted</h2>
  134. You are permitted to include the link of your radio website to the content as long it is the radio site. If you link to external sites your content risks rejection.<br><br>
  135. You can make social to your Facebook, Instagram, Twitter and YouTube pages as long as they are appropriate to the terms of service.<br><br>
  136. Your content may include: Your radio name, your group link, play button, pause button, volume button or lever, music title and artist name, contact box or mail reference, name and ID of the player developer.<br><br>
  137. Your content may include links or buttons that address to xat.com sites and sites that are allowed by xat.com.<br><br>
  138. The only external reference appropriated to include on the radio player is your radio IP and the API to get the artist and music title that must come from your radio site.<br>
  139. Please note that if by any means those are modified in malicious ways or appear to be inappropriate, the content will be removed within notice.
  140. <h2>5. The terms</h2>
  141. Last updated on November 23, 2016.<br><br>
  142. If you don\'t comply to these terms your content may be removed, if abused your account may be suspended from using the service.<br><br>
  143. You should look at the terms regularly. The service provider reserves the right to change the terms of service at any time without further notice.<br><br>
  144. These terms of service will be governed in accordance with the laws of the Federal Republic of Germany (host service) and with the Federative Republic of Brazil\'s law (service provider).<br><br>
  145. If these terms of service are available in other languages than English, the English version will prevail.
  146. <h2>6. Copyright infringement</h2>
  147. We are not responsible for the content published by the user, as the content is not developed neither distributed directly by xatProject ("xatProject.com").<br>
  148. All the data we allocate in our service may be monitored under our terms of service and under any applicable law, if deemed inappropriate or illegal the content shall be removed.<br><br>
  149. In any circumstance of violation, the representative should contact the service provider in order to resolve the copyright infringement.<br>
  150. Contact: support@xatproject.com - Please include to the email title / subject: COPYRIGHT INFRINGEMENT XATRADIO
  151. <h2>7. Security</h2>
  152. Your xatRadio account and password is your sole responsibility.<br>
  153. All the accounts and content are stored within and secured by the service provider. Any user is allowed to upload ("publish content").<br><br>
  154. We recommend that you have an unique password for this service ("xatRadio.com"). USE A DIFFERENT PASSWORD FROM YOUR EMAIL OR XAT ACCOUNT !!!<br><br>
  155. We do not recommend you to download any file or content from the service once this type of file can be run by browsers that simulate virtual machines.<br><br>
  156. We do not recommend you to follow any instructions informed by public content such as disabling protections, installing apps or download files. These should be reported immediately once they violate our terms of service.<br><br>
  157. The service provider enforces the security through the service but cannot guarantee that the information and the content between you and the service will be completely secured due to the nature of the internet. The users use the service at their own risk.
  158. <h2>8. About us</h2>
  159. The service provider xatProject ("xatProject.com") and other users involved with xatRadio.com are not affiliated or associated to xat.com in any way.<br><br>
  160. The information collected from"xat IDs", "Chats where the player will display" and surveys are for research, analysis and testing purposes.<br>
  161. This data is collected with the sole intent to improve the quality of the service and may be exposed to the public unless such requested information is stated as personal or private.<br><br>
  162. We cannot guarantee that our service will not display errors in this stage of production.<br>
  163. In case of any harmful occurrence (both to users and the service provider), drastic measures may be taken (service maintenance, player removal or user suspension).<br><br>
  164. Maintenance for uploading and user registration may be regular. The service is focused to provide radio players for xat groups which will be the top priority (availability of these).<br><br>
  165. Reported content will be monitored by the service provider and we may take action to remove the content without further notice.';
  166.  
  167. $lang->bannednotplayer = 'You are banned, so will not any upload players.';
  168. $lang->uploadmaintenance = 'Upload System in maintenance. Please try again later.';
  169. $lang->selectplayer = 'Select your Player:';
  170. $lang->playername = 'Player Name:';
  171. $lang->chatname = 'Chat Name:';
  172. $lang->uploadnow = 'Upload Now!';
  173.  
  174. $lang->nodirect = 'You can\'t access here directly.';
  175. $lang->emptypname = 'You must use a player name.';
  176. $lang->max25p = 'Max 25 characters on player name.';
  177. $lang->invalidfile = 'Invalid file type.';
  178. $lang->maxfile = 'Max file size is 4MB.';
  179. $lang->error = 'Error:';
  180. $lang->pexistant = 'This player is existant in our server.';
  181. $lang->uploadok = 'Your player has been uploaded. Please wait for approval. Read our <a href="http://xatradio.com/terms">terms of service</a>';
  182.  
  183. $lang->language = 'Langue';
  184.  
  185. $lang->emailrecovery = 'Bonjour %s,
  186.  
  187. Nous avons reçu votre demande de changement de mot de passer.
  188.  
  189. Nous vous prions de cliquez ici : %s
  190. Et d\'entrer votre nouveau mot de passe.
  191.  
  192. La demande a été effectuée sous l\'IP : %s
  193.  
  194. Si vous n\'avez pas demander de changement de mot de passe (mot de passe perdu), ignorez cet email.
  195.  
  196. Nouveau sur xatRadio.com ? Page d\'aide : http://xatradio.com/help
  197.  
  198. Nous vous prions de lire nos conditions générales sur : http://xatradio.com/terms
  199.  
  200. -------------------------------------------------------------------------------------------------------------------------
  201. Merci d\'utiliser notre service xatRadio.com - Powered by xatProject.com
  202.  
  203. Ceci est un message automatique, ne répondez pas à ce mail.
  204.  
  205. Si vous avez des suggestions ou que vous souhaitez signaler quelque chose, envoyez nous un mail sur : support@xatproject.com';
  206. $lang->emailpasschange = 'Bonjour %s,
  207.  
  208. Votre mot de passe a été changé.
  209.  
  210. Le changement a été effectué par : %s
  211.  
  212. Si vous n\'avez pas demander de changement de mot de passe (mot de passe perdu), envoyez un mail à :
  213. support@xatproject.com avec "COMPROMISED XATRADIO" comme sujet.
  214.  
  215. Nouveau sur xatRadio.com ? Page d\'aide : http://xatradio.com/help
  216.  
  217. Nous vous prions de lire nos conditions générales sur : http://xatradio.com/terms
  218.  
  219. -------------------------------------------------------------------------------------------------------------------------
  220. Merci d\'utiliser notre service xatRadio.com - Powered by xatProject.com
  221.  
  222. Ceci est un message automatique, ne répondez pas à ce mail.
  223.  
  224. Si vous avez des suggestions ou que vous souhaitez signaler quelque chose, envoyez nous un mail sur : support@xatproject.com';
  225. $lang->emailuploaded = 'Bonjour %s,
  226.  
  227. Votre lecteur radio a été téléchargé sur nos serveurs et est en attente de validation.
  228.  
  229. Il sera vérifié par notre équipe avant d\'être accessible au public.
  230.  
  231. Nous vous prions d'attendre patiemment.
  232.  
  233. Nouveau sur xatRadio.com ? Page d\'aide : http://xatradio.com/help
  234.  
  235. Nous vous prions de lire nos conditions générales sur : http://xatradio.com/terms
  236.  
  237. NOTE : Pour désactiver les notifications email, allez sur : http://xatradio.com/not
  238.  
  239. -------------------------------------------------------------------------------------------------------------------------
  240. Merci d\'utiliser notre service xatRadio.com - Powered by xatProject.com
  241.  
  242. Ceci est un message automatique, ne répondez pas à ce mail.
  243.  
  244. Si vous avez des suggestions ou que vous souhaitez signaler quelque chose, envoyez nous un mail sur : support@xatproject.com';
  245. $lang->emailaccdeleted = 'Bonjour %s,
  246.  
  247. Votre compte sur xatRadio.com a été supprimé.
  248.  
  249. L\'id xat %s peut être utilisé pour un nouveau compte xatRadio.
  250.  
  251. Nouveau sur xatRadio.com ? Page d\'aide : http://xatradio.com/help
  252.  
  253. Nous vous prions de lire nos conditions générales sur : http://xatradio.com/terms
  254.  
  255. -------------------------------------------------------------------------------------------------------------------------
  256. Merci d\'utiliser notre service xatRadio.com - Powered by xatProject.com
  257.  
  258. Ceci est un message automatique, ne répondez pas à ce mail.
  259.  
  260. Si vous avez des suggestions ou que vous souhaitez signaler quelque chose, envoyez nous un mail sur : support@xatproject.com';
  261. $lang->emailregistered = 'Bonjour %s,
  262.  
  263. Bienvenue sur xatRadio.com !
  264.  
  265. Vous pouvez maintenant vous connecter :
  266. http://xatradio.com/login
  267.  
  268. Nous vous prions de lire nos conditions générales sur : http://xatradio.com/terms
  269.  
  270. N\'hésitez pas à télécharger vos lecteurs radios, quand vous voulez !
  271.  
  272. Nouveau sur xatRadio.com ? Voici notre page d\'aide : http://xatradio.com/help
  273.  
  274. -------------------------------------------------------------------------------------------------------------------------
  275. Merci d\'utiliser notre service xatRadio.com - Powered by xatProject.com
  276.  
  277. Ceci est un message automatique, ne répondez pas à ce mail.
  278.  
  279. Si vous avez des suggestions ou que vous souhaitez signaler quelque chose, envoyez nous un mail sur : support@xatproject.com';
  280. $lang->emailtransfered = 'Bonjour %s,
  281.  
  282. Votre compte xatRadio a été transféré sur un nouvel ID xat.
  283.  
  284. Votre ancien ID : %s
  285. Votre nouvel ID: %s
  286.  
  287. Votre ancien ID peut être utilisé pour un nouveau compte xatRadio.
  288.  
  289. Nouveau sur xatRadio.com ? Page d\'aide : http://xatradio.com/help
  290.  
  291. Nous vous prions de lire nos conditions générales sur : http://xatradio.com/terms
  292.  
  293. -------------------------------------------------------------------------------------------------------------------------
  294. Merci d\'utiliser notre service xatRadio.com - Powered by xatProject.com
  295.  
  296. Ceci est un message automatique, ne répondez pas à ce mail.
  297.  
  298. Si vous avez des suggestions ou que vous souhaitez signaler quelque chose, envoyez nous un mail sur : support@xatproject.com';
  299.  
  300.  
  301. $lang->settings = 'Settings';
  302. $lang->oldpass = 'Old password:';
  303. $lang->newpass = 'New password:';
  304. $lang->change = 'Change';
  305. $lang->radiodel = 'You need to use <strong>"!xatradio delete %s"</strong> to delete your account.';
  306. $lang->idchange = 'You need to use <strong>"!xatradio transfer %s"</strong> to change for new id.';
  307. $lang->changemypass = 'Change my Password';
  308. $lang->deletemyacc = 'Delete My Account';
  309. $lang->transfernewid = 'Transfer to new ID';
  310.  
  311. $lang->lostpassq = 'Lost Password?';
  312. $lang->useroremail = 'Username or email:';
  313. $lang->recovery = 'Recovery';
  314. $lang->invalidcoderec = 'Invalid recovery code.';
  315. $lang->usernotfounddb = 'TThis user is not found in our database.';
  316. $lang->emailsentsuccess = 'An email with the recovery link was sent to your email.';
  317.  
  318. $lang->mustcomplete = 'All fields must be completed.';
  319. $lang->alphanumeric2 = 'You can only use numbers / letters(A-z, 0-9) on username.';
  320. $lang->maxsizeuser = 'Your username can have 4 - 25 characters.';
  321. $lang->notmatch = 'The passwords do not match.';
  322. $lang->invalidemail = 'You must use a valid email.';
  323. $lang->invalidcaptcha = 'You must to complete recaptcha.';
  324. $lang->invalidreg = 'Invalid register, try get another token.';
  325. $lang->userinuse = 'This username is already in use.';
  326. $lang->emailinuse = 'The email address %s is already in use. Please use another email address.<br>Note: multiple accounts are not allowed.';
  327. $lang->regsuccess = 'Account registered with success. You can now login <a href="http://xatradio.com/login">here</a> if you are not redirected. To get help, click <a href="http://xatradio.com/help">here</a>.';
  328. $lang->oldincorrect = 'Old password is incorrect.';
  329. $lang->passchanged = 'Password changed successful!';
  330. $lang->modcreated = 'Done, moderator created successful!';
  331. $lang->userorpassinvalid = 'Username or Password invalid!';
  332. $lang->youbanned = 'You were banned by the Staff.';
  333. $lang->loginsuccess = 'Login successful, now you can manage your players. You will be redirected to your panel!';
  334. $lang->idinuse = 'Please go to <a href="http://xatradio.com/register">Probot</a> and register with a new ID. The ID %s is already in use.<br>Note: multiple accounts are not allowed.';
  335.  
  336. $lang->enablenot = 'Enable Notifications';
  337. $lang->disablenot = 'Disable Notifications';
  338. $lang->notupdate = 'Notifications were updated!';
  339.  
  340. $lang->date_ = 'Date';
  341.  
  342. /* Admin CP */
  343. $lang->cp_home = 'Home';
  344. $lang->cp_players = 'Players';
  345. $lang->cp_searchp = 'Search Player';
  346. $lang->cp_approvedp = 'Approved Players';
  347. $lang->cp_rejectedp = 'Rejected Players';
  348. $lang->cp_users = 'Users';
  349. $lang->cp_searchu = 'Search User';
  350. $lang->cp_allusers = 'All users';
  351. $lang->cp_usersban = 'Users Banned';
  352. $lang->cp_settings = 'Settings';
  353. $lang->cp_allmods = 'All Moderators';
  354. $lang->cp_newmod = 'Add New';
  355. $lang->cp_logs = 'Logs History';
  356. $lang->cp_edittitles = 'Edit Page Titles';
  357. $lang->cp_extraconf = 'Extra Settings';
  358. $lang->cp_logout = 'Logout';
  359. $lang->cp_totalviews = 'Total Views';
  360. $lang->cp_totaluploads = 'Total Uploads';
  361. $lang->cp_totalusers = 'Total Users';
  362. $lang->cp_copyrights = 'All rights reserved to';
  363. $lang->cp_banned = 'Banned';
  364. $lang->cp_normal = 'Normal';
  365.  
  366. $lang->cp_approvedbystaff = 'All players approved by the Staff.';
  367. $lang->cp_playername = 'Player Name';
  368. $lang->cp_url = 'Url';
  369. $lang->cp_uploadedby = 'Uploaded by';
  370. $lang->cp_date = 'Date';
  371. $lang->cp_more = 'More...';
  372. $lang->cp_reject = 'Reject';
  373. $lang->cp_golive = 'Go Live';
  374. $lang->cp_pnotfound = 'Player not found';
  375. $lang->cp_rejectsuccess = 'This player was rejected successful!';
  376. $lang->cp_norejects = 'No players were rejected';
  377. $lang->cp_noapproves = 'No players were approved';
  378.  
  379. $lang->cp_username = 'Username';
  380. $lang->cp_email = 'E-mail';
  381. $lang->cp_accstatus = 'Account Status';
  382. $lang->cp_more = 'More...';
  383. $lang->cp_ban = 'Ban';
  384. $lang->cp_unban =' Unban';
  385. $lang->cp_noregisters = 'Don\'t have any user registered yet.';
  386. $lang->cp_usernotfound = 'User not found';
  387. $lang->cp_userbanned = 'The user was banned successful!';
  388. $lang->cp_userubanned = 'The user was unbanned successful!';
  389.  
  390. $lang->cp_nobanned = 'Don\'t have any user banned yet.';
  391.  
  392. $lang->cp_waiting = 'Players waiting to be approved...';
  393. $lang->cp_approve = 'Approve';
  394. $lang->cp_approvedsuccess = 'This player was approved successful!';
  395. $lang->cp_noplayerswaiting = 'No players waiting for approvation';
  396.  
  397. $lang->cp_rejected = 'All players rejected by the Staff.';
  398.  
  399. $lang->cp_playerkey = 'Player Name(Key)';
  400. $lang->cp_search = 'Search';
  401. $lang->cp_swaiting = 'Pending approval...';
  402. $lang->cp_sapproved = 'Approved';
  403. $lang->cp_srejected = 'Rejected';
  404.  
  405. $lang->cp_requestremov = 'Request Removal List';
  406. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement