Naar inhoud springen

Gebruiker:WebBot/IRC/en.tcl

Uit Wikipedia, de vrije encyclopedie
#  en - ENGLISH
#
#  LANGUAGE FILE

## FILE SETTINGS ##
# Current language code
set curlang "en"

#### CHANNAL OUTPUT ####

## USERTYPES ##
# 0 - NORMAL
# 1 - BLACKLISTED
# 2 - NEW USER
# 3 - IP ADRESS
# 4 - WHITELISTED
# 5 - ADMIN
setval user0 "User"
setval user1 "Blacklisted user"
setval user2 "New user"
setval user3 "IP-address"
setval user4 "Whitelisted user"
setval user5 "Admin"

## EDITTYPES ##
# TYPE OF EDIT
# 1 - NORMAL EDIT
# 2 - BIG + EDIT (gabbish)
# 3 - BIG - EDIT (blanking)
# 4 - WATCHED PAGE
# 5 - SPECIAL PAGE
# 6 - WATCHED SPECIAL PAGE
# 7 - NORMAL NEW PAGE
# 8 - BIG NEW PAGE
# 9 - SMALL NEW PAGE
# 10 - HIDDEN

setval edit1 "edits a page"
setval edit2 "adds a lot of text"
setval edit3 "might have emptied a page"
setval edit4 "edits a watched page"
setval edit5 "edits a special page"
setval edit6 "edits a watched special page"
setval edit7 "creates a page"
setval edit8 "creates a large page"
setval edit9 "creates a small page"
setval edit10 "edits a hidden page"

## OUTPUT LINE ##
# Warning!
setval owarning "Warning!"
# Page:
setval opage "Page:"
# Link:
setval olink "Link:"
# Diff:
setval odiff "Diff:"
# Section:
setval osection "Section:"
# Summary:
setval osummary "Summary:"
# bytes
setval bytes "bytes"

########################

#### USER COMMANDS ####

## ERROR MESSAGES ##
# Command is missing
setval missingcommand "Command is missing. Use \002computer help\002."
# Action is missing (add/del/list)
setval missingargument "Action is missing. Use \002computer help\002."
# No rights
setval norights "You don't have the right permission. Use \002\00312computer rights\003\002 for information."
# Command failed
setval commandfailed "Command failed. (unknown reason)"
# Command doesn't exist
setval commanddoesntexist "Command doesn't exist. Use \002computer help\002."
# Action doesn't exist
setval actiondoesntexist "Action doesn't exist. Use \002computer help\002."
# Type out of range. Max is
setval typeoutofrange "Type out of range. Max is"

## STATUS ##
# WebBot is ONLINE now. (\002\0033 and \002\003 are color codes.)
setval status-online "WebBot is \002\0033ONLINE\002\003 now."
# WebBot is OFFLINE now. (\002\0034 and \002\003 are color codes.)
setval status-offline "WebBot is \002\0034OFFLINE\002\003 now."
setval status-dbonline "Database is \002\0033ONLINE\002\003."
setval status-dboffline "Database is \002\0034OFFLINE\002\003."

# Last edit reported 10 seconds ago
# ----- PART 1 -----    - PART 2 --
setval status-edit-1 "Last edit reported"
setval status-edit-2 "seconds ago."
# None reported edit yet.
setval status-never "None reported edit yet."

## TIME ##
# Current date and time
setval time-now "Current date and time"

## HELP ##
# Help for using WebBot
setval help-title "Help for using WebBot"
# Use computer <command> (\002\0033 and \003\002 are color codes)
setval help-instr "Use \002\0033computer <command>\003\002"
# Displays this help
setval help-help "Displays this help"
# Displays info about this robot
setval help-info "Displays info about this robot"
# Displays info about you
setval help-rights "Displays info about you"
# Commands only for trusted users
setval help-onlytrusted "Commands only for trusted users:"
# Adds/removes users from blacklist
setval help-bl "Adds/removes users from blacklist"
# Adds/removes users from whitelist
setval help-wl "Adds/removes users from whitelist"
# Adds/removes pages from watchlist
setval help-cvp "Adds/removes pages from watchlist"
# See for more information
setval help-moreinfo "See for more information:"

## RIGHTS ##
# About you,
setval rights-aboutyou "About you,"
# Host
setval rights-host "Host"
# Logged in on WebBot as
setval rights-loggedinas "Logged in on WebBot as"
# Not logged in on WebBot
setval rights-notloggedin "Not logged in on WebBot"
# (projectname)_user (name) is a (user[1-10])
#              --1--        -2--
setval rights-aboutwikiuser-1 "-user"
setval rights-aboutwikiuser-2 "is a"
# About WebBot user
setval rights-aboutwebbotuser "About WebBot user"
# (name) is not a trusted user
setval rights-isnottrusted "is \0034\002not a trusted user\003\002."
# (name) is a trusted user
setval rights-istrusted "is \0033\002a trusted user\003\002."
# (name) is not an admin
setval rights-isnotadmin "is \0034\002not an admin\003\002."
# (name) is an admin
setval rights-isadmin "is \0033\002an admin\003\002."

## LISTS (BL=blacklist/WL=whitelist/CVP=watchlist) ##
# Names
setval lists-bl "\002\0034blacklist\002\003"
setval lists-wl "\002\0033whitelist\002\003"
setval lists-cvp "\002\0037watchlist\002\003"

# Texts
# (user/page) is already on the (listname)
setval lists-already "is already on the"
# (user/page) is not on the (listname)
setval lists-not "is not on the"
# (user/page) added to the (listname)
setval lists-added "added to the"
# (user/page) removed from the (listname)
setval lists-removed "removed from the"
# (user/page) has now type
setval lists-issettotype "has now type"

# Other
setval lists-autoadd-newuser "(automatic) New user"

#######################


#### DON'T TOUCH ####
putlog "WikiRC: $curlang language file loaded."