| 1 |
akamu |
1.1 |
<?php |
| 2 |
akamu |
1.2 |
/********************************************* |
| 3 |
djmaze |
1.4 |
CPG Dragonfly™ CMS |
| 4 |
akamu |
1.1 |
******************************************** |
| 5 |
nanocaio |
9.4 |
Copyright © 2004-2006 by CPG-Nuke Dev Team |
| 6 |
nanocaio |
9.4 |
http://dragonflycms.org |
| 7 |
akamu |
1.1 |
  |
| 8 |
akamu |
1.2 |
Dragonfly is released under the terms and conditions |
| 9 |
akamu |
1.2 |
of the GNU GPL version 2 or any later version |
| 10 |
nanocaio |
9.3 |
  |
| 11 |
djmaze |
1.4 |
$Source: /cvs/l10n/icelandic/reviews.php,v $ |
| 12 |
nanocaio |
9.5 |
$Revision: 9.4 $ |
| 13 |
nanocaio |
9.3 |
$Author: nanocaiordo $ |
| 14 |
nanocaio |
9.5 |
$Date: 2006/02/12 14:43:55 $ |
| 15 |
akamu |
1.3 |
Encoding test: n-array summation ∑ latin ae w/ acute ǽ |
| 16 |
akamu |
1.5 |
*******************************************************/ |
| 17 |
akamu |
1.2 |
if (!defined('CPG_NUKE')) { exit; } |
| 18 |
akamu |
1.3 |
define('_YOURNAME','Your Name'); |
| 19 |
akamu |
1.3 |
define('_SORTASC','Sort Ascending'); |
| 20 |
akamu |
1.3 |
define('_SORTDESC','Sort Descending'); |
| 21 |
akamu |
1.3 |
define('_CANCEL','Cancel'); |
| 22 |
akamu |
1.3 |
define('_SCORE','Score:'); |
| 23 |
akamu |
1.3 |
define('_REPLYMAIN','Post Comment'); |
| 24 |
akamu |
1.3 |
define('_ALLOWEDHTML','Allowed HTML:'); |
| 25 |
akamu |
1.3 |
define('_POSTANON','Post Anonymously'); |
| 26 |
akamu |
1.3 |
define('_WRITEREVIEW','Write a Review'); |
| 27 |
akamu |
1.3 |
define('_WRITEREVIEWFOR','Write a Review for'); |
| 28 |
akamu |
1.3 |
define('_ENTERINFO','Please enter information according to the specifications'); |
| 29 |
akamu |
1.3 |
define('_PRODUCTTITLE','Product Title'); |
| 30 |
akamu |
1.3 |
define('_NAMEPRODUCT','Name of the Reviewed Product.'); |
| 31 |
akamu |
1.3 |
define('_REVIEW','Review'); |
| 32 |
akamu |
1.3 |
define('_CHECKREVIEW','Your actual review. Please observe proper grammar! Make it at least 100 words, OK? You may also use HTML tags if you know how to use them.'); |
| 33 |
akamu |
1.3 |
define('_FULLNAMEREQ','Your Full Name. Required.'); |
| 34 |
akamu |
1.3 |
define('_REMAIL','Your Email'); |
| 35 |
akamu |
1.3 |
define('_REMAILREQ','Your E-mail address. Required.'); |
| 36 |
akamu |
1.3 |
define('_SELECTSCORE','This Product Score'); |
| 37 |
akamu |
1.3 |
define('_RELATEDLINK','Related Link'); |
| 38 |
akamu |
1.3 |
define('_PRODUCTSITE','Product Official Website. Make sure your URL starts with "http://"'); |
| 39 |
akamu |
1.3 |
define('_LINKTITLE','Link Title'); |
| 40 |
akamu |
1.3 |
define('_LINKTITLEREQ','Required if you have a related link, otherwise not required.'); |
| 41 |
akamu |
1.3 |
define('_RIMAGEFILE','Image Filename'); |
| 42 |
akamu |
1.3 |
define('_RIMAGEFILEREQ','Name of the cover image, located in images/reviews/. Not required.'); |
| 43 |
akamu |
1.3 |
define('_CHECKINFO','Please make sure that the information entered is 100% valid and uses proper grammar and capitalization. For instance, please do not enter your text in ALL CAPS, as it will be rejected.'); |
| 44 |
akamu |
1.3 |
define('_INVALIDTITLE','Invalid Title... Can\'t be blank'); |
| 45 |
akamu |
1.3 |
define('_INVALIDSCORE','Invalid Score... Must be between 1 and 10'); |
| 46 |
akamu |
1.3 |
define('_INVALIDTEXT','Invalid Review Text... Can\'t be blank'); |
| 47 |
akamu |
1.3 |
define('_INVALIDHITS','Hits must be a positive integer'); |
| 48 |
akamu |
1.3 |
define('_CHECKNAME','You must enter both your name and your email'); |
| 49 |
akamu |
1.3 |
define('_INVALIDEMAIL','Invalid email (eg: you@hotmail.com)'); |
| 50 |
akamu |
1.3 |
define('_INVALIDLINK','You must enter BOTH a link title and a related link or leave both blank'); |
| 51 |
akamu |
1.3 |
define('_ADDED','Added:'); |
| 52 |
akamu |
1.3 |
define('_REVIEWER','Reviewer:'); |
| 53 |
akamu |
1.3 |
define('_REVIEWID','Review ID'); |
| 54 |
nanocaio |
9.3 |
define('_LOOKSRIGHT','Does this look right?'); |
| 55 |
akamu |
1.3 |
define('_RMODIFIED','modified'); |
| 56 |
akamu |
1.3 |
define('_RADDED','added'); |
| 57 |
akamu |
1.3 |
define('_ADMINLOGGED','Currently logged in as admin... this review will be immediately'); |
| 58 |
akamu |
1.3 |
define('_RTHANKS','Thanks for submitting this review'); |
| 59 |
akamu |
1.3 |
define('_MODIFICATION','modification'); |
| 60 |
akamu |
1.3 |
define('_ISAVAILABLE','It is now available in the reviews database.'); |
| 61 |
akamu |
1.3 |
define('_EDITORWILLLOOK','The editors will look at your submission. It should be available soon!'); |
| 62 |
akamu |
1.3 |
define('_RBACK','Back to Reviews Index'); |
| 63 |
akamu |
1.3 |
define('_RWELCOME','Welcome to Reviews Section'); |
| 64 |
akamu |
1.3 |
define('_10MOSTPOP','10 most popular reviews'); |
| 65 |
akamu |
1.3 |
define('_10MOSTREC','10 most recent reviews'); |
| 66 |
akamu |
1.3 |
define('_THEREARE','There are'); |
| 67 |
akamu |
1.3 |
define('_REVIEWSINDB','Reviews in the Database'); |
| 68 |
akamu |
1.3 |
define('_REVIEWSLETTER','Reviews for letter'); |
| 69 |
akamu |
1.3 |
define('_NOREVIEWS','There isn\'t any Review for letter'); |
| 70 |
akamu |
1.3 |
define('_TOTALREVIEWS','Total Review(s) found.'); |
| 71 |
akamu |
1.3 |
define('_RETURN2MAIN','Return to Main Menu'); |
| 72 |
akamu |
1.3 |
define('_REVIEWCOMMENT','Comment on the Review:'); |
| 73 |
akamu |
1.3 |
define('_YOURNICK','Your Nickname:'); |
| 74 |
akamu |
1.3 |
define('_RCREATEACCOUNT','<a href="'.getlink("Your_Account").'">Create</a> an account'); |
| 75 |
akamu |
1.3 |
define('_YOURCOMMENT','Your Comment:'); |
| 76 |
akamu |
1.3 |
define('_MYSCORE','My Score:'); |
| 77 |
akamu |
1.3 |
define('_REVIEWMOD','Review Modification'); |
| 78 |
akamu |
1.3 |
define('_RDATE','Date:'); |
| 79 |
akamu |
1.3 |
define('_RTITLE','Title:'); |
| 80 |
akamu |
1.3 |
define('_RTEXT','Text:'); |
| 81 |
akamu |
1.3 |
define('_REVEMAIL','Email:'); |
| 82 |
akamu |
1.3 |
define('_RLINK','Link:'); |
| 83 |
akamu |
1.3 |
define('_RLINKTITLE','Link Title:'); |
| 84 |
akamu |
1.3 |
define('_COVERIMAGE','Cover Image:'); |
| 85 |
akamu |
1.3 |
define('_PREMODS','Preview Modifications'); |
| 86 |
akamu |
1.3 |
define('_PAGE','Page'); |
| 87 |
akamu |
1.1 |
define('NO_GET','Please use our form as no GET requests are allowed'); |
| 88 |
akamu |
1.1 |
  |
