VirtualBox

Ignore:
Timestamp:
Oct 14, 2021 11:43:12 AM (3 years ago)
Author:
vboxsync
Message:

Main: bugref:1909: Added initial translation to Russian of API messages. Fixed errors and plurals wherever needed. Fixed type of the plural argument in the tr()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/UnattendedInstaller.cpp

    r91476 r91718  
    425425            else
    426426                hrc = mpParent->setErrorBoth(E_FAIL, vrc,
    427                                              tr("Error writing %zu bytes to '%s' in floppy image '%s': %Rrc"),
     427                                             tr("Error writing %zu bytes to '%s' in floppy image '%s': %Rrc",
     428                                                "", strScript.length()),
    428429                                             strScript.length(), pEditor->getDefaultFilename(),
    429430                                             getAuxiliaryFloppyFilePath().c_str());
     
    588589        else
    589590            hrc = mpParent->setErrorBoth(E_FAIL, vrc,
    590                                          tr("RTVfsFileFromBuffer failed on the %zu byte script '%s' (%Rrc)"),
     591                                         tr("RTVfsFileFromBuffer failed on the %zu byte script '%s' (%Rrc)", "", cchScript),
    591592                                         cchScript, pszDstFilename, vrc);
    592593    }
Note: See TracChangeset for help on using the changeset viewer.

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