mirror of
https://github.com/FirestormViewer/phoenix-firestorm.git
synced 2026-08-14 08:53:53 +00:00
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
# Conflicts: # indra/newview/skins/default/xui/pl/panel_login_first.xml
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -19708,7 +19708,7 @@ Change of this parameter will affect the layout of buttons in notification toast
|
||||
<key>Type</key>
|
||||
<string>Boolean</string>
|
||||
<key>Value</key>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
</map>
|
||||
<key>FSDisableLabeledChatLinksNearbyChat</key>
|
||||
<map>
|
||||
@@ -19719,7 +19719,7 @@ Change of this parameter will affect the layout of buttons in notification toast
|
||||
<key>Type</key>
|
||||
<string>Boolean</string>
|
||||
<key>Value</key>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
</map>
|
||||
<key>FSRevokePerms</key>
|
||||
<map>
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "llviewerprecompiledheaders.h"
|
||||
|
||||
#include "llfloaterhoverheight.h"
|
||||
#include "llkeyboard.h"
|
||||
#include "llsliderctrl.h"
|
||||
#include "llviewercontrol.h"
|
||||
#include "llsdserialize.h"
|
||||
@@ -40,7 +41,6 @@
|
||||
#endif
|
||||
|
||||
LLFloaterHoverHeight::LLFloaterHoverHeight(const LLSD& key) : LLFloater(key)
|
||||
, mModifiers(MASK_NONE) // <FS:Zi> FIRE-33859 - Add +/- and reset buttons to hover height slider
|
||||
{
|
||||
}
|
||||
|
||||
@@ -152,18 +152,6 @@ void LLFloaterHoverHeight::onFinalCommit()
|
||||
}
|
||||
|
||||
// <FS:Zi> FIRE-33859 - Add +/- and reset buttons to hover height slider
|
||||
bool LLFloaterHoverHeight::handleKey(KEY key, MASK mask, bool called_from_parent)
|
||||
{
|
||||
mModifiers = mask;
|
||||
return LLUICtrl::handleKey(key, mask, called_from_parent);
|
||||
}
|
||||
|
||||
bool LLFloaterHoverHeight::handleKeyUp(KEY key, MASK mask, bool called_from_parent)
|
||||
{
|
||||
mModifiers = mask;
|
||||
return LLUICtrl::handleKeyUp(key, mask, called_from_parent);
|
||||
}
|
||||
|
||||
void LLFloaterHoverHeight::onResetButtonClicked()
|
||||
{
|
||||
onButtonClicked(0.0f);
|
||||
@@ -189,19 +177,15 @@ void LLFloaterHoverHeight::onButtonClicked(F32 value)
|
||||
}
|
||||
else
|
||||
{
|
||||
switch (mModifiers)
|
||||
MASK mask = gKeyboard ? gKeyboard->currentMask(true) : MASK_NONE;
|
||||
|
||||
if (mask & MASK_ALT)
|
||||
{
|
||||
case MASK_ALT:
|
||||
{
|
||||
value *= 10.0f;
|
||||
break;
|
||||
}
|
||||
case MASK_CONTROL:
|
||||
case MASK_SHIFT:
|
||||
{
|
||||
value *= 0.1f;
|
||||
break;
|
||||
}
|
||||
value *= 10.0f;
|
||||
}
|
||||
else if (mask & (MASK_CONTROL | MASK_SHIFT))
|
||||
{
|
||||
value *= 0.1f;
|
||||
}
|
||||
sldrCtrl->setValue(sldrCtrl->getValueF32() + value);
|
||||
}
|
||||
@@ -257,5 +241,3 @@ void LLFloaterHoverHeight::updateEditEnabled()
|
||||
syncFromPreferenceSetting(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -44,17 +44,12 @@ public:
|
||||
void onRegionChanged();
|
||||
void onSimulatorFeaturesReceived(const LLUUID ®ion_id);
|
||||
void updateEditEnabled();
|
||||
|
||||
// <FS:Zi> FIRE-33859 - Add +/- and reset buttons to hover height slider
|
||||
bool handleKey(KEY key, MASK mask, bool called_from_parent);
|
||||
bool handleKeyUp(KEY key, MASK mask, bool called_from_parent);
|
||||
|
||||
void onResetButtonClicked();
|
||||
void onPlusButtonClicked();
|
||||
void onMinusButtonClicked();
|
||||
void onButtonClicked(F32 value);
|
||||
|
||||
MASK mModifiers;
|
||||
// </FS:Zi>
|
||||
|
||||
/*virtual*/ void onClose(bool app_quitting);
|
||||
|
||||
@@ -396,6 +396,7 @@ void OmnifilterEngine::loadNeedles()
|
||||
mOrderedNeedles.clear();
|
||||
// Pre-allocate space for the list of needle names, so we can use an index into it for assignments down below
|
||||
mOrderedNeedles.resize(needles_llsd.size());
|
||||
S32 index = 0;
|
||||
// </FS:minerjr> [FIRE-36649]
|
||||
for (const auto& [new_needle_name, needle_data] : llsd::inMap(needles_llsd))
|
||||
{
|
||||
@@ -432,7 +433,15 @@ void OmnifilterEngine::loadNeedles()
|
||||
// Needles are stored in order added to the map originally so use the
|
||||
// order value stored to restore the order back to the user
|
||||
// defined order.
|
||||
mOrderedNeedles[needle_data["order"].asInteger()] = new_needle_name;
|
||||
if (needle_data.has("order"))
|
||||
{
|
||||
mOrderedNeedles[needle_data["order"].asInteger()] = new_needle_name;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
mOrderedNeedles[index++] = new_needle_name;
|
||||
}
|
||||
// <FS:minerjr> [/FIRE-36649]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,11 +37,11 @@
|
||||
<panel_camera_item name="rear_view" tool_tip="Rückansicht">
|
||||
<panel_camera_item.text name="rear_view_text">
|
||||
</panel_camera_item.text>
|
||||
</panel_camera_item>
|
||||
<panel_camera_item name="tpp_view" tool_tip="TPP-Ansicht">
|
||||
<panel_camera_item.text name="tpp_view_text">
|
||||
</panel_camera_item.text>
|
||||
</panel_camera_item>
|
||||
</panel_camera_item>
|
||||
<panel_camera_item name="object_view" tool_tip="Objekt-Ansicht">
|
||||
<panel_camera_item.text name="object_view_text">
|
||||
</panel_camera_item.text>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<panel name="avatar_eye_color_panel">
|
||||
<texture_picker label="Tęczówka" name="Iris" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
</panel>
|
||||
<panel name="eyes_main_tab_holder">
|
||||
<panel name="eyes_main_tab_holder" title="Oczy">
|
||||
<accordion name="eyes_main_accordion">
|
||||
<accordion_tab name="eyes_main_tab" title="Oczy"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij by wybrać grafikę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij by wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="gloves_main_tab_holder">
|
||||
<panel name="gloves_main_tab_holder" title="Rękawiczki">
|
||||
<accordion name="gloves_main_accordion">
|
||||
<accordion_tab name="gloves_main_tab" title="Rękawiczki"/>
|
||||
</accordion>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<texture_picker label="Dolna teks." name="Lower Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="jacket_main_tab_holder">
|
||||
<panel name="jacket_main_tab_holder" title="Kurtka">
|
||||
<accordion name="jacket_main_accordion">
|
||||
<accordion_tab name="jacket_main_tab" title="Kurtka"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="pants_main_tab_holder">
|
||||
<panel name="pants_main_tab_holder" title="Spodnie">
|
||||
<accordion name="pants_main_accordion">
|
||||
<accordion_tab name="pants_main_tab" title="Spodnie"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij by wybrać grafikę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij by wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="shirt_main_tab_holder">
|
||||
<panel name="shirt_main_tab_holder" title="Koszula">
|
||||
<accordion name="shirt_main_accordion">
|
||||
<accordion_tab name="shirt_main_tab" title="Koszula"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij, aby wybrać obrazek"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij, aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="shoes_main_tab_holder">
|
||||
<panel name="shoes_main_tab_holder" title="Buty">
|
||||
<accordion name="shoes_main_accordion">
|
||||
<accordion_tab name="shoes_main_tab" title="Buty"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="skirt_main_tab_holder">
|
||||
<panel name="skirt_main_tab_holder" title="Spódnica">
|
||||
<accordion name="skirt_main_accordion">
|
||||
<accordion_tab name="skirt_main_tab" title="Spódnica"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="socks_main_tab_holder">
|
||||
<panel name="socks_main_tab_holder" title="Skarpetki">
|
||||
<accordion name="socks_main_accordion">
|
||||
<accordion_tab name="socks_main_tab" title="Skarpetki"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="underpants_main_tab_holder">
|
||||
<panel name="underpants_main_tab_holder" title="Bielizna">
|
||||
<accordion name="underpants_main_accordion">
|
||||
<accordion_tab name="underpants_main_tab" title="Bielizna"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="undershirt_main_tab_holder">
|
||||
<panel name="undershirt_main_tab_holder" title="Podkoszulek">
|
||||
<accordion name="undershirt_main_accordion">
|
||||
<accordion_tab name="undershirt_main_tab" title="Podkoszulek"/>
|
||||
</accordion>
|
||||
|
||||
@@ -37,11 +37,11 @@
|
||||
<panel_camera_item name="rear_view" tool_tip="Rückansicht">
|
||||
<panel_camera_item.text name="rear_view_text">
|
||||
</panel_camera_item.text>
|
||||
</panel_camera_item>
|
||||
<panel_camera_item name="tpp_view" tool_tip="TPP-Ansicht">
|
||||
<panel_camera_item.text name="tpp_view_text">
|
||||
</panel_camera_item.text>
|
||||
</panel_camera_item>
|
||||
</panel_camera_item>
|
||||
<panel_camera_item name="object_view" tool_tip="Objekt-Ansicht">
|
||||
<panel_camera_item.text name="object_view_text">
|
||||
</panel_camera_item.text>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<text name="mouse_warp_lbl">
|
||||
Maus-Warp:
|
||||
</text>
|
||||
<combo_box name="mouse_warp_combo" tooltip="Kontrolliert das Springen der Maus zur Bildschirmmitte während Alt-Zoom und Mouselook.">
|
||||
<combo_box name="mouse_warp_combo" tool_tip="Kontrolliert das Springen der Maus zur Bildschirmmitte während Alt-Zoom und Mouselook.">
|
||||
<combo_box.item label="Automatisch" name="0"/>
|
||||
<combo_box.item label="An" name="1"/>
|
||||
<combo_box.item label="Aus" name="2"/>
|
||||
|
||||
@@ -5,4 +5,19 @@
|
||||
<floater.string name="ao_dnd_only_on_full_interface">Vous pouvez seulement glisser une animation vers l'interface complète. Cliquez sur l'icône de l'outil pour l'ouvrir.</floater.string>
|
||||
<floater.string name="ao_add_blank_label">Nouvel ensemble vide...</floater.string>
|
||||
<floater.string name="ao_add_clone_label">Cloner l'ensemble actuel...</floater.string>
|
||||
<floater.string name="ao_track_main">Principale</floater.string>
|
||||
<floater.string name="ao_no_track_animations">Piste vide - déposez une animation ici</floater.string>
|
||||
<floater.string name="ao_group_tooltip">Groupe d'animations - elles sont jouées ensembles :</floater.string>
|
||||
<floater.string name="ao_member_tooltip">Saisie groupée d'animations - jouée avec le reste de son groupe. Double-cliquez pour la prévisualiser seule.</floater.string>
|
||||
<floater.string name="ao_cm_expand">Développer</floater.string>
|
||||
<floater.string name="ao_cm_collapse">Réduire</floater.string>
|
||||
<floater.string name="ao_cm_rename_group">Renommer le groupe...</floater.string>
|
||||
<floater.string name="ao_cm_move_out">Enlever du groupe</floater.string>
|
||||
<floater.string name="ao_cm_delete">Supprimer</floater.string>
|
||||
<floater.string name="ao_cm_find_original">Trouver l'original</floater.string>
|
||||
<floater.string name="ao_dnd_merge">Déposer pour grouper avec cette animation</floater.string>
|
||||
<floater.string name="ao_dnd_add_to_group">Déposer pour ajouter à ce groupe</floater.string>
|
||||
<floater.string name="ao_dnd_add_to_track">Déposer pour ajouter à cette piste</floater.string>
|
||||
<floater.string name="ao_dnd_folder_group">Déposer le dossier pour créer un groupe d'animation</floater.string>
|
||||
<floater.string name="ao_dnd_folder_pour">Déposer le dossier pour ajouter ses animations à cette piste</floater.string>
|
||||
</floater>
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
</fs_scroll_list>
|
||||
<button name="add_needle" label="Ajouter"/>
|
||||
<button name="remove_needle" label="Supprimer"/>
|
||||
<button name="up_needle" label="Haut"/>
|
||||
<button name="down_needle" label="Bas"/>
|
||||
<button name="up_needle" label="Haut" tool_tip="La règle sélectionnée est déplacée d'une position vers le haut."/>
|
||||
<button name="down_needle" label="Bas" tool_tip="La règle sélectionnée est déplacée d'une position vers le bas."/>
|
||||
</layout_panel>
|
||||
<layout_panel name="filter_log_layout">
|
||||
<fs_scroll_list name="filter_log">
|
||||
|
||||
@@ -4283,6 +4283,23 @@ Le nom ne peut contenir que des caractères ASCII, sauf ":" et "|".
|
||||
Le nom ne peut contenir que des caractères ASCII, sauf ":" et "|".
|
||||
<usetemplate name="okbutton" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="RenameAOGroup">
|
||||
Indiquez un nouveau nom pour ce groupe d'animations :
|
||||
(Le nom peut contenir n'importe quel caractère ASCII, à l'exception de ":" ou "|")
|
||||
<form name="form">
|
||||
<button name="OK" text="OK"/>
|
||||
<button name="Cancel" text="Annuler"/>
|
||||
</form>
|
||||
</notification>
|
||||
<notification name="RenameAOEntryMustBeASCII">
|
||||
Impossible de renommer en "[AO_SET_NAME]".
|
||||
Le nom ne peut contenir que des caractères ASCII, à l'exception de ":" et "|".
|
||||
<usetemplate name="okbutton" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="AOFolderDropNoAnimations">
|
||||
Le dossier "[NAME]" ne contient aucune animation à ajouter.
|
||||
<usetemplate name="okbutton" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="NewAONameCantExist">
|
||||
Un ensemble d'animations portant ce nom existe déjà.
|
||||
</notification>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<combo_box name="ao_set_selection_combo" tool_tip="Sélectionner un ensemble d'animations à éditer."/>
|
||||
<button name="ao_activate" tool_tip="Activer cet ensemble d'animations maintenant."/>
|
||||
<check_box name="ao_default" label="Par défaut" tool_tip="Faire de cet ensemble d'animation celui qui se lancera par défaut à la connexion. Si aucun ensemble d'animations n'est défini par défaut, utilisez celui de la dernière session."/>
|
||||
<menu_button name="ao_add" tool_tip="Créer un nouveau ensemble d'animations."/>
|
||||
<menu_button name="ao_add" tool_tip="Créer un nouvel ensemble d'animations."/>
|
||||
<button name="ao_remove" tool_tip="Effacer cet ensemble d'animations."/>
|
||||
<check_box name="ao_sit_override" label="Outrepasser assis." tool_tip="Activer cette option pour que les animations de l'ao soient prioritaires sur celles de l'objet."/>
|
||||
<check_box name="ao_smart" label="Intell." left_pad="20" tool_tip="Le mode intelligent détermine si outrepasser les poses assises entrera en conflit avec les animations des objets, et arrêtera de passer outre temporairement."/>
|
||||
@@ -13,8 +13,11 @@
|
||||
<panel name="ao_animation_move_trash_panel">
|
||||
<button name="ao_move_up" tool_tip="Déplacer l'animation sélectionnée plus haut dans la liste."/>
|
||||
<button name="ao_move_down" tool_tip="Déplacer l'animation sélectionnée plus bas dans la liste."/>
|
||||
<button name="ao_rename" tool_tip="Renommer le groupe d'animations sélectionné."/>
|
||||
<button name="ao_trash" tool_tip="Supprimer l'animation sélectionnée de la liste."/>
|
||||
</panel>
|
||||
<combo_box name="ao_track_selection_combo" tool_tip="Sélectionner la piste d'animation de cet état que vous souhaitez afficher. La liste principale se déroule comme d'habitude, tandis que les pistes supplémentaires sont lues et défilent indépendamment à côté, par exemple un mouvement de queue à côté de toutes les animations de marche."/>
|
||||
<button name="ao_track_add" tool_tip="Ajoutez une nouvelle piste d'animation indépendante à cet état."/>
|
||||
<check_box name="ao_cycle" label="Boucler" tool_tip="Joue une animation différente à chaque appel de l'état d'animation."/>
|
||||
<check_box name="ao_randomize" label="Ordre aléatoire" left_pad="10" tool_tip="Met en place un ordre aléatoire des animations en mode Boucle."/>
|
||||
<text name="ao_cycle_time_seconds_label" value="Durée du cycle (sec.) :"/>
|
||||
@@ -25,6 +28,14 @@
|
||||
<layout_panel name="next_previous_buttons_stack_right"><button name="ao_next" tool_tip="Passer à l'animation suivante."/></layout_panel>
|
||||
</layout_stack>
|
||||
<button name="ao_less" tool_tip="Afficher une petite interface pour outrepasser les animations."/>
|
||||
<panel name="ao_drop_zone_panel">
|
||||
<text name="ao_drop_zone_add_label">
|
||||
Déposer ici pour ajouter
|
||||
</text>
|
||||
<text name="ao_drop_zone_group_label">
|
||||
Déposer sur un groupe existant
|
||||
</text>
|
||||
</panel>
|
||||
</panel>
|
||||
<panel name="ao_reload_cover">
|
||||
<panel name="ao_reload_text_panel">
|
||||
|
||||
@@ -224,6 +224,7 @@
|
||||
<text name="FSCmdLineDrawDistance_txt">Changer Dist Affichage (ex: cmd meters)</text>
|
||||
<text name="FSCmdLineBandWidth_txt">Bande passante max. (ex: cmd kbps)</text>
|
||||
<text name="FSCmdLineCopyCam_txt">Copier la position de la caméra</text>
|
||||
<text name="FSCmdLinePasteCam_txt">Définir paramètres caméra (cmd pos|focus|roll)</text>
|
||||
<text name="FSCmdLineAO_txt">Activer/désactiver l'AO (ex: cmd on/off)</text>
|
||||
<text name="FSCmdLineClearChat_txt">Effacer les transcriptions (ex: cmd)</text>
|
||||
<line_editor tool_tip="Effacer les transcriptions de conversation pour limiter les effets de spams." name="FSCmdLineClearChat"/>
|
||||
@@ -235,6 +236,10 @@
|
||||
<slider name="FSCmdLinePlatformSize" label="Largeur" tool_tip="De quelle taille voulez-vous que la plateforme soit ?"/>
|
||||
<text name="FSCmdLineKeyToName_txt">Obtenir le nom d'un av. via son UUID (ex: cmd key)</text>
|
||||
<text name="FSCmdLineRollDice_txt">Lancer de dés (ex: cmd dice faces mt mv)</text>
|
||||
<text name="FSCmdLineTrackPos_txt">
|
||||
Suivre la position ou l'avatar (cmd pos ou nom)
|
||||
</text>
|
||||
<line_editor name="FSCmdLineTrackPos" tool_tip="Place une balise sur la carte du monde à une position (format cpcampos) ou à partir d'un nom d'avatar partiel"/>
|
||||
<line_editor tool_tip="Lancer de dés - cmd [nombre de dés] [nombre de faces] [type de modificateur (optionnel)] [valeur du modificateur (optionnel)]. Exemple: cmd 1 20, cmd 2 40 + 5. L'absence de paramètres correspond à cmd 1 6 (dé standard)." name="FSCmdLineRollDice"/>
|
||||
<text name="FSCmdLinePos_txt">Se téléporter dans la sim (ex: cmd x y z)</text>
|
||||
<text name="FSCmdLineGround_txt">Se téléporter au sol (ex: cmd)</text>
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
</panel>
|
||||
<panel label="Protection" name="ProtectionTab">
|
||||
<check_box label="Empêcher de s'asseoir sur les objets par clic simple" name="FSBlockClickSit"/>
|
||||
<check_box label="Aperçu de l'URL réelle des liens dans IM et chat de groupe (au survol)" name="FSDisableLabeledChatLinks" tool_tip="Une fois activé, les liens entre crochets dans les IM, le chat de groupe, les conférences ad-hoc et les notices de groupe conservent leur texte, mais le survol affiche instantanément l'URL de destination réelle dans une grande bulle. Aide à repérer le phishing où l'étiquette masque une autre destination. Le chat à proximité utilise l'option ci-dessous. Le texte intégré au viewer n'est pas affecté."/>
|
||||
<check_box label="Aperçu de l'URL réelle des liens dans IM et chat de groupe (au survol)" name="FSDisableLabeledChatLinks" tool_tip="Une fois activé, les liens entre crochets dans les IM, le chat de groupe, les conférences ad-hoc et les notices de groupe conservent leur texte, mais le survol affiche instantanément l'URL de destination réelle dans une grande bulle. Aide à repérer le phishing où l'étiquette masque une autre destination. Le chat à proximité utilise l'option ci-dessous. Le texte intégré au client n'est pas affecté."/>
|
||||
<check_box label="Aperçu de l'URL réelle des liens entre parenthèses dans le chat de proximité et le chat d'objet (au survol)" name="FSDisableLabeledChatLinksNearbyChat" tool_tip="Lorsque cette option est activée, les liens entre crochets (étiquetés) dans le chat local et le texte des objets conservent leur libellé, mais un survol de la souris affiche instantanément l'URL de destination réelle dans une grande info-bulle. Désactivée par défaut."/>
|
||||
<check_box label="Permettre aux scripts d'afficher la carte (llMapDestination)" name="ScriptsCanShowUI"/>
|
||||
<text name="revokepermissions_txt">Révoquer les permissions :</text>
|
||||
<radio_group name="FSRevokePerms">
|
||||
|
||||
@@ -6586,6 +6586,15 @@ correctement. Si vous continuez à recevoir ce message d'erreur, veuillez v
|
||||
<string name="FSCameraPositionCopied">
|
||||
Position de la caméra [POS] copiée dans le presse-papiers.
|
||||
</string>
|
||||
<string name="FSCameraPositionPasted">
|
||||
Caméra restaurée à [POS].
|
||||
</string>
|
||||
<string name="FSCameraPositionParseError">
|
||||
Position de la caméra incorrecte. Attendu : <x, y, z> ou <x, y, z>|<fx, fy, fz>|roll (agent-local).
|
||||
</string>
|
||||
<string name="FSCmdLineZOffsetUsage">
|
||||
Définir la hauteur de l'avatar au survol (utilisation : /zoffset value ou +delta).
|
||||
</string>
|
||||
<string name="FSCmdLineDrawDistanceSet">
|
||||
Distance d'affichage réglèe [DISTANCE]m.
|
||||
</string>
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
<text name="DwellText">
|
||||
Wczytywanie...
|
||||
</text>
|
||||
<button label="Kup działkę" label_selected="Kup działkę" name="Buy Land..."/>
|
||||
<button label="Kup działkę" name="Buy Land..."/>
|
||||
<button label="Sprzedaż przez Lindenów" name="Linden Sale..." tool_tip="Działka musi mieć Właściciela, zawartość oraz nie może być wystawiona na Aukcję."/>
|
||||
<button label="Skrypty" name="Scripts..."/>
|
||||
<button label="Kup dla Grupy" name="Buy For Group..."/>
|
||||
@@ -241,7 +241,7 @@
|
||||
Właściciele:
|
||||
</text>
|
||||
<button name="Refresh List" tool_tip="Odśwież listę obiektów"/>
|
||||
<button label="Zwróć obiekty" label_selected="Zwróć obiekty" name="Return objects..."/>
|
||||
<button label="Zwróć obiekty" name="Return objects..."/>
|
||||
<name_list name="owner list">
|
||||
<name_list.columns label="Typ" name="type"/>
|
||||
<name_list.columns label="Nazwa" name="name"/>
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
</fs_scroll_list>
|
||||
<button name="add_needle" label="Dodaj" />
|
||||
<button name="remove_needle" label="Usuń" />
|
||||
<button name="up_needle" label="W górę" tooltip="Przesuń regułę o 1 pozycję w górę." />
|
||||
<button name="down_needle" label="W dół" tooltip="Przesuń regułę o 1 pozycję w dół." />
|
||||
<button name="up_needle" label="W górę" tool_tip="Przesuń regułę o 1 pozycję w górę." />
|
||||
<button name="down_needle" label="W dół" tool_tip="Przesuń regułę o 1 pozycję w dół." />
|
||||
</layout_panel>
|
||||
<layout_panel name="filter_log_layout">
|
||||
<fs_scroll_list name="filter_log">
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
<text name="antialiasing quality label">
|
||||
Jakość antyaliasingu:
|
||||
</text>
|
||||
<combo_box name="fsaa quality">
|
||||
<combo_box label="Antyaliasing" name="fsaa quality">
|
||||
<combo_box.item label="Niska" name="Low" />
|
||||
<combo_box.item label="Średnia" name="Medium" />
|
||||
<combo_box.item label="Wysoka" name="High" />
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
</label>
|
||||
</mimetype>
|
||||
<mimetype name="application/octet-stream">
|
||||
<label name="video/octet-stream">
|
||||
<label name="application/octet-stream_label">
|
||||
Film
|
||||
</label>
|
||||
</mimetype>
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
</label>
|
||||
</mimetype>
|
||||
<mimetype name="application/octet-stream">
|
||||
<label name="video/octet-stream">
|
||||
<label name="application/octet-stream_label">
|
||||
Film
|
||||
</label>
|
||||
</mimetype>
|
||||
|
||||
@@ -319,6 +319,7 @@
|
||||
<text name="FSCmdLineTrackPos_txt">
|
||||
Śledź pozycję lub awatara (cmd pos lub imię)
|
||||
</text>
|
||||
<line_editor name="FSCmdLineTrackPos" tool_tip="Ustawia znacznik na mapie świata na podstawie pozycji (format cpcampos) lub częściowej nazwy awatara" />
|
||||
<text name="FSCmdLinePos_txt">
|
||||
Teleport wewn. regionu (użycie: cmd x y z)
|
||||
</text>
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
<text name="money_change_threshold_label" tool_tip="Przeglądarka będzie odtwarzać 'dźwięk pieniędzy' tylko wtedy, gdy wydawana lub otrzymywana kwota jest wyższa niż wartość ustawiona tutaj.">
|
||||
Próg zmiany ilości L$:
|
||||
</text>
|
||||
<panel name="output_device_settings_panel" label="Ustawienia urządzenia">
|
||||
<panel name="output_device_settings_panel">
|
||||
<panel.string name="output_default_text">
|
||||
Domyślne
|
||||
</panel.string>
|
||||
@@ -323,6 +323,7 @@
|
||||
<item label="Maksymalne" name="noise_suppression_max" />
|
||||
</combo_box>
|
||||
<button label="Ustawienia sprzętowe audio" name="device_settings_btn"/>
|
||||
<panel label="Ustawienia urządzenia" name="device_settings_panel" />
|
||||
</panel>
|
||||
<panel label="Dźwięki interfejsu" name="UI Sounds tab">
|
||||
<text name="textFSExplanation_tab1">
|
||||
@@ -336,7 +337,13 @@ Przytrzymaj kursor myszki ponad polem na UUID, aby zobaczyć jego domyślną war
|
||||
</scroll_list>
|
||||
<button name="ui_sound_preview" tool_tip="Podgląd dźwięku." />
|
||||
<button name="ui_sound_default" tool_tip="Resetuj do domyślnego UUID." />
|
||||
<check_box label="Odtwarzaj dźwięk" name="ui_sound_play_checkbox" />
|
||||
<combo_box name="ui_sound_play_combo">
|
||||
<combo_box.item label="Odtw. dźwięk tylko na nowej sesji" name="1" />
|
||||
<combo_box.item label="Odtw. dźwięk przy każdej wiadomości" name="2" />
|
||||
<combo_box.item label="Odtw. dźwięk tylko gdy okno jest w tle" name="3" />
|
||||
<combo_box.item label="Wycisz dźwięk" name="0" />
|
||||
</combo_box>
|
||||
</panel>
|
||||
|
||||
</tab_container>
|
||||
</panel>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<panel label="Uploads" name="uploads">
|
||||
<panel label="Nowe pliki" name="uploads">
|
||||
<text name="title">
|
||||
Obecne lokalizacje dla nowych plików
|
||||
</text>
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
<panel name="panel_stand_stop_flying">
|
||||
<button label="Wstań" name="stand_btn" tool_tip="Kliknij tutaj, aby wstać."/>
|
||||
<button label="Nie lataj" name="stop_fly_btn" tool_tip="Przestań latać"/>
|
||||
<button label="Flycam" name="flycam_btn" tool_tip="Wyłącz tryb Flycam"/>
|
||||
<button label="Wolna kamera" name="flycam_btn" tool_tip="Wyłącz tryb Flycam (wolnej kamery)"/>
|
||||
</panel>
|
||||
|
||||
@@ -6256,19 +6256,19 @@ do sekcji wsparcia witryny SecondLife.com i zgłoś problem.
|
||||
Most LSL nie został utworzony. Skrypt Mostu nie może zostać utworzony.
|
||||
</string>
|
||||
<string name="fsbridge_failure_creation_bad_name">
|
||||
Most LSL nie został utworzony, bo jest nazwany niepoprawnie. Spróbuj stworzyć go na nowo ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
Most LSL nie został utworzony, bo jest nazwany niepoprawnie. Spróbuj stworzyć go na nowo w [APP_NAME] ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
</string>
|
||||
<string name="fsbridge_failure_creation_null">
|
||||
Most LSL nie został utworzony, bo nie może zostać znaleziony w Szafie. Spróbuj stworzyć go na nowo ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
Most LSL nie został utworzony, bo nie może zostać znaleziony w Szafie. Spróbuj stworzyć go na nowo w [APP_NAME] ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
</string>
|
||||
<string name="fsbridge_failure_attach_wrong_object">
|
||||
Most LSL nie mógł zostać założony na awatara, bo nie jest w aktualnej wersji. Spróbuj stworzyć go na nowo ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
Most LSL nie mógł zostać założony na awatara, bo nie jest w aktualnej wersji. Spróbuj stworzyć go na nowo w [APP_NAME] ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
</string>
|
||||
<string name="fsbridge_failure_attach_wrong_location">
|
||||
Most LSL nie mógł zostać założony na awatara, bo nie został znaleziony w odpowiednim miejscu Szafy. Spróbuj stworzyć go na nowo ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
Most LSL nie mógł zostać założony na awatara, bo nie został znaleziony w odpowiednim miejscu Szafy. Spróbuj stworzyć go na nowo w [APP_NAME] ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
</string>
|
||||
<string name="fsbridge_failure_attach_point_in_use">
|
||||
Most LSL nie mógł zostać założony na awatara, bo coś innego używa punktu zaczepu dodatku zarezerwowanego dla niego. Spróbuj stworzyć go na nowo ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
Most LSL nie mógł zostać założony na awatara, bo coś innego używa punktu zaczepu dodatku zarezerwowanego dla niego. Spróbuj stworzyć go na nowo w [APP_NAME] ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
</string>
|
||||
<string name="fsbridge_failure_not_found">
|
||||
Obiekt Mostu LSL nie mógł zostać znaleziony. Nie można kontynuować procesu jego tworzenia, kończę operację.
|
||||
@@ -6277,7 +6277,7 @@ do sekcji wsparcia witryny SecondLife.com i zgłoś problem.
|
||||
Wewnątrz Mostu LSL znaleziono nieoczekiwane elementy.
|
||||
</string>
|
||||
<string name="fsbridge_warning_not_finished">
|
||||
Proces tworzenia Mostu LSL nie dobiegł do końca. Być może będzie trzeba utworzyć go na nowo, aby zadział ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
Proces tworzenia Mostu LSL nie dobiegł do końca. Być może będzie trzeba utworzyć go na nowo w [APP_NAME], aby zadział ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
</string>
|
||||
<string name="fsbridge_detached">
|
||||
Most LSL został odłączony od awatara.
|
||||
@@ -6321,10 +6321,10 @@ Twoja aktualna pozycja: [AVATAR_POS]
|
||||
Info o skryptach: Otrzymano uszkodzoną odpowiedź od Mostu LSL. Spróbuj ponownie.
|
||||
</string>
|
||||
<string name="fsbridge_error_injection">
|
||||
UWAGA: Jeden lub więcej skryptów został dodanych do Twojego Mostu LSL! Jeśli ta wiadomość jest niespodziewana, to stwórz teraz Most LSL na nowo ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
UWAGA: Jeden lub więcej skryptów został dodanych do Twojego Mostu LSL w [APP_NAME]! Jeśli ta wiadomość jest niespodziewana, to stwórz teraz Most LSL na nowo ('Kondycja awatara' w menu 'Awatar' na górze).
|
||||
</string>
|
||||
<string name="fsbridge_error_wrongvm">
|
||||
UWAGA: Skrypt Mostu LSL używa starej maszyny wirtualnej LSO (16 KB limitu pamięci) zamiast nowej Mono, co stwarza wysokie prawdopodobieństwo kolizji sterty i stosu oraz awarii Mostu poprzez wyczerpanie się pamięci. Spróbuj stworzyć go na nowo ('Kondycja awatara' w menu 'Awatar' na górze). Jeśli ten komunikat pojawi się ponownie spróbuj jeszcze raz w innym regionie.
|
||||
UWAGA: Skrypt Mostu LSL używa starej maszyny wirtualnej LSO (16 KB limitu pamięci) zamiast nowej Mono, co stwarza wysokie prawdopodobieństwo kolizji sterty i stosu oraz awarii Mostu poprzez wyczerpanie się pamięci. Spróbuj stworzyć go na nowo w [APP_NAME] ('Kondycja awatara' w menu 'Awatar' na górze). Jeśli ten komunikat pojawi się ponownie spróbuj jeszcze raz w innym regionie.
|
||||
</string>
|
||||
<string name="FSAOEnabled">
|
||||
Animator przeglądarki [APP_NAME] włączony.
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<text name="mouse_warp_lbl">
|
||||
Deformação do mouse:
|
||||
</text>
|
||||
<combo_box name="mouse_warp_combo" tooltip="Controla o salto do mouse para o centro da tela durante o zoom alternativo e a aparência do mouse.">
|
||||
<combo_box name="mouse_warp_combo" tool_tip="Controla o salto do mouse para o centro da tela durante o zoom alternativo e a aparência do mouse.">
|
||||
<combo_box.item label="Automático" name="0" />
|
||||
<combo_box.item label="Ligado" name="1" />
|
||||
<combo_box.item label="Desligado" name="2" />
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
</text>
|
||||
<check_box label="Собств. яркость" name="checkbox fullbright"/>
|
||||
<check_box label="Скрыть воду" name="checkbox_hide_water"/>
|
||||
<button tool_tip="Копировать" name="copy_face_btn" tool_tip="Копировать параметры текстуры в буфер обмена"/>
|
||||
<button tool_tip="Вставить" name="paste_face_btn" tool_tip="Вставить параметры текстуры из буфера обмена"/>
|
||||
<button name="copy_face_btn" tool_tip="Копировать параметры текстуры в буфер обмена"/>
|
||||
<button name="paste_face_btn" tool_tip="Вставить параметры текстуры из буфера обмена"/>
|
||||
<!-- <text name="label_matmedia">Материал</text> -->
|
||||
<combo_box name="combobox matmedia">
|
||||
<combo_box.item label="Материалы" name="Materials"/>
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
</fs_scroll_list>
|
||||
<button name="add_needle" label="新增"/>
|
||||
<button name="remove_needle" label="刪除"/>
|
||||
<button name="up_needle" label="上移鍵"/>
|
||||
<button name="down_needle" label="下移鍵"/>
|
||||
<button name="up_needle" label="上移" tooltip="將規則上移 1 個位置。"/>
|
||||
<button name="down_needle" label="下移" tooltip="將規則下移 1 個位置。"/>
|
||||
</layout_panel>
|
||||
<layout_panel name="filter_log_layout">
|
||||
<fs_scroll_list name="filter_log">
|
||||
|
||||
@@ -223,7 +223,40 @@
|
||||
<button name="Def_UISndFSKeywordSound" label="↻" tool_tip="重設。" />
|
||||
</panel>
|
||||
<panel label="指令" name="tab-CmdLine">
|
||||
<text name="FSCmdLineDoc_txt">
|
||||
[https://wiki.firestormviewer.org/preferences_chat_tab#cmdline_tab 文件]
|
||||
</text>
|
||||
<check_box label="使用聊天欄傳送指令行" name="chat_cmd_toggle" />.
|
||||
<text name="FSCmdLineCalc_txt">計算表達式(例如:cmd SIN(2+2))</text><text name="FSCmdLineDrawDistance_txt">更改顯示距離(例如:cmd meters)</text><text name="FSCmdLineBandWidth_txt">最大頻寬(例如:cmd kbps)</text><text name="FSCmdLineCopyCam_txt">複製相機位置</text><text name="FSCmdLineAO_txt">啟用/禁用環境光遮蔽(例如:cmd on/off)</text><text name="FSCmdLineClearChat_txt">清除記錄(例如:cmd)</text><line_editor tool_tip="清除聊天記錄以減少垃圾影響。" name="FSCmdLineClearChat" /><text name="FSCmdLineMedia_txt">設定媒體 URL(例如:cmd url type)</text><line_editor tool_tip="設定並播放與輸入的 URL 對應的流。" name="FSCmdLineMedia" /><text name="FSCmdLineMusic_txt">設定音樂 URL(例如:cmd url)</text><line_editor tool_tip="設定並播放與輸入的 URL 對應的音樂流。" name="FSCmdLineMusic" /><text name="FSCmdLineRezPlatform_txt">建立平臺(例如:cmd 0 - 64)</text><slider name="FSCmdLinePlatformSize" label="寬度" tool_tip="您希望平臺有多大?" /><text name="FSCmdLineKeyToName_txt">通過 UUID 取得化身名稱(例如:cmd key)</text><text name="FSCmdLineRollDice_txt">擲骰子(例如:cmd dice faces mt mv)</text><line_editor tool_tip="擲骰子 - cmd [骰子數量] [面數] [修改類型(可選)] [修改值(可選)]。例如:cmd 1 20、cmd 2 40 + 5。如果沒有參數,則為 cmd 1 6(標準骰子)。" name="FSCmdLineRollDice" /><text name="FSCmdLinePos_txt">傳送到類比主機(sim)中(例如:cmd x y z)</text><text name="FSCmdLineGround_txt">傳送到地面(例如:cmd)</text><text name="FSCmdLineHeight_txt">傳送到指定高度..(例如:cmd z)</text><text name="FSCmdTeleportToCam_txt">傳送到相機位置(例如:cmd)</text><text name="FSCmdLineOfferTp_txt">傳送化身(例如:cmd key)</text><text name="FSCmdLineTP2_txt">傳送至化身(例如:cmd name)</text><line_editor tool_tip="此指令的語法允許部分名稱,並且不區分大小寫。 在打開雷達的情況下,結果更具相關性。" name="FSCmdLineTP2" /><text name="FSCmdLineTeleportHome_txt">傳送回家(例如:cmd)</text><text name="FSCmdLineMapTo_txt">傳送到類比主機(sim)(例如:cmd simname)</text><check_box label="在類比主機(sim)之間使用相同的位置" name="toggle" /></panel>
|
||||
<text name="FSCmdLineCalc_txt">計算表達式(例如:cmd SIN(2+2))</text>
|
||||
<text name="FSCmdLineDrawDistance_txt">更改顯示距離(例如:cmd meters)</text>
|
||||
<text name="FSCmdLineBandWidth_txt">最大頻寬(例如:cmd kbps)</text>
|
||||
<text name="FSCmdLineCopyCam_txt">複製相機位置</text>
|
||||
<text name="FSCmdLinePasteCam_txt">設定攝影機位置(例如:pos focus roll)</text>
|
||||
<text name="FSCmdLineAO_txt">啟用/禁用環境光遮蔽(例如:cmd on/off)</text>
|
||||
<text name="FSCmdLineClearChat_txt">清除記錄(例如:cmd)</text>
|
||||
<line_editor tool_tip="清除聊天記錄以減少垃圾影響。" name="FSCmdLineClearChat" />
|
||||
<text name="FSCmdLineMedia_txt">設定媒體 URL(例如:cmd url type)</text>
|
||||
<line_editor tool_tip="設定並播放與輸入的 URL 對應的流。" name="FSCmdLineMedia" />
|
||||
<text name="FSCmdLineMusic_txt">設定音樂 URL(例如:cmd url)</text>
|
||||
<line_editor tool_tip="設定並播放與輸入的 URL 對應的音樂流。" name="FSCmdLineMusic" />
|
||||
<text name="FSCmdLineRezPlatform_txt">建立平臺(例如:cmd 0 - 64)</text>
|
||||
<slider name="FSCmdLinePlatformSize" label="寬度" tool_tip="您希望平臺有多大?" />
|
||||
<text name="FSCmdLineKeyToName_txt">通過 UUID 取得化身名稱(例如:cmd key)</text>
|
||||
<text name="FSCmdLineRollDice_txt">擲骰子(例如:cmd dice faces mt mv)</text>
|
||||
<line_editor tool_tip="擲骰子 - cmd [骰子數量] [面數] [修改類型(可選)] [修改值(可選)]。例如:cmd 1 20、cmd 2 40 + 5。如果沒有參數,則為 cmd 1 6(標準骰子)。" name="FSCmdLineRollDice" />
|
||||
<text name="FSCmdLineTrackPos_txt">追蹤位置或化身(指令:pos 或 名稱)</text>
|
||||
<line_editor name="FSCmdLineTrackPos" tool_tip="在世界地圖上為一個位置(cpcampos 格式)或部分化身名稱設定追蹤信標"/>
|
||||
<text name="FSCmdLinePos_txt">傳送到類比主機(sim)中(例如:cmd x y z)</text>
|
||||
<text name="FSCmdLineGround_txt">傳送到地面(例如:cmd)</text>
|
||||
<text name="FSCmdLineHeight_txt">傳送到指定高度..(例如:cmd z)</text>
|
||||
<text name="FSCmdTeleportToCam_txt">傳送到相機位置(例如:cmd)</text>
|
||||
<text name="FSCmdLineOfferTp_txt">傳送化身(例如:cmd key)</text>
|
||||
<text name="FSCmdLineTP2_txt">傳送至化身(例如:cmd name)</text>
|
||||
<line_editor tool_tip="此指令的語法允許部分名稱,並且不區分大小寫。 在打開雷達的情況下,結果更具相關性。" name="FSCmdLineTP2" />
|
||||
<text name="FSCmdLineTeleportHome_txt">傳送回家(例如:cmd)</text>
|
||||
<text name="FSCmdLineMapTo_txt">傳送到類比主機(sim)(例如:cmd simname)</text>
|
||||
<check_box label="在類比主機(sim)之間使用相同的位置" name="toggle" />
|
||||
<check_box label="將指令結果傳送到頻道:" name="FSCmdLineAnnounceToChannel" />
|
||||
</panel>
|
||||
</tab_container>
|
||||
</panel>
|
||||
@@ -27,7 +27,7 @@
|
||||
<text name="mouse_warp_lbl">
|
||||
滑鼠歸位:
|
||||
</text>
|
||||
<combo_box name="mouse_warp_combo" tooltip="控制在Alt縮放和滑鼠觀察模式下,滑鼠是否自動跳轉至螢幕中心。">
|
||||
<combo_box name="mouse_warp_combo" tool_tip="控制在Alt縮放和滑鼠觀察模式下,滑鼠是否自動跳轉至螢幕中心。">
|
||||
<combo_box.item label="自動" name="0"/>
|
||||
<combo_box.item label="開啟" name="1"/>
|
||||
<combo_box.item label="關閉" name="2"/>
|
||||
|
||||
@@ -6915,6 +6915,36 @@ SecondLife.com網站的「支援」部分
|
||||
<string name="FSCameraPositionCopied">
|
||||
相機位置 [POS] 已複製到剪貼簿。
|
||||
</string>
|
||||
<string name="FSCameraPositionPasted">
|
||||
攝影機已恢復至 [POS]。
|
||||
</string>
|
||||
<string name="FSCameraPositionParseError">
|
||||
無效的攝影機位置。格式應為:<x, y, z> 或 <x, y, z>|<fx, fy, fz>|roll(本地座標)。
|
||||
</string>
|
||||
<string name="FSCmdLineZOffsetUsage">
|
||||
設定化身懸浮高度(用法:/zoffset value 或 +delta)。
|
||||
</string>
|
||||
<string name="FSCmdLineNoValidRegion">
|
||||
無法取得有效的區域指標。
|
||||
</string>
|
||||
<string name="FSCmdLineTrackPosUsage">
|
||||
在世界地圖上追蹤位置或化身(用法:cmd <x, y, z> 或 cmd 名稱)。
|
||||
</string>
|
||||
<string name="FSCmdLineTrackPosParseError">
|
||||
無效位置。請使用 cpcampos 格式:<x, y, z> 或 <x, y, z>|<fx, fy, fz>|roll。
|
||||
</string>
|
||||
<string name="FSCmdLineTrackPosLocation">
|
||||
正在追蹤 [REGION] ([POS])。
|
||||
</string>
|
||||
<string name="FSCmdLineTrackPosAvatar">
|
||||
正在追蹤 [NAME]。
|
||||
</string>
|
||||
<string name="FSCmdLineTrackPosNotFound">
|
||||
無法在雷達中找到符合「[NAME]」的化身。
|
||||
</string>
|
||||
<string name="FSCmdLineTrackPosMapError">
|
||||
無法開啟世界地圖。
|
||||
</string>
|
||||
<string name="FSCmdLineDrawDistanceSet">
|
||||
繪製距離設定為 [DISTANCE] 米。
|
||||
</string>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<panel name="avatar_eye_color_panel">
|
||||
<texture_picker label="Tęczówka" name="Iris" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
</panel>
|
||||
<panel name="eyes_main_tab_holder">
|
||||
<panel name="eyes_main_tab_holder" title="Oczy">
|
||||
<accordion name="eyes_main_accordion">
|
||||
<accordion_tab name="eyes_main_tab" title="Oczy"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij by wybrać grafikę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij by wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="gloves_main_tab_holder">
|
||||
<panel name="gloves_main_tab_holder" title="Rękawiczki">
|
||||
<accordion name="gloves_main_accordion">
|
||||
<accordion_tab name="gloves_main_tab" title="Rękawiczki"/>
|
||||
</accordion>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<texture_picker label="Dolna teks." name="Lower Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="jacket_main_tab_holder">
|
||||
<panel name="jacket_main_tab_holder" title="Kurtka">
|
||||
<accordion name="jacket_main_accordion">
|
||||
<accordion_tab name="jacket_main_tab" title="Kurtka"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="pants_main_tab_holder">
|
||||
<panel name="pants_main_tab_holder" title="Spodnie">
|
||||
<accordion name="pants_main_accordion">
|
||||
<accordion_tab name="pants_main_tab" title="Spodnie"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij by wybrać grafikę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij by wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="shirt_main_tab_holder">
|
||||
<panel name="shirt_main_tab_holder" title="Koszula">
|
||||
<accordion name="shirt_main_accordion">
|
||||
<accordion_tab name="shirt_main_tab" title="Koszula"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij, aby wybrać obrazek"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij, aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="shoes_main_tab_holder">
|
||||
<panel name="shoes_main_tab_holder" title="Buty">
|
||||
<accordion name="shoes_main_accordion">
|
||||
<accordion_tab name="shoes_main_tab" title="Buty"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="skirt_main_tab_holder">
|
||||
<panel name="skirt_main_tab_holder" title="Spódnica">
|
||||
<accordion name="skirt_main_accordion">
|
||||
<accordion_tab name="skirt_main_tab" title="Spódnica"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="socks_main_tab_holder">
|
||||
<panel name="socks_main_tab_holder" title="Skarpetki">
|
||||
<accordion name="socks_main_accordion">
|
||||
<accordion_tab name="socks_main_tab" title="Skarpetki"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="underpants_main_tab_holder">
|
||||
<panel name="underpants_main_tab_holder" title="Bielizna">
|
||||
<accordion name="underpants_main_accordion">
|
||||
<accordion_tab name="underpants_main_tab" title="Bielizna"/>
|
||||
</accordion>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<texture_picker label="Tekstura" name="Fabric" tool_tip="Kliknij aby wybrać teksturę"/>
|
||||
<color_swatch label="Kolor" name="Color/Tint" tool_tip="Kliknij aby wybrać kolor"/>
|
||||
</panel>
|
||||
<panel name="undershirt_main_tab_holder">
|
||||
<panel name="undershirt_main_tab_holder" title="Podkoszulek">
|
||||
<accordion name="undershirt_main_accordion">
|
||||
<accordion_tab name="undershirt_main_tab" title="Podkoszulek"/>
|
||||
</accordion>
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
<string name="loading_blocked" value="Ładowanie zablokowanych rezydentów i obiektów..." />
|
||||
<string name="failed_blocked" value="Lista zablokowanych jest obecnie niedostępna." />
|
||||
<block_list name="blocked" tool_tip="Lista zablokowanych osób" />
|
||||
<text name="block_limit">
|
||||
Zablokowano: [COUNT] ([LIMIT] maks.)
|
||||
</text>
|
||||
<layout_stack name="block_list_sidetray_main">
|
||||
<layout_panel name="back_button_container">
|
||||
<button tool_tip="Wróć do Ludzi" name="back"/>
|
||||
|
||||
@@ -19,7 +19,6 @@ Chcesz spotkać ludzi? Spróbuj użyć [secondlife:///app/worldmap Mapy Świata]
|
||||
<string name="no_groups_msg" value="Chcesz dołączyć do jakiejś grupy? Spróbuj użyć [secondlife:///app/search/groups Wyszukiwarki]." />
|
||||
<string name="MiniMapToolTipMsg" value="[REGION] (Podwójne kliknięcie otwiera mapę, przeciąganie z Shiftem przesuwa)" />
|
||||
<string name="AltMiniMapToolTipMsg" value="[REGION] (Podwójne kliknięcie teleportuje, przeciąganie z Shiftem przesuwa)" />
|
||||
<string name="GroupCountWithInfo" value="Należysz do [COUNT] grup i możesz jeszcze dołączyć do [REMAINING]. [secondlife:/// Więcej?]" />
|
||||
<string name="avatar_name_count" value="Imię [[TOTAL] / [IN_REGION] / [IN_CHAT_RANGE]]" />
|
||||
<panel.string name="empty_list">
|
||||
Ten zestaw kontaktów jest pusty.
|
||||
|
||||
Reference in New Issue
Block a user