[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt/qml: rename UI text from Playlist to Play queue

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Aug 3 17:30:29 UTC 2026



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
ee6d9e56 by Leon Vitanos at 2026-08-03T17:00:33+00:00
qt/qml: rename UI text from Playlist to Play queue

- - - - -
4d8c22d2 by Leon Vitanos at 2026-08-03T17:00:33+00:00
prefs: rename playlist prefs UI text to play queue

- - - - -


18 changed files:

- include/vlc_config_cat.h
- include/vlc_intf_strings.h
- modules/gui/qt/dialogs/dialogs_provider.cpp
- modules/gui/qt/dialogs/firstrun/firstrunwizard.cpp
- modules/gui/qt/dialogs/plugins/plugins.cpp
- modules/gui/qt/dialogs/preferences/sprefs_interface.ui
- modules/gui/qt/maininterface/mainctx.cpp
- modules/gui/qt/menus/menus.cpp
- modules/gui/qt/menus/qml_menu_wrapper.cpp
- modules/gui/qt/player/qml/Player.qml
- modules/gui/qt/player/qml/PlayerControlbarControls.qml
- modules/gui/qt/player/qml/TopBar.qml
- modules/gui/qt/player/qml/controlbarcontrols/PlaylistButton.qml
- modules/gui/qt/playlist/playlist_item.hpp
- modules/gui/qt/playlist/qml/PlaylistDetachedWindow.qml
- modules/gui/qt/playlist/qml/PlaylistPane.qml
- modules/gui/qt/qt.cpp
- src/libvlc-module.c


Changes:

=====================================
include/vlc_config_cat.h
=====================================
@@ -40,7 +40,7 @@
 #define VIDEO_TITLE     N_( "Video" )
 #define INPUT_TITLE     N_( "Input / Codecs" )
 #define SOUT_TITLE      N_( "Stream output" )
-#define PLAYLIST_TITLE  N_( "Playlist" )
+#define PLAYLIST_TITLE  N_( "Play Queue" )
 #define AADVANCED_TITLE N_( "Advanced" )
 #define SUBPIC_TITLE    N_( "Subtitles / OSD" )
 #define HOTKEYS_TITLE   N_( "Hotkeys" )
@@ -134,13 +134,13 @@
                 "each sout stream module here.")
 #define SOUT_VOD_HELP N_( "VLC's implementation of Video On Demand" )
 
-/* Playlist */
-#define PLAYLIST_HELP N_( "Settings related to playlist behaviour " \
+/* Play Queue */
+#define PLAYLIST_HELP N_( "Settings related to play queue behaviour " \
         "(e.g. playback mode) and to modules that automatically add "\
-        "items to the playlist (\"service discovery\" modules).")
-#define PGENERAL_HELP N_( "General playlist behaviour")
+        "items to the play queue (\"service discovery\" modules).")
+#define PGENERAL_HELP N_( "General play queue behaviour")
 #define SD_HELP N_("Services discovery modules are facilities "\
-        "that automatically add items to playlist.")
+        "that automatically add items to play queue.")
 #define PEXPORT_HELP N_( "Settings relating to exporting playlists." )
 
 /* Advanced */


=====================================
include/vlc_intf_strings.h
=====================================
@@ -62,7 +62,7 @@
 
 /*************** Playlist *************/
 
-#define I_PL_SAVE       N_("Save Playlist to &File...")
+#define I_PL_SAVE       N_("Save Play Queue to &File...")
 
 #define I_PL_SEARCH     N_("Search")
 


=====================================
modules/gui/qt/dialogs/dialogs_provider.cpp
=====================================
@@ -835,7 +835,7 @@ void DialogsProvider::savePlayingToPlaylist()
 
     QString selected;
     QString file = getSaveFileName( NULL,
-                                    qtr( "Save playlist as..." ),
+                                    qtr( "Save play queue as..." ),
                                     p_intf->p_mi->getDialogFilePath(), filters.join( ";;" ),
                                     &selected );
     const char *psz_selected_module = NULL;


=====================================
modules/gui/qt/dialogs/firstrun/firstrunwizard.cpp
=====================================
@@ -53,7 +53,7 @@ FirstRunWizard::FirstRunWizard( qt_intf_t *_p_intf, QWidget *parent)
         "not even in anonymized form, to anyone."
         "</p>\n"
         "<p>Nevertheless, <i>VLC</i> is able to automatically retrieve "
