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 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
<?php
$LANG = array(
'L_LANGUE' => 'English',
'L_DATE_CREATION' => 'Creation date',
'L_DATE_UPDATE' => 'Date updated',
# common
'L_PLUXML_VERSION' => 'PluXml version',
'L_HOMEPAGE' => 'Homepage',
'L_UNCLASSIFIED' => 'Uncategorized',
'L_INFO_PHP_VERSION' => 'PHP version',
'L_INFO_MAGIC_QUOTES' => 'State of "magic quotes"',
'L_INFO_CHARSET' => 'charset',
# index.php
'L_ERR_THEME_NOTFOUND' => 'Main PluXml theme not found',
'L_ERR_FILE_NOTFOUND' => 'PluXml target file not found',
'L_ERR_PAGE_NOT_FOUND' => 'Page not found',
# class.plx.date.php
'L_SHORT_JANUARY' => 'jan',
'L_SHORT_FEBRUARY' => 'feb',
'L_SHORT_MARCH' => 'mar',
'L_SHORT_APRIL' => 'apr',
'L_SHORT_MAY' => 'may',
'L_SHORT_JUNE' => 'june',
'L_SHORT_JULY' => 'july',
'L_SHORT_AUGUST' => 'aug',
'L_SHORT_SEPTEMBER' => 'sept',
'L_SHORT_OCTOBER' => 'oct',
'L_SHORT_NOVEMBER' => 'nov',
'L_SHORT_DECEMBER' => 'dec',
'L_JANUARY' => 'january',
'L_FEBRUARY' => 'february',
'L_MARCH' => 'march',
'L_APRIL' => 'april',
'L_MAY' => 'may',
'L_JUNE' => 'june',
'L_JULY' => 'july',
'L_AUGUST' => 'august',
'L_SEPTEMBER' => 'september',
'L_OCTOBER' => 'october',
'L_NOVEMBER' => 'november',
'L_DECEMBER' => 'december',
'L_MONDAY' => 'monday',
'L_TUESDAY' => 'tuesday',
'L_WEDNESDAY' => 'wednesday',
'L_THURSDAY' => 'thursday',
'L_FRIDAY' => 'friday',
'L_SATURDAY' => 'saturday',
'L_SUNDAY' => 'sunday',
# class.plx.capcha.php
'L_LAST' => 'last',
'L_FIRST' => 'first',
'L_SECOND' => 'second',
'L_THIRD' => 'third',
'L_FOURTH' => 'fourth',
'L_FIFTH' => 'fifth',
'L_SIXTH' => 'sixth',
'L_SEVENTH' => 'seventh',
'L_EIGTH' => 'eighth',
'L_NINTH' => 'ninth',
'L_TENTH' => 'tenth',
'L_NTH' => 'nth',
'L_CAPCHA_QUESTION' => 'What is the <span class="capcha-letter">%s</span> letter of the word <span class="capcha-word">%s</span>?',
# class.plx.utils.php
'L_WRITE_ACCESS' => '%s has write access',
'L_WRITE_NOT_ACCESS' => '%s does not have write access or does not exist',
'L_MODREWRITE_AVAILABLE' => 'Apache URL Rewriting module mod_rewrite available',
'L_MODREWRITE_NOT_AVAILABLE' => 'Apache URL Rewriting module mod_rewrite unavailable',
'L_LIBGD_INSTALLED' => 'GD library installed',
'L_LIBGD_NOT_INSTALLED' => 'GD library not installed',
'L_MAIL_AVAILABLE' => 'Mail sending function available',
'L_MAIL_NOT_AVAILABLE' => 'Mail sending function unavailable',
# class.plx.motor.php
'L_ARTICLE_NO_TAG' => 'No article has been found for this tag!',
'L_UNKNOWN_CATEGORY' => 'This category does not exist!!',
'L_NO_ARTICLE_PAGE' => 'No article has been found for this page!',
'L_UNKNOWN_ARTICLE' => 'This article does not exist or does not exist anymore!',
'L_COM_IN_MODERATION' => 'The comment is being reviewed by this site\'s administrator',
'L_UNKNOWN_STATIC' => 'This page does not exist or does not exist anymore!',
'L_DOCUMENT_NOT_FOUND' => 'Document not found',
'L_NEWCOMMENT_ERR' => 'An error occurred during comment\'s publication',
'L_NEWCOMMENT_FIELDS_REQUIRED' => 'Please fill all the required fields',
'L_NEWCOMMENT_ERR_ANTISPAM' => 'Antispam verification failed',
# class.plx.show.php
'L_HTTPENCODING' => 'Compression %s activated',
'L_PAGETITLE_ARCHIVES' => 'Archives',
'L_PAGETITLE_TAG' => 'Tag',
'L_NO_CATEGORY' => 'no categorie',
'L_CATEGORY' => 'category',
'L_CATEGORIES' => 'categories',
'L_NO_ARTICLE' => 'no article',
'L_ARTICLE' => 'article',
'L_ARTICLES' => 'articles',
'L_ARTAUTHOR_UNKNOWN' => 'unknown',
'L_ARTTAGS_NONE' => 'none',
'L_ARTCHAPO' => 'Read more #art_title',
'L_ARTFEED_RSS_CATEGORY' => 'Rss feed of the category',
'L_ARTFEED_RSS_TAG' => 'Rss feed of the tag',
'L_ARTFEED_RSS' => 'Rss feed of the articles',
'L_NO_COMMENT' => 'no comments',
'L_COMMENT' => 'comment',
'L_COMMENTS' => 'comments',
'L_COMFEED_RSS_ARTICLE' => 'Rss feed of the article\'s comments',
'L_COMFEED_RSS' => 'Rss feed of comments',
'L_STATICCONTENT_INPROCESS' => 'This page is currently being edited',
'L_SAID' => 'said',
'L_PAGINATION_FIRST_TITLE' => 'Go to first page',
'L_PAGINATION_FIRST' => '«',
'L_PAGINATION_PREVIOUS_TITLE' => 'Previous page',
'L_PAGINATION_PREVIOUS' => 'previous',
'L_PAGINATION_NEXT_TITLE' => 'Next page',
'L_PAGINATION_NEXT' => 'next',
'L_PAGINATION_LAST_TITLE' => 'Go to last page',
'L_PAGINATION_LAST' => '»',
'L_PAGINATION' => 'page %s of %s',
'L_PAGEBLOG_TITLE' => 'Blog',
# class.plx.feed.php
'L_FEED_NO_PRIVATE_URL' => 'Private URLs have not been initialized in your administration settings!',
'L_FEED_COMMENTS' => 'Comments',
'L_FEED_ONLINE_COMMENTS' => 'Online comments',
'L_FEED_OFFLINE_COMMENTS' => 'Offline comments',
'L_FEED_WRITTEN_BY' => 'Written by',
);
?>
|