i18n("A folder by the name '%1' already exists. What would you like to do?",folder),
QString(),
KStandardGuiItem::cont(),
KGuiItem(i18n("Replace")));
#else
intrc=KMessageBox::warningYesNoCancel(nullptr,i18n("A folder by the name '%1' already exists. What would you like to do?",folder),QString(),KStandardGuiItem::cont(),KGuiItem(i18n("Replace")));
i18n("Sorry, that folder name is in use. Try again?"),
QString(),
KGuiItem(i18n("Try Again")),
KGuiItem(i18n("Do Not Try")));
#else
intrc=KMessageBox::questionYesNo(this,i18n("Sorry, that folder name is in use. Try again?"),QString(),KGuiItem(i18n("Try Again")),KGuiItem(i18n("Do Not Try")));
i18n("Sorry, that entry already exists. Try again?"),
QString(),
KGuiItem(i18n("Try Again")),
KGuiItem(i18n("Do Not Try")));
#else
intrc=KMessageBox::questionYesNo(this,i18n("Sorry, that entry already exists. Try again?"),QString(),KGuiItem(i18n("Try Again")),KGuiItem(i18n("Do Not Try")));
i18n("The KDE Wallet system is not enabled. Do you want me to enable it? If not, the KWalletManager will quit as it cannot work without reading the wallets."));
#endif
i18n("The KDE Wallet system is not enabled. Do you want me to enable it? If not, the KWalletManager will quit "
"as it cannot work without reading the wallets."),
i18n("Unable to close wallet cleanly. It is probably in use by other applications. Do you wish to force it closed?"),
QString(),
KGuiItem(i18n("Force Closure")),
KGuiItem(i18n("Do Not Force")));
#else
rc=KMessageBox::warningYesNo(this,i18n("Unable to close wallet cleanly. It is probably in use by other applications. Do you wish to force it closed?"),QString(),KGuiItem(i18n("Force Closure")),KGuiItem(i18n("Do Not Force")));
i18n("Sorry, that wallet already exists. Try a new name?"),
QString(),
KGuiItem(i18n("Try New")),
KGuiItem(i18n("Do Not Try")));
#else
intrc=KMessageBox::questionYesNo(this,i18n("Sorry, that wallet already exists. Try a new name?"),QString(),KGuiItem(i18n("Try New")),KGuiItem(i18n("Do Not Try")));
i18n("Unable to close wallet cleanly. It is probably in use by other applications. Do you wish to force it closed?"),
QString(),
KGuiItem(i18n("Force Closure")),
KGuiItem(i18n("Do Not Force")));
#else
rc=KMessageBox::warningYesNo(this,i18n("Unable to close wallet cleanly. It is probably in use by other applications. Do you wish to force it closed?"),QString(),KGuiItem(i18n("Force Closure")),KGuiItem(i18n("Do Not Force")));