-        "information about the media in your playlist from third party "
+        "information about the media in your play queue from third party "
         "Internet-based services. This includes cover art, track names, "
         "artist names and other meta-data."
         "</p>\n"


=====================================
modules/gui/qt/dialogs/plugins/plugins.cpp
=====================================
@@ -368,14 +368,14 @@ AddonsTab::AddonsTab( qt_intf_t *p_intf_ ) : QVLCFrame( p_intf_ )
                        " internet streams or extract meta data." ),
                   AddonsModel::Type::TYPE_PLAYLIST_PARSER );
     addCategory( qtr("Service Discovery"),
-                  qtr( "Service discoveries adds new sources to your playlist"
+                  qtr( "Service discoveries adds new sources to your play queue"
                        " such as web radios, video websites, ..." ),
                   AddonsModel::Type::TYPE_SERVICE_DISCOVERY );
     addCategory( qtr("Interfaces"),
                   "",
                   AddonsModel::Type::TYPE_INTERFACE );
     addCategory( qtr("Art and meta fetchers"),
-                  qtr( "Retrieves extra info and art for playlist items" ),
+                  qtr( "Retrieves extra info and art for play queue items" ),
                   AddonsModel::Type::TYPE_META );
     addCategory( qtr("Extensions"),
                   qtr( "Extensions brings various enhancements."


=====================================
modules/gui/qt/dialogs/preferences/sprefs_interface.ui
=====================================
@@ -78,7 +78,7 @@
               <string/>
              </property>
              <property name="icon">
-              <iconset resource="../../vlc.qrc">
+              <iconset>
                <normaloff>:/prefsmenu/sample_skins.png</normaloff>:/prefsmenu/sample_skins.png</iconset>
              </property>
              <property name="iconSize">
@@ -117,7 +117,7 @@ with client-side decoration.</string>
               <string/>
              </property>
              <property name="icon">
-              <iconset resource="../../vlc.qrc">
+              <iconset>
                <normaloff>:/prefsmenu/sample_minimal.png</normaloff>:/prefsmenu/sample_minimal.png</iconset>
              </property>
              <property name="iconSize">
@@ -161,7 +161,7 @@ with no client-side decoration.</string>
               <string/>
              </property>
              <property name="icon">
-              <iconset resource="../../vlc.qrc">
+              <iconset>
                <normaloff>:/prefsmenu/sample_complete.png</normaloff>:/prefsmenu/sample_complete.png</iconset>
              </property>
              <property name="iconSize">
@@ -537,7 +537,7 @@ with no client-side decoration.</string>
    <item>
     <widget class="QGroupBox" name="PlaylistAndInstancesBox">
      <property name="title">
-      <string>Playlist and Instances</string>
+      <string>Play Queue and Instances</string>
      </property>
      <layout class="QGridLayout" name="gridLayout_2">
       <item row="4" column="1">
@@ -550,7 +550,7 @@ with no client-side decoration.</string>
       <item row="2" column="0">
        <widget class="QCheckBox" name="treePlaylist">
         <property name="text">
-         <string>Display playlist tree</string>
+         <string>Display play queue tree</string>
         </property>
        </widget>
       </item>
@@ -571,7 +571,7 @@ with no client-side decoration.</string>
       <item row="0" column="1">
        <widget class="QCheckBox" name="EnqueueOneInterfaceMode">
         <property name="text">
-         <string>Enqueue items into playlist in one instance mode</string>
+         <string>Enqueue items into play queue in one instance mode</string>
         </property>
        </widget>
       </item>
@@ -775,8 +775,6 @@ with no client-side decoration.</string>
   <tabstop>MetadataNetworkAccessMode</tabstop>
   <tabstop>assoButton</tabstop>
  </tabstops>
- <resources>
-  <include location="../../vlc.qrc"/>
- </resources>
+ <resources/>
  <connections/>
 </ui>


=====================================
modules/gui/qt/maininterface/mainctx.cpp
=====================================
@@ -928,7 +928,7 @@ bool MainCtx::pasteFromClipboard()
         bool ok = false;
         const QString ret = QInputDialog::getMultiLineText(nullptr,
                                                            qtr("Paste from clipboard"),
-                                                           qtr("Do you want to enqueue the following URLs into the playlist?"),
+                                                           qtr("Do you want to enqueue the following URLs into the play queue?"),
                                                            placeholder,
                                                            &ok);
         if (!ok)


=====================================
modules/gui/qt/menus/menus.cpp
=====================================
@@ -215,7 +215,7 @@ void VLCMenuBar::FileMenu(qt_intf_t *p_intf, QMenu *menu)
         ":/menu/stream.svg", &DialogsProvider::openAndStreamingDialogs, "Ctrl+S" );
     menu->addSeparator();
 
-    action = menu->addAction( qtr( "Quit at the end of playlist" ), [playlist = THEMPL](bool checked){
+    action = menu->addAction( qtr( "Quit at the end of play queue" ), [playlist = THEMPL](bool checked){
         if (checked)
             playlist->setMediaStopAction(PlaylistController::MEDIA_STOPPED_EXIT);
         else
@@ -303,14 +303,14 @@ void VLCMenuBar::ViewMenu(qt_intf_t *p_intf, QMenu *menu)
 #ifndef __APPLE__
             ColorizedSvgIcon::colorizedIconForWidget( ":/menu/ic_playlist.svg", menu ),
 #endif
-            qtr( "Play&list" ));
+            qtr( "Play &Queue" ));
     action->setShortcut(QString( "Ctrl+L" ));
     action->setCheckable( true );
     connect( action, &QAction::triggered, mi->getPlayqueuePanel(), &SidePanelCtx::setVisible );
     action->setChecked( mi->getPlayqueuePanel()->isVisible() );
 
-    /* Docked Playlist */
-    action = menu->addAction( qtr( "Docked Playlist" ) );
+    /* Docked Play Queue */
+    action = menu->addAction( qtr( "Docked Play Queue" ) );
     action->setCheckable( true );
     connect( action, &QAction::triggered, mi->getPlayqueuePanel(), &SidePanelCtx::setDocked );
     action->setChecked( mi->getPlayqueuePanel()->isDocked() );


=====================================
modules/gui/qt/menus/qml_menu_wrapper.cpp
=====================================
@@ -1137,7 +1137,7 @@ void PlaylistContextMenu::popup(int selectedIndex, QPoint pos )
 
     if (m_selectionModel->hasSelection())
     {
-        action = m_menu->addAction( qtr("Save Playlist to File...") );
+        action = m_menu->addAction( qtr("Save Play Queue to File...") );
         connect(action, &QAction::triggered, []( ) {
             DialogsProvider::getInstance()->savePlayingToPlaylist();
         });
@@ -1154,7 +1154,7 @@ void PlaylistContextMenu::popup(int selectedIndex, QPoint pos )
 
     if (m_model->rowCount() > 0)
     {
-        action = m_menu->addAction( qtr("Clear play queue") );
+        action = m_menu->addAction( qtr("Clear the play queue") );
         action->setIcon(QIcon(":/menu/clear.svg"));
         connect(action, &QAction::triggered, [this]( ) {
             m_controler->clear();
@@ -1191,7 +1191,7 @@ void PlaylistContextMenu::popup(int selectedIndex, QPoint pos )
             addSortAction(qtr("%1 Descending").arg(label), key, PlaylistController::SORT_ORDER_DESC);
         }
 
-        action = m_menu->addAction( qtr("Shuffle the playlist") );
+        action = m_menu->addAction( qtr("Shuffle the play queue") );
         action->setIcon(ColorizedSvgIcon::colorizedIconForWidget(":/menu/ic_fluent_arrow_shuffle.svg", m_menu.get()));
         connect(action, &QAction::triggered, this, [this]( ) {
             m_controler->shuffle();


=====================================
modules/gui/qt/player/qml/Player.qml
=====================================
@@ -1289,7 +1289,7 @@ FocusScope {
                       ? ControlBar.TimeTextPosition.LeftRightSlider
                       : ControlBar.TimeTextPosition.AboveSlider
 
-        // hide right text so that it won't overlap with playlist
+        // hide right text so that it won't overlap with play queue
         showRemainingTime: (textPosition !== ControlBar.TimeTextPosition.AboveSlider)
                            || !playlistVisibility.isPlaylistVisible
 


=====================================
modules/gui/qt/player/qml/PlayerControlbarControls.qml
=====================================
@@ -39,7 +39,7 @@ QtObject {
         { id: ControlListModel.FASTER_BUTTON, file: "FasterButton.qml", label: VLCIcons.faster, text: qsTr("Faster") },
         { id: ControlListModel.FULLSCREEN_BUTTON, file: "FullscreenButton.qml", label: VLCIcons.fullscreen, text: qsTr("Fullscreen") },
         { id: ControlListModel.EXTENDED_BUTTON, file: "ExtendedSettingsButton.qml", label: VLCIcons.effect_filter, text: qsTr("Extended panel") },
-        { id: ControlListModel.PLAYLIST_BUTTON, file: "PlaylistButton.qml", label: VLCIcons.playlist, text: qsTr("Playlist") },
+        { id: ControlListModel.PLAYLIST_BUTTON, file: "PlaylistButton.qml", label: VLCIcons.playlist, text: qsTr("Play Queue") },
         { id: ControlListModel.SNAPSHOT_BUTTON, file: "SnapshotButton.qml", label: VLCIcons.snapshot, text: qsTr("Snapshot") },
         { id: ControlListModel.RECORD_BUTTON, file: "RecordButton.qml", label: VLCIcons.record, text: qsTr("Record") },
         { id: ControlListModel.ATOB_BUTTON, file: "AtoBButton.qml", label: VLCIcons.atob, text: qsTr("A-B Loop") },


=====================================
modules/gui/qt/player/qml/TopBar.qml
=====================================
@@ -482,7 +482,7 @@ FocusScope{
             objectName: ControlListModel.PLAYLIST_BUTTON
             font.pixelSize: VLCStyle.icon_banner
             text: VLCIcons.playlist
-            description: qsTr("Playlist")
+            description: qsTr("Play Queue")
 
             AccessibleCompat.id: "topBarPlayqueueButton"
 


=====================================
modules/gui/qt/player/qml/controlbarcontrols/PlaylistButton.qml
=====================================
@@ -36,7 +36,7 @@ Widgets.IconToolButton {
     }
     checked: MainCtx.playqueuePanel.visible
 
-    description: qsTr("Playlist")
+    description: qsTr("Play Queue")
 
     AccessibleCompat.id: "playqueueButton"
 }


=====================================
modules/gui/qt/playlist/playlist_item.hpp
=====================================
@@ -43,7 +43,7 @@ using SharedPlaylistItem = ::vlc::vlc_shared_data_ptr<vlc_playlist_item_t,
 /**
  * Playlist item wrapper.
  *
- * It contains both the SharedPlaylistItem and cached data saved while the playlist
+ * It contains both the SharedPlaylistItem and cached data saved while the play queue
  * is locked, so that the fields may be read without synchronization or race
  * conditions.
  */


=====================================
modules/gui/qt/playlist/qml/PlaylistDetachedWindow.qml
=====================================
@@ -34,7 +34,7 @@ Window {
     width: 350
     minimumWidth: playlistView.minimumWidth
 
-    title: qsTr("Playlist")
+    title: qsTr("Play Queue")
     color: theme.bg.primary
 
     onVisibleChanged: {


=====================================
modules/gui/qt/playlist/qml/PlaylistPane.qml
=====================================
@@ -175,7 +175,7 @@ T.Pane {
             spacing: VLCStyle.margin_large
 
             Widgets.IconLabel {
-                // playlist cover column
+                // play queue cover column
                 Layout.preferredWidth: VLCStyle.icon_playlistArt
 
                 horizontalAlignment: Text.AlignHCenter


=====================================
modules/gui/qt/qt.cpp
=====================================
@@ -155,17 +155,17 @@ static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
 #define NOTIFICATION_TEXT N_( "Show notification popup on track change" )
 #define NOTIFICATION_LONGTEXT N_( \
     "Show a notification popup with the artist and track name when " \
-    "the current playlist item changes, when VLC is minimized or hidden." )
+    "the current play queue item changes, when VLC is minimized or hidden." )
 
 #define OPACITY_TEXT N_( "Windows opacity between 0.1 and 1" )
 #define OPACITY_LONGTEXT N_( "Sets the windows opacity between 0.1 and 1 " \
-                             "for main interface, playlist and extended panel."\
+                             "for main interface, play queue and extended panel."\
                              " This option only works with Windows and " \
                              "X11 with composite extensions." )
 
 #define OPACITY_FS_TEXT N_( "Fullscreen controller opacity between 0.1 and 1" )
 #define OPACITY_FS_LONGTEXT N_( "Sets the fullscreen controller opacity between 0.1 and 1 " \
-                             "for main interface, playlist and extended panel."\
+                             "for main interface, play queue and extended panel."\
                              " This option only works with Windows and " \
                              "X11 with composite extensions." )
 
@@ -256,7 +256,7 @@ static void ShowDialog   ( intf_thread_t *, int, int, intf_dialog_args_t * );
 #define QT_COMPOSITOR_LONGTEXT N_("Select Qt video integration backend. Use with care, the interface may not start if an incompatible compositor is selected")
 
 #define SMOOTH_SCROLLING_TEXT N_( "Use smooth scrolling in Flickable based views" )
-#define SMOOTH_SCROLLING_LONGTEXT N_( "Deactivating this option will disable smooth scrolling in Flickable based views (such as the Playqueue). " \
+#define SMOOTH_SCROLLING_LONGTEXT N_( "Deactivating this option will disable smooth scrolling in Flickable based views (such as the Play Queue). " \
                                       "This option is only respected with a scroll handler, see option `qt-use-scroll-handler`." )
 
 #define SCROLL_HANDLER_TEXT N_( "Use Kirigami scroll handler for Flickable based views" )


=====================================
src/libvlc-module.c
=====================================
@@ -1063,7 +1063,7 @@ static const char* const ppsz_restore_playback_desc[] = {
 #define SOUT_KEEP_TEXT N_("Keep stream output open" )
 #define SOUT_KEEP_LONGTEXT N_( \
     "This allows you to keep an unique stream output instance across " \
-    "multiple playlist item." )
+    "multiple play queue items." )
 
 #define SOUT_MUX_CACHING_TEXT N_("Stream output muxer caching (ms)")
 #define SOUT_MUX_CACHING_LONGTEXT N_( \
@@ -1176,9 +1176,9 @@ static const char *const clock_sources_text[] = {
 #endif
 
 #define PLAYLISTENQUEUE_TEXT N_( \
-    "Enqueue items into playlist in one instance mode")
+    "Enqueue items into play queue in one instance mode")
 #define PLAYLISTENQUEUE_LONGTEXT N_( \
-    "When using the one instance only option, enqueue items to playlist " \
+    "When using the one instance only option, enqueue items to play queue " \
     "and keep playing current item.")
 
 #define DBUS_TEXT N_("Expose media player via D-Bus")
@@ -1186,17 +1186,17 @@ static const char *const clock_sources_text[] = {
     "using the D-Bus MPRIS protocol.")
 
 /*****************************************************************************
- * Playlist
+ * Play Queue
  ****************************************************************************/
 
 // DEPRECATED
 #define PLAYLIST_CAT_LONGTEXT N_( \
-     "These options define the behavior of the playlist. Some " \
-     "of them can be overridden in the playlist dialog box." )
+     "These options define the behavior of the play queue. Some " \
+     "of them can be overridden in the play queue dialog box." )
 
 #define PREPARSE_TEXT N_( "Automatically preparse items")
 #define PREPARSE_LONGTEXT N_( \
-    "Automatically preparse items added to the playlist " \
+    "Automatically preparse items added to the play queue " \
     "(to retrieve some metadata)." )
 
 #define PREPARSE_TIMEOUT_TEXT N_( "Preparsing timeout" )
@@ -1221,13 +1221,13 @@ static const char *const psz_recursive_list_text[] = {
 #define RECURSIVE_TEXT N_("Subdirectory behavior")
 #define RECURSIVE_LONGTEXT N_( \
         "Select whether subdirectories must be expanded.\n" \
-        "none: subdirectories do not appear in the playlist.\n" \
+        "none: subdirectories do not appear in the play queue.\n" \
         "collapse: subdirectories appear but are expanded on first play.\n" \
         "expand: all subdirectories are expanded.\n" )
 
 #define IGNORE_TEXT N_("Ignored extensions")
 #define IGNORE_LONGTEXT N_( \
-        "Files with these extensions will not be added to playlist when " \
+        "Files with these extensions will not be added to play queue when " \
         "opening a directory.\n" \
         "This is useful if you add directories that contain playlist files " \
         "for instance. Use a comma-separated list of extensions." )
@@ -1245,34 +1245,34 @@ static const char *const psz_recursive_list_text[] = {
 
 #define RANDOM_TEXT N_("Play files randomly forever")
 #define RANDOM_LONGTEXT N_( \
-    "VLC will randomly play files in the playlist until interrupted.")
+    "VLC will randomly play files in the play queue until interrupted.")
 
 #define LOOP_TEXT N_("Repeat all")
 #define LOOP_LONGTEXT N_( \
-    "VLC will keep playing the playlist indefinitely." )
+    "VLC will keep playing the play queue indefinitely." )
 
 #define REPEAT_TEXT N_("Repeat current item")
 #define REPEAT_LONGTEXT N_( \
