diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-09-11 12:44:09 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-09-11 12:44:09 -0400 |
commit | f2e2ea99a351ca8663af460974137545d020b97f (patch) | |
tree | 9ec20b7996c08884f6b042eb841a9572b3fb385f /indra/newview/skins/steam/xui/pt | |
parent | f8207208f07b7e239ee9bdaf4b45838d3b595c40 (diff) |
Resync steam/xui/*/strings.xml with default/xui/*/strings.xml.
The steam/xui/*/strings.xml files are intended only to override a single
string (create_account_url). But until the strings.xml C++ code supports
fallback to the default skin, we must manually keep them synchronized except
for that one string.
Diffstat (limited to 'indra/newview/skins/steam/xui/pt')
-rw-r--r-- | indra/newview/skins/steam/xui/pt/strings.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/indra/newview/skins/steam/xui/pt/strings.xml b/indra/newview/skins/steam/xui/pt/strings.xml index 07fd95c907..f2f66e8a6f 100644 --- a/indra/newview/skins/steam/xui/pt/strings.xml +++ b/indra/newview/skins/steam/xui/pt/strings.xml @@ -835,6 +835,9 @@ Pessoas com contas gratuitas não poderão acessar o Second Life no momento para <string name="ScriptQuestionCautionChatDenied"> '[OBJECTNAME]', um objeto de '[OWNERNAME]', localizado em [REGIONNAME] a [REGIONPOS], teve permissão negada para: [PERMISSIONS]. </string> + <string name="AdditionalPermissionsRequestHeader"> + Se você permitir acesso à sua conta, o objeto também poderá: + </string> <string name="ScriptTakeMoney"> Tomar linden dólares (L$) de você </string> @@ -868,6 +871,9 @@ Pessoas com contas gratuitas não poderão acessar o Second Life no momento para <string name="ControlYourCamera"> Controle sua camera </string> + <string name="TeleportYourAgent"> + Teletransportá-lo + </string> <string name="SIM_ACCESS_PG"> Público geral </string> @@ -946,6 +952,9 @@ Pessoas com contas gratuitas não poderão acessar o Second Life no momento para <string name="script_files"> Scripts </string> + <string name="dictionary_files"> + Dicionários + </string> <string name="AvatarSetNotAway"> deixar como ausente </string> @@ -3734,6 +3743,12 @@ If you continue to receive this message, contact the [SUPPORT_SITE]. <string name="LocationCtrlSeeAVsTooltip"> Avatar visíveis e bate-papo permitido fora deste terreno </string> + <string name="LocationCtrlPathfindingDirtyTooltip"> + Os objetos que se movem podem não se comportar corretamente nesta região até que ela seja recarregada. + </string> + <string name="LocationCtrlPathfindingDisabledTooltip"> + O pathfinding dinâmico não está habilitado nesta região. + </string> <string name="UpdaterWindowTitle"> [APP_NAME] Atualização </string> @@ -4867,6 +4882,21 @@ Tente colocar o caminho do editor entre aspas. <string name="Normal"> Normal </string> + <string name="Pathfinding_Wiki_URL"> + http://wiki.secondlife.com/wiki/Pathfinding_Tools_in_the_Second_Life_Viewer + </string> + <string name="Pathfinding_Object_Attr_None"> + Nenhum + </string> + <string name="Pathfinding_Object_Attr_Permanent"> + Afeta o navmesh + </string> + <string name="Pathfinding_Object_Attr_Character"> + Personagem + </string> + <string name="Pathfinding_Object_Attr_MultiSelect"> + (Múltiplo) + </string> <string name="snapshot_quality_very_low"> Muito baixo </string> @@ -4882,4 +4912,10 @@ Tente colocar o caminho do editor entre aspas. <string name="snapshot_quality_very_high"> Muito alto </string> + <string name="TeleportMaturityExceeded"> + O residente não pode visitar a região. + </string> + <string name="UserDictionary"> + [Usuário] + </string> </strings> |