khanat-opennel-code/code/web/private_php/ams/translations/en.ini

283 lines
11 KiB
INI
Raw Normal View History

; This is a sample configuration file
; Comments start with ';', as in php.ini
[ams_content]
ams_title="Ryzom Account Mangement System"
[dashboard]
home_title = "Introduction"
home_info = "Welcome to the Ryzom Core - Account Management System"
2013-08-29 20:19:37 +00:00
[settings]
2013-09-20 21:36:19 +00:00
[forgot_password]
title = "Forgot your password?"
2014-09-07 02:21:08 +00:00
forgot_password_message = "Fill in your account's email address to reset the password."
2013-09-20 21:36:19 +00:00
email_tag = "Email Address"
2014-09-07 02:21:08 +00:00
email_tooltip = "The email address related to the account of which you forgot the password."
2013-09-20 21:36:19 +00:00
email_default = "Email"
2014-09-07 02:21:08 +00:00
email_doesnt_exist = "The email address does not match any user."
email_sent = "An email with further instructions has been sent to the email address."
register_message ="<strong>Register</strong> If you don't have an account yet, create one "
here = "here"
login_message = "You can always try to login by clicking "
2013-09-20 21:36:19 +00:00
[reset_password]
title = "Reset your password"
2014-09-07 02:21:08 +00:00
reset_password_message = "Fill in your new password."
2013-09-20 21:36:19 +00:00
password_tag = "Desired Password"
password_tooltip = "Pick a hard to guess password (it must be 5-20 characters)."
password_message = "Password must be 5-20 characters."
password_default = "Password"
cpassword_tag = "Confirm Password"
cpassword_tooltip = "Retype your Password"
cpassword_message = "Retype your Password"
cpassword_default = "Re-enter Password"
[syncing]
syncing_title = "LibDB-Query List"
syncing_info = "Here you can see the entire list of elements in the LibDB-Query table. You can easily remove elements and by pressing 'Synchronize' you can start the syncing process manually!"
syncing_sync = "Synchronize"
2014-09-07 02:21:08 +00:00
shard_online = "The shard seems to be <strong>online</strong>, manually syncing is possible."
shard_offline = "The shard seems to be <strong>offline</strong>, manually syncing is not possible."
members = "Members"
id = "ID"
type = "Type"
name = "Name"
email = "Email"
action = "Action"
2014-06-01 19:35:37 +00:00
[plugins]
plugin_title = "Plugin List"
2014-09-07 02:16:07 +00:00
plugin_info = "Here you can see the entire list of plugins. You can easily remove plugins, activate them, and add permissions."
2014-06-11 10:27:07 +00:00
plugins = "Plugins"
2014-06-01 19:35:37 +00:00
plugin_name = "Name"
2014-06-11 10:27:07 +00:00
plugin_version = "Version"
plugin_description = "Description"
plugin_type = "Type"
2014-09-07 02:16:07 +00:00
plugin_permission = "Access<br>Permission"
2014-06-11 10:27:07 +00:00
plugin_status = "Status"
ip_success = "Plugin added succesfuly."
plugin_actions = "Actions"
2014-09-07 02:21:08 +00:00
dp_success = "Plugin deleted successfully"
dp_error = "Error in deleting plugin.Please try again later."
2014-09-07 02:21:08 +00:00
ac_success = "Plugin Activated successfully."
ac_error = "Plugin facing some error in activating. Please try again later."
2014-09-07 02:21:08 +00:00
dc_success = "Plugin de-Activated successfully."
dc_error = "Plugin facing some error in de-activating. Please try again later."
up_success = "Update added successfully. Go to Updates page for installing updates."
up_install_success = "Update installed successfully."
2014-06-11 10:27:07 +00:00
[install_plugin]
ip_title = "Install a new Plugin"
ip_message = "For example: name.zip from your local computer"
ip_support = "Upload the plugin archieve to install.</br>The following file extension is supported: zip."
ip_info_nfound = "Info file not found in the Plugin.Please recheck"
ip_file_nfnd="Please upload a plugin before clicking on install button"
2014-06-01 19:35:37 +00:00
[plugins_update]
up_title = "Updates for Plugins"
up_info = "Here you can see the entire list of available updates for plugins."
2014-06-19 11:41:10 +00:00
up_description = "Updates Info"
plugin_name = "Name"
plugin_version = "Version"
up_updated_version = "New Version"
2014-06-19 11:41:10 +00:00
up_actions = "Actions"
2013-07-10 00:41:03 +00:00
[show_ticket]
t_title = "Ticket"
title = "Title"
t_reply = "Reply on ticket"
t_fill = "Fill in your reply"
t_send = "Send reply"
2014-09-07 02:21:08 +00:00
invalid_sgroup = "Invalid support group."
ticket_not_existing = "That's an invalid ticket"
2014-09-07 02:16:07 +00:00
success_forwarded = "The ticket was forwarded successfully."
public_sgroup = "Public"
not_assigned = "None"
2014-09-07 02:16:07 +00:00
success_assigned = "The ticket was successfully assigned."
success_unassigned = "The ticket was successfully unassigned."
ticket_not_existing = "That ticket doesn't exist."
ticket_already_assigned = "That ticket is already assigned to someone."
[show_user]
2013-07-14 14:38:36 +00:00
[show_queue]
not_assigned = "Open"
2014-09-07 02:16:07 +00:00
success_assigned = "The ticket was successfully assigned."
success_unassigned = "The ticket was successfully unassigned."
ticket_not_existing = "That ticket doesn't exist."
ticket_already_assigned = "That ticket is already assigned to someone."
ticket_not_assigned = "That ticket isn't assigned to you."
public_sgroup = "Public"
2013-07-14 14:38:36 +00:00
[show_sgroup]
2014-09-07 02:16:07 +00:00
add_to_group_success = "The user has been added to the group."
user_already_added = "The user is already part of the group."
group_not_existing = "The group doesn't exist."
user_not_existing = "The user doesn't seem to exist."
not_mod_or_admin = "You can only add Moderators or Admins."
modify_mail_of_group_success = "The Support Group's email settings have been modified."
email_not_valid = "The group email address is invalid."
no_password_given = "Be aware that there was no password filled in, so the password is currently empty."
[sgroup_list]
2014-09-07 02:16:07 +00:00
group_success = "The group has been created."
group_name_taken = "The groupname was already used."
group_tag_taken = "The tag was already used."
group_size_error = "The name has to be between 4-20 chars and the tag between 2-4."
[createticket]
2013-08-27 17:08:10 +00:00
[show_ticket_info]
[show_ticket_log]
[show_reply]
[ticket_log]
1 = "created the ticket"
2 = "created the ticket for"
3 = "read the ticket"
4 = "added reply"
5 = "changed the status to"
6 = "changed the priority to"
7 = "assigned to the ticket"
8 = "forwarded the ticket to the support group: "
9 = "unassigned from the ticket"
2014-09-05 07:50:07 +00:00
10= "added attachment"
[error]
2014-09-07 02:16:07 +00:00
title404 = "Not<br/>Found"
title403 = "Forbidden"
error_message404 = "This is not the page you are looking for."
error_message403 = "You cannot access this page."
go_home = "Go Home"
[userlist]
userlist_info = "welcome to the userlist"
[login]
2014-09-07 02:16:07 +00:00
login_info = "Please login with your user name (or email) and password."
2014-09-07 23:27:46 +00:00
login_error_message = "Login or password were invalid"
login_register_message ="Create a new account"
login_here = ""
login_forgot_password_message = "I forgot my password"
[logout]
2014-09-07 02:16:07 +00:00
logout_message = "You've been logged out successfully."
login_title = "Login"
login_timer = "You will be redirected to the login page in "
2014-09-07 02:16:07 +00:00
login_text = "Or click here if you don't want to wait."
2013-09-20 21:36:19 +00:00
[reset_success]
2014-09-07 02:16:07 +00:00
reset_success_message = "You've changed the password succesfully."
2013-09-20 21:36:19 +00:00
reset_success_title = "Login"
reset_success_timer = "You will be redirected to the login page in "
2014-09-07 02:16:07 +00:00
login_text = "Or click here if you don't want to wait."
2013-09-20 21:36:19 +00:00
[register_feedback]
status_ok = "You registered like a baws!"
status_shardoffline = "It seems the shard is offline, you can use the web-account, but you will need to wait for the shard."
status_liboffline = "You can't register an account at this time"
login_title = "Login"
login_timer = "You will be redirected to the login page in "
2014-09-07 02:16:07 +00:00
login_text = "Click here if you do not want to wait."
[register]
title = "RYZOM CORE INGAME REGISTRATION"
welcome_message = "Welcome! Please fill in the following fields to get your new Ryzom Core account"
username_tag = "Desired Username"
username_tooltip = "5-12 lower-case characters and numbers. The login (username) you create here will be your login name. The name of your game characters will be chosen later on."
username_default = "Username"
password_tag = "Desired Password"
password_tooltip = "Pick a hard to guess password (it must be 5-20 characters)."
password_message = "Password must be 5-20 characters."
password_default = "Password"
cpassword_tag = "Confirm Password"
cpassword_tooltip = "Retype your Password"
cpassword_message = "Retype your Password"
cpassword_default = "Re-enter Password"
email_tag = "Email Address"
email_tooltip = "Email Address to which a confirmation email will be sent."
email_message = "Please verify that the e-mail address you enter here is valid and will remain valid in the future. It will only be used to manage your Ryzom Core account."
email_default = "Email"
tac_tag1= "YES, I agree to the "
tac_tag2="terms of service"
tac_message = "You must accept the Terms of Service."
2013-08-26 03:37:55 +00:00
[email]
;NEWREPLY==========================================================================
2013-08-26 03:37:55 +00:00
email_subject_new_reply = "New reply on [Ticket #"
email_body_new_reply_1 = "---------- Ticket #"
email_body_new_reply_2 = " ----------
You received a new reply on your ticket: "
email_body_new_reply_3 = "
--------------------
Reply Content:
"
email_body_new_reply_4 = "
--------------------
2014-09-07 02:21:08 +00:00
You can reply on this message to answer directly on the ticket."
2013-08-26 03:37:55 +00:00
;NEWTICKET
;==========================================================================
2013-08-26 03:37:55 +00:00
email_subject_new_ticket = "New ticket created [Ticket #"
email_body_new_ticket_1 = "---------- Ticket #"
email_body_new_ticket_2 = " ----------
Your ticket: "
email_body_new_ticket_3 = " ,is newly created
2013-08-26 03:37:55 +00:00
----------
"
email_body_new_ticket_4 = "
----------
2014-09-07 02:21:08 +00:00
You can reply on this message to answer directly on the ticket."
2013-08-26 03:37:55 +00:00
;WARNAUTHOR
;==========================================================================
2013-08-26 03:37:55 +00:00
email_subject_warn_author = "Someone tried to reply to your ticket: [Ticket #"
email_body_warn_author_1 = "Someone tried to reply at your ticket: "
email_body_warn_author_2 = " by sending an email from "
email_body_warn_author_3 = " ! Please use the email address matching to your account if you want to auto reply
If "
2014-09-07 02:21:08 +00:00
email_body_warn_author_4 = " isn't one of your email addresses, please contact us by replying to this ticket."
2013-08-26 03:37:55 +00:00
;WARNSENDER
;==========================================================================
2014-09-07 02:21:08 +00:00
email_subject_warn_sender = "You tried to reply to someone elses ticket."
2013-08-26 03:37:55 +00:00
email_body_warn_sender = "It seems you tried to reply to someone elses ticket, please use the matching email address to that account!
This action is notified to the real ticket owner!"
;WARNUNKNOWNENDER
;==========================================================================
2014-09-07 02:21:08 +00:00
email_subject_warn_unknown_sender = "You tried to reply to someone's ticket."
email_body_warn_unknown_sender = "It seems you tried to reply to someone's ticket, However this email address isn't linked to any account, please use the matching email address to that account.
2013-08-26 03:37:55 +00:00
This action is notified to the real ticket owner!"
2013-09-20 21:36:19 +00:00
;===========================================================================
;FORGOTPASSWORD
;===========================================================================
email_subject_forgot_password = "Request to reset your password"
email_body_forgot_password_header = "A request to reset your account's password has been made, you can do this by going to the following link:
"
email_body_forgot_password_footer = "
----------
If you didn't make this request, please ignore this message."
2014-06-11 10:27:07 +00:00
;===========================================================================