root/trunk/lang/lang.en.inc.php

Revision 1664, 5.9 KB (checked in by driehle, 17 months ago)

prepared language files for multiple language installation

Line 
1<?php $l = array (
2// Please do not change the above line!
3
4"subnav_aboutpage"         => "Welcome",
5"subnav_current"           => "Recent weblog entries",
6"subnav_info"              => "Information",
7"subnav_rss"               => "Recent weblogentries as a RSS feed. Read more about RSS on <a href='http://www.mezzoblue.com/archives/2004/05/19/what_is_rssx/'>mezzoblue.com</a>.",
8"subnav_copyright"         => "All rights reserved.",
9"subnav_powered"           => "Powered by",
10
11"content_posted"           => "posted on",
12"content_more"             => "read more",
13"content_more_title"       => "read the whole entry",
14"content_permalink"        => "permanent link for this article",
15"content_posted"           => "Posted on",
16"content_archive"          => "You can find older weblog entries in the",
17"content_archivelink"      => "archive",
18"content_archive_header"   => "Archive",
19"content_categories_header"=> "Category",
20"content_skip"             => "skip to maincontent",
21"content_choose_year"      => "Choose the year:",
22"content_search_header"    => "Search the weblog",
23"content_search"           => "search",
24"content_nothing_found"    => "We found 0 results. Suggestions:<ul><li>Check your spelling.</li><li>Try different or fewer keywords.</li><li>Remove quotation marks or plus signs.</li></ul>",
25"content_search_topic"     => "Search this weblog",
26"content_from"             => "from",
27"content_comments"         => "Comments",
28"content_comment_plz"      => "comment",
29"content_comments_title"   => "skip to comments",
30"content_cat_linklist"     => "assigned categories",
31"content_cat_link"         => "Show all entries to this category",
32"content_categorieslist_h" => "Categories",
33"content_archive_preview"  => "previous page",
34"content_archive_next"     => "next page",
35
36"meta_start"               => "back to homepage",
37"meta_search"              => "Search",
38"meta_copyright"           => "Copyright",
39
40"comments_comment_topic"   => "Comments",
41"comments_by"              => "Comment by",
42"comments_name"            => "name",
43"comments_city"            => "city / country",
44"comments_email"           => "email",
45"comments_homepage"        => "http://",
46"comments_bbcode"          => "How to use",
47"comments_send"            => "send",
48"comments_preview"         => "preview",
49"comments_no_sid"          => "There must be some manipulation",
50"comments_false_mail"      => "email address looks wrong",
51"comments_notext"          => "you have to write some text",
52"comments_false_hp"        => "Homepage URL looks wrong",
53"comments_anonym"          => "Anonymous",
54"comments_permalink"       => "permalink to this comment",
55"comments_from"            => "from",
56"comments_posted"          => "wrote on",
57"comments_entryform"       => "Your comment",
58"comments_save_data"       => "save userdata in a cookie",
59"comments_mail_by_comment" => "mail me in case of a new comment",
60"comments_duplicate"       => "form was send twice by mistake",
61"comments_thx"             => "<strong>Thanks</strong> - Your comment was saved",
62"comments_mailsubject"     => "New comment on ".JLOG_WEBSITE,
63"comments_mail_txt"        => "Someone just responded to the entry you subscribed to at: ".JLOG_WEBSITE."\nThe title of the entry was: ",
64"comments_stop_receiving"  => "To stop receiving notifications for this comment, click here:",
65"comments_stop_successful" => "Stopping receiving notifications was successful.",
66"comments_preview"         => "preview",
67"comments_send"            => "send",
68"comments_show"            => "show comments",
69"comments_hide"            => "hide comments",
70"comments_bold"            => "bold",
71"comments_italic"          => "italic",
72"comments_quote"           => "quote",
73"comments_url"             => "link",
74"comments_plz_format_txt"  => "Please enter your Text:",
75"comments_url_href"        => "enter linktarget:",
76"comments_url_node"        => "enter linktext:",
77"comments_closed"          => "Comments are closed for this entry.",
78"comments_teaser_closed"   => "(Comments closed)",
79"pingback_topic"           => "Pingbacks",
80
81"db_error"                 => "Database error",
82"plz_try_again"            => "Please try again later.",
83
84"error"                    => "Error",
85"err404_topic"             => "error 404",
86"err404_message"           => "There is no such page. Please try the search engine on this page.",
87
88"language"                 => "en-gb",
89"locale"                   => array(  "en_US", "us", "verUS" ),
90"date_format"              => "%d. %B %Y um %H:%M Uhr",
91"date_format_comment"      => "%d.%m.%Y",
92"date_format_subcurrent"   => "%d.%m.%Y",
93
94"index_topic"              => "Homepage and News",
95"bbtitle"                  => "Using BBcode",
96"bbxmp"                    => "<p>Linebreakes are automaticly transformed. Notice that you can combine this code snippets.</p>
97                               <p>[url]<a href='http://example.com'>http://example.com</a>[/url]</p>
98                               <p>[url=http://example.com]<a href='http://example.com'>example link</a>[/url]</p>
99                               <p>[b]<strong>bold</strong>[/b]</p> 
100                               <p>[i]<em>italic</em>[/i]</p>
101                               <p><blockquote><p>[quote]A quoted text from an other source. Pleace add the
102                               source as a link.[/quote]</p></blockqoute>",
103
104// do not change the following line
105"months"        => array (
106// here you can change the months for the archive
1071                          => "January",
1082                          => "February",
1093                          => "March",
1104                          => "April",
1115                          => "May",
1126                          => "June",
1137                          => "July",
1148                          => "August",
1159                          => "September",
11610                         => "October",
11711                         => "November",
11812                         => "December"
119
120// do not change the folowing lines
121 )
122); ?>
Note: See TracBrowser for help on using the browser.