-    "VLC will keep playing the current playlist item." )
+    "VLC will keep playing the current play queue item." )
 
 #define PAS_TEXT N_("Play and stop")
 #define PAS_LONGTEXT N_( \
-    "Stop the playlist after each played playlist item." )
+    "Stop playback after each item in the play queue." )
 
 #define PAE_TEXT N_("Play and exit")
 #define PAE_LONGTEXT N_( \
-    "Exit if there are no more items in the playlist." )
+    "Exit if there are no more items in the play queue." )
 
 #define PAP_TEXT N_("Play and pause")
 #define PAP_LONGTEXT N_( \
-    "Pause each item in the playlist on the last frame." )
+    "Pause each item in the play queue on the last frame." )
 
 #define SP_TEXT N_("Start paused")
 #define SP_LONGTEXT N_( \
-    "Pause each item in the playlist on the first frame." )
+    "Pause each item in the play queue on the first frame." )
 
 #define AUTOSTART_TEXT N_( "Auto start" )
-#define AUTOSTART_LONGTEXT N_( "Automatically start playing the playlist " \
+#define AUTOSTART_LONGTEXT N_( "Automatically start playing the play queue " \
                 "content once it's loaded." )
 
 #define CORK_TEXT N_("Pause on audio communication")
@@ -1285,22 +1285,22 @@ static const char *const psz_recursive_list_text[] = {
     "The media library is automatically saved and reloaded each time you " \
     "start VLC." )
 
