Update spanish translations to reflect a lot of changes and adds in last Alphas builds.

This commit is contained in:
Damian Zhaoying
2014-08-11 18:22:34 -03:00
parent 0ab395794e
commit 8e2da87b97
39 changed files with 414 additions and 136 deletions

View File

@@ -23,6 +23,7 @@ Asegurate que has ingresado el URI de inicio de sesión correcto. Un ejemplo de
<string name="SECOND_LIFE">Second Life</string>
<string name="APP_NAME">Singularity Viewer</string>
<string name="CAPITALIZED_APP_NAME">SINGULARITY VIEWER</string>
<string name="SHORT_APP_NAME">Singularity</string>
<string name="SECOND_LIFE_GRID">Grid Second Life</string>
<string name="SUPPORT_SITE">Portal de Soporte de Second Life</string>
@@ -310,6 +311,9 @@ Asegurate que has ingresado el URI de inicio de sesión correcto. Un ejemplo de
<!-- build floater -->
<string name="multiple_textures">Múltiple</string>
<string name="use_texture">Usar textura</string>
<string name="manip_hint1">Mover cursor sobre la regla</string>
<string name="manip_hint2">para ajustar a la grilla</string>
<!-- world map -->
<string name="texture_loading">Cargando...</string>
@@ -2715,7 +2719,26 @@ string input = string to test for match
string pattern = string to use as pattern
returns boolean TRUE/FALSE.
</string>
<string name="LSLTipText_osForceCreateLink">
osForceCreateLink(key target, integer parent)
Link the script's object with target, without requiring link permissions.
</string>
<string name="LSLTipText_osForceBreakLink">
osForceBreakLink(integer link)
De-links the prim with the given link number in a linked set, without requiring link permissions.
</string>
<string name="LSLTipText_osForceBreakAllLinks">
osForceBreakAllLinks()
De-links all prims in a link set, without requiring link permissions.
</string>
<string name="LSLTipText_osGetRegionSize">
vector osGetRegionSize()
Returns the size of the region in metres.
</string>
<string name="LSLTipText_osGetPhysicsEngineType">
string osGetPhysicsEngineType()
Returns a string containing the name of the Physics Engine.
</string>
<string name="LSLTipText_cmSetWindlightScene">
cmSetWindlightScene(list rules)
Set the current WindLight scene. Estate managers and owners only.
@@ -3068,8 +3091,8 @@ Where tag = tag string to match. Removes bot's matching the tag.
<!-- Non-standard LLChat strings -->
<string name="ScriptCounting">Contando scripts, espera por favor...</string>
<string name="ScriptCountAvatar">Contados [SCRIPTS] scripts en [OBJECTS] Accesorios en [NAME].</string>
<string name="ScriptCountObject">Contados [SCRIPTS] scripts en [OBJECTS] objetos.</string>
<string name="ScriptCountAvatar">Contados [SCRIPTS] scripts en [OBJECTS] Accesorios en [NAME]. ([RUNNING] ejecutándose, [MONO] mono.)</string>
<string name="ScriptCountObject">Contados [SCRIPTS] scripts en [OBJECTS] objetos. ([RUNNING] ejecutándose, [MONO] mono.)</string>
<string name="ScriptDeleteObject">Borrados [SCRIPTS] scripts en [OBJECTS] objetos.</string>
<string name="took_a_snapshot">ha tomado una fotografía</string>
@@ -4324,6 +4347,12 @@ Intenta entrecomillando el camino al editor.
<!-- teleport_strings.xml's strings we need -->
<string name="completed_from">Teleporte completado desde</string>
<!-- Media filter -->
<string name="audio">audio</string>
<string name="media">media</string>
<string name="MediaFilterBlacklist">Lista Negra</string>
<string name="MediaFilterWhitelist">Lista Blanca</string>
<!-- AIAlert messages -->
<!-- AIFile exception alerts -->