diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-02-18 15:03:03 +0000 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-02-18 15:03:03 +0000 |
commit | b71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (patch) | |
tree | 1f3c320f7f66eb7590f8855f71a907077a0e257f /indra/newview/skins/default/xui/en/teleport_strings.xml | |
parent | fa03910a34e5c32149793605bc481de00ada5e1c (diff) |
EXT-5461: Reverting change 49e628c3a0c5.
Renaming skins/base back to skins/default to unblock I10n.
Revert was requested by Q.
Diffstat (limited to 'indra/newview/skins/default/xui/en/teleport_strings.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/teleport_strings.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/teleport_strings.xml b/indra/newview/skins/default/xui/en/teleport_strings.xml new file mode 100644 index 0000000000..e8f6b1319a --- /dev/null +++ b/indra/newview/skins/default/xui/en/teleport_strings.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<teleport_messages> + <message_set name="errors"> + <message name="invalid_tport"> + Problem encountered processing your teleport request. You may need to log back in before you can teleport. +If you continue to get this message, please check the [SUPPORT_SITE]. + </message> + <message name="invalid_region_handoff"> + Problem encountered processing your region crossing. You may need to log back in before you can cross regions. +If you continue to get this message, please check the [SUPPORT_SITE]. + </message> + <message name="blocked_tport"> + Sorry, teleport is currently blocked. Try again in a moment. +If you still cannot teleport, please log out and log back in to resolve the problem. + </message> + <message name="nolandmark_tport"> + Sorry, but system was unable to locate landmark destination. + </message> + <message name="timeout_tport"> + Sorry, but system was unable to complete the teleport connection. +Try again in a moment. + </message> + <message name="noaccess_tport"> + Sorry, you do not have access to that teleport destination. + </message> + <message name="missing_attach_tport"> + Your attachments have not arrived yet. Try waiting for a few more seconds or log out and back in again before attempting to teleport. + </message> + <message name="too_many_uploads_tport"> + The asset queue in this region is currently clogged so your teleport request will not be able to succeed in a timely manner. Please try again in a few minutes or go to a less busy area. + </message> + <message name="expired_tport"> + Sorry, but the system was unable to complete your teleport request in a timely fashion. Please try again in a few minutes. + </message> + <message name="expired_region_handoff"> + Sorry, but the system was unable to complete your region crossing in a timely fashion. Please try again in a few minutes. + </message> + <message name="no_host"> + Unable to find teleport destination. The destination may be temporarily unavailable or no longer exists. Please try again in a few minutes. + </message> + <message name="no_inventory_host"> + The inventory system is currently unavailable. + </message> + </message_set> + <message_set name="progress"> + <message name="sending_dest"> + Sending to destination. + </message> + <message name="redirecting"> + Redirecting to different location. + </message> + <message name="relaying"> + Relaying to destination. + </message> + <message name="sending_home"> + Sending home location request. + </message> + <message name="sending_landmark"> + Sending landmark location request. + </message> + <message name="completing"> + Completing teleport. + </message> + <message name="resolving"> + Resolving destination. + </message> + <message name="contacting"> + Contacting new region. + </message> + <message name="arriving"> + Arriving... + </message> + <message name="requesting"> + Requesting Teleport... + </message> + </message_set> +</teleport_messages> |