-#define PLTREE_TEXT N_("Display playlist tree")
+#define PLTREE_TEXT N_("Display play queue tree")
 #define PLTREE_LONGTEXT N_( \
-    "The playlist can use a tree to categorize some items, like the " \
+    "The play queue can use a tree to categorize some items, like the " \
     "contents of a directory." )
 
-#define BOOKMARK1_TEXT N_("Playlist bookmark 1")
-#define BOOKMARK2_TEXT N_("Playlist bookmark 2")
-#define BOOKMARK3_TEXT N_("Playlist bookmark 3")
-#define BOOKMARK4_TEXT N_("Playlist bookmark 4")
-#define BOOKMARK5_TEXT N_("Playlist bookmark 5")
-#define BOOKMARK6_TEXT N_("Playlist bookmark 6")
-#define BOOKMARK7_TEXT N_("Playlist bookmark 7")
-#define BOOKMARK8_TEXT N_("Playlist bookmark 8")
-#define BOOKMARK9_TEXT N_("Playlist bookmark 9")
-#define BOOKMARK10_TEXT N_("Playlist bookmark 10")
-#define BOOKMARK_LONGTEXT N_("This allows you to define playlist bookmarks.")
+#define BOOKMARK1_TEXT N_("Play queue bookmark 1")
+#define BOOKMARK2_TEXT N_("Play queue bookmark 2")
+#define BOOKMARK3_TEXT N_("Play queue bookmark 3")
+#define BOOKMARK4_TEXT N_("Play queue bookmark 4")
+#define BOOKMARK5_TEXT N_("Play queue bookmark 5")
+#define BOOKMARK6_TEXT N_("Play queue bookmark 6")
+#define BOOKMARK7_TEXT N_("Play queue bookmark 7")
+#define BOOKMARK8_TEXT N_("Play queue bookmark 8")
+#define BOOKMARK9_TEXT N_("Play queue bookmark 9")
+#define BOOKMARK10_TEXT N_("Play queue bookmark 10")
+#define BOOKMARK_LONGTEXT N_("This allows you to define play queue bookmarks.")
 
 /*****************************************************************************
  * Hotkeys
@@ -1345,9 +1345,9 @@ static const char *const mouse_wheel_texts[] = {
 #define RATE_SLOWER_FINE_KEY_TEXT N_("Slower (fine)")
 #define RATE_SLOWER_FINE_KEY_LONGTEXT N_("Select the hotkey to use for slow motion playback.")
 #define NEXT_KEY_TEXT N_("Next")
-#define NEXT_KEY_LONGTEXT N_("Select the hotkey to use to skip to the next item in the playlist.")
+#define NEXT_KEY_LONGTEXT N_("Select the hotkey to use to skip to the next item in the play queue.")
 #define PREV_KEY_TEXT N_("Previous")
-#define PREV_KEY_LONGTEXT N_("Select the hotkey to use to skip to the previous item in the playlist.")
+#define PREV_KEY_LONGTEXT N_("Select the hotkey to use to skip to the previous item in the play queue.")
 #define STOP_KEY_TEXT N_("Stop")
 #define STOP_KEY_LONGTEXT N_("Select the hotkey to stop playback.")
 #define POSITION_KEY_TEXT N_("Position")
@@ -1453,30 +1453,30 @@ static const char *const mouse_wheel_texts[] = {
 #define ZOOM_DOUBLE_KEY_TEXT N_("2:1 Double")
 #define ZOOM_LEVEL_KEY_LONGTEXT N_("Select the hotkey to use to zoom to the corresponding level.")
 
-#define PLAY_BOOKMARK1_KEY_TEXT N_("Play playlist bookmark 1")
-#define PLAY_BOOKMARK2_KEY_TEXT N_("Play playlist bookmark 2")
-#define PLAY_BOOKMARK3_KEY_TEXT N_("Play playlist bookmark 3")
-#define PLAY_BOOKMARK4_KEY_TEXT N_("Play playlist bookmark 4")
-#define PLAY_BOOKMARK5_KEY_TEXT N_("Play playlist bookmark 5")
-#define PLAY_BOOKMARK6_KEY_TEXT N_("Play playlist bookmark 6")
-#define PLAY_BOOKMARK7_KEY_TEXT N_("Play playlist bookmark 7")
-#define PLAY_BOOKMARK8_KEY_TEXT N_("Play playlist bookmark 8")
-#define PLAY_BOOKMARK9_KEY_TEXT N_("Play playlist bookmark 9")
-#define PLAY_BOOKMARK10_KEY_TEXT N_("Play playlist bookmark 10")
+#define PLAY_BOOKMARK1_KEY_TEXT N_("Play play queue bookmark 1")
+#define PLAY_BOOKMARK2_KEY_TEXT N_("Play play queue bookmark 2")
+#define PLAY_BOOKMARK3_KEY_TEXT N_("Play play queue bookmark 3")
+#define PLAY_BOOKMARK4_KEY_TEXT N_("Play play queue bookmark 4")
+#define PLAY_BOOKMARK5_KEY_TEXT N_("Play play queue bookmark 5")
+#define PLAY_BOOKMARK6_KEY_TEXT N_("Play play queue bookmark 6")
+#define PLAY_BOOKMARK7_KEY_TEXT N_("Play play queue bookmark 7")
+#define PLAY_BOOKMARK8_KEY_TEXT N_("Play play queue bookmark 8")
+#define PLAY_BOOKMARK9_KEY_TEXT N_("Play play queue bookmark 9")
+#define PLAY_BOOKMARK10_KEY_TEXT N_("Play play queue bookmark 10")
 #define PLAY_BOOKMARK_KEY_LONGTEXT N_("Select the key to play this bookmark.")
-#define SET_BOOKMARK1_KEY_TEXT N_("Set playlist bookmark 1")
-#define SET_BOOKMARK2_KEY_TEXT N_("Set playlist bookmark 2")
-#define SET_BOOKMARK3_KEY_TEXT N_("Set playlist bookmark 3")
-#define SET_BOOKMARK4_KEY_TEXT N_("Set playlist bookmark 4")
-#define SET_BOOKMARK5_KEY_TEXT N_("Set playlist bookmark 5")
-#define SET_BOOKMARK6_KEY_TEXT N_("Set playlist bookmark 6")
-#define SET_BOOKMARK7_KEY_TEXT N_("Set playlist bookmark 7")
-#define SET_BOOKMARK8_KEY_TEXT N_("Set playlist bookmark 8")
-#define SET_BOOKMARK9_KEY_TEXT N_("Set playlist bookmark 9")
-#define SET_BOOKMARK10_KEY_TEXT N_("Set playlist bookmark 10")
-#define SET_BOOKMARK_KEY_LONGTEXT N_("Select the key to set this playlist bookmark.")
-#define PLAY_CLEAR_KEY_TEXT N_("Clear the playlist")
-#define PLAY_CLEAR_KEY_LONGTEXT N_("Select the key to clear the current playlist.")
+#define SET_BOOKMARK1_KEY_TEXT N_("Set play queue bookmark 1")
+#define SET_BOOKMARK2_KEY_TEXT N_("Set play queue bookmark 2")
+#define SET_BOOKMARK3_KEY_TEXT N_("Set play queue bookmark 3")
+#define SET_BOOKMARK4_KEY_TEXT N_("Set play queue bookmark 4")
+#define SET_BOOKMARK5_KEY_TEXT N_("Set play queue bookmark 5")
+#define SET_BOOKMARK6_KEY_TEXT N_("Set play queue bookmark 6")
+#define SET_BOOKMARK7_KEY_TEXT N_("Set play queue bookmark 7")
+#define SET_BOOKMARK8_KEY_TEXT N_("Set play queue bookmark 8")
+#define SET_BOOKMARK9_KEY_TEXT N_("Set play queue bookmark 9")
+#define SET_BOOKMARK10_KEY_TEXT N_("Set play queue bookmark 10")
+#define SET_BOOKMARK_KEY_LONGTEXT N_("Select the key to set this play queue bookmark.")
+#define PLAY_CLEAR_KEY_TEXT N_("Clear the play queue")
+#define PLAY_CLEAR_KEY_LONGTEXT N_("Select the key to clear the current play queue.")
 
 #define AUDIO_TRACK_KEY_TEXT N_("Cycle audio track")
 #define AUDIO_TRACK_KEY_LONGTEXT N_("Cycle through the available audio tracks(languages).")
@@ -1519,10 +1519,10 @@ static const char *const mouse_wheel_texts[] = {
 #define RECORD_KEY_LONGTEXT N_("Record access filter start/stop.")
 
 #define LOOP_KEY_TEXT N_("Normal/Loop/Repeat")
-#define LOOP_KEY_LONGTEXT N_("Toggle Normal/Loop/Repeat playlist modes")
+#define LOOP_KEY_LONGTEXT N_("Toggle Normal/Loop/Repeat play queue modes")
 
 #define RANDOM_KEY_TEXT N_("Random")
-#define RANDOM_KEY_LONGTEXT N_("Toggle random playlist playback")
+#define RANDOM_KEY_LONGTEXT N_("Toggle random play queue playback")
 
 #define ZOOM_KEY_TEXT N_("Zoom")
 #define ZOOM_KEY_LONGTEXT N_("Zoom")
@@ -2127,9 +2127,9 @@ vlc_module_begin ()
         change_string_list( clock_sources, clock_sources_text )
 #endif
 
-/* Playlist options */
+/* Play Queue options */
     set_subcategory( SUBCAT_PLAYLIST_GENERAL )
-    add_category_hint(N_("Playlist"), PLAYLIST_CAT_LONGTEXT)
+    add_category_hint(N_("Play Queue"), PLAYLIST_CAT_LONGTEXT)
     add_bool( "random", false, RANDOM_TEXT, RANDOM_LONGTEXT )
         change_short('Z')
         change_safe()
@@ -2567,7 +2567,7 @@ vlc_module_begin ()
 #   define KEY_PLAY_BOOKMARK9     "F9"
 #   define KEY_PLAY_BOOKMARK10    "F10"
 
-/* Playlist clear */
+/* Play Queue clear */
 #   define KEY_PLAY_CLEAR         "Ctrl+w"
 #endif
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/343621fe23e186876e8b3f1734667e50f0ae03e4...4d8c22d29dba9a4ef4e6e3c84d02d1656e2c7827

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/343621fe23e186876e8b3f1734667e50f0ae03e4...4d8c22d29dba9a4ef4e6e3c84d02d1656e2c7827
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list