forked from ademcan/canSnippet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.php
99 lines (99 loc) · 5.39 KB
/
en.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?php
$messages['home'] = 'Home';
$messages['search'] = 'Search';
$messages['rss'] = 'RSS';
$messages['myaccount'] = 'My Account';
$messages['deconnection'] = 'Log out';
$messages['identification'] = 'Identification';
$messages['searchboxtext'] = ' Search by tags, title...';
$messages['username'] = 'Username';
$messages['snippetssearch'] = 'Snippets search';
$messages['pwd'] = 'Password';
$messages['login'] = 'Login';
$messages['pwdforgotten'] = 'I forgot my pasword...';
$messages['password'] = 'Password';
$messages['repeatpassword'] = 'Repeat password';
$messages['save'] = 'Save';
$messages['rating'] = 'rating';
$messages['ratings'] = 'ratings';
$messages['notag'] = 'No tag';
$messages['chooselanguage'] = 'Choose a language';
$messages['choosesnippet'] = 'Choose a snippet';
$messages['user'] = 'User';
$messages['status'] = 'Status';
$messages['snippetdetails'] = 'Snippet\'s details';
$messages['addsnippet'] = 'Add new snippet';
$messages['mysnippets'] = 'My snippets';
$messages['allsnippets'] = 'All snippets';
$messages['users'] = 'Users';
$messages['preferences'] = 'Preferences';
$messages['cansnippethome'] = 'canSnippet Home';
$messages['show'] = 'Filter';
$messages['all'] = 'All';
$messages['published'] = 'Published';
$messages['unpublished'] = 'Unpublished';
$messages['edit'] = 'Edit';
$messages['delete'] = 'Delete';
$messages['adduser'] = 'Add user';
$messages['edituser'] = 'Edit user';
$messages['actif'] = 'Active';
$messages['update'] = 'Update';
$messages['add'] = 'Add';
$messages['preferences'] = 'Preferences';
$messages['changetheme'] = 'Change theme';
$messages['changepwd'] = 'Change password';
$messages['chargecss'] = 'Update CSS';
$messages['newpwd'] = 'New password';
$messages['changepwdbutton'] = 'Change pwd';
$messages['changelng'] = 'Change language';
$messages['french'] = 'French';
$messages['english'] = 'English';
$messages['changelngbutton'] = 'Update';
$messages['newaccount'] = 'New account';
$messages['forgotpwdtitle'] = 'Renew password';
$messages['forgotpwdbutton'] = 'Renew';
$messages['tagresults'] = 'Results for tag';
$messages['accountcreationreceived'] = 'We received your account creation request.';
$messages['accountcreationreceived2'] = 'You will receive a confirmation email as soon as your account has been activated';
$messages['connect'] = 'Login';
$messages['successfullnewpwd'] = 'Your password has been renewed';
$messages['emailaddresserror'] = 'Error in email address';
$messages['newpwdmailsubject'] = 'New password';
$messages['newpwdmailbody'] = "Hello, \n\nA password renewal has been requested for the canSnippet account linked to this email address.\nYoun can renew your password via the following link (available for 5 minutes):\n";
$messages['nosnippetyet']= "No snippet yet. You can add a snippet via your account dashboard.";
$messages['oldersnippets'] = "Older snippets";
$messages['newestsnippets'] = "Recent snippets";
$messages['linkexpired'] = "Link expired";
$messages['pwdtooshort'] = 'Password too short';
$messages['repeatsamepwd'] = 'Please provide the same password twice';
$messages['invalidchar'] = 'Invalid character in username';
$messages['onecapitalonenumber'] = 'Password should contain at least one capital letter and one number';
$messages['reallydeletesnippet'] = 'Do you really want to delete this snippet ?';
$messages['title'] = 'Title';
$messages['language'] = 'Language';
$messages['description'] = 'Description';
$messages['tagscommasep'] = 'Tags (comma-separated)';
$messages['providetitle'] = 'Please provide a title for your snippet';
$messages['providedescription'] = 'A small description would not hurt...';
$messages['providecode'] = 'A snippet without code... is it still a snippet?';
$messages['providetag'] = 'Some tags would be really helpful';
$messages['choosecorrectlng'] = 'Choose a programming language from the dropdown list';
$messages['addsnippet'] = 'Add snippet';
$messages['nospecialchartag'] = 'Tags cannot have special characters' ;
$messages['reallydeleteuser'] = 'Do you really want to delete this user ?';
$messages['bonjour'] = 'Hi';
$messages['useractivatedemail'] = "\n\nWe are happy to let you know that your canSnippet account is now active.\nYou can now login and start adding new snippets to share with the community";
$messages['reallyactivatesnippet'] = 'Do you really want to activate this snippet ?';
$messages['reallydeactivatesnippet'] = 'Do you really want to deactivate this snippet ?';
$messages['emailexists'] = 'Email address already existing';
$messages['emailnewaccountsubject'] = 'New account for canSnippet';
$messages['emailnewaccountbody1'] = "Dear admins,\n\nThe following user would like to create an account for canSnippet\n\nUsername: ";
$messages['emailnewaccountbody2'] = "\nEmail address: ";
$messages['emailnewaccountbody3'] = ".\n\nIf you don't want to activate this user account, just ignore this email.\nTo activate this account, just login and go to the admin dashboard section Users";
$messages['emailuseraccountcreation'] = ", \n\nThank you for requesting an account on canSnippet. Your account will be validated shortly.";
$messages['nonexistingsnippet'] = 'Sorry, this snippet does not exist or is not active anymore';
$messages['successfullnewpwdmail'] = 'We just sent you an email to renew your password';
$messages['wrongusernameorpwd'] = 'Wrong username or password!';
$messages['accountinactivated'] = 'Your account has been inactivated, please contact the admins!';
$messages['provideusername'] = 'Please provide a username';
?>