summaryrefslogtreecommitdiff
path: root/data/lang.txt
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-08-16 09:48:29 +0200
committerYorhel <git@yorhel.nl>2009-08-17 16:27:15 +0200
commit5684e4821c0e0bdffa523e886e6644649e8f519a (patch)
treed3070a670c3877352b889a85de8f768947861b31 /data/lang.txt
parent9e0d927405b2eb82b7f518fa1f7f28b3fa1e53ca (diff)
L10N: Converted homepage and history pages
There are a few things left hardcoded, though: The 'expand' link is also in Javascript, that will probably need some mechanism for TL as well. The format of the items on the homepage might need to change depending on the language, I can imagine that not every language uses the 'title by name' construct. Especially the age() function needs a localized version.
Diffstat (limited to 'data/lang.txt')
-rw-r--r--data/lang.txt146
1 files changed, 145 insertions, 1 deletions
diff --git a/data/lang.txt b/data/lang.txt
index 1a46fe97..dcbcf6de 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -40,9 +40,12 @@ indicate that it has been checked.
/intro
+
+
#############################################################################
## Main website layout ##
#############################################################################
+# Util::LayoutHTML
# Main title of the site, used on header of each page and as title on the homepage
@@ -101,7 +104,6 @@ en : search
ru*:
-
# User menu
:_menu_myprofile
@@ -195,3 +197,145 @@ en : source
ru*:
+
+
+#############################################################################
+## Home page (/) ##
+#############################################################################
+# Handler::Misc::home
+
+
+# HTML
+:_home_intro
+en : VNDB.org strives to be a comprehensive database for information about visual novels and eroge.<br />
+ This website is built as a wiki, meaning that anyone can freely add and contribute information
+ to the database, allowing us to create the largest, most accurate and most up-to-date visual novel
+ database on the web.<br />
+ Registered users are also able to keep track of a personal list of games they want to play or have finished
+ and they can vote on all visual novels.<br /><br />
+ Feel free to <a href="/v/all">browse around</a>, <a href="/u/register">register an account</a>
+ or to participate in the discussions about visual novels or VNDB on our <a href="/t">discussion board</a>.
+ru*:
+
+
+:_home_recentchanges
+en : Recent Changes
+ru*:
+
+:_home_announcements
+en : Announcements
+ru*:
+
+:_home_newsarchive
+en : News Archive
+ru*:
+
+:_home_recentposts
+en : Recent Posts
+ru*:
+
+:_home_randomvn
+en : Random vsual novels
+ru*:
+
+:_home_upcoming
+en : Upcoming releases
+ru*:
+
+:_home_justreleased
+en : Just released
+ru*:
+
+
+
+
+#############################################################################
+## History browser (/*/hist) ##
+#############################################################################
+# Handler::Misc::history and Util::CommonHTML::htmlHistory
+
+
+:_hist_title
+en : Recent changes
+ru*:
+
+:_hist_title_item
+en : Edit history of [_1]
+ru*:
+
+
+# the filter buttons
+
+:_hist_filter_showauto
+en : Show automated edits
+ru*:
+
+:_hist_filter_hideauto
+en : Hide automated edits
+ru*:
+
+:_hist_filter_hidedel
+en : Hide deleted items
+ru*:
+
+:_hist_filter_showdel
+en : Show deleted items
+ru*:
+
+:_hist_filter_alltypes
+en : Show all items
+ru*:
+
+:_hist_filter_onlyvn
+en : Only visual novels
+ru*:
+
+:_hist_filter_onlyreleases
+en : Only releases
+ru*:
+
+:_hist_filter_onlyproducers
+en : Only producers
+ru*:
+
+:_hist_filter_allactions
+en : Show all changes
+ru*:
+
+:_hist_filter_onlyedits
+en : Only edits
+ru*:
+
+:_hist_filter_onlynew
+en : Only newly created pages
+ru*:
+
+:_hist_filter_exrel
+en : Exclude edits of releases
+ru*:
+
+:_hist_filter_increl
+en : Include edits of releases
+ru*:
+
+
+# column headers
+
+# Short version of 'Revision'
+:_hist_col_rev
+en : Rev.
+ru*:
+
+:_hist_col_date
+en : Date
+ru*:
+
+:_hist_col_user
+en : User
+ru*:
+
+:_hist_col_page
+en : Page
+ru*:
+
+