summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/lang.txt3617
1 files changed, 0 insertions, 3617 deletions
diff --git a/data/lang.txt b/data/lang.txt
deleted file mode 100644
index 95930dc9..00000000
--- a/data/lang.txt
+++ /dev/null
@@ -1,3617 +0,0 @@
-This file contains all the translatable text of the VNDB interface.
-
-IMPORTANT: This file is encoded in UTF-8 and uses UNIX-style line endings,
- make sure your text editor is configured to correctly handle this!
-
-The syntax of this file is as follows: empty lines, or lines beginning with a
-'#' are ignored by the parser. Each translatable piece of text is identified by
-a 'key', this is a short identifier starting with a colon and an underscore.
-The lines following such a key line specify which text to use for each
-language. A language text starts with the language tag, followed by a space or
-asterisk, followed by a colon, another space, and the text for that language.
-Here's an example of a line:
-
- # this is a comment
- :_relinfo_minage
- en : Age rating
- ru : Возрастной рейтинг
- nl*:
-
-This file can be edited by hand, but it's more convenient to use the
-translation administration interface. See https://vndb.org/d17 for more
-information.
-
-(Actual processing of this file begins after the following line)
-/intro
-
-
-
-
-#############################################################################
-## Database Values ##
-#############################################################################
-# data/global.pl - used in many places
-
-# Generic value to indicate a "this field is unknown".
-
-:_unknown
-en : Unknown
-
-
-# Rating indications
-
-:_vote_1
-en : worst ever
-
-:_vote_2
-en : awful
-
-:_vote_3
-en : bad
-
-:_vote_4
-en : weak
-
-:_vote_5
-en : so-so
-
-:_vote_6
-en : decent
-
-:_vote_7
-en : good
-
-:_vote_8
-en : very good
-
-:_vote_9
-en : excellent
-
-:_vote_10
-en : masterpiece
-
-
-
-
-#############################################################################
-## Global UI strings ##
-#############################################################################
-# used in many places
-
-
-# Months (used on char pages in _charp_bday_fmt)
-
-:_month_1
-en : January
-
-:_month_2
-en : February
-
-:_month_3
-en : March
-
-:_month_4
-en : April
-
-:_month_5
-en : May
-
-:_month_6
-en : June
-
-:_month_7
-en : July
-
-:_month_8
-en : August
-
-:_month_9
-en : September
-
-:_month_10
-en : October
-
-:_month_11
-en : November
-
-:_month_12
-en : December
-
-
-# Age ratings
-
-:_minage_all
-en : All ages
-
-# "Ages [_1] and up", but shorter
-:_minage_age
-en : [_1]+
-
-# [_1] is an example of an age rating, like 'CERO A', 'CERO D', etc.
-# this string is appended to the other _minage_* strings
-:_minage_example
-en : (e.g. [_1])
-
-
-# misc. form stuff
-
-:_form_tab_all
-en : All items
-
-:_form_editsum
-en : Edit summary
-
-:_form_submit
-en : Submit
-
-:_form_continue
-en : Continue
-
-:_form_continue_ign
-en : Continue and ignore duplicates
-
-:_form_ihid
-en : Deleted
-
-:_form_ilock
-en : Locked
-
-:_form_hidlock_note
-en : Note: edit summary of the last edit should indicate the reason for the deletion or lock.
-
-
-# Common javascript strings
-
-:_js_expand
-en : expand
-
-:_js_collapse
-en : collapse
-
-:_js_loading
-en : Loading...
-
-:_js_close
-en : close
-
-:_js_date_year
-en : -year-
-
-:_js_date_month
-en : -month-
-
-:_js_date_day
-en : -day-
-
-:_js_remove
-en : remove
-
-:_js_add
-en : add
-
-:_js_ds_noresults
-en : No results...
-
-:_js_iv_prev
-en : previous
-
-:_js_iv_next
-en : next
-
-:_js_ds_tag_meta
-en : meta
-
-:_js_ds_tag_mod
-en : awaiting moderation
-
-:_js_ds_tag_nometa
-en : Can't use meta tags here!
-
-:_js_ds_trait_meta
-en : meta
-
-:_js_ds_trait_mod
-en : awaiting moderation
-
-:_js_ds_trait_nometa
-en : Can't use meta traits here!
-
-
-# Filter selector
-
-:_js_fil_filters
-en : Filters
-
-:_js_fil_apply
-en : Apply
-
-:_js_fil_reset
-en : Reset
-
-:_js_fil_save
-en : Save as default
-
-:_js_fil_savenote
-en : Your saved filters will be applied automatically to several other parts of the site as well, such as the homepage. To change these filters, come back to this page and use the "Save as default" button again. To remove your saved filters, hit "Reset" and then save.
-
-:_js_fil_boolor
-en : Boolean or, selecting more gives more results
-
-:_js_fil_booland
-en : Boolean and, selecting more gives less results
-
-
-# title of the syndication icon (this thing -> http://en.wikipedia.org/wiki/Atom_feed)
-
-:_atom_feed
-en : Atom Feed
-
-
-# Short message reminding the user to post in ENGLISH (Used at about every message/description input field)
-
-:_inenglish
-en : English please!
-
-
-# Messages about editing on the VN/Release/Producer pages (right beneath the tabs)
-
-:_itemmsg_locked
-en : Locked for editing
-
-:_itemmsg_denied
-en : You are not allowed to edit this page
-
-
-# Spoiler levels
-
-:_spoil_-1
-en : neutral
-
-:_spoil_0
-en : no spoiler
-
-:_spoil_1
-en : minor spoiler
-
-:_spoil_2
-en : major spoiler
-
-
-# Spoiler settings
-
-:_spoilset_0
-en : Hide spoilers
-
-:_spoilset_1
-en : Show minor spoilers
-
-:_spoilset_2
-en : Spoil me!
-
-
-
-#############################################################################
-## Main website layout ##
-#############################################################################
-# Util::LayoutHTML
-# Util::CommonHTML::htmlMainTabs, htmlBrowseNavigate, htmlRevision, htmlSearchBox
-# Handler::Misc::nospam
-
-
-# Main title of the site, used on header of each page and as title on the homepage
-:_site_title
-en : The Visual Novel Database
-
-
-# the 'ALL' in "ALL A B C D .. #"
-:_char_all
-en : ALL
-
-
-# Main tabs (those on the right top of the highest box)
-
-:_mtabs_hist
-en : history
-
-:_mtabs_discuss
-en : discussions ([_1])
-
-# the following 4 tabs are only present on user pages
-:_mtabs_posts
-en : posts
-
-:_mtabs_wishlist
-en : wishlist
-
-:_mtabs_votes
-en : votes
-
-:_mtabs_list
-en : list
-
-# modify tags on VN pages
-:_mtabs_tagmod
-en : modify tags
-
-# copy a release
-:_mtabs_copy
-en : copy
-
-# following line is also used on revision pages (it's the same action, anyway)
-:_mtabs_edit
-en : edit
-
-# VN releases
-:_mtabs_releases
-en : releases
-
-# VN relations
-:_mtabs_relations
-en : relations
-
-
-# Navigation buttons on the browse pages
-
-:_browse_first
-en : first
-
-:_browse_previous
-en : previous
-
-:_browse_next
-en : next
-
-:_browse_last
-en : last
-
-
-# Revision pages
-
-:_revision_spoil_title
-en : SPOILER WARNING!
-
-:_revision_spoil_msg
-en : This revision page may contain major spoilers. You may want to view the [url,_1,final page] instead.
-
-:_revision_previous
-en : earlier revision
-
-:_revision_next
-en : later revision
-
-:_revision_title
-en : Revision [_1]
-
-# it's the summary of the edit, "edit" is not a verb here.
-:_revision_new_summary
-en : Edit summary
-
-:_revision_edit_summary
-en : Edit summary of revision [_1]:
-
-:_revision_user_date
-en : By [userstr,_1] on [date,_2,full]
-
-:_revision_empty
-en : ~[empty~]
-
-:_revision_nolink
-en : ~[no link~]
-
-:_revision_yes
-en : Yes
-
-:_revision_no
-en : No
-
-:_revfield_ihid
-en : Deleted
-
-:_revfield_ilock
-en : Locked
-
-
-# tabs above the search boxes
-
-:_searchbox_vn
-en : Visual novels
-
-:_searchbox_releases
-en : Releases
-
-:_searchbox_producers
-en : Producers
-
-:_searchbox_staff
-en : Staff
-
-:_searchbox_chars
-en : Characters
-
-:_searchbox_tags
-en : Tags
-
-:_searchbox_traits
-en : Traits
-
-:_searchbox_users
-en : Users
-
-# text on the search button
-:_searchbox_submit
-en : Search!
-
-
-
-
-#############################################################################
-## Home page (/) ##
-#############################################################################
-# Handler::Misc::home
-
-
-:_home_intro
-en : VNDB.org strives to be a comprehensive database for information about visual novels.[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.
-
-
-:_home_recentchanges
-en : Recent Changes
-
-:_home_recentchanges_item
-en : [_1]:[_2] by [userstr,_3]
-
-:_home_announcements
-en : Announcements
-
-:_home_recentposts
-en : Recent Posts
-
-:_home_recentposts_item
-en : [age,_1] [_2] by [userstr,_3]
-
-:_home_randomvn
-en : Random visual novels
-
-:_home_upcoming
-en : Upcoming releases
-
-:_home_justreleased
-en : Just released
-
-
-
-
-#############################################################################
-## History browser (/*/hist) ##
-#############################################################################
-# Handler::Misc::history and Util::CommonHTML::htmlHistory
-
-
-:_hist_title
-en : Recent changes
-
-:_hist_title_item
-en : Edit history of [_1]
-
-
-# the filter buttons
-
-:_hist_filter_showauto
-en : Show automated edits
-
-:_hist_filter_hideauto
-en : Hide automated edits
-
-:_hist_filter_hidedel
-en : Hide deleted items
-
-:_hist_filter_showdel
-en : Show deleted items
-
-:_hist_filter_alltypes
-en : Show all items
-
-:_hist_filter_onlyvn
-en : Only visual novels
-
-:_hist_filter_onlyreleases
-en : Only releases
-
-:_hist_filter_onlyproducers
-en : Only producers
-
-:_hist_filter_onlystaff
-en : Only staff
-
-:_hist_filter_onlychars
-en : Only characters
-
-:_hist_filter_nochars
-en : All except characters
-
-:_hist_filter_allactions
-en : Show all changes
-
-:_hist_filter_onlyedits
-en : Only edits
-
-:_hist_filter_onlynew
-en : Only newly created pages
-
-:_hist_filter_exrel
-en : Exclude edits of releases
-
-:_hist_filter_increl
-en : Include edits of releases
-
-
-# column headers
-
-# Short version of 'Revision'
-:_hist_col_rev
-en : Rev.
-
-:_hist_col_date
-en : Date
-
-:_hist_col_user
-en : User
-
-:_hist_col_page
-en : Page
-
-
-
-
-#############################################################################
-## Discussion board (/t/*) ##
-#############################################################################
-# Handler::Discussions
-
-
-# thread page (/t+)
-
-:_thread_postedin
-en : Posted in
-
-:_thread_byuser
-en : by [userstr,_1]
-
-:_thread_editpost
-en : edit
-
-:_thread_deletedpost
-en : Post deleted.
-
-:_thread_lastmodified
-en : Last modified on [date,_1,full]
-
-:_thread_noreply_title
-en : Reply
-
-:_thread_noreply_locked
-en : This thread has been locked, you can't reply to it anymore
-
-:_thread_noreply_login
-en : You must be logged in to reply to this thread.
-
-:_thread_quickreply_title
-en : Quick reply
-
-:_thread_quickreply_submit
-en : Reply
-
-:_thread_quickreply_full
-en : Go advanced...
-
-:_poll_novote_login
-en : You must be logged in to be able to vote.
-
-:_poll_choose
-en : You may choose up to [_1] options
-
-:_poll_vote
-en : Vote
-
-:_poll_no_votes
-en : Nobody voted yet.
-
-:_poll_results
-en : View results
-
-:_poll_total_votes
-en : [_1] [quant,_1,vote,votes] total
-
-:_poll_error
-en : Poll error
-
-
-# Post edit/reply/new thread form
-
-:_postedit_newthread
-en : Start new thread
-
-:_postedit_replyto
-en : Reply to [_1]
-
-:_postedit_edit
-en : Edit post
-
-:_postedit_form_username
-en : Username
-
-:_postedit_form_title
-en : Thread title
-
-:_postedit_form_boards
-en : Board(s)
-
-:_postedit_form_boards_info
-en : Read [url,/d9.2,d9.2] for information about how to specify boards.
-
-:_postedit_form_locked
-en : Locked
-
-:_postedit_form_topic
-en : Topic
-
-:_postedit_form_hidden
-en : Hidden
-
-:_postedit_form_nolastmod
-en : Don't update last modified field
-
-:_postedit_form_msg
-en : Message
-
-:_postedit_form_msg_format
-en : See [url,/d9.3,d9.3] for the allowed formatting codes
-
-:_postedit_form_poll_add
-en : Add poll
-
-:_postedit_form_poll_q
-en : Poll question
-
-:_postedit_form_poll_warning
-en : All votes will be reset if any changes to the poll fields are made!
-
-:_postedit_form_poll_opt
-en : Poll options
-
-:_postedit_form_poll_optmax
-en : one per line,[br][_1] max
-
-:_postedit_form_poll_max
-en : Number of options voter is allowed to choose
-
-:_postedit_form_poll_view
-en : Allow users to view poll results before voting
-
-:_postedit_form_poll_recast
-en : Allow users to change their vote
-
-
-# Browsing threads by board (/t/{board_id})
-
-:_disboard_item_title
-en : Related discussions for [_1]
-
-# also used on the discussion board index (/t)
-:_disboard_item_all
-en : All boards
-
-:_disboard_rootlink
-en : Discussion board
-
-:_disboard_nothreads
-en : No related threads found
-
-:_disboard_createyourown
-en : Why not create one yourself?
-
-:_disboard_startnew
-en : Start a new thread
-
-
-# The discussion board index (/t)
-
-:_disindex_title
-en : Discussion board index
-
-
-# Discussion board search
-
-:_dissearch_title
-en : Search the discussion board
-
-:_dissearch_query
-en : Query
-
-:_dissearch_titleonly
-en : Only search thread titles
-
-:_dissearch_boards
-en : Boards
-
-:_dissearch_noresults_title
-en : No results
-
-:_dissearch_noresults_msg
-en : No threads or messages found matching your criteria.
-
-:_dissearch_col_date
-en : Date
-
-:_dissearch_col_user
-en : User
-
-:_dissearch_col_msg
-en : Message
-
-
-# Thread list (on discussion board index, search and board browser)
-
-:_threadlist_col_topic
-en : Topic
-
-:_threadlist_col_replies
-en : Replies
-
-:_threadlist_col_starter
-en : Starter
-
-:_threadlist_col_lastpost
-en : Last post
-
-:_threadlist_poll
-en : poll
-
-
-
-
-#############################################################################
-## Producer pages (/p/*) ##
-#############################################################################
-# Handler::Producers
-
-
-# Producer page (/p+)
-
-# 1 = Language, 2 = Type, so '[_1] [_2]' => 'Japanese company'
-# if this doesn't work in other languages, be creative :-)
-:_prodpage_langtype
-en : [_1] [_2]
-
-:_prodpage_aliases
-en : a.k.a. [_1]
-
-:_prodpage_homepage
-en : Homepage
-
-:_prodpage_wikipedia
-en : Wikipedia
-
-:_prodpage_rel
-en : Releases
-
-:_prodpage_norel
-en : We have currently no visual novels by this producer.
-
-# (next two are unused at the moment)
-:_prodpage_dev
-en : developer
-
-:_prodpage_pub
-en : publisher
-
-
-# producer diff fields
-
-:_revfield_p_type
-en : Type
-
-:_revfield_p_name
-en : Name (romaji)
-
-:_revfield_p_original
-en : Original name
-
-:_revfield_p_alias
-en : Aliases
-
-:_revfield_p_lang
-en : Language
-
-:_revfield_p_website
-en : Website
-
-:_revfield_p_l_wp
-en : Wikipedia link
-
-:_revfield_p_desc
-en : Description
-
-:_revfield_p_relations
-en : Relations
-
-
-# Producer relation graph page (/p+/rg)
-
-:_prodrg_title
-en : Relation graph for [_1]
-
-
-# Add/Edit producer
-
-:_pedit_title_edit
-en : Edit [_1]
-
-:_pedit_title_add
-en : Add new producer
-
-:_pedit_form_generalinfo
-en : General info
-
-:_pedit_form_type
-en : Type
-
-:_pedit_form_name
-en : Name (romaji)
-
-:_pedit_form_original
-en : Original name
-
-:_pedit_form_original_note
-en : The original name of the producer, leave blank if it is already in the Latin alphabet.
-
-:_pedit_form_alias
-en : Aliases
-
-:_pedit_form_alias_note
-en : (Un)official aliases, separated by a comma.
-
-:_pedit_form_lang
-en : Primary language
-
-:_pedit_form_website
-en : Website
-
-:_pedit_form_wikipedia
-en : Wikipedia link
-
-:_pedit_form_desc
-en : Description
-
-:_pedit_form_rel
-en : Relations
-
-:_pedit_rel_sel
-en : Selected producers
-
-:_pedit_rel_add
-en : Add producer
-
-:_pedit_rel_none
-en : Nothing selected.
-
-:_pedit_rel_findformat
-en : Producer textbox should start with an ID (e.g. "p7:")
-
-:_pedit_rel_notfound
-en : Producer not found
-
-:_pedit_rel_double
-en : Producer already selected!
-
-
-# Browse/search producers
-
-:_pbrowse_title
-en : Browse producers
-
-:_pbrowse_searchres
-en : Search results
-
-:_pbrowse_list
-en : Producer list
-
-:_pbrowse_noresults
-en : No results found
-
-#############################################################################
-## Staff pages (/s/*) ##
-#############################################################################
-# Handler::Staff
-
-
-# Staff diff fields (/s+.+)
-
-:_revfield_s_name
-en : Name (romaji)
-
-:_revfield_s_original
-en : Original name
-
-:_revfield_s_gender
-en : Gender
-
-:_revfield_s_lang
-en : Language
-
-:_revfield_s_aliases
-en : Aliases
-
-:_revfield_s_l_wp
-en : Wikipedia link
-
-:_revfield_s_l_site
-en : Official page
-
-:_revfield_s_l_twitter
-en : Twitter account
-
-:_revfield_s_l_anidb
-en : AniDB creator ID
-
-:_revfield_s_desc
-en : Description
-
-# Staff browser
-
-:_sbrowse_title
-en : Browse staff
-
-:_sbrowse_list
-en : Staff list
-
-:_sbrowse_searchres
-en : Search results
-
-:_sbrowse_noresults
-en : No results found
-
-:_sbrowse_fil_title
-en : Staff filters
-
-:_sbrowse_general
-en : General
-
-:_sbrowse_roles
-en : Roles
-
-:_sbrowse_gender
-en : Gender
-
-:_sbrowse_names
-en : Names
-
-:_sbrowse_names_primary
-en : Primary names only
-
-:_sbrowse_names_all
-en : Include aliases
-
-:_sbrowse_language
-en : Language
-
-:_staff_credits
-en : Credits
-
-:_staff_voiced
-en : Voiced characters ([_1])
-
-:_staff_as
-en : as [_1]
-
-:_staff_col_as
-en : As
-
-:_staff_language
-en : Language
-
-:_staff_aliases
-en : [quant,_1,Alias,Aliases]
-
-:_staff_links
-en : Links
-
-:_staff_l_wp
-en : Wikipedia
-
-:_staff_l_site
-en : Official page
-
-:_staff_l_twitter
-en : Twitter
-
-:_staff_l_anidb
-en : AniDB
-
-:_staff_col_title
-en : Title
-
-:_staff_col_released
-en : Released
-
-:_staff_col_role
-en : Role
-
-:_staff_col_note
-en : Note
-
-:_staff_col_cast
-en : Cast
-
-:_staff_col_seiyuu
-en : Seiyuu
-
-# Add/edit staff
-
-:_staffe_title_edit
-en : Edit [_1]
-
-:_staffe_title_add
-en : Add staff member
-
-:_staffe_form_generalinfo
-en : General info
-
-:_staffe_form_name
-en : Name (romaji)
-
-:_staffe_form_original
-en : Original
-
-:_staffe_form_different
-en : You may choose a different primary name.
-
-:_staffe_form_names
-en : Names
-
-:_staffe_form_note
-en : Staff note
-
-:_staffe_form_gender
-en : Gender
-
-:_staffe_form_lang
-en : Primary language
-
-:_staffe_form_wikipedia
-en : Wikipedia link
-
-:_staffe_form_site
-en : Official page
-
-:_staffe_form_twitter
-en : Twitter username
-
-:_staffe_form_tw_err
-en : Invalid twitter username
-
-:_staffe_form_anidb
-en : AniDB creator ID
-
-:_staffe_aliases_add
-en : Add alias
-
-:_vnstaffe_form_staff
-en : Staff
-
-:_vnstaffe_form_role
-en : Credit
-
-:_vnstaffe_form_note
-en : Note
-
-:_vnstaffe_add
-en : Add staff
-
-:_vnstaffe_none
-en : None
-
-#############################################################################
-## Release pages (/r/*) ##
-#############################################################################
-# Handler::Releases
-
-
-# Release diff viewer (/r+.+)
-
-:_revfield_r_vn
-en : Relations
-
-:_revfield_r_type
-en : Type
-
-:_revfield_r_patch
-en : Patch
-
-:_revfield_r_freeware
-en : Freeware
-
-:_revfield_r_doujin
-en : Doujin
-
-:_revfield_r_title
-en : Title (romaji)
-
-:_revfield_r_original
-en : Original title
-
-:_revfield_r_gtin
-en : JAN/UPC/EAN
-
-:_revfield_r_catalog
-en : Catalog number
-
-:_revfield_r_languages
-en : Language
-
-:_revfield_r_website
-en : Website
-
-:_revfield_r_released
-en : Release date
-
-:_revfield_r_minage
-en : Age rating
-
-:_revfield_r_notes
-en : Notes
-
-:_revfield_r_platforms
-en : Platforms
-
-:_revfield_r_media
-en : Media
-
-:_revfield_r_resolution
-en : Resolution
-
-:_revfield_r_voiced
-en : Voiced
-
-:_revfield_r_ani_story
-en : Story animation
-
-:_revfield_r_ani_ero
-en : Ero animation
-
-:_revfield_r_producers
-en : Producers
-
-:_reldiff_developer
-en : developer
-
-:_reldiff_publisher
-en : publisher
-
-
-# Information table (on every release page)
-
-:_relinfo_vnrel
-en : Relation
-
-:_relinfo_title
-en : Title
-
-:_relinfo_original
-en : Original title
-
-:_relinfo_type
-en : Type
-
-:_relinfo_type_format
-en : [_1][index,_2,, patch]
-
-:_relinfo_lang
-en : Language
-
-:_relinfo_publication
-en : Publication
-
-:_relinfo_pub_nopatch
-en : [index,_1,Freeware,Non-free], [index,_2,doujin,commercial]
-
-:_relinfo_pub_patch
-en : [index,_1,Freeware,Non-free]
-
-:_relinfo_platform
-en : [quant,_1,Platform,Platforms]
-
-:_relinfo_media
-en : [quant,_1,Medium,Media]
-
-:_relinfo_resolution
-en : Resolution
-
-:_relinfo_voiced
-en : Voiced
-
-:_relinfo_ani
-en : Animation
-
-:_relinfo_ani_story
-en : Story: [_1]
-
-:_relinfo_ani_ero
-en : Ero scenes: [_1]
-
-:_relinfo_released
-en : Released
-
-:_relinfo_minage
-en : Age rating
-
-:_relinfo_developer
-en : [quant,_1,Developer,Developers]
-
-:_relinfo_publisher
-en : [quant,_1,Publisher,Publishers]
-
-:_relinfo_catalog
-en : Catalog no.
-
-:_relinfo_links
-en : Links
-
-:_relinfo_website
-en : Official website
-
-:_relinfo_user
-en : User options
-
-:_relinfo_user_notlist
-en : not in your list
-
-:_relinfo_user_inlist
-en : Status: [_1]
-
-:_relinfo_user_setstatus
-en : Set status
-
-:_relinfo_user_del
-en : remove from list
-
-
-# Editing a release
-
-:_redit_title_edit
-en : Edit [_1]
-
-:_redit_title_copy
-en : Copy [_1]
-
-:_redit_title_add
-en : Add release to [_1]
-
-:_redit_form_geninfo
-en : General info
-
-:_redit_form_type
-en : Type
-
-:_redit_form_patch
-en : This release is a patch to another release.
-
-:_redit_form_freeware
-en : Freeware (i.e. available at no cost)
-
-:_redit_form_doujin
-en : Doujin (self-published, not by a company)
-
-:_redit_form_title
-en : Title (romaji)
-
-:_redit_form_original
-en : Original title
-
-:_redit_form_original_note
-en : The original title of this release, leave blank if it already is in the Latin alphabet.
-
-:_redit_form_languages
-en : Language(s)
-
-:_redit_form_gtin
-en : JAN/UPC/EAN
-
-:_redit_form_catalog
-en : Catalog number
-
-:_redit_form_website
-en : Official website
-
-:_redit_form_released
-en : Release date
-
-:_redit_form_released_note
-en : Leave month or day blank if they are unknown
-
-:_redit_form_minage
-en : Age rating
-
-:_redit_form_notes
-en : Notes
-
-:_redit_form_notes_note
-en : Miscellaneous notes/comments, information that does not fit in the above fields.
- E.g.: Censored/uncensored or for which releases this patch applies.
-
-:_redit_form_format
-en : Format
-
-:_redit_form_resolution
-en : Resolution
-
-:_redit_form_voiced
-en : Voiced
-
-:_redit_form_ani_story
-en : Story animation
-
-:_redit_form_ani_ero
-en : Ero animation
-
-:_redit_form_ani_ero_none
-en : Unknown / no ero scenes
-
-:_redit_form_ani_ero_note
-en : Animation in erotic scenes, leave to unknown if there are no ero scenes.
-
-:_redit_form_platforms
-en : Platforms
-
-:_redit_form_media
-en : Media
-
-:_redit_form_med_quantity
-en : -quantity-
-
-:_redit_form_med_medium
-en : -medium-
-
-:_redit_form_prod
-en : Producers
-
-:_redit_form_prod_sel
-en : Selected producers
-
-:_redit_form_prod_add
-en : Add producer
-
-:_redit_form_prod_dev
-en : Developer
-
-:_redit_form_prod_pub
-en : Publisher
-
-:_redit_form_prod_both
-en : Both
-
-:_redit_form_prod_none
-en : Nothing selected.
-
-:_redit_form_prod_pformat
-en : Producer textbox must start with an ID (e.g. p17)
-
-:_redit_form_prod_notfound
-en : Producer not found!
-
-:_redit_form_prod_double
-en : Producer already selected!
-
-:_redit_form_vn
-en : Visual novels
-
-:_redit_form_vn_sel
-en : Selected visual novels
-
-:_redit_form_vn_add
-en : Add visual novel
-
-:_redit_form_vn_none
-en : Nothing selected.
-
-:_redit_form_vn_vnformat
-en : Visual novel textbox must start with an ID (e.g. v17)
-
-:_redit_form_vn_notfound
-en : Visual novel not found!
-
-:_redit_form_vn_double
-en : VN already selected!
-
-
-# Release browser
-
-:_rbrowse_title
-en : Browse releases
-
-:_rbrowse_col_released
-en : Released
-
-:_rbrowse_col_minage
-en : Rating
-
-:_rbrowse_col_title
-en : Title
-
-:_rbrowse_noresults_title
-en : No results found
-
-:_rbrowse_noresults_msg
-en : Sorry, couldn't find anything that comes through your filters. You might want to disable a few filters to get more results.
-
- Also, keep in mind that we don't have all information about all releases. So e.g. filtering on screen resolution will exclude all releases of which we don't know it's resolution, even though it might in fact be in the resolution you're looking for.
-
-:_rbrowse_fil_title
-en : Release filters
-
-:_rbrowse_general
-en : General
-
-:_rbrowse_type
-en : Release type
-
-:_rbrowse_patch
-en : Patch status
-
-:_rbrowse_patch_yes
-en : Patch
-
-:_rbrowse_patch_no
-en : Standalone
-
-:_rbrowse_freeware
-en : Freeware
-
-:_rbrowse_freeware_yes
-en : Only freeware
-
-:_rbrowse_freeware_no
-en : Only non-free releases
-
-:_rbrowse_doujin
-en : Doujin
-
-:_rbrowse_doujin_yes
-en : Only doujin releases
-
-:_rbrowse_doujin_no
-en : Only commercial releases
-
-:_rbrowse_dateafter
-en : Released after
-
-:_rbrowse_datebefore
-en : Released before
-
-:_rbrowse_released
-en : Release date
-
-:_rbrowse_released_yes
-en : Past (already released)
-
-:_rbrowse_released_no
-en : Future (to be released)
-
-:_rbrowse_minage
-en : Age rating
-
-:_rbrowse_language
-en : Language
-
-:_rbrowse_olang
-en : Original language
-
-:_rbrowse_resolution
-en : Screen resolution
-
-:_rbrowse_platform
-en : Platform
-
-:_rbrowse_medium
-en : Medium
-
-:_rbrowse_voiced
-en : Voiced
-
-:_rbrowse_misc
-en : Misc
-
-:_rbrowse_ani_story
-en : Story animation
-
-:_rbrowse_ani_ero
-en : Ero animation
-
-
-
-
-#############################################################################
-## Tag pages (/g/*) ##
-#############################################################################
-# Handler::Tags
-
-
-# Tag page (/g+)
-
-:_tagp_title
-en : [index,_1,Meta tag,Tag]: [_2]
-
-:_tagp_del_title
-en : Tag deleted
-
-:_tagp_del_msg
-en : This tag has been removed from the database, and cannot be used or re-added.
- File a request on the [url,/t/db,discussion board] if you disagree with this.
-
-:_tagp_pending_title
-en : Waiting for approval
-
-:_tagp_pending_msg
-en : This tag is waiting for a moderator to approve it. You can still use it to tag VNs as you would with a normal tag.
-
-:_tagp_addchild
-en : Create child tag
-
-:_tagp_indexlink
-en : Tags
-
-:_tagp_cat
-en : Category
-
-:_tagp_aliases
-en : Aliases
-
-:_tagp_childs
-en : Child tags
-
-:_tagp_moretags
-en : [_1] more [quant,_1,tag,tags]
-
-:_tagp_vnlist
-en : Visual novels
-
-:_tagp_rawvotes
-en : Recently tagged
-
-:_tagp_novn
-en : This tag has not been linked to any visual novels yet, or they were hidden because of your spoiler settings or default filters.
-
-:_tagp_cached
-en : The list below also includes all visual novels linked to child tags. This list is cached, it can take up to 24 hours after a visual novel has been tagged for it to show up on this page.
-
-
-# Tag add/edit form (/g+/edit, /g+/add, /g/add)
-
-:_tagedit_err_notfound
-en : Tag '[_1]' not found
-
-:_tagedit_title_add
-en : Add child tag to [_1]
-
-:_tagedit_title_edit
-en : Edit tag: [_1]
-
-:_tagedit_title_new
-en : Add new tag
-
-:_tagedit_req_title
-en : Requesting new tag
-
-:_tagedit_req_subtitle
-en : Your tag must be approved
-
-:_tagedit_req_msg
-en : Because all tags have to be approved by moderators, it can take a while before it will show up in the tag list
- or on visual novel pages. You can still vote on tag even if it has not been approved yet, though.
- [br][br]
- Also, make sure you've read the [url,/d10,guidelines], so you can predict whether your tag will be accepted or not.
-
-:_tagedit_frm_name
-en : Primary name
-
-:_tagedit_frm_by
-en : Added by
-
-:_tagedit_frm_state
-en : State
-
-:_tagedit_frm_state0
-en : Awaiting moderation
-
-:_tagedit_frm_state1
-en : Deleted/hidden
-
-:_tagedit_frm_state2
-en : Approved
-
-:_tagedit_frm_meta
-en : This is a meta-tag (only to be used as parent for other tags, not for linking to VN entries)
-
-:_tagedit_frm_meta_warn
-en : WARNING: Checking this option or selecting "Deleted" as state will permanently delete all existing VN relations!
-
-:_tagedit_frm_cat
-en : Category
-
-:_tagedit_frm_catrec
-en : Also edit all child tags to have this category
-
-:_tagedit_frm_catrec_warn
-en : WARNING: This will overwrite the category field for all child tags, this action can not be reverted!
-
-:_tagedit_frm_alias
-en : Aliases
- (separated by newlines)
-
-:_tagedit_frm_desc
-en : Description
-
-:_tagedit_frm_desc_msg
-en : What should the tag be used for? Having a good description helps users choose which tags to link to a VN.
-
-:_tagedit_frm_parents
-en : Parent tags
-
-:_tagedit_frm_parents_msg
-en : Comma separated list of tag names to be used as parent for this tag.
-
-:_tagedit_frm_merge
-en : Merge tags
-
-:_tagedit_frm_merge_tags
-en : Tags to merge
-
-:_tagedit_frm_merge_msg
-en : Comma separated list of tag names to merge into this one. All votes and aliases/names will be moved over
- to this tag, and the old tags will be deleted. Just leave this field empty if you don't intend to do a merge.
- [br]WARNING: this action cannot be undone!
-
-
-# Plain tag browser (/g/list)
-
-:_tagb_title
-en : Browse tags
-
-:_tagb_state-1
-en : All
-
-:_tagb_state0
-en : Awaiting moderation
-
-:_tagb_state1
-en : Deleted
-
-:_tagb_state2
-en : Accepted
-
-:_tagb_noresults
-en : No results found
-
-:_tagb_col_added
-en : Created
-
-:_tagb_col_name
-en : Tag
-
-:_tagb_note_awaiting
-en : awaiting moderation
-
-:_tagb_note_del
-en : deleted
-
-
-# Tag link browser (/g/links)
-
-:_taglink_title
-en : Tag link browser
-
-:_taglink_spoil_title
-en : Spoiler warning
-
-:_taglink_spoil_msg
-en : This list displays the tag votes of individual users. Spoilery tags are not hidden, and may not even be correctly flagged as such.
-
-:_taglink_fil_active
-en : Active filters:
-
-:_taglink_fil_user
-en : User:
-
-:_taglink_fil_tag
-en : Tag:
-
-:_taglink_fil_vn
-en : Visual novel:
-
-:_taglink_fil_add
-en : Click the arrow beside a user, tag or VN to add it as a filter.
-
-:_taglink_col_date
-en : Date
-
-:_taglink_col_user
-en : User
-
-:_taglink_col_rating
-en : Rating
-
-:_taglink_col_tag
-en : Tag
-
-:_taglink_col_spoiler
-en : Spoiler
-
-:_taglink_col_vn
-en : Visual novel
-
-
-# VN<->Tag voting (/v+/tagmod)
-
-:_tagv_title
-en : Add/remove tags for [_1]
-
-:_tagv_msg_title
-en : Tagging
-
-:_tagv_msg_guidelines
-en : Make sure you have read the [url,/d10,guidelines]!
-
-:_tagv_msg_submit
-en : Don't forget to hit the submit button on the bottom of the page to make your changes permanent.
-
-:_tagv_msg_cache
-en : Some tag information on the site is cached, it can take up to an hour for your changes to be visible everywhere.
-
-:_tagv_frm_title
-en : Tags
-
-:_tagv_col_you
-en : You
-
-:_tagv_col_others
-en : Others
-
-:_tagv_col_tag
-en : Tag
-
-:_tagv_col_rating
-en : Rating
-
-:_tagv_col_spoiler
-en : Spoiler
-
-:_tagv_overruletip
-en : Tag overruled. All votes other than that of the moderator who overruled it will be ignored.
-
-:_tagv_who
-en : Who?
-
-:_tagv_newlyadded
-en : Newly added
-
-:_tagv_save
-en : Save changes
-
-:_tagv_add
-en : Add tag
-
-:_tagv_addmsg
-en : Check the [url,/g,tag list] to browse all available tags.[br]
- Can't find what you're looking for? [url,/g/new,Request a new tag].
-
-:_tagv_notfound
-en : Item not found!
-
-:_tagv_double
-en : Tag is already present!
-
-
-# Tag index (/g)
-
-:_tagidx_title
-en : Tag index
-
-:_tagidx_create
-en : Create new tag
-
-:_tagidx_search
-en : Search tags
-
-:_tagidx_tree
-en : Tag tree
-
-:_tagidx_browseall
-en : Browse all tags
-
-:_tagidx_recent
-en : Recently added
-
-:_tagidx_popular
-en : Popular tags
-
-:_tagidx_rawtags
-en : Recently tagged
-
-:_tagidx_queue
-en : Awaiting moderation
-
-:_tagidx_queue_empty
-en : Moderation queue empty! yay!
-
-:_tagidx_queue_link
-en : Moderation queue
-
-:_tagidx_denied
-en : Denied tags
-
-
-
-
-#############################################################################
-## Character pages ##
-#############################################################################
-# Handler::Chars
-
-
-# Character diff viewer (/c+.+)
-
-:_revfield_c_name
-en : Name
-
-:_revfield_c_original
-en : Original name
-
-:_revfield_c_alias
-en : Aliases
-
-:_revfield_c_desc
-en : Description
-
-:_revfield_c_gender
-en : Gender
-
-:_revfield_c_b_month
-en : Birthday - month
-
-:_revfield_c_b_day
-en : Birthday - day
-
-:_revfield_c_s_bust
-en : Bust
-
-:_revfield_c_s_waist
-en : Waist
-
-:_revfield_c_s_hip
-en : Hip
-
-:_revfield_c_height
-en : Height
-
-:_revfield_c_weight
-en : Weight
-
-:_revfield_c_bloodt
-en : Blood type
-
-:_revfield_c_main
-en : Main character
-
-:_revfield_c_main_spoil
-en : Spoiler
-
-:_revfield_c_image
-en : Image
-
-:_revfield_c_traits
-en : Traits
-
-:_revfield_c_vns
-en : Visual novels
-
-:_chdiff_image_none
-en : No image
-
-
-# Character page (/c+)
-
-:_charp_noimg
-en : No image uploaded yet
-
-:_charp_sexual
-en : Show sexual traits
-
-:_charp_alias
-en : Aliases
-
-:_charp_meas
-en : Measurements
-
-:_charp_meas_h
-en : Height: [_1]cm
-
-:_charp_meas_bwh
-en : Bust-Waist-Hips: [_1]-[_2]-[_3]cm
-
-:_charp_meas_w
-en : Weight: [_1]kg
-
-:_charp_bday
-en : Birthday
-
-# [_1]=day-of-month, as a number, [_2]=month string, as in _month_<num>
-:_charp_bday_fmt
-en : [_1] [_2]
-
-:_charp_vns
-en : Visual novels
-
-:_charp_releases
-en : Releases
-
-:_charp_vns_other
-en : All other releases
-
-:_charp_voice
-en : Voiced by
-
-:_charp_description
-en : Description
-
-:_charp_instances
-en : Other instances
-
-
-
-# Add/edit character
-
-:_chare_title_edit
-en : Edit [_1]
-
-:_chare_title_copy
-en : Copy [_1]
-
-:_chare_title_add
-en : Add new character
-
-:_chare_form_generalinfo
-en : General info
-
-:_chare_form_name
-en : Name (romaji)
-
-:_chare_form_original
-en : Original name
-
-:_chare_form_original_note
-en : The original name of the character, leave blank if it is already in the Latin alphabet.
-
-:_chare_form_alias
-en : Aliases
-
-:_chare_form_alias_note
-en : (Un)official aliases, separated by a newline.
-
-:_chare_form_desc
-en : Description
-
-:_chare_form_gender
-en : Gender
-
-:_chare_form_bday
-en : Birthday
-
-:_chare_form_bday_fmt
-en : MM-DD (e.g. "01-26" for the 26th of January)
-
-:_chare_form_bday_err
-en : Birthday must be in MM-DD format.
-
-:_chare_form_bust
-en : Bust
-
-:_chare_form_waist
-en : Waist
-
-:_chare_form_hip
-en : Hips
-
-:_chare_form_height
-en : Height
-
-:_chare_form_weight
-en : Weight
-
-:_chare_form_bloodt
-en : Blood type
-
-:_chare_form_main
-en : Instance of
-
-:_chare_form_main_note
-en : ID of the main character - the character of which this is an instance of.
-
-:_chare_form_main_spoil
-en : Spoiler
-
-:_chare_image
-en : Image
-
-:_chare_image_none
-en : No image uploaded yet
-
-:_chare_image_id
-en : Image ID
-
-:_chare_image_id_msg
-en : Use a character image that is already on the server. Set to '0' to remove the current image.
-
-:_chare_image_upload
-en : Upload new image
-
-:_chare_image_upload_msg
-en : Image must be in JPEG or PNG format and at most 1MiB. Images larger than 256x300 will automatically be resized. Image must be safe for work!
-
-:_chare_traits
-en : Traits
-
-:_chare_traits_sel
-en : Current traits
-
-:_chare_traits_add
-en : Add trait
-
-:_chare_traits_present
-en : Selected trait is already present.
-
-:_chare_traits_nometa
-en : Meta traits can't be used here.
-
-:_chare_traits_empty
-en : No traits present yet.
-
-:_chare_vns
-en : Visual novels
-
-:_chare_vns_sel
-en : Selected visual novels
-
-:_chare_vns_add
-en : Add visual novel
-
-:_chare_vns_empty
-en : No visual novels selected.
-
-:_chare_vns_addrel
-en : add release
-
-:_chare_vns_other
-en : All / others
-
-:_chare_vns_allrel
-en : All releases already selected.
-
-:_chare_vns_exists
-en : VN already present.
-
-:_chare_vns_relexists
-en : Release already present.
-
-
-# Character browser (/c/*)
-
-:_charb_title
-en : Browse characters
-
-:_charb_noresults
-en : No results
-
-:_charb_noresults_msg
-en : No characters found that matched your criteria.
-
-:_charb_fil_title
-en : Character filters
-
-:_charb_general
-en : General
-
-:_charb_gender
-en : Gender
-
-:_charb_bust_min
-en : Bust min
-
-:_charb_bust_max
-en : Bust max
-
-:_charb_waist_min
-en : Waist min
-
-:_charb_waist_max
-en : Waist max
-
-:_charb_hip_min
-en : Hips min
-
-:_charb_hip_max
-en : Hips max
-
-:_charb_height_min
-en : Height min
-
-:_charb_height_max
-en : Height max
-
-:_charb_weight_min
-en : Weight min
-
-:_charb_weight_max
-en : Weight max
-
-:_charb_bloodt
-en : Blood type
-
-:_charb_traits
-en : Traits
-
-:_charb_traitinc
-en : Traits to include
-
-:_charb_traitexc
-en : Traits to exclude
-
-:_charb_traitnothere
-en : Additional trait filters are not available on this page. Use the character browser instead (available from the main menu -> characters).
-
-:_charb_roles
-en : Roles
-
-
-
-#############################################################################
-## Trait page ##
-#############################################################################
-# Handler::Traits
-
-
-# Trait page (/i+)
-
-:_traitp_title
-en : [index,_1,Meta trait,Trait]: [_2]
-
-:_traitp_del_title
-en : Trait deleted
-
-:_traitp_del_msg
-en : This trait has been removed from the database, and cannot be used or re-added.
- File a request on the [url,/t/db,discussion board] if you disagree with this.
-
-:_traitp_pending_title
-en : Waiting for approval
-
-:_traitp_pending_msg
-en : This trait is waiting for a moderator to approve it.
-
-:_traitp_addchild
-en : Create child trait
-
-:_traitp_indexlink
-en : Traits
-
-:_traitp_sexual
-en : Sexual content
-
-:_traitp_aliases
-en : Aliases
-
-:_traitp_childs
-en : Child traits
-
-:_traitp_more
-en : [_1] more [quant,_1,trait,traits]
-
-:_traitp_charlist
-en : Characters
-
-:_traitp_nochars
-en : This trait has not been linked to any characters yet, or they were hidden because of your spoiler settings.
-
-:_traitp_cached
-en : The list below also includes all characters linked to child traits. This list is cached, it can take up to 24 hours after a character has been edited for it to show up on this page.
-
-
-# Trait add/edit form (/i+/edit, /i+/add, /i/new)
-
-:_traite_title_add
-en : Add child trait to [_1]
-
-:_traite_title_edit
-en : Edit trait: [_1]
-
-:_traite_title_new
-en : Add new trait
-
-:_traite_req_title
-en : Requesting new trait
-
-:_traite_req_subtitle
-en : Your trait must be approved
-
-:_traite_req_msg
-en : Because all traits have to be approved by moderators, it can take a while before your trait will show up in the listings or can be used on character entries.
-
-:_traite_frm_name
-en : Primary name
-
-:_traite_frm_by
-en : Added by
-
-:_traite_frm_state
-en : State
-
-:_traite_frm_state0
-en : Awaiting moderation
-
-:_traite_frm_state1
-en : Deleted/hidden
-
-:_traite_frm_state2
-en : Approved
-
-:_traite_frm_meta
-en : This is a meta trait (only to be used as parent for other traits, not for direct use with characters)
-
-:_traite_frm_sexual
-en : Indicates sexual content
-
-:_traite_frm_alias
-en : Aliases
- (separated by newlines)
-
-:_traite_frm_desc
-en : Description
-
-:_traite_frm_parents
-en : Parent traits
-
-:_traite_frm_parents_msg
-en : List of trait IDs to be used as parent for this trait, separated by a space.
-
-:_traite_frm_gorder
-en : Group number
-
-:_traite_frm_gorder_msg
-en : (Only used if this trait is a group. Used for ordering, lowest first)
-
-
-
-# Plain trait browser (/i/list)
-
-:_traitb_title
-en : Browse traits
-
-:_traitb_state-1
-en : All
-
-:_traitb_state0
-en : Awaiting moderation
-
-:_traitb_state1
-en : Deleted
-
-:_traitb_state2
-en : Accepted
-
-:_traitb_noresults
-en : No results found
-
-:_traitb_col_added
-en : Created
-
-:_traitb_col_name
-en : Trait
-
-:_traitb_note_awaiting
-en : awaiting moderation
-
-:_traitb_note_del
-en : deleted
-
-
-# Trait index (/g)
-
-:_traiti_title
-en : Trait index
-
-:_traiti_create
-en : Create new trait
-
-:_traiti_search
-en : Search traits
-
-:_traiti_tree
-en : Trait tree
-
-:_traiti_browseall
-en : Browse all traits
-
-:_traiti_recent
-en : Recently added
-
-:_traiti_popular
-en : Popular traits
-
-:_traiti_queue
-en : Awaiting moderation
-
-:_traiti_queue_empty
-en : Moderation queue empty! yay!
-
-:_traiti_queue_link
-en : Moderation queue
-
-:_traiti_denied
-en : Denied traits
-
-
-
-
-#############################################################################
-## Personal User Lists ##
-#############################################################################
-# Handler::ULists
-
-
-# Wishlist (/u+/wish)
-
-:_wishlist_title_my
-en : My wishlist
-
-:_wishlist_title_other
-en : [_1]'s wishlist
-
-:_wishlist_noresults
-en : Wishlist empty...
-
-:_wishlist_prio_all
-en : All priorities
-
-:_wishlist_col_title
-en : Title
-
-:_wishlist_col_prio
-en : Priority
-
-:_wishlist_col_added
-en : Added
-
-:_wishlist_select
-en : -- with selected --
-
-:_wishlist_changeprio
-en : Change priority
-
-:_wishlist_remove
-en : remove from wishlist
-
-
-
-# Vote listings (/v+/votes and /u+/votes)
-
-:_votelist_title_vn
-en : Votes for [_1]
-
-:_votelist_title_user
-en : Votes by [_1]
-
-:_votelist_novotes
-en : No votes to list. :-(
-
-:_votelist_col_date
-en : Cast
-
-:_votelist_col_vote
-en : Vote
-
-:_votelist_col_vn
-en : Visual novel
-
-:_votelist_col_user
-en : User
-
-
-
-# VN list (/u+/list)
-
-:_rlist_title_my
-en : My visual novel list
-
-:_rlist_title_other
-en : [_1]'s visual novel list
-
-:_rlist_all
-en : All
-
-:_rlist_voted_only
-en : Only voted
-
-:_rlist_voted_none
-en : Hide voted
-
-:_rlist_col_title
-en : Title
-
-:_rlist_col_status
-en : Status
-
-:_rlist_col_releases
-en : Releases
-
-:_rlist_col_vote
-en : Vote
-
-:_rlist_withvn
-en : -- with selected VNs --
-
-:_rlist_withrel
-en : -- with selected releases --
-
-:_rlist_changestat
-en : Change status
-
-:_rlist_setnote
-en : Set note
-
-:_rlist_setnote_prompt
-en : Set notes (leave empty to remove note)
-
-:_rlist_del
-en : remove from list
-
-# label of the button. "Update!" in the commanding sense
-:_rlist_update
-en : Update
-
-:_rlist_releasenote
-en : * Obtained/total
-
-
-
-
-#############################################################################
-## User pages ##
-#############################################################################
-# Util::Users
-
-
-# User page (/u+)
-
-:_userpage_title
-en : [_1]'s profile
-
-:_userpage_username
-en : Username
-
-:_userpage_registered
-en : Registered
-
-:_userpage_edits
-en : Edits
-
-:_userpage_votes
-en : Votes
-
-:_userpage_votes_item
-en : [url,_1,_2] ([_3] average)
-
-:_userpage_hidden
-en : hidden
-
-:_userpage_tags
-en : Tags
-
-:_userpage_tags_item
-en : [_1] [quant,_1,vote,votes] on [_2] distinct [quant,_2,tag,tags] and [_3] visual [quant,_3,novel,novels].
-
-:_userpage_tags_browse
-en : Browse tags
-
-:_userpage_list
-en : List stats
-
-:_userpage_list_item
-en : [_1] [quant,_1,release,releases] of [_2] visual [quant,_2,novel,novels].
-
-:_userpage_forum
-en : Forum stats
-
-:_userpage_forum_item
-en : [_1] [quant,_1,post,posts], [_2] new [quant,_2,thread,threads].
-
-:_userpage_forum_browse
-en : Browse posts
-
-:_userpage_votestats
-en : Vote statistics
-
-:_userpage_changes
-en : Recent changes
-
-
-# Login form (/u/login)
-
-:_login_title
-en : Login
-
-:_login_throttle_title
-en : Maximum failed login attempts reached.
-
-:_login_throttle_msg
-en : Login has been temporarily disabled for your IP address. You can wait a
- few hours and try again, or you can try from a different IP address. If
- you forgot your password, you can still use the [url,/u/newpass,password
- reset] functionality. If you still have trouble logging in, send a mail
- to [url,mailto:contact@vndb.org,contact@vndb.org].
-
-:_login_username
-en : Username
-
-:_login_register
-en : No account yet?
-
-:_login_password
-en : Password
-
-:_login_forgotpass
-en : Forgot your password?
-
-
-# Reset password (/u/newpass)
-
-:_newpass_mail_body
-en : Hello [_1]
-
- Your VNDB.org login has been disabled, you can now set a new password by following the link below:
-
- [_2]
-
- Now don't forget your password again! :-)
-
- vndb.org
-
-:_newpass_mail_subject
-en : Password reset for [_1]
-
-:_newpass_title
-en : Forgot password
-
-:_newpass_msg
-en : Forgot your password and can't login to VNDB anymore?
- Don't worry! Just give us the email address you used to register on VNDB,
- and we'll send you instructions to set a new password within a few minutes!
-
-:_newpass_reset_title
-en : Reset password
-
-:_newpass_mail
-en : Email
-
-:_newpass_sent_title
-en : New password
-
-:_newpass_sent_msg
-en : Your password has been reset and instructions to set a new one should reach your mailbox in a few minutes.
-
-
-# Set password page (/u+/setpass)
-
-:_setpass_title
-en : Set password for [_1]
-
-:_setpass_msg
-en : Now you can set a password for your account. You will be logged in automatically after your password has been saved.
-
-:_setpass_password
-en : Password
-
-:_setpass_confirm
-en : Confirm password
-
-
-# Register new account (/u/register)
-
-:_register_title
-en : Create an account
-
-:_register_username
-en : Username
-
-:_register_username_msg
-en : Preferred username. Must be lowercase and can only consist of alphanumeric characters.
-
-:_register_mail
-en : Email
-
-:_register_mail_msg
-en : Your email address will only be used in case you lose your password. We will never send
- spam or newsletters unless you explicitly ask us for it.
-
-:_register_question
-en : How many [index,_1,visual novels,releases,producers] do we have in the database? (Hint: look to your left)
-
-:_register_answer
-en : Answer
-
-:_register_mail_body
-en : Hello [_1]
-
- Someone has registered an account on VNDB.org with your email address. To
- confirm your registration, follow the link below.
-
- [_2]
-
- If you don't remember creating an account on VNDB.org recently, please
- ignore this e-mail.
-
- vndb.org
-
-:_register_mail_subject
-en : Confirm registration for [_1]
-
-:_register_done_title
-en : Account created
-
-:_register_done_msg
-en : Your account has been created! In a few minutes, you should receive an email with instructions to set your password.
-
-
-# User edit (/u+/edit)
-
-:_usere_title
-en : My account
-
-:_usere_saved_title
-en : Settings saved
-
-:_usere_saved_msg
-en : Settings successfully saved.
-
-:_usere_geninfo
-en : General info
-
-:_usere_username
-en : Username
-
-:_usere_perm
-en : Permissions
-
-:_usere_ignvotes
-en : Ignore votes in VN statistics
-
-:_usere_mail
-en : Email
-
-:_usere_changepass
-en : Change password
-
-:_usere_changepass_msg
-en : Leave blank to keep your current password
-
-:_usere_curpass
-en : Current Password
-
-:_usere_password
-en : New Password
-
-:_usere_confirm
-en : Confirm password
-
-:_usere_options
-en : Options
-
-:_usere_flist
-en : Don't allow other people to see my visual novel list ([url,_1,_1]), votes ([url,_2,_2]) and wishlist ([url,_3,_3])
-
-:_usere_fnsfw
-en : Disable warnings for images that are not safe for work.
-
-:_usere_fsextraits
-en : Show sexual traits by default on character pages.
-
-:_usere_ftags
-en : Show all tags by default on visual novel pages.
-
-:_usere_tagcats
-en : Tag categories
-
-:_usere_spoilers
-en : Spoiler level
-
-:_usere_skin
-en : Preferred skin
-
-:_usere_css
-en : Additional [url,http://en.wikipedia.org/wiki/Cascading_Style_Sheets,CSS]
-
-
-# Users posts (/u+/posts)
-
-:_uposts_title
-en : Posts made by [_1]
-
-:_uposts_noresults
-en : [_1] hasn't made any posts yet.
-
-:_uposts_col_date
-en : Date
-
-:_uposts_col_title
-en : Title
-
-
-# User list (/u/all)
-
-:_ulist_title
-en : Browse users
-
-:_ulist_col_username
-en : Username
-
-:_ulist_col_registered
-en : Registered
-
-:_ulist_col_votes
-en : Votes
-
-:_ulist_col_edits
-en : Edits
-
-:_ulist_col_tags
-en : Tags
-
-
-# Notifications (/u+/notifies)
-
-:_usern_title
-en : My notifications
-
-:_usern_o_unread
-en : Unread notifications
-
-:_usern_o_alsoread
-en : All notifications
-
-:_usern_nonotifies
-en : No notifications!
-
-:_usern_col_type
-en : Type
-
-:_usern_col_age
-en : Age
-
-:_usern_col_id
-en : ID
-
-:_usern_col_act
-en : Action
-
-:_usern_type_pm
-en : Private Message
-
-:_usern_type_dbdel
-en : Entry you contributed to has been deleted
-
-:_usern_type_listdel
-en : VN in your (wish)list has been deleted
-
-:_usern_type_dbedit
-en : Entry you contributed to has been edited
-
-:_usern_type_announce
-en : Site announcement
-
-:_usern_n_t_new
-en : New thread [_1] by [_2]
-
-:_usern_n_t_reply
-en : Reply to [_1] by [_2]
-
-:_usern_n_item_edit
-en : Edit of [_1] by [_2]
-
-:_usern_but_markread
-en : mark selected read
-
-:_usern_but_remove
-en : remove selected
-
-:_usern_autodel
-en : (Read notifications are automatically removed after one month)
-
-:_usern_set_saved
-en : Settings successfully saved.
-
-:_usern_set_title
-en : Settings
-
-:_usern_set_nodbedit
-en : Notify me about edits of database entries I contributed to.
-
-:_usern_set_announce
-en : Notify me about site announcements
-
-:_usern_set_submit
-en : Save
-
-
-
-
-#############################################################################
-## Visual novel pages ##
-#############################################################################
-# Handler::VNBrowse
-# Handler::VNEdit
-# Handler::VNPage
-# Util::CommonHTML::htmlVoteStats
-
-
-# VN browser (/v/all)
-
-:_vnbrowse_title
-en : Browse visual novels
-
-:_vnbrowse_vnlist
-en : User VN list
-
-:_vnbrowse_wishlist
-en : Wishlist
-
-:_vnbrowse_col_score
-en : Score
-
-:_vnbrowse_col_title
-en : Title
-
-:_vnbrowse_col_released
-en : Released
-
-:_vnbrowse_col_popularity
-en : Popularity
-
-:_vnbrowse_col_rating
-en : Rating
-
-:_vnbrowse_fil_title
-en : Visual Novel Filters
-
-:_vnbrowse_general
-en : General
-
-:_vnbrowse_length
-en : Length
-
-:_vnbrowse_anime
-en : Anime
-
-:_vnbrowse_anime_yes
-en : Has anime
-
-:_vnbrowse_anime_no
-en : Does not have anime
-
-:_vnbrowse_screenshots
-en : Screenshots
-
-:_vnbrowse_screenshots_yes
-en : Has screenshot
-
-:_vnbrowse_screenshots_no
-en : Does not have a screenshot
-
-:_vnbrowse_tags
-en : Tags
-
-:_vnbrowse_tagnothere
-en : Additional tag filters are not available on this page. Use the visual novel browser instead (available from the main menu -> visual novels).
-
-:_vnbrowse_tagactive
-en : These filters are ignored on tag pages (when set as default).
-
-:_vnbrowse_taginc
-en : Tags to include
-
-:_vnbrowse_tagexc
-en : Tags to exclude
-
-:_vnbrowse_language
-en : Language
-
-:_vnbrowse_olang
-en : Original language
-
-:_vnbrowse_platform
-en : Platform
-
-:_vnbrowse_ul
-en : My lists
-
-:_vnbrowse_ul_notblack
-en : Blacklist
-
-:_vnbrowse_ul_notblackmsg
-en : Exclude VNs on my blacklist
-
-:_vnbrowse_ul_onwish
-en : Wishlist
-
-:_vnbrowse_ul_onwishno
-en : Not on my wishlist
-
-:_vnbrowse_ul_onwishyes
-en : On my wishlist
-
-:_vnbrowse_ul_voted
-en : Voted
-
-:_vnbrowse_ul_votedno
-en : Not voted on
-
-:_vnbrowse_ul_votedyes
-en : Voted on
-
-:_vnbrowse_ul_onlist
-en : VN list
-
-:_vnbrowse_ul_onlistno
-en : Not on my VN list
-
-:_vnbrowse_ul_onlistyes
-en : On my VN list
-
-
-# VN add/edit form (/v+/edit)
-
-:_vnedit_title_edit
-en : Edit [_1]
-
-:_vnedit_title_add
-en : Add a new visual novel
-
-:_vnedit_dup_title
-en : Possible duplicates found
-
-:_vnedit_dup_msg
-en : The following is a list of visual novels that match the title(s) you gave.
- Please check this list to avoid creating a duplicate visual novel entry.
- Be especially wary of items that have been deleted! To see why an entry
- has been deleted, click on its title.[br]
- [br]
- To add the visual novel either way, hit the "Continue and ignore
- duplicates" button below.
-
-:_vnedit_geninfo
-en : General info
-
-:_vnedit_frm_title
-en : Title (romaji)
-
-:_vnedit_original
-en : Original title
-
-:_vnedit_original_msg
-en : The original title of this visual novel, leave blank if it already is in the Latin alphabet.
-
-:_vnedit_alias
-en : Aliases
-
-:_vnedit_alias_msg
-en : List of alternative titles or abbreviations. One line for each alias.
- Can include both official (japanese/english) titles and unofficial titles used around net.[br]
- Titles that are listed in the releases should not be added here!
-
-:_vnedit_desc
-en : Description
-
-:_vnedit_desc_msg
-en : Short description of the main story. Please do not include spoilers, and don't forget to list
- the source in case you didn't write the description yourself. (formatting codes are allowed)
-
-:_vnedit_length
-en : Length
-
-:_vnedit_links
-en : External links
-
-:_vnedit_anime
-en : Anime
-
-:_vnedit_anime_msg
-en : Whitespace separated list of [url,http://anidb.net/,AniDB] anime IDs.
- E.g. "1015 3348" will add [url,http://anidb.net/a1015,Shingetsutan Tsukihime]
- and [url,http://anidb.net/a3348,Fate/stay night] as related anime.[br]
- Note: It can take a few minutes for the anime titles to appear on the VN page.
-
-:_vnedit_image
-en : Image
-
-:_vnedit_image_none
-en : No image uploaded yet
-
-:_vnedit_image_id
-en : Image ID
-
-:_vnedit_image_id_msg
-en : Use a VN image that is already on the server. Set to '0' to remove the current image.
-
-:_vnedit_image_upload
-en : Upload new image
-
-:_vnedit_image_upload_msg
-en : Preferably the cover of the CD/DVD/package. Image must be in JPEG or PNG format
- and at most 5MB. Images larger than 256x400 will automatically be resized.
-
-:_vnedit_image_nsfw
-en : NSFW
-
-:_vnedit_image_nsfw_check
-en : Not Safe For Work
-
-:_vnedit_image_nsfw_msg
-en : Please check this option if the image contains nudity, gore, or is otherwise not safe in a work-friendly environment.
-
-:_vnedit_staff
-en : Staff
-
-:_vnedit_staff_msg
-en : Please check the [url,/d2.3,staff editing guidelines]. You can
- [url,/s/new,create a new staff entry] if it is not in the database yet,
- but please [url,/s/all,check for aliasses first].
-
-:_vnedit_cast
-en : Cast
-
-:_vnedit_cast_import
-en : Import cast
-
-:_vnedit_cast_import_title
-en : Import character cast from related visual novels
-
-:_vnedit_cast_char
-en : Character
-
-:_vnedit_cast_sel_char
-en : Select character
-
-:_vnedit_cast_nochar
-en : Select character first please.
-
-:_vnedit_cast_seiyuu
-en : Seiyuu
-
-:_vnedit_cast_note
-en : Note
-
-:_vnedit_voiced_by
-en : voiced by
-
-:_vnedit_cast_add
-en : Add cast
-
-:_vnedit_rel
-en : Relations
-
-:_vnedit_rel_sel
-en : Selected relations
-
-:_vnedit_rel_add
-en : Add relation
-
-# <title1> is an [x] official <relation> of <title2>
-# this trick doesn't even work very well in English, so just an approximation is fine
-:_vnedit_rel_isa
-en : is an
-
-:_vnedit_rel_official
-en : official
-
-:_vnedit_rel_of
-en : of
-
-:_vnedit_rel_none
-en : No relations selected.
-
-:_vnedit_rel_findformat
-en : Visual novel textbox must start with an ID (e.g. v17)
-
-:_vnedit_rel_novn
-en : Visual novel not found!
-
-:_vnedit_rel_double
-en : This visual novel has already been selected!
-
-:_vnedit_scr
-en : Screenshots
-
-:_vnedit_scrnorel
-en : No releases in the database yet. Screenshots can only be uploaded after a release has been added.
-
-:_vnedit_scrmsg
-en : Please keep the following in mind when uploading screenshots:[br]
- - Screenshots have to be in the native resolution of the game,[br]
- - Remove any window borders and make sure the image is unmarked,[br]
- - Don't only upload event CGs.[br]
- Please read the [url,/d2#6,guidelines] for more information.[br]
- Make sure to submit the form after the upload has finished!
-
-:_vnedit_scr_selrel
-en : -- select release --
-
-:_vnedit_scr_frmloading
-en : Please wait for the screenshots to be uploaded before submitting the form.
-
-:_vnedit_scr_frmnorel
-en : Please select the appropriate release for every screenshot.
-
-:_vnedit_scr_uploading
-en : Uploading screenshot
-
-:_vnedit_scr_upl_msg
-en : This can take a while, depending on the file size and your upload speed.
-
-:_vnedit_scr_cancel
-en : cancel
-
-:_vnedit_scr_full
-en : Enough screenshots
-
-:_vnedit_scr_full_msg
-en : The limit of 10 screenshots per visual novel has been reached.
- If you want to add a new screenshot, please remove an existing one first.
-
-:_vnedit_scr_add
-en : Add screenshot
-
-:_vnedit_scr_imgnote
-en : Image must be smaller than 5MB and in PNG or JPEG format.
-
-:_vnedit_scr_addbut
-en : Upload!
-
-:_vnedit_scr_id
-en : Screenshot #[_1]
-
-:_vnedit_scr_fullsize
-en : Full size: [_1]
-
-:_vnedit_scr_nonstandard
-en : WARNING: Odd resolution! Please check whether the image has been cropped correctly.
-
-:_vnedit_scr_nsfw
-en : This screenshot is NSFW
-
-:_vnedit_scr_oops
-en : Oops! Seems like something went wrong...
- Make sure the file you're uploading doesn't exceed 5MB in size.
- If that isn't the problem, then please report a bug.
-
-:_vnedit_scr_errformat
-en : Upload failed!
- Only JPEG or PNG images are accepted.
-
-:_vnedit_scr_errempty
-en : Upload failed!
- No file selected, or an empty file?
-
-:_vnedit_scr_errtoomany
-en : Too many files selected. The total number of screenshots may not exceed 10.
-
-
-# VN Relation graph page (/v+/rg)
-
-:_vnrg_title
-en : Relation graph for [_1]
-
-
-# VN Diff viewer (/v+.+)
-
-:_revfield_v_title
-en : Title (romaji)
-
-:_revfield_v_original
-en : Original title
-
-:_revfield_v_alias
-en : Alias
-
-:_revfield_v_desc
-en : Description
-
-:_revfield_v_length
-en : Length
-
-:_revfield_v_l_wp
-en : Wikipedia link
-
-:_revfield_v_l_encubed
-en : Encubed tag
-
-:_revfield_v_l_renai
-en : Renai.us link
-
-:_revfield_v_relations
-en : Relations
-
-:_revfield_v_credits
-en : Credits
-
-:_revfield_v_seiyuu
-en : Seiyuu
-
-:_revfield_v_anime
-en : Anime
-
-:_revfield_v_screenshots
-en : Screenshots
-
-:_revfield_v_image
-en : Image
-
-:_vndiff_image_nsfw
-en : (NSFW)
-
-:_vndiff_image_none
-en : No image
-
-:_revfield_v_img_nsfw
-en : Image NSFW
-
-:_vndiff_nsfw_safe
-en : Safe
-
-:_vndiff_nsfw_notsafe
-en : Not safe
-
-:_vndiff_rel_official
-en : official
-
-:_vndiff_rel_unofficial
-en : unofficial
-
-
-# VN page (/v+)
-
-:_vnpage_noimg
-en : No image uploaded yet
-
-:_vnpage_imgnsfw_msg
-en : This image has been flagged as Not Safe For Work.
-
-:_vnpage_imgnsfw_show
-en : Show me anyway
-
-:_vnpage_imgnsfw_note
-en : (This warning can be disabled in your account)
-
-:_vnpage_imgnsfw_foot
-en : Flagged as NSFW
-
-:_vnpage_vntitle
-en : Title
-
-:_vnpage_original
-en : Original title
-
-:_vnpage_alias
-en : Aliases
-
-:_vnpage_length
-en : Length
-
-:_vnpage_links
-en : Links
-
-:_vnpage_l_wp
-en : Wikipedia
-
-:_vnpage_l_encubed
-en : Encubed
-
-:_vnpage_l_renai
-en : Renai.us
-
-:_vnpage_description
-en : Description
-
-:_vnpage_tags_summary
-en : summary
-
-:_vnpage_tags_all
-en : all
-
-:_vnpage_developer
-en : Developer
-
-:_vnpage_publisher
-en : Publishers
-
-:_vnpage_relations
-en : Relations
-
-:_vnpage_relations_unofficial
-en : ~[unofficial~]
-
-:_vnpage_anime
-en : Related anime
-
-:_vnpage_anime_noinfo
-en : ~[no information available at this time: [url,_2,_1]~]
-
-:_vnpage_uopt
-en : User options
-
-:_vnpage_uopt_voted
-en : your vote: [_1]
-
-:_vnpage_uopt_novote
-en : not voted yet
-
-:_vnpage_uopt_changevote
-en : Change vote
-
-:_vnpage_uopt_dovote
-en : Vote
-
-:_vnpage_uopt_delvote
-en : revoke
-
-:_vnpage_uopt_othvote
-en : Other
-
-:_vnpage_uopt_othervote
-en : Please input your vote as a number between 1 and 10. One digit after the decimal is allowed, for example: 8.6 or 7.3.
-
-:_vnpage_uopt_invvote
-en : Invalid number.
-
-:_vnpage_uopt_1vote
-en : You are about to give this visual novel a 1 out of 10. This is a rather extreme rating, meaning this game has absolutely nothing to offer, and that it's the worst game you have ever played.
- Are you really sure this visual novel matches that description?
-
-:_vnpage_uopt_10vote
-en : You are about to give this visual novel a 10 out of 10. This is a rather extreme rating, meaning this is one of the best visual novels you've ever played and it's unlikely that any other game could ever be better than this one.
- It is generally a bad idea to have more than three games in your vote list with this rating, choose carefully!
-
-:_vnpage_uopt_vnlisted
-en : VN list: [_1]
-
-:_vnpage_uopt_novn
-en : not on your VN list
-
-:_vnpage_uopt_changevn
-en : Change status
-
-:_vnpage_uopt_addvn
-en : Add to VN list
-
-:_vnpage_uopt_delvn
-en : remove from VN list
-
-:_vnpage_uopt_wishlisted
-en : wishlist: [_1]
-
-:_vnpage_uopt_nowish
-en : not on your wishlist
-
-:_vnpage_uopt_changewish
-en : Change status
-
-:_vnpage_uopt_addwish
-en : Add to wishlist
-
-:_vnpage_uopt_delwish
-en : remove from wishlist
-
-:_vnpage_uopt_reldel
-en : Remove from list
-
-:_vnpage_tab_main
-en : main
-
-:_vnpage_tab_chars
-en : characters
-
-:_vnpage_rel
-en : Releases
-
-:_vnpage_rel_title
-en : Releases for [_1]
-
-# All on/off buttons for VN release page
-
-:_all
-en : All
-
-:_all_on
-en : All on
-
-:_all_off
-en : All off
-
-:_vnpage_restrict_column_width
-en : Restrict column width
-
-# printed in release comparison table. Used to tell which columns which can't contain data for patches (such as resolution)
-:_vnpage_na_for_patches
-en : NA for patches
-
-:_vnpage_rel_none
-en : We don't have any information about releases of this visual novel yet...
-
-:_vnpage_char_add
-en : add character
-
-:_vnpage_staff
-en : Staff
-
-:_vnpage_charsum
-en : Character summary
-
-:_vnpage_rel_add
-en : add release
-
-:_vnpage_rel_patch
-en : (patch)
-
-:_vnpage_rel_extlink
-en : External link
-
-:_vnpage_scr
-en : Screenshots
-
-:_vnpage_scr_showing
-en : Showing [_1] out of [_2] [quant,_2,screenshot,screenshots].
-
-:_vnpage_scr_nsfwhide
-en : show/hide NSFW
-
-:_vnpage_scr_num
-en : Screenshot #[_1]
-
-:_vnpage_stats
-en : User stats
-
-:_vnpage_stats_none
-en : Nobody has voted on this visual novel yet...
-
-:_votestats_title
-en : Vote stats
-
-:_votestats_sum
-en : [_1] [quant,_1,vote,votes] total, average [_2]
-
-:_votestats_recent
-en : Recent votes
-
-:_votestats_allvotes
-en : show all
-
-:_votestats_rank_title
-en : Ranking
-
-:_votestats_rank_pop
-en : Popularity: ranked #[_1] with a score of [_2]
-
-:_votestats_rank_rat
-en : Bayesian rating: ranked #[_1] with a rating of [_2]
-
-
-
-
-#############################################################################
-## Misc. messages ##
-#############################################################################
-# Util::CommonHTML::htmlDenied,
-# htmlHiddenMessage, htmlEditMessage and htmlItemMessage
-
-
-# Generic "Access denied!" page
-
-:_denied_title
-en : Access Denied
-
-# not logged in
-:_denied_needlogin_title
-en : You need to be logged in to perform this action.
-
-:_denied_needlogin_msg
-en : Please [url,/u/login,login], or [url,/u/register,create an account] if you don't have one yet.
-
-# logged in, but simply no access
-:_denied_noaccess_title
-en : You are not allowed to perform this action.
-
-:_denied_noaccess_msg
-en : It seems you don't have the proper rights to perform the action you wanted to perform...
-
-
-# "DB Item has been deleted" page
-
-:_hiddenmsg_title
-en : Item deleted
-
-:_hiddenmsg_msg
-en : This item has been deleted from the database. File a request on the
- [url,_1,discussion board] to undelete this page.
-
-
-# The warning/notice messages on edit pages
-
-:_editmsg_copy_title
-en : You're not editing an entry!
-
-:_editmsg_copy_msg
-en : You're about to insert a new entry into the database with information based on [_1].[br]
- Hit the 'edit' tab on the right-top if you intended to edit the entry instead of creating a new one.
-
-:_editmsg_msg_title
-en : Before editing:
-
-:_editmsg_msg_guidelines
-en : Read the [url,_1,guidelines]!
-
-:_editmsg_msg_discuss
-en : Check for any existing discussions on the [url,_1,discussion board]
-
-:_editmsg_msg_history
-en : Browse the [url,_1,edit history] for any recent changes related to what you want to change.
-
-:_editmsg_msg_search
-en : [url,_1,Search the database] to see if we already have information about this [index,_2,visual novel,release,producer,character,person].
-
-:_editmsg_revert_title
-en : Reverting
-
-:_editmsg_revert_msg
-en : You are editing an old revision of this [index,_1,visual novel,release,producer,character,person].
- If you save it, all changes made after this revision will be reverted!
-
-
-# User didn't pass the spam protection
-
-:_nospam_title
-en : Could not send form
-
-:_nospam_subtitle
-en : Error
-
-:_nospam_msg
-en : The form could not be sent, please make sure you have Javascript enabled in your browser.
-
-
-# User didn't pass the form code protection
-
-:_formcode_title
-en : Validation code expired
-
-:_formcode_msg
-en : Please hit the back-button of your browser, refresh the page and try again.
-
-
-# No browser support to display the relation graphs
-
-:_rg_notsupp
-en : Not supported
-
-:_rg_notsupp_msg
-en : Your browser sucks, it doesn't have the functionality to render our nice relation graphs.
-
-# vim: set ft=none: