aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llnotify.cpp10
-rw-r--r--linden/indra/newview/llpanelmsgs.cpp8
-rw-r--r--linden/indra/newview/skins/default/xui/da/notifications.xml30
-rw-r--r--linden/indra/newview/skins/default/xui/de/notifications.xml98
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/notifications.xml103
-rw-r--r--linden/indra/newview/skins/default/xui/es/notifications.xml98
-rw-r--r--linden/indra/newview/skins/default/xui/fr/notifications.xml90
-rw-r--r--linden/indra/newview/skins/default/xui/hu/notifications.xml78
-rw-r--r--linden/indra/newview/skins/default/xui/it/notifications.xml102
-rw-r--r--linden/indra/newview/skins/default/xui/ja/notifications.xml104
-rw-r--r--linden/indra/newview/skins/default/xui/ko/notifications.xml113
-rw-r--r--linden/indra/newview/skins/default/xui/pl/notifications.xml128
-rw-r--r--linden/indra/newview/skins/default/xui/pt/notifications.xml100
-rw-r--r--linden/indra/newview/skins/default/xui/ru/notifications.xml100
-rw-r--r--linden/indra/newview/skins/default/xui/tr/notifications.xml86
-rw-r--r--linden/indra/newview/skins/default/xui/uk/notifications.xml98
-rw-r--r--linden/indra/newview/skins/default/xui/zh/notifications.xml116
17 files changed, 747 insertions, 715 deletions
diff --git a/linden/indra/newview/llnotify.cpp b/linden/indra/newview/llnotify.cpp
index 6da3b97..f8c3b30 100644
--- a/linden/indra/newview/llnotify.cpp
+++ b/linden/indra/newview/llnotify.cpp
@@ -544,10 +544,14 @@ void LLNotifyBox::close()
544 544
545void LLNotifyBox::format(std::string& msg, const LLStringUtil::format_map_t& args) 545void LLNotifyBox::format(std::string& msg, const LLStringUtil::format_map_t& args)
546{ 546{
547 // XUI:translate!
548 LLStringUtil::format_map_t targs = args; 547 LLStringUtil::format_map_t targs = args;
549 targs["[SECOND_LIFE]"] = "Second Life"; 548
550 targs["[VIEWER]"] = IMP_VIEWER_NAME; 549 // These sort of things are actually set in llui/llnotifications.cpp
550 // so that they will affect all notifications, not just boxes.
551
552 // targs["[SECOND_LIFE]"] = LLNotifications::instance().getGlobalString("SECOND_LIFE");
553 // targs["[VIEWER_NAME]"] = LLNotifications::instance().getGlobalString("VIEWER_NAME");
554
551 LLStringUtil::format(msg, targs); 555 LLStringUtil::format(msg, targs);
552} 556}
553 557
diff --git a/linden/indra/newview/llpanelmsgs.cpp b/linden/indra/newview/llpanelmsgs.cpp
index 006f536..42af550 100644
--- a/linden/indra/newview/llpanelmsgs.cpp
+++ b/linden/indra/newview/llpanelmsgs.cpp
@@ -89,8 +89,14 @@ void LLPanelMsgs::buildLists()
89 if (ignore == LLNotificationForm::IGNORE_NO) 89 if (ignore == LLNotificationForm::IGNORE_NO)
90 continue; 90 continue;
91 91
92 std::string message = formp->getIgnoreMessage();
93 LLStringUtil::format_map_t targs;
94 targs["[SECOND_LIFE]"] = LLNotifications::instance().getGlobalString("SECOND_LIFE");
95 targs["[VIEWER_NAME]"] = LLNotifications::instance().getGlobalString("VIEWER_NAME");
96 LLStringUtil::format(message, targs);
97
92 LLSD row; 98 LLSD row;
93 row["columns"][0]["value"] = formp->getIgnoreMessage(); 99 row["columns"][0]["value"] = message;
94 row["columns"][0]["font"] = "SANSSERIF_SMALL"; 100 row["columns"][0]["font"] = "SANSSERIF_SMALL";
95 row["columns"][0]["width"] = 300; 101 row["columns"][0]["width"] = 300;
96 102
diff --git a/linden/indra/newview/skins/default/xui/da/notifications.xml b/linden/indra/newview/skins/default/xui/da/notifications.xml
index 4963e88..efb78c7 100644
--- a/linden/indra/newview/skins/default/xui/da/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/da/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Ukendt advarsels-besked" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Ukendt advarsels-besked" name="MissingAlert">
74 Din version af Second Life kan ikke vise den advarselsbesked den modtog. 74 Din version af [VIEWER_NAME] kan ikke vise den advarselsbesked den modtog.
75 75
76Fejl detaljer: Advarslen &apos;[_NAME]&apos; blev ikke fundet i notifications.xml. 76Fejl detaljer: Advarslen &apos;[_NAME]&apos; blev ikke fundet i notifications.xml.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -94,7 +94,7 @@ Fejl detaljer: Advarslen &apos;[_NAME]&apos; blev ikke fundet i notifications.xm
94 <usetemplate name="okcancelbuttons" notext="Annullér" yestext="Ja"/> 94 <usetemplate name="okcancelbuttons" notext="Annullér" yestext="Ja"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Der opstod en fejl ved opdatering af Second Life. Hent venligst den nyeste version fra secondlife.com. 97 Der opstod en fejl ved opdatering af [VIEWER_NAME]. Hent venligst den nyeste version fra [VIEWER_SITE].
98 <usetemplate 98 <usetemplate
99 name="okbutton" 99 name="okbutton"
100 yestext="OK"/> 100 yestext="OK"/>
@@ -238,7 +238,7 @@ Du har ikke nok L$ til denne tilmelding.
238 Ups! Noget var tomt. 238 Ups! Noget var tomt.
239Du skal skrive både fornavn og efternavn på din figur. 239Du skal skrive både fornavn og efternavn på din figur.
240 240
241Du har brug for en konto for at logge ind i [SECOND_LIFE]. Vil du oprette en nu? 241Du har brug for en konto for at logge ind i [GRID_NAME]. Vil du oprette en nu?
242 <usetemplate name="okcancelbuttons" notext="Prøv igen" yestext="Lav ny konto"/> 242 <usetemplate name="okcancelbuttons" notext="Prøv igen" yestext="Lav ny konto"/>
243 </notification> 243 </notification>
244 <notification name="ResetShowNextTimeDialogs"> 244 <notification name="ResetShowNextTimeDialogs">
@@ -250,7 +250,7 @@ Du har brug for en konto for at logge ind i [SECOND_LIFE]. Vil du oprette en nu?
250 <usetemplate name="okcancelbuttons" notext="Annullér" yestext="OK"/> 250 <usetemplate name="okcancelbuttons" notext="Annullér" yestext="OK"/>
251 </notification> 251 </notification>
252 <notification name="ChangeSkin"> 252 <notification name="ChangeSkin">
253 Det nye udseende vil vises efter du har genstartet [SECOND_LIFE]. 253 Det nye udseende vil vises efter du har genstartet [VIEWER_NAME].
254 </notification> 254 </notification>
255 <notification name="UnsupportedHardware"/> 255 <notification name="UnsupportedHardware"/>
256 <notification name="UnknownGPU"> 256 <notification name="UnknownGPU">
@@ -326,9 +326,9 @@ Lilla = På auktion
326Grå = Offentligt ejet 326Grå = Offentligt ejet
327 </notification> 327 </notification>
328 <notification name="YouHaveBeenLoggedOut"> 328 <notification name="YouHaveBeenLoggedOut">
329 Du er blevet logget ud af [SECOND_LIFE]: 329 Du er blevet logget ud af [GRID_NAME]:
330 [MESSAGE] 330 [MESSAGE]
331Du kan stadig se eksiterende PB&apos;er og chat ved at klikke&apos;Se PB &amp; Chat&apos;. Ellers, klik &apos;Afslut&apos; for at afslutte [SECOND_LIFE] nu. 331Du kan stadig se eksiterende PB&apos;er og chat ved at klikke&apos;Se PB &amp; Chat&apos;. Ellers, klik &apos;Afslut&apos; for at afslutte [VIEWER_NAME] nu.
332 <usetemplate name="okcancelbuttons" notext="Afslut" yestext="Se PB &amp; Chat"/> 332 <usetemplate name="okcancelbuttons" notext="Afslut" yestext="Se PB &amp; Chat"/>
333 </notification> 333 </notification>
334 <notification label="Tilføj ven" name="AddFriend"> 334 <notification label="Tilføj ven" name="AddFriend">
@@ -372,7 +372,7 @@ Tilbyd venskab til [NAME]?
372 <notification name="RegionEntryAccessBlocked"> 372 <notification name="RegionEntryAccessBlocked">
373 Du har ikke adgang til denne region på grund af din valgte indholdsrating. Dette kan skyldes manglende validering af din alder. 373 Du har ikke adgang til denne region på grund af din valgte indholdsrating. Dette kan skyldes manglende validering af din alder.
374 374
375Undersøg venligst om du har installeret den nyeste Second Life klient, og gå til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating. 375Undersøg venligst om du har installeret den nyeste [VIEWER_NAME] klient, og gå til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating.
376 <usetemplate 376 <usetemplate
377 name="okbutton" 377 name="okbutton"
378 yestext="OK"/> 378 yestext="OK"/>
@@ -410,7 +410,7 @@ Du kan vælge &apos;Indstillinger&apos; for at hæve din indholdsrating nu og de
410 <notification name="LandClaimAccessBlocked"> 410 <notification name="LandClaimAccessBlocked">
411 Du kan ikke kræve dette land på grund af din nuværende indholdsrating indstillinge . Dette kan skyldes manglende validering af din alder. 411 Du kan ikke kræve dette land på grund af din nuværende indholdsrating indstillinge . Dette kan skyldes manglende validering af din alder.
412 412
413Undersøg om du har den nyeste Second Life klient og gå venligst til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating. 413Undersøg om du har den nyeste [VIEWER_NAME] klient og gå venligst til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating.
414 <usetemplate 414 <usetemplate
415 name="okbutton" 415 name="okbutton"
416 yestext="OK"/> 416 yestext="OK"/>
@@ -444,7 +444,7 @@ Du kan vælge &apos;Indstillinger&apos; for at hæve din indholdsrating nu og de
444 <notification name="LandBuyAccessBlocked"> 444 <notification name="LandBuyAccessBlocked">
445 Du kan ikke købe dette land på grund af din nuværende indholdsrating indstillinge . Dette kan skyldes manglende validering af din alder. 445 Du kan ikke købe dette land på grund af din nuværende indholdsrating indstillinge . Dette kan skyldes manglende validering af din alder.
446 446
447Undersøg om du har den nyeste Second Life klient og gå venligst til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating. 447Undersøg om du har den nyeste [VIEWER_NAME] klient og gå venligst til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating.
448 <usetemplate 448 <usetemplate
449 name="okbutton" 449 name="okbutton"
450 yestext="OK"/> 450 yestext="OK"/>
@@ -789,7 +789,7 @@ Ingen scripts vil køre på nær dem, som tilhører ejeren af landet.
789 Du kan kun gøre krav på offentlig land i den region, du befinder dig i. 789 Du kan kun gøre krav på offentlig land i den region, du befinder dig i.
790 </notification> 790 </notification>
791 <notification name="RegionTPAccessBlocked"> 791 <notification name="RegionTPAccessBlocked">
792 Du har ikke adgang til denne region på grund af din valgte indholdsrating. Dette kan skyldes manglende validering af din alder eller at du ikke benytter den nyeste Second Life klient. 792 Du har ikke adgang til denne region på grund af din valgte indholdsrating. Dette kan skyldes manglende validering af din alder eller at du ikke benytter den nyeste [VIEWER_NAME] klient.
793 793
794Gå venligst til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating. 794Gå venligst til &apos;Knowledge Base&apos; for yderligere detaljer om adgang til områder med denne indholdsrating.
795 </notification> 795 </notification>
@@ -856,13 +856,13 @@ Prøv igen om lidt.
856 Kunne ikke skabe fast forbindelse. 856 Kunne ikke skabe fast forbindelse.
857 </notification> 857 </notification>
858 <notification name="InternalUsherError"> 858 <notification name="InternalUsherError">
859 Der opstod en intern fejl ved teleportering til din teleport destination.. Der kan være generelle problemer med Second Life lige nu. 859 Der opstod en intern fejl ved teleportering til din teleport destination.. Der kan være generelle problemer med [GRID_NAME] lige nu.
860 </notification> 860 </notification>
861 <notification name="NoGoodTPDestination"> 861 <notification name="NoGoodTPDestination">
862 Kunne ikke finde et egnet teleport sted i denne region. 862 Kunne ikke finde et egnet teleport sted i denne region.
863 </notification> 863 </notification>
864 <notification name="InternalErrorRegionResolver"> 864 <notification name="InternalErrorRegionResolver">
865 Der opstod en intern fejl ved beregning af globale koordinater for din teleport forespørgsel. Der kan være generelle problemer med Second Life lige nu. 865 Der opstod en intern fejl ved beregning af globale koordinater for din teleport forespørgsel. Der kan være generelle problemer med [GRID_NAME] lige nu.
866 </notification> 866 </notification>
867 <notification name="NoValidLanding"> 867 <notification name="NoValidLanding">
868 Kunne ikke finde et gyldigt landingspunkt. 868 Kunne ikke finde et gyldigt landingspunkt.
@@ -972,7 +972,7 @@ Fra genstand: [OBJECTNAME], ejer: [NAME]?
972 Det lykkedes ikke at finde [TYPE] med navnet [DESC] i databasen. 972 Det lykkedes ikke at finde [TYPE] med navnet [DESC] i databasen.
973 </notification> 973 </notification>
974 <notification name="InvalidWearable"> 974 <notification name="InvalidWearable">
975 Den genstand du prøver at tage på benytter funktioner som din klient ikke kan forstå. Opdatér din version af Second Life for at tage genstanden på. 975 Den genstand du prøver at tage på benytter funktioner som din klient ikke kan forstå. Opdatér din version af [VIEWER_NAME] for at tage genstanden på.
976 </notification> 976 </notification>
977 <notification name="ScriptQuestion"> 977 <notification name="ScriptQuestion">
978 &apos;[OBJECTNAME]&apos;, en genstand, ejet af &apos;[NAME]&apos;, vil gerne: 978 &apos;[OBJECTNAME]&apos;, en genstand, ejet af &apos;[NAME]&apos;, vil gerne:
@@ -1031,7 +1031,7 @@ Dobbelt-klik for at teleportere.
1031Brug kontrollerne til højre for at finde ting og se forskellige baggrunde. 1031Brug kontrollerne til højre for at finde ting og se forskellige baggrunde.
1032 </notification> 1032 </notification>
1033 <notification name="FirstBuild"> 1033 <notification name="FirstBuild">
1034 Du kan bygge nye genstande i nogle områder af [SECOND_LIFE]. 1034 Du kan bygge nye genstande i nogle områder af [GRID_NAME].
1035Brug værktøjet øverst til venstre for at bygge, og prøv at holde Ctrl eller Alt nede for hurtigt at skifte imellem værktøjerne. 1035Brug værktøjet øverst til venstre for at bygge, og prøv at holde Ctrl eller Alt nede for hurtigt at skifte imellem værktøjerne.
1036Tryk Esc for at stoppe med at bygge. 1036Tryk Esc for at stoppe med at bygge.
1037 </notification> 1037 </notification>
@@ -1075,7 +1075,7 @@ Fleksible genstande er ikke fysiske og man kan gå igennem dem, indtil fleksibel
1075 </notification> 1075 </notification>
1076 <notification name="FirstDebugMenus"> 1076 <notification name="FirstDebugMenus">
1077 Du har sat avanceret menu til. 1077 Du har sat avanceret menu til.
1078Denne menu indeholder funktioner brugbare for udviklere, der udbedrer fejl i Second Life. 1078Denne menu indeholder funktioner brugbare for udviklere, der udbedrer fejl i [VIEWER_NAME].
1079For at vise denne menu, skal man i Windows trykke Ctrl-Alt-D. På Mac tryk Cmd-Opt-Shift-D. 1079For at vise denne menu, skal man i Windows trykke Ctrl-Alt-D. På Mac tryk Cmd-Opt-Shift-D.
1080 </notification> 1080 </notification>
1081 <notification name="FirstSculptedPrim"> 1081 <notification name="FirstSculptedPrim">
diff --git a/linden/indra/newview/skins/default/xui/de/notifications.xml b/linden/indra/newview/skins/default/xui/de/notifications.xml
index ae25e1e..b2975df 100644
--- a/linden/indra/newview/skins/default/xui/de/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/de/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Unbekannter Warnhinweis" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Unbekannter Warnhinweis" name="MissingAlert">
74 Ihre Version von Second Life kann den gerade empfangenen Warnhinweis nicht anzeigen. 74 Ihre Version von [VIEWER_NAME] kann den gerade empfangenen Warnhinweis nicht anzeigen.
75 75
76Fehlerdetails: Der Warnhinweis „[_NAME]“ wurde in notifications.xml nicht gefunden. 76Fehlerdetails: Der Warnhinweis „[_NAME]“ wurde in notifications.xml nicht gefunden.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -94,7 +94,7 @@ Fehlerdetails: Der Warnhinweis „[_NAME]“ wurde in notifications.xml nicht ge
94 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="Ja"/> 94 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="Ja"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Beim Aktualisieren von Second Life ist ein Fehler aufgetreten. Bitte laden Sie die aktuellste Version von secondlife.com herunter. 97 Beim Aktualisieren von [VIEWER_NAME] ist ein Fehler aufgetreten. Bitte laden Sie die aktuellste Version von [VIEWER_SITE] herunter.
98 <usetemplate name="okbutton" yestext="OK"/> 98 <usetemplate name="okbutton" yestext="OK"/>
99 </notification> 99 </notification>
100 <notification name="LoginFailedNoNetwork"> 100 <notification name="LoginFailedNoNetwork">
@@ -132,12 +132,12 @@ Wählen Sie ein einzelnes Objekt aus und versuchen Sie es erneut.
132 <usetemplate canceltext="Abbrechen" name="yesnocancelbuttons" notext="Nicht speichern" yestext="Alles speichern"/> 132 <usetemplate canceltext="Abbrechen" name="yesnocancelbuttons" notext="Nicht speichern" yestext="Alles speichern"/>
133 </notification> 133 </notification>
134 <notification name="GrantModifyRights"> 134 <notification name="GrantModifyRights">
135 Die Gewährung von Änderungsrechten an andere Einwohner ermöglicht es diesen, JEDES BELIEBIGE Objekt zu ändern oder an sich zu nehmen, das Sie in der Second Life-Welt besitzen. Seien Sie SEHR vorsichtig beim Erteilen dieser Erlaubnis. 135 Die Gewährung von Änderungsrechten an andere Einwohner ermöglicht es diesen, JEDES BELIEBIGE Objekt zu ändern oder an sich zu nehmen, das Sie in der [GRID_NAME]-Welt besitzen. Seien Sie SEHR vorsichtig beim Erteilen dieser Erlaubnis.
136Möchten Sie [FIRST_NAME] [LAST_NAME] Änderungsrechte gewähren? 136Möchten Sie [FIRST_NAME] [LAST_NAME] Änderungsrechte gewähren?
137 <usetemplate name="okcancelbuttons" notext="Nein" yestext="Ja"/> 137 <usetemplate name="okcancelbuttons" notext="Nein" yestext="Ja"/>
138 </notification> 138 </notification>
139 <notification name="GrantModifyRightsMultiple"> 139 <notification name="GrantModifyRightsMultiple">
140 Die Gewährung von Änderungsrechten an andere Einwohner ermöglicht es diesen, JEDES BELIEBIGE Objekt zu ändern, das Sie in der Second Life-Welt besitzen. Seien Sie SEHR vorsichtig beim Erteilen dieser Erlaubnis. 140 Die Gewährung von Änderungsrechten an andere Einwohner ermöglicht es diesen, JEDES BELIEBIGE Objekt zu ändern, das Sie in der [GRID_NAME]-Welt besitzen. Seien Sie SEHR vorsichtig beim Erteilen dieser Erlaubnis.
141Möchten Sie den ausgewählten Einwohnern Änderungsrechte gewähren? 141Möchten Sie den ausgewählten Einwohnern Änderungsrechte gewähren?
142 <usetemplate name="okcancelbuttons" notext="Nein" yestext="Ja"/> 142 <usetemplate name="okcancelbuttons" notext="Nein" yestext="Ja"/>
143 </notification> 143 </notification>
@@ -226,7 +226,7 @@ Dieses Kontrollkästchen zeigt Folgendes an:
226 <notification name="ClickPartnerHelpAvatar"> 226 <notification name="ClickPartnerHelpAvatar">
227 Auf der [SECOND_LIFE] Website können Sie anderen Einwohnern eine Partnerschaft vorschlagen und bestehende Partnerschaften lösen. 227 Auf der [SECOND_LIFE] Website können Sie anderen Einwohnern eine Partnerschaft vorschlagen und bestehende Partnerschaften lösen.
228 228
229Die Second Life Website für weitere Informationen über Partnerschaften öffnen? 229Die [SECOND_LIFE] Website für weitere Informationen über Partnerschaften öffnen?
230 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="Gehe zu Seite"/> 230 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="Gehe zu Seite"/>
231 </notification> 231 </notification>
232 <notification name="ClickUploadHelpPermissions"> 232 <notification name="ClickUploadHelpPermissions">
@@ -265,7 +265,7 @@ Der Verkaufspreis beträgt [SALE_PRICE] L$ und wird automatisch für den Verkauf
265 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="OK"/> 265 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="OK"/>
266 </notification> 266 </notification>
267 <notification name="ConfirmLandSaleToAnyoneChange"> 267 <notification name="ConfirmLandSaleToAnyoneChange">
268 ACHTUNG: Wenn Sie auf „An jeden verkaufen“ klicken, kann jeder in Second Life Ihr Land kaufen, auch Einwohner in anderen Regionen. 268 ACHTUNG: Wenn Sie auf „An jeden verkaufen“ klicken, kann jeder in [GRID_NAME] Ihr Land kaufen, auch Einwohner in anderen Regionen.
269 269
270Die ausgewählten [LAND_SIZE] qm Land werden zum Verkauf freigegeben. 270Die ausgewählten [LAND_SIZE] qm Land werden zum Verkauf freigegeben.
271Der Verkaufspreis beträgt [SALE_PRICE] L$ und wird automatisch für den Verkauf an [NAME] autorisiert. 271Der Verkaufspreis beträgt [SALE_PRICE] L$ und wird automatisch für den Verkauf an [NAME] autorisiert.
@@ -354,7 +354,7 @@ Damit Waffen funktionieren, müssen Skripts erlaubt sein.
354 Ein Report-Screenshot konnte aus folgendem Grund nicht hochgeladen werden: [REASON] 354 Ein Report-Screenshot konnte aus folgendem Grund nicht hochgeladen werden: [REASON]
355 </notification> 355 </notification>
356 <notification name="MustAgreeToLogIn"> 356 <notification name="MustAgreeToLogIn">
357 Bevor Sie sich in [SECOND_LIFE] anmelden können, müssen Sie den Nutzungsbedingungen zustimmen. 357 Bevor Sie sich in [GRID_NAME] anmelden können, müssen Sie den Nutzungsbedingungen zustimmen.
358 </notification> 358 </notification>
359 <notification name="CouldNotPutOnOutfit"> 359 <notification name="CouldNotPutOnOutfit">
360 Outfit konnte nicht angezogen werden. 360 Outfit konnte nicht angezogen werden.
@@ -370,7 +370,7 @@ Der Outfit-Ordner enthält keine Kleidung, Körperteile oder Anhänge.
370 Hoppla! Da fehlt noch etwas. 370 Hoppla! Da fehlt noch etwas.
371Geben Sie bitte den Vor- und den Nachnamen Ihres Avatars ein. 371Geben Sie bitte den Vor- und den Nachnamen Ihres Avatars ein.
372 372
373Sie benötigen ein Benutzerkonto, um [SECOND_LIFE] betreten zu können. Möchten Sie jetzt ein Benutzerkonto anlegen? 373Sie benötigen ein Benutzerkonto, um [GRID_NAME] betreten zu können. Möchten Sie jetzt ein Benutzerkonto anlegen?
374 <usetemplate name="okcancelbuttons" notext="Erneut versuchen" yestext="Neues Benutzerkonto anlegen"/> 374 <usetemplate name="okcancelbuttons" notext="Erneut versuchen" yestext="Neues Benutzerkonto anlegen"/>
375 </notification> 375 </notification>
376 <notification name="AddClassified"> 376 <notification name="AddClassified">
@@ -409,17 +409,17 @@ Gebühren werden nicht rückerstattet.
409 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="OK"/> 409 <usetemplate name="okcancelbuttons" notext="Abbrechen" yestext="OK"/>
410 </notification> 410 </notification>
411 <notification name="CacheWillClear"> 411 <notification name="CacheWillClear">
412 Der Cache wird nach einem Neustart von [SECOND_LIFE] geleert. 412 Der Cache wird nach einem Neustart von [VIEWER_NAME] geleert.
413 </notification> 413 </notification>
414 <notification name="CacheWillBeMoved"> 414 <notification name="CacheWillBeMoved">
415 Der Cache wird nach einem Neustart von [SECOND_LIFE] verschoben. 415 Der Cache wird nach einem Neustart von [VIEWER_NAME] verschoben.
416Hinweis: Der Cache wird dabei gelöscht/geleert. 416Hinweis: Der Cache wird dabei gelöscht/geleert.
417 </notification> 417 </notification>
418 <notification name="ChangeConnectionPort"> 418 <notification name="ChangeConnectionPort">
419 Die Port-Einstellungen werden nach einem Neustart von [SECOND_LIFE] wirksam. 419 Die Port-Einstellungen werden nach einem Neustart von [VIEWER_NAME] wirksam.
420 </notification> 420 </notification>
421 <notification name="ChangeSkin"> 421 <notification name="ChangeSkin">
422 Die neue Benutzeroberfläche wird nach einem Neustart von [SECOND_LIFE] angewendet. 422 Die neue Benutzeroberfläche wird nach einem Neustart von [VIEWER_NAME] angewendet.
423 </notification> 423 </notification>
424 <notification name="GoToAuctionPage"> 424 <notification name="GoToAuctionPage">
425 Zur [SECOND_LIFE]-Webseite, um Auktionen anzuzeigen oder ein Gebot abzugeben? 425 Zur [SECOND_LIFE]-Webseite, um Auktionen anzuzeigen oder ein Gebot abzugeben?
@@ -478,7 +478,7 @@ Das Objekt ist möglicherweise außer Reichweite oder wurde gelöscht.
478 Datei [[FILE]] kann nicht geschrieben werden 478 Datei [[FILE]] kann nicht geschrieben werden
479 </notification> 479 </notification>
480 <notification name="UnsupportedHardware"> 480 <notification name="UnsupportedHardware">
481 Achtung: Ihr System erfüllt nicht die Mindestanforderungen von Second Life. Dies kann eine schlechte Darstellungsleistung in Second Life zur Folge haben. Für nicht unterstützte Systemkonfigurationen bieten wir keinen technischen Support. 481 Achtung: Ihr System erfüllt nicht die Mindestanforderungen von [VIEWER_NAME]. Dies kann eine schlechte Darstellungsleistung in [VIEWER_NAME] zur Folge haben. Für nicht unterstützte Systemkonfigurationen bieten wir keinen technischen Support.
482 482
483MINSPECS 483MINSPECS
484Die Seite [_URL] für weitere Informationen öffnen? 484Die Seite [_URL] für weitere Informationen öffnen?
@@ -490,14 +490,14 @@ Die Seite [_URL] für weitere Informationen öffnen?
490 <notification name="UnknownGPU"> 490 <notification name="UnknownGPU">
491 Ihr System verwendet eine uns zurzeit unbekannte Grafikkarte. 491 Ihr System verwendet eine uns zurzeit unbekannte Grafikkarte.
492Dies ist häufig der Fall bei neuer Hardware, die wir noch nicht testen konnten. 492Dies ist häufig der Fall bei neuer Hardware, die wir noch nicht testen konnten.
493Second Life funktioniert aller Voraussicht nach normal, möglicherweise müssen Sie aber die Grafikeinstellungen anpassen. 493[VIEWER_NAME] funktioniert aller Voraussicht nach normal, möglicherweise müssen Sie aber die Grafikeinstellungen anpassen.
494(Bearbeiten &gt; Einstellungen &gt; Grafik). 494(Bearbeiten &gt; Einstellungen &gt; Grafik).
495 <form name="form"> 495 <form name="form">
496 <ignore name="ignore" text="Bei Entdeckung einer unbekannten Grafikkarte"/> 496 <ignore name="ignore" text="Bei Entdeckung einer unbekannten Grafikkarte"/>
497 </form> 497 </form>
498 </notification> 498 </notification>
499 <notification name="DisplaySettingsNoShaders"> 499 <notification name="DisplaySettingsNoShaders">
500 [SECOND_LIFE] ist bei der Initialisierung der Grafiktreiber abgestürzt. 500 [VIEWER_NAME] ist bei der Initialisierung der Grafiktreiber abgestürzt.
501Die Grafikqualität wird auf eine niedrige Stufe zurückgesetzt, um einige typische Treiberfehler zu vermeiden. 501Die Grafikqualität wird auf eine niedrige Stufe zurückgesetzt, um einige typische Treiberfehler zu vermeiden.
502Einige Grafikfunktionen werden ausgeschaltet. 502Einige Grafikfunktionen werden ausgeschaltet.
503Wir empfehlen die Aktualisierung Ihrer Grafikkartentreiber. 503Wir empfehlen die Aktualisierung Ihrer Grafikkartentreiber.
@@ -781,7 +781,7 @@ Kann die Region nicht finden, in der sich dieses Land befindet.
781 </notification> 781 </notification>
782 <notification name="CannotCloseFloaterBuyLand"> 782 <notification name="CannotCloseFloaterBuyLand">
783 Das Fenster „Land kaufen“ kann erst geschlossen werden, 783 Das Fenster „Land kaufen“ kann erst geschlossen werden,
784nachdem Second Life den Transaktionspreis geschätzt hat. 784nachdem [GRID_NAME] den Transaktionspreis geschätzt hat.
785 </notification> 785 </notification>
786 <notification name="CannotDeedLandNothingSelected"> 786 <notification name="CannotDeedLandNothingSelected">
787 Land kann nicht übertragen werden: 787 Land kann nicht übertragen werden:
@@ -951,9 +951,9 @@ Dies ist ein temporärer Fehler. Bitte passen Sie das Kleidungsstück in einigen
951Tritt dieses Problem wiederholt auf, klicken Sie auf das Pulldown-Menü „Hilfe“ &gt; „Fehler melden“ und geben Sie Details zu Ihrem Netzwerk-Setup an. 951Tritt dieses Problem wiederholt auf, klicken Sie auf das Pulldown-Menü „Hilfe“ &gt; „Fehler melden“ und geben Sie Details zu Ihrem Netzwerk-Setup an.
952 </notification> 952 </notification>
953 <notification name="YouHaveBeenLoggedOut"> 953 <notification name="YouHaveBeenLoggedOut">
954 Sie wurden von [SECOND_LIFE] abgemeldet: 954 Sie wurden von [GRID_NAME] abgemeldet:
955 [MESSAGE] 955 [MESSAGE]
956Klicken Sie auf „IM &amp; Chat anzeigen“, um vorhandene Nachrichten und Chat weiterhin anzuzeigen. Klicken Sie andernfalls auf „Beenden“, um [SECOND_LIFE] sofort zu beenden. 956Klicken Sie auf „IM &amp; Chat anzeigen“, um vorhandene Nachrichten und Chat weiterhin anzuzeigen. Klicken Sie andernfalls auf „Beenden“, um [VIEWER_NAME] sofort zu beenden.
957 <usetemplate name="okcancelbuttons" notext="Beenden" yestext="IM &amp; Chat anzeigen"/> 957 <usetemplate name="okcancelbuttons" notext="Beenden" yestext="IM &amp; Chat anzeigen"/>
958 </notification> 958 </notification>
959 <notification name="OnlyOfficerCanBuyLand"> 959 <notification name="OnlyOfficerCanBuyLand">
@@ -1118,20 +1118,20 @@ Sie wurden zur nächstgelegenen Region teleportiert.
1118 </notification> 1118 </notification>
1119 <notification name="ClothingLoading"> 1119 <notification name="ClothingLoading">
1120 Ihre Kleidung wird noch heruntergeladen. 1120 Ihre Kleidung wird noch heruntergeladen.
1121Sie können [SECOND_LIFE] normal verwenden. Andere Benutzer können Sie korrekt dargestellt sehen. 1121Sie können [GRID_NAME] normal verwenden. Andere Benutzer können Sie korrekt dargestellt sehen.
1122 <form name="form"> 1122 <form name="form">
1123 <ignore name="ignore" text="Wenn das Herunterladen von Kleidung lange dauert"/> 1123 <ignore name="ignore" text="Wenn das Herunterladen von Kleidung lange dauert"/>
1124 </form> 1124 </form>
1125 </notification> 1125 </notification>
1126 <notification name="FirstRun"> 1126 <notification name="FirstRun">
1127 Die Installation von [SECOND_LIFE] ist abgeschlossen. 1127 Die Installation von [VIEWER_NAME] ist abgeschlossen.
1128 1128
1129Wenn Sie [SECOND_LIFE] das erste Mal verwenden, müssen Sie ein Konto anlegen, bevor Sie sich anmelden können. 1129Wenn Sie [GRID_NAME] das erste Mal verwenden, müssen Sie ein Konto anlegen, bevor Sie sich anmelden können.
1130Möchten Sie auf www.secondlife.com ein Konto erstellen? 1130Möchten Sie auf [GRID_SITE] ein Konto erstellen?
1131 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Neues Konto..."/> 1131 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Neues Konto..."/>
1132 </notification> 1132 </notification>
1133 <notification name="LoginPacketNeverReceived"> 1133 <notification name="LoginPacketNeverReceived">
1134 Die Verbindung kann nicht hergestellt werden. Möglicherweise besteht ein Problem mit Ihrer Internetverbindung oder den Second Life-Servern. 1134 Die Verbindung kann nicht hergestellt werden. Möglicherweise besteht ein Problem mit Ihrer Internetverbindung oder den [GRID_NAME]-Servern.
1135 1135
1136Überprüfen Sie Ihre Internetverbindung und versuchen Sie es dann erneut, oder klicken Sie auf „Hilfe“, um zu unserer Supportseite zu gelangen, oder klicken Sie auf „Teleportieren“, um nach Hause zu teleportieren. 1136Überprüfen Sie Ihre Internetverbindung und versuchen Sie es dann erneut, oder klicken Sie auf „Hilfe“, um zu unserer Supportseite zu gelangen, oder klicken Sie auf „Teleportieren“, um nach Hause zu teleportieren.
1137 <form name="form"> 1137 <form name="form">
@@ -1144,7 +1144,7 @@ Möchten Sie auf www.secondlife.com ein Konto erstellen?
1144 Ihr Avatar erscheint jeden Moment. 1144 Ihr Avatar erscheint jeden Moment.
1145 1145
1146Benutzen Sie die Pfeiltasten, um sich fortzubewegen. 1146Benutzen Sie die Pfeiltasten, um sich fortzubewegen.
1147Drücken Sie F1 für Hilfe oder für weitere Informationen über [SECOND_LIFE]. 1147Drücken Sie F1 für Hilfe oder für weitere Informationen über [GRID_NAME].
1148Bitte wählen Sie einen männlichen oder weiblichen Avatar. 1148Bitte wählen Sie einen männlichen oder weiblichen Avatar.
1149Sie können sich später noch umentscheiden. 1149Sie können sich später noch umentscheiden.
1150 <usetemplate name="okcancelbuttons" notext="Weiblich" yestext="Männlich"/> 1150 <usetemplate name="okcancelbuttons" notext="Weiblich" yestext="Männlich"/>
@@ -1234,33 +1234,33 @@ Geben Sie das Objekt zum Verkauf frei und versuchen Sie es erneut.
1234[DOWNLOAD_PATH]. 1234[DOWNLOAD_PATH].
1235 </notification> 1235 </notification>
1236 <notification name="DownloadWindowsMandatory"> 1236 <notification name="DownloadWindowsMandatory">
1237 Eine neue Version von [SECOND_LIFE] ist verfügbar. 1237 Eine neue Version von [VIEWER_NAME] ist verfügbar.
1238[MESSAGE] 1238[MESSAGE]
1239Sie müssen das Update herunterladen, um [SECOND_LIFE] weiter verwenden zu können. 1239Sie müssen das Update herunterladen, um [GRID_NAME] weiter verwenden zu können.
1240 <usetemplate name="okcancelbuttons" notext="Beenden" yestext="Herunterladen"/> 1240 <usetemplate name="okcancelbuttons" notext="Beenden" yestext="Herunterladen"/>
1241 </notification> 1241 </notification>
1242 <notification name="DownloadWindows"> 1242 <notification name="DownloadWindows">
1243 Eine aktualisierte Version von [SECOND_LIFE] ist verfügbar. 1243 Eine aktualisierte Version von [VIEWER_NAME] ist verfügbar.
1244[MESSAGE] 1244[MESSAGE]
1245Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden. 1245Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden.
1246 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Herunterladen"/> 1246 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Herunterladen"/>
1247 </notification> 1247 </notification>
1248 <notification name="DownloadWindowsReleaseForDownload"> 1248 <notification name="DownloadWindowsReleaseForDownload">
1249 Eine aktualisierte Version von [SECOND_LIFE] ist verfügbar. 1249 Eine aktualisierte Version von [VIEWER_NAME] ist verfügbar.
1250[MESSAGE] 1250[MESSAGE]
1251Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden. 1251Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden.
1252 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Herunterladen"/> 1252 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Herunterladen"/>
1253 </notification> 1253 </notification>
1254 <notification name="DownloadMacMandatory"> 1254 <notification name="DownloadMacMandatory">
1255 Eine neue Version von [SECOND_LIFE] ist verfügbar. 1255 Eine neue Version von [VIEWER_NAME] ist verfügbar.
1256[MESSAGE] 1256[MESSAGE]
1257Sie müssen das Update herunterladen, um [SECOND_LIFE] weiter verwenden zu können. 1257Sie müssen das Update herunterladen, um [GRID_NAME] weiter verwenden zu können.
1258 1258
1259In Ihren Anwendungsordner herunterladen? 1259In Ihren Anwendungsordner herunterladen?
1260 <usetemplate name="okcancelbuttons" notext="Beenden" yestext="Herunterladen"/> 1260 <usetemplate name="okcancelbuttons" notext="Beenden" yestext="Herunterladen"/>
1261 </notification> 1261 </notification>
1262 <notification name="DownloadMac"> 1262 <notification name="DownloadMac">
1263 Eine aktualisierte Version von [SECOND_LIFE] ist verfügbar. 1263 Eine aktualisierte Version von [VIEWER_NAME] ist verfügbar.
1264[MESSAGE] 1264[MESSAGE]
1265Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden. 1265Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden.
1266 1266
@@ -1268,7 +1268,7 @@ In Ihren Anwendungsordner herunterladen?
1268 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Herunterladen"/> 1268 <usetemplate name="okcancelbuttons" notext="Weiter" yestext="Herunterladen"/>
1269 </notification> 1269 </notification>
1270 <notification name="DownloadMacReleaseForDownload"> 1270 <notification name="DownloadMacReleaseForDownload">
1271 Eine aktualisierte Version von [SECOND_LIFE] ist verfügbar. 1271 Eine aktualisierte Version von [VIEWER_NAME] ist verfügbar.
1272[MESSAGE] 1272[MESSAGE]
1273Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden. 1273Dieses Update ist nicht erforderlich, für bessere Leistung und Stabilität sollte es jedoch installiert werden.
1274 1274
@@ -1285,7 +1285,7 @@ In Ihren Anwendungsordner herunterladen?
1285 <usetemplate ignoretext="Wenn der System-Webbrowser zur Anzeige einer Webseite geöffnet wird" name="okcancelignore" notext="Abbrechen" yestext="OK"/> 1285 <usetemplate ignoretext="Wenn der System-Webbrowser zur Anzeige einer Webseite geöffnet wird" name="okcancelignore" notext="Abbrechen" yestext="OK"/>
1286 </notification> 1286 </notification>
1287 <notification name="WebLaunchJoinNow"> 1287 <notification name="WebLaunchJoinNow">
1288 Zu www.secondlife.com, um Ihr Konto zu verwalten? 1288 Zu [GRID_SITE], um Ihr Konto zu verwalten?
1289 <usetemplate ignoretext="Beim Starten eines Browsers, um Ihr Konto zu verwalten" name="okcancelignore" notext="Abbrechen" yestext="OK"/> 1289 <usetemplate ignoretext="Beim Starten eines Browsers, um Ihr Konto zu verwalten" name="okcancelignore" notext="Abbrechen" yestext="OK"/>
1290 </notification> 1290 </notification>
1291 <notification name="WebLaunchBugReport101"> 1291 <notification name="WebLaunchBugReport101">
@@ -1828,7 +1828,7 @@ Wenn dieses Feld leer ist, werden Missbrauchsmeldungen nur an Linden Lab gesende
1828Standard: deaktiviert 1828Standard: deaktiviert
1829 </notification> 1829 </notification>
1830 <notification label="Falsche Voice-Version" name="VoiceVersionMismatch"> 1830 <notification label="Falsche Voice-Version" name="VoiceVersionMismatch">
1831 Diese Version von Second ist mit dem Voice-Chat-Feature in dieser Region nicht kompatibel. Damit Voice-Chat funktioniert, müssen Sie Second Life aktualisieren. 1831 Diese Version von Second ist mit dem Voice-Chat-Feature in dieser Region nicht kompatibel. Damit Voice-Chat funktioniert, müssen Sie [VIEWER_NAME] aktualisieren.
1832 </notification> 1832 </notification>
1833 <notification label="Grunstücksvertrag" name="HelpEstateCovenant"> 1833 <notification label="Grunstücksvertrag" name="HelpEstateCovenant">
1834 Ein Grundstücksvertrag ermöglicht es Ihnen, Grundstücksparzellen zu verkaufen. Ohne Vertrag können Sie kein Land verkaufen. Wenn Sie keine Regeln festlegen oder Käufern vor dem Kauf keine anderen Informationen über das Land bereitstellen möchten, können Sie die Vertrags-Notizkarte auch leer lassen. 1834 Ein Grundstücksvertrag ermöglicht es Ihnen, Grundstücksparzellen zu verkaufen. Ohne Vertrag können Sie kein Land verkaufen. Wenn Sie keine Regeln festlegen oder Käufern vor dem Kauf keine anderen Informationen über das Land bereitstellen möchten, können Sie die Vertrags-Notizkarte auch leer lassen.
@@ -1943,16 +1943,16 @@ Inventarobjekt(e) verschieben?
1943 Sie haben keine Berechtigung zum Kopieren von Elementen in diesem Objekt. 1943 Sie haben keine Berechtigung zum Kopieren von Elementen in diesem Objekt.
1944 </notification> 1944 </notification>
1945 <notification name="WebLaunchAccountHistory"> 1945 <notification name="WebLaunchAccountHistory">
1946 Zur Second Life-Website, um Ihre Kontostatistik anzuzeigen? 1946 Zur [SECOND_LIFE]-Website, um Ihre Kontostatistik anzuzeigen?
1947 <usetemplate ignoretext="Beim Laden der Kontostatistik-Website" name="okcancelignore" notext="Abbrechen" yestext="Gehe zu Seite"/> 1947 <usetemplate ignoretext="Beim Laden der Kontostatistik-Website" name="okcancelignore" notext="Abbrechen" yestext="Gehe zu Seite"/>
1948 </notification> 1948 </notification>
1949 <notification name="ClickOpenF1Help"> 1949 <notification name="ClickOpenF1Help">
1950 Die Support-Website von Second Life öffnen? 1950 Die Support-Website von [SECOND_LIFE] öffnen?
1951 <usetemplate ignoretext="Bei Besuch der Second Life Support-Website." name="okcancelignore" notext="Abbrechen" yestext="Los"/> 1951 <usetemplate ignoretext="Bei Besuch der [SECOND_LIFE] Support-Website." name="okcancelignore" notext="Abbrechen" yestext="Los"/>
1952 </notification> 1952 </notification>
1953 <notification name="ConfirmQuit"> 1953 <notification name="ConfirmQuit">
1954 Wirklich beenden? 1954 Wirklich beenden?
1955 <usetemplate ignoretext="Beim Beenden von Second Life." name="okcancelignore" notext="Weiter" yestext="Beenden"/> 1955 <usetemplate ignoretext="Beim Beenden von [VIEWER_NAME]." name="okcancelignore" notext="Weiter" yestext="Beenden"/>
1956 </notification> 1956 </notification>
1957 <notification name="HelpReportAbuseEmailLL"> 1957 <notification name="HelpReportAbuseEmailLL">
1958 Verwenden Sie dieses Tool, um Verletzungen der Servicebedingungen und Community-Standards zu melden. Siehe: 1958 Verwenden Sie dieses Tool, um Verletzungen der Servicebedingungen und Community-Standards zu melden. Siehe:
@@ -1970,7 +1970,7 @@ http://secondlife.com/support/incidentreport.php
1970Als besonderen Service für Einwohner und Besucher übernimmt der Eigentümer dieser Region die Bearbeitung aller anfallenden Meldungen. Von diesem Standort aus eingereichte Meldungen werden nicht von Linden Lab bearbeitet. Der Eigentümer der Region bearbeitet Meldungen auf Grundlage der Richtlinien, die im für diese Region geltenden Grundstücksvertrag festgelegt sind. 1970Als besonderen Service für Einwohner und Besucher übernimmt der Eigentümer dieser Region die Bearbeitung aller anfallenden Meldungen. Von diesem Standort aus eingereichte Meldungen werden nicht von Linden Lab bearbeitet. Der Eigentümer der Region bearbeitet Meldungen auf Grundlage der Richtlinien, die im für diese Region geltenden Grundstücksvertrag festgelegt sind.
1971(Den Vertrag können Sie unter „Welt“ &gt; „Land-Info“ einsehen.) 1971(Den Vertrag können Sie unter „Welt“ &gt; „Land-Info“ einsehen.)
1972- 1972-
1973Das Resultat, das sich aus dieser Meldung ergibt, betrifft nur diese Region; der Einwohnerzugang zu anderen Bereichen von Second Life ist davon nicht betroffen. Nur Linden Lab kann den Zugang zu Second Life beschränken. 1973Das Resultat, das sich aus dieser Meldung ergibt, betrifft nur diese Region; der Einwohnerzugang zu anderen Bereichen von [GRID_NAME] ist davon nicht betroffen. <!-- Nur Linden Lab kann den Zugang zu [GRID_NAME] beschränken. -->
1974 </notification> 1974 </notification>
1975 <notification name="HelpReportBug"> 1975 <notification name="HelpReportBug">
1976 Verwenden Sie dieses Tool *nur*, um technische Features zu melden, die nicht wie beschrieben oder erwartet funktionieren. Bitte machen Sie so viele Angaben wie möglich. Sie können auf die automatische Antwort-E-Mail antworten, um Ihre Meldung noch zu ergänzen. 1976 Verwenden Sie dieses Tool *nur*, um technische Features zu melden, die nicht wie beschrieben oder erwartet funktionieren. Bitte machen Sie so viele Angaben wie möglich. Sie können auf die automatische Antwort-E-Mail antworten, um Ihre Meldung noch zu ergänzen.
@@ -2018,9 +2018,9 @@ Eine möglichst genaue Beschreibung mit Schritten zur Reproduktion des Fehlers h
2018 2018
2019Sie melden eine Urheberrechtsverletzung. Sind Sie wirklich sicher, dass Sie eine Verletzung des Urheberrechts melden möchten? 2019Sie melden eine Urheberrechtsverletzung. Sind Sie wirklich sicher, dass Sie eine Verletzung des Urheberrechts melden möchten?
2020 2020
20211. Missbrauch melden. Wenn Sie der Meinung sind, ein Einwohner nutzt das Berechtigungssystem von Second Life auf unerlaubte Weise zu seinem Vorteil aus, indem er zum Beispiel einen CopyBot oder ähnliche Kopiertools verwendet und damit eine Urheberrechtsverletzung begeht, können Sie diesen Missbrauch melden. Das Missbrauchsteam untersucht etwaige Verstöße gegen die Second Life Community Standards oder die Nutzungsbedingungen und verhängt entsprechende Strafen. Das Missbrauchsteam ist jedoch nicht dafür zuständig, Inhalte aus der Second Life-Welt zu entfernen und reagiert auch nicht auf entsprechende Anfragen. 20211. Missbrauch melden. Wenn Sie der Meinung sind, ein Einwohner nutzt das Berechtigungssystem von [SECOND_LIFE] auf unerlaubte Weise zu seinem Vorteil aus, indem er zum Beispiel einen CopyBot oder ähnliche Kopiertools verwendet und damit eine Urheberrechtsverletzung begeht, können Sie diesen Missbrauch melden. Das Missbrauchsteam untersucht etwaige Verstöße gegen die [SECOND_LIFE] Community Standards oder die Nutzungsbedingungen und verhängt entsprechende Strafen. Das Missbrauchsteam ist jedoch nicht dafür zuständig, Inhalte aus der [SECOND_LIFE]-Welt zu entfernen und reagiert auch nicht auf entsprechende Anfragen.
2022 2022
20232. Der DMCA oder das Entfernen von Inhalten. Sie können das Entfernen von Inhalten aus Second Life beantragen. Dazu MÜSSEN Sie eine Urheberrechtsverletzung gemäß den in unserer DMCA-Richtlinie unter http://secondlife.com/corporate/dmca.php dargelegten Anweisungen einreichen. 20232. Der DMCA oder das Entfernen von Inhalten. Sie können das Entfernen von Inhalten aus [SECOND_LIFE] beantragen. Dazu MÜSSEN Sie eine Urheberrechtsverletzung gemäß den in unserer DMCA-Richtlinie unter http://secondlife.com/corporate/dmca.php dargelegten Anweisungen einreichen.
2024 2024
2025Wenn Sie mit der Missbrauchmeldung jetzt fortfahren möchten, schließen Sie bitte dieses Fenster und senden Sie Ihren Bericht ein. Möglicherweise müssen Sie Kategorie „CopyBot oder Berechtigungs-Exploit“ auswählen. 2025Wenn Sie mit der Missbrauchmeldung jetzt fortfahren möchten, schließen Sie bitte dieses Fenster und senden Sie Ihren Bericht ein. Möglicherweise müssen Sie Kategorie „CopyBot oder Berechtigungs-Exploit“ auswählen.
2026 2026
@@ -2143,7 +2143,7 @@ Klicken Sie auf „Himmel (erweitert)“, um einen Editor mit erweiterten Einste
2143Klicken Sie auf „Wasser (erweitert)“, um einen Editor mit erweiterten Einstellungen für die Wasserdarstellung anzuzeigen. 2143Klicken Sie auf „Wasser (erweitert)“, um einen Editor mit erweiterten Einstellungen für die Wasserdarstellung anzuzeigen.
2144 </notification> 2144 </notification>
2145 <notification name="HelpDayCycle"> 2145 <notification name="HelpDayCycle">
2146 Im Tageszyklus-Editor steuern Sie den Tag-/Nachtzyklus am Second Life Himmel. Dabei handelt es sich um den Zyklus, der mit dem Tageszeit-Regler im Umwelt-Basiseditor gesteuert wird. 2146 Im Tageszyklus-Editor steuern Sie den Tag-/Nachtzyklus am [GRID_NAME] Himmel. Dabei handelt es sich um den Zyklus, der mit dem Tageszeit-Regler im Umwelt-Basiseditor gesteuert wird.
2147 2147
2148Der Tageszyklus-Editor verwendet sogenannte Keyframes zur Steuerung des Tag-/Nachtablaufs. Dabei handelt es sich um „Schlüsselbilder“ (die grauen Kreise auf der Zeitskala), für die bestimmte Himmelseinstellungen definiert wurden. Bei voranschreitender Tageszeit interpoliert WindLight den Übergang zwischen diesen Keyframes und erzeugt eine entsprechende Himmelsanimation. 2148Der Tageszyklus-Editor verwendet sogenannte Keyframes zur Steuerung des Tag-/Nachtablaufs. Dabei handelt es sich um „Schlüsselbilder“ (die grauen Kreise auf der Zeitskala), für die bestimmte Himmelseinstellungen definiert wurden. Bei voranschreitender Tageszeit interpoliert WindLight den Übergang zwischen diesen Keyframes und erzeugt eine entsprechende Himmelsanimation.
2149 2149
@@ -2222,7 +2222,7 @@ Entspricht dem Azimut.
2222 Steuert die Bewegungsgeschwindigkeit der Wolken in Y-Richtung. 2222 Steuert die Bewegungsgeschwindigkeit der Wolken in Y-Richtung.
2223 </notification> 2223 </notification>
2224 <notification name="HelpClassicClouds"> 2224 <notification name="HelpClassicClouds">
2225 Aktivieren Sie dieses Kontrollkästchen, um die Darstellung der klassischen Second Life Wolken zusätzlich zu den WindLight-Wolken zu erzwingen. 2225 Aktivieren Sie dieses Kontrollkästchen, um die Darstellung der klassischen [SECOND_LIFE] Wolken zusätzlich zu den WindLight-Wolken zu erzwingen.
2226 </notification> 2226 </notification>
2227 <notification name="HelpWaterFogColor"> 2227 <notification name="HelpWaterFogColor">
2228 Steuert die Farbe der Wassertrübung 2228 Steuert die Farbe der Wassertrübung
@@ -2320,7 +2320,7 @@ Entspricht dem Azimut.
2320 </notification> 2320 </notification>
2321 <notification name="NotAgeVerified"> 2321 <notification name="NotAgeVerified">
2322 Um Zugang zu dieser Parzelle zu erhalten, müssen Sie sich einer Altersprüfung unterziehen. 2322 Um Zugang zu dieser Parzelle zu erhalten, müssen Sie sich einer Altersprüfung unterziehen.
2323Möchten Sie auf der Second Life Website eine Altersüberprüfung durchführen? 2323Möchten Sie auf der [SECOND_LIFE] Website eine Altersüberprüfung durchführen?
2324 2324
2325[_URL] 2325[_URL]
2326 <url name="url" option="0"> 2326 <url name="url" option="0">
@@ -2330,7 +2330,7 @@ Möchten Sie auf der Second Life Website eine Altersüberprüfung durchführen?
2330 </notification> 2330 </notification>
2331 <notification name="Cannot enter parcel: no payment info on file"> 2331 <notification name="Cannot enter parcel: no payment info on file">
2332 Um Zugang zu dieser Parzelle zu erhalten, müssen Sie Zahlungsinformationen hinterlegt haben. 2332 Um Zugang zu dieser Parzelle zu erhalten, müssen Sie Zahlungsinformationen hinterlegt haben.
2333Möchten Sie die Second Life Website öffnen, um diese Angaben zu hinterlegen? 2333Möchten Sie die [SECOND_LIFE] Website öffnen, um diese Angaben zu hinterlegen?
2334 2334
2335[_URL] 2335[_URL]
2336 <url name="url" option="0"> 2336 <url name="url" option="0">
@@ -2775,7 +2775,7 @@ Von Objekt: [OBJECTNAME], Eigentümer: [NAME]?
2775 [TYPE] namens [DESC] nicht in Datenbank. 2775 [TYPE] namens [DESC] nicht in Datenbank.
2776 </notification> 2776 </notification>
2777 <notification name="InvalidWearable"> 2777 <notification name="InvalidWearable">
2778 Dieser Artikel verwendet eine Funktion, die Ihr Viewer nicht unterstützt. Bitte aktualisieren Sie Ihre Version von Second Life, um diesen Artikel anziehen zu können. 2778 Dieser Artikel verwendet eine Funktion, die Ihr Viewer nicht unterstützt. Bitte aktualisieren Sie Ihre Version von [VIEWER_NAME], um diesen Artikel anziehen zu können.
2779 </notification> 2779 </notification>
2780 <notification name="ScriptQuestion"> 2780 <notification name="ScriptQuestion">
2781 Das Objekt „[OBJECTNAME]“, Eigentum von „[NAME]“, möchte: 2781 Das Objekt „[OBJECTNAME]“, Eigentum von „[NAME]“, möchte:
@@ -2835,7 +2835,7 @@ Zum Teleportieren doppelklicken.
2835Nutzen Sie die Optionen links, um Dinge zu finden und um verschiedene Hintergründe anzuzeigen. 2835Nutzen Sie die Optionen links, um Dinge zu finden und um verschiedene Hintergründe anzuzeigen.
2836 </notification> 2836 </notification>
2837 <notification name="FirstBuild"> 2837 <notification name="FirstBuild">
2838 In einigen Bereichen von [SECOND_LIFE] können Sie neue Objekte erstellen. 2838 In einigen Bereichen von [GRID_NAME] können Sie neue Objekte erstellen.
2839Verwenden Sie zum Bauen die Werkzeuge oben links. 2839Verwenden Sie zum Bauen die Werkzeuge oben links.
2840Mit den Strg- und Alt-Tasten können Sie schnell zwischen den Werkzeugen umschalten. 2840Mit den Strg- und Alt-Tasten können Sie schnell zwischen den Werkzeugen umschalten.
2841Drücken Sie Esc, um das Bauen abzubrechen. 2841Drücken Sie Esc, um das Bauen abzubrechen.
@@ -2880,7 +2880,7 @@ Ein flexibles Objekt ist ein Phantom und nicht physisch, bis die Option „Flexi
2880 </notification> 2880 </notification>
2881 <notification name="FirstDebugMenus"> 2881 <notification name="FirstDebugMenus">
2882 Sie haben das Advanced-Menü aktiviert. 2882 Sie haben das Advanced-Menü aktiviert.
2883Dieses Menü enthält nützliche Funktionen zum Debuggen von Second Life. 2883Dieses Menü enthält nützliche Funktionen zum Debuggen von [VIEWER_NAME].
2884Drücken Sie in Windows Strg-Alt-D (Mac: Befehl-Opt-Umschalt-D) zum Ein- und Ausschalten dieses Menüs. 2884Drücken Sie in Windows Strg-Alt-D (Mac: Befehl-Opt-Umschalt-D) zum Ein- und Ausschalten dieses Menüs.
2885 </notification> 2885 </notification>
2886 <notification name="FirstSculptedPrim"> 2886 <notification name="FirstSculptedPrim">
@@ -2989,7 +2989,7 @@ Klicken Sie auf „Akzeptieren“, um dem Chat beizutreten, oder auf „Ablehnen
2989 - Ihre CPU-Geschwindigkeit entspricht nicht den Mindestanforderungen. 2989 - Ihre CPU-Geschwindigkeit entspricht nicht den Mindestanforderungen.
2990 </global> 2990 </global>
2991 <global name="UnsupportedGLRequirements"> 2991 <global name="UnsupportedGLRequirements">
2992 Ihr Computer entspricht nicht den Hardwareanforderungen von Second Life. Second Life setzt eine OpenGL-Grafikkarte mit Multitextur-Unterstützung voraus. Falls Ihre Grafikkarte diese Funktion unterstützt, installieren Sie die neuesten Treiber sowie die aktuellen Service Packs und Patches für Ihr Betriebssystem. 2992 Ihr Computer entspricht nicht den Hardwareanforderungen von [VIEWER_NAME]. [VIEWER_NAME] setzt eine OpenGL-Grafikkarte mit Multitextur-Unterstützung voraus. Falls Ihre Grafikkarte diese Funktion unterstützt, installieren Sie die neuesten Treiber sowie die aktuellen Service Packs und Patches für Ihr Betriebssystem.
2993 2993
2994Sollte das Problem fortbestehen, finden Sie weitere Hilfestellung unter: http://www.secondlife.com/support 2994Sollte das Problem fortbestehen, finden Sie weitere Hilfestellung unter: http://www.secondlife.com/support
2995 </global> 2995 </global>
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
index ccc348d..006725d 100644
--- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml
@@ -1,5 +1,11 @@
1<?xml version="1.0" ?><notifications> 1<?xml version="1.0" ?><notifications>
2 2
3 <global name="VIEWER_NAME">Imprudence</global>
4 <global name="VIEWER_SITE">imprudenceviewer.org</global>
5 <global name="SECOND_LIFE">Second Life</global>
6 <global name="SECOND_LIFE_SITE">secondlife.com</global>
7
8
3 <global name="skipnexttime"> 9 <global name="skipnexttime">
4 10
5 Don&apos;t show me this again 11 Don&apos;t show me this again
@@ -98,7 +104,7 @@
98 name="MissingAlert" 104 name="MissingAlert"
99 label="Unknown Alert Message" 105 label="Unknown Alert Message"
100 type="alertmodal"> 106 type="alertmodal">
101Your version of Second Life does not know how to display the alert message it just received. 107Your version of [VIEWER_NAME] does not know how to display the alert message it just received.
102 108
103Error details: The alert called &apos;[_NAME]&apos; was not found in notifications.xml. 109Error details: The alert called &apos;[_NAME]&apos; was not found in notifications.xml.
104 <usetemplate 110 <usetemplate
@@ -150,7 +156,7 @@ No tutorial is currently available.
150 icon="alertmodal.tga" 156 icon="alertmodal.tga"
151 name="BadInstallation" 157 name="BadInstallation"
152 type="alertmodal"> 158 type="alertmodal">
153An error occurred while updating Second Life. Please download the latest version from secondlife.com. 159An error occurred while updating [VIEWER_NAME]. Please download the latest version from [VIEWER_SITE].
154 <usetemplate 160 <usetemplate
155 name="okbutton" 161 name="okbutton"
156 yestext="Ok"/> 162 yestext="Ok"/>
@@ -426,7 +432,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
426 type="alertmodal"> 432 type="alertmodal">
427 You can propose to another Resident or dissolve an existing partnership through the [SECOND_LIFE] website. 433 You can propose to another Resident or dissolve an existing partnership through the [SECOND_LIFE] website.
428 434
429 Go to the Second Life web site for more information on partnering? 435 Go to the [SECOND_LIFE] web site for more information on partnering?
430 <usetemplate 436 <usetemplate
431 name="okcancelbuttons" 437 name="okcancelbuttons"
432 notext="Cancel" 438 notext="Cancel"
@@ -509,7 +515,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
509 icon="alertmodal.tga" 515 icon="alertmodal.tga"
510 name="ConfirmLandSaleToAnyoneChange" 516 name="ConfirmLandSaleToAnyoneChange"
511 type="alertmodal"> 517 type="alertmodal">
512 ATTENTION: Clicking &apos;sell to anyone&apos; makes your land available to the entire Second Life community, even those not in this region. 518 ATTENTION: Clicking &apos;sell to anyone&apos; makes your land available to the entire [GRID_NAME] community, even those not in this region.
513 519
514 The selected [LAND_SIZE] m² land is being set for sale. 520 The selected [LAND_SIZE] m² land is being set for sale.
515 Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME]. 521 Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME].
@@ -700,7 +706,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
700 icon="alertmodal.tga" 706 icon="alertmodal.tga"
701 name="MustAgreeToLogIn" 707 name="MustAgreeToLogIn"
702 type="alertmodal"> 708 type="alertmodal">
703 You must agree to the Terms of Service to continue logging into [SECOND_LIFE]. 709 You must agree to the Terms of Service to continue logging into [GRID_NAME].
704 </notification> 710 </notification>
705 711
706 <notification 712 <notification
@@ -732,7 +738,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
732 Oops! Something was left blank. 738 Oops! Something was left blank.
733 You need to enter both the First and Last name of your avatar. 739 You need to enter both the First and Last name of your avatar.
734 740
735 You need an account to enter [SECOND_LIFE]. Would you like to create one now? 741 You need an account to enter [GRID_NAME]. Would you like to create one now?
736 <usetemplate 742 <usetemplate
737 name="okcancelbuttons" 743 name="okcancelbuttons"
738 notext="Try again" 744 notext="Try again"
@@ -793,7 +799,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
793 icon="alertmodal.tga" 799 icon="alertmodal.tga"
794 name="PromptGoToEventsPage" 800 name="PromptGoToEventsPage"
795 type="alertmodal"> 801 type="alertmodal">
796 Go to the [SECOND_LIFE] events web page? 802 Go to the [GRID_NAME] events web page?
797 <usetemplate 803 <usetemplate
798 name="okcancelbuttons" 804 name="okcancelbuttons"
799 notext="Cancel" 805 notext="Cancel"
@@ -840,14 +846,14 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
840 icon="alertmodal.tga" 846 icon="alertmodal.tga"
841 name="CacheWillClear" 847 name="CacheWillClear"
842 type="alertmodal"> 848 type="alertmodal">
843 Cache will be cleared after you restart [SECOND_LIFE]. 849 Cache will be cleared after you restart [VIEWER_NAME].
844 </notification> 850 </notification>
845 851
846 <notification 852 <notification
847 icon="alertmodal.tga" 853 icon="alertmodal.tga"
848 name="CacheWillBeMoved" 854 name="CacheWillBeMoved"
849 type="alertmodal"> 855 type="alertmodal">
850 Cache will be moved after you restart [SECOND_LIFE]. 856 Cache will be moved after you restart [VIEWER_NAME].
851 Note: This will clear the cache. 857 Note: This will clear the cache.
852 </notification> 858 </notification>
853 859
@@ -855,21 +861,21 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
855 icon="alertmodal.tga" 861 icon="alertmodal.tga"
856 name="ChangeConnectionPort" 862 name="ChangeConnectionPort"
857 type="alertmodal"> 863 type="alertmodal">
858 Port settings take effect after you restart [SECOND_LIFE]. 864 Port settings take effect after you restart [VIEWER_NAME].
859 </notification> 865 </notification>
860 866
861 <notification 867 <notification
862 icon="alertmodal.tga" 868 icon="alertmodal.tga"
863 name="ChangeSkin" 869 name="ChangeSkin"
864 type="alertmodal"> 870 type="alertmodal">
865 The new skin will appear after you restart [SECOND_LIFE]. 871 The new skin will appear after you restart [VIEWER_NAME].
866 </notification> 872 </notification>
867 873
868 <notification 874 <notification
869 icon="alertmodal.tga" 875 icon="alertmodal.tga"
870 name="GoToAuctionPage" 876 name="GoToAuctionPage"
871 type="alertmodal"> 877 type="alertmodal">
872 Go to the [SECOND_LIFE] web page to see auction details or make a bid? 878 Go to the [GRID_NAME] web page to see auction details or make a bid?
873 <usetemplate 879 <usetemplate
874 name="okcancelbuttons" 880 name="okcancelbuttons"
875 notext="Cancel" 881 notext="Cancel"
@@ -995,7 +1001,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
995 icon="alertmodal.tga" 1001 icon="alertmodal.tga"
996 name="UnsupportedHardware" 1002 name="UnsupportedHardware"
997 type="alertmodal"> 1003 type="alertmodal">
998 Warning: Your system does not meet Second Life&apos;s minimum system requirements. If you continue using Second Life, you may experience poor performance. Unfortunately, we cannot provide technical support for unsupported system configurations. 1004 Warning: Your system does not meet [VIEWER_NAME]&apos;s minimum system requirements. If you continue using [VIEWER_NAME], you may experience poor performance. Unfortunately, we cannot provide technical support for unsupported system configurations.
999 1005
1000 MINSPECS 1006 MINSPECS
1001 Do you wish to visit [_URL] for more information? 1007 Do you wish to visit [_URL] for more information?
@@ -1015,7 +1021,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
1015 name="UnknownGPU" 1021 name="UnknownGPU"
1016 type="alertmodal"> 1022 type="alertmodal">
1017 Your system contains a graphics card that is unknown to us at this time. 1023 Your system contains a graphics card that is unknown to us at this time.
1018 This is often the case with new hardware we haven&apos;t had a chance to test. Second Life will most likely run properly, but you may need to adjust your graphics settings to something more appropriate. 1024 This is often the case with new hardware we haven&apos;t had a chance to test. [VIEWER_NAME] will most likely run properly, but you may need to adjust your graphics settings to something more appropriate.
1019 (Edit menu &gt; Preferences &gt; Graphics). 1025 (Edit menu &gt; Preferences &gt; Graphics).
1020 <form name="form"> 1026 <form name="form">
1021 <ignore name="ignore" 1027 <ignore name="ignore"
@@ -1027,7 +1033,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
1027 icon="alertmodal.tga" 1033 icon="alertmodal.tga"
1028 name="DisplaySettingsNoShaders" 1034 name="DisplaySettingsNoShaders"
1029 type="alertmodal"> 1035 type="alertmodal">
1030 [SECOND_LIFE] crashed while initializing graphics drivers. 1036 [VIEWER_NAME] crashed while initializing graphics drivers.
1031 Graphics Quality will be set to low to avoid some common driver errors. 1037 Graphics Quality will be set to low to avoid some common driver errors.
1032 This will disable some graphics features. 1038 This will disable some graphics features.
1033 We recommend updating your graphics card drivers. 1039 We recommend updating your graphics card drivers.
@@ -1620,7 +1626,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
1620 icon="alertmodal.tga" 1626 icon="alertmodal.tga"
1621 name="CannotCloseFloaterBuyLand" 1627 name="CannotCloseFloaterBuyLand"
1622 type="alertmodal"> 1628 type="alertmodal">
1623 You cannot close the Buy Land window until Second Life estimates the price of this transaction. 1629 You cannot close the Buy Land window until [GRID_NAME] estimates the price of this transaction.
1624 </notification> 1630 </notification>
1625 1631
1626 <notification 1632 <notification
@@ -1936,9 +1942,9 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
1936 icon="alertmodal.tga" 1942 icon="alertmodal.tga"
1937 name="YouHaveBeenLoggedOut" 1943 name="YouHaveBeenLoggedOut"
1938 type="alertmodal"> 1944 type="alertmodal">
1939 You have been logged out of [SECOND_LIFE]: 1945 You have been logged out of [GRID_NAME]:
1940 [MESSAGE] 1946 [MESSAGE]
1941 You can still look at existing IM and chat by clicking &apos;View IM &amp; Chat&apos;. Otherwise, click &apos;Quit&apos; to exit [SECOND_LIFE] immediately. 1947 You can still look at existing IM and chat by clicking &apos;View IM &amp; Chat&apos;. Otherwise, click &apos;Quit&apos; to exit [VIEWER_NAME] immediately.
1942 <usetemplate 1948 <usetemplate
1943 name="okcancelbuttons" 1949 name="okcancelbuttons"
1944 notext="Quit" 1950 notext="Quit"
@@ -2279,7 +2285,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2279 name="ClothingLoading" 2285 name="ClothingLoading"
2280 type="alertmodal"> 2286 type="alertmodal">
2281 Your clothing is still downloading. 2287 Your clothing is still downloading.
2282 You can use [SECOND_LIFE] normally and other users will see you correctly. 2288 You can use [GRID_NAME] normally and other users will see you correctly.
2283 <form name="form"> 2289 <form name="form">
2284 <ignore name="ignore" 2290 <ignore name="ignore"
2285 text="When clothing is taking a long time to download"/> 2291 text="When clothing is taking a long time to download"/>
@@ -2290,10 +2296,10 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2290 icon="alertmodal.tga" 2296 icon="alertmodal.tga"
2291 name="FirstRun" 2297 name="FirstRun"
2292 type="alertmodal"> 2298 type="alertmodal">
2293 [SECOND_LIFE] installation is complete. 2299 [VIEWER_NAME] installation is complete.
2294 2300
2295 If this is your first time using [SECOND_LIFE], you will need to create an account before you can log on. 2301 If this is your first time using [GRID_NAME], you will need to create an account before you can log on.
2296 Return to www.secondlife.com to create a new account? 2302 Return to [GRID_SITE] to create a new account?
2297 <usetemplate 2303 <usetemplate
2298 name="okcancelbuttons" 2304 name="okcancelbuttons"
2299 notext="Continue" 2305 notext="Continue"
@@ -2304,7 +2310,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2304 icon="alertmodal.tga" 2310 icon="alertmodal.tga"
2305 name="LoginPacketNeverReceived" 2311 name="LoginPacketNeverReceived"
2306 type="alertmodal"> 2312 type="alertmodal">
2307 We&apos;re having trouble connecting. There may be a problem with your internet connection or the Second Life servers. 2313 We&apos;re having trouble connecting. There may be a problem with your internet connection or the [GRID_NAME] servers.
2308 2314
2309 You can either check your internet connection and try again in a few minutes, click Help to connect to our support site, or click Teleport to attempt to teleport home. 2315 You can either check your internet connection and try again in a few minutes, click Help to connect to our support site, or click Teleport to attempt to teleport home.
2310 <form name="form"> 2316 <form name="form">
@@ -2331,7 +2337,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2331 Your character will appear in a moment. 2337 Your character will appear in a moment.
2332 2338
2333 Use arrow keys to walk. 2339 Use arrow keys to walk.
2334 Press the F1 key at any time for help or to learn more about [SECOND_LIFE]. 2340 Press the F1 key at any time for help or to learn more about [GRID_NAME].
2335 Please choose the male or female avatar. You can change your mind later. 2341 Please choose the male or female avatar. You can change your mind later.
2336 <usetemplate 2342 <usetemplate
2337 name="okcancelbuttons" 2343 name="okcancelbuttons"
@@ -2533,9 +2539,9 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2533 icon="alertmodal.tga" 2539 icon="alertmodal.tga"
2534 name="DownloadWindowsMandatory" 2540 name="DownloadWindowsMandatory"
2535 type="alertmodal"> 2541 type="alertmodal">
2536 A new version of [SECOND_LIFE] is available. 2542 A new version of [VIEWER_NAME] is available.
2537 [MESSAGE] 2543 [MESSAGE]
2538 You must download this update to use [SECOND_LIFE]. 2544 You must download this update to use [GRID_NAME].
2539 <usetemplate 2545 <usetemplate
2540 name="okcancelbuttons" 2546 name="okcancelbuttons"
2541 notext="Quit" 2547 notext="Quit"
@@ -2546,7 +2552,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2546 icon="alertmodal.tga" 2552 icon="alertmodal.tga"
2547 name="DownloadWindows" 2553 name="DownloadWindows"
2548 type="alertmodal"> 2554 type="alertmodal">
2549 An updated version of [SECOND_LIFE] is available. 2555 An updated version of [VIEWER_NAME] is available.
2550 [MESSAGE] 2556 [MESSAGE]
2551 This update is not required, but we suggest you install it to improve performance and stability. 2557 This update is not required, but we suggest you install it to improve performance and stability.
2552 <usetemplate 2558 <usetemplate
@@ -2559,7 +2565,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2559 icon="alertmodal.tga" 2565 icon="alertmodal.tga"
2560 name="DownloadWindowsReleaseForDownload" 2566 name="DownloadWindowsReleaseForDownload"
2561 type="alertmodal"> 2567 type="alertmodal">
2562 An updated version of [SECOND_LIFE] is available. 2568 An updated version of [VIEWER_NAME] is available.
2563 [MESSAGE] 2569 [MESSAGE]
2564 This update is not required, but we suggest you install it to improve performance and stability. 2570 This update is not required, but we suggest you install it to improve performance and stability.
2565 <usetemplate 2571 <usetemplate
@@ -2572,9 +2578,9 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2572 icon="alertmodal.tga" 2578 icon="alertmodal.tga"
2573 name="DownloadMacMandatory" 2579 name="DownloadMacMandatory"
2574 type="alertmodal"> 2580 type="alertmodal">
2575 A new version of [SECOND_LIFE] is available. 2581 A new version of [VIEWER_NAME] is available.
2576 [MESSAGE] 2582 [MESSAGE]
2577 You must download this update to use [SECOND_LIFE]. 2583 You must download this update to use [GRID_NAME].
2578 2584
2579 Download to your Applications folder? 2585 Download to your Applications folder?
2580 <usetemplate 2586 <usetemplate
@@ -2587,7 +2593,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2587 icon="alertmodal.tga" 2593 icon="alertmodal.tga"
2588 name="DownloadMac" 2594 name="DownloadMac"
2589 type="alertmodal"> 2595 type="alertmodal">
2590 An updated version of [SECOND_LIFE] is available. 2596 An updated version of [VIEWER_NAME] is available.
2591 [MESSAGE] 2597 [MESSAGE]
2592 This update is not required, but we suggest you install it to improve performance and stability. 2598 This update is not required, but we suggest you install it to improve performance and stability.
2593 2599
@@ -2602,7 +2608,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2602 icon="alertmodal.tga" 2608 icon="alertmodal.tga"
2603 name="DownloadMacReleaseForDownload" 2609 name="DownloadMacReleaseForDownload"
2604 type="alertmodal"> 2610 type="alertmodal">
2605 An updated version of [SECOND_LIFE] is available. 2611 An updated version of [VIEWER_NAME] is available.
2606 [MESSAGE] 2612 [MESSAGE]
2607 This update is not required, but we suggest you install it to improve performance and stability. 2613 This update is not required, but we suggest you install it to improve performance and stability.
2608 2614
@@ -2642,7 +2648,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
2642 icon="alertmodal.tga" 2648 icon="alertmodal.tga"
2643 name="WebLaunchJoinNow" 2649 name="WebLaunchJoinNow"
2644 type="alertmodal"> 2650 type="alertmodal">
2645 Go to www.secondlife.com to manage your account? 2651 Go to [GRID_SITE] to manage your account?
2646 <usetemplate 2652 <usetemplate
2647 ignoretext="When launching web browser to manage your account" 2653 ignoretext="When launching web browser to manage your account"
2648 name="okcancelignore" 2654 name="okcancelignore"
@@ -3861,7 +3867,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
3861 label="Voice Version Mismatch" 3867 label="Voice Version Mismatch"
3862 name="VoiceVersionMismatch" 3868 name="VoiceVersionMismatch"
3863 type="alertmodal"> 3869 type="alertmodal">
3864 This version of Second Life is not compatible with the Voice Chat feature in this region. In order for Voice Chat to function correctly you will need to update Second Life. 3870 This version of [VIEWER_NAME] is not compatible with the Voice Chat feature in this region. In order for Voice Chat to function correctly you will need to update [VIEWER_NAME].
3865 </notification> 3871 </notification>
3866 3872
3867 <notification 3873 <notification
@@ -4093,7 +4099,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4093 icon="alertmodal.tga" 4099 icon="alertmodal.tga"
4094 name="WebLaunchAccountHistory" 4100 name="WebLaunchAccountHistory"
4095 type="alertmodal"> 4101 type="alertmodal">
4096 Go to the Second Life web site to see your account history? 4102 Go to the [SECOND_LIFE] web site to see your account history?
4097 <usetemplate 4103 <usetemplate
4098 ignoretext="When loading account history web page" 4104 ignoretext="When loading account history web page"
4099 name="okcancelignore" 4105 name="okcancelignore"
@@ -4119,7 +4125,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4119 type="alertmodal"> 4125 type="alertmodal">
4120 Are you sure you want to quit? 4126 Are you sure you want to quit?
4121 <usetemplate 4127 <usetemplate
4122 ignoretext="When Quitting Second Life." 4128 ignoretext="When quitting [VIEWER_NAME]."
4123 name="okcancelignore" 4129 name="okcancelignore"
4124 notext="Continue" 4130 notext="Continue"
4125 yestext="Quit"/> 4131 yestext="Quit"/>
@@ -4150,7 +4156,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4150 The region owner will resolve reports based on the local rules of this region as outlined in the estate Covenant. 4156 The region owner will resolve reports based on the local rules of this region as outlined in the estate Covenant.
4151 (View covenants by going to the World menu and selecting About Land.) 4157 (View covenants by going to the World menu and selecting About Land.)
4152 4158
4153 The resolution of this report applies only to this Region; Residents access to other areas of Second Life will not be affected by the outcome of this report. Only Linden Lab can restrict access to the entirety of Second Life. 4159 The resolution of this report applies only to this Region; Residents access to other areas of [GRID_NAME] will not be affected by the outcome of this report. <!-- Only Linden Lab can restrict access to the entirety of [GRID_NAME]. -->
4154 </notification> 4160 </notification>
4155 4161
4156 <notification 4162 <notification
@@ -4243,9 +4249,9 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4243 4249
4244 You appear to be reporting intellectual property infringement. Please make sure you are reporting it correctly: 4250 You appear to be reporting intellectual property infringement. Please make sure you are reporting it correctly:
4245 4251
4246 (1) The Abuse Process. You may submit an abuse report if you believe a Resident is exploiting the Second Life permissions system, for example, by using CopyBot or similar copying tools, to infringe intellectual property rights. The Abuse Team investigates and issues appropriate disciplinary action for behavior that violates the Second Life Community Standards or Terms of Service. However, the Abuse Team does not handle and will not respond to requests to remove content from the Second Life world. 4252 (1) The Abuse Process. You may submit an abuse report if you believe a Resident is exploiting the [SECOND_LIFE] permissions system, for example, by using CopyBot or similar copying tools, to infringe intellectual property rights. The Abuse Team investigates and issues appropriate disciplinary action for behavior that violates the [SECOND_LIFE] Community Standards or Terms of Service. However, the Abuse Team does not handle and will not respond to requests to remove content from the [SECOND_LIFE] world.
4247 4253
4248 (2) The DMCA or Content Removal Process. To request removal of content from Second Life, you MUST submit a valid notification of infringement as provided in our DMCA Policy at http://secondlife.com/corporate/dmca.php. 4254 (2) The DMCA or Content Removal Process. To request removal of content from [SECOND_LIFE], you MUST submit a valid notification of infringement as provided in our DMCA Policy at http://secondlife.com/corporate/dmca.php.
4249 4255
4250 If you still wish to continue with the abuse process, please close this window and finish submitting your report. You may need to select the specific category &apos;CopyBot or Permissions Exploit&apos;. 4256 If you still wish to continue with the abuse process, please close this window and finish submitting your report. You may need to select the specific category &apos;CopyBot or Permissions Exploit&apos;.
4251 4257
@@ -4495,7 +4501,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4495 icon="alertmodal.tga" 4501 icon="alertmodal.tga"
4496 name="HelpDayCycle" 4502 name="HelpDayCycle"
4497 type="alertmodal"> 4503 type="alertmodal">
4498 The Day Cycle Editor gives you control over the sky during Second Life&apos;s day/night cycle. This is the cycle that is used by the Basic Environment Editor&apos;s Time of Day slider. 4504 The Day Cycle Editor gives you control over the sky during [GRID_NAME]&apos;s day/night cycle. This is the cycle that is used by the Basic Environment Editor&apos;s Time of Day slider.
4499 4505
4500 The Day Cycle Editor works by setting keyframes. These are nodes (represented by the gray blips on the time graph) that have Sky Presets associated with them. As the Time of Day progresses, the WindLight sky &quot;animates&quot; as it interpolates between these keyframes. 4506 The Day Cycle Editor works by setting keyframes. These are nodes (represented by the gray blips on the time graph) that have Sky Presets associated with them. As the Time of Day progresses, the WindLight sky &quot;animates&quot; as it interpolates between these keyframes.
4501 4507
@@ -4662,7 +4668,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4662 icon="alertmodal.tga" 4668 icon="alertmodal.tga"
4663 name="HelpClassicClouds" 4669 name="HelpClassicClouds"
4664 type="alertmodal"> 4670 type="alertmodal">
4665 Check this box to enable rendering of Second Life&apos;s older classic clouds in addition to WindLight&apos;s clouds. 4671 Check this box to enable rendering of [SECOND_LIFE]&apos;s older classic clouds in addition to WindLight&apos;s clouds.
4666 </notification> 4672 </notification>
4667 4673
4668 <notification 4674 <notification
@@ -4887,7 +4893,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4887 name="NotAgeVerified" 4893 name="NotAgeVerified"
4888 type="alertmodal"> 4894 type="alertmodal">
4889 You need to be age-verified in order to access this parcel. 4895 You need to be age-verified in order to access this parcel.
4890 Would you like to visit the Second Life website to verify your age? 4896 Would you like to visit the [SECOND_LIFE] website to verify your age?
4891 4897
4892 [_URL] 4898 [_URL]
4893 <url option="0" name="url"> 4899 <url option="0" name="url">
@@ -4906,7 +4912,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
4906 name="Cannot enter parcel: no payment info on file" 4912 name="Cannot enter parcel: no payment info on file"
4907 type="alertmodal"> 4913 type="alertmodal">
4908 This parcel requires that you have payment information on file before you can access it. 4914 This parcel requires that you have payment information on file before you can access it.
4909 Would you like to visit the Second Life website to set this up? 4915 Would you like to visit the [SECOND_LIFE] website to set this up?
4910 4916
4911 [_URL] 4917 [_URL]
4912 <url option="0" name="url"> 4918 <url option="0" name="url">
@@ -5902,7 +5908,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
5902 icon="notify.tga" 5908 icon="notify.tga"
5903 name="InvalidWearable" 5909 name="InvalidWearable"
5904 type="notify"> 5910 type="notify">
5905 The item you are trying to wear uses a feature that your viewer can&apos;t read. Please upgrade your version of Second Life to wear this item. 5911 The item you are trying to wear uses a feature that your viewer can&apos;t read. Please upgrade your version of [VIEWER_NAME] to wear this item.
5906 </notification> 5912 </notification>
5907 5913
5908 <notification 5914 <notification
@@ -6031,7 +6037,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
6031 icon="notify.tga" 6037 icon="notify.tga"
6032 name="FirstBuild" 6038 name="FirstBuild"
6033 type="notify"> 6039 type="notify">
6034 You can build new objects in some areas of [SECOND_LIFE]. 6040 You can build new objects in some areas of [GRID_NAME].
6035 Use the tools in the upper left to build, and try holding down Ctrl or Alt to rapidly switch tools. 6041 Use the tools in the upper left to build, and try holding down Ctrl or Alt to rapidly switch tools.
6036 Press Esc to stop building. 6042 Press Esc to stop building.
6037 </notification> 6043 </notification>
@@ -6107,7 +6113,7 @@ Add this Ability to &apos;[ROLE_NAME]&apos;?
6107 name="FirstDebugMenus" 6113 name="FirstDebugMenus"
6108 type="notify"> 6114 type="notify">
6109 You have enabled the Advanced menu. 6115 You have enabled the Advanced menu.
6110 This menu contains features useful for developers debugging Second Life. 6116 This menu contains features useful for developers debugging [VIEWER_NAME].
6111 To toggle this menu on Windows press Ctrl-Alt-D. On Mac press Cmd-Opt-Shift-D. 6117 To toggle this menu on Windows press Ctrl-Alt-D. On Mac press Cmd-Opt-Shift-D.
6112 </notification> 6118 </notification>
6113 6119
@@ -6647,14 +6653,15 @@ Go to the Official Imprudence Forums to discuss the Imprudence Project.
6647 </notification> 6653 </notification>
6648 6654
6649 6655
6650 <!--End Imprudence notifications--> 6656 <!--End Imprudence notifications-->
6657
6651 6658
6652 <global name="UnsupportedCPU"> 6659 <global name="UnsupportedCPU">
6653 - Your CPU speed does not meet the minimum requirements. 6660 - Your CPU speed does not meet the minimum requirements.
6654 </global> 6661 </global>
6655 6662
6656 <global name="UnsupportedGLRequirements"> 6663 <global name="UnsupportedGLRequirements">
6657 You do not appear to have the proper hardware requirements for Second Life. Second Life requires an OpenGL graphics card that has multitexture support. If this is the case, you may want to make sure that you have the latest drivers for your graphics card, and service packs and patches for your operating system. 6664 You do not appear to have the proper hardware requirements for [VIEWER_NAME]. [VIEWER_NAME] requires an OpenGL graphics card that has multitexture support. If this is the case, you may want to make sure that you have the latest drivers for your graphics card, and service packs and patches for your operating system.
6658 6665
6659 If you continue to have problems, please visit: http://www.secondlife.com/support 6666 If you continue to have problems, please visit: http://www.secondlife.com/support
6660 </global> 6667 </global>
diff --git a/linden/indra/newview/skins/default/xui/es/notifications.xml b/linden/indra/newview/skins/default/xui/es/notifications.xml
index 9bbbc6c..f39dfc9 100644
--- a/linden/indra/newview/skins/default/xui/es/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/es/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Mensaje de alerta desconocida" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Mensaje de alerta desconocida" name="MissingAlert">
74 Su versión de Second Life no sabe cómo mostrar el mensaje de alerta que acaba de recibir. 74 Su versión de [VIEWER_NAME] no sabe cómo mostrar el mensaje de alerta que acaba de recibir.
75 75
76Detalles del error: no se ha encontrado en notifications.xml la alerta llamada &apos;[_NAME]&apos;. 76Detalles del error: no se ha encontrado en notifications.xml la alerta llamada &apos;[_NAME]&apos;.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -94,7 +94,7 @@ Detalles del error: no se ha encontrado en notifications.xml la alerta llamada &
94 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Sí"/> 94 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Sí"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Ha habido un error al actualizar Second Life. Por favor, descargue la última versión desde secondlife.com. 97 Ha habido un error al actualizar [VIEWER_NAME]. Por favor, descargue la última versión desde [VIEWER_SITE].
98 <usetemplate 98 <usetemplate
99 name="okbutton" 99 name="okbutton"
100 yestext="OK"/> 100 yestext="OK"/>
@@ -226,7 +226,7 @@ Marcando este ítem, se mostrará:
226 <notification name="ClickPartnerHelpAvatar"> 226 <notification name="ClickPartnerHelpAvatar">
227 Puede proponérselo a otro residente o disolver su relación con un/a compañero/a en el sitio web de [SECOND_LIFE]. 227 Puede proponérselo a otro residente o disolver su relación con un/a compañero/a en el sitio web de [SECOND_LIFE].
228 228
229¿Ir al sitio web de Second Life para tener más información sobre este asunto? 229¿Ir al sitio web de [SECOND_LIFE] para tener más información sobre este asunto?
230 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Ir a la página"/> 230 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Ir a la página"/>
231 </notification> 231 </notification>
232 <notification name="ClickUploadHelpPermissions"> 232 <notification name="ClickUploadHelpPermissions">
@@ -264,7 +264,7 @@ Su precio de venta será de [SALE_PRICE] L$, y se autorizará la compra sólo a
264 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/> 264 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/>
265 </notification> 265 </notification>
266 <notification name="ConfirmLandSaleToAnyoneChange"> 266 <notification name="ConfirmLandSaleToAnyoneChange">
267 ATENCIÓN: Al pulsar &apos;vender a cualquiera&apos;, su terreno estará disponible para toda la comunidad de Second Life, incluso para quienes no están en esta región. 267 ATENCIÓN: Al pulsar &apos;vender a cualquiera&apos;, su terreno estará disponible para toda la comunidad de [GRID_NAME], incluso para quienes no están en esta región.
268 268
269Los [LAND_SIZE] m² de terreno seleccionados se van a poner a la venta. 269Los [LAND_SIZE] m² de terreno seleccionados se van a poner a la venta.
270Su precio de venta será de [SALE_PRICE] L$, y se autorizará la compra a [NAME]. 270Su precio de venta será de [SALE_PRICE] L$, y se autorizará la compra a [NAME].
@@ -354,7 +354,7 @@ debe estar usted dentro de ella.
354 Hubo un problema al subir la captura de pantalla del informe por la siguiente razón: [REASON] 354 Hubo un problema al subir la captura de pantalla del informe por la siguiente razón: [REASON]
355 </notification> 355 </notification>
356 <notification name="MustAgreeToLogIn"> 356 <notification name="MustAgreeToLogIn">
357 Debe estar de acuerdo con las Condiciones del Servicio para continuar el inicio de sesión en [SECOND_LIFE]. 357 Debe estar de acuerdo con las Condiciones del Servicio para continuar el inicio de sesión en [GRID_NAME].
358 </notification> 358 </notification>
359 <notification name="CouldNotPutOnOutfit"> 359 <notification name="CouldNotPutOnOutfit">
360 No se ha podido ponerle el vestuario. 360 No se ha podido ponerle el vestuario.
@@ -370,7 +370,7 @@ La carpeta del vestuario contiene partes del cuerpo, u objetos a anexar o que no
370 ¡Vaya! Algo se quedó en blanco. 370 ¡Vaya! Algo se quedó en blanco.
371Debe escribir tanto el nombre como el apellido de su avatar, los dos. 371Debe escribir tanto el nombre como el apellido de su avatar, los dos.
372 372
373Necesita una cuenta para entrar en [SECOND_LIFE]. ¿Quiere crear una ahora? 373Necesita una cuenta para entrar en [GRID_NAME]. ¿Quiere crear una ahora?
374 <usetemplate name="okcancelbuttons" notext="Volver a intentarlo" yestext="Crear una cuenta nueva"/> 374 <usetemplate name="okcancelbuttons" notext="Volver a intentarlo" yestext="Crear una cuenta nueva"/>
375 </notification> 375 </notification>
376 <notification name="AddClassified"> 376 <notification name="AddClassified">
@@ -412,17 +412,17 @@ No se reembolsan las cuotas pagadas.
412 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/> 412 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/>
413 </notification> 413 </notification>
414 <notification name="CacheWillClear"> 414 <notification name="CacheWillClear">
415 La caché se limpiará cuando reinicie [SECOND_LIFE]. 415 La caché se limpiará cuando reinicie [VIEWER_NAME].
416 </notification> 416 </notification>
417 <notification name="CacheWillBeMoved"> 417 <notification name="CacheWillBeMoved">
418 La caché se moverá cuando reinicie [SECOND_LIFE]. 418 La caché se moverá cuando reinicie [VIEWER_NAME].
419Nota: esto limpiará la caché. 419Nota: esto limpiará la caché.
420 </notification> 420 </notification>
421 <notification name="ChangeConnectionPort"> 421 <notification name="ChangeConnectionPort">
422 Las configuraciones del puerto tendrán efecto cuando reinicie [SECOND_LIFE]. 422 Las configuraciones del puerto tendrán efecto cuando reinicie [VIEWER_NAME].
423 </notification> 423 </notification>
424 <notification name="ChangeSkin"> 424 <notification name="ChangeSkin">
425 La nueva apariencia se verá cuando reinicie [SECOND_LIFE]. 425 La nueva apariencia se verá cuando reinicie [VIEWER_NAME].
426 </notification> 426 </notification>
427 <notification name="GoToAuctionPage"> 427 <notification name="GoToAuctionPage">
428 ¿Ir a la página web de [SECOND_LIFE] para ver los detalles de la subasta 428 ¿Ir a la página web de [SECOND_LIFE] para ver los detalles de la subasta
@@ -482,7 +482,7 @@ El objeto debe de haber sido borrado o estar fuera de rango (&apos;out of range&
482 No se ha podido escribir el archivo [[FILE]] 482 No se ha podido escribir el archivo [[FILE]]
483 </notification> 483 </notification>
484 <notification name="UnsupportedHardware"> 484 <notification name="UnsupportedHardware">
485 Atención: su sistema no tiene los requerimientos mínimos que necesita Second Life. Si sigue usando Second Life, tendrá un funcionamiento pobre. Desafortunadamente, no podemos ofrecer soporte técnico para configuraciones inadecuadas del sistema. 485 Atención: su sistema no tiene los requerimientos mínimos que necesita [VIEWER_NAME]. Si sigue usando [VIEWER_NAME], tendrá un funcionamiento pobre. Desafortunadamente, no podemos ofrecer soporte técnico para configuraciones inadecuadas del sistema.
486 486
487MINSPECS 487MINSPECS
488Para más información, ¿quiere visitar [_URL]? 488Para más información, ¿quiere visitar [_URL]?
@@ -494,14 +494,14 @@ Para más información, ¿quiere visitar [_URL]?
494 <notification name="UnknownGPU"> 494 <notification name="UnknownGPU">
495 En este momento, desconocemos la tarjeta gráfica de su sistema. 495 En este momento, desconocemos la tarjeta gráfica de su sistema.
496Con frecuencia, esto se debe a hardware nuevo que no hemos podido revisar aún. 496Con frecuencia, esto se debe a hardware nuevo que no hemos podido revisar aún.
497Es muy probable que Second Life funcione correctamente, pero deberá ajustar sus configuraciones gráficas a lo que sea más apropiado. 497Es muy probable que [VIEWER_NAME] funcione correctamente, pero deberá ajustar sus configuraciones gráficas a lo que sea más apropiado.
498(Menú Editar &gt; Preferencias &gt; Gráficos). 498(Menú Editar &gt; Preferencias &gt; Gráficos).
499 <form name="form"> 499 <form name="form">
500 <ignore name="ignore" text="Cuando se detecte una tarjeta gráfica desconocida"/> 500 <ignore name="ignore" text="Cuando se detecte una tarjeta gráfica desconocida"/>
501 </form> 501 </form>
502 </notification> 502 </notification>
503 <notification name="DisplaySettingsNoShaders"> 503 <notification name="DisplaySettingsNoShaders">
504 [SECOND_LIFE] se cayó al inicializar los drivers gráficos. 504 [VIEWER_NAME] se cayó al inicializar los drivers gráficos.
505La calidad de los gráficos deberá establecerse en un nivel bajo para prevenir algunos errores frecuentes en los drivers. 505La calidad de los gráficos deberá establecerse en un nivel bajo para prevenir algunos errores frecuentes en los drivers.
506Esto desactivará algunas opciones gráficas. 506Esto desactivará algunas opciones gráficas.
507Le recomendamos que actualice los drivers de su tarjeta gráfica. 507Le recomendamos que actualice los drivers de su tarjeta gráfica.
@@ -792,7 +792,7 @@ no se ha seleccionado una parcela.
792no se ha podido encontrar en qué región está. 792no se ha podido encontrar en qué región está.
793 </notification> 793 </notification>
794 <notification name="CannotCloseFloaterBuyLand"> 794 <notification name="CannotCloseFloaterBuyLand">
795 No puede cerrar la ventana de Comprar terreno hasta que Second Life calcule el precio de esta transacción. 795 No puede cerrar la ventana de Comprar terreno hasta que [GRID_NAME] calcule el precio de esta transacción.
796 </notification> 796 </notification>
797 <notification name="CannotDeedLandNothingSelected"> 797 <notification name="CannotDeedLandNothingSelected">
798 No se ha podido transferir el terreno: 798 No se ha podido transferir el terreno:
@@ -961,9 +961,9 @@ Esto es, generalmente, un fallo temporal. Por favor, reinténtelo en unos pocos
961Si persiste el problema, por favor, pulse en en el menú &apos;Herramientas &gt; Informar de un fallo&apos; y aporte detalles sobre la configuración de su conexión. 961Si persiste el problema, por favor, pulse en en el menú &apos;Herramientas &gt; Informar de un fallo&apos; y aporte detalles sobre la configuración de su conexión.
962 </notification> 962 </notification>
963 <notification name="YouHaveBeenLoggedOut"> 963 <notification name="YouHaveBeenLoggedOut">
964 Se ha cerrado su sesión en [SECOND_LIFE]: 964 Se ha cerrado su sesión en [GRID_NAME]:
965 [MESSAGE] 965 [MESSAGE]
966Aún puede ver el chat y los MI existentes pulsando &apos;Ver MI y Chat&apos;. Si no, pulse &apos;Salir&apos; para dejar inmediatemente [SECOND_LIFE]. 966Aún puede ver el chat y los MI existentes pulsando &apos;Ver MI y Chat&apos;. Si no, pulse &apos;Salir&apos; para dejar inmediatemente [VIEWER_NAME].
967 <usetemplate name="okcancelbuttons" notext="Salir" yestext="Ver MI y Chat"/> 967 <usetemplate name="okcancelbuttons" notext="Salir" yestext="Ver MI y Chat"/>
968 </notification> 968 </notification>
969 <notification name="OnlyOfficerCanBuyLand"> 969 <notification name="OnlyOfficerCanBuyLand">
@@ -1129,20 +1129,20 @@ Ha sido llevado a una región cercana.
1129 </notification> 1129 </notification>
1130 <notification name="ClothingLoading"> 1130 <notification name="ClothingLoading">
1131 Aún está descargándose su ropa. 1131 Aún está descargándose su ropa.
1132Puede usar normalmente [SECOND_LIFE], los demás residentes le verán correctamente. 1132Puede usar normalmente [GRID_NAME], los demás residentes le verán correctamente.
1133 <form name="form"> 1133 <form name="form">
1134 <ignore name="ignore" text="Cuando está llevando mucho tiempo descargar la ropa"/> 1134 <ignore name="ignore" text="Cuando está llevando mucho tiempo descargar la ropa"/>
1135 </form> 1135 </form>
1136 </notification> 1136 </notification>
1137 <notification name="FirstRun"> 1137 <notification name="FirstRun">
1138 Se ha completado la instalación de [SECOND_LIFE]. 1138 Se ha completado la instalación de [VIEWER_NAME].
1139 1139
1140Si esta es la primera vez que usa [SECOND_LIFE], deberá crear una cuenta antes de que pueda iniciar una sesión. 1140Si esta es la primera vez que usa [GRID_NAME], deberá crear una cuenta antes de que pueda iniciar una sesión.
1141¿Volver a www.secondlife.com para crear una cuenta nueva? 1141¿Volver a [GRID_SITE] para crear una cuenta nueva?
1142 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Cuenta nueva..."/> 1142 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Cuenta nueva..."/>
1143 </notification> 1143 </notification>
1144 <notification name="LoginPacketNeverReceived"> 1144 <notification name="LoginPacketNeverReceived">
1145 Tenemos problemas de conexión. Puede deberse a un problema de su conexión a internet o de los servidores de Second Life. 1145 Tenemos problemas de conexión. Puede deberse a un problema de su conexión a internet o de los servidores de [GRID_NAME].
1146 1146
1147Puede revisar su conexión a internet y volver a intentarlo en unos minutos. Pulse Ayuda para conectarse a nuestro sitio de Sporte, o pulse Teleportar para intentar teleportarse a su Base. 1147Puede revisar su conexión a internet y volver a intentarlo en unos minutos. Pulse Ayuda para conectarse a nuestro sitio de Sporte, o pulse Teleportar para intentar teleportarse a su Base.
1148 <form name="form"> 1148 <form name="form">
@@ -1155,7 +1155,7 @@ Puede revisar su conexión a internet y volver a intentarlo en unos minutos. Pul
1155 Su personaje aparecerá en un momento. 1155 Su personaje aparecerá en un momento.
1156 1156
1157Para caminar, use las teclas del cursor. 1157Para caminar, use las teclas del cursor.
1158En cualquier momento, puede pulsar la tecla F1 para conseguir ayuda o para aprender más acerca de [SECOND_LIFE]. 1158En cualquier momento, puede pulsar la tecla F1 para conseguir ayuda o para aprender más acerca de [GRID_NAME].
1159Por favor, elija el avatar masculino o femenino. 1159Por favor, elija el avatar masculino o femenino.
1160Puede cambiar más adelante su elección. 1160Puede cambiar más adelante su elección.
1161 <usetemplate name="okcancelbuttons" notext="Mujer" yestext="Varón"/> 1161 <usetemplate name="okcancelbuttons" notext="Mujer" yestext="Varón"/>
@@ -1246,33 +1246,33 @@ Por favor, ponga en venta el objeto y reinténtelo.
1246[DOWNLOAD_PATH]. 1246[DOWNLOAD_PATH].
1247 </notification> 1247 </notification>
1248 <notification name="DownloadWindowsMandatory"> 1248 <notification name="DownloadWindowsMandatory">
1249 Está disponible una versión nueva de [SECOND_LIFE]. 1249 Está disponible una versión nueva de [VIEWER_NAME].
1250[MESSAGE] 1250[MESSAGE]
1251Debe descargar esta actualización para usar [SECOND_LIFE]. 1251Debe descargar esta actualización para usar [GRID_NAME].
1252 <usetemplate name="okcancelbuttons" notext="Salir" yestext="Descargarla"/> 1252 <usetemplate name="okcancelbuttons" notext="Salir" yestext="Descargarla"/>
1253 </notification> 1253 </notification>
1254 <notification name="DownloadWindows"> 1254 <notification name="DownloadWindows">
1255 Está disponible una versión actualizada de [SECOND_LIFE]. 1255 Está disponible una versión actualizada de [VIEWER_NAME].
1256[MESSAGE] 1256[MESSAGE]
1257Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad. 1257Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad.
1258 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Descargarla"/> 1258 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Descargarla"/>
1259 </notification> 1259 </notification>
1260 <notification name="DownloadWindowsReleaseForDownload"> 1260 <notification name="DownloadWindowsReleaseForDownload">
1261 Está disponible una versión actualizada de [SECOND_LIFE]. 1261 Está disponible una versión actualizada de [VIEWER_NAME].
1262[MESSAGE] 1262[MESSAGE]
1263Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad. 1263Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad.
1264 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Descargarla"/> 1264 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Descargarla"/>
1265 </notification> 1265 </notification>
1266 <notification name="DownloadMacMandatory"> 1266 <notification name="DownloadMacMandatory">
1267 Está disponible una versión nueva de [SECOND_LIFE]. 1267 Está disponible una versión nueva de [VIEWER_NAME].
1268[MESSAGE] 1268[MESSAGE]
1269Debe descargar esta actualización para usar [SECOND_LIFE]. 1269Debe descargar esta actualización para usar [GRID_NAME].
1270 1270
1271¿Descargarla a su carpeta de aplicaciones? 1271¿Descargarla a su carpeta de aplicaciones?
1272 <usetemplate name="okcancelbuttons" notext="Salir" yestext="Descargarla"/> 1272 <usetemplate name="okcancelbuttons" notext="Salir" yestext="Descargarla"/>
1273 </notification> 1273 </notification>
1274 <notification name="DownloadMac"> 1274 <notification name="DownloadMac">
1275 Está disponible una versión actualizada de [SECOND_LIFE]. 1275 Está disponible una versión actualizada de [VIEWER_NAME].
1276[MESSAGE] 1276[MESSAGE]
1277Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad. 1277Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad.
1278 1278
@@ -1280,7 +1280,7 @@ Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar
1280 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Descargarla"/> 1280 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Descargarla"/>
1281 </notification> 1281 </notification>
1282 <notification name="DownloadMacReleaseForDownload"> 1282 <notification name="DownloadMacReleaseForDownload">
1283 Está disponible una versión actualizada de [SECOND_LIFE]. 1283 Está disponible una versión actualizada de [VIEWER_NAME].
1284[MESSAGE] 1284[MESSAGE]
1285Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad. 1285Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar el rendimiento y la estabilidad.
1286 1286
@@ -1297,7 +1297,7 @@ Esta actualización no es obligatoria, pero le sugerimos instalarla para mejorar
1297 <usetemplate ignoretext="Cuando se abra el navegador de su sistema para ver una página web" name="okcancelignore" notext="Cancelar" yestext="OK"/> 1297 <usetemplate ignoretext="Cuando se abra el navegador de su sistema para ver una página web" name="okcancelignore" notext="Cancelar" yestext="OK"/>
1298 </notification> 1298 </notification>
1299 <notification name="WebLaunchJoinNow"> 1299 <notification name="WebLaunchJoinNow">
1300 ¿Ir a www.secondlife.com para administrar su cuenta? 1300 ¿Ir a [GRID_SITE] para administrar su cuenta?
1301 <usetemplate ignoretext="Cuando se abra el navegador para administrar su cuenta" name="okcancelignore" notext="Cancelar" yestext="OK"/> 1301 <usetemplate ignoretext="Cuando se abra el navegador para administrar su cuenta" name="okcancelignore" notext="Cancelar" yestext="OK"/>
1302 </notification> 1302 </notification>
1303 <notification name="WebLaunchBugReport101"> 1303 <notification name="WebLaunchBugReport101">
@@ -1888,7 +1888,7 @@ Si se deja en blanco, las Denuncias de Infracción se enviarán sólo a Linden L
1888Por defecto: off 1888Por defecto: off
1889 </notification> 1889 </notification>
1890 <notification label="Desajuste en la versión de voz" name="VoiceVersionMismatch"> 1890 <notification label="Desajuste en la versión de voz" name="VoiceVersionMismatch">
1891 En esta región, la versión de Second Life no es compatible con el chat de voz. Para que el chat de voz funcione correctamente, debe actualizar Second Life. 1891 En esta región, la versión de [VIEWER_NAME] no es compatible con el chat de voz. Para que el chat de voz funcione correctamente, debe actualizar [VIEWER_NAME].
1892 </notification> 1892 </notification>
1893 <notification label="Contrato del estado" name="HelpEstateCovenant"> 1893 <notification label="Contrato del estado" name="HelpEstateCovenant">
1894 Definir un contrato del estado le permite vender parcelas del mismo. Si no existe un contrato, no puede vender terreno. 1894 Definir un contrato del estado le permite vender parcelas del mismo. Si no existe un contrato, no puede vender terreno.
@@ -2004,16 +2004,16 @@ Dado que estos objetos tienen scripts, moverlos a su inventario puede provocar u
2004 En este objeto, no hay ítems que esté autorizado a copiar. 2004 En este objeto, no hay ítems que esté autorizado a copiar.
2005 </notification> 2005 </notification>
2006 <notification name="WebLaunchAccountHistory"> 2006 <notification name="WebLaunchAccountHistory">
2007 ¿Ir al sitio web de Second Life para ver el historial de su cuenta? 2007 ¿Ir al sitio web de [SECOND_LIFE] para ver el historial de su cuenta?
2008 <usetemplate ignoretext="Cuando se cargue la página web del historial de la cuenta" name="okcancelignore" notext="Cancelar" yestext="Ir a la página"/> 2008 <usetemplate ignoretext="Cuando se cargue la página web del historial de la cuenta" name="okcancelignore" notext="Cancelar" yestext="Ir a la página"/>
2009 </notification> 2009 </notification>
2010 <notification name="ClickOpenF1Help"> 2010 <notification name="ClickOpenF1Help">
2011 ¿Visitar el sitio web de Soporte de Second Life? 2011 ¿Visitar el sitio web de Soporte de [SECOND_LIFE]?
2012 <usetemplate ignoretext="Cuando visite el sitio web de Soporte de Second Life." name="okcancelignore" notext="Cancelar" yestext="Ir"/> 2012 <usetemplate ignoretext="Cuando visite el sitio web de Soporte de [SECOND_LIFE]." name="okcancelignore" notext="Cancelar" yestext="Ir"/>
2013 </notification> 2013 </notification>
2014 <notification name="ConfirmQuit"> 2014 <notification name="ConfirmQuit">
2015 ¿Está seguro de que quiere salir? 2015 ¿Está seguro de que quiere salir?
2016 <usetemplate ignoretext="Cuando esté saliendo de Second Life." name="okcancelignore" notext="Continuar" yestext="Salir"/> 2016 <usetemplate ignoretext="Cuando esté saliendo de [VIEWER_NAME]." name="okcancelignore" notext="Continuar" yestext="Salir"/>
2017 </notification> 2017 </notification>
2018 <notification name="HelpReportAbuseEmailLL"> 2018 <notification name="HelpReportAbuseEmailLL">
2019 Use esta herramienta para denunciar violaciones de las Normas de la Comunidad y las Condiciones del Servicio. Vea: 2019 Use esta herramienta para denunciar violaciones de las Normas de la Comunidad y las Condiciones del Servicio. Vea:
@@ -2033,7 +2033,7 @@ Como un servicio a los residentes y visitantes, el propietario de la región ha
2033El propietario de la región resolverá las denuncias basándose en las reglas locales de la región, tal como se detallan en el Contrato del estado. 2033El propietario de la región resolverá las denuncias basándose en las reglas locales de la región, tal como se detallan en el Contrato del estado.
2034(Puede ver el Contrato yendo al menú Mundo y eligiendo Acerca del terreno). 2034(Puede ver el Contrato yendo al menú Mundo y eligiendo Acerca del terreno).
2035 2035
2036La resolución de esta denuncia se aplica exclusivamente a esta región; el acceso de los residentes a otras áreas de Second Life no se verá afectado por el resultado de esta denuncia. Únicamente Linden Lab puede impedir el acceso a la totalidad de Second Life. 2036La resolución de esta denuncia se aplica exclusivamente a esta región; el acceso de los residentes a otras áreas de [GRID_NAME] no se verá afectado por el resultado de esta denuncia. <!-- Únicamente Linden Lab puede impedir el acceso a la totalidad de [GRID_NAME]. -->
2037 </notification> 2037 </notification>
2038 <notification name="HelpReportBug"> 2038 <notification name="HelpReportBug">
2039 Use esta herramienta *sólo* para informar de cuestiones técnicas que no se comportan como se describe o era esperable. Por favor, aporte todos los detalles que pueda. 2039 Use esta herramienta *sólo* para informar de cuestiones técnicas que no se comportan como se describe o era esperable. Por favor, aporte todos los detalles que pueda.
@@ -2086,9 +2086,9 @@ Aportar una descripción precisa nos ayuda a clasificar y procesar los informes
2086 2086
2087Parece que está usted denunciando una violación de la propiedad intelectual. Por favor, asegúrese de que su denuncia es correcto. 2087Parece que está usted denunciando una violación de la propiedad intelectual. Por favor, asegúrese de que su denuncia es correcto.
2088 2088
2089(1) El proceso de la denuncia. Debe enviar una denuncia de infracción si cree que un Residente está reventando el sistema de permisos de Second Life, por ejemplo, usando un CopyBot u otras herramientas parecidas para copiar, infringiendo los derechos de propiedad intelectual. El Equipo de Infracciones (Abuse Team) investiga y lleva a cabo las acciones disciplinarias apropiadas ante toda acción que viole las las Normas de la Comunidad de Second Life o las Condiciones del Servicio. Sin embargo, el Equipo de Infracciones ni gestiona ni responde a las solicitudes de eliminar contenidos del mundo de Second Life. 2089(1) El proceso de la denuncia. Debe enviar una denuncia de infracción si cree que un Residente está reventando el sistema de permisos de [SECOND_LIFE], por ejemplo, usando un CopyBot u otras herramientas parecidas para copiar, infringiendo los derechos de propiedad intelectual. El Equipo de Infracciones (Abuse Team) investiga y lleva a cabo las acciones disciplinarias apropiadas ante toda acción que viole las las Normas de la Comunidad de [SECOND_LIFE] o las Condiciones del Servicio. Sin embargo, el Equipo de Infracciones ni gestiona ni responde a las solicitudes de eliminar contenidos del mundo de [SECOND_LIFE].
2090 2090
2091(2) El DMCA o Proceso de Eliminación de Contenido. Para solicitar que se elimine algún contenido de Second Life, DEBE enviar una notificación válida de infracción tal y como se explica en nuestra DMCA Policy en http://secondlife.com/corporate/dmca.php. 2091(2) El DMCA o Proceso de Eliminación de Contenido. Para solicitar que se elimine algún contenido de [SECOND_LIFE], DEBE enviar una notificación válida de infracción tal y como se explica en nuestra DMCA Policy en http://secondlife.com/corporate/dmca.php.
2092 2092
2093Si todavía quiere seguir con el proceso de infracción, por favor, cierre esta ventana y acabe de enviar su denuncia. En concreto, debe seleccionar la categoría &apos;CopyBot o Programa para saltarse los permisos&apos;. 2093Si todavía quiere seguir con el proceso de infracción, por favor, cierre esta ventana y acabe de enviar su denuncia. En concreto, debe seleccionar la categoría &apos;CopyBot o Programa para saltarse los permisos&apos;.
2094 2094
@@ -2210,7 +2210,7 @@ Pulse &apos;Cielo avanzado&apos; para abrir un editor con configuraciones avanza
2210Pulse &apos;Agua avanzada&apos; para abrir un editor con configuraciones avanzadas para el agua. 2210Pulse &apos;Agua avanzada&apos; para abrir un editor con configuraciones avanzadas para el agua.
2211 </notification> 2211 </notification>
2212 <notification name="HelpDayCycle"> 2212 <notification name="HelpDayCycle">
2213 El Editor del ciclo del día le permite controlar el cielo de Second Life durante el ciclo día/noche. Este es el ciclo que usa el deslizable Duración de un día del Editor del entorno. 2213 El Editor del ciclo del día le permite controlar el cielo de [GRID_NAME] durante el ciclo día/noche. Este es el ciclo que usa el deslizable Duración de un día del Editor del entorno.
2214 2214
2215El Editor del ciclo del día trabaja configurando fotogramas clave (&apos;keyframes&apos;): nodos (representados por los puntos grises en la línea del tiempo) cada uno de los cuales tiene asociado un Cielo definido. Según progresa la Duración de un día, el WindLight realiza la &apos;animación&apos; del cielo interpolándose entre esos fotogramas clave. 2215El Editor del ciclo del día trabaja configurando fotogramas clave (&apos;keyframes&apos;): nodos (representados por los puntos grises en la línea del tiempo) cada uno de los cuales tiene asociado un Cielo definido. Según progresa la Duración de un día, el WindLight realiza la &apos;animación&apos; del cielo interpolándose entre esos fotogramas clave.
2216 2216
@@ -2288,7 +2288,7 @@ Pero, vaya, diviértase si quiere.
2288 Controla la velocidad de las nubes al moverse en la dirección del eje Y. 2288 Controla la velocidad de las nubes al moverse en la dirección del eje Y.
2289 </notification> 2289 </notification>
2290 <notification name="HelpClassicClouds"> 2290 <notification name="HelpClassicClouds">
2291 Marque esta casilla para activar la aparición de las nubes clásicas de Second Life junto a las nubes del WindLight. 2291 Marque esta casilla para activar la aparición de las nubes clásicas de [SECOND_LIFE] junto a las nubes del WindLight.
2292 </notification> 2292 </notification>
2293 <notification name="HelpWaterFogColor"> 2293 <notification name="HelpWaterFogColor">
2294 Elije el color del agua bajo la superficie. 2294 Elije el color del agua bajo la superficie.
@@ -2386,7 +2386,7 @@ Pero, vaya, diviértase si quiere.
2386 </notification> 2386 </notification>
2387 <notification name="NotAgeVerified"> 2387 <notification name="NotAgeVerified">
2388 Para acceder a esta parcela, se debe haber verificado su edad. 2388 Para acceder a esta parcela, se debe haber verificado su edad.
2389¿Quiere visitar la web de Second Life para verificar su edad? 2389¿Quiere visitar la web de [SECOND_LIFE] para verificar su edad?
2390 2390
2391[_URL] 2391[_URL]
2392 <url name="url" option="0"> 2392 <url name="url" option="0">
@@ -2396,7 +2396,7 @@ Pero, vaya, diviértase si quiere.
2396 </notification> 2396 </notification>
2397 <notification name="Cannot enter parcel: no payment info on file"> 2397 <notification name="Cannot enter parcel: no payment info on file">
2398 Antes de que pueda acceder a esta parcela, se requiere que usted tenga archivada su información de pago. 2398 Antes de que pueda acceder a esta parcela, se requiere que usted tenga archivada su información de pago.
2399¿Quiere visitar la web de Second Life para actualizar esto? 2399¿Quiere visitar la web de [SECOND_LIFE] para actualizar esto?
2400 2400
2401[_URL] 2401[_URL]
2402 <url name="url" option="0"> 2402 <url name="url" option="0">
@@ -2713,13 +2713,13 @@ Por favor, reinténtelo en unos momentos.
2713 No se puede crear la conexión. 2713 No se puede crear la conexión.
2714 </notification> 2714 </notification>
2715 <notification name="InternalUsherError"> 2715 <notification name="InternalUsherError">
2716 Se ha producido un error interno al intentar acceder al destino de su teleporte. Puede que, en este momento, el servicio de Second Life tenga problemas. 2716 Se ha producido un error interno al intentar acceder al destino de su teleporte. Puede que, en este momento, el servicio de [GRID_NAME] tenga problemas.
2717 </notification> 2717 </notification>
2718 <notification name="NoGoodTPDestination"> 2718 <notification name="NoGoodTPDestination">
2719 No se puede encontrar en esta región un buen destino para el teleporte. 2719 No se puede encontrar en esta región un buen destino para el teleporte.
2720 </notification> 2720 </notification>
2721 <notification name="InternalErrorRegionResolver"> 2721 <notification name="InternalErrorRegionResolver">
2722 Ha sucedido un error interno al manejar las coordenadas globales de su petición de teleporte. Puede que, en este momento, el servicio de Second Life tenga problemas. 2722 Ha sucedido un error interno al manejar las coordenadas globales de su petición de teleporte. Puede que, en este momento, el servicio de [GRID_NAME] tenga problemas.
2723 </notification> 2723 </notification>
2724 <notification name="NoValidLanding"> 2724 <notification name="NoValidLanding">
2725 No se ha podido encontrar un punto de aterrizaje válido. 2725 No se ha podido encontrar un punto de aterrizaje válido.
@@ -2840,7 +2840,7 @@ Del objeto: [OBJECTNAME]; propiedad de: [NAME]?
2840 Búsqueda fallida de [TYPE] de nombre [DESC] en la base de datos. 2840 Búsqueda fallida de [TYPE] de nombre [DESC] en la base de datos.
2841 </notification> 2841 </notification>
2842 <notification name="InvalidWearable"> 2842 <notification name="InvalidWearable">
2843 El ítem que intenta llevar usa una característica que su visor no puede leer. Por favor, actualice su versión de Second Life para llevar este ítem. 2843 El ítem que intenta llevar usa una característica que su visor no puede leer. Por favor, actualice su versión de [VIEWER_NAME] para llevar este ítem.
2844 </notification> 2844 </notification>
2845 <notification name="ScriptQuestion"> 2845 <notification name="ScriptQuestion">
2846 &apos;[OBJECTNAME]&apos;, un objeto propiedad de &apos;[NAME]&apos;, querría: 2846 &apos;[OBJECTNAME]&apos;, un objeto propiedad de &apos;[NAME]&apos;, querría:
@@ -2900,7 +2900,7 @@ Púlselo dos veces para teleportarse.
2900Use los controles de la derecha para encontrar sitios y mostrar diferentes fondos. 2900Use los controles de la derecha para encontrar sitios y mostrar diferentes fondos.
2901 </notification> 2901 </notification>
2902 <notification name="FirstBuild"> 2902 <notification name="FirstBuild">
2903 Usted puede construir objetos nuevos en algunas zonas de [SECOND_LIFE]. 2903 Usted puede construir objetos nuevos en algunas zonas de [GRID_NAME].
2904Use las herramientas de arriba a la izquierda para construir, y pruebe a cambiar rápidamente entre ellas pulsando Ctrl o Alt. 2904Use las herramientas de arriba a la izquierda para construir, y pruebe a cambiar rápidamente entre ellas pulsando Ctrl o Alt.
2905Pulse Esc para dejar de construir. 2905Pulse Esc para dejar de construir.
2906 </notification> 2906 </notification>
@@ -2943,7 +2943,7 @@ Los objetos flexibles no pueden ser materiales, y serán inmateriales hasta que
2943 </notification> 2943 </notification>
2944 <notification name="FirstDebugMenus"> 2944 <notification name="FirstDebugMenus">
2945 Ha activado el menú Avanzado. 2945 Ha activado el menú Avanzado.
2946Contiene herramientas útiles para los desarrolladores que trabajan mejorando Second Life. 2946Contiene herramientas útiles para los desarrolladores que trabajan mejorando [VIEWER_NAME].
2947Para pasar este menú a una ventana, pulse Ctrl-Alt-D. En un Mac, pulse Cmd-Opt-Shift-D. 2947Para pasar este menú a una ventana, pulse Ctrl-Alt-D. En un Mac, pulse Cmd-Opt-Shift-D.
2948 </notification> 2948 </notification>
2949 <notification name="FirstSculptedPrim"> 2949 <notification name="FirstSculptedPrim">
@@ -3051,7 +3051,7 @@ Pulse Aceptar para entrar al chat o Rehusar para declinar la invitación. Pulse
3051 - La velocidad de su CPU no cumple los requerimientos mínimos. 3051 - La velocidad de su CPU no cumple los requerimientos mínimos.
3052 </global> 3052 </global>
3053 <global name="UnsupportedGLRequirements"> 3053 <global name="UnsupportedGLRequirements">
3054 Parece que no tiene los requerimientos de hardware apropiados para Second Life. Second Life requiere una tarjeta gráfica OpenGL que admita texturas múltiples (&apos;multitexture support&apos;). Si la tiene, compruebe que tiene los últimos drivers para su tarjeta gráfica, así como los últimos parches y &apos;service packs&apos; para su sistema operativo. 3054 Parece que no tiene los requerimientos de hardware apropiados para [VIEWER_NAME]. [VIEWER_NAME] requiere una tarjeta gráfica OpenGL que admita texturas múltiples (&apos;multitexture support&apos;). Si la tiene, compruebe que tiene los últimos drivers para su tarjeta gráfica, así como los últimos parches y &apos;service packs&apos; para su sistema operativo.
3055 3055
3056Si los problemas persisten, por favor, acuda a: http://www.secondlife.com/support 3056Si los problemas persisten, por favor, acuda a: http://www.secondlife.com/support
3057 </global> 3057 </global>
diff --git a/linden/indra/newview/skins/default/xui/fr/notifications.xml b/linden/indra/newview/skins/default/xui/fr/notifications.xml
index 342f69f..6911f8b 100644
--- a/linden/indra/newview/skins/default/xui/fr/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/fr/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Message d&apos;alerte inconnu" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Message d&apos;alerte inconnu" name="MissingAlert">
74 Votre version de Second Life ne peut afficher ce message d&apos;erreur. 74 Votre version de [VIEWER_NAME] ne peut afficher ce message d&apos;erreur.
75 75
76Détails de l&apos;erreur : L&apos;alerte, appelée &apos;[_NAME]&apos; est introuvable dans notifications.xml. 76Détails de l&apos;erreur : L&apos;alerte, appelée &apos;[_NAME]&apos; est introuvable dans notifications.xml.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -94,7 +94,7 @@ Détails de l&apos;erreur : L&apos;alerte, appelée &apos;[_NAME]&apos; est int
94 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="Oui"/> 94 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="Oui"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Une erreur est survenue lors de la mise à jour de Second Life. Veuillez télécharger la dernière version depuis secondlife.com. 97 Une erreur est survenue lors de la mise à jour de [VIEWER_NAME]. Veuillez télécharger la dernière version depuis [VIEWER_SITE].
98 <usetemplate name="okbutton" yestext="OK"/> 98 <usetemplate name="okbutton" yestext="OK"/>
99 </notification> 99 </notification>
100 <notification name="LoginFailedNoNetwork"> 100 <notification name="LoginFailedNoNetwork">
@@ -219,7 +219,7 @@ En cochant cette case, votre parcelle apparaîtra :
219 <notification name="ClickPartnerHelpAvatar"> 219 <notification name="ClickPartnerHelpAvatar">
220 Vous pouvez proposer à un autre résident de devenir votre partenaire ou dissoudre un partenariat existant à partir du site de [SECOND_LIFE]. 220 Vous pouvez proposer à un autre résident de devenir votre partenaire ou dissoudre un partenariat existant à partir du site de [SECOND_LIFE].
221 221
222Aller sur le site de Second Life pour avoir plus d&apos;informations sur les partenariats ? 222Aller sur le site de [SECOND_LIFE] pour avoir plus d&apos;informations sur les partenariats ?
223 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="Aller sur cette page"/> 223 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="Aller sur cette page"/>
224 </notification> 224 </notification>
225 <notification name="ClickUploadHelpPermissions"> 225 <notification name="ClickUploadHelpPermissions">
@@ -257,7 +257,7 @@ Votre prix de vente sera de [SALE_PRICE] L$ et la vente sera disponible à [NAME
257 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="OK"/> 257 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="OK"/>
258 </notification> 258 </notification>
259 <notification name="ConfirmLandSaleToAnyoneChange"> 259 <notification name="ConfirmLandSaleToAnyoneChange">
260 Attention : en cliquant sur Vendre à n&apos;importe qui, vous rendez votre terrain disponible à toute la communauté de Second Life, même aux personnes qui ne sont pas dans cette région. 260 Attention : en cliquant sur Vendre à n&apos;importe qui, vous rendez votre terrain disponible à toute la communauté de [GRID_NAME], même aux personnes qui ne sont pas dans cette région.
261 261
262Le terrain sélectionné, de [LAND_SIZE] m², est mis en vente. 262Le terrain sélectionné, de [LAND_SIZE] m², est mis en vente.
263Votre prix de vente sera de [SALE_PRICE] L$ et la vente sera disponible à [NAME]. 263Votre prix de vente sera de [SALE_PRICE] L$ et la vente sera disponible à [NAME].
@@ -346,7 +346,7 @@ Pour que les armes fonctionnent, les scripts doivent être autorisés.
346 Une erreur est survenue lors du chargement de la capture d&apos;écran destinée au rapport, suite au problème suivant : [REASON] 346 Une erreur est survenue lors du chargement de la capture d&apos;écran destinée au rapport, suite au problème suivant : [REASON]
347 </notification> 347 </notification>
348 <notification name="MustAgreeToLogIn"> 348 <notification name="MustAgreeToLogIn">
349 Pour vous connecter à [SECOND_LIFE], vous devez accepter les Conditions d&apos;utilisation. 349 Pour vous connecter à [GRID_NAME], vous devez accepter les Conditions d&apos;utilisation.
350 </notification> 350 </notification>
351 <notification name="CouldNotPutOnOutfit"> 351 <notification name="CouldNotPutOnOutfit">
352 Impossible de mettre cet ensemble. 352 Impossible de mettre cet ensemble.
@@ -362,7 +362,7 @@ Ce dossier ne contient pas d&apos;habits, de parties du corps ni de pièces join
362 Oups! Vous avez oublié de fournir certaines informations. 362 Oups! Vous avez oublié de fournir certaines informations.
363Vous devez saisir le nom et le prénom de votre avatar. 363Vous devez saisir le nom et le prénom de votre avatar.
364 364
365Pour entrer dans [SECOND_LIFE], vous devez avoir un compte. Voulez-vous en créer un maintenant ? 365Pour entrer dans [GRID_NAME], vous devez avoir un compte. Voulez-vous en créer un maintenant ?
366 <usetemplate name="okcancelbuttons" notext="Réessayer" yestext="Créer un compte"/> 366 <usetemplate name="okcancelbuttons" notext="Réessayer" yestext="Créer un compte"/>
367 </notification> 367 </notification>
368 <notification name="AddClassified"> 368 <notification name="AddClassified">
@@ -404,17 +404,17 @@ Une fois payés, les frais ne sont pas remboursables.
404 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="OK"/> 404 <usetemplate name="okcancelbuttons" notext="Annuler" yestext="OK"/>
405 </notification> 405 </notification>
406 <notification name="CacheWillClear"> 406 <notification name="CacheWillClear">
407 Le cache sera vidé après le redémarrage de [SECOND_LIFE]. 407 Le cache sera vidé après le redémarrage de [VIEWER_NAME].
408 </notification> 408 </notification>
409 <notification name="CacheWillBeMoved"> 409 <notification name="CacheWillBeMoved">
410 Le cache sera déplacé après le redémarrage de [SECOND_LIFE]. 410 Le cache sera déplacé après le redémarrage de [VIEWER_NAME].
411Remarque : cela videra le cache. 411Remarque : cela videra le cache.
412 </notification> 412 </notification>
413 <notification name="ChangeConnectionPort"> 413 <notification name="ChangeConnectionPort">
414 Les paramètres du port prendront effet après le redémarrage de [SECOND_LIFE]. 414 Les paramètres du port prendront effet après le redémarrage de [VIEWER_NAME].
415 </notification> 415 </notification>
416 <notification name="ChangeSkin"> 416 <notification name="ChangeSkin">
417 Le nouveau thème apparaîtra après le redémarrage de [SECOND_LIFE]. 417 Le nouveau thème apparaîtra après le redémarrage de [VIEWER_NAME].
418 </notification> 418 </notification>
419 <notification name="GoToAuctionPage"> 419 <notification name="GoToAuctionPage">
420 Aller à la page web de [SECOND_LIFE] pour voir le détail des enchères ou enchérir ? 420 Aller à la page web de [SECOND_LIFE] pour voir le détail des enchères ou enchérir ?
@@ -473,7 +473,7 @@ L&apos;objet est peut-être inaccessible ou a peut-être été supprimé.
473 Impossible d&apos;écrire le fichier [[FILE]] 473 Impossible d&apos;écrire le fichier [[FILE]]
474 </notification> 474 </notification>
475 <notification name="UnsupportedHardware"> 475 <notification name="UnsupportedHardware">
476 Avertissement : vous n&apos;avez pas la configuration système requise pour utiliser Second Life. Si vous continuez à utiliser Second Life, votre performance risque d&apos;être moindre. Malheureusement, nous n&apos;offrons aucune assistance pour les problèmes de configuration système. 476 Avertissement : vous n&apos;avez pas la configuration système requise pour utiliser [VIEWER_NAME]. Si vous continuez à utiliser [VIEWER_NAME], votre performance risque d&apos;être moindre. Malheureusement, nous n&apos;offrons aucune assistance pour les problèmes de configuration système.
477 477
478MINSPECS 478MINSPECS
479Voulez-vous visiter [_URL] pour plus d&apos;informations ? 479Voulez-vous visiter [_URL] pour plus d&apos;informations ?
@@ -485,14 +485,14 @@ Voulez-vous visiter [_URL] pour plus d&apos;informations ?
485 <notification name="UnknownGPU"> 485 <notification name="UnknownGPU">
486 Votre système contient une carte graphique que nous ne connaissons pas actuellement. 486 Votre système contient une carte graphique que nous ne connaissons pas actuellement.
487Cela est souvent le cas avec le nouveau materiel qui n&apos;a pas encore été testé. 487Cela est souvent le cas avec le nouveau materiel qui n&apos;a pas encore été testé.
488Vous pourrez probablement utiliser Second Life sans problème, mais vous devrez peut-être ajuster les paramètres de vos graphiques. 488Vous pourrez probablement utiliser [VIEWER_NAME] sans problème, mais vous devrez peut-être ajuster les paramètres de vos graphiques.
489(Menu Édition &gt; Préférences &gt; Graphiques). 489(Menu Édition &gt; Préférences &gt; Graphiques).
490 <form name="form"> 490 <form name="form">
491 <ignore name="ignore" text="Lors de la détection d&apos;une carte graphique inconnue"/> 491 <ignore name="ignore" text="Lors de la détection d&apos;une carte graphique inconnue"/>
492 </form> 492 </form>
493 </notification> 493 </notification>
494 <notification name="DisplaySettingsNoShaders"> 494 <notification name="DisplaySettingsNoShaders">
495 [SECOND_LIFE] a planté lors de l&apos;initialisation des drivers graphiques. 495 [VIEWER_NAME] a planté lors de l&apos;initialisation des drivers graphiques.
496La qualité des graphiques sera paramétrée sur Faible pour éviter certaines erreurs de driver fréquentes. 496La qualité des graphiques sera paramétrée sur Faible pour éviter certaines erreurs de driver fréquentes.
497Certaines fonctionnalités graphiques seront donc désactivées. 497Certaines fonctionnalités graphiques seront donc désactivées.
498Nous vous recommandons de mettre à jour les drivers de votre carte graphique. 498Nous vous recommandons de mettre à jour les drivers de votre carte graphique.
@@ -772,7 +772,7 @@ aucune parcelle sélectionnée.
772la région dans laquelle il est situé est introuvable. 772la région dans laquelle il est situé est introuvable.
773 </notification> 773 </notification>
774 <notification name="CannotCloseFloaterBuyLand"> 774 <notification name="CannotCloseFloaterBuyLand">
775 Vous ne pouvez pas fermer la fenêtre Acheter le terrain avant que Second Life n&apos;estime le montant de cette transaction. 775 Vous ne pouvez pas fermer la fenêtre Acheter le terrain avant que [GRID_NAME] n&apos;estime le montant de cette transaction.
776 </notification> 776 </notification>
777 <notification name="CannotDeedLandNothingSelected"> 777 <notification name="CannotDeedLandNothingSelected">
778 Cession du terrain impossible : 778 Cession du terrain impossible :
@@ -941,9 +941,9 @@ Cette erreur est généralement temporaire. Veuillez éditer et sauvegarder l&ap
941Si le problème persiste, veuillez cliquer sur Aide | Signaler un bug dans le menu déroulant en indiquant les détails de votre connexion. 941Si le problème persiste, veuillez cliquer sur Aide | Signaler un bug dans le menu déroulant en indiquant les détails de votre connexion.
942 </notification> 942 </notification>
943 <notification name="YouHaveBeenLoggedOut"> 943 <notification name="YouHaveBeenLoggedOut">
944 Vous avez été déconnecté(e) de [SECOND_LIFE] : 944 Vous avez été déconnecté(e) de [GRID_NAME] :
945 [MESSAGE] 945 [MESSAGE]
946Vous pouvez afficher vos messages instantanés et votre chat en cliquant sur Afficher IM et chat. Sinon, cliquez sur Quitter pour quitter immédiatement [SECOND_LIFE]. 946Vous pouvez afficher vos messages instantanés et votre chat en cliquant sur Afficher IM et chat. Sinon, cliquez sur Quitter pour quitter immédiatement [VIEWER_NAME].
947 <usetemplate name="okcancelbuttons" notext="Quitter" yestext="Afficher IM et chat"/> 947 <usetemplate name="okcancelbuttons" notext="Quitter" yestext="Afficher IM et chat"/>
948 </notification> 948 </notification>
949 <notification name="OnlyOfficerCanBuyLand"> 949 <notification name="OnlyOfficerCanBuyLand">
@@ -1100,20 +1100,20 @@ Vous avez été déplacé dans une région voisine.
1100 </notification> 1100 </notification>
1101 <notification name="ClothingLoading"> 1101 <notification name="ClothingLoading">
1102 Vos habits sont toujours en train d&apos;être téléchargés. 1102 Vos habits sont toujours en train d&apos;être téléchargés.
1103Vous pouvez utiliser [SECOND_LIFE] sans problème, les autres résidents vous voient normalement. 1103Vous pouvez utiliser [GRID_NAME] sans problème, les autres résidents vous voient normalement.
1104 <form name="form"> 1104 <form name="form">
1105 <ignore name="ignore" text="Lorsque les habits prennent longtemps à télécharger"/> 1105 <ignore name="ignore" text="Lorsque les habits prennent longtemps à télécharger"/>
1106 </form> 1106 </form>
1107 </notification> 1107 </notification>
1108 <notification name="FirstRun"> 1108 <notification name="FirstRun">
1109 L&apos;installation de [SECOND_LIFE] est terminée. 1109 L&apos;installation de [VIEWER_NAME] est terminée.
1110 1110
1111S&apos;il s&apos;agit de la première fois que vous utilisez [SECOND_LIFE], vous devrez créer un compte avant de pouvoir vous connecter. 1111S&apos;il s&apos;agit de la première fois que vous utilisez [GRID_NAME], vous devrez créer un compte avant de pouvoir vous connecter.
1112Retourner sur www.secondlife.com pour créer un nouveau compte ? 1112Retourner sur [GRID_SITE] pour créer un nouveau compte ?
1113 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Nouveau compte..."/> 1113 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Nouveau compte..."/>
1114 </notification> 1114 </notification>
1115 <notification name="LoginPacketNeverReceived"> 1115 <notification name="LoginPacketNeverReceived">
1116 Vous avez des problèmes à vous connecter. Il peut s&apos;agir d&apos;un problème avec votre connexion internet ou les serveurs de Second Life. 1116 Vous avez des problèmes à vous connecter. Il peut s&apos;agir d&apos;un problème avec votre connexion internet ou les serveurs de [GRID_NAME].
1117 1117
1118Nous vous conseillons de vérifier votre connexion Internet et de réessayer dans quelques minutes, de cliquer sur Aide, ou bien de cliquer sur Téléporter pour être téléporté vers votre domicile. 1118Nous vous conseillons de vérifier votre connexion Internet et de réessayer dans quelques minutes, de cliquer sur Aide, ou bien de cliquer sur Téléporter pour être téléporté vers votre domicile.
1119 <form name="form"> 1119 <form name="form">
@@ -1126,7 +1126,7 @@ Nous vous conseillons de vérifier votre connexion Internet et de réessayer dan
1126 Votre personnage va apparaître dans un moment. 1126 Votre personnage va apparaître dans un moment.
1127 1127
1128Pour marcher, utilisez les flèches de direction. 1128Pour marcher, utilisez les flèches de direction.
1129Appuyez sur F1 pour obtenir de l&apos;aide ou en savoir plus sur [SECOND_LIFE]. 1129Appuyez sur F1 pour obtenir de l&apos;aide ou en savoir plus sur [GRID_NAME].
1130Choisissez un avatar homme ou femme. 1130Choisissez un avatar homme ou femme.
1131Vous pourrez revenir sur votre décision plus tard. 1131Vous pourrez revenir sur votre décision plus tard.
1132 <usetemplate name="okcancelbuttons" notext="Femme" yestext="Homme"/> 1132 <usetemplate name="okcancelbuttons" notext="Femme" yestext="Homme"/>
@@ -1217,33 +1217,33 @@ Veuillez choisir un objet à vendre et réessayer.
1217[DOWNLOAD_PATH]. 1217[DOWNLOAD_PATH].
1218 </notification> 1218 </notification>
1219 <notification name="DownloadWindowsMandatory"> 1219 <notification name="DownloadWindowsMandatory">
1220 Une nouvelle version de [SECOND_LIFE] est disponible. 1220 Une nouvelle version de [VIEWER_NAME] est disponible.
1221[MESSAGE] 1221[MESSAGE]
1222Pour utiliser [SECOND_LIFE] vous devez télécharger cette mise à jour. 1222Pour utiliser [GRID_NAME] vous devez télécharger cette mise à jour.
1223 <usetemplate name="okcancelbuttons" notext="Quitter" yestext="Télécharger"/> 1223 <usetemplate name="okcancelbuttons" notext="Quitter" yestext="Télécharger"/>
1224 </notification> 1224 </notification>
1225 <notification name="DownloadWindows"> 1225 <notification name="DownloadWindows">
1226 Une mise à jour de [SECOND_LIFE] est disponible. 1226 Une mise à jour de [VIEWER_NAME] est disponible.
1227[MESSAGE] 1227[MESSAGE]
1228Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer. 1228Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer.
1229 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Télécharger"/> 1229 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Télécharger"/>
1230 </notification> 1230 </notification>
1231 <notification name="DownloadWindowsReleaseForDownload"> 1231 <notification name="DownloadWindowsReleaseForDownload">
1232 Une mise à jour de [SECOND_LIFE] est disponible. 1232 Une mise à jour de [VIEWER_NAME] est disponible.
1233[MESSAGE] 1233[MESSAGE]
1234Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer. 1234Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer.
1235 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Télécharger"/> 1235 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Télécharger"/>
1236 </notification> 1236 </notification>
1237 <notification name="DownloadMacMandatory"> 1237 <notification name="DownloadMacMandatory">
1238 Une nouvelle version de [SECOND_LIFE] est disponible. 1238 Une nouvelle version de [VIEWER_NAME] est disponible.
1239[MESSAGE] 1239[MESSAGE]
1240Pour utiliser [SECOND_LIFE] vous devez télécharger cette mise à jour. 1240Pour utiliser [GRID_NAME] vous devez télécharger cette mise à jour.
1241 1241
1242Télécharger vers le dossier Applications ? 1242Télécharger vers le dossier Applications ?
1243 <usetemplate name="okcancelbuttons" notext="Quitter" yestext="Télécharger"/> 1243 <usetemplate name="okcancelbuttons" notext="Quitter" yestext="Télécharger"/>
1244 </notification> 1244 </notification>
1245 <notification name="DownloadMac"> 1245 <notification name="DownloadMac">
1246 Une mise à jour de [SECOND_LIFE] est disponible. 1246 Une mise à jour de [VIEWER_NAME] est disponible.
1247[MESSAGE] 1247[MESSAGE]
1248Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer. 1248Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer.
1249 1249
@@ -1251,7 +1251,7 @@ Télécharger vers le dossier Applications ?
1251 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Télécharger"/> 1251 <usetemplate name="okcancelbuttons" notext="Continuer" yestext="Télécharger"/>
1252 </notification> 1252 </notification>
1253 <notification name="DownloadMacReleaseForDownload"> 1253 <notification name="DownloadMacReleaseForDownload">
1254 Une mise à jour de [SECOND_LIFE] est disponible. 1254 Une mise à jour de [VIEWER_NAME] est disponible.
1255[MESSAGE] 1255[MESSAGE]
1256Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer. 1256Cette mise à jour n&apos;est pas requise mais si vous voulez une meilleure performance et plus de stabilité, nous vous recommandons de l&apos;installer.
1257 1257
@@ -1268,7 +1268,7 @@ Télécharger vers le dossier Applications ?
1268 <usetemplate ignoretext="Lors de l&apos;ouverture de votre navigateur système pour afficher une page web" name="okcancelignore" notext="Annuler" yestext="OK"/> 1268 <usetemplate ignoretext="Lors de l&apos;ouverture de votre navigateur système pour afficher une page web" name="okcancelignore" notext="Annuler" yestext="OK"/>
1269 </notification> 1269 </notification>
1270 <notification name="WebLaunchJoinNow"> 1270 <notification name="WebLaunchJoinNow">
1271 Aller sur www.secondlife.com pour gérer votre compte ? 1271 Aller sur [GRID_SITE] pour gérer votre compte ?
1272 <usetemplate ignoretext="Lors de l&apos;ouverture du navigateur web pour gérer votre compte" name="okcancelignore" notext="Annuler" yestext="OK"/> 1272 <usetemplate ignoretext="Lors de l&apos;ouverture du navigateur web pour gérer votre compte" name="okcancelignore" notext="Annuler" yestext="OK"/>
1273 </notification> 1273 </notification>
1274 <notification name="WebLaunchBugReport101"> 1274 <notification name="WebLaunchBugReport101">
@@ -1818,7 +1818,7 @@ Si vous laissez ce champ vide, les rapports d&apos;infraction seront envoyés à
1818Valeur par défaut : désactivé 1818Valeur par défaut : désactivé
1819 </notification> 1819 </notification>
1820 <notification label="Versions de voix non compatibles" name="VoiceVersionMismatch"> 1820 <notification label="Versions de voix non compatibles" name="VoiceVersionMismatch">
1821 Cette version de Second Life n&apos;est pas compatible avec la fonctionnalité de chat vocal dans cette région. Vous devez mettre à jour Second Life pour que le chat vocal fonctionne correctement. 1821 Cette version de [VIEWER_NAME] n&apos;est pas compatible avec la fonctionnalité de chat vocal dans cette région. Vous devez mettre à jour [VIEWER_NAME] pour que le chat vocal fonctionne correctement.
1822 </notification> 1822 </notification>
1823 <notification label="Règlement du domaine" name="HelpEstateCovenant"> 1823 <notification label="Règlement du domaine" name="HelpEstateCovenant">
1824 Définir un règlement pour le domaine vous permet de vendre les parcelles de ce domaine. S&apos;il n&apos;y a pas de règlement, vous ne pouvez pas vendre le terrain. Si vous ne souhaitez pas indiquer de règlement ou donner de conseils aux acheteurs, laissez la section relative au règlement vide. 1824 Définir un règlement pour le domaine vous permet de vendre les parcelles de ce domaine. S&apos;il n&apos;y a pas de règlement, vous ne pouvez pas vendre le terrain. Si vous ne souhaitez pas indiquer de règlement ou donner de conseils aux acheteurs, laissez la section relative au règlement vide.
@@ -1932,16 +1932,16 @@ Déplacer les objets de l&apos;inventaire ?
1932 Vous n&apos;êtes autorisé à copier aucun élément dans cet objet. 1932 Vous n&apos;êtes autorisé à copier aucun élément dans cet objet.
1933 </notification> 1933 </notification>
1934 <notification name="WebLaunchAccountHistory"> 1934 <notification name="WebLaunchAccountHistory">
1935 Aller sur le site de Second Life pour consulter l&apos;historique de votre compte ? 1935 Aller sur le site de [SECOND_LIFE] pour consulter l&apos;historique de votre compte ?
1936 <usetemplate ignoretext="Lors du chargement de la page web contenant l&apos;historique de votre compte" name="okcancelignore" notext="Annuler" yestext="Aller sur cette page"/> 1936 <usetemplate ignoretext="Lors du chargement de la page web contenant l&apos;historique de votre compte" name="okcancelignore" notext="Annuler" yestext="Aller sur cette page"/>
1937 </notification> 1937 </notification>
1938 <notification name="ClickOpenF1Help"> 1938 <notification name="ClickOpenF1Help">
1939 Visiter les pages d&apos;aide de Second Life ? 1939 Visiter les pages d&apos;aide de [SECOND_LIFE] ?
1940 <usetemplate ignoretext="Lors de la visite des pages d&apos;aide de Second Life" name="okcancelignore" notext="Annuler" yestext="Aller"/> 1940 <usetemplate ignoretext="Lors de la visite des pages d&apos;aide de [SECOND_LIFE]" name="okcancelignore" notext="Annuler" yestext="Aller"/>
1941 </notification> 1941 </notification>
1942 <notification name="ConfirmQuit"> 1942 <notification name="ConfirmQuit">
1943 Êtes-vous certain de vouloir quitter ? 1943 Êtes-vous certain de vouloir quitter ?
1944 <usetemplate ignoretext="Lorsque vous quittez Second Life" name="okcancelignore" notext="Continuer" yestext="Quitter"/> 1944 <usetemplate ignoretext="Lorsque vous quittez [VIEWER_NAME]" name="okcancelignore" notext="Continuer" yestext="Quitter"/>
1945 </notification> 1945 </notification>
1946 <notification name="HelpReportAbuseEmailLL"> 1946 <notification name="HelpReportAbuseEmailLL">
1947 Utilisez cet outil pour signaler des infractions aux Conditions d&apos;utilisation et aux Règles de la communauté. Voir : 1947 Utilisez cet outil pour signaler des infractions aux Conditions d&apos;utilisation et aux Règles de la communauté. Voir :
@@ -1961,7 +1961,7 @@ Pour aider les résidents et les visiteurs, le propriétaire de la région dans
1961Le propriétaire de la région traitera les rapports en fonction des règles de cette région, comme indiqué dans le réglement du domaine. 1961Le propriétaire de la région traitera les rapports en fonction des règles de cette région, comme indiqué dans le réglement du domaine.
1962(Les réglements sont visibles à partir du menu Monde &gt; À propos du terrain.) 1962(Les réglements sont visibles à partir du menu Monde &gt; À propos du terrain.)
1963 1963
1964La résolution de ce rapport ne s&apos;applique qu&apos;à cette région ; L&apos;accès aux autres endroits de Second Life ne sera pas affecté par les résultats de cette enquête. Seul Linden Lab peut interdire l&apos;accès à l&apos;ensemble de Second Life. 1964La résolution de ce rapport ne s&apos;applique qu&apos;à cette région ; L&apos;accès aux autres endroits de [GRID_NAME] ne sera pas affecté par les résultats de cette enquête. <!-- Seul Linden Lab peut interdire l&apos;accès à l&apos;ensemble de [GRID_NAME]. -->
1965 </notification> 1965 </notification>
1966 <notification name="HelpReportBug"> 1966 <notification name="HelpReportBug">
1967 N&apos;utilisez cet outil que pour signaler des problèmes techniques et soyez aussi précis que possible. 1967 N&apos;utilisez cet outil que pour signaler des problèmes techniques et soyez aussi précis que possible.
@@ -2014,9 +2014,9 @@ Les descriptions précises nous permettent de résoudre les bugs plus rapidement
2014 2014
2015Il semble que vous souhaitiez reporter une infraction à des droits de propriété intellectuelle. Pour signaler correctement cette infraction : 2015Il semble que vous souhaitiez reporter une infraction à des droits de propriété intellectuelle. Pour signaler correctement cette infraction :
2016 2016
2017(1) Remplissez un rapport d&apos;infraction. Vous pouvez soumettre un rapport d&apos;infraction si vous pensez qu&apos;un résident exploite le système de droits de Second Life, par exemple en utilisant un CopyBot ou des outils similaires pour enfreindre des droits de propriété intellectuelle. Notre équipe chargée des infractions mènera une enquête et prendra les mesures nécessaires à l&apos;encontre du résident non respectueux des Conditions d&apos;utilisation ou des règles de la communauté. Sachez toutefois que l&apos;équipe chargée des infractions ne supprimera pas de contenu à l&apos;intérieur de Second Life. 2017(1) Remplissez un rapport d&apos;infraction. Vous pouvez soumettre un rapport d&apos;infraction si vous pensez qu&apos;un résident exploite le système de droits de [SECOND_LIFE], par exemple en utilisant un CopyBot ou des outils similaires pour enfreindre des droits de propriété intellectuelle. Notre équipe chargée des infractions mènera une enquête et prendra les mesures nécessaires à l&apos;encontre du résident non respectueux des Conditions d&apos;utilisation ou des règles de la communauté. Sachez toutefois que l&apos;équipe chargée des infractions ne supprimera pas de contenu à l&apos;intérieur de [SECOND_LIFE].
2018 2018
2019(2) Demandez à ce que du contenu à l&apos;intérieur de Second Life soit supprimé. Pour demander à ce que du contenu soit supprimé de Second Life, vous devez soumettre un rapport d&apos;infraction valide, tel que fourni dans notre Règlement contre les violations des droit d&apos;auteurs (DMCA), à http://secondlife.com/corporate/dmca.php. 2019(2) Demandez à ce que du contenu à l&apos;intérieur de [SECOND_LIFE] soit supprimé. Pour demander à ce que du contenu soit supprimé de [SECOND_LIFE], vous devez soumettre un rapport d&apos;infraction valide, tel que fourni dans notre Règlement contre les violations des droit d&apos;auteurs (DMCA), à http://secondlife.com/corporate/dmca.php.
2020 2020
2021Si vous souhaitez toujours reporter cette infraction, veuillez fermer cette fenêtre et soumettre votre rapport. Vous devrez peut-être sélectionner la catégorie CopyBot ou exploitation abusive des droits. 2021Si vous souhaitez toujours reporter cette infraction, veuillez fermer cette fenêtre et soumettre votre rapport. Vous devrez peut-être sélectionner la catégorie CopyBot ou exploitation abusive des droits.
2022 2022
@@ -2221,7 +2221,7 @@ Même chose que l&apos;azimut.
2221 Contrôle la vitesse des nuages sur l&apos;axe des Y. 2221 Contrôle la vitesse des nuages sur l&apos;axe des Y.
2222 </notification> 2222 </notification>
2223 <notification name="HelpClassicClouds"> 2223 <notification name="HelpClassicClouds">
2224 Cochez cette option pour utiliser les anciens nuages de Second Life en plus des nuages WindLight. 2224 Cochez cette option pour utiliser les anciens nuages de [SECOND_LIFE] en plus des nuages WindLight.
2225 </notification> 2225 </notification>
2226 <notification name="HelpWaterFogColor"> 2226 <notification name="HelpWaterFogColor">
2227 Permet de sélectionner la couleur du brouillard sous l&apos;eau. 2227 Permet de sélectionner la couleur du brouillard sous l&apos;eau.
@@ -2319,7 +2319,7 @@ Même chose que l&apos;azimut.
2319 </notification> 2319 </notification>
2320 <notification name="NotAgeVerified"> 2320 <notification name="NotAgeVerified">
2321 Pour que vous puissiez accéder à cette parcelle, votre âge doit être vérifié. 2321 Pour que vous puissiez accéder à cette parcelle, votre âge doit être vérifié.
2322Voulez-vous aller sur le site de Second Life pour vérifier votre âge ? 2322Voulez-vous aller sur le site de [SECOND_LIFE] pour vérifier votre âge ?
2323 2323
2324[_URL] 2324[_URL]
2325 <url name="url" option="0"> 2325 <url name="url" option="0">
@@ -2329,7 +2329,7 @@ Voulez-vous aller sur le site de Second Life pour vérifier votre âge ?
2329 </notification> 2329 </notification>
2330 <notification name="Cannot enter parcel: no payment info on file"> 2330 <notification name="Cannot enter parcel: no payment info on file">
2331 Avant de pouvoir pénétrer sur cette parcelle, vous devez enregistrer vos informations de paiement. 2331 Avant de pouvoir pénétrer sur cette parcelle, vous devez enregistrer vos informations de paiement.
2332Voulez-vous aller sur le site de Second Life pour enregistrer ces informations ? 2332Voulez-vous aller sur le site de [SECOND_LIFE] pour enregistrer ces informations ?
2333 2333
2334[_URL] 2334[_URL]
2335 <url name="url" option="0"> 2335 <url name="url" option="0">
@@ -2832,7 +2832,7 @@ Double-cliquez pour vous téléporter.
2832Utilisez les contrôles à droite pour trouver des choses et afficher différents arrière-plans. 2832Utilisez les contrôles à droite pour trouver des choses et afficher différents arrière-plans.
2833 </notification> 2833 </notification>
2834 <notification name="FirstBuild"> 2834 <notification name="FirstBuild">
2835 Vous pouvez construire des objets dans certaines zones de [SECOND_LIFE]. 2835 Vous pouvez construire des objets dans certaines zones de [GRID_NAME].
2836Utilisez les outils en haut à gauche pour construire et gardez la touche Ctrl ou Alt enfoncée pour passer rapidement d&apos;un outil à l&apos;autre. 2836Utilisez les outils en haut à gauche pour construire et gardez la touche Ctrl ou Alt enfoncée pour passer rapidement d&apos;un outil à l&apos;autre.
2837Appuyez sur la touche Esc pour arrêter de construire. 2837Appuyez sur la touche Esc pour arrêter de construire.
2838 </notification> 2838 </notification>
@@ -2876,7 +2876,7 @@ Les objets flexibles ne peuvent pas avoir de propriétés physiques et doivent r
2876 </notification> 2876 </notification>
2877 <notification name="FirstDebugMenus"> 2877 <notification name="FirstDebugMenus">
2878 Vous avez activé le menu Avancé. 2878 Vous avez activé le menu Avancé.
2879Ce menu contient des fonctionnalités utiles pour les développeurs qui travaillent sur Second Life. 2879Ce menu contient des fonctionnalités utiles pour les développeurs qui travaillent sur [VIEWER_NAME].
2880Pour activer/désactiver ce menu sous Windows, appuyez sur Ctrl-Alt-D. Sur un Mac, appuyez sur Cmd-Opt-Maj-D 2880Pour activer/désactiver ce menu sous Windows, appuyez sur Ctrl-Alt-D. Sur un Mac, appuyez sur Cmd-Opt-Maj-D
2881 </notification> 2881 </notification>
2882 <notification name="FirstSculptedPrim"> 2882 <notification name="FirstSculptedPrim">
@@ -2984,7 +2984,7 @@ Pour y participer, cliquez sur Accepter. Sinon, cliquez sur Refuser. Pour ignore
2984 - Votre processeur ne remplit pas les conditions minimum requises. 2984 - Votre processeur ne remplit pas les conditions minimum requises.
2985 </global> 2985 </global>
2986 <global name="UnsupportedGLRequirements"> 2986 <global name="UnsupportedGLRequirements">
2987 Vous semblez ne pas avoir le matériel requis pour utiliser Second Life. Second Life requiert une carte graphique OpenGL avec une prise en charge du multitexturing. Si vous avez une telle carte, assurez-vous que vous avez aussi les drivers les plus récents pour la carte, ainsi que les service packs et les patchs pour votre système d&apos;exploitation. 2987 Vous semblez ne pas avoir le matériel requis pour utiliser [VIEWER_NAME]. [VIEWER_NAME] requiert une carte graphique OpenGL avec une prise en charge du multitexturing. Si vous avez une telle carte, assurez-vous que vous avez aussi les drivers les plus récents pour la carte, ainsi que les service packs et les patchs pour votre système d&apos;exploitation.
2988 2988
2989Si vous avez toujours des problèmes, veuillez consulter la page suivante : http://www.secondlife.com/support 2989Si vous avez toujours des problèmes, veuillez consulter la page suivante : http://www.secondlife.com/support
2990 </global> 2990 </global>
diff --git a/linden/indra/newview/skins/default/xui/hu/notifications.xml b/linden/indra/newview/skins/default/xui/hu/notifications.xml
index 81db804..bf41284 100644
--- a/linden/indra/newview/skins/default/xui/hu/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/hu/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Ismeretlen figyelemfelhívás" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Ismeretlen figyelemfelhívás" name="MissingAlert">
74 A használt Second Life kliensverzió nem tudja a figyelemfelhívások megjelenítését kezelni. 74 A használt [VIEWER_NAME] kliensverzió nem tudja a figyelemfelhívások megjelenítését kezelni.
75 75
76Hiba részletei: Ez a figyelemfelhívás: &apos;[_NAME]&apos; nem található a notifications.xml fájlban. 76Hiba részletei: Ez a figyelemfelhívás: &apos;[_NAME]&apos; nem található a notifications.xml fájlban.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -93,7 +93,7 @@ Hiba részletei: Ez a figyelemfelhívás: &apos;[_NAME]&apos; nem található a
93 <usetemplate name="okcancelbuttons" notext="Mégsem" yestext="Igen"/> 93 <usetemplate name="okcancelbuttons" notext="Mégsem" yestext="Igen"/>
94 </notification> 94 </notification>
95 <notification name="BadInstallation"> 95 <notification name="BadInstallation">
96 Hiba merült fel a Second Life frissítése során. Kérjük töltsd le a legfrissebb verziót a secondlife.com oldalról. 96 Hiba merült fel a [VIEWER_NAME] frissítése során. Kérjük töltsd le a legfrissebb verziót a [VIEWER_SITE] oldalról.
97 <usetemplate 97 <usetemplate
98 name="okbutton" 98 name="okbutton"
99 yestext="OK"/> 99 yestext="OK"/>
@@ -231,7 +231,7 @@ Ezzel a beállítással lehetőség nyílik megjeleníteni:
231 <notification name="ClickPartnerHelpAvatar"> 231 <notification name="ClickPartnerHelpAvatar">
232 Indítványozhatsz kapcsolatot egy másik vagy megszakíthatod a kapcsolatot egy meglévő lakóval a [SECOND_LIFE] oldalon. 232 Indítványozhatsz kapcsolatot egy másik vagy megszakíthatod a kapcsolatot egy meglévő lakóval a [SECOND_LIFE] oldalon.
233 233
234Tovább a Second Life honlapra? 234Tovább a [SECOND_LIFE] honlapra?
235 <usetemplate name="okcancelbuttons" notext="Mégsem" yestext="Megnyit"/> 235 <usetemplate name="okcancelbuttons" notext="Mégsem" yestext="Megnyit"/>
236 </notification> 236 </notification>
237 <notification name="ClickUploadHelpPermissions"> 237 <notification name="ClickUploadHelpPermissions">
@@ -263,7 +263,7 @@ Kérjük válaszd ki azt a személyt, akinek el szeretnéd adni 0 L$ összegért
263Az eladási ár [SALE_PRICE] L$ lesz valamint jóváhagyva ennek: [NAME]. 263Az eladási ár [SALE_PRICE] L$ lesz valamint jóváhagyva ennek: [NAME].
264 </notification> 264 </notification>
265 <notification name="ConfirmLandSaleToAnyoneChange"> 265 <notification name="ConfirmLandSaleToAnyoneChange">
266 FIGYELEM: A &apos;bárkinek eladás&apos; beállítása révén az eladásra szánt föld megvásárolhatóvá válik bármely személy részére a Second Life közösségében. 266 FIGYELEM: A &apos;bárkinek eladás&apos; beállítása révén az eladásra szánt föld megvásárolhatóvá válik bármely személy részére a [GRID_NAME] közösségében.
267 267
268A kijelölt [LAND_SIZE] m² területű föld eladásra beállítva. 268A kijelölt [LAND_SIZE] m² területű föld eladásra beállítva.
269Az eladási ár [SALE_PRICE] L$ valamint jóváhagyva ennek: [NAME]. 269Az eladási ár [SALE_PRICE] L$ valamint jóváhagyva ennek: [NAME].
@@ -342,7 +342,7 @@ A fegyverek használatához a scriptek engedélyezése szükséges.
342 A következő hiba merült fel a jelentés képének feltöltésekor: [REASON] 342 A következő hiba merült fel a jelentés képének feltöltésekor: [REASON]
343 </notification> 343 </notification>
344 <notification name="MustAgreeToLogIn"> 344 <notification name="MustAgreeToLogIn">
345 A használati feltételek elfogadása szükséges [SECOND_LIFE]-ba történő belépéshez. 345 A használati feltételek elfogadása szükséges [GRID_NAME]-ba történő belépéshez.
346 </notification> 346 </notification>
347 <notification name="CouldNotPutOnOutfit"> 347 <notification name="CouldNotPutOnOutfit">
348 Öltözet felvétele sikertelen. 348 Öltözet felvétele sikertelen.
@@ -358,7 +358,7 @@ Az öltözet könyvtára nem tartalmaz ruhát, testrészt vagy egyéb csatolhat
358 Hoppá! Valamelyik űrlap üresen maradt. 358 Hoppá! Valamelyik űrlap üresen maradt.
359Az avatár vezeték- és keresztnevét is meg kell adnod. 359Az avatár vezeték- és keresztnevét is meg kell adnod.
360 360
361A [SECOND_LIFE]-ba történő belépéshez szükséged van egy felhasználói fiókra. Elkészíted most? 361A [GRID_NAME]-ba történő belépéshez szükséged van egy felhasználói fiókra. Elkészíted most?
362 </notification> 362 </notification>
363 <notification name="AddClassified"> 363 <notification name="AddClassified">
364 A feladott reklámhirdetések a kereső &apos;Hirdetések&apos; szekciójában és a www.secondlife.com oldalon tekinthetők meg egy hétig. 364 A feladott reklámhirdetések a kereső &apos;Hirdetések&apos; szekciójában és a www.secondlife.com oldalon tekinthetők meg egy hétig.
@@ -392,17 +392,17 @@ A befizetett díj nem kerül visszatérítésre.
392 Le szeretnéd tiltani azokat a pop-up ablakokat, melyek kihagyásra kerülnek? 392 Le szeretnéd tiltani azokat a pop-up ablakokat, melyek kihagyásra kerülnek?
393 </notification> 393 </notification>
394 <notification name="CacheWillClear"> 394 <notification name="CacheWillClear">
395 Gyorsítótár kiürítése a [SECOND_LIFE] újraindítása után végrehajtásra kerül. 395 Gyorsítótár kiürítése a [VIEWER_NAME] újraindítása után végrehajtásra kerül.
396 </notification> 396 </notification>
397 <notification name="CacheWillBeMoved"> 397 <notification name="CacheWillBeMoved">
398 Gyorsítótár áthelyezése a [SECOND_LIFE] újraindítása után végrehajtásra kerül. 398 Gyorsítótár áthelyezése a [VIEWER_NAME] újraindítása után végrehajtásra kerül.
399Megjegyzés: Ez egyben a gyorsítótárat is kiüríti. 399Megjegyzés: Ez egyben a gyorsítótárat is kiüríti.
400 </notification> 400 </notification>
401 <notification name="ChangeConnectionPort"> 401 <notification name="ChangeConnectionPort">
402 Port beállítások a [SECOND_LIFE] újraindítása után érvénybe lépnek. 402 Port beállítások a [VIEWER_NAME] újraindítása után érvénybe lépnek.
403 </notification> 403 </notification>
404 <notification name="ChangeSkin"> 404 <notification name="ChangeSkin">
405 Az új kliens sablon a [SECOND_LIFE] újraindítása után érvénybe lép. 405 Az új kliens sablon a [VIEWER_NAME] újraindítása után érvénybe lép.
406 </notification> 406 </notification>
407 <notification name="GoToAuctionPage"> 407 <notification name="GoToAuctionPage">
408 Menj a [SECOND_LIFE] honlapra az részletes aukciók és licitek megtekintéséhez? 408 Menj a [SECOND_LIFE] honlapra az részletes aukciók és licitek megtekintéséhez?
@@ -458,7 +458,7 @@ A elem hatókörön kívüli vagy törölt.
458 Ennek a fájlnak az írása sikertelen: [[FILE]] 458 Ennek a fájlnak az írása sikertelen: [[FILE]]
459 </notification> 459 </notification>
460 <notification name="UnsupportedHardware"> 460 <notification name="UnsupportedHardware">
461 Vigyázat: A rendszered nem felel meg a Second Life minimális hardverkövetelményeinek. Amennyiben folytatod a Second Life használatát, akkor gyengébb teljesítményt fogsz észlelni. Sajnos technikai segítséget nem megfelelő rendszerek esetén nem tudunk nyújtani. 461 Vigyázat: A rendszered nem felel meg a [VIEWER_NAME] minimális hardverkövetelményeinek. Amennyiben folytatod a [VIEWER_NAME] használatát, akkor gyengébb teljesítményt fogsz észlelni. Sajnos technikai segítséget nem megfelelő rendszerek esetén nem tudunk nyújtani.
462 462
463MINSPECS 463MINSPECS
464További információkért látogasd meg ezt az oldalt: [_URL]. 464További információkért látogasd meg ezt az oldalt: [_URL].
@@ -467,12 +467,12 @@ További információkért látogasd meg ezt az oldalt: [_URL].
467 </url> 467 </url>
468 </notification> 468 </notification>
469 <notification name="UnknownGPU"> 469 <notification name="UnknownGPU">
470 A rendszered a Second Life számára nem azonosítható videókártyával működik. 470 A rendszered a [VIEWER_NAME] számára nem azonosítható videókártyával működik.
471Ez jellemzően új hardveralkatrész esetén fordul elő, melyek még nem kerültek ténylegesen tesztelésre. Ettől függetlenül a Second Life megfelelően Second Life működik, de szükség van az ehhez illeszkedő grafikus beállítások végrehajtására. 471Ez jellemzően új hardveralkatrész esetén fordul elő, melyek még nem kerültek ténylegesen tesztelésre. Ettől függetlenül a [VIEWER_NAME] megfelelően [VIEWER_NAME] működik, de szükség van az ehhez illeszkedő grafikus beállítások végrehajtására.
472(Szerkesztés &gt; Tulajdonságok &gt; Grafika menü). 472(Szerkesztés &gt; Tulajdonságok &gt; Grafika menü).
473 </notification> 473 </notification>
474 <notification name="DisplaySettingsNoShaders"> 474 <notification name="DisplaySettingsNoShaders">
475 [SECOND_LIFE] futása megszakadt az grafikus vezérlő indításakor. 475 [VIEWER_NAME] futása megszakadt az grafikus vezérlő indításakor.
476A szokásos vezérlőhibák elkerülése végett a grafika minősége alacsonyra került beállításra. 476A szokásos vezérlőhibák elkerülése végett a grafika minősége alacsonyra került beállításra.
477Emiatt néhány grafikus tulajdonság nem elérhető. 477Emiatt néhány grafikus tulajdonság nem elérhető.
478Javasoljuk a videókártya vezérlőprogramjának frissítését. 478Javasoljuk a videókártya vezérlőprogramjának frissítését.
@@ -748,7 +748,7 @@ Telek nem került kiválasztásra.
748A régió nem található, melyen a föld elhelyezkedik. 748A régió nem található, melyen a föld elhelyezkedik.
749 </notification> 749 </notification>
750 <notification name="CannotCloseFloaterBuyLand"> 750 <notification name="CannotCloseFloaterBuyLand">
751 Mindaddig nem zárhatod be a &apos;Föld vásárlása&apos; ablakot, amíg a Second Life nem számítja ki a tranzakció árát. 751 Mindaddig nem zárhatod be a &apos;Föld vásárlása&apos; ablakot, amíg a [GRID_NAME] nem számítja ki a tranzakció árát.
752 </notification> 752 </notification>
753 <notification name="CannotDeedLandNothingSelected"> 753 <notification name="CannotDeedLandNothingSelected">
754 Föld átruházása sikertelen: 754 Föld átruházása sikertelen:
@@ -912,9 +912,9 @@ Amennyiben a probléma még fennáll, kattints a &apos;Segítség -&gt; Hibabeje
912és küld el a géped hálózati beállításának részleteit. 912és küld el a géped hálózati beállításának részleteit.
913 </notification> 913 </notification>
914 <notification name="YouHaveBeenLoggedOut"> 914 <notification name="YouHaveBeenLoggedOut">
915 A [SECOND_LIFE]-ból kilépve: 915 A [GRID_NAME]-ból kilépve:
916 [MESSAGE] 916 [MESSAGE]
917A folyamatban lévő üzeneteket megtekintheted az &apos;Üzenetek megtekintése&apos; gombra kattintva. Ellenkező esetben, válaszd a &apos;Kilépés&apos; gombot a [SECOND_LIFE] bezárásához. 917A folyamatban lévő üzeneteket megtekintheted az &apos;Üzenetek megtekintése&apos; gombra kattintva. Ellenkező esetben, válaszd a &apos;Kilépés&apos; gombot a [VIEWER_NAME] bezárásához.
918 </notification> 918 </notification>
919 <notification name="OnlyOfficerCanBuyLand"> 919 <notification name="OnlyOfficerCanBuyLand">
920 Föld vásárlása a csoport részére sikertelen: 920 Föld vásárlása a csoport részére sikertelen:
@@ -1055,16 +1055,16 @@ Az avatárod a legközelebbi régióra kerül teleportálásra.
1055 </notification> 1055 </notification>
1056 <notification name="ClothingLoading"> 1056 <notification name="ClothingLoading">
1057 A ruházat betöltése folyamatban. 1057 A ruházat betöltése folyamatban.
1058A [SECOND_LIFE] működése megfelelő, így mások is megfelelően látnak. 1058A [GRID_NAME] működése megfelelő, így mások is megfelelően látnak.
1059 </notification> 1059 </notification>
1060 <notification name="FirstRun"> 1060 <notification name="FirstRun">
1061 [SECOND_LIFE] telepítése befejeződött. 1061 [VIEWER_NAME] telepítése befejeződött.
1062 1062
1063Amennyiben először használod a [SECOND_LIFE]-ot, felhasználói fiókkal kell, hogy rendelkezz a belépéshez. 1063Amennyiben először használod a [GRID_NAME]-ot, felhasználói fiókkal kell, hogy rendelkezz a belépéshez.
1064Vissza a www.secondlife.com oldalra a regisztráció elvégzéséhez? 1064Vissza a [GRID_SITE] oldalra a regisztráció elvégzéséhez?
1065 </notification> 1065 </notification>
1066 <notification name="LoginPacketNeverReceived"> 1066 <notification name="LoginPacketNeverReceived">
1067 Hiba lépett fel a kapcsolódáskor. Valószínű, hogy probléma van az internetkapcsolatoddal vagy a Second Life kiszolgáló szervereivel. 1067 Hiba lépett fel a kapcsolódáskor. Valószínű, hogy probléma van az internetkapcsolatoddal vagy a [GRID_NAME] kiszolgáló szervereivel.
1068 1068
1069Ellenőrizd az internetkapcsolatod és néhány perc múlva próbáld újra. Kattints a Segítség menüre támogatás kéréséhez vagy próbáld a teleportálást újra. 1069Ellenőrizd az internetkapcsolatod és néhány perc múlva próbáld újra. Kattints a Segítség menüre támogatás kéréséhez vagy próbáld a teleportálást újra.
1070 </notification> 1070 </notification>
@@ -1154,36 +1154,36 @@ Kérjük állítsd a tárgyat eladhatóvá és próbáld újra.
1154[DOWNLOAD_PATH]. 1154[DOWNLOAD_PATH].
1155 </notification> 1155 </notification>
1156 <notification name="DownloadWindowsMandatory"> 1156 <notification name="DownloadWindowsMandatory">
1157 A [SECOND_LIFE] új verziója elérhető. 1157 A [VIEWER_NAME] új verziója elérhető.
1158[MESSAGE] 1158[MESSAGE]
1159A [SECOND_LIFE] használatához le kell töltened ezt a frissítést. 1159A [GRID_NAME] használatához le kell töltened ezt a frissítést.
1160 </notification> 1160 </notification>
1161 <notification name="DownloadWindows"> 1161 <notification name="DownloadWindows">
1162 A [SECOND_LIFE] egy újabb verziója elérhető. 1162 A [VIEWER_NAME] egy újabb verziója elérhető.
1163[MESSAGE] 1163[MESSAGE]
1164A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését. 1164A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését.
1165 </notification> 1165 </notification>
1166 <notification name="DownloadWindowsReleaseForDownload"> 1166 <notification name="DownloadWindowsReleaseForDownload">
1167 A [SECOND_LIFE] egy újabb verziója elérhető. 1167 A [VIEWER_NAME] egy újabb verziója elérhető.
1168[MESSAGE] 1168[MESSAGE]
1169A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését. 1169A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését.
1170 </notification> 1170 </notification>
1171 <notification name="DownloadMacMandatory"> 1171 <notification name="DownloadMacMandatory">
1172 A [SECOND_LIFE] új verziója elérhető. 1172 A [VIEWER_NAME] új verziója elérhető.
1173[MESSAGE] 1173[MESSAGE]
1174A [SECOND_LIFE] használatához le kell töltened ezt a frissítést. 1174A [GRID_NAME] használatához le kell töltened ezt a frissítést.
1175 1175
1176Letöltés a programok könyvtárába? 1176Letöltés a programok könyvtárába?
1177 </notification> 1177 </notification>
1178 <notification name="DownloadMac"> 1178 <notification name="DownloadMac">
1179 A [SECOND_LIFE] egy újabb verziója elérhető. 1179 A [VIEWER_NAME] egy újabb verziója elérhető.
1180[MESSAGE] 1180[MESSAGE]
1181A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését. 1181A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését.
1182 1182
1183Letöltés a programok könyvtárába? 1183Letöltés a programok könyvtárába?
1184 </notification> 1184 </notification>
1185 <notification name="DownloadMacReleaseForDownload"> 1185 <notification name="DownloadMacReleaseForDownload">
1186 A [SECOND_LIFE] egy újabb verziója elérhető. 1186 A [VIEWER_NAME] egy újabb verziója elérhető.
1187[MESSAGE] 1187[MESSAGE]
1188A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését. 1188A frissítés nem kötelező, de a jobb teljesítmény és stabilitás megteremtésének érdekében javasoljuk ennek telepítését.
1189 1189
@@ -1197,7 +1197,7 @@ Letöltés a programok könyvtárába?
1197 Tartalom megtekintése böngészőben? 1197 Tartalom megtekintése böngészőben?
1198 </notification> 1198 </notification>
1199 <notification name="WebLaunchJoinNow"> 1199 <notification name="WebLaunchJoinNow">
1200 A www.secondlife.com oldal meglátogatása a felhasználói fiók beállításához? 1200 A [GRID_SITE] oldal meglátogatása a felhasználói fiók beállításához?
1201 </notification> 1201 </notification>
1202 <notification name="WebLaunchBugReport101"> 1202 <notification name="WebLaunchBugReport101">
1203 [SECOND_LIFE] Wiki oldal megtekintése a hibákat jelzésére. 1203 [SECOND_LIFE] Wiki oldal megtekintése a hibákat jelzésére.
@@ -1710,7 +1710,7 @@ Amennyiben üresen hagyod, akkor az értesítés csak a Linden Lab részére ker
1710Alapértelmezett: ki 1710Alapértelmezett: ki
1711 </notification> 1711 </notification>
1712 <notification label="Nem megfelelő hangkezelő motor verzió" name="VoiceVersionMismatch"> 1712 <notification label="Nem megfelelő hangkezelő motor verzió" name="VoiceVersionMismatch">
1713 Ez a Second Life kliensprogram nem kompatibilis a régión található hangüzenet továbbításért felelős motorral. Annak érdekében, hogy ez helyesen működjön, frissítsd a Second Life-ot. 1713 Ez a [VIEWER_NAME] kliensprogram nem kompatibilis a régión található hangüzenet továbbításért felelős motorral. Annak érdekében, hogy ez helyesen működjön, frissítsd a [VIEWER_NAME]-ot.
1714 </notification> 1714 </notification>
1715 <notification label="Bérlői szerződés" name="HelpEstateCovenant"> 1715 <notification label="Bérlői szerződés" name="HelpEstateCovenant">
1716 A bérlői szerződés feltételeinek beállításával lehetőség nyílik a földön telkek eladására. Amennyiben ez nem került beállításra, úgy a telek eladása nem lehetséges. A bérlői szerződésre vonatkozó feltétel üres lehet, ha nem kívánsz szabályokat és feltételeket szabni a földeden található telkek vásárlásával kapcsolatban. 1716 A bérlői szerződés feltételeinek beállításával lehetőség nyílik a földön telkek eladására. Amennyiben ez nem került beállításra, úgy a telek eladása nem lehetséges. A bérlői szerződésre vonatkozó feltétel üres lehet, ha nem kívánsz szabályokat és feltételeket szabni a földeden található telkek vásárlásával kapcsolatban.
@@ -1808,10 +1808,10 @@ Készlettár elem(ek) mozgatása?
1808 Nincs olyan elem ebben a tárgyban, amely másolható. 1808 Nincs olyan elem ebben a tárgyban, amely másolható.
1809 </notification> 1809 </notification>
1810 <notification name="WebLaunchAccountHistory"> 1810 <notification name="WebLaunchAccountHistory">
1811 Felhasználói történek megtekintése a Second Life honlapon? 1811 Felhasználói történek megtekintése a [SECOND_LIFE] honlapon?
1812 </notification> 1812 </notification>
1813 <notification name="ClickOpenF1Help"> 1813 <notification name="ClickOpenF1Help">
1814 Second Life Támogatás oldal megtekintése? 1814 [SECOND_LIFE] Támogatás oldal megtekintése?
1815 </notification> 1815 </notification>
1816 <notification name="ConfirmQuit"> 1816 <notification name="ConfirmQuit">
1817 Biztos, hogy ki szeretnél lépni? 1817 Biztos, hogy ki szeretnél lépni?
@@ -2307,13 +2307,13 @@ Kérjük próbáld néhány perc múlva ismét.
2307 Függő kapcsolat létrehozása nem sikerült. 2307 Függő kapcsolat létrehozása nem sikerült.
2308 </notification> 2308 </notification>
2309 <notification name="InternalUsherError"> 2309 <notification name="InternalUsherError">
2310 A teleportálási célhelyszín megnyitásakor probléma merült fel. Lehetséges szolgáltatási problémák a Second Life-nál. 2310 A teleportálási célhelyszín megnyitásakor probléma merült fel. Lehetséges szolgáltatási problémák a [GRID_NAME]-nál.
2311 </notification> 2311 </notification>
2312 <notification name="NoGoodTPDestination"> 2312 <notification name="NoGoodTPDestination">
2313 A megfelelő teleportálási célhelyszín felderítése a régión nem sikerült. 2313 A megfelelő teleportálási célhelyszín felderítése a régión nem sikerült.
2314 </notification> 2314 </notification>
2315 <notification name="InternalErrorRegionResolver"> 2315 <notification name="InternalErrorRegionResolver">
2316 Teleportálási kérés közben belső hiba merült fel a globális koordináták olvasásakor. Lehetséges szolgáltatási problémák a Second Life-nál. 2316 Teleportálási kérés közben belső hiba merült fel a globális koordináták olvasásakor. Lehetséges szolgáltatási problémák a [GRID_NAME]-nál.
2317 </notification> 2317 </notification>
2318 <notification name="NoValidLanding"> 2318 <notification name="NoValidLanding">
2319 Érvényes kiindulópont nem található. 2319 Érvényes kiindulópont nem található.
@@ -2435,7 +2435,7 @@ Ettől a tárgytól: [OBJECTNAME], tulajdonos: [NAME]?
2435 Nem található az adatbázisban: [TYPE], [DESC]. 2435 Nem található az adatbázisban: [TYPE], [DESC].
2436 </notification> 2436 </notification>
2437 <notification name="InvalidWearable"> 2437 <notification name="InvalidWearable">
2438 Az elem, melyet viselni szeretnél olyan tulajdonsággal rendelkezik, melyet a kliensprogramod nem tud olvasni. Ennek megoldása érdekében kérjük frissítsd a Second Life programot. 2438 Az elem, melyet viselni szeretnél olyan tulajdonsággal rendelkezik, melyet a kliensprogramod nem tud olvasni. Ennek megoldása érdekében kérjük frissítsd a [VIEWER_NAME] programot.
2439 </notification> 2439 </notification>
2440 <notification name="ScriptQuestion"> 2440 <notification name="ScriptQuestion">
2441 &apos;[OBJECTNAME]&apos;, tulajdonos: &apos;[NAME]&apos;, szeretne: 2441 &apos;[OBJECTNAME]&apos;, tulajdonos: &apos;[NAME]&apos;, szeretne:
@@ -2494,7 +2494,7 @@ Kattints a Felállás (Stand up) gombra a megszakításhoz.
2494Kétszer kattints a teleportáláshoz. 2494Kétszer kattints a teleportáláshoz.
2495 </notification> 2495 </notification>
2496 <notification name="FirstBuild"> 2496 <notification name="FirstBuild">
2497 A [SECOND_LIFE] területein új tárgyakat építhetsz. 2497 A [GRID_NAME] területein új tárgyakat építhetsz.
2498Használd a fenti eszközöket és alkalmazd a Ctrl vagy Alt billentyűket az esuközök váltásához. 2498Használd a fenti eszközöket és alkalmazd a Ctrl vagy Alt billentyűket az esuközök váltásához.
2499Nyomd le az Esc billentyűt az építés befejezéséhez. 2499Nyomd le az Esc billentyűt az építés befejezéséhez.
2500 </notification> 2500 </notification>
@@ -2648,7 +2648,7 @@ Kattints az elfogad gombra a beszélgetés megkezdéséhez vagy az elutasít gom
2648 - A processzor sebessége nem felel meg a minimális követelményeknek. 2648 - A processzor sebessége nem felel meg a minimális követelményeknek.
2649 </global> 2649 </global>
2650 <global name="UnsupportedGLRequirements"> 2650 <global name="UnsupportedGLRequirements">
2651 Úgy tűnik, hogy nem rendelkezel a megfelelő hardverkövetelményekkel a Second Life futtatásához. A Second Life OpenGL futtatására képes videókártyát igényel, mely rendelkezik multitexture támogatással. Amennyiben ilyen kártyád van, akkor ellenőrizd, hogy a kártya a legfrissebb meghajtóprogrammal rendelkezzen vagy töltsd le az operációs rendszer szervízcsomagját és javításait a hiba kiküszöbölésére. 2651 Úgy tűnik, hogy nem rendelkezel a megfelelő hardverkövetelményekkel a [VIEWER_NAME] futtatásához. A [VIEWER_NAME] OpenGL futtatására képes videókártyát igényel, mely rendelkezik multitexture támogatással. Amennyiben ilyen kártyád van, akkor ellenőrizd, hogy a kártya a legfrissebb meghajtóprogrammal rendelkezzen vagy töltsd le az operációs rendszer szervízcsomagját és javításait a hiba kiküszöbölésére.
2652 2652
2653Amennyiben továbbra is problémák merülnek fel, látogasd meg a http://www.secondlife.com/support oldalt. 2653Amennyiben továbbra is problémák merülnek fel, látogasd meg a http://www.secondlife.com/support oldalt.
2654 </global> 2654 </global>
diff --git a/linden/indra/newview/skins/default/xui/it/notifications.xml b/linden/indra/newview/skins/default/xui/it/notifications.xml
index cc4a3e3..61aafae 100644
--- a/linden/indra/newview/skins/default/xui/it/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/it/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Messaggio di allerta sconosciuto" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Messaggio di allerta sconosciuto" name="MissingAlert">
74 La tua versione di Second Life non sa come visualizzare il messaggio di allerta appena ricevuto. 74 La tua versione di [VIEWER_NAME] non sa come visualizzare il messaggio di allerta appena ricevuto.
75 75
76Dettagli dell&apos;errore: il messaggio di allerta &apos;[_NAME]&apos; non è stato trovato in notifications.xml. 76Dettagli dell&apos;errore: il messaggio di allerta &apos;[_NAME]&apos; non è stato trovato in notifications.xml.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -94,7 +94,7 @@ Dettagli dell&apos;errore: il messaggio di allerta &apos;[_NAME]&apos; non è st
94 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="Si"/> 94 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="Si"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Si è verificato un errore durante l&apos;aggiornamento di Second Life. Scarica l&apos;ultima versione da secondlife.com. 97 Si è verificato un errore durante l&apos;aggiornamento di [VIEWER_NAME]. Scarica l&apos;ultima versione da [VIEWER_SITE].
98 <usetemplate 98 <usetemplate
99 name="okbutton" 99 name="okbutton"
100 yestext="OK"/> 100 yestext="OK"/>
@@ -138,12 +138,12 @@ Scegli solo un oggetto e riprova.
138 <usetemplate canceltext="Annulla" name="yesnocancelbuttons" notext="Non Salvare" yestext="Salva Tutto"/> 138 <usetemplate canceltext="Annulla" name="yesnocancelbuttons" notext="Non Salvare" yestext="Salva Tutto"/>
139 </notification> 139 </notification>
140 <notification name="GrantModifyRights"> 140 <notification name="GrantModifyRights">
141 Dare i diritti di modifica ad un altro residente gli consente di cambiare, cancellare o prendere QUALUNQUE oggetto che hai in Second Life. Fai MOLTA attenzione quando concedi questo permesso. 141 Dare i diritti di modifica ad un altro residente gli consente di cambiare, cancellare o prendere QUALUNQUE oggetto che hai in [GRID_NAME]. Fai MOLTA attenzione quando concedi questo permesso.
142Vuoi davvero dare i diritti di modifica a [FIRST_NAME] [LAST_NAME]? 142Vuoi davvero dare i diritti di modifica a [FIRST_NAME] [LAST_NAME]?
143 <usetemplate name="okcancelbuttons" notext="No" yestext="Si"/> 143 <usetemplate name="okcancelbuttons" notext="No" yestext="Si"/>
144 </notification> 144 </notification>
145 <notification name="GrantModifyRightsMultiple"> 145 <notification name="GrantModifyRightsMultiple">
146 Dare i diritti di modifica ad un altro residente gli consente di cambiare QUALUNQUE oggetto che hai in Second Life. Fai MOLTA attenzione quando concedi questo permesso. 146 Dare i diritti di modifica ad un altro residente gli consente di cambiare QUALUNQUE oggetto che hai in [GRID_NAME]. Fai MOLTA attenzione quando concedi questo permesso.
147Vuoi davvero dare i diritti di modifica ai residenti selezionati? 147Vuoi davvero dare i diritti di modifica ai residenti selezionati?
148 <usetemplate name="okcancelbuttons" notext="No" yestext="Si"/> 148 <usetemplate name="okcancelbuttons" notext="No" yestext="Si"/>
149 </notification> 149 </notification>
@@ -232,7 +232,7 @@ Marcando questo campo si mostrerà:
232 <notification name="ClickPartnerHelpAvatar"> 232 <notification name="ClickPartnerHelpAvatar">
233 Puoi proporre o cancellare una partnership con un altro/a residente attraverso il sito web [SECOND_LIFE]. 233 Puoi proporre o cancellare una partnership con un altro/a residente attraverso il sito web [SECOND_LIFE].
234 234
235Vai al sito web di Second Life per ulteriori informazioni sulla partnership? 235Vai al sito web di [SECOND_LIFE] per ulteriori informazioni sulla partnership?
236 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="Vai alla pagina"/> 236 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="Vai alla pagina"/>
237 </notification> 237 </notification>
238 <notification name="ClickUploadHelpPermissions"> 238 <notification name="ClickUploadHelpPermissions">
@@ -270,7 +270,7 @@ Il tuo prezzo di vendità è [SALE_PRICE]L$ ed è autorizzato alla vendita a [NA
270 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="OK"/> 270 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="OK"/>
271 </notification> 271 </notification>
272 <notification name="ConfirmLandSaleToAnyoneChange"> 272 <notification name="ConfirmLandSaleToAnyoneChange">
273 ATTENZIONE: Cliccando &apos;vendi a tutti&apos; rende il tuo terrono disponibile all&apos;intera comunità di Second Life, anche non in questa regione. 273 ATTENZIONE: Cliccando &apos;vendi a tutti&apos; rende il tuo terrono disponibile all&apos;intera comunità di [GRID_NAME], anche non in questa regione.
274 274
275Il terreno selezionato di [LAND_SIZE] m² sta per essere messo in vendita. 275Il terreno selezionato di [LAND_SIZE] m² sta per essere messo in vendita.
276Il tuo prezzo di vendità è [SALE_PRICE]L$ ed è autorizzato alla vendita a [NAME]. 276Il tuo prezzo di vendità è [SALE_PRICE]L$ ed è autorizzato alla vendita a [NAME].
@@ -359,7 +359,7 @@ Gli script devono essere autorizzati all&apos;esecuzione affinchè le armi funzi
359 C&apos;è stato un problema importando la foto del rapporto per il seguente motivo: [REASON] 359 C&apos;è stato un problema importando la foto del rapporto per il seguente motivo: [REASON]
360 </notification> 360 </notification>
361 <notification name="MustAgreeToLogIn"> 361 <notification name="MustAgreeToLogIn">
362 Devi accettare i Termini di Servizio prima di proseguire il collegamento con [SECOND_LIFE]. 362 Devi accettare i Termini di Servizio prima di proseguire il collegamento con [GRID_NAME].
363 </notification> 363 </notification>
364 <notification name="CouldNotPutOnOutfit"> 364 <notification name="CouldNotPutOnOutfit">
365 Non è stato possibile indossare un equipaggiamento. 365 Non è stato possibile indossare un equipaggiamento.
@@ -375,7 +375,7 @@ La cartella equipaggiamento non contiene abbigliamento, parti del corpo o attach
375 Qualcosa è rimasto vuoto. 375 Qualcosa è rimasto vuoto.
376Devi inserire sia il nome che il cognome del tuo avatar. 376Devi inserire sia il nome che il cognome del tuo avatar.
377 377
378Hai bisogno di un account per entrare in [SECOND_LIFE]. Ne vuoi creare uno adesso? 378Hai bisogno di un account per entrare in [GRID_NAME]. Ne vuoi creare uno adesso?
379 <usetemplate name="okcancelbuttons" notext="Riprova" yestext="Crea un nuovo account"/> 379 <usetemplate name="okcancelbuttons" notext="Riprova" yestext="Crea un nuovo account"/>
380 </notification> 380 </notification>
381 <notification name="AddClassified"> 381 <notification name="AddClassified">
@@ -417,17 +417,17 @@ Non ci sono rimborsi per la tariffa pagata.
417 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="OK"/> 417 <usetemplate name="okcancelbuttons" notext="Annulla" yestext="OK"/>
418 </notification> 418 </notification>
419 <notification name="CacheWillClear"> 419 <notification name="CacheWillClear">
420 La Cache verrà pulita dopo il riavvio di [SECOND_LIFE]. 420 La Cache verrà pulita dopo il riavvio di [VIEWER_NAME].
421 </notification> 421 </notification>
422 <notification name="CacheWillBeMoved"> 422 <notification name="CacheWillBeMoved">
423 La Cache verrà traslocata dopo il riavvio di [SECOND_LIFE]. 423 La Cache verrà traslocata dopo il riavvio di [VIEWER_NAME].
424Nota: Questo pulirà la cache. 424Nota: Questo pulirà la cache.
425 </notification> 425 </notification>
426 <notification name="ChangeConnectionPort"> 426 <notification name="ChangeConnectionPort">
427 Le impostazioni delle porte avranno effetto dopo il riavvio di [SECOND_LIFE]. 427 Le impostazioni delle porte avranno effetto dopo il riavvio di [VIEWER_NAME].
428 </notification> 428 </notification>
429 <notification name="ChangeSkin"> 429 <notification name="ChangeSkin">
430 La nuova pelle apparità dopo il riavvio di [SECOND_LIFE]. 430 La nuova pelle apparità dopo il riavvio di [VIEWER_NAME].
431 </notification> 431 </notification>
432 <notification name="GoToAuctionPage"> 432 <notification name="GoToAuctionPage">
433 Vai alla pagina web [SECOND_LIFE] per vedere i dettagli dell&apos;asta oppure fai un&apos;offerta? 433 Vai alla pagina web [SECOND_LIFE] per vedere i dettagli dell&apos;asta oppure fai un&apos;offerta?
@@ -486,7 +486,7 @@ L&apos;oggetto potrebbe essere troppo lontano oppure essere stato cancellato.
486 Non è stato possibile scrivere il file [[FILE]] 486 Non è stato possibile scrivere il file [[FILE]]
487 </notification> 487 </notification>
488 <notification name="UnsupportedHardware"> 488 <notification name="UnsupportedHardware">
489 Attenzione: Il tuo sistema non soddisfa i requisiti minimi per il funzionamento Second Life. Se continui ad usare Second Life, potresti osservare una lentezza eccessiva. Sfortunatamente non possiamo fornire supporto tecnico per configurazioni di sistema non supportate. 489 Attenzione: Il tuo sistema non soddisfa i requisiti minimi per il funzionamento [VIEWER_NAME]. Se continui ad usare [VIEWER_NAME], potresti osservare una lentezza eccessiva. Sfortunatamente non possiamo fornire supporto tecnico per configurazioni di sistema non supportate.
490 490
491MINSPECS 491MINSPECS
492Vuoi visitare [_URL] per maggiori informazioni? 492Vuoi visitare [_URL] per maggiori informazioni?
@@ -497,14 +497,14 @@ Vuoi visitare [_URL] per maggiori informazioni?
497 </notification> 497 </notification>
498 <notification name="UnknownGPU"> 498 <notification name="UnknownGPU">
499 Il tuo sistema contiene una scheda grafica che attualmente non supportiamo. 499 Il tuo sistema contiene una scheda grafica che attualmente non supportiamo.
500Questo succede spesso con nuovi prodotti che non siamo riusciti a verificare. Probabilmente Second Life funzionerà correttamente ma forse dovrai modificare le impostazioni grafiche in modo appropriato. 500Questo succede spesso con nuovi prodotti che non siamo riusciti a verificare. Probabilmente [VIEWER_NAME] funzionerà correttamente ma forse dovrai modificare le impostazioni grafiche in modo appropriato.
501(Modifica &gt; Preferenze &gt; Grafica). 501(Modifica &gt; Preferenze &gt; Grafica).
502 <form name="form"> 502 <form name="form">
503 <ignore name="ignore" text="Quando sto valutando una scheda grafica sconosciuta"/> 503 <ignore name="ignore" text="Quando sto valutando una scheda grafica sconosciuta"/>
504 </form> 504 </form>
505 </notification> 505 </notification>
506 <notification name="DisplaySettingsNoShaders"> 506 <notification name="DisplaySettingsNoShaders">
507 [SECOND_LIFE] si è bloccata mentre stava inizializzando i driver grafici. 507 [VIEWER_NAME] si è bloccata mentre stava inizializzando i driver grafici.
508La qualità grafica verrà impostata al valore basso per evitare alcuni degli errori più comuni con i driver. 508La qualità grafica verrà impostata al valore basso per evitare alcuni degli errori più comuni con i driver.
509Questo però disabiliterà alcune funzioni grafiche. 509Questo però disabiliterà alcune funzioni grafiche.
510Ti raccomandiamo di aggiornare i driver della tua scheda grafica. 510Ti raccomandiamo di aggiornare i driver della tua scheda grafica.
@@ -788,7 +788,7 @@ Nessun terreno selezionato.
788Non riesco a trovare la regione dove è situato il terreno. 788Non riesco a trovare la regione dove è situato il terreno.
789 </notification> 789 </notification>
790 <notification name="CannotCloseFloaterBuyLand"> 790 <notification name="CannotCloseFloaterBuyLand">
791 Non puoi chiudere la finestra di Acquisto Terreno finchè Second Life non stima il prezzo di questa transazione. 791 Non puoi chiudere la finestra di Acquisto Terreno finchè [GRID_NAME] non stima il prezzo di questa transazione.
792 </notification> 792 </notification>
793 <notification name="CannotDeedLandNothingSelected"> 793 <notification name="CannotDeedLandNothingSelected">
794 Impossibile cedere il terreno: 794 Impossibile cedere il terreno:
@@ -957,9 +957,9 @@ Normalmente questo problema è temporaneo. Riprova a generare la parte indossabi
957Se questo problema persiste, clicca sul menu a tendina &apos;Strumenti &gt; Segnala Bug&apos; e fornisci i dettagli sulla tua configurazione di rete. 957Se questo problema persiste, clicca sul menu a tendina &apos;Strumenti &gt; Segnala Bug&apos; e fornisci i dettagli sulla tua configurazione di rete.
958 </notification> 958 </notification>
959 <notification name="YouHaveBeenLoggedOut"> 959 <notification name="YouHaveBeenLoggedOut">
960 Sei stato sconnesso da [SECOND_LIFE]: 960 Sei stato sconnesso da [GRID_NAME]:
961 [MESSAGE] 961 [MESSAGE]
962Puoi ancora vedere i tuoi IM e la chat cliccando &apos;Vedi IM &amp; Chat&apos;. Altrimenti, clicca &apos;Esci&apos; per uscire immediatamente da [SECOND_LIFE]. 962Puoi ancora vedere i tuoi IM e la chat cliccando &apos;Vedi IM &amp; Chat&apos;. Altrimenti, clicca &apos;Esci&apos; per uscire immediatamente da [VIEWER_NAME].
963 <usetemplate name="okcancelbuttons" notext="Esci" yestext="Vedi IM &amp; Chat"/> 963 <usetemplate name="okcancelbuttons" notext="Esci" yestext="Vedi IM &amp; Chat"/>
964 </notification> 964 </notification>
965 <notification name="OnlyOfficerCanBuyLand"> 965 <notification name="OnlyOfficerCanBuyLand">
@@ -1125,20 +1125,20 @@ Il tuo avatar è stato spostato in una regione vicina.
1125 </notification> 1125 </notification>
1126 <notification name="ClothingLoading"> 1126 <notification name="ClothingLoading">
1127 I tuoi vestiti stanno ancora scaricandosi. 1127 I tuoi vestiti stanno ancora scaricandosi.
1128Puoi usare [SECOND_LIFE] normalmente e gli altri utenti ti vedranno correttamente. 1128Puoi usare [GRID_NAME] normalmente e gli altri utenti ti vedranno correttamente.
1129 <form name="form"> 1129 <form name="form">
1130 <ignore name="ignore" text="Qualora gli abiti impieghino troppo tempo a caricarsi."/> 1130 <ignore name="ignore" text="Qualora gli abiti impieghino troppo tempo a caricarsi."/>
1131 </form> 1131 </form>
1132 </notification> 1132 </notification>
1133 <notification name="FirstRun"> 1133 <notification name="FirstRun">
1134 L&apos;installazione di [SECOND_LIFE] è completata. 1134 L&apos;installazione di [VIEWER_NAME] è completata.
1135 1135
1136Se questa è la prima volta che usi [SECOND_LIFE], avari bisogno di creare un account prima di poterti collegare. 1136Se questa è la prima volta che usi [GRID_NAME], avari bisogno di creare un account prima di poterti collegare.
1137Vai su www.secondlife.com per creare un nuovo account? 1137Vai su [GRID_SITE] per creare un nuovo account?
1138 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Nuovo Account..."/> 1138 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Nuovo Account..."/>
1139 </notification> 1139 </notification>
1140 <notification name="LoginPacketNeverReceived"> 1140 <notification name="LoginPacketNeverReceived">
1141 Ci sono stati problemi durante la connessione. Potrebbero esserci problemi con la tua connessione ad internet oppure con i server di Second Life. 1141 Ci sono stati problemi durante la connessione. Potrebbero esserci problemi con la tua connessione ad internet oppure con i server di [GRID_NAME].
1142 1142
1143Puoi controllare la tua connessione internet e riprovare fra qualche minuto, oppure cliccare su Aiuto per collegarti al nostro sito di supporto, oppure cliccare teleporta per cercare di teleportarti a casa. 1143Puoi controllare la tua connessione internet e riprovare fra qualche minuto, oppure cliccare su Aiuto per collegarti al nostro sito di supporto, oppure cliccare teleporta per cercare di teleportarti a casa.
1144 <form name="form"> 1144 <form name="form">
@@ -1151,7 +1151,7 @@ Puoi controllare la tua connessione internet e riprovare fra qualche minuto, opp
1151 Il tuo avatar apparirà fra un attimo. 1151 Il tuo avatar apparirà fra un attimo.
1152 1152
1153Usa le frecce per muoverti. 1153Usa le frecce per muoverti.
1154Premi F1 in qualunque momento per la guida o per apprendere altre cose di [SECOND_LIFE]. 1154Premi F1 in qualunque momento per la guida o per apprendere altre cose di [GRID_NAME].
1155Scegli un avatar maschile o femminile. Puoi sempre cambiare idea più tardi. 1155Scegli un avatar maschile o femminile. Puoi sempre cambiare idea più tardi.
1156 <usetemplate name="okcancelbuttons" notext="Femminile" yestext="Maschile"/> 1156 <usetemplate name="okcancelbuttons" notext="Femminile" yestext="Maschile"/>
1157 </notification> 1157 </notification>
@@ -1241,33 +1241,33 @@ Imposta l&apos;oggetto per la vendita e riprova.
1241[DOWNLOAD_PATH]. 1241[DOWNLOAD_PATH].
1242 </notification> 1242 </notification>
1243 <notification name="DownloadWindowsMandatory"> 1243 <notification name="DownloadWindowsMandatory">
1244 E&apos; disponibile una nuova versione di [SECOND_LIFE]. 1244 E&apos; disponibile una nuova versione di [VIEWER_NAME].
1245[MESSAGE] 1245[MESSAGE]
1246Devi scaricare questo aggiornamento per usare [SECOND_LIFE]. 1246Devi scaricare questo aggiornamento per usare [GRID_NAME].
1247 <usetemplate name="okcancelbuttons" notext="Esci" yestext="Scarica l&apos;aggiornamento"/> 1247 <usetemplate name="okcancelbuttons" notext="Esci" yestext="Scarica l&apos;aggiornamento"/>
1248 </notification> 1248 </notification>
1249 <notification name="DownloadWindows"> 1249 <notification name="DownloadWindows">
1250 E&apos; disponibile una versione aggiornata di [SECOND_LIFE]. 1250 E&apos; disponibile una versione aggiornata di [VIEWER_NAME].
1251[MESSAGE] 1251[MESSAGE]
1252Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità. 1252Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità.
1253 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Scarica l&apos;aggiornamento"/> 1253 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Scarica l&apos;aggiornamento"/>
1254 </notification> 1254 </notification>
1255 <notification name="DownloadWindowsReleaseForDownload"> 1255 <notification name="DownloadWindowsReleaseForDownload">
1256 E&apos; disponibile una versione aggiornata di [SECOND_LIFE]. 1256 E&apos; disponibile una versione aggiornata di [VIEWER_NAME].
1257[MESSAGE] 1257[MESSAGE]
1258Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità. 1258Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità.
1259 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Scarica l&apos;aggiornamento"/> 1259 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Scarica l&apos;aggiornamento"/>
1260 </notification> 1260 </notification>
1261 <notification name="DownloadMacMandatory"> 1261 <notification name="DownloadMacMandatory">
1262 E&apos; disponibile una nuova versione di [SECOND_LIFE]. 1262 E&apos; disponibile una nuova versione di [VIEWER_NAME].
1263[MESSAGE] 1263[MESSAGE]
1264Devi scaricare questo aggiornamento per usare [SECOND_LIFE]. 1264Devi scaricare questo aggiornamento per usare [GRID_NAME].
1265 1265
1266Vuoi avviarne lo scaricamento nella tua cartella applicazioni? 1266Vuoi avviarne lo scaricamento nella tua cartella applicazioni?
1267 <usetemplate name="okcancelbuttons" notext="Esci" yestext="Scarica l&apos;aggiornamento"/> 1267 <usetemplate name="okcancelbuttons" notext="Esci" yestext="Scarica l&apos;aggiornamento"/>
1268 </notification> 1268 </notification>
1269 <notification name="DownloadMac"> 1269 <notification name="DownloadMac">
1270 E&apos; disponibile una versione aggiornata di [SECOND_LIFE]. 1270 E&apos; disponibile una versione aggiornata di [VIEWER_NAME].
1271[MESSAGE] 1271[MESSAGE]
1272Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità. 1272Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità.
1273 1273
@@ -1275,7 +1275,7 @@ Vuoi avviarne lo scaricamento nella tua cartella applicazioni?
1275 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Scarica l&apos;aggiornamento"/> 1275 <usetemplate name="okcancelbuttons" notext="Continua" yestext="Scarica l&apos;aggiornamento"/>
1276 </notification> 1276 </notification>
1277 <notification name="DownloadMacReleaseForDownload"> 1277 <notification name="DownloadMacReleaseForDownload">
1278 E&apos; disponibile una versione aggiornata di [SECOND_LIFE]. 1278 E&apos; disponibile una versione aggiornata di [VIEWER_NAME].
1279[MESSAGE] 1279[MESSAGE]
1280Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità. 1280Questo aggiornamento non è obbligatorio, ma ti suggeriamo di installarlo per migliorarne le prestazioni e la stabilità.
1281 1281
@@ -1292,7 +1292,7 @@ Vuoi avviarne lo scaricamento nella tua cartella applicazioni?
1292 <usetemplate ignoretext="Quando apri il browser di sistema per vedere una pagina web." name="okcancelignore" notext="Annulla" yestext="OK"/> 1292 <usetemplate ignoretext="Quando apri il browser di sistema per vedere una pagina web." name="okcancelignore" notext="Annulla" yestext="OK"/>
1293 </notification> 1293 </notification>
1294 <notification name="WebLaunchJoinNow"> 1294 <notification name="WebLaunchJoinNow">
1295 Vuoi andare su www.secondlife.com per gestire il tuo account? 1295 Vuoi andare su [GRID_SITE] per gestire il tuo account?
1296 <usetemplate ignoretext="Quando lanci il browser web per gestire il tuo account." name="okcancelignore" notext="Annulla" yestext="OK"/> 1296 <usetemplate ignoretext="Quando lanci il browser web per gestire il tuo account." name="okcancelignore" notext="Annulla" yestext="OK"/>
1297 </notification> 1297 </notification>
1298 <notification name="WebLaunchBugReport101"> 1298 <notification name="WebLaunchBugReport101">
@@ -1718,7 +1718,7 @@ Una volta impostato, fai attenzione che abbassare il bonus può causare la cance
1718Impostazione base: 1.0 1718Impostazione base: 1.0
1719 </notification> 1719 </notification>
1720 <notification label="Categoria di accesso" name="HelpRegionMaturity"> 1720 <notification label="Categoria di accesso" name="HelpRegionMaturity">
1721 Imposta la categoria di accesso della regione, come mostrato nella barra dei menu nella parte superiore dello schermo di qualsiasi residente e nelle tooltip sulla mappa di Second Life, quando il cursore si muove su questa regione. Questa impostazione influenza anche l&apos;accesso a questa regione e i risultati della ricerca. Altri residenti possono entrare solo in regioni o visualizzare risultati della ricerca con la stessa categoria di accesso che hanno scelto nella loro preferenze. 1721 Imposta la categoria di accesso della regione, come mostrato nella barra dei menu nella parte superiore dello schermo di qualsiasi residente e nelle tooltip sulla mappa di [GRID_NAME], quando il cursore si muove su questa regione. Questa impostazione influenza anche l&apos;accesso a questa regione e i risultati della ricerca. Altri residenti possono entrare solo in regioni o visualizzare risultati della ricerca con la stessa categoria di accesso che hanno scelto nella loro preferenze.
1722 1722
1723Può trascorrere un po&apos; di tempo prima che questa modifica si rifletta sulla mappa. 1723Può trascorrere un po&apos; di tempo prima che questa modifica si rifletta sulla mappa.
1724 </notification> 1724 </notification>
@@ -1891,7 +1891,7 @@ Lasciandolo vuoto causerà l&apos;invio delle segnalazioni di abuso soltanto ai
1891Impostazione base: spento 1891Impostazione base: spento
1892 </notification> 1892 </notification>
1893 <notification label="Versione voice non compatibile" name="VoiceVersionMismatch"> 1893 <notification label="Versione voice non compatibile" name="VoiceVersionMismatch">
1894 Questa versione di Second Life non è compatibile con le impostazioni di voice chat di questa regione. Per poter fare funzionare correttamente la chat voce devi aggiornare Second Life. 1894 Questa versione di [VIEWER_NAME] non è compatibile con le impostazioni di voice chat di questa regione. Per poter fare funzionare correttamente la chat voce devi aggiornare [VIEWER_NAME].
1895 </notification> 1895 </notification>
1896 <notification label="Regolamento della proprietà" name="HelpEstateCovenant"> 1896 <notification label="Regolamento della proprietà" name="HelpEstateCovenant">
1897 Impostare un regolamento della proprietà ti consente di vendere i terreni all&apos;interno di quella proprietà. Se non imposti un regolamento, non puoi vendere i terreni. La notecard per il tuo regolamente può essere vuota se non desideri applicare nessuna regola o informare i compratori di cose inerenti la terra, prima dell&apos;acquisto. 1897 Impostare un regolamento della proprietà ti consente di vendere i terreni all&apos;interno di quella proprietà. Se non imposti un regolamento, non puoi vendere i terreni. La notecard per il tuo regolamente può essere vuota se non desideri applicare nessuna regola o informare i compratori di cose inerenti la terra, prima dell&apos;acquisto.
@@ -2006,16 +2006,16 @@ Trasferisci gli elementi nell&apos;inventario?
2006 Non ci sono elementi in questo oggetto che tu possa copiare. 2006 Non ci sono elementi in questo oggetto che tu possa copiare.
2007 </notification> 2007 </notification>
2008 <notification name="WebLaunchAccountHistory"> 2008 <notification name="WebLaunchAccountHistory">
2009 Vai nel sito web di Second Life per vedere il tuo estratto conto? 2009 Vai nel sito web di [SECOND_LIFE] per vedere il tuo estratto conto?
2010 <usetemplate ignoretext="Quando carichi la pagina web dell&apos;estratto conto." name="okcancelignore" notext="Annulla" yestext="Vai alla pagina"/> 2010 <usetemplate ignoretext="Quando carichi la pagina web dell&apos;estratto conto." name="okcancelignore" notext="Annulla" yestext="Vai alla pagina"/>
2011 </notification> 2011 </notification>
2012 <notification name="ClickOpenF1Help"> 2012 <notification name="ClickOpenF1Help">
2013 Visita il sito di supporto di Second Life? 2013 Visita il sito di supporto di [SECOND_LIFE]?
2014 <usetemplate ignoretext="Quando visiti il sito del supporto di Second Life." name="okcancelignore" notext="Annulla" yestext="Vai"/> 2014 <usetemplate ignoretext="Quando visiti il sito del supporto di [SECOND_LIFE]." name="okcancelignore" notext="Annulla" yestext="Vai"/>
2015 </notification> 2015 </notification>
2016 <notification name="ConfirmQuit"> 2016 <notification name="ConfirmQuit">
2017 Confermi di voler uscire? 2017 Confermi di voler uscire?
2018 <usetemplate ignoretext="Quando esci da Second Life." name="okcancelignore" notext="Continua" yestext="Esci"/> 2018 <usetemplate ignoretext="Quando esci da [VIEWER_NAME]." name="okcancelignore" notext="Continua" yestext="Esci"/>
2019 </notification> 2019 </notification>
2020 <notification name="HelpReportAbuseEmailLL"> 2020 <notification name="HelpReportAbuseEmailLL">
2021 Usa questo strumento per segnalare violazioni ai Termini di Servizio e agli standard della Comunità. Vedi: 2021 Usa questo strumento per segnalare violazioni ai Termini di Servizio e agli standard della Comunità. Vedi:
@@ -2035,7 +2035,7 @@ Come servizio ai residenti e ai visitatori, il proprietario della regione in cui
2035Il proprietario della regione risolverà le segnalazione basandosi sulle regole locali di questa regione così come sono indicate dal regolamento della proprietà. 2035Il proprietario della regione risolverà le segnalazione basandosi sulle regole locali di questa regione così come sono indicate dal regolamento della proprietà.
2036(Puoi vedere il regolamento andando sul menu Mondo e selezionando Informazioni sul terreno.) 2036(Puoi vedere il regolamento andando sul menu Mondo e selezionando Informazioni sul terreno.)
2037 2037
2038La risoluzione di questa segnalazione verrà applicata solo in questa regione; L&apos;accesso dei residenti ad altre aree di Second Life non verrà influenzato dal risultato di questa segnalazione. Soltanto i Linden Lab possono restringere l&apos;accesso alla totalità di Second Life. 2038La risoluzione di questa segnalazione verrà applicata solo in questa regione; L&apos;accesso dei residenti ad altre aree di [GRID_NAME] non verrà influenzato dal risultato di questa segnalazione. <!-- Soltanto i Linden Lab possono restringere l&apos;accesso alla totalità di [GRID_NAME]. -->
2039 </notification> 2039 </notification>
2040 <notification name="HelpReportBug"> 2040 <notification name="HelpReportBug">
2041 Usa questo strumento per segnalare *soltanto* caratteristiche tecniche che non funzionano come descitto o atteso, fornisci quanti più dettagli è possibile, Puoi rispondere all&apos;email automatica aggiungendo ulteriori dettagli sulla tua segnalazione. 2041 Usa questo strumento per segnalare *soltanto* caratteristiche tecniche che non funzionano come descitto o atteso, fornisci quanti più dettagli è possibile, Puoi rispondere all&apos;email automatica aggiungendo ulteriori dettagli sulla tua segnalazione.
@@ -2087,9 +2087,9 @@ Inserendo una descrizione accurata, ci aiuti a gestire ed elaborare le segnalazi
2087 2087
2088Sembra che stai segnalando un problema di furto di proprietà intellettuale. Cerca di essere sicuro che la tua segnalazione stia riportando correttamente: 2088Sembra che stai segnalando un problema di furto di proprietà intellettuale. Cerca di essere sicuro che la tua segnalazione stia riportando correttamente:
2089 2089
2090(1) Il processo di abuso. Puoi sottomettere una segnalazione di abuso se ritieni che un residente stia sfruttando il sistema di permessi di Second Life, per esempio, usando CopyBot oppure simili strumenti di copia, per rubare i diritti della proprietà intellettuale. L&apos;ufficio Abusi investigherà e deciderà delle azioni disciplinari adeguate per comportamenti che violano gli standard di comunità di Second Life o i Termini di Servizio. Si tenga però presente che l&apos;ufficio Abusi non gestisce e non risponde alle richieste di rimozione di contenuto da Second Life. 2090(1) Il processo di abuso. Puoi sottomettere una segnalazione di abuso se ritieni che un residente stia sfruttando il sistema di permessi di [SECOND_LIFE], per esempio, usando CopyBot oppure simili strumenti di copia, per rubare i diritti della proprietà intellettuale. L&apos;ufficio Abusi investigherà e deciderà delle azioni disciplinari adeguate per comportamenti che violano gli standard di comunità di [SECOND_LIFE] o i Termini di Servizio. Si tenga però presente che l&apos;ufficio Abusi non gestisce e non risponde alle richieste di rimozione di contenuto da [SECOND_LIFE].
2091 2091
2092(2) Il processo di rimozione DMCA o processo di rimozione dei contenuti. Per richiedere la rimozione di contenuto da Second Life, DEVI sottomettere una notifica valida di furto intellettuale come definito nella nostra politica DMCA che trovi a http://secondlife.com/corporate/dmca.php. 2092(2) Il processo di rimozione DMCA o processo di rimozione dei contenuti. Per richiedere la rimozione di contenuto da [SECOND_LIFE], DEVI sottomettere una notifica valida di furto intellettuale come definito nella nostra politica DMCA che trovi a http://secondlife.com/corporate/dmca.php.
2093 2093
2094Se desideri egualmente continuare con il processo di abuso, chiudi questa finestra e termina di compilare la segnalazione. Potresti dover selezionare la categoria specifica &apos;CopyBot o Sfruttamento permessi&apos;. 2094Se desideri egualmente continuare con il processo di abuso, chiudi questa finestra e termina di compilare la segnalazione. Potresti dover selezionare la categoria specifica &apos;CopyBot o Sfruttamento permessi&apos;.
2095 2095
@@ -2211,7 +2211,7 @@ Clicca &apos;Cielo avanzato&apos; per visualizzare un editor con le impostazioni
2211Clicca &apos;Acqua Avanzata&apos; per visualizzare un editor con le impostazini avanzate per l&apos;acqua. 2211Clicca &apos;Acqua Avanzata&apos; per visualizzare un editor con le impostazini avanzate per l&apos;acqua.
2212 </notification> 2212 </notification>
2213 <notification name="HelpDayCycle"> 2213 <notification name="HelpDayCycle">
2214 L&apos;editor del Ciclo Giorno/Notte permette di controllare il cielo durante il ciclo giornaliero di Second Life. Questo è il ciclo che è usato dal cursore dell&apos;editor base dell&apos;ambiente. 2214 L&apos;editor del Ciclo Giorno/Notte permette di controllare il cielo durante il ciclo giornaliero di [GRID_NAME]. Questo è il ciclo che è usato dal cursore dell&apos;editor base dell&apos;ambiente.
2215 2215
2216L&apos;editor del ciclo giorno/notte funziona impostando i fotogrammi chiave. Questi sono nodi (rappresentati da tacche grige sul grafico temporale) che hanno delle preregolazioni associate del cielo. Man mano che l&apos;ora del giorno procede, il cielo di WindLight&apos;si anima&apos; interpolando i valori fra questi fotogrammi chiave. 2216L&apos;editor del ciclo giorno/notte funziona impostando i fotogrammi chiave. Questi sono nodi (rappresentati da tacche grige sul grafico temporale) che hanno delle preregolazioni associate del cielo. Man mano che l&apos;ora del giorno procede, il cielo di WindLight&apos;si anima&apos; interpolando i valori fra questi fotogrammi chiave.
2217 2217
@@ -2396,7 +2396,7 @@ D (Densità) controlla quanto gonfie o spezzettate appaiono le nuvole.
2396 </notification> 2396 </notification>
2397 <notification name="NotAgeVerified"> 2397 <notification name="NotAgeVerified">
2398 La tua età deve essere verificata per poter entrare in questo territorio. 2398 La tua età deve essere verificata per poter entrare in questo territorio.
2399Vuoi visitare il sito di Second Life per verificare la tua eta? 2399Vuoi visitare il sito di [SECOND_LIFE] per verificare la tua eta?
2400 2400
2401[_URL] 2401[_URL]
2402 <url name="url" option="0"> 2402 <url name="url" option="0">
@@ -2406,7 +2406,7 @@ Vuoi visitare il sito di Second Life per verificare la tua eta?
2406 </notification> 2406 </notification>
2407 <notification name="Cannot enter parcel: no payment info on file"> 2407 <notification name="Cannot enter parcel: no payment info on file">
2408 Questo terreno richiede che tu abbia registrato le tue informazioni di pagamento prima che tu possa accedervi. 2408 Questo terreno richiede che tu abbia registrato le tue informazioni di pagamento prima che tu possa accedervi.
2409Vuoi visitare il sito di Second Life per impostarle? 2409Vuoi visitare il sito di [SECOND_LIFE] per impostarle?
2410 2410
2411[_URL] 2411[_URL]
2412 <url name="url" option="0"> 2412 <url name="url" option="0">
@@ -2723,13 +2723,13 @@ Riprova tra qualche istante.
2723 Impossibile creare la connessione in sospeso. 2723 Impossibile creare la connessione in sospeso.
2724 </notification> 2724 </notification>
2725 <notification name="InternalUsherError"> 2725 <notification name="InternalUsherError">
2726 Si è verificato un errore interno durante il tentativo di trasportarti alla destinazione. Potrebbero esserci problemi in Second Life al momento. 2726 Si è verificato un errore interno durante il tentativo di trasportarti alla destinazione. Potrebbero esserci problemi in [GRID_NAME] al momento.
2727 </notification> 2727 </notification>
2728 <notification name="NoGoodTPDestination"> 2728 <notification name="NoGoodTPDestination">
2729 Impossibile trovare una buona destinazione per il teletrasporto in questa regione. 2729 Impossibile trovare una buona destinazione per il teletrasporto in questa regione.
2730 </notification> 2730 </notification>
2731 <notification name="InternalErrorRegionResolver"> 2731 <notification name="InternalErrorRegionResolver">
2732 Si è verificato un errore interno durante il tentativo di risolvere le coordinate per la richiesta di teletrasporto. Può darsi che ci siano problemi in Second Life al momento. 2732 Si è verificato un errore interno durante il tentativo di risolvere le coordinate per la richiesta di teletrasporto. Può darsi che ci siano problemi in [GRID_NAME] al momento.
2733 </notification> 2733 </notification>
2734 <notification name="NoValidLanding"> 2734 <notification name="NoValidLanding">
2735 Non è stato trovato un punto di atterraggio valido. 2735 Non è stato trovato un punto di atterraggio valido.
@@ -2851,7 +2851,7 @@ Dall&apos;oggetto: [OBJECTNAME], di: [NAME]?
2851 Impossibile trovare [TYPE] chiamato [DESC] nel database. 2851 Impossibile trovare [TYPE] chiamato [DESC] nel database.
2852 </notification> 2852 </notification>
2853 <notification name="InvalidWearable"> 2853 <notification name="InvalidWearable">
2854 L&apos;oggetto che si sta tentando di indossare utilizza una funzione che il programma non riesce a leggere. Aggiorna la tua versione di Second Life per riuscire a indossare l&apos;oggetto. 2854 L&apos;oggetto che si sta tentando di indossare utilizza una funzione che il programma non riesce a leggere. Aggiorna la tua versione di [VIEWER_NAME] per riuscire a indossare l&apos;oggetto.
2855 </notification> 2855 </notification>
2856 <notification name="ScriptQuestion"> 2856 <notification name="ScriptQuestion">
2857 &apos;[OBJECTNAME]&apos;, un oggetto di proprietà di &apos;[NAME]&apos;, vorrebbe: 2857 &apos;[OBJECTNAME]&apos;, un oggetto di proprietà di &apos;[NAME]&apos;, vorrebbe:
@@ -2911,7 +2911,7 @@ Doppio click per teleportarti.
2911Utilizza i controlli sulla destra per trovare le cose e visualizzare sfondi differenti. 2911Utilizza i controlli sulla destra per trovare le cose e visualizzare sfondi differenti.
2912 </notification> 2912 </notification>
2913 <notification name="FirstBuild"> 2913 <notification name="FirstBuild">
2914 È possibile creare nuovi oggetti in alcune zone di [SECOND_LIFE]. 2914 È possibile creare nuovi oggetti in alcune zone di [GRID_NAME].
2915Utilizza gli strumenti in alto a sinistra per costruire, e prova a tenere premuto Ctrl o Alt per passare rapidamente tra uno strumento e l&apos;altro. 2915Utilizza gli strumenti in alto a sinistra per costruire, e prova a tenere premuto Ctrl o Alt per passare rapidamente tra uno strumento e l&apos;altro.
2916Premi Esc per smettere di costruire. 2916Premi Esc per smettere di costruire.
2917 </notification> 2917 </notification>
@@ -2956,7 +2956,7 @@ Gli oggetti flessibili non possono essere fisici e devano essere fantasma fino a
2956 </notification> 2956 </notification>
2957 <notification name="FirstDebugMenus"> 2957 <notification name="FirstDebugMenus">
2958 Hai attivato il menu Avanzato. 2958 Hai attivato il menu Avanzato.
2959Questo menu contiene funzioni utili per gli sviluppatori per il debug di Second Life. 2959Questo menu contiene funzioni utili per gli sviluppatori per il debug di [VIEWER_NAME].
2960Per attivare o disattivare questo menu su Windows premere Ctrl-Alt-D. Su Mac premere Cmd-Opt-Shift-D. 2960Per attivare o disattivare questo menu su Windows premere Ctrl-Alt-D. Su Mac premere Cmd-Opt-Shift-D.
2961 </notification> 2961 </notification>
2962 <notification name="FirstSculptedPrim"> 2962 <notification name="FirstSculptedPrim">
@@ -3064,7 +3064,7 @@ Fai clic su Accetta per partecipare alla chiamata o su Rifiuta per rifiutare l&a
3064 - La velocità della tua CPU non soddisfa i requisiti minimi. 3064 - La velocità della tua CPU non soddisfa i requisiti minimi.
3065 </global> 3065 </global>
3066 <global name="UnsupportedGLRequirements"> 3066 <global name="UnsupportedGLRequirements">
3067 Sembra che tu non abbia i requisiti appropriati hardware per Second Life. Second Life ha bisogno di una scheda grafica OpenGL che abbia il supporto multitexture. Se ritieni di avere l&apos;hardware giusto verifica di avere installati i driver più aggiornati per la tua scheda grafica e gli aggiornamenti e service pack appropriati per il tuo sistema operativo. 3067 Sembra che tu non abbia i requisiti appropriati hardware per [VIEWER_NAME]. [VIEWER_NAME] ha bisogno di una scheda grafica OpenGL che abbia il supporto multitexture. Se ritieni di avere l&apos;hardware giusto verifica di avere installati i driver più aggiornati per la tua scheda grafica e gli aggiornamenti e service pack appropriati per il tuo sistema operativo.
3068 3068
3069Se continui ad avere problemi, visita il sito: http://www.secondlife.com/support 3069Se continui ad avere problemi, visita il sito: http://www.secondlife.com/support
3070 </global> 3070 </global>
diff --git a/linden/indra/newview/skins/default/xui/ja/notifications.xml b/linden/indra/newview/skins/default/xui/ja/notifications.xml
index 1d3e206..77c6068 100644
--- a/linden/indra/newview/skins/default/xui/ja/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/ja/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="不明な警告メッセージ" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="不明な警告メッセージ" name="MissingAlert">
74 あなたの Second Life のバージョンでは、 74 あなたの [VIEWER_NAME] のバージョンでは、
75今受け取った警告メッセージを表示することができません。 75今受け取った警告メッセージを表示することができません。
76 76
77エラー詳細: 「[_NAME]」という警告は notifications.xml にありませんでした。 77エラー詳細: 「[_NAME]」という警告は notifications.xml にありませんでした。
@@ -94,7 +94,7 @@
94 <usetemplate name="okcancelbuttons" notext="取り消し" yestext="はい"/> 94 <usetemplate name="okcancelbuttons" notext="取り消し" yestext="はい"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Second Life をアップデート中にエラーが発生しました。 secondlife.com から最新バージョンをダウンロードしてください。 97 [VIEWER_NAME] をアップデート中にエラーが発生しました。 [VIEWER_SITE] から最新バージョンをダウンロードしてください。
98 <usetemplate name="okbutton" yestext="OK"/> 98 <usetemplate name="okbutton" yestext="OK"/>
99 </notification> 99 </notification>
100 <notification name="LoginFailedNoNetwork"> 100 <notification name="LoginFailedNoNetwork">
@@ -274,7 +274,7 @@ L$が不足しているのでこのグループに参加することができま
274 </notification> 274 </notification>
275 <notification name="ConfirmLandSaleToAnyoneChange"> 275 <notification name="ConfirmLandSaleToAnyoneChange">
276 注:「誰にでも売却する」をクリックすると、 276 注:「誰にでも売却する」をクリックすると、
277あなたの土地はSecond Life のコミュニティのどこからでも 277あなたの土地は[GRID_NAME] のコミュニティのどこからでも
278(この地域にないコミュニティを含む)購入できるようになります。 278(この地域にないコミュニティを含む)購入できるようになります。
279 279
280選択された[LAND_SIZE]平方メートルの土地は、 280選択された[LAND_SIZE]平方メートルの土地は、
@@ -374,7 +374,7 @@ L$が不足しているのでこのグループに参加することができま
374 次の理由で、レポートのスクリーンショットのアップロード時に問題が起こりました。 [REASON] 374 次の理由で、レポートのスクリーンショットのアップロード時に問題が起こりました。 [REASON]
375 </notification> 375 </notification>
376 <notification name="MustAgreeToLogIn"> 376 <notification name="MustAgreeToLogIn">
377 [SECOND_LIFE] へのログインを続けるには、利用規約に同意してください。 377 [GRID_NAME] へのログインを続けるには、利用規約に同意してください。
378 </notification> 378 </notification>
379 <notification name="CouldNotPutOnOutfit"> 379 <notification name="CouldNotPutOnOutfit">
380 服装を装着できません。 380 服装を装着できません。
@@ -390,7 +390,7 @@ L$が不足しているのでこのグループに参加することができま
390 おっと! 記入漏れがありますよ。 390 おっと! 記入漏れがありますよ。
391アバターのファーストネームとラストネームの両方を入力する必要があります。 391アバターのファーストネームとラストネームの両方を入力する必要があります。
392 392
393[SECOND_LIFE]に入るには、アカウントが必要です。 アカウントを作成しますか? 393[GRID_NAME]に入るには、アカウントが必要です。 アカウントを作成しますか?
394 <usetemplate name="okcancelbuttons" notext="もう一度試す" yestext="新しいアカウントを作成"/> 394 <usetemplate name="okcancelbuttons" notext="もう一度試す" yestext="新しいアカウントを作成"/>
395 </notification> 395 </notification>
396 <notification name="AddClassified"> 396 <notification name="AddClassified">
@@ -435,17 +435,17 @@ L$が不足しているのでこのグループに参加することができま
435 <usetemplate name="okcancelbuttons" notext="キャンセル" yestext="OK"/> 435 <usetemplate name="okcancelbuttons" notext="キャンセル" yestext="OK"/>
436 </notification> 436 </notification>
437 <notification name="CacheWillClear"> 437 <notification name="CacheWillClear">
438 [SECOND_LIFE]の再起動後にキャッシュがクリアされます。 438 [VIEWER_NAME]の再起動後にキャッシュがクリアされます。
439 </notification> 439 </notification>
440 <notification name="CacheWillBeMoved"> 440 <notification name="CacheWillBeMoved">
441 [SECOND_LIFE]の再起動後にキャッシュが移動されます。 441 [VIEWER_NAME]の再起動後にキャッシュが移動されます。
442注意:これによりキャッシュがクリアされます。 442注意:これによりキャッシュがクリアされます。
443 </notification> 443 </notification>
444 <notification name="ChangeConnectionPort"> 444 <notification name="ChangeConnectionPort">
445 ポートの設定は、[SECOND_LIFE]の再起動後に有効になります。 445 ポートの設定は、[VIEWER_NAME]の再起動後に有効になります。
446 </notification> 446 </notification>
447 <notification name="ChangeSkin"> 447 <notification name="ChangeSkin">
448 新しいスキンは[SECOND_LIFE]を再起動すると現れます 448 新しいスキンは[VIEWER_NAME]を再起動すると現れます
449 </notification> 449 </notification>
450 <notification name="GoToAuctionPage"> 450 <notification name="GoToAuctionPage">
451 [SECOND_LIFE]ウェブ・ページに移動し、 入札あるいはオークションの詳細を確認しますか? 451 [SECOND_LIFE]ウェブ・ページに移動し、 入札あるいはオークションの詳細を確認しますか?
@@ -504,8 +504,8 @@ L$が不足しているのでこのグループに参加することができま
504 ファイル[[FILE]]を書き込めません。 504 ファイル[[FILE]]を書き込めません。
505 </notification> 505 </notification>
506 <notification name="UnsupportedHardware"> 506 <notification name="UnsupportedHardware">
507 警告: あなたのシステムは Second Life を使用するために必要な必須動作環境の条件を満たしていません。 507 警告: あなたのシステムは [VIEWER_NAME] を使用するために必要な必須動作環境の条件を満たしていません。
508Second Life をこのままご使用になると、不十分なパフォーマンスしか得られないおそれがあります。 508[VIEWER_NAME] をこのままご使用になると、不十分なパフォーマンスしか得られないおそれがあります。
509また、サポート外のシステム構成でご使用の場合、テクニカルサポートをご利用いただくことができません。 509また、サポート外のシステム構成でご使用の場合、テクニカルサポートをご利用いただくことができません。
510 510
511 必須動作環境の条件 511 必須動作環境の条件
@@ -518,7 +518,7 @@ Second Life をこのままご使用になると、不十分なパフォーマ
518 <notification name="UnknownGPU"> 518 <notification name="UnknownGPU">
519 お使いのシステムには、現時点では不明なグラフィック・カードが搭載されています。 519 お使いのシステムには、現時点では不明なグラフィック・カードが搭載されています。
520これは、当社による動作テストが行われていない新しいハードウェアが使用されている場合がほとんどです。 520これは、当社による動作テストが行われていない新しいハードウェアが使用されている場合がほとんどです。
521Second Life はほぼ間違いなく正常に動作しますが、 521[VIEWER_NAME] はほぼ間違いなく正常に動作しますが、
522必要に応じたグラフィック設定の調整が必要になる場合があります。 522必要に応じたグラフィック設定の調整が必要になる場合があります。
523(「編集」>「環境設定」>「表示」) 523(「編集」>「環境設定」>「表示」)
524 <form name="form"> 524 <form name="form">
@@ -526,7 +526,7 @@ Second Life はほぼ間違いなく正常に動作しますが、
526 </form> 526 </form>
527 </notification> 527 </notification>
528 <notification name="DisplaySettingsNoShaders"> 528 <notification name="DisplaySettingsNoShaders">
529 [SECOND_LIFE] は、 529 [VIEWER_NAME] は、
530グラフィック・ドライバの初期化中にクラッシュしました。 530グラフィック・ドライバの初期化中にクラッシュしました。
531一般的なドライバ・エラーを回避するため、「品質およびパフォーマンス」は「低」に設定されます。 531一般的なドライバ・エラーを回避するため、「品質およびパフォーマンス」は「低」に設定されます。
532これにより、いくつかのグラフィックス機能は無効になります。 532これにより、いくつかのグラフィックス機能は無効になります。
@@ -828,7 +828,7 @@ Second Life はほぼ間違いなく正常に動作しますが、
828この土地がある地域を見つけることができません 828この土地がある地域を見つけることができません
829 </notification> 829 </notification>
830 <notification name="CannotCloseFloaterBuyLand"> 830 <notification name="CannotCloseFloaterBuyLand">
831 Second Lifeによる、 831 [GRID_NAME]による、
832この取引の見積りが完了するまで「土地を購入」ウィンドウを閉じることはできません。 832この取引の見積りが完了するまで「土地を購入」ウィンドウを閉じることはできません。
833 </notification> 833 </notification>
834 <notification name="CannotDeedLandNothingSelected"> 834 <notification name="CannotDeedLandNothingSelected">
@@ -1004,12 +1004,12 @@ L$は返金されません。
1004この問題が続くようなら、「ツール」>「バグを報告する」をクリックし、お使いのネットワーク設定の詳細を報告してください。 1004この問題が続くようなら、「ツール」>「バグを報告する」をクリックし、お使いのネットワーク設定の詳細を報告してください。
1005 </notification> 1005 </notification>
1006 <notification name="YouHaveBeenLoggedOut"> 1006 <notification name="YouHaveBeenLoggedOut">
1007 あなたは[SECOND_LIFE]からログアウトされました。 1007 あなたは[GRID_NAME]からログアウトされました。
1008 [MESSAGE] 1008 [MESSAGE]
1009「IMとチャットを表示」をクリックすると、 1009「IMとチャットを表示」をクリックすると、
1010現在あるIMとチャットを確認できます。 1010現在あるIMとチャットを確認できます。
1011確認しない場合は「終了」をクリックし、 1011確認しない場合は「終了」をクリックし、
1012すぐに[SECOND_LIFE]を終了してください。 1012すぐに[VIEWER_NAME]を終了してください。
1013 <usetemplate name="okcancelbuttons" notext="終了" yestext="IMとチャットを表示"/> 1013 <usetemplate name="okcancelbuttons" notext="終了" yestext="IMとチャットを表示"/>
1014 </notification> 1014 </notification>
1015 <notification name="OnlyOfficerCanBuyLand"> 1015 <notification name="OnlyOfficerCanBuyLand">
@@ -1180,22 +1180,22 @@ L$は返金されません。
1180 </notification> 1180 </notification>
1181 <notification name="ClothingLoading"> 1181 <notification name="ClothingLoading">
1182 あなたの服をダウンロード中です。 1182 あなたの服をダウンロード中です。
1183通常どおりに[SECOND_LIFE]を使え、 1183通常どおりに[GRID_NAME]を使え、
1184他のユーザーもあなたを正常に見ることができます。 1184他のユーザーもあなたを正常に見ることができます。
1185 <form name="form"> 1185 <form name="form">
1186 <ignore name="ignore" text="服のダウンロードに長い時間がかかる場合"/> 1186 <ignore name="ignore" text="服のダウンロードに長い時間がかかる場合"/>
1187 </form> 1187 </form>
1188 </notification> 1188 </notification>
1189 <notification name="FirstRun"> 1189 <notification name="FirstRun">
1190 [SECOND_LIFE]のインストールが完了しました。 1190 [VIEWER_NAME]のインストールが完了しました。
1191 1191
1192[SECOND_LIFE] の使用が初めての方は、 1192[GRID_NAME] の使用が初めての方は、
1193ログイン前にアカウントの作成が必要です。 1193ログイン前にアカウントの作成が必要です。
1194www.secondlife.comに移動し、新規アカウントの作成を行いますか? 1194[GRID_SITE]に移動し、新規アカウントの作成を行いますか?
1195 <usetemplate name="okcancelbuttons" notext="続行" yestext="新規アカウント..."/> 1195 <usetemplate name="okcancelbuttons" notext="続行" yestext="新規アカウント..."/>
1196 </notification> 1196 </notification>
1197 <notification name="LoginPacketNeverReceived"> 1197 <notification name="LoginPacketNeverReceived">
1198 接続に問題が生じています。 あなたのインターネット接続、またはSecond Life サーバーに問題がある可能性があります。 1198 接続に問題が生じています。 あなたのインターネット接続、または[GRID_NAME] サーバーに問題がある可能性があります。
1199 1199
1200インターネット接続を確認して数分後にもう一度試みるか、「ヘルプ」をクリックして当社のサポートサイトに接続してください。または、「テレポート」をクリックしてホームにテレポートしてみてください。 1200インターネット接続を確認して数分後にもう一度試みるか、「ヘルプ」をクリックして当社のサポートサイトに接続してください。または、「テレポート」をクリックしてホームにテレポートしてみてください。
1201 <form name="form"> 1201 <form name="form">
@@ -1208,7 +1208,7 @@ www.secondlife.comに移動し、新規アカウントの作成を行います
1208 まもなくあなたのアバターが表示されます。 1208 まもなくあなたのアバターが表示されます。
1209 1209
1210矢印キーを使用して歩きます。 1210矢印キーを使用して歩きます。
1211ヘルプが必要なときや[SECOND_LIFE]について知りたいときは、 1211ヘルプが必要なときや[GRID_NAME]について知りたいときは、
1212F1キーを押してください。 1212F1キーを押してください。
1213男性あるいは女性のアバターを選択してください。 1213男性あるいは女性のアバターを選択してください。
1214あなたの決定は後で変更できます。 1214あなたの決定は後で変更できます。
@@ -1306,35 +1306,35 @@ F1キーを押してください。
1306[DOWNLOAD_PATH]。 1306[DOWNLOAD_PATH]。
1307 </notification> 1307 </notification>
1308 <notification name="DownloadWindowsMandatory"> 1308 <notification name="DownloadWindowsMandatory">
1309 [SECOND_LIFE]の新しいバージョンが利用可能です。 1309 [VIEWER_NAME]の新しいバージョンが利用可能です。
1310[MESSAGE] 1310[MESSAGE]
1311[SECOND_LIFE]を使用するためには、 1311[GRID_NAME]を使用するためには、
1312このアップデートをダウンロードする必要があります。 1312このアップデートをダウンロードする必要があります。
1313 <usetemplate name="okcancelbuttons" notext="終了" yestext="ダウンロード"/> 1313 <usetemplate name="okcancelbuttons" notext="終了" yestext="ダウンロード"/>
1314 </notification> 1314 </notification>
1315 <notification name="DownloadWindows"> 1315 <notification name="DownloadWindows">
1316 [SECOND_LIFE]のアップデート・バージョンが利用可能です。 1316 [VIEWER_NAME]のアップデート・バージョンが利用可能です。
1317[MESSAGE] 1317[MESSAGE]
1318このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。 1318このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。
1319 <usetemplate name="okcancelbuttons" notext="続行" yestext="ダウンロード"/> 1319 <usetemplate name="okcancelbuttons" notext="続行" yestext="ダウンロード"/>
1320 </notification> 1320 </notification>
1321 <notification name="DownloadWindowsReleaseForDownload"> 1321 <notification name="DownloadWindowsReleaseForDownload">
1322 [SECOND_LIFE]のアップデート・バージョンが利用可能です。 1322 [VIEWER_NAME]のアップデート・バージョンが利用可能です。
1323[MESSAGE] 1323[MESSAGE]
1324このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。 1324このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。
1325 <usetemplate name="okcancelbuttons" notext="続行" yestext="ダウンロード"/> 1325 <usetemplate name="okcancelbuttons" notext="続行" yestext="ダウンロード"/>
1326 </notification> 1326 </notification>
1327 <notification name="DownloadMacMandatory"> 1327 <notification name="DownloadMacMandatory">
1328 [SECOND_LIFE]の新しいバージョンが利用可能です。 1328 [VIEWER_NAME]の新しいバージョンが利用可能です。
1329[MESSAGE] 1329[MESSAGE]
1330[SECOND_LIFE]を使用するために、 1330[GRID_NAME]を使用するために、
1331このアップデートをダウンロードする必要があります。 1331このアップデートをダウンロードする必要があります。
1332 1332
1333アプリケーションがあるフォルダにダウンロードしますか? 1333アプリケーションがあるフォルダにダウンロードしますか?
1334 <usetemplate name="okcancelbuttons" notext="終了" yestext="ダウンロード"/> 1334 <usetemplate name="okcancelbuttons" notext="終了" yestext="ダウンロード"/>
1335 </notification> 1335 </notification>
1336 <notification name="DownloadMac"> 1336 <notification name="DownloadMac">
1337 [SECOND_LIFE]のアップデート・バージョンが利用可能です。 1337 [VIEWER_NAME]のアップデート・バージョンが利用可能です。
1338[MESSAGE] 1338[MESSAGE]
1339このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。 1339このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。
1340 1340
@@ -1342,7 +1342,7 @@ F1キーを押してください。
1342 <usetemplate name="okcancelbuttons" notext="続行" yestext="ダウンロード"/> 1342 <usetemplate name="okcancelbuttons" notext="続行" yestext="ダウンロード"/>
1343 </notification> 1343 </notification>
1344 <notification name="DownloadMacReleaseForDownload"> 1344 <notification name="DownloadMacReleaseForDownload">
1345 [SECOND_LIFE]のアップデート・バージョンが利用可能です。 1345 [VIEWER_NAME]のアップデート・バージョンが利用可能です。
1346[MESSAGE] 1346[MESSAGE]
1347このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。 1347このアップデートは必須ではありませんが、パフォーマンスと安定性を向上させるためにインストールすることをお勧めします。
1348 1348
@@ -1359,7 +1359,7 @@ F1キーを押してください。
1359 <usetemplate ignoretext="お使いのシステムのブラウザを開いてウェブ・ページを表示しようとしたとき" name="okcancelignore" notext="キャンセル" yestext="OK"/> 1359 <usetemplate ignoretext="お使いのシステムのブラウザを開いてウェブ・ページを表示しようとしたとき" name="okcancelignore" notext="キャンセル" yestext="OK"/>
1360 </notification> 1360 </notification>
1361 <notification name="WebLaunchJoinNow"> 1361 <notification name="WebLaunchJoinNow">
1362 www.secondlife.comに移動してアカウントを管理しますか? 1362 [VIEWER_SITE]に移動してアカウントを管理しますか?
1363 <usetemplate ignoretext="アカウントを管理するため、ウェブ・ブラウザを起動するとき" name="okcancelignore" notext="取り消し" yestext="OK"/> 1363 <usetemplate ignoretext="アカウントを管理するため、ウェブ・ブラウザを起動するとき" name="okcancelignore" notext="取り消し" yestext="OK"/>
1364 </notification> 1364 </notification>
1365 <notification name="WebLaunchBugReport101"> 1365 <notification name="WebLaunchBugReport101">
@@ -2015,10 +2015,10 @@ RGB、256x256で、チャンネル数が13
2015デフォルト: オフ 2015デフォルト: オフ
2016 </notification> 2016 </notification>
2017 <notification label="ボイスバージョンの不一致" name="VoiceVersionMismatch"> 2017 <notification label="ボイスバージョンの不一致" name="VoiceVersionMismatch">
2018 このバージョンの Second Life は、 2018 このバージョンの [VIEWER_NAME] は、
2019この地域のボイスチャット機能に対応していません。 2019この地域のボイスチャット機能に対応していません。
2020ボイスチャットを正しく使用するには、 2020ボイスチャットを正しく使用するには、
2021Second Life のアップデートが必要です。 2021[VIEWER_NAME] のアップデートが必要です。
2022 </notification> 2022 </notification>
2023 <notification label="不動産約款" name="HelpEstateCovenant"> 2023 <notification label="不動産約款" name="HelpEstateCovenant">
2024 不動産約款を定めると、自分の不動産内の区画を販売できるようになります。 2024 不動産約款を定めると、自分の不動産内の区画を販売できるようになります。
@@ -2137,17 +2137,17 @@ Second Life のアップデートが必要です。
2137 このオブジェクトには、あなたがコピーできるアイテムはありません。 2137 このオブジェクトには、あなたがコピーできるアイテムはありません。
2138 </notification> 2138 </notification>
2139 <notification name="WebLaunchAccountHistory"> 2139 <notification name="WebLaunchAccountHistory">
2140 Second Life ウェブ・ページを開いて 2140 [SECOND_LIFE] ウェブ・ページを開いて
2141アカウント履歴を確認しますか? 2141アカウント履歴を確認しますか?
2142 <usetemplate ignoretext="アカウント履歴のウェブ・ページをロードするとき" name="okcancelignore" notext="取り消し" yestext="ページに移動"/> 2142 <usetemplate ignoretext="アカウント履歴のウェブ・ページをロードするとき" name="okcancelignore" notext="取り消し" yestext="ページに移動"/>
2143 </notification> 2143 </notification>
2144 <notification name="ClickOpenF1Help"> 2144 <notification name="ClickOpenF1Help">
2145 Second Life のサポートウェブサイトを利用しますか? 2145 [SECOND_LIFE] のサポートウェブサイトを利用しますか?
2146 <usetemplate ignoretext="Second Life のサポートウェブサイトを閲覧するにあたって。" name="okcancelignore" notext="キャンセル" yestext="行く"/> 2146 <usetemplate ignoretext="[SECOND_LIFE] のサポートウェブサイトを閲覧するにあたって。" name="okcancelignore" notext="キャンセル" yestext="行く"/>
2147 </notification> 2147 </notification>
2148 <notification name="ConfirmQuit"> 2148 <notification name="ConfirmQuit">
2149 終了しようとしています。操作を続行しますか? 2149 終了しようとしています。操作を続行しますか?
2150 <usetemplate ignoretext="Second Life の終了にあたって。" name="okcancelignore" notext="継続" yestext="終了"/> 2150 <usetemplate ignoretext="[VIEWER_NAME] の終了にあたって。" name="okcancelignore" notext="継続" yestext="終了"/>
2151 </notification> 2151 </notification>
2152 <notification name="HelpReportAbuseEmailLL"> 2152 <notification name="HelpReportAbuseEmailLL">
2153 利用規約違反とコミュニティースタンダード違反の報告にこのツールをご使用ください。 参照: 2153 利用規約違反とコミュニティースタンダード違反の報告にこのツールをご使用ください。 参照:
@@ -2172,10 +2172,10 @@ http://secondlife.com/support/incidentreport.php
2172(「世界」のメニューから「土地情報」を選ぶと、約款を閲覧できます) 2172(「世界」のメニューから「土地情報」を選ぶと、約款を閲覧できます)
2173- 2173-
2174このレポートに関する解決策は、この地域にだけ当てはまります。 2174このレポートに関する解決策は、この地域にだけ当てはまります。
2175住人がSecond Life の他の地域へアクセスする際、 2175住人が[GRID_NAME] の他の地域へアクセスする際、
2176このレポートの結果に影響されることはありません。 2176このレポートの結果に影響されることはありません。
2177Linden Lab 社だけがSecond Life 全域における 2177<!-- Linden Lab 社だけが[GRID_NAME] 全域における
2178アクセス制限権を持っています。 2178アクセス制限権を持っています。 -->
2179 </notification> 2179 </notification>
2180 <notification name="HelpReportBug"> 2180 <notification name="HelpReportBug">
2181 このツールは、説明どおりに動作しないなどのテクニカルなフィーチャーのレポートのみに使用してください。 2181 このツールは、説明どおりに動作しないなどのテクニカルなフィーチャーのレポートのみに使用してください。
@@ -2233,17 +2233,17 @@ http://secondlife.com/community/support.php
2233知的財産の侵害に関する報告を行う際には、以下の点に注意してください。 2233知的財産の侵害に関する報告を行う際には、以下の点に注意してください。
2234 2234
2235(1) 嫌がらせの報告のプロセス 2235(1) 嫌がらせの報告のプロセス
2236Second Life の権限システムを悪用している住人を見つけたら、 2236[SECOND_LIFE] の権限システムを悪用している住人を見つけたら、
2237嫌がらせの報告を行ってください。 2237嫌がらせの報告を行ってください。
2238例えばコピーBotの使用、それに似たツールの使用による知的財産権の侵害があります。 2238例えばコピーBotの使用、それに似たツールの使用による知的財産権の侵害があります。
2239アビューズチームは調査に基づき、 2239アビューズチームは調査に基づき、
2240Second Life のコミュニティースタンダードや 2240[SECOND_LIFE] のコミュニティースタンダードや
2241利用規約に違反する行為と判断された場合には適切な処置を行っています。 2241利用規約に違反する行為と判断された場合には適切な処置を行っています。
2242ただし、コンテンツをSecond Life から撤去してほしい、 2242ただし、コンテンツを[SECOND_LIFE] から撤去してほしい、
2243といった要望にはアビューズチームは応えることができません。 2243といった要望にはアビューズチームは応えることができません。
2244 2244
2245(2) DMCA(デジタルミレニアム著作権法)及びコンテンツ撤去プロセス 2245(2) DMCA(デジタルミレニアム著作権法)及びコンテンツ撤去プロセス
2246Second Life からのコンテンツの撤去をリクエストするには、 2246[SECOND_LIFE] からのコンテンツの撤去をリクエストするには、
2247著作権侵害通知の提出を行う必要があります。 2247著作権侵害通知の提出を行う必要があります。
2248参照: http://secondlife.com/corporate/dmca.php 2248参照: http://secondlife.com/corporate/dmca.php
2249 2249
@@ -2372,7 +2372,7 @@ Linden Lab
2372 </notification> 2372 </notification>
2373 <notification name="HelpDayCycle"> 2373 <notification name="HelpDayCycle">
2374 「デイ・サイクル編集」では、 2374 「デイ・サイクル編集」では、
2375Second Life での昼と夜の空の変化を制御できます。 2375[GRID_NAME] での昼と夜の空の変化を制御できます。
2376これは「基本環境編集」の「時間帯」スライダーで使用されるサイクルです。 2376これは「基本環境編集」の「時間帯」スライダーで使用されるサイクルです。
2377 2377
2378「デイ・サイクル編集」はキーフレームを設定することで機能します。 2378「デイ・サイクル編集」はキーフレームを設定することで機能します。
@@ -2480,7 +2480,7 @@ Second Life での昼と夜の空の変化を制御できます。
2480 「Y」 の方向に雲が移動する際の速度を制御します。 2480 「Y」 の方向に雲が移動する際の速度を制御します。
2481 </notification> 2481 </notification>
2482 <notification name="HelpClassicClouds"> 2482 <notification name="HelpClassicClouds">
2483 このボックスを有効にすると、WindLight の雲に加えて、Second Life の従来の雲もレンダリングできるようになります。 2483 このボックスを有効にすると、WindLight の雲に加えて、[SECOND_LIFE] の従来の雲もレンダリングできるようになります。
2484 </notification> 2484 </notification>
2485 <notification name="HelpWaterFogColor"> 2485 <notification name="HelpWaterFogColor">
2486 水中のフォグ効果に色をつけます。 2486 水中のフォグ効果に色をつけます。
@@ -2581,7 +2581,7 @@ Second Life での昼と夜の空の変化を制御できます。
2581 <notification name="NotAgeVerified"> 2581 <notification name="NotAgeVerified">
2582 この区画にアクセスするためには、 2582 この区画にアクセスするためには、
2583年齢確認を行う必要があります。 2583年齢確認を行う必要があります。
2584Second Life のウェブサイトにアクセスし、 2584[SECOND_LIFE] のウェブサイトにアクセスし、
2585年齢確認を行いますか? 2585年齢確認を行いますか?
2586 2586
2587[_URL] 2587[_URL]
@@ -2592,7 +2592,7 @@ Second Life のウェブサイトにアクセスし、
2592 </notification> 2592 </notification>
2593 <notification name="Cannot enter parcel: no payment info on file"> 2593 <notification name="Cannot enter parcel: no payment info on file">
2594 この区画にアクセスするには、支払い情報が事前に登録されている必要があります。 2594 この区画にアクセスするには、支払い情報が事前に登録されている必要があります。
2595Second Life のウェブサイトにアクセスして、設定しますか? 2595[SECOND_LIFE] のウェブサイトにアクセスして、設定しますか?
2596 2596
2597[_URL] 2597[_URL]
2598 <url name="url" option="0"> 2598 <url name="url" option="0">
@@ -3052,7 +3052,7 @@ Second Life のウェブサイトにアクセスして、設定しますか?
3052 データベースに[DESC]という名前の[TYPE]が見つかりませんでした。 3052 データベースに[DESC]という名前の[TYPE]が見つかりませんでした。
3053 </notification> 3053 </notification>
3054 <notification name="InvalidWearable"> 3054 <notification name="InvalidWearable">
3055 着用しようとしているアイテムはあなたのビューワでは読み込むことができません。 Second Lifeビューワを最新のものにアップグレードしてからこのアイテムを着用してください。 3055 着用しようとしているアイテムはあなたのビューワでは読み込むことができません。 [VIEWER_NAME]ビューワを最新のものにアップグレードしてからこのアイテムを着用してください。
3056 </notification> 3056 </notification>
3057 <notification name="ScriptQuestion"> 3057 <notification name="ScriptQuestion">
3058 「[NAME]」が所有するオブジェクト「[OBJECTNAME]」を: 3058 「[NAME]」が所有するオブジェクト「[OBJECTNAME]」を:
@@ -3113,7 +3113,7 @@ Second Life のウェブサイトにアクセスして、設定しますか?
3113右側のコントロールを使用すると、物を見つけたり、別の背景を表示することができます。 3113右側のコントロールを使用すると、物を見つけたり、別の背景を表示することができます。
3114 </notification> 3114 </notification>
3115 <notification name="FirstBuild"> 3115 <notification name="FirstBuild">
3116 [SECOND_LIFE] には、 3116 [GRID_NAME] には、
3117新しいオブジェクトを作ることができる地域があります。 3117新しいオブジェクトを作ることができる地域があります。
3118作成には画面上部左のツールが使え、 3118作成には画面上部左のツールが使え、
3119CtrlキーやAltキーを押したままにすれば 3119CtrlキーやAltキーを押したままにすれば
@@ -3161,7 +3161,7 @@ Mキーを押して変更します。
3161 <notification name="FirstDebugMenus"> 3161 <notification name="FirstDebugMenus">
3162 高度な設定を有効にしました。 3162 高度な設定を有効にしました。
3163このメニューには、 3163このメニューには、
3164Second Life をデバッグするデベロッパーにとって 3164[VIEWER_NAME] をデバッグするデベロッパーにとって
3165有用な機能があります。 3165有用な機能があります。
3166このメニューを切り替えるには、 3166このメニューを切り替えるには、
3167WindowsではCtrl-Alt-Dを押します。 3167WindowsではCtrl-Alt-Dを押します。
@@ -3275,7 +3275,7 @@ Macの場合は、Cmd-Opt-Shift-Dを押してください。
3275 - あなたの CPU の速度は必須動作環境の条件を満たしていません。 3275 - あなたの CPU の速度は必須動作環境の条件を満たしていません。
3276 </global> 3276 </global>
3277 <global name="UnsupportedGLRequirements"> 3277 <global name="UnsupportedGLRequirements">
3278 Second Life の使用に必要なハードウェアの環境が満たされていないようです。 Second Life ではマルチテクスチャーに対応したOpenGLグラフィック・カードが必要です。 この場合、グラフィック・カードの最新ドライバがインストールされていること、およびオペレーティング・システムにサービス・パックと修正プログラムが適用されていることをご確認ください。 3278 [VIEWER_NAME] の使用に必要なハードウェアの環境が満たされていないようです。 [VIEWER_NAME] ではマルチテクスチャーに対応したOpenGLグラフィック・カードが必要です。 この場合、グラフィック・カードの最新ドライバがインストールされていること、およびオペレーティング・システムにサービス・パックと修正プログラムが適用されていることをご確認ください。
3279 3279
3280問題が解決されない場合には、次のサイトにアクセスしてください。 http://www.secondlife.com/support 3280問題が解決されない場合には、次のサイトにアクセスしてください。 http://www.secondlife.com/support
3281 </global> 3281 </global>
diff --git a/linden/indra/newview/skins/default/xui/ko/notifications.xml b/linden/indra/newview/skins/default/xui/ko/notifications.xml
index c3389f9..cb720ed 100644
--- a/linden/indra/newview/skins/default/xui/ko/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/ko/notifications.xml
@@ -1,5 +1,12 @@
1<?xml version="1.0" ?><notifications> 1<?xml version="1.0" ?><notifications>
2 2
3 <!-- I think "Second Life" should not be localized, actually. -Jacek -->
4 <!--
5 <global name="Second Life">
6 세컨드라이프
7 </global>
8 -->
9
3 <global name="skipnexttime"> 10 <global name="skipnexttime">
4 11
5 이 메시지를 다시 표시 안 함 12 이 메시지를 다시 표시 안 함
@@ -347,7 +354,7 @@ notifications.xml에 &apos;[_NAME]&apos;이(가) 없습니다.
347 name="ClickPublishHelpLand" 354 name="ClickPublishHelpLand"
348 > 355 >
349웹에 게시 옵션을 선택하면 356웹에 게시 옵션을 선택하면
350[SECOND_LIFE] 357[GRID_NAME]
351 웹 사이트에 이 구획의 이름, 설명, 스냅샷 및 위치를 게시할 수 있습니다.상기 내용 중 지역 사회 기준으로 볼 때 358 웹 사이트에 이 구획의 이름, 설명, 스냅샷 및 위치를 게시할 수 있습니다.상기 내용 중 지역 사회 기준으로 볼 때
352 성인 전용으로 간주될 수 있는 내용이 있을 경우 그 사실을 359 성인 전용으로 간주될 수 있는 내용이 있을 경우 그 사실을
353 표시할 의무가 있습니다. 360 표시할 의무가 있습니다.
@@ -374,7 +381,7 @@ notifications.xml에 &apos;[_NAME]&apos;이(가) 없습니다.
374 > 381 >
375[SECOND_LIFE] 웹사이트를 통해 다른 주민과의 파트너 관계을 제안하거나 기존 파트너 관계을 해제할 수 있습니다. 382[SECOND_LIFE] 웹사이트를 통해 다른 주민과의 파트너 관계을 제안하거나 기존 파트너 관계을 해제할 수 있습니다.
376 383
377파트너 관계에 대한 추가 정보를 보려면 세컨드라이프 웹사이트로 이동하십시오. 384파트너 관계에 대한 추가 정보를 보려면 [SECOND_LIFE] 웹사이트로 이동하십시오.
378 <usetemplate 385 <usetemplate
379 name="okcancelbuttons" 386 name="okcancelbuttons"
380 notext="취소" 387 notext="취소"
@@ -451,7 +458,7 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오.
451 458
452 name="ConfirmLandSaleToAnyoneChange" 459 name="ConfirmLandSaleToAnyoneChange"
453 > 460 >
454주의사항: &apos;다른 사람에게 판매&apos;를 클릭하면 이 지역에 토지가 속하지 않은 경우에도 전체 세컨드라이프 커뮤니티에서 해당 토지를 사용할 수 있도록 설정할 수 있습니다. 461주의사항: &apos;다른 사람에게 판매&apos;를 클릭하면 이 지역에 토지가 속하지 않은 경우에도 전체 [GRID_NAME] 커뮤니티에서 해당 토지를 사용할 수 있도록 설정할 수 있습니다.
455 462
456선택된 [LAND_SIZE]제곱미터의 토지는 판매용으로 설정되어 있습니다. 463선택된 [LAND_SIZE]제곱미터의 토지는 판매용으로 설정되어 있습니다.
457판매 가격은 L$[SALE_PRICE]이고 [NAME]에게 판매가 승인됩니다. 464판매 가격은 L$[SALE_PRICE]이고 [NAME]에게 판매가 승인됩니다.
@@ -658,7 +665,7 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오.
658 665
659 name="MustAgreeToLogIn" 666 name="MustAgreeToLogIn"
660 > 667 >
661[SECOND_LIFE]에 로그인하려면 이용 약관에 동의해야 합니다. 668[GRID_NAME]에 로그인하려면 이용 약관에 동의해야 합니다.
662 </notification> 669 </notification>
663 670
664 <notification 671 <notification
@@ -687,7 +694,7 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오.
687 694
688 name="MustHaveAccountToLogInNoLinks" 695 name="MustHaveAccountToLogInNoLinks"
689 > 696 >
690[SECOND_LIFE]에 연결하려면 계정을 갖고 있어야 합니다. 697[GRID_NAME]에 연결하려면 계정을 갖고 있어야 합니다.
691 <usetemplate 698 <usetemplate
692 name="okbutton" 699 name="okbutton"
693 yestext="확인"/> 700 yestext="확인"/>
@@ -700,7 +707,7 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오.
700죄송합니다. 일부 항목이 비어 있습니다. 707죄송합니다. 일부 항목이 비어 있습니다.
701아바타의 성과 이름을 모두 입력해야 합니다. 708아바타의 성과 이름을 모두 입력해야 합니다.
702 709
703[SECOND_LIFE]에 연결하려면 계정을 갖고 있어야 합니다. 지금 새로운 계정을 만드시겠습니까? 710[GRID_NAME]에 연결하려면 계정을 갖고 있어야 합니다. 지금 새로운 계정을 만드시겠습니까?
704 <usetemplate 711 <usetemplate
705 name="okcancelbuttons" 712 name="okcancelbuttons"
706 notext="다시 시도" 713 notext="다시 시도"
@@ -811,14 +818,14 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오.
811 818
812 name="CacheWillClear" 819 name="CacheWillClear"
813 > 820 >
814[SECOND_LIFE]를 다시 시작하면 캐시가 비워 집니다. 821[VIEWER_NAME]를 다시 시작하면 캐시가 비워 집니다.
815 </notification> 822 </notification>
816 823
817 <notification 824 <notification
818 825
819 name="CacheWillBeMoved" 826 name="CacheWillBeMoved"
820 > 827 >
821[SECOND_LIFE]를 다시 시작하면 캐시가 이동합니다. 828[VIEWER_NAME]를 다시 시작하면 캐시가 이동합니다.
822참고: 이 작업은 캐시를 비웁니다. 829참고: 이 작업은 캐시를 비웁니다.
823 </notification> 830 </notification>
824 831
@@ -826,14 +833,14 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오.
826 833
827 name="ChangeConnectionPort" 834 name="ChangeConnectionPort"
828 > 835 >
829포트 설정은 [SECOND_LIFE]를 다시 시작한 후 유효합니다. 836포트 설정은 [VIEWER_NAME]를 다시 시작한 후 유효합니다.
830 </notification> 837 </notification>
831 838
832 <notification 839 <notification
833 840
834 name="ChangeSkin" 841 name="ChangeSkin"
835 > 842 >
836새로운 스킨은 [SECOND_LIFE]를 재시동한 후 적용됩니다. 843새로운 스킨은 [VIEWER_NAME]를 재시동한 후 적용됩니다.
837 </notification> 844 </notification>
838 845
839 <notification 846 <notification
@@ -966,7 +973,7 @@ L$0로 판매하는 경우, 팔 사람을 선택하십시오.
966 973
967 name="UnsupportedHardware" 974 name="UnsupportedHardware"
968 > 975 >
969경고: 시스템이 세컨드라이프의 최소 시스템 요구 사항을 충족하지 않습니다. 계속해서 세컨드라이프를 사용하면 컴퓨터의 성능 저하가 발생할 수 있습니다. 지원되지 않는 시스템 구성에 대한 기술적인 지원은 제공되지 않습니다. 976경고: 시스템이 [VIEWER_NAME]의 최소 시스템 요구 사항을 충족하지 않습니다. 계속해서 [VIEWER_NAME]를 사용하면 컴퓨터의 성능 저하가 발생할 수 있습니다. 지원되지 않는 시스템 구성에 대한 기술적인 지원은 제공되지 않습니다.
970 977
971MINSPECS 978MINSPECS
972[_URL]을 방문하여 추가 정보를 확인 하시겠습니까? 979[_URL]을 방문하여 추가 정보를 확인 하시겠습니까?
@@ -987,7 +994,7 @@ MINSPECS
987 > 994 >
988알 수 없는 그래픽 카드를 사용하고 있습니다. 995알 수 없는 그래픽 카드를 사용하고 있습니다.
989이 문제는 린든랩에서 검증하지 못한 새로운 하드웨어가 사용되었기 때문일 수 996이 문제는 린든랩에서 검증하지 못한 새로운 하드웨어가 사용되었기 때문일 수
990있습니다. 대부분의 경우 세컨라이프 정상적으로 실행되지만 사용 중인 그래픽 설정을 997있습니다. 대부분의 경우 [VIEWER_NAME]는 정상적으로 실행되지만 사용 중인 그래픽 설정을
991적합한 설정으로 조정해야 할 수 있습니다. 998적합한 설정으로 조정해야 할 수 있습니다.
992(편집 &gt; 환경 설정 &gt; 그래픽) 999(편집 &gt; 환경 설정 &gt; 그래픽)
993 <form name="form"> 1000 <form name="form">
@@ -999,7 +1006,7 @@ MINSPECS
999 1006
1000 name="DisplaySettingsNoShaders" 1007 name="DisplaySettingsNoShaders"
1001 > 1008 >
1002그래픽 드라이버 초기화 중 [SECOND_LIFE]에 오류가 발생했습니다. 1009그래픽 드라이버 초기화 중 [VIEWER_NAME]에 오류가 발생했습니다.
1003일반적인 드라이버 오류를 방지하기 위해 그래픽 품질이 낮게 설정됩니다. 1010일반적인 드라이버 오류를 방지하기 위해 그래픽 품질이 낮게 설정됩니다.
1004이로 인해 일부 그래픽 기능을 사용할 수 없게 될 수 있습니다.. 1011이로 인해 일부 그래픽 기능을 사용할 수 없게 될 수 있습니다..
1005그래픽 카드 드라이버의 업데이트를 권장합니다. 1012그래픽 카드 드라이버의 업데이트를 권장합니다.
@@ -1507,7 +1514,7 @@ WAV 헤더에서 &apos;데이터&apos; 를 찾을 수 없습니다:
1507 1514
1508 name="CannotCloseFloaterBuyLand" 1515 name="CannotCloseFloaterBuyLand"
1509 > 1516 >
1510컨드라이프서 이 거래 비용을 산정할 때까지 1517[GRID_NAME]에서 이 거래 비용을 산정할 때까지
1511토지 구매 창을 닫을 수 없습니다. 1518토지 구매 창을 닫을 수 없습니다.
1512 </notification> 1519 </notification>
1513 1520
@@ -1820,9 +1827,9 @@ WAV 헤더에서 &apos;데이터&apos; 를 찾을 수 없습니다:
1820 1827
1821 name="YouHaveBeenLoggedOut" 1828 name="YouHaveBeenLoggedOut"
1822 > 1829 >
1823[SECOND_LIFE]에서 로그아웃하셨습니다: 1830[GRID_NAME]에서 로그아웃하셨습니다:
1824 [MESSAGE] 1831 [MESSAGE]
1825기존의 메신저와 채팅을 보려면 &apos;메신저 및 채팅 보기&apos;를 클릭하십시오. 그렇지 않고 [SECOND_LIFE]를 즉시 끝내려면 &apos;종료&apos;를 클릭하십시오. 1832기존의 메신저와 채팅을 보려면 &apos;메신저 및 채팅 보기&apos;를 클릭하십시오. 그렇지 않고 [VIEWER_NAME]를 즉시 끝내려면 &apos;종료&apos;를 클릭하십시오.
1826 <usetemplate 1833 <usetemplate
1827 name="okcancelbuttons" 1834 name="okcancelbuttons"
1828 notext="종료" 1835 notext="종료"
@@ -2182,7 +2189,7 @@ WAV 헤더에서 &apos;데이터&apos; 를 찾을 수 없습니다:
2182 name="ClothingLoading" 2189 name="ClothingLoading"
2183 > 2190 >
2184의복을 다운로드하고 있습니다. 2191의복을 다운로드하고 있습니다.
2185[SECOND_LIFE]를 사용할 수 있으며 다른 사용자에게 귀하의 모습이 정상적으로 표시될 것입니다. 2192[GRID_NAME]를 사용할 수 있으며 다른 사용자에게 귀하의 모습이 정상적으로 표시될 것입니다.
2186 <form name="form"> 2193 <form name="form">
2187 <ignore name="ignore" text="의복 다운로드 시간이 오래 걸리는 경우"/> 2194 <ignore name="ignore" text="의복 다운로드 시간이 오래 걸리는 경우"/>
2188 </form> 2195 </form>
@@ -2192,11 +2199,11 @@ WAV 헤더에서 &apos;데이터&apos; 를 찾을 수 없습니다:
2192 2199
2193 name="FirstRun" 2200 name="FirstRun"
2194 > 2201 >
2195[SECOND_LIFE] 설치가 완료되었습니다. 2202[VIEWER_NAME] 설치가 완료되었습니다.
2196 2203
2197[SECOND_LIFE]를 처음 사용하시는 경우 먼저 계정을 만들어야 2204[GRID_NAME]를 처음 사용하시는 경우 먼저 계정을 만들어야
2198로그인할 수 있습니다. 2205로그인할 수 있습니다.
2199www.secondlife.com으로 돌아가 신규 계정을 만드시겠습니까? 2206[GRID_SITE]으로 돌아가 신규 계정을 만드시겠습니까?
2200 <usetemplate 2207 <usetemplate
2201 name="okcancelbuttons" 2208 name="okcancelbuttons"
2202 notext="계속" 2209 notext="계속"
@@ -2207,7 +2214,7 @@ www.secondlife.com으로 돌아가 신규 계정을 만드시겠습니까?
2207 2214
2208 name="LoginPacketNeverReceived" 2215 name="LoginPacketNeverReceived"
2209 > 2216 >
2210연결 중 문제가 발생했습니다. 인터넷 연결에 문제가 있거나 세컨드라이프 서버에 있을 수 있습니다. 2217연결 중 문제가 발생했습니다. 인터넷 연결에 문제가 있거나 [GRID_NAME] 서버에 있을 수 있습니다.
2211 2218
2212인터넷 연결을 확인하고 몇 분 후에 다시 시도하거나 도움말을 클릭하여 지원 사이트에 문의를 접수해 주십시오. 또는 텔리포트를 클릭하여 텔리포트 홈으로 이동해 보십시오. 2219인터넷 연결을 확인하고 몇 분 후에 다시 시도하거나 도움말을 클릭하여 지원 사이트에 문의를 접수해 주십시오. 또는 텔리포트를 클릭하여 텔리포트 홈으로 이동해 보십시오.
2213 <form name="form"> 2220 <form name="form">
@@ -2235,7 +2242,7 @@ www.secondlife.com으로 돌아가 신규 계정을 만드시겠습니까?
2235 2242
2236화살표 키를 이용하여 걸을 수 있습니다. 2243화살표 키를 이용하여 걸을 수 있습니다.
2237언제든지 F1 키를 누르면 도움말을 보거나 2244언제든지 F1 키를 누르면 도움말을 보거나
2238[SECOND_LIFE]를 자세히 배울 수 있습니다. 2245[GRID_NAME]를 자세히 배울 수 있습니다.
2239남성 또는 여성 캐릭터를 선택해 주십시오. 2246남성 또는 여성 캐릭터를 선택해 주십시오.
2240캐릭터는 차후에 변경이 가능합니다. 2247캐릭터는 차후에 변경이 가능합니다.
2241 <usetemplate 2248 <usetemplate
@@ -2438,9 +2445,9 @@ RAW 지형 파일을 다음 경로에 다운로드 완료했습니다:
2438 2445
2439 name="DownloadWindowsMandatory" 2446 name="DownloadWindowsMandatory"
2440 > 2447 >
2441[SECOND_LIFE] 새 버전이 출시되었습니다. 2448[VIEWER_NAME] 새 버전이 출시되었습니다.
2442[MESSAGE] 2449[MESSAGE]
2443[SECOND_LIFE]를 사용하려면 이 업데이트를 다운로드해야 합니다. 2450[GRID_NAME]를 사용하려면 이 업데이트를 다운로드해야 합니다.
2444 <usetemplate 2451 <usetemplate
2445 name="okcancelbuttons" 2452 name="okcancelbuttons"
2446 notext="종료" 2453 notext="종료"
@@ -2451,7 +2458,7 @@ RAW 지형 파일을 다음 경로에 다운로드 완료했습니다:
2451 2458
2452 name="DownloadWindows" 2459 name="DownloadWindows"
2453 > 2460 >
2454[SECOND_LIFE] 업데이트 버전이 출시되었습니다. 2461[VIEWER_NAME] 업데이트 버전이 출시되었습니다.
2455[MESSAGE] 2462[MESSAGE]
2456본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다. 2463본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다.
2457 <usetemplate 2464 <usetemplate
@@ -2464,7 +2471,7 @@ RAW 지형 파일을 다음 경로에 다운로드 완료했습니다:
2464 2471
2465 name="DownloadWindowsReleaseForDownload" 2472 name="DownloadWindowsReleaseForDownload"
2466 > 2473 >
2467[SECOND_LIFE] 업데이트 버전이 출시되었습니다. 2474[VIEWER_NAME] 업데이트 버전이 출시되었습니다.
2468[MESSAGE] 2475[MESSAGE]
2469본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다. 2476본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다.
2470 <usetemplate 2477 <usetemplate
@@ -2477,9 +2484,9 @@ RAW 지형 파일을 다음 경로에 다운로드 완료했습니다:
2477 2484
2478 name="DownloadMacMandatory" 2485 name="DownloadMacMandatory"
2479 > 2486 >
2480[SECOND_LIFE] 새 버전이 출시되었습니다. 2487[VIEWER_NAME] 새 버전이 출시되었습니다.
2481[MESSAGE] 2488[MESSAGE]
2482[SECOND_LIFE]를 사용하려면 이 업데이트를 다운로드해야 합니다. 2489[GRID_NAME]를 사용하려면 이 업데이트를 다운로드해야 합니다.
2483 2490
2484Applications 폴더에 다운로드하시겠습니까? 2491Applications 폴더에 다운로드하시겠습니까?
2485 <usetemplate 2492 <usetemplate
@@ -2492,7 +2499,7 @@ Applications 폴더에 다운로드하시겠습니까?
2492 2499
2493 name="DownloadMac" 2500 name="DownloadMac"
2494 > 2501 >
2495[SECOND_LIFE] 업데이트 버전이 출시되었습니다. 2502[VIEWER_NAME] 업데이트 버전이 출시되었습니다.
2496[MESSAGE] 2503[MESSAGE]
2497본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다. 2504본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다.
2498 2505
@@ -2507,7 +2514,7 @@ Applications 폴더에 다운로드하시겠습니까?
2507 2514
2508 name="DownloadMacReleaseForDownload" 2515 name="DownloadMacReleaseForDownload"
2509 > 2516 >
2510[SECOND_LIFE] 업데이트 버전이 출시되었습니다. 2517[VIEWER_NAME] 업데이트 버전이 출시되었습니다.
2511[MESSAGE] 2518[MESSAGE]
2512본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다. 2519본 업데이트는 필수 사항은 아니나 성능 및 안전성 향상을 위해 설치를 권장합니다.
2513 2520
@@ -2547,7 +2554,7 @@ Applications 폴더에 다운로드하시겠습니까?
2547 2554
2548 name="WebLaunchJoinNow" 2555 name="WebLaunchJoinNow"
2549 > 2556 >
2550계정을 관리 하기 위해www.secondlife.com으로 갑니까? 2557계정을 관리 하기 위해[GRID_SITE]으로 갑니까?
2551 <usetemplate 2558 <usetemplate
2552 ignoretext="계정을 관리하기 위해 웹 브라우저를 시작할 때" 2559 ignoretext="계정을 관리하기 위해 웹 브라우저를 시작할 때"
2553 name="okcancelignore" 2560 name="okcancelignore"
@@ -2559,7 +2566,7 @@ Applications 폴더에 다운로드하시겠습니까?
2559 2566
2560 name="WebLaunchBugReport101" 2567 name="WebLaunchBugReport101"
2561 > 2568 >
2562세컨드라이프 위키에서 버그신고에 대해 보기 2569[SECOND_LIFE] 위키에서 버그신고에 대해 보기
2563 <usetemplate 2570 <usetemplate
2564 ignoretext="버그신고 101 위키를 웹 브라우저에서 볼때" 2571 ignoretext="버그신고 101 위키를 웹 브라우저에서 볼때"
2565 name="okcancelignore" 2572 name="okcancelignore"
@@ -2571,7 +2578,7 @@ Applications 폴더에 다운로드하시겠습니까?
2571 2578
2572 name="WebLaunchSecurityIssues" 2579 name="WebLaunchSecurityIssues"
2573 > 2580 >
2574세컨드라이프 위키에서 보안 관련 신고에 대해 보기 2581[SECOND_LIFE] 위키에서 보안 관련 신고에 대해 보기
2575 <usetemplate 2582 <usetemplate
2576 ignoretext="보안 관련 위키를 웹 브라우저에서 볼때" 2583 ignoretext="보안 관련 위키를 웹 브라우저에서 볼때"
2577 name="okcancelignore" 2584 name="okcancelignore"
@@ -2607,7 +2614,7 @@ Applications 폴더에 다운로드하시겠습니까?
2607 2614
2608 name="WebLaunchPublicIssueHelp" 2615 name="WebLaunchPublicIssueHelp"
2609 > 2616 >
2610세컨드라이프 위키에서 이슈 트랙에 대해 보기 2617[SECOND_LIFE] 위키에서 이슈 트랙에 대해 보기
2611 <usetemplate 2618 <usetemplate
2612 ignoretext="이슈 트랙 관련 위키를 웹 브라우저에서 볼때" 2619 ignoretext="이슈 트랙 관련 위키를 웹 브라우저에서 볼때"
2613 name="okcancelignore" 2620 name="okcancelignore"
@@ -3653,7 +3660,7 @@ http://secondlife.com/tiki/tiki-index.php?page=RawTerrainFile
3653 label="음성 버전이 일치하지 않음." 3660 label="음성 버전이 일치하지 않음."
3654 name="VoiceVersionMismatch" 3661 name="VoiceVersionMismatch"
3655 > 3662 >
3656현재Second Life 버전은 이 지역의 음성 채팅 사양과 일치하지 않습니다. 음성 채팅 기능이 올바르게 작동하려면Second Life를 업데이트 해야 합니다. 3663현재[VIEWER_NAME] 버전은 이 지역의 음성 채팅 사양과 일치하지 않습니다. 음성 채팅 기능이 올바르게 작동하려면[VIEWER_NAME]를 업데이트 해야 합니다.
3657 </notification> 3664 </notification>
3658 3665
3659 <notification 3666 <notification
@@ -3904,7 +3911,7 @@ L$[PRICE]에 컨텐츠를 구매하시겠습니까?
3904 3911
3905 name="WebLaunchAccountHistory" 3912 name="WebLaunchAccountHistory"
3906 > 3913 >
3907계정 기록을 보기 위해 세컨드라이프 웹 사이트로 갑니까? 3914계정 기록을 보기 위해 [SECOND_LIFE] 웹 사이트로 갑니까?
3908 <usetemplate 3915 <usetemplate
3909 ignoretext="계정 기록 웹 페이지를 로드할 때" 3916 ignoretext="계정 기록 웹 페이지를 로드할 때"
3910 name="okcancelignore" 3917 name="okcancelignore"
@@ -3916,9 +3923,9 @@ L$[PRICE]에 컨텐츠를 구매하시겠습니까?
3916 3923
3917 name="ClickOpenF1Help" 3924 name="ClickOpenF1Help"
3918 > 3925 >
3919Second Life 지원 웹 사이트를 방문하시겠습니까? 3926[SECOND_LIFE] 지원 웹 사이트를 방문하시겠습니까?
3920 <usetemplate 3927 <usetemplate
3921 ignoretext="Second Life 지원 웹 사이트를 방문할 때." 3928 ignoretext="[SECOND_LIFE] 지원 웹 사이트를 방문할 때."
3922 name="okcancelignore" 3929 name="okcancelignore"
3923 notext="취소" 3930 notext="취소"
3924 yestext="이동"/> 3931 yestext="이동"/>
@@ -3930,7 +3937,7 @@ Second Life 지원 웹 사이트를 방문하시겠습니까?
3930 > 3937 >
3931종료 하시겠습니까? 3938종료 하시겠습니까?
3932 <usetemplate 3939 <usetemplate
3933 ignoretext="Second Life를 종료할 때." 3940 ignoretext="[VIEWER_NAME]를 종료할 때."
3934 name="okcancelignore" 3941 name="okcancelignore"
3935 notext="계속" 3942 notext="계속"
3936 yestext="종료"/> 3943 yestext="종료"/>
@@ -3969,10 +3976,10 @@ http://secondlife.com/support/incidentreport.php
3969(시행 규칙을 열람하려면 월드 메뉴에서 토지 소개를 3976(시행 규칙을 열람하려면 월드 메뉴에서 토지 소개를
3970선택하십시오.) 3977선택하십시오.)
3971- 3978-
3972이 보고서의 해결은 이 지역에서만 적용되며, Second Life 내의 3979이 보고서의 해결은 이 지역에서만 적용되며, [GRID_NAME] 내의
3973기타 지역에 대한 주민들의 접근 권한은 이 보고서의 결과에 3980기타 지역에 대한 주민들의 접근 권한은 이 보고서의 결과에
3974영향을 받지 않습니다. 오직 Linden Lab만이 3981영향을 받지 않습니다. <!-- 오직 Linden Lab만이
3975Second Life 전체의 접근 권한을 제한할 수 있습니다. 3982[GRID_NAME] 전체의 접근 권한을 제한할 수 있습니다. -->
3976 </notification> 3983 </notification>
3977 3984
3978 <notification 3985 <notification
@@ -4066,9 +4073,9 @@ http://secondlife.com/community/support.php
4066 4073
4067저작권 침해 사례를 신고하려면 다음 절차에 따라 올바른 방식으로 신고하시기 바랍니다: 4074저작권 침해 사례를 신고하려면 다음 절차에 따라 올바른 방식으로 신고하시기 바랍니다:
4068 4075
4069(1) 악용 신고 절차. 특정 주민이 세컨드라이프의 권한을 부당하게 이용하는 것으로 판단되는 경우 악용 신고서를 제출할 수 있습니다. 예를 들면, CopyBot(무단복제)나 유사한 복제 도구를 사용해서 저작권을 침해하는 행위를 들 수 있습니다. 악용 신고 전담팀은 세컨드라이프 커뮤니티 규칙과 서비스 약관을 위반한 행위를 조사하고 적절한 징계 조치를 취할 것입니다. 하지만 악용 신고 전담팀에서는 해당 컨텐츠 삭제를 직접 취급하지 않습니다. 4076(1) 악용 신고 절차. 특정 주민이 [SECOND_LIFE]의 권한을 부당하게 이용하는 것으로 판단되는 경우 악용 신고서를 제출할 수 있습니다. 예를 들면, CopyBot(무단복제)나 유사한 복제 도구를 사용해서 저작권을 침해하는 행위를 들 수 있습니다. 악용 신고 전담팀은 [SECOND_LIFE] 커뮤니티 규칙과 서비스 약관을 위반한 행위를 조사하고 적절한 징계 조치를 취할 것입니다. 하지만 악용 신고 전담팀에서는 해당 컨텐츠 삭제를 직접 취급하지 않습니다.
4070 4077
4071(2) DMCA 또는 컨텐츠 삭제 절차. 세컨드라이프에서 컨텐츠 삭제를 요청하려면 http://secondlife.com/corporate/dmca.php의 DMCA 정책에 명시된 대로 유효한 저작권 침해 통지서를 제출해야 합니다. 4078(2) DMCA 또는 컨텐츠 삭제 절차. [SECOND_LIFE]에서 컨텐츠 삭제를 요청하려면 http://secondlife.com/corporate/dmca.php의 DMCA 정책에 명시된 대로 유효한 저작권 침해 통지서를 제출해야 합니다.
4072 4079
4073악용 신고 절차를 계속해서 진행하려면 이 창을 닫고 신고 제출을 완료하십시오. 4080악용 신고 절차를 계속해서 진행하려면 이 창을 닫고 신고 제출을 완료하십시오.
4074 4081
@@ -4216,7 +4223,7 @@ http://secondlife.com/community/support.php
4216 4223
4217 name="GraphicsPreferencesHelp" 4224 name="GraphicsPreferencesHelp"
4218 > 4225 >
4219세컨드라이프 클라이언트의 그래픽 해상도 및 품질을 제어합니다. 낮음, 중간, 높음, 매우 높음 4단계의 설정을 선택할 수 있습니다. 또한 사용자 크기 확인란을 선택 후 설정을 세부 조작할 수 있습니다. 4226[VIEWER_NAME] 클라이언트의 그래픽 해상도 및 품질을 제어합니다. 낮음, 중간, 높음, 매우 높음 4단계의 설정을 선택할 수 있습니다. 또한 사용자 크기 확인란을 선택 후 설정을 세부 조작할 수 있습니다.
4220 4227
4221쉐이더: 쉐이더 유형을 활성화하거나 비활성화합니다. 4228쉐이더: 쉐이더 유형을 활성화하거나 비활성화합니다.
4222 4229
@@ -4304,7 +4311,7 @@ PostProcess 효과가 이미 있습니다. 덮어쓰시겠습니까?
4304 > 4311 >
4305이러한 설정은 사용자의 컴퓨터에서 환경이 표현되는 방식을 조절합니다. 모든 설정을 이용하려면 사용 중인 그래픽 카드에서 대기 쉐이더를 지원해야 합니다. 4312이러한 설정은 사용자의 컴퓨터에서 환경이 표현되는 방식을 조절합니다. 모든 설정을 이용하려면 사용 중인 그래픽 카드에서 대기 쉐이더를 지원해야 합니다.
4306 4313
4307컨드라이프서 로컬로 날짜 단계를 변경하려면 &quot;시각&quot; 슬라이더를 조절하십시오. 4314[VIEWER_NAME]에서 로컬로 날짜 단계를 변경하려면 &quot;시각&quot; 슬라이더를 조절하십시오.
4308 4315
4309구름이 하늘을 덮고 있는 양을 조절하려면 &quot;구름양&quot; 슬라이더를 조절하십시오. 4316구름이 하늘을 덮고 있는 양을 조절하려면 &quot;구름양&quot; 슬라이더를 조절하십시오.
4310 4317
@@ -4323,7 +4330,7 @@ PostProcess 효과가 이미 있습니다. 덮어쓰시겠습니까?
4323 4330
4324 name="HelpDayCycle" 4331 name="HelpDayCycle"
4325 > 4332 >
4326날짜 주기 편집기는 세컨드라이프의 낮/밤 주기 동안 하늘의 모양을 조절할 수 있는 기능을 제공합니다. 이것은 기본 환경 편집기의 시각 슬라이더에서 사용되는 주기입니다. 4333날짜 주기 편집기는 [GRID_NAME]의 낮/밤 주기 동안 하늘의 모양을 조절할 수 있는 기능을 제공합니다. 이것은 기본 환경 편집기의 시각 슬라이더에서 사용되는 주기입니다.
4327 4334
4328날짜 주기 편집기는 키프레임을 설정하는 방식으로 작동합니다. 이러한 키프레임은 관련된 하늘 사전 설정이 포함된 노드(시간 그래프에서 회색 블립으로 나타남)입니다. 시각이 증가함에 따라 이러한 키프레임 사이에 삽입될 때마다 윈드라이트 하늘이 &quot;애니메이션&quot;으로 표시됩니다. 4335날짜 주기 편집기는 키프레임을 설정하는 방식으로 작동합니다. 이러한 키프레임은 관련된 하늘 사전 설정이 포함된 노드(시간 그래프에서 회색 블립으로 나타남)입니다. 시각이 증가함에 따라 이러한 키프레임 사이에 삽입될 때마다 윈드라이트 하늘이 &quot;애니메이션&quot;으로 표시됩니다.
4329 4336
@@ -4512,7 +4519,7 @@ D 슬라이더를 사용해서는 구름의 농도를
4512 4519
4513 name="HelpClassicClouds" 4520 name="HelpClassicClouds"
4514 > 4521 >
4515윈드라이트 구름 외의 기존의 세컨드라이프 구름을 렌더링하려면 이 옵션을 선택하십시오. 4522윈드라이트 구름 외의 기존의 [SECOND_LIFE] 구름을 렌더링하려면 이 옵션을 선택하십시오.
4516 </notification> 4523 </notification>
4517 4524
4518 <notification 4525 <notification
@@ -4738,7 +4745,7 @@ D 슬라이더를 사용해서는 구름의 농도를
4738 name="NotAgeVerified" 4745 name="NotAgeVerified"
4739 > 4746 >
4740이 구획에 출입하려면 성인 인증이 필요합니다. 4747이 구획에 출입하려면 성인 인증이 필요합니다.
4741Second Life 웹사이트를 방문하여 성인 인증을 하시겠습니까? 4748[SECOND_LIFE] 웹사이트를 방문하여 성인 인증을 하시겠습니까?
4742 4749
4743[_URL] 4750[_URL]
4744 <url option="0" name="url"> 4751 <url option="0" name="url">
@@ -4757,7 +4764,7 @@ Second Life 웹사이트를 방문하여 성인 인증을 하시겠습니까?
4757 name="Cannot enter parcel: no payment info on file" 4764 name="Cannot enter parcel: no payment info on file"
4758 > 4765 >
4759이 구획에 출입 하려면 결제 수단 정보가 있어야 합니다. 4766이 구획에 출입 하려면 결제 수단 정보가 있어야 합니다.
4760Second Life 웹사이트를 방문하여 이 정보를 설정하시겠습니까? 4767[SECOND_LIFE] 웹사이트를 방문하여 이 정보를 설정하시겠습니까?
4761 4768
4762[_URL] 4769[_URL]
4763 <url option="0" name="url"> 4770 <url option="0" name="url">
@@ -5676,7 +5683,7 @@ L$[AMOUNT]을(를) 결제하셨습니다.
5676 5683
5677 name="FirstBuild" 5684 name="FirstBuild"
5678 > 5685 >
5679새로운 오브젝트를 [SECOND_LIFE]에서 제작할 수 있습니다. 5686새로운 오브젝트를 [GRID_NAME]에서 제작할 수 있습니다.
5680왼쪽 상단의 도구를 사용하여 제작하고 5687왼쪽 상단의 도구를 사용하여 제작하고
5681Ctrl 또는 Alt 키를 누른 상태에서 신속하게 도구를 전환하십시오. 5688Ctrl 또는 Alt 키를 누른 상태에서 신속하게 도구를 전환하십시오.
5682제작을 중단하려면 Esc 키를 누르십시오. 5689제작을 중단하려면 Esc 키를 누르십시오.
@@ -5757,7 +5764,7 @@ Ctrl 또는 Alt 키를 누른 상태에서 신속하게 도구를 전환하십
5757 name="FirstDebugMenus" 5764 name="FirstDebugMenus"
5758 > 5765 >
5759고급 메뉴를 활성화하였습니다. 5766고급 메뉴를 활성화하였습니다.
5760이 메뉴들은Second Life 디버깅 개발자에게 유용한 점들을 포함하고 있습니다. 5767이 메뉴들은[VIEWER_NAME] 디버깅 개발자에게 유용한 점들을 포함하고 있습니다.
5761이 메뉴들을 토글 기능으로 사용하려면 Windows에서 Ctrl-Alt-D키를 누르고 Mac 운영 시스템에서는Cmd-Opt-Shift-D를 누릅니다. 5768이 메뉴들을 토글 기능으로 사용하려면 Windows에서 Ctrl-Alt-D키를 누르고 Mac 운영 시스템에서는Cmd-Opt-Shift-D를 누릅니다.
5762 </notification> 5769 </notification>
5763 5770
@@ -6004,7 +6011,7 @@ sculpted prim은 그 형태를 지정하는 특별한 텍스처를 요구합니
6004 </global> 6011 </global>
6005 6012
6006 <global name="UnsupportedGLRequirements"> 6013 <global name="UnsupportedGLRequirements">
6007세컨드라이프를 실행하는 데 필요한 하드웨어 요구 사항이 충족되지 않았습니다. 세컨드라이프를 이용하려면 멀티텍스처를 지원하는 OpenGL 그래픽 카드가 필요합니다. 적절한 그래픽 카드가 있는 경우 해당 그래픽 카드에 대한 최신 드라이버와 운영 체제에 맞는 서비스 팩과 패치가 설치되어 있는지 확인하십시오. 6014[VIEWER_NAME]를 실행하는 데 필요한 하드웨어 요구 사항이 충족되지 않았습니다. [VIEWER_NAME]를 이용하려면 멀티텍스처를 지원하는 OpenGL 그래픽 카드가 필요합니다. 적절한 그래픽 카드가 있는 경우 해당 그래픽 카드에 대한 최신 드라이버와 운영 체제에 맞는 서비스 팩과 패치가 설치되어 있는지 확인하십시오.
6008 6015
6009그래도 문제가 지속되면 다음 사이트를 방문해 보십시오: http://www.secondlife.com/support 6016그래도 문제가 지속되면 다음 사이트를 방문해 보십시오: http://www.secondlife.com/support
6010 </global> 6017 </global>
diff --git a/linden/indra/newview/skins/default/xui/pl/notifications.xml b/linden/indra/newview/skins/default/xui/pl/notifications.xml
index ded2259..38a4b56 100644
--- a/linden/indra/newview/skins/default/xui/pl/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/pl/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Nieznany rodzaj komunikatu" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Nieznany rodzaj komunikatu" name="MissingAlert">
74 Twoja wersja klienta Second Life nie może wyświetlić odebranej wiadomości. 74 Twoja wersja klienta [VIEWER_NAME] nie może wyświetlić odebranej wiadomości.
75 75
76Szczegóły błędu: Błąd o nazwie &apos;[_NAME]&apos; nie został odnaleziony w pliku notifications.xml. 76Szczegóły błędu: Błąd o nazwie &apos;[_NAME]&apos; nie został odnaleziony w pliku notifications.xml.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -94,7 +94,7 @@ Szczegóły błędu: Błąd o nazwie &apos;[_NAME]&apos; nie został odnaleziony
94 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="Tak"/> 94 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="Tak"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Podczas aktualizacji klienta Second Life wystąpił błąd. Proszę odwiedzić stronę secondlife.com by ściągnąć najnowszą wersje klienta. 97 Podczas aktualizacji klienta [VIEWER_NAME] wystąpił błąd. Proszę odwiedzić stronę [VIEWER_SITE] by ściągnąć najnowszą wersje klienta.
98 <usetemplate 98 <usetemplate
99 name="okbutton" 99 name="okbutton"
100 yestext="OK"/> 100 yestext="OK"/>
@@ -205,23 +205,23 @@ Dodać ten przywilej do funkcji [ROLE_NAME]?
205- tej posiadłości w przeglądarce internetowej 205- tej posiadłości w przeglądarce internetowej
206 </notification> 206 </notification>
207 <notification name="ClickSoundHelpLand"> 207 <notification name="ClickSoundHelpLand">
208 Media oraz muzyka są aktywne według ustawień posiadłości dla mediów. Dźwięk oraz komunikacja głosowa mogą być ograniczone w danej posiadłości, w zależności od ustawień rodzaju treści jaką zawiera. Skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 208 Media oraz muzyka są aktywne według ustawień posiadłości dla mediów. Dźwięk oraz komunikacja głosowa mogą być ograniczone w danej posiadłości, w zależności od ustawień rodzaju treści jaką zawiera. Skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
209 <url name="url"> 209 <url name="url">
210 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=5046 210 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=5046
211 </url> 211 </url>
212 <usetemplate 212 <usetemplate
213 name="okcancelbuttons" 213 name="okcancelbuttons"
214 yestext="Second Life:Pomoc" 214 yestext="[SECOND_LIFE]:Pomoc"
215 notext="Zamknij" /> 215 notext="Zamknij" />
216 </notification> 216 </notification>
217 <notification name="ClickSearchHelpAll"> 217 <notification name="ClickSearchHelpAll">
218 Wyniki wyszukiwania wyświetlają się na podstawie rodzaju zakładki wyszukiwarki, z której korzystasz, rodzaju statusu Twojego wieku, wybranej kategorii, oraz innych czynników. By uzyskać wiecej szczegółów skorzystaj z Second Life: Pomoc. 218 Wyniki wyszukiwania wyświetlają się na podstawie rodzaju zakładki wyszukiwarki, z której korzystasz, rodzaju statusu Twojego wieku, wybranej kategorii, oraz innych czynników. By uzyskać wiecej szczegółów skorzystaj z [SECOND_LIFE]: Pomoc.
219 <url name="url"> 219 <url name="url">
220 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=4722 220 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=4722
221 </url> 221 </url>
222 <usetemplate 222 <usetemplate
223 name="okcancelbuttons" 223 name="okcancelbuttons"
224 yestext="Second Life:Pomoc" 224 yestext="[SECOND_LIFE]:Pomoc"
225 notext="Zamknij" /> 225 notext="Zamknij" />
226 </notification> 226 </notification>
227 <notification name="ClickPublishHelpLandDisabled"> 227 <notification name="ClickPublishHelpLandDisabled">
@@ -235,7 +235,7 @@ Dodać ten przywilej do funkcji [ROLE_NAME]?
235 <notification name="ClickPartnerHelpAvatar"> 235 <notification name="ClickPartnerHelpAvatar">
236 Możesz zaproponować związek innemu Rezydentowi lub rozwiązać istniejący związek na stronie internetowej [SECOND_LIFE]. 236 Możesz zaproponować związek innemu Rezydentowi lub rozwiązać istniejący związek na stronie internetowej [SECOND_LIFE].
237 237
238Chcesz dowiedzieć się więcej na temat związków w Second Life? 238Chcesz dowiedzieć się więcej na temat związków w [SECOND_LIFE]?
239 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="Idź na stronę"/> 239 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="Idź na stronę"/>
240 </notification> 240 </notification>
241 <notification name="ClickUploadHelpPermissions"> 241 <notification name="ClickUploadHelpPermissions">
@@ -273,7 +273,7 @@ Cena wynosi [SALE_PRICE]L$ i sprzedaż będzie autoryzowana dla [NAME].
273 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/> 273 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/>
274 </notification> 274 </notification>
275 <notification name="ConfirmLandSaleToAnyoneChange"> 275 <notification name="ConfirmLandSaleToAnyoneChange">
276 UWAGA: Wybierając Sprzedaż dla Kogokolwiek umożliwiasz zakup posiadłości wszystkim Rezydentom Second Life. 276 UWAGA: Wybierając Sprzedaż dla Kogokolwiek umożliwiasz zakup posiadłości wszystkim Rezydentom [GRID_NAME].
277 277
278Posiadłość o powierzchni [LAND_SIZE] m zostaje wystawiona na sprzedaż. 278Posiadłość o powierzchni [LAND_SIZE] m zostaje wystawiona na sprzedaż.
279Cena wynosi [SALE_PRICE]L$ i sprzedaż będzie autoryzowana dla [NAME]. 279Cena wynosi [SALE_PRICE]L$ i sprzedaż będzie autoryzowana dla [NAME].
@@ -361,7 +361,7 @@ Skrypty muszą pozostać aktywne dla prawidłowego działania broni.
361 W trakcie ładowania zdjęcia ekranu do raportu pojawił się problem z następującego powodu: [REASON] 361 W trakcie ładowania zdjęcia ekranu do raportu pojawił się problem z następującego powodu: [REASON]
362 </notification> 362 </notification>
363 <notification name="MustAgreeToLogIn"> 363 <notification name="MustAgreeToLogIn">
364 Musisz zaakceptować Warunki Umowy (Terms of Service) by kontynuować logowanie się do [SECOND_LIFE]. 364 Musisz zaakceptować Warunki Umowy (Terms of Service) by kontynuować logowanie się do [GRID_NAME].
365 </notification> 365 </notification>
366 <notification name="CouldNotPutOnOutfit"> 366 <notification name="CouldNotPutOnOutfit">
367 Założenie stroju nie powiodło się. 367 Założenie stroju nie powiodło się.
@@ -374,8 +374,8 @@ Folder stroju nie zawiera żadnego ubrania, części ciała ani załączników.
374 Nie możesz założyć tego artkułu ponieważ nie załadował się poprawnie. Spróbuj ponownie za kilka minut. 374 Nie możesz założyć tego artkułu ponieważ nie załadował się poprawnie. Spróbuj ponownie za kilka minut.
375 </notification> 375 </notification>
376 <notification name="MustHaveAccountToLogIn"> 376 <notification name="MustHaveAccountToLogIn">
377 Musisz mieć konto by móc zalogować się do [SECOND_LIFE]. 377 Musisz mieć konto by móc zalogować się do [GRID_NAME].
378Czy chcesz przejść na stronę www.secondlife.com by założyć konto? 378Czy chcesz przejść na stronę [GRID_SITE] by założyć konto?
379 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/> 379 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/>
380 </notification> 380 </notification>
381 <notification name="AddClassified"> 381 <notification name="AddClassified">
@@ -417,17 +417,17 @@ Pamiętaj! Nie ma rekompensaty za poniesione koszta.
417 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/> 417 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/>
418 </notification> 418 </notification>
419 <notification name="CacheWillClear"> 419 <notification name="CacheWillClear">
420 Bufor danych na dysku zostanie zresetowany po relogu do [SECOND_LIFE]. 420 Bufor danych na dysku zostanie zresetowany po relogu do [VIEWER_NAME].
421 </notification> 421 </notification>
422 <notification name="CacheWillBeMoved"> 422 <notification name="CacheWillBeMoved">
423 Bufor danych na dysku zostanie przemieszczony po relogu do [SECOND_LIFE]. 423 Bufor danych na dysku zostanie przemieszczony po relogu do [VIEWER_NAME].
424Bufor będzie również wyczyszczony. 424Bufor będzie również wyczyszczony.
425 </notification> 425 </notification>
426 <notification name="ChangeConnectionPort"> 426 <notification name="ChangeConnectionPort">
427 Ustawienia portu zostaną wprowadzone po relogu do [SECOND_LIFE]. 427 Ustawienia portu zostaną wprowadzone po relogu do [VIEWER_NAME].
428 </notification> 428 </notification>
429 <notification name="ChangeSkin"> 429 <notification name="ChangeSkin">
430 Nowa skórka zostanie wprowadzona po relogu do [SECOND_LIFE]. 430 Nowa skórka zostanie wprowadzona po relogu do [VIEWER_NAME].
431 </notification> 431 </notification>
432 <notification name="GoToAuctionPage"> 432 <notification name="GoToAuctionPage">
433 Odwiedzić stronę internetową [SECOND_LIFE] żeby zobaczyć szczgóły aukcji lub zrobić ofertę? 433 Odwiedzić stronę internetową [SECOND_LIFE] żeby zobaczyć szczgóły aukcji lub zrobić ofertę?
@@ -486,7 +486,7 @@ Obiekt może znajdować się zbyt daleko albo został usuniety.
486 Nie można zapisać pliku [[FILE]] 486 Nie można zapisać pliku [[FILE]]
487 </notification> 487 </notification>
488 <notification name="UnsupportedHardware"> 488 <notification name="UnsupportedHardware">
489 Uwaga: Twój system nie spełnia minimalnych wymagań sprzętowych Second Life. Jakość i prędkość Second Life mogą być pogorszone. Niestety, nie będziemy w stanie udzielić Ci technicznej pomocy, ponieważ konfiguracja Twojego systemu nie spełnia wymagań sprzętowych. 489 Uwaga: Twój system nie spełnia minimalnych wymagań sprzętowych [VIEWER_NAME]. Jakość i prędkość [VIEWER_NAME] mogą być pogorszone. Niestety, nie będziemy w stanie udzielić Ci technicznej pomocy, ponieważ konfiguracja Twojego systemu nie spełnia wymagań sprzętowych.
490 490
491MINSPECS 491MINSPECS
492Czy chcesz odwiedzić stronę [_URL] po dodatkowe informacje? 492Czy chcesz odwiedzić stronę [_URL] po dodatkowe informacje?
@@ -498,14 +498,14 @@ Czy chcesz odwiedzić stronę [_URL] po dodatkowe informacje?
498 <notification name="UnknownGPU"> 498 <notification name="UnknownGPU">
499 Twój system jest wyposażony w kartę graficzną której jeszcze nie znamy. 499 Twój system jest wyposażony w kartę graficzną której jeszcze nie znamy.
500To się często zdarza z nowym sprzętem, którego jeszcze nie testowaliśmy. 500To się często zdarza z nowym sprzętem, którego jeszcze nie testowaliśmy.
501Second Life najprawdopodobniej będzie działało poprawnie. Możliwe, że będziesz musiał wyregulować ustawienia grafiki. 501[VIEWER_NAME] najprawdopodobniej będzie działało poprawnie. Możliwe, że będziesz musiał wyregulować ustawienia grafiki.
502(Edycja &gt; Ustawienia &gt; Grafika). 502(Edycja &gt; Ustawienia &gt; Grafika).
503 <form name="form"> 503 <form name="form">
504 <ignore name="ignore" text="Zignoruj ostrzeżenie"/> 504 <ignore name="ignore" text="Zignoruj ostrzeżenie"/>
505 </form> 505 </form>
506 </notification> 506 </notification>
507 <notification name="DisplaySettingsNoShaders"> 507 <notification name="DisplaySettingsNoShaders">
508 [SECOND_LIFE] zawiesił się podczas inicjalizacji sterowników graficznych. Jakość grafiki została zmniejszona - może pomoże. Pewne funkcje graficzne zostały wyłączone. Zalecamy aktualizcje strerowników grapicznych. 508 [VIEWER_NAME] zawiesił się podczas inicjalizacji sterowników graficznych. Jakość grafiki została zmniejszona - może pomoże. Pewne funkcje graficzne zostały wyłączone. Zalecamy aktualizcje strerowników grapicznych.
509Możesz podnieść jakość grafiki pod Ustawienia &gt; Grafika. 509Możesz podnieść jakość grafiki pod Ustawienia &gt; Grafika.
510 </notification> 510 </notification>
511 <notification name="RegionNoTerraforming"> 511 <notification name="RegionNoTerraforming">
@@ -776,7 +776,7 @@ Posiadłość nie została wybrana.
776Region nie znaleziony. 776Region nie znaleziony.
777 </notification> 777 </notification>
778 <notification name="CannotCloseFloaterBuyLand"> 778 <notification name="CannotCloseFloaterBuyLand">
779 Dialog Kup Posiadłość nie może zostać zamknięty dopóki Second Life nie oszacuje ceny tej tranzakcji. 779 Dialog Kup Posiadłość nie może zostać zamknięty dopóki [GRID_NAME] nie oszacuje ceny tej tranzakcji.
780 </notification> 780 </notification>
781 <notification name="CannotDeedLandNothingSelected"> 781 <notification name="CannotDeedLandNothingSelected">
782 Nie można przekazać posiadłości: 782 Nie można przekazać posiadłości:
@@ -946,11 +946,11 @@ Szary = Publiczna
946Jeżeli wciąż masz ten problem, wybierz Pomoc &gt; Zgłoś Błędy Klienta i podaj szczegóły dotyczące konfiguracji sieci. 946Jeżeli wciąż masz ten problem, wybierz Pomoc &gt; Zgłoś Błędy Klienta i podaj szczegóły dotyczące konfiguracji sieci.
947 </notification> 947 </notification>
948 <notification name="YouHaveBeenLoggedOut"> 948 <notification name="YouHaveBeenLoggedOut">
949 Twoja sesja [SECOND_LIFE] została zakończona: 949 Twoja sesja [GRID_NAME] została zakończona:
950[MESSAGE] 950[MESSAGE]
951 951
952Kliknij Kontynuuj żeby zobaczyć IMy i czat. 952Kliknij Kontynuuj żeby zobaczyć IMy i czat.
953Żadne inne operacje nie będą dozwolone. Kliknij Wyłącz w celu natychmiastowego opuszczenia [SECOND_LIFE]. 953Żadne inne operacje nie będą dozwolone. Kliknij Wyłącz w celu natychmiastowego opuszczenia [VIEWER_NAME].
954 <usetemplate name="okcancelbuttons" notext="Wyłącz" yestext="Kontynuuj"/> 954 <usetemplate name="okcancelbuttons" notext="Wyłącz" yestext="Kontynuuj"/>
955 </notification> 955 </notification>
956 <notification name="OnlyOfficerCanBuyLand"> 956 <notification name="OnlyOfficerCanBuyLand">
@@ -958,13 +958,13 @@ Kliknij Kontynuuj żeby zobaczyć IMy i czat.
958Nie masz praw kupowania posiadłości dla Twojej aktywnej grupy. 958Nie masz praw kupowania posiadłości dla Twojej aktywnej grupy.
959 </notification> 959 </notification>
960 <notification label="Dodaj Znajomość" name="AddFriend"> 960 <notification label="Dodaj Znajomość" name="AddFriend">
961 Znajomi mogą pozwalać na odnajdywanie się wzajemnie na mapie i na otrzymywanie notyfikacji o logowaniu do [SECOND_LIFE]. 961 Znajomi mogą pozwalać na odnajdywanie się wzajemnie na mapie i na otrzymywanie notyfikacji o logowaniu do [GRID_NAME].
962 962
963Zaproponować znajomość [NAME]? 963Zaproponować znajomość [NAME]?
964 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/> 964 <usetemplate name="okcancelbuttons" notext="Anuluj" yestext="OK"/>
965 </notification> 965 </notification>
966 <notification label="Add Friend" name="AddFriendWithMessage"> 966 <notification label="Add Friend" name="AddFriendWithMessage">
967 Znajomi mogą pozwalać na odnajdywanie się wzajemnie na mapie i na otrzymywanie notyfikacji o logowaniu do [SECOND_LIFE]. 967 Znajomi mogą pozwalać na odnajdywanie się wzajemnie na mapie i na otrzymywanie notyfikacji o logowaniu do [GRID_NAME].
968 968
969Zaproponować znajomość [NAME]? 969Zaproponować znajomość [NAME]?
970 <form name="form"> 970 <form name="form">
@@ -1110,20 +1110,20 @@ Przeniesiono Cię do pobliskiego regionu.
1110 </notification> 1110 </notification>
1111 <notification name="ClothingLoading"> 1111 <notification name="ClothingLoading">
1112 Twoje ubranie wciąż się ładuje. 1112 Twoje ubranie wciąż się ładuje.
1113Możesz normalnie używać [SECOND_LIFE], inni użytkownicy będą Cię widzieli poprawnie. 1113Możesz normalnie używać [GRID_NAME], inni użytkownicy będą Cię widzieli poprawnie.
1114 <form name="form"> 1114 <form name="form">
1115 <ignore name="ignore" text="Ładowanie ubrania zajmuje dużo czasu"/> 1115 <ignore name="ignore" text="Ładowanie ubrania zajmuje dużo czasu"/>
1116 </form> 1116 </form>
1117 </notification> 1117 </notification>
1118 <notification name="FirstRun"> 1118 <notification name="FirstRun">
1119 Instalacja [SECOND_LIFE] zakończona. 1119 Instalacja [VIEWER_NAME] zakończona.
1120 1120
1121Jeżeli używasz [SECOND_LIFE] po raz pierwszy to musisz stworzyć konto żeby móc się zalogować. 1121Jeżeli używasz [GRID_NAME] po raz pierwszy to musisz stworzyć konto żeby móc się zalogować.
1122Przejść na stronę www.secondlife.com żeby stworzyć nowe konto? 1122Przejść na stronę [GRID_SITE] żeby stworzyć nowe konto?
1123 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Nowe Konto..."/> 1123 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Nowe Konto..."/>
1124 </notification> 1124 </notification>
1125 <notification name="LoginPacketNeverReceived"> 1125 <notification name="LoginPacketNeverReceived">
1126 Problemy z połączeniem. Problem może być spowodowany Twoim połączeniem z Internetem albo może istnieć po stronie serwerów Second Life. 1126 Problemy z połączeniem. Problem może być spowodowany Twoim połączeniem z Internetem albo może istnieć po stronie serwerów [GRID_NAME].
1127 1127
1128Możesz sprawdzić swoje połączenie z Internetem i spróbować ponownie za kilka minut albo kliknij Pomoc żeby połączyć się ze stroną pomocy technicznej albo wybierz Teleportuj żeby spróbować teleportacji do Twojego miejsca startu. 1128Możesz sprawdzić swoje połączenie z Internetem i spróbować ponownie za kilka minut albo kliknij Pomoc żeby połączyć się ze stroną pomocy technicznej albo wybierz Teleportuj żeby spróbować teleportacji do Twojego miejsca startu.
1129 <form name="form"> 1129 <form name="form">
@@ -1136,7 +1136,7 @@ Możesz sprawdzić swoje połączenie z Internetem i spróbować ponownie za kil
1136 Twoja postać pojawi się za moment. 1136 Twoja postać pojawi się za moment.
1137 1137
1138Używaj strzałek żeby sie poruszać. 1138Używaj strzałek żeby sie poruszać.
1139Naciśnij F1 w dowolnej chwili po pomoc albo żeby dowiedzieć się więcej o [SECOND_LIFE]. 1139Naciśnij F1 w dowolnej chwili po pomoc albo żeby dowiedzieć się więcej o [GRID_NAME].
1140Wybierz awatara właściwej płci. 1140Wybierz awatara właściwej płci.
1141Ten wybór będzie można później zmienić. 1141Ten wybór będzie można później zmienić.
1142 <usetemplate name="okcancelbuttons" notext="Kobieta" yestext="Mężczyzna"/> 1142 <usetemplate name="okcancelbuttons" notext="Kobieta" yestext="Mężczyzna"/>
@@ -1225,33 +1225,33 @@ Wybierz obiekt na sprzedaż i spróbuj jeszcze raz.
1225[DOWNLOAD_PATH]. 1225[DOWNLOAD_PATH].
1226 </notification> 1226 </notification>
1227 <notification name="DownloadWindowsMandatory"> 1227 <notification name="DownloadWindowsMandatory">
1228 Nowa wersja [SECOND_LIFE] została opublikowana. 1228 Nowa wersja [VIEWER_NAME] została opublikowana.
1229[MESSAGE] 1229[MESSAGE]
1230Musisz zainstalować nową wersję żeby używać [SECOND_LIFE]. 1230Musisz zainstalować nową wersję żeby używać [GRID_NAME].
1231 <usetemplate name="okcancelbuttons" notext="Wyłącz program" yestext="Załaduj"/> 1231 <usetemplate name="okcancelbuttons" notext="Wyłącz program" yestext="Załaduj"/>
1232 </notification> 1232 </notification>
1233 <notification name="DownloadWindows"> 1233 <notification name="DownloadWindows">
1234 Uaktualniona wersja [SECOND_LIFE] została opublikowana. 1234 Uaktualniona wersja [VIEWER_NAME] została opublikowana.
1235[MESSAGE] 1235[MESSAGE]
1236Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności. 1236Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności.
1237 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Załaduj"/> 1237 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Załaduj"/>
1238 </notification> 1238 </notification>
1239 <notification name="DownloadWindowsReleaseForDownload"> 1239 <notification name="DownloadWindowsReleaseForDownload">
1240 Uaktualniona wersja [SECOND_LIFE] została opublikowana. 1240 Uaktualniona wersja [VIEWER_NAME] została opublikowana.
1241[MESSAGE] 1241[MESSAGE]
1242Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności. 1242Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności.
1243 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Załaduj"/> 1243 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Załaduj"/>
1244 </notification> 1244 </notification>
1245 <notification name="DownloadMacMandatory"> 1245 <notification name="DownloadMacMandatory">
1246 Nowa wersja [SECOND_LIFE] została opublikowana. 1246 Nowa wersja [VIEWER_NAME] została opublikowana.
1247[MESSAGE] 1247[MESSAGE]
1248Musisz zainstalować nową wersję żeby używać [SECOND_LIFE]. 1248Musisz zainstalować nową wersję żeby używać [GRID_NAME].
1249 1249
1250Załadować do foldera Aplikacji? 1250Załadować do foldera Aplikacji?
1251 <usetemplate name="okcancelbuttons" notext="Wyłącz program" yestext="Załaduj"/> 1251 <usetemplate name="okcancelbuttons" notext="Wyłącz program" yestext="Załaduj"/>
1252 </notification> 1252 </notification>
1253 <notification name="DownloadMac"> 1253 <notification name="DownloadMac">
1254 Uaktualniona wersja [SECOND_LIFE] została opublikowana. 1254 Uaktualniona wersja [VIEWER_NAME] została opublikowana.
1255[MESSAGE] 1255[MESSAGE]
1256Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności. 1256Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności.
1257 1257
@@ -1259,7 +1259,7 @@ Załadować do foldera Aplikacji?
1259 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Załaduj"/> 1259 <usetemplate name="okcancelbuttons" notext="Kontynuuj" yestext="Załaduj"/>
1260 </notification> 1260 </notification>
1261 <notification name="DownloadMacReleaseForDownload"> 1261 <notification name="DownloadMacReleaseForDownload">
1262 Uaktualniona wersja [SECOND_LIFE] została opublikowana. 1262 Uaktualniona wersja [VIEWER_NAME] została opublikowana.
1263[MESSAGE] 1263[MESSAGE]
1264Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności. 1264Aktualizacja nie jest wymagana ale jest zalecana w celu poprawy prędkości i stabilności.
1265 1265
@@ -1276,7 +1276,7 @@ Załadować do foldera Aplikacji?
1276 <usetemplate ignoretext="Otwierając systemową przeglądarkę żeby zobaczyć stronę" name="okcancelignore" notext="Anuluj" yestext="OK"/> 1276 <usetemplate ignoretext="Otwierając systemową przeglądarkę żeby zobaczyć stronę" name="okcancelignore" notext="Anuluj" yestext="OK"/>
1277 </notification> 1277 </notification>
1278 <notification name="WebLaunchJoinNow"> 1278 <notification name="WebLaunchJoinNow">
1279 Otworzyć stronę www.secondlife.com żeby zarządzać Twoim kontem? 1279 Otworzyć stronę [GRID_SITE] żeby zarządzać Twoim kontem?
1280 <usetemplate ignoretext="Otwierając systemową przeglądarkę żeby zarządzać Twoim kontem" name="okcancelignore" notext="Anuluj" yestext="OK"/> 1280 <usetemplate ignoretext="Otwierając systemową przeglądarkę żeby zarządzać Twoim kontem" name="okcancelignore" notext="Anuluj" yestext="OK"/>
1281 </notification> 1281 </notification>
1282 <notification name="WebLaunchBugReport101"> 1282 <notification name="WebLaunchBugReport101">
@@ -1494,7 +1494,7 @@ Kontynuować?
1494 <notification name="RegionEntryAccessBlocked"> 1494 <notification name="RegionEntryAccessBlocked">
1495 Ze względu na Twój wiek, nie jesteś uprawniony do przebywania w tym regionie. Może być to wynikiem braku informacji na temat weryfikacji Twojego wieku. 1495 Ze względu na Twój wiek, nie jesteś uprawniony do przebywania w tym regionie. Może być to wynikiem braku informacji na temat weryfikacji Twojego wieku.
1496 1496
1497Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 1497Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
1498 <usetemplate 1498 <usetemplate
1499 name="okbutton" 1499 name="okbutton"
1500 yestext="OK"/> 1500 yestext="OK"/>
@@ -1502,13 +1502,13 @@ Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z
1502 <notification name="RegionEntryAccessBlocked_KB"> 1502 <notification name="RegionEntryAccessBlocked_KB">
1503 Ze względu na Twój wiek, nie jesteś uprawniony do przebywania w tym regionie. 1503 Ze względu na Twój wiek, nie jesteś uprawniony do przebywania w tym regionie.
1504 1504
1505Skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 1505Skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
1506 <url name="url"> 1506 <url name="url">
1507 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010 1507 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010
1508 </url> 1508 </url>
1509 <usetemplate 1509 <usetemplate
1510 name="okcancelignore" 1510 name="okcancelignore"
1511 yestext="Second Life:Pomoc" 1511 yestext="[SECOND_LIFE]:Pomoc"
1512 notext="Zamknij" 1512 notext="Zamknij"
1513 ignoretext="Dostęp do posiadłości jest zablokowany ze względu na rodzaj treści jaką zawiera"/> 1513 ignoretext="Dostęp do posiadłości jest zablokowany ze względu na rodzaj treści jaką zawiera"/>
1514 </notification> 1514 </notification>
@@ -1533,7 +1533,7 @@ Możeszy wybrać &apos;Zmień Ustawienia&apos; by dokonać zmian w ustawieniach
1533 <notification name="LandClaimAccessBlocked"> 1533 <notification name="LandClaimAccessBlocked">
1534 W związku ze statusem ustawień Twojego wieku, nie możesz odzyskać tej posiadłości. Możesz potrzebować weryfikacji wieku bądź instalacji najnowszej wersji klienta. 1534 W związku ze statusem ustawień Twojego wieku, nie możesz odzyskać tej posiadłości. Możesz potrzebować weryfikacji wieku bądź instalacji najnowszej wersji klienta.
1535 1535
1536Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 1536Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
1537 <usetemplate 1537 <usetemplate
1538 name="okbutton" 1538 name="okbutton"
1539 yestext="OK"/> 1539 yestext="OK"/>
@@ -1541,13 +1541,13 @@ Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z
1541 <notification name="LandClaimAccessBlocked_KB"> 1541 <notification name="LandClaimAccessBlocked_KB">
1542 Ze względu na Twój wiek, nie możesz odzyskać tej posiadłości. 1542 Ze względu na Twój wiek, nie możesz odzyskać tej posiadłości.
1543 1543
1544Skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 1544Skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
1545 <url name="url"> 1545 <url name="url">
1546 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010 1546 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010
1547 </url> 1547 </url>
1548 <usetemplate 1548 <usetemplate
1549 name="okcancelignore" 1549 name="okcancelignore"
1550 yestext="Second Life:Pomoc" 1550 yestext="[SECOND_LIFE]:Pomoc"
1551 notext="Zamknij" 1551 notext="Zamknij"
1552 ignoretext="Odzyskanie posiadłości jest zablokowane ze względu na rodzaj treści jaką zwiera"/> 1552 ignoretext="Odzyskanie posiadłości jest zablokowane ze względu na rodzaj treści jaką zwiera"/>
1553 </notification> 1553 </notification>
@@ -1567,7 +1567,7 @@ Możeszy wybrać &apos;Zmień Ustawienia&apos; by dokonać zmian w ustawieniach
1567 <notification name="LandBuyAccessBlocked"> 1567 <notification name="LandBuyAccessBlocked">
1568 Ze względu na Twój wiek, nie możesz kupić tej posiadłości. Może być to wynikiem braku informacji na temat weryfikacji Twojego wieku. 1568 Ze względu na Twój wiek, nie możesz kupić tej posiadłości. Może być to wynikiem braku informacji na temat weryfikacji Twojego wieku.
1569 1569
1570Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 1570Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
1571 <usetemplate 1571 <usetemplate
1572 name="okbutton" 1572 name="okbutton"
1573 yestext="OK"/> 1573 yestext="OK"/>
@@ -1575,13 +1575,13 @@ Upewnij się, że masz zainstalowaną najnowszą wersję klienta i skorzystaj z
1575 <notification name="LandBuyAccessBlocked_KB"> 1575 <notification name="LandBuyAccessBlocked_KB">
1576 Ze względu na Twój wiek, nie możesz kupić tej posiadłości. 1576 Ze względu na Twój wiek, nie możesz kupić tej posiadłości.
1577 1577
1578Skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 1578Skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
1579 <url name="url"> 1579 <url name="url">
1580 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010 1580 https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=6010
1581 </url> 1581 </url>
1582 <usetemplate 1582 <usetemplate
1583 name="okcancelignore" 1583 name="okcancelignore"
1584 yestext="Second Life:Pomoc" 1584 yestext="[SECOND_LIFE]:Pomoc"
1585 notext="Zamknij" 1585 notext="Zamknij"
1586 ignoretext="Zakup posiadłości jest zablokowany ze względu na rodzaj treści jaką zawiera"/> 1586 ignoretext="Zakup posiadłości jest zablokowany ze względu na rodzaj treści jaką zawiera"/>
1587 </notification> 1587 </notification>
@@ -1841,7 +1841,7 @@ Domyślnie: nie włączona
1841Domyślnie: nie włączone 1841Domyślnie: nie włączone
1842 </notification> 1842 </notification>
1843 <notification label="Wersja Niezgodna z Systemem Rozmów" name="VoiceVersionMismatch"> 1843 <notification label="Wersja Niezgodna z Systemem Rozmów" name="VoiceVersionMismatch">
1844 Ta wersja Second Life nie jest kompatybilna z systemem Rozmów w tym regionie. Musisz zainstalować aktualną wersję Second Life żeby Rozmowy działały porawnie. 1844 Ta wersja [VIEWER_NAME] nie jest kompatybilna z systemem Rozmów w tym regionie. Musisz zainstalować aktualną wersję [VIEWER_NAME] żeby Rozmowy działały porawnie.
1845 </notification> 1845 </notification>
1846 <notification label="Umowa Majątku" name="HelpEstateCovenant"> 1846 <notification label="Umowa Majątku" name="HelpEstateCovenant">
1847 Włączenie opcji umowy majątku jest wymagane w celu umożliwienia sprzedaży posiadłości w obrębie majątku. 1847 Włączenie opcji umowy majątku jest wymagane w celu umożliwienia sprzedaży posiadłości w obrębie majątku.
@@ -1955,16 +1955,16 @@ Przenieść obiekty szafy?
1955 W tym obiekcie nie ma elementów które możesz skopiować. 1955 W tym obiekcie nie ma elementów które możesz skopiować.
1956 </notification> 1956 </notification>
1957 <notification name="WebLaunchAccountHistory"> 1957 <notification name="WebLaunchAccountHistory">
1958 Przejść na stronę Second Life żeby zobaczyć historię konta? 1958 Przejść na stronę [SECOND_LIFE] żeby zobaczyć historię konta?
1959 <usetemplate ignoretext="Ładując stronę historii konta." name="okcancelignore" notext="Anuluj" yestext="Idź na stronę"/> 1959 <usetemplate ignoretext="Ładując stronę historii konta." name="okcancelignore" notext="Anuluj" yestext="Idź na stronę"/>
1960 </notification> 1960 </notification>
1961 <notification name="ClickOpenF1Help"> 1961 <notification name="ClickOpenF1Help">
1962 Przejść na stronę Second Life? 1962 Przejść na stronę [SECOND_LIFE]?
1963 <usetemplate ignoretext="Odwiedzając stronę Second Life." name="okcancelignore" notext="Anuluj" yestext="Idź"/> 1963 <usetemplate ignoretext="Odwiedzając stronę [SECOND_LIFE]." name="okcancelignore" notext="Anuluj" yestext="Idź"/>
1964 </notification> 1964 </notification>
1965 <notification name="ConfirmQuit"> 1965 <notification name="ConfirmQuit">
1966 Na pewno chcesz skończyć? 1966 Na pewno chcesz skończyć?
1967 <usetemplate ignoretext="Wyłączając Second Life." name="okcancelignore" notext="Kontynuuj" yestext="Wyłącz"/> 1967 <usetemplate ignoretext="Wyłączając [VIEWER_NAME]." name="okcancelignore" notext="Kontynuuj" yestext="Wyłącz"/>
1968 </notification> 1968 </notification>
1969 <notification name="HelpReportAbuseEmailLL"> 1969 <notification name="HelpReportAbuseEmailLL">
1970 Używaj tej opcji do zgłaszania nadużyć Warunków Umowy (Terms of Service) i Standardów Społeczeństwa (Community Standards). Zobacz: 1970 Używaj tej opcji do zgłaszania nadużyć Warunków Umowy (Terms of Service) i Standardów Społeczeństwa (Community Standards). Zobacz:
@@ -1983,7 +1983,7 @@ W ramach serwisu dla Rezydentów i gości właściciel tego regionu postanowił
1983 1983
1984Właściciel regionu będzie rozpatrywał raporty w oparciu o lokalne prawa tego regionu zdefiniowane w umowie majątku. (Możesz zobaczyć umowę wybierając opcję O Posiadłości z menu Świat.) 1984Właściciel regionu będzie rozpatrywał raporty w oparciu o lokalne prawa tego regionu zdefiniowane w umowie majątku. (Możesz zobaczyć umowę wybierając opcję O Posiadłości z menu Świat.)
1985 1985
1986Rozwiązanie tego raportu odnosi się wyłącznie do tego regionu; konkluzja tego raportu nie będzie miała wpływu na dostęp Rezydentów do innych regionów w Second Life. Wyłącznie Linden Lab może całkowicie odebrać dostęp do Second Life. 1986Rozwiązanie tego raportu odnosi się wyłącznie do tego regionu; konkluzja tego raportu nie będzie miała wpływu na dostęp Rezydentów do innych regionów w [GRID_NAME]. <!-- Wyłącznie Linden Lab może całkowicie odebrać dostęp do [GRID_NAME]. -->
1987 </notification> 1987 </notification>
1988 <notification name="HelpReportBug"> 1988 <notification name="HelpReportBug">
1989 Używaj tej opcji *wyłącznie* w celu zgłaszania technicznych problemów, dołączając szczegółowy opis problemu. Możesz odpowiedzieć na automatyczną email z odpowiedzią żeby dodać więcej szczegółów do Twojego raportu. 1989 Używaj tej opcji *wyłącznie* w celu zgłaszania technicznych problemów, dołączając szczegółowy opis problemu. Możesz odpowiedzieć na automatyczną email z odpowiedzią żeby dodać więcej szczegółów do Twojego raportu.
@@ -2034,9 +2034,9 @@ Dokładne dane pomogą nam w klasyfikacji i prztwarzaniu raportu.
2034 2034
2035Jeżeli składasz raport dotyczący naruszenia praw autorskich proszę się upewnić, że robisz to poprawnie: 2035Jeżeli składasz raport dotyczący naruszenia praw autorskich proszę się upewnić, że robisz to poprawnie:
2036 2036
2037(1) Przypadek Nadużycia. Możesz złożyć raport jeżeli sądzisz, że Rezydent narusza system przywilejów Second Life, na przykład używając CopyBot lub podobnych narzędzi robiących kopie, naruszając prawa autorskie. Komisja Nadużyć bada wykrocznia i stosuje akcje dyscyplinarne za zachowania sprzeczne z zasadami Warunków Umowy (Terms of Service) i Standardów Społeczeństwa (Community Standards) Second Life. Komisja Nadużyć nie zajmuje się i nie odpowiada na żądania usunięcia treści ze środowiska Second Life. 2037(1) Przypadek Nadużycia. Możesz złożyć raport jeżeli sądzisz, że Rezydent narusza system przywilejów [SECOND_LIFE], na przykład używając CopyBot lub podobnych narzędzi robiących kopie, naruszając prawa autorskie. Komisja Nadużyć bada wykrocznia i stosuje akcje dyscyplinarne za zachowania sprzeczne z zasadami Warunków Umowy (Terms of Service) i Standardów Społeczeństwa (Community Standards) [SECOND_LIFE]. Komisja Nadużyć nie zajmuje się i nie odpowiada na żądania usunięcia treści ze środowiska [SECOND_LIFE].
2038 2038
2039(2) Przypadek DMCA lub Usuwanie Treści. Aby wystąpić z żądaniem o usunięcie treści ze środowiska Second Life MUSISZ przedłożyć ważne zawiadomienie o nadużyciu zgodne z naszą polisą DMCA pod http://secondlife.com/corporate/dmca.php. 2039(2) Przypadek DMCA lub Usuwanie Treści. Aby wystąpić z żądaniem o usunięcie treści ze środowiska [SECOND_LIFE] MUSISZ przedłożyć ważne zawiadomienie o nadużyciu zgodne z naszą polisą DMCA pod http://secondlife.com/corporate/dmca.php.
2040 2040
2041Jeżeli chcesz kontynuować dalej zamknij to okno i dokończ wysyłanie raportu. Może być potrzebny wybór kategorii &apos;CopyBot albo Nadużycie Przywilejów&apos;. 2041Jeżeli chcesz kontynuować dalej zamknij to okno i dokończ wysyłanie raportu. Może być potrzebny wybór kategorii &apos;CopyBot albo Nadużycie Przywilejów&apos;.
2042 2042
@@ -2159,7 +2159,7 @@ Kliknij &quot;Zaawansowane Niebo&quot; żeby wybrać bardziej szczegółowy edyt
2159Kliknij &quot;Zaawansowana Woda&quot; żeby wybrać bardziej szczegółowy edytor ustawień wody. 2159Kliknij &quot;Zaawansowana Woda&quot; żeby wybrać bardziej szczegółowy edytor ustawień wody.
2160 </notification> 2160 </notification>
2161 <notification name="HelpDayCycle"> 2161 <notification name="HelpDayCycle">
2162 Edytor Cyklu Dnia pozwala na kontrolę nieba podczas cyklu dnia/nocy w Second Life. Ten cykl jest używany przez suwak Pora Dnia w podstawowym Edytorze Środowiska. 2162 Edytor Cyklu Dnia pozwala na kontrolę nieba podczas cyklu dnia/nocy w [GRID_NAME]. Ten cykl jest używany przez suwak Pora Dnia w podstawowym Edytorze Środowiska.
2163 2163
2164Edytor Cyklu Dnia ustala klatki odniesienia. Są to punkty (widoczne jako szare plamki na wykresie czasu) które mają przypisane Ustawienia Nieba. W miarę upływu czasu niebo jest animowane używając średnich pomiędzy klatkami odniesienia. 2164Edytor Cyklu Dnia ustala klatki odniesienia. Są to punkty (widoczne jako szare plamki na wykresie czasu) które mają przypisane Ustawienia Nieba. W miarę upływu czasu niebo jest animowane używając średnich pomiędzy klatkami odniesienia.
2165 2165
@@ -2240,7 +2240,7 @@ Suwak G (Gęstość) kontroluje gęstość chmur.
2240 Kontroluje prędkość przemieszczania chmur wzdłuż osi Y. 2240 Kontroluje prędkość przemieszczania chmur wzdłuż osi Y.
2241 </notification> 2241 </notification>
2242 <notification name="HelpClassicClouds"> 2242 <notification name="HelpClassicClouds">
2243 Wybierz tą opcję w celu używania dodatkowo starszej, klasycznej wersji chmur Second Life. 2243 Wybierz tą opcję w celu używania dodatkowo starszej, klasycznej wersji chmur [SECOND_LIFE].
2244 </notification> 2244 </notification>
2245 <notification name="HelpWaterFogColor"> 2245 <notification name="HelpWaterFogColor">
2246 Kontroluje kolor podwodnej mgły. 2246 Kontroluje kolor podwodnej mgły.
@@ -2339,7 +2339,7 @@ Suwak G (Gęstość) kontroluje gęstość chmur.
2339 </notification> 2339 </notification>
2340 <notification name="NotAgeVerified"> 2340 <notification name="NotAgeVerified">
2341 Nie masz dostępu do tej posiadłości ze względu na brak weryfikacji Twojego wieku. 2341 Nie masz dostępu do tej posiadłości ze względu na brak weryfikacji Twojego wieku.
2342Czy chcesz odwiedzić stronę Second Life żeby to zmienić? 2342Czy chcesz odwiedzić stronę [SECOND_LIFE] żeby to zmienić?
2343 2343
2344[_URL] 2344[_URL]
2345 <url name="url" option="0"> 2345 <url name="url" option="0">
@@ -2349,7 +2349,7 @@ Czy chcesz odwiedzić stronę Second Life żeby to zmienić?
2349 </notification> 2349 </notification>
2350 <notification name="Cannot enter parcel: no payment info on file"> 2350 <notification name="Cannot enter parcel: no payment info on file">
2351 Nie masz dostępu do tej posiadłości ze względu na brak danych o Twoim koncie. 2351 Nie masz dostępu do tej posiadłości ze względu na brak danych o Twoim koncie.
2352Czy chcesz odwiedzić stronę Second Life żeby to zmienić? 2352Czy chcesz odwiedzić stronę [SECOND_LIFE] żeby to zmienić?
2353 2353
2354[_URL] 2354[_URL]
2355 <url name="url" option="0"> 2355 <url name="url" option="0">
@@ -2379,10 +2379,10 @@ Czy chcesz odwiedzić stronę Second Life żeby to zmienić?
2379 Temat: [SUBJECT], Treść: [MESSAGE] 2379 Temat: [SUBJECT], Treść: [MESSAGE]
2380 </notification> 2380 </notification>
2381 <notification name="FriendOnline"> 2381 <notification name="FriendOnline">
2382 [FIRST] [LAST] jest w Second Life 2382 [FIRST] [LAST] jest w [GRID_NAME]
2383 </notification> 2383 </notification>
2384 <notification name="FriendOffline"> 2384 <notification name="FriendOffline">
2385 [FIRST] [LAST] opuszcza Second Life 2385 [FIRST] [LAST] opuszcza [GRID_NAME]
2386 </notification> 2386 </notification>
2387 <notification name="AddSelfFriend"> 2387 <notification name="AddSelfFriend">
2388 Nie możesz dodać siebie do listy znajomych. 2388 Nie możesz dodać siebie do listy znajomych.
@@ -2602,7 +2602,7 @@ Nie możesz tworzyć tutaj obiektów.
2602 <notification name="RegionTPAccessBlocked"> 2602 <notification name="RegionTPAccessBlocked">
2603 Ze względu na Twój wiek, nie jesteś uprawniony do przebywania w tym regionie. Możesz potrzebować weryfikacji wieku bądź instalacji najnowszej wersji klienta. 2603 Ze względu na Twój wiek, nie jesteś uprawniony do przebywania w tym regionie. Możesz potrzebować weryfikacji wieku bądź instalacji najnowszej wersji klienta.
2604 2604
2605Skorzystaj z Second Life:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera. 2605Skorzystaj z [SECOND_LIFE]:Pomoc by uzyskać więcej informacji na temat dostępu do regionów z podanym rodzajem treści jaką zawiera.
2606 </notification> 2606 </notification>
2607 <notification name="URBannedFromRegion"> 2607 <notification name="URBannedFromRegion">
2608 Zostałeś zbanowany w regionie. 2608 Zostałeś zbanowany w regionie.
@@ -2794,7 +2794,7 @@ Obiekt: [OBJECTNAME], właściciel: [NAME]?
2794 [TYPE] [DESC] - nie znaleziono w bazie danych. 2794 [TYPE] [DESC] - nie znaleziono w bazie danych.
2795 </notification> 2795 </notification>
2796 <notification name="InvalidWearable"> 2796 <notification name="InvalidWearable">
2797 Obiekt, który chcesz założyć używa narzędzia nieobecnego w wersji klienta, którą używasz. By go założyć ściągnij najnowszą wersję klienta Second Life. 2797 Obiekt, który chcesz założyć używa narzędzia nieobecnego w wersji klienta, którą używasz. By go założyć ściągnij najnowszą wersję klienta [VIEWER_NAME].
2798 </notification> 2798 </notification>
2799 <notification name="ScriptQuestion"> 2799 <notification name="ScriptQuestion">
2800 &apos;[OBJECTNAME]&apos;, właściciel: &apos;[NAME]&apos;, chciał by: 2800 &apos;[OBJECTNAME]&apos;, właściciel: &apos;[NAME]&apos;, chciał by:
@@ -3012,7 +3012,7 @@ Wybierz Wycisz żeby wyciszyć tą osobę.
3012 - Prędkość Twojego CPU nie spełnia minimalnych wymagań. 3012 - Prędkość Twojego CPU nie spełnia minimalnych wymagań.
3013 </global> 3013 </global>
3014 <global name="UnsupportedGLRequirements"> 3014 <global name="UnsupportedGLRequirements">
3015 Wygląda na to, że Twój system nie spełnia wymagań sprzętowych Second Life. Second Life wymaga karty graficznej kompatybilnej z OpenGL z multiteksturami. Jeżeli masz taką kartę zainstaluj najnowsze sterowniki do niej i uaktualnienia systemu operacyjnego. 3015 Wygląda na to, że Twój system nie spełnia wymagań sprzętowych [VIEWER_NAME]. [VIEWER_NAME] wymaga karty graficznej kompatybilnej z OpenGL z multiteksturami. Jeżeli masz taką kartę zainstaluj najnowsze sterowniki do niej i uaktualnienia systemu operacyjnego.
3016 3016
3017Jeżeli wciąż masz problemy sprawdź: http://www.secondlife.com/support 3017Jeżeli wciąż masz problemy sprawdź: http://www.secondlife.com/support
3018 </global> 3018 </global>
diff --git a/linden/indra/newview/skins/default/xui/pt/notifications.xml b/linden/indra/newview/skins/default/xui/pt/notifications.xml
index 0e3ab9c..71903c1 100644
--- a/linden/indra/newview/skins/default/xui/pt/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/pt/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Mensagem de Alerta Desconhecida" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Mensagem de Alerta Desconhecida" name="MissingAlert">
74 Sua versão do Second Life não sabe como mostrar a mensagem de alerta que acabou de receber. 74 Sua versão do [VIEWER_NAME] não sabe como mostrar a mensagem de alerta que acabou de receber.
75 75
76Detalhes do erro: O alerta chamado &apos;[_NAME]&apos; não foi encontrado em notifications.xml. 76Detalhes do erro: O alerta chamado &apos;[_NAME]&apos; não foi encontrado em notifications.xml.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -93,7 +93,7 @@ Detalhes do erro: O alerta chamado &apos;[_NAME]&apos; não foi encontrado em no
93 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Sim"/> 93 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Sim"/>
94 </notification> 94 </notification>
95 <notification name="BadInstallation"> 95 <notification name="BadInstallation">
96 Ocorreu um erro atualizando o Second Life. Por favor, faça o download da última versão em secondlife.com. 96 Ocorreu um erro atualizando o [VIEWER_NAME]. Por favor, faça o download da última versão em [VIEWER_SITE].
97 <usetemplate 97 <usetemplate
98 name="okbutton" 98 name="okbutton"
99 yestext="OK"/> 99 yestext="OK"/>
@@ -232,7 +232,7 @@ Clicando neste Box, será mostrado:
232 <notification name="ClickPartnerHelpAvatar"> 232 <notification name="ClickPartnerHelpAvatar">
233 Você pode propor a outro Residente ou dissolver uma parceria existente através do website [SECOND_LIFE]. 233 Você pode propor a outro Residente ou dissolver uma parceria existente através do website [SECOND_LIFE].
234 234
235Ir para o site do Second Life para mais informações sobre parceria? 235Ir para o site do [SECOND_LIFE] para mais informações sobre parceria?
236 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Ir para a Página"/> 236 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Ir para a Página"/>
237 </notification> 237 </notification>
238 <notification name="ClickUploadHelpPermissions"> 238 <notification name="ClickUploadHelpPermissions">
@@ -270,7 +270,7 @@ Seu preço de venda será L$[SALE_PRICE] e está autorizado para venda para [NA
270 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Continuar"/> 270 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="Continuar"/>
271 </notification> 271 </notification>
272 <notification name="ConfirmLandSaleToAnyoneChange"> 272 <notification name="ConfirmLandSaleToAnyoneChange">
273 ATENÇÃO: Ao clicar em &apos;vender para qualquer um&apos; torna a sua terra disponível para toda a comunidade Second Life, mesmo aqueles que não estão nesta região. 273 ATENÇÃO: Ao clicar em &apos;vender para qualquer um&apos; torna a sua terra disponível para toda a comunidade [GRID_NAME], mesmo aqueles que não estão nesta região.
274 274
275A área de [LAND_SIZE] m² de terra selecionada está posta para venda. 275A área de [LAND_SIZE] m² de terra selecionada está posta para venda.
276Seu preço de venda será L$ [SALE_PRICE] e está autorizado para [NAME]. 276Seu preço de venda será L$ [SALE_PRICE] e está autorizado para [NAME].
@@ -358,7 +358,7 @@ Scripts devem ser permitidos para fazer as armas funcionarem.
358 Houve um problema ao carregar a foto da reportagem devido à seguinte razão: [REASON] 358 Houve um problema ao carregar a foto da reportagem devido à seguinte razão: [REASON]
359 </notification> 359 </notification>
360 <notification name="MustAgreeToLogIn"> 360 <notification name="MustAgreeToLogIn">
361 Você deve concordar com os Termos de Serviço para continuar a entrar no [SECOND_LIFE]. 361 Você deve concordar com os Termos de Serviço para continuar a entrar no [GRID_NAME].
362 </notification> 362 </notification>
363 <notification name="CouldNotPutOnOutfit"> 363 <notification name="CouldNotPutOnOutfit">
364 Não foi possível vestir o conjunto. A pasta do conjunto não contém roupas, partes do corpo ou acessórios. 364 Não foi possível vestir o conjunto. A pasta do conjunto não contém roupas, partes do corpo ou acessórios.
@@ -373,7 +373,7 @@ Scripts devem ser permitidos para fazer as armas funcionarem.
373 Oops! Alguma coisa foi deixada em branco. 373 Oops! Alguma coisa foi deixada em branco.
374Você precisa entrar com ambos os Nome e Sobrenome do seu avatar. 374Você precisa entrar com ambos os Nome e Sobrenome do seu avatar.
375 375
376Você precisa de uma conta para entrar no [SECOND_LIFE]. Você gostaria de criar uma conta agora? 376Você precisa de uma conta para entrar no [GRID_NAME]. Você gostaria de criar uma conta agora?
377 <usetemplate name="okcancelbuttons" notext="Tentar novamente" yestext="Criar uma nova conta"/> 377 <usetemplate name="okcancelbuttons" notext="Tentar novamente" yestext="Criar uma nova conta"/>
378 </notification> 378 </notification>
379 <notification name="AddClassified"> 379 <notification name="AddClassified">
@@ -415,17 +415,17 @@ Não há reembolso por taxas já pagas.
415 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/> 415 <usetemplate name="okcancelbuttons" notext="Cancelar" yestext="OK"/>
416 </notification> 416 </notification>
417 <notification name="CacheWillClear"> 417 <notification name="CacheWillClear">
418 O cache será limpo quando você reiniciar [SECOND_LIFE]. 418 O cache será limpo quando você reiniciar [VIEWER_NAME].
419 </notification> 419 </notification>
420 <notification name="CacheWillBeMoved"> 420 <notification name="CacheWillBeMoved">
421 O Cache será removido após reiniciar [SECOND_LIFE]. 421 O Cache será removido após reiniciar [VIEWER_NAME].
422Nota: Isto limpará o cache. 422Nota: Isto limpará o cache.
423 </notification> 423 </notification>
424 <notification name="ChangeConnectionPort"> 424 <notification name="ChangeConnectionPort">
425 Configuração de porta terá efeito após reiniciar [SECOND_LIFE]. 425 Configuração de porta terá efeito após reiniciar [VIEWER_NAME].
426 </notification> 426 </notification>
427 <notification name="ChangeSkin"> 427 <notification name="ChangeSkin">
428 A nova pele será exibida após reiniciar [SECOND_LIFE]. 428 A nova pele será exibida após reiniciar [VIEWER_NAME].
429 </notification> 429 </notification>
430 <notification name="GoToAuctionPage"> 430 <notification name="GoToAuctionPage">
431 Ir para a página do [SECOND_LIFE] para ver os detalhes do leilão ou fazer um lance? 431 Ir para a página do [SECOND_LIFE] para ver os detalhes do leilão ou fazer um lance?
@@ -484,7 +484,7 @@ O objeto pode estar fora de alcance ou ter sido deletado.
484 Não foi possível escrever o arquivo [[FILE]] 484 Não foi possível escrever o arquivo [[FILE]]
485 </notification> 485 </notification>
486 <notification name="UnsupportedHardware"> 486 <notification name="UnsupportedHardware">
487 Aviso: Seu sistema não é compatível com os requisitos mínimos exigidos pelo Second Life. Se você continuar usando o Second Life pode experimentar uma performance ruim. Infelizmente não podemos oferecer suporte técnico para configurações de sistema não suportado. 487 Aviso: Seu sistema não é compatível com os requisitos mínimos exigidos pelo [VIEWER_NAME]. Se você continuar usando o [VIEWER_NAME] pode experimentar uma performance ruim. Infelizmente não podemos oferecer suporte técnico para configurações de sistema não suportado.
488 488
489MINSPECS 489MINSPECS
490Você deseja visitar [_URL] para maiores informações? 490Você deseja visitar [_URL] para maiores informações?
@@ -495,14 +495,14 @@ Você deseja visitar [_URL] para maiores informações?
495 </notification> 495 </notification>
496 <notification name="UnknownGPU"> 496 <notification name="UnknownGPU">
497 Seu sistema possui uma placa gráfica que nos é desconhecido neste momento. 497 Seu sistema possui uma placa gráfica que nos é desconhecido neste momento.
498Este é normalmente o caso de um novo hardware que nós não tivemos a chance de testar. Second Life vai muito provavelmente executar corretamente, mas talvez seja necessário ajustar suas configurações de gráficos para algo mais apropriado. 498Este é normalmente o caso de um novo hardware que nós não tivemos a chance de testar. [VIEWER_NAME] vai muito provavelmente executar corretamente, mas talvez seja necessário ajustar suas configurações de gráficos para algo mais apropriado.
499(Menu Editar &gt; Preferências &gt; Gráficos). 499(Menu Editar &gt; Preferências &gt; Gráficos).
500 <form name="form"> 500 <form name="form">
501 <ignore name="ignore" text="Ao detectar uma placa de vídeo desconhecida"/> 501 <ignore name="ignore" text="Ao detectar uma placa de vídeo desconhecida"/>
502 </form> 502 </form>
503 </notification> 503 </notification>
504 <notification name="DisplaySettingsNoShaders"> 504 <notification name="DisplaySettingsNoShaders">
505 [SECOND_LIFE] travou quando inicializava os drivers gráficos. 505 [VIEWER_NAME] travou quando inicializava os drivers gráficos.
506A Qualidade Gráfica será ajustada para baixa, para evitar alguns erros comuns de drivers. 506A Qualidade Gráfica será ajustada para baixa, para evitar alguns erros comuns de drivers.
507Isto irá desabilitar alguns atributos gráficos. 507Isto irá desabilitar alguns atributos gráficos.
508Nós recomendamos a atualização dos drivers de sua placa gráfica. 508Nós recomendamos a atualização dos drivers de sua placa gráfica.
@@ -782,7 +782,7 @@ Nenhum lote selecionado.
782Não é possível achar a região em que este terreno se encontra. 782Não é possível achar a região em que este terreno se encontra.
783 </notification> 783 </notification>
784 <notification name="CannotCloseFloaterBuyLand"> 784 <notification name="CannotCloseFloaterBuyLand">
785 Você não pode fechar a janela de Compra de Terreno até que o Second Life calcule o preço desta transação. 785 Você não pode fechar a janela de Compra de Terreno até que o [GRID_NAME] calcule o preço desta transação.
786 </notification> 786 </notification>
787 <notification name="CannotDeedLandNothingSelected"> 787 <notification name="CannotDeedLandNothingSelected">
788 Não é possível transferir posse do terreno: 788 Não é possível transferir posse do terreno:
@@ -951,9 +951,9 @@ Isso é geralmente uma falha temporária. Por favor personalize e salve novament
951Se o problema persistir, por favor clicar sobre &apos;Ferramentas &gt; Bug Report&apos; no menu superior e forneça detalhes sobre a configuração de sua rede. 951Se o problema persistir, por favor clicar sobre &apos;Ferramentas &gt; Bug Report&apos; no menu superior e forneça detalhes sobre a configuração de sua rede.
952 </notification> 952 </notification>
953 <notification name="YouHaveBeenLoggedOut"> 953 <notification name="YouHaveBeenLoggedOut">
954 Você foi deslogado do [SECOND_LIFE]: 954 Você foi deslogado do [GRID_NAME]:
955 [MESSAGE] 955 [MESSAGE]
956Você ainda pode olhar o bate-papo e as mensagens instantâneas existentes, clicando em &apos;Exibir IM &amp; bate-papo&apos;. Caso contrário, clique em &apos;Sair&apos; para sair do [SECOND_LIFE] imediatamente. 956Você ainda pode olhar o bate-papo e as mensagens instantâneas existentes, clicando em &apos;Exibir IM &amp; bate-papo&apos;. Caso contrário, clique em &apos;Sair&apos; para sair do [VIEWER_NAME] imediatamente.
957 <usetemplate name="okcancelbuttons" notext="Sair" yestext="Exibir IM &amp; bate-papo"/> 957 <usetemplate name="okcancelbuttons" notext="Sair" yestext="Exibir IM &amp; bate-papo"/>
958 </notification> 958 </notification>
959 <notification name="OnlyOfficerCanBuyLand"> 959 <notification name="OnlyOfficerCanBuyLand">
@@ -1112,20 +1112,20 @@ Você foi movido para uma região vizinha.
1112 </notification> 1112 </notification>
1113 <notification name="ClothingLoading"> 1113 <notification name="ClothingLoading">
1114 Sua vestimenta ainda está baixando. 1114 Sua vestimenta ainda está baixando.
1115Você pode usar o [SECOND_LIFE] normalmente e os outros o visualizarão corretamente. 1115Você pode usar o [GRID_NAME] normalmente e os outros o visualizarão corretamente.
1116 <form name="form"> 1116 <form name="form">
1117 <ignore name="ignore" text="Quando o vestuário está levando muito tempo para fazer download"/> 1117 <ignore name="ignore" text="Quando o vestuário está levando muito tempo para fazer download"/>
1118 </form> 1118 </form>
1119 </notification> 1119 </notification>
1120 <notification name="FirstRun"> 1120 <notification name="FirstRun">
1121 A instalação do [SECOND_LIFE] está completa. 1121 A instalação do [VIEWER_NAME] está completa.
1122 1122
1123Se esta é a primeira vez usando o[SECOND_LIFE], será necessário que você crie uma conta antes de poder se logar. 1123Se esta é a primeira vez usando o[GRID_NAME], será necessário que você crie uma conta antes de poder se logar.
1124Retornar a www.secondlife.com para criar uma nova conta? 1124Retornar a [GRID_SITE] para criar uma nova conta?
1125 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Nova conta.."/> 1125 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Nova conta.."/>
1126 </notification> 1126 </notification>
1127 <notification name="LoginPacketNeverReceived"> 1127 <notification name="LoginPacketNeverReceived">
1128 Estamos com problemas de conexão. Pode ser problema com a conexão de sua internet ou com os servidores do Second Life. 1128 Estamos com problemas de conexão. Pode ser problema com a conexão de sua internet ou com os servidores do [GRID_NAME].
1129 1129
1130Voce tanto pode checar a conexão de sua internet e tentar novamente em alguns minutos, ou clicar em Teletransporte para tentar teletransportar-se para sua casa. 1130Voce tanto pode checar a conexão de sua internet e tentar novamente em alguns minutos, ou clicar em Teletransporte para tentar teletransportar-se para sua casa.
1131 <form name="form"> 1131 <form name="form">
@@ -1138,7 +1138,7 @@ Voce tanto pode checar a conexão de sua internet e tentar novamente em alguns m
1138 Seu personagem irá aparecer num momento. 1138 Seu personagem irá aparecer num momento.
1139 1139
1140Use as teclas de seta para andar. 1140Use as teclas de seta para andar.
1141Pressione a tecla F1 para ajuda ou aprender mais sobre [SECOND_LIFE]. 1141Pressione a tecla F1 para ajuda ou aprender mais sobre [GRID_NAME].
1142Por favor, escolha se o seu avatar é feminino ou masculino. Você pode mudar de idéia depois. 1142Por favor, escolha se o seu avatar é feminino ou masculino. Você pode mudar de idéia depois.
1143 <usetemplate name="okcancelbuttons" notext="Feminino" yestext="Masculino"/> 1143 <usetemplate name="okcancelbuttons" notext="Feminino" yestext="Masculino"/>
1144 </notification> 1144 </notification>
@@ -1226,33 +1226,33 @@ Por favor, ponha o objeto à venda e tente novamente.
1226[DOWNLOAD_PATH] 1226[DOWNLOAD_PATH]
1227 </notification> 1227 </notification>
1228 <notification name="DownloadWindowsMandatory"> 1228 <notification name="DownloadWindowsMandatory">
1229 Uma nova versão do [SECOND_LIFE] está disponível. 1229 Uma nova versão do [VIEWER_NAME] está disponível.
1230[MESSAGE] 1230[MESSAGE]
1231Você deve baixar essa atualização para utilizar o [SECOND_LIFE]. 1231Você deve baixar essa atualização para utilizar o [GRID_NAME].
1232 <usetemplate name="okcancelbuttons" notext="Sair" yestext="Atualizar"/> 1232 <usetemplate name="okcancelbuttons" notext="Sair" yestext="Atualizar"/>
1233 </notification> 1233 </notification>
1234 <notification name="DownloadWindows"> 1234 <notification name="DownloadWindows">
1235 Uma versão atualizada do [SECOND_LIFE] está disponível. 1235 Uma versão atualizada do [VIEWER_NAME] está disponível.
1236[MESSAGE] 1236[MESSAGE]
1237Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade. 1237Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade.
1238 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Atualizar"/> 1238 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Atualizar"/>
1239 </notification> 1239 </notification>
1240 <notification name="DownloadWindowsReleaseForDownload"> 1240 <notification name="DownloadWindowsReleaseForDownload">
1241 Uma versão atualizada do [SECOND_LIFE] está disponível. 1241 Uma versão atualizada do [VIEWER_NAME] está disponível.
1242[MESSAGE] 1242[MESSAGE]
1243Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade. 1243Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade.
1244 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Atualizar"/> 1244 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Atualizar"/>
1245 </notification> 1245 </notification>
1246 <notification name="DownloadMacMandatory"> 1246 <notification name="DownloadMacMandatory">
1247 Uma nova versão do [SECOND_LIFE] está disponível. 1247 Uma nova versão do [VIEWER_NAME] está disponível.
1248[MESSAGE] 1248[MESSAGE]
1249Você deve baixar esta atualização para utilizar o [SECOND_LIFE]. 1249Você deve baixar esta atualização para utilizar o [GRID_NAME].
1250 1250
1251Baixar para sua pasta de Aplicativos? 1251Baixar para sua pasta de Aplicativos?
1252 <usetemplate name="okcancelbuttons" notext="Sair" yestext="Atualizar"/> 1252 <usetemplate name="okcancelbuttons" notext="Sair" yestext="Atualizar"/>
1253 </notification> 1253 </notification>
1254 <notification name="DownloadMac"> 1254 <notification name="DownloadMac">
1255 Uma nova versão do [SECOND_LIFE] está disponível. 1255 Uma nova versão do [VIEWER_NAME] está disponível.
1256[MESSAGE] 1256[MESSAGE]
1257Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade. 1257Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade.
1258 1258
@@ -1260,7 +1260,7 @@ Baixar para a sua pasta de Aplicativos?
1260 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Atualizar"/> 1260 <usetemplate name="okcancelbuttons" notext="Continuar" yestext="Atualizar"/>
1261 </notification> 1261 </notification>
1262 <notification name="DownloadMacReleaseForDownload"> 1262 <notification name="DownloadMacReleaseForDownload">
1263 Uma nova versão do [SECOND_LIFE] está disponível. 1263 Uma nova versão do [VIEWER_NAME] está disponível.
1264 1264
1265[MESSAGE] 1265[MESSAGE]
1266Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade. 1266Essa atualização não é mandatória, mas sugerimos que você a instale para melhorar a performance e a estabilidade.
@@ -1278,7 +1278,7 @@ Baixar para sua pasta de Aplicativos?
1278 <usetemplate ignoretext="Ao abrir o navegador web do seu sistema para visualizar uma página Web" name="okcancelignore" notext="Cancelar" yestext="OK"/> 1278 <usetemplate ignoretext="Ao abrir o navegador web do seu sistema para visualizar uma página Web" name="okcancelignore" notext="Cancelar" yestext="OK"/>
1279 </notification> 1279 </notification>
1280 <notification name="WebLaunchJoinNow"> 1280 <notification name="WebLaunchJoinNow">
1281 Ir ao www.secondlife.com para gerenciar sua conta? 1281 Ir ao [GRID_SITE] para gerenciar sua conta?
1282 <usetemplate ignoretext="Ao abrir o navegador web para gerenciar sua conta" name="okcancelignore" notext="Cancelar" yestext="OK"/> 1282 <usetemplate ignoretext="Ao abrir o navegador web para gerenciar sua conta" name="okcancelignore" notext="Cancelar" yestext="OK"/>
1283 </notification> 1283 </notification>
1284 <notification name="WebLaunchBugReport101"> 1284 <notification name="WebLaunchBugReport101">
@@ -1859,7 +1859,7 @@ Definí-lo em branco fará com que os relatórios de abuso sejam enviados apenas
1859Padrão: desligado 1859Padrão: desligado
1860 </notification> 1860 </notification>
1861 <notification label="Discordância de Versão de Voz" name="VoiceVersionMismatch"> 1861 <notification label="Discordância de Versão de Voz" name="VoiceVersionMismatch">
1862 Esta versão do Second Life não é compatível com as características do Canal de Voz desta região. Para que a Conversa por Voz funcione corretamente, você precisará atualizar o Second Life. 1862 Esta versão do [VIEWER_NAME] não é compatível com as características do Canal de Voz desta região. Para que a Conversa por Voz funcione corretamente, você precisará atualizar o [VIEWER_NAME].
1863 </notification> 1863 </notification>
1864 <notification label="Corretor da Propriedade" name="HelpEstateCovenant"> 1864 <notification label="Corretor da Propriedade" name="HelpEstateCovenant">
1865 Definir um corretor da propriedade lhe permite vender lotes nesta propriedade. Se um corretor não for definido, você não pode vender terras. O cartão do seu corretor pode ficar vazio se você não desejar aplicar quaisquer regras ou avisar os compradores sobre qualquer coisa em relação ao lote antes da compra. 1865 Definir um corretor da propriedade lhe permite vender lotes nesta propriedade. Se um corretor não for definido, você não pode vender terras. O cartão do seu corretor pode ficar vazio se você não desejar aplicar quaisquer regras ou avisar os compradores sobre qualquer coisa em relação ao lote antes da compra.
@@ -1973,16 +1973,16 @@ Mover para o inventário o(s) item(s)?
1973 Não há itens neste objeto que você está autorizado a copiar. 1973 Não há itens neste objeto que você está autorizado a copiar.
1974 </notification> 1974 </notification>
1975 <notification name="WebLaunchAccountHistory"> 1975 <notification name="WebLaunchAccountHistory">
1976 Ir para o site do Second Life para visualizar o histórico de sua conta? 1976 Ir para o site do [SECOND_LIFE] para visualizar o histórico de sua conta?
1977 <usetemplate ignoretext="Ao abrir a página web de histórico de conta" name="okcancelignore" notext="Cancelar" yestext="Ir para a página"/> 1977 <usetemplate ignoretext="Ao abrir a página web de histórico de conta" name="okcancelignore" notext="Cancelar" yestext="Ir para a página"/>
1978 </notification> 1978 </notification>
1979 <notification name="ClickOpenF1Help"> 1979 <notification name="ClickOpenF1Help">
1980 Visitar o website de Suporte do Second Life? 1980 Visitar o website de Suporte do [SECOND_LIFE]?
1981 <usetemplate ignoretext="Quando visitando o website de Suporte do Second Life" name="okcancelignore" notext="Cancelar" yestext="Ir"/> 1981 <usetemplate ignoretext="Quando visitando o website de Suporte do [SECOND_LIFE]" name="okcancelignore" notext="Cancelar" yestext="Ir"/>
1982 </notification> 1982 </notification>
1983 <notification name="ConfirmQuit"> 1983 <notification name="ConfirmQuit">
1984 Tem certeza que deseja sair? 1984 Tem certeza que deseja sair?
1985 <usetemplate ignoretext="Quando Saindo do Second Life." name="okcancelignore" notext="Continuar" yestext="Sair"/> 1985 <usetemplate ignoretext="Quando Saindo do [VIEWER_NAME]." name="okcancelignore" notext="Continuar" yestext="Sair"/>
1986 </notification> 1986 </notification>
1987 <notification name="HelpReportAbuseEmailLL"> 1987 <notification name="HelpReportAbuseEmailLL">
1988 Use esta ferramenta para reportar violações aos Termos de Serviço e aos Padrões da Comunidade. Veja: 1988 Use esta ferramenta para reportar violações aos Termos de Serviço e aos Padrões da Comunidade. Veja:
@@ -2002,8 +2002,8 @@ Como um serviço aos residentes e visitantes, o dono da região em que você se
2002O dono da região resolverá as reportagens baseado nas regras locais desta região, como definido na Declaração da propriedade. 2002O dono da região resolverá as reportagens baseado nas regras locais desta região, como definido na Declaração da propriedade.
2003(Veja as declarações indo ao menu Mundo e selecionando Sobre a Terra.) 2003(Veja as declarações indo ao menu Mundo e selecionando Sobre a Terra.)
2004 2004
2005A resolução desta reportagem se aplica apenas a esta região; o acesso de Residentes às outras áreas do Second Life não será afetado pelas decisões desta reportagem. 2005A resolução desta reportagem se aplica apenas a esta região; o acesso de Residentes às outras áreas do [GRID_NAME] não será afetado pelas decisões desta reportagem.
2006Apenas a Linden Lab pode restringir acesso a todo o Second Life. 2006<!-- Apenas a Linden Lab pode restringir acesso a todo o [GRID_NAME]. -->
2007 </notification> 2007 </notification>
2008 <notification name="HelpReportBug"> 2008 <notification name="HelpReportBug">
2009 Use esta ferramenta para reportar *apenas* características técnicas que não atuem como descrito ou esperado. 2009 Use esta ferramenta para reportar *apenas* características técnicas que não atuem como descrito ou esperado.
@@ -2056,9 +2056,9 @@ Fazer uma descrição precisa nos ajuda a arquivar e processar os relatórios de
2056 2056
2057Você parece estar relatando violação de propriedade intelectual. Por favor, certifique-se de que está relatando corretamente: 2057Você parece estar relatando violação de propriedade intelectual. Por favor, certifique-se de que está relatando corretamente:
2058 2058
2059(1) O Processo de abuso. Você pode apresentar um relatório de abuso se você acredita que um Residente está infringindo o sistema de permissões do Second Life, por exemplo, utilizando ferramentas CopyBot para copiar ou similar, para violar os direitos de propriedade intelectual. A Equipe de Abuso investiga e divulga a ação disciplinar adequada para o comportamento que viola o Estatuto da Comunidade do Second Life ou os Termos de Serviço. No entanto, a mesma não controla e não irá responder aos pedidos para remover o conteúdo do mundo Second Life. 2059(1) O Processo de abuso. Você pode apresentar um relatório de abuso se você acredita que um Residente está infringindo o sistema de permissões do [SECOND_LIFE], por exemplo, utilizando ferramentas CopyBot para copiar ou similar, para violar os direitos de propriedade intelectual. A Equipe de Abuso investiga e divulga a ação disciplinar adequada para o comportamento que viola o Estatuto da Comunidade do [SECOND_LIFE] ou os Termos de Serviço. No entanto, a mesma não controla e não irá responder aos pedidos para remover o conteúdo do mundo [SECOND_LIFE].
2060 2060
2061(2) O processo de remoção de conteúdo ou DMCA. Para solicitar a remoção de conteúdo do Second Life, você deve enviar uma notificação válida de infração, conforme previsto em nossa Política de DMCA em http://secondlife.com/corporate/dmca.php. 2061(2) O processo de remoção de conteúdo ou DMCA. Para solicitar a remoção de conteúdo do [SECOND_LIFE], você deve enviar uma notificação válida de infração, conforme previsto em nossa Política de DMCA em http://secondlife.com/corporate/dmca.php.
2062 2062
2063Se você ainda deseja prosseguir com o processo de abuso, por favor, feche esta janela e termine de enviar seu relatório. Pode ser necessário selecionar a categoria específica &apos;CopyBot Infração de Permissões&apos;. 2063Se você ainda deseja prosseguir com o processo de abuso, por favor, feche esta janela e termine de enviar seu relatório. Pode ser necessário selecionar a categoria específica &apos;CopyBot Infração de Permissões&apos;.
2064 2064
@@ -2180,7 +2180,7 @@ Clique &quot;Céu Avançado &quot; para abrir um editor com configurações mais
2180Clique &quot;Água Avançada &quot; para abrir um editor com configurações mais avançadas para a água. 2180Clique &quot;Água Avançada &quot; para abrir um editor com configurações mais avançadas para a água.
2181 </notification> 2181 </notification>
2182 <notification name="HelpDayCycle"> 2182 <notification name="HelpDayCycle">
2183 O editor de Ciclo do Dia dá a você o controle do céu durante um ciclo de dia/noite do Second Life. Este é o ciclo usado pelo controle gradual da hora do dia do editor de ambiente básico. 2183 O editor de Ciclo do Dia dá a você o controle do céu durante um ciclo de dia/noite do [GRID_NAME]. Este é o ciclo usado pelo controle gradual da hora do dia do editor de ambiente básico.
2184 2184
2185O editor do ciclo de dia trabalha configurando quadros-chave. Estes são pontos (representados pelos ícones cinza no gráfico de horário) que possuem um pré-ajuste de céu associado a eles. Conforme o dia passa, o céu do Windlight &quot; anima &quot; a interpolação entre esses quadros-chave. 2185O editor do ciclo de dia trabalha configurando quadros-chave. Estes são pontos (representados pelos ícones cinza no gráfico de horário) que possuem um pré-ajuste de céu associado a eles. Conforme o dia passa, o céu do Windlight &quot; anima &quot; a interpolação entre esses quadros-chave.
2186 2186
@@ -2258,7 +2258,7 @@ Similar ao azimute.
2258 Controla a velocidade que as núvens se movem na direção Y. 2258 Controla a velocidade que as núvens se movem na direção Y.
2259 </notification> 2259 </notification>
2260 <notification name="HelpClassicClouds"> 2260 <notification name="HelpClassicClouds">
2261 Marque esta check box para permitir a reprodução das nuvens clássicas mais velhas do Second Life, além das nuvens WindLight. 2261 Marque esta check box para permitir a reprodução das nuvens clássicas mais velhas do [SECOND_LIFE], além das nuvens WindLight.
2262 </notification> 2262 </notification>
2263 <notification name="HelpWaterFogColor"> 2263 <notification name="HelpWaterFogColor">
2264 Escolhe a cor da neblina subaquática. 2264 Escolhe a cor da neblina subaquática.
@@ -2356,7 +2356,7 @@ Similar ao azimute.
2356 </notification> 2356 </notification>
2357 <notification name="NotAgeVerified"> 2357 <notification name="NotAgeVerified">
2358 Você precisa ter a idade verificada para acessar este lote. 2358 Você precisa ter a idade verificada para acessar este lote.
2359Gostaria de visitar o site do Second Life para verificação de idade? 2359Gostaria de visitar o site do [SECOND_LIFE] para verificação de idade?
2360 2360
2361[_URL] 2361[_URL]
2362 <url name="url" option="0"> 2362 <url name="url" option="0">
@@ -2366,7 +2366,7 @@ Gostaria de visitar o site do Second Life para verificação de idade?
2366 </notification> 2366 </notification>
2367 <notification name="Cannot enter parcel: no payment info on file"> 2367 <notification name="Cannot enter parcel: no payment info on file">
2368 Este lote exige que você tenha informações de pagamento no arquivo antes de poder acessá-lo. 2368 Este lote exige que você tenha informações de pagamento no arquivo antes de poder acessá-lo.
2369Gostaria de visitar o site do Second Life para configurá-lo? 2369Gostaria de visitar o site do [SECOND_LIFE] para configurá-lo?
2370 2370
2371[_URL] 2371[_URL]
2372 <url name="url" option="0"> 2372 <url name="url" option="0">
@@ -2677,13 +2677,13 @@ Por favor, tente novamente em alguns instantes.
2677 Impossível criar a conexão pendente. 2677 Impossível criar a conexão pendente.
2678 </notification> 2678 </notification>
2679 <notification name="InternalUsherError"> 2679 <notification name="InternalUsherError">
2680 Um erro interno ocorreu enquanto se tentava direcioná-lo para seu destino de Tele-transporte. O Second Life pode estar passando por problemas no serviço, neste momento. 2680 Um erro interno ocorreu enquanto se tentava direcioná-lo para seu destino de Tele-transporte. O [GRID_NAME] pode estar passando por problemas no serviço, neste momento.
2681 </notification> 2681 </notification>
2682 <notification name="NoGoodTPDestination"> 2682 <notification name="NoGoodTPDestination">
2683 Impossível encontrar um bom destino para tele-transporte nesta região. 2683 Impossível encontrar um bom destino para tele-transporte nesta região.
2684 </notification> 2684 </notification>
2685 <notification name="InternalErrorRegionResolver"> 2685 <notification name="InternalErrorRegionResolver">
2686 Um erro interno ocorreu enquanto tentava-se definir as coordenadas globais da sua solicitação de tele-transporte. O Second Life pode estar passando por problemas no serviço, no momento. 2686 Um erro interno ocorreu enquanto tentava-se definir as coordenadas globais da sua solicitação de tele-transporte. O [GRID_NAME] pode estar passando por problemas no serviço, no momento.
2687 </notification> 2687 </notification>
2688 <notification name="NoValidLanding"> 2688 <notification name="NoValidLanding">
2689 Não se achou um ponto de aterrissagem válido. 2689 Não se achou um ponto de aterrissagem válido.
@@ -2804,7 +2804,7 @@ Do objeto: [OBJECTNAME], dono: [NAME]?
2804 Falhou ao procurar [TYPE] nomeado [DESC] no banco de dados. 2804 Falhou ao procurar [TYPE] nomeado [DESC] no banco de dados.
2805 </notification> 2805 </notification>
2806 <notification name="InvalidWearable"> 2806 <notification name="InvalidWearable">
2807 O item que você está tentando vestir usa uma característica que seu Visualizador não lê. Por favor, atualize sua versão do Second Life para vestir este item. 2807 O item que você está tentando vestir usa uma característica que seu Visualizador não lê. Por favor, atualize sua versão do [VIEWER_NAME] para vestir este item.
2808 </notification> 2808 </notification>
2809 <notification name="ScriptQuestion"> 2809 <notification name="ScriptQuestion">
2810 &apos;[OBJECTNAME]&apos;, um objeto pertencente a &apos;[NAME]&apos;, gostaria de: 2810 &apos;[OBJECTNAME]&apos;, um objeto pertencente a &apos;[NAME]&apos;, gostaria de:
@@ -2864,7 +2864,7 @@ Dê um duplo clique para teletransportar-se.
2864Use os controles à direita para achar coisas e mostrar fundos diferentes. 2864Use os controles à direita para achar coisas e mostrar fundos diferentes.
2865 </notification> 2865 </notification>
2866 <notification name="FirstBuild"> 2866 <notification name="FirstBuild">
2867 Você pode construir novos objetos em algumas áreas do [SECOND_LIFE]. 2867 Você pode construir novos objetos em algumas áreas do [GRID_NAME].
2868Use as ferramentas acima, à esquerda para construir e tente manter apertadas as teclas Ctrl ou Alt para mudar rapidamente as ferramentas. 2868Use as ferramentas acima, à esquerda para construir e tente manter apertadas as teclas Ctrl ou Alt para mudar rapidamente as ferramentas.
2869Aperte ESC para parar de construir. 2869Aperte ESC para parar de construir.
2870 </notification> 2870 </notification>
@@ -2909,7 +2909,7 @@ Objetos flexíveis não podem ser físicos e devem ser fantasmas até que a caix
2909 </notification> 2909 </notification>
2910 <notification name="FirstDebugMenus"> 2910 <notification name="FirstDebugMenus">
2911 Você ativou o menu Avançado. 2911 Você ativou o menu Avançado.
2912Este menu contém funcionalidades úteis para desenvolvedores debugarem o Second Life. 2912Este menu contém funcionalidades úteis para desenvolvedores debugarem o [VIEWER_NAME].
2913Para mostrar esse menu no Windows pressione Ctrl-Alt-D. No Mac pressione Cmd-Opt-Shift-D. 2913Para mostrar esse menu no Windows pressione Ctrl-Alt-D. No Mac pressione Cmd-Opt-Shift-D.
2914 </notification> 2914 </notification>
2915 <notification name="FirstSculptedPrim"> 2915 <notification name="FirstSculptedPrim">
@@ -3017,7 +3017,7 @@ Clique Aceitar para juntar-se à chamada ou Recusar para recusar o convite. Cliq
3017 - A velocidade da sua CPU não suporta os requisitos mínimos exigidos. 3017 - A velocidade da sua CPU não suporta os requisitos mínimos exigidos.
3018 </global> 3018 </global>
3019 <global name="UnsupportedGLRequirements"> 3019 <global name="UnsupportedGLRequirements">
3020 Você não parece ter os requisitos de hardware recomendados para rodar o Second Life. O Second Life exige uma placa gráfica OpenGL que tem apoio a multi- texturas. Se este for o caso, você pode se certificar de que tem os drivers mais recentes para sua placa gráfica, e os patches e pacotes de serviços para seu sistema operacional. 3020 Você não parece ter os requisitos de hardware recomendados para rodar o [VIEWER_NAME]. O [VIEWER_NAME] exige uma placa gráfica OpenGL que tem apoio a multi- texturas. Se este for o caso, você pode se certificar de que tem os drivers mais recentes para sua placa gráfica, e os patches e pacotes de serviços para seu sistema operacional.
3021 3021
3022Se continuar com problemas, por favor visite: http://www.secondlife.com/support 3022Se continuar com problemas, por favor visite: http://www.secondlife.com/support
3023 </global> 3023 </global>
diff --git a/linden/indra/newview/skins/default/xui/ru/notifications.xml b/linden/indra/newview/skins/default/xui/ru/notifications.xml
index 8ef7a54..0d36371 100644
--- a/linden/indra/newview/skins/default/xui/ru/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/ru/notifications.xml
@@ -72,7 +72,7 @@
72 </template> 72 </template>
73 73
74 <notification functor="GenericAcknowledge" label="Неизвестное предупреждение" name="MissingAlert"> 74 <notification functor="GenericAcknowledge" label="Неизвестное предупреждение" name="MissingAlert">
75 Ваша версия Second Life не знает как отобразить предупреждение, которое она получила. 75 Ваша версия [VIEWER_NAME] не знает как отобразить предупреждение, которое она получила.
76 76
77Подробности: Предупреждение &apos;[_NAME]&apos; не найдено в файле notifications.xml. 77Подробности: Предупреждение &apos;[_NAME]&apos; не найдено в файле notifications.xml.
78 <usetemplate name="okbutton" yestext="OK"/> 78 <usetemplate name="okbutton" yestext="OK"/>
@@ -95,7 +95,7 @@
95 <usetemplate name="okcancelbuttons" notext="Отмена" yestext="Да"/> 95 <usetemplate name="okcancelbuttons" notext="Отмена" yestext="Да"/>
96 </notification> 96 </notification>
97 <notification name="BadInstallation"> 97 <notification name="BadInstallation">
98 Во время обновления Second Life произошла ошибка. Пожалуйста, скачайте последнюю версию с сайта secondlife.com. 98 Во время обновления [VIEWER_NAME] произошла ошибка. Пожалуйста, скачайте последнюю версию с сайта [VIEWER_SITE].
99 <usetemplate 99 <usetemplate
100 name="okbutton" 100 name="okbutton"
101 yestext="OK"/> 101 yestext="OK"/>
@@ -366,7 +366,7 @@
366 Ошибка загрузки снимка отчета по причине: [REASON] 366 Ошибка загрузки снимка отчета по причине: [REASON]
367 </notification> 367 </notification>
368 <notification name="MustAgreeToLogIn"> 368 <notification name="MustAgreeToLogIn">
369 Вы должны согласиться с Условиями обслуживания (TOS), чтобы войти в [SECOND_LIFE]. 369 Вы должны согласиться с Условиями обслуживания (TOS), чтобы войти в [GRID_NAME].
370 </notification> 370 </notification>
371 <notification name="CouldNotPutOnOutfit"> 371 <notification name="CouldNotPutOnOutfit">
372 Невозможно надеть комплект. 372 Невозможно надеть комплект.
@@ -382,7 +382,7 @@
382 Ой! Вы что-то не заполнили. 382 Ой! Вы что-то не заполнили.
383Вам необходимо ввести Имя и Фамилию Вашего аватара. 383Вам необходимо ввести Имя и Фамилию Вашего аватара.
384 384
385Вам потребуется учетная запись, чтобы войти в [SECOND_LIFE]. Вы желаете создать учетную запись сейчас? 385Вам потребуется учетная запись, чтобы войти в [GRID_NAME]. Вы желаете создать учетную запись сейчас?
386 <usetemplate name="okcancelbuttons" notext="Попробовать снова" yestext="Создать новую учетную запись"/> 386 <usetemplate name="okcancelbuttons" notext="Попробовать снова" yestext="Создать новую учетную запись"/>
387 </notification> 387 </notification>
388 <notification name="AddClassified"> 388 <notification name="AddClassified">
@@ -424,17 +424,17 @@
424 <usetemplate name="okcancelbuttons" notext="Отмена" yestext="OK"/> 424 <usetemplate name="okcancelbuttons" notext="Отмена" yestext="OK"/>
425 </notification> 425 </notification>
426 <notification name="CacheWillClear"> 426 <notification name="CacheWillClear">
427 Кэш будет очищен после перезапуска [SECOND_LIFE]. 427 Кэш будет очищен после перезапуска [VIEWER_NAME].
428 </notification> 428 </notification>
429 <notification name="CacheWillBeMoved"> 429 <notification name="CacheWillBeMoved">
430 Кэш будет перемещен после перезапуска [SECOND_LIFE]. 430 Кэш будет перемещен после перезапуска [VIEWER_NAME].
431Примечание: Это очистит кэш. 431Примечание: Это очистит кэш.
432 </notification> 432 </notification>
433 <notification name="ChangeConnectionPort"> 433 <notification name="ChangeConnectionPort">
434 Установки порта будут приняты после перезапуска [SECOND_LIFE]. 434 Установки порта будут приняты после перезапуска [VIEWER_NAME].
435 </notification> 435 </notification>
436 <notification name="ChangeSkin"> 436 <notification name="ChangeSkin">
437 Новый скин появится после перезапуска [SECOND_LIFE]. 437 Новый скин появится после перезапуска [VIEWER_NAME].
438 </notification> 438 </notification>
439 <notification name="GoToAuctionPage"> 439 <notification name="GoToAuctionPage">
440 Перейти на вебстраницу [SECOND_LIFE] для просмотра деталей аукциона или сделать ставку? 440 Перейти на вебстраницу [SECOND_LIFE] для просмотра деталей аукциона или сделать ставку?
@@ -493,20 +493,20 @@
493 Невозможно записать файл [[FILE]] 493 Невозможно записать файл [[FILE]]
494 </notification> 494 </notification>
495 <notification name="UnsupportedHardware"> 495 <notification name="UnsupportedHardware">
496 Предупреждение: Ваша система не отвечает минимальным системным требованиям. Если Вы продолжите использование Second Life, Вы можете столкнутся с плохим быстройдействием. Вы можете продолжить, но будет сильно тормозить. К сожалению, мы также не сможем предоставить техническую поддержку для такой системной конфигурации 496 Предупреждение: Ваша система не отвечает минимальным системным требованиям. Если Вы продолжите использование [VIEWER_NAME], Вы можете столкнутся с плохим быстройдействием. Вы можете продолжить, но будет сильно тормозить. К сожалению, мы также не сможем предоставить техническую поддержку для такой системной конфигурации
497 497
498MINSPECS 498MINSPECS
499Хотите посетить [_URL] для подробной информации? 499Хотите посетить [_URL] для подробной информации?
500 <usetemplate ignoretext="Игнорировать неподдерживаемое оборудование" name="okcancelignore" notext="Нет" yestext="Да"/> 500 <usetemplate ignoretext="Игнорировать неподдерживаемое оборудование" name="okcancelignore" notext="Нет" yestext="Да"/>
501 </notification> 501 </notification>
502 <notification name="UnknownGPU"> 502 <notification name="UnknownGPU">
503 Ваша система содержит графическую карту, которая неизвестна нам на этот момент. Это случается с новым оборудованием, которое мы еще не успели протестировать. Скорее всего Second Life будет работать нормально, но возможно Вам придется произвести соответствующую настройку. (Правка - Настройки - Графика). 503 Ваша система содержит графическую карту, которая неизвестна нам на этот момент. Это случается с новым оборудованием, которое мы еще не успели протестировать. Скорее всего [VIEWER_NAME] будет работать нормально, но возможно Вам придется произвести соответствующую настройку. (Правка - Настройки - Графика).
504 <form name="form"> 504 <form name="form">
505 <ignore name="ignore" text="Игнорировать неизвестную графическую карту"/> 505 <ignore name="ignore" text="Игнорировать неизвестную графическую карту"/>
506 </form> 506 </form>
507 </notification> 507 </notification>
508 <notification name="DisplaySettingsNoShaders"> 508 <notification name="DisplaySettingsNoShaders">
509 [SECOND_LIFE] потерпел крах при инициализации графической подсистемы. 509 [VIEWER_NAME] потерпел крах при инициализации графической подсистемы.
510Шейдеры отключены из-за несовместимости с драйвером видеокарты. 510Шейдеры отключены из-за несовместимости с драйвером видеокарты.
511Это исключает некоторые графические возможности. 511Это исключает некоторые графические возможности.
512Рекомендуется обновить драйвер видеокарты. 512Рекомендуется обновить драйвер видеокарты.
@@ -711,16 +711,16 @@ MINSPECS
711 </notification> 711 </notification>
712 712
713 <notification name="invalid_tport"> 713 <notification name="invalid_tport">
714При попытке телепортирования возникла проблема. Возможно Вам придется перезайти в Second Life перед тем, как Вы сможете телепортироваться. Если Вы продолжаете получать это сообщение, обратитесь в FAQ техподдержки Second Life по адресу: 714При попытке телепортирования возникла проблема. Возможно Вам придется перезайти в [SECOND_LIFE] перед тем, как Вы сможете телепортироваться. Если Вы продолжаете получать это сообщение, обратитесь в FAQ техподдержки [SECOND_LIFE] по адресу:
715www.secondlife.com/support 715www.secondlife.com/support
716 </notification> 716 </notification>
717 <notification name="invalid_region_handoff"> 717 <notification name="invalid_region_handoff">
718При попытке пересечения границы региона возникла проблема. Возможно Вам придется перезайти в Second Life перед тем, как Вы сможете перейти границу. Если Вы продолжаете получать это сообщение, обратитесь в FAQ техподдержки Second Life по адресу: 718При попытке пересечения границы региона возникла проблема. Возможно Вам придется перезайти в [SECOND_LIFE] перед тем, как Вы сможете перейти границу. Если Вы продолжаете получать это сообщение, обратитесь в FAQ техподдержки [SECOND_LIFE] по адресу:
719www.secondlife.com/support 719www.secondlife.com/support
720 </notification> 720 </notification>
721 <notification name="blocked_tport"> 721 <notification name="blocked_tport">
722Извините, Телепорт сейчас заблокирован. Попробуйте еще раз через какое-то время. 722Извините, Телепорт сейчас заблокирован. Попробуйте еще раз через какое-то время.
723Если Вы до сих пор не можете телепортироваться, выйдите из Second Life, и войдите снова для решения этой проблемы. 723Если Вы до сих пор не можете телепортироваться, выйдите из [VIEWER_NAME], и войдите снова для решения этой проблемы.
724 </notification> 724 </notification>
725 <notification name="nolandmark_tport"> 725 <notification name="nolandmark_tport">
726Извините, но система не смогла определить местоназначение закладки. 726Извините, но система не смогла определить местоназначение закладки.
@@ -733,7 +733,7 @@ www.secondlife.com/support
733Извините, но у Вас нет доступа для Телепорта в выбранный регион. 733Извините, но у Вас нет доступа для Телепорта в выбранный регион.
734 </notification> 734 </notification>
735 <notification name="missing_attach_tport"> 735 <notification name="missing_attach_tport">
736Ваши приложения пока еще не прибыли. Подождите их несколько секунд, или выйдите из Second Life, и загрузите вновь перед тем, как попробовать телепортироваться еще раз. 736Ваши приложения пока еще не прибыли. Подождите их несколько секунд, или выйдите из [VIEWER_NAME], и загрузите вновь перед тем, как попробовать телепортироваться еще раз.
737 </notification> 737 </notification>
738 <notification name="too_many_uploads_tport"> 738 <notification name="too_many_uploads_tport">
739Очередь входов в этот регион заполнена, поэтому Вы пока не можете попасть сюда. 739Очередь входов в этот регион заполнена, поэтому Вы пока не можете попасть сюда.
@@ -794,7 +794,7 @@ www.secondlife.com/support
794Не найден регион с этой землей. 794Не найден регион с этой землей.
795 </notification> 795 </notification>
796 <notification name="CannotCloseFloaterBuyLand"> 796 <notification name="CannotCloseFloaterBuyLand">
797 Вы не можете закрыть окно Покупки Земли до тех пор, пока Second Life не расчитает сумму транзакции. 797 Вы не можете закрыть окно Покупки Земли до тех пор, пока [GRID_NAME] не расчитает сумму транзакции.
798 </notification> 798 </notification>
799 <notification name="CannotDeedLandNothingSelected"> 799 <notification name="CannotDeedLandNothingSelected">
800 Невозможно задействовать землю: 800 Невозможно задействовать землю:
@@ -967,9 +967,9 @@ www.secondlife.com/support
967Если проблема осталась, войдите в &apos;Инструменты &gt; Отчет об ошибке&apos; и сообщите детали Ваших сетевых настроек. 967Если проблема осталась, войдите в &apos;Инструменты &gt; Отчет об ошибке&apos; и сообщите детали Ваших сетевых настроек.
968 </notification> 968 </notification>
969 <notification name="YouHaveBeenLoggedOut"> 969 <notification name="YouHaveBeenLoggedOut">
970 Вы отключены от [SECOND_LIFE]: 970 Вы отключены от [GRID_NAME]:
971 [MESSAGE] 971 [MESSAGE]
972Вы все еще можете просмотреть ЛС и чат, нажав &apos;Просмотреть ЛС &amp; Чат&apos;. В другом случае нажмите &apos;Выход&apos;, чтобы покинуть [SECOND_LIFE]. 972Вы все еще можете просмотреть ЛС и чат, нажав &apos;Просмотреть ЛС &amp; Чат&apos;. В другом случае нажмите &apos;Выход&apos;, чтобы покинуть [VIEWER_NAME].
973 <usetemplate name="okcancelbuttons" notext="Выход" yestext="Просмотреть ЛС &amp; Чат"/> 973 <usetemplate name="okcancelbuttons" notext="Выход" yestext="Просмотреть ЛС &amp; Чат"/>
974 </notification> 974 </notification>
975 <notification name="OnlyOfficerCanBuyLand"> 975 <notification name="OnlyOfficerCanBuyLand">
@@ -1137,10 +1137,10 @@ www.secondlife.com/support
1137 </form> 1137 </form>
1138 </notification> 1138 </notification>
1139 <notification name="FirstRun"> 1139 <notification name="FirstRun">
1140 [SECOND_LIFE] установка завершена. 1140 [VIEWER_NAME] установка завершена.
1141 1141
1142Если Вы впервые используете [SECOND_LIFE], перед входом Вам потребуется создать аккаунт. 1142Если Вы впервые используете [GRID_NAME], перед входом Вам потребуется создать аккаунт.
1143Вернуться на www.secondlife.com для создания нового аккаунта? 1143Вернуться на [GRID_SITE] для создания нового аккаунта?
1144 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Новый аккаунт."/> 1144 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Новый аккаунт."/>
1145 </notification> 1145 </notification>
1146 <notification name="LoginPacketNeverReceived"> 1146 <notification name="LoginPacketNeverReceived">
@@ -1157,7 +1157,7 @@ www.secondlife.com/support
1157 Ваш персонаж появится через момент. 1157 Ваш персонаж появится через момент.
1158 1158
1159Используйте стрелки для движения. 1159Используйте стрелки для движения.
1160Используйте F1 всякий раз, когда Вам нужна помощь или при желании узнать больше о [SECOND_LIFE]. 1160Используйте F1 всякий раз, когда Вам нужна помощь или при желании узнать больше о [GRID_NAME].
1161Выберите мужской или женский аватар. Можете потом поменять этот выбор. 1161Выберите мужской или женский аватар. Можете потом поменять этот выбор.
1162 <usetemplate name="okcancelbuttons" notext="Женщина" yestext="Мужчина"/> 1162 <usetemplate name="okcancelbuttons" notext="Женщина" yestext="Мужчина"/>
1163 </notification> 1163 </notification>
@@ -1242,33 +1242,33 @@ www.secondlife.com/support
1242[DOWNLOAD_PATH]. 1242[DOWNLOAD_PATH].
1243 </notification> 1243 </notification>
1244 <notification name="DownloadWindowsMandatory"> 1244 <notification name="DownloadWindowsMandatory">
1245 Доступна новая версия [SECOND_LIFE]. 1245 Доступна новая версия [VIEWER_NAME].
1246[MESSAGE] 1246[MESSAGE]
1247Вам необходимо скачать обновление [SECOND_LIFE]. 1247Вам необходимо скачать обновление [GRID_NAME].
1248 <usetemplate name="okcancelbuttons" notext="Выход" yestext="Скачать"/> 1248 <usetemplate name="okcancelbuttons" notext="Выход" yestext="Скачать"/>
1249 </notification> 1249 </notification>
1250 <notification name="DownloadWindows"> 1250 <notification name="DownloadWindows">
1251 Доступна новая версия [SECOND_LIFE]. 1251 Доступна новая версия [VIEWER_NAME].
1252[MESSAGE] 1252[MESSAGE]
1253Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности. 1253Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности.
1254 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Скачать"/> 1254 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Скачать"/>
1255 </notification> 1255 </notification>
1256 <notification name="DownloadWindowsReleaseForDownload"> 1256 <notification name="DownloadWindowsReleaseForDownload">
1257 Доступна новая версия [SECOND_LIFE]. 1257 Доступна новая версия [VIEWER_NAME].
1258[MESSAGE] 1258[MESSAGE]
1259Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности. 1259Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности.
1260 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Скачать"/> 1260 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Скачать"/>
1261 </notification> 1261 </notification>
1262 <notification name="DownloadMacMandatory"> 1262 <notification name="DownloadMacMandatory">
1263 Доступна новая версия [SECOND_LIFE]. 1263 Доступна новая версия [VIEWER_NAME].
1264[MESSAGE] 1264[MESSAGE]
1265Вам необходимо скачать обновление [SECOND_LIFE]. 1265Вам необходимо скачать обновление [GRID_NAME].
1266 1266
1267Скачать ее в Вашу папку для приложений? 1267Скачать ее в Вашу папку для приложений?
1268 <usetemplate name="okcancelbuttons" notext="Выход" yestext="Скачать"/> 1268 <usetemplate name="okcancelbuttons" notext="Выход" yestext="Скачать"/>
1269 </notification> 1269 </notification>
1270 <notification name="DownloadMac"> 1270 <notification name="DownloadMac">
1271 Доступна новая версия [SECOND_LIFE]. 1271 Доступна новая версия [VIEWER_NAME].
1272[MESSAGE] 1272[MESSAGE]
1273Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности. 1273Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности.
1274 1274
@@ -1276,7 +1276,7 @@ www.secondlife.com/support
1276 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Скачать"/> 1276 <usetemplate name="okcancelbuttons" notext="Продолжить" yestext="Скачать"/>
1277 </notification> 1277 </notification>
1278 <notification name="DownloadMacReleaseForDownload"> 1278 <notification name="DownloadMacReleaseForDownload">
1279 Доступна новая версия [SECOND_LIFE]. 1279 Доступна новая версия [VIEWER_NAME].
1280[MESSAGE] 1280[MESSAGE]
1281Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности. 1281Установка новой версии не обязательна, но рекомендуется использовать ее для повышения быстродействия и стабильности.
1282 1282
@@ -1293,7 +1293,7 @@ www.secondlife.com/support
1293 <usetemplate ignoretext="Когда Ваша система собирается открыть браузер" name="okcancelignore" notext="Отмена" yestext="OK"/> 1293 <usetemplate ignoretext="Когда Ваша система собирается открыть браузер" name="okcancelignore" notext="Отмена" yestext="OK"/>
1294 </notification> 1294 </notification>
1295 <notification name="WebLaunchJoinNow"> 1295 <notification name="WebLaunchJoinNow">
1296 Перейти на www.secondlife.com для управления Вашим аккаунтом? 1296 Перейти на [GRID_SITE] для управления Вашим аккаунтом?
1297 <usetemplate ignoretext="Запустите браузер для управления Вашим аккаунтом" name="okcancelignore" notext="Отмена" yestext="OK"/> 1297 <usetemplate ignoretext="Запустите браузер для управления Вашим аккаунтом" name="okcancelignore" notext="Отмена" yestext="OK"/>
1298 </notification> 1298 </notification>
1299 <notification name="WebLaunchBugReport101"> 1299 <notification name="WebLaunchBugReport101">
@@ -1384,7 +1384,7 @@ www.secondlife.com/support
1384 С каким сообщением выкинуть пользователя? 1384 С каким сообщением выкинуть пользователя?
1385 <form name="form"> 1385 <form name="form">
1386 <input name="message" type="text"> 1386 <input name="message" type="text">
1387 Администратор выкинул Вас из Second Life. 1387 Администратор выкинул Вас из [GRID_NAME].
1388 </input> 1388 </input>
1389 <button name="OK" text="OK"/> 1389 <button name="OK" text="OK"/>
1390 <button name="Cancel" text="Отмена"/> 1390 <button name="Cancel" text="Отмена"/>
@@ -1394,7 +1394,7 @@ www.secondlife.com/support
1394 С каким сообщением выкинуть всех из грида? 1394 С каким сообщением выкинуть всех из грида?
1395 <form name="form"> 1395 <form name="form">
1396 <input name="message" type="text"> 1396 <input name="message" type="text">
1397 Администратор выкинул Вас из Second Life. 1397 Администратор выкинул Вас из [GRID_NAME].
1398 </input> 1398 </input>
1399 <button name="OK" text="OK"/> 1399 <button name="OK" text="OK"/>
1400 <button name="Cancel" text="Отмена"/> 1400 <button name="Cancel" text="Отмена"/>
@@ -1880,7 +1880,7 @@ www.secondlife.com/support
1880По умолчанию: выкл. 1880По умолчанию: выкл.
1881 </notification> 1881 </notification>
1882 <notification label="Версия голоса несовместима" name="VoiceVersionMismatch"> 1882 <notification label="Версия голоса несовместима" name="VoiceVersionMismatch">
1883 Эта версия Second Life не совместима с Голосовым Чатом в регионе. Для использования функций Голосового чата обновите клиент. 1883 Эта версия [VIEWER_NAME] не совместима с Голосовым Чатом в регионе. Для использования функций Голосового чата обновите клиент.
1884 </notification> 1884 </notification>
1885 <notification label="Соглашение по земле" name="HelpEstateCovenant"> 1885 <notification label="Соглашение по земле" name="HelpEstateCovenant">
1886 Установка Соглашения по Поместью позволяет продавать участки этого поместья. Без соглашения Вы не сможете их продавать. Заметка с Соглашением может быть пустой, если Вы не желаете применять никаких специальных правил или рекламы для покупателей. 1886 Установка Соглашения по Поместью позволяет продавать участки этого поместья. Без соглашения Вы не сможете их продавать. Заметка с Соглашением может быть пустой, если Вы не желаете применять никаких специальных правил или рекламы для покупателей.
@@ -1996,12 +1996,12 @@ www.secondlife.com/support
1996 В этом объекте нет элементов с правом копирования для Вас 1996 В этом объекте нет элементов с правом копирования для Вас
1997 </notification> 1997 </notification>
1998 <notification name="WebLaunchAccountHistory"> 1998 <notification name="WebLaunchAccountHistory">
1999 Перейти на сайт Second Life для просмотра истории аккаунта? 1999 Перейти на сайт [SECOND_LIFE] для просмотра истории аккаунта?
2000 <usetemplate ignoretext="Загрузка истории аккаунта" name="okcancelignore" notext="Отмена" yestext="Перейти на страницу"/> 2000 <usetemplate ignoretext="Загрузка истории аккаунта" name="okcancelignore" notext="Отмена" yestext="Перейти на страницу"/>
2001 </notification> 2001 </notification>
2002 <notification name="ClickOpenF1Help"> 2002 <notification name="ClickOpenF1Help">
2003 Посетить сайт Second Life? 2003 Посетить сайт [SECOND_LIFE]?
2004 <usetemplate ignoretext="Посетить страницу поддержки Second Life?" name="okcancelignore" notext="Отмена" yestext="Перейти"/> 2004 <usetemplate ignoretext="Посетить страницу поддержки [SECOND_LIFE]?" name="okcancelignore" notext="Отмена" yestext="Перейти"/>
2005 </notification> 2005 </notification>
2006 <notification name="ConfirmQuit"> 2006 <notification name="ConfirmQuit">
2007 Вы действительно хотите выйти? 2007 Вы действительно хотите выйти?
@@ -2027,7 +2027,7 @@ Linden Lab не рассматривает жалобы из Ваших файл
2027(Чтобы увидеть эти правила, щелкните сверху О земле) 2027(Чтобы увидеть эти правила, щелкните сверху О земле)
2028- 2028-
2029Ваше решение по жалобе принимается только в этом регионе. 2029Ваше решение по жалобе принимается только в этом регионе.
2030Резиденты с доступом из других мест Second Life не будут затронуты Вашим решением. Только Линдены могут ограничить доступ резидентам на всей территории Second Life. 2030Резиденты с доступом из других мест [GRID_NAME] не будут затронуты Вашим решением. <!-- Только Линдены могут ограничить доступ резидентам на всей территории [GRID_NAME]. -->
2031 </notification> 2031 </notification>
2032 <notification name="HelpReportBug"> 2032 <notification name="HelpReportBug">
2033 Используйте это средство *только* для технических жалоб, описывая столько деталей, сколько сможете Вы можете ответить на автоответчик по e-mail и добавить туда еще деталей в Вашей жалобе. 2033 Используйте это средство *только* для технических жалоб, описывая столько деталей, сколько сможете Вы можете ответить на автоответчик по e-mail и добавить туда еще деталей в Вашей жалобе.
@@ -2078,9 +2078,9 @@ http://secondlife.com/community/support.php
2078 2078
2079Похоже, что Вы сообщаете о нарушении права интеллектуальной собственности. Пожалуйста, удостоверьтесь, что Вы делаете это правильно: 2079Похоже, что Вы сообщаете о нарушении права интеллектуальной собственности. Пожалуйста, удостоверьтесь, что Вы делаете это правильно:
2080 2080
2081(1) Процесс жалобы. Вы можете сообщить о нарушении, если уверены в том, что Резидент использует систему прав Second Life, например, используя CopyBot или похожие инструменты для копирования, для нарушения прав интеллектуальной собственности. Команда по жалобам расследует и применяет соответствующие дисциплинарные меры за поведение, которое нарушает Стандарты Сообщества (CS) Second Life или Условия Предоставления Услуги (TOS). Тем не менее, эта Команда не уполномочена отвечать на запросы удаления контента из мира Second Life. 2081(1) Процесс жалобы. Вы можете сообщить о нарушении, если уверены в том, что Резидент использует систему прав [SECOND_LIFE], например, используя CopyBot или похожие инструменты для копирования, для нарушения прав интеллектуальной собственности. Команда по жалобам расследует и применяет соответствующие дисциплинарные меры за поведение, которое нарушает Стандарты Сообщества (CS) [SECOND_LIFE] или Условия Предоставления Услуги (TOS). Тем не менее, эта Команда не уполномочена отвечать на запросы удаления контента из мира [SECOND_LIFE].
2082 2082
2083(2) DMCA или Процесс Удаления Контента. Для того, чтобы сделать запрос на удаление контента из Second Life, Вы ДОЛЖНЫ подтвердить нарушение так, как сказано в нашей политике DMCA здесь http://secondlife.com/corporate/dmca.php. 2083(2) DMCA или Процесс Удаления Контента. Для того, чтобы сделать запрос на удаление контента из [SECOND_LIFE], Вы ДОЛЖНЫ подтвердить нарушение так, как сказано в нашей политике DMCA здесь http://secondlife.com/corporate/dmca.php.
2084 2084
2085Если Вы все еще хотите продолжить процесс жалобы, пожалуйста, закройте это окно и завершите Ваше сообщение. Вам необходимо выбрать соответствующую категорию &apos;CopyBot или Использование Прав&apos;. 2085Если Вы все еще хотите продолжить процесс жалобы, пожалуйста, закройте это окно и завершите Ваше сообщение. Вам необходимо выбрать соответствующую категорию &apos;CopyBot или Использование Прав&apos;.
2086 2086
@@ -2287,7 +2287,7 @@ X и Y задает их позицию. D (плотность) определя
2287 Задает скорость движения облаков по оси Y 2287 Задает скорость движения облаков по оси Y
2288 </notification> 2288 </notification>
2289 <notification name="HelpClassicClouds"> 2289 <notification name="HelpClassicClouds">
2290 Установка этой опции включает рисование старых облаков Second Life к новым WindLight. 2290 Установка этой опции включает рисование старых облаков [SECOND_LIFE] к новым WindLight.
2291 </notification> 2291 </notification>
2292 <notification name="HelpWaterFogColor"> 2292 <notification name="HelpWaterFogColor">
2293 Выбор цвета подводного тумана. 2293 Выбор цвета подводного тумана.
@@ -2385,14 +2385,14 @@ X и Y задает их позицию. D (плотность) определя
2385 </notification> 2385 </notification>
2386 <notification name="NotAgeVerified"> 2386 <notification name="NotAgeVerified">
2387 Требуется проверка на взрослость для доступа к участку. 2387 Требуется проверка на взрослость для доступа к участку.
2388Желаете ли Вы посетить вебсайт Second Life для проверки Вашего возраста? 2388Желаете ли Вы посетить вебсайт [SECOND_LIFE] для проверки Вашего возраста?
2389 2389
2390[_URL] 2390[_URL]
2391 <usetemplate ignoretext="Предупреждение об отсутствии проверки возраста" name="okcancelignore" notext="Нет" yestext="Да"/> 2391 <usetemplate ignoretext="Предупреждение об отсутствии проверки возраста" name="okcancelignore" notext="Нет" yestext="Да"/>
2392 </notification> 2392 </notification>
2393 <notification name="Cannot enter parcel: no payment info on file"> 2393 <notification name="Cannot enter parcel: no payment info on file">
2394 Этот участок требует проверки Вашей платежеспособности перед тем, как вы получите доступ на него. 2394 Этот участок требует проверки Вашей платежеспособности перед тем, как вы получите доступ на него.
2395Желаете ли Вы посетить вебсайт Second Life для запуска проверки? 2395Желаете ли Вы посетить вебсайт [SECOND_LIFE] для запуска проверки?
2396 2396
2397[_URL] 2397[_URL]
2398 <usetemplate ignoretext="Предупреждение об отсутствии информации о платежеспособности." name="okcancelignore" notext="Нет" yestext="Да"/> 2398 <usetemplate ignoretext="Предупреждение об отсутствии информации о платежеспособности." name="okcancelignore" notext="Нет" yestext="Да"/>
@@ -2419,7 +2419,7 @@ X и Y задает их позицию. D (плотность) определя
2419 [FIRST] [LAST] Онлайн 2419 [FIRST] [LAST] Онлайн
2420 </notification> 2420 </notification>
2421 <notification name="FriendOffline"> 2421 <notification name="FriendOffline">
2422 [FIRST] [LAST] вышел из Second Life 2422 [FIRST] [LAST] вышел из [GRID_NAME]
2423 </notification> 2423 </notification>
2424 <notification name="AddSelfFriend"> 2424 <notification name="AddSelfFriend">
2425 Вы не можете добавить себя в друзья 2425 Вы не можете добавить себя в друзья
@@ -2701,13 +2701,13 @@ X и Y задает их позицию. D (плотность) определя
2701 Невозможно создать соединение. 2701 Невозможно создать соединение.
2702 </notification> 2702 </notification>
2703 <notification name="InternalUsherError"> 2703 <notification name="InternalUsherError">
2704 Во время попытки осуществить Ваш телепорт произошла внутренняя ошибка. Second Life испытывает определенные проблемы прямо сейчас. 2704 Во время попытки осуществить Ваш телепорт произошла внутренняя ошибка. [GRID_NAME] испытывает определенные проблемы прямо сейчас.
2705 </notification> 2705 </notification>
2706 <notification name="NoGoodTPDestination"> 2706 <notification name="NoGoodTPDestination">
2707 Невозможно найти хорошую точку для телепорта в этот регион. 2707 Невозможно найти хорошую точку для телепорта в этот регион.
2708 </notification> 2708 </notification>
2709 <notification name="InternalErrorRegionResolver"> 2709 <notification name="InternalErrorRegionResolver">
2710 Во время попытки осуществить Ваш телепорт произошла внутренняя ошибка. Second Life испытывает определенные проблемы прямо сейчас. 2710 Во время попытки осуществить Ваш телепорт произошла внутренняя ошибка. [GRID_NAME] испытывает определенные проблемы прямо сейчас.
2711 </notification> 2711 </notification>
2712 <notification name="NoValidLanding"> 2712 <notification name="NoValidLanding">
2713 Рабочая точка прибытия не найдена. 2713 Рабочая точка прибытия не найдена.
@@ -2829,7 +2829,7 @@ X и Y задает их позицию. D (плотность) определя
2829 Не удалось найти [TYPE] названый [DESC] в базе данных. 2829 Не удалось найти [TYPE] названый [DESC] в базе данных.
2830 </notification> 2830 </notification>
2831 <notification name="InvalidWearable"> 2831 <notification name="InvalidWearable">
2832 Предмет, который вы пытаетесь одеть, использует функции, которые Ваш клиент не может считать. Пожалуйста, обновите клиентское приложение Second Life. 2832 Предмет, который вы пытаетесь одеть, использует функции, которые Ваш клиент не может считать. Пожалуйста, обновите клиентское приложение [VIEWER_NAME].
2833 </notification> 2833 </notification>
2834 <notification name="ScriptQuestion"> 2834 <notification name="ScriptQuestion">
2835 Принадлежащий &apos;[NAME]&apos; объект с именем &apos;[OBJECTNAME]&apos; хочет: 2835 Принадлежащий &apos;[NAME]&apos; объект с именем &apos;[OBJECTNAME]&apos; хочет:
@@ -2889,7 +2889,7 @@ X и Y задает их позицию. D (плотность) определя
2889Используйте элементы справа, чтобы найти на карте разные вещи и показать разные фоны. 2889Используйте элементы справа, чтобы найти на карте разные вещи и показать разные фоны.
2890 </notification> 2890 </notification>
2891 <notification name="FirstBuild"> 2891 <notification name="FirstBuild">
2892 Вы можете строить объекты в различных областях [SECOND_LIFE]. 2892 Вы можете строить объекты в различных областях [GRID_NAME].
2893Выберите сверху слева необходимый инструмент и попробуйте удерживая клавиши Ctrl или Alt быстро менять инструменты. 2893Выберите сверху слева необходимый инструмент и попробуйте удерживая клавиши Ctrl или Alt быстро менять инструменты.
2894Нажмите Esc, чтобы прекратить строительство. 2894Нажмите Esc, чтобы прекратить строительство.
2895 </notification> 2895 </notification>
@@ -2934,7 +2934,7 @@ X и Y задает их позицию. D (плотность) определя
2934 </notification> 2934 </notification>
2935 <notification name="FirstDebugMenus"> 2935 <notification name="FirstDebugMenus">
2936 Вы включили меню отладки Клиент/Сервер. 2936 Вы включили меню отладки Клиент/Сервер.
2937Это меню содержит средства, полезные для разработчиков Second Life. 2937Это меню содержит средства, полезные для разработчиков [VIEWER_NAME].
2938Чтобы включить(отключить) меню используйте комбинацию клавиш Ctrl+Alt+D. На Маке исп-те Cmd-Opt-Shift-D. 2938Чтобы включить(отключить) меню используйте комбинацию клавиш Ctrl+Alt+D. На Маке исп-те Cmd-Opt-Shift-D.
2939 </notification> 2939 </notification>
2940 <notification name="FirstSculptedPrim"> 2940 <notification name="FirstSculptedPrim">
@@ -3042,7 +3042,7 @@ X и Y задает их позицию. D (плотность) определя
3042 - Ваш процессор не отвечает минимальным требованиям. 3042 - Ваш процессор не отвечает минимальным требованиям.
3043 </global> 3043 </global>
3044 <global name="UnsupportedGLRequirements"> 3044 <global name="UnsupportedGLRequirements">
3045 Ваше оборудование не походит для Second Life. Требуется OpenGL карта с мультитекстурированием. Если это так, Вы должны скачать и установить последние драйвера на карту с сайта производителя. 3045 Ваше оборудование не походит для [VIEWER_NAME]. Требуется OpenGL карта с мультитекстурированием. Если это так, Вы должны скачать и установить последние драйвера на карту с сайта производителя.
3046 3046
3047Если проблема не устранена сходите на сайт поддержки: http://www.secondlife.com/support 3047Если проблема не устранена сходите на сайт поддержки: http://www.secondlife.com/support
3048 </global> 3048 </global>
diff --git a/linden/indra/newview/skins/default/xui/tr/notifications.xml b/linden/indra/newview/skins/default/xui/tr/notifications.xml
index 3f75c51..52103cb 100644
--- a/linden/indra/newview/skins/default/xui/tr/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/tr/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification label="Bilinmeyen uyarı mesajı" name="MissingAlert"> 73 <notification label="Bilinmeyen uyarı mesajı" name="MissingAlert">
74 Second Life sürümünüz henüz aldığı uyarı mesajını nasıl görüntülemesi gerektiğini bilmiyor. 74 [VIEWER_NAME] sürümünüz henüz aldığı uyarı mesajını nasıl görüntülemesi gerektiğini bilmiyor.
75 75
76Hata detayları: &apos;[_NAME]&apos; adındaki uyarı notifications.xml&apos;de bulunamadı. 76Hata detayları: &apos;[_NAME]&apos; adındaki uyarı notifications.xml&apos;de bulunamadı.
77 <usetemplate name="okbutton" yestext="Tamam"/> 77 <usetemplate name="okbutton" yestext="Tamam"/>
@@ -88,7 +88,7 @@ Hata detayları: &apos;[_NAME]&apos; adındaki uyarı notifications.xml&apos;de
88 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Evet"/> 88 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Evet"/>
89 </notification> 89 </notification>
90 <notification name="BadInstallation"> 90 <notification name="BadInstallation">
91 Second Life güncellenirken bir hata oluştu. Lütfen secondlife.com&apos;dan en güncel sürümü yükleyiniz. 91 [VIEWER_NAME] güncellenirken bir hata oluştu. Lütfen [VIEWER_SITE]&apos;dan en güncel sürümü yükleyiniz.
92 <usetemplate name="okbutton" yestext="Tamam"/> 92 <usetemplate name="okbutton" yestext="Tamam"/>
93 </notification> 93 </notification>
94 <notification name="LoginFailedNoNetwork"> 94 <notification name="LoginFailedNoNetwork">
@@ -188,7 +188,7 @@ Devam etmek istediğinizden emin misiniz?
188 <notification name="ClickPartnerHelpAvatar"> 188 <notification name="ClickPartnerHelpAvatar">
189 [SECOND_LIFE] web sitesi üzerinden bir üyeye evlilik teklif edebilir veya var olan evliliği iptal edebilirsiniz. 189 [SECOND_LIFE] web sitesi üzerinden bir üyeye evlilik teklif edebilir veya var olan evliliği iptal edebilirsiniz.
190 190
191Evlenmek ile ilgili daha fazla bilgi için Second Life web sitesine gitmek ister misiniz? 191Evlenmek ile ilgili daha fazla bilgi için [SECOND_LIFE] web sitesine gitmek ister misiniz?
192 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Sayfaya git"/> 192 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Sayfaya git"/>
193 </notification> 193 </notification>
194 <notification name="ClickUploadHelpPermissions"> 194 <notification name="ClickUploadHelpPermissions">
@@ -227,7 +227,7 @@ Satış ücretiniz L$[SALE_PRICE] ve tanımlanan alıcı [NAME] olacaktır.
227 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Tamam"/> 227 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Tamam"/>
228 </notification> 228 </notification>
229 <notification name="ConfirmLandSaleToAnyoneChange"> 229 <notification name="ConfirmLandSaleToAnyoneChange">
230 DİKKAT: Herhangi birini seçmek arazinizi tüm Second Life toplumuna görüntüler,sadece bu bölgedekilere değil. 230 DİKKAT: Herhangi birini seçmek arazinizi tüm [GRID_NAME] toplumuna görüntüler,sadece bu bölgedekilere değil.
231 231
232Seçili [LAND_SIZE] m² arazi satışa çıkarılıyor. 232Seçili [LAND_SIZE] m² arazi satışa çıkarılıyor.
233Satış ücretiniz L$[SALE_PRICE] ve tanımlanan alıcı [NAME] olacaktır. 233Satış ücretiniz L$[SALE_PRICE] ve tanımlanan alıcı [NAME] olacaktır.
@@ -315,7 +315,7 @@ Objeler: [N]
315 Raporlama resmini gönderirken bir problem oluştu: [REASON] 315 Raporlama resmini gönderirken bir problem oluştu: [REASON]
316 </notification> 316 </notification>
317 <notification name="MustAgreeToLogIn"> 317 <notification name="MustAgreeToLogIn">
318 [SECOND_LIFE]&apos;a girmeye devam etmek için Servis Anlaşması&apos;nı kabul etmelisiniz. 318 [GRID_NAME]&apos;a girmeye devam etmek için Servis Anlaşması&apos;nı kabul etmelisiniz.
319 </notification> 319 </notification>
320 <notification name="CannotWearTrash"> 320 <notification name="CannotWearTrash">
321 Çöpteki giysi veya vücut parçalarını giyemezsiniz 321 Çöpteki giysi veya vücut parçalarını giyemezsiniz
@@ -327,7 +327,7 @@ Objeler: [N]
327 Ups! Bazı şeyler boş kaldı. 327 Ups! Bazı şeyler boş kaldı.
328Karakterinizin adınızı ve soyadınızı birlikte girmeniz gerekiyor. 328Karakterinizin adınızı ve soyadınızı birlikte girmeniz gerekiyor.
329 329
330[SECOND_LIFE]&apos;a bağlanabilmeniz için bir hesabınız olması gerekir.Yeni bir tane yaratmak ister misiniz? 330[GRID_NAME]&apos;a bağlanabilmeniz için bir hesabınız olması gerekir.Yeni bir tane yaratmak ister misiniz?
331 <usetemplate name="okcancelbuttons" notext="Tekrar dene" yestext="Yeni hesap yarat"/> 331 <usetemplate name="okcancelbuttons" notext="Tekrar dene" yestext="Yeni hesap yarat"/>
332 </notification> 332 </notification>
333 <notification name="AddClassified"> 333 <notification name="AddClassified">
@@ -363,17 +363,17 @@ Yüksek ücret ödemek reklamınızı listede yükseltir, ve ayrıca insanların
363 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Tamam"/> 363 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Tamam"/>
364 </notification> 364 </notification>
365 <notification name="CacheWillClear"> 365 <notification name="CacheWillClear">
366 [SECOND_LIFE] yeniden başlatıldıktan sonra ön bellek temizlenecektir. 366 [VIEWER_NAME] yeniden başlatıldıktan sonra ön bellek temizlenecektir.
367 </notification> 367 </notification>
368 <notification name="CacheWillBeMoved"> 368 <notification name="CacheWillBeMoved">
369 [SECOND_LIFE] yeniden başlatıldıktan sonra ön bellek taşınacaktır. 369 [VIEWER_NAME] yeniden başlatıldıktan sonra ön bellek taşınacaktır.
370Not: Ön bellek temizlenecektir. 370Not: Ön bellek temizlenecektir.
371 </notification> 371 </notification>
372 <notification name="ChangeConnectionPort"> 372 <notification name="ChangeConnectionPort">
373 [SECOND_LIFE] yeniden başlatıldıktan sonra port ayarları etkili olur. 373 [VIEWER_NAME] yeniden başlatıldıktan sonra port ayarları etkili olur.
374 </notification> 374 </notification>
375 <notification name="ChangeSkin"> 375 <notification name="ChangeSkin">
376 [SECOND_LIFE] yeniden başlatıldıktan sonra yeni vücut teni görünecektir. 376 [VIEWER_NAME] yeniden başlatıldıktan sonra yeni vücut teni görünecektir.
377 </notification> 377 </notification>
378 <notification name="GoToAuctionPage"> 378 <notification name="GoToAuctionPage">
379 Açık arttırma detaylarını görmek veya bahis koymak için [SECOND_LIFE] web sayfasına gitmek ister misiniz? 379 Açık arttırma detaylarını görmek veya bahis koymak için [SECOND_LIFE] web sayfasına gitmek ister misiniz?
@@ -419,7 +419,7 @@ Obje alan dışı veya silinmiş olabilir.
419 Dosya indirilemedi 419 Dosya indirilemedi
420 </notification> 420 </notification>
421 <notification name="UnsupportedHardware"> 421 <notification name="UnsupportedHardware">
422 Uyarı: Sisteminiz Second Life&apos;ın minimum sistem gereksinimlerini karşılamıyor. Eğer Second Life&apos;ı kullanmaya devam ederseniz,düşük performans alabilirsiniz. Malesef,desteklenmeyen sistem konfigürasyonları için teknik destek sağlayamıyoruz. 422 Uyarı: Sisteminiz [VIEWER_NAME]&apos;ın minimum sistem gereksinimlerini karşılamıyor. Eğer [VIEWER_NAME]&apos;ı kullanmaya devam ederseniz,düşük performans alabilirsiniz. Malesef,desteklenmeyen sistem konfigürasyonları için teknik destek sağlayamıyoruz.
423 423
424MINSPECS 424MINSPECS
425Daha fazla bilgi için [_URL] linkini ziyaret etmek ister misiniz? 425Daha fazla bilgi için [_URL] linkini ziyaret etmek ister misiniz?
@@ -427,7 +427,7 @@ Daha fazla bilgi için [_URL] linkini ziyaret etmek ister misiniz?
427 </notification> 427 </notification>
428 <notification name="UnknownGPU"> 428 <notification name="UnknownGPU">
429 Sisteminiz bize şu an yabancı olan bir ekran kartı içeriyor. 429 Sisteminiz bize şu an yabancı olan bir ekran kartı içeriyor.
430Bu durum genellikle henüz test etme şansı bulamadığımız yeni donanımlarda görülür. Second Life normal olarak çalışacaktır,fakat daha uygun hale getirmek için grafik ayarlarınızı düzenleyebilirsiniz. 430Bu durum genellikle henüz test etme şansı bulamadığımız yeni donanımlarda görülür. [VIEWER_NAME] normal olarak çalışacaktır,fakat daha uygun hale getirmek için grafik ayarlarınızı düzenleyebilirsiniz.
431(Düzenle menüsü &gt; Ayarlar &gt; Grafikler). 431(Düzenle menüsü &gt; Ayarlar &gt; Grafikler).
432 <form name="form"> 432 <form name="form">
433 <ignore name="ignore" text="Bilinmeyen ekran kartı tespit edildiğinde"/> 433 <ignore name="ignore" text="Bilinmeyen ekran kartı tespit edildiğinde"/>
@@ -652,7 +652,7 @@ Hiçbir parsel seçili değil.
652Bu arazinin içinde olduğu bölge bulunamıyor. 652Bu arazinin içinde olduğu bölge bulunamıyor.
653 </notification> 653 </notification>
654 <notification name="CannotCloseFloaterBuyLand"> 654 <notification name="CannotCloseFloaterBuyLand">
655 Arazi satın alım penceresini Second Life bu işlemin ücretini hesaplayana kadar kapatamazsınız. 655 Arazi satın alım penceresini [GRID_NAME] bu işlemin ücretini hesaplayana kadar kapatamazsınız.
656 </notification> 656 </notification>
657 <notification name="CannotDeedLandNothingSelected"> 657 <notification name="CannotDeedLandNothingSelected">
658 Arazi bağışlanamıyor: 658 Arazi bağışlanamıyor:
@@ -779,9 +779,9 @@ Gri = Genel
779 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Kopyala"/> 779 <usetemplate name="okcancelbuttons" notext="İptal" yestext="Kopyala"/>
780 </notification> 780 </notification>
781 <notification name="YouHaveBeenLoggedOut"> 781 <notification name="YouHaveBeenLoggedOut">
782 [SECOND_LIFE]&apos;dan çıkarıldınız: 782 [GRID_NAME]&apos;dan çıkarıldınız:
783 [MESSAGE] 783 [MESSAGE]
784HM &amp; Sohbet butonuna tıklayarak var olan HM ve sohbete bakabilirsiniz.Veya,&apos;Çık&apos; butonuna tıklayarak [SECOND_LIFE]&apos;dan hemen çıkabilirsiniz. 784HM &amp; Sohbet butonuna tıklayarak var olan HM ve sohbete bakabilirsiniz.Veya,&apos;Çık&apos; butonuna tıklayarak [VIEWER_NAME]&apos;dan hemen çıkabilirsiniz.
785 <usetemplate name="okcancelbuttons" notext="Çık" yestext="HM &amp; Sohbet"/> 785 <usetemplate name="okcancelbuttons" notext="Çık" yestext="HM &amp; Sohbet"/>
786 </notification> 786 </notification>
787 <notification name="OnlyOfficerCanBuyLand"> 787 <notification name="OnlyOfficerCanBuyLand">
@@ -852,16 +852,16 @@ Yakındaki bir bölgeye taşındınız.
852 </notification> 852 </notification>
853 <notification name="ClothingLoading"> 853 <notification name="ClothingLoading">
854 Giysileriniz hala yükleniyor. 854 Giysileriniz hala yükleniyor.
855[SECOND_LIFE]&apos;ı normal olarak kullanabilirsiniz ve diğer üyeler sizi doğru olarak göreceklerdir. 855[GRID_NAME]&apos;ı normal olarak kullanabilirsiniz ve diğer üyeler sizi doğru olarak göreceklerdir.
856 <form name="form"> 856 <form name="form">
857 <ignore name="ignore" text="Giysilerin yüklenmesi fazla zaman aldığında"/> 857 <ignore name="ignore" text="Giysilerin yüklenmesi fazla zaman aldığında"/>
858 </form> 858 </form>
859 </notification> 859 </notification>
860 <notification name="FirstRun"> 860 <notification name="FirstRun">
861 [SECOND_LIFE] yüklemesi tamamlandı. 861 [VIEWER_NAME] yüklemesi tamamlandı.
862 862
863Eğer [SECOND_LIFE]&apos;ı ilk kez kullanıyorsanız,giriş yapmadan önce yeni bir hesap yaratmanız gerekmektedir. 863Eğer [GRID_NAME]&apos;ı ilk kez kullanıyorsanız,giriş yapmadan önce yeni bir hesap yaratmanız gerekmektedir.
864www.secondlife.com geri dönüp yeni bir hesap yaratmak ister misiniz? 864[GRID_SITE] geri dönüp yeni bir hesap yaratmak ister misiniz?
865 <usetemplate name="okcancelbuttons" notext="Devam Et" yestext="Yeni Hesap..."/> 865 <usetemplate name="okcancelbuttons" notext="Devam Et" yestext="Yeni Hesap..."/>
866 </notification> 866 </notification>
867 <notification name="LoginPacketNeverReceived"> 867 <notification name="LoginPacketNeverReceived">
@@ -876,7 +876,7 @@ www.secondlife.com geri dönüp yeni bir hesap yaratmak ister misiniz?
876 Karakteriniz birazdan görünecek. 876 Karakteriniz birazdan görünecek.
877 877
878Yürümek için ok tuşlarını kullanınız. 878Yürümek için ok tuşlarını kullanınız.
879Herhangi bir zaman F1 tuşuna basarak yardım alabilir veya [SECOND_LIFE] hakkında daha fazla şey öğrenebilirsiniz. 879Herhangi bir zaman F1 tuşuna basarak yardım alabilir veya [GRID_NAME] hakkında daha fazla şey öğrenebilirsiniz.
880Lütfen bay veya bayan karakteri seçiniz. 880Lütfen bay veya bayan karakteri seçiniz.
881Daha sonra fikrinizi değiştirebilirsiniz. 881Daha sonra fikrinizi değiştirebilirsiniz.
882 <usetemplate name="okcancelbuttons" notext="Bayan" yestext="Bay"/> 882 <usetemplate name="okcancelbuttons" notext="Bayan" yestext="Bay"/>
@@ -912,33 +912,33 @@ Daha sonra fikrinizi değiştirebilirsiniz.
912[DOWNLOAD_PATH]. 912[DOWNLOAD_PATH].
913 </notification> 913 </notification>
914 <notification name="DownloadWindowsMandatory"> 914 <notification name="DownloadWindowsMandatory">
915 [SECOND_LIFE]&apos;ın yeni versiyonu mevcut. 915 [VIEWER_NAME]&apos;ın yeni versiyonu mevcut.
916[MESSAGE] 916[MESSAGE]
917[SECOND_LIFE]&apos;ı kullanabilmeniz için bu güncellemeyi indirmelisiniz. 917[GRID_NAME]&apos;ı kullanabilmeniz için bu güncellemeyi indirmelisiniz.
918 <usetemplate name="okcancelbuttons" notext="Çık" yestext="İndir"/> 918 <usetemplate name="okcancelbuttons" notext="Çık" yestext="İndir"/>
919 </notification> 919 </notification>
920 <notification name="DownloadWindows"> 920 <notification name="DownloadWindows">
921 [SECOND_LIFE]&apos;ın güncel versiyonu mevcut. 921 [VIEWER_NAME]&apos;ın güncel versiyonu mevcut.
922[MESSAGE] 922[MESSAGE]
923Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz. 923Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz.
924 <usetemplate name="okcancelbuttons" notext="Devam Et" yestext="İndir"/> 924 <usetemplate name="okcancelbuttons" notext="Devam Et" yestext="İndir"/>
925 </notification> 925 </notification>
926 <notification name="DownloadWindowsReleaseForDownload"> 926 <notification name="DownloadWindowsReleaseForDownload">
927 [SECOND_LIFE]&apos;ın güncel versiyonu mevcut. 927 [VIEWER_NAME]&apos;ın güncel versiyonu mevcut.
928[MESSAGE] 928[MESSAGE]
929Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz. 929Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz.
930 <usetemplate name="okcancelbuttons" notext="Devam Et" yestext="İndir"/> 930 <usetemplate name="okcancelbuttons" notext="Devam Et" yestext="İndir"/>
931 </notification> 931 </notification>
932 <notification name="DownloadMacMandatory"> 932 <notification name="DownloadMacMandatory">
933 [SECOND_LIFE]&apos;ın yeni versiyonu mevcut. 933 [VIEWER_NAME]&apos;ın yeni versiyonu mevcut.
934[MESSAGE] 934[MESSAGE]
935[SECOND_LIFE]&apos;ı kullanabilmeniz için bu güncellemeyi indirmelisiniz. 935[GRID_NAME]&apos;ı kullanabilmeniz için bu güncellemeyi indirmelisiniz.
936 936
937Uygulamalar klasörünüze indirilsin mi? 937Uygulamalar klasörünüze indirilsin mi?
938 <usetemplate name="okcancelbuttons" notext="Çık" yestext="İndir"/> 938 <usetemplate name="okcancelbuttons" notext="Çık" yestext="İndir"/>
939 </notification> 939 </notification>
940 <notification name="DownloadMac"> 940 <notification name="DownloadMac">
941 [SECOND_LIFE]&apos;ın güncel versiyonu mevcut. 941 [VIEWER_NAME]&apos;ın güncel versiyonu mevcut.
942[MESSAGE] 942[MESSAGE]
943Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz. 943Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz.
944 944
@@ -946,7 +946,7 @@ Uygulamalar klasörünüze indirilsin mi?
946 <usetemplate name="okcancelbuttons" notext="Devan Et" yestext="İndir"/> 946 <usetemplate name="okcancelbuttons" notext="Devan Et" yestext="İndir"/>
947 </notification> 947 </notification>
948 <notification name="DownloadMacReleaseForDownload"> 948 <notification name="DownloadMacReleaseForDownload">
949 [SECOND_LIFE]&apos;ın güncel versiyonu mevcut. 949 [VIEWER_NAME]&apos;ın güncel versiyonu mevcut.
950[MESSAGE] 950[MESSAGE]
951Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz. 951Bu güncelleme gerekli değildir,fakat performans ve stabilite arttırımı için yüklemenizi öneriyoruz.
952 952
@@ -963,7 +963,7 @@ Uygulamalar klasörünüze indirilsin mi?
963 <usetemplate ignoretext="Web sayfası görüntülemek için sistem tarayıcınız açılırken" name="okcancelignore" notext="İptal" yestext="Tamam"/> 963 <usetemplate ignoretext="Web sayfası görüntülemek için sistem tarayıcınız açılırken" name="okcancelignore" notext="İptal" yestext="Tamam"/>
964 </notification> 964 </notification>
965 <notification name="WebLaunchJoinNow"> 965 <notification name="WebLaunchJoinNow">
966 Hesabınızı yönetmek için www.secondlife.com adresine gitmek ister misiniz? 966 Hesabınızı yönetmek için [GRID_SITE] adresine gitmek ister misiniz?
967 <usetemplate ignoretext="Hesabınızı yönetmek için web tarayıcısı açılırken" name="okcancelignore" notext="İptal" yestext="Tamam"/> 967 <usetemplate ignoretext="Hesabınızı yönetmek için web tarayıcısı açılırken" name="okcancelignore" notext="İptal" yestext="Tamam"/>
968 </notification> 968 </notification>
969 <notification name="WebLaunchBugReport101"> 969 <notification name="WebLaunchBugReport101">
@@ -1322,16 +1322,16 @@ Envanter ürünü(leri) taşınsın mı?
1322 Bu obje içinde kopyalama izniniz olan hiçbir ürün yok. 1322 Bu obje içinde kopyalama izniniz olan hiçbir ürün yok.
1323 </notification> 1323 </notification>
1324 <notification name="WebLaunchAccountHistory"> 1324 <notification name="WebLaunchAccountHistory">
1325 Second Life web sitesine gidip hesap geçmişinizi görmek ister misiniz? 1325 [SECOND_LIFE] web sitesine gidip hesap geçmişinizi görmek ister misiniz?
1326 <usetemplate ignoretext="Hesap geçmişi web sayfası açılırken" name="okcancelignore" notext="İptal" yestext="Sayfaya git"/> 1326 <usetemplate ignoretext="Hesap geçmişi web sayfası açılırken" name="okcancelignore" notext="İptal" yestext="Sayfaya git"/>
1327 </notification> 1327 </notification>
1328 <notification name="ClickOpenF1Help"> 1328 <notification name="ClickOpenF1Help">
1329 Second Life destek web sitesini ziyaret etmek ister misiniz? 1329 [SECOND_LIFE] destek web sitesini ziyaret etmek ister misiniz?
1330 <usetemplate ignoretext="Second Life destek web sitesi ziyaret edilirken" name="okcancelignore" notext="İptal" yestext="Git"/> 1330 <usetemplate ignoretext="[SECOND_LIFE] destek web sitesi ziyaret edilirken" name="okcancelignore" notext="İptal" yestext="Git"/>
1331 </notification> 1331 </notification>
1332 <notification name="ConfirmQuit"> 1332 <notification name="ConfirmQuit">
1333 Çıkmak istediğinizden emin misiniz? 1333 Çıkmak istediğinizden emin misiniz?
1334 <usetemplate ignoretext="Second Life&apos;dan çıkarken" name="okcancelignore" notext="Devam et" yestext="Çık"/> 1334 <usetemplate ignoretext="[VIEWER_NAME]&apos;dan çıkarken" name="okcancelignore" notext="Devam et" yestext="Çık"/>
1335 </notification> 1335 </notification>
1336 <notification name="HelpReportAbuseEmailLL"> 1336 <notification name="HelpReportAbuseEmailLL">
1337 Bu aracı Servis Anlaşması ve Toplum Standartları&apos;na aykırı durumları raporlamak için kullanınız. Bakınız: 1337 Bu aracı Servis Anlaşması ve Toplum Standartları&apos;na aykırı durumları raporlamak için kullanınız. Bakınız:
@@ -1348,9 +1348,9 @@ http://secondlife.com/support/incidentreport.php
1348 1348
1349Zihinsel mülk ihlali raporluyor görünmektesiniz. Lütfen doğru olarak şikayetinizi belirttiğinizden emin olunuz: 1349Zihinsel mülk ihlali raporluyor görünmektesiniz. Lütfen doğru olarak şikayetinizi belirttiğinizden emin olunuz:
1350 1350
1351(1) Suistimal İşlemi. Eğer bir üyenin Second Life izin sistemini kötüye kullandığını, örneğin, CopyBot veya benzer kopyalama araçları ile, zihinsel mülk ihlali gerçekleştirdiğine inanıyorsanız şikayet raporu bildirebilirsiniz. Suistimal Takımı araştırmasını yapar ve Second Life Toplum Standartları&apos;nı veya Servis Anlaşması&apos;nı ihlal eden davranışlar için gerekli disiplin hareketini uygular. Ancak, Suistimal Takımı Second Life dünyasından içerik silinme ile ilgili talepleri ele almaz ve bu taleplere cevap vermez. 1351(1) Suistimal İşlemi. Eğer bir üyenin [SECOND_LIFE] izin sistemini kötüye kullandığını, örneğin, CopyBot veya benzer kopyalama araçları ile, zihinsel mülk ihlali gerçekleştirdiğine inanıyorsanız şikayet raporu bildirebilirsiniz. Suistimal Takımı araştırmasını yapar ve [SECOND_LIFE] Toplum Standartları&apos;nı veya Servis Anlaşması&apos;nı ihlal eden davranışlar için gerekli disiplin hareketini uygular. Ancak, Suistimal Takımı [SECOND_LIFE] dünyasından içerik silinme ile ilgili talepleri ele almaz ve bu taleplere cevap vermez.
1352 1352
1353(2) DMCA veya İçerik Silme İşlemi. Second Life&apos;dan içerik silinme talebinde bulunmak için, http://secondlife.com/corporate/dmca.php adresindeki DMCA Poliçe&apos;sinde belirtildiği gibi geçerli bir ihlal bildirisinde bulunmalısınız. 1353(2) DMCA veya İçerik Silme İşlemi. [SECOND_LIFE]&apos;dan içerik silinme talebinde bulunmak için, http://secondlife.com/corporate/dmca.php adresindeki DMCA Poliçe&apos;sinde belirtildiği gibi geçerli bir ihlal bildirisinde bulunmalısınız.
1354 1354
1355Eğer hale suistimal raporlama işlemine devam etmek istiyorsanız, lütfen bu pencereyi kapatınız ve raporunuzu gönderiniz. Özellikle &apos;CopyBot veya İzinlerin Kötüye Kullanımı&apos; kategorisini seçmeniz gerekebilir. 1355Eğer hale suistimal raporlama işlemine devam etmek istiyorsanız, lütfen bu pencereyi kapatınız ve raporunuzu gönderiniz. Özellikle &apos;CopyBot veya İzinlerin Kötüye Kullanımı&apos; kategorisini seçmeniz gerekebilir.
1356 1356
@@ -1455,14 +1455,14 @@ Zemin detayı: Zemin deseni için görebileceğiniz detay miktarını belirler.
1455 </notification> 1455 </notification>
1456 <notification name="NotAgeVerified"> 1456 <notification name="NotAgeVerified">
1457 Bu parsele giriş yapabilmeniz için yaşınızı doğrulamış olmanız gerekiyor. 1457 Bu parsele giriş yapabilmeniz için yaşınızı doğrulamış olmanız gerekiyor.
1458Yaşınızı doğrulamak için Second Life web sitesini ziyaret etmek ister misiniz? 1458Yaşınızı doğrulamak için [SECOND_LIFE] web sitesini ziyaret etmek ister misiniz?
1459 1459
1460[_URL] 1460[_URL]
1461 <usetemplate ignoretext="Yaş doğrulaması eksikliğinde" name="okcancelignore" notext="Hayır" yestext="Evet"/> 1461 <usetemplate ignoretext="Yaş doğrulaması eksikliğinde" name="okcancelignore" notext="Hayır" yestext="Evet"/>
1462 </notification> 1462 </notification>
1463 <notification name="Cannot enter parcel: no payment info on file"> 1463 <notification name="Cannot enter parcel: no payment info on file">
1464 Bu parsele giriş yapabilmeniz için kayıtlı ödeme bilginizin olması gerekiyor. 1464 Bu parsele giriş yapabilmeniz için kayıtlı ödeme bilginizin olması gerekiyor.
1465Bunu düzenlemek için Second Life web sitesini ziyaret etmek ister misiniz? 1465Bunu düzenlemek için [SECOND_LIFE] web sitesini ziyaret etmek ister misiniz?
1466 1466
1467[_URL] 1467[_URL]
1468 <usetemplate ignoretext="Eksik ödeme bilgisinde" name="okcancelignore" notext="Hayır" yestext="Evet"/> 1468 <usetemplate ignoretext="Eksik ödeme bilgisinde" name="okcancelignore" notext="Hayır" yestext="Evet"/>
@@ -1709,13 +1709,13 @@ Lütfen birkaç dakika içinde tekrar deneyiniz.
1709 Beklenen bağlantı kurulamıyor. 1709 Beklenen bağlantı kurulamıyor.
1710 </notification> 1710 </notification>
1711 <notification name="InternalUsherError"> 1711 <notification name="InternalUsherError">
1712 Işınlanma hedefinize yol gösterme sırasında içsel bir hata meydana geldi. Second Life şu anda servis problemleri ile karşı karşıya olabilir. 1712 Işınlanma hedefinize yol gösterme sırasında içsel bir hata meydana geldi. [GRID_NAME] şu anda servis problemleri ile karşı karşıya olabilir.
1713 </notification> 1713 </notification>
1714 <notification name="NoGoodTPDestination"> 1714 <notification name="NoGoodTPDestination">
1715 Bu bölgede iyi bir ışınlanma hedefi bulunamadı. 1715 Bu bölgede iyi bir ışınlanma hedefi bulunamadı.
1716 </notification> 1716 </notification>
1717 <notification name="InternalErrorRegionResolver"> 1717 <notification name="InternalErrorRegionResolver">
1718 Işınlanma isteğiniz için gerekli olan global koordinatların çözümü sırasında içsel bir hata meydana geldi. Second Life şu anda servis problemleri ile karşı karşıya olabilir. 1718 Işınlanma isteğiniz için gerekli olan global koordinatların çözümü sırasında içsel bir hata meydana geldi. [GRID_NAME] şu anda servis problemleri ile karşı karşıya olabilir.
1719 </notification> 1719 </notification>
1720 <notification name="NoValidLanding"> 1720 <notification name="NoValidLanding">
1721 Geçerli konumlandırma noktası bulunamadı. 1721 Geçerli konumlandırma noktası bulunamadı.
@@ -1830,7 +1830,7 @@ Obje: [OBJECTNAME], sahibi: [NAME]?
1830 </form> 1830 </form>
1831 </notification> 1831 </notification>
1832 <notification name="InvalidWearable"> 1832 <notification name="InvalidWearable">
1833 Giymeye çalıştığınız ürün görüntüleyicinin algılayamdığı bir özelliği kullanıyor olabilir. Bu ürünü giymek için lütfen Second Life sürümünüzü güncelleyiniz. 1833 Giymeye çalıştığınız ürün görüntüleyicinin algılayamdığı bir özelliği kullanıyor olabilir. Bu ürünü giymek için lütfen [VIEWER_NAME] sürümünüzü güncelleyiniz.
1834 </notification> 1834 </notification>
1835 <notification name="ScriptDialog"> 1835 <notification name="ScriptDialog">
1836 [FIRST] [LAST]&apos;s &apos;[TITLE]&apos; 1836 [FIRST] [LAST]&apos;s &apos;[TITLE]&apos;
@@ -1866,7 +1866,7 @@ Işınlanmak için çift tıklayınız.
1866Farklı arka planlar görüntülemek ve farklı şeyler bulmak için sağdaki kontrolleri kullanınız. 1866Farklı arka planlar görüntülemek ve farklı şeyler bulmak için sağdaki kontrolleri kullanınız.
1867 </notification> 1867 </notification>
1868 <notification name="FirstBuild"> 1868 <notification name="FirstBuild">
1869 [SECOND_LIFE]&apos;ın bazı bölgelerinde yeni objeler yaratabilirsiniz. 1869 [GRID_NAME]&apos;ın bazı bölgelerinde yeni objeler yaratabilirsiniz.
1870İnşa etmek için sol üstteki araçları kullanınız,ve araçlar arası hızlı geçiş yapmak için Ctrl veya Alt tuşlarını basılı tutunuz. 1870İnşa etmek için sol üstteki araçları kullanınız,ve araçlar arası hızlı geçiş yapmak için Ctrl veya Alt tuşlarını basılı tutunuz.
1871İnşa etmeyi durdumak için Esc tuşunu kullanınız. 1871İnşa etmeyi durdumak için Esc tuşunu kullanınız.
1872 </notification> 1872 </notification>
@@ -1910,7 +1910,7 @@ Esnek objeler fiziksel olmayabilirler ve esneklik işaret kutusu işaretlenmedi
1910 </notification> 1910 </notification>
1911 <notification name="FirstDebugMenus"> 1911 <notification name="FirstDebugMenus">
1912 Gelişmiş menüsünü etkinleştirdiniz. 1912 Gelişmiş menüsünü etkinleştirdiniz.
1913Bu menü,Second Life&apos;ı ayıklayan geliştiriciler için özellikler içerir. 1913Bu menü,[VIEWER_NAME]&apos;ı ayıklayan geliştiriciler için özellikler içerir.
1914Bu menüye Windows&apos;da ulaşmak için Ctrl-Alt-D,Mac için Cmd-Opt-Shift-D kombinasyonlarını kullanınız. 1914Bu menüye Windows&apos;da ulaşmak için Ctrl-Alt-D,Mac için Cmd-Opt-Shift-D kombinasyonlarını kullanınız.
1915 </notification> 1915 </notification>
1916 <notification name="FirstSculptedPrim"> 1916 <notification name="FirstSculptedPrim">
@@ -2010,7 +2010,7 @@ Sohbete katılmak için Kabul et veya daveti reddetmek için Reddet butonuna tı
2010 - İşlemci hızınız minimum gereksinimleri karşılamıyor. 2010 - İşlemci hızınız minimum gereksinimleri karşılamıyor.
2011 </global> 2011 </global>
2012 <global name="UnsupportedGLRequirements"> 2012 <global name="UnsupportedGLRequirements">
2013 Second Life için gereken uygun donanıma sahip olmadığınız görünüyor. Second Life çokludesen desteği olan bir OpenGL ekran kartı gerektirir. Eğer sorun bu ise,grafik kartınız için güncel sürücülere ve işletim sisteminiz için servis paketlerine sahip olduğunuzdan emin olunuz. 2013 [VIEWER_NAME] için gereken uygun donanıma sahip olmadığınız görünüyor. [VIEWER_NAME] çokludesen desteği olan bir OpenGL ekran kartı gerektirir. Eğer sorun bu ise,grafik kartınız için güncel sürücülere ve işletim sisteminiz için servis paketlerine sahip olduğunuzdan emin olunuz.
2014 2014
2015Eğer problem hala devam ederse, http://www.secondlife.com/support adresini ziyaret ediniz 2015Eğer problem hala devam ederse, http://www.secondlife.com/support adresini ziyaret ediniz
2016 </global> 2016 </global>
diff --git a/linden/indra/newview/skins/default/xui/uk/notifications.xml b/linden/indra/newview/skins/default/xui/uk/notifications.xml
index b89d545..c7457b3 100644
--- a/linden/indra/newview/skins/default/xui/uk/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/uk/notifications.xml
@@ -71,7 +71,7 @@
71 </form> 71 </form>
72 </template> 72 </template>
73 <notification functor="GenericAcknowledge" label="Невідоме попередження" name="MissingAlert"> 73 <notification functor="GenericAcknowledge" label="Невідоме попередження" name="MissingAlert">
74 Ваша версія Second Life не знає як відобразити попередження, яке вона отримала. 74 Ваша версія [VIEWER_NAME] не знає як відобразити попередження, яке вона отримала.
75 75
76Подробиці: Попередження &apos;[_NAME]&apos; не знайдене у файлі notifications.xml. 76Подробиці: Попередження &apos;[_NAME]&apos; не знайдене у файлі notifications.xml.
77 <usetemplate name="okbutton" yestext="OK"/> 77 <usetemplate name="okbutton" yestext="OK"/>
@@ -94,7 +94,7 @@
94 <usetemplate name="okcancelbuttons" notext="Відміна" yestext="Так"/> 94 <usetemplate name="okcancelbuttons" notext="Відміна" yestext="Так"/>
95 </notification> 95 </notification>
96 <notification name="BadInstallation"> 96 <notification name="BadInstallation">
97 Під час оновлення Second Life сталася помилка. Будь ласка, скачайте останню версію з сайту secondlife.com. 97 Під час оновлення [VIEWER_NAME] сталася помилка. Будь ласка, скачайте останню версію з сайту [VIEWER_SITE].
98 <usetemplate 98 <usetemplate
99 name="okbutton" 99 name="okbutton"
100 yestext="OK"/> 100 yestext="OK"/>
@@ -363,7 +363,7 @@
363 Помилка завантаження знімку звіту через причину: [REASON] 363 Помилка завантаження знімку звіту через причину: [REASON]
364 </notification> 364 </notification>
365 <notification name="MustAgreeToLogIn"> 365 <notification name="MustAgreeToLogIn">
366 Ви повинні погодитися з Умовами обслуговування (TOS), щоб увійти в [SECOND_LIFE]. 366 Ви повинні погодитися з Умовами обслуговування (TOS), щоб увійти в [GRID_NAME].
367 </notification> 367 </notification>
368 <notification name="CouldNotPutOnOutfit"> 368 <notification name="CouldNotPutOnOutfit">
369 Неможливо вдягти комплект. 369 Неможливо вдягти комплект.
@@ -379,7 +379,7 @@
379 Ой! Ви щось не заповнили. 379 Ой! Ви щось не заповнили.
380Вам необхідно увести Ім&apos;я і Прізвище Вашого аватара. 380Вам необхідно увести Ім&apos;я і Прізвище Вашого аватара.
381 381
382Вам необхідний обліковий запис, щоб увійти в [SECOND_LIFE]. Ви бажаєте створити обліковий запис зараз? 382Вам необхідний обліковий запис, щоб увійти в [GRID_NAME]. Ви бажаєте створити обліковий запис зараз?
383 <usetemplate name="okcancelbuttons" notext="Спробувати знову" yestext="Створити новий обліковий запис"/> 383 <usetemplate name="okcancelbuttons" notext="Спробувати знову" yestext="Створити новий обліковий запис"/>
384 </notification> 384 </notification>
385 <notification name="AddClassified"> 385 <notification name="AddClassified">
@@ -421,17 +421,17 @@
421 <usetemplate name="okcancelbuttons" notext="Відміна" yestext="OK"/> 421 <usetemplate name="okcancelbuttons" notext="Відміна" yestext="OK"/>
422 </notification> 422 </notification>
423 <notification name="CacheWillClear"> 423 <notification name="CacheWillClear">
424 Кеш буде очищено після перезавантаження [SECOND_LIFE]. 424 Кеш буде очищено після перезавантаження [VIEWER_NAME].
425 </notification> 425 </notification>
426 <notification name="CacheWillBeMoved"> 426 <notification name="CacheWillBeMoved">
427 Кеш буде переміщено після перезавантаження [SECOND_LIFE]. 427 Кеш буде переміщено після перезавантаження [VIEWER_NAME].
428Примітка: це очистити кеш. 428Примітка: це очистити кеш.
429 </notification> 429 </notification>
430 <notification name="ChangeConnectionPort"> 430 <notification name="ChangeConnectionPort">
431 Настройки порту будуть прийняті після перезавантаження [SECOND_LIFE]. 431 Настройки порту будуть прийняті після перезавантаження [VIEWER_NAME].
432 </notification> 432 </notification>
433 <notification name="ChangeSkin"> 433 <notification name="ChangeSkin">
434 Новий скін з&apos;явиться після перезавантаження [SECOND_LIFE]. 434 Новий скін з&apos;явиться після перезавантаження [VIEWER_NAME].
435 </notification> 435 </notification>
436 <notification name="GoToAuctionPage"> 436 <notification name="GoToAuctionPage">
437 Перейти на вебсторінку [SECOND_LIFE] для перегляду деталей аукціона або зробити ставку? 437 Перейти на вебсторінку [SECOND_LIFE] для перегляду деталей аукціона або зробити ставку?
@@ -490,20 +490,20 @@
490 Неможливо записати файл [[FILE]] 490 Неможливо записати файл [[FILE]]
491 </notification> 491 </notification>
492 <notification name="UnsupportedHardware"> 492 <notification name="UnsupportedHardware">
493 Попередження: Ваша система не відповідає мінімальним системним вимогам. Якщо Ви продовжите використання Second Life, Ви можете зіткнутися з поганою швидкістю програми. Ви может продовжувати, але буде сильно гальмувати. Нажаль, ми також не зможемо надати технічну підтримку для такої системної конфігурації 493 Попередження: Ваша система не відповідає мінімальним системним вимогам. Якщо Ви продовжите використання [VIEWER_NAME], Ви можете зіткнутися з поганою швидкістю програми. Ви может продовжувати, але буде сильно гальмувати. Нажаль, ми також не зможемо надати технічну підтримку для такої системної конфігурації
494 494
495MINSPECS 495MINSPECS
496Хочете відвідати [_URL] для детальної інформації? 496Хочете відвідати [_URL] для детальної інформації?
497 <usetemplate ignoretext="Ігнорувати непідтримуване обладнання" name="okcancelignore" notext="Ні" yestext="Так"/> 497 <usetemplate ignoretext="Ігнорувати непідтримуване обладнання" name="okcancelignore" notext="Ні" yestext="Так"/>
498 </notification> 498 </notification>
499 <notification name="UnknownGPU"> 499 <notification name="UnknownGPU">
500 Ваша система містить графічну карту, яка невідома нам на цей момент. Це трапляється з новим обладнанням, яке ми ще не встигли протестувати. Скоріше за все Second Life буде працювати нормально, але можливо Вам буде необхідно виконати відповідну настройку. (Правка - Настройки - Графіка). 500 Ваша система містить графічну карту, яка невідома нам на цей момент. Це трапляється з новим обладнанням, яке ми ще не встигли протестувати. Скоріше за все [VIEWER_NAME] буде працювати нормально, але можливо Вам буде необхідно виконати відповідну настройку. (Правка - Настройки - Графіка).
501 <form name="form"> 501 <form name="form">
502 <ignore name="ignore" text="Ігнорувати невідому графічну карту"/> 502 <ignore name="ignore" text="Ігнорувати невідому графічну карту"/>
503 </form> 503 </form>
504 </notification> 504 </notification>
505 <notification name="DisplaySettingsNoShaders"> 505 <notification name="DisplaySettingsNoShaders">
506 [SECOND_LIFE] зазнав краху при ініціалізації графічної підсистеми. 506 [VIEWER_NAME] зазнав краху при ініціалізації графічної підсистеми.
507Шейдери вимкнені із-за несумісності з драйвером відеокартки. 507Шейдери вимкнені із-за несумісності з драйвером відеокартки.
508Це виключає деякі графічні можливості. 508Це виключає деякі графічні можливості.
509Рекомендується оновити драйвер відеокарти. 509Рекомендується оновити драйвер відеокарти.
@@ -699,16 +699,16 @@ MINSPECS
699 </notification> 699 </notification>
700 700
701 <notification name="invalid_tport"> 701 <notification name="invalid_tport">
702При спробі телепортування виникла проблема. Можливо Вам прийдеться перезайти в Second Life перед тим, як Ви зможете телепортуватися. Якщо Ви продовжуєте отримувати це повідомлення, зверніться в FAQ техпідтримки Second Life за адресою: 702При спробі телепортування виникла проблема. Можливо Вам прийдеться перезайти в [SECOND_LIFE] перед тим, як Ви зможете телепортуватися. Якщо Ви продовжуєте отримувати це повідомлення, зверніться в FAQ техпідтримки [SECOND_LIFE] за адресою:
703www.secondlife.com/support 703www.secondlife.com/support
704 </notification> 704 </notification>
705 <notification name="invalid_region_handoff"> 705 <notification name="invalid_region_handoff">
706При спробі перетину кордону регіона виникла проблема. Можливо Вам прийдеться перезайти в Second Life перед тим, як Ви зможете перейти кордон. Якщо Ви продовжуєте отримувати це повідомлення, зверніться в FAQ техпідтримки Second Life за адресою: 706При спробі перетину кордону регіона виникла проблема. Можливо Вам прийдеться перезайти в [SECOND_LIFE] перед тим, як Ви зможете перейти кордон. Якщо Ви продовжуєте отримувати це повідомлення, зверніться в FAQ техпідтримки [SECOND_LIFE] за адресою:
707www.secondlife.com/support 707www.secondlife.com/support
708 </notification> 708 </notification>
709 <notification name="blocked_tport"> 709 <notification name="blocked_tport">
710Вибачте, Телепорт зараз заблоковано. Спробуйте ще раз через якийсь час. 710Вибачте, Телепорт зараз заблоковано. Спробуйте ще раз через якийсь час.
711Якщо Ви до цих пір не можете телепортуватися, вийдіть з Second Life, і увійдіть знову для рішення цієї проблеми. 711Якщо Ви до цих пір не можете телепортуватися, вийдіть з [SECOND_LIFE], і увійдіть знову для рішення цієї проблеми.
712 </notification> 712 </notification>
713 <notification name="nolandmark_tport"> 713 <notification name="nolandmark_tport">
714Вибачте, але система не змогла визначити місцезнаходження закладки. 714Вибачте, але система не змогла визначити місцезнаходження закладки.
@@ -721,7 +721,7 @@ www.secondlife.com/support
721Вибачте, але у Вас немає доступу для Телепорта в обраний регіон. 721Вибачте, але у Вас немає доступу для Телепорта в обраний регіон.
722 </notification> 722 </notification>
723 <notification name="missing_attach_tport"> 723 <notification name="missing_attach_tport">
724Ваші прикріплення ще не прибули. Зачекайте їх декілька секунд, або вийдіть з Second Life, і завантажте знову перед тим, як спробувати телепортуватися ще раз. 724Ваші прикріплення ще не прибули. Зачекайте їх декілька секунд, або вийдіть з [SECOND_LIFE], і завантажте знову перед тим, як спробувати телепортуватися ще раз.
725 </notification> 725 </notification>
726 <notification name="too_many_uploads_tport"> 726 <notification name="too_many_uploads_tport">
727Черга входів в цей регіон заповнена, тому Ви не зможете потрапити сюди. 727Черга входів в цей регіон заповнена, тому Ви не зможете потрапити сюди.
@@ -781,7 +781,7 @@ www.secondlife.com/support
781Не знайдений регіон з цієї землею. 781Не знайдений регіон з цієї землею.
782 </notification> 782 </notification>
783 <notification name="CannotCloseFloaterBuyLand"> 783 <notification name="CannotCloseFloaterBuyLand">
784 Ви не можете закрити вікно Покупки землі до тих пір, доки Second Life не розрахує суму транзакції. 784 Ви не можете закрити вікно Покупки землі до тих пір, доки [GRID_NAME] не розрахує суму транзакції.
785 </notification> 785 </notification>
786 <notification name="CannotDeedLandNothingSelected"> 786 <notification name="CannotDeedLandNothingSelected">
787 Неможливо задіяти землю: 787 Неможливо задіяти землю:
@@ -954,9 +954,9 @@ www.secondlife.com/support
954Якщо проблема залишилася, увійдіть в &apos;Інструменти &gt; Звіт про помилку&apos; і повідомте деталі Ваших мережевих настроєк. 954Якщо проблема залишилася, увійдіть в &apos;Інструменти &gt; Звіт про помилку&apos; і повідомте деталі Ваших мережевих настроєк.
955 </notification> 955 </notification>
956 <notification name="YouHaveBeenLoggedOut"> 956 <notification name="YouHaveBeenLoggedOut">
957 Ви від&apos;єднані від [SECOND_LIFE]: 957 Ви від&apos;єднані від [GRID_NAME]:
958 [MESSAGE] 958 [MESSAGE]
959Ви все ще можете переглянути ПП і чат, натиснувши &apos;Переглянути ПП &amp; Чат&apos;. В іншому випадку натисніть &apos;Вихід&apos;, щоб залишити [SECOND_LIFE]. 959Ви все ще можете переглянути ПП і чат, натиснувши &apos;Переглянути ПП &amp; Чат&apos;. В іншому випадку натисніть &apos;Вихід&apos;, щоб залишити [VIEWER_NAME].
960 <usetemplate name="okcancelbuttons" notext="Вихід" yestext="Переглянути ПП &amp; Чат"/> 960 <usetemplate name="okcancelbuttons" notext="Вихід" yestext="Переглянути ПП &amp; Чат"/>
961 </notification> 961 </notification>
962 <notification name="OnlyOfficerCanBuyLand"> 962 <notification name="OnlyOfficerCanBuyLand">
@@ -1121,10 +1121,10 @@ www.secondlife.com/support
1121 </form> 1121 </form>
1122 </notification> 1122 </notification>
1123 <notification name="FirstRun"> 1123 <notification name="FirstRun">
1124 [SECOND_LIFE] установку завершено. 1124 [VIEWER_NAME] установку завершено.
1125 1125
1126Якщо Ви вперше використовуєте [SECOND_LIFE], перед входом Вам необхідно створити аккаунт. 1126Якщо Ви вперше використовуєте [GRID_NAME], перед входом Вам необхідно створити аккаунт.
1127Повернутися на www.secondlife.com для створення нового аккаунта? 1127Повернутися на [GRID_SITE] для створення нового аккаунта?
1128 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Новий аккаунт."/> 1128 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Новий аккаунт."/>
1129 </notification> 1129 </notification>
1130 <notification name="LoginPacketNeverReceived"> 1130 <notification name="LoginPacketNeverReceived">
@@ -1141,7 +1141,7 @@ www.secondlife.com/support
1141 Ваш персонаж з&apos;явиться через момент. 1141 Ваш персонаж з&apos;явиться через момент.
1142 1142
1143Використовуйте стрілки для руху. 1143Використовуйте стрілки для руху.
1144Використовуйте F1 кожен раз, коли Вам потрібна допомога або захочеться дізнатися більше про [SECOND_LIFE]. 1144Використовуйте F1 кожен раз, коли Вам потрібна допомога або захочеться дізнатися більше про [GRID_NAME].
1145Виберіть чоловічий або жіночий аватар. Можете потім змінити цей вибір. 1145Виберіть чоловічий або жіночий аватар. Можете потім змінити цей вибір.
1146 <usetemplate name="okcancelbuttons" notext="Жінка" yestext="Чоловік"/> 1146 <usetemplate name="okcancelbuttons" notext="Жінка" yestext="Чоловік"/>
1147 </notification> 1147 </notification>
@@ -1226,33 +1226,33 @@ www.secondlife.com/support
1226[DOWNLOAD_PATH]. 1226[DOWNLOAD_PATH].
1227 </notification> 1227 </notification>
1228 <notification name="DownloadWindowsMandatory"> 1228 <notification name="DownloadWindowsMandatory">
1229 Доступна нова версія [SECOND_LIFE]. 1229 Доступна нова версія [VIEWER_NAME].
1230[MESSAGE] 1230[MESSAGE]
1231Вам необхідно скачати оновлення [SECOND_LIFE]. 1231Вам необхідно скачати оновлення [GRID_NAME].
1232 <usetemplate name="okcancelbuttons" notext="Вихід" yestext="Скачати"/> 1232 <usetemplate name="okcancelbuttons" notext="Вихід" yestext="Скачати"/>
1233 </notification> 1233 </notification>
1234 <notification name="DownloadWindows"> 1234 <notification name="DownloadWindows">
1235 Доступна нова версія [SECOND_LIFE]. 1235 Доступна нова версія [VIEWER_NAME].
1236[MESSAGE] 1236[MESSAGE]
1237Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності. 1237Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності.
1238 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Скачати"/> 1238 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Скачати"/>
1239 </notification> 1239 </notification>
1240 <notification name="DownloadWindowsReleaseForDownload"> 1240 <notification name="DownloadWindowsReleaseForDownload">
1241 Доступна нова версія [SECOND_LIFE]. 1241 Доступна нова версія [VIEWER_NAME].
1242[MESSAGE] 1242[MESSAGE]
1243Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності. 1243Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності.
1244 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Скачати"/> 1244 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Скачати"/>
1245 </notification> 1245 </notification>
1246 <notification name="DownloadMacMandatory"> 1246 <notification name="DownloadMacMandatory">
1247 Доступна нова версія [SECOND_LIFE]. 1247 Доступна нова версія [VIEWER_NAME].
1248[MESSAGE] 1248[MESSAGE]
1249Вам необхідно скачати оновлення [SECOND_LIFE]. 1249Вам необхідно скачати оновлення [GRID_NAME].
1250 1250
1251Скачати її у Вашу папку для програм? 1251Скачати її у Вашу папку для програм?
1252 <usetemplate name="okcancelbuttons" notext="Вихід" yestext="Скачати"/> 1252 <usetemplate name="okcancelbuttons" notext="Вихід" yestext="Скачати"/>
1253 </notification> 1253 </notification>
1254 <notification name="DownloadMac"> 1254 <notification name="DownloadMac">
1255 Доступна нова версія [SECOND_LIFE]. 1255 Доступна нова версія [VIEWER_NAME].
1256[MESSAGE] 1256[MESSAGE]
1257Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності. 1257Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності.
1258 1258
@@ -1260,7 +1260,7 @@ www.secondlife.com/support
1260 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Скачати"/> 1260 <usetemplate name="okcancelbuttons" notext="Продовжити" yestext="Скачати"/>
1261 </notification> 1261 </notification>
1262 <notification name="DownloadMacReleaseForDownload"> 1262 <notification name="DownloadMacReleaseForDownload">
1263 Доступна нова версія [SECOND_LIFE]. 1263 Доступна нова версія [VIEWER_NAME].
1264[MESSAGE] 1264[MESSAGE]
1265Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності. 1265Установка нової версії не обов&apos;язкова, але рекомендується використовувати її для підвищення швидкодії і стабільності.
1266 1266
@@ -1368,7 +1368,7 @@ www.secondlife.com/support
1368 З яким повідомленням викинути користувача? 1368 З яким повідомленням викинути користувача?
1369 <form name="form"> 1369 <form name="form">
1370 <input name="message" type="text"> 1370 <input name="message" type="text">
1371 Адміністратор викинув Вас з Second Life. 1371 Адміністратор викинув Вас з [GRID_NAME].
1372 </input> 1372 </input>
1373 <button name="OK" text="OK"/> 1373 <button name="OK" text="OK"/>
1374 <button name="Cancel" text="Відміна"/> 1374 <button name="Cancel" text="Відміна"/>
@@ -1378,7 +1378,7 @@ www.secondlife.com/support
1378 З яким повідомленням викинути всіх з гріду? 1378 З яким повідомленням викинути всіх з гріду?
1379 <form name="form"> 1379 <form name="form">
1380 <input name="message" type="text"> 1380 <input name="message" type="text">
1381 Адміністратор викинув Вас з Second Life. 1381 Адміністратор викинув Вас з [GRID_NAME].
1382 </input> 1382 </input>
1383 <button name="OK" text="OK"/> 1383 <button name="OK" text="OK"/>
1384 <button name="Cancel" text="Відміна"/> 1384 <button name="Cancel" text="Відміна"/>
@@ -1863,7 +1863,7 @@ www.secondlife.com/support
1863За замовчуванням: вимк. 1863За замовчуванням: вимк.
1864 </notification> 1864 </notification>
1865 <notification label="Версія голосу не сумісна" name="VoiceVersionMismatch"> 1865 <notification label="Версія голосу не сумісна" name="VoiceVersionMismatch">
1866 Ця версія Second Life не сумісна з Голосовим Чатом в регіоні. Для використання функцій Голосового чату оновіть клієнт. 1866 Ця версія [VIEWER_NAME] не сумісна з Голосовим Чатом в регіоні. Для використання функцій Голосового чату оновіть клієнт.
1867 </notification> 1867 </notification>
1868 <notification label="Угода землі" name="HelpEstateCovenant"> 1868 <notification label="Угода землі" name="HelpEstateCovenant">
1869 Установка Угоди маєтку дозволяє продавати ділянки цього маєтку. Без угоди Ви не зможете їх продавати. Замітка з Угодою може бути порожньою, якщо Ви не бажаєте приміняти ніяких спеціальних правил або реклами для покупців. 1869 Установка Угоди маєтку дозволяє продавати ділянки цього маєтку. Без угоди Ви не зможете їх продавати. Замітка з Угодою може бути порожньою, якщо Ви не бажаєте приміняти ніяких спеціальних правил або реклами для покупців.
@@ -1979,12 +1979,12 @@ www.secondlife.com/support
1979 В цьому об&apos;єкті немає елементів з правом копіювання для Вас 1979 В цьому об&apos;єкті немає елементів з правом копіювання для Вас
1980 </notification> 1980 </notification>
1981 <notification name="WebLaunchAccountHistory"> 1981 <notification name="WebLaunchAccountHistory">
1982 Перейти на сайт Second Life для перегляду історії аккаунта? 1982 Перейти на сайт [SECOND_LIFE] для перегляду історії аккаунта?
1983 <usetemplate ignoretext="Завантаження історії аккаунта" name="okcancelignore" notext="Відміна" yestext="Перейти на сторінку"/> 1983 <usetemplate ignoretext="Завантаження історії аккаунта" name="okcancelignore" notext="Відміна" yestext="Перейти на сторінку"/>
1984 </notification> 1984 </notification>
1985 <notification name="ClickOpenF1Help"> 1985 <notification name="ClickOpenF1Help">
1986 Відвідати сайт Second Life? 1986 Відвідати сайт [SECOND_LIFE]?
1987 <usetemplate ignoretext="Відвідати сторінку підтримки Second Life?" name="okcancelignore" notext="Відміна" yestext="Перейти"/> 1987 <usetemplate ignoretext="Відвідати сторінку підтримки [SECOND_LIFE]?" name="okcancelignore" notext="Відміна" yestext="Перейти"/>
1988 </notification> 1988 </notification>
1989 <notification name="ConfirmQuit"> 1989 <notification name="ConfirmQuit">
1990 Ви дійсно хочете вийти? 1990 Ви дійсно хочете вийти?
@@ -2011,7 +2011,7 @@ Linden Lab не роздивляється скарги з Ваших файлі
2011 2011
2012- 2012-
2013Ваше рішення по скарзі приймається тільки в цьому регіоні. 2013Ваше рішення по скарзі приймається тільки в цьому регіоні.
2014Резиденти з доступом з інших місць Second Life не будуть зачеплені Вашим рішенням. Тільки Ліндени можуть обмежити доступ резидентам на всій території Second Life. 2014Резиденти з доступом з інших місць [GRID_NAME] не будуть зачеплені Вашим рішенням. <!-- Тільки Ліндени можуть обмежити доступ резидентам на всій території [GRID_NAME]. -->
2015 </notification> 2015 </notification>
2016 <notification name="HelpReportBug"> 2016 <notification name="HelpReportBug">
2017 Використовуйте цей засіб *тільки* для технічних скарг, описуючи стільки деталей, скільки зможете Ви можете відповісти на автовідповідач по e-mail і додати туди ще деталей по Вашій скарзі. 2017 Використовуйте цей засіб *тільки* для технічних скарг, описуючи стільки деталей, скільки зможете Ви можете відповісти на автовідповідач по e-mail і додати туди ще деталей по Вашій скарзі.
@@ -2062,9 +2062,9 @@ http://secondlife.com/community/support.php
2062 2062
2063Схоже, що Ви повідомляєте про порушення права інтелектуальної власності. Будь ласка, перевірте, що Ви робите це правильно: 2063Схоже, що Ви повідомляєте про порушення права інтелектуальної власності. Будь ласка, перевірте, що Ви робите це правильно:
2064 2064
2065(1) Процес скарги. Ви можете повідомити про порушення, якщо впевнені в тому, що Резидент використовує систему прав Second Life, наприклад, використовуючи CopyBot або схожі інструменти для копіювання, для порушення прав інтелектуальної власності. Команда по скаргах розслідує і застосовує відповідні дисциплінарні міри за поведінку, яка порушує Стандарти Спільноти (CS) Second Life або Умови Надання Послуги (TOS). Тем не менш, ця Команда не уповноважена відповідати на запити про видалення контенту зі світу Second Life. 2065(1) Процес скарги. Ви можете повідомити про порушення, якщо впевнені в тому, що Резидент використовує систему прав [SECOND_LIFE], наприклад, використовуючи CopyBot або схожі інструменти для копіювання, для порушення прав інтелектуальної власності. Команда по скаргах розслідує і застосовує відповідні дисциплінарні міри за поведінку, яка порушує Стандарти Спільноти (CS) [SECOND_LIFE] або Умови Надання Послуги (TOS). Тем не менш, ця Команда не уповноважена відповідати на запити про видалення контенту зі світу [SECOND_LIFE].
2066 2066
2067(2) DMCA або Процес Видалення Контенту. Для того, щоб зробити запит на видалення контенту з Second Life, Ви ПОВИННІ підтвердити порушення так, як сказано у нашій політиці DMCA тут http://secondlife.com/corporate/dmca.php. 2067(2) DMCA або Процес Видалення Контенту. Для того, щоб зробити запит на видалення контенту з [SECOND_LIFE], Ви ПОВИННІ підтвердити порушення так, як сказано у нашій політиці DMCA тут http://secondlife.com/corporate/dmca.php.
2068 2068
2069Якщо Ви все ще бажаєте продовжити процес скарги, будь ласка, закрийте це вікно і закінчуйте Ваше повідомлення. Вам необхідно обрати відповідну категорію &apos;CopyBot або Використання Прав&apos;. 2069Якщо Ви все ще бажаєте продовжити процес скарги, будь ласка, закрийте це вікно і закінчуйте Ваше повідомлення. Вам необхідно обрати відповідну категорію &apos;CopyBot або Використання Прав&apos;.
2070 2070
@@ -2272,7 +2272,7 @@ X і Y задає їх позицію. D (щільність) визначає
2272 Задає швидкість руху хмар через вісі Y 2272 Задає швидкість руху хмар через вісі Y
2273 </notification> 2273 </notification>
2274 <notification name="HelpClassicClouds"> 2274 <notification name="HelpClassicClouds">
2275 Установка цієї опції включає малювання старих хмар Second Life до нових WindLight. 2275 Установка цієї опції включає малювання старих хмар [SECOND_LIFE] до нових WindLight.
2276 </notification> 2276 </notification>
2277 <notification name="HelpWaterFogColor"> 2277 <notification name="HelpWaterFogColor">
2278 Вибір кольору підводного туману. 2278 Вибір кольору підводного туману.
@@ -2370,14 +2370,14 @@ X і Y задає їх позицію. D (щільність) визначає
2370 </notification> 2370 </notification>
2371 <notification name="NotAgeVerified"> 2371 <notification name="NotAgeVerified">
2372 Необхідна перевірка на дорослість для доступу до ділянки. 2372 Необхідна перевірка на дорослість для доступу до ділянки.
2373Чи Ви бажаєте відвідати вебсайт Second Life для перевірки Вашого віку? 2373Чи Ви бажаєте відвідати вебсайт [SECOND_LIFE] для перевірки Вашого віку?
2374 2374
2375[_URL] 2375[_URL]
2376 <usetemplate ignoretext="Попередження про відсутність перевірки віку" name="okcancelignore" notext="Ні" yestext="Так"/> 2376 <usetemplate ignoretext="Попередження про відсутність перевірки віку" name="okcancelignore" notext="Ні" yestext="Так"/>
2377 </notification> 2377 </notification>
2378 <notification name="Cannot enter parcel: no payment info on file"> 2378 <notification name="Cannot enter parcel: no payment info on file">
2379 Ця ділянка вимагає перевірки Вашої платоспроможності перед тим, як ви отримаєте доступ на неї. 2379 Ця ділянка вимагає перевірки Вашої платоспроможності перед тим, як ви отримаєте доступ на неї.
2380Чи Ви бажаєте відвідати вебсайт Second Life для запуску перевірки? 2380Чи Ви бажаєте відвідати вебсайт [SECOND_LIFE] для запуску перевірки?
2381 2381
2382[_URL] 2382[_URL]
2383 <usetemplate ignoretext="Попередження про відсутність інформації про платоспроможність." name="okcancelignore" notext="Ні" yestext="Так"/> 2383 <usetemplate ignoretext="Попередження про відсутність інформації про платоспроможність." name="okcancelignore" notext="Ні" yestext="Так"/>
@@ -2404,7 +2404,7 @@ X і Y задає їх позицію. D (щільність) визначає
2404 [FIRST] [LAST] Онлайн 2404 [FIRST] [LAST] Онлайн
2405 </notification> 2405 </notification>
2406 <notification name="FriendOffline"> 2406 <notification name="FriendOffline">
2407 [FIRST] [LAST] вийшов з Second Life 2407 [FIRST] [LAST] вийшов з [GRID_NAME]
2408 </notification> 2408 </notification>
2409 <notification name="AddSelfFriend"> 2409 <notification name="AddSelfFriend">
2410 Ви не можете додати себе до друзів 2410 Ви не можете додати себе до друзів
@@ -2685,13 +2685,13 @@ X і Y задає їх позицію. D (щільність) визначає
2685 Неможливо створити з&apos;єднання. 2685 Неможливо створити з&apos;єднання.
2686 </notification> 2686 </notification>
2687 <notification name="InternalUsherError"> 2687 <notification name="InternalUsherError">
2688 Під час спроби здійснити Ваш телепорт сталася внутрішня помилка. Second Life зазнає певні проблеми зараз. 2688 Під час спроби здійснити Ваш телепорт сталася внутрішня помилка. [GRID_NAME] зазнає певні проблеми зараз.
2689 </notification> 2689 </notification>
2690 <notification name="NoGoodTPDestination"> 2690 <notification name="NoGoodTPDestination">
2691 Неможливо знайти гарну точку для телепорту в цей регіон. 2691 Неможливо знайти гарну точку для телепорту в цей регіон.
2692 </notification> 2692 </notification>
2693 <notification name="InternalErrorRegionResolver"> 2693 <notification name="InternalErrorRegionResolver">
2694 Під час спроби здійснити Ваш телепорт сталася внутрішня помилка. Second Life зазнає певні проблеми зараз. 2694 Під час спроби здійснити Ваш телепорт сталася внутрішня помилка. [GRID_NAME] зазнає певні проблеми зараз.
2695 </notification> 2695 </notification>
2696 <notification name="NoValidLanding"> 2696 <notification name="NoValidLanding">
2697 Робоча точка прибуття не знайдена. 2697 Робоча точка прибуття не знайдена.
@@ -2812,7 +2812,7 @@ X і Y задає їх позицію. D (щільність) визначає
2812 Не вдалося знайти [TYPE], що назив. [DESC] в базі даних. 2812 Не вдалося знайти [TYPE], що назив. [DESC] в базі даних.
2813 </notification> 2813 </notification>
2814 <notification name="InvalidWearable"> 2814 <notification name="InvalidWearable">
2815 Предмет, який Ви намагаєтеся одягти, використовує функції, які Ваш клієнт не може прочитати. Будь ласка, обновіть клієнт Second Life. 2815 Предмет, який Ви намагаєтеся одягти, використовує функції, які Ваш клієнт не може прочитати. Будь ласка, обновіть клієнт [VIEWER_NAME].
2816 </notification> 2816 </notification>
2817 <notification name="ScriptQuestion"> 2817 <notification name="ScriptQuestion">
2818 Об&apos;єкт &apos;[NAME]&apos;, що належить вам і називається &apos;[OBJECTNAME]&apos; хоче: 2818 Об&apos;єкт &apos;[NAME]&apos;, що належить вам і називається &apos;[OBJECTNAME]&apos; хоче:
@@ -2872,7 +2872,7 @@ X і Y задає їх позицію. D (щільність) визначає
2872Використовуйте елементи праворуч, щоб знайти на карті різні речі і показати різні фони. 2872Використовуйте елементи праворуч, щоб знайти на карті різні речі і показати різні фони.
2873 </notification> 2873 </notification>
2874 <notification name="FirstBuild"> 2874 <notification name="FirstBuild">
2875 Ви можете будувати об&apos;єкти в різних областях [SECOND_LIFE]. 2875 Ви можете будувати об&apos;єкти в різних областях [GRID_NAME].
2876Виберіть зверху ліворуч необхідний інструмент і спробуйте утримуючи кнопки Ctrl або Alt швидко міняти інструменти. 2876Виберіть зверху ліворуч необхідний інструмент і спробуйте утримуючи кнопки Ctrl або Alt швидко міняти інструменти.
2877Натисніть Esc, щоб припинити будувати. 2877Натисніть Esc, щоб припинити будувати.
2878 </notification> 2878 </notification>
@@ -2918,7 +2918,7 @@ X і Y задає їх позицію. D (щільність) визначає
2918 </notification> 2918 </notification>
2919 <notification name="FirstDebugMenus"> 2919 <notification name="FirstDebugMenus">
2920 Ви увімкнули меню налагодження Клієнт/Сервер. 2920 Ви увімкнули меню налагодження Клієнт/Сервер.
2921Це меню містить засоби, корисні для розробників Second Life. 2921Це меню містить засоби, корисні для розробників [VIEWER_NAME].
2922Щоб увімкнути(вимкнути) меню використовуйте комбінацію кнопок Ctrl+Alt+D. На Маке вик-те Cmd-Opt-Shift-D. 2922Щоб увімкнути(вимкнути) меню використовуйте комбінацію кнопок Ctrl+Alt+D. На Маке вик-те Cmd-Opt-Shift-D.
2923 </notification> 2923 </notification>
2924 <notification name="FirstSculptedPrim"> 2924 <notification name="FirstSculptedPrim">
@@ -3027,7 +3027,7 @@ X і Y задає їх позицію. D (щільність) визначає
3027 - Ваш процесор не відповідає мінімальним вимогам. 3027 - Ваш процесор не відповідає мінімальним вимогам.
3028 </global> 3028 </global>
3029 <global name="UnsupportedGLRequirements"> 3029 <global name="UnsupportedGLRequirements">
3030 Ваше обладнання не підходить для Second Life. Необхідна OpenGL карта з мультитекстуруванням. Якщо це так, Ви повинні скачати і встановити останні драйвери на карту з сайта виробника. 3030 Ваше обладнання не підходить для [VIEWER_NAME]. Необхідна OpenGL карта з мультитекстуруванням. Якщо це так, Ви повинні скачати і встановити останні драйвери на карту з сайта виробника.
3031 3031
3032Якщо проблема не усунута перейдіть на сайт підтримки: http://www.secondlife.com/support 3032Якщо проблема не усунута перейдіть на сайт підтримки: http://www.secondlife.com/support
3033 </global> 3033 </global>
diff --git a/linden/indra/newview/skins/default/xui/zh/notifications.xml b/linden/indra/newview/skins/default/xui/zh/notifications.xml
index 51ea55b..acbb18b 100644
--- a/linden/indra/newview/skins/default/xui/zh/notifications.xml
+++ b/linden/indra/newview/skins/default/xui/zh/notifications.xml
@@ -1,5 +1,13 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<notifications> 2<notifications>
3
4 <!-- I think "Second Life" should not be localized, actually. -Jacek -->
5 <!--
6 <global name="SECOND_LIFE">
7 二人生
8 </global>
9 -->
10
3 <global name="skipnexttime"> 11 <global name="skipnexttime">
4 下次不要再让我看这个了 12 下次不要再让我看这个了
5 </global> 13 </global>
@@ -72,7 +80,7 @@
72 </form> 80 </form>
73 </template> 81 </template>
74 <notification functor="GenericAcknowledge" label="未知警报" name="MissingAlert"> 82 <notification functor="GenericAcknowledge" label="未知警报" name="MissingAlert">
75 您的第二人本无法显示所接收到的讯息。 83 您的第[VIEWER_NAME]版本无法显示所接收到的讯息。
76 84
77错误详情:无法在notifications.xml中找到‘[_NAME]’。 85错误详情:无法在notifications.xml中找到‘[_NAME]’。
78 <usetemplate name="okbutton" yestext="确定"/> 86 <usetemplate name="okbutton" yestext="确定"/>
@@ -95,7 +103,7 @@
95 <usetemplate name="okcancelbuttons" notext="取消" yestext="是"/> 103 <usetemplate name="okcancelbuttons" notext="取消" yestext="是"/>
96 </notification> 104 </notification>
97 <notification name="BadInstallation"> 105 <notification name="BadInstallation">
98二人生升级错误。请从secondlife.com重新下载安装最新版本。 106[VIEWER_NAME]升级错误。请从[VIEWER_SITE]重新下载安装最新版本。
99 <usetemplate 107 <usetemplate
100 name="okbutton" 108 name="okbutton"
101 yestext="确定"/> 109 yestext="确定"/>
@@ -277,7 +285,7 @@
277 <usetemplate name="okcancelbuttons" notext="取消" yestext="确定"/> 285 <usetemplate name="okcancelbuttons" notext="取消" yestext="确定"/>
278 </notification> 286 </notification>
279 <notification name="ConfirmLandSaleToAnyoneChange"> 287 <notification name="ConfirmLandSaleToAnyoneChange">
280 请注意: 点击 ‘售出给任何人’ 将使你的土地对整个第二人生社区开放,包括当前不在这个地区中的人。 288 请注意: 点击 ‘售出给任何人’ 将使你的土地对整个第[GRID_NAME]社区开放,包括当前不在这个地区中的人。
281 289
282所选的 [LAND_SIZE]平方米土地正被设置为代售。 290所选的 [LAND_SIZE]平方米土地正被设置为代售。
283你的售价将是为 L$[SALE_PRICE]并将被授权售给[NAME]。 291你的售价将是为 L$[SALE_PRICE]并将被授权售给[NAME]。
@@ -375,7 +383,7 @@
375 上传报告的屏幕截图时出错,出于以下原因: [REASON]。 383 上传报告的屏幕截图时出错,出于以下原因: [REASON]。
376 </notification> 384 </notification>
377 <notification name="MustAgreeToLogIn"> 385 <notification name="MustAgreeToLogIn">
378 你必须同意服务协议才能继续登陆至 [SECOND_LIFE]。 386 你必须同意服务协议才能继续登陆至 [GRID_NAME]。
379 </notification> 387 </notification>
380 <notification name="CouldNotPutOnOutfit"> 388 <notification name="CouldNotPutOnOutfit">
381 无法装载装束。 389 无法装载装束。
@@ -391,7 +399,7 @@
391 哎呀!有什么地方没填上。 399 哎呀!有什么地方没填上。
392您必须输入您的化身的名和姓。 400您必须输入您的化身的名和姓。
393 401
394您需要一个帐户才能进入[SECOND_LIFE]。您希望现在创建一个吗? 402您需要一个帐户才能进入[GRID_NAME]。您希望现在创建一个吗?
395 <usetemplate name="okcancelbuttons" notext="再试一次吧…" yestext="创建新帐户"/> 403 <usetemplate name="okcancelbuttons" notext="再试一次吧…" yestext="创建新帐户"/>
396 </notification> 404 </notification>
397 <notification name="AddClassified"> 405 <notification name="AddClassified">
@@ -434,17 +442,17 @@
434 <usetemplate name="okcancelbuttons" notext="取消" yestext="确定"/> 442 <usetemplate name="okcancelbuttons" notext="取消" yestext="确定"/>
435 </notification> 443 </notification>
436 <notification name="CacheWillClear"> 444 <notification name="CacheWillClear">
437 缓存将在重新启动 [SECOND_LIFE] 后清除。 445 缓存将在重新启动 [VIEWER_NAME] 后清除。
438 </notification> 446 </notification>
439 <notification name="CacheWillBeMoved"> 447 <notification name="CacheWillBeMoved">
440 缓存将在重新启动 [SECOND_LIFE] 后移动。 448 缓存将在重新启动 [VIEWER_NAME] 后移动。
441注意: 这样将会清除缓存。 449注意: 这样将会清除缓存。
442 </notification> 450 </notification>
443 <notification name="ChangeConnectionPort"> 451 <notification name="ChangeConnectionPort">
444 端口设定将在重新启动 [SECOND_LIFE] 后生效。 452 端口设定将在重新启动 [VIEWER_NAME] 后生效。
445 </notification> 453 </notification>
446 <notification name="ChangeSkin"> 454 <notification name="ChangeSkin">
447 新皮肤将在 [SECOND_LIFE] 重新启动后应用。 455 新皮肤将在 [VIEWER_NAME] 重新启动后应用。
448 </notification> 456 </notification>
449 <notification name="GoToAuctionPage"> 457 <notification name="GoToAuctionPage">
450 是否跳至[SECOND_LIFE]网页查看拍卖信息 458 是否跳至[SECOND_LIFE]网页查看拍卖信息
@@ -504,7 +512,7 @@
504 无法写入文件 [[FILE]] 512 无法写入文件 [[FILE]]
505 </notification> 513 </notification>
506 <notification name="UnsupportedHardware"> 514 <notification name="UnsupportedHardware">
507 警告: 您的系统没有满足第二人生的最低系统需求。如果您继续使用第二人生,您可能会得到糟糕的性能体验。不幸的是,我们无法为不支持的系统配备提供技术支持。 515 警告: 您的系统没有满足第[VIEWER_NAME]的最低系统需求。如果您继续使用第[VIEWER_NAME],您可能会得到糟糕的性能体验。不幸的是,我们无法为不支持的系统配备提供技术支持。
508 516
509MINSPECS 517MINSPECS
510您希望访问 [_URL] 得到更多信息吗? 518您希望访问 [_URL] 得到更多信息吗?
@@ -516,7 +524,7 @@ MINSPECS
516 <notification name="UnknownGPU"> 524 <notification name="UnknownGPU">
517 您的系统中安装了一个我们所不知道的显卡。 525 您的系统中安装了一个我们所不知道的显卡。
518这经常发生于我们还没有来得及测试的新硬件上。 526这经常发生于我们还没有来得及测试的新硬件上。
519二人生将很可能正常运行,但您也许要 527[VIEWER_NAME]将很可能正常运行,但您也许要
520调节您的图形设定到更合适的水平上。 528调节您的图形设定到更合适的水平上。
521(编辑 &gt; 首选项 &gt; 图像)。 529(编辑 &gt; 首选项 &gt; 图像)。
522 <form name="form"> 530 <form name="form">
@@ -524,7 +532,7 @@ MINSPECS
524 </form> 532 </form>
525 </notification> 533 </notification>
526 <notification name="DisplaySettingsNoShaders"> 534 <notification name="DisplaySettingsNoShaders">
527 [SECOND_LIFE] 在初始化图形驱动程序时崩溃了。 535 [VIEWER_NAME] 在初始化图形驱动程序时崩溃了。
528图形质量将被设为“低”以避免常见的驱动程序错误。 536图形质量将被设为“低”以避免常见的驱动程序错误。
529这将禁用某些图形特性。 537这将禁用某些图形特性。
530我们建议更新您的显示卡驱动程序。 538我们建议更新您的显示卡驱动程序。
@@ -825,7 +833,7 @@ www.secondlife.com/support
825无法找到该土地所在区域。 833无法找到该土地所在区域。
826 </notification> 834 </notification>
827 <notification name="CannotCloseFloaterBuyLand"> 835 <notification name="CannotCloseFloaterBuyLand">
828 在第二人生完成对这次交易的估价前, 836 在第[GRID_NAME]完成对这次交易的估价前,
829你不能关闭“购买土地”窗口。 837你不能关闭“购买土地”窗口。
830 </notification> 838 </notification>
831 <notification name="CannotDeedLandNothingSelected"> 839 <notification name="CannotDeedLandNothingSelected">
@@ -1000,12 +1008,12 @@ www.secondlife.com/support
1000您的网络设置的具体信息。 1008您的网络设置的具体信息。
1001 </notification> 1009 </notification>
1002 <notification name="YouHaveBeenLoggedOut"> 1010 <notification name="YouHaveBeenLoggedOut">
1003 你已经退出[SECOND_LIFE]: 1011 你已经退出[GRID_NAME]:
1004 1012
1005[MESSAGE] 1013[MESSAGE]
1006 1014
1007您仍可以查看历史即时通记录和聊天记录。 1015您仍可以查看历史即时通记录和聊天记录。
1008否则点击退出将立即关闭 [SECOND_LIFE]。 1016否则点击退出将立即关闭 [VIEWER_NAME]。
1009 <usetemplate name="okcancelbuttons" notext="退出" yestext="查看聊天记录"/> 1017 <usetemplate name="okcancelbuttons" notext="退出" yestext="查看聊天记录"/>
1010 </notification> 1018 </notification>
1011 <notification name="OnlyOfficerCanBuyLand"> 1019 <notification name="OnlyOfficerCanBuyLand">
@@ -1191,16 +1199,16 @@ www.secondlife.com/support
1191 </form> 1199 </form>
1192 </notification> 1200 </notification>
1193 <notification name="FirstRun"> 1201 <notification name="FirstRun">
1194 [SECOND_LIFE] 安装已完成。 1202 [VIEWER_NAME] 安装已完成。
1195 1203
1196如果这是你第一次使用[SECOND_LIFE], 登陆前你 1204如果这是你第一次使用[GRID_NAME], 登陆前你
1197需要创建一个新帐户。 1205需要创建一个新帐户。
1198 1206
1199返回 www.secondlife.com 创建账户? 1207返回 [GRID_SITE] 创建账户?
1200 <usetemplate name="okcancelbuttons" notext="继续" yestext="新帐户..."/> 1208 <usetemplate name="okcancelbuttons" notext="继续" yestext="新帐户..."/>
1201 </notification> 1209 </notification>
1202 <notification name="LoginPacketNeverReceived"> 1210 <notification name="LoginPacketNeverReceived">
1203 我们遇到了一些连接上的麻烦。问题可能出在您的互联网连接,也可能出在第二人生的服务器。 1211 我们遇到了一些连接上的麻烦。问题可能出在您的互联网连接,也可能出在第[GRID_NAME]的服务器。
1204 1212
1205请几分钟后再试, 或点击帮助连接我们的支持页面,或选择 “瞬间移动” 来尝试瞬间移动回家。 1213请几分钟后再试, 或点击帮助连接我们的支持页面,或选择 “瞬间移动” 来尝试瞬间移动回家。
1206 <form name="form"> 1214 <form name="form">
@@ -1213,7 +1221,7 @@ www.secondlife.com/support
1213 你的角色将在数秒后出现。 1221 你的角色将在数秒后出现。
1214 1222
1215使用方向键来行走。 1223使用方向键来行走。
1216任何时候都可以按 F1 键,来获取帮助或学习更多关于 [SECOND_LIFE] 的信息。 1224任何时候都可以按 F1 键,来获取帮助或学习更多关于 [GRID_NAME] 的信息。
1217请选择男性或女性角色。 1225请选择男性或女性角色。
1218以后还是可以改变主意的。 1226以后还是可以改变主意的。
1219 <usetemplate name="okcancelbuttons" notext="女性" yestext="男性"/> 1227 <usetemplate name="okcancelbuttons" notext="女性" yestext="男性"/>
@@ -1308,36 +1316,36 @@ www.secondlife.com/support
1308[DOWNLOAD_PATH] 1316[DOWNLOAD_PATH]
1309 </notification> 1317 </notification>
1310 <notification name="DownloadWindowsMandatory"> 1318 <notification name="DownloadWindowsMandatory">
1311 [SECOND_LIFE] 有新版本可用。 1319 [VIEWER_NAME] 有新版本可用。
1312[MESSAGE] 1320[MESSAGE]
1313 1321
1314你必须下载此更新才能使用 [SECOND_LIFE]。 1322你必须下载此更新才能使用 [GRID_NAME]。
1315 <usetemplate name="okcancelbuttons" notext="退出" yestext="下载"/> 1323 <usetemplate name="okcancelbuttons" notext="退出" yestext="下载"/>
1316 </notification> 1324 </notification>
1317 <notification name="DownloadWindows"> 1325 <notification name="DownloadWindows">
1318 [SECOND_LIFE] 有新版本可用。 1326 [VIEWER_NAME] 有新版本可用。
1319[MESSAGE] 1327[MESSAGE]
1320 1328
1321这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。 1329这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。
1322 <usetemplate name="okcancelbuttons" notext="继续" yestext="下载"/> 1330 <usetemplate name="okcancelbuttons" notext="继续" yestext="下载"/>
1323 </notification> 1331 </notification>
1324 <notification name="DownloadWindowsReleaseForDownload"> 1332 <notification name="DownloadWindowsReleaseForDownload">
1325 [SECOND_LIFE] 有新版本可用。 1333 [VIEWER_NAME] 有新版本可用。
1326[MESSAGE] 1334[MESSAGE]
1327 1335
1328这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。 1336这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。
1329 <usetemplate name="okcancelbuttons" notext="继续" yestext="下载"/> 1337 <usetemplate name="okcancelbuttons" notext="继续" yestext="下载"/>
1330 </notification> 1338 </notification>
1331 <notification name="DownloadMacMandatory"> 1339 <notification name="DownloadMacMandatory">
1332 [SECOND_LIFE]有新版本可用。 1340 [VIEWER_NAME]有新版本可用。
1333[MESSAGE] 1341[MESSAGE]
1334 1342
1335你必须下载此更新才能使用 [SECOND_LIFE]。 1343你必须下载此更新才能使用 [GRID_NAME]。
1336是否下载更新至应用程序文件夹? 1344是否下载更新至应用程序文件夹?
1337 <usetemplate name="okcancelbuttons" notext="退出" yestext="下载"/> 1345 <usetemplate name="okcancelbuttons" notext="退出" yestext="下载"/>
1338 </notification> 1346 </notification>
1339 <notification name="DownloadMac"> 1347 <notification name="DownloadMac">
1340 [SECOND_LIFE]有新版本可用。 1348 [VIEWER_NAME]有新版本可用。
1341[MESSAGE] 1349[MESSAGE]
1342 1350
1343这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。 1351这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。
@@ -1346,7 +1354,7 @@ www.secondlife.com/support
1346 <usetemplate name="okcancelbuttons" notext="继续" yestext="下载"/> 1354 <usetemplate name="okcancelbuttons" notext="继续" yestext="下载"/>
1347 </notification> 1355 </notification>
1348 <notification name="DownloadMacReleaseForDownload"> 1356 <notification name="DownloadMacReleaseForDownload">
1349 [SECOND_LIFE]有新版本可用。 1357 [VIEWER_NAME]有新版本可用。
1350[MESSAGE] 1358[MESSAGE]
1351 1359
1352这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。 1360这个更新不是必须的,但我们建议下载并安装此更新,以改善性能和稳定性。
@@ -1364,7 +1372,7 @@ www.secondlife.com/support
1364 <usetemplate ignoretext="打开默认浏览器查看网页" name="okcancelignore" notext="取消" yestext="打开"/> 1372 <usetemplate ignoretext="打开默认浏览器查看网页" name="okcancelignore" notext="取消" yestext="打开"/>
1365 </notification> 1373 </notification>
1366 <notification name="WebLaunchJoinNow"> 1374 <notification name="WebLaunchJoinNow">
1367 是否转至 www.secondlife.com 管理帐户? 1375 是否转至 [GRID_SITE] 管理帐户?
1368 <usetemplate ignoretext="打开浏览器管理您的帐户" name="okcancelignore" notext="取消" yestext="确定"/> 1376 <usetemplate ignoretext="打开浏览器管理您的帐户" name="okcancelignore" notext="取消" yestext="确定"/>
1369 </notification> 1377 </notification>
1370 <notification name="WebLaunchBugReport101"> 1378 <notification name="WebLaunchBugReport101">
@@ -1596,7 +1604,7 @@ www.secondlife.com/support
1596 <notification name="RegionEntryAccessBlocked"> 1604 <notification name="RegionEntryAccessBlocked">
1597 您的限制级不允许您访问此地区。这可能是由于您的年龄还没有被验证。 1605 您的限制级不允许您访问此地区。这可能是由于您的年龄还没有被验证。
1598 1606
1599请检查您的第二人生是否是最新版本并到知识库去了解有关区访问权限和限制级的关系。 1607请检查您的第[VIEWER_NAME]是否是最新版本并到知识库去了解有关区访问权限和限制级的关系。
1600 <usetemplate 1608 <usetemplate
1601 name="okbutton" 1609 name="okbutton"
1602 yestext="确定"/> 1610 yestext="确定"/>
@@ -1634,7 +1642,7 @@ www.secondlife.com/support
1634 <notification name="LandClaimAccessBlocked"> 1642 <notification name="LandClaimAccessBlocked">
1635 您的限制级不允许您申请此地的产权。这可能是由于您还没有通过年龄验证。 1643 您的限制级不允许您申请此地的产权。这可能是由于您还没有通过年龄验证。
1636 1644
1637请检查您的第二人生是否是最新版本并到知识库去了解有关区访问权限和限制级的关系。 1645请检查您的第[VIEWER_NAME]是否是最新版本并到知识库去了解有关区访问权限和限制级的关系。
1638 <usetemplate 1646 <usetemplate
1639 name="okbutton" 1647 name="okbutton"
1640 yestext="确定"/> 1648 yestext="确定"/>
@@ -1668,7 +1676,7 @@ www.secondlife.com/support
1668 <notification name="LandBuyAccessBlocked"> 1676 <notification name="LandBuyAccessBlocked">
1669 您的限制级不允许您购买此土地。这可能是由于您还没有通过年龄验证。 1677 您的限制级不允许您购买此土地。这可能是由于您还没有通过年龄验证。
1670 1678
1671请检查您的第二人生是否是最新版本并到知识库去了解有关区访问权限和限制级的关系。 1679请检查您的第[VIEWER_NAME]是否是最新版本并到知识库去了解有关区访问权限和限制级的关系。
1672 <usetemplate 1680 <usetemplate
1673 name="okbutton" 1681 name="okbutton"
1674 yestext="确定"/> 1682 yestext="确定"/>
@@ -2020,8 +2028,8 @@ www.secondlife.com/support
2020默认:关 2028默认:关
2021 </notification> 2029 </notification>
2022 <notification label="语音聊天版本不符合" name="VoiceVersionMismatch"> 2030 <notification label="语音聊天版本不符合" name="VoiceVersionMismatch">
2023 该版本的第人生该地区的语音聊天不兼容。 2031 该版本的第[VIEWER_NAME]与该地区的语音聊天不兼容。
2024为了正常使用语音聊天你需要更新第二人生 2032为了正常使用语音聊天你需要更新第[VIEWER_NAME]
2025 </notification> 2033 </notification>
2026 <notification label="不动产契约合同" name="HelpEstateCovenant"> 2034 <notification label="不动产契约合同" name="HelpEstateCovenant">
2027 设置不动产的契约合同使你可以出售地产中的土地。如果不动产契约合同没有设置,你则不能出售土地。如果在买主购买之前,你不想在土地上设置任何相关的给买主的意见和规定,你的契约合同的注释卡可以是空的。 2035 设置不动产的契约合同使你可以出售地产中的土地。如果不动产契约合同没有设置,你则不能出售土地。如果在买主购买之前,你不想在土地上设置任何相关的给买主的意见和规定,你的契约合同的注释卡可以是空的。
@@ -2142,16 +2150,16 @@ www.secondlife.com/support
2142 这个物体中没有你能够复制的项目。 2150 这个物体中没有你能够复制的项目。
2143 </notification> 2151 </notification>
2144 <notification name="WebLaunchAccountHistory"> 2152 <notification name="WebLaunchAccountHistory">
2145 是否前往第二人站查看你的帐户记录? 2153 是否前往第[SECOND_LIFE]网站查看你的帐户记录?
2146 <usetemplate ignoretext="打开浏览器查看帐户记录" name="okcancelignore" notext="取消" yestext="打开网页"/> 2154 <usetemplate ignoretext="打开浏览器查看帐户记录" name="okcancelignore" notext="取消" yestext="打开网页"/>
2147 </notification> 2155 </notification>
2148 <notification name="ClickOpenF1Help"> 2156 <notification name="ClickOpenF1Help">
2149 访问第二人生帮助网站吗? 2157 访问第[SECOND_LIFE]帮助网站吗?
2150 <usetemplate ignoretext="访问第二人生帮助网站时" name="okcancelignore" notext="取消" yestext="打开页面"/> 2158 <usetemplate ignoretext="访问第[SECOND_LIFE]帮助网站时" name="okcancelignore" notext="取消" yestext="打开页面"/>
2151 </notification> 2159 </notification>
2152 <notification name="ConfirmQuit"> 2160 <notification name="ConfirmQuit">
2153 确定退出? 2161 确定退出?
2154 <usetemplate ignoretext="退出第二人生时" name="okcancelignore" notext="继续" yestext="退出"/> 2162 <usetemplate ignoretext="退出第[VIEWER_NAME]时" name="okcancelignore" notext="继续" yestext="退出"/>
2155 </notification> 2163 </notification>
2156 <notification name="HelpReportAbuseEmailLL"> 2164 <notification name="HelpReportAbuseEmailLL">
2157 使用该工具来报告违反服务条款和社区标准。 请访问: 2165 使用该工具来报告违反服务条款和社区标准。 请访问:
@@ -2172,9 +2180,9 @@ www.secondlife.com/support
2172这块区域的主人将遵守基于土地契约所概述的当地规则,解决报告。 2180这块区域的主人将遵守基于土地契约所概述的当地规则,解决报告。
2173(你可以从世界菜单中选择 “关于土地” 来查看契约。) 2181(你可以从世界菜单中选择 “关于土地” 来查看契约。)
2174 2182
2175该报告的解决结果仅对该区域有效;居民对第二人生其他地方的使用 2183该报告的解决结果仅对该区域有效;居民对第[GRID_NAME]其他地方的使用
2176将不会受该报告结果的影响。只有林登实验室能够限制访问整个 2184将不会受该报告结果的影响。<!-- 只有林登实验室能够限制访问整个
2177二人生 2185[GRID_NAME]-->
2178 </notification> 2186 </notification>
2179 <notification name="HelpReportBug"> 2187 <notification name="HelpReportBug">
2180 这个工具只用来报告与描述或预期工作不一致的技术功能。请尽能提供详细资料。 2188 这个工具只用来报告与描述或预期工作不一致的技术功能。请尽能提供详细资料。
@@ -2230,9 +2238,9 @@ http://secondlife.com/community/support.php
2230 亲爱的居民, 2238 亲爱的居民,
2231如果您将要报告知识产权侵犯,请确认您通过正确的方式报告: 2239如果您将要报告知识产权侵犯,请确认您通过正确的方式报告:
2232 2240
2233(1) 不良行为报告手续。您可以提交一份不良行为报告,如果您相信某位居民正在利用第二人生许可系统的漏洞,例如使用 CopyBot 或者类似的复制工具,来侵犯知识产权。不良行为调查小组负责对于违反第二人生社区标准或服务条款的行为进行调查以及实行相应的惩罚措施。但是,不良行为调查小组不负责从世界中移除内容,并且不会对这类请求作出回应。 2241(1) 不良行为报告手续。您可以提交一份不良行为报告,如果您相信某位居民正在利用第[SECOND_LIFE]许可系统的漏洞,例如使用 CopyBot 或者类似的复制工具,来侵犯知识产权。不良行为调查小组负责对于违反第[SECOND_LIFE]社区标准或服务条款的行为进行调查以及实行相应的惩罚措施。但是,不良行为调查小组不负责从世界中移除内容,并且不会对这类请求作出回应。
2234 2242
2235(2) DMCA (数字千年版权协定) 或者说内容移除手续。 要请求从第二人生中去除内容,您*必须*提交一份按我们 DMCA 条例 http://secondlife.com/corporate/dmca.php 中所指出的,有效的侵权通知。 2243(2) DMCA (数字千年版权协定) 或者说内容移除手续。 要请求从第[SECOND_LIFE]中去除内容,您*必须*提交一份按我们 DMCA 条例 http://secondlife.com/corporate/dmca.php 中所指出的,有效的侵权通知。
2236 2244
2237如果您仍希望继续不良行为的报告,请关闭此窗口,并完成提交您的报告。 2245如果您仍希望继续不良行为的报告,请关闭此窗口,并完成提交您的报告。
2238您可能需要选择 ‘CopyBot 或利用漏洞’ 这一特定分类。 2246您可能需要选择 ‘CopyBot 或利用漏洞’ 这一特定分类。
@@ -2360,7 +2368,7 @@ http://secondlife.com/community/support.php
2360点击 ‘高级水面选项’ 来打开较高级水面设置的编辑器。 2368点击 ‘高级水面选项’ 来打开较高级水面设置的编辑器。
2361 </notification> 2369 </notification>
2362 <notification name="HelpDayCycle"> 2370 <notification name="HelpDayCycle">
2363 日夜周期编辑器给予你对第二人生日夜循环中天空的控制。这也是基础环境编辑器的时间滑块所使用的周期。 2371 日夜周期编辑器给予你对第[GRID_NAME]日夜循环中天空的控制。这也是基础环境编辑器的时间滑块所使用的周期。
2364 2372
2365日夜周期编辑器的基础是关键帧。它们是带有天空预设的节点 (在时间图上以灰色的点表示)。当时间流逝,WindLight 的天空 也会通过过在这些关键帧之间插值而产生变化。 2373日夜周期编辑器的基础是关键帧。它们是带有天空预设的节点 (在时间图上以灰色的点表示)。当时间流逝,WindLight 的天空 也会通过过在这些关键帧之间插值而产生变化。
2366 2374
@@ -2442,7 +2450,7 @@ http://secondlife.com/community/support.php
2442 控制云层在 Y 轴移动的速度。 2450 控制云层在 Y 轴移动的速度。
2443 </notification> 2451 </notification>
2444 <notification name="HelpClassicClouds"> 2452 <notification name="HelpClassicClouds">
2445 选取该框以在渲染 WindLight 的云层同时渲染第二人旧云层。 2453 选取该框以在渲染 WindLight 的云层同时渲染第[SECOND_LIFE]的旧云层。
2446 </notification> 2454 </notification>
2447 <notification name="HelpWaterFogColor"> 2455 <notification name="HelpWaterFogColor">
2448 控制水雾颜色。 2456 控制水雾颜色。
@@ -2540,7 +2548,7 @@ http://secondlife.com/community/support.php
2540 </notification> 2548 </notification>
2541 <notification name="NotAgeVerified"> 2549 <notification name="NotAgeVerified">
2542 您需要验证年龄才能进入这个地块。 2550 您需要验证年龄才能进入这个地块。
2543您希望访问第二人站验证您的年龄吗? 2551您希望访问第[SECOND_LIFE]网站验证您的年龄吗?
2544 2552
2545[_URL] 2553[_URL]
2546 <url name="url" option="0"> 2554 <url name="url" option="0">
@@ -2550,7 +2558,7 @@ http://secondlife.com/community/support.php
2550 </notification> 2558 </notification>
2551 <notification name="Cannot enter parcel: no payment info on file"> 2559 <notification name="Cannot enter parcel: no payment info on file">
2552 在您访问该土地前,您的帐户需要付款信息。 2560 在您访问该土地前,您的帐户需要付款信息。
2553您要到Second Life网站来设置么? 2561您要到[SECOND_LIFE]网站来设置么?
2554 2562
2555[_URL] 2563[_URL]
2556 <url name="url" option="0"> 2564 <url name="url" option="0">
@@ -2803,7 +2811,7 @@ QuickTime网站 (http://www.apple.com/quicktime) 安装 QuickTime Player。
2803 只能对您所在的公共土地上申请产权。 2811 只能对您所在的公共土地上申请产权。
2804 </notification> 2812 </notification>
2805 <notification name="RegionTPAccessBlocked"> 2813 <notification name="RegionTPAccessBlocked">
2806 您的限制级不允许您进入此地。您可能需要下载并安装最新的第二人生软件或取得年龄验证。 2814 您的限制级不允许您进入此地。您可能需要下载并安装最新的第[VIEWER_NAME]软件或取得年龄验证。
2807 2815
2808请去知识库了解更多关于访问权限与限制级的关系。 2816请去知识库了解更多关于访问权限与限制级的关系。
2809 </notification> 2817 </notification>
@@ -2869,13 +2877,13 @@ QuickTime网站 (http://www.apple.com/quicktime) 安装 QuickTime Player。
2869 无法建立连接。 2877 无法建立连接。
2870 </notification> 2878 </notification>
2871 <notification name="InternalUsherError"> 2879 <notification name="InternalUsherError">
2872 瞬间转移的传送过程导致了一个服务器错误。第二人生服务器可能存在异常。 2880 瞬间转移的传送过程导致了一个服务器错误。第[GRID_NAME]服务器可能存在异常。
2873 </notification> 2881 </notification>
2874 <notification name="NoGoodTPDestination"> 2882 <notification name="NoGoodTPDestination">
2875 在此地区中无法找到一个合适的传送点。 2883 在此地区中无法找到一个合适的传送点。
2876 </notification> 2884 </notification>
2877 <notification name="InternalErrorRegionResolver"> 2885 <notification name="InternalErrorRegionResolver">
2878 您的瞬间转移请求在解释全局坐标时导致了一个服务器错误。第二人生服务器可能存在异常。 2886 您的瞬间转移请求在解释全局坐标时导致了一个服务器错误。第[GRID_NAME]服务器可能存在异常。
2879 </notification> 2887 </notification>
2880 <notification name="NoValidLanding"> 2888 <notification name="NoValidLanding">
2881 找不到一个有效的降落点 2889 找不到一个有效的降落点
@@ -2994,7 +3002,7 @@ QuickTime网站 (http://www.apple.com/quicktime) 安装 QuickTime Player。
2994 在数据库中没能找到名为 [DESC] 的[TYPE]。 3002 在数据库中没能找到名为 [DESC] 的[TYPE]。
2995 </notification> 3003 </notification>
2996 <notification name="InvalidWearable"> 3004 <notification name="InvalidWearable">
2997 您所要穿戴的物品使用了一种当前客户端无法处理的功能。请升级您的第二人生版本以正确穿戴此物品。 3005 您所要穿戴的物品使用了一种当前客户端无法处理的功能。请升级您的第[VIEWER_NAME]版本以正确穿戴此物品。
2998 </notification> 3006 </notification>
2999 <notification name="ScriptQuestion"> 3007 <notification name="ScriptQuestion">
3000 ‘[OBJECTNAME]’, 一件 ‘[NAME]’ 拥有的物体, 想要: 3008 ‘[OBJECTNAME]’, 一件 ‘[NAME]’ 拥有的物体, 想要:
@@ -3054,7 +3062,7 @@ QuickTime网站 (http://www.apple.com/quicktime) 安装 QuickTime Player。
3054使用右边的控件查找信息,并显示不同的背景。 3062使用右边的控件查找信息,并显示不同的背景。
3055 </notification> 3063 </notification>
3056 <notification name="FirstBuild"> 3064 <notification name="FirstBuild">
3057 您可以在 [SECOND_LIFE] 的某些区域中创建新物体。 3065 您可以在 [GRID_NAME] 的某些区域中创建新物体。
3058使用左上角的工具建造,也试一试按下 Ctrl 或者 Alt 键快速地切换工具。 3066使用左上角的工具建造,也试一试按下 Ctrl 或者 Alt 键快速地切换工具。
3059按 Esc 键停止建造。 3067按 Esc 键停止建造。
3060 </notification> 3068 </notification>
@@ -3095,7 +3103,7 @@ QuickTime网站 (http://www.apple.com/quicktime) 安装 QuickTime Player。
3095 </notification> 3103 </notification>
3096 <notification name="FirstDebugMenus"> 3104 <notification name="FirstDebugMenus">
3097 您已启用了高级菜单。 3105 您已启用了高级菜单。
3098该菜单包含对调试第二人开发者有用的功能。 3106该菜单包含对调试第[VIEWER_NAME]的开发者有用的功能。
3099要切换该菜单,在 Windows 中按 Ctrl-Alt-D。 在 Mac 中按 Cmd-Opt-Shift-D。 3107要切换该菜单,在 Windows 中按 Ctrl-Alt-D。 在 Mac 中按 Cmd-Opt-Shift-D。
3100 </notification> 3108 </notification>
3101 <notification name="FirstSculptedPrim"> 3109 <notification name="FirstSculptedPrim">
@@ -3203,7 +3211,7 @@ Sculpted 元件需要特殊的材质来指定其形状。
3203 - 您的 CPU(中央处理器)速度没有达到最低需求。 3211 - 您的 CPU(中央处理器)速度没有达到最低需求。
3204 </global> 3212 </global>
3205 <global name="UnsupportedGLRequirements"> 3213 <global name="UnsupportedGLRequirements">
3206 您似乎没有满足第二人生的系统需求的硬件。第二人生需要支持多重材质 (multitexture) 3214 您似乎没有满足第[VIEWER_NAME]的系统需求的硬件。第[VIEWER_NAME]需要支持多重材质 (multitexture)
3207的 OpenGL 显示卡。如果您满足这个条件的话,也许您需要确认已经 3215的 OpenGL 显示卡。如果您满足这个条件的话,也许您需要确认已经
3208安装了您的显示卡的最新驱动程序、以及操作系统的 Service Pack 和补丁。 3216安装了您的显示卡的最新驱动程序、以及操作系统的 Service Pack 和补丁。
3209 3217