Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?
2
//
3
// English Language File for G-Shout version 1.3.1
4
//
5
// Made by donie <donie@gravitasi.com>
6
// last updated : February 4, 2005
7
 
8
define("_CHARSET","ISO-8859-1");
9
define("_YES","Yes");
10
define("_NO","No");
11
define("_PAGE","Page");
12
define("_UNWRITEABLE","The required files are not exist or some files that don't have permission to be written (not writeable). Please read the README file.");
13
 
14
// days
15
define("_SUNDAY","Sunday");
16
define("_MONDAY","Monday");
17
define("_TUESDAY","Tuesday");;
18
define("_WEDNESDAY","Wednesday");
19
define("_THURSDAY","Thursday");
20
define("_FRIDAY","Friday");;
21
define("_SATURDAY","Saturday");
22
 
23
// months
24
define("_JANUARY","January");
25
define("_FEBRUARY","February");
26
define("_MARCH","March");;
27
define("_APRIL","April");
28
define("_MAY","May");
29
define("_JUNE","June");;
30
define("_JULY","July");
31
define("_AUGUST","August");
32
define("_SEPTEMBER","September");
33
define("_OCTOBER","October");
34
define("_NOVEMBER","November");
35
define("_DECEMBER","December");
36
 
37
// front page side
38
define("_PLEASE_WAIT","Please wait for ".$floodwait." minutes and resend you message.");
39
define("_CLOSE_WINDOW","Close this window");
40
define("_REPLIED_ON","Replied on");
41
define("_SHOUTED_ON","Shouted on");
42
define("_PROCESS_DELETED","Shout successfully deleted");
43
 
44
//prevent users submit these values
45
define("_DEFAULT_NAME","Name");
46
define("_DEFAULT_URI","Web/Email");
47
define("_DEFAULT_MESSAGE","Tell me something");
48
 
49
// admin panel side
50
define("_CONTROL_PANEL","Control Panel");
51
define("_EDIT_SHOUT_ENTRIES","Edit Shout Entries");
52
define("_MY_WEBSITE","My Website");
53
define("_CURRENT_TIME","Current Time");
54
define("_MANUAL","Manual");
55
define("_LOGIN","Login");
56
define("_ADMIN_LOGIN","Admin Login");
57
define("_FORGOT_PASSWORD","Forgot Password");
58
define("_LOGOUT","Log-out");
59
define("_ID","ID");
60
define("_EDIT","Edit");
61
define("_DELETE","Delete");
62
define("_CONFIGURATION","Configuration");
63
define("_EDIT_CONFIGURATION","Edit Configuration");
64
define("_EDIT_SHOUT","Edit Shout");
65
define("_EDIT_SHOUTS","Edit Shouts");
66
define("_DATE","Date");
67
define("_REPLYDATE","Reply Date");
68
define("_REPLY","Reply");
69
define("_ADMINISTRATION","Administration");
70
define("_DISPLAYING","Displaying");
71
define("_RESULTS","results");
72
define("_SHOUTS","Shouts");
73
define("_MESSAGE","Message");
74
define("_NAME","Name");
75
define("_SEX","Sex");
76
define("_M","M");
77
define("_F","F");
78
define("_IP_ADDRESS","IP Address");
79
define("_WEB_EMAIL","Web / Email");
80
define("_PASSWORD","Password");
81
define("_FORGOT_PASSWORD","Forgot your password?");
82
define("_SUBMIT_EMAIL","Submit your email address");
83
define("_RETURN_TO_LOGIN","Return to Login");
84
define("_RETURN_TO_FORGOT","Return to Forgot Password");
85
define("_OR","Or");
86
define("_ANSWER_THIS","Answer this question");
87
define("_DISPLAYING_PAGE","Displaying page");
88
define("_OF","of");
89
define("_TOTAL","Total");
90
define("_FROM_MAXIMAL","from maximal");
91
define("_LAST_SHOUTS","last shouts");
92
define("_MALE","male");
93
define("_FEMALE","female");
94
define("_SHOUTS_PER_PAGE","Shouts per page");
95
define("_UPDATE","update");
96
define("_PAGE_GENERATED_IN","Page was generated in");
97
define("_SECONDS","seconds");
98
define("_ARE_YOU_SURE","Are you sure want to delete this?\\n  \'OK\' to delete, \'Cancel\' to stop.");
99
 
