Mercurial > hg > sonic-visualiser
changeset 2179:97d12b3d5147 bqaudiostream
Merge from default branch
author | Chris Cannam |
---|---|
date | Tue, 08 Jan 2019 15:26:17 +0000 |
parents | 8081d8053a5c (current diff) 12ff1b9ceeea (diff) |
children | a889ccb50ec6 |
files | repoint-lock.json |
diffstat | 30 files changed, 2148 insertions(+), 2084 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Thu Dec 06 13:37:39 2018 +0000 +++ b/.hgignore Tue Jan 08 15:26:17 2019 +0000 @@ -30,6 +30,7 @@ test-svcore-base test-svcore-data-fileio test-svcore-data-model +test-svcore-system vamp-plugin-sdk svcore svgui
--- a/.hgtags Thu Dec 06 13:37:39 2018 +0000 +++ b/.hgtags Tue Jan 08 15:26:17 2019 +0000 @@ -82,3 +82,8 @@ 690eaf241ad5f57e4ed59f09c0f4c1ce659b5571 sv_v3.1.1 3fc52a2fadce4d7abe26516d91a8583794e70f06 sv_v3.2pre1 c3c648a6e711c1a37cb410a8d6e1f29a7205bf85 sv_v3.2pre2 +d0f2b80ec564047e2464f2f7ec17b3ef5278df17 sv_v3.2 +d0f2b80ec564047e2464f2f7ec17b3ef5278df17 sv_v3.2 +33adcc8783a6b6e114be1ae43a3eb30f2232c03b sv_v3.2 +2b8eaf15ae90979d507c9301be44b7a317fa503e sv_v3.2_win64_deploy +72e60532c1ccc9d72fda267ba73354e54ae9f736 sv_v3.2.1
--- a/.travis.yml Thu Dec 06 13:37:39 2018 +0000 +++ b/.travis.yml Tue Jan 08 15:26:17 2019 +0000 @@ -6,12 +6,10 @@ - os: osx osx_image: xcode9 - os: linux - dist: trusty + dist: xenial sudo: required addons: apt: - sources: - - ubuntu-toolchain-r-test packages: - libbz2-dev libfftw3-dev libfishsound1-dev libid3tag0-dev liblo-dev liblrdf0-dev libmad0-dev liboggz2-dev libpulse-dev libsamplerate-dev libsndfile-dev libsord-dev libxml2-utils portaudio19-dev qt5-default libqt5svg5-dev raptor-utils librubberband-dev autoconf libtool git mlton
--- a/CHANGELOG Thu Dec 06 13:37:39 2018 +0000 +++ b/CHANGELOG Tue Jan 08 15:26:17 2019 +0000 @@ -1,5 +1,18 @@ -Changes in Sonic Visualiser 3.2 since the previous release 3.1.1: +Changes in Sonic Visualiser 3.2.1 (Jan 2019) since the previous release 3.2: + + - Fix failure to record from built-in microphone on macOS 10.14 + (caused by lack of microphone permission request text) + + - Fix crash when closing SV or starting a new session during recording + + - Fix crash on exit in some builds that disable OSC support + + - Fix flashing effect when scrolling certain configurations of colour 3d + plot layer leftwards + + +Changes in Sonic Visualiser 3.2 (Dec 2018) since the previous release 3.1.1: - Add ability to zoom closer than one sample per pixel, so as to see the interpolated signal level between samples
--- a/COPYING Thu Dec 06 13:37:39 2018 +0000 +++ b/COPYING Tue Jan 08 15:26:17 2019 +0000 @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
--- a/INSTALL.txt Thu Dec 06 13:37:39 2018 +0000 +++ b/INSTALL.txt Tue Jan 08 15:26:17 2019 +0000 @@ -1,6 +1,10 @@ -To compile Sonic Visualiser from source -======================================= +How to compile Sonic Visualiser from source +=========================================== + +(NOTE: Refer also to .travis.yml and .appveyor.yml to see what the +continuous-integration processes do to run a build) + Windows ------- @@ -16,12 +20,18 @@ MacOS ----- -Build from the command line, but don't use the configure script. -Instead install Qt v5.x and run +Build from the command line, but do not use the configure script. -$ ./repoint install -$ qmake -r # you may need to use the full path to your Qt qmake here -$ make +Install Qt5, either via Homebrew or from the official installer. + +If you are building Sonic Visualiser from a repository checkout, +install Poly/ML via Homebrew (`brew install polyml`) and run +`./repoint install` before proceeding. This isn't necessary when +building from an official source release. + +Then run `qmake -r` and `make`. (You may need to provide the full path +to the correct `qmake` executable for the version of Qt you want to +build with.) Linux @@ -75,10 +85,9 @@ libxml2-utils portaudio19-dev qt5-default libqt5svg5-dev raptor-utils librubberband-dev git mercurial autoconf automake libtool mlton -If you are building from a clone of the Sonic Visualiser developer -repository, rather than from an official source code release package, -then the configure script will use Repoint to obtain further checkouts -of various modules. You will need to have a SML compiler installed for +If you are building Sonic Visualiser from a repository checkout, then +the configure script will use Repoint to obtain further checkouts of +various modules. You will need to have a SML compiler installed for this to work, such as SML/NJ, MLton, or Poly/ML - hence the presence of mlton in the Debian package list above. This is not necessary when building from an official Sonic Visualiser source release.
--- a/README.md Thu Dec 06 13:37:39 2018 +0000 +++ b/README.md Tue Jan 08 15:26:17 2019 +0000 @@ -50,14 +50,14 @@ Christian Landone, Mathieu Barthet, Dan Stowell, Jesus Corral Garcia, Matthias Mauch, and Craig Sapp. -Code copyright 2005-2007 Chris Cannam and copyright 2006-2018 Queen +Code copyright 2005-2007 Chris Cannam and copyright 2006-2019 Queen Mary, University of London, except where indicated in the individual source files. Russian translation provided by Alexandre Prokoudine, copyright -2006-2018 Alexandre Prokoudine. +2006-2019 Alexandre Prokoudine. -Czech translation provided by Pavel Fric, copyright 2010-2018 Pavel +Czech translation provided by Pavel Fric, copyright 2010-2019 Pavel Fric. This work was partially funded by the European Commission through the
--- a/configure Thu Dec 06 13:37:39 2018 +0000 +++ b/configure Tue Jan 08 15:26:17 2019 +0000 @@ -4423,8 +4423,7 @@ CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" OPTFLAGS_DEBUG="-O2" CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0" - LDFLAGS_RELEASE="-fuse-linker-plugin" - OPTFLAGS_RELEASE="-O3 -ffast-math -flto" + OPTFLAGS_RELEASE="-O3 -ffast-math" LIBS_DEBUG="$LIBS" as_CACHEVAR=`$as_echo "ax_cv_check_cxxflags__--std=$CXXSTANDARD" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C++ compiler accepts --std=$CXXSTANDARD" >&5
--- a/configure.ac Thu Dec 06 13:37:39 2018 +0000 +++ b/configure.ac Tue Jan 08 15:26:17 2019 +0000 @@ -60,8 +60,7 @@ CXXFLAGS_DEBUG="$CXXFLAGS_ANY -g -Werror" OPTFLAGS_DEBUG="-O2" CXXFLAGS_RELEASE="$CXXFLAGS_ANY -g0" - LDFLAGS_RELEASE="-fuse-linker-plugin" - OPTFLAGS_RELEASE="-O3 -ffast-math -flto" + OPTFLAGS_RELEASE="-O3 -ffast-math" LIBS_DEBUG="$LIBS" AX_CHECK_COMPILE_FLAG(--std=$CXXSTANDARD, [], [AC_MSG_NOTICE([Compiler does not appear to support $CXXSTANDARD, falling back to c++11]) CXXSTANDARD=c++11])
--- a/deploy/linux/deploy-deb.sh Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/linux/deploy-deb.sh Tue Jan 08 15:26:17 2019 +0000 @@ -45,6 +45,7 @@ cp "$program" "$checker" "$piper" "$targetdir"/usr/bin/ cp icons/sv-icon*.svg "$targetdir"/usr/share/pixmaps/ +cp icons/sv-128x128.png "$targetdir"/usr/share/pixmaps/sv-icon.png cp "$program".desktop "$targetdir"/usr/share/applications/ cp README.md "$targetdir"/usr/share/doc/"$program"/
--- a/deploy/linux/docker/Dockerfile_appimage.in Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/linux/docker/Dockerfile_appimage.in Tue Jan 08 15:26:17 2019 +0000 @@ -1,7 +1,3 @@ -# This pulls the latest versions of capnp & SV from repos - so you -# will need to defeat the Docker cache by destroying the container -# each time you want to update it -# FROM ubuntu:14.04 MAINTAINER Chris Cannam <cannam@all-day-breakfast.com> RUN apt-get update && \
--- a/deploy/linux/docker/Dockerfile_deb.in Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/linux/docker/Dockerfile_deb.in Tue Jan 08 15:26:17 2019 +0000 @@ -1,7 +1,3 @@ -# This pulls the latest versions of capnp & SV from repos - so you -# will need to defeat the Docker cache by destroying the container -# each time you want to update it -# FROM ubuntu:14.04 MAINTAINER Chris Cannam <cannam@all-day-breakfast.com> RUN apt-get update && \
--- a/deploy/linux/docker/Dockerfile_test_appimage.in Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/linux/docker/Dockerfile_test_appimage.in Tue Jan 08 15:26:17 2019 +0000 @@ -1,5 +1,12 @@ FROM centos:7 -RUN yum update + +# Ensure that everything subsequent is re-run when a new revision is +# being built (rather than being cached) - so as to avoid potential +# mismatches between results of yum update and the package dependency +# installation itself +RUN echo [[REVISION]] + +RUN yum -y update RUN yum -y groupinstall "X Window System" RUN yum -y install wget ADD output/SonicVisualiser-[[REVISION]]-x86_64.AppImage SV.AppImage
--- a/deploy/linux/docker/Dockerfile_test_deb.in Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/linux/docker/Dockerfile_test_deb.in Tue Jan 08 15:26:17 2019 +0000 @@ -1,4 +1,11 @@ FROM ubuntu:18.04 + +# Ensure that everything subsequent is re-run when a new revision is +# being built (rather than being cached) - so as to avoid potential +# mismatches between results of apt-get update and the package +# dependency installation itself +RUN echo [[REVISION]] + RUN apt-get update ADD output/sonic-visualiser_[[RELEASE]]_amd64.deb sonic-visualiser_[[RELEASE]]_amd64.deb RUN apt install -y ./sonic-visualiser_[[RELEASE]]_amd64.deb
--- a/deploy/osx/Info.plist Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/osx/Info.plist Tue Jan 08 15:26:17 2019 +0000 @@ -15,6 +15,12 @@ <key>CFBundleShortVersionString</key> <string>SV_VERSION</string> + <!-- Provide an explanatory string for microphone usage so + that access is requested. NB this is localised in + the *.lproj/InfoPlist.strings files --> + <key>NSMicrophoneUsageDescription</key> + <string>Sonic Visualiser needs to use the microphone for recording.</string> + <!-- enable HiDPI --> <key>NSPrincipalClass</key> <string>NSApplication</string>
--- a/deploy/osx/deploy.sh Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/osx/deploy.sh Tue Jan 08 15:26:17 2019 +0000 @@ -63,6 +63,10 @@ echo "Done: check $source/Contents/Info.plist for sanity please" echo +echo "Copying in lproj directories containing InfoPlist.strings translation files." +cp -r i18n/*.lproj "$source"/Contents/Resources/ + +echo echo "Making target tree." volume="$app"-"$version"
--- a/deploy/win64/sonic-visualiser.wxs Thu Dec 06 13:37:39 2018 +0000 +++ b/deploy/win64/sonic-visualiser.wxs Tue Jan 08 15:26:17 2019 +0000 @@ -173,20 +173,20 @@ <File Id="concrt140" Name="concrt140.dll" - Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\concrt140.DLL" + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\concrt140.DLL" KeyPath="yes"/> <File Id="msvcp140" Name="msvcp140.dll" - Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\msvcp140.DLL"/> + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\msvcp140.DLL"/> <File Id="vccorlib140" Name="vccorlib140.dll" - Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\vccorlib140.DLL"/> + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vccorlib140.DLL"/> <File Id="vcruntime140" Name="vcruntime140.dll" - Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.15.26706\x64\Microsoft.VC141.CRT\vcruntime140.DLL"/> + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vcruntime140.DLL"/> </Component> <Directory Id="Platforms" Name="platforms"> @@ -227,6 +227,23 @@ Id="piper64" Name="piper-vamp-simple-server.exe" Source="release\piper-vamp-simple-server.exe"/> + <File + Id="concrt140h" + Name="concrt140.dll" + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\concrt140.DLL" + KeyPath="yes"/> + <File + Id="msvcp140h" + Name="msvcp140.dll" + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\msvcp140.DLL"/> + <File + Id="vccorlib140h" + Name="vccorlib140.dll" + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vccorlib140.DLL"/> + <File + Id="vcruntime140h" + Name="vcruntime140.dll" + Source="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Redist\MSVC\14.16.27012\x64\Microsoft.VC141.CRT\vcruntime140.DLL"/> </Component> <Component Win64="yes" Id="Piper32"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/i18n/cs.lproj/InfoPlist.strings Tue Jan 08 15:26:17 2019 +0000 @@ -0,0 +1,1 @@ +NSMicrophoneUsageDescription = "Sonic Visualiser potřebuje pro nahrávání použít mikrofon.";
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/i18n/en.lproj/InfoPlist.strings Tue Jan 08 15:26:17 2019 +0000 @@ -0,0 +1,1 @@ +NSMicrophoneUsageDescription = "Sonic Visualiser needs to use the microphone for recording.";
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/i18n/ru.lproj/InfoPlist.strings Tue Jan 08 15:26:17 2019 +0000 @@ -0,0 +1,1 @@ +NSMicrophoneUsageDescription = "Это необходимо для записи звука.";
--- a/i18n/sonic-visualiser_cs_CZ.ts Thu Dec 06 13:37:39 2018 +0000 +++ b/i18n/sonic-visualiser_cs_CZ.ts Tue Jan 08 15:26:17 2019 +0000 @@ -113,7 +113,7 @@ </message> <message> <source>(auto)</source> - <translation type="vanished">(auto)</translation> + <translation type="vanished">(automaticky)</translation> </message> <message> <source>Default Soundcard Device</source> @@ -1615,7 +1615,7 @@ </message> <message> <source>Waveform</source> - <translation>Časový průběh vlny</translation> + <translation>Časový průběh signálu</translation> </message> <message> <source>Make Measurement</source> @@ -2079,7 +2079,7 @@ </message> <message> <source>Add a new layer showing a waveform view</source> - <translation>Přidat novou vrstvu ukazující pohled na časový průběh vlny</translation> + <translation>Přidat novou vrstvu ukazující pohled na časový průběh signálu</translation> </message> <message> <source>White</source> @@ -2231,7 +2231,7 @@ </message> <message> <source>Standard Waveform</source> - <translation>Obvyklý tvar vlny</translation> + <translation>Obvyklý tvar křivky</translation> </message> <message> <source>Switch to Previous Pane</source> @@ -3123,7 +3123,7 @@ </message> <message> <source>Reset Counters</source> - <translation>Nastavit znovu počítadla</translation> + <translation>Vrátit počítadla na výchozí</translation> </message> <message> <source>Select &All</source> @@ -3155,7 +3155,7 @@ </message> <message> <source>Add a new pane showing a waveform view</source> - <translation>Přidat novou tabulku ukazující pohled na časový průběh vlny</translation> + <translation>Přidat novou tabulku ukazující pohled na časový průběh signálu</translation> </message> <message> <source>Hide centre indicator, frame times, layer names and scale</source> @@ -3599,7 +3599,7 @@ </message> <message> <source>Add &Waveform</source> - <translation>Přidat &časový průběh vlny</translation> + <translation>Přidat &časový průběh signálu</translation> </message> <message> <source>Open Lo&cation...</source> @@ -3611,7 +3611,7 @@ </message> <message> <source><b>Select a target for import</b><p>This RDF document refers to one or more audio files.<br>You already have an audio waveform loaded.<br>What would you like to do with the new data?</source> - <translation><b>Vybrat cíl pro zavedení</b><p> Tento dokument RDF odkazuje na jeden nebo více zvukových souborů.<p>Již jste nahrál jeden zvukový časový průběh vlny.<br>Co chcete udělat s novými daty?</translation> + <translation><b>Vybrat cíl pro zavedení</b><p> Tento dokument RDF odkazuje na jeden nebo více zvukových souborů.<p>Již jste nahrál jeden zvukový časový průběh signálu.<br>Co chcete udělat s novými daty?</translation> </message> <message> <source>Scroll the current pane a big step to the right</source> @@ -3667,7 +3667,7 @@ </message> <message> <source>Reset Numbering Counters</source> - <translation>Nastavit číslovací počítadla znovu</translation> + <translation>Vrátit číslovací počítadla na výchozí</translation> </message> <message> <source>Reset to 1 all the counters used for counter-based labelling</source> @@ -3703,7 +3703,7 @@ </message> <message> <source>Go Full-Screen</source> - <translation>Jít na celou obrazovku</translation> + <translation>Na celou obrazovku</translation> </message> <message> <source>F11</source> @@ -4597,7 +4597,7 @@ </message> <message> <source>Linear</source> - <translation>Přímočaré</translation> + <translation>Lineární</translation> </message> <message> <source>Change Point Value</source> @@ -5321,7 +5321,7 @@ <message> <source>Allow the %1 environment variable to take priority over this %2</source> - <translation>Povolit %1 proměnnou prostředí, aby dostala přednost před + <translation>Povolit proměnnou prostředí %1, aby dostala přednost před %2</translation> </message> <message> @@ -5436,7 +5436,7 @@ </message> <message> <source>Linear interpolation</source> - <translation>Přímočará interpolace</translation> + <translation>Lineární (přímočará) interpolace</translation> </message> <message> <source>Blackman-Harris</source> @@ -5576,7 +5576,7 @@ </message> <message> <source>Load mp3 files in gapless mode</source> - <translation>Nahrát soubory MP v bezmezerovém režimu</translation> + <translation>Nahrát soubory MP3 v bezmezerovém režimu</translation> </message> </context> <context> @@ -5601,7 +5601,7 @@ </message> <message> <source>Standard Waveform</source> - <translation>Obvyklý tvar vlny</translation> + <translation>Obvyklý tvar křivky</translation> </message> <message> <source><b>Restart required</b><p>One or more of the application preferences you have changed may not take full effect until Sonic Visualiser is restarted.</p><p>Please exit and restart the application now if you want these changes to take effect immediately.</p></source> @@ -5705,11 +5705,11 @@ </message> <message> <source>(auto)</source> - <translation>(auto)</translation> + <translation>(automaticky)</translation> </message> <message> <source>Overview waveform colour:</source> - <translation>Barva tvaru vlny přehledu:</translation> + <translation>Barva tvaru křivky přehledu:</translation> </message> <message> <source>Run Vamp plugins in separate process:</source> @@ -5721,7 +5721,7 @@ </message> <message> <source>(Use "%1" in the File menu to add to these.)</source> - <translation>Použít "%1" v nabídce Soubor pro přidání k těmto.)</translation> + <translation>Pro přidání k těmto použít "%1" v nabídce Soubor.</translation> </message> <message> <source>Export Session as Template...</source> @@ -6209,7 +6209,7 @@ </message> <message> <source>Linear</source> - <translation>Přímočarý</translation> + <translation>Lineární</translation> </message> <message> <source>New Region</source> @@ -6429,7 +6429,7 @@ </message> <message> <source>Linear</source> - <translation>Přímočarý</translation> + <translation>Lineární</translation> </message> <message> <source>Plot Type</source> @@ -6773,7 +6773,7 @@ </message> <message> <source>Linear</source> - <translation>Přímočarý</translation> + <translation>Lineární</translation> </message> <message> <source>No max</source> @@ -7367,7 +7367,7 @@ </message> <message> <source>Linear</source> - <translation>Přímočaré</translation> + <translation>Lineární</translation> </message> <message> <source>Points</source> @@ -7993,7 +7993,7 @@ </message> <message> <source>Linear</source> - <translation>Přímočarý</translation> + <translation>Lineární</translation> </message> <message> <source>Channel %1</source>
--- a/i18n/sonic-visualiser_en_GB.ts Thu Dec 06 13:37:39 2018 +0000 +++ b/i18n/sonic-visualiser_en_GB.ts Tue Jan 08 15:26:17 2019 +0000 @@ -1975,7 +1975,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="194"/> - <location filename="../main/MainWindow.cpp" line="3807"/> + <location filename="../main/MainWindow.cpp" line="3806"/> <source>Green</source> <translation type="unfinished"></translation> </message> @@ -2006,7 +2006,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="200"/> - <location filename="../main/MainWindow.cpp" line="3809"/> + <location filename="../main/MainWindow.cpp" line="3808"/> <source>Bright Green</source> <translation type="unfinished"></translation> </message> @@ -2250,7 +2250,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="726"/> - <location filename="../main/MainWindow.cpp" line="2529"/> + <location filename="../main/MainWindow.cpp" line="2528"/> <source>&Delete Selected Items</source> <translation type="unfinished"></translation> </message> @@ -2261,7 +2261,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="728"/> - <location filename="../main/MainWindow.cpp" line="2530"/> + <location filename="../main/MainWindow.cpp" line="2529"/> <source>Delete items in current selection from the current layer</source> <translation type="unfinished"></translation> </message> @@ -2307,9 +2307,9 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="758"/> - <location filename="../main/MainWindow.cpp" line="2349"/> - <location filename="../main/MainWindow.cpp" line="2383"/> - <location filename="../main/MainWindow.cpp" line="2460"/> + <location filename="../main/MainWindow.cpp" line="2348"/> + <location filename="../main/MainWindow.cpp" line="2382"/> + <location filename="../main/MainWindow.cpp" line="2459"/> <source>Shift+Left</source> <translation type="unfinished"></translation> </message> @@ -2455,12 +2455,12 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="934"/> - <location filename="../main/MainWindow.cpp" line="2346"/> - <location filename="../main/MainWindow.cpp" line="2371"/> - <location filename="../main/MainWindow.cpp" line="2400"/> - <location filename="../main/MainWindow.cpp" line="2420"/> - <location filename="../main/MainWindow.cpp" line="2437"/> - <location filename="../main/MainWindow.cpp" line="2454"/> + <location filename="../main/MainWindow.cpp" line="2345"/> + <location filename="../main/MainWindow.cpp" line="2370"/> + <location filename="../main/MainWindow.cpp" line="2399"/> + <location filename="../main/MainWindow.cpp" line="2419"/> + <location filename="../main/MainWindow.cpp" line="2436"/> + <location filename="../main/MainWindow.cpp" line="2453"/> <source>Left</source> <translation type="unfinished"></translation> </message> @@ -2491,8 +2491,8 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="950"/> - <location filename="../main/MainWindow.cpp" line="2375"/> - <location filename="../main/MainWindow.cpp" line="2379"/> + <location filename="../main/MainWindow.cpp" line="2374"/> + <location filename="../main/MainWindow.cpp" line="2378"/> <source>Ctrl+Left</source> <translation type="unfinished"></translation> </message> @@ -3023,8 +3023,8 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="1453"/> - <location filename="../main/MainWindow.cpp" line="3781"/> - <location filename="../main/MainWindow.cpp" line="5032"/> + <location filename="../main/MainWindow.cpp" line="3780"/> + <location filename="../main/MainWindow.cpp" line="5031"/> <source>%1: %2</source> <translation type="unfinished"></translation> </message> @@ -3258,511 +3258,511 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1952"/> + <location filename="../main/MainWindow.cpp" line="1951"/> <source>Ctrl+R</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1954"/> + <location filename="../main/MainWindow.cpp" line="1953"/> <source>Re-open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1956"/> + <location filename="../main/MainWindow.cpp" line="1955"/> <source>Re-open the current or most recently opened file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1967"/> + <location filename="../main/MainWindow.cpp" line="1966"/> <source>Standard Waveform</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2003"/> + <location filename="../main/MainWindow.cpp" line="2002"/> <source>Choose Default Template...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2028"/> + <location filename="../main/MainWindow.cpp" line="2027"/> <source>Ctrl+T</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2030"/> + <location filename="../main/MainWindow.cpp" line="2029"/> <source>Repeat Transform</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2032"/> + <location filename="../main/MainWindow.cpp" line="2031"/> <source>Re-select the most recently run transform</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2122"/> + <location filename="../main/MainWindow.cpp" line="2121"/> <source>Playback and Transport Controls</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2126"/> + <location filename="../main/MainWindow.cpp" line="2125"/> <source>Play&back</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2129"/> + <location filename="../main/MainWindow.cpp" line="2128"/> <source>Playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2131"/> + <location filename="../main/MainWindow.cpp" line="2130"/> <source>Playback Toolbar</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2133"/> + <source>Rewind to Start</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2134"/> - <source>Rewind to Start</source> + <source>Home</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2135"/> - <source>Home</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2136"/> <source>Rewind to the start</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2139"/> + <location filename="../main/MainWindow.cpp" line="2546"/> + <location filename="../main/MainWindow.cpp" line="2547"/> + <source>Rewind</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2140"/> - <location filename="../main/MainWindow.cpp" line="2547"/> - <location filename="../main/MainWindow.cpp" line="2548"/> - <source>Rewind</source> + <source>PgUp</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2141"/> - <source>PgUp</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2142"/> <source>Rewind to the previous time instant or time ruler notch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2145"/> + <source>Rewind to Similar Point</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2146"/> - <source>Rewind to Similar Point</source> + <source>Shift+PgUp</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2147"/> - <source>Shift+PgUp</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2148"/> <source>Rewind to the previous similarly valued time instant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2153"/> + <location filename="../main/MainWindow.cpp" line="2152"/> <source>Play / Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2161"/> + <location filename="../main/MainWindow.cpp" line="2160"/> <source>Space</source> <extracomment>This text is a shortcut label referring to the space-bar on the keyboard. It probably should not be translated, and certainly should not be translated as if referring to an empty void or to the extra-terrestrial universe.</extracomment> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2163"/> + <location filename="../main/MainWindow.cpp" line="2162"/> <source>Start or stop playback from the current position</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2171"/> + <location filename="../main/MainWindow.cpp" line="2544"/> + <source>Fast Forward</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2172"/> - <location filename="../main/MainWindow.cpp" line="2545"/> - <source>Fast Forward</source> + <source>PgDown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2173"/> - <source>PgDown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2174"/> <source>Fast-forward to the next time instant or time ruler notch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2177"/> + <source>Fast Forward to Similar Point</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2178"/> - <source>Fast Forward to Similar Point</source> + <source>Shift+PgDown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2179"/> - <source>Shift+PgDown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2180"/> <source>Fast-forward to the next similarly valued time instant</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2184"/> + <source>Fast Forward to End</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2185"/> - <source>Fast Forward to End</source> + <source>End</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2186"/> - <source>End</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2187"/> <source>Fast-forward to the end</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2192"/> + <location filename="../main/MainWindow.cpp" line="2191"/> <source>Record</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2193"/> + <source>Ctrl+Space</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2194"/> - <source>Ctrl+Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2195"/> <source>Record a new audio file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2202"/> + <location filename="../main/MainWindow.cpp" line="2201"/> <source>Play Mode Toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2205"/> + <location filename="../main/MainWindow.cpp" line="2204"/> <source>Constrain Playback to Selection</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2207"/> + <source>s</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2208"/> - <source>s</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2209"/> <source>Constrain playback to the selected regions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2216"/> + <location filename="../main/MainWindow.cpp" line="2215"/> <source>Loop Playback</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2218"/> + <source>l</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2219"/> - <source>l</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2220"/> <source>Loop playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2227"/> + <location filename="../main/MainWindow.cpp" line="2226"/> <source>Solo Current Pane</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2230"/> + <source>o</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2231"/> - <source>o</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2232"/> <source>Solo the current pane during playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2241"/> + <location filename="../main/MainWindow.cpp" line="2240"/> <source>Align File Timelines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2244"/> + <location filename="../main/MainWindow.cpp" line="2243"/> <source>Treat multiple audio files as versions of the same work, and align their timelines</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2297"/> + <source>Speed Up</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2298"/> - <source>Speed Up</source> + <source>Ctrl+PgUp</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2299"/> - <source>Ctrl+PgUp</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2300"/> <source>Time-stretch playback to speed it up without changing pitch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2303"/> + <source>Slow Down</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2304"/> - <source>Slow Down</source> + <source>Ctrl+PgDown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2305"/> - <source>Ctrl+PgDown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2306"/> <source>Time-stretch playback to slow it down without changing pitch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2309"/> + <source>Restore Normal Speed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2310"/> - <source>Restore Normal Speed</source> + <source>Ctrl+Home</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2311"/> - <source>Ctrl+Home</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2312"/> <source>Restore non-time-stretched playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2324"/> + <location filename="../main/MainWindow.cpp" line="2323"/> <source>Edit Toolbar</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2330"/> + <location filename="../main/MainWindow.cpp" line="2357"/> + <location filename="../main/MainWindow.cpp" line="2385"/> + <location filename="../main/MainWindow.cpp" line="2405"/> + <location filename="../main/MainWindow.cpp" line="2422"/> + <location filename="../main/MainWindow.cpp" line="2439"/> + <source>Tool Selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3193"/> + <source>Export the whole pane</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3194"/> + <source>Export the visible area only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3204"/> + <source>Which region of the current pane do you want to export as a scalable SVG image?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3232"/> + <source>Failed to save SVG file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3233"/> + <source>Failed to save SVG file %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4125"/> + <source>Failed to query transform attributes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4126"/> + <source><b>Failed to query transform attributes</b><p>Plugin or server error: %1</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4197"/> + <source>Multiplexed audio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4219"/> + <source>Transform failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4220"/> + <source><b>Failed to run transform</b><p>Plugin or server error: %1</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4337"/> + <source>Playback speed: %1% (%2x slower)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4343"/> + <source>Playback speed: %1% (%2x faster)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4575"/> + <source><b>Failed to load plugins</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4824"/> + <source>Subdivide instants</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4825"/> + <source>Number of subdivisions:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4846"/> + <source>Winnow instants</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4847"/> + <source>Remove all instants apart from multiples of:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4873"/> + <source><b>Layer generation failed</b><p>Failed to generate derived layer.<p>The layer transform %1failed:<p>%2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4880"/> + <source><b>Layer generation failed</b><p>Failed to generate a derived layer.<p>The layer transform %1failed.<p>No error information is available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4936"/> + <source><b>Alignment calculation failed</b><p>Failed to calculate an audio alignment:<p>%1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5023"/> + <source>Adjust the master playback level and pan</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5024"/> + <source>click then drag to adjust, ctrl+click to reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5027"/> + <source>drag up/down to adjust, ctrl+click to reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5150"/> + <source>With Qt v%1 &copy; The Qt Company</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5208"/> + <source><br>With Rubber Band Library v%1 &copy; Particular Programs Ltd</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5210"/> + <source><br>With Rubber Band Library &copy; Particular Programs Ltd</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5213"/> + <source><br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam and QMUL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5214"/> + <source><br>With Piper Vamp protocol bridge &copy; QMUL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5223"/> + <source><br>With Dataquay Qt/RDF library &copy; Particular Programs Ltd</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5224"/> + <source><br>With Cap'n Proto serialisation &copy; Sandstorm Development Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5238"/> + <source>Russian UI translation contributed by Alexandre Prokoudine.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5240"/> + <source>Czech UI translation contributed by Pavel Fric.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5327"/> + <source><h3>Newer version available</h3><p>You are using version %1 of Sonic Visualiser, but version %2 is now available.</p><p>Please see the <a href="http://sonicvisualiser.org/">Sonic Visualiser website</a> for more information.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2326"/> + <source>Tools Toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2331"/> + <location filename="../main/MainWindow.cpp" line="2335"/> + <location filename="../main/MainWindow.cpp" line="2345"/> + <source>Navigate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2334"/> + <source>1</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2358"/> + <location filename="../main/MainWindow.cpp" line="2370"/> + <source>Select</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2360"/> + <source>2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2361"/> + <source>Select ranges</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2354"/> <location filename="../main/MainWindow.cpp" line="2386"/> - <location filename="../main/MainWindow.cpp" line="2406"/> - <location filename="../main/MainWindow.cpp" line="2423"/> - <location filename="../main/MainWindow.cpp" line="2440"/> - <source>Tool Selection</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3194"/> - <source>Export the whole pane</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3195"/> - <source>Export the visible area only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3205"/> - <source>Which region of the current pane do you want to export as a scalable SVG image?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3233"/> - <source>Failed to save SVG file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3234"/> - <source>Failed to save SVG file %1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4126"/> - <source>Failed to query transform attributes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4127"/> - <source><b>Failed to query transform attributes</b><p>Plugin or server error: %1</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4198"/> - <source>Multiplexed audio</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4220"/> - <source>Transform failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4221"/> - <source><b>Failed to run transform</b><p>Plugin or server error: %1</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4338"/> - <source>Playback speed: %1% (%2x slower)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4344"/> - <source>Playback speed: %1% (%2x faster)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4576"/> - <source><b>Failed to load plugins</b></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4825"/> - <source>Subdivide instants</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4826"/> - <source>Number of subdivisions:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4847"/> - <source>Winnow instants</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4848"/> - <source>Remove all instants apart from multiples of:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4874"/> - <source><b>Layer generation failed</b><p>Failed to generate derived layer.<p>The layer transform %1failed:<p>%2</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4881"/> - <source><b>Layer generation failed</b><p>Failed to generate a derived layer.<p>The layer transform %1failed.<p>No error information is available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4937"/> - <source><b>Alignment calculation failed</b><p>Failed to calculate an audio alignment:<p>%1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5024"/> - <source>Adjust the master playback level and pan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5025"/> - <source>click then drag to adjust, ctrl+click to reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5028"/> - <source>drag up/down to adjust, ctrl+click to reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5151"/> - <source>With Qt v%1 &copy; The Qt Company</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5209"/> - <source><br>With Rubber Band Library v%1 &copy; Particular Programs Ltd</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5211"/> - <source><br>With Rubber Band Library &copy; Particular Programs Ltd</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5214"/> - <source><br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam and QMUL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5215"/> - <source><br>With Piper Vamp protocol bridge &copy; QMUL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5224"/> - <source><br>With Dataquay Qt/RDF library &copy; Particular Programs Ltd</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5225"/> - <source><br>With Cap'n Proto serialisation &copy; Sandstorm Development Group</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5239"/> - <source>Russian UI translation contributed by Alexandre Prokoudine.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5241"/> - <source>Czech UI translation contributed by Pavel Fric.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5328"/> - <source><h3>Newer version available</h3><p>You are using version %1 of Sonic Visualiser, but version %2 is now available.</p><p>Please see the <a href="http://sonicvisualiser.org/">Sonic Visualiser website</a> for more information.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2327"/> - <source>Tools Toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2332"/> - <location filename="../main/MainWindow.cpp" line="2336"/> - <location filename="../main/MainWindow.cpp" line="2346"/> - <source>Navigate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2335"/> - <source>1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2359"/> - <location filename="../main/MainWindow.cpp" line="2371"/> - <source>Select</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2361"/> - <source>2</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2362"/> - <source>Select ranges</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2355"/> - <location filename="../main/MainWindow.cpp" line="2387"/> - <location filename="../main/MainWindow.cpp" line="2403"/> + <location filename="../main/MainWindow.cpp" line="2402"/> <source>Edit</source> <translation type="unfinished"></translation> </message> @@ -3802,459 +3802,459 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2344"/> + <location filename="../main/MainWindow.cpp" line="2343"/> <source>Navigate Tool Mouse Actions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2347"/> + <location filename="../main/MainWindow.cpp" line="2346"/> <source>Click left button and drag to move around</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2348"/> + <location filename="../main/MainWindow.cpp" line="2459"/> + <source>Zoom to Area</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2349"/> <location filename="../main/MainWindow.cpp" line="2460"/> - <source>Zoom to Area</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2350"/> - <location filename="../main/MainWindow.cpp" line="2461"/> <source>Shift-click left button and drag to zoom to a rectangular area</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2351"/> + <source>Relocate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2351"/> + <location filename="../main/MainWindow.cpp" line="2354"/> + <location filename="../main/MainWindow.cpp" line="2402"/> + <location filename="../main/MainWindow.cpp" line="2456"/> + <source>Double-Click Left</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2352"/> - <source>Relocate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2352"/> + <source>Double-click left button to jump to clicked location</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2355"/> <location filename="../main/MainWindow.cpp" line="2403"/> + <source>Double-click left button on an item to edit it</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2368"/> + <source>Select Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2371"/> + <source>Click left button and drag to select region; drag region edge to resize</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2374"/> + <location filename="../main/MainWindow.cpp" line="2378"/> + <source>Multi Select</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2375"/> + <source>Cmd-click left button and drag to select an additional region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2379"/> + <source>Ctrl-click left button and drag to select an additional region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2382"/> + <source>Fine Select</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2383"/> + <source>Shift-click left button and drag to select without snapping to items or grid</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2388"/> + <source>3</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2389"/> + <source>Edit items in layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2397"/> + <source>Edit Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2399"/> + <source>Move</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2400"/> + <source>Click left button on an item or selected region and drag to move</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2406"/> + <location filename="../main/MainWindow.cpp" line="2419"/> + <source>Draw</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2408"/> + <source>4</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2409"/> + <source>Draw new items in layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2417"/> + <source>Draw Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2420"/> + <source>Click left button and drag to create new item</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2423"/> + <location filename="../main/MainWindow.cpp" line="2436"/> + <source>Erase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2425"/> + <source>5</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2426"/> + <source>Erase items from layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2434"/> + <source>Erase Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2437"/> + <source>Click left button on an item to remove it from the layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2440"/> + <source>Measure</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2442"/> + <source>6</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2443"/> + <source>Make measurements in layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2451"/> + <source>Measure Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2453"/> + <source>Measure Area</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2454"/> + <source>Click left button and drag to measure a rectangular area</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2456"/> + <source>Measure Item</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2457"/> - <source>Double-Click Left</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2353"/> - <source>Double-click left button to jump to clicked location</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2356"/> - <location filename="../main/MainWindow.cpp" line="2404"/> - <source>Double-click left button on an item to edit it</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2369"/> - <source>Select Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2372"/> - <source>Click left button and drag to select region; drag region edge to resize</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2375"/> - <location filename="../main/MainWindow.cpp" line="2379"/> - <source>Multi Select</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2376"/> - <source>Cmd-click left button and drag to select an additional region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2380"/> - <source>Ctrl-click left button and drag to select an additional region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2383"/> - <source>Fine Select</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2384"/> - <source>Shift-click left button and drag to select without snapping to items or grid</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2389"/> - <source>3</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2390"/> - <source>Edit items in layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2398"/> - <source>Edit Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2400"/> - <source>Move</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2401"/> - <source>Click left button on an item or selected region and drag to move</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2407"/> - <location filename="../main/MainWindow.cpp" line="2420"/> - <source>Draw</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2409"/> - <source>4</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2410"/> - <source>Draw new items in layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2418"/> - <source>Draw Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2421"/> - <source>Click left button and drag to create new item</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2424"/> - <location filename="../main/MainWindow.cpp" line="2437"/> - <source>Erase</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2426"/> - <source>5</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2427"/> - <source>Erase items from layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2435"/> - <source>Erase Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2438"/> - <source>Click left button on an item to remove it from the layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2441"/> - <source>Measure</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2443"/> - <source>6</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2444"/> - <source>Make measurements in layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2452"/> - <source>Measure Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2454"/> - <source>Measure Area</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2455"/> - <source>Click left button and drag to measure a rectangular area</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2457"/> - <source>Measure Item</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2458"/> <source>Click left button and drag to measure extents of an item or shape</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2524"/> + <source>&Delete Current Measurement</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2525"/> - <source>&Delete Current Measurement</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2526"/> <source>Delete the measurement currently under the mouse pointer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2534"/> + <source>Fast Forward to Next Instant</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2535"/> - <source>Fast Forward to Next Instant</source> + <source>Fast forward to the next time instant in the current layer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2536"/> - <source>Fast forward to the next time instant in the current layer</source> + <source>Rewind to Previous Instant</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2537"/> - <source>Rewind to Previous Instant</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2538"/> <source>Rewind to the previous time instant in the current layer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2539"/> + <source>Fast Forward to Next Point</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2540"/> - <source>Fast Forward to Next Point</source> + <source>Fast forward to the next point in the current layer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2541"/> - <source>Fast forward to the next point in the current layer</source> + <source>Rewind to Previous Point</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2542"/> - <source>Rewind to Previous Point</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2543"/> <source>Rewind to the previous point in the current layer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2546"/> + <location filename="../main/MainWindow.cpp" line="2545"/> <source>Fast forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2557"/> + <location filename="../main/MainWindow.cpp" line="2556"/> <source>No audio file loaded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2570"/> + <location filename="../main/MainWindow.cpp" line="2569"/> <source>%1Hz (resampling to %2Hz)</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2640"/> + <location filename="../main/MainWindow.cpp" line="2654"/> + <location filename="../main/MainWindow.cpp" line="2668"/> + <location filename="../main/MainWindow.cpp" line="2946"/> + <location filename="../main/MainWindow.cpp" line="2976"/> + <location filename="../main/MainWindow.cpp" line="2981"/> + <location filename="../main/MainWindow.cpp" line="3357"/> + <location filename="../main/MainWindow.cpp" line="3361"/> + <source>Failed to open file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2641"/> <location filename="../main/MainWindow.cpp" line="2655"/> <location filename="../main/MainWindow.cpp" line="2669"/> - <location filename="../main/MainWindow.cpp" line="2947"/> - <location filename="../main/MainWindow.cpp" line="2977"/> - <location filename="../main/MainWindow.cpp" line="2982"/> - <location filename="../main/MainWindow.cpp" line="3358"/> - <location filename="../main/MainWindow.cpp" line="3362"/> - <source>Failed to open file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2642"/> - <location filename="../main/MainWindow.cpp" line="2656"/> - <location filename="../main/MainWindow.cpp" line="2670"/> <source><b>File open failed</b><p>Audio file "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2718"/> + <location filename="../main/MainWindow.cpp" line="2717"/> <source>1. %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2725"/> + <location filename="../main/MainWindow.cpp" line="2724"/> <source>%1. %2</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2737"/> + <source>Select audio file to export</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2738"/> - <source>Select audio file to export</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2739"/> <source>Which audio file do you want to export from?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2771"/> + <source>Export the selected region only</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2772"/> - <source>Export the selected region only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2773"/> <source>Export the whole audio file</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2776"/> + <location filename="../main/MainWindow.cpp" line="2794"/> + <location filename="../main/MainWindow.cpp" line="3129"/> + <location filename="../main/MainWindow.cpp" line="3203"/> + <source>Select region to export</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2777"/> + <source>Which region from the original audio file do you want to export?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2790"/> + <source>Export the selected regions into separate files</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2795"/> - <location filename="../main/MainWindow.cpp" line="3130"/> - <location filename="../main/MainWindow.cpp" line="3204"/> - <source>Select region to export</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2778"/> - <source>Which region from the original audio file do you want to export?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2791"/> - <source>Export the selected regions into separate files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2796"/> <source>Multiple regions of the original audio file are selected. What do you want to export?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2827"/> + <location filename="../main/MainWindow.cpp" line="2826"/> <source>Fragment file %1 already exists, aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2879"/> + <location filename="../main/MainWindow.cpp" line="2878"/> <source>Export multiple audio files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2881"/> + <location filename="../main/MainWindow.cpp" line="2880"/> <source>Export audio to "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2885"/> - <location filename="../main/MainWindow.cpp" line="3076"/> + <location filename="../main/MainWindow.cpp" line="2884"/> + <location filename="../main/MainWindow.cpp" line="3075"/> <source>Failed to write file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2916"/> + <location filename="../main/MainWindow.cpp" line="2915"/> <source>Converting audio data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2948"/> + <location filename="../main/MainWindow.cpp" line="2947"/> <source><b>File open failed</b><p>Audio data file %1 could not be opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2978"/> + <location filename="../main/MainWindow.cpp" line="2977"/> <source><b>File open failed</b><p>Layer file %1 could not be opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2983"/> - <location filename="../main/MainWindow.cpp" line="3363"/> - <location filename="../main/MainWindow.cpp" line="3395"/> - <location filename="../main/MainWindow.cpp" line="3428"/> - <location filename="../main/MainWindow.cpp" line="3563"/> + <location filename="../main/MainWindow.cpp" line="2982"/> + <location filename="../main/MainWindow.cpp" line="3362"/> + <location filename="../main/MainWindow.cpp" line="3394"/> + <location filename="../main/MainWindow.cpp" line="3427"/> + <location filename="../main/MainWindow.cpp" line="3562"/> <source><b>Audio required</b><p>Unable to load layer data from "%1" without an audio file.<br>Please load at least one audio file before importing annotations.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3055"/> + <location filename="../main/MainWindow.cpp" line="3054"/> <source>Sorry, cannot export this layer type to RDF (supported types are: region, note, text, time instants, time values)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3467"/> + <location filename="../main/MainWindow.cpp" line="3466"/> <source>Enter template name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3472"/> + <location filename="../main/MainWindow.cpp" line="3471"/> <source>Please enter a name for the saved template:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3476"/> + <location filename="../main/MainWindow.cpp" line="3475"/> <source>Set as default template for future audio files</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3495"/> + <source>Template file exists</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3496"/> - <source>Template file exists</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3497"/> <source><b>Template file exists</b><p>The template "%1" already exists.<br>Overwrite it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5051"/> + <location filename="../main/MainWindow.cpp" line="5050"/> <source>http://www.sonicvisualiser.org/doc/reference/%1/en/</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5063"/> + <location filename="../main/MainWindow.cpp" line="5062"/> <source>What's New</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5075"/> + <location filename="../main/MainWindow.cpp" line="5074"/> <source><h3>What's New in %1</h3></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5084"/> + <location filename="../main/MainWindow.cpp" line="5083"/> <source><b>Note:</b> A newer version of Sonic Visualiser is available.<br>(Version %1 is available; you are using version %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5130"/> + <location filename="../main/MainWindow.cpp" line="5129"/> <source>%1 : %2 configuration, %3-bit build</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5223"/> + <location filename="../main/MainWindow.cpp" line="5222"/> <source><br>With Serd and Sord RDF parser and store &copy; David Robillard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5259"/> + <location filename="../main/MainWindow.cpp" line="5258"/> <source>About %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5327"/> + <location filename="../main/MainWindow.cpp" line="5326"/> <source>Newer version available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3018"/> + <location filename="../main/MainWindow.cpp" line="3017"/> <source>Failed to open file %1 for writing</source> <translation type="unfinished"></translation> </message> @@ -4339,429 +4339,429 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2790"/> + <location filename="../main/MainWindow.cpp" line="2789"/> <source>Export the selected regions into a single file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2792"/> + <location filename="../main/MainWindow.cpp" line="2791"/> <source>Export the whole file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3043"/> + <location filename="../main/MainWindow.cpp" line="3042"/> <source>Can't export non-note layers to MIDI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3079"/> + <location filename="../main/MainWindow.cpp" line="3078"/> <source>Export layer to "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3112"/> + <location filename="../main/MainWindow.cpp" line="3111"/> <source>Export the whole pane (%1x%2 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3114"/> + <location filename="../main/MainWindow.cpp" line="3113"/> <source>Export the visible area only (%1x%2 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3117"/> + <location filename="../main/MainWindow.cpp" line="3116"/> <source>Export the selection extent (%1x%2 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3120"/> - <location filename="../main/MainWindow.cpp" line="3196"/> + <location filename="../main/MainWindow.cpp" line="3119"/> + <location filename="../main/MainWindow.cpp" line="3195"/> <source>Export the selection extent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3131"/> + <location filename="../main/MainWindow.cpp" line="3130"/> <source>Which region of the current pane do you want to export as an image?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3139"/> + <location filename="../main/MainWindow.cpp" line="3138"/> <source>Note: the whole pane is too wide to be exported as a single image.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3163"/> + <source>Failed to save image file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3164"/> - <source>Failed to save image file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3165"/> <source>Failed to save image file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3359"/> + <location filename="../main/MainWindow.cpp" line="3358"/> <source><b>File open failed</b><p>File "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3375"/> + <source>Open Location</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3376"/> - <source>Open Location</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3377"/> <source>Please enter the URL of the location to open:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3389"/> + <location filename="../main/MainWindow.cpp" line="3393"/> + <location filename="../main/MainWindow.cpp" line="3422"/> + <location filename="../main/MainWindow.cpp" line="3426"/> + <source>Failed to open location</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3390"/> - <location filename="../main/MainWindow.cpp" line="3394"/> + <source><b>Open failed</b><p>URL "%1" could not be opened</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3423"/> - <location filename="../main/MainWindow.cpp" line="3427"/> - <source>Failed to open location</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3391"/> - <source><b>Open failed</b><p>URL "%1" could not be opened</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3424"/> <source><b>Open failed</b><p>File or URL "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3556"/> + <location filename="../main/MainWindow.cpp" line="3561"/> + <source>Failed to open dropped URL</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3557"/> - <location filename="../main/MainWindow.cpp" line="3562"/> - <source>Failed to open dropped URL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3558"/> <source><b>Open failed</b><p>Dropped URL "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3672"/> + <location filename="../main/MainWindow.cpp" line="3671"/> <source>Export image to "%1"</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3692"/> + <source>Session modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3693"/> - <source>Session modified</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3694"/> <source><b>Session modified</b><p>The current session has been modified.<br>Do you want to save it?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3726"/> + <source>Close the current session and create a new one</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3727"/> - <source>Close the current session and create a new one</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3728"/> <source>Add this data to the current session</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3731"/> + <source>Select target for import</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3732"/> - <source>Select target for import</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3733"/> <source><b>Select a target for import</b><p>This RDF document refers to one or more audio files.<br>You already have an audio waveform loaded.<br>What would you like to do with the new data?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3754"/> + <location filename="../main/MainWindow.cpp" line="3777"/> + <source>Failed to save file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3755"/> <location filename="../main/MainWindow.cpp" line="3778"/> - <source>Failed to save file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3756"/> - <location filename="../main/MainWindow.cpp" line="3779"/> <source><b>Save failed</b><p>Session file "%1" could not be saved.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3788"/> + <location filename="../main/MainWindow.cpp" line="3787"/> <source>Save session as "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4173"/> + <location filename="../main/MainWindow.cpp" line="4172"/> <source>Multiplex all of the above</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4237"/> + <source>Rename Layer</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4238"/> - <source>Rename Layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4239"/> <source>New name for this layer:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4334"/> + <location filename="../main/MainWindow.cpp" line="4333"/> <source>Playback speed: Normal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4468"/> + <location filename="../main/MainWindow.cpp" line="4467"/> <source>Selection: %1 to %2 (duration %3)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4471"/> + <location filename="../main/MainWindow.cpp" line="4470"/> <source>Visible: %1 to %2 (duration %3)</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4520"/> + <source>Sample rate mismatch</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4521"/> - <source>Sample rate mismatch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4522"/> <source><b>Wrong sample rate</b><p>The sample rate of this audio file (%1 Hz) does not match the current playback rate (%2 Hz).<p>The file will play at the wrong speed and pitch.<p>Change the <i>Resample mismatching files on import</i> option under <i>File</i> -> <i>Preferences</i> if you want to alter this behaviour.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4532"/> + <location filename="../main/MainWindow.cpp" line="4542"/> + <source>Audio processing overload</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4533"/> + <source><b>Overloaded</b><p>Audio effects plugin auditioning has been disabled due to a processing overload.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4543"/> - <source>Audio processing overload</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4534"/> - <source><b>Overloaded</b><p>Audio effects plugin auditioning has been disabled due to a processing overload.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4544"/> <source><b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4575"/> + <location filename="../main/MainWindow.cpp" line="4574"/> <source>Problems loading plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4661"/> + <location filename="../main/MainWindow.cpp" line="4660"/> <source>Add Point</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4805"/> + <location filename="../main/MainWindow.cpp" line="4804"/> <source>Reset Counters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4873"/> - <location filename="../main/MainWindow.cpp" line="4880"/> + <location filename="../main/MainWindow.cpp" line="4872"/> + <location filename="../main/MainWindow.cpp" line="4879"/> <source>Failed to generate layer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4893"/> - <location filename="../main/MainWindow.cpp" line="4928"/> + <location filename="../main/MainWindow.cpp" line="4892"/> + <location filename="../main/MainWindow.cpp" line="4927"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4905"/> + <location filename="../main/MainWindow.cpp" line="4912"/> + <source>Failed to regenerate layer</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4906"/> + <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed:<p>%3</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4913"/> - <source>Failed to regenerate layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4907"/> - <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed:<p>%3</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4914"/> <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed.<p>No error information is available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4928"/> + <location filename="../main/MainWindow.cpp" line="4927"/> <source><b>Warning when regenerating layer</b><p>When regenerating the derived layer "%1" using new data model as input:<p>%2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4936"/> + <location filename="../main/MainWindow.cpp" line="4935"/> <source>Failed to calculate alignment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5027"/> + <location filename="../main/MainWindow.cpp" line="5026"/> <source>Adjust the master playback speed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5045"/> + <location filename="../main/MainWindow.cpp" line="5044"/> <source>http://www.sonicvisualiser.org/</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5120"/> + <location filename="../main/MainWindow.cpp" line="5119"/> <source>Release %1 : Revision %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5122"/> + <location filename="../main/MainWindow.cpp" line="5121"/> <source>Release %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5126"/> + <location filename="../main/MainWindow.cpp" line="5125"/> <source>Unreleased : Revision %1</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="5140"/> + <source><h3>About Sonic Visualiser</h3></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="5141"/> - <source><h3>About Sonic Visualiser</h3></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5142"/> <source><p>Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.<br><a href="http://www.sonicvisualiser.org/">http://www.sonicvisualiser.org/</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5132"/> + <location filename="../main/MainWindow.cpp" line="5131"/> <source>Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5132"/> + <location filename="../main/MainWindow.cpp" line="5131"/> <source>Release</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5157"/> + <location filename="../main/MainWindow.cpp" line="5156"/> <source><br>With JACK audio output library v%1 &copy; Paul Davis and Jack O'Quin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5159"/> + <location filename="../main/MainWindow.cpp" line="5158"/> <source><br>With JACK audio output library &copy; Paul Davis and Jack O'Quin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5163"/> + <location filename="../main/MainWindow.cpp" line="5162"/> <source><br>With PortAudio audio output library &copy; Ross Bencina and Phil Burk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5167"/> + <location filename="../main/MainWindow.cpp" line="5166"/> <source><br>With PulseAudio audio output library v%1 &copy; Lennart Poettering and Pierre Ossman</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5169"/> + <location filename="../main/MainWindow.cpp" line="5168"/> <source><br>With PulseAudio audio output library &copy; Lennart Poettering and Pierre Ossman</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5174"/> + <location filename="../main/MainWindow.cpp" line="5173"/> <source><br>With Ogg file decoder (oggz v%1, fishsound v%2) &copy; CSIRO Australia</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5176"/> + <location filename="../main/MainWindow.cpp" line="5175"/> <source><br>With Ogg file decoder &copy; CSIRO Australia</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5181"/> + <location filename="../main/MainWindow.cpp" line="5180"/> <source><br>With MAD mp3 decoder v%1 &copy; Underbit Technologies Inc</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5183"/> + <location filename="../main/MainWindow.cpp" line="5182"/> <source><br>With MAD mp3 decoder &copy; Underbit Technologies Inc</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5188"/> + <location filename="../main/MainWindow.cpp" line="5187"/> <source><br>With libsamplerate v%1 &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5190"/> + <location filename="../main/MainWindow.cpp" line="5189"/> <source><br>With libsamplerate &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5195"/> + <location filename="../main/MainWindow.cpp" line="5194"/> <source><br>With libsndfile v%1 &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5197"/> + <location filename="../main/MainWindow.cpp" line="5196"/> <source><br>With libsndfile &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5202"/> + <location filename="../main/MainWindow.cpp" line="5201"/> <source><br>With FFTW3 v%1 &copy; Matteo Frigo and MIT</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5204"/> + <location filename="../main/MainWindow.cpp" line="5203"/> <source><br>With FFTW3 &copy; Matteo Frigo and MIT</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="5215"/> + <source><br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="5216"/> - <source><br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5217"/> <source><br>With DSSI plugin support (API v%1) &copy; Chris Cannam, Steve Harris, Sean Bolton</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5219"/> + <location filename="../main/MainWindow.cpp" line="5218"/> <source><br>With Redland RDF datastore v%1 &copy; Dave Beckett and the University of Bristol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5221"/> + <location filename="../main/MainWindow.cpp" line="5220"/> <source><br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5226"/> + <location filename="../main/MainWindow.cpp" line="5225"/> <source><br>With RtMidi &copy; Gary P. Scavone</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5230"/> + <location filename="../main/MainWindow.cpp" line="5229"/> <source><br>With liblo Lite OSC library v%1 &copy; Steve Harris</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5232"/> + <location filename="../main/MainWindow.cpp" line="5231"/> <source><br>With liblo Lite OSC library &copy; Steve Harris</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5146"/> + <location filename="../main/MainWindow.cpp" line="5145"/> <source></small><p><small>The OSC URL for this instance is: "%1"</source> <translation type="unfinished"></translation> </message> @@ -6928,7 +6928,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2850"/> + <location filename="../main/MainWindow.cpp" line="2849"/> <source>Exporting audio data...</source> <translation type="unfinished"></translation> </message>
--- a/i18n/sonic-visualiser_en_US.ts Thu Dec 06 13:37:39 2018 +0000 +++ b/i18n/sonic-visualiser_en_US.ts Tue Jan 08 15:26:17 2019 +0000 @@ -1967,7 +1967,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="194"/> - <location filename="../main/MainWindow.cpp" line="3807"/> + <location filename="../main/MainWindow.cpp" line="3806"/> <source>Green</source> <translation type="unfinished"></translation> </message> @@ -1998,7 +1998,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="200"/> - <location filename="../main/MainWindow.cpp" line="3809"/> + <location filename="../main/MainWindow.cpp" line="3808"/> <source>Bright Green</source> <translation type="unfinished"></translation> </message> @@ -2242,7 +2242,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="726"/> - <location filename="../main/MainWindow.cpp" line="2529"/> + <location filename="../main/MainWindow.cpp" line="2528"/> <source>&Delete Selected Items</source> <translation type="unfinished"></translation> </message> @@ -2253,7 +2253,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="728"/> - <location filename="../main/MainWindow.cpp" line="2530"/> + <location filename="../main/MainWindow.cpp" line="2529"/> <source>Delete items in current selection from the current layer</source> <translation type="unfinished"></translation> </message> @@ -2299,9 +2299,9 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="758"/> - <location filename="../main/MainWindow.cpp" line="2349"/> - <location filename="../main/MainWindow.cpp" line="2383"/> - <location filename="../main/MainWindow.cpp" line="2460"/> + <location filename="../main/MainWindow.cpp" line="2348"/> + <location filename="../main/MainWindow.cpp" line="2382"/> + <location filename="../main/MainWindow.cpp" line="2459"/> <source>Shift+Left</source> <translation type="unfinished"></translation> </message> @@ -2447,12 +2447,12 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="934"/> - <location filename="../main/MainWindow.cpp" line="2346"/> - <location filename="../main/MainWindow.cpp" line="2371"/> - <location filename="../main/MainWindow.cpp" line="2400"/> - <location filename="../main/MainWindow.cpp" line="2420"/> - <location filename="../main/MainWindow.cpp" line="2437"/> - <location filename="../main/MainWindow.cpp" line="2454"/> + <location filename="../main/MainWindow.cpp" line="2345"/> + <location filename="../main/MainWindow.cpp" line="2370"/> + <location filename="../main/MainWindow.cpp" line="2399"/> + <location filename="../main/MainWindow.cpp" line="2419"/> + <location filename="../main/MainWindow.cpp" line="2436"/> + <location filename="../main/MainWindow.cpp" line="2453"/> <source>Left</source> <translation type="unfinished"></translation> </message> @@ -2483,8 +2483,8 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="950"/> - <location filename="../main/MainWindow.cpp" line="2375"/> - <location filename="../main/MainWindow.cpp" line="2379"/> + <location filename="../main/MainWindow.cpp" line="2374"/> + <location filename="../main/MainWindow.cpp" line="2378"/> <source>Ctrl+Left</source> <translation type="unfinished"></translation> </message> @@ -3027,8 +3027,8 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="1453"/> - <location filename="../main/MainWindow.cpp" line="3781"/> - <location filename="../main/MainWindow.cpp" line="5032"/> + <location filename="../main/MainWindow.cpp" line="3780"/> + <location filename="../main/MainWindow.cpp" line="5031"/> <source>%1: %2</source> <translation type="unfinished"></translation> </message> @@ -3262,511 +3262,511 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1952"/> + <location filename="../main/MainWindow.cpp" line="1951"/> <source>Ctrl+R</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1954"/> + <location filename="../main/MainWindow.cpp" line="1953"/> <source>Re-open</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1956"/> + <location filename="../main/MainWindow.cpp" line="1955"/> <source>Re-open the current or most recently opened file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1967"/> + <location filename="../main/MainWindow.cpp" line="1966"/> <source>Standard Waveform</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2003"/> + <location filename="../main/MainWindow.cpp" line="2002"/> <source>Choose Default Template...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2028"/> + <location filename="../main/MainWindow.cpp" line="2027"/> <source>Ctrl+T</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2030"/> + <location filename="../main/MainWindow.cpp" line="2029"/> <source>Repeat Transform</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2032"/> + <location filename="../main/MainWindow.cpp" line="2031"/> <source>Re-select the most recently run transform</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2122"/> + <location filename="../main/MainWindow.cpp" line="2121"/> <source>Playback and Transport Controls</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2126"/> + <location filename="../main/MainWindow.cpp" line="2125"/> <source>Play&back</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2129"/> + <location filename="../main/MainWindow.cpp" line="2128"/> <source>Playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2131"/> + <location filename="../main/MainWindow.cpp" line="2130"/> <source>Playback Toolbar</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2133"/> + <source>Rewind to Start</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2134"/> - <source>Rewind to Start</source> + <source>Home</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2135"/> - <source>Home</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2136"/> <source>Rewind to the start</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2139"/> + <location filename="../main/MainWindow.cpp" line="2546"/> + <location filename="../main/MainWindow.cpp" line="2547"/> + <source>Rewind</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2140"/> - <location filename="../main/MainWindow.cpp" line="2547"/> - <location filename="../main/MainWindow.cpp" line="2548"/> - <source>Rewind</source> + <source>PgUp</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2141"/> - <source>PgUp</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2142"/> <source>Rewind to the previous time instant or time ruler notch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2145"/> + <source>Rewind to Similar Point</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2146"/> - <source>Rewind to Similar Point</source> + <source>Shift+PgUp</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2147"/> - <source>Shift+PgUp</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2148"/> <source>Rewind to the previous similarly valued time instant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2153"/> + <location filename="../main/MainWindow.cpp" line="2152"/> <source>Play / Pause</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2161"/> + <location filename="../main/MainWindow.cpp" line="2160"/> <source>Space</source> <extracomment>This text is a shortcut label referring to the space-bar on the keyboard. It probably should not be translated, and certainly should not be translated as if referring to an empty void or to the extra-terrestrial universe.</extracomment> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2163"/> + <location filename="../main/MainWindow.cpp" line="2162"/> <source>Start or stop playback from the current position</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2171"/> + <location filename="../main/MainWindow.cpp" line="2544"/> + <source>Fast Forward</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2172"/> - <location filename="../main/MainWindow.cpp" line="2545"/> - <source>Fast Forward</source> + <source>PgDown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2173"/> - <source>PgDown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2174"/> <source>Fast-forward to the next time instant or time ruler notch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2177"/> + <source>Fast Forward to Similar Point</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2178"/> - <source>Fast Forward to Similar Point</source> + <source>Shift+PgDown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2179"/> - <source>Shift+PgDown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2180"/> <source>Fast-forward to the next similarly valued time instant</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2184"/> + <source>Fast Forward to End</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2185"/> - <source>Fast Forward to End</source> + <source>End</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2186"/> - <source>End</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2187"/> <source>Fast-forward to the end</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2192"/> + <location filename="../main/MainWindow.cpp" line="2191"/> <source>Record</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2193"/> + <source>Ctrl+Space</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2194"/> - <source>Ctrl+Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2195"/> <source>Record a new audio file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2202"/> + <location filename="../main/MainWindow.cpp" line="2201"/> <source>Play Mode Toolbar</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2205"/> + <location filename="../main/MainWindow.cpp" line="2204"/> <source>Constrain Playback to Selection</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2207"/> + <source>s</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2208"/> - <source>s</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2209"/> <source>Constrain playback to the selected regions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2216"/> + <location filename="../main/MainWindow.cpp" line="2215"/> <source>Loop Playback</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2218"/> + <source>l</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2219"/> - <source>l</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2220"/> <source>Loop playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2227"/> + <location filename="../main/MainWindow.cpp" line="2226"/> <source>Solo Current Pane</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2230"/> + <source>o</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2231"/> - <source>o</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2232"/> <source>Solo the current pane during playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2241"/> + <location filename="../main/MainWindow.cpp" line="2240"/> <source>Align File Timelines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2244"/> + <location filename="../main/MainWindow.cpp" line="2243"/> <source>Treat multiple audio files as versions of the same work, and align their timelines</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2297"/> + <source>Speed Up</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2298"/> - <source>Speed Up</source> + <source>Ctrl+PgUp</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2299"/> - <source>Ctrl+PgUp</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2300"/> <source>Time-stretch playback to speed it up without changing pitch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2303"/> + <source>Slow Down</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2304"/> - <source>Slow Down</source> + <source>Ctrl+PgDown</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2305"/> - <source>Ctrl+PgDown</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2306"/> <source>Time-stretch playback to slow it down without changing pitch</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2309"/> + <source>Restore Normal Speed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2310"/> - <source>Restore Normal Speed</source> + <source>Ctrl+Home</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2311"/> - <source>Ctrl+Home</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2312"/> <source>Restore non-time-stretched playback</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2324"/> + <location filename="../main/MainWindow.cpp" line="2323"/> <source>Edit Toolbar</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2330"/> + <location filename="../main/MainWindow.cpp" line="2357"/> + <location filename="../main/MainWindow.cpp" line="2385"/> + <location filename="../main/MainWindow.cpp" line="2405"/> + <location filename="../main/MainWindow.cpp" line="2422"/> + <location filename="../main/MainWindow.cpp" line="2439"/> + <source>Tool Selection</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3193"/> + <source>Export the whole pane</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3194"/> + <source>Export the visible area only</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3204"/> + <source>Which region of the current pane do you want to export as a scalable SVG image?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3232"/> + <source>Failed to save SVG file</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="3233"/> + <source>Failed to save SVG file %1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4125"/> + <source>Failed to query transform attributes</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4126"/> + <source><b>Failed to query transform attributes</b><p>Plugin or server error: %1</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4197"/> + <source>Multiplexed audio</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4219"/> + <source>Transform failed</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4220"/> + <source><b>Failed to run transform</b><p>Plugin or server error: %1</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4337"/> + <source>Playback speed: %1% (%2x slower)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4343"/> + <source>Playback speed: %1% (%2x faster)</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4575"/> + <source><b>Failed to load plugins</b></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4824"/> + <source>Subdivide instants</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4825"/> + <source>Number of subdivisions:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4846"/> + <source>Winnow instants</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4847"/> + <source>Remove all instants apart from multiples of:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4873"/> + <source><b>Layer generation failed</b><p>Failed to generate derived layer.<p>The layer transform %1failed:<p>%2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4880"/> + <source><b>Layer generation failed</b><p>Failed to generate a derived layer.<p>The layer transform %1failed.<p>No error information is available.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="4936"/> + <source><b>Alignment calculation failed</b><p>Failed to calculate an audio alignment:<p>%1</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5023"/> + <source>Adjust the master playback level and pan</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5024"/> + <source>click then drag to adjust, ctrl+click to reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5027"/> + <source>drag up/down to adjust, ctrl+click to reset</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5150"/> + <source>With Qt v%1 &copy; The Qt Company</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5208"/> + <source><br>With Rubber Band Library v%1 &copy; Particular Programs Ltd</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5210"/> + <source><br>With Rubber Band Library &copy; Particular Programs Ltd</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5213"/> + <source><br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam and QMUL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5214"/> + <source><br>With Piper Vamp protocol bridge &copy; QMUL</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5223"/> + <source><br>With Dataquay Qt/RDF library &copy; Particular Programs Ltd</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5224"/> + <source><br>With Cap'n Proto serialisation &copy; Sandstorm Development Group</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5238"/> + <source>Russian UI translation contributed by Alexandre Prokoudine.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5240"/> + <source>Czech UI translation contributed by Pavel Fric.</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5327"/> + <source><h3>Newer version available</h3><p>You are using version %1 of Sonic Visualiser, but version %2 is now available.</p><p>Please see the <a href="http://sonicvisualiser.org/">Sonic Visualiser website</a> for more information.</p></source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2326"/> + <source>Tools Toolbar</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2331"/> + <location filename="../main/MainWindow.cpp" line="2335"/> + <location filename="../main/MainWindow.cpp" line="2345"/> + <source>Navigate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2334"/> + <source>1</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2358"/> + <location filename="../main/MainWindow.cpp" line="2370"/> + <source>Select</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2360"/> + <source>2</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2361"/> + <source>Select ranges</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2354"/> <location filename="../main/MainWindow.cpp" line="2386"/> - <location filename="../main/MainWindow.cpp" line="2406"/> - <location filename="../main/MainWindow.cpp" line="2423"/> - <location filename="../main/MainWindow.cpp" line="2440"/> - <source>Tool Selection</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3194"/> - <source>Export the whole pane</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3195"/> - <source>Export the visible area only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3205"/> - <source>Which region of the current pane do you want to export as a scalable SVG image?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3233"/> - <source>Failed to save SVG file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3234"/> - <source>Failed to save SVG file %1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4126"/> - <source>Failed to query transform attributes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4127"/> - <source><b>Failed to query transform attributes</b><p>Plugin or server error: %1</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4198"/> - <source>Multiplexed audio</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4220"/> - <source>Transform failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4221"/> - <source><b>Failed to run transform</b><p>Plugin or server error: %1</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4338"/> - <source>Playback speed: %1% (%2x slower)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4344"/> - <source>Playback speed: %1% (%2x faster)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4576"/> - <source><b>Failed to load plugins</b></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4825"/> - <source>Subdivide instants</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4826"/> - <source>Number of subdivisions:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4847"/> - <source>Winnow instants</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4848"/> - <source>Remove all instants apart from multiples of:</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4874"/> - <source><b>Layer generation failed</b><p>Failed to generate derived layer.<p>The layer transform %1failed:<p>%2</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4881"/> - <source><b>Layer generation failed</b><p>Failed to generate a derived layer.<p>The layer transform %1failed.<p>No error information is available.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4937"/> - <source><b>Alignment calculation failed</b><p>Failed to calculate an audio alignment:<p>%1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5024"/> - <source>Adjust the master playback level and pan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5025"/> - <source>click then drag to adjust, ctrl+click to reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5028"/> - <source>drag up/down to adjust, ctrl+click to reset</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5151"/> - <source>With Qt v%1 &copy; The Qt Company</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5209"/> - <source><br>With Rubber Band Library v%1 &copy; Particular Programs Ltd</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5211"/> - <source><br>With Rubber Band Library &copy; Particular Programs Ltd</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5214"/> - <source><br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam and QMUL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5215"/> - <source><br>With Piper Vamp protocol bridge &copy; QMUL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5224"/> - <source><br>With Dataquay Qt/RDF library &copy; Particular Programs Ltd</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5225"/> - <source><br>With Cap'n Proto serialisation &copy; Sandstorm Development Group</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5239"/> - <source>Russian UI translation contributed by Alexandre Prokoudine.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5241"/> - <source>Czech UI translation contributed by Pavel Fric.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5328"/> - <source><h3>Newer version available</h3><p>You are using version %1 of Sonic Visualiser, but version %2 is now available.</p><p>Please see the <a href="http://sonicvisualiser.org/">Sonic Visualiser website</a> for more information.</p></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2327"/> - <source>Tools Toolbar</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2332"/> - <location filename="../main/MainWindow.cpp" line="2336"/> - <location filename="../main/MainWindow.cpp" line="2346"/> - <source>Navigate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2335"/> - <source>1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2359"/> - <location filename="../main/MainWindow.cpp" line="2371"/> - <source>Select</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2361"/> - <source>2</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2362"/> - <source>Select ranges</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2355"/> - <location filename="../main/MainWindow.cpp" line="2387"/> - <location filename="../main/MainWindow.cpp" line="2403"/> + <location filename="../main/MainWindow.cpp" line="2402"/> <source>Edit</source> <translation type="unfinished"></translation> </message> @@ -3806,459 +3806,459 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2344"/> + <location filename="../main/MainWindow.cpp" line="2343"/> <source>Navigate Tool Mouse Actions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2347"/> + <location filename="../main/MainWindow.cpp" line="2346"/> <source>Click left button and drag to move around</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2348"/> + <location filename="../main/MainWindow.cpp" line="2459"/> + <source>Zoom to Area</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2349"/> <location filename="../main/MainWindow.cpp" line="2460"/> - <source>Zoom to Area</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2350"/> - <location filename="../main/MainWindow.cpp" line="2461"/> <source>Shift-click left button and drag to zoom to a rectangular area</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2351"/> + <source>Relocate</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2351"/> + <location filename="../main/MainWindow.cpp" line="2354"/> + <location filename="../main/MainWindow.cpp" line="2402"/> + <location filename="../main/MainWindow.cpp" line="2456"/> + <source>Double-Click Left</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2352"/> - <source>Relocate</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2352"/> + <source>Double-click left button to jump to clicked location</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2355"/> <location filename="../main/MainWindow.cpp" line="2403"/> + <source>Double-click left button on an item to edit it</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2368"/> + <source>Select Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2371"/> + <source>Click left button and drag to select region; drag region edge to resize</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2374"/> + <location filename="../main/MainWindow.cpp" line="2378"/> + <source>Multi Select</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2375"/> + <source>Cmd-click left button and drag to select an additional region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2379"/> + <source>Ctrl-click left button and drag to select an additional region</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2382"/> + <source>Fine Select</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2383"/> + <source>Shift-click left button and drag to select without snapping to items or grid</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2388"/> + <source>3</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2389"/> + <source>Edit items in layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2397"/> + <source>Edit Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2399"/> + <source>Move</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2400"/> + <source>Click left button on an item or selected region and drag to move</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2406"/> + <location filename="../main/MainWindow.cpp" line="2419"/> + <source>Draw</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2408"/> + <source>4</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2409"/> + <source>Draw new items in layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2417"/> + <source>Draw Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2420"/> + <source>Click left button and drag to create new item</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2423"/> + <location filename="../main/MainWindow.cpp" line="2436"/> + <source>Erase</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2425"/> + <source>5</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2426"/> + <source>Erase items from layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2434"/> + <source>Erase Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2437"/> + <source>Click left button on an item to remove it from the layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2440"/> + <source>Measure</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2442"/> + <source>6</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2443"/> + <source>Make measurements in layer</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2451"/> + <source>Measure Tool Mouse Actions</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2453"/> + <source>Measure Area</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2454"/> + <source>Click left button and drag to measure a rectangular area</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2456"/> + <source>Measure Item</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2457"/> - <source>Double-Click Left</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2353"/> - <source>Double-click left button to jump to clicked location</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2356"/> - <location filename="../main/MainWindow.cpp" line="2404"/> - <source>Double-click left button on an item to edit it</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2369"/> - <source>Select Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2372"/> - <source>Click left button and drag to select region; drag region edge to resize</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2375"/> - <location filename="../main/MainWindow.cpp" line="2379"/> - <source>Multi Select</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2376"/> - <source>Cmd-click left button and drag to select an additional region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2380"/> - <source>Ctrl-click left button and drag to select an additional region</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2383"/> - <source>Fine Select</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2384"/> - <source>Shift-click left button and drag to select without snapping to items or grid</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2389"/> - <source>3</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2390"/> - <source>Edit items in layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2398"/> - <source>Edit Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2400"/> - <source>Move</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2401"/> - <source>Click left button on an item or selected region and drag to move</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2407"/> - <location filename="../main/MainWindow.cpp" line="2420"/> - <source>Draw</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2409"/> - <source>4</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2410"/> - <source>Draw new items in layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2418"/> - <source>Draw Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2421"/> - <source>Click left button and drag to create new item</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2424"/> - <location filename="../main/MainWindow.cpp" line="2437"/> - <source>Erase</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2426"/> - <source>5</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2427"/> - <source>Erase items from layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2435"/> - <source>Erase Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2438"/> - <source>Click left button on an item to remove it from the layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2441"/> - <source>Measure</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2443"/> - <source>6</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2444"/> - <source>Make measurements in layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2452"/> - <source>Measure Tool Mouse Actions</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2454"/> - <source>Measure Area</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2455"/> - <source>Click left button and drag to measure a rectangular area</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2457"/> - <source>Measure Item</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2458"/> <source>Click left button and drag to measure extents of an item or shape</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2524"/> + <source>&Delete Current Measurement</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2525"/> - <source>&Delete Current Measurement</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2526"/> <source>Delete the measurement currently under the mouse pointer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2534"/> + <source>Fast Forward to Next Instant</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2535"/> - <source>Fast Forward to Next Instant</source> + <source>Fast forward to the next time instant in the current layer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2536"/> - <source>Fast forward to the next time instant in the current layer</source> + <source>Rewind to Previous Instant</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2537"/> - <source>Rewind to Previous Instant</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2538"/> <source>Rewind to the previous time instant in the current layer</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2539"/> + <source>Fast Forward to Next Point</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2540"/> - <source>Fast Forward to Next Point</source> + <source>Fast forward to the next point in the current layer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2541"/> - <source>Fast forward to the next point in the current layer</source> + <source>Rewind to Previous Point</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2542"/> - <source>Rewind to Previous Point</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2543"/> <source>Rewind to the previous point in the current layer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2546"/> + <location filename="../main/MainWindow.cpp" line="2545"/> <source>Fast forward</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2557"/> + <location filename="../main/MainWindow.cpp" line="2556"/> <source>No audio file loaded.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2570"/> + <location filename="../main/MainWindow.cpp" line="2569"/> <source>%1Hz (resampling to %2Hz)</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2640"/> + <location filename="../main/MainWindow.cpp" line="2654"/> + <location filename="../main/MainWindow.cpp" line="2668"/> + <location filename="../main/MainWindow.cpp" line="2946"/> + <location filename="../main/MainWindow.cpp" line="2976"/> + <location filename="../main/MainWindow.cpp" line="2981"/> + <location filename="../main/MainWindow.cpp" line="3357"/> + <location filename="../main/MainWindow.cpp" line="3361"/> + <source>Failed to open file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2641"/> <location filename="../main/MainWindow.cpp" line="2655"/> <location filename="../main/MainWindow.cpp" line="2669"/> - <location filename="../main/MainWindow.cpp" line="2947"/> - <location filename="../main/MainWindow.cpp" line="2977"/> - <location filename="../main/MainWindow.cpp" line="2982"/> - <location filename="../main/MainWindow.cpp" line="3358"/> - <location filename="../main/MainWindow.cpp" line="3362"/> - <source>Failed to open file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2642"/> - <location filename="../main/MainWindow.cpp" line="2656"/> - <location filename="../main/MainWindow.cpp" line="2670"/> <source><b>File open failed</b><p>Audio file "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2718"/> + <location filename="../main/MainWindow.cpp" line="2717"/> <source>1. %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2725"/> + <location filename="../main/MainWindow.cpp" line="2724"/> <source>%1. %2</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2737"/> + <source>Select audio file to export</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2738"/> - <source>Select audio file to export</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2739"/> <source>Which audio file do you want to export from?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2771"/> + <source>Export the selected region only</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2772"/> - <source>Export the selected region only</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2773"/> <source>Export the whole audio file</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2776"/> + <location filename="../main/MainWindow.cpp" line="2794"/> + <location filename="../main/MainWindow.cpp" line="3129"/> + <location filename="../main/MainWindow.cpp" line="3203"/> + <source>Select region to export</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2777"/> + <source>Which region from the original audio file do you want to export?</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2790"/> + <source>Export the selected regions into separate files</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2795"/> - <location filename="../main/MainWindow.cpp" line="3130"/> - <location filename="../main/MainWindow.cpp" line="3204"/> - <source>Select region to export</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2778"/> - <source>Which region from the original audio file do you want to export?</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2791"/> - <source>Export the selected regions into separate files</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2796"/> <source>Multiple regions of the original audio file are selected. What do you want to export?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2827"/> + <location filename="../main/MainWindow.cpp" line="2826"/> <source>Fragment file %1 already exists, aborting</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2879"/> + <location filename="../main/MainWindow.cpp" line="2878"/> <source>Export multiple audio files</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2881"/> + <location filename="../main/MainWindow.cpp" line="2880"/> <source>Export audio to "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2885"/> - <location filename="../main/MainWindow.cpp" line="3076"/> + <location filename="../main/MainWindow.cpp" line="2884"/> + <location filename="../main/MainWindow.cpp" line="3075"/> <source>Failed to write file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2916"/> + <location filename="../main/MainWindow.cpp" line="2915"/> <source>Converting audio data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2948"/> + <location filename="../main/MainWindow.cpp" line="2947"/> <source><b>File open failed</b><p>Audio data file %1 could not be opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2978"/> + <location filename="../main/MainWindow.cpp" line="2977"/> <source><b>File open failed</b><p>Layer file %1 could not be opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2983"/> - <location filename="../main/MainWindow.cpp" line="3363"/> - <location filename="../main/MainWindow.cpp" line="3395"/> - <location filename="../main/MainWindow.cpp" line="3428"/> - <location filename="../main/MainWindow.cpp" line="3563"/> + <location filename="../main/MainWindow.cpp" line="2982"/> + <location filename="../main/MainWindow.cpp" line="3362"/> + <location filename="../main/MainWindow.cpp" line="3394"/> + <location filename="../main/MainWindow.cpp" line="3427"/> + <location filename="../main/MainWindow.cpp" line="3562"/> <source><b>Audio required</b><p>Unable to load layer data from "%1" without an audio file.<br>Please load at least one audio file before importing annotations.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3055"/> + <location filename="../main/MainWindow.cpp" line="3054"/> <source>Sorry, cannot export this layer type to RDF (supported types are: region, note, text, time instants, time values)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3467"/> + <location filename="../main/MainWindow.cpp" line="3466"/> <source>Enter template name</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3472"/> + <location filename="../main/MainWindow.cpp" line="3471"/> <source>Please enter a name for the saved template:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3476"/> + <location filename="../main/MainWindow.cpp" line="3475"/> <source>Set as default template for future audio files</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3495"/> + <source>Template file exists</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3496"/> - <source>Template file exists</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3497"/> <source><b>Template file exists</b><p>The template "%1" already exists.<br>Overwrite it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5051"/> + <location filename="../main/MainWindow.cpp" line="5050"/> <source>http://www.sonicvisualiser.org/doc/reference/%1/en/</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5063"/> + <location filename="../main/MainWindow.cpp" line="5062"/> <source>What's New</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5075"/> + <location filename="../main/MainWindow.cpp" line="5074"/> <source><h3>What's New in %1</h3></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5084"/> + <location filename="../main/MainWindow.cpp" line="5083"/> <source><b>Note:</b> A newer version of Sonic Visualiser is available.<br>(Version %1 is available; you are using version %2)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5130"/> + <location filename="../main/MainWindow.cpp" line="5129"/> <source>%1 : %2 configuration, %3-bit build</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5223"/> + <location filename="../main/MainWindow.cpp" line="5222"/> <source><br>With Serd and Sord RDF parser and store &copy; David Robillard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5259"/> + <location filename="../main/MainWindow.cpp" line="5258"/> <source>About %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5327"/> + <location filename="../main/MainWindow.cpp" line="5326"/> <source>Newer version available</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3018"/> + <location filename="../main/MainWindow.cpp" line="3017"/> <source>Failed to open file %1 for writing</source> <translation type="unfinished"></translation> </message> @@ -4343,429 +4343,429 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2790"/> + <location filename="../main/MainWindow.cpp" line="2789"/> <source>Export the selected regions into a single file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2792"/> + <location filename="../main/MainWindow.cpp" line="2791"/> <source>Export the whole file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3043"/> + <location filename="../main/MainWindow.cpp" line="3042"/> <source>Can't export non-note layers to MIDI</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3079"/> + <location filename="../main/MainWindow.cpp" line="3078"/> <source>Export layer to "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3112"/> + <location filename="../main/MainWindow.cpp" line="3111"/> <source>Export the whole pane (%1x%2 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3114"/> + <location filename="../main/MainWindow.cpp" line="3113"/> <source>Export the visible area only (%1x%2 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3117"/> + <location filename="../main/MainWindow.cpp" line="3116"/> <source>Export the selection extent (%1x%2 pixels)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3120"/> - <location filename="../main/MainWindow.cpp" line="3196"/> + <location filename="../main/MainWindow.cpp" line="3119"/> + <location filename="../main/MainWindow.cpp" line="3195"/> <source>Export the selection extent</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3131"/> + <location filename="../main/MainWindow.cpp" line="3130"/> <source>Which region of the current pane do you want to export as an image?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3139"/> + <location filename="../main/MainWindow.cpp" line="3138"/> <source>Note: the whole pane is too wide to be exported as a single image.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3163"/> + <source>Failed to save image file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3164"/> - <source>Failed to save image file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3165"/> <source>Failed to save image file %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3359"/> + <location filename="../main/MainWindow.cpp" line="3358"/> <source><b>File open failed</b><p>File "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3375"/> + <source>Open Location</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3376"/> - <source>Open Location</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3377"/> <source>Please enter the URL of the location to open:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3389"/> + <location filename="../main/MainWindow.cpp" line="3393"/> + <location filename="../main/MainWindow.cpp" line="3422"/> + <location filename="../main/MainWindow.cpp" line="3426"/> + <source>Failed to open location</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3390"/> - <location filename="../main/MainWindow.cpp" line="3394"/> + <source><b>Open failed</b><p>URL "%1" could not be opened</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3423"/> - <location filename="../main/MainWindow.cpp" line="3427"/> - <source>Failed to open location</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3391"/> - <source><b>Open failed</b><p>URL "%1" could not be opened</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3424"/> <source><b>Open failed</b><p>File or URL "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3556"/> + <location filename="../main/MainWindow.cpp" line="3561"/> + <source>Failed to open dropped URL</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3557"/> - <location filename="../main/MainWindow.cpp" line="3562"/> - <source>Failed to open dropped URL</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3558"/> <source><b>Open failed</b><p>Dropped URL "%1" could not be opened</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3672"/> + <location filename="../main/MainWindow.cpp" line="3671"/> <source>Export image to "%1"</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3692"/> + <source>Session modified</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3693"/> - <source>Session modified</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3694"/> <source><b>Session modified</b><p>The current session has been modified.<br>Do you want to save it?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3726"/> + <source>Close the current session and create a new one</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3727"/> - <source>Close the current session and create a new one</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3728"/> <source>Add this data to the current session</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3731"/> + <source>Select target for import</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3732"/> - <source>Select target for import</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3733"/> <source><b>Select a target for import</b><p>This RDF document refers to one or more audio files.<br>You already have an audio waveform loaded.<br>What would you like to do with the new data?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3754"/> + <location filename="../main/MainWindow.cpp" line="3777"/> + <source>Failed to save file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3755"/> <location filename="../main/MainWindow.cpp" line="3778"/> - <source>Failed to save file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3756"/> - <location filename="../main/MainWindow.cpp" line="3779"/> <source><b>Save failed</b><p>Session file "%1" could not be saved.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3788"/> + <location filename="../main/MainWindow.cpp" line="3787"/> <source>Save session as "%1"</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4173"/> + <location filename="../main/MainWindow.cpp" line="4172"/> <source>Multiplex all of the above</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4237"/> + <source>Rename Layer</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4238"/> - <source>Rename Layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4239"/> <source>New name for this layer:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4334"/> + <location filename="../main/MainWindow.cpp" line="4333"/> <source>Playback speed: Normal</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4468"/> + <location filename="../main/MainWindow.cpp" line="4467"/> <source>Selection: %1 to %2 (duration %3)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4471"/> + <location filename="../main/MainWindow.cpp" line="4470"/> <source>Visible: %1 to %2 (duration %3)</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4520"/> + <source>Sample rate mismatch</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4521"/> - <source>Sample rate mismatch</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4522"/> <source><b>Wrong sample rate</b><p>The sample rate of this audio file (%1 Hz) does not match the current playback rate (%2 Hz).<p>The file will play at the wrong speed and pitch.<p>Change the <i>Resample mismatching files on import</i> option under <i>File</i> -> <i>Preferences</i> if you want to alter this behaviour.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4532"/> + <location filename="../main/MainWindow.cpp" line="4542"/> + <source>Audio processing overload</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4533"/> + <source><b>Overloaded</b><p>Audio effects plugin auditioning has been disabled due to a processing overload.</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4543"/> - <source>Audio processing overload</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4534"/> - <source><b>Overloaded</b><p>Audio effects plugin auditioning has been disabled due to a processing overload.</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4544"/> <source><b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4575"/> + <location filename="../main/MainWindow.cpp" line="4574"/> <source>Problems loading plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4661"/> + <location filename="../main/MainWindow.cpp" line="4660"/> <source>Add Point</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4805"/> + <location filename="../main/MainWindow.cpp" line="4804"/> <source>Reset Counters</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4873"/> - <location filename="../main/MainWindow.cpp" line="4880"/> + <location filename="../main/MainWindow.cpp" line="4872"/> + <location filename="../main/MainWindow.cpp" line="4879"/> <source>Failed to generate layer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4893"/> - <location filename="../main/MainWindow.cpp" line="4928"/> + <location filename="../main/MainWindow.cpp" line="4892"/> + <location filename="../main/MainWindow.cpp" line="4927"/> <source>Warning</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4905"/> + <location filename="../main/MainWindow.cpp" line="4912"/> + <source>Failed to regenerate layer</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4906"/> + <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed:<p>%3</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4913"/> - <source>Failed to regenerate layer</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4907"/> - <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed:<p>%3</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4914"/> <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed.<p>No error information is available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4928"/> + <location filename="../main/MainWindow.cpp" line="4927"/> <source><b>Warning when regenerating layer</b><p>When regenerating the derived layer "%1" using new data model as input:<p>%2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4936"/> + <location filename="../main/MainWindow.cpp" line="4935"/> <source>Failed to calculate alignment</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5027"/> + <location filename="../main/MainWindow.cpp" line="5026"/> <source>Adjust the master playback speed</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5045"/> + <location filename="../main/MainWindow.cpp" line="5044"/> <source>http://www.sonicvisualiser.org/</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5120"/> + <location filename="../main/MainWindow.cpp" line="5119"/> <source>Release %1 : Revision %2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5122"/> + <location filename="../main/MainWindow.cpp" line="5121"/> <source>Release %1</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5126"/> + <location filename="../main/MainWindow.cpp" line="5125"/> <source>Unreleased : Revision %1</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="5140"/> + <source><h3>About Sonic Visualiser</h3></source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="5141"/> - <source><h3>About Sonic Visualiser</h3></source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5142"/> <source><p>Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.<br><a href="http://www.sonicvisualiser.org/">http://www.sonicvisualiser.org/</a></p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5132"/> + <location filename="../main/MainWindow.cpp" line="5131"/> <source>Debug</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5132"/> + <location filename="../main/MainWindow.cpp" line="5131"/> <source>Release</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5157"/> + <location filename="../main/MainWindow.cpp" line="5156"/> <source><br>With JACK audio output library v%1 &copy; Paul Davis and Jack O'Quin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5159"/> + <location filename="../main/MainWindow.cpp" line="5158"/> <source><br>With JACK audio output library &copy; Paul Davis and Jack O'Quin</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5163"/> + <location filename="../main/MainWindow.cpp" line="5162"/> <source><br>With PortAudio audio output library &copy; Ross Bencina and Phil Burk</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5167"/> + <location filename="../main/MainWindow.cpp" line="5166"/> <source><br>With PulseAudio audio output library v%1 &copy; Lennart Poettering and Pierre Ossman</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5169"/> + <location filename="../main/MainWindow.cpp" line="5168"/> <source><br>With PulseAudio audio output library &copy; Lennart Poettering and Pierre Ossman</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5174"/> + <location filename="../main/MainWindow.cpp" line="5173"/> <source><br>With Ogg file decoder (oggz v%1, fishsound v%2) &copy; CSIRO Australia</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5176"/> + <location filename="../main/MainWindow.cpp" line="5175"/> <source><br>With Ogg file decoder &copy; CSIRO Australia</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5181"/> + <location filename="../main/MainWindow.cpp" line="5180"/> <source><br>With MAD mp3 decoder v%1 &copy; Underbit Technologies Inc</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5183"/> + <location filename="../main/MainWindow.cpp" line="5182"/> <source><br>With MAD mp3 decoder &copy; Underbit Technologies Inc</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5188"/> + <location filename="../main/MainWindow.cpp" line="5187"/> <source><br>With libsamplerate v%1 &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5190"/> + <location filename="../main/MainWindow.cpp" line="5189"/> <source><br>With libsamplerate &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5195"/> + <location filename="../main/MainWindow.cpp" line="5194"/> <source><br>With libsndfile v%1 &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5197"/> + <location filename="../main/MainWindow.cpp" line="5196"/> <source><br>With libsndfile &copy; Erik de Castro Lopo</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5202"/> + <location filename="../main/MainWindow.cpp" line="5201"/> <source><br>With FFTW3 v%1 &copy; Matteo Frigo and MIT</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5204"/> + <location filename="../main/MainWindow.cpp" line="5203"/> <source><br>With FFTW3 &copy; Matteo Frigo and MIT</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="5215"/> + <source><br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="5216"/> - <source><br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5217"/> <source><br>With DSSI plugin support (API v%1) &copy; Chris Cannam, Steve Harris, Sean Bolton</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5219"/> + <location filename="../main/MainWindow.cpp" line="5218"/> <source><br>With Redland RDF datastore v%1 &copy; Dave Beckett and the University of Bristol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5221"/> + <location filename="../main/MainWindow.cpp" line="5220"/> <source><br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5226"/> + <location filename="../main/MainWindow.cpp" line="5225"/> <source><br>With RtMidi &copy; Gary P. Scavone</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5230"/> + <location filename="../main/MainWindow.cpp" line="5229"/> <source><br>With liblo Lite OSC library v%1 &copy; Steve Harris</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5232"/> + <location filename="../main/MainWindow.cpp" line="5231"/> <source><br>With liblo Lite OSC library &copy; Steve Harris</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5146"/> + <location filename="../main/MainWindow.cpp" line="5145"/> <source></small><p><small>The OSC URL for this instance is: "%1"</source> <translation type="unfinished"></translation> </message> @@ -6921,7 +6921,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2850"/> + <location filename="../main/MainWindow.cpp" line="2849"/> <source>Exporting audio data...</source> <translation type="unfinished"></translation> </message>
--- a/i18n/sonic-visualiser_ru.ts Thu Dec 06 13:37:39 2018 +0000 +++ b/i18n/sonic-visualiser_ru.ts Tue Jan 08 15:26:17 2019 +0000 @@ -98,7 +98,7 @@ <message> <location filename="../svgui/widgets/AudioDial.cpp" line="419"/> <source>%1: %2</source> - <translation type="unfinished">%1: %2</translation> + <translation>%1: %2</translation> </message> <message> <location filename="../svgui/widgets/AudioDial.cpp" line="431"/> @@ -250,12 +250,12 @@ <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="45"/> <source>Select Audio Data Format</source> - <translation type="unfinished"></translation> + <translation>Выбрать формат звуковых данных</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="52"/> <source>Please select the correct data format for this file.</source> - <translation type="unfinished"></translation> + <translation>Выберите корректный формат данных для этого файла.</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="82"/> @@ -266,7 +266,7 @@ <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="83"/> <source>Audio channels</source> - <translation type="unfinished"></translation> + <translation>Звуковые каналы</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="89"/> @@ -276,37 +276,37 @@ <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="94"/> <source>Audio channel</source> - <translation type="unfinished"></translation> + <translation>Звуковой канал</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="117"/> <source>Audio sample rate (Hz):</source> - <translation type="unfinished">Частота сэмплирования звука (Гц):</translation> + <translation>Частота сэмплирования (Гц):</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="139"/> <source>Sample values are:</source> - <translation type="unfinished"></translation> + <translation>Значения выборок:</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="143"/> <source>Floating-point in range -1 to 1</source> - <translation type="unfinished"></translation> + <translation>Плавающая точка в диапазоне от -1 до 1</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="144"/> <source>8-bit in range 0 to 255</source> - <translation type="unfinished"></translation> + <translation>8 бит в диапазоне от 0 до 255</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="145"/> <source>16-bit in range -32768 to 32767</source> - <translation type="unfinished"></translation> + <translation>16 бит в диапазоне от -32768 до 32767</translation> </message> <message> <location filename="../svgui/widgets/CSVAudioFormatDialog.cpp" line="146"/> <source>Unknown range: normalise on load</source> - <translation type="unfinished"></translation> + <translation>Неизвестный диапазон: нормировать при загрузке</translation> </message> </context> <context> @@ -359,7 +359,7 @@ <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="52"/> <source>Please select the correct data format for this file.</source> - <translation type="unfinished"></translation> + <translation>Выберите корректный формат данных для этого файла.</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="82"/> @@ -370,7 +370,7 @@ <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="83"/> <source>Values</source> - <translation type="unfinished"></translation> + <translation>Значения</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="89"/> @@ -380,57 +380,57 @@ <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="95"/> <source>Time</source> - <translation type="unfinished">Время</translation> + <translation>Время</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="96"/> <source>End time</source> - <translation type="unfinished"></translation> + <translation>Время конца</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="97"/> <source>Duration</source> - <translation type="unfinished">Длительность</translation> + <translation>Длительность</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="98"/> <source>Value</source> - <translation type="unfinished">Значение</translation> + <translation>Значение</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="99"/> <source>Pitch</source> - <translation type="unfinished">Высота тона</translation> + <translation>Высота тона</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="100"/> <source>Label</source> - <translation type="unfinished">Метка</translation> + <translation>Метка</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="122"/> <source>Timing is specified:</source> - <translation type="unfinished"></translation> + <translation>Как определено время:</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="127"/> <source>Explicitly, in seconds</source> - <translation type="unfinished"></translation> + <translation>Явно, в секундах</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="128"/> <source>Explicitly, in milliseconds</source> - <translation type="unfinished"></translation> + <translation>Явно, в миллисекундах</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="129"/> <source>Explicitly, in audio sample frames</source> - <translation type="unfinished"></translation> + <translation>Явно, в аудиовыборках</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="130"/> <source>Implicitly: rows are equally spaced in time</source> - <translation type="unfinished"></translation> + <translation>Неявно, строки равно расставлены во времени</translation> </message> <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="157"/> @@ -445,7 +445,7 @@ <message> <location filename="../svgui/widgets/CSVFormatDialog.cpp" line="257"/> <source>Data will be displayed in a %1 layer.</source> - <translation type="unfinished"></translation> + <translation>Данные будут показаны в слое %1.</translation> </message> <message> <source> @@ -534,7 +534,7 @@ <message> <location filename="../svgui/layer/Colour3DPlotLayer.cpp" line="272"/> <source>Normalization</source> - <translation type="unfinished"></translation> + <translation>Нормировка</translation> </message> <message> <location filename="../svgui/layer/Colour3DPlotLayer.cpp" line="276"/> @@ -564,12 +564,12 @@ <message> <location filename="../svgui/layer/Colour3DPlotLayer.cpp" line="426"/> <source>View</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Вид</translation> </message> <message> <location filename="../svgui/layer/Colour3DPlotLayer.cpp" line="427"/> <source>Hybrid</source> - <translation type="unfinished"></translation> + <translation>Гибрид</translation> </message> <message> <location filename="../svgui/layer/Colour3DPlotLayer.cpp" line="461"/> @@ -582,22 +582,22 @@ <message> <location filename="../svgui/widgets/ColourComboBox.cpp" line="59"/> <source>Name New Colour</source> - <translation type="unfinished">Дайте цвету название</translation> + <translation>Дайте цвету название</translation> </message> <message> <location filename="../svgui/widgets/ColourComboBox.cpp" line="60"/> <source>Enter a name for the new colour:</source> - <translation type="unfinished">Введите название нового цвета:</translation> + <translation>Введите название нового цвета:</translation> </message> <message> <location filename="../svgui/widgets/ColourComboBox.cpp" line="62"/> <source>Prefer black background for this colour</source> - <translation type="unfinished">Предпочитать черный фон для этого цвета</translation> + <translation>Предпочитать черный фон для этого цвета</translation> </message> <message> <location filename="../svgui/widgets/ColourComboBox.cpp" line="94"/> <source>Add New Colour...</source> - <translation type="unfinished">Добавить новый цвет...</translation> + <translation>Добавить новый цвет...</translation> </message> </context> <context> @@ -728,7 +728,7 @@ <message> <location filename="../svcore/data/fileio/CoreAudioFileReader.cpp" line="162"/> <source>Decoding %1...</source> - <translation type="unfinished">Декодируется %1...</translation> + <translation>Декодируется %1...</translation> </message> </context> <context> @@ -736,7 +736,7 @@ <message> <location filename="../svcore/data/fileio/DecodingWavFileReader.cpp" line="68"/> <source>Decoding %1...</source> - <translation type="unfinished">Декодируется %1...</translation> + <translation>Декодируется %1...</translation> </message> </context> <context> @@ -947,7 +947,7 @@ <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="110"/> <source>Vertical Scale</source> - <translation type="unfinished">Верт. масштаб</translation> + <translation>Верт. масштаб</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="111"/> @@ -977,33 +977,33 @@ <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="179"/> <source>MIDI Notes</source> - <translation type="unfinished">Ноты MIDI</translation> + <translation>Ноты MIDI</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="521"/> <source>In progress</source> - <translation type="unfinished">В процессе</translation> + <translation>В процессе</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="523"/> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="547"/> <source>No local points</source> - <translation type="unfinished">Нет локальных точек</translation> + <translation>Нет локальных точек</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="561"/> <source>%1 (%2, %3 Hz)</source> - <translation type="unfinished">%1 (%2, %3 Гц)</translation> + <translation>%1 (%2, %3 Гц)</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="568"/> <source>%1 Hz (%2, %3)</source> - <translation type="unfinished">%1Гц (%2, %3)</translation> + <translation>%1Гц (%2, %3)</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="574"/> <source>%1 %2</source> - <translation type="unfinished">%1 %2</translation> + <translation>%1 %2</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="581"/> @@ -1011,7 +1011,7 @@ Pitch: %2 Duration: %3 No label</source> - <translation type="unfinished">Время: %1 + <translation>Время: %1 Высота тона: %2 Длительность: %3 Без метки</translation> @@ -1022,7 +1022,7 @@ Pitch: %2 Duration: %3 Label: %4</source> - <translation type="unfinished">Время: %1 + <translation>Время: %1 Высота тона: %2 Длительность: %3 Метка: %4</translation> @@ -1030,39 +1030,39 @@ <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="979"/> <source>Draw Point</source> - <translation type="unfinished">Нарисовать точку</translation> + <translation>Нарисовать точку</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1055"/> <source>Erase Point</source> - <translation type="unfinished"></translation> + <translation>Стереть точку</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1136"/> <source>Drag Point</source> - <translation type="unfinished">Перетащить точку</translation> + <translation>Перетащить точку</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1218"/> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1291"/> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1611"/> <source>Edit Point</source> - <translation type="unfinished">Изменить точку</translation> + <translation>Изменить точку</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1220"/> <source>Relocate Point</source> - <translation type="unfinished">Переместить точку</translation> + <translation>Переместить точку</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1223"/> <source>Change Point Value</source> - <translation type="unfinished">Изменить значение точки</translation> + <translation>Изменить значение точки</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1355"/> <source>Add Point</source> - <translation type="unfinished">Добавить точку</translation> + <translation>Добавить точку</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1395"/> @@ -1072,28 +1072,28 @@ <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1444"/> <source>Merge Notes</source> - <translation type="unfinished"></translation> + <translation>Объединить ноты</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1627"/> <source>Drag Selection</source> - <translation type="unfinished"></translation> + <translation>Перетащить выделение</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1652"/> <source>Resize Selection</source> - <translation type="unfinished"></translation> + <translation>Изменить размер выделения</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1691"/> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1713"/> <source>Delete Selected Points</source> - <translation type="unfinished">Удалить выбранные точки</translation> + <translation>Удалить выбранные точки</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1762"/> <source>Re-align pasted items?</source> - <translation type="unfinished">Заново выровнять вставленные объекты?</translation> + <translation>Заново выровнять вставленные объекты?</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1763"/> @@ -1103,7 +1103,7 @@ <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1777"/> <source>Paste</source> - <translation type="unfinished">Вставить</translation> + <translation>Вставить</translation> </message> <message> <location filename="../svgui/layer/FlexiNoteLayer.cpp" line="1848"/> @@ -1485,7 +1485,9 @@ <source>%1 session files (*.%1) RDF files (%3) All files (*.*)</source> - <translation type="unfinished"></translation> + <translation>Файлы сессий %1 (*.%1) +Файлы RDF (%3) +Все файлы (*.*)</translation> </message> <message> <location filename="../svgui/widgets/InteractiveFileFinder.cpp" line="103"/> @@ -1547,13 +1549,19 @@ Layer files (%2) RDF files (%3) All files (*.*)</source> - <translation type="unfinished"></translation> + <translation>Все поддерживаемые файлы (*.sv %1 %2 %3) +Файлы сессий %4 (*.%5) +Звуковые файлы (%1) +Файлы слоёв (%2) +Файлы RDF (%3) +Все файлы (*.*)</translation> </message> <message> <location filename="../svgui/widgets/InteractiveFileFinder.cpp" line="249"/> <source>%1 session files (*.%2) All files (*.*)</source> - <translation type="unfinished"></translation> + <translation>Файлы сессий %1 (*.%2) +Все файлы (*.*)</translation> </message> <message> <location filename="../svgui/widgets/InteractiveFileFinder.cpp" line="256"/> @@ -1789,7 +1797,7 @@ <message> <location filename="../svgui/widgets/KeyReference.cpp" line="176"/> <source>%1: Key and Mouse Reference</source> - <translation type="unfinished"></translation> + <translation>%1: справка по клавиатурным комбинациям и мыши</translation> </message> <message> <source>Sonic Visualiser: Key and Mouse Reference</source> @@ -1962,7 +1970,7 @@ <message> <location filename="../svgui/layer/LayerFactory.cpp" line="99"/> <source>Unknown Layer</source> - <translation type="unfinished"></translation> + <translation>Неизвестный слой</translation> </message> <message> <source>Layer</source> @@ -2414,7 +2422,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="726"/> - <location filename="../main/MainWindow.cpp" line="2529"/> + <location filename="../main/MainWindow.cpp" line="2528"/> <source>&Delete Selected Items</source> <translation>&Удалить выбранное</translation> </message> @@ -2450,9 +2458,9 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="758"/> - <location filename="../main/MainWindow.cpp" line="2349"/> - <location filename="../main/MainWindow.cpp" line="2383"/> - <location filename="../main/MainWindow.cpp" line="2460"/> + <location filename="../main/MainWindow.cpp" line="2348"/> + <location filename="../main/MainWindow.cpp" line="2382"/> + <location filename="../main/MainWindow.cpp" line="2459"/> <source>Shift+Left</source> <translation>Shift+Left</translation> </message> @@ -2519,7 +2527,7 @@ <message> <location filename="../main/MainWindow.cpp" line="503"/> <source>Abandon the current %1 session and start a new one</source> - <translation type="unfinished"></translation> + <translation>Отказаться от текущей сессии %1 и начать новую</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="529"/> @@ -2534,12 +2542,12 @@ <message> <location filename="../main/MainWindow.cpp" line="552"/> <source>Save the current session into a %1 session file</source> - <translation type="unfinished"></translation> + <translation>Сохранить текущую сессию в файл сессии %1</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="562"/> <source>Save the current session into a new %1 session file</source> - <translation type="unfinished"></translation> + <translation>Сохранить текущую сессию в новый файл сессии %1</translation> </message> <message> <source>Export Audio Data...</source> @@ -2572,7 +2580,7 @@ <message> <location filename="../main/MainWindow.cpp" line="629"/> <source>Open the Recorded Audio folder in the system file browser</source> - <translation type="unfinished"></translation> + <translation>Открыть папку с записанным звуком в файловом менеджере</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="666"/> @@ -2582,17 +2590,17 @@ <message> <location filename="../main/MainWindow.cpp" line="806"/> <source>Shift+;</source> - <translation type="unfinished"></translation> + <translation>Shift+;</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="824"/> <source>Ctrl+Shift+;</source> - <translation type="unfinished"></translation> + <translation>Ctrl+Shift+;</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="836"/> <source>Ctrl+Shift+Return</source> - <translation type="unfinished"></translation> + <translation>Ctrl+Shift+Return</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="887"/> @@ -2626,12 +2634,12 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="934"/> - <location filename="../main/MainWindow.cpp" line="2346"/> - <location filename="../main/MainWindow.cpp" line="2371"/> - <location filename="../main/MainWindow.cpp" line="2400"/> - <location filename="../main/MainWindow.cpp" line="2420"/> - <location filename="../main/MainWindow.cpp" line="2437"/> - <location filename="../main/MainWindow.cpp" line="2454"/> + <location filename="../main/MainWindow.cpp" line="2345"/> + <location filename="../main/MainWindow.cpp" line="2370"/> + <location filename="../main/MainWindow.cpp" line="2399"/> + <location filename="../main/MainWindow.cpp" line="2419"/> + <location filename="../main/MainWindow.cpp" line="2436"/> + <location filename="../main/MainWindow.cpp" line="2453"/> <source>Left</source> <translation>Влево</translation> </message> @@ -2657,8 +2665,8 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="950"/> - <location filename="../main/MainWindow.cpp" line="2375"/> - <location filename="../main/MainWindow.cpp" line="2379"/> + <location filename="../main/MainWindow.cpp" line="2374"/> + <location filename="../main/MainWindow.cpp" line="2378"/> <source>Ctrl+Left</source> <translation>Ctrl+Влево</translation> </message> @@ -2953,61 +2961,61 @@ <translation type="obsolete">Показать информацию о Sonic Visualiser</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2134"/> + <location filename="../main/MainWindow.cpp" line="2133"/> <source>Rewind to Start</source> <translation>Перемотать в начало</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2135"/> + <location filename="../main/MainWindow.cpp" line="2134"/> <source>Home</source> <translation>Домой</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2136"/> + <location filename="../main/MainWindow.cpp" line="2135"/> <source>Rewind to the start</source> <translation>Перемотать в начало</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2140"/> + <location filename="../main/MainWindow.cpp" line="2139"/> + <location filename="../main/MainWindow.cpp" line="2546"/> <location filename="../main/MainWindow.cpp" line="2547"/> - <location filename="../main/MainWindow.cpp" line="2548"/> <source>Rewind</source> <translation>Перемотать назад</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2538"/> + <location filename="../main/MainWindow.cpp" line="2537"/> <source>Rewind to the previous time instant in the current layer</source> <translation>Перемотать до предыдущей отметки времени в текущем слое</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2153"/> + <location filename="../main/MainWindow.cpp" line="2152"/> <source>Play / Pause</source> <translation>Воспроизвести / Приостановить</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2161"/> + <location filename="../main/MainWindow.cpp" line="2160"/> <source>Space</source> <extracomment>This text is a shortcut label referring to the space-bar on the keyboard. It probably should not be translated, and certainly should not be translated as if referring to an empty void or to the extra-terrestrial universe.</extracomment> <translation></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2163"/> + <location filename="../main/MainWindow.cpp" line="2162"/> <source>Start or stop playback from the current position</source> <translation>Запустить или остановить воспроизведение с текущей позиции</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2172"/> - <location filename="../main/MainWindow.cpp" line="2545"/> + <location filename="../main/MainWindow.cpp" line="2171"/> + <location filename="../main/MainWindow.cpp" line="2544"/> <source>Fast Forward</source> <translation>Перемотать вперёд</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2536"/> + <location filename="../main/MainWindow.cpp" line="2535"/> <source>Fast forward to the next time instant in the current layer</source> <translation>Перемотать до следующей отметки времени в текущем слое</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2185"/> + <location filename="../main/MainWindow.cpp" line="2184"/> <source>Fast Forward to End</source> <translation>Перемотать до конца</translation> </message> @@ -3031,143 +3039,143 @@ <translation>Показать информацию о %1</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2186"/> + <location filename="../main/MainWindow.cpp" line="2185"/> <source>End</source> <translation>Конец</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2187"/> + <location filename="../main/MainWindow.cpp" line="2186"/> <source>Fast-forward to the end</source> <translation>Перемотать до конца</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2202"/> + <location filename="../main/MainWindow.cpp" line="2201"/> <source>Play Mode Toolbar</source> <translation>Панель режима воспроизведения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2205"/> + <location filename="../main/MainWindow.cpp" line="2204"/> <source>Constrain Playback to Selection</source> <translation>Ограничить воспроизведение выделением</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2208"/> + <location filename="../main/MainWindow.cpp" line="2207"/> <source>s</source> <translation>с</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2216"/> + <location filename="../main/MainWindow.cpp" line="2215"/> <source>Loop Playback</source> <translation>Воспроизведение в цикле</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2219"/> + <location filename="../main/MainWindow.cpp" line="2218"/> <source>l</source> <translation>l</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2220"/> + <location filename="../main/MainWindow.cpp" line="2219"/> <source>Loop playback</source> <translation>Воспроизведение в цикле</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2324"/> + <location filename="../main/MainWindow.cpp" line="2323"/> <source>Edit Toolbar</source> <translation>Панель правки</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2327"/> + <location filename="../main/MainWindow.cpp" line="2326"/> <source>Tools Toolbar</source> <translation>Панель инструментов</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2332"/> - <location filename="../main/MainWindow.cpp" line="2336"/> - <location filename="../main/MainWindow.cpp" line="2346"/> + <location filename="../main/MainWindow.cpp" line="2331"/> + <location filename="../main/MainWindow.cpp" line="2335"/> + <location filename="../main/MainWindow.cpp" line="2345"/> <source>Navigate</source> <translation>Перемещение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2335"/> + <location filename="../main/MainWindow.cpp" line="2334"/> <source>1</source> <translation>1</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2359"/> - <location filename="../main/MainWindow.cpp" line="2371"/> + <location filename="../main/MainWindow.cpp" line="2358"/> + <location filename="../main/MainWindow.cpp" line="2370"/> <source>Select</source> <translation>Выделение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2361"/> + <location filename="../main/MainWindow.cpp" line="2360"/> <source>2</source> <translation>2</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2355"/> - <location filename="../main/MainWindow.cpp" line="2387"/> - <location filename="../main/MainWindow.cpp" line="2403"/> + <location filename="../main/MainWindow.cpp" line="2354"/> + <location filename="../main/MainWindow.cpp" line="2386"/> + <location filename="../main/MainWindow.cpp" line="2402"/> <source>Edit</source> <translation>Правка</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2389"/> + <location filename="../main/MainWindow.cpp" line="2388"/> <source>3</source> <translation>3</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2407"/> - <location filename="../main/MainWindow.cpp" line="2420"/> + <location filename="../main/MainWindow.cpp" line="2406"/> + <location filename="../main/MainWindow.cpp" line="2419"/> <source>Draw</source> <translation>Рисование</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2409"/> + <location filename="../main/MainWindow.cpp" line="2408"/> <source>4</source> <translation>4</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2557"/> + <location filename="../main/MainWindow.cpp" line="2556"/> <source>No audio file loaded.</source> <translation>Ни один звуковой файл не загружен.</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2570"/> + <location filename="../main/MainWindow.cpp" line="2569"/> <source>%1Hz (resampling to %2Hz)</source> <translation>%1 Гц (ресэмплирование до %2 Гц)</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2641"/> - <location filename="../main/MainWindow.cpp" line="2655"/> - <location filename="../main/MainWindow.cpp" line="2669"/> - <location filename="../main/MainWindow.cpp" line="2947"/> - <location filename="../main/MainWindow.cpp" line="2977"/> - <location filename="../main/MainWindow.cpp" line="2982"/> - <location filename="../main/MainWindow.cpp" line="3358"/> - <location filename="../main/MainWindow.cpp" line="3362"/> + <location filename="../main/MainWindow.cpp" line="2640"/> + <location filename="../main/MainWindow.cpp" line="2654"/> + <location filename="../main/MainWindow.cpp" line="2668"/> + <location filename="../main/MainWindow.cpp" line="2946"/> + <location filename="../main/MainWindow.cpp" line="2976"/> + <location filename="../main/MainWindow.cpp" line="2981"/> + <location filename="../main/MainWindow.cpp" line="3357"/> + <location filename="../main/MainWindow.cpp" line="3361"/> <source>Failed to open file</source> <translation>Не удалось открыть файл</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2772"/> + <location filename="../main/MainWindow.cpp" line="2771"/> <source>Export the selected region only</source> <translation>Экспортировать только выделенную область</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2773"/> + <location filename="../main/MainWindow.cpp" line="2772"/> <source>Export the whole audio file</source> <translation>Экспортировать весь звуковой файл</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2777"/> - <location filename="../main/MainWindow.cpp" line="2795"/> - <location filename="../main/MainWindow.cpp" line="3130"/> - <location filename="../main/MainWindow.cpp" line="3204"/> + <location filename="../main/MainWindow.cpp" line="2776"/> + <location filename="../main/MainWindow.cpp" line="2794"/> + <location filename="../main/MainWindow.cpp" line="3129"/> + <location filename="../main/MainWindow.cpp" line="3203"/> <source>Select region to export</source> <translation>Выделите область для экспорта</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2778"/> + <location filename="../main/MainWindow.cpp" line="2777"/> <source>Which region from the original audio file do you want to export?</source> <translation>Какую область исходного звукового файла вы хотите экспортировать?</translation> </message> @@ -3176,30 +3184,30 @@ <translation type="obsolete">Экспортировать выделенные области в один звуковой файл</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2791"/> + <location filename="../main/MainWindow.cpp" line="2790"/> <source>Export the selected regions into separate files</source> <translation>Экспортировать выделенные области в разные звуковые файлы</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2796"/> + <location filename="../main/MainWindow.cpp" line="2795"/> <source>Multiple regions of the original audio file are selected. What do you want to export?</source> <translation>Выбрано несколько областей исходного звукового файла. Какую из них вы хотите экспортировать?</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2827"/> + <location filename="../main/MainWindow.cpp" line="2826"/> <source>Fragment file %1 already exists, aborting</source> <translation>Файл фрагмента %1 уже существует, прерывание</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2885"/> - <location filename="../main/MainWindow.cpp" line="3076"/> + <location filename="../main/MainWindow.cpp" line="2884"/> + <location filename="../main/MainWindow.cpp" line="3075"/> <source>Failed to write file</source> <translation>Не удалось записать файл</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3018"/> + <location filename="../main/MainWindow.cpp" line="3017"/> <source>Failed to open file %1 for writing</source> <translation>Не удалось открыть файл %1 для записи</translation> </message> @@ -3208,84 +3216,84 @@ <translation type="obsolete">Sonic Visualiser: %1</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3693"/> + <location filename="../main/MainWindow.cpp" line="3692"/> <source>Session modified</source> <translation>Сессия изменена</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3755"/> - <location filename="../main/MainWindow.cpp" line="3778"/> + <location filename="../main/MainWindow.cpp" line="3754"/> + <location filename="../main/MainWindow.cpp" line="3777"/> <source>Failed to save file</source> <translation>Не удалось сохранить файл</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4238"/> + <location filename="../main/MainWindow.cpp" line="4237"/> <source>Rename Layer</source> <translation>Переименовать слой</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4239"/> + <location filename="../main/MainWindow.cpp" line="4238"/> <source>New name for this layer:</source> <translation>Новое имя этого слоя:</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4521"/> + <location filename="../main/MainWindow.cpp" line="4520"/> <source>Sample rate mismatch</source> <translation>Несоответствие частоты дискретизации</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4906"/> - <location filename="../main/MainWindow.cpp" line="4913"/> + <location filename="../main/MainWindow.cpp" line="4905"/> + <location filename="../main/MainWindow.cpp" line="4912"/> <source>Failed to regenerate layer</source> <translation>Не удалось повторно создать слой</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5045"/> + <location filename="../main/MainWindow.cpp" line="5044"/> <source>http://www.sonicvisualiser.org/</source> <translation>http://www.sonicvisualiser.org/</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5120"/> + <location filename="../main/MainWindow.cpp" line="5119"/> <source>Release %1 : Revision %2</source> <translation>Версия %1 : Редакция %2</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5122"/> + <location filename="../main/MainWindow.cpp" line="5121"/> <source>Release %1</source> <translation>Версия %1</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5126"/> + <location filename="../main/MainWindow.cpp" line="5125"/> <source>Unreleased : Revision %1</source> <translation>Не выпущено : редакция %1</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5141"/> + <location filename="../main/MainWindow.cpp" line="5140"/> <source><h3>About Sonic Visualiser</h3></source> <translation><h3>О программе Sonic Visualiser</h3></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5132"/> + <location filename="../main/MainWindow.cpp" line="5131"/> <source>Debug</source> <translation>Отладка</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5132"/> + <location filename="../main/MainWindow.cpp" line="5131"/> <source>Release</source> <translation>Версия</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5174"/> + <location filename="../main/MainWindow.cpp" line="5173"/> <source><br>With Ogg file decoder (oggz v%1, fishsound v%2) &copy; CSIRO Australia</source> <translation><br>С декодером Ogg (oggz v%1, fishsound v%2) &copy; CSIRO Australia</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5216"/> + <location filename="../main/MainWindow.cpp" line="5215"/> <source><br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld</source> <translation><br>С поддержкой плагинов LADSPA (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5217"/> + <location filename="../main/MainWindow.cpp" line="5216"/> <source><br>With DSSI plugin support (API v%1) &copy; Chris Cannam, Steve Harris, Sean Bolton</source> <translation><br>С поддержкой плагинов DSSI (API v%1) &copy; Chris Cannam, Steve Harris, Sean Bolton</translation> </message> @@ -3294,8 +3302,8 @@ <translation type="vanished">О программе Sonic Visualiser</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4873"/> - <location filename="../main/MainWindow.cpp" line="4880"/> + <location filename="../main/MainWindow.cpp" line="4872"/> + <location filename="../main/MainWindow.cpp" line="4879"/> <source>Failed to generate layer</source> <translation>Не удалось создать слой</translation> </message> @@ -3393,8 +3401,8 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="1453"/> - <location filename="../main/MainWindow.cpp" line="3781"/> - <location filename="../main/MainWindow.cpp" line="5032"/> + <location filename="../main/MainWindow.cpp" line="3780"/> + <location filename="../main/MainWindow.cpp" line="5031"/> <source>%1: %2</source> <translation>%1: %2</translation> </message> @@ -3410,8 +3418,8 @@ <translation> [\(<].*$</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4533"/> - <location filename="../main/MainWindow.cpp" line="4543"/> + <location filename="../main/MainWindow.cpp" line="4532"/> + <location filename="../main/MainWindow.cpp" line="4542"/> <source>Audio processing overload</source> <translation>Перегрузка в обработке звука</translation> </message> @@ -3616,70 +3624,70 @@ <translation type="vanished">Показать изменения в этой версии %1</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2362"/> + <location filename="../main/MainWindow.cpp" line="2361"/> <source>Select ranges</source> <translation>Выбрать диапазон</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2390"/> + <location filename="../main/MainWindow.cpp" line="2389"/> <source>Edit items in layer</source> <translation>Изменить объекты слоя</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2410"/> + <location filename="../main/MainWindow.cpp" line="2409"/> <source>Draw new items in layer</source> <translation>Нарисовать новые объекты в слое</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3376"/> + <location filename="../main/MainWindow.cpp" line="3375"/> <source>Open Location</source> <translation>Открыть местоположение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3377"/> + <location filename="../main/MainWindow.cpp" line="3376"/> <source>Please enter the URL of the location to open:</source> <translation>Введите URL открываемого местоположения:</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3390"/> - <location filename="../main/MainWindow.cpp" line="3394"/> - <location filename="../main/MainWindow.cpp" line="3423"/> - <location filename="../main/MainWindow.cpp" line="3427"/> + <location filename="../main/MainWindow.cpp" line="3389"/> + <location filename="../main/MainWindow.cpp" line="3393"/> + <location filename="../main/MainWindow.cpp" line="3422"/> + <location filename="../main/MainWindow.cpp" line="3426"/> <source>Failed to open location</source> <translation>Не удалось открыть местоположение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4173"/> + <location filename="../main/MainWindow.cpp" line="4172"/> <source>Multiplex all of the above</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4338"/> + <location filename="../main/MainWindow.cpp" line="4337"/> <source>Playback speed: %1% (%2x slower)</source> <translation>Скорость воспроизведения: %1% (в %2 раза медленнее)</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4344"/> + <location filename="../main/MainWindow.cpp" line="4343"/> <source>Playback speed: %1% (%2x faster)</source> <translation>Скорость воспроизведения: %1% (в %2 раза быстрее)</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4471"/> + <location filename="../main/MainWindow.cpp" line="4470"/> <source>Visible: %1 to %2 (duration %3)</source> <translation>Видимая область: от %1 до %2 (длительность %3)</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4575"/> + <location filename="../main/MainWindow.cpp" line="4574"/> <source>Problems loading plugins</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4874"/> + <location filename="../main/MainWindow.cpp" line="4873"/> <source><b>Layer generation failed</b><p>Failed to generate derived layer.<p>The layer transform %1failed:<p>%2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4881"/> + <location filename="../main/MainWindow.cpp" line="4880"/> <source><b>Layer generation failed</b><p>Failed to generate a derived layer.<p>The layer transform %1failed.<p>No error information is available.</source> <translation type="unfinished"></translation> </message> @@ -3688,32 +3696,32 @@ <translation type="vanished">Изменить общую громкость воспроизведения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5027"/> + <location filename="../main/MainWindow.cpp" line="5026"/> <source>Adjust the master playback speed</source> <translation>Изменить общую скорость воспроизведения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5176"/> + <location filename="../main/MainWindow.cpp" line="5175"/> <source><br>With Ogg file decoder &copy; CSIRO Australia</source> <translation><br>С декодером Ogg &copy; CSIRO Australia</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5183"/> + <location filename="../main/MainWindow.cpp" line="5182"/> <source><br>With MAD mp3 decoder &copy; Underbit Technologies Inc</source> <translation><br>С декодером MAD mp3 &copy; Underbit Technologies Inc</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5190"/> + <location filename="../main/MainWindow.cpp" line="5189"/> <source><br>With libsamplerate &copy; Erik de Castro Lopo</source> <translation><br>С libsamplerate &copy; Erik de Castro Lopo</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5197"/> + <location filename="../main/MainWindow.cpp" line="5196"/> <source><br>With libsndfile &copy; Erik de Castro Lopo</source> <translation><br>С libsndfile &copy; Erik de Castro Lopo</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5204"/> + <location filename="../main/MainWindow.cpp" line="5203"/> <source><br>With FFTW3 &copy; Matteo Frigo and MIT</source> <translation><br>С FFTW3 &copy; Matteo Frigo и MIT</translation> </message> @@ -3722,12 +3730,12 @@ <translation type="vanished"><br>С поддержкой расширений Vamp (API v%1, host SDK v%2) &copy; Chris Cannam</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5223"/> + <location filename="../main/MainWindow.cpp" line="5222"/> <source><br>With Serd and Sord RDF parser and store &copy; David Robillard</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5232"/> + <location filename="../main/MainWindow.cpp" line="5231"/> <source><br>With liblo Lite OSC library &copy; Steve Harris</source> <translation><br>С liblo Lite OSC library &copy; Steve Harris</translation> </message> @@ -3742,48 +3750,48 @@ <translation>Экспортировать всё окно в файл изображения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3112"/> + <location filename="../main/MainWindow.cpp" line="3111"/> <source>Export the whole pane (%1x%2 pixels)</source> <translation>Экспортировать всё окно (%1x%2 пикселов)</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3114"/> + <location filename="../main/MainWindow.cpp" line="3113"/> <source>Export the visible area only (%1x%2 pixels)</source> <translation>Экспортировать только видимую часть (%1x%2 пикселов)</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3117"/> + <location filename="../main/MainWindow.cpp" line="3116"/> <source>Export the selection extent (%1x%2 pixels)</source> <translation>Экспортировать выделение (%1x%2 пикселов)</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3120"/> - <location filename="../main/MainWindow.cpp" line="3196"/> + <location filename="../main/MainWindow.cpp" line="3119"/> + <location filename="../main/MainWindow.cpp" line="3195"/> <source>Export the selection extent</source> <translation>Экспортировать выделение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3131"/> + <location filename="../main/MainWindow.cpp" line="3130"/> <source>Which region of the current pane do you want to export as an image?</source> <translation>Какую область текущего окна вы хотите экспортировать как изображение?</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3139"/> + <location filename="../main/MainWindow.cpp" line="3138"/> <source>Note: the whole pane is too wide to be exported as a single image.</source> <translation>Примечание: всё окно слишком широко, чтобы сохранить его как изображение.</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3164"/> + <location filename="../main/MainWindow.cpp" line="3163"/> <source>Failed to save image file</source> <translation>Не удалось сохранить файл изображения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3165"/> + <location filename="../main/MainWindow.cpp" line="3164"/> <source>Failed to save image file %1</source> <translation>Не удалось сохранить файл изображения %1</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4468"/> + <location filename="../main/MainWindow.cpp" line="4467"/> <source>Selection: %1 to %2 (duration %3)</source> <translation>Выделение: %1 до %2 (длительность %3)</translation> </message> @@ -3804,7 +3812,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="194"/> - <location filename="../main/MainWindow.cpp" line="3807"/> + <location filename="../main/MainWindow.cpp" line="3806"/> <source>Green</source> <translation>Зелёный</translation> </message> @@ -3835,7 +3843,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="200"/> - <location filename="../main/MainWindow.cpp" line="3809"/> + <location filename="../main/MainWindow.cpp" line="3808"/> <source>Bright Green</source> <translation>Ярко-зелёный</translation> </message> @@ -3906,7 +3914,7 @@ </message> <message> <location filename="../main/MainWindow.cpp" line="728"/> - <location filename="../main/MainWindow.cpp" line="2530"/> + <location filename="../main/MainWindow.cpp" line="2529"/> <source>Delete items in current selection from the current layer</source> <translation>Удалить объекты в активном выделении текущего слоя</translation> </message> @@ -4023,7 +4031,7 @@ <message> <location filename="../main/MainWindow.cpp" line="1157"/> <source>Shift+W</source> - <translation type="unfinished"></translation> + <translation>Shift+W</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="1340"/> @@ -4038,7 +4046,7 @@ <message> <location filename="../main/MainWindow.cpp" line="1165"/> <source>Shift+G</source> - <translation type="unfinished"></translation> + <translation>Shift+G</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="1171"/> @@ -4048,7 +4056,7 @@ <message> <location filename="../main/MainWindow.cpp" line="1173"/> <source>Shift+M</source> - <translation type="unfinished"></translation> + <translation>Shift+M</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="1360"/> @@ -4063,7 +4071,7 @@ <message> <location filename="../main/MainWindow.cpp" line="1181"/> <source>Shift+K</source> - <translation type="unfinished"></translation> + <translation>Shift+K</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="1187"/> @@ -4073,7 +4081,7 @@ <message> <location filename="../main/MainWindow.cpp" line="1189"/> <source>Shift+U</source> - <translation type="unfinished"></translation> + <translation>Shift+U</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="1519"/> @@ -4148,7 +4156,7 @@ <message> <location filename="../main/MainWindow.cpp" line="1917"/> <source>Open the %1 reference manual</source> - <translation type="unfinished"></translation> + <translation>Открыть справочник по %1</translation> </message> <message> <location filename="../main/MainWindow.cpp" line="1922"/> @@ -4165,587 +4173,587 @@ <translation type="obsolete">Открыть окно, в котором перечисляются клавиатурные комбинации Sonic Visualiser</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1952"/> + <location filename="../main/MainWindow.cpp" line="1951"/> <source>Ctrl+R</source> <translation>Ctrl+R</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1954"/> + <location filename="../main/MainWindow.cpp" line="1953"/> <source>Re-open</source> <translation>Повторно открыть</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1956"/> + <location filename="../main/MainWindow.cpp" line="1955"/> <source>Re-open the current or most recently opened file</source> <translation>Повторно открыть активный или недавно открывавшийся файл</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="1967"/> + <location filename="../main/MainWindow.cpp" line="1966"/> <source>Standard Waveform</source> - <translation type="unfinished">Обычная волновая форма сигнала</translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2003"/> + <translation>Обычная волновая форма сигнала</translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2002"/> <source>Choose Default Template...</source> <translation>Выбрать шаблон по умолчанию…</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2028"/> + <location filename="../main/MainWindow.cpp" line="2027"/> <source>Ctrl+T</source> <translation>Ctrl+T</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2030"/> + <location filename="../main/MainWindow.cpp" line="2029"/> <source>Repeat Transform</source> <translation>Повторить преобразование</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2032"/> + <location filename="../main/MainWindow.cpp" line="2031"/> <source>Re-select the most recently run transform</source> <translation>Повторно запустить самое последнее выполнявшееся преобразование</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2122"/> + <location filename="../main/MainWindow.cpp" line="2121"/> <source>Playback and Transport Controls</source> <translation>Управление воспроизведением и перемоткой</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2126"/> + <location filename="../main/MainWindow.cpp" line="2125"/> <source>Play&back</source> <translation>Воспро&изведение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2129"/> + <location filename="../main/MainWindow.cpp" line="2128"/> <source>Playback</source> <translation>Воспроизведение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2131"/> + <location filename="../main/MainWindow.cpp" line="2130"/> <source>Playback Toolbar</source> <translation>Панель воспроизведения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2141"/> + <location filename="../main/MainWindow.cpp" line="2140"/> <source>PgUp</source> <translation>PgUp</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2142"/> + <location filename="../main/MainWindow.cpp" line="2141"/> <source>Rewind to the previous time instant or time ruler notch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2173"/> + <location filename="../main/MainWindow.cpp" line="2172"/> <source>PgDown</source> <translation>PgDown</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2174"/> + <location filename="../main/MainWindow.cpp" line="2173"/> <source>Fast-forward to the next time instant or time ruler notch</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2192"/> + <location filename="../main/MainWindow.cpp" line="2191"/> <source>Record</source> <translation>Записать</translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2193"/> + <source>Ctrl+Space</source> + <translation>Ctrl+Space</translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2194"/> - <source>Ctrl+Space</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2195"/> <source>Record a new audio file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2209"/> + <translation>Записать новый звуковой файл</translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="2208"/> <source>Constrain playback to the selected regions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2227"/> + <location filename="../main/MainWindow.cpp" line="2226"/> <source>Solo Current Pane</source> <translation>Соло активного окна</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2231"/> + <location filename="../main/MainWindow.cpp" line="2230"/> <source>o</source> <translation>o</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2232"/> + <location filename="../main/MainWindow.cpp" line="2231"/> <source>Solo the current pane during playback</source> <translation>При воспроизведении звучит лишь активное окно</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2241"/> + <location filename="../main/MainWindow.cpp" line="2240"/> <source>Align File Timelines</source> <translation>Выровнять линейки времени</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2244"/> + <location filename="../main/MainWindow.cpp" line="2243"/> <source>Treat multiple audio files as versions of the same work, and align their timelines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2298"/> + <location filename="../main/MainWindow.cpp" line="2297"/> <source>Speed Up</source> <translation>Ускорить</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2299"/> + <location filename="../main/MainWindow.cpp" line="2298"/> <source>Ctrl+PgUp</source> <translation>Ctrl+PgUp</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2300"/> + <location filename="../main/MainWindow.cpp" line="2299"/> <source>Time-stretch playback to speed it up without changing pitch</source> <translation>Сжать время воспроизведения, не меняя высоту тона</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2304"/> + <location filename="../main/MainWindow.cpp" line="2303"/> <source>Slow Down</source> <translation>Замедлить</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2305"/> + <location filename="../main/MainWindow.cpp" line="2304"/> <source>Ctrl+PgDown</source> <translation>Ctrl+PgDown</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2306"/> + <location filename="../main/MainWindow.cpp" line="2305"/> <source>Time-stretch playback to slow it down without changing pitch</source> <translation>Расширить время воспроизведения, не меняя высоту тона</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2310"/> + <location filename="../main/MainWindow.cpp" line="2309"/> <source>Restore Normal Speed</source> <translation>Восстановить обычную скорость</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2311"/> + <location filename="../main/MainWindow.cpp" line="2310"/> <source>Ctrl+Home</source> <translation>Ctrl+Home</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2312"/> + <location filename="../main/MainWindow.cpp" line="2311"/> <source>Restore non-time-stretched playback</source> <translation>Восстановить естественную скорость воспроизведения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2331"/> - <location filename="../main/MainWindow.cpp" line="2358"/> - <location filename="../main/MainWindow.cpp" line="2386"/> - <location filename="../main/MainWindow.cpp" line="2406"/> - <location filename="../main/MainWindow.cpp" line="2423"/> - <location filename="../main/MainWindow.cpp" line="2440"/> + <location filename="../main/MainWindow.cpp" line="2330"/> + <location filename="../main/MainWindow.cpp" line="2357"/> + <location filename="../main/MainWindow.cpp" line="2385"/> + <location filename="../main/MainWindow.cpp" line="2405"/> + <location filename="../main/MainWindow.cpp" line="2422"/> + <location filename="../main/MainWindow.cpp" line="2439"/> <source>Tool Selection</source> <translation>Выбор инструмента</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2344"/> + <location filename="../main/MainWindow.cpp" line="2343"/> <source>Navigate Tool Mouse Actions</source> <translation type="unfinished">Использование мыши с инструментом навигации</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2347"/> + <location filename="../main/MainWindow.cpp" line="2346"/> <source>Click left button and drag to move around</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2348"/> + <location filename="../main/MainWindow.cpp" line="2459"/> + <source>Zoom to Area</source> + <translation type="unfinished">Масштабировать в выделение</translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2349"/> <location filename="../main/MainWindow.cpp" line="2460"/> - <source>Zoom to Area</source> - <translation type="unfinished">Масштабировать в выделение</translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2350"/> - <location filename="../main/MainWindow.cpp" line="2461"/> <source>Shift-click left button and drag to zoom to a rectangular area</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2352"/> + <location filename="../main/MainWindow.cpp" line="2351"/> <source>Relocate</source> <translation>Переместить</translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2351"/> + <location filename="../main/MainWindow.cpp" line="2354"/> + <location filename="../main/MainWindow.cpp" line="2402"/> + <location filename="../main/MainWindow.cpp" line="2456"/> + <source>Double-Click Left</source> + <translation type="unfinished">Двойной щелчок левой клавишей</translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2352"/> + <source>Double-click left button to jump to clicked location</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2355"/> <location filename="../main/MainWindow.cpp" line="2403"/> - <location filename="../main/MainWindow.cpp" line="2457"/> - <source>Double-Click Left</source> - <translation type="unfinished">Двойной щелчок левой клавишей</translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2353"/> - <source>Double-click left button to jump to clicked location</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2356"/> - <location filename="../main/MainWindow.cpp" line="2404"/> <source>Double-click left button on an item to edit it</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2369"/> + <location filename="../main/MainWindow.cpp" line="2368"/> <source>Select Tool Mouse Actions</source> <translation type="unfinished">Использование мыши с инструментом выделения</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2372"/> + <location filename="../main/MainWindow.cpp" line="2371"/> <source>Click left button and drag to select region; drag region edge to resize</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2375"/> - <location filename="../main/MainWindow.cpp" line="2379"/> + <location filename="../main/MainWindow.cpp" line="2374"/> + <location filename="../main/MainWindow.cpp" line="2378"/> <source>Multi Select</source> <translation type="unfinished">Множественное выделение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2376"/> + <location filename="../main/MainWindow.cpp" line="2375"/> <source>Cmd-click left button and drag to select an additional region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2380"/> + <location filename="../main/MainWindow.cpp" line="2379"/> <source>Ctrl-click left button and drag to select an additional region</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2383"/> + <location filename="../main/MainWindow.cpp" line="2382"/> <source>Fine Select</source> <translation type="unfinished">Выделить точно</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2384"/> + <location filename="../main/MainWindow.cpp" line="2383"/> <source>Shift-click left button and drag to select without snapping to items or grid</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2398"/> + <location filename="../main/MainWindow.cpp" line="2397"/> <source>Edit Tool Mouse Actions</source> <translation type="unfinished">Использование мыши с инструментом редактирования</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2400"/> + <location filename="../main/MainWindow.cpp" line="2399"/> <source>Move</source> <translation type="unfinished">Переместить</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2401"/> + <location filename="../main/MainWindow.cpp" line="2400"/> <source>Click left button on an item or selected region and drag to move</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2418"/> + <location filename="../main/MainWindow.cpp" line="2417"/> <source>Draw Tool Mouse Actions</source> <translation type="unfinished">Использование мыши с инструментом рисования</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2421"/> + <location filename="../main/MainWindow.cpp" line="2420"/> <source>Click left button and drag to create new item</source> <translation type="unfinished">Щелкните левой клавишей мыши и перетащите курсор для создания нового объекта</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2424"/> - <location filename="../main/MainWindow.cpp" line="2437"/> + <location filename="../main/MainWindow.cpp" line="2423"/> + <location filename="../main/MainWindow.cpp" line="2436"/> <source>Erase</source> <translation>Стерка</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2426"/> + <location filename="../main/MainWindow.cpp" line="2425"/> <source>5</source> <translation>5</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2427"/> + <location filename="../main/MainWindow.cpp" line="2426"/> <source>Erase items from layer</source> <translation>Стирать объекты слоя</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2435"/> + <location filename="../main/MainWindow.cpp" line="2434"/> <source>Erase Tool Mouse Actions</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2438"/> + <location filename="../main/MainWindow.cpp" line="2437"/> <source>Click left button on an item to remove it from the layer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2441"/> + <location filename="../main/MainWindow.cpp" line="2440"/> <source>Measure</source> <translation>Измеритель</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2443"/> + <location filename="../main/MainWindow.cpp" line="2442"/> <source>6</source> <translation>6</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2444"/> + <location filename="../main/MainWindow.cpp" line="2443"/> <source>Make measurements in layer</source> <translation>Выполнять измерения в слое</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2452"/> + <location filename="../main/MainWindow.cpp" line="2451"/> <source>Measure Tool Mouse Actions</source> <translation type="unfinished">Использование мыши с инструментом измерения</translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2453"/> + <source>Measure Area</source> + <translation>Измерить область</translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2454"/> - <source>Measure Area</source> - <translation type="unfinished">Измерить область</translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2455"/> <source>Click left button and drag to measure a rectangular area</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2456"/> + <source>Measure Item</source> + <translation>Измерить объект</translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2457"/> - <source>Measure Item</source> - <translation type="unfinished">Измерить объект</translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2458"/> <source>Click left button and drag to measure extents of an item or shape</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2525"/> + <location filename="../main/MainWindow.cpp" line="2524"/> <source>&Delete Current Measurement</source> <translation>&Удалить активный замер</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2526"/> + <location filename="../main/MainWindow.cpp" line="2525"/> <source>Delete the measurement currently under the mouse pointer</source> <translation>Удалить замер, находящийся под курсором мыши</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2535"/> + <location filename="../main/MainWindow.cpp" line="2534"/> <source>Fast Forward to Next Instant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2537"/> + <location filename="../main/MainWindow.cpp" line="2536"/> <source>Rewind to Previous Instant</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="2539"/> + <source>Fast Forward to Next Point</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="2540"/> - <source>Fast Forward to Next Point</source> + <source>Fast forward to the next point in the current layer</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2541"/> - <source>Fast forward to the next point in the current layer</source> + <source>Rewind to Previous Point</source> <translation type="unfinished"></translation> </message> <message> <location filename="../main/MainWindow.cpp" line="2542"/> - <source>Rewind to Previous Point</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="2543"/> <source>Rewind to the previous point in the current layer</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2546"/> + <location filename="../main/MainWindow.cpp" line="2545"/> <source>Fast forward</source> <translation>Быстрый вперед</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2642"/> - <location filename="../main/MainWindow.cpp" line="2656"/> - <location filename="../main/MainWindow.cpp" line="2670"/> + <location filename="../main/MainWindow.cpp" line="2641"/> + <location filename="../main/MainWindow.cpp" line="2655"/> + <location filename="../main/MainWindow.cpp" line="2669"/> <source><b>File open failed</b><p>Audio file "%1" could not be opened</source> <translation><b>Не удалось открыть файл</b><p>Не удалось открыть звуковой файл "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2790"/> + <location filename="../main/MainWindow.cpp" line="2789"/> <source>Export the selected regions into a single file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2792"/> + <location filename="../main/MainWindow.cpp" line="2791"/> <source>Export the whole file</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2916"/> + <location filename="../main/MainWindow.cpp" line="2915"/> <source>Converting audio data...</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2948"/> + <location filename="../main/MainWindow.cpp" line="2947"/> <source><b>File open failed</b><p>Audio data file %1 could not be opened.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2978"/> + <location filename="../main/MainWindow.cpp" line="2977"/> <source><b>File open failed</b><p>Layer file %1 could not be opened.</source> <translation><b>Не удалось открыть файл</b><p>Не удалось открыть файл слоя "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3043"/> + <location filename="../main/MainWindow.cpp" line="3042"/> <source>Can't export non-note layers to MIDI</source> <translation>Невозможно экспортировать ненотные слои в MIDI</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3055"/> + <location filename="../main/MainWindow.cpp" line="3054"/> <source>Sorry, cannot export this layer type to RDF (supported types are: region, note, text, time instants, time values)</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3193"/> + <source>Export the whole pane</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3194"/> - <source>Export the whole pane</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3195"/> <source>Export the visible area only</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3205"/> + <location filename="../main/MainWindow.cpp" line="3204"/> <source>Which region of the current pane do you want to export as a scalable SVG image?</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3232"/> + <source>Failed to save SVG file</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3233"/> - <source>Failed to save SVG file</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3234"/> <source>Failed to save SVG file %1</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4125"/> + <source>Failed to query transform attributes</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4126"/> - <source>Failed to query transform attributes</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4127"/> <source><b>Failed to query transform attributes</b><p>Plugin or server error: %1</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4198"/> + <location filename="../main/MainWindow.cpp" line="4197"/> <source>Multiplexed audio</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4219"/> + <source>Transform failed</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4220"/> - <source>Transform failed</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4221"/> <source><b>Failed to run transform</b><p>Plugin or server error: %1</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4576"/> + <location filename="../main/MainWindow.cpp" line="4575"/> <source><b>Failed to load plugins</b></source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4824"/> + <source>Subdivide instants</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4825"/> - <source>Subdivide instants</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4826"/> <source>Number of subdivisions:</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="4846"/> + <source>Winnow instants</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="4847"/> - <source>Winnow instants</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="4848"/> <source>Remove all instants apart from multiples of:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4937"/> + <location filename="../main/MainWindow.cpp" line="4936"/> <source><b>Alignment calculation failed</b><p>Failed to calculate an audio alignment:<p>%1</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="5023"/> + <source>Adjust the master playback level and pan</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="5024"/> - <source>Adjust the master playback level and pan</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5025"/> <source>click then drag to adjust, ctrl+click to reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5028"/> + <location filename="../main/MainWindow.cpp" line="5027"/> <source>drag up/down to adjust, ctrl+click to reset</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5151"/> + <location filename="../main/MainWindow.cpp" line="5150"/> <source>With Qt v%1 &copy; The Qt Company</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5209"/> + <location filename="../main/MainWindow.cpp" line="5208"/> <source><br>With Rubber Band Library v%1 &copy; Particular Programs Ltd</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5211"/> + <location filename="../main/MainWindow.cpp" line="5210"/> <source><br>With Rubber Band Library &copy; Particular Programs Ltd</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5214"/> + <location filename="../main/MainWindow.cpp" line="5213"/> <source><br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam and QMUL</source> <translation><br>С поддержкой плагинов Vamp (API v%1, host SDK v%2) &copy; Chris Cannam и QMUL</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5215"/> + <location filename="../main/MainWindow.cpp" line="5214"/> <source><br>With Piper Vamp protocol bridge &copy; QMUL</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="5223"/> + <source><br>With Dataquay Qt/RDF library &copy; Particular Programs Ltd</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="5224"/> - <source><br>With Dataquay Qt/RDF library &copy; Particular Programs Ltd</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5225"/> <source><br>With Cap'n Proto serialisation &copy; Sandstorm Development Group</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5239"/> + <location filename="../main/MainWindow.cpp" line="5238"/> <source>Russian UI translation contributed by Alexandre Prokoudine.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5241"/> + <location filename="../main/MainWindow.cpp" line="5240"/> <source>Czech UI translation contributed by Pavel Fric.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5328"/> + <location filename="../main/MainWindow.cpp" line="5327"/> <source><h3>Newer version available</h3><p>You are using version %1 of Sonic Visualiser, but version %2 is now available.</p><p>Please see the <a href="http://sonicvisualiser.org/">Sonic Visualiser website</a> for more information.</p></source> <translation><h3>Доступна новая версия программы</h3><p>Вы используетее Sonic Visualiser версии %1, но уже доступна версия %2.</p><p>Загляните на <a href="http://sonicvisualiser.org/">сайт Sonic Visualiser</a>, чтобы узнать подробности.</p> {3>?} {3>?} {1 ?} {2 ?}</translation> </message> @@ -4754,64 +4762,64 @@ <translation type="vanished"><b>Не удалось открыть файл</b><p>Не удалось открыть файл сеанса "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3359"/> + <location filename="../main/MainWindow.cpp" line="3358"/> <source><b>File open failed</b><p>File "%1" could not be opened</source> <translation><b>Не удалось открыть файл</b><p>Не удалось открыть файл "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3391"/> + <location filename="../main/MainWindow.cpp" line="3390"/> <source><b>Open failed</b><p>URL "%1" could not be opened</source> <translation><b>Не удалось открыть ссылку</b><p>Не удалось открыть URL "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3424"/> + <location filename="../main/MainWindow.cpp" line="3423"/> <source><b>Open failed</b><p>File or URL "%1" could not be opened</source> <translation><b>Не удалось открыть ссылку</b><p>Не удалось открыть файл или URL "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3467"/> + <location filename="../main/MainWindow.cpp" line="3466"/> <source>Enter template name</source> <translation>Введите название шаблона</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3472"/> + <location filename="../main/MainWindow.cpp" line="3471"/> <source>Please enter a name for the saved template:</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3476"/> + <location filename="../main/MainWindow.cpp" line="3475"/> <source>Set as default template for future audio files</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3495"/> + <source>Template file exists</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3496"/> - <source>Template file exists</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3497"/> <source><b>Template file exists</b><p>The template "%1" already exists.<br>Overwrite it?</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3557"/> - <location filename="../main/MainWindow.cpp" line="3562"/> + <location filename="../main/MainWindow.cpp" line="3556"/> + <location filename="../main/MainWindow.cpp" line="3561"/> <source>Failed to open dropped URL</source> <translation>Не удалось открыть URL, перемещенный мышью в окно программы</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3558"/> + <location filename="../main/MainWindow.cpp" line="3557"/> <source><b>Open failed</b><p>Dropped URL "%1" could not be opened</source> <translation><b>Не удалось открыть ссылку</b><p>Не удалось открыть файл URL "%1", перетащенный в окно программы мышью</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3694"/> + <location filename="../main/MainWindow.cpp" line="3693"/> <source><b>Session modified</b><p>The current session has been modified.<br>Do you want to save it?</source> <translation><b>Сеанс изменился</b><p>Активный сеанс изменился<br>Вы хотите сохранить его?</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3756"/> - <location filename="../main/MainWindow.cpp" line="3779"/> + <location filename="../main/MainWindow.cpp" line="3755"/> + <location filename="../main/MainWindow.cpp" line="3778"/> <source><b>Save failed</b><p>Session file "%1" could not be saved.</source> <translation><b>Не удалось сохранить файл</b><p>Не удалось сохранить файл сессии "%1"</translation> </message> @@ -4820,7 +4828,7 @@ <translation type="obsolete">%1: %1 {1:?}</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4334"/> + <location filename="../main/MainWindow.cpp" line="4333"/> <source>Playback speed: Normal</source> <translation>Скорость воспроизведения: обычная</translation> </message> @@ -4829,64 +4837,64 @@ <translation type="vanished">Скорость воспроизведения: %1%2%</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4522"/> + <location filename="../main/MainWindow.cpp" line="4521"/> <source><b>Wrong sample rate</b><p>The sample rate of this audio file (%1 Hz) does not match the current playback rate (%2 Hz).<p>The file will play at the wrong speed and pitch.<p>Change the <i>Resample mismatching files on import</i> option under <i>File</i> -> <i>Preferences</i> if you want to alter this behaviour.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4534"/> + <location filename="../main/MainWindow.cpp" line="4533"/> <source><b>Overloaded</b><p>Audio effects plugin auditioning has been disabled due to a processing overload.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4805"/> + <location filename="../main/MainWindow.cpp" line="4804"/> <source>Reset Counters</source> <translation>Обнуление счетчиков</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4893"/> - <location filename="../main/MainWindow.cpp" line="4928"/> + <location filename="../main/MainWindow.cpp" line="4892"/> + <location filename="../main/MainWindow.cpp" line="4927"/> <source>Warning</source> <translation>Предупреждение</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4907"/> + <location filename="../main/MainWindow.cpp" line="4906"/> <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed:<p>%3</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4914"/> + <location filename="../main/MainWindow.cpp" line="4913"/> <source><b>Layer generation failed</b><p>Failed to regenerate derived layer "%1" using new data model as input.<p>The layer transform "%2" failed.<p>No error information is available.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4928"/> + <location filename="../main/MainWindow.cpp" line="4927"/> <source><b>Warning when regenerating layer</b><p>When regenerating the derived layer "%1" using new data model as input:<p>%2</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4936"/> + <location filename="../main/MainWindow.cpp" line="4935"/> <source>Failed to calculate alignment</source> <translation>Не удалось рассчитать выравнивание</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5159"/> + <location filename="../main/MainWindow.cpp" line="5158"/> <source><br>With JACK audio output library &copy; Paul Davis and Jack O'Quin</source> <translation><br>С библиотекой JACK &copy; Paul Davis и Jack O'Quin</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5163"/> + <location filename="../main/MainWindow.cpp" line="5162"/> <source><br>With PortAudio audio output library &copy; Ross Bencina and Phil Burk</source> <translation><br>С библиотекой PortAudio &copy; Ross Bencina и Phil Burk</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5169"/> + <location filename="../main/MainWindow.cpp" line="5168"/> <source><br>With PulseAudio audio output library &copy; Lennart Poettering and Pierre Ossman</source> <translation><br>С библиотекой PulseAudio &copy; Lennart Poettering и Pierre Ossman</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4544"/> + <location filename="../main/MainWindow.cpp" line="4543"/> <source><b>Overloaded</b><p>Audio playback speed processing has been reduced to a single channel, due to a processing overload.</source> <translation type="unfinished"></translation> </message> @@ -4910,7 +4918,7 @@ <translation>Ctrl+M</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5142"/> + <location filename="../main/MainWindow.cpp" line="5141"/> <source><p>Sonic Visualiser is a program for viewing and exploring audio data for semantic music analysis and annotation.<br><a href="http://www.sonicvisualiser.org/">http://www.sonicvisualiser.org/</a></p></source> <translation><p>Sonic Visualiser — программа для просмотра и исследования звукозаписей с целью семантического анализа и аннотации музыки.<br><a href="http://www.sonicvisualiser.org/">http://www.sonicvisualiser.org/</a></p></translation> </message> @@ -4923,32 +4931,32 @@ <translation type="vanished">С использованием Qt v%1 &copy; Nokia Corporation</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5157"/> + <location filename="../main/MainWindow.cpp" line="5156"/> <source><br>With JACK audio output library v%1 &copy; Paul Davis and Jack O'Quin</source> <translation><br>С библиотекой JACK v%1 &copy; Paul Davis и Jack O'Quin</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5167"/> + <location filename="../main/MainWindow.cpp" line="5166"/> <source><br>With PulseAudio audio output library v%1 &copy; Lennart Poettering and Pierre Ossman</source> <translation><br>С библиотекой PulseAudio v%1 &copy; Lennart Poettering и Pierre Ossman</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5181"/> + <location filename="../main/MainWindow.cpp" line="5180"/> <source><br>With MAD mp3 decoder v%1 &copy; Underbit Technologies Inc</source> <translation><br>С декодером mp3 MAD v%1 &copy; Underbit Technologies Inc</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5188"/> + <location filename="../main/MainWindow.cpp" line="5187"/> <source><br>With libsamplerate v%1 &copy; Erik de Castro Lopo</source> <translation><br>С libsamplerate v%1 &copy; Erik de Castro Lopo</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5195"/> + <location filename="../main/MainWindow.cpp" line="5194"/> <source><br>With libsndfile v%1 &copy; Erik de Castro Lopo</source> <translation><br>С libsndfile v%1 &copy; Erik de Castro Lopo</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5202"/> + <location filename="../main/MainWindow.cpp" line="5201"/> <source><br>With FFTW3 v%1 &copy; Matteo Frigo and MIT</source> <translation><br>С FFTW3 v%1 &copy; Matteo Frigo и MIT</translation> </message> @@ -4973,22 +4981,22 @@ <translation type="obsolete"><br>С движком запросов RDF Rasqal &copy; Dave Beckett и Бристольский университет</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5219"/> + <location filename="../main/MainWindow.cpp" line="5218"/> <source><br>With Redland RDF datastore v%1 &copy; Dave Beckett and the University of Bristol</source> <translation><br>C хранилищем данных RDF Redland v%1 &copy; Dave Beckett и Бристольский университет</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5221"/> + <location filename="../main/MainWindow.cpp" line="5220"/> <source><br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol</source> <translation><br>C хранилищем данных RDF Redland &copy; Dave Beckett и Бристольский университет</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5230"/> + <location filename="../main/MainWindow.cpp" line="5229"/> <source><br>With liblo Lite OSC library v%1 &copy; Steve Harris</source> <translation><br>С библиотекой OSC liblo v%1 &copy; Steve Harris</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5146"/> + <location filename="../main/MainWindow.cpp" line="5145"/> <source></small><p><small>The OSC URL for this instance is: "%1"</source> <translation></small><p><small>Адрес OSC для этой сессии: "%1"</translation> </message> @@ -5051,91 +5059,91 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2879"/> + <location filename="../main/MainWindow.cpp" line="2878"/> <source>Export multiple audio files</source> <translation>Экспортировать несколько звуковых файлов </translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2881"/> + <location filename="../main/MainWindow.cpp" line="2880"/> <source>Export audio to "%1"</source> <translation>Экспорт звука в "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2983"/> - <location filename="../main/MainWindow.cpp" line="3363"/> - <location filename="../main/MainWindow.cpp" line="3395"/> - <location filename="../main/MainWindow.cpp" line="3428"/> - <location filename="../main/MainWindow.cpp" line="3563"/> + <location filename="../main/MainWindow.cpp" line="2982"/> + <location filename="../main/MainWindow.cpp" line="3362"/> + <location filename="../main/MainWindow.cpp" line="3394"/> + <location filename="../main/MainWindow.cpp" line="3427"/> + <location filename="../main/MainWindow.cpp" line="3562"/> <source><b>Audio required</b><p>Unable to load layer data from "%1" without an audio file.<br>Please load at least one audio file before importing annotations.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3079"/> + <location filename="../main/MainWindow.cpp" line="3078"/> <source>Export layer to "%1"</source> <translation>Экспорт слоя в "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3672"/> + <location filename="../main/MainWindow.cpp" line="3671"/> <source>Export image to "%1"</source> <translation>Экспорт изображения в "%1"</translation> </message> <message> + <location filename="../main/MainWindow.cpp" line="3726"/> + <source>Close the current session and create a new one</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../main/MainWindow.cpp" line="3727"/> - <source>Close the current session and create a new one</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="3728"/> <source>Add this data to the current session</source> <translation>Добавить эти данные в активную сессию</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3732"/> + <location filename="../main/MainWindow.cpp" line="3731"/> <source>Select target for import</source> <translation>Выбрать цель для импорта</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3733"/> + <location filename="../main/MainWindow.cpp" line="3732"/> <source><b>Select a target for import</b><p>This RDF document refers to one or more audio files.<br>You already have an audio waveform loaded.<br>What would you like to do with the new data?</source> <translation><b>Выберите цель импорта</b><p>Этот документ RDF ссылается на один или более звуковых файлов.<br>У вас уже есть один загруженный звуковой файл.<br>Что вы хотите сделать с новыми данными?</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="3788"/> + <location filename="../main/MainWindow.cpp" line="3787"/> <source>Save session as "%1"</source> <translation>Сохранение сессию как "%1"</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="4661"/> + <location filename="../main/MainWindow.cpp" line="4660"/> <source>Add Point</source> <translation>Добавить точку</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5051"/> + <location filename="../main/MainWindow.cpp" line="5050"/> <source>http://www.sonicvisualiser.org/doc/reference/%1/en/</source> <translation>http://www.sonicvisualiser.org/doc/reference/%1/en/</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5063"/> + <location filename="../main/MainWindow.cpp" line="5062"/> <source>What's New</source> <translation>Что нового в программе</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5075"/> + <location filename="../main/MainWindow.cpp" line="5074"/> <source><h3>What's New in %1</h3></source> <translation><h3>Что нового в %1</h3></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5084"/> + <location filename="../main/MainWindow.cpp" line="5083"/> <source><b>Note:</b> A newer version of Sonic Visualiser is available.<br>(Version %1 is available; you are using version %2)</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5130"/> + <translation><b>Примечание:</b> доступна новая версия Sonic Visualiser.<br>(Доступна версия %1; вы пользуетесь версией %2)</translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5129"/> <source>%1 : %2 configuration, %3-bit build</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5226"/> + <location filename="../main/MainWindow.cpp" line="5225"/> <source><br>With RtMidi &copy; Gary P. Scavone</source> <translation><br>С RtMidi &copy; Gary P. Scavone</translation> </message> @@ -5160,62 +5168,62 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2146"/> + <location filename="../main/MainWindow.cpp" line="2145"/> <source>Rewind to Similar Point</source> <translation>Назад к первой схожей точке</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2147"/> + <location filename="../main/MainWindow.cpp" line="2146"/> <source>Shift+PgUp</source> <translation>Shift+PgUp</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2148"/> + <location filename="../main/MainWindow.cpp" line="2147"/> <source>Rewind to the previous similarly valued time instant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2178"/> + <location filename="../main/MainWindow.cpp" line="2177"/> <source>Fast Forward to Similar Point</source> <translation>Вперед к первой схожей точке</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2179"/> + <location filename="../main/MainWindow.cpp" line="2178"/> <source>Shift+PgDown</source> <translation>Shift+PgDown</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2180"/> + <location filename="../main/MainWindow.cpp" line="2179"/> <source>Fast-forward to the next similarly valued time instant</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2718"/> + <location filename="../main/MainWindow.cpp" line="2717"/> <source>1. %2</source> <translation>1. %2</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2725"/> + <location filename="../main/MainWindow.cpp" line="2724"/> <source>%1. %2</source> <translation>%1. %2</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2738"/> + <location filename="../main/MainWindow.cpp" line="2737"/> <source>Select audio file to export</source> <translation>Укажите экспортируемый звуковой файл</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2739"/> + <location filename="../main/MainWindow.cpp" line="2738"/> <source>Which audio file do you want to export from?</source> <translation>Какой звуковой файл вы хотите экспортировать?</translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="5259"/> + <location filename="../main/MainWindow.cpp" line="5258"/> <source>About %1</source> - <translation type="unfinished"></translation> - </message> - <message> - <location filename="../main/MainWindow.cpp" line="5327"/> + <translation>О программе %1</translation> + </message> + <message> + <location filename="../main/MainWindow.cpp" line="5326"/> <source>Newer version available</source> <translation>Доступна более новая версия</translation> </message> @@ -7251,12 +7259,12 @@ <message> <location filename="../svgui/widgets/PropertyBox.cpp" line="870"/> <source>%1%2: %3</source> - <translation type="unfinished">%1: %3 {1%2:?}</translation> + <translation>%1%2: %3</translation> </message> <message> <location filename="../svgui/widgets/PropertyBox.cpp" line="873"/> <source>%1%2</source> - <translation type="unfinished">%1%2</translation> + <translation>%1%2</translation> </message> <message> <source>Add New Colour...</source> @@ -7590,7 +7598,7 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../main/MainWindow.cpp" line="2850"/> + <location filename="../main/MainWindow.cpp" line="2849"/> <source>Exporting audio data...</source> <translation type="unfinished"></translation> </message> @@ -7898,7 +7906,7 @@ <message> <location filename="../svgui/layer/SliceLayer.cpp" line="183"/> <source>First</source> - <translation type="unfinished"></translation> + <translation type="unfinished">Первый</translation> </message> <message> <location filename="../svgui/layer/SliceLayer.cpp" line="184"/> @@ -8275,12 +8283,12 @@ <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="259"/> <source>Oversampling</source> - <translation type="unfinished"></translation> + <translation>Оверсэмплинг</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="260"/> <source>Normalization</source> - <translation type="unfinished"></translation> + <translation>Нормировка</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="482"/> @@ -8290,32 +8298,32 @@ <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="483"/> <source>View</source> - <translation type="unfinished"></translation> + <translation>Вид</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="484"/> <source>Hybrid</source> - <translation type="unfinished"></translation> + <translation>Гибридный</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="505"/> <source>1x</source> - <translation type="unfinished">1x</translation> + <translation>1x</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="506"/> <source>2x</source> - <translation type="unfinished">2x</translation> + <translation>2x</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="507"/> <source>4x</source> - <translation type="unfinished">4x</translation> + <translation>4x</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="508"/> <source>8x</source> - <translation type="unfinished">8x</translation> + <translation>8x</translation> </message> <message> <location filename="../svgui/layer/SpectrogramLayer.cpp" line="514"/> @@ -8626,12 +8634,12 @@ <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="163"/> <source>Oversampling</source> - <translation type="unfinished"></translation> + <translation>Оверсэмплинг</translation> </message> <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="191"/> <source>Bins</source> - <translation type="unfinished">Бины</translation> + <translation>Бины</translation> </message> <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="257"/> @@ -8661,22 +8669,22 @@ <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="267"/> <source>1x</source> - <translation type="unfinished">1x</translation> + <translation>1x</translation> </message> <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="268"/> <source>2x</source> - <translation type="unfinished">2x</translation> + <translation>2x</translation> </message> <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="269"/> <source>4x</source> - <translation type="unfinished">4x</translation> + <translation>4x</translation> </message> <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="270"/> <source>8x</source> - <translation type="unfinished">8x</translation> + <translation>8x</translation> </message> <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="661"/> @@ -8700,7 +8708,7 @@ <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="912"/> <source>Hz</source> - <translation type="unfinished"></translation> + <translation>Гц</translation> </message> <message> <source>-Inf</source> @@ -8725,7 +8733,7 @@ <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="706"/> <source>First</source> - <translation type="unfinished"></translation> + <translation>Первый</translation> </message> <message> <location filename="../svgui/layer/SpectrumLayer.cpp" line="707"/> @@ -8766,12 +8774,12 @@ <message> <location filename="../main/Surveyer.cpp" line="97"/> <source>Yes! Take me to the survey</source> - <translation type="unfinished">Да, я хочу заполнить отчёт</translation> + <translation>Да, я хочу заполнить отчёт</translation> </message> <message> <location filename="../main/Surveyer.cpp" line="98"/> <source>No, thanks</source> - <translation type="unfinished">Спасибо, нет</translation> + <translation>Спасибо, нет</translation> </message> </context> <context> @@ -9249,39 +9257,35 @@ <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="617"/> <source>%1 Hz (%2, %3)</source> - <translation type="unfinished">%1Гц (%2, %3)</translation> + <translation>%1Гц (%2, %3)</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="622"/> <source>%1 %2</source> - <translation type="unfinished">%1 %2</translation> + <translation>%1 %2</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="624"/> <source>%1</source> - <translation type="unfinished">%1</translation> + <translation>%1</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="630"/> <source>Time: %1 Value: %2 No label</source> - <translation type="unfinished">Время: %1 + <translation>Время: %1 Значение: %2%3 -Без метки {1 -?} {2 -?}</translation> +Без метки</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="634"/> <source>Time: %1 Value: %2 Label: %4</source> - <translation type="unfinished">Время: %1 + <translation>Время: %1 Значение: %2%3 -Метка: %4 {1 -?} {2 -?}</translation> +Метка: %4</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="1473"/> @@ -9291,7 +9295,7 @@ <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="1715"/> <source>Re-align pasted items?</source> - <translation type="unfinished">Заново выровнять вставленные объекты?</translation> + <translation>Заново выровнять вставленные объекты?</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="1716"/> @@ -9301,12 +9305,12 @@ <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="1830"/> <source>Select cycle size</source> - <translation type="unfinished"></translation> + <translation>Выберите размер цикла</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="1831"/> <source>Cycle size:</source> - <translation type="unfinished"></translation> + <translation>Размер цикла:</translation> </message> <message> <location filename="../svgui/layer/TimeValueLayer.cpp" line="117"/> @@ -9619,28 +9623,28 @@ <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="50"/> <source>Pitch</source> - <translation type="unfinished">Высота тона</translation> + <translation>Высота тона</translation> </message> <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="87"/> <source> cents</source> - <translation type="unfinished"></translation> + <translation> центов</translation> </message> <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="96"/> <source>In 12-tone Equal Temperament:</source> - <translation type="unfinished"></translation> + <translation>В 12-ступенной равномерной темперации:</translation> </message> <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="105"/> <location filename="../svgui/widgets/UnitConverter.cpp" line="208"/> <source>=</source> - <translation type="unfinished"></translation> + <translation>=</translation> </message> <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="107"/> <source>+</source> - <translation type="unfinished"></translation> + <translation>+</translation> </message> <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="110"/> @@ -9650,7 +9654,7 @@ <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="112"/> <source>in octave</source> - <translation type="unfinished"></translation> + <translation>в октаве</translation> </message> <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="117"/> @@ -9665,7 +9669,7 @@ <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="140"/> <source>Tempo</source> - <translation type="unfinished"></translation> + <translation>Темп</translation> </message> <message> <location filename="../svgui/widgets/UnitConverter.cpp" line="206"/> @@ -9681,7 +9685,8 @@ <location filename="../svgui/widgets/UnitConverter.cpp" line="275"/> <source>With concert-A tuning frequency at %1 Hz, and middle C residing in octave %2. (These can be changed in the application preferences.)</source> - <translation type="unfinished"></translation> + <translation>С концертным строем Ля и частотой %1 Гц, средним До в %2. +(Может меняться в настройках программы.)</translation> </message> </context> <context> @@ -9758,52 +9763,52 @@ <message> <location filename="../svgui/view/ViewManager.cpp" line="388"/> <source>Clear Selection</source> - <translation type="unfinished">Снять выделение</translation> + <translation>Снять выделение</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="389"/> <source>Select Multiple Regions</source> - <translation type="unfinished">Выделить несколько областей</translation> + <translation>Выделить несколько областей</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="390"/> <source>Select Region</source> - <translation type="unfinished">Выделить область</translation> + <translation>Выделить область</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="407"/> <source>Enter Navigate mode</source> - <translation type="unfinished"></translation> + <translation>Перейти в режим навигации</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="408"/> <source>Enter Select mode</source> - <translation type="unfinished"></translation> + <translation>Перейти в режим выделения</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="409"/> <source>Enter Edit mode</source> - <translation type="unfinished"></translation> + <translation>Перейти в режим редактирования</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="410"/> <source>Enter Draw mode</source> - <translation type="unfinished"></translation> + <translation>Перейти в режим рисования</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="411"/> <source>Enter Erase mode</source> - <translation type="unfinished"></translation> + <translation>Перейти в режим стирания</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="412"/> <source>Enter Measure mode</source> - <translation type="unfinished"></translation> + <translation>Перейти в режим измерения</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="413"/> <source>Enter NoteEdit mode</source> - <translation type="unfinished"></translation> + <translation>Перейти в режим правки нот</translation> </message> <message> <location filename="../svgui/view/ViewManager.cpp" line="449"/>
--- a/main/MainWindow.cpp Thu Dec 06 13:37:39 2018 +0000 +++ b/main/MainWindow.cpp Tue Jan 08 15:26:17 2019 +0000 @@ -1943,11 +1943,10 @@ m_recentFilesMenu->clear(); vector<QString> files = m_recentFiles.getRecent(); for (size_t i = 0; i < files.size(); ++i) { - /* F. Nicol patch 13 Aug. 2016 */ - const QString& path = files[i]; + QString path = files[i]; QAction *action = new QAction(path, this); - connect(action, &QAction::triggered, [this, path] { openRecentFile(path);}); - /* end of patch */ + action->setObjectName(path); + connect(action, SIGNAL(triggered()), this, SLOT(openRecentFile())); if (i == 0) { action->setShortcut(tr("Ctrl+R")); m_keyReference->registerShortcut @@ -3397,24 +3396,24 @@ } void -MainWindow::openRecentFile(const QString& path) +MainWindow::openRecentFile() { - /* F. Nicol patch 13 Aug. 2016 */ -#if 0 QObject *obj = sender(); QAction *action = dynamic_cast<QAction *>(obj); if (!action) { cerr << "WARNING: MainWindow::openRecentFile: sender is not an action" - << endl; + << endl; return; } - QString path = action->text(); -#endif - /* End of F. Nicol patch 13 Aug. 2016 */ - - if (path == "") return; + QString path = action->objectName(); + + if (path == "") { + cerr << "WARNING: MainWindow::openRecentFile: action incorrectly named" + << endl; + return; + } FileOpenStatus status = openPath(path, ReplaceSession); @@ -3618,6 +3617,7 @@ m_preferencesDialog->applicationClosing(true); } + stop(); closeSession(); e->accept(); @@ -5242,7 +5242,7 @@ aboutText += "</small></p>"; aboutText += - "<p><small>Sonic Visualiser Copyright © 2005–2018 Chris Cannam and " + "<p><small>Sonic Visualiser Copyright © 2005–2019 Chris Cannam and " "Queen Mary, University of London.</small></p>"; aboutText +=
--- a/main/MainWindow.h Thu Dec 06 13:37:39 2018 +0000 +++ b/main/MainWindow.h Tue Jan 08 15:26:17 2019 +0000 @@ -54,9 +54,7 @@ virtual void replaceMainAudio(); virtual void openSomething(); virtual void openLocation(); - /* F. Nicol patch 13 Aug. 2016 */ - virtual void openRecentFile(const QString& ); - /* End of F. Nicol patch 13 Aug. 2016 */ + virtual void openRecentFile(); virtual void applyTemplate(); virtual void exportAudio(); virtual void exportAudioData();
--- a/repoint-lock.json Thu Dec 06 13:37:39 2018 +0000 +++ b/repoint-lock.json Tue Jan 08 15:26:17 2019 +0000 @@ -7,10 +7,10 @@ "pin": "ff18abb88563" }, "svgui": { - "pin": "24234307c9b2" + "pin": "79032214f79d" }, "svapp": { - "pin": "109a1dd59f45" + "pin": "92ad94dee103" }, "checker": { "pin": "0d2d3c89fdf6"