VirtualBox

Ignore:
Timestamp:
Nov 25, 2021 9:05:48 AM (3 years ago)
Author:
vboxsync
Message:

Main: bugref:1909: Added translation into VBoxManage excluding built-in docbook help. Fixed translation marks in the VBoxManage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageNATNetwork.cpp

    r92372 r92594  
    108108
    109109        CHECK_ERROR_BREAK(pNATNet, COMGETTER(IPv6Enabled)(&fVal));
    110         RTPrintf(Nat::tr("IPv6:         %s\n"),  fVal ? Nat::tr("Yes") : Nat::tr("No"));
     110        RTPrintf("IPv6:         %s\n",  fVal ? Nat::tr("Yes") : Nat::tr("No"));
    111111
    112112        CHECK_ERROR_BREAK(pNATNet, COMGETTER(IPv6Prefix)(strVal.asOutParam()));
     
    279279                        if (RT_FAILURE(vrc))
    280280                          return errorSyntax(USAGE_NATNETWORK,
    281                                              Nat::tr("Not enough parmaters\n"));
     281                                             Nat::tr("Not enough parаmeters\n"));
    282282
    283283                        vLoopback2Delete.push_back(std::string(Addr2Delete.psz));
     
    313313                    if (enmCode != OP_MODIFY)
    314314                        return errorSyntax(USAGE_NATNETWORK,
    315                                            Nat::tr("Port-forward could be deleted on modify \n"));
     315                                           Nat::tr("Port-forward could be deleted on modify\n"));
    316316
    317317                    RTGETOPTUNION NamePf2DeleteUnion;
    318318                    int vrc = RTGetOptFetchValue(&GetState, &NamePf2DeleteUnion, RTGETOPT_REQ_STRING);
    319319                    if (RT_FAILURE(vrc))
    320                         return errorSyntax(USAGE_NATNETWORK, Nat::tr("Not enough parmaters\n"));
     320                        return errorSyntax(USAGE_NATNETWORK, Nat::tr("Not enough parаmeters\n"));
    321321
    322322                    if (strlen(NamePf2DeleteUnion.psz) > PF_NAMELEN)
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