100
//LOGS
101
define("_VIEW_LOGS","View Logs");
102
define("_ACTION","Action");
103
define("_LOG_UNWRITABLE","<br />".$logpath." is not exist or not writeable, please change its permission to be writeable.<br />From SSH you can type: chmod ugo+w logs.php<br />or<br />chmod 0666 logs.php (this sets writeable and readable to all -rw-rw-rw-)<br /><br />or you can do that from some FTP clients (CuteFTP, LeapFTP, SmartFTP, WS_FTP), please read their documents.");
104
define("_LAST_LOGS","last logs");
105
// inside .log file
106
define("_LOG_LOGIN_SUCCESS","Successfully Logged In");
107
define("_LOG_LOGIN_FAIL","Login Failed");
108
define("_LOG_LOGOUT","Logged Out");
109
define("_LOG_CHANGE_PASS","Password Changed");
110
define("_LOG_RIGHT_SECRET_ANSWER","RIGHT Secret Answer");
111
define("_LOG_WRONG_SECRET_ANSWER","WRONG Secret Answer");
112
define("_LOG_LOGIN_EXPIRED","Login Expired");
113
 
114
//MESSAGES
115
define("_EMAIL_SUBJECT","[G-Shout] You have a comment from ".$name." on your G-Shout Box!");
116
define("_CONF_UPDATED","Configuration updated");
117
define("_PASSWORDS_UNMATCH","The password and password confirmation do not match");
118
define("_MUST_ENTER_CURRENT_PASSWORD","You must enter your current password to update this page");
119
define("_INCORRECT_CURRENT_PASSWORD","You must enter correct current password to update this page");
120
define("_SHOUT_DELETED","The shout is sucessfully deleted");
121
define("_SHOUTS_DELETED","The shouts are sucessfully deleted");
122
define("_PROCESS_DELETEFAILED","Deletion Process Failed");
123
define("_SHOUT_UPDATED","Shout Updated");
124
define("_ERROR_EMPTY","There is empty field");
125
define("_ERROR_NAME","Enter a name / nickname");
126
define("_ERROR_SEX","Are you a shemale? Select your gender");
127
define("_ERROR_URI","Enter a valid Web / Email address");
128
define("_ERROR_MESSAGE","Come on, tell me someshit!");
129
define("_ERROR_WRITE_DATA","Can't write to $datafile file, please change its permission to be writeable");
130
define("_ERROR_WRITE_CONF","Can't write to config.php file, please change its permission to be writeable");
131
define("_ERROR_WRITE_LOG","Tak dapat menulis ke dalam file $logfile, please change its permission to be writeable");
132
define("_DATA_UNWRITABLE","<br />$datafile is not exist or  not writeable, please change its permission to be writeable.<br />From SSH you can type: chmod ugo+w $datafile<br />or<br />chmod 0666 $datafile (this sets writeable and readable to all -rw-rw-rw-)<br /><br />or you can do that from some FTP clients (CuteFTP, LeapFTP, SmartFTP, WS_FTP), please read their documents.");
133
define("_CONF_UNWRITABLE","<br />config.php is not exist not writeable, please change its permission to be writeable.<br />From SSH you can type: chmod ugo+w config.php<br />or<br />chmod 0666 config.php (this sets writeable and readable to all -rw-rw-rw-)<br /><br />or you can do that from some FTP clients (CuteFTP, LeapFTP, SmartFTP, WS_FTP), please read their documents.");
134
define("_YOUR_PASSWORD_IS","Your password is");
135
define("_YOUR_PASSWORD","Your Password");
136
define("_RELOGIN","Login expired, please re-Login");
137
define("_WRONG_PASS","Wrong password, try again");
138
 
139
 
