]> git.sesse.net Git - kdenlive/commitdiff
Rename "Play Section" into "Play Zone:
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 16 Dec 2008 21:54:56 +0000 (21:54 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 16 Dec 2008 21:54:56 +0000 (21:54 +0000)
http://www.kdenlive.org:80/mantis/view.php?id=442

svn path=/branches/KDE4/; revision=2802

po/kdenlive.pot
src/monitor.cpp

index c69a4bd3acfe8228f7a38ff5e77e6fd5e34ec7e0..227431c7869913a1a72753c34426e57273e7b91e 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-12-16 20:59+0100\n"
+"POT-Creation-Date: 2008-12-16 22:53+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1007,6 +1007,9 @@ msgstr ""
 msgid "Forward 1 Frame"
 msgstr ""
 
+msgid "Forward 1 Second"
+msgstr ""
+
 msgid "Forward 1 frame"
 msgstr ""
 
@@ -1315,6 +1318,9 @@ msgstr ""
 msgid "Loop Section"
 msgstr ""
 
+msgid "Loop Zone"
+msgstr ""
+
 msgid "Luma File"
 msgstr ""
 
@@ -1551,6 +1557,9 @@ msgstr ""
 msgid "Play Section"
 msgstr ""
 
+msgid "Play Zone"
+msgstr ""
+
 msgid "Play after render"
 msgstr ""
 
@@ -1786,6 +1795,9 @@ msgstr ""
 msgid "Rewind 1 Frame"
 msgstr ""
 
+msgid "Rewind 1 Second"
+msgstr ""
+
 msgid "Rewind 1 frame"
 msgstr ""
 
@@ -1905,6 +1917,9 @@ msgstr ""
 msgid "Set In Point"
 msgstr ""
 
+msgid "Set Out Point"
+msgstr ""
+
 msgid "Set current image as thumbnail"
 msgstr ""
 
index b1d11e594e089c93d0afa486a41d5c0f07b802ad..a8ce6abb93b2cd78533a758c0707912a06d8672f 100644 (file)
@@ -67,8 +67,8 @@ Monitor::Monitor(QString name, MonitorManager *manager, QWidget *parent)
     m_playAction = m_playMenu->addAction(m_playIcon, i18n("Play"));
     m_playAction->setCheckable(true);
     connect(m_playAction, SIGNAL(triggered()), this, SLOT(slotPlay()));
-    m_playMenu->addAction(m_playIcon, i18n("Play Section"), this, SLOT(slotPlayZone()));
-    m_playMenu->addAction(m_playIcon, i18n("Loop Section"), this, SLOT(slotLoopZone()));
+    m_playMenu->addAction(m_playIcon, i18n("Play Zone"), this, SLOT(slotPlayZone()));
+    m_playMenu->addAction(m_playIcon, i18n("Loop Zone"), this, SLOT(slotLoopZone()));
 
     playButton->setMenu(m_playMenu);
     playButton->setPopupMode(QToolButton::MenuButtonPopup);