| 89 |
akamu |
1.1 |
/************************** |
| 90 |
akamu |
1.1 |
ADMNINISTRATION SECTION |
| 91 |
akamu |
1.1 |
**************************/ |
| 92 |
akamu |
1.1 |
  |
| 93 |
akamu |
1.1 |
define('_REVADMIN','Reviews Administration'); |
| 94 |
akamu |
1.1 |
define('_REVTITLE','Reviews Page Title'); |
| 95 |
akamu |
1.1 |
define('_REVDESC','Reviews Page Description'); |
| 96 |
akamu |
1.1 |
define('_REVWAITING','Reviews Waiting for Validation'); |
| 97 |
akamu |
1.1 |
define('_REVIMGINFO','Store your 150*150 image in images/reviews'); |
| 98 |
akamu |
1.1 |
define('_NOREVIEW2ADD','No reviews to add'); |
| 99 |
akamu |
1.1 |
define('_ADDREVIEW','Add Review'); |
| 100 |
akamu |
1.1 |
define('_CLICK2ADDREVIEW','Click here to write a review'); |
| 101 |
akamu |
1.1 |
define('_DELMODREVIEW','Delete / Modify a review'); |
| 102 |
akamu |
1.3 |
define('_MODREVINFO','You can simply delete/modify reviews by browsing <a href="'.getlink('Reviews').'">Reviews</a> as Admin.'); |