140
//CONFIGURATION
141
define("_PREFERENCE","Preference");
142
define("_VALUE","Value");
143
define("_NICKNAME","Displayed and Protected Nickname");
144
define("_NICKNAME_SUBTEXT","Your nickname when you reply a shout and visitors can't use it.");
145
define("_WEBSITE","Website URL");
146
define("_WEBSITE_SUBTEXT","Enter your own website URL");
147
define("_SKINS","Skins");
148
define("_SKINS_SUBTEXT","Select skin for Control Panel");
149
define("_LANGUAGES","Languages");
150
define("_LANGUAGES_SUBTEXT","Select your language");
151
define("_AMOUNT_OF_SHOUTS","Amout of Shouts");
152
define("_AMOUNT_OF_SHOUTS_SUBTEXT","The amount of comments shown in front page");
153
define("_ALLOWED_TAGS","Allowed HTML Tags");
154
define("_ALLOWED_TAGS_SUBTEXT","HTML Tags which be allowed for comments. Empty it if you dont allow any html tags inside message.");
155
define("_MAXCHARS","Maximum Characters");
156
define("_MAXCHARS_SUBTEXT","Maximum characters for each comment. Empty it if you don't want to limit it");
157
define("_KEEP","Keep the last ... shouts");
158
define("_KEEP_SUBTEXT","Keep the last ... entries. Shouts before these entries, will be auto-deleted. Set to \"all\" if you want to keep all shouts");
159
define("_KEEP_LOGS","Keep the last ... logs");
160
define("_KEEP_LOGS_SUBTEXT","All logs before these last logs, will be auto-deleted. Set to \"all\", if you want to keep all logs.");
161
define("_AUTOLOGOUT","Auto Log-Out on idle (minute)");
162
define("_AUTOLOGOUT_SUBTEXT","if idle (no activity) within these minutes, will be automatically logged out. Empty it to disable it.");
163
define("_DELETE_TIME","Delete Time (minute)");
164
define("_DELETE_TIME_SUBTEXT","How long time user can delete their own post? (in minute). Set to 0 (zero) to disable it.");
165
define("_FLOOD_PROT","Flood Protection (minute)");
166
define("_FLOOD_PROT_SUBTEXT","User can post the next shout in ... minutes. Set to 0 (zero) to disable it.");
167
define("_TEXT_WRAPPING_WIDTH","Text Wrapping Width");
168
define("_TEXT_WRAPPING_WIDTH_SUBTEXT","The width of the text wrapping. The value is relative to the font width. The width of 'A' is not the same as 'i'. Try checking it by using multiple A's (AAAAAAAAA and on) until it fits your frame. Set it to 0 to disable.");
169
define("_WRAPPING_SEPARATOR","Wrapping Separator");
170
define("_WRAPPING_SEPARATOR_SUBTEXT","The character used to seperate wrapped words. '- ' means will be seperated like this: abcde- fghi. Empty ('') means disabling wordwrapping. use ' ' (space) for textwrapping without separator..");
171
define("_URI_REQUIRED","Web/Email Required?");
172
define("_URI_REQUIRED_SUBTEXT","Are visitors required to fill Web/Email field?");
173
define("_USE_HTML_ENCODE","Use HTML Encode");
174
define("_USE_HTML_ENCODE_SUBTEXT","This will change any url or emails INSIDE the COMMENT to url. Example: 'www.yourdomain.com' will be changed to <a href=\"http://www.yourdomain.com\" target=\"_blank\" title=\"http://www.yourdomain.com\">".$urltextreplacement."</a> and 'email@yourdomain.com' will be changed to <a href=\"mailto:email@yourdomain.com\" target=\"_blank\" title=\"email@yourdomain.com\">[MAIL]</a>.");
175
define("_SEND_TO_EMAIL","Send comments to Email?");
176
define("_SEND_TO_EMAIL_SUBTEXT","If you want to receive every comments written to shoutbox via email, set this option to YES.");
177
define("_EMAIL_ADDRESS","Email Address");
178
define("_EMAIL_ADDRESS_SUBTEXT","Your Email Address which used to receive shout messages.");
179
define("_DATE_FORMAT","Date Format");
180
define("_DATE_FORMAT_SUBTEXT","The syntax used is identical to the <a href=\"http://www.php.net/date\" target=\"_blank\">PHP date() function</a>. Save option to update Output");
181
define("_OUTPUT","Output");
182
define("_TIMEZONE","Time Zone");
183
define("_GMT_IS","<acronym title='Greenwich Mean Time'>GMT</acronym> is");
184
define("_SECRET_QUESTION","Secret Question");
185
define("_SECRET_QUESTION_SUBTEXT","Secret question to view your password if you have forgot it.");
186
define("_SECRET_ANSWER","Secret Answer");
187
define("_SECRET_ANSWER_SUBTEXT","Secret answer to view your password if you have forgot it.");
188
define("_PASS_CHANGE_FORM","Password Change Form");
189
define("_LEAVE_BLANK","Leave blank if you do not wish to change it");
190
define("_NEW_PASS","New Password");
191
define("_NEW_PASS_CONFIRM","New Password Confirm");
192
define("_HAVE_LOG_BACK_IN","Note:  If you change your password you will have to log back in");
193
define("_EXISTING_PASS","Your Existing Password");
194
define("_SUBMIT_CURRENT_PASS","You must submit your current password to update this page");
195
 
196
 
197
 
198
// I have not done to do all language system
199
 
200
?>