/indra/newview/skins/default/xui/zh/notifications.xml
XML | 1642 lines | 1562 code | 80 blank | 0 comment | 0 complexity | ec387372a8d939d0522c98d3c301e457 MD5 | raw file
Possible License(s): LGPL-2.1
Large files files are truncated, but you can click here to view the full file
1<?xml version="1.0" encoding="utf-8"?> 2<notifications> 3 <global name="skipnexttime"> 4 ??????? 5 </global> 6 <global name="alwayschoose"> 7 ???????? 8 </global> 9 <global name="implicitclosebutton"> 10 ?? 11 </global> 12 <template name="okbutton"> 13 <form> 14 <button name="OK_okbutton" text="$yestext"/> 15 </form> 16 </template> 17 <template name="okignore"> 18 <form> 19 <button name="OK_okignore" text="$yestext"/> 20 </form> 21 </template> 22 <template name="okcancelbuttons"> 23 <form> 24 <button name="OK_okcancelbuttons" text="$yestext"/> 25 <button name="Cancel_okcancelbuttons" text="$notext"/> 26 </form> 27 </template> 28 <template name="okcancelignore"> 29 <form> 30 <button name="OK_okcancelignore" text="$yestext"/> 31 <button name="Cancel_okcancelignore" text="$notext"/> 32 </form> 33 </template> 34 <template name="okhelpbuttons"> 35 <form> 36 <button name="OK_okhelpbuttons" text="$yestext"/> 37 <button name="Help" text="$helptext"/> 38 </form> 39 </template> 40 <template name="yesnocancelbuttons"> 41 <form> 42 <button name="Yes" text="$yestext"/> 43 <button name="No" text="$notext"/> 44 <button name="Cancel_yesnocancelbuttons" text="$canceltext"/> 45 </form> 46 </template> 47 <notification label="???????" name="MissingAlert"> 48 Your version of [APP_NAME] does not know how to display the notification it just received. Please verify that you have the latest Viewer installed. 49 50Error details: The notification called '[_NAME]' was not found in notifications.xml. 51 <usetemplate name="okbutton" yestext="??"/> 52 </notification> 53 <notification name="FloaterNotFound"> 54 Floater error: Could not find the following controls: 55 56[CONTROLS] 57 <usetemplate name="okbutton" yestext="??"/> 58 </notification> 59 <notification name="TutorialNotFound"> 60 No tutorial is currently available. 61 <usetemplate name="okbutton" yestext="??"/> 62 </notification> 63 <notification name="GenericAlert"> 64 [MESSAGE] 65 </notification> 66 <notification name="GenericAlertYesCancel"> 67 [MESSAGE] 68 <usetemplate name="okcancelbuttons" notext="??" yestext="?"/> 69 </notification> 70 <notification name="BadInstallation"> 71 An error occurred while updating [APP_NAME]. Please [http://get.secondlife.com download the latest version] of the Viewer. 72 <usetemplate name="okbutton" yestext="??"/> 73 </notification> 74 <notification name="LoginFailedNoNetwork"> 75 ?????[SECOND_LIFE_GRID]. 76 '[DIAGNOSTIC]' 77???????????????? 78 <usetemplate name="okbutton" yestext="??"/> 79 </notification> 80 <notification name="MessageTemplateNotFound"> 81 Message Template [PATH] not found. 82 <usetemplate name="okbutton" yestext="??"/> 83 </notification> 84 <notification name="WearableSave"> 85 ??????????/????? 86 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="??"/> 87 </notification> 88 <notification name="CompileQueueSaveText"> 89 There was a problem uploading the text for a script due to the following reason: [REASON]. Please try again later. 90 </notification> 91 <notification name="CompileQueueSaveBytecode"> 92 There was a problem uploading the compiled script due to the following reason: [REASON]. Please try again later. 93 </notification> 94 <notification name="WriteAnimationFail"> 95 There was a problem writing animation data. Please try again later. 96 </notification> 97 <notification name="UploadAuctionSnapshotFail"> 98 There was a problem uploading the auction snapshot due to the following reason: [REASON] 99 </notification> 100 <notification name="UnableToViewContentsMoreThanOne"> 101 Unable to view the contents of more than one item at a time. 102Please select only one object and try again. 103 </notification> 104 <notification name="SaveClothingBodyChanges"> 105 ??????????????? 106 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/> 107 </notification> 108 <notification name="FriendsAndGroupsOnly"> 109 Non-friends won't know that you've choosen to ignore their calls and instant messages. 110 <usetemplate name="okbutton" yestext="??"/> 111 </notification> 112 <notification name="FavoritesOnLogin"> 113 Note: When you turn on this option, anyone who uses this computer can see your list of favorite locations. 114 <usetemplate name="okbutton" yestext="??"/> 115 </notification> 116 <notification name="GrantModifyRights"> 117 Granting modify rights to another Resident allows them to change, delete or take ANY objects you may have in-world. Be VERY careful when handing out this permission. 118Do you want to grant modify rights for [NAME]? 119 <usetemplate name="okcancelbuttons" notext="No" yestext="?"/> 120 </notification> 121 <notification name="GrantModifyRightsMultiple"> 122 Granting modify rights to another Resident allows them to change ANY objects you may have in-world. Be VERY careful when handing out this permission. 123Do you want to grant modify rights for the selected Residents? 124 <usetemplate name="okcancelbuttons" notext="?" yestext="?"/> 125 </notification> 126 <notification name="RevokeModifyRights"> 127 Do you want to revoke modify rights for [NAME]? 128 <usetemplate name="okcancelbuttons" notext="?" yestext="?"/> 129 </notification> 130 <notification name="RevokeModifyRightsMultiple"> 131 Do you want to revoke modify rights for the selected Residents? 132 <usetemplate name="okcancelbuttons" notext="?" yestext="?"/> 133 </notification> 134 <notification name="UnableToCreateGroup"> 135 ???????? 136[MESSAGE] 137 <usetemplate name="okbutton" yestext="??"/> 138 </notification> 139 <notification name="PanelGroupApply"> 140 [NEEDS_APPLY_MESSAGE] 141[WANT_APPLY_MESSAGE] 142 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="????"/> 143 </notification> 144 <notification name="MustSpecifyGroupNoticeSubject"> 145 ????????????????? 146 <usetemplate name="okbutton" yestext="??"/> 147 </notification> 148 <notification name="AddGroupOwnerWarning"> 149 You are about to add group members to the role of [ROLE_NAME]. 150Members cannot be removed from that role. 151The members must resign from the role themselves. 152Are you sure you want to continue? 153 <usetemplate ignoretext="????????????????" name="okcancelignore" notext="?" yestext="?"/> 154 </notification> 155 <notification name="AssignDangerousActionWarning"> 156 You are about to add the Ability '[ACTION_NAME]' to the Role '[ROLE_NAME]'. 157 158 *WARNING* 159 Any Member in a Role with this Ability can assign themselves -- and any other member -- to Roles that have more powers than they currently have, potentially elevating themselves to near-Owner power. Be sure you know what you're doing before assigning this Ability. 160 161Add this Ability to '[ROLE_NAME]'? 162 <usetemplate name="okcancelbuttons" notext="?" yestext="?"/> 163 </notification> 164 <notification name="AssignDangerousAbilityWarning"> 165 You are about to add the Ability '[ACTION_NAME]' to the Role '[ROLE_NAME]'. 166 167 *WARNING* 168 Any Member in a Role with this Ability can assign themselves -- and any other member -- all Abilities, elevating themselves to near-Owner power. 169 170Add this Ability to '[ROLE_NAME]'? 171 <usetemplate name="okcancelbuttons" notext="?" yestext="?"/> 172 </notification> 173 <notification name="AttachmentDrop"> 174 You are about to drop your attachment. 175 Are you sure you want to continue? 176 <usetemplate ignoretext="????????" name="okcancelignore" notext="?" yestext="?"/> 177 </notification> 178 <notification name="JoinGroupCanAfford"> 179 ???????? L$[COST]? 180???????? 181 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 182 </notification> 183 <notification name="JoinGroupNoCost"> 184 You are joining group [NAME]. 185Do you wish to proceed? 186 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 187 </notification> 188 <notification name="JoinGroupCannotAfford"> 189 Joining this group costs L$[COST]. 190You do not have enough L$ to join this group. 191 </notification> 192 <notification name="CreateGroupCost"> 193 Creating this group will cost L$100. 194Groups need more than one member, or they are deleted forever. 195Please invite members within 48 hours. 196 <usetemplate canceltext="??" name="okcancelbuttons" notext="??" yestext="?? L$100 ????"/> 197 </notification> 198 <notification name="LandBuyPass"> 199 For L$[COST] you can enter this land ('[PARCEL_NAME]') for [TIME] hours. Buy a pass? 200 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 201 </notification> 202 <notification name="SalePriceRestriction"> 203 Sale price must be set to more than L$0 if selling to anyone. 204Please select an individual to sell to if selling for L$0. 205 </notification> 206 <notification name="ConfirmLandSaleChange"> 207 The selected [LAND_SIZE] m˛ land is being set for sale. 208Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME]. 209 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 210 </notification> 211 <notification name="ConfirmLandSaleToAnyoneChange"> 212 ATTENTION: Clicking 'sell to anyone' makes your land available to the entire [SECOND_LIFE] community, even those not in this region. 213 214The selected [LAND_SIZE] m˛ land is being set for sale. 215Your selling price will be L$[SALE_PRICE] and will be authorized for sale to [NAME]. 216 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 217 </notification> 218 <notification name="ReturnObjectsDeededToGroup"> 219 Are you sure you want to return all objects shared with the group '[NAME]' on this parcel of land back to their previous owner's inventory? 220 221*WARNING* This will delete the non-transferable objects deeded to the group! 222 223Objects: [N] 224 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 225 </notification> 226 <notification name="ReturnObjectsOwnedByUser"> 227 Are you sure you want to return all objects owned by the Resident '[NAME]' on this parcel of land back to their inventory? 228 229Objects: [N] 230 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 231 </notification> 232 <notification name="ReturnObjectsOwnedBySelf"> 233 Are you sure you want to return all objects owned by you on this parcel of land back to your inventory? 234 235Objects: [N] 236 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 237 </notification> 238 <notification name="ReturnObjectsNotOwnedBySelf"> 239 Are you sure you want to return all objects NOT owned by you on this parcel of land back to their owner's inventory? 240Transferable objects deeded to a group will be returned to their previous owners. 241 242*WARNING* This will delete the non-transferable objects deeded to the group! 243 244Objects: [N] 245 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 246 </notification> 247 <notification name="ReturnObjectsNotOwnedByUser"> 248 Are you sure you want to return all objects NOT owned by [NAME] on this parcel of land back to their owner's inventory? 249Transferable objects deeded to a group will be returned to their previous owners. 250 251*WARNING* This will delete the non-transferable objects deeded to the group! 252 253Objects: [N] 254 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 255 </notification> 256 <notification name="ReturnAllTopObjects"> 257 Are you sure you want to return all listed objects back to their owner's inventory? 258 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 259 </notification> 260 <notification name="DisableAllTopObjects"> 261 Are you sure you want to disable all objects in this region? 262 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 263 </notification> 264 <notification name="ReturnObjectsNotOwnedByGroup"> 265 Return the objects on this parcel of land that are NOT shared with the group [NAME] back to their owners? 266 267Objects: [N] 268 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 269 </notification> 270 <notification name="UnableToDisableOutsideScripts"> 271 Can not disable scripts. 272This entire region is damage enabled. 273Scripts must be allowed to run for weapons to work. 274 </notification> 275 <notification name="MultipleFacesSelected"> 276 Multiple faces are currently selected. 277If you continue this action, separate instances of media will be set on multiple faces of the object. 278To place the media on only one face, choose Select Face and click on the desired face of that object then click Add. 279 <usetemplate ignoretext="Media will be set on multiple selected faces" name="okcancelignore" notext="??" yestext="??"/> 280 </notification> 281 <notification name="MustBeInParcel"> 282 You must be standing inside the land parcel to set its Landing Point. 283 </notification> 284 <notification name="PromptRecipientEmail"> 285 Please enter a valid email address for the recipient(s). 286 </notification> 287 <notification name="PromptSelfEmail"> 288 Please enter your email address. 289 </notification> 290 <notification name="PromptMissingSubjMsg"> 291 Email snapshot with the default subject or message? 292 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 293 </notification> 294 <notification name="ErrorProcessingSnapshot"> 295 Error processing snapshot data 296 </notification> 297 <notification name="ErrorEncodingSnapshot"> 298 Error encoding snapshot. 299 </notification> 300 <notification name="ErrorUploadingPostcard"> 301 There was a problem sending a snapshot due to the following reason: [REASON] 302 </notification> 303 <notification name="ErrorUploadingReportScreenshot"> 304 There was a problem uploading a report screenshot due to the following reason: [REASON] 305 </notification> 306 <notification name="MustAgreeToLogIn"> 307 You must agree to the Terms of Service to continue logging into [SECOND_LIFE]. 308 </notification> 309 <notification name="CouldNotPutOnOutfit"> 310 Could not put on outfit. 311The outfit folder contains no clothing, body parts, or attachments. 312 </notification> 313 <notification name="CannotWearTrash"> 314 You can not wear clothes or body parts that are in the trash 315 </notification> 316 <notification name="MaxAttachmentsOnOutfit"> 317 Could not attach object. 318Exceeds the attachments limit of [MAX_ATTACHMENTS] objects. Please detach another object first. 319 </notification> 320 <notification name="CannotWearInfoNotComplete"> 321 You can not wear that item because it has not yet loaded. Please try again in a minute. 322 </notification> 323 <notification name="MustHaveAccountToLogIn"> 324 Oops! Something was left blank. 325You need to enter the Username name of your avatar. 326 327You need an account to enter [SECOND_LIFE]. Would you like to create one now? 328 <url name="url"> 329 http://join.secondlife.com/ 330 </url> 331 <usetemplate name="okcancelbuttons" notext="????" yestext="?????"/> 332 </notification> 333 <notification name="InvalidCredentialFormat"> 334 You need to enter either the Username or both the First and Last name of your avatar into the Username field, then login again. 335 </notification> 336 <notification name="DeleteClassified"> 337 Delete classified '[NAME]'? 338There is no reimbursement for fees paid. 339 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 340 </notification> 341 <notification name="DeleteMedia"> 342 You have selected to delete the media associated with this face. 343Are you sure you want to continue? 344 <usetemplate ignoretext="???????????????" name="okcancelignore" notext="?" yestext="?"/> 345 </notification> 346 <notification name="ClassifiedSave"> 347 Save changes to classified [NAME]? 348 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="??"/> 349 </notification> 350 <notification name="ClassifiedInsufficientFunds"> 351 Insufficient funds to create classified. 352 <usetemplate name="okbutton" yestext="??"/> 353 </notification> 354 <notification name="DeleteAvatarPick"> 355 Delete pick <nolink>[PICK]</nolink>? 356 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 357 </notification> 358 <notification name="DeleteOutfits"> 359 ????????? 360 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 361 </notification> 362 <notification name="PromptGoToEventsPage"> 363 ?? [SECOND_LIFE] ????? 364 <url name="url"> 365 http://secondlife.com/events/ 366 </url> 367 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 368 </notification> 369 <notification name="SelectProposalToView"> 370 Please select a proposal to view. 371 </notification> 372 <notification name="SelectHistoryItemToView"> 373 ??????????????? 374 </notification> 375 <notification name="CacheWillClear"> 376 ?????? [APP_NAME] ??????????? 377 </notification> 378 <notification name="CacheWillBeMoved"> 379 ?????? [APP_NAME] ?????????? 380????????????? 381 </notification> 382 <notification name="ChangeConnectionPort"> 383 Port settings take effect after you restart [APP_NAME]. 384 </notification> 385 <notification name="ChangeSkin"> 386 The new skin will appear after you restart [APP_NAME]. 387 </notification> 388 <notification name="ChangeLanguage"> 389 Changing language will take effect after you restart [APP_NAME]. 390 </notification> 391 <notification name="GoToAuctionPage"> 392 ?? [SECOND_LIFE] ????????????? 393 <url name="url"> 394 http://secondlife.com/auctions/auction-detail.php?id=[AUCTION_ID] 395 </url> 396 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 397 </notification> 398 <notification name="SaveChanges"> 399 Save Changes? 400 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="????" yestext="??"/> 401 </notification> 402 <notification name="GestureSaveFailedTooManySteps"> 403 Gesture save failed. 404This gesture has too many steps. 405Try removing some steps, then save again. 406 </notification> 407 <notification name="GestureSaveFailedTryAgain"> 408 Gesture save failed. Please try again in a minute. 409 </notification> 410 <notification name="GestureSaveFailedObjectNotFound"> 411 Could not save gesture because the object or the associated object inventory could not be found. 412The object may be out of range or may have been deleted. 413 </notification> 414 <notification name="GestureSaveFailedReason"> 415 There was a problem saving a gesture due to the following reason: [REASON]. Please try resaving the gesture later. 416 </notification> 417 <notification name="SaveNotecardFailObjectNotFound"> 418 Could not save notecard because the object or the associated object inventory could not be found. 419The object may be out of range or may have been deleted. 420 </notification> 421 <notification name="SaveNotecardFailReason"> 422 There was a problem saving a notecard due to the following reason: [REASON]. Please try re-saving the notecard later. 423 </notification> 424 <notification name="ScriptCannotUndo"> 425 Could not undo all changes in your version of the script. 426Would you like to load the server's last saved version? 427(**Warning** This operation cannot be undone.) 428 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 429 </notification> 430 <notification name="SaveScriptFailReason"> 431 There was a problem saving a script due to the following reason: [REASON]. Please try re-saving the script later. 432 </notification> 433 <notification name="SaveScriptFailObjectNotFound"> 434 Could not save the script because the object it is in could not be found. 435The object may be out of range or may have been deleted. 436 </notification> 437 <notification name="SaveBytecodeFailReason"> 438 There was a problem saving a compiled script due to the following reason: [REASON]. Please try re-saving the script later. 439 </notification> 440 <notification name="StartRegionEmpty"> 441 Oops, Your Start Region is not defined. 442Please type the Region name in Start Location box or choose My Last Location or My Home as your Start Location. 443 <usetemplate name="okbutton" yestext="??"/> 444 </notification> 445 <notification name="CouldNotStartStopScript"> 446 Could not start or stop the script because the object it is on could not be found. 447The object may be out of range or may have been deleted. 448 </notification> 449 <notification name="CannotDownloadFile"> 450 Unable to download file 451 </notification> 452 <notification name="CannotWriteFile"> 453 Unable to write file [[FILE]] 454 </notification> 455 <notification name="UnsupportedHardware"> 456 Just so you know, your computer does not meet [APP_NAME]'s minimum system requirements. You may experience poor performance. Unfortunately, the [SUPPORT_SITE] can't provide technical support for unsupported system configurations. 457 458Visit [_URL] for more information? 459 <url name="url"> 460 http://www.secondlife.com/corporate/sysreqs.php 461 </url> 462 <usetemplate ignoretext="??????????" name="okcancelignore" notext="?" yestext="?"/> 463 </notification> 464 <notification name="UnknownGPU"> 465 Your system contains a graphics card that [APP_NAME] doesn't recognize. 466This is often the case with new hardware that hasn't been tested yet with [APP_NAME]. It will probably be ok, but you may need to adjust your graphics settings. 467(Me > Preferences > Graphics). 468 <form name="form"> 469 <ignore name="ignore" text="?????????"/> 470 </form> 471 </notification> 472 <notification name="DisplaySettingsNoShaders"> 473 [APP_NAME] crashed while initializing graphics drivers. 474Graphics Quality will be set to Low to avoid some common driver errors. This will disable some graphics features. 475We recommend updating your graphics card drivers. 476Graphics Quality can be raised in Preferences > Graphics. 477 </notification> 478 <notification name="RegionNoTerraforming"> 479 ?? [REGION] ??????????? 480 </notification> 481 <notification name="CannotCopyWarning"> 482 You do not have permission to copy the following items: 483[ITEMS] 484and will lose it from your inventory if you give it away. Do you really want to offer these items? 485 <usetemplate name="okcancelbuttons" notext="?" yestext="?"/> 486 </notification> 487 <notification name="CannotGiveItem"> 488 ?????????? 489 </notification> 490 <notification name="TransactionCancelled"> 491 ?????? 492 </notification> 493 <notification name="TooManyItems"> 494 Cannot give more than 42 items in a single inventory transfer. 495 </notification> 496 <notification name="NoItems"> 497 You do not have permission to transfer the selected items. 498 </notification> 499 <notification name="CannotCopyCountItems"> 500 You do not have permission to copy [COUNT] of the selected items. You will lose these items from your inventory. 501Do you really want to give these items? 502 <usetemplate name="okcancelbuttons" notext="?" yestext="?"/> 503 </notification> 504 <notification name="CannotGiveCategory"> 505 You do not have permission to transfer the selected folder. 506 </notification> 507 <notification name="FreezeAvatar"> 508 ??????? 509??????????????????? 510 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="??" yestext="??"/> 511 </notification> 512 <notification name="FreezeAvatarFullname"> 513 ?? [AVATAR_NAME]? 514??????????????????? 515 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="??" yestext="??"/> 516 </notification> 517 <notification name="EjectAvatarFullname"> 518 ? [AVATAR_NAME] ???????? 519 <usetemplate canceltext="??" name="yesnocancelbuttons" notext="?????" yestext="??"/> 520 </notification> 521 <notification name="EjectAvatarNoBan"> 522 ?????????????? 523 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 524 </notification> 525 <notification name="EjectAvatarFullnameNoBan"> 526 ? [AVATAR_NAME] ???????? 527 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 528 </notification> 529 <notification name="EjectAvatarFromGroup"> 530 ??? [AVATAR_NAME] ??? [GROUP_NAME]???? 531 </notification> 532 <notification name="AcquireErrorTooManyObjects"> 533 ????????????? 534 </notification> 535 <notification name="AcquireErrorObjectSpan"> 536 ACQUIRE ERROR: Objects span more than one region. 537Please move all objects to be acquired onto the same region. 538 </notification> 539 <notification name="PromptGoToCurrencyPage"> 540 [EXTRA] 541 542Go to [_URL] for information on purchasing L$? 543 <url name="url"> 544 http://secondlife.com/app/currency/ 545 </url> 546 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 547 </notification> 548 <notification name="UnableToLinkObjects"> 549 Unable to link these [COUNT] objects. 550You can link a maximum of [MAX] objects. 551 </notification> 552 <notification name="CannotLinkIncompleteSet"> 553 You can only link complete sets of objects, and must select more than one object. 554 </notification> 555 <notification name="CannotLinkModify"> 556 Unable to link because you don't have modify permission on all the objects. 557 558Please make sure none are locked, and that you own all of them. 559 </notification> 560 <notification name="CannotLinkDifferentOwners"> 561 Unable to link because not all of the objects have the same owner. 562 563Please make sure you own all of the selected objects. 564 </notification> 565 <notification name="NoFileExtension"> 566 No file extension for the file: '[FILE]' 567 568Please make sure the file has a correct file extension. 569 </notification> 570 <notification name="InvalidFileExtension"> 571 Invalid file extension [EXTENSION] 572Expected [VALIDS] 573 <usetemplate name="okbutton" yestext="??"/> 574 </notification> 575 <notification name="CannotUploadSoundFile"> 576 Couldn't open uploaded sound file for reading: 577[FILE] 578 </notification> 579 <notification name="SoundFileNotRIFF"> 580 File does not appear to be a RIFF WAVE file: 581[FILE] 582 </notification> 583 <notification name="SoundFileNotPCM"> 584 File does not appear to be a PCM WAVE audio file: 585[FILE] 586 </notification> 587 <notification name="SoundFileInvalidChannelCount"> 588 File has invalid number of channels (must be mono or stereo): 589[FILE] 590 </notification> 591 <notification name="SoundFileInvalidSampleRate"> 592 File does not appear to be a supported sample rate (must be 44.1k): 593[FILE] 594 </notification> 595 <notification name="SoundFileInvalidWordSize"> 596 File does not appear to be a supported word size (must be 8 or 16 bit): 597[FILE] 598 </notification> 599 <notification name="SoundFileInvalidHeader"> 600 Could not find 'data' chunk in WAV header: 601[FILE] 602 </notification> 603 <notification name="SoundFileInvalidChunkSize"> 604 Wrong chunk size in WAV file: 605[FILE] 606 </notification> 607 <notification name="SoundFileInvalidTooLong"> 608 ????????? 10 ??? 609[FILE] 610 </notification> 611 <notification name="ProblemWithFile"> 612 Problem with file [FILE]: 613 614[ERROR] 615 </notification> 616 <notification name="CannotOpenTemporarySoundFile"> 617 Couldn't open temporary compressed sound file for writing: [FILE] 618 </notification> 619 <notification name="UnknownVorbisEncodeFailure"> 620 Unknown Vorbis encode failure on: [FILE] 621 </notification> 622 <notification name="CannotEncodeFile"> 623 Unable to encode file: [FILE] 624 </notification> 625 <notification name="CorruptedProtectedDataStore"> 626 We can't fill in your username and password. This may happen when you change network setup 627 <usetemplate name="okbutton" yestext="??"/> 628 </notification> 629 <notification name="CorruptResourceFile"> 630 Corrupt resource file: [FILE] 631 </notification> 632 <notification name="UnknownResourceFileVersion"> 633 Unknown Linden resource file version in file: [FILE] 634 </notification> 635 <notification name="UnableToCreateOutputFile"> 636 Unable to create output file: [FILE] 637 </notification> 638 <notification name="DoNotSupportBulkAnimationUpload"> 639 [APP_NAME] does not currently support bulk upload of animation files. 640 </notification> 641 <notification name="CannotUploadReason"> 642 Unable to upload [FILE] due to the following reason: [REASON] 643Please try again later. 644 </notification> 645 <notification name="LandmarkCreated"> 646 ????? "[LANDMARK_NAME]" ??? [FOLDER_NAME] ???? 647 </notification> 648 <notification name="LandmarkAlreadyExists"> 649 ???????????? 650 <usetemplate name="okbutton" yestext="??"/> 651 </notification> 652 <notification name="CannotCreateLandmarkNotOwner"> 653 ????????????????????? 654 </notification> 655 <notification name="CannotRecompileSelectObjectsNoScripts"> 656 Not able to perform 'recompilation'. 657Select an object with a script. 658 </notification> 659 <notification name="CannotRecompileSelectObjectsNoPermission"> 660 Not able to perform 'recompilation'. 661 662Select objects with scripts that you have permission to modify. 663 </notification> 664 <notification name="CannotResetSelectObjectsNoScripts"> 665 Not able to perform 'reset'. 666 667Select objects with scripts. 668 </notification> 669 <notification name="CannotResetSelectObjectsNoPermission"> 670 Not able to perform 'reset'. 671 672Select objects with scripts that you have permission to modify. 673 </notification> 674 <notification name="CannotOpenScriptObjectNoMod"> 675 Unable to open script in object without modify permissions. 676 </notification> 677 <notification name="CannotSetRunningSelectObjectsNoScripts"> 678 Not able to set any scripts to 'running'. 679 680Select objects with scripts. 681 </notification> 682 <notification name="CannotSetRunningNotSelectObjectsNoScripts"> 683 Unable to set any scripts to 'not running'. 684 685Select objects with scripts. 686 </notification> 687 <notification name="NoFrontmostFloater"> 688 No frontmost floater to save. 689 </notification> 690 <notification name="SeachFilteredOnShortWords"> 691 Your search query was modified and the words that were too short were removed. 692 693Searched for: [FINALQUERY] 694 </notification> 695 <notification name="SeachFilteredOnShortWordsEmpty"> 696 Your search terms were too short so no search was performed. 697 </notification> 698 <notification name="CouldNotTeleportReason"> 699 ??????? 700[REASON] 701 </notification> 702 <notification name="invalid_tport"> 703 Problem encountered processing your teleport request. You may need to log back in before you can teleport. 704If you continue to get this message, please check the [SUPPORT_SITE]. 705 </notification> 706 <notification name="invalid_region_handoff"> 707 Problem encountered processing your region crossing. You may need to log back in before you can cross regions. 708If you continue to get this message, please check the [SUPPORT_SITE]. 709 </notification> 710 <notification name="blocked_tport"> 711 Sorry, teleport is currently blocked. Try again in a moment. If you still cannot teleport, please log out and log back in to resolve the problem. 712 </notification> 713 <notification name="nolandmark_tport"> 714 Sorry, but system was unable to locate landmark destination. 715 </notification> 716 <notification name="timeout_tport"> 717 Sorry, but system was unable to complete the teleport connection. Try again in a moment. 718 </notification> 719 <notification name="noaccess_tport"> 720 Sorry, you do not have access to that teleport destination. 721 </notification> 722 <notification name="missing_attach_tport"> 723 Your attachments have not arrived yet. Try waiting for a few more seconds or log out and back in again before attempting to teleport. 724 </notification> 725 <notification name="too_many_uploads_tport"> 726 The asset queue in this region is currently clogged so your teleport request will not be able to succeed in a timely manner. Please try again in a few minutes or go to a less busy area. 727 </notification> 728 <notification name="expired_tport"> 729 Sorry, but the system was unable to complete your teleport request in a timely fashion. Please try again in a few minutes. 730 </notification> 731 <notification name="expired_region_handoff"> 732 Sorry, but the system was unable to complete your region crossing in a timely fashion. Please try again in a few minutes. 733 </notification> 734 <notification name="no_host"> 735 Unable to find teleport destination. The destination may be temporarily unavailable or no longer exists. Please try again in a few minutes. 736 </notification> 737 <notification name="no_inventory_host"> 738 ???????????? 739 </notification> 740 <notification name="CannotSetLandOwnerNothingSelected"> 741 ?????????? 742??????? 743 </notification> 744 <notification name="CannotSetLandOwnerMultipleRegions"> 745 Unable to force land ownership because selection spans multiple regions. Please select a smaller area and try again. 746 </notification> 747 <notification name="ForceOwnerAuctionWarning"> 748 This parcel is up for auction. Forcing ownership will cancel the auction and potentially make some Residents unhappy if bidding has begun. 749Force ownership? 750 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 751 </notification> 752 <notification name="CannotContentifyNothingSelected"> 753 Unable to contentify: 754No parcel selected. 755 </notification> 756 <notification name="CannotContentifyNoRegion"> 757 Unable to contentify: 758No region selected. 759 </notification> 760 <notification name="CannotReleaseLandNothingSelected"> 761 ??????? 762??????? 763 </notification> 764 <notification name="CannotReleaseLandNoRegion"> 765 ??????? 766??????? 767 </notification> 768 <notification name="CannotBuyLandNothingSelected"> 769 ??????? 770??????? 771 </notification> 772 <notification name="CannotBuyLandNoRegion"> 773 Unable to buy land: 774Cannot find the region this land is in. 775 </notification> 776 <notification name="CannotCloseFloaterBuyLand"> 777 You cannot close the Buy Land window until [APP_NAME] estimates the price of this transaction. 778 </notification> 779 <notification name="CannotDeedLandNothingSelected"> 780 ??????? 781??????? 782 </notification> 783 <notification name="CannotDeedLandNoGroup"> 784 ??????? 785??????? 786 </notification> 787 <notification name="CannotDeedLandNoRegion"> 788 ??????? 789?????????????? 790 </notification> 791 <notification name="CannotDeedLandMultipleSelected"> 792 ??????? 793???????? 794 795?????????? 796 </notification> 797 <notification name="CannotDeedLandWaitingForServer"> 798 ??????? 799??????????? 800 801?????? 802 </notification> 803 <notification name="CannotDeedLandNoTransfer"> 804 ??????? 805? [REGION] ??????????? 806 </notification> 807 <notification name="CannotReleaseLandWatingForServer"> 808 ??????? 809???????????? 810 811?????????? 812 </notification> 813 <notification name="CannotReleaseLandSelected"> 814 ??????? 815?????????????? 816 817?????????? 818 </notification> 819 <notification name="CannotReleaseLandDontOwn"> 820 ??????? 821?????????????? 822????????????? 823 </notification> 824 <notification name="CannotReleaseLandRegionNotFound"> 825 ??????? 826?????????????? 827 </notification> 828 <notification name="CannotReleaseLandNoTransfer"> 829 ??????? 830? [REGION] ?????????? 831 </notification> 832 <notification name="CannotReleaseLandPartialSelection"> 833 ??????? 834??????????????? 835 836??????????????? 837 </notification> 838 <notification name="ReleaseLandWarning"> 839 ???? [AREA] m˛ ????? 840?????????????????????????? L$? 841 842??????????? 843 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 844 </notification> 845 <notification name="CannotDivideLandNothingSelected"> 846 ??????? 847 848??????? 849 </notification> 850 <notification name="CannotDivideLandPartialSelection"> 851 ??????? 852 853?????????? 854???????????? 855 </notification> 856 <notification name="LandDivideWarning"> 857 ???????????????????????????? ?????????????????????? 858 859??????? 860 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 861 </notification> 862 <notification name="CannotDivideLandNoRegion"> 863 ??????? 864?????????????? 865 </notification> 866 <notification name="CannotJoinLandNoRegion"> 867 ??????? 868?????????????? 869 </notification> 870 <notification name="CannotJoinLandNothingSelected"> 871 ??????? 872??????? 873 </notification> 874 <notification name="CannotJoinLandEntireParcelSelected"> 875 ??????? 876?????????? 877 878???????????? 879 </notification> 880 <notification name="CannotJoinLandSelection"> 881 ??????? 882???????????? 883 884???????????? 885 </notification> 886 <notification name="JoinLandWarning"> 887 ??????????????????????????? 888????????????????????? 889 890??????? 891 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 892 </notification> 893 <notification name="ConfirmNotecardSave"> 894 ?????????????????????????????? 895 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 896 </notification> 897 <notification name="ConfirmItemCopy"> 898 ????????????? 899 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 900 </notification> 901 <notification name="ResolutionSwitchFail"> 902 Failed to switch resolution to [RESX] by [RESY] 903 </notification> 904 <notification name="ErrorUndefinedGrasses"> 905 Error: Undefined grasses: [SPECIES] 906 </notification> 907 <notification name="ErrorUndefinedTrees"> 908 Error: Undefined trees: [SPECIES] 909 </notification> 910 <notification name="CannotSaveWearableOutOfSpace"> 911 Unable to save '[NAME]' to wearable file. You will need to free up some space on your computer and save the wearable again. 912 </notification> 913 <notification name="CannotSaveToAssetStore"> 914 Unable to save [NAME] to central asset store. 915This is usually a temporary failure. Please customize and save the wearable again in a few minutes. 916 </notification> 917 <notification name="YouHaveBeenLoggedOut"> 918 Darn. You have been logged out of [SECOND_LIFE] 919 [MESSAGE] 920 <usetemplate name="okcancelbuttons" notext="????" yestext="View IM & Chat"/> 921 </notification> 922 <notification name="OnlyOfficerCanBuyLand"> 923 Unable to buy land for the group: 924You do not have permission to buy land for your active group. 925 </notification> 926 <notification label="????" name="AddFriendWithMessage"> 927 Friends can give permissions to track each other on the map and receive online status updates. 928 929Offer friendship to [NAME]? 930 <form name="form"> 931 <input name="message"> 932 ??????????? 933 </input> 934 <button name="Offer" text="??"/> 935 <button name="Cancel" text="??"/> 936 </form> 937 </notification> 938 <notification label="????" name="SaveOutfitAs"> 939 ???????????? 940 <form name="form"> 941 <input name="message"> 942 [DESC] ??? 943 </input> 944 <button name="OK" text="??"/> 945 <button name="Cancel" text="??"/> 946 </form> 947 </notification> 948 <notification label="Save Wearable" name="SaveWearableAs"> 949 ???????????? 950 <form name="form"> 951 <input name="message"> 952 [DESC] ??? 953 </input> 954 <button name="OK" text="??"/> 955 <button name="Cancel" text="??"/> 956 </form> 957 </notification> 958 <notification label="????" name="RenameOutfit"> 959 ?????? 960 <form name="form"> 961 <input name="new_name"> 962 [NAME] 963 </input> 964 <button name="OK" text="??"/> 965 <button name="Cancel" text="??"/> 966 </form> 967 </notification> 968 <notification name="RemoveFromFriends"> 969 Do you want to remove <nolink>[NAME]</nolink> from your Friends List? 970 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 971 </notification> 972 <notification name="RemoveMultipleFromFriends"> 973 ?????????????????? 974 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 975 </notification> 976 <notification name="GodDeleteAllScriptedPublicObjectsByUser"> 977 Are you sure you want to delete all scripted objects owned by 978** [AVATAR_NAME] ** 979on all others land in this sim? 980 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 981 </notification> 982 <notification name="GodDeleteAllScriptedObjectsByUser"> 983 Are you sure you want to DELETE ALL scripted objects owned by 984** [AVATAR_NAME] ** 985on ALL LAND in this sim? 986 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 987 </notification> 988 <notification name="GodDeleteAllObjectsByUser"> 989 Are you sure you want to DELETE ALL objects (scripted or not) owned by 990** [AVATAR_NAME] ** 991on ALL LAND in this sim? 992 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 993 </notification> 994 <notification name="BlankClassifiedName"> 995 You must specify a name for your classified. 996 </notification> 997 <notification name="MinClassifiedPrice"> 998 Price to pay for listing must be at least L$[MIN_PRICE]. 999 1000Please enter a higher price. 1001 </notification> 1002 <notification name="ConfirmItemDeleteHasLinks"> 1003 At least one of the items you has link items that point to it. If you delete this item, its links will permanently stop working. It is strongly advised to delete the links first. 1004 1005Are you sure you want to delete these items? 1006 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1007 </notification> 1008 <notification name="ConfirmObjectDeleteLock"> 1009 At least one of the items you have selected is locked. 1010 1011Are you sure you want to delete these items? 1012 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1013 </notification> 1014 <notification name="ConfirmObjectDeleteNoCopy"> 1015 At least one of the items you have selected is not copyable. 1016 1017Are you sure you want to delete these items? 1018 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1019 </notification> 1020 <notification name="ConfirmObjectDeleteNoOwn"> 1021 You do not own least one of the items you have selected. 1022 1023Are you sure you want to delete these items? 1024 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1025 </notification> 1026 <notification name="ConfirmObjectDeleteLockNoCopy"> 1027 At least one object is locked. 1028At least one object is not copyable. 1029 1030Are you sure you want to delete these items? 1031 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1032 </notification> 1033 <notification name="ConfirmObjectDeleteLockNoOwn"> 1034 At least one object is locked. 1035You do not own least one object. 1036 1037Are you sure you want to delete these items? 1038 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1039 </notification> 1040 <notification name="ConfirmObjectDeleteNoCopyNoOwn"> 1041 At least one object is not copyable. 1042You do not own least one object. 1043 1044Are you sure you want to delete these items? 1045 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1046 </notification> 1047 <notification name="ConfirmObjectDeleteLockNoCopyNoOwn"> 1048 At least one object is locked. 1049At least one object is not copyable. 1050You do not own least one object. 1051 1052Are you sure you want to delete these items? 1053 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1054 </notification> 1055 <notification name="ConfirmObjectTakeLock"> 1056 At least one object is locked. 1057 1058Are you sure you want to take these items? 1059 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1060 </notification> 1061 <notification name="ConfirmObjectTakeNoOwn"> 1062 You do not own all of the objects you are taking. 1063If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them. 1064 1065Are you sure you want to take these items? 1066 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1067 </notification> 1068 <notification name="ConfirmObjectTakeLockNoOwn"> 1069 At least one object is locked. 1070You do not own all of the objects you are taking. 1071If you continue, next owner permissions will be applied and possibly restrict your ability to modify or copy them. 1072However, you can take the current selection. 1073 1074Are you sure you want to take these items? 1075 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1076 </notification> 1077 <notification name="CantBuyLandAcrossMultipleRegions"> 1078 Unable to buy land because selection spans multiple regions. 1079 1080Please select a smaller area and try again. 1081 </notification> 1082 <notification name="DeedLandToGroup"> 1083 By deeding this parcel, the group will be required to have and maintain sufficient land use credits. 1084The purchase price of the land is not refunded to the owner. If a deeded parcel is sold, the sale price will be divided evenly among group members. 1085 1086Deed this [AREA] m˛ of land to the group '[GROUP_NAME]'? 1087 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1088 </notification> 1089 <notification name="DeedLandToGroupWithContribution"> 1090 By deeding this parcel, the group will be required to have and maintain sufficient land use credits. 1091The deed will include a simultaneous land contribution to the group from '[NAME]'. 1092The purchase price of the land is not refunded to the owner. If a deeded parcel is sold, the sale price will be divided evenly among group members. 1093 1094Deed this [AREA] m˛ of land to the group '[GROUP_NAME]'? 1095 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1096 </notification> 1097 <notification name="DisplaySetToSafe"> 1098 Display settings have been set to safe levels because you have specified the -safe option. 1099 </notification> 1100 <notification name="DisplaySetToRecommended"> 1101 Display settings have been set to recommended levels based on your system configuration. 1102 </notification> 1103 <notification name="ErrorMessage"> 1104 [ERROR_MESSAGE] 1105 <usetemplate name="okbutton" yestext="??"/> 1106 </notification> 1107 <notification name="AvatarMovedDesired"> 1108 Your desired location is not currently available. 1109You have been moved into a nearby region. 1110 </notification> 1111 <notification name="AvatarMovedLast"> 1112 Your last location is not currently available. 1113You have been moved into a nearby region. 1114 </notification> 1115 <notification name="AvatarMovedHome"> 1116 Your home location is not currently available. 1117You have been moved into a nearby region. 1118You may want to set a new home location. 1119 </notification> 1120 <notification name="ClothingLoading"> 1121 ?????????? 1122??????? [SECOND_LIFE]??????????????? 1123 <form name="form"> 1124 <ignore name="ignore" text="?????????"/> 1125 </form> 1126 </notification> 1127 <notification name="FirstRun"> 1128 [APP_NAME] ????? 1129 1130If this is your first time using [SECOND_LIFE], you will need to create an account before you can log in. 1131Return to [http://join.secondlife.com secondlife.com] to create a new account? 1132 <usetemplate name="okcancelbuttons" notext="??" yestext="???..."/> 1133 </notification> 1134 <notification name="LoginPacketNeverReceived"> 1135 We're having trouble connecting. There may be a problem with your Internet connection or the [SECOND_LIFE_GRID]. 1136 1137You can either check your Internet connection and try again in a few minutes, click Help to view the [SUPPORT_SITE], or click Teleport to attempt to teleport home. 1138 <url name="url"> 1139 http://secondlife.com/support/ 1140 </url> 1141 <form name="form"> 1142 <button name="OK" text="??"/> 1143 <button name="Help" text="??"/> 1144 <button name="Teleport" text="????"/> 1145 </form> 1146 </notification> 1147 <notification name="WelcomeChooseSex"> 1148 Your character will appear in a moment. 1149 1150Use arrow keys to walk. 1151Press the F1 key at any time for help or to learn more about [SECOND_LIFE]. 1152Please choose the male or female avatar. You can change your mind later. 1153 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1154 </notification> 1155 <notification name="CantTeleportToGrid"> 1156 Could not teleport to [SLURL] as it's on a different grid ([GRID]) than the current grid ([CURRENT_GRID]). Please close your viewer and try again. 1157 <usetemplate name="okbutton" yestext="??"/> 1158 </notification> 1159 <notification name="GeneralCertificateError"> 1160 ????????? 1161[REASON] 1162 1163SubjectName: [SUBJECT_NAME_STRING] 1164IssuerName: [ISSUER_NAME_STRING] 1165Valid From: [VALID_FROM] 1166Valid To: [VALID_TO] 1167MD5 Fingerprint: [SHA1_DIGEST] 1168SHA1 Fingerprint: [MD5_DIGEST] 1169Key Usage: [KEYUSAGE] 1170Extended Key Usage: [EXTENDEDKEYUSAGE] 1171Subject Key Identifier: [SUBJECTKEYIDENTIFIER] 1172 <usetemplate name="okbutton" yestext="??"/> 1173 </notification> 1174 <notification name="TrustCertificateError"> 1175 The certification authority for this server is not known. 1176 1177Certificate Information: 1178SubjectName: [SUBJECT_NAME_STRING] 1179IssuerName: [ISSUER_NAME_STRING] 1180Valid From: [VALID_FROM] 1181Valid To: [VALID_TO] 1182MD5 Fingerprint: [SHA1_DIGEST] 1183SHA1 Fingerprint: [MD5_DIGEST] 1184Key Usage: [KEYUSAGE] 1185Extended Key Usage: [EXTENDEDKEYUSAGE] 1186Subject Key Identifier: [SUBJECTKEYIDENTIFIER] 1187 1188Would you like to trust this authority? 1189 <usetemplate name="okcancelbuttons" notext="??" yestext="Trust"/> 1190 </notification> 1191 <notification name="NotEnoughCurrency"> 1192 [NAME] L$ [PRICE] You don't have enough L$ to do that. 1193 </notification> 1194 <notification name="GrantedModifyRights"> 1195 [NAME] has given you permission to edit their objects. 1196 </notification> 1197 <notification name="RevokedModifyRights"> 1198 Your privilege to modify [NAME]'s objects has been revoked 1199 </notification> 1200 <notification name="FlushMapVisibilityCaches"> 1201 This will flush the map caches on this region. 1202This is really only useful for debugging. 1203(In production, wait 5 minutes, then everyone's map will update after they relog.) 1204 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1205 </notification> 1206 <notification name="BuyOneObjectOnly"> 1207 Unable to buy more than one object at a time. Please select only one object and try again. 1208 </notification> 1209 <notification name="OnlyCopyContentsOfSingleItem"> 1210 Unable to copy the contents of more than one item at a time. 1211Please select only one object and try again. 1212 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1213 </notification> 1214 <notification name="KickUsersFromRegion"> 1215 ??????????????????? 1216 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1217 </notification> 1218 <notification name="EstateObjectReturn"> 1219 Are you sure you want to return objects owned by [USER_NAME]? 1220 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1221 </notification> 1222 <notification name="InvalidTerrainBitDepth"> 1223 Couldn't set region textures: 1224Terrain texture [TEXTURE_NUM] has an invalid bit depth of [TEXTURE_BIT_DEPTH]. 1225 1226Replace texture [TEXTURE_NUM] with a 24-bit 512x512 or smaller image then click "Apply" again. 1227 </notification> 1228 <notification name="InvalidTerrainSize"> 1229 Couldn't set region textures: 1230Terrain texture [TEXTURE_NUM] is too large at [TEXTURE_SIZE_X]x[TEXTURE_SIZE_Y]. 1231 1232Replace texture [TEXTURE_NUM] with a 24-bit 512x512 or smaller image then click "Apply" again. 1233 </notification> 1234 <notification name="RawUploadStarted"> 1235 ????????????????????????? 1236 </notification> 1237 <notification name="ConfirmBakeTerrain"> 1238 Do you really want to bake the current terrain, make it the center for terrain raise/lower limits and the default for the 'Revert' tool? 1239 <usetemplate name="okcancelbuttons" notext="??" yestext="??"/> 1240 </notification> 1241 <notification name="MaxAllowedAgentOnRegion"> 1242 You can only have [MAX_AGENTS] Allowed Residents. 1243 </notification> 1244 <notification name="MaxBannedAgentsOnRegion"> 1245 ??????? [MAX_BANNED] ???????? 1246 </notification> 1247 <notification name="MaxAgentOnRegionBatch"> 1248 Failure while attempting to add [NUM_ADDED] agents: 1249Exceeds the [MAX_AGENTS] [LIST_TYPE] limit by [NUM_EXCESS]. 1250 </notification> 1251 <notification name="MaxAllowedGroupsOnRegion"> 1252 You can only have [MAX_GROUPS] Allowed Groups. 1253 <usetemplate name="okcancelbuttons" notext="??" yestext="Bake"/> 1254 </notification> 1255 <notification name="MaxManagersOnRegion"> 1256 ??????? [MAX_MANAGER] ?????? 1257 </notification> 1258 <notification name="OwnerCanNotBeDenied"> 1259 ????????????? '??????' ???? 1260 </notification> 1261 <notification name="CanNotChangeAppearanceUntilLoaded"> 1262 ??????????????????? 1263 </notification> 1264 <notification name="ClassifiedMustBeAlphanumeric"> 1265 The name of your classified must start with a letter from A to Z or a number. No punctuation is allowed. 1266 </notification> 1267 <notification name="CantSetBuyObject"> 1268 Can't set Buy Object, because the object is not for sale. 1269Please set the object for sale and try again. 1270 </notification> 1271 <notification name="FinishedRawDownload"> 1272 Finished download of raw terrain file to: 1273[DOWNLOAD_PATH]. 1274 </notification> 1275 <notification name="DownloadWindowsMandatory"> 1276 ?????? [APP_NAME] ????? 1277[MESSAGE] 1278???????????? [APP_NAME]? 1279 <usetemplate name="okcancelbuttons" notext="????" yestext="??"/> 1280 </notification> 1281 <notificati…
Large files files are truncated, but you can click here to view the full file