/[nuke]/html/lang-english.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/lang-english.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Sep 22 07:22:13 2000 UTC (23 years, 6 months ago) by dpavlin
Branch: dbp, MAIN
CVS Tags: r3_6, HEAD
Changes since 1.1: +0 -0 lines
import of version 3.6

1 <?php
2
3 /*
4 Welcome to PHP-NUKE
5
6 This is the language module with "all" the system messages without any order.
7
8 If you made a translation, please sent to me (fburzi@ncc.org.ve) the translated
9 file and I'll include it in the next release. I'm searching for French, German
10 and Italian translations.
11
12 */
13
14 function translate($phrase) {
15
16 switch($phrase) {
17
18 case "(Are you sure you included a URL? Did ya test them for typos?)": $tmp = "(Are you sure you included a URL? Did ya test them for typos?)"; break;
19 case "(Did you check URLs?)": $tmp = "(Did you check URLs?)"; break;
20 case "(for changes only)": $tmp = "(for changes only)"; break;
21 case "- are you sure?": $tmp = "- are you sure?"; break;
22 case "Add Author": $tmp = " Add Author "; break;
23 case "Administration Menu": $tmp = "Administration Menu"; break;
24 case "NEW Article": $tmp = "NEW Article"; break;
25 case "Left Blocks": $tmp = "Left Blocks"; break;
26 case "Right Blocks": $tmp = "Right Blocks"; break;
27 case "Admin Block": $tmp = "Admin Block"; break;
28 case "Main Block": $tmp = "Main Block"; break;
29 case "Sections Manager": $tmp = "Sections Manager"; break;
30 case "Logout / Exit": $tmp = "Logout / Exit"; break;
31 case "User doesn't exist!": $tmp = "User doesn't exist!"; break;
32 case "Submit News": $tmp = "Submit News"; break;
33 case "We allow just one vote per day": $tmp = "We allow just one vote per day"; break;
34 case "Surveys/Polls": $tmp = "Surveys/Polls"; break;
35 case "HTTP Referers": $tmp = "HTTP Referers"; break;
36 case "Who is linking our site?": $tmp = "Who is linking our site?"; break;
37 case "Delete Referers": $tmp = "Delete Referers"; break;
38 case "link visited:": $tmp = "link visited:"; break;
39 case "most linked stories": $tmp = "most linked stories"; break;
40 case "Delete Polls": $tmp = "Delete Polls"; break;
41 case "Last": $tmp = "Last"; break;
42 case "Articles": $tmp = "Articles"; break;
43 case "Edit": $tmp = "Edit"; break;
44 case "Delete": $tmp = "Delete"; break;
45 case "Current Active Topics": $tmp = "Current Active Topics"; break;
46 case "Click to Edit": $tmp = "Click to Edit"; break;
47 case "Add a New Topic": $tmp = "Add a New Topic"; break;
48 case "Topic Name:": $tmp = "Topic Name:"; break;
49 case "Topic Text:": $tmp = "Topic Text:"; break;
50 case "Topic Image:": $tmp = "Topic Image:"; break;
51 case "Add Topic!": $tmp = "Add Topic!"; break;
52 case "(just a name without spaces - max: 20 characters)": $tmp = "(just a name without spaces - max: 20 characters)"; break;
53 case "(the full topic text or description - max: 40 characters)": $tmp = "(the full topic text or description - max:40 characters)"; break;
54 case "(image name + extension located in": $tmp = "(image name + extension located in"; break;
55 case "for example: gamesandhobbies": $tmp = "for example: gamesandhobbies"; break;
56 case "for example: Games and Hobbies": $tmp = "for example: Games and Hobbies"; break;
57 case "for example: games.gif": $tmp = "for example: games.gif"; break;
58 case "Edit Topic:": $tmp = "Edit Topic:"; break;
59 case "Save Changes!": $tmp = "Save Changes!"; break;
60 case "Delete Topic": $tmp = "Delete Topic"; break;
61 case "Are you sure you want to delete Topic": $tmp = "Are you sure you want to delete Topic"; break;
62 case "This will delete ALL it's stories and it's comments!": $tmp = "This will delete ALL it's stories and it's comments!"; break;
63 case "changerblock": $tmp = "Change Block"; break;
64 case "deleterblock": $tmp = "Delete Block"; break;
65 case "makerblock": $tmp = "Make Block"; break;
66 case "changelblock": $tmp = "Change Block"; break;
67 case "deletelblock": $tmp = "Delete Block"; break;
68 case "makelblock": $tmp = "Make Block"; break;
69 case "Create New Right Block": $tmp = "Create New Right Block"; break;
70 case "Create New Left Block": $tmp = "Create New Left Block"; break;
71 case "Edit Admin Block": $tmp = "Edit Admin Block"; break;
72 case "Are you sure you want to remove Story ID #": $tmp = "Are you sure you want to remove Story ID #"; break;
73 case "and all it's comments?": $tmp = "and all it's comments?"; break;
74 case "Edit Admins": $tmp = "Edit Admins"; break;
75 case "Add User": $tmp = "Add User"; break;
76 case "Update User": $tmp = "Update User"; break;
77 case "User ID": $tmp = "User ID"; break;
78 case "Preview Story": $tmp = "Preview Story"; break;
79 case "Past Articles": $tmp = "Past Articles"; break;
80 case "comment": $tmp = "comment"; break;
81 case "comments?": $tmp = "comments?"; break;
82 case "Welcome to": $tmp = "Welcome to"; break;
83 case "Votes: ": $tmp = "Votes: "; break;
84 case "Past Surveys": $tmp = "Past Surveys"; break;
85 case "Survey": $tmp = "Survey"; break;
86 case "Total Votes: ": $tmp = "Total Votes: "; break;
87 case "Voting Booth": $tmp = "Voting Booth"; break;
88 case "Other Polls": $tmp = "Other Polls"; break;
89 case "Results": $tmp = "Results"; break;
90 case "Your Name": $tmp = "Your Name"; break;
91 case "New User": $tmp = "New User"; break;
92 case "Title": $tmp = "Title"; break;
93 case "Be Descriptive, Clear and Simple": $tmp = "Be Descriptive, Clear and Simple"; break;
94 case "bad titles='Check This Out!' or 'An Article'.": $tmp = "bad titles='Check This Out!' or 'An Article'."; break;
95 case "The Scoop": $tmp = "The Scoop"; break;
96 case "HTML is fine, but double check those URLs and HTML tags!": $tmp = "HTML is fine, but double check those URLs and HTML tags!"; break;
97 case "You must preview once before you can submit": $tmp = "You must preview once before you can submit"; break;
98 case "Are you sure you included a URL? Did you test them for typos?": $tmp = "Are you sure you included a URL? Did you test them for typos?"; break;
99 case "Select Topic": $tmp = "Select Topic"; break;
100 case "Thanks for your submission.": $tmp = "Thanks for your submission. We'll look into our 8 magic ball and it might just tell us to post your story. Keep em coming."; break;
101 case "We received": $tmp = "We received"; break;
102 case "visitors from": $tmp = "visitors from"; break;
103 case "Operating Systems": $tmp = "Operating Systems"; break;
104 case "Unknown": $tmp = "Unknown"; break;
105 case "Threshold": $tmp = "Threshold"; break;
106 case "No Comments": $tmp = "No Comments"; break;
107 case "Nested": $tmp = "Nested"; break;
108 case "Flat": $tmp = "Flat"; break;
109 case "Threaded": $tmp = "Threaded"; break;
110 case "Oldest First": $tmp = "Oldest First"; break;
111 case "Newest First": $tmp = "Newest First"; break;
112 case "Highest Scores First": $tmp = "Highest Scores First"; break;
113 case "Save": $tmp = "Save"; break;
114 case "Refresh": $tmp = "Refresh"; break;
115 case "Reply": $tmp = "Reply"; break;
116 case "The comments are owned by the poster. We aren't responsable for its content.": $tmp = "The comments are owned by the poster. We aren't responsable for its content."; break;
117 case "Post Anonymously": $tmp = "Post Anonymously"; break;
118 case "Post": $tmp = "Post"; break;
119 case "Comment": $tmp = "Comment"; break;
120 case "Extrans (html tags to text)": $tmp = "Extrans (html tags to text)"; break;
121 case "HTML Formatted": $tmp = "HTML Formatted"; break;
122 case "Plain Old Text": $tmp = "Plain Old Text"; break;
123 case "Subject": $tmp = "Subject"; break;
124 case "Allowed HTML:": $tmp = "Allowed HTML:"; break;
125 case "User Info": $tmp = "User Info"; break;
126 case "Score: ": $tmp = "Score: "; break;
127 case "by": $tmp = "by"; break;
128 case "on": $tmp = "on"; break;
129 case "Moderate": $tmp = "Moderate"; break;
130 case "This is your personal page": $tmp = "This is your personal page. Probably you have interest in make some changes. If you want to waste some time, this is the correct place."; break;
131 case "My HomePage:": $tmp = "My HomePage:"; break;
132 case "My E-Mail:": $tmp = "My E-Mail:"; break;
133 case "Extra Info:": $tmp = "Extra Info"; break;
134 case "There is no available info for": $tmp = "There is no available info for"; break;
135 case "This web site uses": $tmp = "This web site uses"; break;
136 case "Incorrect Login!": $tmp = "Incorrect Login!"; break;
137 case "New User:": $tmp = "New User:"; break;
138 case "(Password will be sent to the email address you enter.)": $tmp = "(Password will be sent to the email address you enter.)"; break;
139 case "Lost your Password?": $tmp = "Lost your Password?"; break;
140 case "No problem. Just type your Nickname and click on send button.": $tmp = "No problem. Just type your Nickname and click on send button."; break;
141 case "Notice: Account preferences are cookie based.": $tmp = "Notice: Account preferences are cookie based."; break;
142 case "more info...": $tmp = "more info..."; break;
143 case "Sorry, no corresponding user info was found": $tmp = "Sorry, no corresponding user info was found"; break;
144 case "User Password for": $tmp = "User Password for"; break;
145 case "The user account": $tmp = "The user account"; break;
146 case "at": $tmp = "at"; break;
147 case "has this email associated with it.": $tmp = "has this email associated with it."; break;
148 case "A web user from": $tmp = "A web user from"; break;
149 case "has just requested that password be sent.": $tmp = "has just requested that password be sent."; break;
150 case "Your New Password is:": $tmp = "Your New Password is:"; break;
151 case "You can change it after you login at": $tmp = "You can change it after you login at"; break;
152 case "If you didn't ask for this, don't worry. You are seeing this message, not 'them'. If this was an error just login with your new password.": $tmp = "If you didn't ask for this, don't worry. You are seeing this message, not 'them'. If this was an error just login with your new password."; break;
153 case "Password for": $tmp = "Password for"; break;
154 case "mailed.": $tmp = "mailed."; break;
155 case "ERROR: Email address already registered": $tmp = "ERROR: Email address already registered"; break;
156 case "ERROR: Nickname taken": $tmp = "ERROR: Nickname taken"; break;
157 case "ERROR: Name is reserved.": $tmp = "ERROR: Name is reserved."; break;
158 case "ERROR: Invalid email": $tmp = "ERROR: Invalid email"; break;
159 case "ERROR: Email addresses do not contain spaces.": $tmp = "ERROR: Email addresses do not contain spaces."; break;
160 case "ERROR: Invalid Nickname": $tmp = "ERROR: Invalid Nickname"; break;
161 case "Nickname is too long. It must be less than 15 characters.": $tmp = "Nickname is too long. It must be less than 15 characters."; break;
162 case "There cannot be any spaces in the Nickname.": $tmp = "There cannot be any spaces in the Nickname."; break;
163 case "Finish": $tmp = "Finish"; break;
164 case "You or someone else has used your email account": $tmp = "You or someone else has used your email account"; break;
165 case "to register an account at": $tmp = "to register an account at"; break;
166 case "The following is the member information:": $tmp = "The following is the member information:"; break;
167 case "-Nickname: ": $tmp = "-Nickname: "; break;
168 case "-Password: ": $tmp = "-Password: "; break;
169 case "Your Password is: ": $tmp = "Your Password is: "; break;
170 case "You are now registered. You should receive your password at the email account you provided.": $tmp = "You are now registered. You should receive your password at the email account you provided."; break;
171 case "Real Name": $tmp = "Real Name"; break;
172 case "Real Email": $tmp = "Real Email"; break;
173 case "Fake Email": $tmp = "Fake Email"; break;
174 case "Your HomePage": $tmp = "Your HomePage"; break;
175 case "Extra Info": $tmp = "Extra Info"; break;
176 case "(optional)": $tmp = "(optional)"; break;
177 case "(required)": $tmp = "(required)"; break;
178 case "(This Email will not be public but is required, will be used to send your password if you lost it)": $tmp = "(This Email will not be public but is required, will be used to send your password if you lost it)"; break;
179 case "(This Email will be public. Just type what you want, Spam proof)": $tmp = "(This Email will be public. Just type what you want, Spam proof)"; break;
180 case "(255 characters max. Type what others can know about yourself)": $tmp = "(255 characters max. Type what others can know about yourself)"; break;
181 case "(type a new password twice to change it)": $tmp = "(type a new password twice to change it)"; break;
182 case "Save Changes": $tmp = "Save Changes"; break;
183 case "Both passwords are different. They need to be identical.": $tmp = "Both passwords are different. They need to be identical."; break;
184 case "Sorry, your password must be at least": $tmp = "Sorry, your password mus be at least"; break;
185 case "characters long": $tmp = "characters long"; break;
186 case "Something screwed up... don't you hate that?": $tmp = "Something screwed up... don't you hate that?"; break;
187 case "Current Active Sections": $tmp = "Current Active Sections"; break;
188 case "Add a New Section": $tmp = "Add a New Section"; break;
189 case "Section Name:": $tmp = "Section Name:"; break;
190 case "(40 characters Max.)": $tmp = "(40 characters Max.)"; break;
191 case "Add Section!": $tmp = "Add Section!"; break;
192 case "Edit Section:": $tmp = "Edit Section:"; break;
193 case "Delete Section!": $tmp = "Delete Section!"; break;
194 case "Add Article in Sections": $tmp = "Add Article in Sections"; break;
195 case "Add Article!": $tmp = "Add Article!"; break;
196 case "Edit Article": $tmp = "Edit Article"; break;
197 case "Content": $tmp = "Content"; break;
198 case "Delete Article: ": $tmp = "Delete Article: "; break;
199 case "Are you sure you want to delete this article?": $tmp = "Are you sure you want to delete this article?"; break;
200 case "Are you sure you want to delete section": $tmp = "Are you sure you want to delete section"; break;
201 case "Delete Section: ": $tmp = "Delete Section: "; break;
202 case "This will delete ALL its articles!": $tmp = "This will delete ALL its articles!"; break;
203 case "Welcome to the Special Sections at": $tmp = "Welcome to the Special Sections at"; break;
204 case "Here you can find some cool articles not presents in the Home.": $tmp = "Here you can find some cool articles not presents in the Home."; break;
205 case "This is Section": $tmp = "This is Section"; break;
206 case "Following are the articles published under this section.": $tmp = "Following are the articles published under this section."; break;
207 case "Return to Sections Index": $tmp = "Return to Sections Index"; break;
208 case "Back to": $tmp = "Back to"; break;
209 case "Sections Index": $tmp = "Sections Index"; break;
210 case "All Topics": $tmp = "All Topics"; break;
211 case "All Authors": $tmp = "All Authors"; break;
212 case "News number in the Home": $tmp = "News number in the Home"; break;
213 case "Activate Personal Menu": $tmp = "Activate Personal Menu"; break;
214 case "(Check this option and the following text will appear in the Home)": $tmp = "(Check this option and the following text will appear in the Home)"; break;
215 case "(You can use HTML code to put links, for example)": $tmp = "(You can use HTML code to put your links, for example)"; break;
216 case "Select One Theme": $tmp = "Select One Theme"; break;
217 case "This option will change the look for the whole site.": $tmp = "This option will change the look for the whole site."; break;
218 case "The changes will be valid only to you.": $tmp = "The changes will be valid only to you."; break;
219 case "Each user can view the site with different theme.": $tmp = "Each user can view the site with different theme."; break;
220 case "Display Mode": $tmp = "Display Mode"; break;
221 case "Sort Order": $tmp = "Sort Order"; break;
222 case "Comments scored less than this setting will be ignored.": $tmp = "Comments scored less than this setting will be ignored."; break;
223 case "Uncut and Raw": $tmp = "Uncut and Raw"; break;
224 case "Almost Everything": $tmp = "Almost Everything"; break;
225 case "Filter Most Anon": $tmp = "Filter Most Anon"; break;
226 case "Score": $tmp = "Score"; break;
227 case "Anonymous posts start at 0, logged in posts start at 1. Moderators add and subtract points.": $tmp = "Anonymous posts start at 0, logged in post start at 1. Moderators add and subtract points."; break;
228 case "Do Not Display Scores": $tmp = "Do Not Display Scores"; break;
229 case "(Hides score: They still apply, you just don't see them.)": $tmp = "(Hides score: They still apply, you just don't see them.)"; break;
230 case "Max Comment Length": $tmp = "Max Comment Length"; break;
231 case "(Truncates long comments, and adds a Read More link. Set really big to disable)": $tmp = "(Truncates long comments, and adds a Read More link. Set really big to disable)"; break;
232 case "Posted by ": $tmp = "Posted by "; break;
233 case "Posted on ": $tmp = "Posted on "; break;
234 case "on": $tmp = "on"; break;
235 case "Contributed by ": $tmp = "Contributed by "; break;
236 case "writes": $tmp = "writes"; break;
237 case "Menu for": $tmp = "Menu for"; break;
238 case "total words in this text)": $tmp = "total words in this text)"; break;
239 case "votes": $tmp = "votes"; break;
240 case " on...": $tmp = " on..."; break;
241 case "New Article": $tmp = "New Article"; break;
242 case "Delete Topic!": $tmp = "Delete Topic!"; break;
243 case "Click to list all articles in this topic": $tmp = "Click to list all articles in this topic"; break;
244 case "Welcome to the TOP page for": $tmp = "Welcome to the TOP $top page for"; break;
245 case "most readed stories": $tmp = "most read stories"; break;
246 case "readed:": $tmp = "read:"; break;
247 case "times": $tmp = "times"; break;
248 case "most commented stories": $tmp = "most commented stories"; break;
249 case "comments:": $tmp = "comments:"; break;
250 case "most voted polls": $tmp = "most voted polls"; break;
251 case "votes:": $tmp = "votes:"; break;
252 case "Edit Article ID:": $tmp = "Edit Article ID:"; break;
253 case "most readed articles in special sections": $tmp = "most read articles in special sections"; break;
254 case "No Subject": $tmp = "No Subject"; break;
255 case "Read the rest of this comment...": $tmp = "Read the rest of this comment..."; break;
256 case "All": $tmp = "All"; break;
257 case "week": $tmp = "week"; break;
258 case "weeks": $tmp = "weeks"; break;
259 case "month": $tmp = "month"; break;
260 case "months": $tmp = "months"; break;
261 case "most active news submitters": $tmp = "most active news submitters"; break;
262 case "sent news:": $tmp = "sent news:"; break;
263 case "Delete Article!": $tmp = "Delete Article!"; break;
264 case "Banners Administration": $tmp = "Banners Administration"; break;
265 case "Current Active Banners": $tmp = "Current Active Banners"; break;
266 case "ID": $tmp = "ID"; break;
267 case "Impressions": $tmp = "Impressions"; break;
268 case "Imp. Left": $tmp = "Imp. Left"; break;
269 case "Clicks": $tmp = "Clicks"; break;
270 case "% Clicks": $tmp = "% Clicks"; break;
271 case "Client Name": $tmp = "Client Name"; break;
272 case "Functions": $tmp = "Functions"; break;
273 case "Imp.": $tmp = "Imp."; break;
274 case "Date Started": $tmp = "Date Started"; break;
275 case "Date Ended": $tmp = "Date Ended"; break;
276 case "Finished Banners": $tmp = "Finished Banners"; break;
277 case "Advertising Clients": $tmp = "Advertising Clients"; break;
278 case "Active Banners": $tmp = "Active Banners"; break;
279 case "Contact Name": $tmp = "Contact Name"; break;
280 case "Contact Email": $tmp = "Contact Email"; break;
281 case "Add a New Banner": $tmp = "Add a New Banner"; break;
282 case "Client Name: ": $tmp = "Client Name: "; break;
283 case "Impressions Purchased: ": $tmp = "Impressions Purchased: "; break;
284 case "Image URL: ": $tmp = "Image URL: "; break;
285 case "Click URL: ": $tmp = "Click URL: "; break;
286 case "Add Banner": $tmp = "Add Banner"; break;
287 case "Unlimited": $tmp = "Unlimited"; break;
288 case "Add a New Client": $tmp = "Add a New Client"; break;
289 case "Client Name: ": $tmp = "Client Name: "; break;
290 case "Contact Name: ": $tmp = "Contact Name: "; break;
291 case "Contact Email: ": $tmp = "Contact Email: "; break;
292 case "Client Login: ": $tmp = "Client Login: "; break;
293 case "Client Password: ": $tmp = "Client Password: "; break;
294 case "Add Client": $tmp = "Add Client"; break;
295 case "Delete Banner": $tmp = "Delete Banner"; break;
296 case "Are you sure you want to delete this Banner?": $tmp = "Are you sure you want to delete this Banner?"; break;
297 case "Edit Banner": $tmp = "Edit Banner"; break;
298 case "Add More Impressions: ": $tmp = "Add More Impressions: "; break;
299 case "Purchased: ": $tmp = "Purchased: "; break;
300 case "Made: ": $tmp = "Made: "; break;
301 case "Change Banner": $tmp = "Change Banner"; break;
302 case "Delete Advertising Client": $tmp = "Delete Advertising Client"; break;
303 case "You are about to delete client:": $tmp = "You are about to delete client:"; break;
304 case "and all its Banners!!!": $tmp = "and all its Banners!!!"; break;
305 case "This client doesn't have any banner running now.": $tmp = "This client doesn't have any banner running now."; break;
306 case "This client has the following ACTIVE BANNERS running in": $tmp = "This client has the following ACTIVE BANNERS running in"; break;
307 case "WARNING!!!": $tmp = "WARNING!!!"; break;
308 case "Are you sure you want to delete this Client and ALL its Banners?": $tmp = "Are you sure you want to delete this Client and ALL its Banners?"; break;
309 case "Edit Advertising Client": $tmp = "Edit Advertising Client"; break;
310 case "Change Client": $tmp = "Change Client"; break;
311 case "has just requested a Confirmation Code to change the password.": $tmp = "has just requested a Confirmation Code to change the password."; break;
312 case "Your Confirmation Code is:": $tmp = "Your Confirmation Code is:"; break;
313 case "With this code you can now assign a new password at": $tmp = "With this code you can now assign a new password at"; break;
314 case "If you didn't ask for this, dont worry. Just delete this Email.": $tmp = "If you didn't ask for this, dont worry. Just delete this Email."; break;
315 case "Confirmation Code for": $tmp = "Confirmation Code for"; break;
316 case "Send Password": $tmp = "Send Password"; break;
317 case "Confirmation Info": $tmp = "You'll receive a Confirmation Code by Email, then return here and retype your Nickname and your Code, after that you'll receive your new Password by Email."; break;
318 case "Confirmation Code": $tmp = "Confirmation Code"; break;
319 case "User Login": $tmp = "User Login"; break;
320 case "E-Mail: ": $tmp = "Email: "; break;
321 case "Password: ": $tmp = "Password: "; break;
322 case "As a registered user you can:": $tmp = "As a registered user you can:"; break;
323 case "Post comments with your name": $tmp = "Post comments with your name"; break;
324 case "Send news with your name": $tmp = "Send news with your name"; break;
325 case "Have a personal box in the Home": $tmp = "Have a personal box in the Home"; break;
326 case "Select how many news you want in the Home": $tmp = "Select how many news you want in the Home"; break;
327 case "Customize the comments": $tmp = "Customize the comments"; break;
328 case "Select different themes": $tmp = "Select different themes"; break;
329 case "some other cool stuff...": $tmp = "some other cool stuff..."; break;
330 case "Register Now! It's Free!": $tmp = "Register Now! It's Free!"; break;
331 case "We don't sell/give to others your personal info.": $tmp = "We don't sell/give to others your personal info."; break;
332 case "Nickname: ": $tmp = "Nickname: "; break;
333 case "Confirmation Code: ": $tmp = "Confirmation Code:"; break;
334 case "most active authors": $tmp = "most active authors"; break;
335 case "news published:": $tmp = "news published:"; break;
336 case "previous matches": $tmp = "previous matches"; break;
337 case "next matches": $tmp = "next matches"; break;
338 case "Are you sure you want to delete": $tmp = "Are you sure you want to delete "; break;
339 case "Browsers": $tmp = "Browsers"; break;
340 case "Main": $tmp = "Main"; break;
341 case "Admin": $tmp = "Admin"; break;
342 case "Left": $tmp = "Left"; break;
343 case "Right": $tmp = "Right"; break;
344 case "Authors": $tmp = "Authors"; break;
345 case "Users": $tmp = "Users"; break;
346 case "bytes more": $tmp = "bytes more"; break;
347 case "ChangeStory": $tmp = " Change Story "; break;
348 case "RemoveStory": $tmp = " Remove Story "; break;
349 case "Content:": $tmp = "Content:"; break;
350 case "Create new poll": $tmp = "Create new poll"; break;
351 case "Create": $tmp = "Create"; break;
352 case "Current Poll:": $tmp = "Current Poll: "; break;
353 case "Delete Author": $tmp = "Delete Author"; break;
354 case "DeleteStory": $tmp = " Delete Story "; break;
355 case "DisplayStory": $tmp = " Display Story "; break;
356 case "Edit Left Blocks": $tmp = "Edit Left Blocks"; break;
357 case "Edit Admin Block": $tmp = "Edit Admin Block"; break;
358 case "Edit Right Blocks": $tmp = "Edit Right Blocks"; break;
359 case "Edit Main Block": $tmp = "Edit Main Block"; break;
360 case "Extended Text": $tmp = "Extended Text"; break;
361 case "New Poll": $tmp = "New Poll"; break;
362 case "View Results": $tmp = "View Results"; break;
363 case "Delete Poll": $tmp = "Delete Poll"; break;
364 case "EditStory": $tmp = " Edit Story "; break;
365 case "Email": $tmp = "Email"; break;
366 case "Full Text": $tmp = "Full Text"; break;
367 case "Go home": $tmp = "Go Home"; break;
368 case "Go!": $tmp = "Ok"; break;
369 case "Handle": $tmp = "Nickname"; break;
370 case "Intro Text": $tmp = "Intro Text"; break;
371 case "Logged out": $tmp = "Logged out"; break;
372 case "Logout": $tmp = "Logout"; break;
373 case "Modify Info": $tmp = "Modify Info"; break;
374 case "Name": $tmp = "Name"; break;
375 case "Name:": $tmp = "Name:"; break;
376 case "No New Submission": $tmp = "No New Submission"; break;
377 case "No New Submissions": $tmp = "No New Submissions"; break;
378 case "No": $tmp = "No"; break;
379 case "Notes": $tmp = "Notes"; break;
380 case "Option": $tmp = "Option"; break;
381 case "Password": $tmp = "Password"; break;
382 case "Parent": $tmp = "Parent"; break;
383 case "Read More...": $tmp = "Read More..."; break;
384 case "Retype Passowrd": $tmp="Retype Password"; break;
385 case "Please choose a poll from the list below.": $tmp = "Please choose a poll from the list below."; break;
386 case "Please enter each available option into a single field": $tmp = "Please enter each available option into a single field"; break;
387 case "Polltitle": $tmp = "Polltitle"; break;
388 case "Post NEW Article": $tmp = "Post NEW Article"; break;
389 case "PostAdminStory": $tmp = "PostAdminStory"; break;
390 case "PostStory": $tmp = " Post Story "; break;
391 case "PreviewAdminStory": $tmp = "PreviewAdminStory"; break;
392 case "PreviewAgain": $tmp = " Preview Again "; break;
393 case "Remove an existing poll": $tmp = "Remove an existing poll"; break;
394 case "Remove existing poll": $tmp = "Remove existing poll"; break;
395 case "Remove": $tmp = "Remove"; break;
396 case "Retype Password": $tmp = "Retype Password"; break;
397 case "Search": $tmp = "Search"; break;
398 case "Search in": $tmp = "Search in"; break;
399 case "Sorry, the new passwords do not match. Click back and try again": $tmp = "Sorry, the new passwords do not match. Click back and try again"; break;
400 case "Story ID:": $tmp = "Story ID:"; break;
401 case "Subject": $tmp = "Subject"; break;
402 case "The Story": $tmp = "The Story"; break;
403 case "Title:": $tmp = "Title:"; break;
404 case "Topic": $tmp = "Topic"; break;
405 case "Topics Manager": $tmp = "Topics Manager"; break;
406 case "URL": $tmp = "URL"; break;
407 case "Update Author": $tmp = " Update Author "; break;
408 case "View poll results": $tmp = "View poll results"; break;
409 case "View": $tmp = " View "; break;
410 case "WARNING: The chosen poll will be removed IMMEDIATELY from the database!": $tmp = "WARNING: The chosen poll will be removed IMMEDIATELY from the database!"; break;
411 case "Yes": $tmp = "Yes"; break;
412 case "You are now logged out": $tmp = "You are now logged out"; break;
413 case "adminMain": $tmp = "adminMain"; break;
414 case "adminStory": $tmp = "adminStory"; break;
415 case "bad pass": $tmp = "bad pass"; break;
416 case "blocks": $tmp = "blocks"; break;
417 case "changeblock": $tmp = " Change Block "; break;
418 case "create": $tmp = "create"; break;
419 case "createPosted": $tmp = "createPosted"; break;
420 case "current authors": $tmp = "current authors"; break;
421 case "datestring": $tmp = "%A, %B %d @ %T %Z"; break;
422 case "deladmin": $tmp = "deladmin"; break;
423 case "deladminconf": $tmp = "deladminconf"; break;
424 case "delete": $tmp = "delete"; break;
425 case "deleteblock": $tmp = " Delete Block "; break;
426 case "Login": $tmp = " Login "; break;
427 case "logout": $tmp = "logout"; break;
428 case "makeblock": $tmp = " Make Block "; break;
429 case "mod_authors": $tmp = "mod_authors"; break;
430 case "modifyadmin": $tmp = "modifyadmin"; break;
431 case "remove": $tmp = "remove"; break;
432 case "removePosted": $tmp = " Remove Posted "; break;
433 case "update": $tmp = "update"; break;
434 case "view": $tmp = "view"; break;
435 case "viewPosted": $tmp = " View Posted "; break;
436 case "AdminID": $tmp = "AdminID";break;
437 case "Edit Users": $tmp = "Edit Users";break;
438 case "user": $tmp = "User";break;
439 case "Modify User": $tmp = "Modify User";break;
440 case "Delete User": $tmp = "Delete User";break;
441 case "Handle/UserID": $tmp = "User ID";break;
442 case "* indicates compulsory fields": $tmp = "* indicates compulsory fields"; break;
443 case "You must complete all compulsory fields": $tmp = "You must complete all compulsory fields"; break;
444
445 // Added for PHP-Nuke 2.0
446
447 case "Miscelaneous Stats": $tmp = "Miscelaneous Stats"; break;
448 case "Registered Users: ": $tmp = "Registered Users: "; break;
449 case "Active Authors: ": $tmp = "Active Authors: "; break;
450 case "Stories Published: ": $tmp = "Stories Published: "; break;
451 case "Comments Posted: ": $tmp = "Comments Posted: "; break;
452 case "Special Sections: ": $tmp = "Special Sections: "; break;
453 case "Articles in Sections: ": $tmp = "Articles in Sections: "; break;
454 case "News Waiting to be Published: ": $tmp = "News Waiting to be Published: "; break;
455 case "Active Topics: ": $tmp = "Active Topics: "; break;
456 case "linksdatestring": $tmp = "%d-%b-%Y"; break;
457 case "Section Image:": $tmp = "Section Image:"; break;
458 case "(example: opinion.gif)": $tmp = "(example: opinion.gif)"; break;
459 case "Web Links": $tmp = "Web Links"; break;
460 case "There are": $tmp = "There are"; break;
461 case "Links in our Database": $tmp = "Links in our Database"; break;
462 case "Add a MAIN Category": $tmp = "Add a MAIN Category"; break;
463 case "Name: ": $tmp = "Name: "; break;
464 case "Add": $tmp = "Add"; break;
465 case "Add a SUB-Category": $tmp = "Add a SUB-Category"; break;
466 case "in": $tmp = "in"; break;
467 case "Add a New Link": $tmp = "Add a New Link"; break;
468 case "Page Title: ": $tmp = "Page Title: "; break;
469 case "Page URL: ": $tmp = "Page URL: "; break;
470 case "Category: ": $tmp = "Category: "; break;
471 case "Description: (255 characters max)": $tmp = "Description: (255 characters max)"; break;
472 case "Add URL": $tmp = "Add URL"; break;
473 case "Modify Category": $tmp = "Modify Category"; break;
474 case "Modify": $tmp = "Modify"; break;
475 case "Modify Links": $tmp = "Modify Links"; break;
476 case "Link ID: ": $tmp = "Link ID: "; break;
477 case "Description: ": $tmp = "Description: "; break;
478 case "Links Waiting for Validation": $tmp = "Links Waiting for Validation"; break;
479 case "Visit": $tmp = "Visit"; break;
480 case "Hits: ": $tmp = "Hits: "; break;
481 case "Email: ": $tmp = "Email: "; break;
482 case "Category Name: ": $tmp = "Category Name: "; break;
483 case "Sub-Category Name: ": $tmp = "Sub-Category Name: "; break;
484 case "WARNING: Are you sure you want to delete this Category and ALL its Links?": $tmp = "WARNING: Are you sure you want to delete this Category and ALL its Links?"; break;
485 case "ERROR: The Category": $tmp = "ERROR: The Category"; break;
486 case "already exist!": $tmp = "already exist!"; break;
487 case "ERROR: The SubCategory": $tmp = "ERROR: The SubCategory"; break;
488 case "ERROR: This URL is already listed in the Database!": $tmp = "ERROR: This URL is already listed in the Database!"; break;
489 case "ERROR: You need to type a URL for your URL!": $tmp = "ERROR: You need to type a URL for your URL!"; break;
490 case "ERROR: You need to type a TITLE for your URL!": $tmp = "ERROR: You need to type a TITLE for your URL!"; break;
491 case "ERROR: You need to type a DESCRIPTION for your URL!": $tmp = "ERROR: You need to type a DESCRIPTION for your URL!"; break;
492 case "New Link added to the Database": $tmp = "New Link added to the Database"; break;
493 case "Your Link at": $tmp = "Your Link at"; break;
494 case "Hello": $tmp = "Hello"; break;
495 case "We approved your link submission for our search engine.": $tmp = "We approved your link submission for our search engine."; break;
496 case "You can browse our search engine at:": $tmp = "You can browse our search engine at:"; break;
497 case "Thanks for your submission!": $tmp = "Thanks for you submission!"; break;
498 case "team.": $tmp = "team."; break;
499 case "HOME": $tmp = "HOME"; break;
500 case "Links Main": $tmp = "Links Main"; break;
501 case "Add URL": $tmp = "Add URL"; break;
502 case "New Links": $tmp = "New Links"; break;
503 case "The Best": $tmp = "The Best"; break;
504 case "Random Link": $tmp = "Random Link"; break;
505 case "Your Name: ": $tmp = "Your Name: "; break;
506 case "Your Email: ": $tmp = "Your Email: "; break;
507 case "We received your Link submission. Thanks!": $tmp = "We received your Link submission. Thanks!"; break;
508 case "You'll receive and E-mail when it's approved.": $tmp = "You'll receive and E-mail when it's approved."; break;
509 case "Links Added to Database": $tmp = "Links Added to Database"; break;
510 case "Added on: ": $tmp = "Added on: "; break;
511 case "Edit This Link": $tmp = "Edit This Link"; break;
512 case "The": $tmp = "The"; break;
513 case "Most Visited Links": $tmp = "Most Visited Links"; break;
514 case "SubCategories": $tmp = "SubCategories"; break;
515 case "Popular Site!": $tmp = "Popular Site!"; break;
516 case "Previous Page": $tmp = "Previous Page"; break;
517 case "Next Page": $tmp = "Next Page"; break;
518 case "Main": $tmp = "Main"; break;
519 case "Search Results for: ": $tmp = "Search Results for: "; break;
520 case "Try to search": $tmp = "Try to search"; break;
521 case "in others Search Engines": $tmp = "in others Search Engines"; break;
522 case "No matches found to your query": $tmp = "No matches found to your query"; break;
523 case "Links": $tmp = "Links"; break;
524 case "Links in Web Links: ": $tmp = "Links in Web Links: "; break;
525 case "Categories in Web Links: ": $tmp = "Categories in Web Links: "; break;
526 case "New Submissions: ": $tmp = "New Submissions: "; break;
527 case "Configure": $tmp = "Preferences"; break;
528 case "Login/Create Account": $tmp = "Login/Create Account"; break;
529 case "datestring2": $tmp = "%A, %B %d"; break;
530
531 // Added for PHP-Nuke 3.5
532
533 case "Events": $tmp = "Events"; break;
534 case "Add Event:": $tmp = "Add Event:"; break;
535 case "Day:": $tmp = "Day:"; break;
536 case "Month:": $tmp = "Month:"; break;
537 case "Year:": $tmp = "Year:"; break;
538 case "Event Description:": $tmp = "Event Description:"; break;
539 case "Event Maintenance (Edit/Delete):": $tmp = "Event Maintenance (Edit/Delete):"; break;
540 case "Send": $tmp = "Send"; break;
541 case "Events Maintenance": $tmp = "Events Maintenance"; break;
542 case "Edit Event:": $tmp = "Edit Event:"; break;
543 case "One Day like Today...": $tmp = "One Day like Today..."; break;
544
545 default: $tmp = "Needs translation"; break;
546
547 }
548 return $tmp;
549 }
550 ?>

  ViewVC Help
Powered by ViewVC 1.1.26