- 時間撮記:
- 2015-6-19 上午10:21:53 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp
r55963 r56553 615 615 strError += Utf8StrFmt(tr("For one or more guest files or directories selected for transferring to the host your guest " 616 616 "user does not have the appropriate access rights for. Please make sure that all selected " 617 "elements can be accessed and that your guest user has the appropriate rights ."));617 "elements can be accessed and that your guest user has the appropriate rights")); 618 618 break; 619 619 … … 622 622 strError += Utf8StrFmt(tr("One or more guest files or directories selected for transferring to the host were not" 623 623 "found on the guest anymore. This can be the case if the guest files were moved and/or" 624 "altered while the drag and drop operation was in progress ."));624 "altered while the drag and drop operation was in progress")); 625 625 break; 626 626 … … 628 628 strError += Utf8StrFmt(tr("One or more guest files or directories selected for transferring to the host were locked. " 629 629 "Please make sure that all selected elements can be accessed and that your guest user has " 630 "the appropriate rights.")); 630 "the appropriate rights")); 631 break; 632 633 case VERR_TIMEOUT: 634 strError += Utf8StrFmt(tr("The guest was not able to process the drag and drop data within time")); 631 635 break; 632 636
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器