diff options
author | Kitty Barnett <develop@catznip.com> | 2012-03-29 21:07:09 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-03-29 21:07:09 +0200 |
commit | e60dac5ce486f55fe69949a6a3a2949d4f868193 (patch) | |
tree | 2a874d32ebc429292dec96ad9f8d044cb3a25411 | |
parent | 2587f6d9d8167bb29491ff681dcd133eb28aba67 (diff) |
STORM-276 Added dictionaries.xml and the Second Life glossary dictionary (enabled by default)
-rw-r--r-- | indra/newview/app_settings/dictionaries/dictionaries.xml | 45 | ||||
-rw-r--r-- | indra/newview/app_settings/dictionaries/sl.dic | 226 | ||||
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
3 files changed, 272 insertions, 1 deletions
diff --git a/indra/newview/app_settings/dictionaries/dictionaries.xml b/indra/newview/app_settings/dictionaries/dictionaries.xml new file mode 100644 index 0000000000..0ba959766b --- /dev/null +++ b/indra/newview/app_settings/dictionaries/dictionaries.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<llsd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="llsd.xsd"> + <array> + <map> + <key>name</key> + <string>en_gb</string> + <key>is_primary</key> + <boolean>1</boolean> + <key>language</key> + <string>English (United Kingdom)</string> + </map> + <map> + <key>name</key> + <string>en_us</string> + <key>is_primary</key> + <boolean>1</boolean> + <key>language</key> + <string>English (United States)</string> + </map> + <map> + <key>name</key> + <string>es_es</string> + <key>is_primary</key> + <boolean>1</boolean> + <key>language</key> + <string>Español (España)</string> + </map> + <map> + <key>name</key> + <string>pt_br</string> + <key>is_primary</key> + <boolean>1</boolean> + <key>language</key> + <string>Português (Brasil)</string> + </map> + <map> + <key>name</key> + <string>sl</string> + <key>is_primary</key> + <boolean>0</boolean> + <key>language</key> + <string>Second Life Glossary</string> + </map> + </array> +</llsd> diff --git a/indra/newview/app_settings/dictionaries/sl.dic b/indra/newview/app_settings/dictionaries/sl.dic new file mode 100644 index 0000000000..06decad74b --- /dev/null +++ b/indra/newview/app_settings/dictionaries/sl.dic @@ -0,0 +1,226 @@ +225
+account
+aditi
+adult
+agent
+agni
+alpha
+alt
+animation
+AR
+asset
+attachment
+autoreturn
+avatar
+avie
+baked
+ban
+banlines
+banlist
+BDSM
+beacon
+bling
+block
+blog
+blogger
+bodyparts
+bot
+box
+build
+busy
+cache
+cage
+camp
+campie
+Catznip
+chim
+classified
+client
+coalesced
+collar
+collision
+combat
+community
+concierge
+conference
+continent
+contribution
+coordinate
+copy
+covenant
+CS
+damage
+damage-enabled
+death
+deed
+detach
+displayname
+Dolphin
+drama
+drop
+estate
+event
+face
+facelight
+favorites
+FIC
+Firestorm
+flexible
+flexiprim
+floater
+fly
+flycam
+FMOD
+follower
+forums
+freebie
+freeze
+friendship
+fullperm
+furry
+gadget
+general
+gesture
+goo
+grid
+gridnaut
+griefer
+griefing
+ground
+group
+GSLR
+GUI
+Havok
+hippo
+hippotropolis
+home
+homestead
+host
+HUD
+IM
+impostors
+Imprudence
+indra
+infohub
+inspector
+inventory
+invisiprim
+inworld
+island
+item
+JIRA
+JPEG2000
+Kakadu
+KDU
+kick
+L$
+lag
+land
+landmark
+LDPW
+liaison
+library
+limits
+linden
+LindeX
+link
+linkset
+live
+lock
+log
+machinima
+mainland
+mainlanders
+map
+marketplace
+mature
+media
+mega
+megaprim
+mentor
+mesh
+minimap
+mini-map
+moderate
+modify
+mono
+morph
+MOTD
+mouselook
+mouseview
+move
+mute
+neko
+newbie
+non-physical
+notecard
+NPIOF
+object
+occlusion
+off-world
+officer
+offline
+ogg
+online
+ONSR
+openspace
+orbiter
+orientation
+parcel
+particles
+partner
+permission
+PG
+phantom
+Phoenix
+physics
+pick
+poofer
+position
+premium
+prim
+primitar
+primitive
+profile
+quaternion
+Radegast
+region
+relog
+resi
+resident
+return
+rez
+rezday
+RLV
+RLVa
+roleplay
+run
+ruth
+script
+sculpted
+sculptie
+sculpty
+shout
+sim
+simulator
+Singularity
+skin
+SLEX
+SLurl
+snapshot
+stipend
+telehub
+teleport
+terraform
+texture
+tier
+TOS
+transfer
+unlink
+username
+UUID
+vendor
+viewer
+walk
+whisper
+windlight
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index e15822ed1f..7dc06cda0e 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -12168,7 +12168,7 @@ <key>Type</key> <string>String</string> <key>Value</key> - <string>English (United States)</string> + <string>English (United States),Second Life Glossary</string> </map> <key>UseNewWalkRun</key> <map> |