Home
last modified time | relevance | path

Searched refs:secondary_text (Results 126 – 150 of 223) sorted by relevance

123456789

/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DMainWindow.cc1351 QString secondary_text; in removeTorrents() local
1391 secondary_text = count == 1 ? in removeTorrents()
1397 secondary_text = count == 1 ? tr("This torrent has not finished downloading.") : in removeTorrents()
1402 secondary_text = count == 1 ? tr("This torrent is connected to peers.") : in removeTorrents()
1409 secondary_text = connected == 1 ? tr("One of these torrents is connected to peers.") : in removeTorrents()
1415 secondary_text += QLatin1Char('\n'); in removeTorrents()
1420secondary_text += incomplete == 1 ? tr("One of these torrents has not finished downloading.") : in removeTorrents()
1427 msgBox.setInformativeText(secondary_text); in removeTorrents()
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DMainWindow.cc1351 QString secondary_text; in removeTorrents() local
1391 secondary_text = count == 1 ? in removeTorrents()
1397 secondary_text = count == 1 ? tr("This torrent has not finished downloading.") : in removeTorrents()
1402 secondary_text = count == 1 ? tr("This torrent is connected to peers.") : in removeTorrents()
1409 secondary_text = connected == 1 ? tr("One of these torrents is connected to peers.") : in removeTorrents()
1415 secondary_text += QLatin1Char('\n'); in removeTorrents()
1420secondary_text += incomplete == 1 ? tr("One of these torrents has not finished downloading.") : in removeTorrents()
1427 msgBox.setInformativeText(secondary_text); in removeTorrents()
/dports/net-p2p/transmission-utils/transmission-3.00/qt/
H A DMainWindow.cc1351 QString secondary_text; in removeTorrents() local
1391 secondary_text = count == 1 ? in removeTorrents()
1397 secondary_text = count == 1 ? tr("This torrent has not finished downloading.") : in removeTorrents()
1402 secondary_text = count == 1 ? tr("This torrent is connected to peers.") : in removeTorrents()
1409 secondary_text = connected == 1 ? tr("One of these torrents is connected to peers.") : in removeTorrents()
1415 secondary_text += QLatin1Char('\n'); in removeTorrents()
1420secondary_text += incomplete == 1 ? tr("One of these torrents has not finished downloading.") : in removeTorrents()
1427 msgBox.setInformativeText(secondary_text); in removeTorrents()
/dports/www/transmission-web/transmission-3.00/qt/
H A DMainWindow.cc1351 QString secondary_text; in removeTorrents() local
1391 secondary_text = count == 1 ? in removeTorrents()
1397 secondary_text = count == 1 ? tr("This torrent has not finished downloading.") : in removeTorrents()
1402 secondary_text = count == 1 ? tr("This torrent is connected to peers.") : in removeTorrents()
1409 secondary_text = connected == 1 ? tr("One of these torrents is connected to peers.") : in removeTorrents()
1415 secondary_text += QLatin1Char('\n'); in removeTorrents()
1420secondary_text += incomplete == 1 ? tr("One of these torrents has not finished downloading.") : in removeTorrents()
1427 msgBox.setInformativeText(secondary_text); in removeTorrents()
/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/settings/
H A Dsession-editor.c239 gchar *secondary_text; in session_editor_clear_sessions() local
241secondary_text = g_strdup_printf (_("You might need to delete some files manually in \"%s\"."), ca… in session_editor_clear_sessions()
243 secondary_text, in session_editor_clear_sessions()
245 g_free(secondary_text); in session_editor_clear_sessions()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/dialogs/
H A Dpreview_error.py37secondary_text=_("There is probably a problem with either the video file or the preview command."))
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Style/+desktop/
H A DHighContrastColors.qml17 readonly property color secondary_text: palette.text
/dports/print/texinfo/texinfo-6.8/texindex/
H A Dtexindex.awk296 secondary_text = (numfields > 3 ? fields[4] : "")
305 if (secondary_text)
306 Secondary[key] = secondary_text
/dports/editors/elementary-code/code-6.0.0/src/Dialogs/
H A DRestoreConfirmationDialog.vala32 secondary_text = _("Restoring a file will undo all changes made since opening it");
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-alert.h100 const gchar *secondary_text);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc220 iter->second->secondary_text()->SetText(details); in AddOrUpdateGallery()
221 iter->second->secondary_text()->SetVisible(details.length() > 0); in AddOrUpdateGallery()
/dports/graphics/elementary-photos/photos-2.7.1/src/Dialogs/
H A DDialogs.vala65 string secondary_text = ngettext (
73 secondary_text,
679 public string build_alert_body_text (string? primary_text, string? secondary_text, bool should_esca…
682 … guarded_markup_escape_text (primary_text), guarded_markup_escape_text (secondary_text));
686 guarded_markup_escape_text (primary_text), secondary_text);
801 string secondary_text = ngettext (
811 secondary_text,
838 string secondary_text = ngettext (
846 secondary_text,
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/+mobile/
H A DMenuItem.qml76 tintColor: Style.color.secondary_text
/dports/security/nmap/nmap-7.91/zenmap/radialnet/gui/
H A DApplication.py141 secondary_text=text)
/dports/devel/lua-lgi/lgi-0.9.2/samples/gtk-demo/
H A Ddemo-dialogs.lua84 secondary_text = ('%d'):format(popup_count),
H A Ddemo-images.lua90 secondary_text = err,
/dports/multimedia/elementary-videos/videos-2.7.3/src/Widgets/
H A DUnsupportedFileDialog.vala26 secondary_text: _("Videos might not be able to play the file '%s'.".printf (filename)),
/dports/multimedia/elementary-videos/videos-2.7.3/src/Widgets/Library/
H A DEpisodesPage.vala191 public void show_alert (string primary_text, string secondary_text, string icon_name) {
195 alert_view.description = secondary_text;
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-file-conflict-dialog.c64 gchar *secondary_text) in nautilus_file_conflict_dialog_set_text() argument
84 label = gtk_label_new (secondary_text); in nautilus_file_conflict_dialog_set_text()
/dports/x11/elementary-terminal/terminal-6.0.1/src/Dialogs/
H A DUnsafePasteDialog.vala33 secondary_text =
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/IdentifyView/+mobile/
H A DIdentifyView.qml124 …!ConnectivityManager.networkInterfaceActive ? Style.color.warning_text : Style.color.secondary_text
179 ? Style.color.warning_text : Style.color.secondary_text
/dports/devel/lua-lgi/lgi-0.9.2/samples/
H A Drepobrowser.lua116 secondary_text = data,
/dports/audio/pithos/pithos-1.5.1/pithos/plugins/
H A Djournald_logging.py144 secondary_text=message,
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/TechnologyInfo/+mobile/
H A DTechnologyInfo.qml80 …rty: "color"; value: NumberModel.hasError ? Style.color.warning_text : Style.color.secondary_text }
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DProfileEditor.py304 secondary_text=_(
327 secondary_text=_('Sorry, the name "%s" is not allowed due '

123456789