VirtualBox

忽略:
時間撮記:
2015-6-19 上午10:21:53 (9 年 以前)
作者:
vboxsync
訊息:

DnD/Main: Update for error messages.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r55963 r56553  
    615615            strError += Utf8StrFmt(tr("For one or more guest files or directories selected for transferring to the host your guest "
    616616                                      "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"));
    618618            break;
    619619
     
    622622            strError += Utf8StrFmt(tr("One or more guest files or directories selected for transferring to the host were not"
    623623                                      "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"));
    625625            break;
    626626
     
    628628            strError += Utf8StrFmt(tr("One or more guest files or directories selected for transferring to the host were locked. "
    629629                                      "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"));
    631635            break;
    632636
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette