Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -2962,7 +2962,7 @@ msgid "Export..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Export EDID"
|
||||
msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid "EDID file \"%ls\" is too large."
|
||||
msgstr ""
|
||||
msgstr ""
|
||||
|
||||
@@ -2955,5 +2955,14 @@ msgstr "&CGA:n komposiittiasetukset..."
|
||||
msgid "CGA composite settings"
|
||||
msgstr "CGA:n komposiittiasetukset"
|
||||
|
||||
msgid "Monitor EDID"
|
||||
msgstr "Monitorin EDID"
|
||||
|
||||
msgid "Export..."
|
||||
msgstr "Viedä..."
|
||||
|
||||
msgid "Export EDID"
|
||||
msgstr "Vie EDID"
|
||||
|
||||
msgid "EDID file \"%ls\" is too large."
|
||||
msgstr "EDID-tiedosto \"%ls\" on liian suuri."
|
||||
|
||||
@@ -2955,5 +2955,14 @@ msgstr "Réglages du mode composite &CGA..."
|
||||
msgid "CGA composite settings"
|
||||
msgstr "Réglages du mode composite CGA"
|
||||
|
||||
msgid "Monitor EDID"
|
||||
msgstr "Écran EDID"
|
||||
|
||||
msgid "Export..."
|
||||
msgstr "Exporter..."
|
||||
|
||||
msgid "Export EDID"
|
||||
msgstr "Exporter l'EDID"
|
||||
|
||||
msgid "EDID file \"%ls\" is too large."
|
||||
msgstr "Le fichier EDID \"%ls\" est trop volumineux."
|
||||
|
||||
@@ -339,7 +339,7 @@ void SettingsDisplay::on_radioButtonCustom_clicked()
|
||||
|
||||
void SettingsDisplay::on_pushButtonExportDefault_clicked()
|
||||
{
|
||||
auto str = QFileDialog::getSaveFileName(this, tr("Export EDID..."));
|
||||
auto str = QFileDialog::getSaveFileName(this, tr("Export EDID"));
|
||||
if (!str.isEmpty()) {
|
||||
QFile file(str);
|
||||
if (file.open(QFile::WriteOnly)) {
|
||||
|
||||
Reference in New Issue
Block a user